@charset "UTF-8";

/* Импортные CSS / SCSS файлы, плагины, модули */

/* Обнуление стилей */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Анимации */

/* Choises: select */

/* Slider: swiper */

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

:root {
  --black: #000;
  --white: #fff;
  --red: #e14837;
  --violet: #463653;
  --redLight: #ff9e93;
  --blue: #122e44;
  --background: #fff;
  --maintext: #000;
  --orange: #fc6a5a;
  --background-dark: #353535;
}

/* Миксины */

/* Адаптивность */

/* Подключение шрифта вручную */

/* Работа с типографией */

/* Удобная Сетка */

/* Обнуление стилей */

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

html {
  font-size: 0.0555555556vw;
}

html,
body {
  background: var(--background);
  scroll-behavior: smooth;
}

body {
  overflow-y: scroll;
  font-family: OpenSans;
  color: var(--maintext);
  font-size: 16rem;
  font-weight: 400;
  font-style: normal;
  position: relative;
  counter-reset: my-sec-counter;
}

.img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Шрифты */

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
    url('../fonts/OpenSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
    url('../fonts/OpenSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

/* Типографика */

h1 {
  font-weight: 700;
  font-size: 36rem;
  line-height: 40rem;
  margin: 0;
}

h2 {
  font-weight: 700;
  font-size: 24rem;
  line-height: 28rem;
}

h2 a,
h3 a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

h2 a:hover,
h3 a:hover {
  opacity: 1;
}

a {
  display: inline-block;
  color: var(--red);
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  text-underline-offset: 2rem;
}

a:hover {
  opacity: 0.85;
}

address {
  font-style: normal;
}

p,
span {
  line-height: 1.35;
}

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

.square-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20rem;
}

.square-list li {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30rem;
  -moz-column-gap: 30rem;
  column-gap: 30rem;
}

.square-list li::before {
  content: '';
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  display: block;
  width: 29rem;
  height: 29rem;
  min-width: 29rem;
  min-height: 29rem;
  background-image: url("data:image/svg+xml,%3Csvg width='29px' height='29px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 12L8 12' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 12L13.5 15' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 12L13.5 9' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='3' y='3' width='18' height='18' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  position: relative;
  top: -2rem;
}

.wrapper-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 24rem;
}

/* Анимации */

@-webkit-keyframes moveTop {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes moveTop {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes btn {
  from {
    left: -100rem;
  }

  to {
    left: 300%;
  }
}

@keyframes btn {
  from {
    left: -100rem;
  }

  to {
    left: 300%;
  }
}

/* Компоненты */

/* Кнопки */

/* Кнопка: перейти */

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition-property: background-color, color, border-color,
    -webkit-box-shadow;
  transition-property: background-color, color, border-color, -webkit-box-shadow;
  -o-transition-property: background-color, color, box-shadow, border-color;
  transition-property: background-color, color, box-shadow, border-color;
  transition-property: background-color, color, box-shadow, border-color,
    -webkit-box-shadow;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 54rem;
  border: none;
  padding: 0 20rem;
  font-size: 20rem;
  line-height: 20rem;
  font-weight: 400;
  text-decoration: none;
  border-radius: 32rem;
  padding-bottom: 2rem;
  -webkit-transition-property: -webkit-filter;
  transition-property: -webkit-filter;
  -o-transition-property: filter;
  transition-property: filter;
  transition-property: filter, -webkit-filter;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}

.btn:hover,
.btn:focus {
  cursor: pointer;
  opacity: 1;
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.btn::before {
  content: '';
  position: absolute;
  height: 150rem;
  width: 50rem;
  background: #fff;
  left: -100rem;
  top: -40rem;
  -webkit-transform: rotate(37deg);
  -ms-transform: rotate(37deg);
  transform: rotate(37deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.3;
  -webkit-animation: btn 2s linear 0s infinite;
  animation: btn 2s linear 0s infinite;
}

.btn:hover::before {
  left: 110%;
}

.btn--red {
  background-color: var(--orange);
  color: var(--white);
}

.btn--large-size {
  height: 54rem;
  min-height: 54rem;
  width: 212rem;
  border-radius: 27rem;
  font-size: 20rem;
  line-height: 22rem;
}

.btn--custom {
  background-color: #fb6959;
  color: #fff;
  -webkit-filter: brightness(1);
  filter: brightness(1);
  -webkit-transition-property: -webkit-filter;
  transition-property: -webkit-filter;
  -o-transition-property: filter;
  transition-property: filter;
  transition-property: filter, -webkit-filter;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.btn--custom:hover {
  opacity: 1;
  -webkit-filter: brightness(1.15);
  filter: brightness(1.15);
}

.btn--min-size {
  height: 40rem;
  min-height: 40rem;
  border-radius: 20rem;
  text-transform: uppercase;
  font-size: 15rem;
  line-height: 17rem;
}

.btn--link-red-light {
  font-size: 16rem;
  line-height: 18rem;
  text-decoration: underline;
  color: #ff9e93;
  text-transform: lowercase;
}

/* Контейнер */

.container {
  padding: 0 200rem;
}

/* Icon */

.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.icon--arrow-list svg {
  width: 30rem;
  height: 30rem;
  min-width: 30rem;
  min-height: 30rem;
}

.icon--arrow-list svg path {
  stroke: #333333;
  stroke-width: 2rem;
}

.icon--arrow-list svg rect {
  stroke: #333333;
  stroke-width: 2rem;
}

.icon--arrow-top svg {
  width: 40rem;
  height: 40rem;
  min-width: 40rem;
  min-height: 40rem;
}

.icon--arrow-top svg path {
  fill: #000;
}

.icon--chevron-bottom svg {
  width: 16rem;
  height: 16rem;
  min-width: 16rem;
  min-height: 16rem;
  fill: transparent;
}

.icon--chevron-bottom svg path {
  stroke: #fff;
  stroke-width: 2rem;
}

.icon--file-form svg {
  width: 32rem;
  height: 27rem;
  min-width: 32rem;
  min-height: 27rem;
}

.icon--file-form svg path {
  stroke: #000;
  stroke-width: 2rem;
}

.icon--mail-form svg {
  width: 32rem;
  height: 24rem;
  min-width: 32rem;
  min-height: 24rem;
}

.icon--mail-form svg g {
  fill: #000;
  stroke-width: 1rem;
}

.icon--mobile-form svg {
  width: 18rem;
  height: 27rem;
  min-width: 18rem;
  min-height: 27rem;
}

.icon--mobile-form svg path {
  fill: #0f1729;
}

.icon--phone svg {
  width: 38rem;
  height: 40rem;
  min-width: 38rem;
  min-height: 40rem;
  fill: #000;
}

.icon--search svg {
  width: 25rem;
  height: 31rem;
  min-width: 25rem;
  min-height: 31rem;
  fill: transparent;
}

.icon--search svg path {
  stroke: #fff;
  stroke-width: 2rem;
}

.icon--download svg {
  width: 41rem;
  height: 41rem;
  min-width: 41rem;
  min-height: 41rem;
}

.icon--download path {
  fill: var(--red);
}

.icon--advan1 {
  width: 51rem;
  height: 51rem;
  min-width: 51rem;
  min-height: 51rem;
  background-image: url('../img/icons/advan1.svg');
}

.icon--advan2 {
  width: 50rem;
  height: 50rem;
  min-width: 50rem;
  min-height: 50rem;
  background-image: url('../img/icons/advan2.svg');
}

.icon--advan3 {
  width: 48rem;
  height: 48rem;
  min-width: 48rem;
  min-height: 48rem;
  background-image: url('../img/icons/advan3.svg');
}

.icon--advan4 {
  width: 50rem;
  height: 57rem;
  min-width: 50rem;
  min-height: 57rem;
  background-image: url('../img/icons/advan4.svg');
}

.icon--advan5 {
  width: 75rem;
  height: 75rem;
  min-width: 75rem;
  min-height: 75rem;
  background-image: url('../img/icons/advan5.svg');
}

.icon--advan6 {
  width: 60rem;
  height: 52rem;
  min-width: 60rem;
  min-height: 52rem;
  background-image: url('../img/icons/advan6.svg');
}

.icon--download-form {
  width: 60rem;
  height: 50rem;
  min-width: 60rem;
  min-height: 50rem;
  background-image: url('../img/icons/download-form.png');
}

.icon--telegram {
  width: 32rem;
  height: 32rem;
  min-width: 32rem;
  min-height: 32rem;
  background-image: url('../img/icons/ic-telegram.svg');
}

.icon--vk {
  width: 32rem;
  height: 32rem;
  min-width: 32rem;
  min-height: 32rem;
  background-image: url('../img/icons/ic-vk.svg');
}

.icon--whatsapp {
  width: 32rem;
  height: 32rem;
  min-width: 32rem;
  min-height: 32rem;
  background-image: url('../img/icons/ic-whatsapp.svg');
}

.icon--youtube {
  width: 32rem;
  height: 32rem;
  min-width: 32rem;
  min-height: 32rem;
  background-image: url('../img/icons/ic-yt.svg');
}

.icon--arrow-left {
  background-image: url('../img/icons/arrow-left.png');
  width: 21rem;
  height: 35rem;
  min-width: 21rem;
  min-height: 35rem;
}

.icon--arrow-right {
  background-image: url('../img/icons/arrow-right.png');
  width: 21rem;
  height: 35rem;
  min-width: 21rem;
  min-height: 35rem;
}

/* Modal */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 10001;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.modal__dialog {
  position: relative;
  margin: 0 auto;
  z-index: 9998;
}

.modal__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  outline: 0;
}

.modal .modal__close {
  position: absolute;
  z-index: 10;
}

.modal .modal__close:hover {
  cursor: pointer;
}

.modal .modal__icon--close svg {
  stroke: #000;
  width: 24rem;
  height: 24rem;
}

.modal--addmenu {
  background-color: #fff;
  -webkit-transform: translateX(-100vw);
  -ms-transform: translateX(-100vw);
  transform: translateX(-100vw);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 1;
}

.modal--addmenu .modal__dialog {
  width: 100%;
  max-height: 100%;
  height: 100%;
  position: relative;
  z-index: 100;
  overflow-y: auto;
}

.modal--addmenu .modal__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal--addmenu .modal__wrap-info address {
  font-size: 16rem;
  line-height: 18rem;
  font-weight: 500;
  text-align: left;
  font-style: normal;
}

.modal--addmenu .modal__wrap-info .btn {
  margin: 0;
}

.modal--addmenu .modal__mail a {
  text-decoration: underline;
  color: var(--red);
}

.modal--addmenu .modal__menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 12rem;
  list-style: none;
}

.modal--addmenu .modal__menu > ul > li > a {
  font-size: 18rem;
  line-height: 20rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 6rem;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
  text-decoration: none;
  color: #000;
}

.modal--addmenu .modal__mode p {
  font-size: 16rem;
  line-height: 20rem;
  font-weight: 500;
  text-align: left;
}

.modal--addmenu .modal__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal--addmenu .modal__btn a {
  min-height: 38rem;
  height: 38rem;
  font-size: 16rem;
  line-height: 18rem;
  font-weight: 500;
  padding: 0 30rem;
  width: unset;
}

.modal--addmenu.modal--visibleLeft {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.modal--addmenu.modal--fadeLeft {
  opacity: 0;
  pointer-events: none;
}

/* Input */

.wrap-input {
  position: relative;
  width: 100%;
}

.wrap-input input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 52rem;
  border: 1rem solid #6b0509;
  border-radius: 8rem;
  padding: 0 16rem;
  font-size: 15rem;
  line-height: 1;
  color: #000;
}

.wrap-input input::-webkit-input-placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #122e44;
  text-transform: uppercase;
}

.wrap-input input::-moz-placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #122e44;
  text-transform: uppercase;
}

.wrap-input input:-ms-input-placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #122e44;
  text-transform: uppercase;
}

