@charset "UTF-8";

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

/*Миксины*/

.ppix {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0.4;
  pointer-events: none;
  z-index: 10000;
  display: none;
}

/* Общее */

* {
  -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%;
  width: 100%;
  margin: 0px;
  padding-top: 150px;
  color: #2C2C2C;
  font-size: 18px;
  line-height: 120%;
  font-family: "OpenSans";
  font-weight: 400;
  overflow: hidden auto;
  min-height: calc(var(--vh) * 100);
  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;
}

body::before {
  content: "";
  display: block;
  width: 100%;
  height: 530px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#F3F5F9), to(#FFF));
  background: -o-linear-gradient(top, #F3F5F9 0%, #FFF 100%);
  background: linear-gradient(180deg, #F3F5F9 0%, #FFF 100%);
  pointer-events: none;
}

main {
  width: 100%;
  padding-top: 40px;
}

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

/* Флексы */

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

.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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-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-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-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--1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.inline-block {
  display: inline-block;
}

/* Отступы */

.gap--5 {
  gap: 5px;
}

.gap--10 {
  gap: 10px;
}

.gap--20 {
  gap: 20px;
}

.gap--40 {
  gap: 40px;
}

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

.pos--relative {
  position: relative;
}

/* Скрытые */

.hidden {
  display: none;
}

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

.container {
  margin: 0 auto;
  width: 1320px;
  max-width: calc(100vw - 80px);
}

/* Колонки */

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

/* Цвета */

.color--zero {
  color: #000;
}

.color--white {
  color: #fff;
}

.color--black {
  color: #2C2C2C;
}

.color--brend {
  color: #242473;
}

.color--gray {
  color: #828282;
}

.color--gray2 {
  color: #BDBDBD;
}

.color--link {
  color: #4532AD;
}

.color--link2 {
  color: #4141D0;
}

.color--view {
  color: #8F84CE;
}

.color--border {
  color: #CFD4EA;
}

.color--fon {
  color: #F4F6F9;
}

.color--fongray {
  color: #F1F1F1;
}

.background--zero {
  background-color: #000;
}

.background--white {
  background-color: #fff;
}

.background--black {
  background-color: #2C2C2C;
}

.background--brend {
  background-color: #242473;
}

.background--gray {
  background-color: #828282;
}

.background--gray2 {
  background-color: #BDBDBD;
}

.background--link {
  background-color: #4532AD;
}

.background--link2 {
  background-color: #4141D0;
}

.background--view {
  background-color: #8F84CE;
}

.background--border {
  background-color: #CFD4EA;
}

.background--fon {
  background-color: #F4F6F9;
}

.background--fongray {
  background-color: #F1F1F1;
}

.border--zero {
  border: 1px solid #000;
}

.border--white {
  border: 1px solid #fff;
}

.border--black {
  border: 1px solid #2C2C2C;
}

.border--brend {
  border: 1px solid #242473;
}

.border--gray {
  border: 1px solid #828282;
}

.border--gray2 {
  border: 1px solid #BDBDBD;
}

.border--link {
  border: 1px solid #4532AD;
}

.border--link2 {
  border: 1px solid #4141D0;
}

.border--view {
  border: 1px solid #8F84CE;
}

.border--border {
  border: 1px solid #CFD4EA;
}

.border--fon {
  border: 1px solid #F4F6F9;
}

.border--fongray {
  border: 1px solid #F1F1F1;
}

/* Вертикальный скролл */

.simplebar-track.simplebar-vertical {
  right: 2px;
  width: 5px;
  top: 20px;
  bottom: 20px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
  opacity: 1;
  left: 0;
  right: 0;
  border-radius: 20px;
  background: #CFD4EA;
}

/* Узкий блок для шаблона текстовой страницы */

.narrow-block {
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.narrow-block--left {
  margin-left: 0;
}

/* Секция контента */

.section {
  padding: 60px 0;
}

.section--pt0 {
  padding-top: 0 !important;
}

.section--pb0 {
  padding-bottom: 0 !important;
}

/* Блок внешними и внутренними отступами 20px + скругление */

.block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  gap: 20px;
  border-radius: 16px;
}

.block > * {
  width: 100%;
}

/* Универсальное обозначение даты */

.date {
  padding: 5px 10px;
  border-radius: 20px;
  background: #F4F6F9;
}

p {
  margin: 0px 0px 20px 0px;
}

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

b,
strong {
  font-weight: 600;
}

main a:not([class]) {
  color: #242473;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

main a:not([class]):visited {
  color: #8F84CE;
}

main a:not([class]):hover {
  color: #4532AD;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

.txt--big {
  font-size: 72px;
  line-height: 120%;
  font-weight: 700;
}

.txt--16 {
  font-size: 16px;
  line-height: 120%;
}

.txt--14 {
  font-size: 14px;
  line-height: 120%;
}

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

.color--zero {
  color: #000;
}

.color--txt {
  color: #000;
}

.color--white {
  color: #fff;
}

h1,
.h1 {
  font-family: "OpenSans";
  line-height: 120%;
  font-weight: 700;
}

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

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

h2,
.h2 {
  font-family: "OpenSans";
  line-height: 120%;
  font-weight: 700;
}

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

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

h3,
.h3 {
  font-family: "OpenSans";
  line-height: 120%;
  font-weight: 700;
}

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

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

h4,
.h4 {
  font-family: "OpenSans";
  line-height: 120%;
  font-weight: 700;
}

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

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

h1,
.h1 {
  font-size: 44px;
  margin: 0 0 40px;
}

h1 {
  margin-left: -2px;
}

h2,
.h2 {
  font-size: 28px;
}

h3,
.h3 {
  font-size: 22px;
}

h4,
.h4 {
  font-size: 18px;
}

h2,
h3 {
  margin: 60px 0 40px;
}

h4 {
  margin: 40px 0 20px;
}

.blockquote,
.blockquote2,
blockquote {
  padding-left: 40px;
  position: relative;
  margin: 40px 0;
}

.blockquote::before,
.blockquote2::before,
blockquote::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  background: url(../img/icons/blockquote.svg) center center/contain no-repeat;
}

.blockquote2::before {
  content: "";
  background: #242473;
  top: 0px;
  left: 0;
  width: 2px;
  height: 100%;
}

/*Файлы*/

a.file-in-text {
  white-space: nowrap;
  border: none;
  padding-left: 28px;
  position: relative;
  color: #828282 !important;
  text-decoration: none;
}

a.file-in-text:visited {
  color: #000;
}

.file-in-text::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  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-name {
  white-space: normal;
  color: #242473;
  font-weight: 400;
  text-decoration: underline;
}

.file-in-text:hover .file-name {
  color: #4532AD;
}

/* Ссылка с картинкой */

.ico-link {
  gap: 5px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-decoration: none !important;
}

.ico-link svg,
.ico-link img {
  width: revert-layer;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 !important;
}

.ico-link.h1 {
  gap: 8px;
}

.ico-link.h1 img {
  height: 34px;
}

a.ico-link {
  cursor: pointer;
  color: #242473;
}

a.ico-link.color--black {
  color: #2C2C2C;
}

a.ico-link:hover {
  color: #4532AD;
}

/* Ссылка на весь блок */

.max-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/* Ссылка на скачивание */

.download {
  text-decoration: none;
  color: #2C2C2C;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  gap: 20px;
  position: relative;
  z-index: 2;
}

.download:hover .square-button {
  background: #4532AD;
}

.download:hover .square-button path {
  fill: #fff;
}

.download .square-button {
  pointer-events: none;
}

/* Сслыка назад */

.back {
  margin-top: 40px;
}

/* Ссылка смотреть всё */

.more {
  margin-top: 40px;
}

main ul,
main ol {
  margin: 0 0 20px 0;
  list-style: none;
  padding: 0;
  line-height: 120%;
}

main ul ul,
main ul ol,
main ol ul,
main ol ol {
  margin-bottom: 0;
  margin-top: 0;
}

main ul li,
main ol li {
  margin-bottom: 0;
}

main ul li:last-child,
main ol li:last-child {
  margin-bottom: 0;
}

main ul li {
  position: relative;
  padding-left: 27px;
}

main ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 9px;
  width: 6px;
  height: 6px;
  background: #2C2C2C;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: inset 0 0 0 1px #2C2C2C;
          box-shadow: inset 0 0 0 1px #2C2C2C;
}

main ul ul > li::before {
  background: none;
}

main ul ul ul > li::before {
  top: 12px;
  left: 7px;
  width: 12px;
  height: 1px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

main ul ul ul ul > li::before {
  top: 9px;
  left: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2C2C2C;
}

main ul ul ul ul ul > li::before {
  background: none;
}

main ol {
  counter-reset: point1;
}

main ol > li {
  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;
  padding-left: 0;
}

main ol > li > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

main ol > li::before {
  content: counter(point1) ".";
  counter-increment: point1 1;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-width: 22px;
  margin-right: 5px;
  background: none;
}

main ol ol {
  counter-reset: point2;
}

main ol ol > li::before {
  content: counter(point1) "." counter(point2);
  counter-increment: point2 1;
}

main ol ol ol {
  counter-reset: point3;
}

main ol ol ol > li::before {
  content: counter(point1) "." counter(point2) "." counter(point3);
  counter-increment: point3 1;
}

main ol ol ol ol {
  counter-reset: point4;
}

main ol ol ol ol > li::before {
  content: counter(point1) "." counter(point2) "." counter(point3) "." counter(point4);
  counter-increment: point4 1;
}

main ol ol ol ol ol {
  counter-reset: point5;
}

main ol ol ol ol ol > li::before {
  content: counter(point1) "." counter(point2) "." counter(point3) "." counter(point4) "." counter(point5);
  counter-increment: point5 1;
}

main ul.default li::before {
  width: 5px;
  height: 5px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  border-radius: 50%;
  top: 8px;
}

main img {
  max-width: 100%;
  border-radius: 8px;
  border-color: #CFD4EA;
}

main img[align=left] {
  margin: 0px 24px 24px 0px;
}

main img[align=right] {
  margin: 0px 0 24px 24px;
}

main img:not([class]):not([align]) {
  margin: 40px 0;
}

main p + picture img:not([class]):not([align]),
main p + img:not([class]):not([align]) {
  margin-top: 20px;
}

main table {
  border-collapse: initial;
  border-spacing: 0;
  margin-bottom: 1px;
  font-size: 16px;
  line-height: 120%;
  border: none;
}

main table p {
  margin-bottom: 24px;
}

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

main th {
  text-align: left;
  padding: 25px 20px;
  background: #F1F1F1;
}

main td {
  padding: 20px;
}

main th,
main td {
  border: 1px solid #CFD4EA;
}

main th + th,
main td + td {
  border-left: none;
}

main tr + tr td,
main tr + tr th {
  border-top: none;
}

main thead + tbody tr:first-child td {
  border-top: none;
}

main thead tr td:first-child,
main thead tr th:first-child,
main tbody:first-child tr:first-child td:first-child,
main tbody:first-child tr:first-child th:first-child {
  border-radius: 8px 0 0 0;
}

main thead tr td:last-child,
main thead tr th:last-child,
main tbody:first-child tr:first-child td:last-child,
main tbody:first-child tr:first-child th:last-child {
  border-radius: 0 8px 0 0;
}

main tbody tr:last-child td:first-child,
main tbody tr:last-child th:first-child {
  border-radius: 0 0 0 8px;
}

main tbody tr:last-child td:last-child,
main tbody tr:last-child th:last-child {
  border-radius: 0 0 8px 0;
}

.table--clear th,
.table--clear td {
  border: none;
}

.table--clear th::before {
  display: none;
}

.table--clear th:first-child {
  border-radius: 8px 0 0 8px !important;
}

.table--clear th:last-child {
  border-radius: 0 8px 8px 0 !important;
}

.table--clear:not(.table--odd) th,
.table--clear:not(.table--odd) td {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0 !important;
}

.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: 20px;
  border-top: 1px solid #CFD4EA;
}

.table--clear:not(.table--odd) tr:last-child td {
  padding-bottom: 20px;
  border-bottom: 1px solid #CFD4EA;
}

.table--odd tr:nth-child(2n-1) td {
  background: #F4F6F9;
}

.table--odd th:first-child,
.table--odd tr:nth-child(2n-1) td:first-child {
  border-radius: 8px 0 0 8px;
}

.table--odd th:last-child,
.table--odd tr:nth-child(2n-1) td:last-child {
  border-radius: 0 8px 8px 0;
}

.scroll-table {
  margin-bottom: 20px;
}

.scroll-table .simplebar-track {
  top: 110px;
  bottom: auto;
  background: #CFD4EA;
}

.scroll-table .simplebar-track.simplebar-horizontal {
  height: 6px !important;
  overflow: visible;
  opacity: 1 !important;
}

.scroll-table .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0px;
}

.scroll-table .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
  left: 0;
  right: 0;
  height: 6px !important;
  background: #8F84CE;
  border-radius: 3px;
  z-index: 1;
  opacity: 1 !important;
}

