

/* 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/manao/menu.subsections/templates/subsections/style.css?172167259922*/
.count-elements {

}
/* End */


/* Start:/local/components/fw/catalog.seo.tags/templates/.default/style.css?17859221141634*/
.tag-container {
    position: relative;
}

.tag-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 15px;
    background: #F2F2F3;
    border-radius: 20px;
    width: fit-content;
}

.tag-item:hover {
    color: #D22739;
}

.tag-item.active {
    color: #D22739;
}

.items-container {
    overflow-x: auto; /* Горизонтальная прокрутка */
    white-space: nowrap;
    display: flex;
    gap: 10px;
    scrollbar-width: none; /* Скрыть полосу прокрутки в Firefox */
}

.items-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    overflow: hidden;
    max-height: 50px;
    justify-content: space-between;
    transition: max-height 0.5s ease-in-out; /* Плавное изменение высоты */
}

.show-more-btn, .hide-btn {
    display: none;
    border: none;
    background: unset;
    gap: 10px;
    width: max-content;
}

.show-more-btn.visible, .hide-btn.visible {
    display: flex;
}
.title-container {
    margin-bottom: 20px;
}

@media screen and (max-width: 500px){
    .offset-mt-40.tag-container {
        position: relative;
    }
    .tag-container {
        position: inherit;
    }
    .show-more-btn {
        position: absolute;
        right: -15px;
        top: -5px;
    }

    .items-wrapper {
        gap: 5px;
        justify-content: left;
        max-height: 170px;
    }

    .tag-item {
        padding: 7px 13px;
    }

    .flex-1.font-medium {
        font-size: 13px;
    }
}


/* End */


/* Start:/local/components/manao/menu.subsections/templates/left_subsections/style.css?1721844227873*/
.accordion-item-icon:not(.is-open) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 12L16 12' stroke='%23828282' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M12 16L12 8' stroke='%23828282' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    cursor: pointer;
}

.accordion-item-icon.is-open {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='2' viewBox='0 0 10 2' fill='none'%3E%3Cpath d='M1 1L9 1' stroke='%23828282' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    cursor: pointer;
}

.category-sub-list.sub {
    margin-bottom: 15px;
    display: none;
}

.menu-sections {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
}
/* End */


/* Start:/local/components/bitrix/catalog.smart.filter/templates/main/style.css?1785922114242*/
span.filter_show_all {
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}

div.filter_show_all_block {
    margin-top: 15px;
}
#modef {
    box-shadow: 1px 0px 11px -3px #666;
    background-color: #fff;
}
/* End */


/* Start:/local/components/bitrix/catalog.section/templates/main/style.css?1773753714848*/
.product-item__bottom > [data-match-height="product-eq-height"] {
    flex: 1;
}
[data-helper="products::list"] .product-wrap.custom_item_wrap > [data-entity="item"] {
    height: 100%;
}
/*[data-helper="products::list"] .product-wrap.custom_item_wrap > [data-entity="item"] .product-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}*/

.custom-width {
    width: calc(20%) !important;
}

.col-md-auto.flex {
    white-space: nowrap;
}

@media screen and (max-width: 1200px) {
    .custom-width {
        width: 50% !important;
    }
}

@media screen and (max-width: 545px) {
    .col-md-auto.flex {
        overflow-x: auto;
    }
    .col-md-auto.flex a {
        font-size: 14px;
    }
    .custom_item_wrap {
        width: 50% !important;
    }
}
/* End */


/* Start:/local/components/bitrix/catalog.section/templates/main_new_catalog/style.css?1773753714410*/
.product-item__bottom > [data-match-height="product-eq-height"] {
    flex: 1;
}
[data-helper="products::list"] .product-wrap.custom_item_wrap > [data-entity="item"] {
    height: 100%;
}
/*
[data-helper="products::list"] .product-wrap.custom_item_wrap > [data-entity="item"] .product-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}*/

/* End */
/* /local/components/bitrix/catalog/templates/main/style.css?17436203751013 */
/* /local/components/manao/menu.subsections/templates/subsections/style.css?172167259922 */
/* /local/components/fw/catalog.seo.tags/templates/.default/style.css?17859221141634 */
/* /local/components/manao/menu.subsections/templates/left_subsections/style.css?1721844227873 */
/* /local/components/bitrix/catalog.smart.filter/templates/main/style.css?1785922114242 */
/* /local/components/bitrix/catalog.section/templates/main/style.css?1773753714848 */
/* /local/components/bitrix/catalog.section/templates/main_new_catalog/style.css?1773753714410 */
