.catalog .catalog__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px}.catalog .catalog__wrapper .sidebar-filter{width:312px;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:8px}.catalog .catalog__wrapper .sidebar-filter .form__filter{margin-bottom:20px;position:sticky;top:140px;height:calc(100vh - 135px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:#da291c #eaecf0}.catalog .catalog__wrapper .sidebar-filter .form__filter::-webkit-scrollbar{width:10px}.catalog .catalog__wrapper .sidebar-filter .form__filter::-webkit-scrollbar-track{background:#eaecf0;border-radius:8px}.catalog .catalog__wrapper .sidebar-filter .form__filter::-webkit-scrollbar-thumb{background-color:#da291c;border:2px solid #eaecf0;border-radius:20px}.catalog .catalog__wrapper .sidebar-filter .form__filter label{color:#344054;font-weight:500}.catalog .catalog__wrapper .sidebar-filter .form__filter .status__filter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:16px;background-color:#f9fafb;padding:26px 24px}.catalog .catalog__wrapper .sidebar-filter .form__filter .checkbox__wrapper{position:relative}.catalog .catalog__wrapper .sidebar-filter .form__filter .checkbox__wrapper input[type=checkbox]{display:none}.catalog .catalog__wrapper .sidebar-filter .form__filter .checkbox__wrapper label{margin-left:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;font-size:16px;line-height:24px;cursor:pointer}.catalog .catalog__wrapper .sidebar-filter .form__filter .checkbox__wrapper label::before{content:"";width:16px;height:16px;display:block;border:1px solid #d0d5dd;border-radius:4px;background-color:#fff;position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}.catalog .catalog__wrapper .sidebar-filter .form__filter .checkbox__wrapper label .color{display:inline-block;width:16px;height:16px;border-radius:50%}.catalog .catalog__wrapper .sidebar-filter .form__filter .checkbox__wrapper input[type=checkbox]:checked+label::before{background-color:#da291c;border-color:#da291c;background-image:url(../img/check.svg);background-position:center;background-repeat:no-repeat}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter{background-color:#f9fafb}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter__wrapper{padding:16px;border-bottom:1px solid #eaecf0}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter__wrapper .filter__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter__wrapper .filter__header svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter__wrapper .filter__header .filter__title{font-weight:700;font-size:18px;line-height:26px}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter__wrapper .filter__variations{display:none;margin-left:8px;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:8px}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter__wrapper .filter__variations .checkbox__wrapper{display:block}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter__wrapper .filter__variations.active .checkbox__wrapper{display:block}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter__wrapper .filter__variations.active .variations__more{display:none}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter__wrapper .variations__more{color:#1b2124;font-weight:500;cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter__wrapper .variations__more:hover{color:#05a23d}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter__wrapper .filter__header.active svg{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter__wrapper .filter__header.active+.filter__variations{display:-webkit-box;display:-ms-flexbox;display:flex;padding:8px 0}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:8px;padding:8px 16px;border-bottom:1px solid #eaecf0}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter__buttons input{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .main-filter__wrapper{display:none;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .main-filter__wrapper .main-filter__title{color:#101828;font-weight:600}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter-range_wrapper{position:relative}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter-range_wrapper .filter__variations .values{width:100%;position:relative;padding:8px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;color:#667085;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter-range_wrapper .filter__variations .values .rangeValue{width:120px;padding:10px 14px;background-color:#fff;border:1px solid #d0d5dd;border-radius:8px;color:#667085;outline:0;font-family:TrebuchetMS,sant-serif;font-weight:400;font-size:14px;line-height:20px;-moz-appearance:textfield}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter-range_wrapper .filter__variations .values .rangeValue::-webkit-inner-spin-button,.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter-range_wrapper .filter__variations .values .rangeValue::-webkit-outer-spin-button{-webkit-appearance:none}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter-range_wrapper .filter__variations .price-range .ui-slider-handle,.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter-range_wrapper .filter__variations .price-range .ui-state-active,.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter-range_wrapper .filter__variations .price-range .ui-state-default{width:20px;height:20px;background-color:#fff;border:2px solid #da291c;border-radius:50%;outline:0}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter-range_wrapper .filter__variations .price-range .ui-slider-handle:hover,.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter-range_wrapper .filter__variations .price-range .ui-state-active:hover,.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter-range_wrapper .filter__variations .price-range .ui-state-default:hover{background-color:#da291c}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter-range_wrapper .filter__variations .price-range .ui-slider-handle .ui-state-active,.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter-range_wrapper .filter__variations .price-range .ui-state-active .ui-state-active,.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter-range_wrapper .filter__variations .price-range .ui-state-default .ui-state-active{background-color:#da291c}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter-range_wrapper .filter__variations .price-range .ui-widget-header{background-color:#da291c}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter-range_wrapper .filter__variations .price-range .ui-slider-handle{top:-7px}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter-range_wrapper .filter__variations .ui-slider-horizontal{height:6px}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter-range_wrapper .filter__variations .ui-widget.ui-widget-content{border:1px solid #da291c}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter-range_wrapper .filter_container{position:relative;height:20px}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter-range_wrapper .filter_container input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;outline:0;position:absolute;margin:auto;top:0;bottom:0;background-color:transparent;pointer-events:none}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter-range_wrapper .filter_container .slider-track{width:100%;height:4px;border-radius:2px;position:absolute;margin:auto;top:0;bottom:0}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter-range_wrapper .filter_container input[type=range]::-webkit-slider-runnable-track{-webkit-appearance:none;height:4px}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter-range_wrapper .filter_container input[type=range]::-moz-range-track{-moz-appearance:none;height:4px}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter-range_wrapper .filter_container input[type=range]::-ms-track{appearance:none;height:4px}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter-range_wrapper .filter_container input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;background-color:#fff;border:2px solid #da291c;border-radius:50%;cursor:pointer;margin-top:-8px;pointer-events:auto}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter-range_wrapper .filter_container input[type=range]::-moz-range-thumb{-webkit-appearance:none;height:20px;width:20px;background-color:#fff;border:2px solid #da291c;border-radius:50%;cursor:pointer;pointer-events:auto}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter-range_wrapper .filter_container input[type=range]::-ms-thumb{appearance:none;height:20px;width:20px;background-color:#fff;border:2px solid #da291c;border-radius:50%;cursor:pointer;pointer-events:auto}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter-range_wrapper .filter_container input[type=range]:active::-webkit-slider-thumb{background-color:#da291c}.catalog .catalog__wrapper .sidebar-filter .buttonView{background-color:#fff;width:-webkit-max-content;width:-moz-max-content;width:max-content;border:1px solid #f2f4f7;border-bottom-right-radius:8px;border-top-right-radius:8px;border-left:none;position:absolute;right:0;z-index:3;display:none}.catalog .catalog__wrapper .sidebar-filter .buttonView .buttonView__text{font-weight:500;padding:10px;display:inline-block}.catalog .catalog__wrapper .sidebar-filter .buttonView::before{content:"";position:absolute;left:-40px;top:0;border:20px solid transparent;border-right:20px solid #fff}.catalog .catalog__wrapper .sidebar-filter .buttonView.active{display:block}.catalog .catalog__wrapper .products__wrapper{width:100%;margin-bottom:32px}.catalog .catalog__wrapper .products__wrapper .sortAndView__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:16px}.catalog .catalog__wrapper .products__wrapper .sortAndView__wrapper .sort__title{font-weight:700;font-size:16px;line-height:24px}.catalog .catalog__wrapper .products__wrapper .sortAndView__wrapper .sort__list-wrapper .sort__list-title{font-weight:700;font-size:16px;line-height:24px}.catalog .catalog__wrapper .products__wrapper .sortAndView__wrapper .sort__list-wrapper .sort__list li a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;color:#898d8d;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;font-size:16px;line-height:24px;border-radius:8px;padding:10px 16px;cursor:pointer}.catalog .catalog__wrapper .products__wrapper .sortAndView__wrapper .sort__list-wrapper .sort__list li a:hover{color:#da291c}.catalog .catalog__wrapper .products__wrapper .sortAndView__wrapper .sort__list-wrapper .sort__list li a:hover svg path{stroke:#da291c}.catalog .catalog__wrapper .products__wrapper .sortAndView__wrapper .sort__list-wrapper .sort__list li a svg path{stroke:#667085;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.catalog .catalog__wrapper .products__wrapper .sortAndView__wrapper .sort__list-wrapper .sort__list li a.current{color:#da291c}.catalog .catalog__wrapper .products__wrapper .sortAndView__wrapper .sort__list-wrapper .sort__list li a.current svg path{stroke:#da291c}.catalog .catalog__wrapper .products__wrapper .sort__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px}.catalog .catalog__wrapper .products__wrapper .sort__wrapper .sort__list,.catalog .catalog__wrapper .products__wrapper .sort__wrapper .view__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.catalog .catalog__wrapper .products__wrapper .sort__wrapper .sort__list-wrapper{position:relative}.catalog .catalog__wrapper .products__wrapper .sort__wrapper .sort__list-wrapper .sort__list-title-wrapper{display:none;padding:10px 16px;border:1px solid #d0d5dd;border-radius:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.catalog .catalog__wrapper .products__wrapper .sort__wrapper .sort__list-wrapper .sort__list-title-wrapper svg{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.catalog .catalog__wrapper .products__wrapper .sort__wrapper .sort__list-wrapper .sort__list-title-wrapper .sort__list-title{display:block;width:100%}.catalog .catalog__wrapper .products__wrapper .sort__wrapper .sort__list-wrapper .sort__list-title-wrapper.active+.sort__list{display:block}.catalog .catalog__wrapper .products__wrapper .sort__wrapper .sort__list-wrapper .sort__list-title-wrapper.active svg{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.catalog .catalog__wrapper .products__wrapper .text__wrapper{font-size:16px;line-height:24px;margin-bottom:24px}.catalog .catalog__wrapper .products__wrapper .text__wrapper h3{font-size:22px;line-height:30px;font-weight:600;margin-bottom:16px;max-width:1140px}.catalog .catalog__wrapper .products__wrapper .text__wrapper p{margin-bottom:24px}.catalog .catalog__wrapper .products__wrapper .text__wrapper p:last-child{margin-bottom:0}.catalog .catalog__wrapper .products__wrapper .text__wrapper a{color:#05a23d;font-weight:500;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.catalog .catalog__wrapper .products__wrapper .text__wrapper a:hover{color:#059237}.catalog .catalog__wrapper .products__wrapper .text__wrapper ul{font-size:16px;line-height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:12px;margin-bottom:24px;max-width:1140px}.catalog .catalog__wrapper .products__wrapper .text__wrapper ul li{padding-left:24px;position:relative}.catalog .catalog__wrapper .products__wrapper .text__wrapper ul li::before{content:"";width:14px;height:1px;background-color:#1b2124;position:absolute;left:0;top:12px}.catalog .catalog__wrapper .products__wrapper .text__wrapper ol{font-size:16px;line-height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:12px;margin-bottom:24px;max-width:1140px}.catalog .catalog__wrapper .products__wrapper .text__wrapper ol li{list-style:auto;margin-left:20px;padding-left:16px}.catalog .catalog__wrapper .products__wrapper .text__wrapper .container_table table{margin:0 auto;border-spacing:0;border-collapse:collapse}.catalog .catalog__wrapper .products__wrapper .text__wrapper .container_table table tbody tr:nth-of-type(odd){background-color:#f6f6f6}.catalog .catalog__wrapper .products__wrapper .text__wrapper .container_table table tbody tr:nth-of-type(even){background-color:#dadada}.catalog .catalog__wrapper .products__wrapper .text__wrapper .container_table table tbody tr td{text-align:center;padding:10px;vertical-align:middle}.catalog .catalog__wrapper .products__wrapper .button_transparent{margin:0 auto}.catalog .catalog__wrapper .products__list_grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:32px}.catalog .catalog__wrapper .products__list_grid .product-cart{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;border-top:1px solid #f4f4f5;padding:24px 0}.catalog .catalog__wrapper .products__list_grid .product-cart .product-image{height:234px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.catalog .catalog__wrapper .products__list_grid .product-cart .product-image img{height:100%;-o-object-fit:contain;object-fit:contain}.catalog .catalog__wrapper .products__list_grid .product-cart .product-description{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.catalog .catalog__wrapper .products__list_grid .product-cart .product-description .product-description_top{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;margin-right:20px}.catalog .catalog__wrapper .products__list_grid .product-cart .product-description .product-description_top .stock li{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;font-weight:600;display:none}.catalog .catalog__wrapper .products__list_grid .product-cart .product-description .product-description_top .stock li.active{display:-webkit-box;display:-ms-flexbox;display:flex}.catalog .catalog__wrapper .products__list_grid .product-cart .product-description .product-description_top .stock .inStock{color:#039855}.catalog .catalog__wrapper .products__list_grid .product-cart .product-description .product-description_top .stock .outOfStock{color:#667085}.catalog .catalog__wrapper .products__list_grid .product-cart .product-description .product-description_top .stock .onOrder{color:#fd853a}.catalog .catalog__wrapper .products__list_grid .product-cart .product-description .product-description_top .product__title{font-weight:700;font-size:20px;line-height:24px}.catalog .catalog__wrapper .products__list_grid .product-cart .product-description .product-description_top .short-description{margin-top:8px}.catalog .catalog__wrapper .products__list_grid .product-cart .product-description .product-description_top .short-description .row{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px}.catalog .catalog__wrapper .products__list_grid .product-cart .product-description .product-description_top .short-description .row p{font-size:16px;line-height:24px;color:#898d8d}.catalog .catalog__wrapper .products__list_grid .product-cart .product-description .product-description_top .short-description .row .title{max-width:208px;width:100%;-ms-flex-negative:0;flex-shrink:0}.catalog .catalog__wrapper .products__list_grid .product-cart .product-description .product-description_top .short-description-mobile{display:none}.catalog .catalog__wrapper .products__list_grid .product-cart .product-description .product-description_bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.catalog .catalog__wrapper .products__list_grid .product-cart .product-description .product-description_bottom .price__wrapper .price__price{font-weight:700;font-size:20px;line-height:24px}@media screen and (max-width:1279px){.catalog .catalog__wrapper .products__list_grid{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;gap:16px}.catalog .catalog__wrapper .products__list_grid .product-cart{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid #f4f4f5;padding:16px}.catalog .catalog__wrapper .products__list_grid .product-cart .product-description{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.catalog .catalog__wrapper .products__list_grid .product-cart .product-description .product-description_top{margin-right:0}.catalog .catalog__wrapper .products__list_grid .product-cart .product-description .product-description_top .short-description{display:none}.catalog .catalog__wrapper .products__list_grid .product-cart .product-description .product-description_top .short-description .row .title{max-width:160px}.catalog .catalog__wrapper .products__list_grid .product-cart .product-description .product-description_top .short-description-mobile{margin-top:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.catalog .catalog__wrapper .products__list_grid .product-cart .product-description .product-description_top .short-description-mobile p{font-size:16px;line-height:24px;color:#898d8d}.catalog .catalog__wrapper .products__list_grid .product-cart .product-description .product-description_top .short-description-mobile .title{font-size:18px}}@media screen and (max-width:1023px){.catalog .catalog__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.catalog .catalog__wrapper .sidebar-filter{margin-bottom:16px}.catalog .catalog__wrapper .sidebar-filter .form__filter{height:auto}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter__wrapper{display:none}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .filter__buttons{display:none}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .main-filter__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#f9f5ff}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .main-filter__wrapper svg path{stroke:#da291c}.catalog .catalog__wrapper .sidebar-filter .form__filter .filter .main-filter__wrapper .main-filter__title{color:#da291c}.catalog .catalog__wrapper .sidebar-filter.active{position:fixed;top:0;left:0;z-index:100}.catalog .catalog__wrapper .sidebar-filter.active .form__filter .filter{height:100vh;overflow-y:scroll}.catalog .catalog__wrapper .sidebar-filter.active .form__filter .filter .filter__buttons{display:-webkit-box;display:-ms-flexbox;display:flex}.catalog .catalog__wrapper .sidebar-filter.active .form__filter .filter .filter__wrapper{display:block}.catalog .catalog__wrapper .sidebar-filter.active .form__filter .filter .main-filter__wrapper{position:sticky;display:-webkit-box;display:-ms-flexbox;display:flex;top:0;z-index:5}}@media screen and (max-width:767px){.catalog .catalog__wrapper .sidebar-filter{width:100%}.catalog .catalog__wrapper .products__wrapper .sort__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:8px;width:100%}.catalog .catalog__wrapper .products__wrapper .sort__wrapper .sort__title{-ms-flex-item-align:start;align-self:flex-start}.catalog .catalog__wrapper .products__wrapper .sort__wrapper .sort__list-wrapper{width:100%}.catalog .catalog__wrapper .products__wrapper .sort__wrapper .sort__list-wrapper .sort__list-title-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.catalog .catalog__wrapper .products__wrapper .sort__wrapper .sort__list-wrapper .sort__list{display:none;position:absolute;top:calc(100% + 8px);left:0;z-index:10;background-color:#fff;width:100%;border:1px solid #d0d5dd;border-radius:8px}.catalog .catalog__wrapper .products__wrapper .sort__wrapper .sort__list-wrapper .sort__list li label{width:100%}.catalog .catalog__wrapper .products__list_grid{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}.catalog .catalog__wrapper .products__list_grid .product-cart .product-image{width:100%;height:auto}.catalog .catalog__wrapper .products__list_grid .product-cart .product-image img{height:auto;width:100%}}@media screen and (max-width:480px){.catalog .catalog__wrapper .products__list_grid{-ms-grid-columns:1fr;grid-template-columns:1fr}}