.top-header{box-sizing:border-box;display:flex;padding-bottom:5px;padding-top:5px;width:100%}.top-header__nav{display:flex;list-style:none}.top-header-item,.top-header__nav{margin:0;padding:0}.top-header-link{color:#fff;font-size:15px;font-weight:600;padding:2px .6em;position:relative;text-decoration:none;transition:all .2s ease-in-out}.top-header-link:after{bottom:-5px;transform:scale(0) translate(-50%);transition:transform .2s ease-in-out,color 0s ease-in-out}.top-header-link:after,.top-header-link:hover:after{content:"";height:2px;position:absolute;right:50%;width:calc(100% - 1.2em)}.top-header-link:hover:after{bottom:0;transform:scale(1) translate(50%)}@media screen and (max-width:1024px){.top-header{display:none}}