/* Мобильная оптимизация: touch targets */
@media screen and (max-width: 768px) {
  a, button, .t-btn, [class*="btn"], .t-menu__link-item, .t396__elem a {
    min-height: 44px;
    min-width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .t-menu__link-item {
    padding: 10px 8px;
  }
}