.wrap-input input::-ms-input-placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #122e44;
  text-transform: uppercase;
}

.wrap-input input::placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #122e44;
  text-transform: uppercase;
}

.wrap-input--with-icon input {
  padding-left: 56rem;
}

.wrap-input--with-icon::before {
  content: '';
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  display: block;
  left: 8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.wrap-input--phone::before {
  background-image: url('../img/icons/phone.svg');
  width: 35rem;
  height: 35rem;
  min-width: 35rem;
  min-height: 35rem;
}

.wrap-input--email::before {
  background-image: url('../img/icons/mail.svg');
  width: 35rem;
  height: 35rem;
  min-width: 35rem;
  min-height: 35rem;
}

.wrap-input--file {
  border: 1rem solid #6b0509;
  border-radius: 8rem;
}

.wrap-input--file::after {
  content: 'Прикрепить файлы';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 56rem;
  text-transform: uppercase;
  font-size: 15rem;
  line-height: 1;
  color: #000;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wrap-input--file input {
  opacity: 0;
}

.wrap-input--file input:hover {
  cursor: pointer;
}

.wrap-input--file::before {
  background-image: url('../img/icons/add-folder.svg');
  width: 35rem;
  height: 35rem;
  min-width: 35rem;
  min-height: 35rem;
}

.wrap-input--width {
  width: auto;
  height: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap-input--width input {
  height: 40rem;
  padding-right: 38rem;
  opacity: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  -webkit-transition-property: opacity, width, right;
  -o-transition-property: opacity, width, right;
  transition-property: opacity, width, right;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  outline: none;
}

.wrap-input--width button {
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin-top: 0;
  cursor: pointer;
  background-color: transparent;
  border: unset;
}

.wrap-input--visible {
  position: relative;
}

.wrap-input--visible input {
  opacity: 1;
  max-width: unset;
  width: 300rem;
  position: absolute;
  pointer-events: all;
  right: -8rem;
  top: 0;
}

.wrap-input--visible button {
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.wrap-input--visible button i svg path {
  stroke: #000;
  stroke-width: 2rem;
}

/* Fix height */

.fix-height.offset-top {
  margin-top: 163rem;
}

/* Dropdown */

.dropdown {
  position: relative;
}

.dropdown a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8rem;
  -moz-column-gap: 8rem;
  column-gap: 8rem;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  -webkit-transition: color var(--transition-time) linear;
  -o-transition: color var(--transition-time) linear;
  transition: color var(--transition-time) linear;
}

.dropdown__wrapper {
  position: absolute;
  z-index: 4;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  width: 236rem;
  padding-top: 6px;
  max-height: 480px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.dropdown__wrapper::-webkit-scrollbar {
  opacity: 1;
}

.dropdown__content > ul {
  background: #fff;
  -webkit-box-shadow: 0 0 30rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30rem rgba(0, 0, 0, 0.2);
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.dropdown__content > ul > li {
  width: 100%;
  text-align: left;
  padding-left: 10rem;
  padding-right: 10rem;
  color: #000;
}

.dropdown__content > ul > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.dropdown__content > ul > li > a {
  text-transform: none;
  color: #000;
  -webkit-filter: none;
  filter: none;
  list-style: none;
  font-weight: 500;
  text-decoration: none;
  font-size: 15rem;
  line-height: 27rem;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.dropdown__content > ul > li > a:hover {
  text-decoration: none;
  opacity: 1;
}

.dropdown--active .dropdown__wrapper {
  visibility: visible;
  opacity: 1;
}

.dropdown--active i {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* Block form */

.benefit-card {
  height: 350rem;
  border-radius: 24rem;
  position: relative;
}

.benefit-card__wrap-img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.benefit-card__wrap-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
}

.benefit-card__content {
  position: absolute;
  right: 0;
  top: 0;
  width: 500rem;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg width='467' height='352' viewBox='0 0 467 352' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M168.5 0H443C456.255 0 467 10.7452 467 24V328C467 341.255 456.255 352 443 352H0L168.5 0Z' fill='%23463653'/%3E%3C/svg%3E%0A");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 30rem;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

.benefit-card__wrap-content {
  width: 100%;
  max-width: 334rem;
  color: var(--white);
  text-align: right;
  padding: 30rem 0 40rem 0;
}

.benefit-card__wrap-content p,
.benefit-card__wrap-content h3 {
  color: var(--white);
}

.benefit-card__wrap-content p a,
.benefit-card__wrap-content h3 a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.benefit-card__wrap-content h3 {
  font-size: 36rem;
  line-height: 43rem;
  font-weight: 700;
  margin-bottom: 32rem;
  text-transform: uppercase;
  min-height: 86rem;
}

.benefit-card__wrap-content p {
  display: block;
  font-size: 22rem;
  line-height: 30rem;
  font-weight: 400;
  max-width: 330rem;
  margin-left: auto;
  text-align: right;
  margin-bottom: 36rem;
}

.benefit-card__wrap-content p > a {
  color: var(--white);
}

.benefit-card__wrap-content a {
  color: var(--redLight);
}

.benefit-card__wrap-content a:hover {
  opacity: 1;
}

.benefit-card__wrap-content > a {
  margin-top: auto;
}

.benefit-card__wrap-content > a:hover {
  opacity: 0.9;
}

.benefit-card--bottom .benefit-card__wrap-content {
  margin-top: auto;
}

.benefit-card--bottom .benefit-card__wrap-content p {
  margin-bottom: 20rem;
}

.benefit-card--first-line .benefit-card__wrap-content h3 {
  padding-top: 40rem;
  min-height: unset;
}

.benefit-card--first-line .benefit-card__wrap-content p {
  min-height: 96rem;
}

.benefit-card--product {
  height: 168rem;
  width: 330rem;
  background-color: #fb6959;
  border: 2rem solid var(--violet);
  overflow: hidden;
}

.benefit-card--product .benefit-card__content {
  max-width: 290rem;
  padding-right: 18rem;
  right: -2rem;
}

.benefit-card--product .benefit-card__wrap-img {
  position: relative;
  width: unset;
  height: unset;
  left: 10rem;
  top: 13rem;
}

.benefit-card--product .benefit-card__wrap-img img {
  width: 150rem;
  height: auto;
}

.benefit-card--product .benefit-card__wrap-content {
  max-width: 170rem;
  padding: 0;
}

.benefit-card--product .benefit-card__wrap-content h3 {
  font-size: 24rem;
  line-height: 29rem;
  margin-bottom: 8rem;
  min-height: unset;
}

.benefit-card--product .benefit-card__wrap-content p {
  font-size: 15rem;
  line-height: 18rem;
  margin-bottom: 10rem;
}

.link-top {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 102rem;
  right: 30rem;
  z-index: 999;
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  z-index: 100;
  text-decoration: none;
  -webkit-animation: moveTop 2s infinite ease-in-out;
  animation: moveTop 2s infinite ease-in-out;
  display: none;
}

.link-top .icon svg {
  width: 100%;
  height: 100%;
}

.link-top:hover {
  opacity: 1;
}

.cookie-banner-close .link-top {
  bottom: 32rem;
}

.advantages-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 14rem;
  -moz-column-gap: 14rem;
  column-gap: 14rem;
}

.advantages-card:nth-child(5) .advantages-card__icon {
  position: relative;
  top: -10rem;
}

.advantages-card__icon {
  min-width: 64rem;
  height: 60rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.advantages-card__content h3 {
  font-size: 24rem;
  line-height: 28rem;
  font-weight: 700;
  margin-bottom: 24rem;
}

.advantages-card__content p {
  font-size: 15rem;
  line-height: 20rem;
  margin-bottom: 14rem;
}

.advantages-card__content a {
  font-size: 16rem;
  line-height: 18rem;
}

.advantages-card--product .advantages-card__content h3 {
  margin-bottom: 20rem;
}

.breadcrumbs {
  font-size: 15rem;
  line-height: 17rem;
  font-family: OpenSans;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 24rem;
}

.breadcrumbs a,
.breadcrumbs span {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  font-family: OpenSans;
  font-weight: inherit;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.breadcrumbs a {
  text-decoration: underline;
  position: relative;
  color: #e14837;
}

.breadcrumbs a::after {
  content: '>';
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  font-family: OpenSans;
  font-weight: inherit;
  color: #000;
  margin: 0 8rem 0 10rem;
  pointer-events: none;
}

.breadcrumbs span {
  color: #000;
}

.materials-card {
  text-decoration: none;
  color: var(--maintext);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.materials-card:hover {
  opacity: 1;
}

.materials-card__img {
  margin-bottom: 10rem;
  height: 114rem;
}

.materials-card__img img {
  height: 100%;
}

.materials-card__subtitle h3 {
  text-align: center;
  font-size: 15rem;
  line-height: 17rem;
  font-weight: 400;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.product-card {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 200rem;
  height: 200rem;
  position: relative;
}

.product-card:hover {
  opacity: 1;
}

.product-card:hover .product-card__title {
  background-color: rgb(70, 54, 83);
}

.product-card__title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  height: 74rem;
  background-color: rgba(70, 54, 83, 0.5);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  padding: 0 10rem;
}

.product-card__title span {
  font-size: 18rem;
  line-height: 22rem;
  color: var(--white);
  font-weight: 700;
}

/* Блоки */

/* Шапка сайта */

.header {
  position: fixed;
  height: 184rem;
  z-index: 999;
  width: 100%;
  max-width: 100%;
  left: 0;
  top: 0;
  -webkit-transition-property: height, padding-top, top, -webkit-box-shadow;
  transition-property: height, padding-top, top, -webkit-box-shadow;
  -o-transition-property: box-shadow, height, padding-top, top;
  transition-property: box-shadow, height, padding-top, top;
  transition-property: box-shadow, height, padding-top, top, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background-color: #fff;
}

.header__top {
  height: 16rem;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(58, 39, 71)),
    to(rgb(95, 79, 106))
  );
  background: -o-linear-gradient(
    left,
    rgb(58, 39, 71) 0%,
    rgb(95, 79, 106) 100%
  );
  background: linear-gradient(90deg, rgb(58, 39, 71) 0%, rgb(95, 79, 106) 100%);
}

.header__wrapper-content {
  padding: 22rem 0;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 56rem;
  -moz-column-gap: 56rem;
  column-gap: 56rem;
}

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

.header__logo a:hover {
  opacity: 1;
}

.header__logo a img {
  width: 172rem;
}

.header__wrap-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 6rem;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
}

.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header__info a {
  font-size: 18rem;
  line-height: 26rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--red);
  text-wrap: nowrap;
}

.header__info span {
  font-size: 12rem;
  line-height: 14rem;
}

.header__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 6rem;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
}

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

.header__mail {
  font-size: 16rem;
  line-height: 18rem;
  color: var(--red);
  text-decoration: underline;
}

.header__mail-icon {
  display: none;
}

.header__address address {
  font-size: 17rem;
  line-height: 23rem;
}

.header__wrap-bottom {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(58, 39, 71)),
    to(rgb(95, 79, 106))
  );
  background: -o-linear-gradient(
    left,
    rgb(58, 39, 71) 0%,
    rgb(95, 79, 106) 100%
  );
  background: linear-gradient(90deg, rgb(58, 39, 71) 0%, rgb(95, 79, 106) 100%);
}

.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12rem 0;
  -webkit-column-gap: 16rem;
  -moz-column-gap: 16rem;
  column-gap: 16rem;
}

