

/* Start:/local/templates/shariki_new/components/bitrix/news.list/FAQ/style.css?17738042511574*/
.faq-item {
    border-bottom: 1px solid #D9D9D9;
}

.faq-item:first-child {
    border-top: 1px solid #D9D9D9;
}

.faq-question {
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 0;


    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    color: #333333;
}

.faq-answer {
    overflow: hidden;
    transition: height 0.3s ease;
    height: 0;

    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    color: #333333;
    padding: 10px 0;
}

.faq-toggle {
    font-size: 24px;
    line-height: 24px;
    color: #8b39a2;
}

.faq-item.open .faq-question {
    color: #F68624;
    padding: 28px 0 0px 0
}

.icon-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #BE97C0;
    border-radius: 50%;
}

.icon-plus {
    width: 40px;
    height: 40px;
    background-color: white;
}

.icon-minus {
    width: 40px;
    height: 40px;
    background-color: #F68624;
    border: 2px solid #F68624;
}

/* Размеры иконок для мобильных устройств */
@media (max-width: 768px) {

    .icon-plus,
    .icon-minus {
        width: 30px;
        height: 30px;
    }

    .faq-question {
        font-size: 20px;
        line-height: 30px;
    }

    .faq-answer {
        overflow: hidden;
        font-size: 16px;
        line-height: 20px;
    }
}
/* End */
/* /local/templates/shariki_new/components/bitrix/news.list/FAQ/style.css?17738042511574 */
