

/* Start:/local/templates/template/components/bitrix/catalog/.default/style.css?17743566444147*/
/* region section.php  */
.catalog-content__filter.catalog-content__filter--desktop {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 40px;
}

.catalog-content__filter.catalog-content__filter--mobile {
    display: none;
}

@media screen and (max-width: 600px) {
    .catalog-content__filter.catalog-content__filter--desktop {
        display: none;
    }

    .catalog-content__filter.catalog-content__filter--mobile {
        display: flex;
    }

    .section-notop {
        background-color: #F7F9FB;
    }

    .section-notop .container {
        padding: 20px 0 0;
    }

    .heading.heading-black,
    .expand-text.main-categories,
    .catalog-content__filter,
    .catalog-content__prodlist.grid-layout
    {
        padding: 0 20px;
    }

    .product-desc-text__footer.expand-text-button {
        left: 20px;
    }

    [data-expand].is-expanded .expand-text-button {
        left: 0;
    }

    .product-desc-text__footer.expand-text-button {
        background: #F7F9FB;
    }

    .catalog-content__filter {
        display: flex;
        justify-content: space-between;
        margin: 15px 0;
    }

    .custom-multiselect.js-sort-select {
        padding: 10px;
        padding-left: 33px;
        width: 162px;
        min-height: 40px;

        position: relative;
        display: flex;
        align-items: center;

        border-radius: 25px;
        
        border: 1px solid rgba(178, 178, 178, 0.1);
        box-shadow: 1px 4px 4px 1px rgba(0, 0, 0, .09);
        background-color: #fff;

        font-size: 12px;
        font-weight: 400;
        color: #333333;

        cursor: pointer;

        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .custom-multiselect.js-sort-select.is-open {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .custom-multiselect.js-sort-select::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background: url('/local/templates/template/components/bitrix/catalog/.default/./images/section_icon-sort.svg') center/contain no-repeat;
        z-index: 1;
    }

    .custom-multiselect .dropdown-list {
        display: none;
    }

    .custom-multiselect.is-open .dropdown-list {
        padding: 4px 0 4px 33px;

        width: 162px;
        max-height: 200px;

        position: absolute;
        top: 50%;
        left: -1px;
        z-index: 5;

        display: flex;
        flex-direction: column;
        gap: 10px;

        border-radius: 25px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        /* border: 1px solid rgba(178, 178, 178, 0.1); */
        box-shadow: 1px 4px 4px 1px rgba(0, 0, 0, 0.09);
        background: #FFFFFF;

        overflow-y: auto;
    }

    .custom-multiselect.is-open .catalog-content__filter-link {
        margin: 0;
        position: relative;
        font-size: 12px;
        font-weight: 400;
        color: #333333;
        list-style-type: none;
    }

    .custom-multiselect.is-open .catalog-content__filter-link:not(:last-child)::after {
        content: "";
        position: absolute;
        width: 108%;
        border: 1px solid #333333;
        bottom: -5px;
        left: -22px;
        transform: scaleY(0.5);
        transform-origin: bottom; 
    }

    .catalog-content__filter-params.j-catalog-aside-trigger {
        position: relative;
        padding: 10px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #fff;
        border: 1px solid rgba(178, 178, 178, 0.1);
        box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.09);
    }

    .catalog-content__filter-params.j-catalog-aside-trigger::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background: url('/local/templates/template/components/bitrix/catalog/.default/./images/section_icon-settings.svg') center/contain no-repeat;
    }

    .section-sm.section-lg {
        display: none;
    }
}
/* endregion */

/* End */


