

/* Start:/local/components/bitrix/catalog/templates/main/style.css?17436203751013*/
.switch-container {
    gap: 10px;
    align-items: center;
    font-size: 14px;
    margin-top: -5px;
}

.switch-btn {
    display: inline-block;
    width: 54px;
    height: 30px;
    border-radius: 19px;
    background: #bfbfbf;
    z-index: 0;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    position: relative;
    transition-duration: 300ms;
}
.switch-btn::after {
    content: "";
    height: 24px;
    width: 24px;
    border-radius: 17px;
    background: #fff;
    top: 3px;
    left: 3px;
    transition-duration: 300ms;
    position: absolute;
    z-index: 1;
}
.switch-on {
    background: var(--yellow);
}
.switch-on::after {
    left: 28px;
}

.switch-container-mobile {
    justify-content: space-between;
    width: 100% !important;
    margin-bottom: 26px;
}

.sort-by__item.is-active {
    font-weight: 700;
}

@media screen and (max-width: 500px){
    .fancybox__container.is-compact {
        height: 93%;
    }
}
/* End */


/* Start:/local/components/fw/catalog.section.list/templates/.default/style.css?178592211450*/
.pointer_none {
    /* margin-bottom: 15px; */
}
/* End */
/* /local/components/bitrix/catalog/templates/main/style.css?17436203751013 */
/* /local/components/fw/catalog.section.list/templates/.default/style.css?178592211450 */