.header__menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 36rem;
  -moz-column-gap: 36rem;
  column-gap: 36rem;
  list-style: none;
}

.header__menu > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 6rem;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
  color: var(--white);
  font-size: 20rem;
  text-decoration: none;
  line-height: 22rem;
}

.header__menu > ul > li > a > i {
  position: relative;
  top: 1.5rem;
}

.header__btn {
  margin-left: auto;
}

.header__wrapper-hamburger {
  display: none;
  width: 28rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  row-gap: 4rem;
  background-color: transparent;
  border: unset;
}

.header__wrapper-hamburger:hover {
  opacity: 0.8;
}

.header__wrapper-hamburger::after,
.header__wrapper-hamburger::before {
  content: '';
}

.header__wrapper-hamburger span,
.header__wrapper-hamburger::after,
.header__wrapper-hamburger::before {
  width: 100%;
  border: 2rem solid #000;
}

.header--fixed {
  position: fixed;
  -webkit-box-shadow: 0 0 16rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 16rem rgba(0, 0, 0, 0.25);
}

.header--bottom {
  top: -106rem;
}

.fix-height {
  margin-top: 184rem;
}

/* Подвал сайта */

.footer {
  padding: 56rem 0;
}

.footer__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 408rem (1fr) [3];
  grid-template-columns: 408rem repeat(3, 1fr);
  -ms-grid-rows: 240rem -webkit-min-content;
  -ms-grid-rows: 240rem min-content;
  grid-template-rows: 240rem -webkit-min-content;
  grid-template-rows: 240rem min-content;
  -webkit-column-gap: 30rem;
  -moz-column-gap: 30rem;
  column-gap: 30rem;
  row-gap: 30rem;
  position: relative;
}

.footer__column:not(:first-child) {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}

.footer__column:first-child {
  -ms-grid-row: 1;
  grid-row: 1;
}

.footer__bottom {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}

.footer__logo {
  display: block;
  margin-bottom: 32rem;
}

.footer__logo img {
  width: 172rem;
  height: auto;
  max-height: 44rem;
}

.footer__wrap-address {
  margin-bottom: 28rem;
}

.footer__wrap-address address {
  display: inline-block;
  line-height: 26rem;
}

.footer__wrap-address a {
  margin-left: 8rem;
  color: var(--redLight);
}

.footer__wrap-phone p {
  font-size: 20rem;
  line-height: 26rem;
  font-weight: 700;
}

.footer__wrap-phone p span {
  margin: 0 8rem;
}

.footer__wrap-phone p a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.footer__timework {
  position: relative;
  top: -2rem;
  margin-bottom: 16rem;
}

.footer__wrap-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 4rem;
}

.footer__wrap-menu a {
  text-decoration: none;
  color: var(--maintext);
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.footer__wrap-menu a:hover {
  color: var(--red);
  opacity: 1;
}

.footer__menu-title a {
  font-size: 18rem;
  line-height: 26rem;
  font-weight: 700;
}

.footer__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 4rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer__menu ul li a {
  font-size: 16rem;
  line-height: 24rem;
}

.footer__copy {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-grid-columns: 31rem 1fr;
  grid-template-columns: 31rem 1fr;
  -webkit-column-gap: 12rem;
  -moz-column-gap: 12rem;
  column-gap: 12rem;
}

.footer__copy img {
  height: 31rem;
  position: relative;
  top: 4rem;
}

.footer__copy span {
  font-size: 12rem;
  line-height: 17rem;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 300;
  text-transform: uppercase;
}

.footer__copy span a {
  color: inherit;
  text-decoration: none;
}

.footer__state {
  position: absolute;
  top: -2rem;
  left: 240rem;
}

.footer__state:hover {
  opacity: 1;
}

.tab-menu .tab-menu__button .icon {
  display: none;
}

.block-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 400rem;
  grid-template-columns: 1fr 1fr 400rem;
  -webkit-column-gap: 16rem;
  -moz-column-gap: 16rem;
  column-gap: 16rem;
  row-gap: 10rem;
}

.block-form__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 8rem;
}

.block-form__control-subtext {
  font-size: 12rem;
  line-height: 1;
  color: #a4a4a4;
  font-weight: 400;
}

.block-form__wrap-socials {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column-span: 2;
  grid-column: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15rem;
  -moz-column-gap: 15rem;
  column-gap: 15rem;
}

.block-form__socials-text {
  position: relative;
  font-size: 15rem;
  color: #122e44;
}

.block-form__button {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 3;
  grid-column: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.block-form__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}

.cookie-banner {
  display: none;
  position: sticky;
  bottom: 0;
  left: 0;
  background-color: var(--background-dark);
  padding: 15rem 0;
  z-index: 999;
}

.cookie-banner__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 60rem;
  -moz-column-gap: 60rem;
  column-gap: 60rem;
}

.cookie-banner__flex span {
  font-size: 14rem;
  line-height: 20rem;
  font-weight: 400;
  color: var(--white);
}

.cookie-banner__flex .btn {
  height: 40rem;
  font-size: 15rem;
  line-height: 15rem;
  min-width: 156rem;
}

.cookie-banner.visible {
  display: block;
}

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

/* Страница: Главная */

.sc-main {
  padding-top: 30rem;
}

.sc-main__wrap-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 388rem;
  grid-template-columns: 1fr 388rem;
  -webkit-column-gap: 30rem;
  -moz-column-gap: 30rem;
  column-gap: 30rem;
}

.sc-main__left img {
  height: 100%;
}

.sc-main__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sc-main__title {
  margin-bottom: 24rem;
}

.sc-main__flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20rem;
  margin-bottom: 20rem;
}

.sc-main__btn a {
  font-size: 16rem;
  line-height: 18rem;
}

.sc-advantages {
  padding-top: 60rem;
  padding-bottom: 80rem;
}

