

/* Start:/local/templates/sgm_landings/components/bitrix/news.detail/blockFaq/style.css?17887848431408*/
.faq h2 {
    margin-bottom: 16px;
}
.faq .faq_description {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 32px;
}
.faq_info {
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgb(120 160 190 / 30%);
    border-radius: 12px;
}
.faq_item {
    margin: 0 24px;
}
.faq_item:not(:last-child) {
    border-bottom: 1px solid #F0F0F0;
}
.faq_item.hidden {
    display: none;
}
.faq_question {
    display: inline-block;
    cursor: pointer;
    padding: 24px 0;
    width: 100%;

    /*remove tap-highlight*/
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
.faq_question span {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #1D2F3C;

}
.faq_item.open .faq_question span {
    color: #5EB92D;
}
.svgIconArrow {
    position: relative;
    top: 6px;
    width: 24px;
    height: 24px;
    fill: #1D2F3C;
    cursor: pointer;
    transform: rotate(180deg);
    transition: all 0.3s;
}
.faq_item.open .svgIconArrow {
    transform: rotate(0deg);
    fill: #5EB92D;
}
.faq_answer {
    display: none;
    margin: 12px 0 0;
    padding-bottom: 24px;
    font-size: 16px;
    line-height: 26px;
}
.faq_item.open .faq_answer {
    display: block;
}
.faq_button {
    margin-top: 24px;
}

@media (max-width: 767px) {
    .faq_button {
        display: flex;
        justify-content: center;
    }
}

/* End */
/* /local/templates/sgm_landings/components/bitrix/news.detail/blockFaq/style.css?17887848431408 */
