

/* Start:/bitrix/templates/podokonniki_2025/components/bitrix/news.list/faq_page/style.css?16735563712451*/
.faq {
    display: block;
    margin: 50px 0;
}
.faq .faq-section {
    display: block;
    margin-top: 20px;
}
.faq .faq-section .faq-delimiter {
    display: block;
    height: 1px;
    background: #e8e8e8;
    overflow: hidden;
}
.faq .faq-section .faq-item {
    display: block;
    padding: 14px;
    border-bottom: 1px solid #F2F6F6;
}
.faq .faq-section .faq-item .faq-item-wrapper {
    display: block;
}
.faq .faq-section .faq-item .faq-item-name {
    display: block;
    position: relative;
    font-size: 0;
    cursor: pointer;
}
.faq .faq-section .faq-item .faq-item-name .faq-item-name-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}

.faq .faq-section .faq-item .faq-item-description {
    display: none;
    padding-top: 17px;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    color: #6C6868;
}

.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.faqList {
    width: 70%;

}
.faqList ul {
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    list-style: none;
}

.faqList ul li {
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px;
    line-height: 21px;
    padding: 5px 10px;
    margin-right: 12px;
    margin-bottom: 10px;
    cursor: pointer;
}

.faqList ul li.active {
    background: #326276;
    color: #fff;
    font-weight: bold;
}

.faq .faq-section .faq-item.active{
    background: rgba(242, 246, 246, 0.15);
}

.faq .faq-section .faq-item.active .faq-item-name .faq-item-name-text {
    color: #2BB3C0;
}

.faq .faq-section .faq-item.active .faq-item-description {
    padding-bottom: 8px;
}

.faq-item-name {
    position: relative;
}

.faq-item-name:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    width: 12px;
    height: 6.84px;
    background: url("/bitrix/templates/podokonniki_2025/components/bitrix/news.list/faq_page/img/bottom.svg") center no-repeat;
    transform: translateY(-50%);
}

.faq .faq-section .faq-item.active .faq-item-name:after {
    background-image: url("/bitrix/templates/podokonniki_2025/components/bitrix/news.list/faq_page/img/top.svg");
}

@media (max-width: 767px) {
    .faqList {
        width: 100%;
    }

    .faqList ul {
        flex-wrap: nowrap;
    }
    .faqList ul li {
        font-size: 12px;
        line-height: 110%;
    }
    .faq .faq-section .faq-item .faq-item-name .faq-item-name-text {
        padding-right: 10px;
    }

    .faq-item-name:after {
        right: -6px;
    }

    .faq {
        margin: 30px 0;
    }
}
/* End */
/* /bitrix/templates/podokonniki_2025/components/bitrix/news.list/faq_page/style.css?16735563712451 */
