

/* Start:/local/templates/.default/components/bitrix/news.list/faq/style.css?16984085042560*/
.text-center {
    text-align: center;
}
.fw-bold {
    font-weight: bold;
}

.questions-answers .h2 {
    margin: 18px 0;
    font-family: "Trebuchet MS";
}

.questions-answers-list .answer .color-black {
    color: #000000;
}

.question-answer-wrap {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 12px;
    padding: 0 18px 0 24px;
    border: 1px solid #f3f3f3;
    transition: all 0.2s ease-in-out;
}

.question-answer-wrap:last-child {
    margin-bottom: 0;
}

.question-answer-wrap:hover {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    /*box-shadow: 0 0 7px 0 rgba(0,154,19, 0.3);*/
}

.questions-answers-list .question {
    position: relative;
    padding: 24px 0;
    padding-right: 120px;
    cursor: pointer;
    font-weight: 500;
    text-decoration: underline;
    font-size: 16px;
    color: #2b2b2b;
}

.questions-answers-list .open-answer {
    position: absolute;
    right: 6px;
    top: 50%;
    width: 110px;
    height: 25px;
    margin-top: -12px;
    overflow: hidden;
}

.questions-answers-list .open-answer span {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    color: #000000;
    transition: all 0.3s linear;
}

.questions-answers-list span.hide-answer-text {
    top: -25px;
}

.questions-answers-list .active span.hide-answer-text {
    top: 0;
}

.questions-answers-list .active span.open-answer-text {
    top: 25px;
}

.questions-answers-list .open-answer-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background: url("/local/templates/.default/components/bitrix/news.list/faq/images/question-arrow.png") center center / contain no-repeat;
    transition: all 0.3s linear;
}

.questions-answers-list .active .open-answer-btn {
    transform: rotate(-180deg);
}

.questions-answers-list .answer {
    display: none;
    padding: 24px 0;
    border-top: 1px solid #efefef;
    /*color: #888888;*/
    color: #009a13;

}

@media screen and (max-width: 800px) {

    .questions-answers-list .answer {
        padding: 0 12px;
    }

    .questions-answers-list .question {
        padding: 12px 36px 12px 0;
        line-height: 20px;
    }

    .questions-answers-list .answer {
        padding: 12px 0;
        line-height: 20px;
    }

    .questions-answers-list .open-answer {
        right: 0;
    }

    .questions-answers-list .open-answer span {
        display: none;
    }

}
/* End */
/* /local/templates/.default/components/bitrix/news.list/faq/style.css?16984085042560 */
