.no-tap-highlight {
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
}
.no-tap-highlight:active {
  transform: scale(0.98);
}

/* Убирает чёрную обводку на тапах */
.t-btn, .t-submit, [data-elem-type="button"] {
  -webkit-tap-highlight-color: transparent !important;
  tap-highlight-color: transparent !important;
  outline: none !important;
  user-select: none;
}