<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.lp-qa-11 {
    padding: 32px 0;
}

.lp-qa-11 .lp-block-overlay {
	background: transparent;
}

.lp-qa-11-wrapper {
    margin-top: 24px;
}

.lp-qa-11__photo {
    line-height: 0;
    width: 100%;
}

.lp-qa-11-item {
    border-bottom: 1px solid var(--primary-color-a-02);
}

.lp-qa-11-item__title {
    padding: 16px 40px 16px 16px;
    background-color: var(--primary-color-a-01);
    transition: .7s;
    cursor: pointer;
    position: relative;
}

.lp-qa-11-item__title .icon {
    position: absolute;
    right: 16px;
    top: 50%;
    margin: -10px 0 0 !important;
    width: 20px;
    height: 20px;
}

.lp-qa-11-item__title .icon span {
    display: block;
    height: 1.5px;
    width: 12px;
    transition: .5s;
    margin: 9px 0 0 !important;
    border: 0 !important;
    padding: 0 !important;
}

.lp-qa-11-item__title .icon span:before {
    content: "";
    display: block;
    height: 1.5px;
    background-color: inherit;
    width: 12px;
    transform: rotate(90deg);
}

.active .lp-qa-11-item__title {
    background-color: transparent;
}

.active .lp-qa-11-item__title .icon span {
    transform: rotate(-45deg);
    margin-top: 9px;
}

.lp-qa-11-item__text {
    display: none;
    padding: 0 16px 16px;
}

.isCMS .lp-qa-11-item__text {
    display: block;
}

.lp-qa-11__photo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

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

    .lp-qa-11-wrapper {
        margin-top: 40px;
    }

    .lp-qa-11__photo {
        height: 232px;
    }

    .lp-qa-11-item__title {
        padding: 32px 72px 32px 32px;
    }

    .lp-qa-11-item__title .icon {
        right: 32px;
    }

    .lp-qa-11-item__title .icon span {
        width: 18px;
        height: 2px;
    }

    .lp-qa-11-item__title .icon span:before {
        width: 18px;
        height: 2px;
    }

    .active .lp-qa-11-item__title {
        padding-bottom: 24px;
    }

    .lp-qa-11-item__text {
        padding: 0 32px 32px;
    }
}

@media all and (min-width: 960px) {
    .lp-qa-11__photo {
        height: 368px;
    }
}

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

    .lp-qa-11__title {
        max-width: 738px;
    }

    .lp-qa-11-wrapper {
        display: flex;
        justify-content: space-between;
        margin-top: 56px;
    }

    .lp-qa-11__photo {
        height: auto;
        width: 368px;
    }

    .lp-qa-11-items {
        width: 760px;
        margin-left: 24px;
    }

    ._reverse .lp-qa-11-items {
        margin-right: 24px;
        margin-left: auto;
    }

    .lp-qa-11-item__title {
        padding: 40px 80px 40px 40px;
    }

    .active .lp-qa-11-item__title {
        color: var(--primary-color-base);
    }

    .lp-qa-11-item__text {
        padding: 0px 40px 40px;
    }

    .lp-qa-11._reverse .lp-qa-11__photo {
        order: 2;
    }

    .lp-qa-11._reverse .lp-qa-11-items {
        order: 1;
    }
}

.lp-qa-11._center .lp-qa-11__title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.lp-qa-11._left .lp-qa-11__title {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
}

.lp-qa-11._right .lp-qa-11__title {
    text-align: right;
    margin-left: auto;
    margin-right: 0;
}

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

    .lp-qa-11-items {
        width: 848px;
    }
}</pre></body></html>