/* Анти-копи по всему сайту (кроме полей ввода и блоков .allow-copy) */
html body *:not(input):not(textarea):not(.allow-copy):not(.allow-copy *){
  -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;
  -webkit-touch-callout:none;
}
img{ -webkit-user-drag:none; user-drag:none; }

html body *:not(input):not(textarea):not(.allow-copy):not(.allow-copy *){
  -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;
  -webkit-touch-callout:none;
}
img{ -webkit-user-drag:none; user-drag:none; }
@media print{ body{ display:none !important; } } /* опционально */