/* Картинка на весь блок */

.fit-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fit-image img {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  line-height: 0;
}

.fit-image--contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.full-width {
  width: 100vw;
  margin-left: calc((100vw - 100%) / 2 * -1);
}

/* Кнопки */

.button {
  padding: 15px;
  border: none;
  background: #242473;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  gap: 10px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
}

.button:hover {
  background: #4532AD;
}

.button:hover svg *[fill] {
  fill: #fff;
}

.button:hover svg *[stroke] {
  stroke: #fff;
}

.button:disabled {
  background: #CFD4EA;
  pointer-events: none;
}

.button--white {
  background: #fff;
  color: #242473;
}

.button--white:hover {
  color: #fff;
}

.button.border--border {
  border: 1px solid #CFD4EA;
}

.button.border--border:hover {
  border-color: #4532AD;
}

.button svg * {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

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

.square-button {
  display: inline-block;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  cursor: pointer;
  /* &[class*="background"] {
      &:hover {
          background: $link;
      }
  } */
}

.square-button svg,
.square-button img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.square-button svg * {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.square-button:hover path,
.square-button:hover circle,
.square-button:hover rect {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.square-button:hover path[fill],
.square-button:hover circle[fill],
.square-button:hover rect[fill] {
  fill: #4532AD;
}

.square-button:hover path[stroke],
.square-button:hover circle[stroke],
.square-button:hover rect[stroke] {
  stroke: #4532AD;
}

.square-button--circle {
  border-radius: 50% !important;
}

.slider-nav__arrow--prev:hover,
.slider-nav__arrow--next:hover {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(34, 29, 60, 0.08);
          box-shadow: 0px 8px 16px 0px rgba(34, 29, 60, 0.08);
}

.back-link {
  margin-top: 40px;
}
.video__wrapper {
  width: 100%;
  position: relative;
  line-height: 0;
  margin-bottom: 0px;
}

.video__wrapper video {
  width: 100%;
}

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

.video__overlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}

.video__overlay::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  background: #000;
  border-radius: 50%;
}

.video__overlay::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-left: 4px;
  z-index: 2;
  border-left: 24px solid #fff;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}

.spoiler {
  padding: 10px;
  border: 1px solid #CFD4EA;
  background: #fff;
  position: relative;
  margin-bottom: 20px;
  border-radius: 16px;
}

.spoiler.open .spoiler-name::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.spoiler-name {
  cursor: pointer;
  padding: 15px 72px 15px 10px;
  position: relative;
  background: #F1F1F1;
  border-radius: 8px;
  font-weight: 600;
}

.spoiler-name p {
  margin: 0;
}

.spoiler-name::after {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../img/icons/spoiler.svg) center center/contain no-repeat;
  position: absolute;
  top: 15px;
  right: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.spoiler-content {
  display: none;
  margin-top: 10px;
  padding: 10px;
}

.block-table {
  display: table;
}

.block-table__row {
  display: table-row;
}

.block-table__cell {
  display: table-cell;
}

.block-table__col {
  display: table-column;
}

/* Слайдер элементов (обычно каталог) */

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

.item {
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  text-decoration: none;
  border-radius: 16px;
  height: auto;
  position: relative;
}

.item-slider .item {
  height: auto !important;
}

.item-slider .item .square-button {
  z-index: 2;
}

.item:hover .item__title {
  color: #4532AD;
}

.item > * {
  width: 100%;
}

.item .date {
  width: auto;
}

.item__img {
  position: relative;
  padding-bottom: 86.21%;
}

.item__title {
  color: #2C2C2C;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.item-slider__navigation {
  position: absolute;
  top: calc(50% - 26px);
  left: 20px;
  width: calc(100% - 40px);
  height: 0;
  z-index: 2;
}

/* Новости */

.news {
  color: #2C2C2C;
}

.news:hover .news__title {
  color: #4532AD;
}

.news__title {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* Баннеры */

.big-banners {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  gap: 20px 40px;
}

.big-banner {
  position: relative;
  width: calc(50% - 20px);
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  border-radius: 16px;
  text-decoration: none;
  overflow: hidden;
}

.big-banner__text {
  position: relative;
  z-index: 1;
}

.big-banner__image {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 220px;
}

.big-banner__title {
  margin-top: 10px;
}

/* Пагинация */

.pagination__list {
  margin-top: 20px;
}

.pagination__list .square-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #242473;
}

.pagination__list .square-button:hover {
  color: #4532AD;
}

.pagination__list .square-button.active {
  font-weight: 600;
  background: #F1F1F1;
  color: #242473 !important;
}

/* Количество */

.product-count {
  padding: 15px;
  gap: 10px;
  border: 1px solid #CFD4EA;
  background: #fff;
  border-radius: 8px;
}

.product-count__button {
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: relative;
}

.product-count__button::before,
.product-count__button::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #242473;
  border-radius: 1px;
}

