

/* Start:/local/templates/SmartLamps/components/bitrix/catalog/catalog/style.css?17712245954990*/
.catalog__section {
    display: flex;
}

.catalog__smart-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.catalog__smart-wrapper-show-hide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}
.catalog__products-wrapper {
    width: 100%;
    transition: all 0.5s ease;
}
.catalog__section {
    overflow: hidden;
}

.catalog__smart-wrapper-show-hide svg  *{
    transition: all 0.3s ease;
}

.catalog__smart-wrapper-show-hide svg:hover rect{
    fill: #e2e7f1;
}
.catalog__smart-wrapper-show-hide svg:hover path{
    stroke: #2e2868;
}
.catalog__section .container-border.catalog__smart-container {
    padding: 20px 20px 50px 0px;
    margin: 0;
    justify-content: flex-end;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.catalog__section .container-border.catalog__products-container {
    padding: 20px 0px 50px 50px;
    margin: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
}

.catalog__smart-wrapper-content {
    padding: 0 30px 0 0;
    width: 434px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.catalog__smart-wrapper-show-hide {
    margin-left: auto;
    cursor: pointer;
    transition: all 0.5s ease;
}

.catalog__section-container {
}
.catalog__section-container-wrapper {
    margin: 0 auto;
    background: #e2e7f1;
    display: flex;
    gap: 5px;
    transition: all 0.5s ease;
}

.catalog__section-container-wrapper.hidden-filter
    .catalog__smart-wrapper-show-hide {
    transform: rotate(180deg) translateX(50%);
}
@media screen and (max-width: 1820px) {
    .catalog__section-container-wrapper.hidden-filter
        .catalog__smart-wrapper-show-hide {
        transform: rotate(180deg) translateX(0);
    }

}
.catalog__section-container-wrapper.hidden-filter
    .catalog__smart-wrapper-content {
    width: 0;
    padding: 0;
}
.catalog__section-container-wrapper.hidden-filter {
}

.catalog__show-filter {
    display: none;
}

@media screen and (max-width: 992px) {
    .catalog__show-filter {
        border-radius: 500px;
        background: #f2f4f8;
        display: flex;
        padding: 10px 20px;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
        cursor: pointer;
    }
    .catalog__show-filter-text {
        color: #2e2868;
        font-size: 14px;
        font-weight: 600;
        line-height: 130%;
    }

    .catalog__section.container-border {
        margin: 0;
        border-radius: 0 0 45px 45px;
    }
    .catalog__section-container-wrapper {
        gap: 0;
    }
    .catalog__section-container-wrapper {
        background-color: #fff;
    }
    .catalog__section .container-border.catalog__products-container {
        padding: 20px 0;
    }

    .catalog__section .container-border.catalog__smart-container {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 1002;
        transition: all 0.5s ease;
        border-radius: 0;
    }
    .catalog__section-container-wrapper.hidden-filter
        .catalog__smart-container {
        left: 0;
    }
    .catalog__section-container-wrapper.hidden-filter .catalog__smart-wrapper-content{
        width: 100%;
        padding: 0 0 0 20px;
        overflow-y: auto;
        max-height: 100%;
    }
    .catalog__section-container-wrapper.hidden-filter .catalog__smart-wrapper-content::-webkit-scrollbar {
        width: 5px;
    }
    .catalog__section-container-wrapper.hidden-filter .catalog__smart-wrapper-content::-webkit-scrollbar-track {
        background: #e2e7f1;
    }
    .catalog__section-container-wrapper.hidden-filter .catalog__smart-wrapper-content::-webkit-scrollbar-thumb {
        background: #2e2868;
    }
    .catalog__section-container-wrapper.hidden-filter .catalog__smart-wrapper-show-hide{
        transform: rotate(0deg);
    }
    .catalog__section-container-wrapper.hidden-filter .catalog__smart-wrapper-content .bx-filter.bx-blue {
        padding-right: 10px;
    }
}

.catalog__switcher {
    display: flex;
    align-items: center;
}
.btn__switcher {
    border-radius: 500px;
    background: #f2f4f8;
    padding: 15px 20px;
    border: none;
    outline: none;
    color: rgba(28, 49, 92, 0.7);
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    transition: all 0.5s ease;
    cursor: pointer;
}
.btn__switcher.active {
    background: #2e2868;
    color: #fff;
    border: none;
}
.btn__switcher:hover {
    background: #2e2868;
    color: #fff;
    border: none;
}

@media screen and (max-width: 576px) {
    .catalog__show-filter {
        width: 100%;
    }
    .btn__switcher {
        padding: 7px 13px;
        font-size: 14px;
    }
}


.bx-filter-select-block svg {
    transition: all 0.5s ease;
}
.bx-filter-select-block.rotate svg {
    transform: rotate(180deg);
}
/* End */


/* Start:/local/templates/SmartLamps/components/bitrix/main.feedback/static/style.css?1764582050156*/
/* Стили подключаются из основного LESS файла */
/* local/templates/SmartLamps/less/components/feedback_static.less */


/* End */
/* /local/templates/SmartLamps/components/bitrix/catalog/catalog/style.css?17712245954990 */
/* /local/templates/SmartLamps/components/bitrix/main.feedback/static/style.css?1764582050156 */
