.fixed-filters-desktop{background:#fff;left:50%;max-width:1260px;padding-left:.25rem;padding-right:.25rem;padding-top:.75rem;position:fixed;top:80px;transform:translate(-50%);width:100%;z-index:40}@media (min-width:640px){.fixed-filters-desktop{padding-left:30px;padding-right:30px}}@media (max-width:1023px){.fixed-filters-desktop{top:0}}.filters-wrapper{position:relative}.mobile-filters-panel{align-items:center;background:#fff;display:flex;gap:.5rem;height:100%;min-width:-moz-max-content;min-width:max-content;padding-bottom:.5rem;width:100%}@media (min-width:1024px){.mobile-filters-panel{padding-bottom:0;width:-moz-max-content;width:max-content}}.mobile-sort-panel{align-items:center;display:flex;height:45px;justify-content:space-between;padding-left:.875rem;width:100%}@media (min-width:640px){.mobile-sort-panel{padding-left:0}}@media (min-width:1024px){.mobile-sort-panel{gap:2.5rem;height:60px;justify-content:flex-end}}.filters-and-reset-wrapper{display:flex;flex-direction:column;gap:10px;width:100%}@media (min-width:1024px){.filters-and-reset-wrapper{align-items:center;flex-direction:row;justify-content:space-between}}.active-filters-container{display:flex;flex-wrap:wrap;gap:10px;padding-bottom:16px;padding-top:16px;width:100%}@media (min-width:1024px){.active-filters-container{flex:1;padding-bottom:16px;padding-top:16px}}.filter-tag{background:#e6e2df;border-radius:10px;color:#858585;font-size:1rem;justify-content:space-between;padding:7px 10px}.filter-tag,.reset-filters-container{align-items:center;display:flex;gap:10px}.reset-filters-container{flex-direction:column;justify-content:center;width:100%}@media (min-width:1024px){.reset-filters-container{align-items:flex-end;flex-shrink:0;justify-content:flex-end;margin-left:auto;width:auto}}.reset-all-button{align-items:center;display:flex;font-size:1rem;gap:18px;height:50px;justify-content:center;width:250px}@media (min-width:1024px){.reset-all-button{justify-content:flex-end}}.hr-full-bleed{background:transparent;border:0;height:1px;position:relative}.hr-full-bleed:before{background:#e4e4e4;content:"";height:1px;left:50%;pointer-events:none;position:absolute;top:0;transform:translate(-50%);width:100vw;z-index:1}/*!* Скрываем горизонтальную полосу прокрутки *!
.no-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

!* Фиксированная боковая панель *!
.fixed-aside {
  position: fixed;
  top: 108px;
  left: 0;
  width: 270px;
  height: calc(100vh - 108px);
  overflow-y: auto;
  transition: top 0.3s ease, height 0.3s ease, width 0.3s ease;
}*/
