.categories-tabs__tabs{display:flex;flex-wrap:wrap;gap:8px;margin-inline:auto;max-width:1068px}.categories-tabs__go-up,.categories-tabs__tab{display:flex;justify-content:center;align-items:center;padding-inline:16px;width:max-content;height:36px;text-decoration:none;font-weight:500;font-size:14px;background-color:#fff;border-radius:50px}@media only screen and (min-width:1141px){.categories-tabs__go-up,.categories-tabs__tab{border:1px solid rgba(36,36,36,.2)}}.categories-tabs__tab--active{color:#868889}@media only screen and (min-width:1141px){.categories-tabs__tab--active{color:#242424;border-color:#66f}}.categories-tabs__go-up{position:relative;padding-inline:10px;background-color:rgba(36,36,36,.05);border:none;border-radius:8px}.categories-tabs__go-up-link{display:flex;align-items:center;gap:6px}.categories-tabs__go-up-link-overlay{position:absolute;inset:0;display:block}.categories-tabs__go-up-icon{width:14px;height:11px}.categories-tabs__mobile{position:relative;display:flex;justify-content:space-between;align-items:center}.categories-tabs__dropdown-btn{display:flex;align-items:center;gap:8px;cursor:pointer}.categories-tabs__dropdown-btn-icon{color:rgba(36,36,36,.4);transition:transform .3s}.categories-tabs__dropdown-btn-icon--opened{transform:rotate(180deg)}.categories-tabs__dropdown{position:absolute;top:calc(100% + 8px);right:0;left:0;display:flex;flex-direction:column;padding:20px 12px;text-align:right;background-color:#fff;border-radius:24px;box-shadow:0 2px 8px 0 rgba(34,43,85,.04),0 8px 40px 0 rgba(0,0,0,.06);z-index:100;gap:8px}@media only screen and (min-width:768px)and (max-width:1140px){.categories-tabs__dropdown{right:0;left:auto;width:max-content;min-width:200px}}.categories-tabs__dropdown .categories-tabs__tab{justify-content:flex-end;width:100%}@media only screen and (min-width:768px)and (max-width:1140px){.categories-tabs__dropdown .categories-tabs__tab{justify-content:flex-start;width:max-content}}.categories-tabs--sticky{position:sticky;top:0;margin-inline:-16px;padding:24px 16px;background:rgba(255,255,255,.9);transition:background .3s,-webkit-backdrop-filter .3s;transition:background .3s,backdrop-filter .3s;transition:background .3s,backdrop-filter .3s,-webkit-backdrop-filter .3s;z-index:98;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}@media only screen and (min-width:768px)and (max-width:1140px){.categories-tabs--sticky{top:82px;margin-inline:-24px}}@media only screen and (min-width:1141px){.categories-tabs--sticky{top:80px;margin-inline:-40px}}@media only screen and (min-width:1141px)and (max-width:1280px){.categories-tabs--sticky{top:71px}}.categories-tabs--sticky:after,.categories-tabs--sticky:before{content:"";position:absolute;top:0;width:24px;height:24px;background:#f3f2f7;pointer-events:none}.categories-tabs--sticky:before{left:0;clip-path:path("M0,24 Q0,0 24,0 L0,0 Z")}.categories-tabs--sticky:after{right:0;clip-path:path("M24,24 Q24,0 0,0 L24,0 Z")}