/* отключение анимации при скролле  */
@media screen and (min-width: 1024px) {
    .topbar.is-hidden {
        animation: unset!important;
    }
    .topbar.is-shown {
    	animation: unset!important;
    }

   
}
