#sortBlock{align-items:center;display:flex;justify-content:space-between;margin-bottom:40px}#sortBlock .filter-sort__title{margin-bottom:0}#sortBlock .filter-sort__list{display:flex;gap:16px}#sortBlock .filter-sort__list .button__sort{align-items:center;background-color:#f7f7f8;border-radius:50px;box-shadow:0 0 0 1px #e4e4e7;color:#1d1d20;display:flex;font-size:14px;gap:0;padding:8px 12px;transition:.3s}#sortBlock .filter-sort__list .button__sort:hover{background-color:#cfcfd3}#sortBlock .filter-sort__list .button__sort.active{background:#eff5ff;box-shadow:0 0 0 1px #3b82f6;color:#3b82f6}#sortBlock .filter-sort__list .button__sort.active .icon svg circle{fill:#3b82f6;stroke:#3b82f6}#sortBlock .filter-sort__list .button__sort.active .icon svg path{stroke:#3b82f6}#sortBlock .filter-sort__list .button__sort.active:hover{background-color:#bfd7fe}#sortBlock .filter-sort__mobile{display:none}@media screen and (max-width:768px){#sortBlock{margin-bottom:16px}#sortBlock .filter-sort__list,#sortBlock .filter-sort__title{display:none}#sortBlock .filter-sort__mobile{align-items:center;display:flex;height:45px;justify-content:space-evenly;width:100%}#sortBlock .filter-sort__mobile button{align-items:center;background:transparent;border:none;color:#71717a;display:flex;font-size:18px;gap:4px;height:100%;justify-content:center;padding:12px 24px;position:relative;width:calc(25% - 3px)}#sortBlock .filter-sort__mobile button:after{background:#d70018;bottom:0;content:"";height:1px;position:absolute;transition:width .3s;width:0}#sortBlock .filter-sort__mobile button.active{color:#d70018;font-weight:600}#sortBlock .filter-sort__mobile button.active:after{width:100%}#sortBlock .filter-sort__mobile button.filter-button.filtered .icon-filter{position:relative}#sortBlock .filter-sort__mobile button.filter-button.filtered .icon-filter:after{background:#f98315;border-radius:50%;content:"";height:8px;position:absolute;right:0;top:0;width:8px}#sortBlock .filter-sort__mobile button:hover{background-color:#f7f7f8}#sortBlock .filter-sort__mobile .space-partition{background:#cfcfd3;height:24px;width:1px}#sortBlock.sticky{background:#fff;left:0;position:fixed;right:0;top:102px;transition:.3s ease,background-color .01s linear,box-shadow .01s linear;width:100%;z-index:31}#sortBlock.sticky.topBarHeader{top:94px}#sortBlock.sticky.bannerTopHead{top:72px}#sortBlock.sticky.topBarHeader.bannerTopHead{top:102px}#sortBlock.sticky .filter-sort__mobile{box-shadow:0 0 20px 1px #e7e7e7}#sortBlock.sticky .filter-sort__title,#sortBlock.sticky .filter-sort__title+.filter-sort__list-filter{display:none}#sortBlock.sticky .filter-sort__list-filter{margin:auto;max-height:36px;max-width:1200px;overflow:hidden;transition:.3s}#sortBlock.sticky .filter-sort__list-filter:hover{max-height:1000px;overflow:visible}}@media screen and (max-width:640px){#sortBlock .filter-sort__mobile button{font-size:14px;padding:12px 5px}}@media screen and (max-width:414px){#sortBlock .filter-sort__mobile button{font-size:12px}}