

/* Start:/local/templates/.default/components/bitrix/news.list/faq/style.css?16921873361818*/
.faq-it {
    padding-top: 15px;
    position: relative;
    margin-bottom: 18px;
    padding-bottom: 1px;
}

.faq-it__number {
    top: -8px;
    font-size: 64px;
    line-height: 111.88%;
    letter-spacing: 0.2px;
    font-weight: 900;
    position: absolute;
    color: rgba(236, 236, 236, 0.6);
}

.faq-it__title {
    font-weight: bold;
    position: relative;
    font-size: 20px;
    cursor: pointer;
    line-height: 120%;
    color: #0F1111;
    margin-bottom: 36px;
    transition: color 0.3s;
}

.faq-it__title::after {
    height: 28px;
    width: 42px;
    background-image: url("../../../../../../local/templates/default/components/bitrix/news.list/faq/img/faq-arrow.svg");
    background-size: cover;
    transition: all 0.3s;
    content: '';
    background-position: center right;
    position: relative;
    display: inline-block;
    margin-left: 18px;
    top: 7px;
}

.faq-it__title:hover {
    color: #F4CA19;
}

.faq-it__title:hover::after {
    width: 82px;
}

.faq-it__body {
    display: none;
    margin-bottom: 30px;
}

.faq-it__body p {
    margin-top: 0;
}

.faq-it__body big {
    font-size: 26px;
    font-weight: 200;
}

.faq-it__body a {
    color: #0F1111;
    text-decoration: none;
}

.faq-it__body a:not(._no-underline) {
    position: relative;
}

.faq-it__body a:not(._no-underline)::after {
    width: 100%;
    position: absolute;
    left: 0;
    content: '';
    bottom: 0;
    height: 1px;
    background: #0F1111;
}

.faq-it__body a:not(._no-underline):hover::after {
    opacity: 0;
}

.faq-it._open .faq-it__title::after {
    transform: scale(-1, -1);
}
@media (max-width: 992px) {
    .faq-it__title {
        font-size: 16px;
        line-height: 151%;
    }

    .faq-it__title::after {
        margin-top: -10px;
        top: 9px;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/faq/style.css?16921873361818 */
