
/* Убираем автоматическую подсветку активного пункта меню */
.t-menu__link-item.t-active {
  color: inherit !important;
  font-weight: inherit !important;
  text-decoration: none !important;
  border-bottom: none !important;
  background: none !important;
  opacity: 1 !important;
}
