/*
 * Подключение переменных и миксинов
 */
/* Цвета */
/* Шрифты */
/* Контейнер */
/* Breakpoints */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.rich[contenteditable="true"] {
  -webkit-user-modify: read-only;
  -moz-user-modify: read-only;
  user-modify: read-only;
}
/*
 * Глобальные стили для всех элементов
 */
*,
*::after,
*::before {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #3b3931;
}
img {
  max-width: 100%;
  height: auto;
}
.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.container {
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
}
.js-hidden {
  display: none !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
#sg-stat {
  display: inline !important;
  font: 9px Verdana;
  opacity: 0.1;
  color: #666;
  cursor: default;
  z-index: 100600;
  position: fixed;
  bottom: 0;
}
#sg-stat:hover {
  opacity: 0.3;
}
#sg-stat::selection {
  color: white;
  background: #000;
}
/*
 * Переопределение стилей на уровне конкретного проекта
 */
.columns_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.column_left {
  width: 100%;
  max-width: 280px;
  margin-right: 20px;
}
.category-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.category-products__item {
  width: 100%;
  max-width: 30%;
  margin-bottom: 20px;
  border: 1px solid #000;
}
