<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/local/templates/.default/components/bitrix/news.list/faq/style.css?17503493494385*/
@media only screen and (min-width: 746px) {
    .information-page__news .information-page__news-container {
        padding-bottom: 50px;
    }
}

.faq__section {

}

.faq__section .faq__container {
    position: relative;
    z-index: 100;
    margin: 0 auto;
    padding: 0 48px 86px;
    width: 100%;
    max-width: 1440px;
    min-width: 1300px;
}

.faq__section .faq__container .title {
    margin-bottom: 32px;
}

.faq__section .faq__container .title h2 {
    margin-right: auto;
    text-align: left;
}

.faq__section .faq__container .tabs {
    display: flex;
    flex-direction: column;
}

.faq__section .faq__container .tab {
    padding: 32px 48px;
    background: #ffffff;
    border-radius: 16px;
    transition: .2s;
    cursor: pointer;
}

.faq__section .faq__container .tab:not(.is-active) .tab__content {
    display: none;
}

.faq__section .faq__container .tab:hover {
    box-shadow: 0px 20px 36px 0px #54637E33;
}

.faq__section .faq__container .tab:not(:last-child) {
    margin-bottom: 16px;
}

.faq__section .faq__container .tab .tab__name {
    position: relative;
    color: #41454B;
    font-family: Nunito;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    padding-right: 50px;
}

.faq__section .faq__container .tab.is-active .tab__name:after {
    transform: translateY(-50%) rotate(180deg);
    margin-top: 0;
}

.faq__section .faq__container .tab .tab__name:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 2px;
    right: 0;
    width: 12px;
    height: 8px;
    background-image: url("/images/arrow-down.svg");
    background-repeat: no-repeat;
    transition: .2s;
}

.faq__section .faq__container .tab .tab__content {
    /*max-width: 900px;*/
    color: #41454B;
    font-family: Nunito;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    transition: .2s;
}

.faq__section .faq__container .tab.is-active .tab__content {
    margin-top: 24px;
}

.faq__section .faq__container .tab.is-active .tab__content ul {
    margin-left: 3px;
    padding-left: 15px;
}

.faq__section .faq__container .tab.is-active .tab__content ul li {
    list-style-type: disc;
}

.faq__section .faq__container .tab .tab__content p:first-child {
    margin-top: 0;
}

.faq__section .faq__container .tab .tab__content p {
    margin-top: 12px;
}

.faq__section .faq__container .tab .tab__content a.is-link {
    color: #A4D65E;
    font-family: Nunito;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    position: relative;
    display: flex;
    align-items: center;
}

.faq__section .faq__container .tab .tab__content a.is-link::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 2px;
    right: -40px;
    width: 24px;
    height: 12px;
    pointer-events: none;
    background-image: url("/images/arrow-right.svg");
    background-repeat: no-repeat;
    transition: .2s;
}

.faq__section .faq__container .tab .tab__content a.is-link:hover {
    opacity: .75;
}

/* catalog */
.catalog-cards-page .faq__section {
    padding: 60px 0 0;
}

@media only screen and (max-width: 745px) {
    .faq__section .faq__container .title h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .faq__section .faq__container .title {
        margin-bottom: 16px;
    }
    .faq__section .faq__container {
        min-width: auto;
        padding: 0 14px 40px;
    }
    .faq__section .faq__container .tab {
        padding: 16px;
    }
    .faq__section .faq__container .tab .tab__name {
        font-size: 20px;
        line-height: 24px;
    }
    .faq__section .faq__container .tab .tab__content {
        font-size: 16px;
        line-height: 24px;
    }
    .faq__section .faq__container .tab .tab__content a.is-link {
        font-size: 16px;
        line-height: 24px;
    }
    /* catalog */
    .catalog-cards-page .faq__section {
        padding: 30px 0;
    }
    .catalog-cards-page .faq__section .faq__container {
        padding-bottom: 28px;
    }
}

@media only screen and (max-width: 745px) {
    .information-page__news .information-page__news-container {
        padding: 0 24px 5px;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/faq/style.css?17503493494385 */
</pre></body></html>