* {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout:none;
-webkit-user-select:none;
-webkit-text-size-adjust: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select:none;
-webkit-user-callout: none;
-webkit-user-drag: none;
-webkit-user-modify: none;
-webkit-highlight: none;
-o-user-select:none;        
-webkit-user-modify: none;
        
/* Отключаем скролл и лонгтап на IOS */
touch-action: none;
overflow: hidden;
user-select:none;
-webkit-tap-highlight-color:rgba(0,0,0,0)
}