.link{text-decoration:none;}
.subheader-menu::-webkit-scrollbar{height:4px;width:4px;}
.subheader-menu::-webkit-scrollbar-track{background:#272b3b;border-radius:12px;}
.subheader-menu::-webkit-scrollbar-thumb{background:#42475e;border-radius:12px;margin:0;}
.subheader-menu::-webkit-scrollbar-thumb:hover{background:#42475e;}
.subheader-menu{scrollbar-color:#42475e #272b3b;scrollbar-width:thin;}
.subheader-menu:hover::-webkit-scrollbar-thumb{background:#42475e;}
.subheader-menu{background:#1f222e;overflow:auto;padding:0 16px;position:fixed;top:60px;transition:top
.5s;width:100%;z-index:1059;}
@media (min-width:768px){
.subheader-menu{padding:0 44px;}
}
@media (min-width:960px){
.subheader-menu{padding:0 32px;}
}
@media (min-width:1248px){
.subheader-menu{padding:0 56px;}
}
@media (min-width:1920px){
.subheader-menu{padding:0 62px;}
}
.subheader-menu__wrap{display:flex;}
.subheader-menu__menu{display:flex;list-style:none;margin:0;padding:0;position:relative;}
.subheader-menu__item{align-items:center;display:flex;position:relative;}
.subheader-menu__item:first-of-type{padding-left:0;}
.subheader-menu__item--line:after{background:#272b3b;border-radius:14px;content:"";height:18px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1.5px;}
.subheader-menu__icon{font-size:16px;margin-right:6px;width:18px;}
.subheader-menu__link{align-items:center;color:#ced2e0;display:flex;font-size:12px;font-weight:600;height:60px;padding:0
12px;position:relative;text-transform:capitalize;transition:background-color .3s ease;white-space:nowrap;}
.subheader-menu__link:before{background:#48b415;bottom:0;content:"";display:block;height:2px;left:0;opacity:0;position:absolute;transition:all
.3s ease;width:100%;}
.subheader-menu__link:hover{background-color:#272b3b;}
.subheader-menu__link:hover:before{opacity:1;transition:all .3s ease;}
.subheader-menu__link--current:before{opacity:1;}
a{background-color:transparent;}
img{border-style:none;}
*{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;}
img{border:none;}