

/* Start:/bitrix/templates/main/components/bitrix/news.list/faq_new/style.css?17394308192392*/
.faq-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    width: 100%;
    margin: 0 0 40px
}

.faq-items .item {
    position: relative;
    border: 1px solid #bababa;
    padding: 30px 50px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    margin: 0 0 20px;
    background: #fff;
}

.faq-items .item span {
    cursor: pointer;
    font-family: Stem;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F04248;
}

.faq-items .item.active {
    border: 2px solid #000000
}
.faq-items .item.active span {
    font-family: Stem;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333333;
}


.faq-items .item p {
    margin: 20px 0 0;
    font-family: Stem;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333333;
}

.faq-items .item div {
    display: none
}

.faq-items .item.active div {
    display: block
}
.faq_page {
    background: #F5F5F5;
    padding: 50px 0;
}
.faq_block_title {
    font-family: Stem;
    font-size: 28px;
    font-weight: 500;
    line-height: 34.72px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333333;
    margin-bottom: 30px;
}
.faq-items .item div.faq_items_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.faq-items .item.active .faq_items_title svg {
    transform: rotate(180deg);
}
.faq-items .item.active .faq_items_title svg * {
    fill: #000000;    
}
.faq-items .item .faq_items_title svg {
    transition: 200ms;
}
.faq-items .item .faq_items_title svg * {
    transition: 200ms;

}
@media only screen and (max-width: 780px) {
    .faq-items .item span {
        border: 0;
        font-size: 18px;
        display: inline-block;
    }

    .faq-items .item {
        padding: 20px 20px 20px;
    }

    .faq-items .item span:after {
        right: 0;
        top: 0;
        position: relative;
        display: inline-block;
    }
}

/* End */
/* /bitrix/templates/main/components/bitrix/news.list/faq_new/style.css?17394308192392 */
