/* Убираем синее моргание на мобилках */
* {
  -webkit-tap-highlight-color: transparent;
}

/* Иногда помогает дополнительно */
a, button, div, section {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
