

/* Start:/local/templates/sv/components/bitrix/news.list/stati_question/style.css?17829226941184*/
.block-questions-answers-stati {
    max-width: 1000px;
    margin: 50px auto;
}

.faq__title {
    margin: 60px 0 30px !important;
    font-size: 24px;
    font-weight: 700;
}

.faq__item {
    background: #F2F9FD;
    border: 1px solid #008cd2;
    margin-bottom: 16px;
}

.faq__question {
    width: 100%;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 32px;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}
.icon-question-t{
    display: none;
}
.faq__item:first-child .icon-question-t {
    display: block;
}
.faq__item:first-child .icon-question-b {
    display: none;
}

.faq__answer {
    display: none;
    padding: 0 32px 32px;
    font-size: 22px;
    line-height: 1.6;
    color: #555;
}

.faq__answer ul {
    margin: 16px 0;
    padding-left: 24px;
}
.active-faq{

    background: #fff;
}
.faq__item.active-faq .faq__answer {
    display: block;
}

.faq__item.active-faq .faq__icon::after {
    transform: scaleY(0);
}
.green-color{
    color: #008cd2;
}
.faq__answer ul{
    font-size: 16px
}
.faq__answer p{
        font-size: 15px;
}
/* End */
/* /local/templates/sv/components/bitrix/news.list/stati_question/style.css?17829226941184 */
