@charset "UTF-8";

/*Переменные*/



/* $mainWidth1: 1120px;
$mainWidth2: calc(100vw - 80px);
$mainWidth3: calc(100vw - 64px);
$mainWidth4: calc(100vw - 32px); */

/* $darkest: #000;
$lightest: #fff;
$text: #3B3B3B;
$link: #FC6E44;
$link-hover: #F45729;
$back-light: #FFF5EF;
$border: #A2A2A2;
$border2: #E0E0E0;
$borderLight: #F7F7F7;
$background: #F2F2F2; */

/* Для тегов */

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  scrollbar-gutter: stable;
}

body {
  max-width: 100%;
  margin: 0px;
  padding: 0;
  font-family: "Roboto";
  font-weight: 400;
  color: var(--text-color);
  background: var(--background-color);
  font-size: 18px;
  line-height: 140%;
  overflow: hidden auto;
  scrollbar-gutter: stable
}

section {
  padding-top: 80px;
}

section:first-child {
  padding-top: 0px;
}
section:first-child {
  padding-top: 0px;
}

h1 + section {
  padding-top: 32px;
}

img {
  max-width: 100%;
}

b {
  font-weight: 600;
}

p {
  margin: 0 0 24px 0;
}

p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Шрифты */

.text--12 {
  font-size: 12px;
}

.text--14 {
  font-size: 14px;
}

.text--16 {
  font-size: 16px;
}

.text--24 {
  font-size: 24px;
}

.text--48 {
  font-size: 48px;
}

.text--60 {
  font-size: 60px;
  line-height: 1;
}

.text--weight-100 {
  font-weight: 100;
}

.text--weight-200 {
  font-weight: 200;
}

.text--weight-300 {
  font-weight: 300;
}

.text--weight-400 {
  font-weight: 400;
}

.text--weight-500 {
  font-weight: 500;
}

.text--weight-600 {
  font-weight: 600;
}

.text--weight-700 {
  font-weight: 700;
}

.text--weight-800 {
  font-weight: 800;
}

.text--weight-900 {
  font-weight: 900;
}

.text--uppercase {
  text-transform: uppercase;
}

.text--lowercase {
  text-transform: uppercase;
}

.text--left {
  text-align: left;
}

.text--right {
  text-align: right;
}

.text--center {
  text-align: center;
}

/* Заголовки */
.big-h1 {
  margin-bottom: 32px;
}

h1,
.h1 {
  font-size: 40px;
  line-height: 120%;
  margin: 64px 0 64px 0;
  font-weight: 400;
}

h2,
.h2 {
  font-size: 32px;
  line-height: 120%;
  margin: 64px 0 32px 0;
  font-weight: 400;
}

h3,
.h3 {
  font-size: 28px;
  line-height: 120%;
  margin: 64px 0 32px 0;
  font-weight: 400;
}

h4,
.h4 {
  font-size: 24px;
  line-height: 120%;
  margin: 64px 0 32px 0;
  font-weight: 400;
}

h5,
.h5 {
  font-size: 20px;
  line-height: 120%;
  margin: 48px 0 24px 0;
  font-weight: 400;
}

h1:first-child,
.h1:first-child {
  margin-top: 0;
}

h1:last-child,
.h1:last-child {
  margin-bottom: 0;
}

h1 + .h1,
h1 + h1,
.h1 + .h1,
.h1 + h1 {
  margin-top: 0;
}

h1 + .h2,
h1 + h2,
.h1 + .h2,
.h1 + h2 {
  margin-top: 0;
}

h1 + .h3,
h1 + h3,
.h1 + .h3,
.h1 + h3 {
  margin-top: 0;
}

h1 + .h4,
h1 + h4,
.h1 + .h4,
.h1 + h4 {
  margin-top: 0;
}

h1 + .h5,
h1 + h5,
.h1 + .h5,
.h1 + h5 {
  margin-top: 0;
}

h2:first-child,
.h2:first-child {
  margin-top: 0;
}

h2:last-child,
.h2:last-child {
  margin-bottom: 0;
}

h2 + .h1,
h2 + h1,
.h2 + .h1,
.h2 + h1 {
  margin-top: 0;
}

h2 + .h2,
h2 + h2,
.h2 + .h2,
.h2 + h2 {
  margin-top: 0;
}

h2 + .h3,
h2 + h3,
.h2 + .h3,
.h2 + h3 {
  margin-top: 0;
}

h2 + .h4,
h2 + h4,
.h2 + .h4,
.h2 + h4 {
  margin-top: 0;
}

h2 + .h5,
h2 + h5,
.h2 + .h5,
.h2 + h5 {
  margin-top: 0;
}

h3:first-child,
.h3:first-child {
  margin-top: 0;
}

h3:last-child,
.h3:last-child {
  margin-bottom: 0;
}

h3 + .h1,
h3 + h1,
.h3 + .h1,
.h3 + h1 {
  margin-top: 0;
}

h3 + .h2,
h3 + h2,
.h3 + .h2,
.h3 + h2 {
  margin-top: 0;
}

h3 + .h3,
h3 + h3,
.h3 + .h3,
.h3 + h3 {
  margin-top: 0;
}

h3 + .h4,
h3 + h4,
.h3 + .h4,
.h3 + h4 {
  margin-top: 0;
}

h3 + .h5,
h3 + h5,
.h3 + .h5,
.h3 + h5 {
  margin-top: 0;
}

h4:first-child,
.h4:first-child {
  margin-top: 0;
}

h4:last-child,
.h4:last-child {
  margin-bottom: 0;
}

h4 + .h1,
h4 + h1,
.h4 + .h1,
.h4 + h1 {
  margin-top: 0;
}

h4 + .h2,
h4 + h2,
.h4 + .h2,
.h4 + h2 {
  margin-top: 0;
}

h4 + .h3,
h4 + h3,
.h4 + .h3,
.h4 + h3 {
  margin-top: 0;
}

h4 + .h4,
h4 + h4,
.h4 + .h4,
.h4 + h4 {
  margin-top: 0;
}

h4 + .h5,
h4 + h5,
.h4 + .h5,
.h4 + h5 {
  margin-top: 0;
}

h5:first-child,
.h5:first-child {
  margin-top: 0;
}

h5:last-child,
.h5:last-child {
  margin-bottom: 0;
}

h5 + .h1,
h5 + h1,
.h5 + .h1,
.h5 + h1 {
  margin-top: 0;
}

h5 + .h2,
h5 + h2,
.h5 + .h2,
.h5 + h2 {
  margin-top: 0;
}

h5 + .h3,
h5 + h3,
.h5 + .h3,
.h5 + h3 {
  margin-top: 0;
}

h5 + .h4,
h5 + h4,
.h5 + .h4,
.h5 + h4 {
  margin-top: 0;
}

h5 + .h5,
h5 + h5,
.h5 + .h5,
.h5 + h5 {
  margin-top: 0;
}

/* При запрете скролла страницы */



.no-scroll {
  overflow: hidden;
  height: 100vh;
}

@media (min-width: 1024px) {
  /* .no-scroll {
    width: calc(100% - 8px);
  } */
}

.no-scroll > .simplebar-track {
  display: none;
}


@supports (scrollbar-gutter: stable) {
  .no-scroll {
    /* margin-right: 0; */
    width: 100%;
  }
}

.no-scroll .container {
  /* -webkit-transform: translateX(-8px);
      -ms-transform: translateX(-8px);
          transform: translateX(-8px); */
}

