

/* Start:/bitrix/templates/main2/components/bitrix/news.list/faq-list/style.css?16662734711141*/
#ask-question {
    margin-bottom: 20px;
}
#ask-question.sticky {
    position: sticky;
    top: 0;
}
#ask-question .btn__green {
    width: 300px;
    background-color: #8AC44B;
    color: #fff;
}
.question {
    background-color: #FFF;
    color: #444;
    cursor: pointer;
    padding: 14px;
    width: 100%;
    text-align: left;
    transition: 0.4s;
    font-size: 21px;
    font-weight: 600;
}
.question, .question:focus {
    border: none;
    outline: none;
}
.question:hover {
    background-color: #f2f3f6;
}
.question:before {
    content: '\002B';
    font-size: 22px;
    color: #8AC44B;
    float: left;
    font-weight: 600;
    position: relative;
    top: -3px;
}

.question p {
    margin: 0 0 0 36px;
}
.active {
    color: #8AC44B;
}
.active:before {
    content: "\2212"; /* Unicode character for "minus" sign (-) */
}
.answer {
    margin: 0 0 7px 50px;
    background-color: white;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out;
    font-size: 17px;
}
.answer span {
    font-weight: 600;
}

@media (max-width: 480px) {
    #ask-question .btn__green {
        width: 100%;
    }
}

/* End */
/* /bitrix/templates/main2/components/bitrix/news.list/faq-list/style.css?16662734711141 */