/* Start:/local/components/sw/catalog.smart.filter/templates/filter/style.min.css?1758607140711*/
.catalog-aside__item{position:relative}.bx-filter-popup-result{font-size:12px;position:absolute;z-index:915;padding:0 20px;white-space:nowrap;border-color:#c6dce7;border-style:solid;border-width:2px 2px 2px 10px;left:97%;top:0;background:#ffff;-webkit-border-image:url(/local/components/sw/catalog.smart.filter/templates/filter/./images/result_popup_right_new.png)4 4 4 20 repeat;-moz-border-image:url(/local/components/sw/catalog.smart.filter/templates/filter/./images/result_popup_right_new.png)4 4 4 20 repeat;-o-border-image:url(/local/components/sw/catalog.smart.filter/templates/filter/./images/result_popup_right_new.png)4 4 4 20 repeat;border-image:url(/local/components/sw/catalog.smart.filter/templates/filter/./images/result_popup_right_new.png)4 4 4 20 fill repeat}.bx-filter-popup-result a{text-decoration:underline}.bx-filter-popup-result a:hover{text-decoration:none}@media (max-width:767px){.bx-filter-popup-result{left:50%;top:0}}
/* End */


/* Start:/local/templates/template/components/bitrix/catalog/.default/bitrix/catalog.section.list/new_section_block/style.css?1774356644991*/
@media screen and (max-width: 600px) {

    .expand-text {
        max-height: 130px;
    }

    .main-categories .catalog-content__categories {
        margin: 0;
        display: flex;
        align-items: center;
        gap: 7px;
        flex-wrap: wrap;
        width: 100%;
    }

    .main-categories .catalog-content__categories__item {
        padding: 0;
    }

    .main-categories .catalog-content__categories__link {
        padding: 10px 15px;
        border-radius: 25px;
        background-color: #FFFFFF;
        border: 1px solid rgba(178, 178, 178, 0.1);
        box-shadow: 1px 4px 4px 1px #00000017;
        font-size: 12px;
        font-weight: 400;
        color: #333333;
    }

    .main-categories .expand-text-button::before {
        height: 50px;
        top: -18px;
        background: #F7F9FB;
        left: -10px;
    }

    .main-categories .product-desc-text__footer-link {
        font-size: 12px;
        font-weight: 400;
        color: #333333;
    }
}

/* End */


/* Start:/local/templates/template/components/bitrix/system.pagenavigation/.default/style.css?17743566442109*/
.pagination__item {
    height: 38px;
    padding: 8px 13px;
    border-radius: 20px;
    border: 1px solid rgba(178, 178, 178, 0.1);
    box-shadow: 1px 4px 4px 1px rgba(0, 0, 0, 0.09);
    background-color: #FFFFFF;
}

.pagination__item--next {
    padding-right: 38px;
    position: relative;
}

.pagination__item--next::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    background: url('/local/templates/template/components/bitrix/system.pagenavigation/.default/./images/navigation_icon-arrow--active.svg') center / contain no-repeat;
    z-index: 1;
}

.pagination__item--prev {
    padding-left: 38px;
    position: relative;
}

.pagination__item--prev::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    background: url('/local/templates/template/components/bitrix/system.pagenavigation/.default/./images/navigation_icon-arrow--active.svg') center / contain no-repeat;
    transform: rotate(180deg);
    z-index: 1;
}

.pagination__item--prev.pagination__item--disabled::before {
    background: url('/local/templates/template/components/bitrix/system.pagenavigation/.default/./images/navigation_icon-arrow.svg') center / contain no-repeat;
    transform: rotate(180deg);
}

.pagination__item--next.pagination__item--disabled::before {
    background: url('/local/templates/template/components/bitrix/system.pagenavigation/.default/./images/navigation_icon-arrow.svg') center / contain no-repeat;
}    

@media screen and (max-width: 600px) {
    .pagination {
        padding: 0 20px;
    }
    
    .pagination .pagination__list {
        margin: 0;
        padding-left: 0;
        display: flex;
        align-items: center;
        gap: 12px;
        list-style-type: none;
        font-size: 12px;
        font-weight: 400;
    }
    
    .pagination .pagination__list li {
        width: 100%;
    }
    
    .pagination .pagination__list li.active a {
        background-clip: text;
        background-image: linear-gradient(79.08deg, rgba(208, 114, 249, 0.99) 24.37%, rgba(94, 177, 249, 0.99) 64.9%, rgba(0, 242, 254, 0.99) 102.14%);
        color: transparent;
    }
    
    .pagination .pagination__list li a {
        font-size: 12px;
        font-weight: 400;
        color: #333333;
    }
}

/* End */


/* Start:/local/templates/template/components/bitrix/catalog.section/sections/style.css?1774356644939*/
.catalog-content__prodlist.grid-layout-prodlist > .grid-item.grid-item--mobile {
    display: none;
}

@media screen and (max-width: 600px) {
    .catalog-content__prodlist.grid-layout-prodlist > .grid-item.grid-item--desktop {
        display: none;
    }

    .catalog-content__prodlist.grid-layout-prodlist > .grid-item.grid-item--mobile {
        display: block;
    }

    .catalog-content__prodlist.grid-layout {
        margin: 0;
        display: grid;
        grid-template-columns: repeat(2, minmax(152px, 1fr));
        gap: 16px;
    }

    .catalog-content__prodlist.grid-layout-prodlist > .grid-item {
        padding: 10px;
        width: 100%;
        border-radius: 25px;
        background-color: #FFFFFF;
        box-shadow: 1px 4px 4px 1px rgba(0, 0, 0, 0.09);
    }

    .grid-layout > .grid-item > div {
        position: relative;
        display: flex;
        flex-direction: column;
        height: 100%;
    }
}

/* End */
/* /local/templates/template/components/bitrix/catalog/.default/style.css?17743566444147 */
/* /local/components/sw/catalog.smart.filter/templates/filter/style.min.css?1758607140711 */
/* /local/templates/template/components/bitrix/catalog/.default/bitrix/catalog.section.list/new_section_block/style.css?1774356644991 */
/* /local/templates/template/components/bitrix/system.pagenavigation/.default/style.css?17743566442109 */
/* /local/templates/template/components/bitrix/catalog.section/sections/style.css?1774356644939 */