.sc-advantages__wrap-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 46rem;
  -moz-column-gap: 46rem;
  column-gap: 46rem;
  row-gap: 24rem;
}

.sc-catalog {
  padding-bottom: 48rem;
}

.sc-catalog__wrap-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [5];
  grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 18rem;
  -moz-column-gap: 18rem;
  column-gap: 18rem;
  row-gap: 24rem;
}

.sc-form {
  padding: 48rem 0;
}

.sc-form__wrap {
  max-width: 1024rem;
  margin-left: auto;
  margin-right: auto;
}

.sc-form__head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 41rem 1fr;
  grid-template-columns: 41rem 1fr;
  margin-bottom: 20rem;
  -webkit-column-gap: 14rem;
  -moz-column-gap: 14rem;
  column-gap: 14rem;
  row-gap: 8rem;
}

.sc-form__body {
  padding-left: 55rem;
}

.sc-form__wrap-icon .icon {
  position: relative;
  top: 2rem;
}

.sc-form__title {
  font-size: 24rem;
  font-weight: 700;
  margin-bottom: 4rem;
}

.sc-form__desc {
  font-size: 15rem;
  color: #122e44;
}

.sc-form--no-spacing {
  padding: 0;
}

.main-wrap-bg {
  position: relative;
}

.main-wrap-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  background-image: url('../img/about-bg1.png');
}

.main-wrap-bg section {
  position: relative;
  z-index: 1;
}

.sc-benefits {
  padding: 48rem 0;
}

.sc-benefits__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 20rem;
  -moz-column-gap: 20rem;
  column-gap: 20rem;
  row-gap: 20rem;
}

.sc-benefits--page {
  padding: 32rem 0 64rem 0;
}

.sc-about {
  padding: 48rem 0;
  height: 100vh;
  min-height: 768rem;
}

.sc-about__wrap-title {
  margin-bottom: 44rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20rem;
}

.sc-about__title {
  font-size: 36rem;
  line-height: 40rem;
  font-weight: 700;
}

.sc-about__desc {
  font-size: 22rem;
  font-weight: 700;
}

.sc-about__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 40rem;
  -moz-column-gap: 40rem;
  column-gap: 40rem;
}

.sc-about__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30rem;
}

.sc-about__column:nth-child(2) {
  padding-top: 24rem;
}

.sc-about__column ul li {
  font-size: 20rem;
  line-height: 24rem;
}

.sc-advantages--page-bottom {
  padding: 10rem 0 48rem 0;
}

.sc-product-page {
  padding-top: 32rem;
  padding-bottom: 100rem;
}

.sc-product-page__wrapper-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 614rem 1fr;
  grid-template-columns: 614rem 1fr;
  -webkit-column-gap: 30rem;
  -moz-column-gap: 30rem;
  column-gap: 30rem;
}

.sc-product-page__content:nth-child(1) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

.sc-product-page__content:nth-child(2) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row-span: 4;
  grid-row: span 4;
}

.sc-product-page__content:nth-child(3) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}

.sc-product-page__content:nth-child(4) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
  min-width: 0;
}

.sc-product-page__content:nth-child(6) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 4;
  grid-row: 4;
}

.sc-product-page__wrap-title {
  margin-bottom: 24rem;
}

.sc-product-page__wrapper-img {
  height: 500rem;
  margin-bottom: 25px;
}

.sc-product-page__wrapper-img img {
  height: 100%;
}
.sc-product-desc__wrapper-document {
  display: flex;
  width:100%;
  flex-wrap: wrap;
  gap:25px;
  position: relative;
  justify-content: space-between;
  padding-bottom: 18rem;
}
.sc-product-desc__wrapper-document::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1rem;
  bottom: 0;
  left: 0;
  background-color: #6B0709;
}
.foto_g
{
    margin-top:30px;
    display: grid;
  grid-template-columns: repeat(6, 1fr);
  row-gap: 25px;
  column-gap: 25px;
	}
	@media (max-width: 1440px) {

  .foto_g
{
    margin-top:30px;
    display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 30rem;
  column-gap: 35rem;
	}
}
@media (max-width: 992px) {

  .foto_g
{
    margin-top:30px;
    display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 30rem;
  column-gap: 35rem;
	}
}
@media (max-width: 767px) {

  .foto_g
{
    margin-top:30px;
    display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 10rem;
  column-gap: 10rem;
	}
}
@media (max-width: 992px) {
  .sc-product-desc__wrapper-document::after {
    left: 0;
  }
}
@media (max-width: 992px) {
  .sc-product-desc__wrapper-document {
    padding-bottom: 0;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .sc-product-desc__wrapper-document {
    flex-direction: row;
    padding-bottom: 20rem;
    column-gap: 10rem;
    display:none;
  }
}
@media (max-width: 992px) {
  .sc-product-desc__wrapper-image {
    max-width: 120rem;
  }
}
@media (max-width: 767px) {
  .sc-product-desc__wrapper-image {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .sc-product-desc__wrapper-image img {
    max-width: 120rem;
  }
}

.sc-product-page__wrap-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 26rem;
  margin-bottom: 26rem;
}

.sc-product-page__inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30rem;
  -moz-column-gap: 30rem;
  column-gap: 30rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sc-product-page__wrap-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 114rem 212rem;
  grid-template-columns: 114rem 212rem;
  -webkit-column-gap: 16rem;
  -moz-column-gap: 16rem;
  column-gap: 16rem;
  row-gap: 24rem;
}

.sc-product-page__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10rem;
  -moz-column-gap: 10rem;
  column-gap: 10rem;
}

.sc-product-page__form input {
  width: 76rem;
  height: 52rem;
  padding: 0 12rem;
  outline: none;
  border: 1rem solid #000;
  border-radius: 4rem;
  font-size: 16rem;
  line-height: 18rem;
}

.sc-product-page__form input::-webkit-input-placeholder {
  color: #000;
  font-size: inherit;
  line-height: inherit;
}

.sc-product-page__form input::-moz-placeholder {
  color: #000;
  font-size: inherit;
  line-height: inherit;
}

.sc-product-page__form input:-ms-input-placeholder {
  color: #000;
  font-size: inherit;
  line-height: inherit;
}

.sc-product-page__form input::-ms-input-placeholder {
  color: #000;
  font-size: inherit;
  line-height: inherit;
}

.sc-product-page__form input::placeholder {
  color: #000;
  font-size: inherit;
  line-height: inherit;
}

.sc-product-page__form input[type='number']::-webkit-outer-spin-button,
.sc-product-page__form input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sc-product-page__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 14rem;
  -moz-column-gap: 14rem;
  column-gap: 14rem;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.sc-product-page__link i {
  width: 36rem;
  height: 31rem;
  min-width: 36rem;
  min-height: 31rem;
}

.sc-product-page__link a {
  position: relative;
  top: -2rem;
  font-size: 18rem;
  line-height: 20rem;
}

.sc-product-page__desc p {
  font-size: 15rem;
  line-height: 20rem;
}

.sc-product-page__materials {
  margin-bottom: 42rem;
}

.sc-product-page__materials > span {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24rem;
  line-height: 26rem;
  font-weight: 700;
  margin-bottom: 24rem;
}

.sc-product-page__materials > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sc-product-page__slider {
  position: relative;
  margin-bottom: 36rem;
}

.sc-product-page__slider .swiper {
  max-width: 642rem;
}

.sc-product-page__slider .arrow-custom-prev {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.sc-product-page__slider .arrow-custom-next {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.sc-product-page__slider .swiper-button-disabled {
  opacity: 0.6;
}


.sc-images-page__slider {
  position: relative;
  margin-bottom: 36rem;
}

.sc-images-page__slider .swiper {
  max-width: 642rem;
}

.sc-images-page__slider .arrow-custom-prev {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1000;
  background: #cecece99;
  padding: 10px;
}

.sc-images-page__slider .arrow-custom-next {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1000;
  background: #cecece99;
  padding: 10px;
}

.sc-images-page__slider .swiper-button-disabled {
  opacity: 0.6;
}

.sc-product-page__advantags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30rem;
}

.sc-product-page__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20rem;
}

.sc-product-page__item {
  position: relative;
  padding-left: 42rem;
}

.sc-product-page__item::after {
  position: absolute;
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter);
  top: 4rem;
  left: 0;
  font-size: 24rem;
  line-height: 20rem;
  font-weight: 700;
}

.sc-product-page__item::before {
  position: absolute;
  content: '/';
  top: 4rem;
  left: 20rem;
  font-size: 48rem;
  line-height: 20rem;
  font-weight: 400;
}

.sc-product-page__item h3 {
  font-size: 24rem;
  line-height: 28rem;
  color: #fc6a5a;
  margin-bottom: 16rem;
}

.sc-product-page__item p {
  font-size: 15rem;
  line-height: 20rem;
}

.sc-product-page__catalog {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [5];
  grid-template-columns: repeat(5, 1fr);
  gap: 20rem;
  margin-top: 40rem;
}

