.catalog__categories{position:sticky;top:0;z-index:20;width:100vw;margin-left:calc(50% - 50vw);padding:20px 0;background:white;min-height:72px;will-change:height;transition:height .3s ease}ul.catalog__categories-list{max-width:86rem;margin:0 auto;padding:0 1rem;display:flex;flex-wrap:wrap;flex-direction:row;gap:12px;overflow-x:hidden}.catalog__categories-item{padding:8px 16px;font-family:ProximaSoft;font-size:16px;font-weight:500;line-height:16px;color:#000;background-color:#ebf0f5;border-radius:8px;white-space:nowrap;transition:all .3s ease;cursor:pointer}.catalog__categories-item:hover{background-color:#b9bbbd}.catalog__categories-item.active{background-color:#f3c720;pointer-events:none;cursor:default}.catalog__categories.is-sticky{position:sticky;top:0;z-index:20;box-shadow:0 4px 4px #0000000a;transition:height .3s ease,box-shadow .3s ease}.catalog__categories.is-sticky{height:72px}.catalog__categories.is-sticky .catalog__categories-list{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.catalog__categories.is-sticky .catalog__categories-list::-webkit-scrollbar{display:none}.catalog__categories-item{white-space:nowrap;flex:0 0 auto}.lock body{overflow:hidden;touch-action:none;overscroll-behavior:none}.loading body{opacity:0;visibility:hidden}.loaded body{transition:opacity .5s ease 0s;opacity:1;visibility:visible}.preloader-block{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:2}@media (min-width: 1440px){ul.catalog__categories-list{padding:0 8px}}
