@media screen and (max-width: 980px) {
  /* уменьшаем высоту верхней панели меню */
  .tmenu-mobile,
  .t456__mobile,
  .t228__mobile_container,
  .tmenu-mobile__container {
    min-height: 64px !important;
    height: 64px !important;
  }

  /* уменьшаем отступы внутри меню */
  .tmenu-mobile__container,
  .t228__maincontainer,
  .t456__container {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  /* уменьшаем логотип */
  .tmenu-mobile__imglogo img,
  .t228__imglogo,
  .t456__imglogo {
    max-height: 34px !important;
    width: auto !important;
  }

  /* уменьшаем размер текста названия */
  .t-menu__link-item,
  .t228__title,
  .t456__title,
  .tmenu-mobile__text {
    font-size: 22px !important;
    line-height: 1.2 !important;
  }

  /* уменьшаем бургер */
  .t-menuburger,
  .tmenu-mobile__burgerlogo {
    transform: scale(0.85);
    transform-origin: center;
  }
}