@media (max-width: 1600px) {
  html {
    font-size: 0.0625vw;
  }

  h1 {
    font-size: 32rem;
    line-height: 36rem;
  }

  .btn--large-size {
    width: 190rem;
    font-size: 18rem;
    line-height: 20rem;
    height: 50rem;
    min-height: 50rem;
  }

  .container {
    padding: 0 160rem;
  }

  .benefit-card__content {
    width: 440rem;
  }

  .benefit-card__wrap-content {
    max-width: 300rem;
  }

  .benefit-card__wrap-content h3 {
    font-size: 32rem;
    line-height: 38rem;
    min-height: 76rem;
  }

  .benefit-card__wrap-content p {
    font-size: 20rem;
    line-height: 28rem;
    max-width: 300rem;
  }

  .benefit-card--first-line .benefit-card__wrap-content p {
    min-height: 84rem;
  }

  .benefit-card--product {
    width: 300rem;
  }

  .benefit-card--product .benefit-card__content {
    max-width: 260rem;
  }

  .benefit-card--product .benefit-card__wrap-img {
    left: 6rem;
  }

  .benefit-card--product .benefit-card__wrap-content h3 {
    font-size: 22rem;
    line-height: 26rem;
  }

  .advantages-card {
    -webkit-column-gap: 10rem;
    -moz-column-gap: 10rem;
    column-gap: 10rem;
  }

  .advantages-card__content h3 {
    font-size: 22rem;
    line-height: 28rem;
  }

  .materials-card--slider .materials-card__img {
    height: 102rem;
  }

  .header {
    height: 180rem;
  }

  .header__content {
    -webkit-column-gap: 30rem;
    -moz-column-gap: 30rem;
    column-gap: 30rem;
  }

  .header__logo a img {
    width: 150rem;
  }

  .header__menu > ul {
    -webkit-column-gap: 30rem;
    -moz-column-gap: 30rem;
    column-gap: 30rem;
  }

  .header__menu > ul > li > a {
    font-size: 18rem;
    line-height: 20rem;
  }

  .fix-height {
    margin-top: 180rem;
  }

  .cookie-banner__flex {
    -webkit-column-gap: 40rem;
    -moz-column-gap: 40rem;
    column-gap: 40rem;
  }

  .cookie-banner__flex span {
    font-size: 13.4rem;
    line-height: 19rem;
  }

  .sc-advantages__wrap-content {
    -webkit-column-gap: 30rem;
    -moz-column-gap: 30rem;
    column-gap: 30rem;
  }

  .sc-product-page__wrapper-content {
    -ms-grid-columns: 550rem 1fr;
    grid-template-columns: 550rem 1fr;
  }

  .sc-product-page__slider .swiper {
    max-width: 580rem;
  }
    .sc-images-page__slider .swiper {
    max-width: 580rem;
  }
}

@media (max-width: 1440px) {
  html {
    font-size: 0.0694444444vw;
  }

  .container {
    padding: 0 120rem;
  }

  .icon--phone svg {
    width: 34rem;
    height: 38rem;
    min-width: 34rem;
    min-height: 38rem;
  }

  .icon--advan1 {
    width: 47rem;
    height: 47rem;
    min-width: 47rem;
    min-height: 47rem;
  }

  .icon--advan2 {
    width: 46rem;
    height: 46rem;
    min-width: 46rem;
    min-height: 46rem;
  }

  .icon--advan3 {
    width: 44rem;
    height: 44rem;
    min-width: 44rem;
    min-height: 44rem;
  }

  .icon--advan4 {
    width: 46rem;
    height: 53rem;
    min-width: 46rem;
    min-height: 53rem;
  }

  .icon--advan5 {
    width: 70rem;
    height: 70rem;
    min-width: 70rem;
    min-height: 70rem;
  }

  .icon--advan6 {
    width: 56rem;
    height: 48rem;
    min-width: 56rem;
    min-height: 48rem;
  }

  .benefit-card {
    height: 300rem;
  }

  .benefit-card__content {
    width: 420rem;
  }

  .benefit-card__wrap-content {
    max-width: 290rem;
  }

  .benefit-card__wrap-content h3 {
    font-size: 30rem;
    line-height: 36rem;
    min-height: 72rem;
  }

  .benefit-card__wrap-content p {
    font-size: 18rem;
    line-height: 26rem;
    max-width: 280rem;
  }

  .benefit-card--first-line .benefit-card__wrap-content h3 {
    padding-top: 20rem;
  }

  .benefit-card--first-line .benefit-card__wrap-content p {
    min-height: 78rem;
  }

  .advantages-card__icon {
    min-width: 56rem;
    height: 53rem;
  }

  .advantages-card__content h3 {
    font-size: 20rem;
    line-height: 26rem;
    margin-bottom: 20rem;
  }

  .advantages-card__content p {
    font-size: 14rem;
    line-height: 19rem;
    margin-bottom: 12rem;
  }

  .materials-card--slider .materials-card__img {
    height: 96rem;
  }

  .product-card__title {
    height: 70rem;
  }

  .product-card__title span {
    font-size: 16rem;
    line-height: 20rem;
  }

  .header {
    height: 176rem;
  }

  .header__logo a img {
    width: 140rem;
  }

  .header__info a {
    font-size: 17rem;
    line-height: 24rem;
  }

  .header__address address {
    font-size: 15rem;
    line-height: 21rem;
  }

  .header__menu > ul {
    -webkit-column-gap: 24rem;
    -moz-column-gap: 24rem;
    column-gap: 24rem;
  }

  .header__menu > ul > li > a {
    font-size: 17rem;
    line-height: 19rem;
  }

  .header--bottom {
    top: -102rem;
  }

  .fix-height {
    margin-top: 176rem;
  }

  .cookie-banner__flex {
    -webkit-column-gap: 20rem;
    -moz-column-gap: 20rem;
    column-gap: 20rem;
  }

  .cookie-banner__flex span {
    font-size: 12.6rem;
    line-height: 18rem;
  }

  .sc-advantages__wrap-content {
    -webkit-column-gap: 24rem;
    -moz-column-gap: 24rem;
    column-gap: 24rem;
  }

  .sc-product-page__wrapper-content {
    -ms-grid-columns: 500rem 1fr;
    grid-template-columns: 500rem 1fr;
  }

  .sc-product-page__wrapper-img {
    height: 460rem;
  }

  .sc-product-page__wrap-form {
    -ms-grid-columns: 104rem 191rem;
    grid-template-columns: 104rem 191rem;
    -webkit-column-gap: 12rem;
    -moz-column-gap: 12rem;
    column-gap: 12rem;
    row-gap: 20rem;
  }

  .sc-product-page__form input {
    width: 64rem;
    height: 46rem;
  }

  .sc-product-page__slider .swiper {
    max-width: 550rem;
  }
   .sc-images-page__slider .swiper {
    max-width: 550rem;
  }

  .sc-product-page__item::after {
    font-size: 20rem;
    top: 2rem;
  }

  .sc-product-page__item::before {
    font-size: 40rem;
    top: 3rem;
  }

  .sc-product-page__item h3 {
    font-size: 20rem;
    line-height: 22rem;
  }
}

@media (max-width: 1200px) {
  .sc-form__wrap {
    max-width: unset;
    padding: 0 40rem;
    margin: 0;
  }
}

@media (max-width: 1024px) {
  .sc-form__wrap {
    padding: 0;
  }
}