/* Флексы */

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex--top-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex--top-center {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex--top-right {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex--top-space {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex--top-space-a {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex--center-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex--center-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex--center-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex--center-space {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex--center-space-a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex--bottom-left {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex--bottom-center {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex--bottom-left {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex--bottom-center {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex--bottom-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex--bottom-space {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex--bottom-space-a {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.flex--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex--col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* Позиционирование */

.pos--relative {
  position: relative;
}

.pos--absolute {
  position: absolute;
}

.pos--fixed {
  position: fixed;
}

.pos--sticky {
  position: sticky;
}

/* Отступы */

.padding-0 {
  padding: 0px;
}

.padding-8 {
  padding: 8px;
}

.padding-16 {
  padding: 16px;
}

.padding-24 {
  padding: 24px;
}

.padding-32 {
  padding: 32px;
}

.padding-top-0 {
  padding-top: 0px;
}

.padding-top-8 {
  padding-top: 8px;
}

.padding-top-16 {
  padding-top: 16px;
}

.padding-top-24 {
  padding-top: 24px;
}

.padding-top-32 {
  padding-top: 32px;
}

.padding-bottom-0 {
  padding-bottom: 0px;
}

.padding-bottom-8 {
  padding-bottom: 8px;
}

.padding-bottom-16 {
  padding-bottom: 16px;
}

.padding-bottom-24 {
  padding-bottom: 24px;
}

.padding-bottom-32 {
  padding-bottom: 32px;
}

.padding-left-0 {
  padding-left: 0px;
}

.padding-left-8 {
  padding-left: 8px;
}

.padding-left-16 {
  padding-left: 16px;
}

.padding-left-24 {
  padding-left: 24px;
}

.padding-left-32 {
  padding-left: 32px;
}

.padding-right-0 {
  padding-right: 0px;
}

.padding-right-8 {
  padding-right: 8px;
}

.padding-right-16 {
  padding-right: 16px;
}

.padding-right-24 {
  padding-right: 24px;
}

.padding-right-32 {
  padding-right: 32px;
}

.margin-top-auto {
  margin-top: auto;
}

.margin-top-0 {
  margin-top: 0px;
}

.margin-top-8 {
  margin-top: 8px;
}

.margin-top-16 {
  margin-top: 16px;
}

.margin-top-24 {
  margin-top: 24px;
}

.margin-top-32 {
  margin-top: 32px;
}

.margin-bottom-auto {
  margin-bottom: auto;
}

.margin-bottom-0 {
  margin-bottom: 0px;
}

.margin-bottom-8 {
  margin-bottom: 8px;
}

.margin-bottom-16 {
  margin-bottom: 16px;
}

.margin-bottom-24 {
  margin-bottom: 24px;
}

.margin-bottom-32 {
  margin-bottom: 32px;
}

.margin-left-auto {
  margin-left: auto;
}

.margin-left-0 {
  margin-left: 0px;
}

.margin-left-8 {
  margin-left: 8px;
}

.margin-left-16 {
  margin-left: 16px;
}

.margin-left-24 {
  margin-left: 24px;
}

.margin-left-32 {
  margin-left: 32px;
}

.margin-right-auto {
  margin-right: auto;
}

.margin-right-0 {
  margin-right: 0px;
}

.margin-right-8 {
  margin-right: 8px;
}

.margin-right-16 {
  margin-right: 16px;
}

.margin-right-24 {
  margin-right: 24px;
}

.margin-right-32 {
  margin-right: 32px;
}

/* Отмена ограничения по высоте */

.height-unset {
  height: unset !important;
}

/* Цвета текста */

.color-darkest {
  color: var(--darkest-color);
}

.color-lightest {
  color: var(--lightest-color);
}

.color-text {
  color: var(--text-color);
}

.color-link {
  color: var(--link-color);
}

.color-link-hover {
  color: var(--link-hover-color);
}

.color-back-light {
  color: var(--back-light-color);
}

.color-border {
  color: var(--border-color);
}

.color-border2 {
  color: var(--border2-color);
}

.color-background {
  color: var(--background-color);
}

.color-borderLight {
  color: var(--border-light-color);
}

/* Фоны */

.background-size--cover {
  background-size: cover;
}

.background-size--contain {
  background-size: contain;
}

.background-position--left-top {
  background-position: left top;
}

.background-position--left-center {
  background-position: left center;
}

.background-position--left-bottom {
  background-position: left bottom;
}

.background-position--center-top {
  background-position: center top;
}

.background-position--center-center {
  background-position: center center;
}

.background-position--center-bottom {
  background-position: center bottom;
}

.background-position--right-top {
  background-position: right top;
}

.background-position--right-center {
  background-position: right center;
}

.background-position--right-bottom {
  background-position: right bottom;
}

.background-color--darkest {
  background-color: var(--darkest-color);
}

.background-color--lightest {
  background-color: var(--lightest-color);
}

.background-color--text {
  background-color: var(--text-color);
}

.background-color--link {
  background-color: var(--link-color);
}

.background-color--link-hover {
  background-color: var(--link-hover-color);
}

.background-color--back-light {
  background-color: var(--back-light-color);
}

.background-color--border {
  background-color: var(--border-color);
}

.background-color--border2 {
  background-color: var(--border2-color);
}

.background-color--background {
  background-color: var(--background-color);
}

.background-color--borderLight {
  background-color: var(--border-light-color);
}

/* Рамки */

.border {
  border: 1px solid;
}

.border-darkest {
  border: 1px solid;
  border-color: var(--darkest-color);
}

.border-lightest {
  border: 1px solid;
  border-color: var(--lightest-color);
}

.border-text {
  border: 1px solid;
  border-color: var(--text-color);
}

.border-link {
  border: 1px solid;
  border-color: var(--link-color);
}

.border-link-hover {
  border: 1px solid;
  border-color: var(--link-hover-color);
}

.border-back-light {
  border: 1px solid;
  border-color: var(--back-light-color);
}

.border-border {
  border: 1px solid;
  border-color: var(--border-color);
}

.border-border2 {
  border: 1px solid;
  border-color: var(--border2-color);
}

.border-background {
  border: 1px solid;
  border-color: var(--background-color);
}

.border-borderLight {
  border: 1px solid;
  border-color: var(--border-light-color);
}

.border-top {
  border-top-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}

.border-bottom {
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
}

.border-left {
  border-top-width: 0px;
  border-left-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}

.border-right {
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 0px;
}

/* Скролл */

.simplebar-track {
  background: var(--border-color);
}

.simplebar-scrollbar {
  opacity: 1 !important;
}

.simplebar-scrollbar::before {
  opacity: 1 !important;
  background: var(--darkest-color);
  border-radius: 0;
}

.simplebar-vertical {
  width: 8px !important;
}

.simplebar-vertical .simplebar-scrollbar::before {
  width: 4px !important;
}

.simplebar-horizontal {
  height: 8px !important;
}

.simplebar-horizontal .simplebar-scrollbar::before {
  height: 4px !important;
}

/* Контейнеры */
.container {
  width: var(--content-width);
  margin: 0 auto;
}

.col-1 {
  width: calc((var(--content-width) + 32px) / 12 * 1 - 32px);
}

.col-2 {
  width: calc((var(--content-width) + 32px) / 12 * 2 - 32px);
}

.col-3 {
  width: calc((var(--content-width) + 32px) / 12 * 3 - 32px);
}

.col-4 {
  width: calc((var(--content-width) + 32px) / 12 * 4 - 32px);
}

.col-5 {
  width: calc((var(--content-width) + 32px) / 12 * 5 - 32px);
}

.col-6 {
  width: calc((var(--content-width) + 32px) / 12 * 6 - 32px);
}

.col-7 {
  width: calc((var(--content-width) + 32px) / 12 * 7 - 32px);
}

.col-8 {
  width: calc((var(--content-width) + 32px) / 12 * 8 - 32px);
}

.col-9 {
  width: calc((var(--content-width) + 32px) / 12 * 9 - 32px);
}

.col-10 {
  width: calc((var(--content-width) + 32px) / 12 * 10 - 32px);
}

.col-11 {
  width: calc((var(--content-width) + 32px) / 12 * 11 - 32px);
}

.cookie {
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
  background: var(--lightest-color);
  color: var(--text-color);
  border-top: 1px solid var(--background-color);
  padding: 24px 0;
}
.cookie .container {
  position: relative;
}
.cookie__text {
  width: calc(100% - 40px);
}
.cookie .close {
  top: -12px;
  right: 0;
}
.cookie a {
	color: var(--link-color);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	border-bottom: 1px solid var(--link-color);
	transition: 0.2s;
}
.cookie a:hover {
  border-color: transparent;
}


/* Ширина блоков на странице с меню */
@media (min-width: 1651px) {
  .main-content.col-6 .col-1 {
    width: calc(((var(--content-width) + 32px) / 12 * 6) / 12 * 1 - 32px);
  }
  .main-content.col-6 .col-2 {
    width: calc(((var(--content-width) + 32px) / 12 * 6) / 12 * 2 - 32px);
  }
  .main-content.col-6 .col-3 {
    width: calc(((var(--content-width) + 32px) / 12 * 6) / 12 * 3 - 32px);
  }
  .main-content.col-6 .col-4 {
    width: calc(((var(--content-width) + 32px) / 12 * 6) / 12 * 4 - 32px);
  }
  .main-content.col-6 .col-5 {
    width: calc(((var(--content-width) + 32px) / 12 * 6) / 12 * 5 - 32px);
  }
  .main-content.col-6 .col-6 {
    width: calc(((var(--content-width) + 32px) / 12 * 6) / 12 * 6 - 32px);
  }
  .main-content.col-6 .col-7 {
    width: calc(((var(--content-width) + 32px) / 12 * 6) / 12 * 7 - 32px);
  }
  .main-content.col-6 .col-8 {
    width: calc(((var(--content-width) + 32px) / 12 * 6) / 12 * 8 - 32px);
  }
  .main-content.col-6 .col-9 {
    width: calc(((var(--content-width) + 32px) / 12 * 6) / 12 * 9 - 32px);
  }
  .main-content.col-6 .col-10 {
    width: calc(((var(--content-width) + 32px) / 12 * 6) / 12 * 10 - 32px);
  }
  .main-content.col-6 .col-11 {
    width: calc(((var(--content-width) + 32px) / 12 * 6) / 12 * 11 - 32px);
  }

  .main-content.col-7 .col-1 {
    width: calc(((var(--content-width) + 32px) / 12 * 7) / 12 * 1 - 32px);
  }
  .main-content.col-7 .col-2 {
    width: calc(((var(--content-width) + 32px) / 12 * 7) / 12 * 2 - 32px);
  }
  .main-content.col-7 .col-3 {
    width: calc(((var(--content-width) + 32px) / 12 * 7) / 12 * 3 - 32px);
  }
  .main-content.col-7 .col-4 {
    width: calc(((var(--content-width) + 32px) / 12 * 7) / 12 * 4 - 32px);
  }
  .main-content.col-7 .col-5 {
    width: calc(((var(--content-width) + 32px) / 12 * 7) / 12 * 5 - 32px);
  }
  .main-content.col-7 .col-6 {
    width: calc(((var(--content-width) + 32px) / 12 * 7) / 12 * 6 - 32px);
  }
  .main-content.col-7 .col-7 {
    width: calc(((var(--content-width) + 32px) / 12 * 7) / 12 * 7 - 32px);
  }
  .main-content.col-7 .col-8 {
    width: calc(((var(--content-width) + 32px) / 12 * 7) / 12 * 8 - 32px);
  }
  .main-content.col-7 .col-9 {
    width: calc(((var(--content-width) + 32px) / 12 * 7) / 12 * 9 - 32px);
  }
  .main-content.col-7 .col-10 {
    width: calc(((var(--content-width) + 32px) / 12 * 7) / 12 * 10 - 32px);
  }
  .main-content.col-7 .col-11 {
    width: calc(((var(--content-width) + 32px) / 12 * 7) / 12 * 11 - 32px);
  }

  .main-content.col-8 .col-1 {
    width: calc(((var(--content-width) + 32px) / 12 * 8) / 12 * 1 - 32px);
  }
  .main-content.col-8 .col-2 {
    width: calc(((var(--content-width) + 32px) / 12 * 8) / 12 * 2 - 32px);
  }
  .main-content.col-8 .col-3 {
    width: calc(((var(--content-width) + 32px) / 12 * 8) / 12 * 3 - 32px);
  }
  .main-content.col-8 .col-4 {
    width: calc(((var(--content-width) + 32px) / 12 * 8) / 12 * 4 - 32px);
  }
  .main-content.col-8 .col-5 {
    width: calc(((var(--content-width) + 32px) / 12 * 8) / 12 * 5 - 32px);
  }
  .main-content.col-8 .col-6 {
    width: calc(((var(--content-width) + 32px) / 12 * 8) / 12 * 6 - 32px);
  }
  .main-content.col-8 .col-7 {
    width: calc(((var(--content-width) + 32px) / 12 * 8) / 12 * 7 - 32px);
  }
  .main-content.col-8 .col-8 {
    width: calc(((var(--content-width) + 32px) / 12 * 8) / 12 * 8 - 32px);
  }
  .main-content.col-8 .col-9 {
    width: calc(((var(--content-width) + 32px) / 12 * 8) / 12 * 9 - 32px);
  }
  .main-content.col-8 .col-10 {
    width: calc(((var(--content-width) + 32px) / 12 * 8) / 12 * 10 - 32px);
  }
  .main-content.col-8 .col-11 {
    width: calc(((var(--content-width) + 32px) / 12 * 8) / 12 * 11 - 32px);
  }

  .main-content.col-9 .col-1 {
    width: calc(((var(--content-width) + 32px) / 12 * 9) / 12 * 1 - 32px);
  }
  .main-content.col-9 .col-2 {
    width: calc(((var(--content-width) + 32px) / 12 * 9) / 12 * 2 - 32px);
  }
  .main-content.col-9 .col-3 {
    width: calc(((var(--content-width) + 32px) / 12 * 9) / 12 * 3 - 32px);
  }
  .main-content.col-9 .col-4 {
    width: calc(((var(--content-width) + 32px) / 12 * 9) / 12 * 4 - 32px);
  }
  .main-content.col-9 .col-5 {
    width: calc(((var(--content-width) + 32px) / 12 * 9) / 12 * 5 - 32px);
  }
  .main-content.col-9 .col-6 {
    width: calc(((var(--content-width) + 32px) / 12 * 9) / 12 * 6 - 32px);
  }
  .main-content.col-9 .col-7 {
    width: calc(((var(--content-width) + 32px) / 12 * 9) / 12 * 7 - 32px);
  }
  .main-content.col-9 .col-8 {
    width: calc(((var(--content-width) + 32px) / 12 * 9) / 12 * 8 - 32px);
  }
  .main-content.col-9 .col-9 {
    width: calc(((var(--content-width) + 32px) / 12 * 9) / 12 * 9 - 32px);
  }
  .main-content.col-9 .col-10 {
    width: calc(((var(--content-width) + 32px) / 12 * 9) / 12 * 10 - 32px);
  }
  .main-content.col-9 .col-11 {
    width: calc(((var(--content-width) + 32px) / 12 * 9) / 12 * 11 - 32px);
  }

  .main-content.col-10 .col-1 {
    width: calc(((var(--content-width) + 32px) / 12 * 10) / 12 * 1 - 32px);
  }
  .main-content.col-10 .col-2 {
    width: calc(((var(--content-width) + 32px) / 12 * 10) / 12 * 2 - 32px);
  }
  .main-content.col-10 .col-3 {
    width: calc(((var(--content-width) + 32px) / 12 * 10) / 12 * 3 - 32px);
  }
  .main-content.col-10 .col-4 {
    width: calc(((var(--content-width) + 32px) / 12 * 10) / 12 * 4 - 32px);
  }
  .main-content.col-10 .col-5 {
    width: calc(((var(--content-width) + 32px) / 12 * 10) / 12 * 5 - 32px);
  }
  .main-content.col-10 .col-6 {
    width: calc(((var(--content-width) + 32px) / 12 * 10) / 12 * 6 - 32px);
  }
  .main-content.col-10 .col-7 {
    width: calc(((var(--content-width) + 32px) / 12 * 10) / 12 * 7 - 32px);
  }
  .main-content.col-10 .col-8 {
    width: calc(((var(--content-width) + 32px) / 12 * 10) / 12 * 8 - 32px);
  }
  .main-content.col-10 .col-9 {
    width: calc(((var(--content-width) + 32px) / 12 * 10) / 12 * 9 - 32px);
  }
  .main-content.col-10 .col-10 {
    width: calc(((var(--content-width) + 32px) / 12 * 10) / 12 * 10 - 32px);
  }
  .main-content.col-10 .col-11 {
    width: calc(((var(--content-width) + 32px) / 12 * 10) / 12 * 11 - 32px);
  }

  .main-content.col-11 .col-1 {
    width: calc(((var(--content-width) + 32px) / 12 * 11) / 12 * 1 - 32px);
  }
  .main-content.col-11 .col-2 {
    width: calc(((var(--content-width) + 32px) / 12 * 11) / 12 * 2 - 32px);
  }
  .main-content.col-11 .col-3 {
    width: calc(((var(--content-width) + 32px) / 12 * 11) / 12 * 3 - 32px);
  }
  .main-content.col-11 .col-4 {
    width: calc(((var(--content-width) + 32px) / 12 * 11) / 12 * 4 - 32px);
  }
  .main-content.col-11 .col-5 {
    width: calc(((var(--content-width) + 32px) / 12 * 11) / 12 * 5 - 32px);
  }
  .main-content.col-11 .col-6 {
    width: calc(((var(--content-width) + 32px) / 12 * 11) / 12 * 6 - 32px);
  }
  .main-content.col-11 .col-7 {
    width: calc(((var(--content-width) + 32px) / 12 * 11) / 12 * 7 - 32px);
  }
  .main-content.col-11 .col-8 {
    width: calc(((var(--content-width) + 32px) / 12 * 11) / 12 * 8 - 32px);
  }
  .main-content.col-11 .col-9 {
    width: calc(((var(--content-width) + 32px) / 12 * 11) / 12 * 9 - 32px);
  }
  .main-content.col-11 .col-10 {
    width: calc(((var(--content-width) + 32px) / 12 * 11) / 12 * 10 - 32px);
  }
  .main-content.col-11 .col-11 {
    width: calc(((var(--content-width) + 32px) / 12 * 11) / 12 * 11 - 32px);
  }
}


.col-auto {
  width: auto;
}

.col-12 {
  width: 100%;
}

/* Текест в 2 колонке */

.half-text-col {
  width: calc(50% - 48px);
}

.big-half {
  width: calc(50% - 16px);
}

/* Блок-текст в рамке */

.text-frame {
  padding: 32px;
  border-radius: 16px;
  border: 1px solid var(--link-color);
}

/* Малые элементы */

/* Элемент с иконкой */

.ico-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ico-element svg {
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 4px;
}

.ico-element path[stroke] {
  stroke: var(--link-color);
}

.ico-element path[fill] {
  fill: var(--link-color);
}

.ico-element a {
  text-decoration: none;
  color: inherit;
}

.ico-element__content {
  line-height: 140%;
}

.ico-element__row {
  margin-bottom: 4px;
}

.ico-element__row:last-child {
  margin-bottom: 0;
}

/* Кнопка */

.button {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  background: var(--link-color);
  color: var(--lightest-color);
  border: 1px solid var(--link-color);
  text-decoration: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  outline: none;
  font-weight: 600;
}

.button path {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.button:hover {
  background: var(--link-hover-color);
  border-color: var(--link-hover-color);
}

.button:hover path[stroke] {
  stroke: var(--lightest-color);
}

.button:hover path[fill] {
  fill: var(--lightest-color);
}

.button--border {
  background: none;
  border: 1px solid var(--border-color);
  color: var(--text-color);
}

.button--border:hover {
  background: none;
  border: 1px solid var(--link-color);
  color: var(--link-color);
}

.button--border:hover path[stroke] {
  stroke: var(--link-color);
}

.button--border:hover path[fill] {
  fill: var(--link-color);
}

.button--lightest-border {
  background: none;
  border: 1px solid var(--lightest-color);
  color: var(--lightest-color);
}

.button--lightest-border path {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.button--lightest-border:hover {
  background: none;
  border: 1px solid var(--link-color);
  color: var(--link-color);
}

.button--lightest-border:hover path[stroke] {
  stroke: var(--link-color);
}

.button--lightest-border:hover path[fill] {
  fill: var(--link-color);
}

.button--lightest {
  background: var(--lightest-color);
  color: var(--link-color);
  border: 1px solid var(--lightest-color);
}

.button--lightest:hover {
  background: var(--border-light-color);
  border-color: var(--border-light-color);
  color: var(--link-color);
}

.button--lightest:hover path[stroke] {
  stroke: var(--link-color);
}

.button--lightest:hover path[fill] {
  fill: var(--link-color);
}

.button--lightest-gray {
  background: var(--lightest-color);
  color: var(--text-color);
  border: 1px solid var(--lightest-color);
}

.button--lightest-gray:hover {
  background: var(--lightest-color);
  border-color: var(--lightest-color);
  color: var(--link-color);
}

.button--lightest-gray:hover path[stroke] {
  stroke: var(--link-color);
}

.button--lightest-gray:hover path[fill] {
  fill: var(--link-color);
}

.button--ico {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.button--ico svg {
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
  width: 22px;
  height: 22px;
}

/* Квадратная кнопка */

.square-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  cursor: pointer;
  border-radius: 8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: none;
}

.square-button:hover {
  background: var(--background-color);
}

/* Слайдер */

.slier-wrapper {
  position: relative;
  z-index: 1;
}

.slider {
  overflow: hidden;
  position: relative;
  border-radius: 16px;
}

.slider__arrows {
  position: absolute;
  right: 36px;
  bottom: 36px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.slider__arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--lightest-color);
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider__arrow.next {
  margin-left: 16px;
}

.slider__arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: var(--lightest-color);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-radius: 50%;
  z-index: -1;
}

.slider__arrow:hover::before {
  height: 120%;
  width: 120%;
}

.slider__arrow.disabled {
  pointer-events: none;
  opacity: 0.65;
}

.slier-wrapper .slider__pagination {
  position: absolute;
  left: 64px;
  bottom: 56px;
  z-index: 1;
  width: auto;
  height: auto;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.slier-wrapper .slider__pagination--closer {
  left: 32px;
}

.bullet {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 16px 0 0;
  background: var(--lightest-color);
  border-radius: 50%;
  border: 2px solid var(--border-transparent);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  cursor: pointer;
}

.bullet.active {
  border-color: var(--link-color);
  background: var(--link-color);
}

.bullet::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slide {
  height: 480px;
  border-radius: 16px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.slide__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--text-color);
  opacity: 0.32;
}

.slide__content {
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 70px;
  left: 32px;
  padding: 32px;
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.slide__content.active {
  opacity: 1;
  visibility: visible;
}

.slide__title {
  margin-bottom: 16px;
}

.slide__tetx {
  margin-bottom: 24px;
}

.slide__buttons {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.slide__buttons .button {
  margin-right: 16px;
}

.slide__buttons .button:last-child {
  margin-right: 0;
}

/* Слайдер с постоянной плашкой */

.slider__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  z-index: 2;
  top: 50px;
  left: 32px;
  padding: 32px;
  border-radius: 16px;
  background: var(--lightest-color);
  height: calc(100% - 100px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.slider__block .slide__content {
  padding: 0;
  background: none !important;
  color: var(--text-color) !important;
  top: 0;
  left: 0;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  min-width: 224px;
  position: relative;
  display: none;
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  margin-top: 0 !important;
}

.slider__block .slider__pagination {
  width: 100%;
  position: relative;
  left: 0 !important;
  bottom: 0 !important;
  margin-top: auto;
  padding-top: 32px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.slider__block .slider__pagination::before {
  content: "";
  display: block;
  width: calc(100% + 63px);
  height: 1px;
  position: absolute;
  top: 0px;
  left: -32px;
  background: var(--background-color);
}

.slider__block .bullet {
  width: 24px;
  height: 24px;
  border: 1px solid var(--background-color);
  background: none;
}

.slider__block .bullet::before {
  width: 4px;
  height: 4px;
  background: var(--border-color);
  border-radius: 50%;
}

.slider__block .bullet.active::before {
  width: 8px;
  height: 8px;
  background: var(--link-color);
}

.slider__navigarion {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid var(--border-color);
  width: 100%;
}

.slider__navigarion .slider__arrows {
  position: relative;
  bottom: 0;
  right: 0;
}

.slider__navigarion .slider__arrow {
  width: 24px;
  height: 24px;
}

.slider__navigarion .slider__arrow.next {
  margin-left: 8px;
}

/* Боковое меню */

.side-menu__wrap {
  width: 100%;
  padding: 4px;
  border-radius: 16px;
  position: relative;
}

.side-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.side-menu li.active .side-menu__item {
  color: var(--link-color);
  background: var(--background-color);
}

.side-menu li.active .side-menu__sub {
  opacity: 1;
  visibility: visible;
}

.side-menu__item {
  padding: 12px;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-radius: 8px;
}

.side-menu__item i {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  top: 0px;
  left: 0px;
  border: 1px solid var(--link-color);
  border-radius: 50%;
  margin-right: 8px;
}

.side-menu__item i::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid var(--link-color);
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.side-menu__sub {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: 0;
  left: calc(100% + 2px);
  border-radius: 16px;
  background: var(--lightest-color);
  height: 100%;
  width: 862px;
  z-index: 2;
}

.side-menu__sub a {
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

/* Инфо-баннеры */

.list {
  margin-bottom: -32px;
  width: calc(100% + 32px);
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}

.item {
  position: relative;
  margin: 0 32px 32px 0;
}

.info-banner {
  border-radius: 16px;
  display: block;
  text-decoration: none;
  color: var(--text-color);
  position: relative;
}

.info-banner--white {
  background: var(--lightest-color);
}

.info-banner--white .image-block {
  margin-bottom: 0;
  border-radius: 16px 16px 0 0 !important;
  margin: 2px 2px 0;
  width: calc(100% - 4px);
}

.info-banner--white .image-block img {
  border-radius: 14px 14px 0 0 !important;
}

.info-banner--white .info-banner__title {
  padding: 32px;
}

.info-banner--white-full-image {
  background: var(--lightest-color);
  overflow: hidden;
}

.info-banner--white-full-image .image-block {
  margin-bottom: 0;
  border-radius: 0 !important;
}

.info-banner--white-full-image .image-block img {
  border-radius: 0;
}

.info-banner--white-full-image .info-banner__info {
  padding: 32px;
}

.info-banner--inner-text .image-block {
  margin: 0;
}

.info-banner--inner-text .image-block::before {
  margin-top: 82%;
}

.info-banner--inner-text .info-banner__title {
  position: absolute;
  left: 8px;
  bottom: 8px;
  z-index: 2;
  width: calc(100% - 16px);
  max-height: calc(100% - 16px);
  padding: 8px 16px;
  border-radius: 8px;
  overflow: hidden auto;
}

.info-banner--inner-text.col-4 .image-block img {
  border-radius: 16px;
}

/* Инфо баннепы горизонтальные */

.row-item {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}

.row-item:last-child {
  margin-bottom: 0;
}

.row-item[class*=background] {
  border-radius: 16px;
  padding: 32px;
}

.row-item:not([class*=background]) {
  border-top: 1px solid var(--border-color);
  padding-top: 32px;
}

.row-item.no-border {
  border: none;
  padding: 0 !important;
}

.row-item__ico {
  width: 256px;
  line-height: 0;
}

.row-item__ico img {
  width: 100%;
  border-radius: 8px;
}

.row-item__info .h2 {
  margin: 0 0 16px;
}

.row-item__title {
  margin-bottom: 16px;
}

.row-item__text {
  margin-bottom: 32px;
}

.row-item__text:last-child {
  margin-bottom: 0;
}

/* Спойлеры */

.spoiler {
  width: 100%;
  margin-bottom: 32px;
  border-radius: 16px;
  background: var(--lightest-color);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.spoiler.open,
.spoiler:hover {
  -webkit-box-shadow: 0px 8px 24px var(--shadow-color);
          box-shadow: 0px 8px 24px var(--shadow-color);
}

.spoiler:hover .spoiler__name i {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.spoiler.open .spoiler__name i {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.spoiler--bordered {
  background: none;
  border-radius: 0 !important;
  border-top: 1px solid var(--border-color);
  padding-right: 0 !important;
}

.spoiler--bordered + .spoiler--bordered {
  margin-top: -32px;
}

.spoiler--bordered .spoiler__name {
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.spoiler--bordered.open,
.spoiler--bordered:hover {
  border-color: var(--lightest-color);
  background: var(--lightest-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.spoiler--bordered.open .spoiler__name,
.spoiler--bordered:hover .spoiler__name {
  padding-left: 32px;
  padding-right: 32px;
}

.spoiler--bordered:hover .spoiler__name i {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.spoiler--bordered.open .spoiler__name i {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.spoiler__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  padding: 32px;
}

.spoiler__name i {
  width: 24px;
  height: 24px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.spoiler__name i::before,
.spoiler__name i::after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: var(--text-color);
  border-radius: 1px;
}

.spoiler__name i::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.spoiler__content {
  display: none;
  padding: 0 32px 32px 32px;
}

/* Блок-ссылки */

.block-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(50% - 16px);
  margin-bottom: 32px;
  padding: 32px;
  border-radius: 16px;
  background: var(--lightest-color);
  color: var(--text-color);
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.block-link span {
  max-width: calc(100% - 40px);
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.block-link svg {
  width: 24px;
  height: 24px;
}

.block-link:hover {
  -webkit-box-shadow: 0px 8px 24px var(--shadow-color);
          box-shadow: 0px 8px 24px var(--shadow-color);
}

.block-link:hover .block-link__type {
  color: var(--link-color);
}

.list .block-link {
  width: calc(50% - 32px);
}

.block-link__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.block-link__type + span {
  max-width: unset;
  width: calc(100% - 80px);
}

/* Инфоблоки */

.info-block {
  border-radius: 16px;
  color: var(--text-color);
  text-decoration: none;
}

.info-block--flex-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 248px;
}

.info-block--flex-height .info-block__text {
  margin-bottom: 32px;
}

.info-block span {
  width: 100%;
  display: block;
  margin-bottom: 24px;
}

.info-block__title {
  margin: 0 0 26px;
  /* max-height: 40px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}

.info-block__ico {
  margin: 0 0 24px auto;
  line-height: 0;
}

.info-block__ico img {
  height: 80px;
}

.info-block__bottom {
  width: 100%;
  margin-top: auto;
  border-top: 1px solid var(--border-color);
  padding-top: 24px;
}

.info-block__bottom span {
  width: calc(100% - 32px);
}

/* Каталог */

/* Карточуки блокамии */

.catalog-item .image-block::before {
  content: "";
  margin-top: 91.5%;
}

.catalog-item__bottom {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.catalog-item__price {
  white-space: nowrap;
}

/* Карточки горизонтальные */

.catalog-row-item {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}

.catalog-row-item:last-child {
  margin-bottom: 0;
}

.catalog-row-item[class*=background] {
  border-radius: 16px;
  padding: 32px;
}

.catalog-row-item:not([class*=background]) {
  border-top: 1px solid var(--border-color);
  padding-top: 32px;
}

.catalog-row-item__ico {
  width: 256px;
  line-height: 0;
}

.catalog-row-item__ico img {
  width: 100%;
  border-radius: 8px;
}

.catalog-row-item__info .h2 {
  margin: 0 0 16px;
}

.catalog-row-item__text {
  margin-bottom: 32px;
}

/* Сотрудники */

.employees-row {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.employee-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}

.employee-row[class*=background] {
  border-radius: 16px;
  padding: 32px;
}

.employee-row:not([class*=background]) {
  border-top: 1px solid var(--border-color);
  padding-top: 32px;
}

.employee__ico {
  width: 160px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center top;
}

.employee__ico::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  margin-top: 100%;
}

.employee__ico img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.employee-column {
  border-radius: 16px;
}

.employee-column .employee__ico {
  width: calc(100% - 16px);
  max-width: 160px;
  margin-bottom: 32px;
}

.employee-column .employee__info {
  width: 100%;
}

.employee__link-ico {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
}

.employee__link-ico path {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/* Видео */

.video {
  margin-bottom: 32px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  line-height: 0;
}

.video--v2 .video__overlay::before {
  background: rgba(0, 0, 0, 0.4);
}

.video--v2 .video__bottom {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}

.video video {
  width: 100% !important;
  height: auto !important;
  opacity: 0;
}

.video iframe {
  width: 100% !important;
  opacity: 0;
}

.video:hover .video__bottom {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  line-height: 0;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.video__overlay.play {
  opacity: 0;
  visibility: hidden;
}

.video__overlay.play + video,
.video__overlay.play + iframe {
  opacity: 1;
}

.video__overlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.video__overlay::before {
  content: "";
  background: var(--border-transparent);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video__overlay i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: var(--lightest-color);
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.video__overlay i svg {
  -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
          transform: translateX(2px);
}

.video__overlay i::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: var(--lightest-color);
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.video__overlay:hover i::before {
  width: 120%;
  height: 120%;
}

.video__bottom {
  position: absolute;
  left: 32px;
  bottom: 32px;
  width: calc(100% - 64px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 140%;
  padding-top: 24px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}

.video__bottom span {
  width: calc(100% - 32px);
}

.video__bottom svg {
  width: 24px;
  height: 24px;
}

.video__top {
  position: absolute;
  left: 32px;
  top: 32px;
  width: calc(100% - 64px);
  line-height: 140%;
}

/* Фотогаллерея */

.photogollery__slider {
  overflow: hidden;
}

.photogollery__slide {
  line-height: 0;
}

.photogollery__slide .image-block {
  height: 320px;
}

.photogollery__slide .image-block::before {
  display: none;
}

.photogollery__slide .image-block img {
  border-radius: 16px;
}

.photogollery__mini-pictures {
  width: 100%;
  overflow: hidden;
  margin-top: 16px;
  padding: 1px 0;
}

.mini-picture {
  border: 1px solid transparent;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 0;
  width: 64px;
  height: 64px;
  padding: 8px;
  border-radius: 8px;
}

.mini-picture.active {
  border-color: var(--link-color);
}

.mini-picture__image {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  background-size: cover;
  background-position: center top;
}

.mini-picture__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  margin: 0 !important;
}

.image-plus {
  position: relative;
  display: block;
}

.image-plus img {
  border-radius: 16px;
  margin: 0 !important;
  width: 100%;
}

.col-12 > .image-plus img {
  border-radius: 16px;
  margin: 0 !important;
  width: auto;
}

.image-plus__ico {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: var(--lightest-color);
}

.image-plus__ico::before,
.image-plus__ico::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 1px;
  background: var(--text-color);
}

.image-plus__ico::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.photogollery--v2 {
  padding: 32px 32px 24px;
  border-radius: 16px;
  background: var(--lightest-color);
}

.photogollery--v2 .image-block {
  height: auto;
}

.photogollery--v2 .image-block::before {
  display: block;
  margin-top: 73%;
}

.photogollery--v2 .image-block img {
  border-radius: 8px;
}

.photogollery__bottom {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--border-color);
}

.photogollery__arrow {
  line-height: 0;
  cursor: pointer;
}

.photogollery__arrow.next {
  margin-left: 8px;
}

.photogollery--v3 .image-block {
  height: auto;
}

.photogollery--v3 .image-block::before {
  display: block;
  margin-top: 69%;
}

.photogollery--vertical .photogollery__slider {
  width: calc(100% - 80px);
  margin-left: auto;
}

.photogollery--vertical .photogollery__mini-pictures {
  width: 64px;
  height: 100%;
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.photogollery__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

.photogollery__desription {
  width: 100%;
}

.photogollery-row {
  width: 100%;
  position: relative;
}
.photogollery-row__slider {
  overflow: hidden;
}
.photogollery-row__arrows {
  width: calc(100% - 32px);
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
.photogollery-row__arrow .slider__arrow {
  pointer-events: all;
}

/* Закрытие */

.close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  cursor: pointer;
}

.close::before,
.close::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  background: var(--text-color);
  border-radius: 1px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.close:hover::before,
.close:hover::after {
  background: var(--link-color);
}

.link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: 600;
}

.link path {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.link:hover {
  color: var(--link-color);
}

.link:hover path[fill] {
  fill: var(--link-color);
}

.link:hover path[stroke] {
  stroke: var(--link-color);
}

/* Хлебные крошки */

.breadcrumbs {
  margin-top: 32px;
  line-height: 120%;
}

.breadcrumbs a {
  color: var(--text-color);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.breadcrumbs a:hover {
  color: var(--link-color);
}

.breadcrumbs span {
  color: var(--border-color);
}

.breadcrumbs i {
  display: inline-block;
  width: 1px;
  height: 22px;
  margin: 0 18px;
  background: var(--border-color);
}

.breadcrumbs__item {
  margin-right: 15px;
  padding: 8px;
  position: relative;
}

.breadcrumbs__item.flex {
  padding-right: 0;
}

.breadcrumbs__item:last-child {
  margin-right: 0;
}

.breadcrumbs__item a {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.breadcrumbs__item:hover a {
  color: var(--link-color);
}

.breadcrumbs__item:hover path[fill] {
  fill: var(--link-color);
}

.breadcrumbs__item:hover path[stroke] {
  stroke: var(--link-color);
}

.breadcrumbs__item::after {
  content: "";
  display: block;
  width: calc(100% - 8px);
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 8px;
  background: var(--link-color);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}

.breadcrumbs__item.open::after {
  opacity: 1;
}

.breadcrumbs__toggle {
  cursor: pointer;
}

.breadcrumbs__toggle path {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.breadcrumbs-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  padding: 8px;
  background: var(--lightest-color);
  -webkit-box-shadow: 0px 8px 24px 0px var(--shadow-color);
          box-shadow: 0px 8px 24px 0px var(--shadow-color);
  border-radius: 0 0 8px 8px;
  min-width: calc(100% + 8px);
  max-width: 400px;
}

.breadcrumbs-menu a.breadcrumbs-menu__item {
  margin-bottom: 8px;
  display: block;
  color: var(--text-color);
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.breadcrumbs-menu a.breadcrumbs-menu__item:hover {
  color: var(--link-color);
}

.breadcrumbs-menu a.breadcrumbs-menu__item:last-child {
  margin-bottom: 0;
}

/* Постраничная навигация */

.pagination {
  margin-top: 24px;
}

.pagination .button {
  padding: 10px 24px;
}

.pagination__numbers {
  gap: 4px 0;
}

.pagination__item {
  width: 46px;
  height: 46px;
  margin-right: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.pagination__item:last-child {
  margin-right: 0;
}

.pagination__item.selected {
  background: var(--lightest-color);
  pointer-events: none;
}

.pagination__item:hover {
  background: var(--lightest-color);
}

.pagination__nav {
  padding: 10px 16px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination__nav:hover {
  background: var(--lightest-color);
}

.pagination__nav:hover .link {
  color: var(--text-color);
}

.pagination__nav:hover path[fill] {
  fill: var(--text-color);
}

.pagination__nav:hover path[stroke] {
  stroke: var(--text-color);
}

.pagination--v2 .pagination__navigation {
  margin-left: auto;
}

.pagination--v2 .pagination__item {
  border: 1px solid var(--border-color);
}

.pagination--v2 .pagination__item.selected {
  background: var(--link-color);
  border-color: var(--link-color);
  color: var(--lightest-color);
}

.pagination--v2 .pagination__item:hover {
  border-color: var(--link-color);
  color: var(--link-color);
  background: transparent;
}

.pagination__next {
  margin-left: 24px;
}

.pagination__more--big {
  width: 100%;
  margin-bottom: 24px;
}

.pagination__more--big .button {
  width: 100%;
  text-align: center;
}

.pagination--v3 .pagination__navigation {
  gap: 4px;
}

/* Боковое меню */

.aside__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.aside__menu a {
  display: block;
}

.aside__menu .parent {
  position: relative;
  /* padding-right: 24px; */
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.aside__menu .parent svg {
  /* position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0; */
  margin-left: 12px;
  flex-shrink: 0;
}

.aside__menu .parent path {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.aside__menu .parent.open {
  color: var(--link-color);
}

.aside__menu .parent.open svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.aside__menu .parent.open path[fill] {
  fill: var(--link-color);
}

.aside__menu .parent.open path[stroke] {
  stroke: var(--link-color);
}

.aside__menu .parent:hover path[fill] {
  fill: var(--link-color);
}

.aside__menu .parent:hover path[stroke] {
  stroke: var(--link-color);
}

.aside__menu[class*=background] {
  padding: 16px;
  border-radius: 16px;
}

.aside__menu--borders .aside__item {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border2-color);
}

.aside__menu--borders .aside__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.aside__menu--item-blocks.aside__menu {
  padding: 4px;
}

.aside__menu--item-blocks .aside__item {
  margin-bottom: 4px;
  padding: 12px;
  border-radius: 8px;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}

.aside__menu--item-blocks li.open {
  background: var(--background-color);
}

.aside__item {
  margin-bottom: 24px;
}

.aside__item:last-child {
  margin-bottom: 0;
}

.aside__menu-link {
  color: var(--text-color);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.aside__menu-link:hover {
  color: var(--link-color);
}

.aside__sub-menu {
  display: none;
  list-style: none;
  margin: 16px 0 0 0;
  padding: 0 0 0 16px;
}

.aside__sub-menu .aside__sub-menu {
  margin-top: 12px;
}

.aside__sub-item {
  margin-bottom: 12px;
}

.aside__sub-item:last-child {
  margin-bottom: 0;
}

.aside__sub-link {
  color: var(--border-color);
}

/* Карта сайта */

.sitemap {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sitemap--lvl-3 {
  padding-left: 16px;
}

.sitemap--lvl-4 {
  padding-left: 16px;
}

.sitemap__item {
  margin-bottom: 48px;
}

.sitemap__item--lvl-1[class*=background] {
  margin-bottom: 32px;
  padding: 32px;
  border-radius: 16px;
}

.sitemap__item--lvl-2 {
  margin-bottom: 24px;
}

.sitemap__item--lvl-2[class*=background] {
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 8px;
}

.sitemap__item--lvl-3 {
  margin-bottom: 16px;
}

.sitemap__item--lvl-4 {
  margin-bottom: 12px;
}

.sitemap__item:last-child {
  margin-bottom: 0;
}

.sitemap__link {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--text-color);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.sitemap__link--lvl-2 {
  margin-bottom: 16px;
}

.sitemap__link--lvl-3 {
  margin-bottom: 12px;
}

.sitemap__link--lvl-4 {
  margin-bottom: 12px;
  color: var(--border-color);
}

.sitemap__link:hover {
  color: var(--link-color);
}

.sitemap__link:last-child {
  margin-bottom: 0;
}

/* Поиск */

.search-list {
  margin: 64px 0 32px;
}

.search__item {
  display: block;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--border2-color);
}

.search__item[class*=background] {
  border: none;
  padding: 32px;
  border-radius: 16px;
}

.search__item:last-child {
  margin-bottom: 0;
}

.search__title span[class*=background] {
  padding: 0 4px;
}

.search__text span[class*=background] {
  padding: 0 2px;
}

/* 404 */

.buttons-404 .button {
  margin-right: 16px;
}

.buttons-404 .button:last-child {
  margin-right: 0;
}

.image-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

/* Страница */

main {
  margin-top: 32px;
}

/* Шапка */

.header {
  width: 100%;
  position: relative;
  background: var(--lightest-color);
  z-index: 10;
}

.header:hover {
  z-index: 11;
}

.header--fixed {
  position: fixed;
  top: 0;
  left: 0;
}

/* Верхняя часть шапки */

.header__top {
  padding: 24px 0;
  font-size: 16px;
  flex-wrap: nowrap;
}

.header__top .header-menu__wrap {
  width: auto;
  max-width: unset;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

/* Логотип */

.header__logo {
  line-height: 0;
  width: 180px;
}

.header__logo img {
  width: 70%;
}

.logo-burger-wrapper .header__logo {
  width: calc(100% - 32px - 114px);
}

.logo-burger-wrapper .burger-ico__line {
  background: var(--lightest-color);
}

/* Слоган в шапке сайта */

.header__slogan {
  font-size: 14px;
  line-height: 120%;
  color: var(--border-color);
}

/* Иконка бургера */

.burger-ico {
  position: relative;
  cursor: pointer;
}

.burger-ico.active .burger-ico__line:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.burger-ico.active .burger-ico__line:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.burger-ico.active .burger-ico__line:nth-child(3),
.burger-ico.active .burger-ico__line:nth-child(4) {
  width: 0;
}

.burger-ico.order--1 {
  margin-left: 0;
  margin-right: 16px;
}

.burger-ico--v2 {
  border-radius: 8px;
  background: var(--link-color);
  color: var(--lightest-color);
  padding: 12px 16px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.burger-ico--v2:hover {
  background: var(--link-hover-color);
}

.burger-ico--v2 path[stroke] {
  stroke: var(--lightest-color);
}

.burger-ico--v2 path[fill] {
  fill: var(--lightest-color);
}

.burger-ico__line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 2px;
  border-radius: 1px;
  background: var(--border-color);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

.burger-ico__line:nth-child(3) {
  margin-top: -6px;
}

.burger-ico__line:nth-child(4) {
  margin-top: 6px;
  left: auto;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.burger-ico__line-wrapper {
  width: 24px;
  height: 24px;
}

.header__bottom {
  border-top: 1px solid var(--border2-color);
  border-bottom: 1px solid var(--border2-color);
}

.header__bottom--v2 {
  border: none;
  padding-bottom: 24px;
}

/* Меню */

.header-menu__wrap {
  width: 100%;
  max-width: calc(100% - 90px);
}

.header-menu__wrap:last-child:first-child {
  max-width: 100%;
}

.header-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding: 0;
  font-size: 18px;
  margin-right: -24px;
}

.header-menu--v2 {
  margin-right: -6px;
}

.header-menu--v2 .header-menu__item {
  margin-right: 6px;
}

.header-menu--v2 .header-menu__item::before {
  display: none;
}

.header-menu--v2 .header-menu__item a {
  padding: 12px;
  border-radius: 8px;
}

.header-menu--v2 .header-menu__item a.parent {
  padding-right: 4px;
}

.header-menu--v2 .header-menu__item:hover > a {
  background: var(--background-color);
  color: var(--text-color);
}

.header-menu--v2 .header-menu__item:hover > a path[stroke] {
  stroke: var(--border-color);
}

.header-menu--v2 .header-menu__item:hover > a path[fill] {
  fill: var(--border-color);
}

.header-menu--v3 {
  font-size: 16px;
}

.header-menu--v3 .header-menu__item {
  margin-right: 16px;
}

.header-menu--v3 .header-menu__item::before {
  display: none;
}

.header-menu--v3 .header-menu__item a {
  padding: 0;
}

/* Пункт меню первогор уровня */

.header-menu__item {
  margin-right: 24px;
  position: relative;
}

.header-menu__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: inherit;
  text-decoration: none;
  border: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding: 25px 0;
}

.header-menu__item i {
  display: block;
  width: 24px;
  height: 24px;
}

.header-menu__item svg {
  width: 100%;
  height: 100%;
}

.header-menu__item path {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header-menu__item path[stroke] {
  stroke: var(--border-color);
}

.header-menu__item path[fill] {
  fill: var(--border-color);
}

.header-menu__item::before {
  content: "";
  display: block;
  width: 0px;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: var(--link-color);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header-menu__item:hover a {
  color: var(--link-color);
}

.header-menu__item:hover > a path[stroke] {
  stroke: var(--link-color);
}

.header-menu__item:hover > a path[fill] {
  fill: var(--link-color);
}

.header-menu__item:hover::before {
  width: 100%;
}

.header-menu__item:hover .header-menu__sub,
.header-menu__item:hover .catalog-menu {
  opacity: 1;
  visibility: visible;
}

.header-menu__item.important > a {
  padding: 12px 16px;
  border-radius: 8px;
  background: var(--link-color);
  color: var(--lightest-color);
}

.header-menu__item.important > a::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  position: absolute;
  top: 100%;
  left: 0px;
}

.header-menu__item.important > a path[stroke] {
  stroke: var(--lightest-color);
}

.header-menu__item.important > a path[fill] {
  fill: var(--lightest-color);
}

.header-menu__item.important::before {
  display: none;
}

.header-menu__item.important:hover > a {
  background: var(--link-hover-color);
}

.header-menu__item.important .header-menu__sub {
  top: calc(100% + 15px);
}

.header-menu__item.important .header-menu__sub .header-menu__sub {
  top: 0%;
}

/* Меню второго уровнея */

.header-menu__sub {
  position: absolute;
  left: 0;
  top: calc(100% + 1px);
  background: var(--border-light-color);
  padding: 4px;
  list-style: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0px 8px 24px 0px var(--shadow-color);
          box-shadow: 0px 8px 24px 0px var(--shadow-color);
  border-radius: 0px 0px 16px 16px;
}

.header-menu__sub::before {
  content: "";
  display: block;
  width: 100%;
  height: 32px;
  position: absolute;
  bottom: 100%;
  left: 0px;
}

.header-menu__sub li {
  position: relative;
}

.header-menu__sub li:hover .header-menu__sub {
  opacity: 1 !important;
  visibility: visible !important;
}

.header-menu__sub a {
  padding: 12px;
  color: var(--text-color) !important;
  white-space: nowrap;
  border-radius: 8px;
}

.header-menu__sub a:hover {
  color: var(--link-color) !important;
  background: var(--background-color);
}

.header-menu__sub a:hover > i path[stroke] {
  stroke: var(--link-color);
}

.header-menu__sub a:hover > i path[fill] {
  fill: var(--link-color);
}

.header-menu__sub svg {
  /* transform: rotate(-90deg); */
}

.header-menu__sub .header-menu__sub {
  top: -4px;
  left: 100%;
  opacity: 0 !important;
  visibility: hidden !important;
  border-radius: 16px;
}

.header-menu__sub .catalog-menu__sub {
  display: none;
}

.catalog-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  left: 0;
  top: calc(100% + 15px);
  z-index: 2;
  background: var(--lightest-color);
  list-style: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0px 8px 24px 0px var(--shadow-color);
          box-shadow: 0px 8px 24px 0px var(--shadow-color);
  border-radius: 0px 0px 16px 16px;
  overflow: hidden;
}

.catalog-menu--v2 {
  top: 100%;
}

.catalog-menu--v2 .header-menu__sub {
  width: 334px;
  background: var(--back-light-color);
}

.catalog-menu.show {
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog-menu.show .header-menu__sub {
  opacity: 1 !important;
  visibility: visible !important;
}

.catalog-menu:hover .header-menu__sub {
  opacity: 1 !important;
  visibility: visible !important;
}

.catalog-menu .header-menu__sub {
  top: 0;
  position: unset;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  margin: 0;
}

.catalog-menu .header-menu__sub a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.catalog-menu .header-menu__sub a:hover,
.catalog-menu .header-menu__sub a.active {
  background: var(--lightest-color);
}

.catalog-menu .header-menu__sub a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.catalog-menu .header-menu__sub .header-menu__sub {
  display: none;
}

.catalog-menu__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 16px 32px;
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px;
}

.catalog-menu__content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.catalog-menu__content a {
  color: var(--text-color) !important;
}

.catalog-menu__content a:hover {
  color: var(--link-color) !important;
}

.catalog-menu__sub {
  display: block;
}

.catalog-menu__sub a {
  padding: 0;
}

.catalog-menu__sub > li {
  margin-bottom: 32px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.catalog-menu__sub > li:last-child {
  margin-bottom: 0;
}

ul.catalog-menu__sub-sub {
  margin-top: 16px;
}

/* Лого-бург */

.logo-burger-wrapper {
  border-radius: 16px;
}

/* Поиск */

.search {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 16px;
}

.search__input {
  border: none;
  background: none;
  padding: 12px 16px;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  outline: none;
  color: var(--text-color);
  width: calc(100% - 16px - 48px);
}

.search__input::-webkit-input-placeholder {
  color: var(--border-color);
  opacity: 1;
}

.search__input::-moz-placeholder {
  color: var(--border-color);
  opacity: 1;
}

.search__input:-ms-input-placeholder {
  color: var(--border-color);
  opacity: 1;
}

.search__input::-ms-input-placeholder {
  color: var(--border-color);
  opacity: 1;
}

.search__input::placeholder {
  color: var(--border-color);
  opacity: 1;
}

.search__button {
  background: transparent;
}

/* Бургшер меню */

.burger-menu {
  display: none;
  position: fixed;
  top: 96px;
  right: 0;
  z-index: 30;
  width: 600px;
  height: calc(100% - 96px);
  max-width: 100%;
  width: 1024px;
  background: var(--lightest-color);
  overflow: hidden;
}

.burger-menu__content {
  height: 100%;
  width: 100%;
}

.burger-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: rgba(242, 242, 242, 0.2);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.burger-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.burger-menu__list li:last-child .burger-menu__item-2-lvl {
  border-bottom: 1px solid var(--border2-color);
}

.burger-menu__parent {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.burger-menu__parent span {
  width: calc(100% - 32px);
}

.burger-menu__parent > svg {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
}

.burger-menu__to-parent {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.burger-menu__to-parent span {
  width: calc(100% - 32px);
}

.burger-menu__to-parent::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/icons/arrow-right.svg") center center/cover no-repeat;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.burger-menu__item-1-lvl {
  width: 100%;
  display: block;
  padding: 16px;
  border-radius: 8px;
  background: var(--background-color);
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 8px;
}

.burger-menu__item-1-lvl--inner {
  background: none;
}

.burger-menu__item-2-lvl {
  width: 100%;
  display: block;
  padding: 16px;
  border-top: 1px solid var(--border2-color);
}

.burger-extra-menu {
  list-style: none;
  padding: 0;
  margin: 24px 0 0 0;
}

.burger-extra-menu a {
  display: block;
  margin: 8px 0;
}

.burger-info {
  margin-top: 28px;
}

.burger-info .button {
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 12px 24px;
  margin-bottom: 16px;
}

.burger-info .button:last-child {
  margin-bottom: 0;
}

.burger__ico-item {
  font-size: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.burger__ico-item:last-child {
  margin-bottom: 0;
}

.burger-menu__level {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 24px 32px 32px 32px;
  background: var(--lightest-color);
  overflow: hidden auto;
}

.burger-menu__level:nth-child(1) {
  z-index: 1;
  left: 0%;
}

.burger-menu__level:nth-child(2) {
  z-index: 2;
  left: 100%;
}

.burger-menu__level:nth-child(3) {
  z-index: 3;
  left: 100%;
}

.burger-menu--spoilers .burger-menu__parent {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.burger-menu--spoilers .burger-menu__parent.open {
  color: var(--link-color);
  background: var(--back-light-color);
}

.burger-menu--spoilers .burger-menu__parent.open.burger-menu__item-2-lvl {
  background: none;
}

.burger-menu--spoilers .burger-menu__parent.open svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.burger-menu--spoilers li:first-child > .burger-menu__item-2-lvl {
  border: none;
}

.burger-menu--spoilers li:last-child .burger-menu__item-2-lvl {
  border-bottom: none;
}

.burger-menu--spoilers .burger-menu__list .burger-menu__list .burger-menu__list {
  padding: 8px 32px;
}

.burger-menu--spoilers .burger-menu__list .burger-menu__list .burger-menu__list .burger-menu__item-2-lvl {
  padding: 0;
  border: none;
  margin: 0 0 24px;
  font-size: 16px;
  color: var(--border-color);
}

/* Иконка поиска */

.header__search-button {
  margin-left: 16px;
}

.header__search-button path[stroke] {
  stroke: var(--border-color);
}

.header__search-button path[fill] {
  stroke: var(--border-color);
}

/* Иконка поиска с текстом */

.header__search-text {
  padding: 25px 0;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

.header__search-text span {
  margin-right: 8px;
}

.header__search-text::before {
  content: "";
  display: block;
  width: 0px;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: var(--link-color);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header__search-text path {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header__search-text path[stroke] {
  stroke: var(--border-color);
}

.header__search-text path[fill] {
  stroke: var(--border-color);
}

.header__search-text:hover,
.header__search-text.active {
  color: var(--link-color);
}

.header__search-text:hover::before,
.header__search-text.active::before {
  width: 100%;
}

.header__search-text:hover path[stroke],
.header__search-text.active path[stroke] {
  stroke: var(--link-color);
}

.header__search-text:hover path[fill],
.header__search-text.active path[fill] {
  stroke: var(--link-color);
}

/* Поиск */

.header-search {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 32px;
  border-radius: 0px 0px 16px 16px;
  background: var(--lightest-color);
  -webkit-box-shadow: 0px 8px 24px 0px var(--shadow-color);
          box-shadow: 0px 8px 24px 0px var(--shadow-color);
  width: 672px;
  max-width: 100%;
}

.header-search form {
  padding: 8px;
  border-radius: 8px;
  background: var(--border-light-color);
}

.header-search input {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  border: none;
  outline: none;
  background: none;
  padding: 12px 16px;
  width: calc(100% - 48px);
}

.header-search input::-webkit-input-placeholder {
  color: var(--border-color);
  opacity: 1;
}

.header-search input::-moz-placeholder {
  color: var(--border-color);
  opacity: 1;
}

.header-search input:-ms-input-placeholder {
  color: var(--border-color);
  opacity: 1;
}

.header-search input::-ms-input-placeholder {
  color: var(--border-color);
  opacity: 1;
}

.header-search input::placeholder {
  color: var(--border-color);
  opacity: 1;
}

.header-search button {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  outline: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

.header-search__overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--border-color);
  opacity: 0.08;
  z-index: 9;
}

/* Подвал */

.footer {
  width: 100%;
  position: relative;
  background: var(--lightest-color);
  z-index: 10;
  padding: 64px 0;
  margin-top: 80px;
}

/* Меню */

.footer-menu {
  width: calc(100% + 32px);
  margin-bottom: 64px;
  padding-bottom: 32px;
}

.footer-menu__col {
  margin: 0 32px 32px 0;
}

.footer-menu__first-level,
.footer-menu__second-level {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu__first-level li,
.footer-menu__second-level li {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}

.footer-menu__first-level a,
.footer-menu__second-level a {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.footer-menu__first-level a:hover,
.footer-menu__second-level a:hover {
  color: var(--link-color);
}

.footer-menu__second-level li {
  margin-bottom: 16px;
}

.footer-menu__second-level--col2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}

.footer-contacts {
  width: 100%;
  margin-bottom: 64px;
  padding-bottom: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-contacts__col {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}

.footer-contacts--v2 {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Социльные сети */

.social__title {
  margin-bottom: 16px;
}

.social__list {
  width: 100%;
  margin-bottom: -8px;
}

.social__link {
  margin-right: 8px;
  margin-bottom: 8px;
}

.social__link svg {
  width: 24px;
  height: auto;
}

/* Логотип */

.footer__logo {
  line-height: 0;
  display: block;
}
.footer__logo img {
  width: 30%;
}

/* Скрытие блоков */

.hide {
  display: none;
}

.show {
  display: block;
}

.show-flex {
  display: block;
}

/* Блок с заполняющей картинкой картинкой */

.image-block {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  border-radius: 8px;
  background-size: cover;
  background-position: center top;
}

.image-block::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  margin-top: 74%;
}

.image-block img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: unset !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.image-block--hover-scale:hover img {
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
}

.image-block:hover .image-block__inner {
  opacity: 1;
  top: 8px;
}

.image-block--overlapped::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(46.67%, var(--gradient-start)), to(var(--gradient-end)));
  background: -o-linear-gradient(top, var(--gradient-start) 46.67%, var(--gradient-end) 100%);
  background: linear-gradient(180deg, var(--gradient-start) 46.67%, var(--gradient-end) 100%);
  border-radius: 8px;
}

.image-block--wide {
  background-position: center;
}

.image-block--wide img {
  -o-object-position: center;
     object-position: center;
}

.image-block--wide::before {
  margin-top: 32%;
}

.image-block__inner {
  position: absolute;
  left: 8px;
  top: 100%;
  z-index: 1;
  line-height: 1;
  height: calc(100% - 16px);
  width: calc(100% - 16px);
  -webkit-transition: 0.6s 0.2s opacity, 0.4s top;
  -o-transition: 0.6s 0.2s opacity, 0.4s top;
  transition: 0.6s 0.2s opacity, 0.4s top;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.image-block__inner .button {
  display: block;
  position: relative;
  z-index: 3;
  text-align: center;
}

.image-block__content {
  width: 100%;
}

.col-4 .image-block,
.col-5 .image-block,
.col-6 .image-block,
.col-7.col-8 .image-block,
.col-9 .image-block,
.col-10 .image-block,
.col-11 .image-block,
.col-12 .image-block {
  border-radius: 16px;
}

.col-4 .image-block::after,
.col-5 .image-block::after,
.col-6 .image-block::after,
.col-7.col-8 .image-block::after,
.col-9 .image-block::after,
.col-10 .image-block::after,
.col-11 .image-block::after,
.col-12 .image-block::after {
  border-radius: 16px;
}


/* Цвета свг */
.svg-color--darkest path[stroke],
.svg-color--darkest rect[stroke],
.svg-color--darkest circle[stroke] {
  stroke: var(--darkest-color);
}
.svg-color--darkest path[fill],
.svg-color--darkest rect[fill],
.svg-color--darkest circle[fill] {
  fill: var(--darkest-color);
}

.svg-color--lightest path[stroke],
.svg-color--lightest rect[stroke],
.svg-color--lightest circle[stroke] {
  stroke: var(--lightest-color);
}
.svg-color--lightest path[fill],
.svg-color--lightest rect[fill],
.svg-color--lightest circle[fill] {
  fill: var(--lightest-color);
}

.svg-color--text path[stroke],
.svg-color--text rect[stroke],
.svg-color--text circle[stroke] {
  stroke: var(--text-color);
}
.svg-color--text path[fill],
.svg-color--text rect[fill],
.svg-color--text circle[fill] {
  fill: var(--text-color);
}

.svg-color--link path[stroke],
.svg-color--link rect[stroke],
.svg-color--link circle[stroke] {
  stroke: var(--link-color);
}
.svg-color--link path[fill],
.svg-color--link rect[fill],
.svg-color--link circle[fill] {
  fill: var(--link-color);
}

.svg-color--link-hover path[stroke],
.svg-color--link-hover rect[stroke],
.svg-color--link-hover circle[stroke] {
  stroke: var(--link-hover-color);
}
.svg-color--link-hover path[fill],
.svg-color--link-hover rect[fill],
.svg-color--link-hover circle[fill] {
  fill: var(--link-hover-color);
}

.svg-color--back-light path[stroke],
.svg-color--back-light rect[stroke],
.svg-color--back-light circle[stroke] {
  stroke: var(--back-light-color);
}
.svg-color--back-light path[fill],
.svg-color--back-light rect[fill],
.svg-color--back-light circle[fill] {
  fill: var(--back-light-color);
}

.svg-color--border path[stroke],
.svg-color--border rect[stroke],
.svg-color--border circle[stroke] {
  stroke: var(--border-color);
}
.svg-color--border path[fill],
.svg-color--border rect[fill],
.svg-color--border circle[fill] {
  fill: var(--border-color);
}

.svg-color--border2 path[stroke],
.svg-color--border2 rect[stroke],
.svg-color--border2 circle[stroke] {
  stroke: var(--border2-color);
}
.svg-color--border2 path[fill],
.svg-color--border2 rect[fill],
.svg-color--border2 circle[fill] {
  fill: var(--border2-color);
}

.svg-color--border-light path[stroke],
.svg-color--border-light rect[stroke],
.svg-color--border-light circle[stroke] {
  stroke: var(--border-light-color);
}
.svg-color--border-light path[fill],
.svg-color--border-light rect[fill],
.svg-color--border-light circle[fill] {
  fill: var(--border-light-color);
}

.svg-color--background path[stroke],
.svg-color--background rect[stroke],
.svg-color--background circle[stroke] {
  stroke: var(--background-color);
}
.svg-color--background path[fill],
.svg-color--background rect[fill],
.svg-color--background circle[fill] {
  fill: var(--background-color);
}


/* Ховер свг */

.svg-hover__parent:hover .svg-hover--darkest path,
.svg-hover__parent:hover .svg-hover--darkest rect,
.svg-hover__parent:hover .svg-hover--darkest circle,
.svg-hover--darkest path,
.svg-hover--darkest rect,
.svg-hover--darkest circle {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.svg-hover__parent:hover .svg-hover--darkest:hover path[stroke],
.svg-hover__parent:hover .svg-hover--darkest:hover rect[stroke],
.svg-hover__parent:hover .svg-hover--darkest:hover circle[stroke],
.svg-hover--darkest:hover path[stroke],
.svg-hover--darkest:hover rect[stroke],
.svg-hover--darkest:hover circle[stroke] {
  stroke: var(--darkest-color);
}

.svg-hover__parent:hover .svg-hover--darkest:hover path[fill],
.svg-hover__parent:hover .svg-hover--darkest:hover rect[fill],
.svg-hover__parent:hover .svg-hover--darkest:hover circle[fill],
.svg-hover--darkest:hover path[fill],
.svg-hover--darkest:hover rect[fill],
.svg-hover--darkest:hover circle[fill] {
  fill: var(--darkest-color);
}

.svg-hover__parent:hover .svg-hover--lightest path,
.svg-hover__parent:hover .svg-hover--lightest rect,
.svg-hover__parent:hover .svg-hover--lightest circle,
.svg-hover--lightest path,
.svg-hover--lightest rect,
.svg-hover--lightest circle {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.svg-hover__parent:hover .svg-hover--lightest:hover path[stroke],
.svg-hover__parent:hover .svg-hover--lightest:hover rect[stroke],
.svg-hover__parent:hover .svg-hover--lightest:hover circle[stroke],
.svg-hover--lightest:hover path[stroke],
.svg-hover--lightest:hover rect[stroke],
.svg-hover--lightest:hover circle[stroke] {
  stroke: var(--lightest-color);
}

.svg-hover__parent:hover .svg-hover--lightest:hover path[fill],
.svg-hover__parent:hover .svg-hover--lightest:hover rect[fill],
.svg-hover__parent:hover .svg-hover--lightest:hover circle[fill],
.svg-hover--lightest:hover path[fill],
.svg-hover--lightest:hover rect[fill],
.svg-hover--lightest:hover circle[fill] {
  fill: var(--lightest-color);
}

.svg-hover__parent:hover .svg-hover--text path,
.svg-hover__parent:hover .svg-hover--text rect,
.svg-hover__parent:hover .svg-hover--text circle,
.svg-hover--text path,
.svg-hover--text rect,
.svg-hover--text circle {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.svg-hover__parent:hover .svg-hover--text:hover path[stroke],
.svg-hover__parent:hover .svg-hover--text:hover rect[stroke],
.svg-hover__parent:hover .svg-hover--text:hover circle[stroke],
.svg-hover--text:hover path[stroke],
.svg-hover--text:hover rect[stroke],
.svg-hover--text:hover circle[stroke] {
  stroke: var(--text-color);
}

.svg-hover__parent:hover .svg-hover--text:hover path[fill],
.svg-hover__parent:hover .svg-hover--text:hover rect[fill],
.svg-hover__parent:hover .svg-hover--text:hover circle[fill],
.svg-hover--text:hover path[fill],
.svg-hover--text:hover rect[fill],
.svg-hover--text:hover circle[fill] {
  fill: var(--text-color);
}

.svg-hover__parent:hover .svg-hover--link path,
.svg-hover__parent:hover .svg-hover--link rect,
.svg-hover__parent:hover .svg-hover--link circle,
.svg-hover--link path,
.svg-hover--link rect,
.svg-hover--link circle {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.svg-hover__parent:hover .svg-hover--link:hover path[stroke],
.svg-hover__parent:hover .svg-hover--link:hover rect[stroke],
.svg-hover__parent:hover .svg-hover--link:hover circle[stroke],
.svg-hover--link:hover path[stroke],
.svg-hover--link:hover rect[stroke],
.svg-hover--link:hover circle[stroke] {
  stroke: var(--link-color);
}

.svg-hover__parent:hover .svg-hover--link:hover path[fill],
.svg-hover__parent:hover .svg-hover--link:hover rect[fill],
.svg-hover__parent:hover .svg-hover--link:hover circle[fill],
.svg-hover--link:hover path[fill],
.svg-hover--link:hover rect[fill],
.svg-hover--link:hover circle[fill] {
  fill: var(--link-color);
}

.svg-hover__parent:hover .svg-hover--link-hover path,
.svg-hover__parent:hover .svg-hover--link-hover rect,
.svg-hover__parent:hover .svg-hover--link-hover circle,
.svg-hover--link-hover path,
.svg-hover--link-hover rect,
.svg-hover--link-hover circle {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.svg-hover__parent:hover .svg-hover--link-hover:hover path[stroke],
.svg-hover__parent:hover .svg-hover--link-hover:hover rect[stroke],
.svg-hover__parent:hover .svg-hover--link-hover:hover circle[stroke],
.svg-hover--link-hover:hover path[stroke],
.svg-hover--link-hover:hover rect[stroke],
.svg-hover--link-hover:hover circle[stroke] {
  stroke: var(--link-hover-color);
}

.svg-hover__parent:hover .svg-hover--link-hover:hover path[fill],
.svg-hover__parent:hover .svg-hover--link-hover:hover rect[fill],
.svg-hover__parent:hover .svg-hover--link-hover:hover circle[fill],
.svg-hover--link-hover:hover path[fill],
.svg-hover--link-hover:hover rect[fill],
.svg-hover--link-hover:hover circle[fill] {
  fill: var(--link-hover-color);
}

.svg-hover__parent:hover .svg-hover--back-light path,
.svg-hover__parent:hover .svg-hover--back-light rect,
.svg-hover__parent:hover .svg-hover--back-light circle,
.svg-hover--back-light path,
.svg-hover--back-light rect,
.svg-hover--back-light circle {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.svg-hover__parent:hover .svg-hover--back-light:hover path[stroke],
.svg-hover__parent:hover .svg-hover--back-light:hover rect[stroke],
.svg-hover__parent:hover .svg-hover--back-light:hover circle[stroke],
.svg-hover--back-light:hover path[stroke],
.svg-hover--back-light:hover rect[stroke],
.svg-hover--back-light:hover circle[stroke] {
  stroke: var(--back-light-color);
}

.svg-hover__parent:hover .svg-hover--back-light:hover path[fill],
.svg-hover__parent:hover .svg-hover--back-light:hover rect[fill],
.svg-hover__parent:hover .svg-hover--back-light:hover circle[fill],
.svg-hover--back-light:hover path[fill],
.svg-hover--back-light:hover rect[fill],
.svg-hover--back-light:hover circle[fill] {
  fill: var(--back-light-color);
}

.svg-hover__parent:hover .svg-hover--border path,
.svg-hover__parent:hover .svg-hover--border rect,
.svg-hover__parent:hover .svg-hover--border circle,
.svg-hover--border path,
.svg-hover--border rect,
.svg-hover--border circle {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.svg-hover__parent:hover .svg-hover--border:hover path[stroke],
.svg-hover__parent:hover .svg-hover--border:hover rect[stroke],
.svg-hover__parent:hover .svg-hover--border:hover circle[stroke],
.svg-hover--border:hover path[stroke],
.svg-hover--border:hover rect[stroke],
.svg-hover--border:hover circle[stroke] {
  stroke: var(--border-color);
}

.svg-hover__parent:hover .svg-hover--border:hover path[fill],
.svg-hover__parent:hover .svg-hover--border:hover rect[fill],
.svg-hover__parent:hover .svg-hover--border:hover circle[fill],
.svg-hover--border:hover path[fill],
.svg-hover--border:hover rect[fill],
.svg-hover--border:hover circle[fill] {
  fill: var(--border-color);
}

.svg-hover__parent:hover .svg-hover--border2 path,
.svg-hover__parent:hover .svg-hover--border2 rect,
.svg-hover__parent:hover .svg-hover--border2 circle,
.svg-hover--border2 path,
.svg-hover--border2 rect,
.svg-hover--border2 circle {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.svg-hover__parent:hover .svg-hover--border2:hover path[stroke],
.svg-hover__parent:hover .svg-hover--border2:hover rect[stroke],
.svg-hover__parent:hover .svg-hover--border2:hover circle[stroke],
.svg-hover--border2:hover path[stroke],
.svg-hover--border2:hover rect[stroke],
.svg-hover--border2:hover circle[stroke] {
  stroke: var(--border2-color);
}

.svg-hover__parent:hover .svg-hover--border2:hover path[fill],
.svg-hover__parent:hover .svg-hover--border2:hover rect[fill],
.svg-hover__parent:hover .svg-hover--border2:hover circle[fill],
.svg-hover--border2:hover path[fill],
.svg-hover--border2:hover rect[fill],
.svg-hover--border2:hover circle[fill] {
  fill: var(--border2-color);
}

.svg-hover__parent:hover .svg-hover--background path,
.svg-hover__parent:hover .svg-hover--background rect,
.svg-hover__parent:hover .svg-hover--background circle,
.svg-hover--background path,
.svg-hover--background rect,
.svg-hover--background circle {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.svg-hover__parent:hover .svg-hover--background:hover path[stroke],
.svg-hover__parent:hover .svg-hover--background:hover rect[stroke],
.svg-hover__parent:hover .svg-hover--background:hover circle[stroke],
.svg-hover--background:hover path[stroke],
.svg-hover--background:hover rect[stroke],
.svg-hover--background:hover circle[stroke] {
  stroke: var(--background-color);
}

.svg-hover__parent:hover .svg-hover--background:hover path[fill],
.svg-hover__parent:hover .svg-hover--background:hover rect[fill],
.svg-hover__parent:hover .svg-hover--background:hover circle[fill],
.svg-hover--background:hover path[fill],
.svg-hover--background:hover rect[fill],
.svg-hover--background:hover circle[fill] {
  fill: var(--background-color);
}

.svg-hover__parent:hover .svg-hover--borderLight path,
.svg-hover__parent:hover .svg-hover--borderLight rect,
.svg-hover__parent:hover .svg-hover--borderLight circle,
.svg-hover--borderLight path,
.svg-hover--borderLight rect,
.svg-hover--borderLight circle {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.svg-hover__parent:hover .svg-hover--borderLight:hover path[stroke],
.svg-hover__parent:hover .svg-hover--borderLight:hover rect[stroke],
.svg-hover__parent:hover .svg-hover--borderLight:hover circle[stroke],
.svg-hover--borderLight:hover path[stroke],
.svg-hover--borderLight:hover rect[stroke],
.svg-hover--borderLight:hover circle[stroke] {
  stroke: var(--border-light-color);
}

.svg-hover__parent:hover .svg-hover--borderLight:hover path[fill],
.svg-hover__parent:hover .svg-hover--borderLight:hover rect[fill],
.svg-hover__parent:hover .svg-hover--borderLight:hover circle[fill],
.svg-hover--borderLight:hover path[fill],
.svg-hover--borderLight:hover rect[fill],
.svg-hover--borderLight:hover circle[fill] {
  fill: var(--border-light-color);
}

.svg-hover__parent:hover .svg-hover--darkest path[stroke],
.svg-hover__parent:hover .svg-hover--darkest rect[stroke],
.svg-hover__parent:hover .svg-hover--darkest circle[stroke] {
  stroke: var(--darkest-color);
}

.svg-hover__parent:hover .svg-hover--darkest path[fill],
.svg-hover__parent:hover .svg-hover--darkest rect[fill],
.svg-hover__parent:hover .svg-hover--darkest circle[fill] {
  fill: var(--darkest-color);
}

.svg-hover__parent:hover .svg-hover--lightest path[stroke],
.svg-hover__parent:hover .svg-hover--lightest rect[stroke],
.svg-hover__parent:hover .svg-hover--lightest circle[stroke] {
  stroke: var(--lightest-color);
}

.svg-hover__parent:hover .svg-hover--lightest path[fill],
.svg-hover__parent:hover .svg-hover--lightest rect[fill],
.svg-hover__parent:hover .svg-hover--lightest circle[fill] {
  fill: var(--lightest-color);
}

.svg-hover__parent:hover .svg-hover--text path[stroke],
.svg-hover__parent:hover .svg-hover--text rect[stroke],
.svg-hover__parent:hover .svg-hover--text circle[stroke] {
  stroke: var(--text-color);
}

.svg-hover__parent:hover .svg-hover--text path[fill],
.svg-hover__parent:hover .svg-hover--text rect[fill],
.svg-hover__parent:hover .svg-hover--text circle[fill] {
  fill: var(--text-color);
}

.svg-hover__parent:hover .svg-hover--link path[stroke],
.svg-hover__parent:hover .svg-hover--link rect[stroke],
.svg-hover__parent:hover .svg-hover--link circle[stroke] {
  stroke: var(--link-color);
}

.svg-hover__parent:hover .svg-hover--link path[fill],
.svg-hover__parent:hover .svg-hover--link rect[fill],
.svg-hover__parent:hover .svg-hover--link circle[fill] {
  fill: var(--link-color);
}

.svg-hover__parent:hover .svg-hover--link-hover path[stroke],
.svg-hover__parent:hover .svg-hover--link-hover rect[stroke],
.svg-hover__parent:hover .svg-hover--link-hover circle[stroke] {
  stroke: var(--link-hover-color);
}

.svg-hover__parent:hover .svg-hover--link-hover path[fill],
.svg-hover__parent:hover .svg-hover--link-hover rect[fill],
.svg-hover__parent:hover .svg-hover--link-hover circle[fill] {
  fill: var(--link-hover-color);
}

.svg-hover__parent:hover .svg-hover--back-light path[stroke],
.svg-hover__parent:hover .svg-hover--back-light rect[stroke],
.svg-hover__parent:hover .svg-hover--back-light circle[stroke] {
  stroke: var(--back-light-color);
}

.svg-hover__parent:hover .svg-hover--back-light path[fill],
.svg-hover__parent:hover .svg-hover--back-light rect[fill],
.svg-hover__parent:hover .svg-hover--back-light circle[fill] {
  fill: var(--back-light-color);
}

.svg-hover__parent:hover .svg-hover--border path[stroke],
.svg-hover__parent:hover .svg-hover--border rect[stroke],
.svg-hover__parent:hover .svg-hover--border circle[stroke] {
  stroke: var(--border-color);
}

.svg-hover__parent:hover .svg-hover--border path[fill],
.svg-hover__parent:hover .svg-hover--border rect[fill],
.svg-hover__parent:hover .svg-hover--border circle[fill] {
  fill: var(--border-color);
}

.svg-hover__parent:hover .svg-hover--border2 path[stroke],
.svg-hover__parent:hover .svg-hover--border2 rect[stroke],
.svg-hover__parent:hover .svg-hover--border2 circle[stroke] {
  stroke: var(--border2-color);
}

.svg-hover__parent:hover .svg-hover--border2 path[fill],
.svg-hover__parent:hover .svg-hover--border2 rect[fill],
.svg-hover__parent:hover .svg-hover--border2 circle[fill] {
  fill: var(--border2-color);
}

.svg-hover__parent:hover .svg-hover--background path[stroke],
.svg-hover__parent:hover .svg-hover--background rect[stroke],
.svg-hover__parent:hover .svg-hover--background circle[stroke] {
  stroke: var(--background-color);
}

.svg-hover__parent:hover .svg-hover--background path[fill],
.svg-hover__parent:hover .svg-hover--background rect[fill],
.svg-hover__parent:hover .svg-hover--background circle[fill] {
  fill: var(--background-color);
}

.svg-hover__parent:hover .svg-hover--borderLight path[stroke],
.svg-hover__parent:hover .svg-hover--borderLight rect[stroke],
.svg-hover__parent:hover .svg-hover--borderLight circle[stroke] {
  stroke: var(--border-light-color);
}

.svg-hover__parent:hover .svg-hover--borderLight path[fill],
.svg-hover__parent:hover .svg-hover--borderLight rect[fill],
.svg-hover__parent:hover .svg-hover--borderLight circle[fill] {
  fill: var(--border-light-color);
}

/* Поярдок */

.order--2 {
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
}

.order--1 {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

/* Ссылка на весь блок */

.max-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* Конент страницы */

/* Цитата */

.blockquote,
.blockquote2,
blockquote {
  padding-left: 48px;
  position: relative;
  margin: 48px 0;
}

.blockquote__ico {
  position: absolute;
  top: 2px;
  left: 0px;
  width: 20px;
  height: 20px;
}

.blockquote2::before {
  content: "";
  background: var(--text-color);
  position: absolute;
  top: -2px;
  left: 0;
  width: 3px;
  height: calc(100% + 4px);
}

.main-content:not([class *= "col-"]) {
  width: 100%;
}

.main-content ul,
.main-content ol {
  margin: 0;
  list-style: none;
  padding: 0;
  line-height: 122%;
  margin-bottom: 24px;
}

.main-content ul ul,
.main-content ul ol,
.main-content ol ul,
.main-content ol ol {
  margin-bottom: 0;
  margin-top: 24px;
}

.main-content ul ul + li,
.main-content ul ol + li,
.main-content ol ul + li,
.main-content ol ol + li {
  margin-top: 24px;
}

.main-content ul li,
.main-content ol li {
  margin-bottom: 24px;
}

.main-content ul li:last-child,
.main-content ol li:last-child {
  margin-bottom: 0;
}

.main-content ul ul {
  padding-left: 42px;
}

.main-content ul li {
  position: relative;
  padding-left: 42px;
}

.main-content ul li::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 6px;
  left: 8px;
  background: var(--text-color);
  border-radius: 50%;
}

.main-content ul li ul {
  padding-left: 0;
}

.main-content ul ul > li::before {
  -webkit-box-shadow: inset 0 0 0 1px var(--text-color);
          box-shadow: inset 0 0 0 1px var(--text-color);
  background: none;
}

.main-content ul ul ul > li::before {
  background: var(--text-color);
  border-radius: 0%;
}

.main-content ul ul ul ul > li::before {
  background: var(--text-color);
  background: none;
}

.main-content ul ul ul ul ul > li::before {
  width: 18px;
  height: 2px;
  top: 10px;
  left: 8px;
  -webkit-box-shadow: inset 0 0 0 1px var(--text-color);
          box-shadow: inset 0 0 0 1px var(--text-color);
}

.main-content ol {
  counter-reset: point1;
}

.main-content ol ol {
  padding-left: 42px;
}

.main-content ol > li {
  padding-left: 0;
}

.main-content ol > li::before {
  content: counter(point1) ".";
  counter-increment: point1 1;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-width: 34px;
  margin-right: 8px;
  background: none;
}

.main-content ol ol {
  counter-reset: point2;
}

.main-content ol ol > li::before {
  content: counter(point1) "." counter(point2);
  counter-increment: point2 1;
}

.main-content ol ol ol {
  counter-reset: point3;
}

.main-content ol ol ol > li::before {
  content: counter(point1) "." counter(point2) "." counter(point3);
  counter-increment: point3 1;
}

.main-content ol ol ol ol {
  counter-reset: point4;
}

.main-content ol ol ol ol > li::before {
  content: counter(point1) "." counter(point2) "." counter(point3) "." counter(point4);
  counter-increment: point4 1;
}

.main-content ol ol ol ol ol {
  counter-reset: point5;
}

.main-content ol ol ol ol ol > li::before {
  content: counter(point1) "." counter(point2) "." counter(point3) "." counter(point4) "." counter(point5);
  counter-increment: point5 1;
}

.main-content img {
  max-width: 100%;
}

.main-content img[align=left] {
  margin: 0px 48px 48px 0px;
}

.main-content img[align=right] {
  margin: 0px 0 48px 48px;
}

.main-content img:not([class]):not([align]) {
  margin: 52px 0;
}

.main-content picture {
  display: block;
  line-height: 0;
}
.main-content p + picture img:not([class]):not([align]),
.main-content p + img:not([class]):not([align]) {
  margin-top: 16px;
}

.main-content picture:first-child img {
  margin-top: 0 !important;
}
.main-content picture:last-child img {
  margin-bottom: 0 !important;
}

.main-content table {
  border-collapse: collapse;
  margin-bottom: 1px;
  font-size: 16px;
  line-height: 120%;
}

.main-content table p {
  margin-bottom: 24px;
}

.main-content table p:last-child {
  margin-bottom: 0;
}

.main-content table .simplebar-vertical {
  display: none;
}

.main-content td,
.main-content th {
  border: 1px solid var(--border-color);
  text-align: left;
  vertical-align: top;
}

.main-content th {
  padding: 12px;
  font-weight: 700;
  position: relative;
}

.main-content th::before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  background: var(--lightest-color);
  z-index: -1;
  border: 1px solid var(--border-color);
}

.main-content td {
  padding: 12px;
}

.main-content a:not([class]) {
  color: var(--link-color);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 1px solid var(--link-color);
  transition: 0.2s;
}

.main-content a:not([class]):hover {
  border-color: transparent;
}

.table--clear th,
.table--clear td {
  border: none;
}

.table--clear th::before {
  display: none;
}

.table--clear:not(.table--odd) th:first-child,
.table--clear:not(.table--odd) td:first-child {
  padding-left: 0;
}

.table--clear:not(.table--odd) th:last-child,
.table--clear:not(.table--odd) td:last-child {
  padding-right: 0;
}

.table--clear:not(.table--odd) tr:first-child th,
.table--clear:not(.table--odd) tr:first-child td {
  padding-top: 48px;
  border-top: 1px solid var(--border-color);
}

.table--clear:not(.table--odd) tr:last-child td {
  padding-bottom: 48px;
  border-bottom: 1px solid var(--border-color);
}

.table--odd th::before {
  background: var(--border-color);
}

.table--odd tr:nth-child(2n-1) {
  background: var(--border-color);
}

.scroll-table {
  margin: 0 0 48px;
}

.scroll-table.need-border .simplebar-mask {
  border-right: 1px solid var(--border-color);
}

.scroll-table .simplebar-track {
  top: 110px;
  bottom: auto;
  background: transparent;
  border-bottom: 1px solid var(--text-color);
}

.scroll-table .simplebar-track.simplebar-horizontal {
  height: 6px !important;
  overflow: visible;
}

.scroll-table .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0px;
  height: 6px;
  width: auto;
}

.scroll-table .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
  left: 0;
  right: 0;
  height: 6px !important;
  background: var(--link-color);
  border-radius: 3px;
  z-index: 1;
}

/* Внешняя ссылка */

a.outerlink {
  white-space: none;
  border: none;
}

a.outerlink span {
  white-space: normal;
  color: var(--link-color);
  border-bottom: 1px solid var(--link-color);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

a.outerlink i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0px 0px -6px 0px;
  position: relative;
}
a.outerlink i svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a.outerlink:hover span {
  border-color: transparent;
}

/*Файлы*/

a.file-in-text {
  white-space: nowrap;
  border: none;
  padding-left: 36px;
  position: relative;
  color: var(--border-color);
  font-weight: 300;
  line-height: 112%;
}

a.file-in-text:hover .file-name {
  border-color: transparent;
}

a.file-in-text:visited {
  color: var(--border-color);
}

.file-in-text::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0px;
  left: 2px;
  background: url("../img/file-types/file.svg") center center/cover no-repeat;
}

.file-in-text.pdf::before {
  background-image: url(../img/file-types/pdf.svg);
}

.file-in-text.doc::before {
  background-image: url(../img/file-types/doc.svg);
}

.file-in-text.xls::before {
  background-image: url(../img/file-types/xls.svg);
}

.file-in-text.jpg::before {
  background-image: url(../img/file-types/jpg.svg);
}

.file-in-text.png::before {
  background-image: url(../img/file-types/png.svg);
}

.file-in-text.z7::before {
  background-image: url(../img/file-types/7z.svg);
}

.file-in-text.aac::before {
  background-image: url(../img/file-types/aac.svg);
}

.file-in-text.avi::before {
  background-image: url(../img/file-types/avi.svg);
}

.file-in-text.bmp::before {
  background-image: url(../img/file-types/bmp.svg);
}

.file-in-text.csv::before {
  background-image: url(../img/file-types/csv.svg);
}

.file-in-text.docx::before {
  background-image: url(../img/file-types/docx.svg);
}

.file-in-text.gif::before {
  background-image: url(../img/file-types/gif.svg);
}

.file-in-text.gzip::before {
  background-image: url(../img/file-types/gzip.svg);
}

.file-in-text.htm::before {
  background-image: url(../img/file-types/htm.svg);
}

.file-in-text.html::before {
  background-image: url(../img/file-types/html.svg);
}

.file-in-text.jpeg::before {
  background-image: url(../img/file-types/jpeg.svg);
}

.file-in-text.jpg::before {
  background-image: url(../img/file-types/jpg.svg);
}

.file-in-text.json::before {
  background-image: url(../img/file-types/json.svg);
}

.file-in-text.mkv::before {
  background-image: url(../img/file-types/mkv.svg);
}

.file-in-text.mp3::before {
  background-image: url(../img/file-types/mp3.svg);
}

.file-in-text.mp4::before {
  background-image: url(../img/file-types/mp4.svg);
}

.file-in-text.mpeg::before {
  background-image: url(../img/file-types/mpeg.svg);
}

.file-in-text.odp::before {
  background-image: url(../img/file-types/odp.svg);
}

.file-in-text.ods::before {
  background-image: url(../img/file-types/ods.svg);
}

.file-in-text.odt::before {
  background-image: url(../img/file-types/odt.svg);
}

.file-in-text.ogg::before {
  background-image: url(../img/file-types/ogg.svg);
}

.file-in-text.ppt::before {
  background-image: url(../img/file-types/ppt.svg);
}

.file-in-text.pptx::before {
  background-image: url(../img/file-types/pptx.svg);
}

.file-in-text.rar::before {
  background-image: url(../img/file-types/rar.svg);
}

.file-in-text.rtf::before {
  background-image: url(../img/file-types/rtf.svg);
}

.file-in-text.svg::before {
  background-image: url(../img/file-types/svg.svg);
}

.file-in-text.tar::before {
  background-image: url(../img/file-types/tar.svg);
}

.file-in-text.tgz::before {
  background-image: url(../img/file-types/tgz.svg);
}

.file-in-text.tiff::before {
  background-image: url(../img/file-types/tiff.svg);
}

.file-in-text.txt::before {
  background-image: url(../img/file-types/txt.svg);
}

.file-in-text.vob::before {
  background-image: url(../img/file-types/vob.svg);
}

.file-in-text.wav::before {
  background-image: url(../img/file-types/wav.svg);
}

.file-in-text.webm::before {
  background-image: url(../img/file-types/webm.svg);
}

.file-in-text.wma::before {
  background-image: url(../img/file-types/wma.svg);
}

.file-in-text.wmv::before {
  background-image: url(../img/file-types/wmv.svg);
}

.file-in-text.xlsx::before {
  background-image: url(../img/file-types/xlsx.svg);
}

.file-in-text.xml::before {
  background-image: url(../img/file-types/xml.svg);
}

.file-in-text.zip::before {
  background-image: url(../img/file-types/zip.svg);
}

.file-in-text:hover .file-name {
  color: var(--link-color);
}

.file-name {
  white-space: normal;
  color: var(--link-color);
  font-weight: 400;
  border-bottom: 1px solid var(--link-color);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}


@media (max-width: 1650px) and (min-width: 1024px) {
/* Контейнеры */
  .container {
    width: var(--content-width-2);
  }
  .col-1 {
    width: calc((var(--content-width-2) + 32px) / 12 * 1 - 32px);
  }
  .col-2 {
    width: calc((var(--content-width-2) + 32px) / 12 * 2 - 32px);
  }
  .col-3 {
    width: calc((var(--content-width-2) + 32px) / 12 * 3 - 32px);
  }
  .col-4 {
    width: calc((var(--content-width-2) + 32px) / 12 * 4 - 32px);
  }
  .col-5 {
    width: calc((var(--content-width-2) + 32px) / 12 * 5 - 32px);
  }
  .col-6 {
    width: calc((var(--content-width-2) + 32px) / 12 * 6 - 32px);
  }
  .col-7 {
    width: calc((var(--content-width-2) + 32px) / 12 * 7 - 32px);
  }
  .col-8 {
    width: calc((var(--content-width-2) + 32px) / 12 * 8 - 32px);
  }
  .col-9 {
    width: calc((var(--content-width-2) + 32px) / 12 * 9 - 32px);
  }
  .col-10 {
    width: calc((var(--content-width-2) + 32px) / 12 * 10 - 32px);
  }
  .col-11 {
    width: calc((var(--content-width-2) + 32px) / 12 * 11 - 32px);
  }
  .main-content.col-6 .col-1 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 6) / 12 * 1 - 32px);
  }
  .main-content.col-6 .col-2 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 6) / 12 * 2 - 32px);
  }
  .main-content.col-6 .col-3 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 6) / 12 * 3 - 32px);
  }
  .main-content.col-6 .col-4 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 6) / 12 * 4 - 32px);
  }
  .main-content.col-6 .col-5 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 6) / 12 * 5 - 32px);
  }
  .main-content.col-6 .col-6 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 6) / 12 * 6 - 32px);
  }
  .main-content.col-6 .col-7 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 6) / 12 * 7 - 32px);
  }
  .main-content.col-6 .col-8 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 6) / 12 * 8 - 32px);
  }
  .main-content.col-6 .col-9 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 6) / 12 * 9 - 32px);
  }
  .main-content.col-6 .col-10 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 6) / 12 * 10 - 32px);
  }
  .main-content.col-6 .col-11 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 6) / 12 * 11 - 32px);
  }
  .main-content.col-7 .col-1 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 7) / 12 * 1 - 32px);
  }
  .main-content.col-7 .col-2 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 7) / 12 * 2 - 32px);
  }
  .main-content.col-7 .col-3 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 7) / 12 * 3 - 32px);
  }
  .main-content.col-7 .col-4 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 7) / 12 * 4 - 32px);
  }
  .main-content.col-7 .col-5 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 7) / 12 * 5 - 32px);
  }
  .main-content.col-7 .col-6 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 7) / 12 * 6 - 32px);
  }
  .main-content.col-7 .col-7 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 7) / 12 * 7 - 32px);
  }
  .main-content.col-7 .col-8 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 7) / 12 * 8 - 32px);
  }
  .main-content.col-7 .col-9 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 7) / 12 * 9 - 32px);
  }
  .main-content.col-7 .col-10 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 7) / 12 * 10 - 32px);
  }
  .main-content.col-7 .col-11 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 7) / 12 * 11 - 32px);
  }
  .main-content.col-8 .col-1 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 8) / 12 * 1 - 32px);
  }
  .main-content.col-8 .col-2 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 8) / 12 * 2 - 32px);
  }
  .main-content.col-8 .col-3 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 8) / 12 * 3 - 32px);
  }
  .main-content.col-8 .col-4 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 8) / 12 * 4 - 32px);
  }
  .main-content.col-8 .col-5 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 8) / 12 * 5 - 32px);
  }
  .main-content.col-8 .col-6 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 8) / 12 * 6 - 32px);
  }
  .main-content.col-8 .col-7 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 8) / 12 * 7 - 32px);
  }
  .main-content.col-8 .col-8 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 8) / 12 * 8 - 32px);
  }
  .main-content.col-8 .col-9 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 8) / 12 * 9 - 32px);
  }
  .main-content.col-8 .col-10 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 8) / 12 * 10 - 32px);
  }
  .main-content.col-8 .col-11 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 8) / 12 * 11 - 32px);
  }
  .main-content.col-9 .col-1 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 9) / 12 * 1 - 32px);
  }
  .main-content.col-9 .col-2 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 9) / 12 * 2 - 32px);
  }
  .main-content.col-9 .col-3 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 9) / 12 * 3 - 32px);
  }
  .main-content.col-9 .col-4 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 9) / 12 * 4 - 32px);
  }
  .main-content.col-9 .col-5 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 9) / 12 * 5 - 32px);
  }
  .main-content.col-9 .col-6 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 9) / 12 * 6 - 32px);
  }
  .main-content.col-9 .col-7 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 9) / 12 * 7 - 32px);
  }
  .main-content.col-9 .col-8 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 9) / 12 * 8 - 32px);
  }
  .main-content.col-9 .col-9 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 9) / 12 * 9 - 32px);
  }
  .main-content.col-9 .col-10 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 9) / 12 * 10 - 32px);
  }
  .main-content.col-9 .col-11 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 9) / 12 * 11 - 32px);
  }
  .main-content.col-10 .col-1 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 10) / 12 * 1 - 32px);
  }
  .main-content.col-10 .col-2 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 10) / 12 * 2 - 32px);
  }
  .main-content.col-10 .col-3 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 10) / 12 * 3 - 32px);
  }
  .main-content.col-10 .col-4 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 10) / 12 * 4 - 32px);
  }
  .main-content.col-10 .col-5 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 10) / 12 * 5 - 32px);
  }
  .main-content.col-10 .col-6 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 10) / 12 * 6 - 32px);
  }
  .main-content.col-10 .col-7 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 10) / 12 * 7 - 32px);
  }
  .main-content.col-10 .col-8 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 10) / 12 * 8 - 32px);
  }
  .main-content.col-10 .col-9 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 10) / 12 * 9 - 32px);
  }
  .main-content.col-10 .col-10 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 10) / 12 * 10 - 32px);
  }
  .main-content.col-10 .col-11 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 10) / 12 * 11 - 32px);
  }
  .main-content.col-11 .col-1 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 11) / 12 * 1 - 32px);
  }
  .main-content.col-11 .col-2 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 11) / 12 * 2 - 32px);
  }
  .main-content.col-11 .col-3 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 11) / 12 * 3 - 32px);
  }
  .main-content.col-11 .col-4 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 11) / 12 * 4 - 32px);
  }
  .main-content.col-11 .col-5 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 11) / 12 * 5 - 32px);
  }
  .main-content.col-11 .col-6 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 11) / 12 * 6 - 32px);
  }
  .main-content.col-11 .col-7 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 11) / 12 * 7 - 32px);
  }
  .main-content.col-11 .col-8 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 11) / 12 * 8 - 32px);
  }
  .main-content.col-11 .col-9 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 11) / 12 * 9 - 32px);
  }
  .main-content.col-11 .col-10 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 11) / 12 * 10 - 32px);
  }
  .main-content.col-11 .col-11 {
    width: calc(((var(--content-width-2) + 32px) / 12 * 11) / 12 * 11 - 32px);
  }
}

