/* Базовая защита от ручного копирования. Это не заменяет юридическую защиту и серверную безопасность. */
.copy-protected, .copy-protected *{
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  -webkit-touch-callout:none;
}
.copy-protected input,
.copy-protected textarea,
.copy-protected select,
.copy-protected button,
.copy-protected label,
.copy-protected .order-form,
.copy-protected .order-form *,
.copy-protected .consent-banner,
.copy-protected .consent-banner *{
  -webkit-user-select:auto;
  -moz-user-select:auto;
  -ms-user-select:auto;
  user-select:auto;
}
.hp-field{position:absolute!important;left:-9999px!important;opacity:0!important;width:1px!important;height:1px!important;pointer-events:none!important}