@media (max-width: 992px) {
  html {
    font-size: 0.1302083333vw;
  }

  h1 {
    font-size: 28rem;
    line-height: 32rem;
  }

  .square-list ul {
    row-gap: 16rem;
  }

  .square-list li {
    -webkit-column-gap: 24rem;
    -moz-column-gap: 24rem;
    column-gap: 24rem;
  }

  .wrapper-desc {
    row-gap: 20rem;
  }

  .btn {
    height: 44rem;
    font-size: 18rem;
    line-height: 18rem;
  }

  .container {
    padding: 0 40rem;
  }

  .icon--chevron-bottom svg path {
    stroke: #000;
  }

  .icon--phone svg {
    width: 26rem;
    height: 30rem;
    min-width: 26rem;
    min-height: 30rem;
  }

  .icon--search svg path {
    stroke: #000;
  }

  .icon--advan1 {
    width: 42rem;
    height: 42rem;
    min-width: 42rem;
    min-height: 42rem;
  }

  .icon--advan2 {
    width: 41rem;
    height: 41rem;
    min-width: 41rem;
    min-height: 41rem;
  }

  .icon--advan3 {
    width: 39rem;
    height: 39rem;
    min-width: 39rem;
    min-height: 39rem;
  }

  .icon--advan4 {
    width: 41rem;
    height: 48rem;
    min-width: 41rem;
    min-height: 48rem;
  }

  .icon--advan5 {
    width: 65rem;
    height: 65rem;
    min-width: 65rem;
    min-height: 65rem;
  }

  .icon--advan6 {
    width: 51rem;
    height: 43rem;
    min-width: 51rem;
    min-height: 43rem;
  }

  .icon--telegram {
    width: 28rem;
    height: 28rem;
    min-width: 28rem;
    min-height: 28rem;
  }

  .icon--vk {
    width: 28rem;
    height: 28rem;
    min-width: 28rem;
    min-height: 28rem;
  }

  .icon--whatsapp {
    width: 28rem;
    height: 28rem;
    min-width: 28rem;
    min-height: 28rem;
  }

  .icon--youtube {
    width: 28rem;
    height: 28rem;
    min-width: 28rem;
    min-height: 28rem;
  }

  .modal .modal__close {
    right: 40rem;
    top: 30rem;
  }

  .modal--addmenu .modal__content {
    padding-top: 28rem;
    height: 100%;
  }

  .modal--addmenu .modal__container {
    padding: 0 40rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal--addmenu .modal__inner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    height: 100%;
    margin: auto 0;
  }

  .modal--addmenu .modal__wrapper-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .modal--addmenu .modal__logo a img {
    width: 120rem;
  }

  .modal--addmenu .modal__wrap-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .modal--addmenu .modal__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 6rem;
    -moz-column-gap: 6rem;
    column-gap: 6rem;
  }

  .modal--addmenu .modal__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal--addmenu .modal__info a {
    font-size: 16rem;
    line-height: 22rem;
    font-weight: 700;
    color: var(--red);
    text-decoration: none;
  }

  .modal--addmenu .modal__info span {
    font-size: 12rem;
    line-height: 14rem;
  }

  .modal--addmenu .modal__menu > ul > li > a i {
    position: relative;
    top: 1rem;
  }

  .modal--addmenu .modal__mode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    row-gap: 6rem;
  }

  .modal--addmenu .modal__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10rem;
    -moz-column-gap: 10rem;
    column-gap: 10rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wrap-input input {
    height: 44rem;
    font-size: 14rem;
  }

  .wrap-input--with-icon input {
    padding-left: 44rem;
  }

  .wrap-input--phone::before {
    width: 28rem;
    height: 28rem;
    min-width: 28rem;
    min-height: 28rem;
  }

  .wrap-input--email::before {
    width: 28rem;
    height: 28rem;
    min-width: 28rem;
    min-height: 28rem;
  }

  .wrap-input--file::after {
    left: 44rem;
  }

  .wrap-input--file::before {
    width: 28rem;
    height: 28rem;
    min-width: 28rem;
    min-height: 28rem;
  }

  .wrap-input--visible input {
    width: 240rem;
  }

  .fix-height.offset-top {
    margin-top: 135rem;
  }

  .dropdown__wrapper {
    width: 200rem;
    position: relative;
    display: none;
    padding-top: 0px;
  }

  .dropdown__content > ul {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding-top: 4rem;
    padding-bottom: 0rem;
  }

  .dropdown--active .dropdown__wrapper {
    display: block;
    max-height: unset;
  }

  .benefit-card {
    height: 190rem;
    border-radius: 20rem;
  }

  .benefit-card__content {
    width: 100%;
    background-position-x: 50rem;
    padding-right: 15rem;
  }

  .benefit-card__wrap-content {
    max-width: 180rem;
    padding: 0;
  }

  .benefit-card__wrap-content h3 {
    font-size: 19rem;
    line-height: 24rem;
    margin-bottom: 16rem;
    min-height: 50rem;
  }

  .benefit-card__wrap-content p {
    font-size: 12rem;
    line-height: 18rem;
    margin-bottom: 12rem;
    max-width: 200rem;
  }

  .benefit-card__wrap-content > a {
    font-size: 12rem;
    line-height: 14rem;
  }

  .benefit-card--bottom .benefit-card__wrap-content {
    margin-top: 0;
  }

  .benefit-card--bottom .benefit-card__wrap-content p {
    margin-bottom: 12rem;
  }

  .benefit-card--first-line .benefit-card__wrap-content h3 {
    padding-top: 0;
  }

  .benefit-card--first-line .benefit-card__wrap-content p {
    min-height: unset;
  }

  .benefit-card--product .benefit-card__content {
    background-position-x: 27rem;
    max-width: 296rem;
  }

  .link-top {
    bottom: 124rem;
    right: 4rem;
    width: 32rem;
    height: 32rem;
  }

  .link-top .icon svg {
    min-width: 32rem;
    min-height: 32rem;
  }

  .cookie-banner-close .link-top {
    bottom: 24rem;
  }

  .advantages-card__icon {
    min-width: 51rem;
    height: 48rem;
  }

  .advantages-card__content h3 {
    font-size: 18rem;
    line-height: 24rem;
    margin-bottom: 14rem;
  }

  .advantages-card__content p {
    font-size: 13rem;
    line-height: 18rem;
  }

  .advantages-card--product .advantages-card__content h3 {
    margin-bottom: 16rem;
  }

  .breadcrumbs {
    padding-bottom: 12rem;
    font-size: 14rem;
    line-height: 16rem;
    font-family: OpenSans;
    font-weight: 400;
  }

  .materials-card__img {
    margin-bottom: 6rem;
    height: 116rem;
  }

  .materials-card__subtitle h3 {
    font-size: 13rem;
    line-height: 16rem;
  }

  .product-card {
    min-height: 130rem;
    height: 130rem;
  }

  .product-card__title {
    height: 60rem;
  }

  .product-card__title span {
    font-size: 14rem;
    line-height: 16rem;
  }

  .header {
    height: 66rem;
  }

  .header__top {
    height: 10rem;
  }

  .header__wrapper-content {
    padding: 12rem 0;
  }

  .header__content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 14rem;
    -moz-column-gap: 14rem;
    column-gap: 14rem;
  }

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

  .header__logo a img {
    width: 110rem;
  }

  .header__wrap-info {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-left: auto;
  }

  .header__info {
    display: none;
  }

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

  .header__wrap-mail {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .header__mail {
    display: none;
  }

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

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

  .header__address address {
    font-size: 12rem;
    line-height: 16rem;
  }

  .header__wrap-bottom {
    display: none;
  }

  .header__search {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .header__wrapper-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .header--bottom {
    top: 0;
  }

  .fix-height {
    margin-top: 66rem;
  }

  .footer {
    padding: 32rem 0;
  }

  .footer__grid {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 40rem;
    -moz-column-gap: 40rem;
    column-gap: 40rem;
    row-gap: 15rem;
    -ms-grid-rows: 195rem -webkit-min-content;
    -ms-grid-rows: 195rem min-content;
    grid-template-rows: 195rem -webkit-min-content;
    grid-template-rows: 195rem min-content;
  }

  .footer__column--first-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 4rem;
  }

  .footer__logo {
    margin-bottom: 20rem;
  }

  .footer__logo img {
    width: 154rem;
  }

  .footer__wrap-address {
    margin-bottom: 12rem;
  }

  .footer__wrap-address address {
    line-height: 24rem;
  }

  .footer__wrap-phone p {
    font-size: 17rem;
    line-height: 21rem;
  }

  .footer__wrap-phone p span {
    margin: 0 4rem;
  }

  .footer__timework {
    margin-bottom: 12rem;
  }

  .footer__wrap-menu {
    max-width: 280rem;
  }

  .footer__menu-title a {
    font-size: 17rem;
    line-height: 25rem;
  }

  .footer__menu ul li a {
    font-size: 15rem;
    line-height: 22rem;
  }

  .footer__state {
    left: 180rem;
  }

  .tab-menu {
    overflow: hidden;
  }

  .tab-menu .tab-menu__button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 16rem;
    -moz-column-gap: 16rem;
    column-gap: 16rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tab-menu .tab-menu__button .icon {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' width='24px' height='24px' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.003 18.626l7.081-7.081L25 13.46l-8.997 8.998-9.003-9 1.917-1.916z'/%3E%3C/svg%3E");
    width: 24rem;
    height: 24rem;
    min-width: 24rem;
    min-height: 24rem;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
  }

  .tab-menu .tab-menu__content {
    opacity: 0;
    height: 0;
    -webkit-transition-property: opacity, height;
    -o-transition-property: opacity, height;
    transition-property: opacity, height;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .tab-menu.open .tab-menu__content {
    opacity: 1;
    pointer-events: all;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
  }

  .tab-menu.open .tab-menu__button .icon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .block-form {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }

  .block-form__control-subtext {
    font-size: 10.5rem;
  }

  .cookie-banner {
    padding: 10rem 0;
  }

  .cookie-banner__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    row-gap: 10rem;
  }

  .cookie-banner__flex span {
    font-size: 11rem;
    line-height: 15rem;
  }

  .cookie-banner__flex .btn {
    height: 32rem;
    font-size: 13rem;
    line-height: 13rem;
    min-width: 124rem;
  }

  .sc-main {
    padding-top: 10rem;
  }

  .sc-main__wrap-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 30rem;
  }

  .sc-main__flex {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
    gap: 16rem;
    margin-bottom: 16rem;
  }

  .sc-advantages {
    padding-top: 48rem;
    padding-bottom: 48rem;
  }

  .sc-advantages__wrap-content {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20rem;
    -webkit-column-gap: 20rem;
    -moz-column-gap: 20rem;
    column-gap: 20rem;
  }

  .sc-catalog {
    padding-bottom: 24rem;
  }

  .sc-catalog__wrap-content {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 16rem;
    -moz-column-gap: 16rem;
    column-gap: 16rem;
    row-gap: 16rem;
  }

  .sc-form {
    padding: 24rem 0;
  }

  .sc-form__body {
    padding-left: 0;
  }

  .sc-form__title {
    font-size: 22rem;
  }

  .sc-form__desc {
    font-size: 14rem;
  }

  .sc-benefits {
    padding: 24rem 0;
  }

  .sc-benefits__items {
    -webkit-column-gap: 15rem;
    -moz-column-gap: 15rem;
    column-gap: 15rem;
    row-gap: 15rem;
  }

  .sc-benefits--page {
    padding: 24rem 0 32rem 0;
  }

  .sc-about {
    height: auto;
    min-height: unset;
    padding: 24rem 0 48rem 0;
  }

  .sc-about__wrap-title {
    margin-bottom: 24rem;
    row-gap: 10rem;
  }

  .sc-about__title {
    font-size: 27rem;
    line-height: 31rem;
  }

  .sc-about__desc {
    font-size: 18rem;
  }

  .sc-about__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 32rem;
  }

  .sc-about__column {
    row-gap: 20rem;
  }

  .sc-about__column:nth-child(2) {
    padding-top: 0;
  }

  .sc-about__column ul li {
    font-size: 17rem;
    line-height: 21rem;
  }

  .sc-advantages--page-bottom {
    padding-top: 0;
    padding-bottom: 32rem;
  }

  .sc-product-page {
    padding-top: 20rem;
    padding-bottom: 40rem;
  }

  .sc-product-page__wrapper-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sc-product-page__content:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }

  .sc-product-page__content:nth-child(2) {
    -ms-grid-row: 2;
    grid-row: 2;
  }

  .sc-product-page__content:nth-child(3) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }

  .sc-product-page__content:nth-child(4) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }

  .sc-product-page__content:nth-child(6) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }

  .sc-product-page__wrapper-img {
    margin-bottom: 30rem;
    height: auto;
  }

  .sc-product-page__wrapper-img img {
    height: auto;
  }

  .sc-product-page__wrap-description {
    row-gap: 24rem;
    margin-bottom: 24rem;
  }

  .sc-product-page__link a {
    font-size: 16rem;
    line-height: 18rem;
  }

  .sc-product-page__desc p {
    font-size: 13rem;
    line-height: 18rem;
  }

  .sc-product-page__materials {
    margin-bottom: 30rem;
  }

  .sc-product-page__materials > span {
    font-size: 20rem;
    line-height: 22rem;
  }

  .sc-product-page__slider .swiper {
    max-width: 580rem;
  }
  .sc-images-page__slider .swiper {
    max-width: 580rem;
  }

  .sc-product-page__advantags {
    row-gap: 24rem;
    margin-bottom: 20rem;
  }

  .sc-product-page__items {
    row-gap: 24rem;
  }

  .sc-product-page__item {
    padding-left: 30rem;
  }

  .sc-product-page__item::after {
    font-size: 18rem;
    top: 1rem;
  }

  .sc-product-page__item::before {
    font-size: 34rem;
    top: 1rem;
    left: 14rem;
  }

  .sc-product-page__item h3 {
    font-size: 18rem;
    line-height: 20rem;
    margin-bottom: 14rem;
  }

  .sc-product-page__item p {
    font-size: 13rem;
    line-height: 18rem;
  }

  .sc-product-page__catalog {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 16rem;
    -moz-column-gap: 16rem;
    column-gap: 16rem;
    row-gap: 16rem;
  }
}

