.navigation-tabs{align-items:center;display:flex;gap:var(--spacings-l);overflow:auto;position:relative}.navigation-tabs::-webkit-scrollbar{background-color:transparent;color:transparent;display:none;height:0;opacity:0;width:0}.navigation-tabs::-webkit-scrollbar-thumb,.navigation-tabs::-webkit-scrollbar-track{background:transparent;display:none}.navigation-tabs__tab{color:var(--text-text);cursor:pointer;font-size:var(--buttons-font-s-font-size);font-weight:var(--buttons-font-s-weight);line-height:var(--buttons-font-s-line-height);padding:var(--tabs-l-vert) 0;text-transform:uppercase;transition:color .2s ease-out;white-space:nowrap}.navigation-tabs__tab:before{background-color:var(--colors-global-accent-a);bottom:0;height:2px;left:0;position:absolute;width:100%}.no-touch .navigation-tabs__tab:hover{color:var(--text-description-b)}.navigation-tabs__tab--active{pointer-events:none;position:relative}.navigation-tabs__tab--active:before{content:""}
