<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.lp-qa-15 {
    position: relative;
    overflow: hidden;
}

.lp-block-overlay {
    background: rgba(31, 80, 161, 0.05);
}

.lp-qa-15__wrap {
    padding: 32px 0;
}

.lp-qa-15__top {
    padding-bottom: 24px;
}

.lp-qa-15__items {
    margin-top: 16px;
    margin-bottom: -8px;
}

.lp-qa-15__item-question {
    margin-bottom: 8px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lp-qa-15__item-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.lp-qa-15__item-icon {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 16px;
    padding: 4px;
    box-sizing: content-box;
    position: relative;
}

.active .lp-qa-15__item-icon {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.lp-qa-15__item-icon-line,
.lp-qa-15__item-icon-line {
    content: '';
    display: block;
    position: absolute;
    width: 9px;
    height: 2px;
    background: #fff;
    transform: rotate(40deg);
    top: 7px;
    left: 0px;
    border-radius: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.lp-qa-15__item-icon-line:last-child {
    transform: rotate(-40deg);
    left: auto;
    right: 0px;
}

.lp-qa-15__item-icon-in {
    width: 15px;
    height: 15px;
    position: relative;
}

.lp-qa-15__item-answer {
    background: #fff;
    padding: 16px;
    margin-bottom: 8px;
    display: none;
}

.isCMS .lp-qa-15__item-answer {
    display: block;
}

.lp-qa-15__bottom {
    position: relative;
}

.lp-qa-15__bottom-bg {
    width: 100vw;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: -32px;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    max-width: 100vw;
}

.lp-qa-15__bottom-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp-qa-15__bottom-wrap {
    position: relative;
}

.lp-qa-15__form {
    background: #fff;
    padding: 24px 16px;
}

.lp-qa-15__form-title {
    text-align: center;
    margin-bottom: 8px;
}

.lp-qa-15__form-text {
    text-align: center;
    margin-bottom: 24px;
}

.lp-qa-15__form-wrap {
    margin-top: 16px;
}

.lp-qa-15 .lp-form-tpl__item-label {
    letter-spacing: .02em;
}

.lp-qa-15__button {
    width: 100%;
    letter-spacing: .01em;
}

@media all and (min-width: 600px) {
    .lp-qa-15__wrap {
        padding: 56px 0;
    }

    .lp-qa-15__top {
        padding-bottom: 48px;
    }

    .lp-qa-15__items {
        margin-top: 32px;
    }

    .lp-qa-15__item-question {
        padding: 24px;
    }

    .lp-qa-15__item-icon {
        width: 32px;
        height: 32px;
        margin-left: 24px;
    }

    .lp-qa-15__bottom-bg {
        margin-bottom: -56px;
        margin-left: -50vw;
        margin-right: 0;
        left: 50%;
    }

    .lp-qa-15__form {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 32px;
        width: 376px;
        margin: 0 auto;
    }

    .lp-qa-15__form-wrap {
        margin-top: 24px;
    }
}

@media all and (min-width: 960px) {
    .lp-qa-15__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: -16px;
        margin-left: -16px;
    }

    .lp-qa-15__top {
        padding-bottom: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 16px;
        margin-right: 16px;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .lp-qa-15__bottom {
        width: 400px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 16px;
        margin-right: 16px;
    }

    .lp-qa-15__bottom-bg {
        margin-top: -56px;
        width: auto;
        margin-left: 0;
        left: 0;
        right: calc(-1*(100vw - 960px)/2 - 24px);
    }

    .lp-qa-15__bottom-wrap {
        -ms-flex-item-align: center;
        align-self: center;
    }

    .lp-qa-15__form {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 32px;
        width: auto;
        margin: 0 auto;
    }

    .lp-qa-15__form-wrap {
        margin-top: 24px;
    }

    .lp-qa-15._reverse .lp-qa-15__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .lp-qa-15._reverse .lp-qa-15__bottom-bg {
        right: 0;
        left: calc(-1*(100vw - 960px)/2 - 24px);
    }
}

@media all and (min-width: 1200px) {
    .lp-qa-15__wrap {
        padding: 80px 0;
    }

    .lp-qa-15__items {
        margin-top: 40px;
    }

    .lp-qa-15__item-question {
        padding: 32px;
    }

    .lp-qa-15__item-icon {
        width: 32px;
        height: 32px;
    }

    .lp-qa-15__bottom {
        width: 368px;
    }

    .lp-qa-15__bottom-bg {
        margin-top: -80px;
        margin-bottom: -80px;
        right: calc(-1*(100vw - 1180px)/2 - 14px);
    }

    .lp-qa-15._reverse .lp-qa-15__bottom-bg {
        right: 0;
        left: calc(-1*(100vw - 1180px)/2 - 14px);
    }
}

@media all and (min-width: 1380px) {
    .lp-qa-15__bottom {
        width: 408px;
    }

    .lp-qa-15__bottom-bg {
        right: calc(-1*(100vw - 1320px)/2 - 16px);
    }

    .lp-qa-15._reverse .lp-qa-15__bottom-bg {
        left: calc(-1*(100vw - 1320px)/2 - 16px);
    }
}

/*# sourceMappingURL=main.css.map */


.lp-qa-15__form .lp-form-tpl__button {
    width: 100%;
}</pre></body></html>