

/* Start:/bitrix/templates/MAIN_GL/css/faq.css?17520966561273*/
.gfaq__items {
    margin: 0 0 40px;
}
.gfaq__item {
    background: #f9f9fb;
    padding: 15px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}
._odd .gfaq__item {
    background: #fff;
}
.gfaq__item:not(:last-child) {
    margin: 0 0 15px 0;
}

.gfaq__item.active .gfaq__item-caption::before {
    transform: rotate(45deg);
}

.gfaq__item-caption {
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none !important;
    color: #111 !important;
}

.gfaq__item-caption::before {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    content: "\e900";
    margin: 0em 0em 0em 1.25rem;
    order: 1;
    font-size: 18px;
    line-height: 1;
    transition: transform 0.3s ease 0s;
}

.gfaq__item-answer {
    margin: 0.9375em 0em 0em 0em;
    font-size: 16px;
    line-height: 1.375;
    display: none;
}

.gfaq__item-answer ul,
.gfaq__item-answer ol {
    margin-bottom: 20px;
}
/* End */
/* /bitrix/templates/MAIN_GL/css/faq.css?17520966561273 */
