/* Прячем лого, когда меню становится fixed */
.t-menufixed .t-menu__logo {
  display:none!important;
}
