

/* Start:/local/templates/template/components/bitrix/news.list/faq_list/style.css?17841487804429*/
.faq {
    font-family: "MuseoSansCyrl";
    padding: 78px 0;
    background: #FFFFFF;
    max-width: 1596px;
}

.faq * {
    font-family: inherit;
}

.faq__container {
    padding: 0 73px 0 63px;
}

.faq__title {
    font-weight: 800;
    font-size: 45px;
    line-height: 1.15;
    text-transform: uppercase;
    color: #141414;
    margin-bottom: 31px;

    display: flex;
    align-items: center;
}

.faq__title-image {
    margin-right: 20px;
}

.faq__title--yellow {
    color: #eebb63;
}

.faq__content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    align-items: start;
}

.accordion {
    border: 1px solid #d1d1cf;
    border-radius: 8px;
}

.accordion__item {
    padding: 20px;
    cursor: pointer;
}

.accordion__item + .accordion__item {
    border-top: 1px solid #d1d1cf;
}

.accordion__header {
    display: flex;
    align-items: center;
}

.accordion__number {
    border: 1px solid #eebb63;
    border-radius: 6px;
    padding: 10px;
    width: 37px;
    height: 37px;
    font-weight: 700;
    font-size: 16px;
    line-height: 106%;
    color: #eebb63;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.accordion__title {
    font-weight: 600!important;
    font-size: 20px;
    line-height: 104%;
    color: #141414;
}

.accordion__icon {
    border: none;
    outline: none;
    transition: transform 0.3s ease;
    margin-left: auto;
    height: 37px;
    width: 38px;
    background-image: url("/local/templates/template/components/bitrix/news.list/faq_list/images/icon-open.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    background-color: transparent;
    cursor: pointer;
}

.accordion__icon--close {
    background-image: url("/local/templates/template/components/bitrix/news.list/faq_list/images/icon-close.svg");
}

.accordion__content {
    overflow: hidden;
    max-height: 0;
    opacity: 0;

    transition:
            max-height .45s cubic-bezier(.25,.46,.45,.94),
            opacity .25s ease;

    will-change: max-height;
}

.accordion__content-inner {
    padding-top: 14px;

    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #000;
}

.accordion__item--active .accordion__content {
    opacity: 1;
}

.faq-side {
    border: 1px solid rgba(238, 187, 99, 0.2);
    padding: 30px;
    background: #fdfaf8;
    max-width: 407px;
}

.faq-side__title {
    font-weight: 600;
    font-size: 30px;
    color: #000;
    margin-bottom: 8px;
}

.faq-side__subtitle {
    font-weight: 500;
    font-size: 18px;
    color: #141414;
    margin-bottom: 21px;
}

.faq-side__desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #616161;
    margin-bottom: 21px;
}

.faq-side__btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #000;
    box-shadow: inset 0 -3px 0 1px #b79e5d;
    background: #eebb63;
    border: 1px solid #eebb63;
    border-radius: 2px;
    padding: 17px 38px 17px 30px;
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 21px;
    cursor: pointer;
    transition: 0.5s ease;
}

.faq-side__btn:hover {
    background: #b79e5d;
    transition: 0.5s ease;
}

.faq-side__email {
    display: flex;
    align-items: center;
    gap: 21px;

    font-weight: 500;
    font-size: 16px;
    color: #141414;
    margin-bottom: 21px;
    transition: 0.5s ease;
}

.faq-side__email:hover {
    color: #eebb63;
    transition: 0.5s ease;
}

.faq-side__img {
    border-radius: 4px;
    max-width: 100%;
}

@media (max-width: 1080px) {
    .faq__content {
        gap: 26px;
    }
}

@media (max-width: 980px) {
    .faq__container {
        padding: 0 20px;
    }
}

@media (max-width: 920px) {
    .faq__content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 650px) {
    .faq__title {
        font-size: 30px;
        flex-wrap: wrap;
    }

    .faq__title img {
        height: 40px;
    }
}

@media (max-width: 450px) {
    .faq__title img {
        height: 30px;
        margin-right: 12px;
    }

    .faq__title {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .accordion__title {
        font-size: 16px;
        line-height: unset;
    }

    .accordion__content {
        font-size: 14px;
    }

    .faq-side {
        padding: 18px;
    }

    .faq-side__btn {
        padding: 17px 20px;
        width: 100%;

        justify-content: center;
        gap: 13px;
    }
}
/* End */
/* /local/templates/template/components/bitrix/news.list/faq_list/style.css?17841487804429 */
