/* Для мобильных устройств */ @media (max-width: 768px) { /* Меняем местами иконку ЛК и бургер-меню */ .t396__cart, .t-btn[data-href*="account"], .t-btn[data-href*="login"] { order: 1 !important; } .t-nav__burger { order: 2 !important; } /* Контейнер, где находятся иконки */ .t-nav__panel, .t-nav__wrapper { display: flex !important; flex-direction: row-reverse !important; } }