.filter-item{display:grid;align-items:start;background:var(--white);border:1px solid var(--border-color-2);border-radius:16px;padding:16px}.filter-item__open .filter-item__header .icon{transform:rotate(180deg)}.filter-item:not(.filter-item__opened) .filter-item__header{cursor:pointer}.filter-item:not(.filter-item__opened) .filter-item__header:hover{color:var(--brown-light)}.filter-item__header{display:flex;align-items:center;justify-content:space-between;border:none;background:none;font-size:1.125em;font-weight:500;line-height:120%;padding-bottom:18px;color:var(--gray-900)}.filter-item__header .icon{width:12px;height:12px}.filter-item__title{transition:color var(--transition)}.check,.filter-item__title{display:flex;align-items:center;text-align:left}.check{gap:8px;position:relative;cursor:pointer;user-select:none;font-size:.875em;line-height:20px}.check input{position:absolute;left:0;top:0;visibility:hidden}.check--error{color:var(--red)!important}.check--error .check__state{border-color:var(--red)!important}.check--disabled{color:var(--blue-500)}.check--disabled .check__state{background:var(--blue-500);border:1px solid var(--blue-500)}.check--disabled.check--checked .check__state,.check--disabled.check--indeterminate .check__state{background:var(--main);border:1px solid var(--main)}.check--disabled.check--checked svg path,.check--disabled.check--indeterminate svg path{fill:var(--white)}.check--checked:not(.check.check--disabled),.check--indeterminate:not(.check.check--disabled){color:var(--main)}.check--checked:not(.check.check--disabled) .check__state,.check--indeterminate:not(.check.check--disabled) .check__state{background:var(--main);border:none}.check--checked:not(.check.check--disabled) .check__state svg path,.check--indeterminate:not(.check.check--disabled) .check__state svg path{fill:var(--white);stroke:none}.check__state{width:20px;height:20px;background:var(--white);border:1px solid var(--border-color-2);box-sizing:border-box;border-radius:4px;flex-shrink:0;transition:var(--transition)}.check__state,.check__state .icon{display:flex;align-items:center;justify-content:center}.check__state .icon{width:16px;height:16px}.check__state .icon svg path{transition:var(--transition);fill:var(--black);stroke:none}.range-slider{display:flex;position:relative;flex-direction:column;user-select:none}.range-slider__bar{display:flex}.range-slider__bar--left,.range-slider__bar--right{width:25%;background-color:var(--gray);padding:2px 0}.range-slider__bar-inner{background-color:var(--main);display:flex;flex-grow:1;flex-shrink:1;justify-content:space-between;position:relative}.range-slider__bar-inner--left,.range-slider__bar-inner--right{width:50%}.range-slider__thumb{border-radius:100%;border:2px solid var(--white);position:relative}.range-slider__thumb,.range-slider__thumb:before{background-color:var(--white);z-index:1;cursor:pointer}.range-slider__thumb:before{content:"";position:absolute;width:10px;height:10px;border:7px solid var(--main);border-radius:100%;margin:-12px}.range-slider__thumb *{position:absolute;bottom:25px;width:30px;height:30px;left:-15px;font-size:75%;text-align:center;line-height:30px;background-color:var(--brown);border-radius:50%;color:#fff;display:none}.range-slider__thumb:active *{display:block}.range-slider__input:focus+.range-slider__thumb:after{content:"";position:absolute;top:-4px;left:-4px;width:11px;height:11px;z-index:2;border-radius:50%;border:1px dotted #000;box-shadow:0 0 5px #fff,inset 0 0 10px #000}.range-slider__input{position:absolute;top:0;left:0;width:100%;opacity:0;pointer-events:none}.category-range-slider{display:grid;grid-gap:20px;align-items:start;margin-top:12px}.category-range-slider .range-slider{padding:0 10px}.category-range-slider__inputs{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px}.category-range-slider__inputs .input__container{border-radius:8px;height:44px}.category-range-slider__inputs .input__field{line-height:20px}.select-list{position:absolute;bottom:0;left:0;width:calc(100% + 2px);margin:-1px;transform:translateY(calc(100% - 1px));z-index:10;background:var(--white);border:1px solid var(--border-color-2);border-top:none;border-radius:0 0 16px 16px;box-sizing:border-box;overflow:hidden;overflow-y:auto;max-height:200px;display:grid;grid-template-rows:1fr auto;clip-path:inset(0 -3px -3px -3px)}.select--list-top .select-list{border-radius:16px 16px 0 0;position:absolute;top:0;left:0;bottom:auto;transform:translateY(calc(-100% + 1px));clip-path:inset(-3px -3px 0 -3px)}.select-list__clean{border-top:1px solid var(--gray-dark);padding:8px 12px;color:var(--dark);cursor:pointer;text-decoration:none}.select-list__clean:hover{color:var(--dark);border-color:var(--gray-dark)}.select-list__container{display:flex;flex-direction:column;flex-shrink:0;overflow-y:auto}.select-list__item{width:100%;text-align:left;cursor:pointer;transition:var(--transition);outline:none;font-weight:400;font-size:.875em;color:var(--gray-900);line-height:140%;opacity:.65;text-decoration:none;display:flex;flex-shrink:0}.select-list__item--single{padding:8px 12px}.select-list__item .check{padding:8px 12px;width:100%}.select-list__item--checked,.select-list__item:focus,.select-list__item:hover{background:var(--border-color-2);color:var(--dark)}.select{background:var(--white);border:1px solid var(--border-color-2);border-radius:16px;box-sizing:border-box;position:relative;cursor:text;height:auto;width:100%;transition:var(--transition);display:flex;margin:0}.select:focus-within ::placeholder{color:var(--green)}.select--error{border-color:var(--red-500)}.select__errors{font-size:.75em;line-height:15px;color:var(--red-500);display:flex;flex-direction:column;gap:5px}.select__errors--messages{color:var(--body-color-muted)}.select__container{width:100%;display:flex;flex-direction:column;align-self:flex-start;gap:5px}.select__title{font-family:var(--font-regular)!important;font-weight:400!important;font-size:1em!important;line-height:26px;color:var(--gray-dark)}.select__field{border-radius:5px;border:none;font-family:var(--font-regular);box-sizing:border-box;background:none;width:100%;height:100%;padding:13px 16px!important;outline:none;font-weight:400;font-size:1em;color:var(--dark);appearance:none;resize:vertical;line-height:20px}.select__field::placeholder{font-weight:400;font-size:.875em;color:var(--gray-900);line-height:140%;opacity:.65}.select--loading{background-color:var(--accent-o1);background-size:31px 31px;background-image:linear-gradient(-45deg,rgba(0,0,0,.1) 25%,rgba(0,0,0,0) 0,rgba(0,0,0,0) 50%,rgba(0,0,0,.1) 0,rgba(0,0,0,.1) 75%,rgba(0,0,0,0) 0,rgba(0,0,0,0));animation:stripped 2s linear 0s infinite normal none running}.select--no-title .select__field{padding:25px 40px}.select--list{border-radius:16px 16px 0 0}.select--list .select__action{z-index:11}.select--list .select__action .icon{transform:rotate(180deg)}.select--list .select__clear{z-index:12}.select--list-top{border-radius:0 0 16px 16px}.select--list-top .select__action{z-index:11}.select--list-top .select__action .icon{transform:rotate(180deg)}.select--list-top .select__list{border-radius:var(--small_radius) var(--small_radius) 0 0;position:absolute;top:0;left:0;bottom:auto;transform:translateY(calc(-100% + 1px))}.select--list-top .select__clear{z-index:12}.select__action,.select__clear{background:none;outline:none;border:none;cursor:pointer;padding:10px;position:absolute;right:0;top:0;bottom:0;margin:auto;transition:.2s;z-index:2;display:flex;align-items:center}.select__action:active,.select__action:focus,.select__clear:active,.select__clear:focus{box-shadow:0 0 0 2px var(--accent);border-radius:var(--small_radius)}.select__action .icon,.select__clear .icon{transition:.2s;width:20px;height:20px}.select__action .icon svg path,.select__clear .icon svg path{fill:var(--dark-light);stroke:none}.select__clear{transform:translateX(-50%);z-index:3}.select__field{padding:15px 12px;z-index:1}.select__field-container{position:relative;width:100%}.select__selected{display:flex;gap:4px;align-items:center;margin-left:12px;flex-shrink:0}@media only screen and (max-width:480px){.select__selected{display:none}}.select__selected .icon{width:12px;height:12px;display:flex;align-items:center;justify-content:center}.select__selected .icon svg{width:100%;height:100%}.select__selected-item{cursor:pointer;background:var(--accent);border-radius:var(--small_radius);padding:6px 12px;font-size:.875em;line-height:16px;text-align:center;color:var(--white);text-decoration:none;flex-shrink:0}.select__selected-item:hover{color:var(--white)}.select__selected-item:active,.select__selected-item:focus{box-shadow:0 0 0 4px var(--accent)}.select__selected-item:first-child{display:flex;gap:4px;align-items:center}.select__selected-item:first-child span{display:flex}.select__selected-item:first-child .icon{width:14px;height:14px}.select__selected-item:first-child .icon svg{width:100%;height:100%}.select--multiple{display:flex;align-items:center;padding-right:40px}@-moz-keyframes stripped{0%{background-position:0 0}to{background-position:31px 62px}}@-webkit-keyframes stripped{0%{background-position:0 0}to{background-position:31px 62px}}@-o-keyframes stripped{0%{background-position:0 0}to{background-position:31px 62px}}@keyframes stripped{0%{background-position:0 0}to{background-position:31px 62px}}.category-filter{display:grid;align-items:start;grid-gap:15px;background:var(--white);height:fit-content;position:sticky;top:var(--header-main-height)}@media only screen and (max-width:990px){.category-filter:not(.category-filter--menu){display:none}}.category-filter--menu{top:0}.category-filter--menu .filter-item{border:none;padding:0}.category-filter--menu .filter-item__header{font-size:1em}.category-filter--menu .check{font-size:.875em}.category-filter--categories-menu .filter-item{border:none}.category-filter--categories-menu .filter-item__header{display:none}.category-filter--categories-menu .category-filter__categories{max-height:none}.category-filter--categories-menu .category-filter__categories>li:not(:last-child){border:none}.category-filter__header{border-bottom:1px solid var(--blue-500);display:grid;grid-gap:8px;padding-bottom:16px}.category-filter__header-top{display:flex;align-items:center;justify-content:space-between}.category-filter__title{font-weight:400;font-size:1.125em;line-height:28px;display:flex;align-items:center;color:var(--body-color)}.category-filter__body{display:flex;flex-direction:column;grid-gap:16px}.category-filter__body-container{display:grid;grid-gap:30px}.category-filter__categories{display:grid;max-height:calc(100vh - 320px);overflow-y:auto}.category-filter__categories>li{display:grid}.category-filter__category{padding:10px 40px 10px 20px;font-size:.875em;line-height:145%;gap:8px;display:flex;align-items:center;justify-content:space-between}.category-filter__category--active{color:var(--brown-light)}.category-filter__category--active .icon svg path{stroke:var(--brown-light)}.category-filter__category .icon{width:12px;height:12px}.category-filter__category>.btn{height:40px;width:40px;position:absolute;right:0;top:0;bottom:0;border-radius:0}.category-filter__category>.btn:hover{background:var(--gray)}.category-filter__category>.btn.active .icon{transition:var(--transition);transform:rotate(90deg)}.category-filter__price{padding:0 20px;display:grid;grid-gap:20px}.category-filter__brands{padding:20px 10px 20px 20px}.category-filter__brands .input{width:100%;height:40px;margin-bottom:10px}.category-filter__brands-list{display:grid;max-height:260px;overflow-y:auto}.category-filter__brands .check{padding:5px 0}.category-filter__checkboxes{display:grid;max-height:290px;overflow-y:auto}.category-filter__checkboxes .check{color:var(--body-color-muted);padding:8px 0;transition:var(--transition)}.category-filter__checkboxes .check:hover{color:var(--brown)}.category-filter__checkboxes .check:hover .check__state{border-color:var(--brown)}.category-filter__colors{display:flex;gap:12px;flex-wrap:wrap;align-items:flex-start}.category-filter__colors li{display:inline-flex}.category-filter__colors label{cursor:pointer;width:24px;height:24px;flex-shrink:0;border-radius:100%;outline:2px solid rgba(0,0,0,0);transition:outline-color var(--transition)}.category-filter__colors label.active{outline-color:var(--brown)}.category-filter__block--open .category-filter__block-title{border-bottom:1px solid var(--border-color-2)}.category-filter__block-items{transition:var(--transition);padding:16px 0;display:flex;flex-direction:column;gap:16px}.category-filter__block-items span{font-weight:400;font-size:.875em;line-height:140%;color:var(--gray-900);opacity:.8;transition:var(--transition)}.category-filter__block-items span:hover{color:var(--main)}.category-filter__block-title{display:flex;justify-content:space-between;padding:12px 5px 12px 0;align-items:center;font-weight:500;font-size:1em;line-height:120%;color:var(--gray-900);background:none;border:none;border-top:1px solid var(--border-color-2);cursor:pointer;transition:color var(--transition)}.category-filter__block-title .icon{width:16px;height:16px}.category-filter__block-title .icon svg path{transition:var(--transition)}.category-filter__block-title:hover{color:var(--main)}.category-filter__block-title:hover .icon svg path{fill:var(--main)}.product-card{position:relative;padding:24px;border:1px solid var(--white-2);background-color:var(--white);border-radius:16px;width:100%;height:auto;max-height:391px;display:flex;transition:var(--transition)}.product-card--absent{cursor:default}@media only screen and (max-width:1250px){.product-card{padding:15px}}@media only screen and (max-width:480px){.product-card{padding:10px}}.product-card:hover:not(.product-card--absent){border:1px solid var(--main)}.product-card__body{display:flex;flex-direction:column;gap:5px;width:100%}@media only screen and (max-width:420px){.product-card__body{gap:0}}.product-card__link{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.product-card__header{display:flex;flex-direction:column;gap:8px;position:absolute;z-index:1;width:auto}.product-card__header-tag{display:flex;background:#3f3b3b;font-size:.75rem;line-height:16px;font-weight:600;border-radius:6px;padding:4px;color:var(--white);width:fit-content}.product-card__promotion{display:flex;height:25px}.product-card__promotion-wrapper{display:inline-flex;height:100%;background:#f8f8f8;border-radius:8px}.product-card__percent{background:var(--red);color:var(--white);line-height:17px;font-weight:500;padding:4px;height:100%}.product-card__date,.product-card__percent{display:inline-flex;justify-content:center;align-items:center;font-size:.75rem;border-radius:8px}.product-card__date{padding:5px 8px;font-weight:400;background:#f8f8f8;color:var(--gray-900)}.product-card__favorite{position:relative;z-index:1;display:flex;width:28px;height:28px;justify-content:center;align-items:center;border:1px solid var(--white-2);border-radius:999px;cursor:pointer;transition:var(--transition)}.product-card__favorite:hover{border-color:var(--main)}.product-card__favorite:hover .icon svg path{fill:var(--main)}.product-card__favorite .icon svg{width:16px;height:16px}.product-card__favorite .icon svg path{transition:var(--transition);fill:var(--gray-900)}.product-card__img-wrapper{position:relative;width:100%;height:196px}.product-card--absent .product-card__img-wrapper{opacity:.5}@media only screen and (max-width:560px){.product-card__img-wrapper{height:140px}}.product-card__tag{z-index:1;display:flex;position:absolute;padding:4px;top:9px;background:#292929;font-size:.75rem;line-height:16px;font-weight:600;border-radius:6px;color:var(--white)}.product-card__img{z-index:0;position:absolute;top:0;left:0;bottom:0;right:0}.product-card__img img{width:100%;height:100%;object-fit:contain}.product-card__img-empty{position:absolute;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;font-weight:500;font-size:.75rem;background:hsla(0,0%,100%,.8);color:var(--dark)}.product-card__flag{position:absolute;bottom:3px}.product-card__flag,.product-card__flag .icon{width:21px;height:15px}.product-card__info-block{display:flex;flex-direction:column;justify-content:flex-end;width:100%;flex-grow:1}.product-card__info-wrapper{display:flex;flex-direction:column;gap:1px}.product-card--absent .product-card__info-wrapper{opacity:.5}.product-card__info{display:flex;justify-content:space-between;align-items:center}.product-card__description{font-size:.75rem;font-weight:400;line-height:16px;color:var(--gray-5)}.product-card__stars{display:flex;align-items:center;background:#f8f8f8;padding:4px 8px;line-height:16px;border-radius:4px;gap:4px}.product-card__stars .icon{width:16px;height:16px}.product-card__stars .icon svg path{fill:#f8d749}.product-card__stars-count{font-weight:600;font-size:.75rem;color:var(--gray-900)}.product-card__title{display:flex;font-weight:500;font-size:1rem;line-height:19px;color:var(--gray-900);text-align:left;height:40px;-webkit-line-clamp:2;line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}@media only screen and (max-width:480px){.product-card__title{font-weight:700;font-size:.875em;line-height:20px}}.product-card__title span{text-align:left}.product-card__price-wrapper{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:5px;padding-top:13px;z-index:1;margin-top:auto}@media only screen and (max-width:480px){.product-card__price-wrapper{padding-top:0}}.product-card__price-sale{display:flex;flex-direction:column;align-items:flex-start}.product-card__price-default{font-weight:500;font-size:1.125rem;line-height:24px;align-self:flex-end}.product-card__empty{margin-top:2px;width:100%;height:36px;font-size:.875rem}.product-card__price-old{color:var(--gray-400);font-size:.75rem;line-height:16px;font-weight:500;text-decoration:line-through}.product-card__price-new{color:var(--gray-900);font-weight:500;font-size:1.125rem;line-height:22px}.product-card__price--discount{color:var(--red)}.product-card__cart{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;width:38px;height:38px;background:var(--green);border-radius:16px;cursor:pointer;transition:var(--transition)}.product-card--absent .product-card__cart{cursor:default}.product-card__cart:active{transform:scale(.95)}.product-card__cart .icon{width:16px;height:16px}.product-card__cart .icon svg path{fill:var(--white)}.product-card__btn-add-cart{width:100%}.product-card--grid{height:100%}.product-card--grid .product-card--empty .product-card__info-block{padding-bottom:18px!important}.product-card--grid .product-card--empty .product-card__price-wrapper{padding-top:15px!important}.product-card--grid .product-card__tag{top:7px}.product-card--grid .product-card__price-wrapper{padding-top:8px}.product-card--grid .product-card__price-default{align-self:flex-end}.product-card--grid .product-card__price-new{line-height:25px}.product-card--grid .product-card__body{display:flex;flex-direction:row;gap:16px}.product-card--grid .product-card__img-wrapper{max-width:140px;min-width:100px;height:auto;flex-shrink:2}.product-card--grid .product-card__info-wrapper{flex-direction:column-reverse;gap:6px}.product-card--grid .product-card__flag{display:flex;bottom:18px}.product-card--grid .product-card__info-block--equalizer{padding-bottom:25px}.product-card--grid .product-card__info-block--equalizer .product-card__price-default{line-height:21px}.product-card--grid .product-card__info-block--equalizer .product-card__price-wrapper{padding-top:9px}.observer{position:absolute;bottom:0;right:0}.category-open-page__inner{grid-gap:24px}.category-open-page__content{display:grid;grid-template-columns:minmax(260px,312fr) 984fr;align-items:start;gap:24px}@media only screen and (max-width:990px){.category-open-page__content{grid-template-columns:1fr}}.category-open-page__products-wrap{display:flex;flex-direction:column;gap:20px}.category-open-page__filters-mobile{align-self:flex-end}@media only screen and (min-width:991px){.category-open-page__filters-mobile{display:none}}@media only screen and (max-width:420px){.category-open-page__filters-mobile{align-self:stretch}}.category-open-page__products{display:grid;grid-template-columns:repeat(3,1fr);row-gap:32px;column-gap:24px}@media only screen and (max-width:1200px){.category-open-page__products{gap:15px}}@media only screen and (max-width:580px){.category-open-page__products{grid-template-columns:repeat(2,1fr)}}.category-open-page__loading{width:100px;height:100px;margin:auto}.category-open-page .section-inner{gap:0}