@charset "UTF-8";

/** Подключение шрифтов локально из папки "./src/fonts" */

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

@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("../fonts/Manrope-Light.woff2") format("woff2"), url("../fonts/Manrope-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("../fonts/Manrope-ExtraBold.woff2") format("woff2"), url("../fonts/Manrope-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

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

@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("../fonts/Manrope-ExtraLight.woff2") format("woff2"), url("../fonts/Manrope-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("../fonts/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("../fonts/Manrope-SemiBold.woff2") format("woff2"), url("../fonts/Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Onest;
  font-display: swap;
  src: url("../fonts/Onest-Black.woff2") format("woff2"), url("../fonts/Onest-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

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

@font-face {
  font-family: Onest;
  font-display: swap;
  src: url("../fonts/Onest-ExtraLight.woff2") format("woff2"), url("../fonts/Onest-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: Onest;
  font-display: swap;
  src: url("../fonts/Onest-ExtraBold.woff2") format("woff2"), url("../fonts/Onest-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: Onest;
  font-display: swap;
  src: url("../fonts/Onest-Light.woff2") format("woff2"), url("../fonts/Onest-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Onest;
  font-display: swap;
  src: url("../fonts/Onest-Medium.woff2") format("woff2"), url("../fonts/Onest-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

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

@font-face {
  font-family: Onest;
  font-display: swap;
  src: url("../fonts/Onest-SemiBold.woff2") format("woff2"), url("../fonts/Onest-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Onest;
  font-display: swap;
  src: url("../fonts/Onest-Thin.woff2") format("woff2"), url("../fonts/Onest-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

/** Подключение переменных */

/** Подключение sass function и mixins и extends стилей */

@-webkit-keyframes backgroundGradient {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }

  25% {
    -webkit-transform: translate(220px, -30px) rotate(3deg) scale(1.3);
            transform: translate(220px, -30px) rotate(3deg) scale(1.3);
  }

  50% {
    -webkit-transform: translate(-180px, 60px) rotate(-2deg) scale(1.2);
            transform: translate(-180px, 60px) rotate(-2deg) scale(1.2);
  }

  75% {
    -webkit-transform: translate(40px, -90px) rotate(1deg) scale(1);
            transform: translate(40px, -90px) rotate(1deg) scale(1);
  }

  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}

@keyframes backgroundGradient {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }

  25% {
    -webkit-transform: translate(220px, -30px) rotate(3deg) scale(1.3);
            transform: translate(220px, -30px) rotate(3deg) scale(1.3);
  }

  50% {
    -webkit-transform: translate(-180px, 60px) rotate(-2deg) scale(1.2);
            transform: translate(-180px, 60px) rotate(-2deg) scale(1.2);
  }

  75% {
    -webkit-transform: translate(40px, -90px) rotate(1deg) scale(1);
            transform: translate(40px, -90px) rotate(1deg) scale(1);
  }

  100% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}

@-webkit-keyframes backgroundCardGradient {
  0% {
    -webkit-transform: translate(0, 0) scale(2);
            transform: translate(0, 0) scale(2);
  }

  25% {
    -webkit-transform: translate(40%, 40%) rotate(3deg) scale(2);
            transform: translate(40%, 40%) rotate(3deg) scale(2);
  }

  50% {
    -webkit-transform: translate(40%, -40%) rotate(-2deg) scale(2);
            transform: translate(40%, -40%) rotate(-2deg) scale(2);
  }

  75% {
    -webkit-transform: translate(-40%, -40%) rotate(1deg) scale(2);
            transform: translate(-40%, -40%) rotate(1deg) scale(2);
  }

  100% {
    -webkit-transform: translate(0, 0) scale(2);
            transform: translate(0, 0) scale(2);
  }
}

@keyframes backgroundCardGradient {
  0% {
    -webkit-transform: translate(0, 0) scale(2);
            transform: translate(0, 0) scale(2);
  }

  25% {
    -webkit-transform: translate(40%, 40%) rotate(3deg) scale(2);
            transform: translate(40%, 40%) rotate(3deg) scale(2);
  }

  50% {
    -webkit-transform: translate(40%, -40%) rotate(-2deg) scale(2);
            transform: translate(40%, -40%) rotate(-2deg) scale(2);
  }

  75% {
    -webkit-transform: translate(-40%, -40%) rotate(1deg) scale(2);
            transform: translate(-40%, -40%) rotate(1deg) scale(2);
  }

  100% {
    -webkit-transform: translate(0, 0) scale(2);
            transform: translate(0, 0) scale(2);
  }
}

/*! 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;
}

/** Общие параметры, шаблоны(заготовки) и вспомогательные классы */

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

html,
body {
  overflow-x: clip;
}

body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.container {
  max-width: 1280px;
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  height: 100%;
}

.container_fluid {
  max-width: 100%;
}

/** БЕМ блоки используемые во всё проекте */

html,
body {
  font-family: "Onest", sans-serif;
  color: #262626;
  padding-right: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Onest", sans-serif;
}

a {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.text_72 {
  font-size: 72px;
  line-height: 1.2;
}

.text_68 {
  font-size: 68px;
  line-height: 1.2;
}

.text_64 {
  font-size: 64px;
  line-height: 1.2;
}

.text_56 {
  font-size: 56px;
  line-height: 1.2;
}

.text_48 {
  font-size: 48px;
  line-height: 1.2;
}

.text_40 {
  font-size: 40px;
  line-height: 1.2;
}

.text_32 {
  font-size: 32px;
  line-height: 1.2;
}

.text_28 {
  font-size: 28px;
  line-height: 1.4;
}

.text_24 {
  font-size: 24px;
  line-height: 1.4;
}

.text_20 {
  font-size: 20px;
  line-height: 1.4;
}

.text_18 {
  font-size: 18px;
  line-height: 1.4;
}

.text_16 {
  font-size: 16px;
  line-height: 1.4;
}

.text_14 {
  font-size: 14px;
  line-height: 1.4;
}

.text_12 {
  font-size: 12px;
  line-height: 1.4;
}

.text_bold {
  font-weight: 900;
}

.text_semibold {
  font-weight: 700;
}

.text_onest {
  font-family: "Onest", sans-serif;
}

.text_manrope {
  font-family: "Manrope", sans-serif;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.btn_big {
  gap: 16px;
  padding: 17px 32px;
}

.btn_small {
  gap: 8px;
  padding: 9px 16px;
}

.btn_medium {
  gap: 12px;
  padding: 10px 20px;
}

.btn_middle {
  gap: 14px;
  padding: 12px 24px;
}

.btn_orange {
  background-color: #E66410;
  color: white;
}

.btn_orange:hover {
  background-color: #F79B40;
  opacity: 1;
}

.btn_orange_light {
  color: #E66410;
  background-color: #FEEFD6;
}

.btn_orange_light:hover {
  color: #FEEFD6;
  background-color: #E66410;
  opacity: 1;
}

.btn_opacity {
  background-color: rgba(255, 255, 255, 0.1019607843);
  color: white;
}

.btn_opacity:hover {
  background-color: rgba(255, 255, 255, 0.2274509804);
  opacity: 1;
}

.btn_light {
  background-color: #AFAFB1;
  color: #262626;
}

.btn_light:hover {
  opacity: 0.6;
}

.btn_square {
  width: 40px;
  height: 40px;
  padding: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.btn_icon-main {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.btn_square-icon {
  width: 40px;
  height: 40px;
  padding: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.btn_transparent {
  background-color: transparent;
  color: white;
}

.btn_transparent:hover {
  background-color: rgba(255, 255, 255, 0.2274509804);
  opacity: 1;
}

.black-ground {
  background-color: #454547;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.components__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.section {
  margin-top: 90px;
}

.section_first {
  margin-top: 94px;
}

.section_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section_padding-bottom {
  padding-bottom: 90px;
}

.section_padding-top {
  padding-top: 90px;
}

.section_hero {
  padding-top: 216px;
}

.swiper-button-prev .swiper-button-ico {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@-webkit-keyframes scale_anim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale_anim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.swiper-pagination__dots-group {
  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;
  width: 100%;
  gap: 6px;
  margin-top: 50px;
}

.swiper-pagination__dots-group .swiper-pagination-bullet {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #F5F5F6;
}

.swiper-pagination__dots-group .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background-color: #878789;
}

.form__input_line {
  background-color: transparent;
  color: #878789;
  border: none;
  border-bottom: 1px solid #878789;
  padding: 8px 0;
}

.form__input_line::-webkit-input-placeholder {
  color: #878789;
  opacity: 1;
}

.form__input_line::-moz-placeholder {
  color: #878789;
  opacity: 1;
}

.form__input_line:-ms-input-placeholder {
  color: #878789;
  opacity: 1;
}

.form__input_line::-ms-input-placeholder {
  color: #878789;
  opacity: 1;
}

.form__input_line::placeholder {
  color: #878789;
  opacity: 1;
}

.form__input_opacity {
  background-color: rgba(255, 255, 255, 0.1);
  color: #878789;
  padding: 10px 20px;
  border-radius: 8px;
  border: none;
}

.form__input_opacity::-webkit-input-placeholder {
  color: #878789;
  opacity: 1;
}

.form__input_opacity::-moz-placeholder {
  color: #878789;
  opacity: 1;
}

.form__input_opacity:-ms-input-placeholder {
  color: #878789;
  opacity: 1;
}

.form__input_opacity::-ms-input-placeholder {
  color: #878789;
  opacity: 1;
}

.form__input_opacity::placeholder {
  color: #878789;
  opacity: 1;
}

.form__input_opacity_white {
  background-color: none;
  border: 1px solid #878789;
}

.form__input-textarea {
  height: 100px;
}

.input-file {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.button-text-file {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.swiper-pagination__dots-group.swiper-pagination-lock {
  display: none;
}

.btn-up {
  z-index: 100;
  cursor: pointer;
  padding: 14px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  background-color: rgb(230, 100, 16);
  border-radius: 50px;
  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: 0.3s;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  border: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.btn-up.active {
  opacity: 1;
  pointer-events: unset;
}

.btn-up:hover {
  opacity: 0.5;
}

.btn-up img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-right: 2px;
}

.title-section__title {
  margin: 0;
}

.scale_anim {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: scale_anim 25s infinite;
          animation: scale_anim 25s infinite;
  pointer-events: none;
}

textarea {
  resize: none;
}

/** Подключение стилей отдельных блоков и секций */

.header {
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  z-index: 1000;
  width: 100% !important;
  padding-top: 26px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: 1px solid transparent;
  background-color: #454446;
}

.header_active {
  border-bottom: 1px solid #5b5b5d;
}

.header_active .header__line {
  background-color: transparent;
}

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

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

.header__logo-wrapper {
  height: 56px;
  width: auto;
}

.header__logo {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__contacts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.header__contacts-link {
  color: white;
}

.header__contacts-link:hover {
  color: #F58220;
  opacity: 1;
}

.header__contacts-text {
  color: white;
}

.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-left: auto;
}

.header__button {
  height: 40px;
}

.header__line {
  margin: 16px 0 0 0;
  width: 0%;
  background-color: #F5F5F6;
  height: 1px;
  opacity: 0.2;
  -webkit-animation: lineExpand 2s ease-in-out forwards;
          animation: lineExpand 2s ease-in-out forwards;
}

.header__bottom {
  padding-bottom: 26px;
  top: 94px;
  padding-top: 16px;
  background-color: #454446;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__bottom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.header__menu {
  padding: 0;
  margin: 0;
  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;
  gap: 32px;
}

.header__menu li {
  list-style-type: none;
  text-decoration: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header__menu li a {
  color: white;
}

.header__menu li a:hover {
  color: #F58220;
  opacity: 1;
}

.header__search-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header__search-block:hover .header__search-input {
  opacity: 1;
}

.header__search-input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #AFAFB1;
  height: 40px;
  padding: 10px 0;
  max-width: 265px;
  min-width: 165px;
  width: 100%;
  color: white;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__search-input::-webkit-input-placeholder {
  color: #D0D0D1;
  opacity: 1;
}

.header__search-input::-moz-placeholder {
  color: #D0D0D1;
  opacity: 1;
}

.header__search-input:-ms-input-placeholder {
  color: #D0D0D1;
  opacity: 1;
}

.header__search-input::-ms-input-placeholder {
  color: #D0D0D1;
  opacity: 1;
}

.header__search-input::placeholder {
  color: #D0D0D1;
  opacity: 1;
}

.header__bottom-include {
  display: none;
}

.header__bottom-mobile-up {
  display: none;
}

.header__bottom-mobile-bottom {
  display: none;
}

@-webkit-keyframes lineExpand {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

@keyframes lineExpand {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

.header__burger {
  display: none;
  height: 16px;
  width: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.header__burger.active .header__burger-line:nth-child(1) {
  -webkit-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.header__burger.active .header__burger-line:nth-child(2) {
  opacity: 0;
}

.header__burger.active .header__burger-line:nth-child(3) {
  -webkit-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.header__burger-line {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 50px;
  background-color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__burger-line:nth-child(1) {
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
}

.header__burger-line:nth-child(2) {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.header__burger-line:nth-child(3) {
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
}

.menu-category {
  margin-top: 40px;
  background-color: #454446;
  position: fixed;
  top: 136px;
  width: 100%;
  z-index: 979;
  right: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: auto;
  padding: 24px 0 60px 0;
  -webkit-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
          transform: translateY(-150%);
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.menu-category.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  pointer-events: unset;
}

.menu-category__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
}

.menu-category__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgb(89, 89, 91);
  border-radius: 12px;
  padding: 12px;
  gap: 20px;
}

.menu-category__item:hover {
  opacity: 1;
  background-color: rgb(135, 135, 137);
}

.menu-category__item-title {
  color: white;
}

.menu-category__item-wrapper {
  height: 120px;
}

.menu-category__item-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.menu-category__container-title {
  display: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 24px;
}

.menu-category__container-title span {
  color: white;
}

.header__menu .toggle-button.active {
  color: #F58220;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 978;
  display: none;
}

.footer {
  background-color: #3C3C3D;
  padding: 60px 0;
  margin-top: 90px;
}

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

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 32px;
}

.footer__column {
  max-width: 220px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__logo-wrapper {
  height: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 52px;
}

.footer__logo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__contacts-block {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.footer__contacts-link {
  color: white;
}

.footer__contacts-link:hover {
  color: #E66410;
  opacity: 1;
}

.footer__contacts-text {
  color: white;
  opacity: 0.5;
  weight: 300;
}

.footer__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
}

.footer__menu li {
  list-style-type: none;
}

.footer__menu li a {
  color: white;
  font-size: 14px;
}

.footer__menu li a:hover {
  color: #E66410;
  opacity: 1;
}

.footer__form {
  max-width: 350px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__form-title {
  color: white;
}

.footer__form-description {
  color: white;
  margin: 16px 0;
}

.footer__form-button {
  width: 100%;
  margin-top: 28px;
  font-weight: 300;
}

.footer__form-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 52px;
  padding-top: 52px;
  border-top: 1px solid #616161;
}

.footer__text {
  color: #8a8a8a;
}

.footer__text a {
  color: #E66410;
}

.footer__text:nth-child(3) {
  margin-left: auto;
}

.hero {
  background-color: #454446;
}

.hero__container {
  position: relative;
}

.hero__swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.hero__swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}

.hero__slide-top {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 40px;
}

.hero__slide-title {
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(82.21%, rgba(255, 255, 255, 0.3)));
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.3) 82.21%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  max-width: 716px;
  margin: 0;
}

.hero__slide-top-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  max-width: 480px;
}

.hero__slide-top-text {
  color: white;
}

.hero__slide-top-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.hero__slide-top-button {
  width: 192px;
}

.hero__slide-back-wrapper {
  /* position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
   z-index: 1;
   //filter: brightness(50%);
   height: 100%;
   img{
       pointer-events: none;
   }
   */
  height: 100%;
  width: 100%;
  margin-top: 60px;
}

.hero__slide-back-wrapper img {
  pointer-events: none;
}

.hero__slide-back-wrapper-part {
  margin-top: 0px;
  /*
  position: static;
  width: 100%;
  margin: 0;
  background-color: transparent;
  filter: none;
  */
}

.hero__slide-back {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}

.hero__swiper-pagination {
  position: absolute;
  z-index: 10;
  bottom: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  right: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.hero__swiper-pagination .swiper-pagination-bullet {
  background-color: white;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.hero__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 11px;
  height: 11px;
  background-color: #878789;
}

.hero__swiper-button {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3019607843);
  bottom: 40%;
  z-index: 10;
  width: 49px;
  height: 49px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50px;
  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;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hero__swiper-button:hover {
  background-color: rgba(0, 0, 0, 0.631372549);
}

.hero__swiper-button-prev {
  left: 33px;
}

.hero__swiper-button-prev .swiper-button-ico {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: -8px;
  pointer-events: none;
}

.hero__swiper-button-next {
  right: 33px;
}

.hero__swiper-button-next .swiper-button-ico {
  margin-right: -5px;
  pointer-events: none;
}

.hero__advantages {
  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;
  width: 100%;
  gap: 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -80px;
  z-index: 10;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 1100px;
}

.hero__advantages-card {
  background-color: white;
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.0509803922);
  padding: 32px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  border-radius: 8px;
  width: 100%;
}

.hero__advantages-card:hover .hero__advantages-card-title {
  color: #F58220;
}

.hero__advantages-card-title {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hero__advantages-card-text {
  color: #878789;
}

.hero__slide-top-button {
  width: 100%;
}

.advantages {
  padding-top: 216px;
}

.advantages_dark {
  background-color: rgb(69, 68, 70);
  padding-top: 0px;
}

.advantages_dark .advantages__title,
.advantages_dark .advantages__block-card-title {
  color: white;
}

.advantages_dark .advantages__block-text,
.advantages_dark .advantages__block-card-text {
  color: rgb(175, 175, 177);
}

.advantages__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 58px;
}

.advantages__img-wrapper {
  /*max-width: 560px;
  width: 100%;*/
  width: 45%;
  height: 619px;
  position: relative;
  border-radius: 12px;
  overflow: clip;
}

.advantages__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  -webkit-animation: scale_anim 25s infinite;
          animation: scale_anim 25s infinite;
  pointer-events: none;
}

.advantages__tag {
  position: relative;
  z-index: 1;
  margin: 24px 45px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 24px 32px;
  border-radius: 20px;
  background-color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.advantages__tag:hover .advantages__tag-title {
  color: #E66410;
}

.advantages__tag-title {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.advantages__tag-text {
  color: #878789;
}

.advantages__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 55%;
}

.advantages__tag-wrapper {
  width: 100%;
  height: calc(100% - 24px);
}

.advantages__block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}

.advantages__title {
  max-width: 470px;
  margin: 0;
}

.advantages__block-text {
  color: #878789;
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.advantages__block-grid {
  padding-top: 45px;
  margin-top: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

.advantages__block-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.advantages__block-card-ico-wrapper {
  width: 52px;
  height: 52px;
  background-color: #FEEFD6;
  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;
  border-radius: 50px;
}

.advantages__block-card-text {
  max-width: 270px;
  color: #6C6C6E;
}

.advantages__block-include {
  display: none;
}

.service-offer {
  padding-bottom: 90px;
  overflow: hidden;
}

.service-offer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}

.service-offer__title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service-offer__title {
  margin: 0;
}

.service-offer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.service-offer__img-wrapper {
  width: 45%;
  height: 596px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}

.service-offer__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: scale_anim 25s infinite;
          animation: scale_anim 25s infinite;
  pointer-events: none;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.service-offer__img.active {
  opacity: 1;
}

.service-offer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 55%;
}

.service-offer__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  padding: 16px 44px;
  border-left: 2px solid #e6e6e6;
  position: relative;
}

.service-offer__list-item:hover {
  background-color: #E6E6E7;
  border-left: 2px solid #E66410;
  opacity: 1;
}

.service-offer__list-item:hover .service-offer__list-item-number {
  color: #E66410;
}

.service-offer__list-item:hover .service-offer__list-item-ico {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.service-offer__list-item-number {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-offer__list-item-ico {
  position: absolute;
  right: 20px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
}

/*
@include media($tablet) {
    .service-offer {
        &__img-wrapper {
            display: none;
        }
        &__list{
            width: 100%;
        }
        &__list-item-number{
            display: none;
        }
        &__list-item{
            padding: 18px 0;
            border-left: none !important;
            gap: 12px;
        }
        &__list-item-ico{
            opacity: 1;
            transform: translateX(0);
            position: static;
            margin-left: auto;
        }
        &__img{
            animation: none;
            opacity: 1 !important;
        }
        &__list-item-wrapper {
            position: relative;
            width: 60px;
            height: 60px;
            flex-shrink: 0;
            border-radius: 8px;
            overflow: hidden;
        }
        &__title-block{
            flex-direction: column;
            align-items: start;
            gap: 32px;
        }
        &__button{
            width: 100%;
        }
    }
}
@include media($mobile) {

}
*/

.catalog-offer {
  overflow: hidden;
  background-color: #454446;
  padding-bottom: 90px;
}

.catalog-offer__title-block {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.catalog-offer__title {
  color: white;
  margin: 0;
}

.catalog-offer__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.catalog__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}

.product__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #d0d0d0;
  border-radius: 12px;
  overflow: hidden;
}

.product__card:hover {
  opacity: 1;
}

.product__card:hover .product__card-content {
  background-color: #e6e6e6;
}

.product__card:hover .product__card-ico path {
  stroke: #E66410;
}

.product__card:hover .product__card-type {
  color: #6C6C6E;
}

.product__card:hover .product__card-title {
  color: #262626;
}

.product__card:hover .product__card-data-title {
  color: #6C6C6E;
}

.product__card:hover .product__card-data-value {
  color: #262626;
}

.product__card:hover .product__card-price {
  color: #E66410;
}

.product__card:hover .product__card-img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.product__card_dark {
  border: 1px solid white;
}

.product__card_dark:hover .product__card-ico path {
  stroke: #262626;
}

.product__card_dark:hover .product__card-price {
  color: #262626;
}

.product__card_dark .product__card-title {
  color: white;
}

.product__card_dark .product__card-data-value {
  color: white;
}

.product__card_dark .product__card-price {
  color: white;
}

.product__card_dark .product__card-ico path {
  stroke: white;
}

.product__card-img-wrapper {
  height: 240px;
  background-color: white;
  position: relative;
  padding: 25px;
  overflow: hidden;
}

.product__card-img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}

.product__card-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: auto;
  background-color: #F0F5FF;
  padding: 4px 8px;
  color: #77A8F0;
  border-radius: 8px;
}

.product__card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  border-top: 1px solid #e6e6e6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product__card-type {
  color: #AFAFB1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product__card-title {
  color: #262626;
  margin-top: 5px;
  margin-bottom: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product__card-data-row {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product__card-data-title {
  color: #AFAFB1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product__card-data-value {
  color: #262626;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product__card-price-block {
  color: #262626;
  padding-top: 16px;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product__card-price-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.product__card-price {
  color: #262626;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product__card-ico path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  stroke: #262626;
}

.product__card-ico g {
  color: transparent;
}

.catalog-offer-product__title {
  margin: 0;
}

.decisions-offer {
  overflow: hidden;
}

.decisions-offer__title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 40px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.decisions-offer__title {
  color: white;
  max-width: 740px;
  margin: 0;
}

.decisions-offer__button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.decisions-offer__img {
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
  border-radius: 12px;
  width: 100%;
  height: 175%;
  z-index: -1;
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
  -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
          transform: scale(1.06);
}

.decisions-offer__swiper {
  margin-top: 80px;
  overflow: visible;
}

.case__card {
  background-color: white;
  border-radius: 8px;
  padding: 12px 12px 16px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.0509803922);
}

.case__card:hover {
  opacity: 1;
  background-color: #E6E6E7;
}

.case__card:hover .case__card-ico path {
  stroke: #262626;
}

.case__card-images-slider {
  width: 100%;
  height: 360px;
  position: relative;
}

.case__card-images {
  height: 100%;
  width: 100%;
}

.case__card-image {
  width: 100%;
  height: 100%;
}

.case__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  pointer-events: none;
}

.case__card-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: 30px;
}

.case__card-dots > * > * {
  border: none;
  background-color: rgba(230, 230, 231, 0.5019607843);
  width: 8px;
  height: 8px;
  margin-top: 1px;
}

.case__card-dots .uk-active > * {
  background-color: white;
  border-color: transparent;
  width: 10px;
  height: 10px;
  margin-top: 0px;
}

.case__card-tags {
  position: absolute;
  top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.case__card-tags_right {
  right: 28px;
}

.case__card-tags_right .case__card-tag {
  border-radius: 50px;
}

.case__card-tags_left {
  left: 28px;
}

.case__card-tags_left .case__card-tag {
  border-radius: 8px;
  color: #6D6D6D;
}

.case__card-tag {
  padding: 12px 18px;
  background-color: rgba(255, 255, 255, 0.85);
  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;
}

.case__card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 24px;
}

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

.case__card-content-blocks {
  margin-top: 20px;
  padding-top: 12px;
  width: 100%;
  border-top: 1px solid #D0D0D1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}

.case__card-content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}

.case__card-content-key {
  color: #878789;
}

.case__card-ico-wrapper {
  position: absolute;
  right: 12px;
  bottom: 16px;
}

.case__card-ico g {
  fill: transparent;
}

.case__card-ico g path {
  stroke: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.case-offer {
  overflow: hidden;
  position: relative;
  padding-bottom: 60px;
}

.case-offer__title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.case-offer__title {
  margin: 0;
}

.case-offer__swiper {
  margin-top: 60px;
  overflow: visible;
  max-width: 1200px;
  margin-left: 0;
  position: static;
}

.case-offer__swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.case-about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 70px;
}

.case-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}

.case-about__title {
  margin: 0;
  margin-top: 24px;
}

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

.case-about__img {
  width: 50%;
  border-radius: 12px;
  overflow: hidden;
}

.case-decision {
  background-color: rgb(69, 68, 70);
}

.case-decision__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.case-decision__content {
  width: 100%;
  max-width: 504px;
}

.case-decision__ico {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.case-decision__title {
  color: white;
  margin: 0;
  margin-top: 24px;
}

.case-decision__text {
  color: white;
}

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

.case-decision__list {
  margin-top: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 50%;
}

.case-decision__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.case-decision__card-ico {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.case-decision__card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.case-decision__card-title {
  color: white;
}

.case-decision__card-text {
  color: rgb(175, 175, 177);
}

.case-param__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}

.case-param__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}

.case-param__title {
  margin: 0;
}

.case-param__sub-title {
  margin-top: 60px;
}

.case-param__list {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.case-param__list .case-decision__card-title {
  color: rgb(38, 38, 38);
}

.case-param__list .case-decision__card-text {
  color: rgb(108, 108, 110);
}

.case-param__more-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 52px;
}

.case-param__imgs {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.case-param__imgs a {
  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;
  border: 1px solid rgb(230, 230, 231);
  border-radius: 12px;
  padding: 12px;
  position: relative;
}

.case-param__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.case-param__imgs-open {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.1);
  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;
}

.case-param__imgs-open img {
  width: 100%;
  height: 100%;
  padding: 10px;
}

.case-result {
  background-color: rgb(69, 68, 70);
}

.case-result__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 52px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.case-result__title-block {
  max-width: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.case-result__title {
  color: white;
  margin: 0;
}

.case-result__sub-title {
  color: white;
  margin-top: 36px;
}

.case-result__content-text {
  color: white;
}

.case-result__content-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 32px 24px;
  margin-top: 52px;
}

.case-result__ico-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

.case-result__card-title {
  color: white;
}

.case-result__card-text {
  color: white;
  margin-top: 16px;
}

.case-review__content {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.case-review__video {
  overflow: hidden;
  border-radius: 12px;
}

.case-review__title-video-block {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.case-review__year-video {
  color: rgb(108, 108, 110);
}

.case-review__text-video {
  margin-top: 16px;
}

.case-review__more-content {
  max-width: 385px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.case-review__document {
  border-left: none !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 32px;
}

.case-review__person {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid rgb(208, 208, 209);
}

.quiz__container {
  position: relative;
}

.quiz__slide {
  position: relative;
  padding: 37px 80px;
  height: 500px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  border-radius: 16px;
}

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

.quiz__title {
  color: white;
  max-width: 582px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quiz__description {
  color: white;
  max-width: 582px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quiz__grid {
  margin-top: 52px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 398px;
}

.quiz__button {
  width: 100%;
  font-weight: 400;
}

.quiz__button.active {
  background-color: #E66410;
}

.quiz__button-next {
  width: 100%;
}

.quiz__button-next_long {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.quiz__input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.quiz__back {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-animation: scale_anim 25s infinite;
          animation: scale_anim 25s infinite;
}

.quiz__slide-number {
  font-weight: 300;
  color: #878789;
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quiz__img-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: absolute;
  width: 100%;
  max-width: 390px;
  top: -40px;
  right: 80px;
}

.quiz__img-card {
  background-color: white;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px 12px 16px 12px;
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.0509803922);
}

.quiz__img-card-img-wrapper {
  height: 172px;
}

.quiz__img-card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.quiz__img-card-title {
  margin-top: 24px;
}

.quiz__img-card-description {
  margin-top: 8px;
}

.documents__title {
  margin: 0;
}

.documents__swiper {
  margin-top: 60px;
  padding-right: 22px;
}

.documents__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 40px 16px 40px;
  border-left: 1px solid #E6E6E7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.documents__card:last-child {
  border-right: 1px solid #E6E6E7;
}

.documents__card:not(:hover) .product__file-icon-tag {
  color: white;
  background-color: rgb(175, 175, 177);
  border-color: rgb(175, 175, 177);
}

.documents__card:hover {
  opacity: 1;
  background-color: #E6E6E7;
  border-radius: 12px;
}

.documents__card:hover .documents__card-bottom {
  border-top: 1px solid #AFAFB1;
}

.documents__card:hover .documents__card-bottom-text {
  color: #E66410;
  border-bottom: 1px solid #E66410;
}

.documents__card:hover .documents__card-ico path {
  stroke: #E66410;
}

.documents__card-img-wrapper {
  height: 42px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  background-color: white;
  border-radius: 12px;
}

.documents__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.documents__card-title {
  margin-top: 20px;
}

.documents__card-description {
  margin-top: 8px;
  color: #454446;
}

.documents__card-bottom {
  margin-top: 52px;
  padding-top: 16px;
  border-top: 1px solid #E6E6E7;
  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;
  gap: 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.documents__card-bottom-text {
  color: #454446;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
}

.documents__card-ico {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.documents__card-ico g {
  fill: transparent;
}

.documents__card-ico path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.documents__card-file-wrapper {
  position: relative;
  width: 40px;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.documents__content {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.documents__content .documents__swiper {
  margin: 0;
}

.documents__tabs {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  width: 100%;
  overflow-x: auto;
  padding-bottom: 5px;
}

.documents__tab {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.documents__tab a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: rgb(108, 108, 110);
  border-bottom: transparent;
  padding-bottom: 4px;
}

.documents__tab a:hover {
  color: #E66410;
  border-bottom: 1px solid #E66410;
}

.documents__tab.uk-active a {
  color: #E66410;
  border-bottom: 1px solid #E66410;
}

.reviews__title-block {
  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;
  gap: 32px;
}

.reviews__title {
  margin: 0;
}

.reviews__column {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.reviews__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  height: 332px;
  padding: 12px 12px 12px 12px;
}

.reviews__card:hover {
  background-color: #E6E6E7;
  opacity: 1;
  border-radius: 8px;
}

.reviews__card:hover .reviews__card-title {
  color: #E66410;
}

.reviews__line {
  width: 100%;
  height: 1px;
  background-color: #D0D0D1;
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews__card-content {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px;
}

.reviews__card-title {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.reviews__card-year {
  margin-top: 10px;
}

.reviews__card-tag {
  margin-top: 12px;
  color: #878789;
  background-color: #F5F5F6;
  padding: 9px 18px;
  border-radius: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.reviews__card-bottom {
  padding-top: 32px;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reviews__card-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}

.reviews__card-block-description {
  color: #878789;
}

.reviews__card-ico g {
  fill: transparent;
}

.reviews__card-ico path {
  stroke: #262626;
}

.reviews__card-video {
  width: 50%;
}

.reviews__card-video-object {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.form-block {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 90px;
  padding: 20px 0;
}

.form-block_dark {
  background-color: rgb(69, 68, 70);
  padding: 90px 0;
}

.form-block_dark .form-block__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 52px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.form-block_dark .form-block__form-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 510px;
}

.form-block_dark .form-block__form-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 529px;
}

.form-block__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 56px;
}

.form-block__img-wrapper {
  width: 50%;
  overflow: hidden;
  border-radius: 12px;
}

.form-block__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: scale_anim 25s infinite;
          animation: scale_anim 25s infinite;
  pointer-events: none;
}

.form-block__form {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-block__form-title {
  color: white;
}

.form-block__form-description {
  color: white;
  margin-top: 24px;
}

.form-block__form-inputs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin-top: 16px;
  gap: 16px;
}

.form-block__form-input-double {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.form-block__form-button {
  width: 100%;
}

.form-block__form-buttons {
  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;
  gap: 12px;
  margin-top: 32px;
}

.form-block__back {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  z-index: -1;
  -webkit-filter: brightness(0.45) blur(10px);
          filter: brightness(0.45) blur(10px);
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  pointer-events: none;
}

.form-modal__wrapper {
  background-color: rgb(69, 68, 70);
  border-radius: 12px;
  padding: 24px 32px;
  max-width: 616px;
}

.form-modal__close {
  top: 36px;
  right: 32px;
  color: white;
}

.form-modal__close:hover {
  color: rgb(230, 100, 16);
}

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

.form-modal__title {
  color: white;
}

.form-modal__description {
  color: rgb(175, 175, 177);
  margin-top: 12px;
}

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

.form-modal__text-bottom {
  color: rgb(135, 135, 137);
  margin-top: 20px;
}

.form-modal .form-block__form-inputs {
  margin-top: 24px;
}

.contacts-block__title-block {
  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;
  gap: 32px;
}

.contacts-block__title {
  margin: 0;
}

.contacts-block__button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.contacts-block__content {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts-block__content-block {
  padding: 12px 20px 0 20px;
  border-left: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  height: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.contacts-block__content-key {
  color: #878789;
}

.contacts-block__content-link:hover {
  opacity: 1;
  color: #E66410;
}

.contacts-block__persons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 32px;
  margin-top: 40px;
  width: 100%;
}

.contacts-block__swiper {
  margin-top: 40px;
}

.contacts-block__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.contacts-block__person:hover .contacts-block__person-content {
  border-top: 1px solid #FAC177;
}

.contacts-block__person:hover .contacts-block__person-tag {
  color: #E66410;
  background-color: #FEEFD6;
}

.contacts-block__person-img-wrapper {
  width: 100%;
  height: 340px;
  overflow: hidden;
  background-color: #D0D0D1;
  border-radius: 12px;
  padding: 15px 25px 0 25px;
}

.contacts-block__person-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
  pointer-events: none;
}

.contacts-block__person-title {
  margin-top: 12px;
}

.contacts-block__person-tag {
  margin-top: 16px;
  color: #878789;
  background-color: #F5F5F6;
  padding: 9px 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contacts-block__person-tag_black {
  color: white;
  background-color: rgb(108, 108, 110);
}

.contacts-block__person-content {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #E6E6E7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contacts-block__person-contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.contacts-block__person-data {
  color: #AFAFB1;
}

.contacts-block__person-value_link:hover {
  opacity: 1;
  color: #E66410;
}

.catalog-filter__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.catalog-filter__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.catalog-filter__prefix {
  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;
  gap: 20px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}

.catalog-filter__input-select {
  position: relative;
  padding-bottom: 12px;
}

.catalog-filter__price-input {
  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;
  gap: 20px;
}

.catalog-filter__price-input-text:nth-child(1) {
  color: rgba(0, 0, 0, 0.5);
}

.catalog-filter__range-input-block {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  left: 0;
  width: 100%;
}

.catalog-filter__range {
  position: absolute;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: transparent;
  pointer-events: none;
  height: 2px;
}

.catalog-filter__input {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 12px;
  width: 100%;
  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;
  gap: 20px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.catalog-filter__input:hover {
  border-color: rgb(230, 100, 16);
}

.catalog-filter__input:hover .catalog-filter__input-icon path {
  stroke: rgb(230, 100, 16) !important;
}

.catalog-filter__input input {
  border: none;
  cursor: pointer;
  color: rgb(38, 38, 38);
  width: 100%;
}

.catalog-filter__input input::-webkit-input-placeholder {
  color: rgb(38, 38, 38);
}

.catalog-filter__input input::-moz-placeholder {
  color: rgb(38, 38, 38);
}

.catalog-filter__input input:-ms-input-placeholder {
  color: rgb(38, 38, 38);
}

.catalog-filter__input input::-ms-input-placeholder {
  color: rgb(38, 38, 38);
}

.catalog-filter__input input::placeholder {
  color: rgb(38, 38, 38);
}

.catalog-filter__input-icon {
  fill: transparent;
}

.catalog-filter__input-icon path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.catalog-filter__dropdown {
  width: 100%;
  max-height: 300px;
  overflow: auto;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgb(230, 100, 16);
}

.catalog-filter__dropdown ul li {
  color: rgba(0, 0, 0, 0.5);
  padding: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
}

.filter-button_active {
  color: rgb(38, 38, 38) !important;
}

.filter-button-box {
  width: 15px;
  height: 15px;
  border: 1px solid rgb(230, 100, 16);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter-button-box img {
  width: 12px;
  height: 12px;
}

.filter-button_active .filter-button-box {
  background-color: rgb(230, 100, 16);
  border-color: rgb(230, 100, 16);
}

.slider-track {
  width: 100%;
  height: 1px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 4px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 10px;
  width: 10px;
  background-color: rgb(230, 100, 16);
  cursor: pointer;
  pointer-events: auto;
  border-radius: 50%;
}

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 10px;
  width: 10px;
  cursor: pointer;
  border-radius: 50%;
  background-color: rgb(230, 100, 16);
  pointer-events: auto;
}

input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  height: 10px;
  width: 10px;
  cursor: pointer;
  border-radius: 50%;
  background-color: rgb(230, 100, 16);
  pointer-events: auto;
}

.product {
  padding-top: 40px;
}

.product__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
}

.product__gallery {
  width: 43%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43%;
          flex: 0 0 43%;
}

.product__main-swiper {
  position: relative;
  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;
  border-radius: 12px;
  height: 420px;
  border: 1px solid rgb(230, 230, 231);
}

.product__main-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  padding: 46px 64px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product__main-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product__swiper-button-prev {
  position: absolute;
  z-index: 100;
  left: 10px;
  cursor: pointer;
}

.product__swiper-button-next {
  position: absolute;
  z-index: 100;
  right: 10px;
  cursor: pointer;
}

.product__thumbs-swiper {
  margin-top: 12px;
  height: 80px;
}

.product__thumbs-swiper .swiper-slide {
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid rgb(230, 230, 231);
  border-radius: 8px;
}

.product__thumbs-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product__thumbs-swiper .swiper-slide:hover {
  border: 1px solid rgb(250, 193, 119);
}

.product__thumbs-swiper .swiper-slide:hover img {
  opacity: 1;
}

.product__thumbs-swiper .swiper-slide-active {
  border: 1px solid rgb(250, 193, 119);
}

.product__thumbs-swiper .swiper-slide-active img {
  opacity: 1;
}

.product__content {
  width: 57%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product__description-grids {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.product__description-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.product__description-icon {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  background-color: rgb(254, 239, 214);
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.product__description-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  max-width: 457px;
}

.product__description-content-text {
  color: rgb(108, 108, 110);
}

.product__files {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.product__file:hover .product__file-icon-tag {
  color: rgb(230, 100, 16);
  background-color: white;
}

.product__file-icon {
  position: relative;
}

.product__file-icon img {
  width: 100%;
  height: 100%;
}

.product__file-icon-tag {
  position: absolute;
  background-color: rgb(230, 100, 16);
  border: 1px solid rgb(230, 100, 16);
  border-radius: 5px;
  padding: 3px;
  color: white;
  bottom: 7px;
  left: -6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}

.product__file-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.product__file-content-title {
  color: rgb(38, 38, 38);
  border-bottom: 1px solid rgb(38, 38, 38);
}

.product__file-content-volume {
  margin-top: auto;
  color: rgb(175, 175, 177);
}

.product__price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  padding-top: 32px;
  border-top: 1px solid rgb(208, 208, 209);
  margin-top: 32px;
}

.product__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.product__price-title {
  font-weight: 300;
  color: rgb(108, 108, 110);
}

.specifications .product__file-content-title {
  color: white;
  border-bottom: 1px solid white;
}

.product__button-specifications {
  display: none;
}

.product__button-specifications span:nth-child(2) {
  display: none;
}

.product__button-specifications.active span:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product__button-specifications.active span:nth-child(1) {
  display: none;
}

.specifications {
  background-color: rgb(69, 68, 70);
  margin-top: 60px;
  padding: 90px 0;
}

.specifications__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
}

.specifications__title-content {
  width: 43%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43%;
          flex: 0 0 43%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.specifications__title {
  color: white;
  margin: 0;
}

.specifications__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 57%;
}

.specifications__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px 0;
}

.specifications__grid-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  padding-right: 10px;
}

.specifications__grid-card:nth-child(n+4) {
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.specifications__grid-card-title {
  color: rgb(175, 175, 177);
}

.specifications__grid-card-value {
  color: rgb(255, 255, 255);
}

.specifications__content-text {
  margin-top: 46px;
  color: white;
}

.specifications__blocks {
  margin-top: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.specifications__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.specifications__block-title {
  color: white;
}

.specifications__block-description {
  color: rgb(175, 175, 177);
}

.specifications__line {
  display: none;
  width: 100%;
  height: 1px;
  background-color: rgb(135, 135, 137);
}

.services-product__title {
  margin: 0;
}

.services-product__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 12px 44px 12px 12px;
  border-right: 1px solid rgb(230, 230, 231);
}

.services-product__card:hover {
  opacity: 1;
  background-color: rgb(230, 230, 231);
  border-radius: 14px;
}

.services-product__card-img {
  width: 100%;
  height: 300px;
}

.services-product__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.services-product__card-title {
  color: rgb(38, 38, 38);
  margin-top: 16px;
}

.services-product__card-text {
  color: rgb(69, 68, 70);
  margin-top: 42px;
}

.services-product__card-tag {
  color: rgb(38, 38, 38);
  border-bottom: 1px solid rgb(38, 38, 38);
  margin-top: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.services__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 32px 0;
}

.services__card:nth-child(2n) {
  padding-left: 16px;
}

.services__card:nth-child(2n-1) {
  padding-right: 16px;
}

.services__card:nth-child(n+3) {
  padding-top: 32px;
  border-top: 1px solid rgb(208, 208, 209);
}

.services__card .services-product__card {
  padding: 12px;
  border-right: none;
}

.about-services__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}

.about-services__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
}

.about-services__content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 52px;
  width: 45%;
}

.about-services__title {
  margin: 0;
}

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

.about-services__content-img {
  overflow: hidden;
  border-radius: 12px;
  width: 55%;
}

.about-services__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  /*justify-content: space-between;*/
}

.about-services__card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.advantages__block-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.automation__title {
  margin: 0;
}

.automation__card {
  padding: 12px;
  border: 1px solid rgb(208, 208, 209);
  border-radius: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.automation__card:hover {
  opacity: 1;
  background-color: #e6e6e6;
}

.automation__card:hover .automation__card-title {
  color: rgb(230, 100, 16);
}

.automation__card-img {
  border-radius: 12px;
  height: 252px;
  overflow: hidden;
  pointer-events: none;
}

.automation__card-title {
  margin-top: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.automation__card-description {
  margin-top: 20px;
}

.automation__card-price-block {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgb(208, 208, 209);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}

.automation__card-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.automation__swiper {
  margin-top: 52px;
}

.automation__card-ico path {
  stroke: rgb(38, 38, 38);
}

.automation__card-ico g {
  fill: transparent;
}

.scheme__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.scheme__img-swiper {
  height: auto;
  width: 49%;
}

.scheme__img-slide {
  overflow: hidden;
  border-radius: 12px;
}

.scheme__content {
  height: 100%;
  width: 51%;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.scheme__title {
  margin: 0 0 52px 0;
}

.scheme__content-swiper {
  width: 100% !important;
}

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

.scheme__slide-description {
  margin-top: 30px;
  width: 100%;
}

.scheme__slide-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}

.scheme__slide-list .advantages__block-card-text {
  max-width: 100%;
}

.scheme__slide-number {
  margin-top: 60px;
}

.scheme__swiper-buttons {
  position: absolute;
  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;
  gap: 16px;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.scheme__swiper-button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.scheme__swiper-button.swiper-button-disabled {
  opacity: 0.5;
}

.scheme__swiper-button-prev .scheme__swiper-button-ico {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.scheme__swiper-button-ico {
  fill: transparent;
}

.process {
  background-color: rgb(69, 68, 70);
}

.process__title {
  color: white;
  margin: 0;
}

.process__swiper {
  margin-top: 60px;
  overflow: visible;
}

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

.process__card * {
  color: rgb(108, 108, 110);
}

.process__card:hover .process__card-title {
  color: white;
}

.process__card:hover .process__card-number {
  color: white;
  border-color: rgb(230, 100, 16);
}

.process__card:hover .process__card-description {
  color: rgb(175, 175, 177);
}

.process__card-number {
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 1px solid rgb(108, 108, 110);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.process__card-title {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 32px;
  padding-right: 38px;
}

.process__card-description {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 24px;
  padding-right: 38px;
}

.blog__filter {
  margin-top: 42px;
}

.blog__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}

.blog__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog__tag {
  padding: 10px 14px;
  background-color: rgb(245, 245, 246);
  color: rgb(135, 135, 137);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 8px;
  line-height: 1.1;
  cursor: pointer;
}

.blog__tag.hidden {
  display: none;
}

.blog__tag.active {
  background-color: rgb(254, 239, 214);
  color: rgb(230, 100, 16);
}

.blog__tag:hover {
  color: rgb(230, 100, 16);
}

.blog__sort {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  padding: 5px;
  max-width: 190px;
}

.blog__sort-button {
  background-color: white;
  border: none;
  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: 0;
  gap: 10px;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.blog__sort-button-burger {
  width: 20px;
  height: 20px;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.blog__sort-button-burger img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.blog__sort-button-arrow {
  margin-left: auto;
  width: 15px;
  height: 10px;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.blog__sort-button-arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.blog__sort-dropdown {
  width: 100%;
  padding: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

.blog__sort-item {
  padding: 16px 20px;
  border: 1px solid rgb(245, 245, 246);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.blog__sort-item:nth-child(1) {
  border-bottom: none;
}

.blog__sort-item:hover {
  background-color: rgb(245, 245, 246);
}

.blog__grid-section {
  margin-top: 52px;
}

.blog__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}

.blog__card {
  padding: 12px;
  border-radius: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blog__card:hover {
  background-color: rgb(230, 230, 231);
}

.blog__card-img-wrapper {
  width: 100%;
  height: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.blog__card-img-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog__card-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  position: absolute;
  top: 12px;
  left: 12px;
}

.blog__card-tag {
  background-color: white;
  color: rgb(109, 109, 109);
  padding: 10px 14px;
  line-height: 1.1;
  border-radius: 8px;
}

.blog__card-author {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}

.blog__card-author-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.blog__card-author-icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog__card-author-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}

.blog__card-author-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}

.blog__card-author-date {
  color: rgb(135, 135, 137);
}

.blog__card-author-time {
  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;
  gap: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.blog__card-author-time-text {
  color: rgb(135, 135, 137);
}

.blog__card-title {
  margin-top: 12px;
}

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

.blog__card-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-top: 32px;
  margin-top: auto;
}

.blog__card-bottom-text {
  border-bottom: 1px solid rgb(38, 38, 38);
  line-height: 1;
}

.blog__card-bottom-ico-img {
  fill: transparent;
}

.blog__card-bottom-ico-img path {
  stroke: rgb(38, 38, 38);
}

.article {
  position: relative;
  z-index: 1;
}

.article__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}

.article__main {
  width: 68%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.article__min-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article__min-about-text {
  color: rgb(135, 135, 137);
}

.article__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.article__author-icon {
  width: 86px;
  height: 86px;
  overflow: hidden;
  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;
  border-radius: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.article__author-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article__author-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  max-width: 300px;
}

.article__content {
  margin-top: 60px;
}

.article__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}

.article__social-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article__social-row a {
  opacity: 0.5;
  width: 20px;
  height: 20px;
  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;
}

.article__social-row a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.article__social-row a:hover {
  opacity: 1;
}

.article__more-title {
  margin: 0;
}

.article__buttons {
  margin-top: 60px;
  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;
}

.article__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.article__button span {
  line-height: 1;
  color: rgb(135, 135, 137);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.article__button:hover {
  opacity: 1;
}

.article__button:hover span {
  color: rgb(38, 38, 38);
}

.article__button:hover .article__button-icon {
  color: rgb(38, 38, 38);
}

.article__button-prev .article__button-icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.article__button-icon {
  color: rgb(135, 135, 137);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.article__right {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.article__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 16px;
}

.article__tag {
  background-color: rgb(245, 245, 246);
}

.article__more {
  margin-top: 36px;
}

.article__more-grid {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.article__more-grid .blog__card {
  border: 1px solid rgb(230, 230, 231);
}

.about-company_order .about-company__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.about-company__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.about-company__content {
  width: 45%;
  height: auto;
}

.about-company__title {
  margin: 0;
}

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

.about-company__img {
  width: 55%;
  height: auto;
  overflow: hidden;
  border-radius: 12px;
  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;
}

.about-mission {
  background-color: rgb(69, 68, 70);
}

.about-mission__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-mission__title {
  margin: 0;
  color: white;
  max-width: 563px;
}

.about-mission__content {
  max-width: 614px;
}

.about-mission__content * {
  color: white;
}

.about-grid__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.about-grid__card {
  padding: 0 24px 24px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  border-top: 1px solid rgb(208, 208, 209);
  border-right: 1px solid rgb(208, 208, 209);
}

.about-grid__card:nth-child(n+3) {
  padding: 16px 24px 24px 24px;
}

.about-grid__card:nth-child(1) {
  border-top: none;
}

.about-grid__card:nth-child(2) {
  border-top: none;
}

.about-grid__card:nth-child(3) {
  border-top: none;
}

.about-grid__card:nth-child(3n) {
  border-right: none;
}

.about-grid__card-title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.about-team {
  background-color: rgb(69, 68, 70);
}

.about-team__title {
  margin: 0;
  color: white;
}

.about-team__group {
  margin-top: 60px;
}

.about-team__group-title {
  color: white;
}

.about-team__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
  margin-top: 32px;
}

.about-team__card .contacts-block__person-title {
  color: white;
}

.contacts-map__map {
  height: 440px;
  width: 100%;
  margin-top: 60px;
  /*ymaps{
      width: 100%;
      height: 400px;
  }*/
}

.contacts__tabs {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}

.contacts__tabs .uk-active a {
  color: rgb(230, 100, 16);
  border-bottom: 1px solid rgb(230, 100, 16);
}

.contacts__tabs a {
  padding-bottom: 4px;
  color: rgb(108, 108, 110);
}

.contacts__tabs a:hover {
  color: rgb(230, 100, 16);
  opacity: 1;
}

.contacts-team__title {
  margin: 0;
}

.contacts-team__tabs {
  margin-top: 40px;
}

.contacts-team__contents {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}

.vacancy_title {
  margin: 0;
}

.vacancy__grid {
  margin-top: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}

.vacancy__card {
  padding: 12px 12px 20px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 12px;
}

.vacancy__card:hover {
  opacity: 1;
  background-color: #E6E6E7;
}

.vacancy__card:hover .vacancy__card-title {
  color: #da671b;
}

.vacancy__card-img {
  overflow: hidden;
  border-radius: 12px;
  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;
  height: 252px;
}

.vacancy__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.vacancy__card-content {
  margin-top: 12px;
}

.vacancy__card-title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.vacancy__card-title {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.vacancy__card-text {
  color: rgb(175, 175, 177);
}

.vacancy__card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 18px;
}

.vacancy__card-arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.vacancy-modal__wrapper {
  border-radius: 12px;
  padding: 24px 32px;
  max-width: 1230px !important;
  width: 100%;
}

.vacancy-modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 32px;
}

.vacancy-modal__about {
  padding-right: 32px;
  border-right: 1px solid rgb(208, 208, 209);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 550px;
  width: 100%;
}

.vacancy-modal__about-work-up {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.vacancy-modal__about-work-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.vacancy-modal__about-work-title {
  color: rgb(135, 135, 137);
}

.vacancy-modal__about-more-title {
  margin-top: 20px;
}

.vacancy-modal__about-work-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vacancy-modal__about-work-content {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vacancy-modal__about-button {
  margin-top: 32px;
}

.vacancy-modal__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vacancy-modal__description {
  margin-top: 12px;
}

.form-block__vacancy-file {
  margin-top: 30px;
  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;
  gap: 32px;
}

.form-block__vacancy-file .form-block__form-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 1280.98px) {
  .advantages {
    padding-top: 130px;
  }

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

  .advantages__tag {
    margin: 12px !important;
  }

  .advantages__block-include {
    display: unset;
  }

  .advantages__block-button {
    width: 100%;
    margin-top: 32px;
  }

  .advantages__img-wrapper {
    max-width: 100%;
    height: 350px;
  }

  .catalog__grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 1100.98px) {
  .section_hero {
    padding-top: 130px;
  }

  .section {
    margin-top: 60px;
  }

  .section_first {
    margin-top: 60px;
  }

  .section_padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section_padding-bottom {
    padding-bottom: 60px;
  }

  .section_padding-top {
    padding-top: 60px;
  }

  .text_mobile_72 {
    font-size: 32px;
  }

  .text_mobile_68 {
    font-size: 32px;
  }

  .text_mobile_64 {
    font-size: 32px;
  }

  .text_mobile_56 {
    font-size: 32px;
  }

  .text_mobile_48 {
    font-size: 32px;
  }

  .text_mobile_40 {
    font-size: 32px;
  }

  .text_mobile_32 {
    font-size: 24px;
  }

  .text_mobile_28 {
    font-size: 24px;
  }

  .text_mobile_24 {
    font-size: 20px;
  }

  .text_mobile_20 {
    font-size: 16px;
  }

  .text_mobile_18 {
    font-size: 16px;
  }

  .text_mobile_16 {
    font-size: 14px;
  }

  .text_mobile_14 {
    font-size: 12px;
  }

  .text_mobile_12 {
    font-size: 12px;
  }

  .header {
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #5b5b5d;
  }

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

  .header__logo-wrapper {
    height: 50px;
  }

  .header__line {
    display: none;
  }

  .header__bottom {
    position: fixed !important;
    z-index: 1001;
    width: 100%;
    height: 100svh;
    overflow: auto;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    padding-top: 0px;
  }

  .header__bottom.active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

  .header__bottom-container {
    /*display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }

  .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 24px;
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid #68686a;
  }

  .header__menu a {
    font-weight: 300;
  }

  .header__bottom-include {
    display: unset;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .header__search-input {
    opacity: 1;
    border: none;
  }

  .header__search-input::-webkit-input-placeholder {
    color: #68686a;
  }

  .header__search-input::-moz-placeholder {
    color: #68686a;
  }

  .header__search-input:-ms-input-placeholder {
    color: #68686a;
  }

  .header__search-input::-ms-input-placeholder {
    color: #68686a;
  }

  .header__search-input::placeholder {
    color: #68686a;
  }

  .header__search-block .btn_icon-main {
    opacity: 0.3;
  }

  .header__bottom-mobile-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 65px;
    padding: 7px 15px;
    border-bottom: 1px solid #5b5b5d;
  }

  .header__bottom-include-button {
    width: 100%;
    margin-top: 24px;
  }

  .header__bottom-include-button .header__buttons {
    gap: 16px;
  }

  .header__bottom-include-button .header__button {
    width: 100%;
  }

  .header__bottom-include-contact_first {
    width: 100%;
    margin-top: 24px;
  }

  .header__bottom-include-contact_first .header__contacts-link {
    color: white;
  }

  .header__bottom-include-contact_second {
    width: 100%;
    margin-top: 16px;
  }

  .header__bottom-include-contact_second .header__contacts-link {
    color: white;
  }

  .header__bottom-mobile-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #68686a;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }

  .menu-category {
    z-index: 1001;
    top: 0;
    margin-top: 0;
    padding-top: 0;
    height: 100svh;
  }

  .menu-category__buton-arrow {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 2px;
    cursor: pointer;
  }

  .menu-category__buton-arrow img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .menu-category__container-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-category__grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 12px 5px;
    margin-top: 20px;
  }

  .menu-overlay {
    display: none !important;
  }

  .footer__bottom {
    -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: start;
  }

  .footer__text:nth-child(3) {
    margin-left: 0;
  }

  .hero__slide-top {
    -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: start;
  }

  .hero__slide-back-wrapper {
    margin-top: 30px;
  }

  .hero__advantages {
    bottom: -80px;
    overflow: auto;
  }

  .hero__advantages-card {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .hero__swiper-button {
    display: none;
  }

  .hero__swiper-pagination {
    display: none;
  }

  .hero__slide-top-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .service-offer__img-wrapper {
    display: none;
  }

  .service-offer__list {
    width: 100%;
  }

  .service-offer__list-item-number {
    display: none;
  }

  .service-offer__list-item {
    padding: 18px 0;
    border-left: none !important;
    gap: 12px;
  }

  .service-offer__list-item-ico {
    display: none !important;
  }

  .service-offer__img {
    -webkit-animation: none;
            animation: none;
    opacity: 1 !important;
  }

  .service-offer__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px 5px;
  }

  .service-offer__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .service-offer__list-item span {
    font-weight: 600;
  }

  .service-offer__list-item-wrapper {
    position: relative;
    width: 100%;
    height: 95px;
    border-radius: 8px;
    overflow: hidden;
  }

  .service-offer__title-block {
    -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: start;
    gap: 32px;
  }

  .service-offer__button {
    width: 100%;
  }

  .catalog-offer__title-block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .catalog-offer__button {
    margin-top: 32px;
    width: 100%;
  }

  .catalog__grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .decisions-offer__title-block {
    -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: start;
    gap: 32px;
  }

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

  .decisions-offer__img {
    -webkit-transform: scaleX(1.1);
        -ms-transform: scaleX(1.1);
            transform: scaleX(1.1);
  }

  .decisions-offer__button {
    width: 100%;
  }

  .case-offer__title-block {
    -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: start;
    gap: 32px;
  }

  .case-offer__swiper {
    margin-top: 40px;
  }

  .case-offer__button {
    width: 100%;
  }

  .quiz__img-cards {
    display: none;
  }

  .quiz__grid {
    max-width: 100%;
  }

  .quiz__slide {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .quiz__container {
    padding: 0;
  }

  .reviews__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    gap: 12px;
    padding: 0;
  }

  .reviews__card-content {
    width: 100%;
  }

  .reviews__card-video {
    width: 100%;
    height: 228px;
  }

  .form-block__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }

  .form-block__form {
    width: 100%;
  }

  .form-block__img-wrapper {
    width: 100%;
    height: 300px;
  }

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

  .form-block__form-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }

  .contacts-block {
    position: relative;
  }

  .contacts-block__content {
    -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: start;
    gap: 24px;
    padding: 0;
  }

  .contacts-block__content-block {
    width: 100%;
    border-left: none;
    border-top: 1px solid #cccccc;
    padding: 24px 0 0 0;
  }

  .contacts-block__content-block:nth-child(1) {
    border: none;
    padding: 0;
  }

  .contacts-block__swiper {
    padding-right: 88px;
    padding-bottom: 60px;
  }

  .contacts-block__swiper-pagination {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
  }

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

  .product__gallery {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }

  .product__content {
    width: 100%;
  }

  .product__main-swiper {
    height: 270px;
  }

  .product__price-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    gap: 16px;
  }

  .product__price-block .btn {
    width: 100%;
  }

  .product__price-block a {
    margin-top: 16px;
  }

  .product__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

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

  .specifications {
    padding: 40px 0;
    margin-top: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
    position: absolute;
  }

  .specifications.active {
    opacity: 1;
    pointer-events: unset;
    position: static;
  }

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

  .specifications__title-content {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }

  .specifications__content {
    width: 100%;
  }

  .specifications__grid-card-value {
    font-size: 16px;
    text-align: right;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .specifications__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }

  .specifications__grid-card {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .specifications__grid-card-title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

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

  .specifications__blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }

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

  .article__main {
    width: 100%;
  }

  .article__min-about {
    margin-top: 40px;
  }

  .article__min-about-text {
    color: rgb(135, 135, 137);
  }

  .article__author-icon {
    width: 60px;
    height: 60px;
  }

  .article__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 24px;
  }

  .article__social-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .article__social-row a {
    opacity: 0.5;
    width: 20px;
    height: 20px;
    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;
  }

  .article__social-row a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .article__social-row a:hover {
    opacity: 1;
  }

  .article__buttons {
    display: none;
  }

  .article__right {
    width: 100%;
  }

  .vacancy__grid {
    margin-top: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 16px 0px;
  }
}

@media (max-width: 768.98px) {
  .footer {
    padding: 40px 0;
  }

  .footer__logo {
    width: 50%;
  }

  .footer__column {
    max-width: 100%;
  }

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

  .footer__form {
    max-width: 100%;
  }

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

  .advantages__block-card-text {
    max-width: 100%;
  }

  .catalog__grid {
    /*display: flex;
    flex-direction: column;*/
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px 5px;
  }

  .product__card-title {
    font-weight: 600;
  }

  .product__card-img-wrapper {
    height: 200px;
  }

  .catalog-offer__title-block {
    margin-bottom: 32px;
  }

  .documents__content {
    margin-top: 32px;
  }

  .documents__card {
    padding: 16px;
  }

  .documents__swiper {
    padding-right: 0px;
  }

  .form-modal__wrapper {
    padding: 16px;
  }

  .form-modal__close {
    top: 16px;
    right: 16px;
  }

  .services-product__card {
    padding: 12px;
    border-right: unset;
  }

  .services-product__card-img {
    height: 220px;
  }

  .vacancy__card {
    padding: 8px;
  }

  .vacancy__card-img {
    height: 150px;
  }

  .vacancy__card-content {
    margin-top: 4px;
  }

  .vacancy__card-title-block {
    margin-top: 0px;
    -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: start;
    gap: 5px;
  }

  .vacancy__card-link {
    margin-top: 14px;
  }

  .vacancy-modal__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }

  .vacancy-modal__about {
    max-width: 100%;
    width: 100%;
    padding-right: 0px;
    border-right: none;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(208, 208, 209);
  }

  .form-block__vacancy-file {
    margin-top: 20px;
  }

  .vacancy-modal__about-button {
    width: 100%;
    margin-top: 20px;
  }
}