
/* -------------------------------
РАЗРЕШИТЬ ВЫДЕЛЕНИЕ ТЕКСТА
------------------------------- */
body, p, h1, h2, h3, h4, h5, h6, span, div {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

/* -------------------------------
ЗАЩИТА ИЗОБРАЖЕНИЙ (БЕЗ ПОЛОМКИ САЙТА)
------------------------------- */
img {
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  user-select: none;
}
</style>