@media (max-width: 1200px) {
  .text--12-small {
    font-size: 12px;
  }

  .text--14-small {
    font-size: 14px;
  }

  .text--16-small {
    font-size: 16px;
  }

  .text--24-small {
    font-size: 24px;
  }

  .text--48-small {
    font-size: 48px;
  }

  .text--60-small {
    font-size: 60px;
  }

  .text--left-small {
    text-align: left;
  }

  .text--right-small {
    text-align: right;
  }

  .text--center-small {
    text-align: center;
  }

  .padding-0--small {
    padding: 0px;
  }

  .padding-8--small {
    padding: 8px;
  }

  .padding-16--small {
    padding: 16px;
  }

  .padding-24--small {
    padding: 24px;
  }

  .padding-32--small {
    padding: 32px;
  }

  .padding-top-0--small {
    padding-top: 0px;
  }

  .padding-top-8--small {
    padding-top: 8px;
  }

  .padding-top-16--small {
    padding-top: 16px;
  }

  .padding-top-24--small {
    padding-top: 24px;
  }

  .padding-top-32--small {
    padding-top: 32px;
  }

  .padding-bottom-0--small {
    padding-bottom: 0px;
  }

  .padding-bottom-8--small {
    padding-bottom: 8px;
  }

  .padding-bottom-16--small {
    padding-bottom: 16px;
  }

  .padding-bottom-24--small {
    padding-bottom: 24px;
  }

  .padding-bottom-32--small {
    padding-bottom: 32px;
  }

  .padding-left-0--small {
    padding-left: 0px;
  }

  .padding-left-8--small {
    padding-left: 8px;
  }

  .padding-left-16--small {
    padding-left: 16px;
  }

  .padding-left-24--small {
    padding-left: 24px;
  }

  .padding-left-32--small {
    padding-left: 32px;
  }

  .padding-right-0--small {
    padding-right: 0px;
  }

  .padding-right-8--small {
    padding-right: 8px;
  }

  .padding-right-16--small {
    padding-right: 16px;
  }

  .padding-right-24--small {
    padding-right: 24px;
  }

  .padding-right-32--small {
    padding-right: 32px;
  }

  .margin-top-auto--small {
    margin-top: auto;
  }

  .margin-top-0--small {
    margin-top: 0px;
  }

  .margin-top-8--small {
    margin-top: 8px;
  }

  .margin-top-16--small {
    margin-top: 16px;
  }

  .margin-top-24--small {
    margin-top: 24px;
  }

  .margin-top-32--small {
    margin-top: 32px;
  }

  .margin-bottom-auto--small {
    margin-bottom: auto;
  }

  .margin-bottom-0--small {
    margin-bottom: 0px;
  }

  .margin-bottom-8--small {
    margin-bottom: 8px;
  }

  .margin-bottom-16--small {
    margin-bottom: 16px;
  }

  .margin-bottom-24--small {
    margin-bottom: 24px;
  }

  .margin-bottom-32--small {
    margin-bottom: 32px;
  }

  .margin-left-auto--small {
    margin-left: auto;
  }

  .margin-left-0--small {
    margin-left: 0px;
  }

  .margin-left-8--small {
    margin-left: 8px;
  }

  .margin-left-16--small {
    margin-left: 16px;
  }

  .margin-left-24--small {
    margin-left: 24px;
  }

  .margin-left-32--small {
    margin-left: 32px;
  }

  .margin-right-auto--small {
    margin-right: auto;
  }

  .margin-right-0--small {
    margin-right: 0px;
  }

  .margin-right-8--small {
    margin-right: 8px;
  }

  .margin-right-16--small {
    margin-right: 16px;
  }

  .margin-right-24--small {
    margin-right: 24px;
  }

  .margin-right-32--small {
    margin-right: 32px;
  }

  .height-unset--small {
    height: unset !important;
  }

  .container {
    width: var(--content-width-2);
  }

  .col-1 {
    width: calc((var(--content-width-2) + 32px) / 12 * 1 - 32px);
  }

  .col-1--small {
    width: calc((var(--content-width-2) + 32px) / 12 * 1 - 32px);
  }

  .col-2 {
    width: calc((var(--content-width-2) + 32px) / 12 * 2 - 32px);
  }

  .col-2--small {
    width: calc((var(--content-width-2) + 32px) / 12 * 2 - 32px);
  }

  .col-3 {
    width: calc((var(--content-width-2) + 32px) / 12 * 3 - 32px);
  }

  .col-3--small {
    width: calc((var(--content-width-2) + 32px) / 12 * 3 - 32px);
  }

  .col-4 {
    width: calc((var(--content-width-2) + 32px) / 12 * 4 - 32px);
  }

  .col-4--small {
    width: calc((var(--content-width-2) + 32px) / 12 * 4 - 32px);
  }

  .col-5 {
    width: calc((var(--content-width-2) + 32px) / 12 * 5 - 32px);
  }

  .col-5--small {
    width: calc((var(--content-width-2) + 32px) / 12 * 5 - 32px);
  }

  .col-6 {
    width: calc((var(--content-width-2) + 32px) / 12 * 6 - 32px);
  }

  .col-6--small {
    width: calc((var(--content-width-2) + 32px) / 12 * 6 - 32px);
  }

  .col-7 {
    width: calc((var(--content-width-2) + 32px) / 12 * 7 - 32px);
  }

  .col-7--small {
    width: calc((var(--content-width-2) + 32px) / 12 * 7 - 32px);
  }

  .col-8 {
    width: calc((var(--content-width-2) + 32px) / 12 * 8 - 32px);
  }

  .col-8--small {
    width: calc((var(--content-width-2) + 32px) / 12 * 8 - 32px);
  }

  .col-9 {
    width: calc((var(--content-width-2) + 32px) / 12 * 9 - 32px);
  }

  .col-9--small {
    width: calc((var(--content-width-2) + 32px) / 12 * 9 - 32px);
  }

  .col-10 {
    width: calc((var(--content-width-2) + 32px) / 12 * 10 - 32px);
  }

  .col-10--small {
    width: calc((var(--content-width-2) + 32px) / 12 * 10 - 32px);
  }

  .col-11 {
    width: calc((var(--content-width-2) + 32px) / 12 * 11 - 32px);
  }

  .col-11--small {
    width: calc((var(--content-width-2) + 32px) / 12 * 11 - 32px);
  }

  .col-auto--small {
    width: auto;
  }

  .col-12--small {
    width: 100%;
  }

  .button-small {
    background: var(--link-color);
    color: var(--lightest-color);
    border: 1px solid var(--link-color);
  }

  .button-small:hover {
    background: var(--link-hover-color);
    border-color: var(--link-hover-color);
    color: var(--lightest-color);
  }

  .button--border-small {
    background: none;
    border: 1px solid var(--border-color);
    color: var(--text-color);
  }

  .button--border-small:hover {
    background: none;
    border: 1px solid var(--link-color);
    color: var(--link-color);
  }

  .button--border-small:hover path[stroke] {
    stroke: var(--link-color);
  }

  .button--border-small:hover path[fill] {
    fill: var(--link-color);
  }

  .button--lightest-border-small {
    background: none;
    border: 1px solid var(--lightest-color);
    color: var(--lightest-color);
  }

  .button--lightest-border-small path {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .button--lightest-border-small:hover {
    background: none;
    border: 1px solid var(--link-color);
    color: var(--link-color);
  }

  .button--lightest-border-small:hover path[stroke] {
    stroke: var(--link-color);
  }

  .button--lightest-border-small:hover path[fill] {
    fill: var(--link-color);
  }

  .button--lightest-small {
    background: var(--lightest-color);
    color: var(--link-color);
    border: 1px solid var(--lightest-color);
  }

  .button--lightest-small:hover {
    background: var(--border-light-color);
    border-color: var(--border-light-color);
    color: var(--link-color);
  }

  .button--lightest-small:hover path[stroke] {
    stroke: var(--link-color);
  }

  .button--lightest-small:hover path[fill] {
    fill: var(--link-color);
  }

  .button--lightest-gray-small {
    background: var(--lightest-color);
    color: var(--text-color);
    border: 1px solid var(--lightest-color);
  }

  .button--lightest-gray-small:hover {
    background: var(--lightest-color);
    border-color: var(--lightest-color);
    color: var(--link-color);
  }

  .button--lightest-gray-small:hover path[stroke] {
    stroke: var(--link-color);
  }

  .button--lightest-gray-small:hover path[fill] {
    fill: var(--link-color);
  }

  .side-menu__item i {
    display: none;
  }

  .side-menu__sub {
    width: calc((var(--content-width-2) + 32px) / 12 * 9 - 2px);
  }

  .image-404 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 32px;
  }

  .header__top {
    padding: 16px 0;
  }

  .logo-burger-wrapper .header__logo {
    width: calc(100% - 32px - 56px);
  }

  .header-menu__wrap {
    max-width: calc(100% - 32px);
  }

  .header-menu {
    font-size: 16px;
  }

  .hide--small {
    display: none;
  }

  .show--small {
    display: block;
  }

  .show-flex--small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .order--2--small {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }

  .order--1--small {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-0--small {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-1--small {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-2--small {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-3--small {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-4--small {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-5--small {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-6--small {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-7--small {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-8--small {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-9--small {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-10--small {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}

@media (max-width: 1023px) {
  .text--12-pda {
    font-size: 12px;
  }

  .text--14-pda {
    font-size: 14px;
  }

  .text--16-pda {
    font-size: 16px;
  }

  .text--24-pda {
    font-size: 24px;
  }

  .text--48-pda {
    font-size: 48px;
  }

  .text--60-pda {
    font-size: 60px;
  }

  .text--left-pda {
    text-align: left;
  }

  .text--right-pda {
    text-align: right;
  }

  .text--center-pda {
    text-align: center;
  }

  .no-scroll .container {
    /* -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); */
  }

  .padding-0--pda {
    padding: 0px;
  }

  .padding-8--pda {
    padding: 8px;
  }

  .padding-16--pda {
    padding: 16px;
  }

  .padding-24--pda {
    padding: 24px;
  }

  .padding-32--pda {
    padding: 32px;
  }

  .padding-top-0--pda {
    padding-top: 0px;
  }

  .padding-top-8--pda {
    padding-top: 8px;
  }

  .padding-top-16--pda {
    padding-top: 16px;
  }

  .padding-top-24--pda {
    padding-top: 24px;
  }

  .padding-top-32--pda {
    padding-top: 32px;
  }

  .padding-bottom-0--pda {
    padding-bottom: 0px;
  }

  .padding-bottom-8--pda {
    padding-bottom: 8px;
  }

  .padding-bottom-16--pda {
    padding-bottom: 16px;
  }

  .padding-bottom-24--pda {
    padding-bottom: 24px;
  }

  .padding-bottom-32--pda {
    padding-bottom: 32px;
  }

  .padding-left-0--pda {
    padding-left: 0px;
  }

  .padding-left-8--pda {
    padding-left: 8px;
  }

  .padding-left-16--pda {
    padding-left: 16px;
  }

  .padding-left-24--pda {
    padding-left: 24px;
  }

  .padding-left-32--pda {
    padding-left: 32px;
  }

  .padding-right-0--pda {
    padding-right: 0px;
  }

  .padding-right-8--pda {
    padding-right: 8px;
  }

  .padding-right-16--pda {
    padding-right: 16px;
  }

  .padding-right-24--pda {
    padding-right: 24px;
  }

  .padding-right-32--pda {
    padding-right: 32px;
  }

  .margin-top-auto--pda {
    margin-top: auto;
  }

  .margin-top-0--pda {
    margin-top: 0px;
  }

  .margin-top-8--pda {
    margin-top: 8px;
  }

  .margin-top-16--pda {
    margin-top: 16px;
  }

  .margin-top-24--pda {
    margin-top: 24px;
  }

  .margin-top-32--pda {
    margin-top: 32px;
  }

  .margin-bottom-auto--pda {
    margin-bottom: auto;
  }

  .margin-bottom-0--pda {
    margin-bottom: 0px;
  }

  .margin-bottom-8--pda {
    margin-bottom: 8px;
  }

  .margin-bottom-16--pda {
    margin-bottom: 16px;
  }

  .margin-bottom-24--pda {
    margin-bottom: 24px;
  }

  .margin-bottom-32--pda {
    margin-bottom: 32px;
  }

  .margin-left-auto--pda {
    margin-left: auto;
  }

  .margin-left-0--pda {
    margin-left: 0px;
  }

  .margin-left-8--pda {
    margin-left: 8px;
  }

  .margin-left-16--pda {
    margin-left: 16px;
  }

  .margin-left-24--pda {
    margin-left: 24px;
  }

  .margin-left-32--pda {
    margin-left: 32px;
  }

  .margin-right-auto--pda {
    margin-right: auto;
  }

  .margin-right-0--pda {
    margin-right: 0px;
  }

  .margin-right-8--pda {
    margin-right: 8px;
  }

  .margin-right-16--pda {
    margin-right: 16px;
  }

  .margin-right-24--pda {
    margin-right: 24px;
  }

  .margin-right-32--pda {
    margin-right: 32px;
  }

  .height-unset--pda {
    height: unset !important;
  }

  .container {
    width: var(--content-width-3);
  }

  .col-1--pda {
    width: calc((var(--content-width-3) + 32px) / 12 * 1 - 32px);
  }

  .col-2--pda {
    width: calc((var(--content-width-3) + 32px) / 12 * 2 - 32px);
  }

  .col-3--pda {
    width: calc((var(--content-width-3) + 32px) / 12 * 3 - 32px);
  }

  .col-4--pda {
    width: calc((var(--content-width-3) + 32px) / 12 * 4 - 32px);
  }

  .col-5--pda {
    width: calc((var(--content-width-3) + 32px) / 12 * 5 - 32px);
  }

  .col-6--pda {
    width: calc((var(--content-width-3) + 32px) / 12 * 6 - 32px);
  }

  .col-7--pda {
    width: calc((var(--content-width-3) + 32px) / 12 * 7 - 32px);
  }

  .col-8--pda {
    width: calc((var(--content-width-3) + 32px) / 12 * 8 - 32px);
  }

  .col-9--pda {
    width: calc((var(--content-width-3) + 32px) / 12 * 9 - 32px);
  }

  .col-10--pda {
    width: calc((var(--content-width-3) + 32px) / 12 * 10 - 32px);
  }

  .col-11--pda {
    width: calc((var(--content-width-3) + 32px) / 12 * 11 - 32px);
  }

  .col-auto--pda {
    width: auto;
  }

  .col-12--pda {
    width: 100%;
  }

  .half-text-col {
    width: 100%;
    margin-bottom: 32px;
  }

  .half-text-col:last-child {
    margin-bottom: 0;
  }

  .small-half,
  .big-half {
    width: calc(50% - 16px);
  }

  .button-pda {
    background: var(--link-color);
    color: var(--lightest-color);
    border: 1px solid var(--link-color);
  }

  .button-pda:hover {
    background: var(--link-hover-color);
    border-color: var(--link-hover-color);
    color: var(--lightest-color);
  }

  .button--border-pda {
    background: none;
    border: 1px solid var(--border-color);
    color: var(--text-color);
  }

  .button--border-pda:hover {
    background: none;
    border: 1px solid var(--link-color);
    color: var(--link-color);
  }

  .button--border-pda:hover path[stroke] {
    stroke: var(--link-color);
  }

  .button--border-pda:hover path[fill] {
    fill: var(--link-color);
  }

  .button--lightest-border-pda {
    background: none;
    border: 1px solid var(--lightest-color);
    color: var(--lightest-color);
  }

  .button--lightest-border-pda path {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .button--lightest-border-pda:hover {
    background: none;
    border: 1px solid var(--link-color);
    color: var(--link-color);
  }

  .button--lightest-border-pda:hover path[stroke] {
    stroke: var(--link-color);
  }

  .button--lightest-border-pda:hover path[fill] {
    fill: var(--link-color);
  }

  .button--lightest-pda {
    background: var(--lightest-color);
    color: var(--link-color);
    border: 1px solid var(--lightest-color);
  }

  .button--lightest-pda:hover {
    background: var(--border-light-color);
    border-color: var(--border-light-color);
    color: var(--link-color);
  }

  .button--lightest-pda:hover path[stroke] {
    stroke: var(--link-color);
  }

  .button--lightest-pda:hover path[fill] {
    fill: var(--link-color);
  }

  .button--lightest-gray-pda {
    background: var(--lightest-color);
    color: var(--text-color);
    border: 1px solid var(--lightest-color);
  }

  .button--lightest-gray-pda:hover {
    background: var(--lightest-color);
    border-color: var(--lightest-color);
    color: var(--link-color);
  }

  .button--lightest-gray-pda:hover path[stroke] {
    stroke: var(--link-color);
  }

  .button--lightest-gray-pda:hover path[fill] {
    fill: var(--link-color);
  }

  .slide {
    height: 440px;
  }

  .slide__content {
    top: 50px;
  }

  .slider__block {
    display: block;
    top: 0;
    left: 0;
    height: auto;
    margin-top: -32px;
    position: relative;
    left: 0;
    top: 0;
    width: 100% !important;
  }

  .slider__block .slider__pagination {
    margin-top: 32px;
  }

  .slider__navigarion {
    margin-top: 32px;
  }

  .row-item__info {
    width: calc(100% - 256px - 32px);
  }

  .block-link {
    width: 100%;
  }

  .catalog-row-item__info {
    width: calc(100% - 256px - 32px);
  }

  .employee-row {
    width: 100%;
  }

  .employee__info {
    width: calc(100% - 160px - 84px);
  }

  .header__top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header__slogan {
    display: none;
  }

  .burger-ico--v2 {
    padding: 12px;
  }

  .catalog-menu--v2 .header-menu__sub {
    width: 240px;
  }

  .catalog-menu__content {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }

  .header-search {
    padding: 16px 32px;
    border-radius: 0;
    width: calc(100% + 64px);
    max-width: unset;
    right: -32px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 1px solid var(--border2-color);
    border-bottom: 1px solid var(--border2-color);
  }

  .footer {
    padding: 48px 0;
  }

  .footer-menu {
    display: none;
  }

  .footer-contacts__social {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .hide--pda {
    display: none;
  }

  .show--pda {
    display: block;
  }

  .show-flex--pda {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .image-block__inner {
    opacity: 1;
    top: 8px;
  }

  .order--2--pda {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }

  .order--1--pda {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-0--pda {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-1--pda {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-2--pda {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-3--pda {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-4--pda {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-5--pda {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-6--pda {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-7--pda {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-8--pda {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-9--pda {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-10--pda {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}

@media (max-width: 730px) {
  body,
  html {
    font-size: 14px;
  }

  section {
    padding-top: 40px;
  }

  section:first-child {
    padding-top: 16px;
  }

  p {
    margin-bottom: 16px;
  }

  .text--12 {
    font-size: 9.6px;
  }

  .text--12-mobile {
    font-size: 12px;
  }

  .text--14 {
    font-size: 11.2px;
  }

  .text--14-mobile {
    font-size: 14px;
  }

  .text--16 {
    font-size: 12.8px;
  }

  .text--16-mobile {
    font-size: 16px;
  }

  .text--24 {
    font-size: 19.2px;
  }

  .text--24-mobile {
    font-size: 24px;
  }

  .text--48 {
    font-size: 38.4px;
  }

  .text--48-mobile {
    font-size: 48px;
  }

  .text--60 {
    font-size: 48px;
  }

  .text--60-mobile {
    font-size: 60px;
  }

  .text--left-mobile {
    text-align: left;
  }

  .text--right-mobile {
    text-align: right;
  }

  .text--center-mobile {
    text-align: center;
  }

  h1,
  .h1 {
    font-size: 32px;
    margin-top: 32px;
    margin-bottom: 16px;
  }

  h2,
  .h2 {
    font-size: 24px;
    margin-top: 32px;
    margin-bottom: 16px;
  }

  h3,
  .h3 {
    font-size: 22px;
    margin-top: 32px;
    margin-bottom: 16px;
  }

  h4,
  .h4 {
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 16px;
  }

  h5,
  .h5 {
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .padding-0--mobile {
    padding: 0px;
  }

  .padding-8--mobile {
    padding: 8px;
  }

  .padding-16--mobile {
    padding: 16px;
  }

  .padding-24--mobile {
    padding: 24px;
  }

  .padding-32--mobile {
    padding: 32px;
  }

  .padding-top-0--mobile {
    padding-top: 0px;
  }

  .padding-top-8--mobile {
    padding-top: 8px;
  }

  .padding-top-16--mobile {
    padding-top: 16px;
  }

  .padding-top-24--mobile {
    padding-top: 24px;
  }

  .padding-top-32--mobile {
    padding-top: 32px;
  }

  .padding-bottom-0--mobile {
    padding-bottom: 0px;
  }

  .padding-bottom-8--mobile {
    padding-bottom: 8px;
  }

  .padding-bottom-16--mobile {
    padding-bottom: 16px;
  }

  .padding-bottom-24--mobile {
    padding-bottom: 24px;
  }

  .padding-bottom-32--mobile {
    padding-bottom: 32px;
  }

  .padding-left-0--mobile {
    padding-left: 0px;
  }

  .padding-left-8--mobile {
    padding-left: 8px;
  }

  .padding-left-16--mobile {
    padding-left: 16px;
  }

  .padding-left-24--mobile {
    padding-left: 24px;
  }

  .padding-left-32--mobile {
    padding-left: 32px;
  }

  .padding-right-0--mobile {
    padding-right: 0px;
  }

  .padding-right-8--mobile {
    padding-right: 8px;
  }

  .padding-right-16--mobile {
    padding-right: 16px;
  }

  .padding-right-24--mobile {
    padding-right: 24px;
  }

  .padding-right-32--mobile {
    padding-right: 32px;
  }

  .margin-top-auto--mobile {
    margin-top: auto;
  }

  .margin-top-0--mobile {
    margin-top: 0px;
  }

  .margin-top-8--mobile {
    margin-top: 8px;
  }

  .margin-top-16--mobile {
    margin-top: 16px;
  }

  .margin-top-24--mobile {
    margin-top: 24px;
  }

  .margin-top-32--mobile {
    margin-top: 32px;
  }

  .margin-bottom-auto--mobile {
    margin-bottom: auto;
  }

  .margin-bottom-0--mobile {
    margin-bottom: 0px;
  }

  .margin-bottom-8--mobile {
    margin-bottom: 8px;
  }

  .margin-bottom-16--mobile {
    margin-bottom: 16px;
  }

  .margin-bottom-24--mobile {
    margin-bottom: 24px;
  }

  .margin-bottom-32--mobile {
    margin-bottom: 32px;
  }

  .margin-left-auto--mobile {
    margin-left: auto;
  }

  .margin-left-0--mobile {
    margin-left: 0px;
  }

  .margin-left-8--mobile {
    margin-left: 8px;
  }

  .margin-left-16--mobile {
    margin-left: 16px;
  }

  .margin-left-24--mobile {
    margin-left: 24px;
  }

  .margin-left-32--mobile {
    margin-left: 32px;
  }

  .margin-right-auto--mobile {
    margin-right: auto;
  }

  .margin-right-0--mobile {
    margin-right: 0px;
  }

  .margin-right-8--mobile {
    margin-right: 8px;
  }

  .margin-right-16--mobile {
    margin-right: 16px;
  }

  .margin-right-24--mobile {
    margin-right: 24px;
  }

  .margin-right-32--mobile {
    margin-right: 32px;
  }

  .height-unset--mobile {
    height: unset !important;
  }

  .container {
    width: var(--content-width-4);
  }

  .col-1--mobile {
    width: calc((var(--content-width-4) + 16px) / 12 * 1 - 16px);
  }

  .col-2--mobile {
    width: calc((var(--content-width-4) + 16px) / 12 * 2 - 16px);
  }

  .col-3--mobile {
    width: calc((var(--content-width-4) + 16px) / 12 * 3 - 16px);
  }

  .col-4--mobile {
    width: calc((var(--content-width-4) + 16px) / 12 * 4 - 16px);
  }

  .col-5--mobile {
    width: calc((var(--content-width-4) + 16px) / 12 * 5 - 16px);
  }

  .col-6--mobile {
    width: calc((var(--content-width-4) + 16px) / 12 * 6 - 16px);
  }

  .col-7--mobile {
    width: calc((var(--content-width-4) + 16px) / 12 * 7 - 16px);
  }

  .col-8--mobile {
    width: calc((var(--content-width-4) + 16px) / 12 * 8 - 16px);
  }

  .col-9--mobile {
    width: calc((var(--content-width-4) + 16px) / 12 * 9 - 16px);
  }

  .col-10--mobile {
    width: calc((var(--content-width-4) + 16px) / 12 * 10 - 16px);
  }

  .col-11--mobile {
    width: calc((var(--content-width-4) + 16px) / 12 * 11 - 16px);
  }

  .col-auto--mobile {
    width: auto;
  }

  .col-12--mobile {
    width: 100%;
  }

  .col-6--mobile {
    width: calc(50% - 8px);
  }

  .half-text-col {
    margin-bottom: 16px;
  }

  .small-half,
  .big-half {
    width: 100%;
    margin-bottom: 16px;
  }

  .small-half:last-child,
  .big-half:last-child {
    margin-bottom: 0;
  }

  .text-frame {
    padding: 16px;
    border-radius: 8px;
  }

  .ico-element svg {
    width: 16px;
    height: 16px;
  }

  .ico-element--mobile-ico {
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
  }

  .ico-element--mobile-ico svg {
    width: 24px;
    height: 24px;
    margin-right: 0;
  }

  .button {
    padding: 7px 16px;
  }

  .button-mobile {
    background: var(--link-color);
    color: var(--lightest-color);
    border: 1px solid var(--link-color);
  }

  .button-mobile:hover {
    background: var(--link-hover-color);
    border-color: var(--link-hover-color);
    color: var(--lightest-color);
  }

  .button--border-mobile {
    background: none;
    border: 1px solid var(--border-color);
    color: var(--text-color);
  }

  .button--border-mobile:hover {
    background: none;
    border: 1px solid var(--link-color);
    color: var(--link-color);
  }

  .button--border-mobile:hover path[stroke] {
    stroke: var(--link-color);
  }

  .button--border-mobile:hover path[fill] {
    fill: var(--link-color);
  }

  .button--lightest-border-mobile {
    background: none;
    border: 1px solid var(--lightest-color);
    color: var(--lightest-color);
  }

  .button--lightest-border-mobile path {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .button--lightest-border-mobile:hover {
    background: none;
    border: 1px solid var(--link-color);
    color: var(--link-color);
  }

  .button--lightest-border-mobile:hover path[stroke] {
    stroke: var(--link-color);
  }

  .button--lightest-border-mobile:hover path[fill] {
    fill: var(--link-color);
  }

  .button--lightest-mobile {
    background: var(--lightest-color);
    color: var(--link-color);
    border: 1px solid var(--lightest-color);
  }

  .button--lightest-mobile:hover {
    background: var(--border-light-color);
    border-color: var(--border-light-color);
    color: var(--link-color);
  }

  .button--lightest-mobile:hover path[stroke] {
    stroke: var(--link-color);
  }

  .button--lightest-mobile:hover path[fill] {
    fill: var(--link-color);
  }

  .button--lightest-gray-mobile {
    background: var(--lightest-color);
    color: var(--text-color);
    border: 1px solid var(--lightest-color);
  }

  .button--lightest-gray-mobile:hover {
    background: var(--lightest-color);
    border-color: var(--lightest-color);
    color: var(--link-color);
  }

  .button--lightest-gray-mobile:hover path[stroke] {
    stroke: var(--link-color);
  }

  .button--lightest-gray-mobile:hover path[fill] {
    fill: var(--link-color);
  }

  .square-button {
    width: 32px;
    height: 32px;
  }

  .slider {
    overflow: visible;
    height: auto;
  }

  .slider__arrows {
    right: 8px;
    bottom: 8px;
  }

  .slider__arrows svg {
    width: 20px;
  }

  .slider__arrow {
    width: 28px;
    height: 28px;
  }

  .slider__arrow.next {
    margin-left: 12px;
  }

  .slier-wrapper .slider__pagination {
    left: 16px;
    bottom: 18px;
  }

  .slide {
    border-radius: 8px;
  }

  .slide {
    height: calc((100vw - 32px) * 0.66);
  }

  .slider__list {
    margin-top: 8px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow: hidden;
  }

  .slide__content {
    margin-top: 8px;
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
    border-radius: 8px;
    background: none !important;
    color: var(--text-color) !important;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .slide__title {
    margin-bottom: 8px;
  }

  .slide__tetx {
    margin-bottom: 16px;
  }

  .slide__buttons .button {
    margin-right: 8px;
  }

  .slider__block {
    margin-top: -20px;
    padding: 20px 16px;
    border-radius: 8px;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .slider__block .slider__pagination {
    margin-top: 20px;
    padding-top: 20px;
  }

  .slider__block .bullet {
    width: 16px;
    height: 16px;
  }

  .slider__navigarion {
    margin-top: 20px;
    padding-top: 16px;
  }

  .list {
    width: 100%;
  }

  .item {
    margin-right: 0;
    width: 100%;
  }

  .info-banner {
    border-radius: 8px;
    width: 100%;
  }

  .info-banner--white .info-banner__title {
    padding: 16px;
  }

  .info-banner--white-full-image .info-banner__info {
    padding: 16px;
  }

  .info-banner--inner-text .info-banner__title {
    border-radius: 4px;
  }

  .row-item[class*=background] {
    padding: 16px;
    border-radius: 8px;
  }

  .row-item:not([class*=background]) {
    padding-top: 16px;
  }

  .row-item__ico {
    margin-bottom: 16px;
    width: 80px;
  }

  .row-item__info {
    width: 100%;
  }

  .row-item__info .h2 {
    margin-bottom: 8px;
  }

  .row-item__title {
    margin-bottom: 8px;
  }

  .row-item__text {
    margin-bottom: 16px;
  }

  .spoiler {
    margin-bottom: 16px;
    border-radius: 8px;
  }

  .spoiler--bordered + .spoiler--bordered {
    margin-top: -16px;
  }

  .spoiler--bordered.open .spoiler__name,
  .spoiler--bordered:hover .spoiler__name {
    padding-left: 16px;
    padding-right: 16px;
  }

  .spoiler__name {
    padding: 16px;
  }

  .spoiler__name i {
    width: 20px;
    height: 20px;
  }

  .spoiler__content {
    padding: 0 16px 16px 16px;
  }

  .block-link {
    margin-bottom: 16px;
    border-radius: 8px;
    padding: 16px 8px 16px 16px;
  }

  .list .block-link {
    width: 100%;
  }

  .block-link__type {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 8px;
  }

  .block-link__type + span {
    width: 100%;
  }

  .info-block {
    border-radius: 8px;
  }

  .info-block--flex-height {
    min-height: 180px;
  }

  .info-block--flex-height .info-block__text {
    margin-bottom: 16px;
  }

  .info-block__title {
    max-height: 30px;
  }

  .info-block__ico {
    margin-bottom: 16px;
  }

  .info-block__bottom {
    padding-top: 16px;
  }

  .catalog-row-item[class*=background] {
    padding: 16px;
    border-radius: 8px;
  }

  .catalog-row-item:not([class*=background]) {
    padding-top: 16px;
  }

  .catalog-row-item__ico {
    margin-bottom: 16px;
    width: 80px;
  }

  .catalog-row-item__info {
    width: 100%;
  }

  .catalog-row-item__info .h2 {
    margin-bottom: 8px;
  }

  .catalog-row-item__text {
    margin-bottom: 16px;
  }

  .employee-row[class*=background] {
    padding: 16px;
    border-radius: 8px;
  }

  .employee-row:not([class*=background]) {
    padding-top: 16px;
  }

  .employee__ico {
    width: 80px;
  }

  .employee__info {
    width: calc(100% - 80px - 16px);
  }

  .employee-column {
    border-radius: 8px;
    margin-right: 0;
  }

  .employee-column .employee__ico {
    max-width: 200px;
  }

  .video {
    border-radius: 8px;
  }

  .video__bottom {
    left: 16px;
    bottom: 16px;
  }

  .video__top {
    left: 16px;
    top: 16px;
  }

  .photogollery__slide .image-block {
    height: 256px;
  }

  .image-plus__ico {
    width: 40px;
    height: 40px;
    border-radius: 4px;
  }

  .close {
    width: 40px;
    height: 40px;
  }

  .close::before,
  .close::after {
    width: 20px;
  }

  .link svg {
    height: auto;
    width: 16px;
  }

  .breadcrumbs i {
    width: 5px;
    height: 14px;
    margin: 0 8px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }

  .pagination {
    margin-top: 16px;
  }

  .pagination .button {
    padding: 6px 16px;
  }

  .pagination__navigation {
    width: 100%;
    margin-top: 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
  }

  .pagination__next {
    margin-left: 0;
  }

  .sitemap__item--lvl-1[class*=background] {
    margin-bottom: 16px;
    padding: 16px;
    border-radius: 8px;
  }

  .search-list {
    margin: 48px 0 24px;
  }

  .search__item {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .search__item[class*=background] {
    padding: 16px;
    border-radius: 8px;
  }

  .header .margin-left-32 {
    margin-left: 16px;
  }

  .header__top {
    padding: 8px 0;
    font-size: 12px;
  }

  .header__logo {
    width: 110px;
  }

  .burger-ico.order--1 {
    margin-right: 8px;
  }

  .header__bottom--v2 {
    padding-bottom: 8px;
  }

  .logo-burger-wrapper {
    padding: 0;
  }

  .search {
    border-radius: 8px;
    padding: 10px 8px;
  }

  .search__input {
    padding: 4px 8px;
    font-size: 14px;
  }

  .burger-menu {
    top: 55px;
    height: calc(100% - 55px);
  }

  .burger-menu__item-1-lvl {
    padding: 12px 8px;
    border-radius: 6px;
    font-size: 16px;
  }

  .burger-menu__item-2-lvl {
    padding: 12px 8px;
  }

  .burger-menu__level {
    padding: 16px;
  }

  .burger-menu--spoilers .burger-menu__list .burger-menu__list .burger-menu__list {
    padding: 0 16px 4px;
  }

  .burger-menu--spoilers .burger-menu__list .burger-menu__list .burger-menu__list .burger-menu__item-2-lvl {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .header__search-button {
    margin-left: 8px;
  }

  .header-search {
    padding: 16px;
    width: calc(100% + 32px);
    right: -16px;
  }

  .header-search form {
    padding: 4px;
    border-radius: 4px;
  }

  .header-search input {
    font-size: 13px;
    padding: 8px;
    width: calc(100% - 34px);
  }

  .header-search button {
    width: 34px;
    height: 34px;
  }

  .footer {
    padding: 24px 0;
  }

  .footer-contacts {
    width: 100%;
    margin-bottom: 24px;
    padding-bottom: 0;
  }

  .footer-contacts__col {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .footer-contacts__col .ico-element {
    width: calc(50% - 8px);
  }

  .footer-contacts--v2 .footer-contacts__col .ico-element {
    width: 100%;
  }

  .social__title {
    margin-bottom: 8px;
  }

  .social__link {
    border-radius: 4px;
  }

  .social__link svg {
    width: 16px;
  }

  .footer__logo img {
    width: auto;
    height: 32px;
  }

  .hide--mobile {
    display: none;
  }

  .show--mobile {
    display: block;
  }

  .show-flex--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .col-4 .image-block,
  .col-5 .image-block,
  .col-6 .image-block,
  .col-7.col-8 .image-block,
  .col-9 .image-block,
  .col-10 .image-block,
  .col-11 .image-block,
  .col-12 .image-block {
    border-radius: 8px;
  }

  .col-4 .image-block::after,
  .col-5 .image-block::after,
  .col-6 .image-block::after,
  .col-7.col-8 .image-block::after,
  .col-9 .image-block::after,
  .col-10 .image-block::after,
  .col-11 .image-block::after,
  .col-12 .image-block::after {
    border-radius: 8px;
  }

  .order--2--mobile {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }

  .order--1--mobile {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-0--mobile {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-1--mobile {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-2--mobile {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-3--mobile {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-4--mobile {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-5--mobile {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-6--mobile {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-7--mobile {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-8--mobile {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-9--mobile {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-10--mobile {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .blockquote,
  .blockquote2,
  blockquote {
    padding-left: 32px;
    margin: 32px 0;
  }

  .blockquote__ico {
    width: 16px;
    height: 16px;
  }

  .blockquote2::before {
    width: 2px;
    height: calc(100% + 4px);
  }

  .main-content ul,
  .main-content ol {
    margin-bottom: 16px;
  }

  .main-content ul ul,
  .main-content ul ol,
  .main-content ol ul,
  .main-content ol ol {
    margin-top: 16px;
  }

  .main-content ul ul + li,
  .main-content ul ol + li,
  .main-content ol ul + li,
  .main-content ol ol + li {
    margin-top: 16px;
  }

  .main-content ul li,
  .main-content ol li {
    margin-bottom: 16px;
  }

  .main-content ul ul {
    padding-left: 24px;
  }

  .main-content ul li {
    padding-left: 24px;
  }

  .main-content ul li::before {
    width: 6px;
    height: 6px;
    left: 2px;
    top: 5px;
  }

  .main-content ul ul ul ul ul > li::before {
    width: 12px;
    top: 6px;
    left: 0px;
  }

  .main-content ol ol {
    padding-left: 16px;
  }

  .main-content ol > li::before {
    min-width: 16px;
  }

  .main-content img[align=left] {
    margin: 0px 24px 24px 0px;
  }

  .main-content img[align=right] {
    margin: 0px 0 24px 24px;
  }

  .main-content img:not([class]):not([align]) {
    margin: 24px 0;
  }

  a.outerlink i {
    width: 16px;
    height: 16px;
    margin-bottom: -4px;
  }

  a.file-in-text {
    padding-left: 24px;
  }

  .file-in-text::before {
    width: 20px;
    height: 20px;
    top: -2px;
    left: 0;
  }
}

@media (max-width: 730px) and (max-width: 730px) {
  .info-banner--white-full-image .info-banner__info:first-child {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media (max-width: 400px) {
  .hide--small-mobile {
    display: none;
  }

  .show--small-mobile {
    display: block;
  }

  .show-flex--small-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .ico-element--small-mobile-ico {
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
  }

  .ico-element--small-mobile-ico svg {
    width: 24px;
    height: 24px;
    margin-right: 0;
  }
}

@media (max-width: 1200px) and (min-width: 1024px) {
  .height-unset--only-small {
    height: unset !important;
  }
}

@media (max-width: 1023px) and (min-width: 731px) {
  .height-unset--only-pda {
    height: unset !important;
  }
}