

/* Start:/local/templates/citrus_materials/components/bitrix/system.pagenavigation/.default/style.css?17484332421135*/
.switch {
    text-align: center;
    display: table;
    margin: 30px auto 0;
    font-size: 0;
    color: #a09f9f;
}

.switch li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    vertical-align: bottom;
}

.switch a, .switch span {
    display: block;
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    min-width: 35px;
    color: #a09f9f;
    height: 35px;
    line-height: 35px;
}


html:not(.bx-touch) .switch a:not(.selected):hover,
html:not(.bx-no-touch) .switch a:not(.selected):active {
    background-color: #4A4040;
    color: #fb6c00;
}

.switch li span {
    background-color: #888;
    color: #fff;
}

.switch li+li {
    margin-left: 5px;
}

.switch a>i {
    font-size: 2em;
    vertical-align: -3px;
}

@media screen and (max-width: 1023px) {
    li.switch-start,li.switch-end {
        display: none;
    }

    .switch a {
        line-height: 30px;
        height: 30px;
        min-width: 30px;
        padding: 0 4px;
    }
}

@media screen and (max-width: 767px) {
    .switch {
        margin-top: 15px;
    }
}
/* End */


/* Start:/local/components/icon/faq.list/templates/.default/style.css?1782475017590*/
.faq-accordion {
    max-width: 100%;
    margin: 0 auto;
}
.faq-item {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    margin-bottom: 8px;
}
.faq-question {
    padding: 16px;
    cursor: pointer;
    font-weight: 600;
    color: #333;
    list-style: none;
}
.faq-answer {
    padding: 12px 16px;
    color: #555;
    line-height: 1.5;
}
/* Опционально: иконки/стрелочки через CSS */
.faq-question::after {
    float: right;
    content: "+";
    font-size: 1.2em;
    line-height: 1;
}
details[open] .faq-question::after {
    content: "−";
}

/* End */
/* /local/templates/citrus_materials/components/bitrix/system.pagenavigation/.default/style.css?17484332421135 */
/* /local/components/icon/faq.list/templates/.default/style.css?1782475017590 */