@media (max-width: 992px) and (max-width: 767px) {
  .modal--addmenu .modal__mode {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .dropdown__content > ul > li {
    padding-left: 12rem;
    padding-right: 6rem;
  }

  .dropdown__content > ul > li > a {
    font-size: 13rem;
    line-height: 24rem;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 0.3125vw;
  }

  body {
    font-size: 14rem;
  }

  h1 {
    font-size: 20rem;
    line-height: 24rem;
  }

  h2 {
    font-size: 18rem;
    line-height: 22rem;
  }

  .square-list ul {
    row-gap: 10rem;
  }

  .square-list li {
    -webkit-column-gap: 12rem;
    -moz-column-gap: 12rem;
    column-gap: 12rem;
  }

  .square-list li::before {
    width: 24rem;
    height: 24rem;
    min-width: 24rem;
    min-height: 24rem;
  }

  .wrapper-desc {
    row-gap: 12rem;
  }

  .btn {
    height: 36rem;
    font-size: 16rem;
    line-height: 16rem;
  }

  .container {
    padding: 0 15rem;
  }

  .icon--chevron-bottom svg {
    width: 12rem;
    height: 12rem;
    min-width: 12rem;
    min-height: 12rem;
  }

  .icon--mail-form svg {
    width: 26rem;
    height: 18rem;
    min-width: 26rem;
    min-height: 18rem;
  }

  .icon--phone svg {
    width: 22rem;
    height: 26rem;
    min-width: 22rem;
    min-height: 26rem;
  }

  .icon--search svg {
    width: 19rem;
    height: 25rem;
    min-width: 19rem;
    min-height: 25rem;
  }

  .icon--download svg {
    width: 43rem;
    height: 43rem;
    min-width: 43rem;
    min-height: 43rem;
  }

  .icon--advan1 {
    width: 36rem;
    height: 36rem;
    min-width: 36rem;
    min-height: 36rem;
  }

  .icon--advan2 {
    width: 35rem;
    height: 35rem;
    min-width: 35rem;
    min-height: 35rem;
  }

  .icon--advan3 {
    width: 33rem;
    height: 33rem;
    min-width: 33rem;
    min-height: 33rem;
  }

  .icon--advan4 {
    width: 35rem;
    height: 42rem;
    min-width: 35rem;
    min-height: 42rem;
  }

  .icon--advan5 {
    width: 55rem;
    height: 55rem;
    min-width: 55rem;
    min-height: 55rem;
  }

  .icon--advan6 {
    width: 43rem;
    height: 35rem;
    min-width: 43rem;
    min-height: 35rem;
  }

  .icon--telegram {
    width: 20rem;
    height: 20rem;
    min-width: 20rem;
    min-height: 20rem;
  }

  .icon--vk {
    width: 20rem;
    height: 20rem;
    min-width: 20rem;
    min-height: 20rem;
  }

  .icon--whatsapp {
    width: 20rem;
    height: 20rem;
    min-width: 20rem;
    min-height: 20rem;
  }

  .icon--youtube {
    width: 20rem;
    height: 20rem;
    min-width: 20rem;
    min-height: 20rem;
  }

  .icon--arrow-left {
    width: 13rem;
    height: 23rem;
    min-width: 13rem;
    min-height: 23rem;
  }

  .icon--arrow-right {
    width: 13rem;
    height: 23rem;
    min-width: 13rem;
    min-height: 23rem;
  }

  .modal .modal__close {
    top: 32rem;
    right: 20rem;
  }

  .modal .modal__icon--close svg {
    width: 20rem;
    height: 20rem;
  }

  .modal--addmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal--addmenu .modal__content {
    padding-bottom: 32rem;
    padding-top: 32rem;
  }

  .modal--addmenu .modal__container {
    padding: 0 15rem;
  }

  .modal--addmenu .modal__inner-content {
    padding-bottom: 86rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .modal--addmenu .modal__wrapper-content {
    row-gap: 16rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .modal--addmenu .modal__logo a img {
    width: 90rem;
  }

  .modal--addmenu .modal__wrap-info {
    row-gap: 16rem;
  }

  .modal--addmenu .modal__wrap-info address {
    font-size: 13rem;
    line-height: 15rem;
    text-align: left;
  }

  .modal--addmenu .modal__wrap-info .btn {
    margin: 0;
  }

  .modal--addmenu .modal__info a {
    font-size: 14rem;
    line-height: 16rem;
  }

  .modal--addmenu .modal__info span {
    font-size: 11rem;
    line-height: 13rem;
  }

  .modal--addmenu .modal__mail a {
    font-size: 14rem;
    line-height: 16rem;
  }

  .modal--addmenu .modal__menu > ul {
    row-gap: 12rem;
  }

  .modal--addmenu .modal__menu > ul > li > a {
    font-size: 14rem;
    line-height: 16rem;
  }

  .modal--addmenu .modal__menu > ul > li > a i {
    position: relative;
    top: 1rem;
    width: 13rem;
    height: 8rem;
    min-width: 13rem;
    min-height: 6rem;
  }

  .modal--addmenu .modal__mode p {
    font-size: 14rem;
    line-height: 18rem;
    text-align: left;
  }

  .modal--addmenu .modal__socials {
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .modal--addmenu .modal__socials i {
    width: 24rem;
    height: 24rem;
    min-width: 24rem;
    min-height: 24rem;
  }

  .modal--addmenu .modal__btn a {
    font-size: 13rem;
    line-height: 14rem;
    min-height: 32rem;
    height: 32rem;
  }

  .wrap-input input {
    height: 36rem;
    font-size: 12rem;
  }

  .wrap-input--with-icon input {
    padding-left: 40rem;
  }

  .wrap-input--phone::before {
    width: 24rem;
    height: 24rem;
    min-width: 24rem;
    min-height: 24rem;
  }

  .wrap-input--email::before {
    width: 24rem;
    height: 24rem;
    min-width: 24rem;
    min-height: 24rem;
  }

  .wrap-input--file::after {
    font-size: 12rem;
    left: 40rem;
  }

  .wrap-input--file::before {
    width: 24rem;
    height: 24rem;
    min-width: 24rem;
    min-height: 24rem;
  }

  .wrap-input--width {
    height: 28rem;
  }

  .wrap-input--width input {
    height: 28rem;
    border-radius: 4rem;
    font-size: 13rem;
    padding-right: 30rem;
    padding-left: 10rem;
  }

  .wrap-input--visible input {
    width: 200rem;
  }

  .fix-height.offset-top {
    margin-top: 88rem;
  }

  .benefit-card {
    height: 145rem;
    border-radius: 16rem;
  }

  .benefit-card__content {
    padding-right: 10rem;
  }

  .benefit-card__wrap-content {
    max-width: 150rem;
  }

  .benefit-card__wrap-content h3 {
    font-size: 16rem;
    line-height: 18rem;
    margin-bottom: 8rem;
    min-height: unset;
  }

  .benefit-card__wrap-content p {
    font-size: 10rem;
    line-height: 16rem;
    margin-bottom: 4rem;
    max-width: 150rem;
  }

  .benefit-card__wrap-content > a {
    font-size: 10rem;
    line-height: 12rem;
  }

  .benefit-card--bottom .benefit-card__wrap-content p {
    margin-bottom: 4rem;
  }

  .benefit-card--product {
    width: 280rem;
    height: 150rem;
  }

  .benefit-card--product .benefit-card__content {
    max-width: 270rem;
  }

  .benefit-card--product .benefit-card__wrap-img {
    top: 8rem;
  }

  .benefit-card--product .benefit-card__wrap-content h3 {
    font-size: 16rem;
    line-height: 18rem;
  }

  .benefit-card--product .benefit-card__wrap-content p {
    font-size: 13rem;
    line-height: 16rem;
  }

  .link-top {
    width: 28rem;
    height: 28rem;
    bottom: 148rem;
    right: 2rem;
  }

  .link-top .icon svg {
    min-width: 28rem;
    min-height: 28rem;
  }

  .cookie-banner-close .link-top {
    bottom: 12rem;
  }

  .advantages-card:nth-child(5) .advantages-card__icon {
    top: -6rem;
  }

  .advantages-card__icon {
    min-width: 45rem;
    height: 42rem;
  }

  .advantages-card__content h3 {
    font-size: 15rem;
    line-height: 19rem;
    margin-bottom: 6rem;
  }

  .advantages-card__content p {
    font-size: 11rem;
    line-height: 15rem;
    margin-bottom: 4rem;
  }

  .advantages-card__content a {
    font-size: 12rem;
    line-height: 16rem;
  }

  .advantages-card--product .advantages-card__content h3 {
    margin-bottom: 12rem;
  }

  .breadcrumbs {
    font-size: 13rem;
    line-height: 15rem;
    font-family: OpenSans;
    font-weight: 400;
  }

  .breadcrumbs a::after {
    margin: 0 4rem 0 6rem;
  }

  .materials-card__img {
    height: 86rem;
  }

  .materials-card__subtitle h3 {
    font-size: 12rem;
    line-height: 14rem;
  }

  .product-card {
    min-height: 100rem;
    height: 100rem;
  }

  .product-card__title {
    height: 54rem;
  }

  .product-card__title span {
    font-size: 12rem;
    line-height: 14rem;
  }

  .header {
    height: 58rem;
  }

  .header__wrapper-content {
    padding: 10rem 0;
  }

  .header__content {
    -webkit-column-gap: 6rem;
    -moz-column-gap: 6rem;
    column-gap: 6rem;
  }

  .header__logo a img {
    width: 70rem;
  }

  .header__socials {
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }

  .header__address {
    display: none;
  }

  .header__wrapper-hamburger {
    row-gap: 2.5rem;
    width: 20rem;
  }

  .fix-height {
    margin-top: 58rem;
  }

  .footer {
    padding: 24rem 0;
  }

  .footer__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .footer__logo {
    margin-bottom: 14rem;
  }

  .footer__logo img {
    width: 116rem;
  }

  .footer__wrap-address {
    margin-bottom: 8rem;
  }

  .footer__wrap-address address {
    font-size: 13rem;
    line-height: 20rem;
  }

  .footer__wrap-address a {
    font-size: 13rem;
  }

  .footer__wrap-phone {
    margin-bottom: 4rem;
  }

  .footer__wrap-phone p {
    font-size: 15rem;
    line-height: 19rem;
  }

  .footer__timework {
    margin-bottom: 4rem;
  }

  .footer__timework span {
    font-size: 13rem;
  }

  .footer__wrap-mail a {
    font-size: 13rem;
  }

  .footer__wrap-menu {
    max-width: unset;
    row-gap: 2rem;
  }

  .footer__menu-title a {
    font-size: 15rem;
    line-height: 21rem;
  }

  .footer__menu ul {
    row-gap: 2rem;
  }

  .footer__menu ul li a {
    font-size: 13rem;
    line-height: 19rem;
  }

  .footer__state {
    left: 150rem;
  }

  .tab-menu .tab-menu__button a {
    -webkit-column-gap: 10rem;
    -moz-column-gap: 10rem;
    column-gap: 10rem;
  }

  .tab-menu .tab-menu__button .icon {
    width: 18rem;
    height: 18rem;
    min-width: 18rem;
    min-height: 18rem;
    position: relative;
    top: 1.5rem;
  }

  .block-form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-column-gap: 10rem;
    -moz-column-gap: 10rem;
    column-gap: 10rem;
  }

  .block-form__control-subtext {
    font-size: 11rem;
  }

  .block-form__wrap-socials {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row: 5;
    grid-row: 5;
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .block-form__socials-text {
    font-size: 13rem;
    max-width: 150rem;
  }

  .block-form__button {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row: 4;
    grid-row: 4;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .block-form__socials .icon {
    width: 24rem;
    height: 24rem;
    min-width: 24rem;
    min-height: 24rem;
    position: relative;
    top: 1rem;
  }

  .cookie-banner__flex span {
    font-size: 9rem;
    line-height: 13rem;
  }

  .cookie-banner__flex .btn {
    height: 28rem;
    font-size: 11rem;
    line-height: 11rem;
    min-width: 96rem;
  }

  .sc-main__wrap-content {
    row-gap: 24rem;
  }

  .sc-main__title {
    margin-bottom: 16rem;
  }

  .sc-main__flex {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    gap: 10rem;
  }

  .sc-main__btn a {
    font-size: 14rem;
    line-height: 16rem;
  }

  .sc-advantages {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sc-advantages__wrap-content {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 16rem;
  }

  .sc-catalog {
    padding-bottom: 12rem;
  }

  .sc-catalog__wrap-content {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 10rem;
    -moz-column-gap: 10rem;
    column-gap: 10rem;
    row-gap: 10rem;
  }

  .sc-form {
    padding: 12rem 0;
  }

  .sc-form__head {
    -ms-grid-columns: 38rem 1fr;
    grid-template-columns: 38rem 1fr;
    -webkit-column-gap: 10rem;
    -moz-column-gap: 10rem;
    column-gap: 10rem;
    margin-bottom: 12rem;
  }

  .sc-form__title {
    font-size: 16rem;
  }

  .sc-form__desc {
    font-size: 12rem;
  }

  .sc-benefits {
    padding: 12rem 0;
  }

  .sc-benefits__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 10rem;
  }

  .sc-benefits--page {
    padding: 24rem 0;
  }

  .sc-benefits--page.fix-height {
    padding-top: 12rem;
  }

  .sc-about {
    padding: 12rem 0 24rem 0;
  }

  .sc-about__wrap-title {
    margin-bottom: 16rem;
    row-gap: 8rem;
  }

  .sc-about__title {
    font-size: 22rem;
    line-height: 25rem;
  }

  .sc-about__desc {
    font-size: 16rem;
  }

  .sc-about__grid {
    row-gap: 16rem;
  }

  .sc-about__column {
    row-gap: 16rem;
  }

  .sc-about__column ul li {
    font-size: 15rem;
    line-height: 19rem;
  }

  .sc-advantages--page-bottom {
    padding-bottom: 24rem;
  }

  .sc-product-page {
    padding-top: 16rem;
    padding-bottom: 30rem;
  }

  .sc-product-page__wrap-title {
    margin-bottom: 16rem;
  }

  .sc-product-page__wrapper-img {
    margin-bottom: 10px;
  }

  .sc-product-page__wrap-description {
    row-gap: 20rem;
    margin-bottom: 20rem;
  }

  .sc-product-page__inner-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16rem;
  }

  .sc-product-page__wrap-form {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16rem;
  }

  .sc-product-page__form input {
    width: 60rem;
    height: 42rem;
    padding: 0 8rem;
  }

  .sc-product-page__btn a {
    width: 160rem;
    font-size: 14rem;
    line-height: 16rem;
    height: 46rem;
    min-height: 46rem;
  }

  .sc-product-page__link i {
    width: 32rem;
    height: 27rem;
    min-width: 32rem;
    min-height: 27rem;
  }

  .sc-product-page__link a {
    font-size: 14rem;
    line-height: 6rem;
  }

  .sc-product-page__desc p {
    font-size: 11rem;
    line-height: 15rem;
  }

  .sc-product-page__materials {
    margin-bottom: 24rem;
  }

  .sc-product-page__materials > span {
    font-size: 16rem;
    line-height: 18rem;
    margin-bottom: 16rem;
  }

  .sc-product-page__slider {
    margin-bottom: 16rem;
  }

  .sc-product-page__slider .swiper {
    max-width: 240rem;
  }
  .sc-images-ppage__slider {
    margin-bottom: 16rem;
  }

  .sc-images-page__slider .swiper {
    max-width: 290rem;
  }

  .sc-product-page__advantags {
    row-gap: 16rem;
    margin-bottom: 16rem;
  }

  .sc-product-page__items {
    row-gap: 16rem;
  }

  .sc-product-page__item::after {
    font-size: 16rem;
    top: 0rem;
  }

  .sc-product-page__item::before {
    font-size: 28rem;
    top: 0rem;
    left: 16rem;
  }

  .sc-product-page__item h3 {
    font-size: 15rem;
    line-height: 17rem;
    margin-bottom: 12rem;
  }

  .sc-product-page__item p {
    font-size: 11rem;
    line-height: 15rem;
  }

  .sc-product-page__catalog {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 10rem;
    -moz-column-gap: 10rem;
    column-gap: 10rem;
    row-gap: 10rem;
    margin-top: 24rem;
  }
}
.second_text ol {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  list-style-type: none;
  counter-reset: num;
  position: relative;
  margin-left: 40px;
  padding: 15px 10px 5px 0px;
  font-size: 16px;
}
.second_text ol li {
  position: relative;
  margin: 0 0 0 0;
  margin-bottom: 30px;
  font-size: 16px;
  padding-top: 0px;
  padding: 10px;
  line-height: 1.4;
}
.second_text ol li:before
{
 display:none;
	}
.second_text ol li:after {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -42px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  border: 1px solid var(--red);
}

/* ������������ ����� */



.second_text p {
}

.second_text ul {
  padding: 0;
  list-style: none;
}
.second_text ul li {
  padding: 6px;
  border-bottom: 1px var(--red) dotted;
  padding-bottom: 10px;
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 18px;
  display: flex;
}
.second_text ul li:before {
  padding-right: 10px;
  font-weight: bold;
  font-size: 22px;
  color: var(--red);
  content: '\2713';
  transition-duration: 0.5s;
}

.second_text ul li:hover:before {
  color: #8d1f11;
  content: '\2714';
}

/*ul:not([class]) li*/
@media (max-width: 992px) {
  .second_text ol li {
    position: relative;
    margin-left: 30px;
  }
  .second_text ol:before {
    left: 0px;
  }
  .first_vid {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .second_text span {
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
