

/* Start:/local/templates/farbstein/components/bitrix/news.list/faq/style.css?17785689681454*/
.faq-page {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 40px;
}
.faq-page .left_block,
.faq-page .right_block {
    width: 50%;
}
.faq-page .faq {
    padding: 10px 10px 10px 0;
}
.faq-page .faq .name {
    font-family: "din-cond", "Arial", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    cursor: pointer;
}
.faq-page .faq svg {
    display: none;
    -ms-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.faq-page .faq .name:hover {
    color: #fbac24;
}
.faq-page .faq.active svg {
    display: inline;
    margin-right: 10px;
    margin-left: 15px;
}
.faq-page .faq.active::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 30px;
    margin-left: -15px;
    background-color: #fdb92e;
    -ms-transform: scale(.5, 1);
    -webkit-transform: scale(.5, 1);
    transform: scale(.5, 1);
    -o-transition: -o-transform .2s;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}
.faq-page .faq .description {
    margin: 15px 0;
    display: none;
}
.faq-page .faq .description p {
    margin-bottom: 10px;
}
@media screen and (max-width: 745px) {
    .faq-page {
        display: block;
    }
    .faq-page .left_block,
    .faq-page .right_block {
        width: 100%;
    }
}
/* End */
/* /local/templates/farbstein/components/bitrix/news.list/faq/style.css?17785689681454 */
