.catalog-title{display:flex;justify-content:space-between}.catalog-title__icon{cursor:pointer;height:24px;line-height:0;width:24px}.catalog-title__icon svg path{stroke:#b8b3ad}@media (min-width:1280px){.catalog-title__icon{display:none}}.catalog-categories{margin-bottom:48px}.catalog-categories .catalog-title{margin-bottom:24px}.catalog-categories .router-link-exact-active .catalog-categories__category{background-color:#fcfbfa}.catalog-categories .router-link-exact-active .catalog-categories__category-title{color:#c4931f}.catalog-categories__category{align-items:center;display:flex;gap:12px;padding:16px 16px 16px 0}.catalog-categories__category:hover .catalog-categories__category-title{color:#c4931f}.catalog-categories__category-icon{align-items:center;display:flex;height:16px;justify-content:center;line-height:0;rotate:180deg;width:16px}.catalog-categories__category-title{font-size:20px;font-weight:600;transition:.2s ease}.catalog-categories__subcategories{display:flex;flex-direction:column;gap:16px;padding:16px 0 0 28px}.catalog-categories__subcategories-title{font-size:18px;font-weight:400;line-height:139%;transition:.2s ease}.catalog-categories__subcategories-title:hover{color:#c4931f}.catalog-categories__subcategories-show{color:#c4931f;cursor:pointer;width:-moz-max-content;width:max-content}.catalog-filter-enum{margin:8px 0 24px}.catalog-filter-enum__items{display:flex;flex-wrap:wrap;gap:12px}.catalog-filter-enum__show-more{color:#c4931f;cursor:pointer;display:block;font-size:16px;font-weight:500;line-height:150%;margin-top:20px;width:-moz-max-content;width:max-content}.ui-radio{align-items:center;cursor:pointer;display:flex;gap:12px;width:-moz-max-content;width:max-content}.ui-radio span{font-size:18px;font-weight:400;line-height:139%}.ui-radio__custom{align-items:center;border:2px solid #e8e8e7;border-radius:50%;display:flex;height:24px;justify-content:center;width:24px}.ui-radio__custom:after{background-color:#c4931f;border-radius:50%;content:"";height:12px;opacity:0;transition:.2s ease;width:12px}.ui-radio__input{display:none}.ui-radio__input:checked+.ui-radio__custom{border-color:#c4931f}.ui-radio__input:checked+.ui-radio__custom:after{opacity:1}.catalog-filter-flag{display:flex;flex-direction:column;gap:16px;padding:8px 0 24px}.ui-min-max-slider{--trackHeight:8px;--thumbRadius:24px}.ui-min-max-slider input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;height:100%;pointer-events:none;position:relative;z-index:0}.ui-min-max-slider input[type=range]::-webkit-slider-runnable-track{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#005a3c;border-radius:999px;height:var(--trackHeight)}.ui-min-max-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:2px solid #c4931f;border-radius:999px;height:var(--thumbRadius);margin-top:calc((var(--trackHeight) - var(--thumbRadius))/2);pointer-events:all;position:relative;width:var(--thumbRadius);z-index:1}.ui-min-max-slider.default input[type=range]::-moz-range-track{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:#fff;border-radius:999px;height:var(--trackHeight)}.ui-min-max-slider input[type=range]::-moz-range-thumb{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:#fff;border:2px solid #c4931f;border-radius:999px;box-sizing:border-box;height:var(--thumbRadius);margin-top:calc((var(--trackHeight) - var(--thumbRadius))/2);pointer-events:all;position:relative;width:var(--thumbRadius);z-index:1}.ui-min-max-slider.minmax{background:#faf8f5;height:var(--trackHeight);margin:.5rem 0;position:relative;--progressLeft:0%;--progressRight:0%}.ui-min-max-slider .minmax-indicator{height:100%;left:var(--thumbRadius);pointer-events:none;position:absolute;right:var(--thumbRadius)}.ui-min-max-slider .minmax-indicator:before{background:#c4931f;content:"";height:100%;left:var(--progressLeft);position:absolute;right:var(--progressRight)}.ui-min-max-slider.minmax input[type=range]{position:absolute;width:calc(100% - var(--thumbRadius))}.ui-min-max-slider.minmax input[type=range][name=max]{left:var(--thumbRadius)}.ui-min-max-slider.minmax input[type=range]::-webkit-slider-runnable-track{background:none}.ui-min-max-slider.minmax input[type=range]:before{display:none}.minmax-inputs{display:flex;justify-content:space-between}.minmax-inputs input{width:50px}.catalog-filter-range{padding:8px 0 24px}.catalog-filter-range__wr{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.catalog-filter-range__wr span{font-size:18px;font-weight:400;line-height:139%}.catalog-filter{display:flex;flex-direction:column;gap:24px}.catalog-filter .ui-button{bottom:15px;position:sticky}.catalog-filter .ui-accordion.active{padding-bottom:0}.catalog-filter .ui-accordion__content{padding:0}.catalog-filter .ui-accordion__head{padding:16px 0}.catalog-filter .ui-accordion__head-title{font-size:18px;font-weight:600}@media (min-width:1280px){.catalog-filter .ui-accordion__head-title{font-size:20px}}.ui-dropdown{position:relative}.ui-dropdown__title{align-items:center;cursor:pointer;display:flex;font-size:20px;font-weight:400;gap:8px;transition:.2s ease}.ui-dropdown__title:hover span{color:#c4931f}.ui-dropdown__title:hover .ui-dropdown__title-icon svg path{fill:#c4931f}.ui-dropdown__title.active span{color:#c4931f}.ui-dropdown__title.active .ui-dropdown__title-icon{rotate:180deg}.ui-dropdown__title.active .ui-dropdown__title-icon svg path{fill:#c4931f}.ui-dropdown__title-icon{line-height:0;transition:.2s ease}.ui-dropdown__content{background-color:#fff;box-shadow:0 0 32px #48464414;display:flex;flex-direction:column;gap:20px;left:-25px;padding:24px;position:absolute;top:35px;z-index:10}.ui-dropdown__content a{width:-moz-max-content;width:max-content}.ui-dropdown__content span{transition:.2s ease}.ui-dropdown__content span:hover{color:#c4931f}.catalog-empty .ui-button{width:100%}@media (min-width:768px){.catalog-empty .ui-button{width:-moz-max-content;width:max-content}}.catalog-empty__title{font-family:Tenor Sans;font-size:24px;font-weight:400;margin-bottom:12px;text-align:center}@media (min-width:768px){.catalog-empty__title{font-size:28px;font-weight:400;margin-bottom:16px;text-align:start}}@media (min-width:1280px){.catalog-empty__title{font-size:32px}}.catalog-empty__info{font-size:14px;font-weight:400;line-height:150%;margin-bottom:24px;text-align:center}@media (min-width:768px){.catalog-empty__info{font-size:16px;text-align:start}}@media (min-width:1280px){.catalog-empty__info{font-size:18px}}.the-products{display:grid;grid-template-columns:1fr}@media (min-width:1280px){.the-products{gap:32px;grid-template-columns:repeat(4,1fr)}}.the-products .ui-skeleton{height:100%;min-height:300px}.the-products__products{display:flex;flex-direction:column;gap:16px}@media (min-width:1280px){.the-products__products{gap:32px;grid-area:1/2/2/5}}.the-products__products-wr{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:16px;grid-row-gap:24px}@media (min-width:768px){.the-products__products-wr{grid-template-columns:repeat(3,1fr);grid-column-gap:24px;grid-row-gap:40px}}@media (min-width:1280px){.the-products__products-wr{grid-column-gap:32px;grid-row-gap:48px}}.the-products__hidden-word{display:none}@media (min-width:768px){.the-products__hidden-word{display:inline}}.the-products__filters{display:none;height:-moz-max-content;height:max-content}@media (min-width:1280px){.the-products__filters{display:block;grid-area:1/1/2/2}}.the-products__filters.active{display:block}.the-products__filters.active+.the-products__products{display:none}.the-products__products-filters-wr{align-items:center;display:flex;padding:8px 0}@media (min-width:768px){.the-products__products-filters-wr{padding:16px 0}}@media (min-width:1280px){.the-products__products-filters-wr{display:none}}.the-products__products-filters-item{align-items:center;cursor:pointer;display:flex;gap:12px}.the-products__products-filters-item--margin{margin-left:auto}.the-products__products-filters-item-title{font-size:16px;font-weight:500}.the-products__products-filters-item-icon{height:24px;line-height:0;width:24px}.the-products__products-sort-wr{align-items:center;display:flex;gap:16px;justify-content:space-between;padding:8px 0}.the-products__products-sort-wr .ui-dropdown__title span{font-size:16px;font-weight:500;line-height:150%}@media (min-width:1280px){.the-products__products-sort-wr .ui-dropdown__title span{font-size:18px;line-height:139%}}.the-products__products-sort-wr .ui-dropdown__content{left:auto;right:0}.the-products__products-sort-wr .ui-dropdown__content span{cursor:pointer;width:-moz-max-content;width:max-content}.the-products__products-sort-wr .ui-dropdown__content span.active{color:#c4931f}@media (min-width:1280px){.the-products__products-sort-wr{padding:15px 0}}.the-products__products-sort-count{display:-webkit-box;font-size:18px;font-weight:600;overflow:hidden;text-overflow:ellipsis;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical}@media (min-width:1280px){.the-products__products-sort-count{font-size:20px;font-weight:600}}.the-products__products-sort-inner{align-items:center;display:flex;flex-shrink:1;gap:12px}.the-products__products-sort-inner .the-products__hidden-word{color:#b8b3ad;font-size:16px;font-weight:400;line-height:150%}@media (min-width:1280px){.the-products__products-sort-inner .the-products__hidden-word{font-size:18px;line-height:139%}}.the-products__observer{background-color:#fff;height:1px}
