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

@font-face {
  font-family: "LabGrotesque";
  src: url("../fonts/LabGrotesque/LabGrotesque-Regular.eot");
  src: url("../fonts/LabGrotesque/LabGrotesque-Regular-1.eot") format("embedded-opentype"), url("../fonts/LabGrotesque/LabGrotesque-Regular.woff") format("woff"), url("../fonts/LabGrotesque/LabGrotesque-Regular.ttf") format("truetype"), url("../fonts/LabGrotesque/LabGrotesque-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "LabGrotesque";
  src: url("../fonts/LabGrotesque/LabGrotesque-Italic.eot");
  src: url("../fonts/LabGrotesque/LabGrotesque-Italic-1.eot") format("embedded-opentype"), url("../fonts/LabGrotesque/LabGrotesque-Italic.woff") format("woff"), url("../fonts/LabGrotesque/LabGrotesque-Italic.ttf") format("truetype"), url("../fonts/LabGrotesque/LabGrotesque-Italic.svg") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "LabGrotesque";
  src: url("../fonts/LabGrotesque/LabGrotesque-Black.eot");
  src: url("../fonts/LabGrotesque/LabGrotesque-Black-1.eot") format("embedded-opentype"), url("../fonts/LabGrotesque/LabGrotesque-Black.woff") format("woff"), url("../fonts/LabGrotesque/LabGrotesque-Black.ttf") format("truetype"), url("../fonts/LabGrotesque/LabGrotesque-Black.svg") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "LabGrotesque";
  src: url("../fonts/LabGrotesque/LabGrotesque-BlackItalic.eot");
  src: url("../fonts/LabGrotesque/LabGrotesque-BlackItalic-1.eot") format("embedded-opentype"), url("../fonts/LabGrotesque/LabGrotesque-BlackItalic.woff") format("woff"), url("../fonts/LabGrotesque/LabGrotesque-BlackItalic.ttf") format("truetype"), url("../fonts/LabGrotesque/LabGrotesque-BlackItalic.svg") format("svg");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "LabGrotesque";
  src: url("../fonts/LabGrotesque/LabGrotesque-Bold.eot");
  src: url("../fonts/LabGrotesque/LabGrotesque-Bold-1.eot") format("embedded-opentype"), url("../fonts/LabGrotesque/LabGrotesque-Bold.woff") format("woff"), url("../fonts/LabGrotesque/LabGrotesque-Bold.ttf") format("truetype"), url("../fonts/LabGrotesque/LabGrotesque-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "LabGrotesque";
  src: url("../fonts/LabGrotesque/LabGrotesque-BoldItalic.eot");
  src: url("../fonts/LabGrotesque/LabGrotesque-BoldItalic-1.eot") format("embedded-opentype"), url("../fonts/LabGrotesque/LabGrotesque-BoldItalic.woff") format("woff"), url("../fonts/LabGrotesque/LabGrotesque-BoldItalic.ttf") format("truetype"), url("../fonts/LabGrotesque/LabGrotesque-BoldItalic.svg") format("svg");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "LabGrotesque";
  src: url("../fonts/LabGrotesque/LabGrotesque-Light.eot");
  src: url("../fonts/LabGrotesque/LabGrotesque-Light-1.eot") format("embedded-opentype"), url("../fonts/LabGrotesque/LabGrotesque-Light.woff") format("woff"), url("../fonts/LabGrotesque/LabGrotesque-Light.ttf") format("truetype"), url("../fonts/LabGrotesque/LabGrotesque-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "LabGrotesque";
  src: url("../fonts/LabGrotesque/LabGrotesque-LightItalic.eot");
  src: url("../fonts/LabGrotesque/LabGrotesque-LightItalic-1.eot") format("embedded-opentype"), url("../fonts/LabGrotesque/LabGrotesque-LightItalic.woff") format("woff"), url("../fonts/LabGrotesque/LabGrotesque-LightItalic.ttf") format("truetype"), url("../fonts/LabGrotesque/LabGrotesque-LightItalic.svg") format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "LabGrotesque";
  src: url("../fonts/LabGrotesque/LabGrotesque-Medium.eot");
  src: url("../fonts/LabGrotesque/LabGrotesque-Medium-1.eot") format("embedded-opentype"), url("../fonts/LabGrotesque/LabGrotesque-Medium.woff") format("woff"), url("../fonts/LabGrotesque/LabGrotesque-Medium.ttf") format("truetype"), url("../fonts/LabGrotesque/LabGrotesque-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "LabGrotesque";
  src: url("../fonts/LabGrotesque/LabGrotesque-MediumItalic.eot");
  src: url("../fonts/LabGrotesque/LabGrotesque-MediumItalic-1.eot") format("embedded-opentype"), url("../fonts/LabGrotesque/LabGrotesque-MediumItalic.woff") format("woff"), url("../fonts/LabGrotesque/LabGrotesque-MediumItalic.ttf") format("truetype"), url("../fonts/LabGrotesque/LabGrotesque-MediumItalic.svg") format("svg");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "LabGrotesque";
  src: url("../fonts/LabGrotesque/LabGrotesque-Thin.eot");
  src: url("../fonts/LabGrotesque/LabGrotesque-Thin-1.eot") format("embedded-opentype"), url("../fonts/LabGrotesque/LabGrotesque-Thin.woff") format("woff"), url("../fonts/LabGrotesque/LabGrotesque-Thin.ttf") format("truetype"), url("../fonts/LabGrotesque/LabGrotesque-Thin.svg") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "LabGrotesque";
  src: url("../fonts/LabGrotesque/LabGrotesque-ThinItalic.eot");
  src: url("../fonts/LabGrotesque/LabGrotesque-ThinItalic-1.eot") format("embedded-opentype"), url("../fonts/LabGrotesque/LabGrotesque-ThinItalic.woff") format("woff"), url("../fonts/LabGrotesque/LabGrotesque-ThinItalic.ttf") format("truetype"), url("../fonts/LabGrotesque/LabGrotesque-ThinItalic.svg") format("svg");
  font-weight: 100;
  font-style: italic;
}

@media only screen and (min-width: 769px) {
  .mobile-only {
    display: none !important;
  }
}

@-webkit-keyframes btn_blick {
  0% {
    left: -7.8125vw;
  }

  100% {
    left: calc(100% + 7.8125vw);
  }
}

@keyframes btn_blick {
  0% {
    left: -7.8125vw;
  }

  100% {
    left: calc(100% + 7.8125vw);
  }
}

@-webkit-keyframes blick {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blick {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
    opacity: 0;
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes progress_bar {
  0% {
    background-position: -52.0833333333vw center;
  }

  50% {
    background-position: 0 center;
  }

  100% {
    background-position: 52.0833333333vw center;
  }
}

@keyframes progress_bar {
  0% {
    background-position: -52.0833333333vw center;
  }

  50% {
    background-position: 0 center;
  }

  100% {
    background-position: 52.0833333333vw center;
  }
}

html,
body {
  height: 100%;
}

.lptracker_phone {
  cursor: pointer;
}

.page__wrapper {
  width: 100%;
  min-height: 100%;
  margin-bottom: -2.6041666667vw;
  position: relative;
}

* html .page__wrapper {
  height: 100%;
}

.page__buffer {
  height: 2.6041666667vw;
}

* {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page {
  font-family: "LabGrotesque", Arial, sans-serif;
  color: #1C1C1C;
  overflow-x: hidden;
  padding: 0 !important;
}

a {
  color: #1C1C1C;
}

.wrapper {
  width: 85.4166666667vw;
  margin: 0 auto;
}

.tac {
  text-align: center;
}

.wrapper-small {
  width: 65.4166666667vw;
  margin: 0 auto;
}

img {
  display: block;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
blockquote {
  margin: 0;
}

.no-scroll {
  overflow: hidden;
}

.black {
  color: #000
}

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

[data-simple-form-validate-js].disabled,
[data-download-form-validate-js].disabled,
[data-file-form-validate-js].disabled {
  pointer-events: none !important;
}

[data-simple-form-validate-js].disabled .form-btn::after,
[data-download-form-validate-js].disabled .form-btn::after,
[data-file-form-validate-js].disabled .form-btn::after {
  display: none;
}

[data-on-scroll-display-js] {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0 !important;
}

[data-on-scroll-display-js].visible {
  opacity: 1 !important;
}

[data-on-scroll-display-js=fade-top] {
  -webkit-transform: translateY(-5.2083333333vw) !important;
  transform: translateY(-5.2083333333vw) !important;
}

[data-on-scroll-display-js=fade-top].visible {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

[data-on-scroll-display-js=fade-left] {
  -webkit-transform: translateX(-5.2083333333vw) !important;
  transform: translateX(-5.2083333333vw) !important;
}

[data-on-scroll-display-js=fade-left].visible {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

[data-on-scroll-display-js=fade-right] {
  -webkit-transform: translateX(5.2083333333vw) !important;
  transform: translateX(5.2083333333vw) !important;
}

[data-on-scroll-display-js=fade-right].visible {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

[data-on-scroll-display-js=fade-bottom] {
  -webkit-transform: translateY(5.2083333333vw) !important;
  transform: translateY(5.2083333333vw) !important;
}

[data-on-scroll-display-js=fade-bottom].visible {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

[data-scroll-fix-js] {
  width: 0;
  height: 5.2083333333vw;
  position: fixed;
  z-index: -1;
  pointer-events: none;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

[data-anchor-btn-js] {
  cursor: pointer;
}

.validate_error {
  border-color: #FF0000 !important;
  color: #FF0000 !important;
}

.validate_error::-webkit-input-placeholder {
  color: #FF0000 !important;
}

.validate_error::-moz-placeholder {
  color: #FF0000 !important;
}

.validate_error:-ms-input-placeholder {
  color: #FF0000 !important;
}

.validate_error::-ms-input-placeholder {
  color: #FF0000 !important;
}

.validate_error::placeholder {
  color: #FF0000 !important;
}

input.validate_error:-webkit-autofill,
input.validate_error:-webkit-autofill:hover,
input.validate_error:-webkit-autofill:focus {
  -webkit-text-fill-color: #FF0000 !important;
  caret-color: #FF0000 !important;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  background-color: #FFF;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: none;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  caret-color: #000;
}

.fancybox__thumbs,
.fancybox__toolbar__items.fancybox__toolbar__items--left,
.carousel__button.fancybox__button--zoom,
.carousel__button.fancybox__button--slideshow,
.carousel__button.fancybox__button--fullscreen,
.carousel__button.fancybox__button--thumbs {
  display: none !important;
}

.bottom-dots {
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}

.bottom-dots::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  border-bottom: 0.1041666667vw dotted #3A7FE5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bottom-dots:hover::after {
  width: 60%;
}

/* typing */
.txt-type>.txt {
  border-right: 0.2rem solid #777;
  animation-name: blink-start, typing, blink-end;
  animation-duration: 1s, 1s, 1s;
  animation-timing-function: linear, steps(13, end), linear;
  animation-delay: 0s, 1s, 2s;
  animation-iteration-count: 1, 1, infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes typing {
  from {
    width: 0em;
  }

  to {
    width: 8em;
  }
}

@keyframes blink-start {

  from,
  to {
    border-color: rgb(255, 255, 255);
  }

  50% {
    border-color: transparent;
  }
}

@keyframes blink-end {

  from,
  to {
    border-color: rgb(255, 255, 255);
  }

  50% {
    border-color: transparent;
  }
}

/* typing */
.standart-btn,
.standart-white-btn {
  height: 4.2083333333vw;
  border-radius: 26.0416666667vw;
  background-color: #3A7FE5;
  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;
  font-weight: 600;
  font-size: 0.8333333333vw;
  line-height: 1.3020833333vw;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  border: none;
}

.white {
  color: #fff !important;
}

.standart-btn:hover,
.standart-white-btn:hover {
  background-color: #1d65d1;
}

.standart-btn:hover::after,
.standart-white-btn:hover::after {
  opacity: 0 !important;
}

.standart-btn span,
.standart-white-btn span {
  color: #FFF;
}

.standart-btn img,
.standart-white-btn img {
  width: 2.8645833333vw;
  height: 2.8645833333vw;
  border-radius: 50%;
  margin-left: 2.8645833333vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.standart-btn::after,
.standart-white-btn::after {
  content: "";
  width: 5.9895833333vw;
  height: 7.2916666667vw;
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url("../img/general/btn-blick.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: btn_blick 5s linear infinite;
  animation: btn_blick 5s linear infinite;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.standart-btn.disabled,
.standart-white-btn.disabled {
  pointer-events: none;
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.standart-btn.disabled::after,
.standart-white-btn.disabled::after {
  opacity: 0 !important;
}

.standart-btn.no-blick::after,
.standart-white-btn.no-blick::after {
  display: none !important;
}

.standart-btn .loader,
.standart-white-btn .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.5);
}

.standart-btn .loader .loader-circle,
.standart-white-btn .loader .loader-circle {
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 50%;
  overflow: hidden;
  background-image: url("../img/general/loader-circle.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation: rotation 2s linear infinite;
  animation: rotation 2s linear infinite;
}

.standart-white-btn {
  background-color: #FFF;
  color: #1C1C1C;
}

.standart-white-btn:hover {
  background-color: #F2F2F2;
}

.standart-white-btn span {
  color: #1C1C1C;
}

.standart-title {
  font-weight: 600;
  font-size: 2.34375vw;
  line-height: 3.3854166667vw;
  letter-spacing: 0.02em;
  color: #3a7fe5;
}

.standart-text {
  font-size: 1.0416666667vw;
  line-height: 1.8229166667vw;
  letter-spacing: 0.02em;
}

.standart-controls {
  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;
  pointer-events: none;
}

.standart-controls .slider-btn {
  width: 3.3854166667vw;
  height: 3.3854166667vw;
  border-radius: 50%;
  background-color: #FFF;
  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;
  opacity: 0.5;
  pointer-events: auto;
}

.standart-controls .slider-btn svg {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
}

.standart-controls .slider-btn svg path {
  fill: #BCBCBC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.standart-controls .slider-btn:hover {
  opacity: 1;
  background-color: #3A7FE5;
}

.standart-controls .slider-btn:hover svg path {
  fill: #FFF;
}

.standart-controls .slider-btn.grey-btn {
  opacity: 1;
  background-color: #F2F2F2;
}

.standart-controls .slider-btn.grey-btn svg path {
  fill: #C1C1C1;
}

.standart-controls .slider-btn.grey-btn:hover {
  background-color: #3A7FE5;
}

.standart-controls .slider-btn.grey-btn:hover svg path {
  fill: #FFF;
}

.standart-controls .slider-pagination {
  width: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.standart-controls .slider-pagination .swiper-pagination-current {
  font-size: 1.25vw;
  line-height: 1.25vw;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.standart-controls .slider-pagination .swiper-pagination-total {
  font-size: 0.7291666667vw;
  line-height: 0.7291666667vw;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #B0B0B0;
}

.standart-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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.standart-form .form-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 0.78125vw;
  flex-wrap: wrap;
}

.standart-form .form-container .form-item {
  width: 21.3541666667vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.3020833333vw;
  margin-bottom: 1.3020833333rem;
}

.standart-form .form-container .form-item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.standart-form .form-container .form-item .item-text {
  font-size: 0.7291666667vw;
  line-height: 1.0416666667vw;
  color: #FFF;
  margin-bottom: 0.5208333333vw;
}

.standart-form .form-container .form-btn {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}

.standart-form .form-container .form-select {
  position: relative;
  z-index: 0;
}

.standart-form .form-container .form-select .select-images {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  position: absolute;
  top: 1.3020833333vw;
  right: 1.9270833333vw;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
  pointer-events: none;
}

.standart-form .form-container .form-select .select-images .select-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}

.standart-form .form-container .form-select .select-images .select-icon.active {
  opacity: 1;
}

.standart-form .form-container .form-select .nice-select {
  width: 100%;
  height: 3.2083333333vw;
  border-radius: 2.6041666667vw;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: #F9F9F9;
  padding: 0 2.6041666667vw;
  position: relative;
  z-index: 0;
  color: #1C1C1C;
}

.standart-form .form-container .form-select .nice-select::after {
  display: none;
}

.standart-form .form-container .form-select .nice-select.open {
  border-radius: 2.0833333333vw;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.standart-form .form-container .form-select .nice-select.open .current::after {
  -webkit-transform: translateY(-50%) scaleY(-1);
  transform: translateY(-50%) scaleY(-1);
}

.standart-form .form-container .form-select .nice-select .current {
  font-size: 0.8333333333vw;
  letter-spacing: 0.04em;
  line-height: 3.2083333333vw;
  position: relative;
}

.standart-form .form-container .form-select .nice-select .current::after {
  content: "";
  width: 0.5208333333vw;
  height: 0.3125vw;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 0.78125vw;
  background-image: url("../img/general/select-arrow.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.standart-form .form-container .form-select .nice-select .list {
  width: 100%;
  margin: 0;
  padding: 0;
  max-height: 7.2916666667vw;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  border-bottom-left-radius: 2.0833333333vw;
  border-bottom-right-radius: 2.0833333333vw;
  z-index: 10;
  overflow: auto;
}

.standart-form .form-container .form-select .nice-select .list .option {
  padding: 0 2.6041666667vw;
  font-size: 0.8333333333vw;
  letter-spacing: 0.04em;
  line-height: 3.6458333333vw;
}

.standart-form .form-container .form-input {
  width: 100%;
  height: 3.2083333333vw;
  border-radius: 26.0416666667vw;
  background: #F9F9F9;
  border: none;
  padding: 0 2.6041666667vw;
  color: #1C1C1C;
  font-size: 0.8333333333vw;
  line-height: 1.3020833333vw;
  letter-spacing: 0.04em;
}

.standart-form .form-container .form-input::-webkit-input-placeholder {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #1C1C1C;
}

.standart-form .form-container .form-input::-moz-placeholder {
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #1C1C1C;
}

.standart-form .form-container .form-input:-ms-input-placeholder {
  -ms-transition: 0.3s;
  transition: 0.3s;
  color: #1C1C1C;
}

.standart-form .form-container .form-input::-ms-input-placeholder {
  -ms-transition: 0.3s;
  transition: 0.3s;
  color: #1C1C1C;
}

.standart-form .form-container .form-input::placeholder {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #1C1C1C;
}

.standart-form .form-container .form-input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.standart-form .form-container .form-input:focus::-moz-placeholder {
  opacity: 0;
}

.standart-form .form-container .form-input:focus:-ms-input-placeholder {
  opacity: 0;
}

.standart-form .form-container .form-input:focus::-ms-input-placeholder {
  opacity: 0;
}

.standart-form .form-container .form-input:focus::placeholder {
  opacity: 0;
}

.standart-form .form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.standart-form .form-checkbox .checkbox-icon {
  width: 1.25vw;
  height: 1.25vw;
  margin-right: 0.5208333333vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 0.2604166667vw;
  border: 0.0520833333vw solid #3A7FE5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  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;
  cursor: pointer;
}

.standart-form .form-checkbox .checkbox-icon input {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}

.standart-form .form-checkbox .checkbox-icon img {
  width: 0.5208333333vw;
  height: 0.4166666667vw;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.standart-form .form-checkbox .checkbox-icon.checked {
  background-color: #3A7FE5;
}

.standart-form .form-checkbox .checkbox-icon.checked img {
  opacity: 1;
}

.standart-form .form-checkbox .checkbox-text {
  font-size: 0.6770833333vw;
  line-height: 1.0416666667vw;
}

.standart-form .form-checkbox .checkbox-text span {
  text-decoration: underline;
  cursor: pointer;
  white-space: nowrap;
}

.standart-form .form-checkbox .checkbox-text span:hover {
  text-decoration: none;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 0.2604166667vw;
  border: solid 0.0520833333vw #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 0.7291666667vw;
  font-weight: normal;
  height: 2.1875vw;
  line-height: 2.0833333333vw;
  outline: none;
  padding-left: 0.9375vw;
  padding-right: 1.5625vw;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 0.1041666667vw solid #999;
  border-right: 0.1041666667vw solid #999;
  content: "";
  display: block;
  height: 0.2604166667vw;
  margin-top: -0.2083333333vw;
  pointer-events: none;
  position: absolute;
  right: 0.625vw;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 0.2604166667vw;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 0.625vw;
  height: 1.875vw;
  line-height: 1.7708333333vw;
}

.nice-select.small:after {
  height: 0.2083333333vw;
  width: 0.2083333333vw;
}

.nice-select.small .option {
  line-height: 1.7708333333vw;
  min-height: 1.7708333333vw;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 0.2604166667vw;
  -webkit-box-shadow: 0 0 0 0.0520833333vw rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 0.0520833333vw rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0.2083333333vw;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 2.0833333333vw;
  list-style: none;
  min-height: 2.0833333333vw;
  outline: none;
  padding-left: 0.9375vw;
  padding-right: 1.5104166667vw;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.advantages {
  margin-bottom: 6.25vw;
}

.advantages__content .content-title {
  margin-bottom: 2.6041666667vw;
}

.advantages__content .content-container {
  overflow: hidden;
}

.advantages__content .content-container .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1.0416666667vw;
  justify-content: center;
}

.advantages__item {
  width: 19.0833333333vw;
  min-height: 20.8333333333vw;
  margin: 1.0416666667vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
  border-radius: 2rem;
}

.advantages__item .item-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .3s;
  transition: .3s;
}

.advantages__item:hover .item-bg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.advantages__item .item-content {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 2.0645833333vw 2.0041666667vw;
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
}

.advantages__item .item-title {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 2.0833333333vw;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 1.1020833333vw;
}

.advantages__item .item-text {
  font-weight: 400;
  font-size: 1.0458333333vw;
  line-height: 1.41875vw;
}

.all {
  padding: 5.2083333333vw;
}

.all p {
  font-size: 1.8229166667vw;
  margin-bottom: 1.0416666667vw;
}

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

.all ul,
.all ol {
  padding: 0;
  padding-left: 1.5625vw;
  margin-bottom: 1.5625vw;
  font-size: 1.0416666667vw;
}

.all ul:last-child,
.all ol:last-child {
  margin-bottom: 0;
}

.all ul li,
.all ol li {
  margin-bottom: 0.5208333333vw;
}

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

.all ul a,
.all ul span,
.all ol a,
.all ol span {
  text-decoration: none;
  color: #1C1C1C;
}

.all ul a:hover,
.all ul span:hover,
.all ol a:hover,
.all ol span:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .all {
    padding: 15.625vw 6.25vw;
  }

  .all p {
    font-size: 3.75vw;
    margin-bottom: 3.125vw;
  }

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

  .all ul,
  .all ol {
    padding-left: 6.25vw;
    margin-bottom: 3.75vw;
    font-size: 3.125vw;
  }

  .all ul:last-child,
  .all ol:last-child {
    margin-bottom: 0;
  }

  .all ul li,
  .all ol li {
    margin-bottom: 3.125vw;
  }
}

.brands {
  margin-bottom: 5.7291666667vw;
}

.brands__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.brands__content .content-title {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brands__content .content-text {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.8645833333vw 3.125vw;
  font-weight: 500;
}

.brands__content .content-item {
  width: 50%;
  min-height: 10.4166666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.brands__content .content-item:nth-child(4n+3),
.brands__content .content-item:nth-child(4n+4) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.brands__content .content-item .item-img {
  width: 50%;
  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: 0.0520833333vw solid #EFEEEE;
}

.brands__content .content-item .item-img img {
  max-width: 15.625vw;
  height: 5.2083333333vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.brands__content .content-item .item-text {
  width: 50%;
  padding: 2.8645833333vw 3.125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.0520833333vw solid #EFEEEE;
  font-size: 1.0416666667vw;
  line-height: 1.8229166667vw;
  letter-spacing: 0.02em;
}

.brands__content .content-item .item-text span {
  text-transform: uppercase;
  color: #3A7FE5;
  font-weight: 700;
}

.contacts-left {
  width: 40.625vw;
}

#map {
  display: block;
  width: 40vw;
  height: 37vw;
  border-radius: 1.823vw;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  z-index: 3;
}

.contacts-mid {
  display: flex;
}

.contacts__content-social {
  margin: 0.5208333333vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.contacts__content-social .social-text {
  font-size: 0.7291666667vw;
  line-height: 1.0416666667vw;
  margin-bottom: 0.5208333333vw;
}

.contacts__content-social .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts__content-social .social-links a img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contacts__content-social .social-links a {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  margin-right: 0.5208333333vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  overflow: hidden;
}

.contacts__content-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 0.5208333333vw;
  flex-direction: column;
}

.contacts__content-phone span {
  font-size: 0.7291666667vw;
  line-height: 1.0416666667vw;
  margin-bottom: 0.2604166667vw;
}

.contacts__content-phone a {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.5625vw;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffff;
}

@media only screen and (max-width: 768px) {
  .contacts-left {
    width: 100%;
  }

  .contacts__content-phone {
    margin-bottom: 1.520833rem;
  }

  .contacts__content-phone span {
    font-size: 0.92916rem;
    line-height: 1rem;
    margin-bottom: 0.5rem;
  }

  .contacts__content-phone a {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }

  .contacts__content-social .social-text {
    font-size: 0.92916rem;
    line-height: 1rem;
    margin-bottom: 0.5rem;
  }

  .contacts__content-social .social-links {
    margin-bottom: 2rem;
  }

  .contacts__content-social .social-links a {
    width: 2.866667rem;
    height: 2.866667rem;
    margin-right: 0.5208333333rem;
  }

  .contacts-mid {
    width: 100%;
  }

  #map {
    width: 100%;
    height: 25rem;
  }
}

.calc-banner {
  margin-bottom: 0;
  position: relative;
}

/* .calc-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50vw - 4px);
  width: 50vw;
  height: 100%;
  background: #1a75fa;
  z-index: 1;
} */
.calc-banner__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

.calc-banner__img .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.calc-banner__img .img-block {
  width: 100%;
  height: 39.0625vw;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.calc-banner__img .img-block img {
  width: 75.78125vw;
  height: 50.3125vw;
  position: absolute;
  top: -4.2708333333vw;
  right: -7.65625vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.calc-banner__container {
  background: #626262;
  position: relative;
}

.calc-banner__content {
  width: 100%;
  min-height: 39.0625vw;
  padding-top: 4.25vw;
  padding-bottom: 4.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
  color: #FFF;
  justify-content: space-between;
}

.calc-banner__content .content-title {
  margin-bottom: 1.8229166667vw;
}

.calc-banner__content .content-text {
  margin-bottom: 1.8229166667vw;
}

.calc-banner__content .content-btn {
  min-width: 18.2291666667vw;
  padding: 0 2.0833333333vw;
}

.calculator {
  margin-bottom: 5.7291666667vw;
}

.calculator__content {
  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;
  position: relative;
}

.calculator__content[data-quiz-active-question-id-js="1"] .control-btn.prev-btn {
  opacity: 0;
  pointer-events: none;
}

.calculator__content.disabled {
  pointer-events: none;
}

.calculator__content.disabled * {
  pointer-events: none !important;
}

.calculator__content .content-main {
  width: 51.0416666667vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.calculator__content .content-side {
  width: 29.9479166667vw;
  position: relative;
  min-height: 48.4375vw;
  pointer-events: none;
}

.calculator__content .content-side .side-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

.calculator__content .content-side .side-person {
  width: 100%;
  height: 48.4375vw;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 3.90625vw 4.4270833333vw;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
  opacity: 0;
}

.calculator__content .content-side .side-person.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.calculator__content .content-side .side-person.visible {
  opacity: 1;
}

.calculator__content .content-side .side-person .person-img {
  width: 100%;
  height: 48.4375vw;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}

.calculator__content .content-side .side-person blockquote {
  color: #FFF;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.calculator__content .content-side .side-person blockquote img {
  width: 1.0416666667vw;
  height: 0.8854166667vw;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 1.3020833333vw;
}

.calculator__content .content-side .side-person blockquote p {
  font-size: 1.1458333333vw;
  line-height: 1.8229166667vw;
  color: #FFF;
}

.calculator__content .content-side .side-img {
  width: 100%;
  height: 48.4375vw;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
  opacity: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.calculator__content .content-side .side-img.active {
  display: block;
}

.calculator__content .content-side .side-img.visible {
  opacity: 1;
}

.calculator__content .content-title {
  margin-bottom: 1.0416666667vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.calculator__content .content-text {
  margin-bottom: 1.5625vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.calculator__content .content-quiz {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.calculator__content .quiz-progress {
  width: 100%;
  height: 1.8229166667vw;
  border-radius: 26.0416666667vw;
  padding: 0.2604166667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  background-color: #F2F2F2;
  margin-bottom: 1.5625vw;
}

.calculator__content .quiz-progress .progress-line {
  width: 0%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 26.0416666667vw;
  background-color: #3A7FE5;
  background-image: url("../img/general/quiz-progress-bg.svg");
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center left;
  -webkit-animation: progress_bar 100s linear infinite;
  animation: progress_bar 100s linear infinite;
  position: relative;
  z-index: 0;
}

.calculator__content .quiz-progress .progress-text {
  font-size: 0.6770833333vw;
  line-height: 0.9375vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.calculator__content .quiz-progress .progress-text.white-text {
  color: #FFF;
}

.calculator__content .quiz-progress .progress-text.final-text {
  font-weight: bold;
}

.calculator__content .quiz-questions {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  display: none;
}

.calculator__content .quiz-questions.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.calculator__content .quiz-questions.visible {
  opacity: 1;
}

.calculator__content .quiz-questions .questions-container {
  margin-bottom: 1.0416666667vw;
}

.calculator__content .quiz-questions .questions-container .container-block {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  display: none;
}

.calculator__content .quiz-questions .questions-container .container-block.active {
  display: block;
}

.calculator__content .quiz-questions .questions-container .container-block.visible {
  opacity: 1;
}

.calculator__content .quiz-questions .questions-container .block-title {
  font-size: 1.8229166667vw;
  line-height: 2.0833333333vw;
  margin-bottom: 1.5625vw;
}

.calculator__content .quiz-questions .questions-container .block-answers {
  height: 25vw;
  margin-right: -1.0416666667vw;
  overflow-x: hidden;
  overflow-y: auto;
}

.calculator__content .quiz-questions .questions-container .block-answers .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.78125vw -1.0416666667vw;
}

.calculator__content .quiz-questions .questions-container .block-answers .answer-item {
  width: 15.625vw;
  margin: 0.78125vw 1.0416666667vw;
  cursor: pointer;
}

.calculator__content .quiz-questions .questions-container .block-answers .answer-item:hover .item-img::after {
  opacity: 0.5;
}

.calculator__content .quiz-questions .questions-container .block-answers .answer-item:hover .item-icon svg path {
  fill: #3A7FE5;
}

.calculator__content .quiz-questions .questions-container .block-answers .answer-item.checked .item-img::after {
  opacity: 1;
}

.calculator__content .quiz-questions .questions-container .block-answers .answer-item.checked .item-icon {
  background-color: #3A7FE5;
}

.calculator__content .quiz-questions .questions-container .block-answers .answer-item.checked .item-icon svg path {
  fill: #FFF;
}

.calculator__content .quiz-questions .questions-container .block-answers .answer-item.big-img .item-img {
  height: 18.2291666667vw;
}

.calculator__content .quiz-questions .questions-container .block-answers .answer-item.text-item {
  padding: 1.0416666667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0.1041666667vw solid #EFEEEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.calculator__content .quiz-questions .questions-container .block-answers .answer-item.text-item .item-img {
  display: none;
}

.calculator__content .quiz-questions .questions-container .block-answers .answer-item.text-item:hover {
  border-color: rgba(58, 127, 229, 0.5);
}

.calculator__content .quiz-questions .questions-container .block-answers .answer-item.text-item.checked {
  border-color: #3A7FE5;
}

.calculator__content .quiz-questions .questions-container .block-answers .answer-item .item-img {
  width: 100%;
  height: 7.8125vw;
  margin-bottom: 1.0416666667vw;
  position: relative;
  border-radius: 0.1041666667vw;
  overflow: hidden;
}

.calculator__content .quiz-questions .questions-container .block-answers .answer-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 0;
  pointer-events: none;
  border-radius: 0.1041666667vw;
}

.calculator__content .quiz-questions .questions-container .block-answers .answer-item .item-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: 0.15625vw solid #3A7FE5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  border-radius: 0.1041666667vw;
}

.calculator__content .quiz-questions .questions-container .block-answers .answer-item .item-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.calculator__content .quiz-questions .questions-container .block-answers .answer-item .item-main input {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0;
}

.calculator__content .quiz-questions .questions-container .block-answers .answer-item .item-icon {
  width: 1.8229166667vw;
  height: 1.8229166667vw;
  border-radius: 50%;
  background-color: #F2F2F2;
  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;
  margin-right: 0.78125vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.calculator__content .quiz-questions .questions-container .block-answers .answer-item .item-icon svg {
  width: 0.5729166667vw;
  height: 0.46875vw;
}

.calculator__content .quiz-questions .questions-container .block-answers .answer-item .item-icon svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #D8D8D8;
}

.calculator__content .quiz-questions .questions-container .block-answers .answer-item .item-text {
  font-size: 0.9375vw;
  line-height: 1.1458333333vw;
  padding-right: 0.5208333333vw;
}

.calculator__content .quiz-questions .questions-bottom {
  margin-top: auto;
  margin-bottom: 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;
}

.calculator__content .quiz-questions .questions-bottom .bottom-text {
  width: 12.7604166667vw;
  font-size: 0.8333333333vw;
  line-height: 1.3020833333vw;
  letter-spacing: 0.04em;
}

.calculator__content .quiz-questions .questions-bottom .bottom-text b {
  font-weight: 500;
}

.calculator__content .quiz-questions .questions-bottom .bottom-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.calculator__content .quiz-questions .questions-bottom .bottom-controls .btn-wrap {
  margin-right: 0.78125vw;
  position: relative;
}

.calculator__content .quiz-questions .questions-bottom .bottom-controls .btn-wrap:last-child {
  margin-right: 0;
}

.calculator__content .quiz-questions .questions-bottom .bottom-controls .btn-wrap.active {
  cursor: not-allowed;
}

.calculator__content .quiz-questions .questions-bottom .bottom-controls .btn-wrap.active:hover .btn-hint {
  opacity: 1;
}

.calculator__content .quiz-questions .questions-bottom .bottom-controls .btn-wrap .btn-hint {
  padding: 0.5208333333vw;
  background-color: #FFF;
  border-radius: 0.5208333333vw;
  position: absolute;
  left: -1.0416666667vw;
  right: -1.0416666667vw;
  bottom: 100%;
  margin-bottom: 0.5208333333vw;
  text-align: center;
  font-size: 0.625vw;
  line-height: 0.8333333333vw;
  -webkit-box-shadow: 0 0 0.3645833333vw 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.3645833333vw 0 rgba(0, 0, 0, 0.2);
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.calculator__content .quiz-questions .questions-bottom .bottom-controls .control-btn {
  width: 9.1145833333vw;
  height: 3.90625vw;
  border-radius: 26.0416666667vw;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.calculator__content .quiz-questions .questions-bottom .bottom-controls .control-btn.prev-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.8333333333vw;
  line-height: 1.3020833333vw;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #F2F2F2;
  color: #C1C1C1;
}

.calculator__content .quiz-questions .questions-bottom .bottom-controls .control-btn.prev-btn:hover {
  background-color: #C1C1C1;
  color: #FFF;
}

.calculator__content .quiz-final {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.calculator__content .quiz-final.active {
  display: block;
}

.calculator__content .quiz-final.visible {
  opacity: 1;
}

.calculator__content .quiz-final .final-text {
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  margin-bottom: 1.8229166667vw;
}

.calculator__content .quiz-final .final-title {
  font-size: 1.8229166667vw;
  line-height: 2.6041666667vw;
  margin-bottom: 3.90625vw;
}

.calculator__content .quiz-final .final-form .form-container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.calculator__content .quiz-final .final-form .form-container .form-item {
  width: 24.7395833333vw;
  margin: 0;
}

.calculator__content .quiz-final .final-form .form-container .form-item .item-text {
  color: #1C1C1C;
}

.calculator__content .quiz-final .final-form .form-container .form-btn {
  width: 100%;
  margin-top: 1.5625vw;
}

.calculator__content .quiz-loader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.calculator__content .quiz-loader.visible {
  opacity: 1;
}

.calculator__content .quiz-loader img {
  width: 6.25vw;
  height: 6.25vw;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 50%;
  margin-bottom: 1.5625vw;
  -webkit-animation: rotation 8s linear infinite;
  animation: rotation 8s linear infinite;
}

.calculator__content .quiz-loader p {
  font-size: 1.1458333333vw;
  line-height: 1.3541666667vw;
  font-weight: 600;
}

@media only screen and (min-width: 769px) {
  .quiz-questions .block-answers {
    scrollbar-width: thin;
    scrollbar-color: #3A7FE5 #F9F9F9;
  }

  .quiz-questions .block-answers::-webkit-scrollbar {
    width: 0.4166666667vw;
    background-color: #F9F9F9;
    cursor: pointer;
  }

  .quiz-questions .block-answers::-webkit-scrollbar-button {
    display: none;
  }

  .quiz-questions .block-answers::-webkit-scrollbar-thumb {
    background-color: #3A7FE5;
  }
}

.company {
  margin-bottom: 5.7291666667vw;
  position: relative;
}

.company__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

.company__img .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.company__img .img-block {
  width: 100%;
  height: 48.4375vw;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.company__img .img-block img {
  width: 54.4791666667vw;
  height: 58.3854166667vw;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: -0.6770833333vw;
  left: 26.6145833333vw;
}

.company__container {
  position: relative;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), color-stop(51.74%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 51.74%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 51.74%);
}

.content-price {
  display: block;
  border: 2px solid #4caf50;
  padding: 1.3334444vw;
  border-radius: 1vw;
}

.addprices__content {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
}

.addprices__content .content-list {
  list-style: none;
  padding: 0;
  font-size: 1.0416666667vw;
  line-height: 1.3020833333vw;
  letter-spacing: 0.02em;
}

.addprices__content .content-list .standart-title {
  margin-bottom: 0.6vw;
}

.addprices__content .content-list span {
  font-weight: 600;
}

.addprices__content .content-list li {
  padding-left: 1.6145833333vw;
  margin-bottom: 0.5208333333vw;
  position: relative;
}

.addprices__content .content-list li::before {
  content: "";
  width: 0.3645833333vw;
  height: 0.3645833333vw;
  border-radius: 50%;
  position: absolute;
  top: 0.46875vw;
  left: 0.625vw;
  background-color: #3a7fe5;
}

@media (max-width: 768px) {
  .addprices__content .content-list {
    font-size: 1rem;
    line-height: 1.4rem;
    letter-spacing: 0.04rem;
  }

  .addprices__content .content-list li {
    padding-left: 1.4145833333rem;
    margin-bottom: 0.120833rem;
  }

  .addprices__content .content-list li::before {
    width: 0.3645833333rem;
    height: 0.3645833333rem;
    top: 0.46875rem;
    left: 0.625rem;
  }
}

.company__content {
  min-height: 48.4375vw;
  padding: 4.4270833333vw 0;
  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;
  color: #FFF;
  position: relative;
}

.company__content .content-block {
  width: 46.09375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.company__content .content-block:nth-child(2) {
  width: 16.1458333333vw;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: right;
}

.company__content .content-block:nth-child(n+3) {
  display: none;
}

.company__content .content-main {
  width: 31.25vw;
  margin-bottom: 3.125vw;
}

.company__content .content-title {
  margin-bottom: 3.125vw;
}

.company__content .content-text {
  width: 28.125vw;
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  letter-spacing: 0.02em;
}

.company__content .content-text p {
  margin-bottom: 1.5625vw;
}

.company__content .content-text p:last-child {
  margin-bottom: 0;
}

.company__content .content-text p br {
  display: none;
}

.company__content .content-bullets .bullets-title {
  font-weight: 700;
  font-size: 1.0416666667vw;
  line-height: 1.8229166667vw;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 1.8229166667vw;
}

.company__content .content-bullets .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.78125vw -1.0416666667vw;
  margin-right: -1.5625vw;
}

.company__content .content-bullets .bullets-item {
  width: 14.0625vw;
  margin: 0.78125vw 1.0416666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.8229166667vw;
  position: relative;
}

.company__content .content-bullets .bullets-item .item-icon {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  border-radius: 50%;
  background-color: #3A7FE5;
  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;
  position: absolute;
  top: 0.2604166667vw;
  left: 0;
}

.company__content .content-bullets .bullets-item .item-icon img {
  width: 0.2083333333vw;
  height: 0.3125vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.company__content .content-bullets .bullets-item .item-text {
  font-size: 0.9375vw;
  line-height: 1.5625vw;
  letter-spacing: 0.02em;
}

.company__content .content-info {
  margin-bottom: 3.125vw;
}

.company__content .content-info .info-item {
  margin-bottom: 6.5104166667vw;
}

.company__content .content-info .info-item:last-child {
  margin-bottom: 0;
}

.company__content .content-info .info-item .item-title {
  font-size: 2.5vw;
  line-height: 3.125vw;
  letter-spacing: 0.02em;
  margin-bottom: 0.5208333333vw;
}

.company__content .content-info .info-item .item-title span {
  font-size: 5vw;
}

.company__content .content-info .info-item .item-text {
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  letter-spacing: 0.02em;
}

.company__content .content-bottom .bottom-title {
  font-size: 2.0833333333vw;
  line-height: 2.34375vw;
  margin-bottom: 1.0416666667vw;
}

.company__content .content-bottom .bottom-text {
  font-size: 1.0416666667vw;
  line-height: 1.3020833333vw;
  letter-spacing: 0.02em;
}

.consultation {
  margin-bottom: 5.7291666667vw;
  position: relative;
}

.consultation__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.consultation__img .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.consultation__img .img-block {
  width: 100%;
  height: 39.0625vw;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.consultation__img .img-block img {
  width: 38.8541666667vw;
  height: 46.5104166667vw;
  position: absolute;
  top: -4.0625vw;
  left: 35.5729166667vw;
  -o-object-fit: contain;
  object-fit: contain;
}

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

.consultation__content {
  min-height: 39.0625vw;
  padding: 6.7708333333vw 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;
  color: #FFF;
}

.consultation__content .content-main {
  width: 32.8125vw;
}

.consultation__content .content-title {
  margin-bottom: 2.6041666667vw;
}

.consultation__content .content-list {
  list-style: none;
  padding: 0;
  font-size: 1.0416666667vw;
  line-height: 1.3020833333vw;
  letter-spacing: 0.02em;
}

.consultation__content .content-list li {
  padding-left: 1.6145833333vw;
  margin-bottom: 0.5208333333vw;
  position: relative;
}

.consultation__content .content-list li::before {
  content: "";
  width: 0.3645833333vw;
  height: 0.3645833333vw;
  border-radius: 50%;
  position: absolute;
  top: 0.46875vw;
  left: 0.625vw;
  background-color: #FFF;
}

.consultation__content .content-list li:last-child {
  margin-bottom: 0;
}

.consultation__content .content-form {
  width: 18.2291666667vw;
}

.consultation__content .content-form .form-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1.3020833333vw;
}

.consultation__content .content-form .form-container .form-item {
  width: 100%;
  margin: 0;
  margin-bottom: 1.3020833333vw;
}

.consultation__content .content-form .form-container .form-input {
  font-size: 1.0416666667vw;
  padding: 0 2.0833333333vw;
}

.consultation__content .content-form .form-container .form-btn {
  font-size: 1.0416666667vw;
  width: 100%;
}

.form_text {
  position: absolute;
  top: -3vw;
  right: 15%;
  background: url(../img/content/bg-clock.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 20vw;
  width: 22vw;
  padding: 3vw 6vw;
  z-index: 1;
}

.form_text .inn {
  position: relative;
}

.form_text .inn .clock_img {
  position: absolute;
  top: -3vw;
  left: 15%;
  width: 7vw;
}

.form_text .inn .txt {
  color: #fff;
  padding-top: 7vw;
  max-width: 10vw;
  text-align: center;
  font-size: 1vw;
}

@media (max-width: 768px) {
  .form_text {
    top: -14rem;
    left: 0;
    min-height: 16rem;
    width: 20rem;
    padding: 3rem 6rem;
  }

  .form_text .inn .clock_img {
    top: 0rem;
    width: 5rem;
  }

  .form_text .inn .txt {
    padding-top: 7rem;
    max-width: 9rem;
    font-size: 0.8rem;
  }

  .calc-banner:before {
    display: none;
  }
}

.consultation__content .form-title {
  font-size: 1.25vw;
  line-height: 1.5625vw;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 1.5625vw;
}

.consultation__content .form-title b {
  font-weight: 700;
}

.contacts {
  background-color: #1e1d22;
  color: #a6a6a6;
  padding: 5.7291666667vw 0;
}

.contacts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
}

.contacts__content .content-title {
  width: 19.53125vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contacts__content .content-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: stretch;
  justify-content: space-around;
}

.contacts__content .content-main .main-block {
  width: 11.9791666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contacts__content .content-main .main-block:nth-child(2) {
  width: 25.5208333333vw;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts__content .content-main .main-block:nth-child(3) {
  width: 11.1979166667vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
}

.contacts__content .content-main .main-block:nth-child(n+4) {
  display: none;
}

.contacts__content .content-main .block-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  margin-bottom: 4.1666666667vw;
}

.contacts__content .content-logo {
  margin-bottom: 1.5625vw;
}

.contacts__content .content-logo .logo-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts__content .content-logo .logo-block .logo-img {
  display: none;
}

.contacts__content .content-logo .logo-block .logo-text-img {
  width: 11.71875vw;
  height: 3.28125vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.contacts__content .content-logo .logo-text {
  font-size: 0.7291666667vw;
  line-height: 1.0416666667vw;
  letter-spacing: 0.03em;
  color: #fff;
}

.contacts__content .content-menu .menu-title {
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.5625vw;
  margin-bottom: 0.78125vw;
  color: #fff;
}

.contacts__content .content-menu .menu-list {
  list-style: none;
  padding: 0;
  font-size: 0.8333333333vw;
  line-height: 1.3541666667vw;
  color: #b5b6b6;
}

.contacts__content .content-menu .menu-list li {
  margin-bottom: 0.78125vw;
}

.contacts__content .content-menu .menu-list li:last-child {
  margin-bottom: 0;
}

.contacts__content .content-menu .menu-list a {
  text-decoration: none;
  color: #b5b6b6;
}

.contacts__content .content-menu .menu-list a:hover {
  color: #3A7FE5;
  text-decoration: underline;
}

.contacts__content .content-menu .menu-list span {
  font-weight: 500;
  position: relative;
  cursor: pointer;
}

.contacts__content .content-menu .menu-list span::after {
  content: "";
  width: 100%;
  height: 0.0520833333vw;
  background-color: #1C1C1C;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contacts__content .content-menu .menu-list span a {
  text-decoration: none !important;
}

.contacts__content .content-menu .menu-list span:hover::after {
  width: 60%;
}

.contacts__content .content-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts__content .content-media .media-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 1.0416666667vw;
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.8229166667vw;
}

.contacts__content .content-media .media-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts__content .content-media .media-links a {
  width: 2.8645833333vw;
  height: 2.8645833333vw;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.5208333333vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contacts__content .content-media .media-links a:hover {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.contacts__content .content-media .media-links a:last-child {
  margin-right: 0;
}

.contacts__content .content-media .media-links a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.contacts__content .content-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5208333333vw;
}

.contacts__content .content-phone span {
  font-size: 1.25vw;
  line-height: 1.5625vw;
  margin-bottom: 0.2604166667vw;
  color: #fff;
  font-weight: 500;
}

.contacts__content .content-phone a {
  color: #b5b6b6;
  font-weight: 700;
  font-size: 0.8333333333vw;
  line-height: 1.3541666667vw;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contacts__content .content-phone a:hover {
  color: #3A7FE5;
}

.contacts__content .content-social {
  margin: 0.5208333333vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts__content .content-social .social-text {
  font-size: 0.7291666667vw;
  line-height: 1.0416666667vw;
  margin-bottom: 0.5208333333vw;
}

.contacts__content .content-social .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts__content .content-social .social-links a {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  margin-right: 0.5208333333vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  overflow: hidden;
}

.contacts__content .content-social .social-links a:hover {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.contacts__content .content-social .social-links a:last-child {
  margin-right: 0;
}

.contacts__content .content-social .social-links a img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contacts__content .content-btn {
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.3020833333vw;
  letter-spacing: 0.02em;
  color: #3A7FE5;
}

.control {
  margin-bottom: 6.25vw;
  background-image: linear-gradient(180deg, #eef4fd 0, #fff 100%);
}

.control__content .content-title {
  margin-bottom: 2.0833333333vw;
}

.control__content .content-main {
  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;
}

.control__content .content-img {
  width: 37.652083vw;
  min-height: 30.2083333333vw;
  position: relative;
}

.control__content .content-img .sub-title {
  font-weight: 500;
  font-size: 1.25vw;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0.2rem;
}

@media only screen and (max-width: 768px) {
  .control__content .content-img .sub-title {
    font-size: 1.25rem;
  }
}

.control__content .content-img .img-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.control__content .content-img .img-main {
  width: 26.0416666667vw;
  height: 27.6041666667vw;
  position: absolute;
  z-index: 1;
  left: 3.3854166667vw;
  bottom: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.control__content .content-questions {
  width: 36.4583333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
}

.control__content .content-questions .questions-item {
  display: flex;
  align-items: center;
  padding: 1.2625vw 0;
  border-bottom: 0.0520833333vw solid #F1F5F5;
}

.control__content .content-questions .questions-item:last-child {
  border-bottom: none !important;
}

.control__content .content-questions .questions-item .item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.control__content .content-questions .questions-item .item-title {
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.5625vw;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 1.5625vw;
}

.control__content .content-questions .questions-item .item-icon {
  width: 1.5625vw;
  height: 1.5625vw;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.333vw;
}

.control__content .content-questions .questions-item .item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 1;
}

.control__content .content-questions .questions-item .item-body {
  font-size: 1.1458333333vw;
  line-height: 1.5625vw;
  padding-right: 3.125vw;
}

.cooperation {
  margin-bottom: 5.7291666667vw;
}

.cooperation__content {
  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;
  position: relative;
}

.cooperation__content .content-sticky {
  position: sticky;
  top: 5.2083333333vw;
}

.cooperation__content .content-main {
  width: 25vw;
  padding-bottom: 4.9479166667vw;
}

.cooperation__content .content-slider {
  width: 62.5vw;
  margin-right: -7.2916666667vw;
}

.cooperation__content .content-slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cooperation__content .content-slider .swiper-slide {
  width: 20.8333333333vw;
  height: auto;
  min-height: 22.65625vw;
  background-color: #FFF;
  border: 0.0520833333vw solid #EFEEEE;
  padding: 2.8645833333vw 3.125vw;
}

.cooperation__content .content-slider .slide-number {
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 2.0833333333vw;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 1.5625vw;
  color: #3A7FE5;
}

.cooperation__content .content-slider .slide-title {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 2.0833333333vw;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 1.5625vw;
}

.cooperation__content .content-slider .slide-text {
  font-size: 0.9375vw;
  line-height: 1.5625vw;
  letter-spacing: 0.03em;
  margin-bottom: 1.5625vw;
}

.cooperation__content .content-slider .slide-text:last-child {
  margin-bottom: 0;
}

.cooperation__content .slider-controls {
  width: 11.4583333333vw;
  height: 3.3854166667vw;
  position: absolute;
  left: 0;
  bottom: 0;
}

.error-page {
  position: relative;
  min-height: calc(100vh + 7.2916666667vw);
  margin-bottom: -7.2916666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.error-page__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
  -o-object-fit: cover;
  object-fit: cover;
}

.error-page::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), color-stop(30.46%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(27.31%, rgba(0, 0, 0, 0))), rgba(0, 0, 0, 0.4);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 30.46%), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 27.31%), rgba(0, 0, 0, 0.4);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 30.46%), linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 27.31%), rgba(0, 0, 0, 0.4);
}

.error-page::after {
  content: "";
  width: 61.0416666667vw;
  height: 24.6354166667vw;
  position: absolute;
  top: 50%;
  right: -13.4375vw;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../img/general/error-page-img.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  opacity: 0.15;
}

.error-page__container {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10.4166666667vw;
  padding-bottom: 10.4166666667vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFF;
}

.error-page__content .content-main {
  width: 31.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.error-page__content .content-title {
  font-weight: 300;
  font-size: 2.8645833333vw;
  line-height: 3.90625vw;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 4.6875vw;
}

.error-page__content .content-title p {
  margin-bottom: 3.125vw;
}

.error-page__content .content-title p:last-child {
  margin-bottom: 0;
}

.error-page__content .content-btn {
  padding: 2.0833333333vw 0;
  min-width: 22.9166666667vw;
}

.first-main {
  position: relative;
  margin-bottom: 5.7291666667vw;
}

.first-main__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

/* .first-main::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), color-stop(30.46%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(27.31%, rgba(0, 0, 0, 0))), rgba(0, 0, 0, 0.4);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 30.46%), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 27.31%), rgba(0, 0, 0, 0.4);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 30.46%), linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 27.31%), rgba(0, 0, 0, 0.4);
} */
.first-main__container {
  position: relative;
  z-index: 2;
}

.first-main__content {
  padding-top: 16.6666666667vw;
  min-height: 52.25vw;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-main__content .content-main {
  margin-bottom: 2.6041666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.first-main__content .content-main .main-block {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.first-main__content .content-main .main-block:nth-child(2) {
  width: 40%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 5.2083333333vw;
}

.first-main__content .content-main .main-block:nth-child(3) {
  width: 40%;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.first-main__content .content-main .main-block:nth-child(n+4) {
  display: none;
}

/* .main-bg {
  position: absolute;
  top: 0;
  left: 1%;
  z-index: -1;
  width: 110vw;
} */

.main-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .first-main::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), color-stop(30.46%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), color-stop(27.31%, rgba(0, 0, 0, 0))), rgba(0, 0, 0, .4);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 30.46%), -webkit-linear-gradient(top, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, 0) 27.31%), rgba(0, 0, 0, .4);
  background: linear-gradient(0deg, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 30.46%), linear-gradient(180deg, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, 0) 27.31%), rgba(0, 0, 0, .4);
} */

.first-main__content .content-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  align-items: center;
  overflow: hidden;
}

.first-main__content .banner-main {
  position: relative;
  width: 55.166667vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #66a038cc;
  padding: 1.125vw 1.427083vw 2.125vw 2.427083vw;
  margin: 0;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
  z-index: 1;
}

.first-main__content .banner-main .info-text {
  margin-bottom: 0.333vw;
}

.first-main__content .banner-list {
  margin-bottom: 1.3020833333vw;
}

.first-main__content .banner-img {
  width: 51.25vw;
  height: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.main-block__btn {
  max-width: 22.1354166667vw;
  margin-left: 10vw;
}

@media only screen and (max-width: 768px) {
  .main-bg-mob {
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-bottom: 7vw;
  }
  .first-main__content .banner-main {
    width: 100%;
    padding: 2.125rem 1.125rem 2.125rem 1.125rem;
    padding-top: 0.333vw;
    background: none;
    /* background: url(../img/image-002-mob.png);
    background-position: center;
      background-repeat: no-repeat;
      background-size: cover; */
  }

  .first-main__content .banner-main::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000000;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .first-main__content .banner-main .info-text {
    margin-bottom: 1.333vw;
        line-height: 6.22vw;
        color: #000;
  }

  .first-main__content .content-banner {
    flex-direction: column;
  }

  .main-block__btn {
    max-width: 76.135417vw;
    margin: 5vw 0 10vw 10vw
  }

  .first-main__content .banner-img {
    position: relative;
    width: 100%;
  }
}

.first-main__content .content-text {
  font-size: 1.25vw;
  line-height: 1.5625vw;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 1.0833333333vw;
}

.first-main__content .content-text:last-child {
  margin-bottom: 0;
}

.first-main__content .content-title {
  font-weight: 400;
  font-size: 2.8645833333vw;
  line-height: 3.90625vw;
  letter-spacing: 0.0em;
  margin-bottom: 1.0833333333vw;
}

.first-main__content .content-info {
  max-width: 11.4583333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 2.2083333333vw;
}

.first-main__content .content-info .info-icon {
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 50%;
  background-color: #21CE72;
  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;
  margin-bottom: 1.3020833333vw;
}

.first-main__content .content-info .info-icon img {
  width: 0.5208333333vw;
  height: 0.4166666667vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.first-main__content .content-info .info-text {
  min-width: 30vw;
  font-size: 0.9375vw;
  line-height: 1.5625vw;
  text-align: right;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.first-main__content .content-info .info-text b {
  font-weight: 700;
}

.first-main__content .content-btn {
  min-width: 22.1354166667vw;
  padding: 0 2.0833333333vw;
}

.first-main__content .content-bullets {
  margin-top: auto;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.first-main__content .content-bullets .bullets-item {
  width: 25%;
  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-left: 0.0520833333vw solid rgba(255, 255, 255, 0.2);
  padding: 1.0833333333vw;
  background: #ffffffba;
}

.first-main__content .content-bullets .bullets-item:first-child {
  border-left: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.first-main__content .content-bullets .bullets-item:last-child {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.first-main__content .content-bullets .bullets-item img {
  width: 1.833333vw;
  height: 1.925vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.0416666667vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.first-main__content .content-bullets .bullets-item p {
  font-size: 1.20vw;
  line-height: 1.7708333333vw;
  color: #000;
}

.first-main__content .content-bullets .bullets-item p b {
  font-weight: 700;
}

.first-second {
  position: relative;
  margin-bottom: 5.7291666667vw;
}

.first-second__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.first-second::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), color-stop(30.46%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(27.31%, rgba(0, 0, 0, 0))), rgba(0, 0, 0, 0.4);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 30.46%), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 27.31%), rgba(0, 0, 0, 0.4);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 30.46%), linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 27.31%), rgba(0, 0, 0, 0.4);
}

.first-second__container {
  position: relative;
  z-index: 2;
}

.first-second__content {
  padding-top: 14.5833333333vw;
  min-height: 56.25vw;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-second__content .content-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 5.2083333333vw;
}

.first-second__content .content-text {
  font-size: 1.25vw;
  line-height: 1.5625vw;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 2.0833333333vw;
}

.first-second__content .content-text:last-child {
  margin-bottom: 0;
}

.first-second__content .content-title {
  font-weight: 300;
  font-size: 2.8645833333vw;
  line-height: 3.90625vw;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 2.0833333333vw;
}

.first-second__content .content-btn {
  min-width: 22.1354166667vw;
  padding: 0 2.0833333333vw;
}

.first-second__content .content-bullets {
  margin-top: auto;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.first-second__content .content-bullets .bullets-item {
  width: 25%;
  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-left: 0.0520833333vw solid rgba(255, 255, 255, 0.2);
  padding: 0 2.0833333333vw;
  padding-bottom: 3.6458333333vw;
}

.first-second__content .content-bullets .bullets-item:first-child {
  padding-left: 0;
  border-left: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.first-second__content .content-bullets .bullets-item:last-child {
  padding-right: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.first-second__content .content-bullets .bullets-item img {
  width: 0.8333333333vw;
  height: 0.625vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.0416666667vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.first-second__content .content-bullets .bullets-item p {
  font-size: 1.25vw;
  line-height: 1.7708333333vw;
}

.first-second__content .content-bullets .bullets-item p b {
  font-weight: 700;
}

.popup_sale_modal {
  position: fixed;
  top: 6vw;
  left: -500px;
  width: 17vw;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: left 0.5s;
  background-color: #ffffff;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.sale_modal-content-wrapper {
  display: flex;
  padding: .5vw;
}

.sale_modal-content-wrapper img {
  width: 1.9375vw;
  padding-right: 0.3564vw;
}

.popup_sale_modal .sale_modal-text {
  font-weight: 400;
  font-size: .9158333333vw;
}

.close i {
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .popup_sale_modal {
    top: 7rem;
    width: 16rem;
  }

  .sale_modal-content-wrapper {
    padding: .5rem;
  }

  .sale_modal-content-wrapper img {
    width: 1.9375rem;
    padding-right: 0.3564rem;
  }

  .popup_sale_modal .sale_modal-text {
    font-size: .9158333333rem;
  }
}

.footer {
  color: #b5b6b6;
  background-color: #0e0d12;
  height: 4.291667vw;
  padding: 1.204167vw 0;
}

.footer__content {
  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;
  position: relative;
  z-index: 1;
}

.footer__content .content-block {
  width: 30%;
  text-align: center;
  font-size: 0.6770833333vw;
  line-height: 1.0416666667vw;
}

.footer__content .content-block:first-child {
  text-align: left;
}

.footer__content .content-block:last-child {
  text-align: right;
}

.footer__content .content-block span {
  font-weight: 500;
  color: #3A7FE5;
  text-decoration: underline;
  cursor: pointer;
}

.footer__content .content-block span:hover {
  text-decoration: none;
}

.footer__content .content-block a:hover {
  text-decoration: none;
}

.footer.white-text-desktop-only {
  color: #FFF;
}

.footer.white-text-desktop-only a {
  color: #FFF;
}

.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  color: #FFF;
}

.header__top .header__container {
  padding: 1.1458333333vw 0;
  border-bottom: 0.0520833333vw solid rgb(0 0 0 / 10%);
}

.header__bottom .header__container {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 0.0520833333vw solid rgb(0 0 0 / 10%);
}

.header__bottom .header__container.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgb(255 255 255 / 70%);
  border-color: transparent;
}

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

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #FFF;
}

.header__logo .logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 2.0833333333vw;
}

.header__logo .logo-img {
  width: 11.71875vw;
  height: 4.28125vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.header__logo .logo-text-img {
  display: none;
}

.header__logo .logo-text {
  max-width: 11.4583333333vw;
  font-size: 0.7291666667vw;
  line-height: 1.0416666667vw;
  letter-spacing: 0.03em;
  color: #000;
}

.header__price {
  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;
  margin-right: 8.3333333333vw;
  color: #3A7FE5;
  font-weight: 500;
  font-size: 0.7291666667vw;
  line-height: 1.0416666667vw;
  text-align: center;
  letter-spacing: 0.03em;
}

.header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 4.6875vw;
}

.header__social .social-text {
  max-width: 8.3333333333vw;
  font-size: 0.7291666667vw;
  line-height: 1.0416666667vw;
  letter-spacing: 0.03em;
  margin-right: 1.0416666667vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #000;
}

.header__social .social-text b {
  font-weight: 700;
}

.header__social .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__social .social-links a {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  border-radius: 50%;
  margin-right: 0.5208333333vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

.header__social .social-links a:hover {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.header__social .social-links a:last-child {
  margin-right: 0;
}

.header__social .social-links a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.header__contacts p {
  font-size: 0.7291666667vw;
  line-height: 0.7291666667vw;
  letter-spacing: 0.03em;
  margin-bottom: 0.5208333333vw;
  color: #000;

}

.phone-menu-open .header__contacts p {
  color: #fff;
}

.header__contacts a {
  font-weight: 500;
  font-size: 1.3541666667vw;
  line-height: 1.25vw;
  letter-spacing: 0.03em;
  color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0.3645833333vw;
  text-decoration: none;
}

.phone-menu-open .header__contacts a {
  color: #fff;
}

.header__contacts a:hover {
  color: #3A7FE5;
}

.header__contacts span {
  color: #3A7FE5;
  font-weight: 500;
  font-size: 0.7291666667vw;
  line-height: 1.0416666667vw;
  letter-spacing: 0.03em;
}

.menu-nav-container {
  width: 100%;
}

.menu-nav-container ul {
  padding: 0;
  width: 100%;
  list-style: none;
  height: 4.1666666667vw;
  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;
}

.menu-nav-container .nav-link {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.1458333333vw;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu-nav-container .nav-link:hover {
  color: #3A7FE5;
}

.header__nav {
  width: 100%;
  height: 4.1666666667vw;
  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;
}

.header__nav .nav-item {
  color: #FFF;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.1458333333vw;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__nav .nav-item:hover {
  color: #3A7FE5;
}

.lid-magnit {
  position: relative;
  min-height: calc(100vh + 7.2916666667vw);
  margin-bottom: -7.2916666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.lid-magnit__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  -o-object-fit: cover;
  object-fit: cover;
}

.lid-magnit__img {
  width: 54.21875vw;
  height: 45.0520833333vw;
  position: absolute;
  top: 50%;
  right: -10.9375vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  z-index: -1;
}

.lid-magnit__container {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10.4166666667vw;
  padding-bottom: 10.4166666667vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.lid-magnit__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFF;
}

.lid-magnit__content .content-main {
  width: 34.375vw;
  margin-bottom: 3.3854166667vw;
}

.lid-magnit__content .content-title {
  font-weight: 300;
  font-size: 2.8645833333vw;
  line-height: 3.90625vw;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 2.34375vw;
}

.lid-magnit__content .content-text {
  font-size: 1.25vw;
  line-height: 1.5625vw;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 2.34375vw;
}

.lid-magnit__content .content-text:last-child {
  margin-bottom: 0;
}

.lid-magnit__content .content-form .form-container .form-btn {
  font-size: 1.0416666667vw;
}

[data-popup-open-js] {
  cursor: pointer;
}

[data-download-popup-trigger-js] {
  width: 100%;
  height: 0.2604166667vw;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200000;
}

.popup {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-top: 2.6041666667vw;
  padding-bottom: 2.6041666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.popup.open {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.popup.open .popup__blur {
  overflow-y: scroll;
}

.popup__blur {
  background-color: #000;
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}

.popup__container {
  margin: auto;
  z-index: 2;
}

.popup__block {
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: auto;
  position: relative;
  overflow: hidden;
  background-color: #F9FAFD;
  overflow: hidden;
}

.popup__close {
  position: absolute;
  top: 1.8229166667vw;
  right: 1.8229166667vw;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  cursor: pointer;
  z-index: 10;
}

.popup__close img,
.popup__close svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #FFF;
}

.popup__close img *,
.popup__close svg * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #FFF;
}

.popup__close:hover svg {
  fill: red !important;
}

.popup__close:hover svg * {
  fill: red !important;
}

.text-popup {
  width: 81.7708333333vw;
  height: 100%;
  padding: 2.0833333333vw;
}

.text-popup .content-title {
  font-weight: 500;
  font-size: 2.0833333333vw;
  line-height: 2.6041666667vw;
  margin-bottom: 1.3020833333vw;
}

.text-popup .content-sub-title {
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.25vw;
  margin-bottom: 0.78125vw;
}

.text-popup p {
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 1.1979166667vw;
  margin: 0;
  margin-bottom: 0.78125vw;
}

.text-popup p:last-child {
  margin-bottom: 0;
}

.text-popup .popup__close img,
.text-popup .popup__close svg {
  fill: #1C1C1C;
}

.text-popup .popup__close img *,
.text-popup .popup__close svg * {
  fill: #1C1C1C;
}

.text-popup .popup__close:hover svg {
  fill: red !important;
}

.text-popup .popup__close:hover svg * {
  fill: red !important;
}

.instruction-popup {
  width: 46.875vw;
  position: relative;
}

.instruction-popup__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.instruction-popup__img {
  width: 100%;
  height: 36.4583333333vw;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}

.instruction-popup__img img {
  width: 37.5vw;
  height: 31.1458333333vw;
  position: absolute;
  top: 4.4791666667vw;
  right: -11.09375vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.instruction-popup__content {
  width: 100%;
  min-height: 36.4583333333vw;
  position: relative;
  z-index: 2;
  padding: 3.125vw 20.8333333333vw 3.125vw 4.1666666667vw;
  color: #FFF;
}

.instruction-popup__content .content-title {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.5625vw;
  text-transform: uppercase;
  margin-bottom: 0.78125vw;
}

.instruction-popup__content .content-text {
  font-size: 0.9375vw;
  line-height: 1.4583333333vw;
  margin-bottom: 1.0416666667vw;
}

.instruction-popup__content .content-form .form-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1.0416666667vw;
}

.instruction-popup__content .content-form .form-item,
.instruction-popup__content .content-form .form-btn {
  width: 100%;
  margin: 0;
}

.instruction-popup__content .content-form .form-item {
  margin-bottom: 1.0416666667vw;
}

.instruction-popup__content .content-form .checkbox-text span {
  color: #3A7FE5;
}

.price-list-popup {
  width: 46.875vw;
  position: relative;
}

.price-list-popup__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.price-list-popup__img {
  width: 100%;
  height: 33.8541666667vw;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}

.price-list-popup__img img {
  width: 58.6458333333vw;
  height: 39.21875vw;
  position: absolute;
  top: -0.5208333333vw;
  right: -20vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.price-list-popup__content {
  width: 100%;
  min-height: 33.8541666667vw;
  position: relative;
  z-index: 2;
  padding: 3.125vw 20.8333333333vw 3.125vw 4.1666666667vw;
  color: #FFF;
}

.price-list-popup__content .content-title {
  font-weight: 300;
  font-size: 1.25vw;
  line-height: 1.8229166667vw;
  text-transform: uppercase;
  margin-bottom: 0.78125vw;
}

.price-list-popup__content .content-form .form-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1.0416666667vw;
}

.price-list-popup__content .content-form .form-item,
.price-list-popup__content .content-form .form-btn {
  width: 100%;
  margin: 0;
}

.price-list-popup__content .content-form .form-item {
  margin-bottom: 1.0416666667vw;
}

.price-list-popup__content .content-form .checkbox-text span {
  color: #3A7FE5;
}

.call-back-popup {
  width: 26.0416666667vw;
  position: relative;
}

.call-back-popup__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.call-back-popup__content {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 2.6041666667vw;
  color: #FFF;
}

.call-back-popup__content .content-title {
  font-weight: 300;
  font-size: 1.25vw;
  line-height: 1.8229166667vw;
  text-transform: uppercase;
  margin-bottom: 0.78125vw;
}

.call-back-popup__content .content-text {
  font-size: 0.9375vw;
  line-height: 1.4583333333vw;
  margin-bottom: 1.5625vw;
}

.call-back-popup__content .content-form .form-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1.0416666667vw;
}

.call-back-popup__content .content-form .form-item,
.call-back-popup__content .content-form .form-btn {
  width: 100%;
  margin: 0;
}

.call-back-popup__content .content-form .form-item {
  margin-bottom: 1.0416666667vw;
}

.call-back-popup__content .content-form .checkbox-text span {
  color: #3A7FE5;
}

.btn-order {
  width: 196px;
  height: 196px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border: none;
  color: #fff;
  background: none;
  font-weight: 600;
  font-size: 18px;
  padding: 15px;
  line-height: 130%;
  position: fixed;
  left: 50%;
  bottom: 20px;
  margin: 0 0 0 -98px;
  z-index: 400;
  pointer-events: auto;
  transition: bottom .4s ease;
}

.btn-order {
  bottom: -54px;
}

.btn-order:hover {
  bottom: 20px;
}

.btn-order-background {
  position: absolute;
  top: -15%;
  left: -15%;
  width: 130%;
  height: 130%;
  border-radius: 50%;
  background: #5a30f0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 4;
  pointer-events: none;
  transform: scale(.77);
  transition: background .4s ease;
}

.btn-order-text-wrap {
  display: inline-flex;
  position: relative;
  z-index: 6;
  pointer-events: none;
}

.btn-order-text {
  display: inline-flex;
  position: relative;
  animation: rotate 19s infinite linear;
}

@media only screen and (max-width: 768px) {
  .btn-order {
    display: none;
    ;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.responstable {
  margin: 0 0 1vw 0;
  width: 100%;
  overflow: hidden;
  background: #FFF;
  color: #024457;
  border-radius: 0.4vw;
}

.responstable tr {
  border: 1px solid #D9E4E6;
}

.responstable tr:nth-child(odd) {
  background-color: #EAF3F3;
}

.responstable th {
  border: 1px solid #FFF;
  background-color: #3a7fe5;
  color: #FFF;
  padding: 1em;
}

.responstable th:first-child {
  display: table-cell;
  text-align: center;
}

.responstable th:nth-child(2) {
  display: table-cell;
  text-align: center;
}

.responstable th:nth-child(2) span {
  display: none;
}

.responstable th:nth-child(2):after {
  content: attr(data-th);
}

@media (min-width: 480px) {
  .responstable th:nth-child(2) span {
    display: block;
  }

  .responstable th:nth-child(2):after {
    display: none;
  }
}

.responstable td {
  word-wrap: break-word;
  max-width: 20vw;
}

.responstable td:first-child {
  display: table-cell;
  text-align: center;
  border-right: 1px solid #D9E4E6;
}

.responstable th,
.responstable td {
  text-align: center;
  margin: 0.5vw 1vw;
  font-size: 1vw;
}

@media (max-width: 768px) {
  .responstable {
    margin: 0 0 1rem 0;
  }

  .responstable th,
  .responstable td {
    margin: 0.5rem 1rem;
    font-size: 3vw;
    padding: 0.4rem;
  }

  .responstable-title__left {
    padding: 1vw;
    border-right: 0.23666rem solid #fff;
  }
}

@media (min-width: 480px) {
  .responstable td {
    border: 1px solid #D9E4E6;
  }
}

@media (min-width: 480px) {

  .responstable th,
  .responstable td {
    display: table-cell;
    padding: 1vw;
  }
}

.responstable-title {
  display: flex;
  text-align: center;
  border: 1px solid #FFF;
  background-color: #4caf50;
  color: #fff;
}

.responstable-title__left {
  padding: 1vw;
  width: 50%;
  border-right: 0.23666vw solid #fff;
  font-size: 1.4vw;
}

.responstable-title__right {
  padding: 1vw;
  width: 50%;
  font-size: 1.4vw;
}

@media (max-width: 768px) {
  .responstable-title {
    font-size: 5.375vw;
  }

  .responstable-title__right {
    font-size: 1rem;
  }

  .responstable-title__left {
    font-size: 1rem;
    padding: 1vw;
    border-right: 0.23666rem solid #fff;
  }
}

.serv__bl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.serv-item {
  position: relative;
  margin-left: .62%;
  margin-right: .62%;
  width: 21.3%;
  min-height: 21vw;
  padding: 1vw 1vw;
  margin-bottom: 1.5vw;
  -webkit-box-shadow: 0 0 59px rgba(20, 20, 20, .2);
  box-shadow: 0 0 59px rgba(20, 20, 20, .2);
  border-radius: 1vw;
  overflow: hidden;
  border-bottom: solid 0.2vw #4CAF50;
}

.serv-item:before {
  display: block;
  content: "";
  width: 49vw;
  height: 20vw;
  border-radius: 15vw;
  background-color: #eef4fd;
  position: absolute;
  left: -29vw;
  top: 20vw;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .4s ease-out;
}

.serv-item:hover:before {
  background-color: #3A7FE5;
}

.serv-item__header {
  color: #000;
  margin-bottom: 1vw;
  -webkit-transition: all .3s;
  transition: all .3s
}

.serv-item__header span {
  color: #188af9;
  position: relative;
}

.t16 span {
  color: #4CAF50;

}

.serv-item__header:hover {
  color: #188af9
}

.serv-item__top {
  margin-bottom: 1.5vw;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.serv-item .st-bg img {
  border-radius: 1vw
}

.serv-item__cont {
  position: relative;
  z-index: 2;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.serv-item p {
  color: #000;
  padding: .4vw 0;
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  letter-spacing: .06vw;
  margin-bottom: 0.6vw;
}

.serv-item p::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  border-bottom: 1px dashed #3a3a3a;
  height: 1px;
  -webkit-transition: all .3s;
  transition: all .3s
}

.serv-item p a:hover {
  color: #ff002b
}

.serv-item p a:hover::before {
  border-color: #ff002b;
  width: 30%
}

.serv-item .serv-item__top p {
  font-weight: 400
}

@media (max-width: 767px) {
  .t16 {
    font-size: 1rem
  }

  .serv-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 1rem;
    margin-bottom: 1.5rem;
    border-radius: 1rem;
    border-bottom: solid 0.2rem #4CAF50;
    min-height: auto
  }

  .serv-item__top {
    margin-bottom: 1.5rem;
  }

  .serv-item__header {
    margin-bottom: 1rem;
  }

  .serv-item__content {
    display: flex;
    flex-direction: column;
  }

  .serv-item p {
    padding: 0.32rem 0;
    letter-spacing: .01rem;
    margin-bottom: 0.3rem;
  }

  .serv-item:before {
    width: 49rem;
    height: 20rem;
    border-radius: 15rem;
    left: -30rem;
    top: 21rem;
  }
}

@media (max-width: 767px) {
  .serv-item__top {
    padding-right: 0
  }

  .serv-item {
    padding-left: 2rem;
    padding-right: 2rem
  }
}

.quiz-footer__hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  font-size: 0.7vw;
}

.quiz-footer__hint img {
  margin-right: 0.3rem;
  width: 2vw;
}

.personal-item p span,
.quiz-footer__hint p span {
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .quiz-footer__hint {
    font-size: 0.7rem;
  }

  .quiz-footer__hint img {
    width: 2rem;
  }
}

.warranty .warranty__img {
  position: absolute;
  left: 0;
  top: 0;
}

.warranty .warranty__img img {
  width: 21vw;
}

.warranty__title-img {
  width: 42vw;
}

@media only screen and (max-width: 768px) {
  .warranty__title-img {
    width: 100%;
  }

  .warranty .warranty__img {
    display: none;
  }
}

.reviews__clients {
  position: relative;
  margin-right: 5.979vw;
}

.reviews__clients-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.reviews__clients-head {
  font-size: 1.5vw;
}

.reviews__clients-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.646vw;
}

.reviews__clients-left {
  position: relative;
  margin-right: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12.542vw;
  height: 22.219vw;
}

.reviews__clients-center {
  position: relative;
  margin-right: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12.542vw;
  height: 22.219vw;
}

.reviews__clients-right {
  position: relative;
  margin-right: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12.542vw;
  height: 22.219vw;
}

.reviews__clients-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reviews__clients-img img {
  max-width: 100%;
  max-height: 100%;
}

.reviews__clients-btn {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

.reviews__clients-btn::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(241, 241, 241, .44);
  border-radius: 100%;
  -webkit-animation: pulseicon 3.3s infinite linear;
  animation: pulseicon 3.3s infinite linear;
}

.reviews__clients-btn::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -2;
  background-color: rgba(241, 241, 241, .3);
  border-radius: 100%;
  -webkit-animation: pulseicon 3.3s infinite cubic-bezier(0.72, -0.08, 1, 1);
  animation: pulseicon 3.3s infinite cubic-bezier(0.72, -0.08, 1, 1);
}

.reviews__clients-btn span {
  padding: 2vw;
  border-radius: 50%;
  background-color: #3a7fe5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.playSvg {
  width: 15px;
  height: 15px;
}

@media (max-width: 768px) {
  .reviews {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .reviews__clients {
    margin: 0 auto;
  }

  .reviews__clients-video {
    margin-top: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .reviews__clients-left {
    width: 45%;
    margin-right: 1.5rem;
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .reviews__clients-center {
    width: 45%;
    height: auto;
    margin-right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .reviews__clients-right {
    width: 45%;
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 6rem;
  }

  .reviews__clients-videoBtn span {
    padding: 2rem;
  }
}

@media (max-width: 567px) {

  .reviews__clients-left {
    width: 45%;
    margin-right: 1rem;
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .reviews__clients-center {
    width: 45%;
    height: auto;
    margin-right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .reviews__clients-right {
    width: 45%;
    height: auto;
    margin-right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .reviews__clients-videoBtn span {
    padding: 1.5rem;
  }
}

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

  50% {
    opacity: .5
  }

  100% {
    opacity: 0;
    transform: scale(1.8)
  }
}

@keyframes pulseicon {
  0% {
    opacity: 0;
    transform: scale(1)
  }

  50% {
    opacity: .5
  }

  100% {
    opacity: 0;
    transform: scale(1.8)
  }
}

.reviews__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin-top: 1vw;
}

.section-descr {
  font-size: 1.1vw;
  line-height: 140%;
  color: #8e8898;
  text-transform: uppercase;
}

.reviews__descr {
  margin-right: 2vw;
}

.reviews__links {
  display: flex;
  align-items: center;
}

.reviews__link {
  padding: 0.6vw 1vw;
  border-radius: 2vw;
  margin-right: 2vw;
  background-color: #ffffff;
  transition: background-color .22s ease-in-out;
  position: relative;
}

.reviews__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #7c59bb;
  opacity: 0;
  border-radius: inherit;
  transition: opacity .22s ease-in-out;
}

.reviews__link img {
  height: 1.2vw;
  width: auto;
}

.reviews__link:focus,
.reviews__link:hover {
  background-color: #fff;
}

.reviews__link:focus::before,
.reviews__link:hover::before {
  opacity: 1
}

@media (max-width: 768px) {
  .reviews__head {
    margin-top: 1rem;
    align-items: center;
    justify-content: space-around;
  }

  .section-descr {
    font-size: 1.1rem;
  }

  .reviews__descr {
    margin-right: 2rem;
  }

  .reviews__link {
    padding: 0.6rem 1rem;
    border-radius: 2rem;
    margin-right: 2rem;
  }

  .reviews__link img {
    height: 1.2rem;
  }
}

.swiper {
  margin-left: 0px;
  margin-right: auto;
  position: static;
  overflow: hidden;
  list-style: none;
  padding: 0;
}

.reviews__screenshots-phone img {
  width: 16.583vw;
  height: 33.246vw;
  position: absolute;
  z-index: 2;
  left: -0.4111111vw;
}

@media (max-width: 768px) {
  .reviews__screenshots-phone img {
    position: absolute;
    width: 77vw;
    /* top: 2.7vw; */
    height: 156.246vw;
    left: -0.711111vw;
  }
}

.consultation-popup {
  width: 46.875vw;
  position: relative;
}

.consultation-popup__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.consultation-popup__img {
  width: 100%;
  height: 33.8541666667vw;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}

.consultation-popup__img img {
  width: 25.7291666667vw;
  height: 33.8541666667vw;
  position: absolute;
  top: 0;
  right: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.consultation-popup__content {
  width: 100%;
  min-height: 33.8541666667vw;
  position: relative;
  z-index: 2;
  padding: 3.3854166667vw 5.7291666667vw 3.3854166667vw 4.1666666667vw;
  color: #FFF;
}

.consultation-popup__content .content-main {
  width: 20.8333333333vw;
  margin-bottom: 1.8229166667vw;
}

.consultation-popup__content .content-title {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.5625vw;
  text-transform: uppercase;
  margin-bottom: 1.5625vw;
}

.consultation-popup__content .content-text {
  font-size: 0.9375vw;
  line-height: 1.4583333333vw;
}

.consultation-popup__content .content-text p {
  margin-bottom: 1.4583333333vw;
}

.consultation-popup__content .content-text p:last-child {
  margin-bottom: 0;
}

.consultation-popup__content .content-form .form-container {
  margin-bottom: 1.0416666667vw;
}

.consultation-popup__content .content-form .form-item {
  width: 20.8333333333vw;
  margin-right: 0.78125vw;
}

.consultation-popup__content .content-form .checkbox-text span {
  color: #3A7FE5;
}

.tariff-popup {
  width: 26.0416666667vw;
  position: relative;
}

.tariff-popup__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.tariff-popup__content {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 2.8645833333vw 2.6041666667vw;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.6);
}

.tariff-popup__content .content-title {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.5625vw;
  text-transform: uppercase;
  margin-bottom: 1.0416666667vw;
}

.tariff-popup__content .content-text {
  font-size: 0.9375vw;
  line-height: 1.4583333333vw;
  margin-bottom: 2.0833333333vw;
}

.tariff-popup__content .content-form .form-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1.0416666667vw;
}

.tariff-popup__content .content-form .form-item,
.tariff-popup__content .content-form .form-btn {
  width: 100%;
  margin: 0;
}

.tariff-popup__content .content-form .form-item {
  margin-bottom: 1.0416666667vw;
}

.tariff-popup__content .content-form .checkbox-text span {
  color: #3A7FE5;
}

.cookie-popup {
  width: 26.0416666667vw;
  position: relative;
}

.cookie-popup__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.cookie-popup__content {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 1.8229166667vw 6.25vw 1.8229166667vw 2.6041666667vw;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cookie-popup__content .content-title {
  font-weight: 700;
  font-size: 0.7291666667vw;
  line-height: 1.1458333333vw;
  margin-bottom: 0.5208333333vw;
}

.cookie-popup__content .content-text {
  font-size: 0.7291666667vw;
  line-height: 1.1458333333vw;
  margin-bottom: 1.3020833333vw;
}

.cookie-popup__content .content-text span {
  text-decoration: underline;
}

.cookie-popup__content .content-text span:hover {
  text-decoration: none;
}

.cookie-popup__content .content-btn {
  min-width: 7.8125vw;
  height: 2.6041666667vw;
  font-size: 0.5208333333vw;
  line-height: 1;
  padding: 0 1.5625vw;
}


.portfolio {
  position: relative;
  margin-bottom: 6.7708333333vw
}

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

.portfolio__content .content-title {
  margin-bottom: .8229166667vw
}

.portfolio__content .content-tabs,
.portfolio__content .content-tabs .tabs-item {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.portfolio__content .content-tabs {
  margin-bottom: .3854166667vw;
  border-radius: 26.0416666667vw;
  background: #f9f9f9;
}

.portfolio__content .content-tabs .tabs-item {
  min-width: 9.625vw;
  height: 3.90625vw;
  padding: 0 1.5625vw;
  border-radius: 26.0416666667vw;
  margin-left: 1.8229166667vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 0.7vw;
  line-height: 1.070833vw;
  text-transform: uppercase;
  color: #828b96;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.portfolio__content .content-tabs .tabs-item.active {
  background-color: #3378e1;
  color: #fff;
  pointer-events: none
}

.portfolio__content .content-container .container-item {
  display: none
}

.portfolio__content .content-container .container-item.active {
  display: block
}

.portfolio__content .content-slider {
  position: relative;
  background: #eef4fd;
  padding: 2rem;
  border-radius: 2rem;
}

.portfolio__slide,
.portfolio__slide .slide-image {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.portfolio__slide {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.portfolio__slide .slide-image {
  width: 23.4375vw;
  min-height: 24.854167vw;
  height: auto;
  position: relative;
  border-radius: 1.0416666667vw;
  overflow: hidden
}

.portfolio__slide,
.portfolio__slide .slide-image a {
  width: 100%;
  height: auto
}

.portfolio__slide .slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.portfolio__slide,
.portfolio__slide .slide-image,
.portfolio__slide .slide-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.portfolio__slide .slide-main {
  width: 60vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.portfolio__slide .slide-text,
.portfolio__slide .slide-title {
  font-weight: 400;
  font-size: 2.34375vw;
  line-height: 3.125vw;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 2.0833333333vw
}

.portfolio__slide .slide-text {
  font-weight: 500;
  font-size: .9375vw;
  line-height: 1.5625vw;
  margin-bottom: 1.0416666667vw
}

.portfolio__slide .slide-list {
  padding: 0;
  list-style: none;
  font-size: .9375vw;
  line-height: 1.3020833333vw;
  margin-bottom: 2.0833333333vw
}

.portfolio__slide .slide-list li:last-child {
  margin-bottom: 0
}

.portfolio__slide .slide-btn {
  width: 100%;
  max-width: 18rem;
  margin-top: auto;
  margin-bottom: 0
}

.portfolio__slide .slide-list li {
  padding-left: 1.8229166667vw;
  position: relative;
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  letter-spacing: 0.02em;
  margin-bottom: 0.78125vw;
}

.portfolio__slide .slide-list li:last-child {
  margin-bottom: 0;
}

.portfolio__slide .slide-list li span {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  border-radius: 50%;
  background-color: #4CAF50;
  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;
  position: absolute;
  top: 0.2604166667vw;
  left: 0;
}

.portfolio__slide .slide-list li span img {
  width: 4.208333vw;
  height: 0.5125vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.portfolio__content .content-container .container-item.active {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.portfolio__content .content-container .container-item .cases-right {
  width: 45%;
}

.portfolio__content .item-text {
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 768px) {
  .portfolio {
    margin-bottom: 12.5vw
  }

  .portfolio__content .slide-list {
    padding: 0;
    margin: 0;
    margin-bottom: 2.34375vw;
    list-style: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .portfolio__content .content-title {
    margin-bottom: 3.125vw
  }

  .portfolio__content .content-text {
    margin-bottom: 6.25vw
  }

  .portfolio__content .content-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 7.8125vw;
    position: relative;
    z-index: 1
  }

  .portfolio__content .content-container {
    position: relative;
    z-index: 0
  }

  .portfolio__content .content-hint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 4.375vw;
    line-height: 5.625vw;
    letter-spacing: .03em;
    color: #fff;
    margin-bottom: 4.6875vw
  }

  .portfolio__content .content-hint span {
    margin-right: 3.125vw
  }

  .portfolio__content .content-hint img {
    width: 5.3125vw;
    height: 5.625vw;
    -o-object-fit: contain;
    object-fit: contain
  }

  .portfolio__content .content-tabs,
  .portfolio__content .content-tabs .tabs-item {
    flex-direction: column;
  }

  .portfolio__content .content-tabs .tabs-item {
    width: 100%;
    min-width: 9.625vw;
    height: 9.90625vw;
    padding: 0 1.5625vw;
    border-radius: 26.0416666667vw;
    border: solid 2px #3378e1;
    margin-bottom: 1vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 3.5vw;
    line-height: 1.7708333333vw;
    text-transform: uppercase;
    color: #828b96;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .portfolio__content .content-tabs .tabs-item:last-child {
    margin-bottom: 0;
  }

  .portfolio__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .portfolio__slide .slide-image {
    width: 100%;
    height: 59.375vw;
    min-height: unset;
    margin-top: 6.25vw;
    border-radius: 3.125vw
  }

  .portfolio__slide .slide-main {
    width: 100%
  }

  .portfolio__slide .slide-title {
    font-size: 5.375vw;
    font-weight: 500;
    line-height: 6.25vw;
    margin-bottom: 4.6875vw
  }

  .portfolio__slide .slide-list,
  .portfolio__slide,
  .portfolio__slide .slide-text {
    font-size: 3.75vw;
    line-height: 5.625vw;
    margin-bottom: 4.6875vw
  }

  .portfolio__slide .slide-list li {
    padding-left: 4.6875vw;
    font-size: 3.75vw;
    line-height: 5vw;
    margin-bottom: 3.125vw;
  }

  .portfolio__slide .slide-list li span {
    width: 3.125vw;
    height: 3.125vw;
    top: 0.9375vw;
  }

  .portfolio__slide .slide-list li span img {
    width: 1.625vw;
    height: 1.9375vw;
  }

  .portfolio__content .content-container .container-item .cases-right {
    width: 100%;
  }

  .portfolio__content .item-text {
    font-size: 1.0416666667rem;
    line-height: 1.5625rem;
    letter-spacing: 0.04em;
  }
}

.portfolio__content.items-limited .content-show-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfolio__content .content-title {
  margin-bottom: 1.0416666667vw;
}

.portfolio__content .content-text {
  margin-bottom: 2.6041666667vw;
}

.portfolio__content .content-container .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.portfolio__content .content-container .portfolio__item {
  margin-top: 2.8645833333vw;
}

.portfolio__content .content-show-all {
  display: none;
  margin-top: 2.6041666667vw;
}

.portfolio__content .content-show-all .show-all-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.3020833333vw;
  letter-spacing: 0.02em;
  color: #3A7FE5;
}

.portfolio__content .content-show-all .show-all-btn::after {
  margin-top: 0.2604166667vw;
}

.portfolio__content .content-show-all .show-all-btn span {
  margin-right: 0.5208333333vw;
}

.portfolio__content .content-show-all .show-all-btn img {
  width: 0.9895833333vw;
  height: 1.1979166667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -o-object-fit: contain;
  object-fit: contain;
}

.portfolio__content .content-show-all .show-all-btn:hover img {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.portfolio__item {
  width: 100%;
}

.portfolio__item .item-slider {
  width: 50%;
  margin-bottom: 1.8229166667vw;
}

.portfolio__item .item-slider .top-slider {
  width: 100%;
  height: 23.4375vw;
  position: relative;
  margin-bottom: 1.0416666667vw;
}

.portfolio__item .item-slider .top-slider .slider-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}

.portfolio__item .item-slider .top-slider .slider-controls {
  width: 100%;
  height: 3.3854166667vw;
  padding: 0 1.8229166667vw;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.portfolio__item .item-slider .top-slider .slider-bottom {
  width: 100%;
  height: 0.5208333333vw;
  position: absolute;
  left: 0;
  bottom: 2.0833333333vw;
  z-index: 1;
  pointer-events: none;
  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;
}

.portfolio__item .item-slider .top-slider .slider-pagination {
  width: auto !important;
  pointer-events: all;
  position: absolute;
  bottom: 0;
}

.portfolio__item .item-slider .top-slider .slider-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  background-color: #FFF;
  margin: 0 0.3125vw;
}

.portfolio__item .item-slider .top-slider .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3A7FE5;
}

.portfolio__item .item-slider .top-slider .swiper {
  width: 100%;
  height: 100%;
}

.portfolio__item .item-slider .top-slider .swiper-slide {
  width: 100%;
  height: 23.4375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.portfolio__item .item-slider .top-slider .video-slide {
  width: 100%;
  height: auto;
  position: relative;
}

.portfolio__item .item-slider .top-slider .video-slide:hover::after {
  opacity: 0.2;
}

.portfolio__item .item-slider .top-slider .video-slide:hover .video-btn {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}

.portfolio__item .item-slider .top-slider .video-slide:hover .video-btn::before {
  display: none;
}

.portfolio__item .item-slider .top-slider .video-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.portfolio__item .item-slider .top-slider .video-slide .slide-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

.portfolio__item .item-slider .top-slider .video-slide .video-btn {
  width: 5.2083333333vw;
  height: 5.2083333333vw;
  border-radius: 50%;
  background-color: #3A7FE5;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.portfolio__item .item-slider .top-slider .video-slide .video-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #3A7FE5;
  -webkit-animation: pulse 3s linear infinite;
  animation: pulse 3s linear infinite;
}

.portfolio__item .item-slider .top-slider .video-slide .video-btn img {
  width: 0.78125vw;
  height: 0.8333333333vw;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.portfolio__item .item-slider .top-slider .image-slide {
  width: 100%;
  height: auto;
}

.portfolio__item .item-slider .top-slider .image-slide .slide-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1rem;
}

.portfolio__item .item-slider .bottom-slider .swiper-slide {
  width: 9.375vw;
  height: 5.2083333333vw;
  margin-right: 0.9375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  cursor: pointer;
}

.portfolio__item .item-slider .bottom-slider .swiper-slide:last-child {
  margin-right: 0;
}

.portfolio__item .item-slider .bottom-slider .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 1rem;
  top: 0;
  left: 0;
  border: 0.15625vw solid #3A7FE5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  z-index: 10;
}

.portfolio__item .item-slider .bottom-slider .swiper-slide.swiper-slide-thumb-active::after {
  opacity: 1;
}

.portfolio__item .item-slider .bottom-slider .video-slide {
  width: 100%;
  height: auto;
  position: relative;
}

.portfolio__item .item-slider .bottom-slider .video-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.portfolio__item .item-slider .bottom-slider .video-slide .slide-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

.portfolio__item .item-slider .bottom-slider .video-slide .video-btn {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  border-radius: 50%;
  background-color: #3A7FE5;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.portfolio__item .item-slider .bottom-slider .video-slide .video-btn img {
  width: 0.4166666667vw;
  height: 0.46875vw;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.portfolio__item .item-slider .bottom-slider .image-slide {
  width: 100%;
  height: auto;
}

.portfolio__item .item-slider .bottom-slider .image-slide .slide-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1rem;
}

.portfolio__item .item-title {
  font-weight: 500;
  font-size: 1.875vw;
  line-height: 2.34375vw;
  letter-spacing: 0.03em;
  margin-bottom: 1.3020833333vw;
}

.portfolio__item .item-bullets .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.2604166667vw -0.5208333333vw;
}

.portfolio__item .item-bullets .bullets-item {
  height: 2.8645833333vw;
  padding: 0 1.0416666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.2604166667vw 0.5208333333vw;
  border-radius: 26.0416666667vw;
  border: 0.0520833333vw solid #F2F2F2;
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  color: #A4A4A4;
}

.portfolio__item .item-bullets .bullets-item img {
  width: 0.9375vw;
  height: 0.9375vw;
  -o-object-fit: contain;
  object-fit: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.5208333333vw;
}

.portfolio__item .item-bullets .bullets-item span {
  font-weight: 500;
  color: #3A7FE5;
}

.price-list {
  position: relative;
  margin-bottom: 5.7291666667vw;
}

.price-list__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.price-list__img .img-bg {
  width: 100%;
  height: 100%;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}

.price-list__img .img-block {
  width: 100%;
  height: 39.0625vw;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}

.price-list__img .img-block img {
  width: 65.7291666667vw;
  height: 54.84375vw;
  position: absolute;
  top: -5.2083333333vw;
  right: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.price-list::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  z-index: 1;
}

.price-list__content {
  min-height: 39.0625vw;
  position: relative;
  z-index: 2;
  padding: 5.2083333333vw 0;
  color: #FFF;
}

.price-list__content .content-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3.125vw;
}

.price-list__content .content-title {
  max-width: 60%;
  margin-right: 7.8125vw;
}

.price-list__content .content-circle {
  width: 9.1145833333vw;
  height: 9.1145833333vw;
  border-radius: 50%;
  background-color: #FFF;
  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;
  pointer-events: none;
}

.price-list__content .content-circle .circle-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-animation: rotation 25s linear infinite;
  animation: rotation 25s linear infinite;
}

.price-list__content .content-circle .circle-img {
  width: 1.4583333333vw;
  height: 1.4583333333vw;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.price-list__content .content-form .form-container .form-btn {
  font-size: 1.0416666667vw;
}

.prices {
  margin-bottom: 5.7291666667vw;
}

.prices__content {
  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;
  position: relative;
  flex-direction: column;
}

.prices__content .content-main {
  width: 21.875vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-bottom: 4.9479166667vw;
}

.prices__content .content-sticky {
  position: sticky;
  top: 5.2083333333vw;
}

.prices__content .content-title {
  margin-bottom: .5229166667vw;
}

.prices__content .content-text {
  margin-bottom: 1.8229166667vw;
}

.prices__content .content-text a {
  color: #3A7FE5;
}

.prices__content .content-text:last-child {
  margin-bottom: 0;
}

.prices__content .content-slider {
  width: 100%;
}

.prices__content .content-slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.prices__content .content-slider .swiper-slide {
  width: 50%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 1vw;
}

.prices__content .content-slider .slider-controls {
  display: none;
  width: 11.4583333333vw;
  height: 12.385417vw;
  position: absolute;
  right: 0;
  top: 0;
}

.prices__slide {
  width: 100%;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.prices__slide:hover::after {
  opacity: 0;
}

.prices__slide:hover .slide-content {
  background-color: rgba(0, 0, 0, 0.5);
}

.prices__slide:hover .slide-content * {
  color: #FFF;
}

.prices__slide::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.0520833333vw solid #EFEEEE;
  border-radius: 3rem;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.prices__slide .slide-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 3rem;
  z-index: 0;
}

.prices__slide .slide-content {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background-color: #eef4fd;
  padding: 2.8645833333vw 2.6875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.prices__slide .slide-title {
  font-size: 1.6666666667vw;
  line-height: 2.1875vw;
  letter-spacing: 0.02em;
  margin-bottom: 0.78125vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.prices__slide .slide-text {
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 2.34375vw;
  color: #B0B0B0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.prices__slide .slide-list {
  padding: 0;
  margin: 0;
  margin-bottom: 2.34375vw;
  list-style: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.prices__slide .slide-list li {
  padding-left: 1.8229166667vw;
  position: relative;
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  letter-spacing: 0.02em;
  margin-bottom: 0.78125vw;
}

.prices__slide .slide-list li:last-child {
  margin-bottom: 0;
}

.prices__slide .slide-list li span {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  border-radius: 50%;
  background-color: #4CAF50;
  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;
  position: absolute;
  top: 0.2604166667vw;
  left: 0;
}

.prices__slide .slide-list li span img {
  width: 4.208333vw;
  height: 0.5125vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.prices__slide .slide-bottom {
  margin-top: auto;
  margin-bottom: 0;
}

.prices__slide .slide-price {
  font-size: 1.6666666667vw;
  line-height: 2.6041666667vw;
  letter-spacing: 0.02em;
  margin-bottom: 2.34375vw;
}

.prices__slide .slide-price span {
  font-size: 3.3333333333vw;
}

.prices__slide .slide-btn {
  font-size: 1.0416666667vw;
}

.questions {
  margin-bottom: 5.7291666667vw;
}

.questions__content {
  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;
  position: relative;
}

.questions__content .content-main {
  width: 21.3541666667vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-bottom: 3.125vw;
}

.questions__content .content-block {
  width: 21.3541666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: absolute;
  left: 0;
  bottom: 0;
}

.questions__content .content-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.25vw;
  text-decoration: none;
}

.questions__content .content-btn:hover span::after {
  width: 60%;
}

.questions__content .content-btn span {
  margin-right: 0.5208333333vw;
}

.questions__content .content-btn span::after {
  border-color: #21CE72;
}

.questions__content .content-btn img {
  width: 1.4583333333vw;
  height: 1.4583333333vw;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.questions__content .content-sticky {
  position: sticky;
  top: 5.2083333333vw;
}

.questions__content .content-container {
  width: 59.8958333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.questions__content .container-block {
  width: 28.6458333333vw;
}

.questions__content .container-item {
  padding: 1.5625vw 0;
  border-bottom: 0.0520833333vw solid #F1F5F5;
}

.questions__content .container-item.open .item-top .item-icon img {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.questions__content .container-item .item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.questions__content .container-item .item-top:hover .item-icon img {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.questions__content .container-item .item-title {
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.5625vw;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 1.5625vw;
}

.questions__content .container-item .item-icon {
  width: 1.5625vw;
  height: 1.5625vw;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.faq-item-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 30px;
  margin: 0 0 0 44px;
  position: relative;
  transition: background .4s, transform .4s .4s;
  pointer-events: none;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 40px;
}

.faq-active .faq-item-icon {
  background: #efebfe;
  transform: rotate(45deg);
  transition: background .4s, transform .4s;
}

.faq-active .faq-item-icon:before,
.faq-active .faq-item-icon:after {
  transition: transform .4s .4s;
}

.faq-item-icon:before,
.faq-item-icon:after {
  content: '';
  width: 14px;
  height: 2px;
  background: #3a7fe5;
  display: block;
  transform-origin: center;
  position: absolute;
  top: 14px;
  left: 8px;
  transition: transform .4s;
}

.faq-item-icon:before {
  transform: rotate(90deg);
}

.faq-active .faq-item-icon:before {
  transform: rotate(135deg);
}

.faq-active .faq-item-icon:after {
  transform: rotate(-45deg);
}

.faq-active .faq-item-icon:before,
.faq-active .faq-item-icon:after {
  transition: transform .4s .4s;
}

.questions__content .container-item .item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.7;
}

.questions__content .container-item .item-body {
  padding-top: 1.0416666667vw;
  font-size: 0.9375vw;
  line-height: 1.4583333333vw;
  color: #8D8D8D;
  padding-right: 4.1666666667vw;
  display: none;
}

.reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 6.25vw;
  margin-bottom: 5.7291666667vw;
  background-image: linear-gradient(180deg, #eef4fd 0, #fff 100%);
}

.reviews__content {
  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;
  position: relative;
}

.reviews__content .content-main {
  width: 19.2708333333vw;
  padding-bottom: 4.9479166667vw;
}

.reviews__content .content-sticky {
  position: sticky;
  top: 5.2083333333vw;
}

.reviews__clients .content-text {
  padding-right: 2.0833333333vw;
  margin-bottom: 2.0833333333vw;
}

.reviews__clients .content-raiting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews__clients .content-raiting .raiting-icon {
  width: 3.3854166667vw;
  height: 3.3854166667vw;
  border-radius: 50%;
  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;
  margin-right: 0.78125vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #F2F2F2;
  font-size: 1.25vw;
  line-height: 1.5625vw;
  text-align: center;
  text-transform: uppercase;
  color: #C1C1C1;
}

.reviews__clients .content-raiting .raiting-main {
  max-width: 7.2916666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.reviews__clients .content-raiting .raiting-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5208333333vw;
}

.reviews__clients .content-raiting .raiting-stars img {
  width: 0.6770833333vw;
  height: 0.625vw;
  margin-right: 0.3645833333vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.reviews__clients .content-raiting .raiting-stars img:last-child {
  margin-right: 0;
}

.reviews__clients .content-raiting .raiting-text {
  font-size: 0.7291666667vw;
  line-height: 1.0416666667vw;
  letter-spacing: 0.03em;
}

.reviews__content .content-slider {
  width: 67.1875vw;
  margin-right: -7.2916666667vw;
}

.reviews__content .content-slider .swiper-slide {
  width: 15.791667vw;
  height: 33.525vw;
  margin-right: 3.90625vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.reviews__content .content-slider .swiper-slide a {
  width: 100%;
  height: auto;
}

.reviews__content .content-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 3.4vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.reviews__content .slider-controls {
  width: 11.4583333333vw;
  height: 5.385417vw;
  position: absolute;
  left: 0;
  bottom: 0;
}

.sidebar {
  width: 5.2083333333vw;
  position: fixed;
  top: 50%;
  right: -7.8125vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar.disabled * {
  pointer-events: none !important;
}

.sidebar.closed .sidebar__btn.top-btn {
  margin-bottom: 0.5208333333vw;
}

.sidebar.closed .sidebar__btn.bottom-btn {
  margin-top: 0.5208333333vw;
}

.sidebar.closed .sidebar__btn.bottom-btn img {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.sidebar.hidden {
  right: -7.8125vw !important;
}

.sidebar.visible {
  right: 0;
}

.sidebar__btn {
  width: 1.71875vw;
  height: 1.71875vw;
  border-radius: 50%;
  background-color: #3A7FE5;
  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;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar__btn img {
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar__btn.top-btn {
  bottom: 100%;
  margin-bottom: 1.0416666667vw;
}

.sidebar__btn.top-btn img {
  width: 0.46875vw;
  height: 0.46875vw;
}

.sidebar__btn.bottom-btn {
  top: 100%;
  margin-top: 1.0416666667vw;
}

.sidebar__btn.bottom-btn img {
  width: 0.5729166667vw;
  height: 0.3125vw;
}

.sidebar__container .container-item {
  width: 100%;
  min-height: 5.2083333333vw;
  padding: 0.2604166667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #3A7FE5;
  margin-bottom: 0.3645833333vw;
  cursor: pointer;
  border-radius: 0.0520833333vw;
  text-decoration: none;
}

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

.sidebar__container .container-item .item-icon {
  width: 1.3541666667vw;
  height: 1.0416666667vw;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 0.5208333333vw;
}

.sidebar__container .container-item .item-text {
  font-size: 0.625vw;
  line-height: 0.7291666667vw;
  text-align: center;
  color: #FFF;
}

.team {
  margin-bottom: 6.25vw;
}

.team__content .content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.6041666667vw;
}

.team__content .content-main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 1.5625vw;
}

.team__content .content-title {
  margin-bottom: 1.5625vw;
}

.team__content .content-info {
  width: 19.7916666667vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team__content .content-info .info-icon {
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 50%;
  background-color: #21CE72;
  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;
  margin-bottom: 2.0833333333vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.team__content .content-info .info-icon img {
  width: 0.5208333333vw;
  height: 0.4166666667vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.team__content .content-info .info-text {
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.team__content .content-info .info-text b {
  font-weight: 700;
}

.team__content .content-slider .swiper-slide {
  width: 19.7916666667vw;
  height: 28.6458333333vw;
  margin-right: 2.0833333333vw;
}

.team__slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.team__slide:hover::before {
  opacity: 1;
}

.team__slide:hover .slide-main {
  opacity: 1;
}

.team__slide:hover .slide-icon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-color: #3A7FE5;
}

.team__slide:hover .slide-icon svg path {
  fill: #FFF;
}

.team__slide .slide-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

.team__slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(46.62%, rgba(28, 28, 28, 0)), color-stop(69.12%, rgba(28, 28, 28, 0.595)));
  background: -webkit-linear-gradient(top, rgba(28, 28, 28, 0) 46.62%, rgba(28, 28, 28, 0.595) 69.12%);
  background: linear-gradient(180deg, rgba(28, 28, 28, 0) 46.62%, rgba(28, 28, 28, 0.595) 69.12%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.team__slide .slide-content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.6041666667vw;
  color: #FFF;
}

.team__slide .slide-main {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 1.0416666667vw;
}

.team__slide .slide-title {
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.3020833333vw;
  letter-spacing: 0.02em;
  margin-bottom: 0.5208333333vw;
}

.team__slide .slide-text {
  font-weight: 400;
  font-size: 0.625vw;
  line-height: 0.78125vw;
  letter-spacing: 0.02em;
}

.team__slide .slide-icon {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  background-color: #FFF;
  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;
}

.team__slide .slide-icon svg {
  width: 0.625vw;
  height: 0.5729166667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.team__slide .slide-icon svg path {
  fill: #3A7FE5;
}

.thanx-page {
  position: relative;
  min-height: calc(100vh + 7.2916666667vw);
  margin-bottom: -7.2916666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.thanx-page__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.thanx-page__container {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10.4166666667vw;
  padding-bottom: 10.4166666667vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), color-stop(30.46%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(27.31%, rgba(0, 0, 0, 0))), rgba(0, 0, 0, 0.4);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 30.46%), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 27.31%), rgba(0, 0, 0, 0.4);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 30.46%), linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 27.31%), rgba(0, 0, 0, 0.4);
}

.thanx-page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFF;
}

.thanx-page__content .content-main {
  width: 40.1041666667vw;
  margin-bottom: 5.7291666667vw;
}

.thanx-page__content .content-title {
  font-weight: 300;
  font-size: 2.8645833333vw;
  line-height: 3.90625vw;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 1.8229166667vw;
}

.thanx-page__content .content-text {
  font-size: 1.25vw;
  line-height: 1.5625vw;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.thanx-page__content .content-bottom .bottom-text {
  font-weight: 500;
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 1.3020833333vw;
}

.thanx-page__content .content-bottom .bottom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.thanx-page__content .content-bottom .bottom-btn {
  padding: 0 2.0833333333vw;
  padding-right: 1.25vw;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 2.0833333333vw;
}

.thanx-page__content .content-bottom .bottom-btn:last-child {
  margin-right: 0;
}

.thanx-page__content .content-bottom .bottom-btn.small-btn {
  min-width: 15.1041666667vw;
}

.thanx-page__content .content-bottom .bottom-btn.big-btn {
  min-width: 22.1354166667vw;
}

.to-top {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  position: fixed;
  right: 1.3020833333vw;
  bottom: 1.3020833333vw;
  background-color: #3A7FE5;
  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;
  z-index: 300;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0 !important;
  pointer-events: none;
  cursor: pointer;
}

.to-top.visible {
  opacity: 0.7 !important;
  pointer-events: all;
}

.to-top.visible:hover {
  opacity: 1 !important;
  background-color: #1d65d1;
}

.to-top img,
.to-top svg {
  width: 0.7291666667vw;
  height: 0.46875vw;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #fff;
}

.to-top img path,
.to-top svg path {
  fill: #fff;
}

.video-reviews {
  margin-bottom: 6.25vw;
}

.video-reviews__content .content-title {
  margin-bottom: 3.125vw;
}

.video-reviews__content .content-slider .slider-container {
  margin-bottom: 3.125vw;
}

.video-reviews__content .content-slider .swiper-slide {
  width: 27.627083vw;
  height: 18.770833vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-right: 1.5625vw;
  flex-direction: column;
}

.video-reviews__content .content-slider .slide-video {
  width: 100%;
  height: 100%;
  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;
  overflow: hidden;
}

.video-reviews__content .content-slider .slide-video:hover::after {
  opacity: 0.2;
}

.video-reviews__content .content-slider .slide-video:hover .video-btn {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.video-reviews__content .content-slider .slide-video:hover .video-btn::before {
  display: none;
}

.video-reviews__content .content-slider .slide-video::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000000;
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.video-reviews__content .content-slider .slide-video .video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-reviews__content .content-slider .slide-video .video-btn {
  width: 6.25vw;
  height: 6.25vw;
  border-radius: 50%;
  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;
  position: relative;
  z-index: 3;
  background-color: #3A7FE5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.video-reviews__content .content-slider .slide-video .video-btn img {
  width: 0.9375vw;
  height: 1.0416666667vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.video-reviews__content .content-slider .slide-video .video-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #3A7FE5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-animation: pulse 3s linear infinite;
  animation: pulse 3s linear infinite;
}

.video-reviews__content .content-slider .slider-controls {
  width: 11.4583333333vw;
}

.main__wawe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 3.125vw;
  max-height: 100%;
  flex-direction: column-reverse;
}

.warranty {
  position: relative;
  margin-bottom: 6.25vw;
  background-image: linear-gradient(180deg, #eef4fd 0, #fff 100%);
}

.warranty__content .content-top {
  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;
  margin-bottom: 1.0416666667vw;
}

.warranty__content .content-top:last-child {
  margin-bottom: 0;
}

.warranty__content .content-sticky {
  position: sticky;
  top: 5.2083333333vw;
}

.warranty__content .content-block {
  width: 41.6666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.warranty__content .content-block:nth-child(n+3) {
  display: none;
}

.warranty__content .content-block .block-top {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.warranty__content .content-block .block-bottom {
  margin-top: 1.5625vw;
}

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

.warranty__content .content-gift .gift-top {
  margin-bottom: 1.0416666667vw;
}

.warranty__content .content-gift .gift-icon {
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 50%;
  background-color: #3A7FE5;
  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;
  margin-bottom: 1.0416666667vw;
}

.warranty__content .content-gift .gift-icon img {
  width: 0.6770833333vw;
  height: 0.625vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.warranty__content .content-gift .gift-title {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.0416666667vw;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.warranty__content .content-gift .gift-list {
  list-style: none;
  padding: 0;
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.warranty__content .content-gift .gift-list li {
  padding-left: 1.25vw;
  position: relative;
  margin-bottom: 0.2604166667vw;
}

.warranty__content .content-gift .gift-list li::before {
  content: "";
  width: 0.2083333333vw;
  height: 0.2083333333vw;
  position: absolute;
  top: 0.5208333333vw;
  left: 0.5208333333vw;
  border-radius: 50%;
  background-color: #1C1C1C;
}

.warranty__content .content-gift .gift-list li:last-child {
  margin-bottom: 0;
}

.warranty__content .content-info {
  max-width: 30.2083333333vw;
}

.warranty__content .content-info .info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5625vw;
}

.warranty__content .content-info .info-icon {
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 50%;
  background-color: #3A7FE5;
  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;
  margin-right: 0.78125vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.warranty__content .content-info .info-icon img {
  width: 0.5208333333vw;
  height: 0.4166666667vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.warranty__content .content-info .info-title {
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.7708333333vw;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.warranty__content .content-info .info-text {
  font-weight: 400;
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  letter-spacing: 0.04em;
}

.warranty__content .content-info .info-text p {
  margin-bottom: 1.0416666667vw;
}

.warranty__content .content-info .info-text p:last-child {
  margin-bottom: 0;
}

.warranty__content .content-bullets .bullets-item {
  margin-bottom: 3.125vw;
}

.warranty__content .content-bullets .bullets-item:last-child {
  margin-bottom: 0;
}

.warranty__content .content-bullets .item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.8229166667vw;
}

.warranty__content .content-bullets .item-icon {
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 50%;
  background-color: #21CE72;
  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;
  margin-right: 0.78125vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.warranty__content .content-bullets .item-icon img {
  width: 0.5208333333vw;
  height: 0.4166666667vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.warranty__content .content-bullets .item-title {
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.5625vw;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #3a7fe5;
}

.warranty__content .content-bullets .item-text {
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  letter-spacing: 0.04em;
}

.works {
  margin-bottom: 5.7291666667vw;
  position: relative;
}

.works__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

.works__bg .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.works__bg .bg-img.active {
  opacity: 1;
}

.works__bg .bg-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.works__container {
  padding: 6.7708333333vw 0;
  position: relative;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), color-stop(69.24%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 69.24%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 69.24%);
}

.works__content {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.works__content .content-block {
  width: 23.4375vw;
}

.works__content .content-title {
  margin-bottom: 3.6458333333vw;
}

.works__content .content-text {
  margin-bottom: 1.5625vw;
}

.works__content .content-list {
  list-style: none;
  padding: 0;
  font-size: 1.0416666667vw;
  line-height: 1.3020833333vw;
  letter-spacing: 0.02em;
}

.works__content .content-list li {
  padding-left: 1.6145833333vw;
  margin-bottom: 0.5208333333vw;
  position: relative;
}

.works__content .content-list li::before {
  content: "";
  width: 0.3645833333vw;
  height: 0.3645833333vw;
  border-radius: 50%;
  position: absolute;
  top: 0.46875vw;
  left: 0.625vw;
  background-color: #FFF;
}

.works__content .content-list li:last-child {
  margin-bottom: 0;
}

.works__content .content-slider {
  width: 20.8333333333vw;
  background-color: #FFF;
  padding: 3.3854166667vw 3.6458333333vw;
  color: #1C1C1C;
}

.works__content .content-slider .slider-container {
  margin-bottom: 1.5625vw;
}

.works__content .content-slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.works__content .content-slider .swiper-slide {
  width: 100%;
  height: auto;
  background-color: #FFF;
}

.works__content .content-slider .slide-title {
  font-size: 1.25vw;
  line-height: 1.8229166667vw;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 1.0416666667vw;
}

.works__content .content-slider .slide-text {
  font-size: 0.8333333333vw;
  line-height: 1.3541666667vw;
  letter-spacing: 0.04em;
}

.catalog {
  position: relative;
  margin-bottom: 3.7708333333vw
}

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

.catalog__content .content-title {
  margin-bottom: .8229166667vw
}

.catalog__content .content-text {
  margin-bottom: 0.3854166667vw
}

.catalog__content .content-tabs,
.catalog__content .content-tabs .tabs-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.catalog__content .content-tabs {
  margin-bottom: .3854166667vw;
  border-radius: 5rem;
  padding: 1rem;
}

.catalog__content .content-tabs .tabs-item {
  min-width: 6.625vw;
  height: 2.90625vw;
  padding: 0 1.5625vw;
  border-radius: 26.0416666667vw;
  margin-left: 1vw;
  border: solid 2px #3378e1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 0.677vw;
  line-height: 1;
  text-transform: uppercase;
  color: #828b96;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s
}

.catalog__content .content-tabs .tabs-item.active {
  background-color: #3378e1;
  color: #fff;
  pointer-events: none
}

.catalog__content .content-container .container-item {
  display: none
}

.catalog__content .content-container .container-item.active {
  display: block
}

.catalog__content .content-slider {
  position: relative;
  background: #eef4fd;
  padding: 2rem;
  border-radius: 2rem;
  margin-bottom: 5vw;
}

.catalog__slide,
.catalog__slide .slide-image {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.catalog__slide {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.catalog__slide .slide-image {
  width: 23.4375vw;
  min-height: 24.854167vw;
  height: auto;
  position: relative;
  border-radius: 1.0416666667vw;
  overflow: hidden
}

.catalog__slide,
.catalog__slide .slide-image a {
  width: 100%;
  height: auto
}

.catalog__slide .slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.catalog__slide,
.catalog__slide .slide-image,
.catalog__slide .slide-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.catalog__slide .slide-main {
  width: 55vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.catalog__slide .slide-text,
.catalog__slide .slide-title {
  font-weight: 400;
  font-size: 2.34375vw;
  line-height: 3.125vw;
  letter-spacing: .02em;
  margin-bottom: 2.0833333333vw
}

.catalog__slide .slide-text {
  font-weight: 500;
  font-size: .9375vw;
  line-height: 1.5625vw;
  margin-bottom: 1.0416666667vw
}

.catalog__slide .slide-list {
  padding: 0;
  list-style: none;
  font-size: .9375vw;
  line-height: 1.3020833333vw;
  margin-bottom: 2.0833333333vw
}

.catalog__slide .slide-list li:last-child {
  margin-bottom: 0
}

.catalog__slide .slide-btn {
  width: 100%;
  max-width: 18rem;
  margin-top: auto;
  margin-bottom: 0
}

.catalog__slide .slide-list li {
  padding-left: 1.8229166667vw;
  position: relative;
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  letter-spacing: 0.02em;
  margin-bottom: 0.78125vw;
}

.catalog__slide .slide-list li:last-child {
  margin-bottom: 0;
}

.catalog__slide .slide-list li span {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  border-radius: 50%;
  background-color: #4CAF50;
  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;
  position: absolute;
  top: 0.2604166667vw;
  left: 0;
}

.catalog__slide .slide-list li span img {
  width: 4.208333vw;
  height: 0.5125vw;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (max-width: 768px) {
  .catalog {
    margin-bottom: 12.5vw
  }

  .catalog__content .slide-list {
    padding: 0;
    margin: 0;
    margin-bottom: 2.34375vw;
    list-style: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .catalog__content .content-title {
    margin-bottom: 3.125vw
  }

  .catalog__content .content-text {
    margin-bottom: 6.25vw
  }

  .catalog__content .content-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 7.8125vw;
    position: relative;
    z-index: 1
  }

  .catalog__content .content-container {
    position: relative;
    z-index: 0
  }

  .catalog__content .content-hint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 4.375vw;
    line-height: 5.625vw;
    letter-spacing: .03em;
    color: #fff;
    margin-bottom: 4.6875vw
  }

  .catalog__content .content-hint span {
    margin-right: 3.125vw
  }

  .catalog__content .content-hint img {
    width: 5.3125vw;
    height: 5.625vw;
    -o-object-fit: contain;
    object-fit: contain
  }

  .catalog__content .content-tabs,
  .catalog__content .content-tabs .tabs-item {
    flex-direction: column;
  }

  .catalog__content .content-tabs .tabs-item {
    width: 100%;
    min-width: 19.625vw;
    height: 9.90625vw;
    padding: 0 1.5625vw;
    border-radius: 26.0416666667vw;
    border: solid 2px #3378e1;
    margin-bottom: 1vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 3.5vw;
    line-height: 1.7708333333vw;
    text-transform: uppercase;
    color: #828b96;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .catalog__content .content-tabs .tabs-item:last-child {
    margin-bottom: 0;
  }

  .catalog__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .catalog__slide .slide-image {
    width: 100%;
    height: 59.375vw;
    min-height: unset;
    margin-top: 6.25vw;
    border-radius: 3.125vw
  }

  .catalog__slide .slide-main {
    width: 100%
  }

  .catalog__slide .slide-title {
    font-size: 5.375vw;
    font-weight: 500;
    line-height: 6.25vw;
    margin-bottom: 4.6875vw
  }

  .catalog__slide .slide-list,
  .catalog__slide,
  .catalog__slide .slide-text {
    font-size: 3.75vw;
    line-height: 5.625vw;
    margin-bottom: 4.6875vw
  }

  .catalog__slide .slide-list li {
    padding-left: 4.6875vw;
    font-size: 3.75vw;
    line-height: 5vw;
    margin-bottom: 3.125vw;
  }

  .catalog__slide .slide-list li span {
    width: 3.125vw;
    height: 3.125vw;
    top: 0.9375vw;
  }

  .catalog__slide .slide-list li span img {
    width: 1.625vw;
    height: 1.9375vw;
  }
}

@media only screen and (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }

  @-webkit-keyframes btn_blick {
    0% {
      left: -25vw;
    }

    100% {
      left: calc(100% + 25vw);
    }
  }

  @keyframes btn_blick {
    0% {
      left: -25vw;
    }

    100% {
      left: calc(100% + 25vw);
    }
  }

  @-webkit-keyframes progress_bar {
    0% {
      background-position: -156.25vw center;
    }

    50% {
      background-position: 0 center;
    }

    100% {
      background-position: 156.25vw center;
    }
  }

  @keyframes progress_bar {
    0% {
      background-position: -156.25vw center;
    }

    50% {
      background-position: 0 center;
    }

    100% {
      background-position: 156.25vw center;
    }
  }

  .page__wrapper {
    overflow: hidden;
    margin-bottom: -6.25vw;
  }

  .page__buffer {
    height: 6.25vw;
  }

  .wrapper {
    width: 87.5vw;
  }

  .wrapper-small {
    width: 87.5vw;
  }

  [data-on-scroll-display-js] {
    opacity: 1 !important;
  }

  [data-on-scroll-display-js=fade-top] {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }

  [data-on-scroll-display-js=fade-top].visible {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }

  [data-on-scroll-display-js=fade-left] {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }

  [data-on-scroll-display-js=fade-left].visible {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }

  [data-on-scroll-display-js=fade-right] {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }

  [data-on-scroll-display-js=fade-right].visible {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }

  [data-on-scroll-display-js=fade-bottom] {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }

  [data-on-scroll-display-js=fade-bottom].visible {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }

  [data-scroll-fix-js] {
    height: 15.625vw;
  }

  [data-download-popup-trigger-js] {
    display: none;
  }

  .bottom-dots::after {
    border-bottom: 0.625vw dotted #3A7FE5;
  }

  .standart-btn,
  .standart-white-btn {
    height: 18.75vw;
    border-radius: 156.25vw;
    font-size: 3.4375vw;
    line-height: 7.8125vw;
  }

  .standart-btn img,
  .standart-white-btn img {
    width: 12.5vw;
    height: 12.5vw;
    margin-left: auto;
    margin-right: 0;
  }

  .standart-btn::after,
  .standart-white-btn::after {
    width: 20.625vw;
    height: 25vw;
  }

  .standart-btn .loader .loader-circle,
  .standart-white-btn .loader .loader-circle {
    width: 12.5vw;
    height: 12.5vw;
  }

  .standart-title {
    font-size: 8.25vw;
    line-height: 10.375vw;
  }

  .standart-title br {
    display: none;
  }

  .standart-text {
    font-size: 3.75vw;
    line-height: 6.25vw;
  }

  .standart-text br {
    display: none;
  }

  .standart-controls .slider-btn {
    width: 9.375vw;
    height: 9.375vw;
  }

  .standart-controls .slider-btn svg {
    width: 2.8125vw;
    height: 2.8125vw;
  }

  .standart-controls .slider-pagination .swiper-pagination-current {
    font-size: 7.5vw;
    line-height: 7.5vw;
  }

  .standart-controls .slider-pagination .swiper-pagination-total {
    font-size: 4.375vw;
    line-height: 4.375vw;
  }

  .standart-form .form-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 4.6875vw;
  }

  .standart-form .form-container .form-item {
    width: 100%;
    margin: 0;
    margin-bottom: 4.6875vw;
  }

  .standart-form .form-container .form-item:last-child {
    margin-bottom: 0;
  }

  .standart-form .form-container .form-item .item-text {
    font-size: 3.125vw;
    line-height: 3.75vw;
    margin-bottom: 3.125vw;
  }

  .standart-form .form-container .form-btn {
    width: 100%;
  }

  .standart-form .form-container .form-select .select-images {
    width: 9.375vw;
    height: 9.375vw;
    top: 4.6875vw;
    right: 4.6875vw;
  }

  .standart-form .form-container .form-select .nice-select {
    height: 12.75vw;
    border-radius: 9.375vw;
    padding: 0 9.375vw;
  }

  .standart-form .form-container .form-select .nice-select.open {
    border-radius: 6.25vw;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .standart-form .form-container .form-select .nice-select .current {
    font-size: 3.125vw;
    line-height: 12.75vw;
  }

  .standart-form .form-container .form-select .nice-select .current::after {
    width: 3.125vw;
    height: 1.875vw;
    margin-left: 4.6875vw;
  }

  .standart-form .form-container .form-select .nice-select .list {
    max-height: 31.25vw;
    border-bottom-left-radius: 6.25vw;
    border-bottom-right-radius: 6.25vw;
  }

  .standart-form .form-container .form-select .nice-select .list .option {
    padding: 0 9.375vw;
    font-size: 3.125vw;
    line-height: 15.625vw;
  }

  .standart-form .form-container .form-input {
    height: 12.75vw;
    border-radius: 156.25vw;
    padding: 0 9.375vw;
    font-size: 3.125vw;
    line-height: 7.8125vw;
  }

  .standart-form .form-checkbox .checkbox-icon {
    width: 4.6875vw;
    height: 4.6875vw;
    margin-right: 3.125vw;
    border-radius: 0.9375vw;
    border: 0.3125vw solid #3A7FE5;
  }

  .standart-form .form-checkbox .checkbox-icon img {
    width: 1.875vw;
    height: 1.5625vw;
  }

  .standart-form .form-checkbox .checkbox-text {
    font-size: 3.125vw;
    line-height: 4.375vw;
  }

  .header {
    width: 100%;
    height: 100vh;
    pointer-events: none;
    position: fixed;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    z-index: 800;
  }

  .header.fixed .header__top {
    background-color: rgb(255 255 255 / 80%);
  }

  .header.phone-menu-open {
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(1.5625vw);
    backdrop-filter: blur(1.5625vw);
  }

  .header.phone-menu-open .header__top {
    background-color: transparent;
  }

  .header.phone-menu-open .header__phone-menu-btn {
    background-color: #FFF;
    border-color: #FFF;
  }

  .header.phone-menu-open .header__phone-menu-btn svg path {
    fill: #3A7FE5;
  }

  .header.phone-menu-open .header__contacts {
    opacity: 1;
    pointer-events: auto;
  }

  .header.nav-menu-open .header__top {
    background-color: #fff;
  }

  .header.nav-menu-open .header__bottom {
    opacity: 1;
    pointer-events: auto;
  }

  .header.nav-menu-open .header__nav-menu-btn {
    background-color: #e4e4e4;
  }

  .header.nav-menu-open .header__nav-menu-btn span {
    background-color: #3A7FE5;
  }

  .header.nav-menu-open .header__nav-menu-btn span:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .header.nav-menu-open .header__nav-menu-btn span:nth-child(2) {
    width: 0%;
  }

  .header.nav-menu-open .header__nav-menu-btn span:nth-child(3) {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(45deg);
    transform: translate(-50%, 50%) rotate(45deg);
  }

  .header__top {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: auto;
    z-index: 5;
  }

  .header__top .header__container {
    padding: 6.25vw 0;
    border: none;
  }

  .header__logo .logo-link {
    margin: 0;
  }

  .header__logo .logo-img {
    width: 34.375vw;
    height: 11.375vw;
  }

  .header__logo .logo-text-img {
    display: none;
  }

  .header__logo .logo-text {
    display: none;
  }

  .header__phone-menu-btn {
    width: 9.375vw;
    height: 9.375vw;
    border-radius: 50%;
    border: 0.3125vw solid rgb(0 0 0 / 30%);
    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;
  }

  .header__phone-menu-btn svg {
    width: 2.8125vw;
    height: 2.8125vw;
  }

  .header__phone-menu-btn svg path {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    fill: #000;
  }

  .header__nav-menu-btn {
    width: 9.375vw;
    height: 9.375vw;
    margin-left: 4.6875vw;
    border-radius: 50%;
    background-color: #3A7FE5;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .header__nav-menu-btn span {
    width: 3.75vw;
    height: 0.625vw;
    background-color: #FFF;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .header__nav-menu-btn span:nth-child(1) {
    top: 3.125vw;
  }

  .header__nav-menu-btn span:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .header__nav-menu-btn span:nth-child(3) {
    bottom: 3.125vw;
  }

  .header__contacts {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    padding: 31.25vw 6.25vw;
    padding-bottom: 25vw;
    background-color: rgba(0, 0, 0, 0.8);
    pointer-events: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
  }

  .header__contacts p {
    font-size: 4.375vw;
    line-height: 4.375vw;
    margin-bottom: 3.125vw;
  }

  .header__contacts a {
    font-size: 8.125vw;
    line-height: 7.5vw;
    margin-bottom: 2.1875vw;
  }

  .header__contacts span {
    font-size: 4.375vw;
    line-height: 6.25vw;
  }

  .header__bottom {
    width: 100%;
    height: 100%;
    padding-top: 31.25vw;
    padding-bottom: 21.875vw;
    background-color: rgb(255 255 255 / 70%);
    -webkit-backdrop-filter: blur(1.5625vw);
    backdrop-filter: blur(1.5625vw);
    overflow: auto;
    pointer-events: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    position: relative;
    z-index: 1;
  }

  .header__bottom .header__container {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: none;
  }

  .header__bottom .header__container.fixed {
    position: static;
    top: unset;
    left: unset;
  }

  .header__bottom .header__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menu-nav-container ul {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 17.1875vw;
  }

  .menu-nav-container .nav-link {
    display: block;
    font-size: 5vw;
    line-height: 6.875vw;
    margin-bottom: 6.25vw;
  }

  .menu-nav-container .nav-link:last-child {
    margin-bottom: 0;
  }

  .header__nav {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 17.1875vw;
  }

  .header__nav .nav-item {
    font-size: 5vw;
    line-height: 6.875vw;
    margin-bottom: 6.25vw;
  }

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

  .header__price {
    font-size: 4.375vw;
    line-height: 6.25vw;
    margin: 0;
    margin-bottom: 17.1875vw;
  }

  .header__social {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__social .social-text {
    max-width: 71.875vw;
    font-size: 4.375vw;
    line-height: 6.25vw;
    margin: 0;
    margin-bottom: 4.6875vw;
    text-align: center;
  }

  .header__social .social-text br {
    display: none;
  }

  .header__social .social-links a {
    width: 15.625vw;
    height: 15.625vw;
    margin-right: 3.125vw;
  }

  .footer {
    height: unset;
    padding: 12.5vw 0;
  }

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

  .footer__content .content-block {
    width: 100%;
    text-align: center;
    font-size: 3.75vw;
    line-height: 4.375vw;
    margin-bottom: 4.6875vw;
  }

  .footer__content .content-block:first-child {
    text-align: center;
  }

  .footer__content .content-block:last-child {
    text-align: center;
    margin-bottom: 0;
  }

  .footer__content .content-block p {
    margin-bottom: 4.6875vw;
  }

  .footer__content .content-block p br {
    display: none;
  }

  .footer__content .content-block p:last-child {
    margin-bottom: 0;
  }

  .footer.white-text-desktop-only {
    color: #1C1C1C;
  }

  .footer.white-text-desktop-only a {
    color: #1C1C1C;
  }

  .first-main {
    margin-bottom: 15.625vw;
  }

  /* .first-main::before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), color-stop(30.46%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(27.31%, rgba(0, 0, 0, 0))), rgba(0, 0, 0, 0.5);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 30.46%), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 27.31%), rgba(0, 0, 0, 0.5);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 30.46%), linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 27.31%), rgba(0, 0, 0, 0.5);
  } */
  .first-main__content {
    padding-top: 22.625vw;
    padding-bottom: 0;
    min-height: unset;
  }

  .first-main__content .content-main {
    margin-bottom: 18.75vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .first-main__content .content-main .main-block {
    width: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 14.0625vw;
  }

  .first-main__content .content-main .main-block:nth-child(2) {
    width: auto;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-bottom: 0;
  }

  .first-main__content .content-main .main-block:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: auto;
    position: static;
    right: unset;
    bottom: unset;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 0;
  }

  .first-main__content .content-main .main-block:nth-child(n+4) {
    display: none;
  }

  .first-main__content .content-text {
    font-size: 4.75vw;
    line-height: 6vw;
    margin-bottom: 6.25vw;
    background: #3a7fe5;
    padding: 1.333vw;
border-radius: 3.333vw;
  }

  .first-main__content .content-text:last-child {
    margin-bottom: 0;
  }

  .first-main__content .content-text br {
    display: none;
  }

  .first-main__content .content-title {
    font-size: 10.5vw;
    line-height: 11.5vw;
    margin-bottom: 6.25vw;
    font-weight: 800;
    color: #8bc34a;
  }

  .first-main__content .content-title br {
    display: none;
  }

  .first-main__content .content-info {
    max-width: unset;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .first-main__content .content-info .info-icon {
    width: 4.6875vw;
    height: 4.6875vw;
    margin-bottom: 4.6875vw;
  }

  .first-main__content .content-info .info-icon img {
    width: 1.5625vw;
    height: 1.25vw;
  }

  .first-main__content .content-info .info-text {
    font-size: 3.125vw;
    line-height: 5vw;
    text-align: left;
  }

  .first-main__content .content-btn {
    width: 100%;
    min-width: unset;
    padding: 0 6.25vw;
  }

  .first-main__content .content-bullets {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-main__content .content-bullets .bullets-item {
    width: 46%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: none !important;
    margin-top: 4.6875vw;
    padding: 2vw;
    border-radius: 5vw;
    box-shadow: 0 4px 33px rgba(0, 9, 37, .18);
    -webkit-box-shadow: 0 4px 33px rgba(0, 9, 37, .18);
    -khtml-box-shadow: 0 4px 33px rgba(0, 9, 37, .18);
    -moz-box-shadow: 0 4px 33px rgba(0, 9, 37, .18);
    -ms-box-shadow: 0 4px 33px rgba(0, 9, 37, .18);
    -o-box-shadow: 0 4px 33px rgba(0, 9, 37, .18);
  }

  .first-main__content .content-bullets .bullets-item:nth-child(-n+2) {
    margin-top: 0;
  }

  .first-main__content .content-bullets .bullets-item:first-child {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .first-main__content .content-bullets .bullets-item:last-child {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .first-main__content .content-bullets .bullets-item img {
    width: 6.125vw;
    height: 5.5vw;
    margin: 0;
    margin-bottom: 1.125vw;
  }

  .first-main__content .content-bullets .bullets-item p {
    font-size: 3.75vw;
    line-height: 5vw;
  }

  .calculator {
    margin-bottom: 15.625vw;
  }

  .calculator__content[data-quiz-active-question-id-js="1"] .control-btn.prev-btn {
    display: none !important;
  }

  .calculator__content .content-main {
    width: 100%;
  }

  .calculator__content .content-side {
    display: none !important;
  }

  .calculator__content .content-title {
    margin-bottom: 6.25vw;
  }

  .calculator__content .content-text {
    margin-bottom: 6.25vw;
  }

  .calculator__content .content-quiz {
    position: relative;
  }

  .calculator__content .quiz-progress {
    height: 7.5vw;
    border-radius: 156.25vw;
    padding: 1.25vw;
    margin-bottom: 9.375vw;
  }

  .calculator__content .quiz-progress .progress-line {
    border-radius: 156.25vw;
  }

  .calculator__content .quiz-progress .progress-text {
    font-size: 3.125vw;
    line-height: 4.6875vw;
  }

  .calculator__content .quiz-questions .questions-container {
    margin-bottom: 9.375vw;
  }

  .calculator__content .quiz-questions .questions-container .block-title {
    font-weight: 500;
    font-size: 4.375vw;
    line-height: 6.25vw;
    margin-bottom: 6.25vw;
  }

  .calculator__content .quiz-questions .questions-container .block-answers {
    height: unset;
    margin: 0;
    overflow: visible;
  }

  .calculator__content .quiz-questions .questions-container .block-answers .container-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
  }

  .calculator__content .quiz-questions .questions-container .block-answers .answer-item {
    width: 40.625vw;
    margin: 0;
    margin-top: 6.25vw;
  }

  .calculator__content .quiz-questions .questions-container .block-answers .answer-item:nth-child(-n+2) {
    margin-top: 0 !important;
  }

  .calculator__content .quiz-questions .questions-container .block-answers .answer-item.big-img .item-img {
    height: 32.8125vw;
  }

  .calculator__content .quiz-questions .questions-container .block-answers .answer-item.text-item {
    width: 87.5vw;
    margin-top: 3.125vw;
    padding: 2.5vw;
    border: 0.625vw solid #EFEEEE;
  }

  .calculator__content .quiz-questions .questions-container .block-answers .answer-item.text-item:nth-child(2) {
    margin-top: 3.125vw !important;
  }

  .calculator__content .quiz-questions .questions-container .block-answers .answer-item.text-item .item-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
  }

  .calculator__content .quiz-questions .questions-container .block-answers .answer-item.text-item .item-icon {
    border: none;
    margin: 0;
    margin-right: 3.125vw;
  }

  .calculator__content .quiz-questions .questions-container .block-answers .answer-item.text-item .item-text {
    text-align: left;
  }

  .calculator__content .quiz-questions .questions-container .block-answers .answer-item .item-img {
    height: 20.3125vw;
    margin: 0;
    border-radius: 0.625vw;
    position: relative;
    z-index: 0;
  }

  .calculator__content .quiz-questions .questions-container .block-answers .answer-item .item-img img {
    border-radius: 0.625vw;
  }

  .calculator__content .quiz-questions .questions-container .block-answers .answer-item .item-img::after {
    border: 0.625vw solid #3A7FE5;
    border-radius: 0.625vw;
  }

  .calculator__content .quiz-questions .questions-container .block-answers .answer-item .item-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -3.125vw;
    position: relative;
    z-index: 1;
  }

  .calculator__content .quiz-questions .questions-container .block-answers .answer-item .item-main input {
    top: 0;
    right: 0;
    -webkit-transform: none;
    transform: none;
  }

  .calculator__content .quiz-questions .questions-container .block-answers .answer-item .item-icon {
    width: 6.25vw;
    height: 6.25vw;
    margin: 0;
    margin-bottom: 1.5625vw;
    border: 0.625vw solid #FFF;
  }

  .calculator__content .quiz-questions .questions-container .block-answers .answer-item .item-icon svg {
    width: 1.5625vw;
    height: 1.25vw;
  }

  .calculator__content .quiz-questions .questions-container .block-answers .answer-item .item-text {
    font-size: 3.125vw;
    line-height: 4.375vw;
    padding: 0;
    text-align: center;
  }

  .calculator__content .quiz-questions .questions-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .calculator__content .quiz-questions .questions-bottom .bottom-text {
    width: 100%;
    font-size: 3.125vw;
    line-height: 3.75vw;
    margin-bottom: 3.125vw;
    text-align: center;
  }

  .calculator__content .quiz-questions .questions-bottom .bottom-text br {
    display: none;
  }

  .calculator__content .quiz-questions .questions-bottom .bottom-controls {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .calculator__content .quiz-questions .questions-bottom .bottom-controls .btn-wrap {
    width: 100%;
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
  }

  .calculator__content .quiz-questions .questions-bottom .bottom-controls .btn-wrap:last-child {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin: 0;
  }

  .calculator__content .quiz-questions .questions-bottom .bottom-controls .btn-wrap .btn-hint {
    padding: 3.125vw;
    border-radius: 1.5625vw;
    left: 0;
    right: 0;
    margin-bottom: 3.125vw;
    font-size: 3.125vw;
    line-height: 4.375vw;
    -webkit-box-shadow: 0 0 1.5625vw 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1.5625vw 0 rgba(0, 0, 0, 0.2);
  }

  .calculator__content .quiz-questions .questions-bottom .bottom-controls .control-btn {
    width: 100%;
    height: 18.75vw;
    border-radius: 156.25vw;
  }

  .calculator__content .quiz-questions .questions-bottom .bottom-controls .control-btn.prev-btn {
    margin-top: 3.125vw;
    font-size: 3.4375vw;
    line-height: 7.8125vw;
  }

  .calculator__content .quiz-final .final-text {
    font-size: 3.75vw;
    line-height: 5vw;
    margin-bottom: 6.25vw;
  }

  .calculator__content .quiz-final .final-title {
    font-weight: 500;
    font-size: 5vw;
    line-height: 7.5vw;
    margin-bottom: 9.375vw;
  }

  .calculator__content .quiz-final .final-title br {
    display: none;
  }

  .calculator__content .quiz-final .final-form .form-container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .calculator__content .quiz-final .final-form .form-container .form-item {
    width: 100%;
    margin: 0;
    margin-bottom: 4.6875vw;
  }

  .calculator__content .quiz-final .final-form .form-container .form-btn {
    margin: 0;
  }

  .calculator__content .quiz-loader {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .calculator__content .quiz-loader img {
    width: 21.875vw;
    height: 21.875vw;
    margin-bottom: 4.6875vw;
  }

  .calculator__content .quiz-loader p {
    font-size: 3.75vw;
    line-height: 5vw;
  }

  .portfolio {
    margin-bottom: 15.625vw;
  }

  .portfolio__content .content-title {
    margin-bottom: 6.25vw;
  }

  .portfolio__content .content-text {
    margin-bottom: 9.375vw;
  }

  .portfolio__content .content-container .portfolio__item {
    margin-top: 6.25vw;
  }

  .portfolio__content .content-container .portfolio__item:nth-child(-n+2) {
    margin-top: 6.25vw;
  }

  .portfolio__content .content-show-all {
    margin-top: 7.8125vw;
  }

  .portfolio__content .content-show-all .show-all-btn {
    font-size: 3.75vw;
    line-height: 3.75vw;
  }

  .portfolio__content .content-show-all .show-all-btn::after {
    margin-top: 1.5625vw;
  }

  .portfolio__content .content-show-all .show-all-btn span {
    margin-right: 1.5625vw;
  }

  .portfolio__content .content-show-all .show-all-btn img {
    width: 3.125vw;
    height: 3.75vw;
  }

  .portfolio__item {
    width: 100%;
  }

  .portfolio__item .item-slider {
    width: 100%;
    margin-bottom: 4.6875vw;
  }

  .portfolio__item .item-slider .top-slider {
    height: 62.5vw;
    margin: 0;
  }

  .portfolio__item .item-slider .top-slider .slider-controls {
    height: 9.375vw;
    padding: 0 6.25vw;
  }

  .portfolio__item .item-slider .top-slider .slider-bottom {
    height: 1.25vw;
    bottom: 6.25vw;
  }

  .portfolio__item .item-slider .top-slider .slider-pagination .swiper-pagination-bullet {
    width: 1.25vw;
    height: 1.25vw;
    margin: 0 0.9375vw;
  }

  .portfolio__item .item-slider .top-slider .swiper-slide {
    height: 62.5vw;
  }

  .portfolio__item .item-slider .top-slider .video-slide .video-btn {
    width: 15.625vw;
    height: 15.625vw;
  }

  .portfolio__item .item-slider .top-slider .video-slide .video-btn img {
    width: 2.1875vw;
    height: 2.5vw;
  }

  .portfolio__item .item-slider .bottom-slider {
    display: none !important;
  }

  .portfolio__item .item-title {
    font-size: 5vw;
    line-height: 6.25vw;
    margin-bottom: 4.6875vw;
  }

  .portfolio__item .item-bullets .container-flex {
    margin: -0.625vw -0.9375vw;
  }

  .portfolio__item .item-bullets .bullets-item {
    height: 7.5vw;
    padding: 0 3.125vw;
    margin: 0.625vw 0.9375vw;
    border-radius: 156.25vw;
    border: 0.3125vw solid #F2F2F2;
    font-size: 3.125vw;
    line-height: 3.75vw;
  }

  .portfolio__item .item-bullets .bullets-item img {
    width: 2.1875vw;
    height: 2.1875vw;
    margin-right: 1.5625vw;
  }

  .price-list {
    margin-bottom: 15.625vw;
    padding-top: 10rem;
  }

  .price-list__img .img-block {
    height: 78.125vw;
    top: unset;
    left: 0;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
  }

  .price-list__img .img-block img {
    width: 130vw;
    height: 108.4375vw;
    top: 2.5vw;
    right: -12.8125vw;
  }

  .price-list::before {
    display: none;
  }

  .price-list__content {
    min-height: unset;
    padding: 10.9375vw 0;
  }

  .price-list__content .content-main {
    margin-bottom: 7.8125vw;
  }

  .price-list__content .content-title {
    width: 100%;
    max-width: unset;
    margin: 0;
  }

  .price-list__content .content-title br {
    display: none;
  }

  .price-list__content .content-circle {
    display: none !important;
  }

  .price-list__content .content-form .form-container .form-btn {
    font-size: 3.4375vw;
  }

  .prices {
    margin-bottom: 15.625vw;
  }

  .prices__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .prices__content .content-main {
    width: 100%;
    padding: 0;
    margin-bottom: 7.8125vw;
  }

  .prices__content .content-sticky {
    position: static;
    top: unset;
  }

  .prices__content .content-title {
    margin-bottom: 6.25vw;
  }

  .prices__content .content-text {
    margin-bottom: 6.25vw;
  }

  .prices__content .content-text:last-child {
    margin-bottom: 0;
  }

  .prices__content .content-text br {
    display: none;
  }

  .prices__content .content-slider {
    width: 100%;
    margin: 0;
  }

  .prices__content .content-slider .swiper-slide {
    width: 100%;
  }

  .prices__content .content-slider .slider-container {
    margin-bottom: 7.8125vw;
  }

  .prices__content .content-slider .slider-controls {
    width: 34.375vw;
    height: 9.375vw;
    position: static;
    left: unset;
    bottom: unset;
    margin: 0 auto;
  }

  .prices__slide {
    min-height: unset;
  }

  .prices__slide::after {
    border: 0.3125vw solid #EFEEEE;
  }

  .prices__slide .slide-content {
    padding: 9.375vw;
  }

  .prices__slide .slide-title {
    font-size: 6.25vw;
    line-height: 6.875vw;
    margin-bottom: 3.125vw;
  }

  .prices__slide .slide-text {
    font-size: 3.75vw;
    line-height: 5vw;
    margin-bottom: 6.25vw;
  }

  .prices__slide .slide-list {
    margin-bottom: 12.5vw;
  }

  .prices__slide .slide-list li {
    padding-left: 5.6875vw;
    font-size: 3.75vw;
    line-height: 5vw;
    margin-bottom: 3.125vw;
  }

  .prices__slide .slide-list li:last-child {
    margin-bottom: 0;
  }

  .prices__slide .slide-list li span {
    width: 4.125vw;
    height: 4.125vw;
    top: 0;
  }

  .prices__slide .slide-list li span img {
    width: 1.625vw;
    height: 1.9375vw;
  }

  .prices__slide .slide-price {
    font-size: 5vw;
    line-height: 9.375vw;
    margin-bottom: 7.8125vw;
  }

  .prices__slide .slide-price span {
    font-size: 10vw;
  }

  .prices__slide .slide-btn {
    font-size: 3.4375vw;
  }

  .brands {
    margin-bottom: 15.625vw;
  }

  .brands__content .content-title {
    width: 100%;
    margin-bottom: 6.25vw;
    padding-right: 15.625vw;
  }

  .brands__content .content-text {
    width: 100%;
    padding: 0;
    font-weight: 400;
  }

  .brands__content .content-item {
    width: 100%;
    min-height: 21.875vw;
  }

  .brands__content .content-item:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: unset;
    margin-bottom: 6.25vw;
  }

  .brands__content .content-item:nth-child(4n+3),
  .brands__content .content-item:nth-child(4n+4) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .brands__content .content-item:nth-child(2n+3) {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .brands__content .content-item .item-img {
    border: 0.3125vw solid #EFEEEE;
  }

  .brands__content .content-item .item-img img {
    max-width: 31.25vw;
    height: 12.5vw;
  }

  .brands__content .content-item .item-text {
    padding: 3.125vw;
    border: 0.3125vw solid #EFEEEE;
    font-size: 3.125vw;
    line-height: 4.375vw;
  }

  .company {
    margin-bottom: 15.625vw;
  }

  .company__img .img-block {
    width: 135.3125vw;
    height: 145.3125vw;
    top: 34.375vw;
    left: 7.5vw;
    -webkit-transform: none;
    transform: none;
  }

  .company__img .img-block img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .company__content {
    min-height: unset;
    padding: 12.5vw 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .company__content .content-block {
    width: 100%;
    margin-bottom: 6.25vw;
  }

  .company__content .content-block:nth-child(2) {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 0;
  }

  .company__content .content-main {
    width: 100%;
    margin-bottom: 7.8125vw;
  }

  .company__content .content-title {
    margin-bottom: 10.9375vw;
  }

  .company__content .content-text {
    width: 39.0625vw;
    font-size: 3.75vw;
    line-height: 5.3125vw;
  }

  .company__content .content-text p {
    margin-bottom: 5.3125vw;
  }

  .company__content .content-text p:last-child {
    margin-bottom: 0;
  }

  .company__content .content-text p br {
    display: block;
  }

  .company__content .content-bullets .bullets-title {
    font-size: 3.125vw;
    line-height: 5.3125vw;
    margin-bottom: 3.125vw;
  }

  .company__content .content-bullets .container-flex {
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .company__content .content-bullets .bullets-item {
    width: 47%;
    margin: 0;
    padding-left: 7.8125vw;
    margin-top: 6.25vw;
  }

  .company__content .content-bullets .bullets-item:nth-child(-n+2) {
    margin-top: 0 !important;
  }

  .company__content .content-bullets .bullets-item .item-icon {
    width: 4.375vw;
    height: 4.375vw;
    top: 0;
  }

  .company__content .content-bullets .bullets-item .item-icon img {
    width: 0.9375vw;
    height: 1.5625vw;
  }

  .company__content .content-bullets .bullets-item .item-text {
    font-size: 3.125vw;
    line-height: 4.375vw;
  }

  .company__content .content-bullets .bullets-item .item-text br {
    display: none;
  }

  .company__content .content-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 9.375vw;
  }

  .company__content .content-info .info-item {
    width: 47%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .company__content .content-info .info-item:last-child {
    margin: 0;
  }

  .company__content .content-info .info-item .item-title {
    font-size: 6.25vw;
    line-height: 9.375vw;
    margin: 0;
  }

  .company__content .content-info .info-item .item-title span {
    font-size: 12.5vw;
  }

  .company__content .content-info .info-item .item-text {
    font-size: 3.75vw;
    line-height: 5vw;
    margin-top: auto;
    margin-bottom: 0;
  }

  .company__content .content-bottom .bottom-title {
    font-size: 6.25vw;
    line-height: 7.8125vw;
    margin-bottom: 3.125vw;
  }

  .company__content .content-bottom .bottom-text {
    font-size: 3.75vw;
    line-height: 5vw;
  }

  .team {
    margin-bottom: 15.625vw;
  }

  .team__content .content-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: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 6.25vw;
  }

  .team__content .content-main {
    width: 100%;
    padding: 0;
    margin-bottom: 6.25vw;
  }

  .team__content .content-title {
    margin-bottom: 6.25vw;
  }

  .team__content .content-title br {
    display: none;
  }

  .team__content .content-info {
    width: 100%;
    -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;
  }

  .team__content .content-info .info-icon {
    width: 6.25vw;
    height: 6.25vw;
    margin: 0;
    margin-right: 6.25vw;
  }

  .team__content .content-info .info-icon img {
    width: 2.1875vw;
    height: 1.875vw;
  }

  .team__content .content-info .info-text {
    font-size: 3.75vw;
    line-height: 5vw;
  }

  .team__content .content-slider .swiper-slide {
    width: 100%;
    height: 125vw;
    margin: 0;
  }

  .team__content .content-slider .slider-container {
    margin-bottom: 7.8125vw;
  }

  .team__content .content-slider .slider-controls {
    width: 34.375vw;
    margin: 0 auto;
  }

  .team__slide .slide-content {
    padding: 10.9375vw;
  }

  .team__slide::before {
    opacity: 1;
  }

  .team__slide .slide-main {
    opacity: 1;
    padding: 0;
  }

  .team__slide .slide-title {
    font-size: 6.25vw;
    line-height: 7.8125vw;
    margin-bottom: 3.125vw;
  }

  .team__slide .slide-text {
    font-size: 3.75vw;
    line-height: 4.375vw;
  }

  .team__slide .slide-icon {
    display: none;
  }

  .warranty {
    margin-bottom: 15.625vw;
  }

  .warranty__content .content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 7.8125vw;
  }

  .warranty__content .content-sticky {
    position: static;
    top: unset;
  }

  .warranty__content .content-title br {
    display: none;
  }

  .warranty__content .content-block {
    width: 100%;
    margin-bottom: 7.8125vw;
  }

  .warranty__content .content-block:last-child {
    margin-bottom: 0;
  }

  .warranty__content .content-block .block-bottom {
    margin-top: 4.6875vw;
  }

  .warranty__content .content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .warranty__content .content-bottom .content-title {
    font-weight: 500;
    font-size: 5vw;
    line-height: 7.1875vw;
    margin-bottom: 0;
  }

  .warranty__content .content-bottom .content-block:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0;
  }

  .warranty__content .content-bottom .content-block:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 7.8125vw;
  }

  .warranty__content .content-bullets .bullets-item {
    margin-bottom: 7.8125vw;
  }

  .warranty__content .content-bullets .bullets-item:last-child {
    margin-bottom: 0;
  }

  .warranty__content .content-bullets .item-top {
    margin-bottom: 3.125vw;
  }

  .warranty__content .content-bullets .item-icon {
    width: 6.25vw;
    height: 6.25vw;
    margin-right: 4.6875vw;
  }

  .warranty__content .content-bullets .item-icon img {
    width: 2.1875vw;
    height: 1.875vw;
  }

  .warranty__content .content-bullets .item-title {
    font-size: 3.75vw;
    line-height: 6.25vw;
  }

  .warranty__content .content-bullets .item-text {
    font-size: 3.75vw;
    line-height: 5vw;
  }

  .warranty__content .content-gift .gift-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3.125vw;
  }

  .warranty__content .content-gift .gift-icon {
    width: 6.25vw;
    height: 6.25vw;
    margin: 0;
    margin-right: 3.125vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .warranty__content .content-gift .gift-icon img {
    width: 2.8125vw;
    height: 2.5vw;
  }

  .warranty__content .content-gift .gift-title {
    font-size: 3.75vw;
    line-height: 6.25vw;
  }

  .warranty__content .content-gift .gift-list {
    font-size: 3.75vw;
    line-height: 5vw;
  }

  .warranty__content .content-gift .gift-list li {
    padding-left: 3.75vw;
    margin-bottom: 1.5625vw;
  }

  .warranty__content .content-gift .gift-list li::before {
    width: 0.625vw;
    height: 0.625vw;
    top: 2.1875vw;
    left: 1.5625vw;
  }

  .warranty__content .content-gift .gift-list li:last-child {
    margin-bottom: 0;
  }

  .warranty__content .content-info {
    width: 100%;
    max-width: unset;
  }

  .warranty__content .content-info .info-top {
    margin-bottom: 4.6875vw;
  }

  .warranty__content .content-info .info-icon {
    width: 6.25vw;
    height: 6.25vw;
    margin-right: 4.6875vw;
  }

  .warranty__content .content-info .info-icon img {
    width: 2.1875vw;
    height: 1.875vw;
  }

  .warranty__content .content-info .info-title {
    font-size: 3.75vw;
    line-height: 6.25vw;
  }

  .warranty__content .content-info .info-title br {
    display: none;
  }

  .warranty__content .content-info .info-text {
    font-size: 3.75vw;
    line-height: 5vw;
  }

  .warranty__content .content-info .info-text p {
    margin-bottom: 5vw;
  }

  .warranty__content .content-info .info-text p:last-child {
    margin-bottom: 0;
  }

  .works {
    margin-bottom: 15.625vw;
  }

  .works__container {
    padding: 0;
    padding-top: 10.9375vw;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), color-stop(70.85%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 70.85%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 70.85%);
  }

  .works__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .works__content .content-block {
    width: 100%;
    margin-bottom: 15.625vw;
  }

  .works__content .content-block:last-child {
    margin-bottom: 0;
  }

  .works__content .content-title {
    padding-right: 9.375vw;
    margin-bottom: 7.8125vw;
  }

  .works__content .content-title br {
    display: none;
  }

  .works__content .content-text {
    padding-right: 6.25vw;
    margin-bottom: 4.6875vw;
  }

  .works__content .content-text br {
    display: none;
  }

  .works__content .content-list {
    font-size: 3.75vw;
    line-height: 5vw;
  }

  .works__content .content-list li {
    padding-left: 3.75vw;
    margin-bottom: 1.5625vw;
  }

  .works__content .content-list li::before {
    width: 0.625vw;
    height: 0.625vw;
    top: 1.875vw;
    left: 1.5625vw;
  }

  .works__content .content-list li:last-child {
    margin-bottom: 0;
  }

  .works__content .content-slider {
    width: 100%;
    padding: 12.5vw;
    padding-bottom: 12.5vw;
    border-bottom: 0.3125vw solid #EFEEEE;
  }

  .works__content .content-slider .slider-container {
    margin: 0;
    margin-bottom: 15.625vw;
  }

  .works__content .content-slider .slider-controls {
    width: 34.375vw;
    margin: 0 auto;
  }

  .works__content .content-slider .slide-title {
    font-size: 4.375vw;
    line-height: 6.875vw;
    margin-bottom: 4.6875vw;
  }

  .works__content .content-slider .slide-text {
    font-size: 3.75vw;
    line-height: 5vw;
  }

  .cooperation {
    margin-bottom: 15.625vw;
  }

  .cooperation__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cooperation__content .content-sticky {
    position: static;
    top: unset;
  }

  .cooperation__content .content-main {
    width: 100%;
    padding-bottom: 7.8125vw;
  }

  .cooperation__content .content-slider {
    width: 93.75vw;
    margin-right: -6.25vw;
  }

  .cooperation__content .content-slider .swiper-slide {
    width: 62.5vw;
    min-height: 76.5625vw;
    border: 0.3125vw solid #EFEEEE;
    padding: 10.9375vw 9.375vw;
  }

  .cooperation__content .content-slider .slide-number {
    font-size: 3.75vw;
    line-height: 4.375vw;
    margin-bottom: 4.6875vw;
  }

  .cooperation__content .content-slider .slide-title {
    font-size: 3.75vw;
    line-height: 6.25vw;
    margin-bottom: 4.6875vw;
  }

  .cooperation__content .content-slider .slide-text {
    font-size: 3.75vw;
    line-height: 5vw;
    margin-bottom: 4.6875vw;
  }

  .cooperation__content .content-slider .slide-text:last-child {
    margin-bottom: 0;
  }

  .cooperation__content .content-slider .slider-container {
    margin-bottom: 7.8125vw;
  }

  .cooperation__content .slider-controls {
    width: 34.375vw;
    height: auto;
    position: static;
    left: unset;
    bottom: unset;
  }

  .consultation {
    margin-bottom: 15.625vw;
  }

  .consultation__img .img-block {
    width: 100%;
    height: 112.5vw;
    top: unset;
    left: 0;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
  }

  .consultation__img .img-block img {
    width: 121.25vw;
    height: 145vw;
    top: -9.6875vw;
    left: -10.625vw;
  }

  .consultation__content {
    min-height: unset;
    padding: 10.9375vw 0;
    padding-bottom: 109.375vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .consultation__content .content-main {
    width: 100%;
    margin-bottom: 9.375vw;
  }

  .consultation__content .content-title {
    margin-bottom: 6.25vw;
  }

  .consultation__content .content-list {
    font-size: 3.75vw;
    line-height: 5vw;
  }

  .consultation__content .content-list li {
    padding-left: 3.75vw;
    margin-bottom: 1.5625vw;
  }

  .consultation__content .content-list li::before {
    width: 0.625vw;
    height: 0.625vw;
    top: 2.1875vw;
    left: 1.5625vw;
  }

  .consultation__content .content-list li:last-child {
    margin-bottom: 0;
  }

  .consultation__content .content-form {
    width: 100%;
  }

  .consultation__content .content-form .form-container {
    margin-bottom: 4.6875vw;
  }

  .consultation__content .content-form .form-container .form-item {
    margin-bottom: 4.6875vw;
  }

  .consultation__content .content-form .form-container .form-input {
    font-size: 3.125vw;
    padding: 0 9.375vw;
  }

  .consultation__content .content-form .form-container .form-btn {
    font-size: 3.4375vw;
  }

  .consultation__content .form-title {
    font-size: 3.75vw;
    line-height: 5.625vw;
    margin-bottom: 6.25vw;
  }

  .reviews {
    margin-bottom: 15.625vw;
  }

  .reviews__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .reviews__clients .content-main {
    width: 100%;
    padding: 0;
    margin-bottom: 6.25vw;
  }

  .reviews__clients .content-sticky {
    position: static;
    top: 0;
  }

  .reviews__content .content-title {
    margin-bottom: 6.25vw;
  }

  .reviews__content .content-text {
    padding: 0;
    margin-bottom: 6.25vw;
  }

  .reviews__clients .content-raiting .raiting-icon {
    width: 12.5vw;
    height: 12.5vw;
    margin-right: 3.125vw;
    font-size: 5vw;
    line-height: 6.25vw;
  }

  .reviews__clients .content-raiting .raiting-main {
    max-width: unset;
  }

  .reviews__clients .content-raiting .raiting-stars {
    margin-bottom: 1.5625vw;
  }

  .reviews__clients .content-raiting .raiting-stars img {
    width: 2.8125vw;
    height: 2.8125vw;
    margin-right: 1.5625vw;
  }

  .reviews__clients .content-raiting .raiting-stars img:last-child {
    margin-right: 0;
  }

  .reviews__clients .content-raiting .raiting-text {
    font-size: 3.75vw;
    line-height: 4.375vw;
  }

  .reviews__content .content-slider {
    width: 93.75vw;
    margin-right: -6.25vw;
  }

  .reviews__content .content-slider .swiper-slide {
    width: 74.3333vw;
    height: 100%;

  }

  .reviews__content .content-slider .slider-container {
    margin-bottom: 7.8125vw;
  }

  .reviews__content .slider-controls {
    width: 57.375vw;
    position: absolute;
    left: 10vw;
    bottom: 26vw;
    z-index: 99;
  }

  .questions {
    margin-bottom: 15.625vw;
  }

  .questions__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .questions__content .content-main {
    width: 100%;
    padding: 0;
    margin-bottom: 7.8125vw;
  }

  .questions__content .content-block {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: static;
    left: unset;
    bottom: unset;
  }

  .questions__content .content-btn {
    font-size: 3.75vw;
    line-height: 5vw;
  }

  .questions__content .content-btn span {
    margin-right: 1.5625vw;
  }

  .questions__content .content-btn img {
    width: 6.875vw;
    height: 6.875vw;
  }

  .questions__content .content-sticky {
    position: static;
    top: unset;
  }

  .questions__content .content-container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 6.25vw;
  }

  .questions__content .container-block {
    width: 100%;
  }

  .questions__content .container-item {
    padding: 6.25vw 0;
    border-bottom: 0.3125vw solid #F1F5F5;
  }

  .questions__content .container-item .item-title {
    font-size: 3.75vw;
    line-height: 5vw;
    padding-right: 6.25vw;
  }

  .questions__content .container-item .item-icon {
    width: 4.375vw;
    height: 4.375vw;
  }

  .questions__content .container-item .item-body {
    padding-top: 3.125vw;
    font-size: 3.75vw;
    line-height: 5vw;
    padding-right: 10.9375vw;
  }

  .calc-banner {
    margin-bottom: 0;
  }

  .calc-banner__img .img-block {
    width: 100%;
    height: 85.9375vw;
    top: unset;
    left: 0;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
  }

  .calc-banner__img .img-block img {
    width: 156.875vw;
    height: 104.0625vw;
    top: -7.5vw;
    right: -26.5625vw;
  }

  .calc-banner__content {
    flex-direction: column;
    width: 100%;
    min-height: unset;
    padding-top: 10.9375vw;
    padding-bottom: 8.9375vw;
  }

  .calc-banner__content .content-title {
    margin-bottom: 6.25vw;
  }

  .calc-banner__content .content-text {
    margin-bottom: 6.25vw;
  }

  .calc-banner__content .content-btn {
    width: 100%;
    min-width: unset;
    padding: 0 9.375vw;
  }

  .contacts__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 12.5vw;
  }

  .contacts__content .content-title {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 12.5vw;
  }

  .contacts__content .content-main {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .contacts__content .content-main .main-block {
    width: 100%;
    margin-bottom: 6.555vw;
    padding-bottom: 6.555vw;
    border-bottom: 1px solid #313131;
  }

  .contacts__content .content-main .main-block:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .contacts__content .content-phone {
    margin-bottom: 4.520833vw;
}
  .contacts__content .content-phone span {
    font-size: 4.375vw;
    line-height: 6.25vw;
    margin-bottom: 1.260417vw;
  color: #fff;
  }
  .contacts__content .content-phone a {
    color: #b5b6b6;
    font-size: 3.25vw;
    line-height: 3.5625vw;
}

.contacts__content .content-btn {
  font-size: 4.9375vw;
  line-height: 5.302083vw;
}
  .contacts__content .content-social {
    margin: 1.520833vw 0;
}
  .contacts__content .content-social .social-links a {
    width: 10.604167vw;
    height: 10.604167vw;
    margin-right: 2.520833vw;
}
  .contacts__content .content-main .main-block:nth-child(2) {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contacts__content .content-main .main-block:nth-child(3) {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
  }

  .contacts__content .content-main .main-block:nth-child(n+4) {
    display: none;
  }

  .contacts__content .content-main .block-top {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
    flex-wrap: wrap;
  }

  .contacts__content .content-logo {
    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: flex-start;
    margin-bottom: 3.375vw;
  }

  .contacts__content .content-logo .logo-block {
    margin: 0;
  }

  .contacts__content .content-logo .logo-block .logo-text-img {
    width: 54vw;
    height: 14.75vw;
  }

  .contacts__content .content-logo .logo-text {
    max-width: 48%;
    font-size: 3.125vw;
    line-height: 4.375vw;
  }

  .contacts__content .content-menu .menu-title {
    font-size: 4.375vw;
    line-height: 6.25vw;
    margin-bottom: 1.125vw;
  }

  .contacts__content .content-menu .menu-list {
    font-size: 3.125vw;
    line-height: 5vw;
  }

  .contacts__content .content-menu .menu-list li {
    margin-bottom: 2.1875vw;
  }

  .contacts__content .content-menu .menu-list li:last-child {
    margin-bottom: 1rem;
  }

  .contacts__content .content-menu .menu-list span::after {
    height: 0.3125vw;
  }

  .contacts__content .content-media {
    width: 48%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contacts__content .content-media .media-text {
    padding: 0;
    font-size: 3.75vw;
    line-height: 5.625vw;
    margin-bottom: 6.25vw;
  }

  .contacts__content .content-media .media-links a {
    width: 9.375vw;
    height: 9.375vw;
    margin-right: 2.1875vw;
  }

  .contacts__content .content-media .media-links a:last-child {
    margin-right: 0;
  }

  .sidebar {
    width: 18.75vw;
    right: -25vw;
  }

  .sidebar.closed .sidebar__btn.top-btn {
    margin-bottom: 1.5625vw;
  }

  .sidebar.closed .sidebar__btn.bottom-btn {
    margin-top: 1.5625vw;
  }

  .sidebar.hidden {
    right: -25vw !important;
  }

  .sidebar.visible {
    right: 0;
  }

  .sidebar__btn {
    width: 6.25vw;
    height: 6.25vw;
  }

  .sidebar__btn.top-btn {
    margin-bottom: 3.125vw;
  }

  .sidebar__btn.top-btn img {
    width: 1.875vw;
    height: 1.875vw;
  }

  .sidebar__btn.bottom-btn {
    margin-top: 3.125vw;
  }

  .sidebar__btn.bottom-btn img {
    width: 1.875vw;
    height: 1.25vw;
  }

  .sidebar__container .container-item {
    min-height: 18.75vw;
    padding: 1.5625vw;
    margin-bottom: 1.5625vw;
    border-radius: 0;
  }

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

  .sidebar__container .container-item .item-icon {
    width: 4.6875vw;
    height: 4.6875vw;
    margin-bottom: 1.5625vw;
  }

  .sidebar__container .container-item .item-text {
    font-size: 2.5vw;
    line-height: 3.125vw;
  }

  .to-top {
    width: 9.375vw;
    height: 9.375vw;
    right: 4.6875vw;
    bottom: 4.6875vw;
  }

  .to-top.visible {
    opacity: 1 !important;
  }

  .to-top img,
  .to-top svg {
    width: 2.8125vw;
    height: 1.5625vw;
  }

  .first-second {
    margin-bottom: 12.5vw;
  }

  .first-second__content {
    padding-top: 28.125vw;
    padding-bottom: 9.375vw;
    min-height: unset;
  }

  .first-second__content .content-main {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 12.5vw;
  }

  .first-second__content .content-text {
    font-size: 3.75vw;
    line-height: 5vw;
    margin-bottom: 6.25vw;
  }

  .first-second__content .content-text:last-child {
    margin-bottom: 0;
  }

  .first-second__content .content-text br {
    display: none;
  }

  .first-second__content .content-title {
    font-size: 7.5vw;
    line-height: 12.5vw;
    margin-bottom: 6.25vw;
  }

  .first-second__content .content-title br {
    display: none;
  }

  .first-second__content .content-btn {
    width: 100%;
    min-width: unset;
    padding: 0 9.375vw;
    line-height: 5vw;
  }

  .first-second__content .content-bullets {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-second__content .content-bullets .bullets-item {
    width: 46%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: none !important;
    padding: 0;
    margin-top: 4.6875vw;
  }

  .first-second__content .content-bullets .bullets-item:nth-child(-n+2) {
    margin-top: 0;
  }

  .first-second__content .content-bullets .bullets-item:first-child {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .first-second__content .content-bullets .bullets-item:last-child {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .first-second__content .content-bullets .bullets-item img {
    width: 3.125vw;
    height: 2.5vw;
    margin: 0;
    margin-bottom: 2.1875vw;
  }

  .first-second__content .content-bullets .bullets-item p {
    font-size: 3.125vw;
    line-height: 4.6875vw;
  }

  .thanx-page {
    min-height: 100vh;
    margin: 0;
  }

  .thanx-page__container {
    padding-top: 31.25vw;
    padding-bottom: 31.25vw;
  }

  .thanx-page__content .content-main {
    width: 100%;
    margin-bottom: 12.5vw;
  }

  .thanx-page__content .content-title {
    font-size: 7.5vw;
    line-height: 12.5vw;
    margin-bottom: 6.25vw;
  }

  .thanx-page__content .content-text {
    width: 80%;
    font-size: 3.75vw;
    line-height: 5vw;
  }

  .thanx-page__content .content-bottom .bottom-text {
    width: 80%;
    font-size: 3.125vw;
    line-height: 4.375vw;
    margin-bottom: 4.6875vw;
  }

  .thanx-page__content .content-bottom .bottom-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .thanx-page__content .content-bottom .bottom-btn {
    width: 100%;
    padding: 0 9.375vw;
    padding-right: 3.75vw;
    margin: 0;
    margin-bottom: 4.6875vw;
  }

  .thanx-page__content .content-bottom .bottom-btn:last-child {
    margin: 0;
  }

  .thanx-page__content .content-bottom .bottom-btn.small-btn {
    min-width: unset;
  }

  .thanx-page__content .content-bottom .bottom-btn.big-btn {
    min-width: unset;
  }

  .error-page {
    min-height: 100vh;
    margin: 0;
  }

  .error-page::after {
    width: 105.3125vw;
    height: 42.5vw;
    right: -4.6875vw;
  }

  .error-page__container {
    padding-top: 31.25vw;
    padding-bottom: 31.25vw;
  }

  .error-page__content .content-main {
    width: 100%;
  }

  .error-page__content .content-title {
    font-size: 7.5vw;
    line-height: 12.5vw;
    margin-bottom: 9.375vw;
  }

  .error-page__content .content-title p {
    margin-bottom: 6.25vw;
  }

  .error-page__content .content-title p:last-child {
    margin-bottom: 0;
  }

  .error-page__content .content-btn {
    width: 100%;
    padding: 9.375vw 0;
    min-width: unset;
  }

  .lid-magnit {
    min-height: 100vh;
    margin: 0;
  }

  .lid-magnit__img {
    width: 100vw;
    height: 83.125vw;
    top: unset;
    right: 0;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
  }

  .lid-magnit__container {
    padding-top: 31.25vw;
    padding-bottom: 84.375vw;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  }

  .lid-magnit__content .content-main {
    width: 100%;
    margin-bottom: 6.25vw;
  }

  .lid-magnit__content .content-title {
    font-size: 7.5vw;
    line-height: 12.5vw;
    margin-bottom: 6.25vw;
  }

  .lid-magnit__content .content-text {
    font-size: 3.75vw;
    line-height: 5vw;
    margin-bottom: 6.25vw;
  }

  .lid-magnit__content .content-text:last-child {
    margin-bottom: 0;
  }

  .lid-magnit__content .content-form .form-container .form-btn {
    font-size: 3.4375vw;
  }

  .popup {
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
  }

  .popup__close {
    top: 3.125vw;
    right: 3.125vw;
    width: 3.125vw;
    height: 3.125vw;
  }

  .text-popup {
    width: 93.75vw;
    padding: 6.25vw;
  }

  .text-popup .content-title {
    font-size: 6.25vw;
    line-height: 8.4375vw;
    margin-bottom: 3.125vw;
  }

  .text-popup .content-sub-title {
    font-size: 4.375vw;
    line-height: 6.25vw;
    margin-bottom: 3.125vw;
  }

  .text-popup p {
    font-size: 3.125vw;
    line-height: 4.375vw;
    margin-bottom: 3.125vw;
  }

  .instruction-popup {
    width: 93.75vw;
  }

  .instruction-popup__img {
    height: 93.75vw;
    top: unset;
    left: 0;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
  }

  .instruction-popup__img img {
    width: 140.625vw;
    height: 93.75vw;
    top: 0;
    right: -25vw;
  }

  .instruction-popup__content {
    min-height: unset;
    padding: 6.25vw;
    padding-bottom: 93.75vw;
  }

  .instruction-popup__content .content-title {
    font-size: 4.375vw;
    line-height: 6.25vw;
    margin-bottom: 4.6875vw;
  }

  .instruction-popup__content .content-text {
    font-size: 3.125vw;
    line-height: 4.375vw;
    margin-bottom: 6.25vw;
  }

  .instruction-popup__content .content-form .form-container {
    margin-bottom: 4.6875vw;
  }

  .instruction-popup__content .content-form .form-item {
    margin-bottom: 4.6875vw;
  }

  .price-list-popup {
    width: 93.75vw;
  }

  .price-list-popup__img {
    height: 106.25vw;
    top: unset;
    left: 0;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
  }

  .price-list-popup__img img {
    width: 171.875vw;
    height: 115vw;
    top: -4.0625vw;
    right: -39.375vw;
  }

  .price-list-popup__content {
    min-height: unset;
    padding: 6.25vw;
  }

  .price-list-popup__content .content-title {
    font-size: 4.375vw;
    line-height: 6.25vw;
    margin-bottom: 4.6875vw;
  }

  .price-list-popup__content .content-form .form-container {
    margin-bottom: 4.6875vw;
  }

  .price-list-popup__content .content-form .form-item {
    margin-bottom: 4.6875vw;
  }

  .call-back-popup {
    width: 93.75vw;
  }

  .call-back-popup__content {
    padding: 6.25vw;
  }

  .call-back-popup__content .content-title {
    font-size: 4.375vw;
    line-height: 6.25vw;
    margin-bottom: 4.6875vw;
  }

  .call-back-popup__content .content-text {
    font-size: 3.125vw;
    line-height: 5vw;
    margin-bottom: 6.25vw;
  }

  .call-back-popup__content .content-form .form-container {
    margin-bottom: 4.6875vw;
  }

  .call-back-popup__content .content-form .form-item {
    margin-bottom: 4.6875vw;
  }

  .consultation-popup {
    width: 93.75vw;
  }

  .consultation-popup__img {
    height: 131.25vw;
    top: unset;
    left: 0;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
  }

  .consultation-popup__img img {
    width: 100vw;
    height: 131.25vw;
  }

  .consultation-popup__content {
    min-height: unset;
    padding: 6.25vw;
    padding-bottom: 134.375vw;
  }

  .consultation-popup__content .content-main {
    width: 100%;
    margin-bottom: 6.25vw;
  }

  .consultation-popup__content .content-title {
    font-size: 4.375vw;
    line-height: 6.25vw;
    margin-bottom: 4.6875vw;
  }

  .consultation-popup__content .content-text {
    font-size: 3.125vw;
    line-height: 5vw;
  }

  .consultation-popup__content .content-text p {
    margin-bottom: 5vw;
  }

  .consultation-popup__content .content-text p:last-child {
    margin-bottom: 0;
  }

  .consultation-popup__content .content-form .form-container {
    margin-bottom: 4.6875vw;
  }

  .consultation-popup__content .content-form .form-item {
    width: 100%;
    margin-right: 0;
  }

  .tariff-popup {
    width: 93.75vw;
  }

  .tariff-popup__content {
    padding: 6.25vw;
  }

  .tariff-popup__content .content-title {
    font-size: 4.375vw;
    line-height: 6.25vw;
    margin-bottom: 4.6875vw;
  }

  .tariff-popup__content .content-text {
    font-size: 3.125vw;
    line-height: 5vw;
    margin-bottom: 6.25vw;
  }

  .tariff-popup__content .content-form .form-container {
    margin-bottom: 4.6875vw;
  }

  .tariff-popup__content .content-form .form-item {
    margin-bottom: 4.6875vw;
  }

  .cookie-popup {
    width: 93.75vw;
  }

  .cookie-popup__content {
    padding: 6.25vw;
  }

  .cookie-popup__content .content-title {
    font-size: 4.375vw;
    line-height: 6.25vw;
    margin-bottom: 4.6875vw;
  }

  .cookie-popup__content .content-text {
    font-size: 3.125vw;
    line-height: 5vw;
    margin-bottom: 6.25vw;
  }

  .cookie-popup__content .content-btn {
    min-width: 31.25vw;
    height: 12.5vw;
    font-size: 3.125vw;
    padding: 0 6.25vw;
  }

  .advantages {
    margin-bottom: 15.625vw;
  }

  .advantages__content .content-title {
    margin-bottom: 6.25vw;
  }

  .advantages__content .content-container .container-flex {
    margin: -3.125vw;
  }

  .advantages__item {
    width: 87.5vw;
    min-height: 46.875vw;
    margin: 3.125vw;
  }

  .advantages__item .item-content {
    padding: 6.25vw;
  }

  .advantages__item .item-title {
    font-size: 4.375vw;
    line-height: 6.25vw;
    margin-bottom: 3.125vw;
  }

  .advantages__item .item-title br {
    display: none;
  }

  .advantages__item .item-text {
    font-size: 3.75vw;
    line-height: 5vw;
  }

  .advantages__item .item-text br {
    display: none;
  }

  .control {
    margin-bottom: 15.625vw;
  }

  .control__content .content-title {
    margin-bottom: 6.25vw;
  }

  .control__content .content-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .control__content .content-img {
    width: 100%;
    min-height: 59.375vw;
    margin-bottom: 6.25vw;
  }

  .control__content .content-img .img-main {
    width: 50vw;
    height: 53.125vw;
    left: 6.25vw;
    bottom: 0;
  }

  .control__content .content-questions {
    width: 100%;
  }

  .control__content .content-questions .questions-item {
    padding: 6.25vw 0;
    border-bottom: 0.3125vw solid #F1F5F5;
  }

  .control__content .content-questions .questions-item:last-child {
    border-bottom: none !important;
  }

  .control__content .content-questions .questions-item .item-title {
    font-size: 4.375vw;
    line-height: 5.625vw;
    padding-right: 6.25vw;
  }

  .control__content .content-questions .questions-item .item-icon {
    width: 6.6875vw;
    height: 6.6875vw;
    margin-right: 1vw;
  }

  .control__content .content-questions .questions-item .item-body {
    font-size: 3.75vw;
    line-height: 5vw;
  }

  .control__content .content-questions .questions-item .item-body br {
    display: none;
  }

  .video-reviews {
    margin-bottom: 15.625vw;
  }

  .video-reviews__content .content-title {
    margin-bottom: 6.25vw;
  }

  .video-reviews__content .content-slider .slider-container {
    margin-bottom: 9.375vw;
  }

  .video-reviews__content .content-slider .swiper-slide {
    width: 87.5vw;
    height: 67.1875vw;
    margin-right: 6.25vw;
  }

  .video-reviews__content .content-slider .slide-video:hover .video-btn {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .video-reviews__content .content-slider .slide-video .video-btn {
    width: 18.75vw;
    height: 18.75vw;
  }

  .video-reviews__content .content-slider .slide-video .video-btn img {
    width: 2.8125vw;
    height: 3.125vw;
  }

  .video-reviews__content .content-slider .slider-controls {
    width: 34.375vw;
  }
}