.product-count__button.plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.product-count__input {
  padding: 0;
  margin: 0;
  width: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  outline: none;
  text-align: center;
  font-family: "OpenSans";
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
}

/* Список наличия */

.availability__list {
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.availability__item {
  width: 100%;
  padding: 15px 10px;
  border-radius: 8px;
  gap: 10px;
}

/* Хинт карты */

.my-hint {
  display: inline-block;
  padding: 10px;
  position: relative;
  left: 2px;
  font-size: 16px;
  line-height: 120%;
  color: #2C2C2C;
  background-color: #fff;
  border: 1px solid #CFD4EA;
  border-radius: 8px;
  white-space: nowrap;
}

button {
  font-family: "OpenSans";
  font-size: inherit;
}

.form label {
  position: relative;
  display: block;
}

.form label.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.form label.w100 {
  width: 100%;
}

.form label.w66 {
  width: calc(66.66% - 20px);
}

.form label.w50 {
  width: calc(50% - 20px);
}

.form label.w50--small {
  width: calc(50% - 10px);
}

.form label.w33 {
  width: calc(33.33% - 20px);
}

.form label.w25 {
  width: calc(25% - 20px);
}

.form label.error {
  color: #D94B35;
  font-size: 0.75rem;
  font-size: 16px;
  line-height: 120%;
  width: 100%;
  margin-bottom: 10px;
}

.form__block {
  margin-bottom: 40px;
  gap: 20px 40px;
}

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

.form__block-2 {
  margin-bottom: 40px;
  gap: 20px;
}

.form__block-2:last-child {
  margin-bottom: 0;
}

.input,
.jq-selectbox__select {
  width: 100%;
  min-height: 52px;
  border: none;
  background: #fff;
  padding: 13px 20px;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #2C2C2C;
  outline: none !important;
  border: 1px solid #CFD4EA;
  border-radius: 8px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 0;
}

.input::-webkit-input-placeholder, .jq-selectbox__select::-webkit-input-placeholder {
  color: #828282;
  opacity: 1;
}

.input::-moz-placeholder, .jq-selectbox__select::-moz-placeholder {
  color: #828282;
  opacity: 1;
}

.input:-ms-input-placeholder, .jq-selectbox__select:-ms-input-placeholder {
  color: #828282;
  opacity: 1;
}

.input::-ms-input-placeholder, .jq-selectbox__select::-ms-input-placeholder {
  color: #828282;
  opacity: 1;
}

.input::placeholder,
.jq-selectbox__select::placeholder {
  color: #828282;
  opacity: 1;
}

.input.error,
.jq-selectbox__select.error {
  border-color: #D94B35;
}

.input:hover,
.jq-selectbox__select:hover {
  border-color: #242473;
}

.date-input,
.text-input {
  padding-right: 40px;
  background: right center/auto 100% no-repeat;
}

.date-input {
  background-image: url(../img/datepicker.svg);
}

textarea.input {
  height: 74px;
}

.placeholder {
  display: inline-block;
  padding: 5px 10px;
  color: #828282;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 10px;
  background: #F4F6F9;
  border-radius: 20px;
}

.jq-selectbox {
  width: 100%;
}

.jq-selectbox select {
  pointer-events: none;
}

.jq-selectbox__select {
  z-index: 1;
  cursor: pointer;
}

.jq-selectbox__select-text {
  width: calc(100% - 32px);
  background: none;
  padding: 2px 0 0 0;
  font-size: 18px;
  line-height: 120%;
  color: #2C2C2C;
  margin: 0;
}

.jq-selectbox__trigger {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
  margin-top: -1px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: url(../img/icons/spoiler.svg) center center/contain no-repeat;
}

.opened .jq-selectbox__trigger {
  margin-top: 2px;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.jq-selectbox__dropdown {
  padding: 0;
  min-width: 100%;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #CFD4EA;
  border-radius: 8px;
  margin-top: 8px;
}

.jq-selectbox__dropdown ul {
  position: relative;
  list-style: none;
  margin: 0 !important;
  max-height: 206px !important;
  overflow: hidden auto;
}

.jq-selectbox__dropdown li {
  padding: 15px 20px !important;
  margin: 0 !important;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  white-space: unset !important;
}

.jq-selectbox__dropdown li::before {
  display: none !important;
}

.jq-selectbox__dropdown li.sel,
.jq-selectbox__dropdown li:hover {
  color: #4532AD;
}

.jq-selectbox__dropdown li.disabled {
  display: none;
}

.jq-selectbox__dropdown .simplebar-track.simplebar-vertical {
  top: 6px;
  bottom: 6px;
  right: 6px;
}

.checkbox,
.radioб {
  display: none;
}

.checkbox:checked ~ .checkbox-icon::after,
.checkbox:checked ~ .radio-icon::after,
.radioб:checked ~ .checkbox-icon::after,
.radioб:checked ~ .radio-icon::after {
  opacity: 1;
}

.checkbox-icon,
.radio-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #CFD4EA;
  border-radius: 4px;
  margin-bottom: -4px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  margin-right: 16px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.checkbox-icon:hover,
.radio-icon:hover {
  border-color: #242473;
}

.checkbox-icon::after,
.radio-icon::after {
  content: "";
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #242473;
  border-radius: 2px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}

label:hover .checkbox-icon,
label:hover .radio-icon {
  border-color: #242473;
}

.radio-icon {
  border-radius: 50%;
}

.radio-icon::after {
  border-radius: 50%;
}

.switch {
  display: none;
}

.switch:checked ~ .switch-icon {
  background: #242473;
  border-color: #242473;
}

.switch:checked ~ .switch-icon::after {
  background: #fff;
  left: 19px;
}

.switch-icon {
  width: 38px;
  height: 22px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 80px;
  background: #fff;
  border: 1px solid #CFD4EA;
  margin-right: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.switch-icon::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #CFD4EA;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.datepicker {
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-family: "OpenSans";
  font-weight: 400;
  color: #2C2C2C;
  font-size: 16px !important;
  line-height: 120%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 410px;
  max-width: calc(100vw - 20px);
  padding: 0 20px 20px;
}

.datepicker--nav {
  padding: 0;
  border: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 56px;
}

.datepicker--nav-action,
.datepicker--nav-title {
  background: none !important;
}

.datepicker--nav-title {
  color: #242473;
  font-weight: 600;
}

.datepicker--nav-title i {
  color: inherit;
}

.datepicker--nav-action svg {
  width: 6px;
  height: auto;
}

.datepicker--nav-action path {
  fill: #242473;
  stroke: none;
  stroke-width: 1px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.datepicker--nav-action:hover path {
  fill: #000;
}

.datepicker--pointer {
  display: none;
}

.datepicker--content {
  padding: 0 !important;
}

.datepicker--days-names {
  margin: 0;
}

.datepicker--day-name {
  font-size: 100%;
  color: #242473;
  font-weight: 600;
  text-transform: capitalize;
  padding: 4px 0;
}

.datepicker--cell {
  border-radius: 0px !important;
  height: 45px;
  font-weight: 600;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-day.-disabled-,
.datepicker--cell-year.-other-decade- {
  color: #828282;
}

.datepicker--cell-day.-other-month- .event-dot,
.datepicker--cell-day.-disabled- .event-dot,
.datepicker--cell-year.-other-decade- .event-dot {
  background: #242473;
}

.event-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
  pointer-events: none;
}

.event-dot {
  position: absolute;
  bottom: 14%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 6px;
  height: 6px;
  background: #242473;
}

.datepicker--cell.-current- {
  color: #4532AD;
}

.datepicker--cell.-current-.-focus- {
  color: #242473;
}

.datepicker--cell.-current-.-in-range- {
  color: #242473;
}

.datepicker--cell.-focus- {
  background: transparent;
  border: 1px solid #242473;
}

.datepicker--cell.-selected-.-focus- {
  background: #4532AD;
}

.datepicker--cell.-selected-.-focus-.-current- {
  coloR: #fff;
}

.datepicker--cell.-in-range- {
  background: #242473;
  color: #fff;
}

.datepicker--cell.-range-to- {
  border: 1px solid #000;
  background-color: #000;
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
  background: #4532AD;
}

.datepicker--cell.-selected- .event-back,
.datepicker--cell.-selected-.-current- .event-back {
  background: #fff;
}

.datepicker--cell.-selected- .event-dot,
.datepicker--cell.-selected-.-current- .event-dot {
  background: #fff;
}

.datepicker--cell.-in-range-.-focus- {
  background-color: #242473;
}

.file__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.file {
  position: relative;
  width: 100%;
}

.file__info {
  position: relative;
  width: 100%;
}

.file__info-download {
  margin-bottom: 4px;
}

.file__item {
  margin-top: 24px;
}

.file__item-inner {
  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;
  position: relative;
  color: #000;
  padding-top: 5px;
}

.file__item-inner:hover .file__item-name {
  color: #000;
}

.file__item-name {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin-right: 8px;
}

.file__item-close {
  margin-left: auto;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

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

.file__item-close:hover {
  color: #000;
}

.file__item-close:hover path {
  fill: #000;
}

.file__item-close svg {
  margin-left: 8px;
}

.recaptcha {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  max-width: 100%;
}

.recaptcha label.error {
  position: absolute;
  top: 100%;
  left: 0;
}

.recap-error {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  -webkit-box-shadow: inset 0 0 0 1px #D94B35;
          box-shadow: inset 0 0 0 1px #D94B35;
  border-radius: 2px;
  pointer-events: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}

.error ~ .recap-error {
  opacity: 1;
}

/* Шапка */

header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  padding: 10px 0 20px;
  font-size: 16px;
}

header a {
  color: #242473;
  text-decoration: none;
}

header a:visited {
  color: #242473;
}

header a:hover {
  color: #4532AD;
}

/* Левая часть шапки */

.header__left {
  padding-right: 20px;
}

/* Логотип */

.logo img {
  width: 114px;
}

/* Магазины-каталог */

.header__magazin {
  padding-top: 20px;
}

.header__magazin .button {
  margin-top: 25px;
}

.catalog-button .open {
  display: none;
}

.catalog-button.open .no-open {
  display: none;
}

.catalog-button.open .open {
  display: block;
}

/* Правая часть шапки */

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

.header__top {
  width: 100%;
  margin: 10px 0 16px;
}

/* Меню */

.menu__wrap {
  margin-right: auto;
}

.menu {
  list-style: none;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  padding: 10px 0;
  margin: 0;
}

/* Нижняя строчка шапки */

.header__bottom {
  width: 100%;
}

/* Поиск */

.search {
  border-radius: 8px;
  background: #fff;
  border: 1px solid #CFD4EA;
  height: 52px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
}

.search input {
  display: block;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  outline: none;
  border: none;
  background: none;
  padding-left: 20px;
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  color: #2C2C2C;
}

.search input::-webkit-input-placeholder {
  color: #828282;
  opacity: 1;
}

.search input::-moz-placeholder {
  color: #828282;
  opacity: 1;
}

.search input:-ms-input-placeholder {
  color: #828282;
  opacity: 1;
}

.search input::-ms-input-placeholder {
  color: #828282;
  opacity: 1;
}

.search input::placeholder {
  color: #828282;
  opacity: 1;
}

.search button {
  border: none;
  background: none;
  padding: 0 15px 0 10px;
  height: 100%;
  display: block;
  line-height: 0;
  cursor: pointer;
}

.search button svg {
  pointer-events: none;
}

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

.search button:hover path {
  fill: #4532AD;
}

/* Кнопки в шапке */

.header__buttons {
  gap: 10px;
}

/* Каталог */

.catalog__wrapper {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

.catalog {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  background: #fff;
  border: 1px solid #CFD4EA;
  border-radius: 16px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(69, 50, 173, 0.2);
          box-shadow: 0px 10px 30px 0px rgba(69, 50, 173, 0.2);
}

.old-site {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
}
.old-site__content {
  padding: 20px;  
  background-color: #fff;
  border: 1px solid #CFD4EA;
  text-align: center;
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.old-site__content marquee {
  display: none;
}

.old-site ~ .header {
  margin-top: 70px;
}

.old-site ~ main {
  margin-top: 70px;
}

@media (max-width: 1280px){
  .old-site__content span {
    display: none;
  }
  .old-site__content marquee {
    display: block;
  }
}

@media (min-width: 1261px) {
  .catalog.nosub {
    width: 310px;
    margin-left: calc((100vw - 1320px) / 2);
  }
  
  .catalog.nosub .catalog__level-1 {
    width: 100%;
    padding-right: 0;
  }
  
  .catalog.nosub .catalog__main-list {
    border-color: transparent;
  }
  
  .catalog.nosub .catalog__level-2 {
    display: none !important;
  }
}

@media (min-width: 1261px) and (max-width: 1400px){
  .catalog.nosub {
    margin-left: 40px;
    width: calc((100vw - 80px) / 4 - 20px);
  }
}

/* Первый уровень каталога */
.catalog__level-1 {
  padding-right: 20px;
  position: relative;
}

.catalog__main-list {
  padding: 10px;
  height: 100%;
  max-height: calc(100vh - 170px);
  overflow: hidden auto;
  border-right: 1px solid #CFD4EA;
}

.catalog__item {
  padding: 10px;
  gap: 10px;
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 120%;
  border-radius: 8px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #2C2C2C;
  text-decoration: none;
}

.catalog__item:visited {
  color: #2C2C2C;
}

.catalog__item:hover,
.catalog__item.active {
  color: #4532AD;
  background: #F1F1F1;
}

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

.catalog__item_ico {
  width: 38px;
  height: 38px;
  border-radius: 6px;
  border: 1px solid #4532AD;
  background: #fff;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(69, 50, 173, 0.16);
          box-shadow: 0px 4px 8px 0px rgba(69, 50, 173, 0.16);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.catalog__item_ico img {
  margin: 0 !important;
}

/* Второй уровень каталога */

.catalog__level-2 {
  max-height: calc(100vh - 170px);
  overflow: hidden auto;
}

.catalog__submenu {
  display: none;
}

.catalog__submenu.active {
  display: block;
}

.catalog__submenu-list {
  list-style: none;
  padding: 20px;
  margin: 0;
}

.catalog__submenu-item {
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}

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

.catalog__submenu-item i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #F1F1F1;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.catalog__submenu-item i::before,
.catalog__submenu-item i::after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #242473;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

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

.catalog__submenu-item a {
  color: #2C2C2C;
}

.catalog__submenu-item a:visited {
  color: #2C2C2C;
}

.catalog__submenu-item:hover > a {
  color: #242473;
}

.catalog__submenu-item:hover i {
  background: #242473;
}

.catalog__submenu-item:hover i::before,
.catalog__submenu-item:hover i::after {
  background: #fff;
}

.catalog__submenu-item.open > a {
  color: #242473;
}

.catalog__submenu-item.open > i {
  background: #242473;
}

.catalog__submenu-item.open > i::before {
  background: #fff;
}

.catalog__submenu-item.open > i::after {
  opacity: 0;
}

.catalog__sub_submenu {
  display: none;
  list-style: none;
  padding: 20px 0 0 10px;
  margin: 0;
}

.catalog__sub_submenu li {
  margin-bottom: 10px;
}

.catalog__sub_submenu li:last-child {
  margin-bottom: 0;
}

/* Бургер */

.burger {
  display: none;
}

/* Мобильное меню */

.mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 11;
  width: calc(100% - 120px);
  height: calc(var(--vh) * 100);
  background: #fff;
  border-radius: 0 16px 16px 0;
  padding: 24px 20px 0 20px;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}

.mobile-menu.open {
  left: 0;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(69, 50, 173, 0.2);
          box-shadow: 0px 10px 30px 0px rgba(69, 50, 173, 0.2);
}

.mobile-menu a {
  color: #242473;
  text-decoration: none;
}

/* Скролл мобильного меню */

.mobile-menu__scroll {
  height: calc(var(--vh) * 100 - 102px);
  width: calc(100% + 20px);
  padding-right: 20px;
  overflow: hidden auto;
}

.mobile-menu__scroll .simplebar-track.simplebar-vertical {
  top: 0;
}

/* Шапка мобильного меню */

.mobile-menu__header {
  padding-bottom: 24px;
  margin-bottom: 6px;
  background: #fff;
}

/* Заголовки мобильного меню */

.mobile-menu__titles {
  width: calc(100% - 60px);
}

/* Заголовки мобильного каталога */

.mobile-menu__catalog-titles {
  display: none;
}

.mobile-menu__catalog-title {
  gap: 20px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.mobile-menu__catalog-title a {
  gap: 8px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.mobile-menu__catalog-title a::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../img/icons/link-ld.svg") center center/cover no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.mobile-menu__catalog-title .square-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* Ссылки над мобильным каталогом */

.mobile-menu__top {
  padding: 0 0px 30px;
  gap: 30px;
}

.mobile-menu__top a {
  width: calc(50% - 15px);
}

/* Мобильный каталог - первый уровень */

.mobile-catalog {
  padding: 10px;
  border-radius: 16px;
  border: 1px solid #CFD4EA;
}

/* Мобильный каталог второй, третий уровни */

.mobile-menu__catalog .catalog__submenu-item,
.mobile-submenu .catalog__submenu-item {
  width: 100%;
  border-radius: 8px;
  background: #F4F6F9;
  margin: 0;
  padding: 0;
}

.mobile-menu__catalog .catalog__submenu-item i,
.mobile-submenu .catalog__submenu-item i {
  left: auto;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icons/arrow-right.svg) center center/contain no-repeat;
  width: 22px;
  height: 22px;
}

.mobile-menu__catalog .catalog__submenu-item i::before,
.mobile-submenu .catalog__submenu-item i::before {
  background: none;
  width: 50px;
  height: 50px;
}

.mobile-menu__catalog .catalog__submenu-item i::after,
.mobile-submenu .catalog__submenu-item i::after {
  display: none;
}

.mobile-menu__catalog .catalog__submenu-item a,
.mobile-submenu .catalog__submenu-item a {
  display: block;
  width: 100%;
  padding: 15px 52px 15px 20px;
}

.mobile-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px;
}

.mobile-submenu li {
  display: block;
  width: 100%;
  border-radius: 8px;
  background: #F4F6F9;
  margin: 0;
}

.mobile-submenu a {
  display: block;
  width: 100%;
  padding: 15px 52px 15px 20px;
}

.catalog-mobile-submenu {
  list-style: none;
  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;
  gap: 10px;
  padding: 0;
  margin: 0 0 20px 0;
}

/* Меню сайта */

.mobile-menu .menu {
  padding: 40px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.mobile-menu .menu li {
  display: block !important;
  width: 100%;
}

/* Вход в личный кабинет */

.lk-enters {
  padding: 10px;
  border-radius: 16px;
  border: 1px solid #CFD4EA;
  gap: 10px;
}

.lk-enters a {
  width: 100%;
  padding: 10px;
}

/* Подвал мобильного меню */

.mobile-menu__bottom {
  padding: 40px 20px;
}

/* Контакты в мобильном меню */

.mobile-contants {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 30px;
}

.mobile-contants a {
  display: block;
  width: 100%;
}

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

.socials {
  gap: 10px;
}

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

.breadcrumbs {
  margin-bottom: 10px;
}

.breadcrumbs a {
  display: block;
  color: #242473 !important;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #4532AD !important;
}

.breadcrumbs a + a::before {
  content: "/";
  display: inline-block;
  margin: 0 20px;
  color: #BDBDBD;
}

/* Логин */

.lk-button {
  height: 52px;
  width: 52px;
  position: relative;
}

.lk-button.active .square-button {
  background: #F1F1F1;
}

.lk-button.active .square-button svg *[fill] {
  fill: #4532AD;
}

.lk-button.active .square-button svg *[stroke] {
  stroke: #4532AD;
}

.lk-button.active .lk-popup {
  opacity: 1;
  visibility: visible;
}

.lk-popup {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px;
  border: 1px solid #CFD4EA;
  border-radius: 16px 0 16px 16px;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(69, 50, 173, 0.2);
          box-shadow: 0px 10px 30px 0px rgba(69, 50, 173, 0.2);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.lk-popup__top {
  display: none;
}

.lk-popup__top--menu {
  display: block;
  padding: 10px;
}

.close-lk {
  display: none;
}

.lk-item {
  padding: 10px;
  cursor: pointer;
  color: #2C2C2C;
}

.lk-item:hover {
  color: #4532AD;
}

.lk-item svg {
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.lk-item span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.lk-popup__exit {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #CFD4EA;
}

/* Подвал */

footer {
  margin-top: 60px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#E6EAEF), color-stop(69.37%, #F4F6F9));
  background: -o-linear-gradient(top, #E6EAEF 0%, #F4F6F9 69.37%);
  background: linear-gradient(180deg, #E6EAEF 0%, #F4F6F9 69.37%);
}

footer a {
  color: #242473 !important;
  text-decoration: none;
}

footer a:hover {
  color: #4532AD !important;
}

/* Строка подвала */

.footer__row {
  padding: 40px 0;
  gap: 20px 0;
}

.footer__row:first-child {
  padding-left: 20px;
  padding-right: 20px;
}

.footer__row:nth-child(even) {
  border-bottom: 1px solid #CFD4EA;
  border-top: 1px solid #CFD4EA;
}

/* Логотип в подвале */

.footer__logo {
  display: block;
}

.footer__logo img {
  display: block;
}

.footer__links {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "A B C D";
  -ms-grid-columns: 25% 25% 25% 25%;
  grid-template-columns: 25% 25% 25% 25%;
}

.footer__links .footer__col:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: A;
}

.footer__links .footer__col:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: B;
}

.footer__links .footer__col:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: C;
}

.footer__links .footer__col:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  grid-area: D;
}

/* Ряд в футере */

.footer__col {
  padding: 0 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

/* Всплывашки личного кабинета */

.register-link {
  opacity: 0.24;
  text-decoration: none;
}

.register-link:last-child::before {
  content: "/";
  display: inline-block;
  margin: 0 20px;
}

.register-link:first-child::after {
  content: "/";
  display: inline-block;
  margin: 0 20px;
}

.forget-password {
  width: calc(50% - 10px);
  color: #242473;
  text-decoration: none;
}

.forget-password:hover {
  color: #4532AD;
}

.register-success__closse {
  position: absolute;
  top: 20px;
  right: 20px;
}

.register-success__bottom {
  margin-top: 40px;
}

.form__success {
  display: none;
}

.title-search-result {
  z-index: 10;  
}

/* Показ */
.show-mobile {
  display: none;
}

/* Попап товар ав корзину */
.popup-window {
  width: 420px;
  max-width: calc(100% - 40px);
}
.popup-window .btn-buy {
  display: inline-block;
  padding: 15px;
  border: none;
  background: #242473;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  gap: 10px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
}

.popup-window .btn-buy:hover {
  background: #4532AD;
}

.to-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 10;
  width: 52px;
  height: 52px;
  border: 2px solid #242473;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: .4s;
}
.to-top path {
  transition: .4s;
}
.to-top.show {
  opacity: 1;
  pointer-events: all;
}
.to-top:hover {
  background: #242473;
}
.to-top:hover path {
  fill: #fff;
}

@media (max-width: 1440px) {
  .catalog__item {
    margin-bottom: 0;
  }
  .to-top {
    right: 20px;
    bottom: 20px;
  }
}

@media (max-width: 1260px) {
  .col-pda-1 {
    width: 16.6666666667%;
  }

  .col-pda-2 {
    width: 33.3333333333%;
  }

  .col-pda-3 {
    width: 50%;
  }

  .col-pda-4 {
    width: 66.6666666667%;
  }

  .col-pda-5 {
    width: 83.3333333333%;
  }

  .col-pda-12 {
    width: 100%;
  }

  .section {
    padding: 40px 0;
  }

  h4 {
    margin: 20px 0 10px;
  }

  .back {
    margin-top: 20px;
  }

  .more {
    margin-top: 20px;
  }

  .news {
    width: 33.33%;
  }

  .news-on-main .news:nth-child(4) {
    display: none;
  }

  .big-banner {
    width: 100%;
  }

  .form__block {
    margin-bottom: 20px;
  }

  .form__block-2 {
    margin-bottom: 20px;
  }

  .menu__item.not-inportant {
    display: none;
  }

  .catalog__submenu-list {
    padding-left: 0;
  }

  footer {
    margin-top: 40px;
  }
}

@media (max-width: 1010px) {
  body {
    padding-top: 182px;
  }

  .container {
    max-width: calc(100vw - 40px);
  }

  .txt--big {
    font-size: 44px;
  }

  .news {
    width: 50%;
  }

  .news-on-main .news:nth-child(3) {
    display: none;
  }

  header {
    padding-bottom: 92px;
  }

  .header__left {
    width: auto;
  }

  .logo {
    margin-right: 40px;
  }

  .logo img {
    width: 76px;
  }

  .header__magazin {
    padding-top: 0;
  }

  .catalog-button {
    display: none;
  }

  .header__right {
    width: auto;
  }

  .header__top {
    width: auto;
    margin: 0 40px 0 auto;
  }

  .menu__wrap {
    display: none;
  }

  .header__bottom {
    width: auto;
  }

  .search {
    width: calc(100vw - 40px);
    margin: 0;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

  .burger {
    display: block;
    margin-right: 20px;
  }

  .lk-popup {
    position: fixed;
    top: 0;
    right: 0;
    width: 640px;
    max-width: 100vw;
    height: calc(var(--vh) * 100);
    padding: 24px 20px 40px;
    border-radius: 16px 0 0 16px;
    border: none;
  }

  .lk-popup__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }

  .lk-popup__top--menu {
    padding: 0;
  }

  .close-lk {
    display: inline-block;
  }

  .lk-popup__list {
    border: 1px solid #CFD4EA;
    padding: 10px;
    border-radius: 16px;
  }

  .lk-item {
    margin-bottom: 10px;
  }

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

  .footer__links {
        grid-template-areas: "A C" "B D";
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }

  .footer__col {
    width: 100%;
  }

  .footer__col:last-child,
  .footer__col:nth-last-child(1) {
    margin-bottom: 0;
  }

  .footer__links .footer__col:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .footer__links .footer__col:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .footer__links .footer__col:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .footer__links .footer__col:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}

@media (max-width: 680px) {
  body {
    padding-top: 124px;
    font-size: 16px;
  }

  main {
    padding-top: 20px;
  }

  .old-site__content {
    padding: 10px;
  }

  .old-site ~ .header {
    margin-top: 64px;
  }

  .old-site ~ main {
    margin-top: 64px;
  }

  .gap--mobile-5 {
    gap: 5px;
  }

  .gap--mobile-10 {
    gap: 10px;
  }

  .gap--mobile-20 {
    gap: 20px;
  }

  .gap--mobile-40 {
    gap: 40px;
  }

  .container {
    max-width: calc(100vw - 20px);
  }

  .simplebar-track.simplebar-vertical {
    top: 10px;
    bottom: 10px;
    width: 3px;
  }

  .section {
    padding: 30px 0;
  }

  .block {
    padding: 10px;
    gap: 10px;
    border-radius: 12px;
  }

  p {
    margin-bottom: 10px;
  }

  .txt--big {
    font-size: 28px;
  }

  .txt--16 {
    font-size: 14px;
  }

  .txt--14 {
    font-size: 12px;
  }

  h1,
  .h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  h2,
  .h2 {
    font-size: 20px;
  }

  h3,
  .h3 {
    font-size: 18px;
  }

  h4,
  .h4 {
    font-size: 16px;
  }

  h2,
  h3 {
    margin: 30px 0 20px;
  }

  .blockquote,
  .blockquote2,
  blockquote {
    margin: 20px 0;
  }

  .ico-link svg,
  .ico-link img {
    height: 18px;
  }

  .ico-link.h1 img {
    height: 22px;
  }

  main ul,
  main ol {
    margin-bottom: 10px;
  }
  
  main img[align=left] {
    margin: 0px 10px 10px 0px;
  }

  main img[align=right] {
    margin: 0px 0 10px 10px;
  }

  main img:not([class]):not([align]) {
    margin: 20px 0;
  }

  main th {
    padding: 15px 10px;
  }

  main td {
    padding: 10px;
  }

  .table--clear:not(.table--odd) th,
  .table--clear:not(.table--odd) td {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .table--clear:not(.table--odd) tr:first-child th,
  .table--clear:not(.table--odd) tr:first-child td {
    padding-top: 10px;
  }

  .table--clear:not(.table--odd) tr:last-child td {
    padding-bottom: 10px;
  }

  .button {
    padding: 10px;
    gap: 5px;
    border-radius: 6px;
  }

  .button svg {
    width: 20px;
    height: 20px;
  }

  .square-button {
    width: 40px;
    height: 40px;
    border-radius: 6px;
  }

  .square-button svg,
  .square-button img {
    width: 20px;
    height: 20px;
  }
  
  .back-link {
    margin-top: 20px;
  }

  .spoiler {
    padding: 5px;
    border-radius: 12px;
    margin-bottom: 10px;
  }

  .spoiler-name {
    padding: 10px 33px 10px 5px;
  }

  .spoiler-name::after {
    width: 18px;
    height: 18px;
    top: 10px;
    right: 5px;
  }

  .spoiler-content {
    padding: 10px 5px;
    margin-top: 5px;
  }

  .item-slider {
    border-radius: 12px;
    width: calc(100% + 10px);
    border-radius: 12px 0 0 12px;
    padding-right: 10px;
  }

  .item {
    padding: 10px;
    gap: 10px;
    border-radius: 12px;
  }

  .item-slider__navigation {
    display: none;
  }

  .news {
    width: 100%;
  }

  .news-on-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }

  .news-on-main .news:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .big-banners {
    gap: 10px;
  }

  .big-banner {
    border-radius: 12px;
    padding: 10px;
    gap: 20px;
  }

  .big-banner__image {
    width: 120px;
    height: 120px;
  }

  .pagination__list {
    margin-top: 10px;
  }

  .product-count {
    padding: 10px;
    gap: 5px;
    border-radius: 6px;
  }

  .form label {
    width: 100% !important;
  }

  .form label.error {
    font-size: 14px;
    margin-top: 5px;
  }

  .form__block {
    gap: 10px;
    margin-bottom: 20px;
  }

  .form__block-2 {
    gap: 10px;
    margin-bottom: 20px;
  }

  .input,
  .jq-selectbox__select {
    padding: 8px 10px;
    font-size: 16px;
    border-radius: 6px;
    min-height: 40px;
  }

  textarea.input {
    height: 60px;
  }

  .placeholder {
    font-size: 14px;
    margin-bottom: 5px;
  }

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

  .jq-selectbox__dropdown {
    border-radius: 6px;
  }

  .jq-selectbox__dropdown li {
    padding: 8px 10px !important;
  }

  .checkbox-icon,
  .radio-icon {
    width: 18px;
    height: 18px;
  }

  .checkbox-icon::after,
  .radio-icon::after {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }

  .switch:checked ~ .switch-icon::after {
    left: 17px;
  }

  .switch-icon {
    width: 33px;
    height: 18px;
  }

  .switch-icon::after {
    width: 14px;
    height: 14px;
    top: 2px;
    left: 2px;
  }

  .recaptcha label.error {
    margin-top: 0;
  }

  header {
    padding-bottom: 60px;
  }

  .logo {
    margin-right: auto;
  }

  .logo img {
    width: 51px;
  }

  .magazine-link {
    display: none;
  }

  .header__top {
    display: none;
  }

  .search {
    height: 40px;
    width: calc(100vw - 20px);
    bottom: 10px;
    right: 10px;
  }

  .search input {
    font-size: 16px;
    padding-left: 10px;
  }

  .search button {
    padding-right: 10px;
  }

  .search button svg {
    width: 20px;
    height: 20px;
  }

  .header__buttons {
    gap: 5px;
  }

  .catalog__item {
    padding: 5px;
    gap: 5px;
    border-radius: 6px;
  }

  .catalog__item_ico {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(69, 50, 173, 0.16);
            box-shadow: 0px 2px 6px 0px rgba(69, 50, 173, 0.16);
  }

  .catalog__item_ico img {
    width: 20px;
  }

  .burger {
    margin-right: 10px;
  }

  .mobile-menu {
    width: 100vw;
    border-radius: 0;
    padding: 12px 10px 0;
  }

  .mobile-menu__scroll {
    height: calc(var(--vh) * 100 - 64px);
    width: calc(100% + 10px);
    padding-right: 1dvh;
  }

  .mobile-menu__header {
    padding-bottom: 12px;
    margin-bottom: 2px;
  }

  .mobile-menu__top {
    padding: 0 10px 20px;
    gap: 20px;
  }

  .mobile-menu__top a {
    width: 100%;
  }

  .mobile-catalog {
    padding: 5px;
    border-radius: 12px;
  }

  .mobile-menu__catalog .catalog__submenu-item,
  .mobile-submenu .catalog__submenu-item {
    border-radius: 6px;
  }

  .mobile-menu__catalog .catalog__submenu-item i,
  .mobile-submenu .catalog__submenu-item i {
    right: 10px;
    width: 20px;
    height: 20px;
  }

  .mobile-menu__catalog .catalog__submenu-item a,
  .mobile-submenu .catalog__submenu-item a {
    padding: 10px 35px 10px 10px;
  }

  .mobile-submenu {
    gap: 5px;
  }

  .mobile-submenu li {
    border-radius: 6px;
  }

  .mobile-submenu a {
    padding: 10px 35px 10px 10px;
  }

  .catalog-mobile-submenu {
    gap: 5px;
    margin-bottom: 12px;
  }

  .mobile-menu .menu {
    padding: 20px 10px;
    gap: 20px;
  }

  .lk-enters {
    padding: 5px;
    border-radius: 12px;
    gap: 5px;
  }

  .lk-enters a {
    padding: 5px;
  }

  .mobile-menu__bottom {
    padding: 20px 10px;
  }

  .mobile-contants {
    gap: 20px;
  }

  .breadcrumbs {
    margin-bottom: 5px;
  }

  .breadcrumbs a + a::before {
    margin: 0 10px;
  }

  .lk-button {
    width: 40px;
    height: 40px;
  }

  .lk-popup {
    border-radius: 0 0 12px 12px;
    width: 100vw;
    height: auto;
    padding: 16px 10px 20px;
  }

  .lk-popup__list {
    padding: 5px;
    border-radius: 12px;
  }

  .lk-item {
    padding: 5px;
  }

  .lk-item {
    padding: 5px;
  }

  footer {
    margin-top: 30px;
  }

  .footer__row {
    padding: 20px 0;
  }

  .footer__row:first-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer__logo img {
    height: 40px;
  }

  .footer__links {
        grid-template-areas: "A" "B" "C" "D";
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .footer__col {
    padding: 0 10px;
  }

  .register-link:last-child::before {
    margin: 0 5px;
  }

  .register-link:first-child::after {
    margin: 0 5px;
  }

  .register-success__closse {
    top: 16px;
    right: 10px;
  }

  .register-success__bottom {
    margin-top: 20px;
  }

  .show-mobile {
    display: block;
  }

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

  .footer__links .footer__col:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .footer__links .footer__col:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .footer__links .footer__col:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .footer__links .footer__col:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .to-top {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 360px) {
  .register-success__top .h1 {
    text-align: left;
  }
}

@media (width: 1920px) {
  .ppix1 {
    display: block;
    top: 0px;
  }
}