/* -------------------------------------------------------------------------- */

/* --- СИСТЕМА -------------------------------------------------------------- */

/* Битрикс настройки. Эрмитаж */

/* Зафиксировать админ панель */

/* -------------------------------------------------------------------------- */

/* --- ШАБЛОН --------------------------------------------------------------- */

/* Отладка */

pre {
  font-size: 10px !important;
  line-height: 8px !important;
  color: #08C508;
  background-color: black;
}

/* Соц. сети */

.header__social__item {
  background-color: black;
  height: 32px;
  width: 32px;
  border-radius: 2px;
}

.header__social__item {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.header__social__item.svg-fb {
  background: url("/i/bg/fb.svg");
  background-size: 32px auto;
}

.header__social__item.svg-vk {
  background: url("/i/bg/vk.svg");
  background-size: 32px auto;
}

.header__social__item.svg-tg {
  background: url("/i/bg/tg.svg");
  background-size: 32px auto;
}

.header__social__item.svg-yt {
  background: url("/i/bg/youtube.svg");
  background-size: 32px auto;
}

.header__social__item.svg-ig {
  background-color: #c53220;
}

.header__social__item.svg-ok {
  background-color: #ff9f4d;
}

.header__social__item:hover {
  opacity: 0.9;
}


.footer__social__item {
  background-color: black;
  height: 32px;
  width: 32px;
  border-radius: 2px;
}

.footer__social__item {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.footer__social__item.svg-fb {
  background: url("/i/bg/fb.svg");
  background-size: 32px auto;
}

.footer__social__item.svg-vk {
  background: url("/i/bg/vk.svg");
  background-size: 32px auto;
}

.footer__social__item.svg-tg {
  background: url("/i/bg/tg.svg");
  background-size: 32px auto;
}

.footer__social__item.svg-yt {
  background: url("/i/bg/youtube.svg");
  background-size: 32px auto;
}

.footer__social__item.svg-ig {
  background-color: #c53220;
}

.footer__social__item.svg-ok {
  background-color: #ff9f4d;
}

.footer__social__item:hover {
  opacity: 0.9;
}

/* -------------------------------------------------------------------------- */

/* --- СТРАНИЦЫ ------------------------------------------------------------- */

.headercat {
	margin:25px 0;
    
}

.footercat {
	margin:30px 0;
    
}