@media print {
  /* Настройте размеры и ориентацию страницы */
  body {
      margin: 0;
      padding: 0;
      font-size: 12px;
  }

  /* Скрытие элементов, которые не нужны на PDF */
  header, footer, nav, .interactive-elements {
      display: none;
  }

  /* Изменение стилей блоков для корректного отображения */
  .container {
      width: 100%;
      display: block;
  }

  img {
      max-width: 100%;
      height: auto;
  }
}

/*! 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: "CeraPro";
  src: url("../fonts/CeraPro/CeraPro-Thin.eot");
  src: url("../fonts/CeraPro/CeraPro-Thind41d.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraPro/CeraPro-Thin.woff") format("woff"), url("../fonts/CeraPro/CeraPro-Thin.ttf") format("truetype"), url("../fonts/CeraPro/CeraPro-Thind41d.svg?#webfont") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro/CeraPro-ThinItalic.eot");
  src: url("../fonts/CeraPro/CeraPro-ThinItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraPro/CeraPro-ThinItalic.woff") format("woff"), url("../fonts/CeraPro/CeraPro-ThinItalic.ttf") format("truetype"), url("../fonts/CeraPro/CeraPro-ThinItalicd41d.svg?#webfont") format("svg");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro/CeraPro-Light.eot");
  src: url("../fonts/CeraPro/CeraPro-Lightd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraPro/CeraPro-Light.woff") format("woff"), url("../fonts/CeraPro/CeraPro-Light.ttf") format("truetype"), url("../fonts/CeraPro/CeraPro-Lightd41d.svg?#webfont") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro/CeraPro-LightItalic.eot");
  src: url("../fonts/CeraPro/CeraPro-LightItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraPro/CeraPro-LightItalic.woff") format("woff"), url("../fonts/CeraPro/CeraPro-LightItalic.ttf") format("truetype"), url("../fonts/CeraPro/CeraPro-LightItalicd41d.svg?#webfont") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro/CeraPro-Regular.eot");
  src: url("../fonts/CeraPro/CeraPro-Regulard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraPro/CeraPro-Regular.woff") format("woff"), url("../fonts/CeraPro/CeraPro-Regular.ttf") format("truetype"), url("../fonts/CeraPro/CeraPro-Regulard41d.svg?#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro/CeraPro-RegularItalic.eot");
  src: url("../fonts/CeraPro/CeraPro-RegularItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraPro/CeraPro-RegularItalic.woff") format("woff"), url("../fonts/CeraPro/CeraPro-RegularItalic.ttf") format("truetype"), url("../fonts/CeraPro/CeraPro-RegularItalicd41d.svg?#webfont") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro/CeraPro-Medium.eot");
  src: url("../fonts/CeraPro/CeraPro-Mediumd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraPro/CeraPro-Medium.woff") format("woff"), url("../fonts/CeraPro/CeraPro-Medium.ttf") format("truetype"), url("../fonts/CeraPro/CeraPro-Mediumd41d.svg?#webfont") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro/CeraPro-MediumItalic.eot");
  src: url("../fonts/CeraPro/CeraPro-MediumItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraPro/CeraPro-MediumItalic.woff") format("woff"), url("../fonts/CeraPro/CeraPro-MediumItalic.ttf") format("truetype"), url("../fonts/CeraPro/CeraPro-MediumItalicd41d.svg?#webfont") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro/CeraPro-Bold.eot");
  src: url("../fonts/CeraPro/CeraPro-Boldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraPro/CeraPro-Bold.woff") format("woff"), url("../fonts/CeraPro/CeraPro-Bold.ttf") format("truetype"), url("../fonts/CeraPro/CeraPro-Boldd41d.svg?#webfont") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro/CeraPro-BoldItalic.eot");
  src: url("../fonts/CeraPro/CeraPro-BoldItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraPro/CeraPro-BoldItalic.woff") format("woff"), url("../fonts/CeraPro/CeraPro-BoldItalic.ttf") format("truetype"), url("../fonts/CeraPro/CeraPro-BoldItalicd41d.svg?#webfont") format("svg");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro/CeraPro-Black.eot");
  src: url("../fonts/CeraPro/CeraPro-Blackd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraPro/CeraPro-Black.woff") format("woff"), url("../fonts/CeraPro/CeraPro-Black.ttf") format("truetype"), url("../fonts/CeraPro/CeraPro-Blackd41d.svg?#webfont") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro/CeraPro-BlackItalic.eot");
  src: url("../fonts/CeraPro/CeraPro-BlackItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraPro/CeraPro-BlackItalic.woff") format("woff"), url("../fonts/CeraPro/CeraPro-BlackItalic.ttf") format("truetype"), url("../fonts/CeraPro/CeraPro-BlackItalicd41d.svg?#webfont") format("svg");
  font-weight: 900;
  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%;
}

.page__wrapper {
  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: "CeraPro", Arial, sans-serif;
  color: #1C1C1C;
  overflow-x: hidden;
  padding: 0 !important;
  background: #FFFFFF;
}
.page a {
  color: #1C1C1C;
}

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

img {
  display: block;
}

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

.no-scroll {
  overflow: hidden;
}

*::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: #FD2016 !important;
  color: #FD2016 !important;
}
.validate_error::-webkit-input-placeholder {
  color: #FD2016 !important;
}
.validate_error::-moz-placeholder {
  color: #FD2016 !important;
}
.validate_error:-ms-input-placeholder {
  color: #FD2016 !important;
}
.validate_error::-ms-input-placeholder {
  color: #FD2016 !important;
}
.validate_error::placeholder {
  color: #FD2016 !important;
}

input.validate_error:-webkit-autofill,
input.validate_error:-webkit-autofill:hover,
input.validate_error:-webkit-autofill:focus {
  -webkit-text-fill-color: #FD2016 !important;
  caret-color: #FD2016 !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: #1C1C1C;
  -webkit-box-shadow: none;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  caret-color: #1C1C1C;
}

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

.dotted-line-btn {
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.dotted-line-btn::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  border-bottom: 0.1041666667vw dotted #19A861;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dotted-line-btn:hover::after {
  width: 60%;
}

.standart-title {
  font-weight: 500;
  font-size: 2.6041666667vw;
  line-height: 3.6458333333vw;
}
.standart-title span {
  color: blue;
}

.standart-text {
  font-size: 1.5625vw;
  line-height: 2.0833333333vw;
}

.standart-btn {
  padding: 0 1.5625vw;
  min-height: 3.6458333333vw;
  border-radius: 26.0416666667vw;
  background-color: blue;
  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;
  color: #FFFFFF !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  border: none;
  text-align: center;
  text-transform: uppercase;
}
.standart-btn:hover {
  background-color: blue;
}
.standart-btn:hover::after {
  opacity: 0 !important;
}
.standart-btn:hover img {
  -webkit-transform: translateX(0.2604166667vw);
          transform: translateX(0.2604166667vw);
}
.standart-btn img {
  width: 0.78125vw;
  height: 0.78125vw;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 0.5208333333vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.standart-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 {
  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 {
  opacity: 0 !important;
}
.standart-btn.no-blick::after {
  display: none !important;
}
.standart-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 {
  width: 2.34375vw;
  height: 2.34375vw;
  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-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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.5625vw;
}
.standart-form .form-container .form-item {
  width: 16.40625vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.standart-form .form-container .form-item .item-text {
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  color: #9AA4B0;
  margin-bottom: 0.5208333333vw;
}
.standart-form .form-container .form-btn {
  width: 100%;
  min-height: 3.6458333333vw;
}
.standart-form .form-container .form-select {
  position: relative;
  z-index: 10;
}
.standart-form .form-container .form-select * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.standart-form .form-container .form-select .select-images {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  position: absolute;
  top: 0.78125vw;
  right: 1.0416666667vw;
  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.6458333333vw;
  border-radius: 1.8229166667vw;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: #FFFFFF;
  padding: 0 1.5625vw;
  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: 1.5625vw;
  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-weight: 400;
  font-size: 0.8333333333vw;
  letter-spacing: 0.04em;
  line-height: 3.6458333333vw;
  position: relative;
}
.standart-form .form-container .form-select .nice-select .current::after {
  content: "";
  width: 1vw;
  height: 1vw;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 0.5208333333vw;
  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: 10.4166666667vw;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0;
  border-bottom-left-radius: 1.5625vw;
  border-bottom-right-radius: 1.5625vw;
  z-index: 10;
  overflow: auto;
  background-color: #FFFFFF;
}
.standart-form .form-container .form-select .nice-select .list .option {
  padding: 0 1.5625vw;
  font-size: 0.8333333333vw;
  letter-spacing: 0.04em;
  line-height: 2.6041666667vw;
  background-color: #FFFFFF;
}
.standart-form .form-container .form-select .nice-select .list .option.selected, .standart-form .form-container .form-select .nice-select .list .option:hover {
  background-color: #F8F8F8;
}
.standart-form .form-container .form-input {
  width: 100%;
  height: 3.6458333333vw;
  border-radius: 26.0416666667vw;
  background: #FFFFFF;
  border: none;
  padding: 0 1.5625vw;
  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.0416666667vw;
  height: 1.0416666667vw;
  margin-right: 0.5208333333vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0.2604166667vw;
  border: 0.0520833333vw solid #19A861;
  -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 {
	margin: 0;
  width: 0.4166666667vw;
  height: 0.3125vw;
  -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: blue;
}
.standart-form .form-checkbox .checkbox-icon.checked img {
  opacity: 1;
}
.standart-form .form-checkbox .checkbox-text {
  font-size: 0.7291666667vw;
  line-height: 1.0416666667vw;
}
.standart-form .form-checkbox .checkbox-text span {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
  white-space: nowrap;
}
.standart-form .form-checkbox .checkbox-text span:hover {
  text-decoration: none;
}

.standart-pagination {
  width: auto;
  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.8333333333vw;
  line-height: 1.5625vw;
  letter-spacing: 0.1em;
  color: #9AA4B0;
  position: static;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  pointer-events: none;
}
.standart-pagination .swiper-pagination-current {
  color: #19A861;
}

.standart-slider-controls {
  width: 5.7291666667vw;
  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;
}
.standart-slider-controls .slider-btn {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  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;
  background-color: #FFF;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.standart-slider-controls .slider-btn img, .standart-slider-controls .slider-btn svg {
  width: 0.3645833333vw;
  height: 0.625vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.standart-slider-controls .slider-btn img path, .standart-slider-controls .slider-btn svg path {
  fill: #9AA0B2;
}
.standart-slider-controls .slider-btn:hover {
  background-color: #19A861;
}
.standart-slider-controls .slider-btn:hover svg path {
  fill: #FFF;
}

.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: 3.125vw;
}
.advantages__content .content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.advantages__content .container-item {
  margin-top: 2.0833333333vw;
}
.advantages__content .container-item:nth-child(odd) {
  width: 28.6458333333vw;
}
.advantages__content .container-item:nth-child(even) {
  width: 47.3958333333vw;
}
.advantages__content .container-item:nth-child(-n+2) {
  margin-top: 0 !important;
}
.advantages__content .item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.0416666667vw;
}
.advantages__content .item-icon {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-radius: 0.5208333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: blue;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1.3020833333vw;
}
.advantages__content .item-icon img {
  width: 1.7vw;
  height: 1.7vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.advantages__content .item-title {
  font-weight: 500;
  font-size: 1.6666666667vw;
  line-height: 2.0833333333vw;
}
.advantages__content .item-body > *:last-child {
  margin-bottom: 0 !important;
}
.advantages__content .item-text {
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  color: #9AA4B0;
  margin-bottom: 1.0416666667vw;
}
.advantages__content .item-text p {
  margin-bottom: 1.5625vw;
}
.advantages__content .item-text p:last-child {
  margin-bottom: 0;
}
.advantages__content .item-text b {
  color: #1C1C1C;
  font-weight: 500;
}
.advantages__content .item-links {
  margin-bottom: 1.0416666667vw;
}
.advantages__content .item-links .links-title {
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  margin-bottom: 1.0416666667vw;
  font-weight: 500;
}
.advantages__content .item-links .links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.advantages__content .item-links .links-container a {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 0.5208333333vw;
}
.advantages__content .item-links .links-container a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.advantages__content .item-links .links-container a:last-child {
  margin-right: 0;
}
.advantages__content .item-links .links-container img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.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;
  }
}
.articles {
  margin-bottom: 6.25vw;
}
.articles__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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.articles__content > *:last-child {
  margin-bottom: 0 !important;
}
.articles__content .content-title {
  margin-bottom: 1.5625vw;
}
.articles__content .content-text {
  color: #9AA4B0;
  margin-bottom: 2.0833333333vw;
}
.articles__content .content-filters {
  margin-bottom: 3.125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.78125vw;
  border-bottom: 0.0520833333vw solid #E1E6EA;
}
.articles__content .filters-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.articles__content .filters-item {
  font-weight: 400;
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  color: #9AA4B0;
  margin-left: 5.7291666667vw;
  cursor: pointer;
}
.articles__content .filters-item:first-child {
  margin-left: 0;
}
.articles__content .filters-item.active {
  pointer-events: none;
  font-weight: 500;
  color: #19A861;
}
.articles__content .content-container {
  overflow: hidden;
  margin-bottom: 3.3854166667vw;
}
.articles__content .content-container .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1.0416666667vw;
}
.articles__content .content-container .articles__item {
  margin: 1.0416666667vw;
}
.articles__content .content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.articles__content .content-link {
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.3020833333vw;
  letter-spacing: 0.03em;
  color: #19A861;
  text-decoration: none;
}
.articles__item {
  width: 27.0833333333vw;
  position: relative;
}
.articles__item.hidden {
  display: none !important;
}
.articles__item .item-date {
  height: 2.0833333333vw;
  border-radius: 26.0416666667vw;
  background-color: #A688DC;
  padding: 0.5208333333vw 1.0416666667vw;
  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: 1.8229166667vw;
  left: 1.8229166667vw;
  z-index: 1;
  font-weight: 500;
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  color: #FFFFFF;
}
.articles__item .item-img {
  width: 100%;
  height: 20.8333333333vw;
  border-radius: 1.0416666667vw;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 2.0833333333vw;
  position: relative;
  z-index: 0;
  pointer-events: none;
}
.articles__item .item-title {
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.7708333333vw;
  color: #1C1C1C;
}
.articles__item .item-title:hover {
  text-decoration: none;
}

.articles-other {
  margin-bottom: 6.25vw;
}
.articles-other__content .content-title {
  margin-bottom: 1.5625vw;
}
.articles-other__content .content-container {
  overflow: hidden;
}
.articles-other__content .content-container .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1.0416666667vw;
}
.articles-other__content .content-container .articles__item {
  margin: 1.0416666667vw;
}
.articles-other__content .content-container .articles__item:nth-child(n+4) {
  display: none !important;
}

.articles-typical {
  margin-bottom: 6.25vw;
}
.articles-typical__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;
}
.articles-typical__content .content-main {
  width: 47.9166666667vw;
}
.articles-typical__content .content-banners {
  width: 29.9479166667vw;
}
.articles-typical__content .content-banners > *:last-child {
  margin-bottom: 0 !important;
}
.articles-typical__content .content-sticky {
  position: sticky;
  top: 5.2083333333vw;
}
.articles-typical__content .content-title {
  margin-bottom: 1.8229166667vw;
}
.articles-typical__content .content-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 3.125vw;
}
.articles-typical__content .content-info .info-date {
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  color: #9AA4B0;
  margin-right: 7.8125vw;
}
.articles-typical__content .content-info .info-tag {
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  color: #19A861;
  position: relative;
  padding: 0 1.0416666667vw;
  padding-bottom: 0.78125vw;
  border-bottom: 0.0520833333vw solid #E1E6EA;
}
.articles-typical__content .content-container {
  margin-bottom: 2.6041666667vw;
}
.articles-typical__content .content-container .container-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2.0833333333vw;
}
.articles-typical__content .content-container .container-item:last-child {
  margin-bottom: 0;
}
.articles-typical__content .content-container .container-item > *:nth-child(2) {
  margin-left: 1.5625vw;
}
.articles-typical__content .content-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.articles-typical__content .content-text > *:last-child {
  margin-bottom: 0 !important;
}
.articles-typical__content .content-text h2,
.articles-typical__content .content-text h3,
.articles-typical__content .content-text h4,
.articles-typical__content .content-text h5,
.articles-typical__content .content-text h6 {
  font-weight: 500;
  font-size: 1.8229166667vw;
  line-height: 2.6041666667vw;
  letter-spacing: 0.01em;
  margin-bottom: 1.5625vw;
}
.articles-typical__content .content-text p {
  font-size: 0.8333333333vw;
  line-height: 1.3020833333vw;
  letter-spacing: 0.02em;
  margin-bottom: 1.5625vw;
}
.articles-typical__content .content-text a {
  color: #19A861;
  font-weight: 700;
}
.articles-typical__content .content-text a:hover {
  text-decoration: none;
}
.articles-typical__content .content-text ul {
  font-size: 0.8333333333vw;
  line-height: 1.3020833333vw;
  list-style: none;
  padding: 0;
  margin-bottom: 1.5625vw;
}
.articles-typical__content .content-text ul li {
  padding-left: 1.3020833333vw;
  position: relative;
  margin-bottom: 0.2604166667vw;
}
.articles-typical__content .content-text ul li:last-child {
  margin-bottom: 0;
}
.articles-typical__content .content-text ul li::before {
  content: "";
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  border-radius: 50%;
  position: absolute;
  top: 0.5208333333vw;
  left: 0.5208333333vw;
  background-color: #1C1C1C;
}
.articles-typical__content .content-text ol {
  font-size: 0.8333333333vw;
  line-height: 1.3020833333vw;
  padding-left: 1.3020833333vw;
  margin-bottom: 1.5625vw;
}
.articles-typical__content .content-text ol li {
  margin-bottom: 0.2604166667vw;
}
.articles-typical__content .content-text ol li:last-child {
  margin-bottom: 0;
}
.articles-typical__content .content-text blockquote {
  padding: 0 3.6458333333vw;
  font-weight: 500;
  font-size: 1.6666666667vw;
  line-height: 2.0833333333vw;
  letter-spacing: 0.01em;
  position: relative;
}
.articles-typical__content .content-text blockquote::before, .articles-typical__content .content-text blockquote::after {
  content: "";
  width: 1.5625vw;
  height: 1.3020833333vw;
  position: absolute;
  background-image: url("../img/general/quote-icon.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.articles-typical__content .content-text blockquote::before {
  top: 0;
  left: 0;
}
.articles-typical__content .content-text blockquote::after {
  right: 0;
  bottom: 0;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

.articles-typical__content h2,
.articles-typical__content h3,
.articles-typical__content h4,
.articles-typical__content h5,
.articles-typical__content h6 {
  font-weight: 500;
  font-size: 1.8229166667vw;
  line-height: 2.6041666667vw;
  letter-spacing: 0.01em;
  margin-bottom: 1.5625vw;
}
.articles-typical__content p {
  font-size: 0.8333333333vw;
  line-height: 1.3020833333vw;
  letter-spacing: 0.02em;
  margin-bottom: 1.5625vw;
}
.articles-typical__content a {
  color: #19A861;
  font-weight: 700;
}
.articles-typical__content a:hover {
  text-decoration: none;
}
.articles-typical__content .content-list ul li::before{
  display: none;
}
.articles-typical__content .content-list ul li{
  padding-left: 0;
}
.articles-typical__content .content-list ul li img{
  margin-bottom: 0;
  border-radius: 0;
}
.articles-typical__content ul {
  font-size: 0.8333333333vw;
  line-height: 1.3020833333vw;
  list-style: none;
  padding: 0;
  margin-bottom: 1.5625vw;
}
.articles-typical__content ul li {
  padding-left: 1.3020833333vw;
  position: relative;
  margin-bottom: 0.2604166667vw;
}
.articles-typical__content ul li:last-child {
  margin-bottom: 0;
}
.articles-typical__content ul li::before {
  content: "";
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  border-radius: 50%;
  position: absolute;
  top: 0.5208333333vw;
  left: 0.5208333333vw;
  background-color: #1C1C1C;
}
.articles-typical__content ol {
  font-size: 0.8333333333vw;
  line-height: 1.3020833333vw;
  padding-left: 1.3020833333vw;
  margin-bottom: 1.5625vw;
}
.articles-typical__content ol li {
  margin-bottom: 0.2604166667vw;
}
.articles-typical__content ol li:last-child {
  margin-bottom: 0;
}
.articles-typical__content blockquote {
  padding: 0 3.6458333333vw;
  font-weight: 500;
  font-size: 1.6666666667vw;
  line-height: 2.0833333333vw;
  letter-spacing: 0.01em;
  position: relative;
}
.articles-typical__content blockquote p{
  font-weight: 500;
  font-size: 1.6666666667vw;
  line-height: 2.0833333333vw;
  letter-spacing: 0.01em;
  position: relative;
  margin-bottom: 0;
}
.articles-typical__content blockquote::before, .articles-typical__content blockquote::after {
  content: "";
  width: 1.5625vw;
  height: 1.3020833333vw;
  position: absolute;
  background-image: url("../img/general/quote-icon.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.articles-typical__content blockquote::before {
  top: 0;
  left: 0;
}
.articles-typical__content blockquote::after {
  right: 0;
  bottom: 0;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

.articles-typical__content .content-images {
  width: 22.3958333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.articles-typical__content .content-images img {
  width: 100%;
  height: auto;
  border-radius: 1.0416666667vw;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 1.0416666667vw;
}
.articles-typical__content .content-images img:first-child {
  margin-top: 0;
}
.articles-typical__content .content-img {
  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;
}
.articles-typical__content .content-img img {
  width: 100%;
  height: auto;
  margin-bottom: 0.78125vw;
  border-radius: 1.0416666667vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.articles-typical__content .content-img span {
  font-size: 0.8333333333vw;
  line-height: 1.3020833333vw;
  letter-spacing: 0.02em;
  color: #9AA4B0;
}

.articles-typical__content img {
  width: 100%;
  height: auto;
  margin-bottom: 0.78125vw;
  border-radius: 1.0416666667vw;
  -o-object-fit: contain;
     object-fit: contain;
}

.articles-typical__content .content-list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.articles-typical__content .content-list .list-title,
.articles-typical__content .content-list h3 {
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.8229166667vw;
  letter-spacing: 0.02em;
  margin-bottom: 0.78125vw;
}
.articles-typical__content .content-list ul,
.articles-typical__content .content-list ol {
  list-style: none;
  padding: 0;
}
.articles-typical__content .content-list ul li,
.articles-typical__content .content-list ol li,
.articles-typical__content .content-list .wp-block-group  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.78125vw;
}

.articles-typical__content .content-list ul li:last-child,
.articles-typical__content .content-list ol li:last-child {
  margin-bottom: 0;
}
.articles-typical__content .content-list ul .list-icon,
.articles-typical__content .content-list ol .list-icon,
.articles-typical__content .content-list .list-icon {
  width: 1.25vw;
  height: 1.25vw;
  border-radius: 0.2083333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F4F8FB;
  margin-right: 0.5208333333vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.articles-typical__content .content-list ul .list-icon img,
.articles-typical__content .content-list ol .list-icon img,
.articles-typical__content .content-list .list-icon img,
.articles-typical__content .content-list .list-icon figure  {
  width: 0.5729166667vw;
  height: 0.4166666667vw;
  -o-object-fit: contain;
     object-fit: contain;
     margin-bottom: 0;
}
.articles-typical__content .content-list ul .list-text,
.articles-typical__content .content-list ol .list-text,
.articles-typical__content .content-list .list-text {
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
.articles-typical__content .content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.articles-typical__content .content-bottom .bottom-link {
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.3020833333vw;
  letter-spacing: 0.03em;
  color: #19A861;
}
.articles-typical__calc-banner {
  border-radius: 1.0416666667vw;
  padding: 3.125vw;
  background-color: #19A861;
  color: #FFFFFF;
  margin-bottom: 2.0833333333vw;
  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;
}
.articles-typical__calc-banner:last-child {
  margin-bottom: 0 !important;
}
.articles-typical__calc-banner .banner-title {
  font-size: 1.6666666667vw;
  line-height: 2.6041666667vw;
  margin-bottom: 2.0833333333vw;
}
.articles-typical__calc-banner .banner-link {
  height: 3.90625vw;
  padding: 0 3.6458333333vw;
  border-radius: 26.0416666667vw;
  background-color: #FFFFFF;
  font-weight: 700;
  font-size: 0.8333333333vw;
  line-height: 1.3020833333vw;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.articles-typical__calc-banner .banner-link:hover {
  background-color: #F8F8F8;
}
.articles-typical__check-list-banner {
  border-radius: 1.0416666667vw;
  background-color: #212220;
  color: #FFFFFF;
  margin-bottom: 2.0833333333vw;
  position: relative;
  overflow: hidden;
}
.articles-typical__check-list-banner:last-child {
  margin-bottom: 0 !important;
}
.articles-typical__check-list-banner .banner-title {
  font-size: 1.6666666667vw;
  line-height: 2.6041666667vw;
  margin-bottom: 2.0833333333vw;
}
.articles-typical__check-list-banner .banner-img {
  width: 21.71875vw;
  height: 27.7604166667vw;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  z-index: 0;
  right: -10.4166666667vw;
  bottom: -7.8125vw;
}
.articles-typical__check-list-banner .banner-content {
  padding: 3.125vw;
  position: relative;
  z-index: 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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.articles-typical__check-list-banner .banner-form {
  width: 16.6666666667vw;
}
.articles-typical__check-list-banner .banner-form .form-item {
  width: 100%;
  margin: 0;
  margin-bottom: 1.0416666667vw;
}

.audit {
  margin-bottom: 6.25vw;
  position: relative;
}
.audit__overlay {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: absolute;
  top: -6.25vw;
  left: 0;
  right: 0;
  bottom: -6.25vw;
  z-index: -1;
}
.audit__overlay img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 0;
}
.audit__overlay::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1.31%, #FFFFFF), color-stop(20.31%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(26.81%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, #FFFFFF 1.31%, rgba(255, 255, 255, 0) 20.31%), -webkit-linear-gradient(top, #FFFFFF 0%, rgba(255, 255, 255, 0) 26.81%);
  background: linear-gradient(0deg, #FFFFFF 1.31%, rgba(255, 255, 255, 0) 20.31%), linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 26.81%);
}
.audit__banner {
  border-radius: 1.0416666667vw;
  overflow: hidden;
  position: relative;
}
.audit__banner .banner-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.audit__banner .banner-person {
  width: 39.5833333333vw;
  height: 41.6666666667vw;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}
.audit__banner .banner-person .person-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 0;
}
.audit__banner .banner-person .person-info {
  width: 7.8125vw;
  position: absolute;
  z-index: 1;
  right: 2.0833333333vw;
  bottom: 22.3958333333vw;
  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;
}
.audit__banner .banner-person .person-info p {
  font-weight: 700;
  font-size: 1.3541666667vw;
  line-height: 1.71875vw;
}
.audit__banner .banner-person .person-info span {
  font-size: 0.7291666667vw;
  line-height: 0.9375vw;
  color: #9AA4B0;
}
.audit__banner .banner-person .info-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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.audit__banner .banner-person .info-blockquote {
  display: none;
}
.audit__banner .banner-person .person-blockquote {
  width: 20.0520833333vw;
  font-weight: 500;
  font-size: 1.0416666667vw;
  line-height: 1.40625vw;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  z-index: 1;
  right: 7.1354166667vw;
  bottom: 8.3333333333vw;
}
.audit__banner .banner-content {
  min-height: 41.6666666667vw;
  position: relative;
  z-index: 2;
  padding: 3.125vw 34.6354166667vw 3.125vw 5.7291666667vw;
  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;
}
.audit__banner .content-main {
  width: 23.4375vw;
}
.audit__banner .content-main > *:last-child {
  margin-bottom: 0 !important;
}
.audit__banner .content-form {
  width: 18.2291666667vw;
}
.audit__banner .content-title {
  margin-bottom: 1.3020833333vw;
}
.audit__banner .content-text {
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  margin-bottom: 1.3020833333vw;
}
.audit__banner .content-text > *:last-child {
  margin-bottom: 0 !important;
}
.audit__banner .content-text p {
  margin-bottom: 1.0416666667vw;
}
.audit__banner .content-text ul,
.audit__banner .content-text ol {
  list-style: none;
  padding: 0;
  font-size: 0.8333333333vw;
  line-height: 1.3020833333vw;
  margin-bottom: 1.0416666667vw;
}
.audit__banner .content-text ul li,
.audit__banner .content-text ol li {
  padding-left: 0.78125vw;
  position: relative;
  margin-bottom: 0.78125vw;
}
.audit__banner .content-text ul li:last-child,
.audit__banner .content-text ol li:last-child {
  margin-bottom: 0;
}
.audit__banner .content-text ul li::before,
.audit__banner .content-text ol li::before {
  content: "";
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  border-radius: 50%;
  position: absolute;
  top: 0.5208333333vw;
  left: 0;
  background-color: #19A861;
}
.audit__banner .content-form .form-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.audit__banner .content-form .form-item {
  width: 100%;
  margin: 0;
  margin-bottom: 1.3020833333vw;
}
.audit__banner .form-title {
  font-weight: 500;
  font-size: 1.6666666667vw;
  line-height: 2.0833333333vw;
  margin-bottom: 1.8229166667vw;
}

.breadcrumbs {
  margin-bottom: 3.125vw;
}
.breadcrumbs__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.7291666667vw;
  line-height: 1.0416666667vw;
  letter-spacing: 0.02em;
  overflow: hidden;
}
.breadcrumbs__content .content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.5208333333vw;
  white-space: nowrap;
}
.breadcrumbs__content .content-item:hover a {
  text-decoration: underline;
}
.breadcrumbs__content .content-item a {
  color: #19A861;
  text-decoration: none;
}
.breadcrumbs__content .content-item:first-child::before {
  display: none;
}
.breadcrumbs__content .content-item:last-child {
  margin-right: 0;
}
.breadcrumbs__content .content-item::before {
  content: "";
  width: 0.2604166667vw;
  height: 0.4166666667vw;
  margin-right: 0.5208333333vw;
  background-image: url("../img/general/breadcrumbs-arrow.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.breadcrumbs__content .content-item.active {
  pointer-events: none;
}

.calculator {
  margin-bottom: 6.25vw;
}
.calculator__content .content-title {
  margin-bottom: 2.0833333333vw;
}
.calculator__content .content-top {
  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;
  margin-bottom: 3.6458333333vw;
}
.calculator__content .content-text {
  max-width: 27.6041666667vw;
  font-size: 1.5625vw;
  line-height: 2.0833333333vw;
  color: #9AA4B0;
}
.calculator__content .content-gifts {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.calculator__content .content-gifts .gifts-item {
  max-width: 26.0416666667vw;
  margin-top: 1.0416666667vw;
  margin-left: 2.0833333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calculator__content .content-gifts .gifts-item:nth-child(-n+2) {
  margin-top: 0;
}
.calculator__content .content-gifts .gifts-item:nth-child(odd) {
  margin-left: 0;
}
.calculator__content .content-gifts .gifts-item .item-icon {
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 0.4166666667vw;
  background: #F4F8FB;
  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: 1.0416666667vw;
}
.calculator__content .content-gifts .gifts-item .item-icon img {
  width: 1.5625vw;
  height: 1.5625vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.calculator__content .content-gifts .gifts-item .item-text {
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  color: #9AA4B0;
}
.calculator__content .content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-top: 0.5208333333vw;
}
.calculator__content .content-container.disabled * {
  pointer-events: none !important;
}
.calculator__content .quiz-main {
  width: 58.3333333333vw;
  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 .quiz-side {
  width: 23.9583333333vw;
  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 .quiz-side .side-img {
  width: 100%;
  min-height: 33.6458333333vw;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  border-radius: 1.8229166667vw;
  overflow: hidden;
  margin-bottom: 3.125vw;
}
.calculator__content .quiz-side .side-img .img-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.calculator__content .quiz-side .side-img .img-main {
  width: 100%;
  height: 33.6458333333vw;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.calculator__content .quiz-side .side-info {
  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;
  padding-left: 3.125vw;
  margin-bottom: 1.3020833333vw;
  position: relative;
}
.calculator__content .quiz-side .side-info p {
  font-weight: 500;
  font-size: 1.8229166667vw;
  line-height: 2.0833333333vw;
  margin-bottom: 0.2604166667vw;
}
.calculator__content .quiz-side .side-info span {
  font-size: 1.0416666667vw;
  line-height: 1.3020833333vw;
  color: #9AA4B0;
}
.calculator__content .quiz-side .side-info::before {
  content: "";
  width: 1.5625vw;
  height: 1.3020833333vw;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("../img/general/quiz-quote-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.calculator__content .quiz-side .side-text {
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  color: #9AA4B0;
}
.calculator__content .quiz-progress {
  width: 100%;
  height: 1.8229166667vw;
  padding: 0.2604166667vw;
  border-radius: 26.0416666667vw;
  margin-bottom: 3.125vw;
  background-color: #F4F8FB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
.calculator__content .quiz-progress .progress-line {
  width: 0%;
  height: auto;
  border-radius: 26.0416666667vw;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #19A861;
  position: relative;
  z-index: 0;
  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;
}
.calculator__content .quiz-progress .progress-text {
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  text-align: center;
  letter-spacing: 0.05em;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.calculator__content .quiz-progress .progress-text b {
  font-weight: 700;
}
.calculator__content .quiz-progress .progress-text.final-text {
  color: #FFFFFF;
  font-weight: 700;
}
.calculator__content .quiz-progress .progress-text.white-text {
  color: #FFFFFF;
}
.calculator__content .quiz-container {
  display: none;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.calculator__content .quiz-container.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;
}
.calculator__content .quiz-container.visible {
  opacity: 1;
}
.calculator__content .quiz-container[data-quiz-active-question-id-js="1"] [data-quiz-prev-btn-js] {
  opacity: 0;
  pointer-events: none;
}
.calculator__content .quiz-questions {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 3.125vw;
}
.calculator__content .quiestions-item {
  display: none;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.calculator__content .quiestions-item.active {
  display: block;
}
.calculator__content .quiestions-item.visible {
  opacity: 1;
}
.calculator__content .quiestions-item .item-title {
  font-size: 1.8229166667vw;
  line-height: 2.34375vw;
  margin-bottom: 3.125vw;
}
.calculator__content .quiestions-item .item-container {
  overflow: hidden;
}
.calculator__content .quiestions-item .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.78125vw -2.0833333333vw;
}
.calculator__content .quiestions-item .container-flex .answer-item,
.calculator__content .quiestions-item .container-flex .text-answer-item,
.calculator__content .quiestions-item .container-flex .answer-skip-item {
  margin: 0.78125vw 2.0833333333vw;
}
.calculator__content .answer-item {
  width: 16.6666666667vw;
  position: relative;
  cursor: pointer;
}
.calculator__content .answer-item:hover .item-top {
  border-color: #BBDECD;
}
.calculator__content .answer-item:hover .item-icon {
  background-color: #19A861;
}
.calculator__content .answer-item.checked .item-top, .calculator__content .answer-item:active .item-top {
  background: #BBDECD;
  border-color: #BBDECD;
}
.calculator__content .answer-item.checked .item-top .top-text, .calculator__content .answer-item:active .item-top .top-text {
  color: #FFFFFF;
}
.calculator__content .answer-item.checked .item-icon, .calculator__content .answer-item:active .item-icon {
  background-color: #19A861;
}
.calculator__content .answer-item.checked .item-text, .calculator__content .answer-item:active .item-text {
  font-weight: 700;
}
.calculator__content .answer-item .item-input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.calculator__content .answer-item .item-top {
  width: 100%;
  height: 10.4166666667vw;
  background-color: #F4F8FB;
  border-radius: 1.3020833333vw;
  position: relative;
  z-index: 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;
  padding: 2.6041666667vw;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0.2083333333vw solid #F4F8FB;
}
.calculator__content .answer-item .item-top .top-text {
  font-weight: 700;
  font-size: 1.4583333333vw;
  line-height: 1.8229166667vw;
  text-align: center;
  color: #828282;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.calculator__content .answer-item .item-top .top-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 1.3020833333vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.calculator__content .answer-item .item-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;
  position: relative;
  z-index: 1;
  margin-top: -0.9895833333vw;
}
.calculator__content .answer-item .item-icon {
  width: 1.9791666667vw;
  height: 1.9791666667vw;
  border-radius: 50%;
  border: 0.2083333333vw solid #FFFFFF;
  margin-bottom: 0.2604166667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #E1E6EA;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.calculator__content .answer-item .item-icon img {
  width: 0.5208333333vw;
  height: 0.4166666667vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.calculator__content .answer-item .item-text {
  font-weight: 500;
  font-size: 1.3541666667vw;
  line-height: 1.8229166667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.calculator__content .answer-item[data-multiple-answer-js] .item-icon {
  border-radius: 0.5208333333vw;
}
.calculator__content .text-answer-item {
  width: 27.0833333333vw;
  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 .text-answer-item.answered .item-icon {
  background-color: #19A861;
}
.calculator__content .text-answer-item .item-text {
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  padding-left: 3.6458333333vw;
  margin-bottom: 0.5208333333vw;
}
.calculator__content .text-answer-item .item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calculator__content .text-answer-item .item-icon {
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 50%;
  background-color: #E1E6EA;
  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: 2.0833333333vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.calculator__content .text-answer-item .item-icon img {
  width: 0.5208333333vw;
  height: 0.4166666667vw;
}
.calculator__content .text-answer-item .item-input {
  width: 17.1875vw;
  height: 3.6458333333vw;
  border-radius: 26.0416666667vw;
  border: 0.0520833333vw solid #E1E6EA;
  padding: 0 1.5625vw;
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  color: #9AA4B0;
}
.calculator__content .answer-skip-item {
  width: 58.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.calculator__content .answer-skip-item .answer-skip-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.calculator__content .answer-skip-item .answer-skip-btn.skipped .item-icon, .calculator__content .answer-skip-item .answer-skip-btn:hover .item-icon {
  background-color: #19A861;
}
.calculator__content .answer-skip-item .item-input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
}
.calculator__content .answer-skip-item .item-icon {
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 50%;
  background-color: #E1E6EA;
  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: 2.0833333333vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.calculator__content .answer-skip-item .item-icon img {
  width: 0.5208333333vw;
  height: 0.4166666667vw;
}
.calculator__content .answer-skip-item .item-text {
  font-size: 1.0416666667vw;
  line-height: 1.3020833333vw;
}
.calculator__content .quiz-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
  margin-bottom: 0;
}
.calculator__content .quiz-bottom .bottom-text {
  max-width: 14.0625vw;
  font-size: 0.9375vw;
  line-height: 1.3020833333vw;
  letter-spacing: 0.04em;
}
.calculator__content .quiz-bottom .bottom-text b {
  font-weight: 700;
}
.calculator__content .quiz-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-bottom .controls-wrap {
  border-radius: 26.0416666667vw;
  position: relative;
}
.calculator__content .quiz-bottom .controls-wrap.disabled {
  cursor: not-allowed;
}
.calculator__content .quiz-bottom .controls-wrap.disabled .next-btn {
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.calculator__content .quiz-bottom .controls-wrap.disabled .next-btn::after {
  display: none;
}
.calculator__content .quiz-bottom .controls-wrap.disabled:hover .controls-hint {
  opacity: 1;
}
.calculator__content .quiz-bottom .controls-hint {
  position: absolute;
  left: -1.3020833333vw;
  right: -1.3020833333vw;
  bottom: 100%;
  margin-bottom: 0.5208333333vw;
  border-radius: 0.5208333333vw;
  padding: 0.5208333333vw 0.78125vw;
  background-color: #FFFFFF;
  text-align: center;
  font-size: 0.7291666667vw;
  line-height: 0.9375vw;
  -webkit-box-shadow: 0 0 0.2604166667vw 0 rgba(28, 28, 28, 0.2);
          box-shadow: 0 0 0.2604166667vw 0 rgba(28, 28, 28, 0.2);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.calculator__content .quiz-bottom .next-btn {
  width: 7.8125vw;
  height: 3.6458333333vw;
}
.calculator__content .quiz-bottom .prev-btn {
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.3020833333vw;
  color: #828282;
  margin-right: 2.0833333333vw;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.calculator__content .quiz-bottom .prev-btn:hover {
  color: #19A861;
}
.calculator__content .quiz-final {
  display: none;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.calculator__content .quiz-final.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;
}
.calculator__content .quiz-final.visible {
  opacity: 1;
}
.calculator__content .quiz-final .final-title {
  font-size: 1.8229166667vw;
  line-height: 2.34375vw;
  margin-bottom: 4.1666666667vw;
}
.calculator__content .quiz-final .final-text {
  font-size: 1.25vw;
  line-height: 1.5625vw;
  color: #9AA4B0;
  margin-bottom: 4.1666666667vw;
}
.calculator__content .quiz-final .final-gifts {
  margin-bottom: 3.125vw;
}
.calculator__content .quiz-final .gifts-title {
  font-weight: 500;
  font-size: 1.6666666667vw;
  line-height: 2.0833333333vw;
  margin-bottom: 2.0833333333vw;
}
.calculator__content .quiz-final .gifts-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.calculator__content .quiz-final .gifts-item {
  width: 28.125vw;
  margin-top: 1.0416666667vw;
  margin-left: 2.0833333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calculator__content .quiz-final .gifts-item:nth-child(-n+2) {
  margin-top: 0;
}
.calculator__content .quiz-final .gifts-item:nth-child(odd) {
  margin-left: 0;
}
.calculator__content .quiz-final .gifts-item .item-icon {
  width: 5.2083333333vw;
  height: 5.2083333333vw;
  border-radius: 0.8333333333vw;
  background: #F4F8FB;
  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: 1.0416666667vw;
}
.calculator__content .quiz-final .gifts-item .item-icon img {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.calculator__content .quiz-final .gifts-item .item-text {
  font-size: 1.25vw;
  line-height: 1.5625vw;
  color: #9AA4B0;
}
.calculator__content .quiz-final .final-form .form-select .nice-select, .calculator__content .quiz-final .final-form .form-select .list {
  border: 0.0520833333vw solid #E1E6EA;
}
.calculator__content .quiz-final .final-form .form-select .list {
  width: auto;
  border-top: none;
  left: -0.0520833333vw;
  right: -0.0520833333vw;
}
.calculator__content .quiz-final .final-form .form-select .current {
  color: #9AA4B0;
}
.calculator__content .quiz-final .final-form .form-item {
  width: 17.1875vw;
  margin-right: 1.5625vw;
}
.calculator__content .quiz-final .final-form .form-item .item-text {
  color: #1C1C1C; /* #9AA4B0 */
}
.calculator__content .quiz-final .final-form .form-item .form-input {
  border: 0.0520833333vw solid #19A861; /* #E1E6EA */
  color: #1C1C1C; /* #9AA4B0 */
}
.calculator__content .quiz-final .final-form .form-item .form-input::-webkit-input-placeholder {
  color: #1C1C1C; /* #9AA4B0 */
}
.calculator__content .quiz-final .final-form .form-item .form-input::-moz-placeholder {
  color: #1C1C1C; /* #9AA4B0 */
}
.calculator__content .quiz-final .final-form .form-item .form-input:-ms-input-placeholder {
  color: #1C1C1C; /* #9AA4B0 */
}
.calculator__content .quiz-final .final-form .form-item .form-input::-ms-input-placeholder {
  color: #1C1C1C; /* #9AA4B0 */
}
.calculator__content .quiz-final .final-form .form-item .form-input::placeholder {
  color: #1C1C1C; /* #9AA4B0 */
}
.calculator__content .quiz-final .final-form .form-btn {
  width: 17.1875vw;
}
.calculator__content .quiz-loader {
  position: absolute;
  top: -0.5208333333vw;
  left: -0.5208333333vw;
  right: -0.5208333333vw;
  bottom: -0.5208333333vw;
  z-index: 10;
  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: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
}
.calculator__content .quiz-loader.visible {
  opacity: 1;
}
.calculator__content .quiz-loader .loader-img {
  width: 7.8125vw;
  height: 7.8125vw;
  margin-bottom: 1.5625vw;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: rotation 7s linear infinite;
          animation: rotation 7s linear infinite;
}
.calculator__content .quiz-loader .loader-text {
  font-size: 1.3541666667vw;
  line-height: 1.875vw;
  font-weight: 500;
  text-align: center;
}

.check-list {
  margin-bottom: 6.25vw;
}
.check-list__content {
  min-height: 36.4583333333vw;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  position: relative;
  background-color: blue;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.check-list__content .content-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.check-list__content .content-img {
  width: 42.3958333333vw;
  height: 36.4583333333vw;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.check-list__content .content-main {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  padding: 5.2083333333vw 6.5104166667vw 5.2083333333vw 44.2708333333vw;
  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;
}
.check-list__content .content-title {
  font-weight: 400;
  margin-bottom: 2.0833333333vw;
}
.check-list__content .content-title b {
  font-weight: 500;
}
.check-list__content .content-form .form-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.check-list__content .content-form .form-item {
  margin-top: 1.5625vw;
}
.check-list__content .content-form .form-item:nth-child(-n+2) {
  margin-top: 0;
}
.check-list__content .content-form .form-btn {
  min-height: 4.6875vw;
  margin-top: 1.5625vw;
}

.consultation {
  margin-bottom: 6.25vw;
}
.consultation__banner {
  overflow: hidden;
  border-radius: 1.0416666667vw;
  position: relative;
}
.consultation__banner .banner-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.consultation__banner .banner-person {
  width: 29.6875vw;
  height: 41.6666666667vw;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.consultation__banner .banner-person .person-img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.consultation__banner .banner-person .person-info {
  width: 8.0729166667vw;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 13.0208333333vw;
  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;
}
.consultation__banner .banner-person .person-info blockquote {
  font-size: 0.8333333333vw;
  line-height: 1.3020833333vw;
  margin-bottom: 1.0416666667vw;
}
.consultation__banner .banner-person .person-info p {
  font-weight: 700;
  font-size: 1.3541666667vw;
  line-height: 1.71875vw;
  margin-bottom: 0.5208333333vw;
}
.consultation__banner .banner-person .person-info span {
  font-size: 0.7291666667vw;
  line-height: 0.9375vw;
  color: #9AA4B0;
}
.consultation__banner .banner-content {
  width: 100%;
  height: auto;
  min-height: 41.6666666667vw;
  padding: 4.4270833333vw 29.9479166667vw 4.4270833333vw 5.2083333333vw;
  position: relative;
  z-index: 2;
  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;
}
.consultation__banner .content-main {
  width: 23.4375vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: auto;
}
.consultation__banner .content-main > *:last-child {
  margin-bottom: 0 !important;
}
.consultation__banner .content-text {
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  margin-bottom: 2.34375vw;
}
.consultation__banner .content-title {
  margin-bottom: 2.34375vw;
}
.consultation__banner .content-list {
  margin-bottom: 2.34375vw;
}
.consultation__banner .content-list .list-title {
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  margin-bottom: 1.0416666667vw;
}
.consultation__banner .content-list ul,
.consultation__banner .content-list ol {
  font-size: 0.8333333333vw;
  line-height: 1.3020833333vw;
  list-style: none;
  padding: 0;
}
.consultation__banner .content-list ul li,
.consultation__banner .content-list ol li {
  padding-left: 0.78125vw;
  margin-bottom: 0.2604166667vw;
  position: relative;
}
.consultation__banner .content-list ul li:last-child,
.consultation__banner .content-list ol li:last-child {
  margin-bottom: 0;
}
.consultation__banner .content-list ul li::before,
.consultation__banner .content-list ol li::before {
  content: "";
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  border-radius: 50%;
  background-color: #19A861;
  position: absolute;
  top: 0.5208333333vw;
  left: 0;
}
.consultation__banner .content-form {
  width: 22.9166666667vw;
  -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;
}
.consultation__banner .content-form > *:last-child {
  margin-bottom: 0 !important;
}
.consultation__banner .content-form .form-title {
  width: 100%;
  font-weight: 500;
  font-size: 1.6666666667vw;
  line-height: 2.0833333333vw;
  margin-bottom: 2.0833333333vw;
}
.consultation__banner .content-form .form-container,
.consultation__banner .content-form .form-checkbox {
  width: 16.6666666667vw;
}
.consultation__banner .content-form .form-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.consultation__banner .content-form .form-item {
  width: 100%;
  margin-bottom: 1.3020833333vw;
}
.consultation__banner .content-form .form-item:last-child {
  margin-bottom: 0;
}

.contacts {
  margin-bottom: 3.90625vw;
}
.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-between;
}
.contacts__content .content-main {
  width: 11.9791666667vw;
}
.contacts__content .content-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contacts__content .content-logo a {
  width: 11.875vw;
  height: 3.0208333333vw;
  margin-bottom: 0.78125vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contacts__content .content-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contacts__content .content-logo p {
  font-size: 0.625vw;
  line-height: 0.9375vw;
 margin-bottom: 1vw;
}
.contacts__content .content-logo p b {
  font-weight: 700;
}

.contacts__content .content-main .bottom-link{
	text-decoration: none;
    color: #19A861;
    font-weight: 500;
    font-size: 0.9375vw;
    line-height: 1.3020833333vw;
    letter-spacing: 0.03em;
}

.contacts__content .content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contacts__content .container-item {
  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;
  margin-right: 14.5833333333vw;
}
.contacts__content .container-item:last-child {
  margin-right: 0;
}
.contacts__content .container-item > *:last-child {
  margin-bottom: 0 !important;
}
.contacts__content .item-title {
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.25vw;
  margin-bottom: 0.78125vw;
}
.contacts__content .item-text {
  font-size: 0.7291666667vw;
  line-height: 0.9375vw;
  margin-bottom: 0.5208333333vw;
  letter-spacing: 0.02em;
}
.contacts__content .item-link {
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.0416666667vw;
  letter-spacing: 0.03em;
  color: blue;
  text-decoration: none;
  margin-bottom: 0.5208333333vw;
}
.contacts__content .item-phone {
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.5625vw;
  margin-bottom: 0.5208333333vw;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contacts__content .item-phone:hover {
  color: #19A861;
}
.contacts__content .item-email {
  font-size: 0.7291666667vw;
  line-height: 0.9375vw;
  margin-bottom: 0.5208333333vw;
  text-decoration: none;
}
.contacts__content .item-email:hover {
  text-decoration: underline;
}
.contacts__content .item-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts__content .item-social a {
  width: 1.875vw;
  height: 1.875vw;
  border-radius: 50%;
  margin-right: 0.5208333333vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contacts__content .item-social a:last-child {
  margin-right: 0;
}
.contacts__content .item-social a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.contacts__content .item-social img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contacts__content .item-list {
  list-style: none;
  padding: 0;
  font-weight: 500;
  font-size: 0.7291666667vw;
  line-height: 0.9375vw;
  letter-spacing: 0.02em;
  color: #9AA4B0;
}
.contacts__content .item-list li {
  margin-bottom: 0.5208333333vw;
}
.contacts__content .item-list li:last-child {
  margin-bottom: 0;
}
.contacts__content .item-list a {
  text-decoration: none;
  color: #9AA4B0;
}
.contacts__content .item-list a:hover {
  text-decoration: underline;
}

.contract {
  position: relative;
}
.contract__overlay {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: absolute;
  top: -27.0833333333vw;
  left: 0;
  right: 0;
  bottom: 4.6875vw;
  z-index: -1;
}
.contract__overlay img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 0;
}
.contract__overlay::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1.31%, #FFFFFF), color-stop(20.31%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(26.81%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, #FFFFFF 1.31%, rgba(255, 255, 255, 0) 20.31%), -webkit-linear-gradient(top, #FFFFFF 0%, rgba(255, 255, 255, 0) 26.81%);
  background: linear-gradient(0deg, #FFFFFF 1.31%, rgba(255, 255, 255, 0) 20.31%), linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 26.81%);
}
.contract__container {
  min-height: 44.2708333333vw;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contract__img {
  width: 68.59375vw;
  height: 45.3125vw;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.contract__content {
  padding: 4.6875vw 0;
  padding-right: 47.9166666667vw;
}
.contract__content > *:last-child {
  margin-bottom: 0 !important;
}
.contract__content .content-title {
  margin-bottom: 2.34375vw;
}
.contract__content .content-text {
  width: 31.25vw;
  color: #9AA4B0;
  margin-bottom: 2.34375vw;
}
.contract__content .content-list {
  width: 31.25vw;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.34375vw;
}
.contract__content .list-item {
  width: 14.0625vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5625vw;
}
.contract__content .list-item:nth-child(-n+2) {
  margin-top: 0;
}
.contract__content .list-item .item-icon {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-radius: 0.5208333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFF;
  margin-right: 1.0416666667vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contract__content .list-item .item-icon img {
  width: 0.625vw;
  height: 0.625vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.contract__content .list-item .item-text {
  font-size: 0.9375vw;
  line-height: 1.1979166667vw;
}
.contract__content .content-bottom {
  width: 31.25vw;
}
.contract__content .content-bottom > *:last-child {
  margin-bottom: 0 !important;
}
.contract__content .content-bottom .bottom-text {
  font-size: 0.9375vw;
  line-height: 1.4583333333vw;
  margin-bottom: 2.34375vw;
}
.contract__content .content-bottom .bottom-text b {
  font-weight: 700;
}
.contract__content .content-bottom .bottom-link {
  text-decoration: none;
  color: #19A861;
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.3020833333vw;
  letter-spacing: 0.03em;
  margin-bottom: 2.34375vw;
}

.cooperation {
  margin-bottom: 6.25vw;
}
.cooperation__content .content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-bottom: 0.78125vw;
  border-bottom: 0.0520833333vw solid #E1E6EA;
  margin-bottom: 4.6875vw;
}
.cooperation__content .content-top .top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cooperation__content .content-top .top-item {
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  color: #9AA4B0;
  margin-right: 5.7291666667vw;
  cursor: pointer;
}
.cooperation__content .content-top .top-item:last-child {
  margin-right: 0;
}
.cooperation__content .content-top .top-item.active {
  font-weight: 500;
  color: blue;
  pointer-events: none;
}
.cooperation__content .content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cooperation__content .content-main {
  width: 28.125vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cooperation__content .content-body {
  width: 47.9166666667vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cooperation__content .container-item {
  display: none;
}
.cooperation__content .container-item.active {
  display: block;
}
.cooperation__content .container-item .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;
}
.cooperation__content .container-item .item-icon {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-radius: 0.5208333333vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1.5625vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: blue;
}
.cooperation__content .container-item .item-icon img {
  width: 1.7vw;
  height: 1.7vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.cooperation__content .container-item .item-title {
  font-weight: 500;
  font-size: 1.6666666667vw;
  line-height: 2.0833333333vw;
}
.cooperation__content .container-item .item-body {
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  color: #9AA4B0;
}
.cooperation__content .container-item .item-body > *:last-child {
  margin-bottom: 0 !important;
}
.cooperation__content .container-item .item-body p {
  margin-bottom: 1.5625vw;
}
.cooperation__content .container-item .item-body p:last-child {
  margin-bottom: 0;
}
.cooperation__content .container-item .item-body ul, .cooperation__content .container-item .item-body ol {
  list-style: none;
  padding: 0;
}
.cooperation__content .container-item .item-body ul li, .cooperation__content .container-item .item-body ol li {
  padding-left: 1.5625vw;
  margin-bottom: 0.5208333333vw;
  position: relative;
}
.cooperation__content .container-item .item-body ul li:last-child, .cooperation__content .container-item .item-body ol li:last-child {
  margin-bottom: 0;
}
.cooperation__content .container-item .item-body ul li::before, .cooperation__content .container-item .item-body ol li::before {
  content: "";
  width: 0.3125vw;
  height: 0.3125vw;
  border-radius: 50%;
  position: absolute;
  background-color: #9AA4B0;
  position: absolute;
  top: 0.625vw;
  left: 0.625vw;
}

.error-page {
  position: relative;
}
.error-page::before {
  content: "";
  width: 100%;
  position: absolute;
  top: -26.0416666667vw;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #F4F8FB;
}
.error-page__img {
  width: 91.09375vw;
  height: 38.0729166667vw;
  position: absolute;
  right: -11.8229166667vw;
  bottom: -3.8541666667vw;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.error-page__container {
  overflow: hidden;
}
.error-page__content {
  position: relative;
  z-index: 1;
  padding: 7.2916666667vw 0;
  min-height: calc(100vh - 7.8125vw);
  padding-right: 53.3854166667vw;
  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;
}
.error-page__content .content-title {
  margin-bottom: 4.375vw;
}
.error-page__content .content-link {
  min-width: 22.3958333333vw;
  min-height: 4.6875vw;
}

.first {
  margin-bottom: 6.25vw;
}
.first__content > *:last-child {
  margin-bottom: 0 !important;
}
.first__content .content-title {
  margin-bottom: 1.5625vw;
}
.first__content .content-text {
  margin-bottom: 2.6041666667vw;
}
.first__content .content-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-radius: 1.5625vw;
  overflow: hidden;
}
.first__content .banner-main {
  width: 29.1666666667vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: blue;
  padding: 3.125vw 4.4270833333vw 3.125vw 4.4270833333vw;
  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;
}
.first__content .banner-img {
  width: 57vw;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.first__content .banner-title {
  font-weight: 500;
  font-size: 1.875vw;
  line-height: 2.34375vw;
  margin-bottom: 2.0833333333vw;
}
.first__content .banner-list {
  margin-bottom: 1.3020833333vw;
}
.first__content .banner-list ul,
.first__content .banner-list ol {
  list-style: none;
  padding: 0;
  font-size: 0.9375vw;
  line-height: 1.3541666667vw;
}
.first__content .banner-list ul li,
.first__content .banner-list ol li {
  padding-left: 1.4583333333vw;
  margin-bottom: 1.0416666667vw;
  position: relative;
}
.first__content .banner-list ul li:last-child,
.first__content .banner-list ol li:last-child {
  margin-bottom: 0;
}
.first__content .banner-list ul li::before,
.first__content .banner-list ol li::before {
  content: "";
  width: 0.7291666667vw;
  height: 0.5208333333vw;
  position: absolute;
  top: 0.4166666667vw;
  left: 0;
  background-image: url("../img/general/white-check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.first__content .list-title {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.5625vw;
  margin-bottom: 1.3020833333vw;
}
.first__content .list-title span {
  font-size: 2.5vw;
  line-height: 3.125vw;
}
.first__content .banner-btn {
  width: 100%;
  min-height: 5.2083333333vw;
  padding: 1.0416666667vw 2.0833333333vw;
  border-radius: 26.0416666667vw;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 0.8333333333vw;
  line-height: 1.3020833333vw;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1C1C1C;
  margin-top: auto;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.first__content .banner-btn:hover {
  background-color: #F8F8F8;
}

.footer {
  padding: 1.8229166667vw 0;
  position: relative;
  z-index: 5;
}
.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;
}
.footer__content .content-text {
  font-size: 0.625vw;
  line-height: 0.78125vw;
  letter-spacing: 0.02em;
  color: #9AA4B0;
}
.footer__content .content-text a {
  color: #19A861;
}
.footer__content .content-text a:hover {
  text-decoration: none;
}
.footer__content .content-text:nth-child(2) {
  text-align: center;
}
.footer__content .content-text:nth-child(3) {
  text-align: right;
}
.footer__content .content-text:nth-child(n+4) {
  display: none;
}

.free-time {
  margin-bottom: 6.25vw;
}
.free-time__content > *:last-child {
  margin-bottom: 0 !important;
}
.free-time__content .content-title {
  margin-bottom: 1.5625vw;
}
.free-time__content .content-text {
  margin-bottom: 2.34375vw;
  color: #9AA4B0;
}
.free-time__content .content-container {
  overflow: hidden;
  margin-bottom: 2.34375vw;
}
.free-time__content .content-container .container-flex {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -1.0416666667vw;
}
.free-time__content .content-container .free-time__item {
  margin: 1.0416666667vw;
}
.free-time__item {
  width: 19.7916666667vw;
  border-radius: 1.3020833333vw;
  overflow: hidden;
  background-color: #F3F7FA;
  position: relative;
  color: #1C1C1C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
}
.free-time__item.green-item {
  background-color: blue;
  color: #FFFFFF;
}
.free-time__item.green-item .item-list li::before {
  background-color: #FFFFFF;
}
.free-time__item .item-icon {
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 0.78125vw;
  background-color: #FFF;
  position: absolute;
  z-index: 1;
  top: 1.4583333333vw;
  right: 1.4583333333vw;
  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;
}
.free-time__item .item-icon img {
  width: 2.3vw;
  height: 2.3vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.free-time__item .item-img {
  width: 19.7916666667vw;
  height: 16.6666666667vw;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.free-time__item .item-content {
  width: 100%;
  height: auto;
  min-height: 20.8333333333vw;
  position: relative;
  z-index: 2;
  padding: 2.6041666667vw;
  padding-bottom: 3.0625vw;
}
.free-time__item .item-title {
  font-weight: 500;
  font-size: 1.875vw;
  line-height: 2.34375vw;
  letter-spacing: 0.01em;
  padding-right: 2.0833333333vw;
  margin-bottom: 3vw;
  margin-top: 2vw;
  height: 2vw;
}
.free-time__item .item-list {
  margin-top: 5vw;
  list-style: none;
  padding: 0;
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
}
.free-time__item .item-list li {
  padding-left: 0.8333333333vw;
  margin-bottom: 0.5208333333vw;
  position: relative;
}
.free-time__item .item-list li:last-child {
  margin-bottom: 0;
}
.free-time__item .item-list li::before {
  content: "";
  width: 0.3125vw;
  height: 0.3125vw;
  border-radius: 50%;
  background-color: #1C1C1C;
  position: absolute;
  top: 0.3645833333vw;
  left: 0;
}

.header {
  margin-bottom: 3.3854166667vw;
  position: relative;
  z-index: 100;
}
.header__top {
  padding: 2.0833333333vw 0;
}
.header__bottom.desktop-hidden {
  display: none !important;
}
.header__bottom .header__container {
  width: 100%;
  position: fixed;
  top: -5.2083333333vw;
  left: 0;
  padding: 1.0416666667vw 0;
  background-color: #FFFFFF;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 500;
}
.header__bottom .header__container.fixed {
  top: 0;
  opacity: 1;
}
.header__bottom .header__nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 10.4166666667vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__bottom .header__nav .nav-item {
  margin: 0;
}
.header__bottom .header__social .social-text {
  max-width: 5.2083333333vw;
  font-size: 0.7291666667vw;
  line-height: 0.9375vw;
}
.header__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;
}
.header__content .content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__content .content-block > * {
  margin-left: 4.1666666667vw;
}
.header__content .content-block > *:first-child {
  margin-left: 0;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo .logo-link {
  width: 11.875vw;
  height: 3.0208333333vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.5208333333vw;
}
.header__logo .logo-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__logo .logo-text {
  max-width: 7.2916666667vw;
  font-size: 0.625vw;
  line-height: 0.9375vw;
}
.header__logo .logo-text b {
  font-weight: 700;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav .nav-item {
  font-weight: 500;
  font-size: 0.8854166667vw;
  line-height: 1.09375vw;
  letter-spacing: 0.02em;
  margin-left: 2.34375vw;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__nav .nav-item:first-child {
  margin-left: 0;
}
.header__nav .nav-item:hover {
  color: #19A861;
}
.header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__social .social-text {
  max-width: 4.1666666667vw;
  font-size: 0.625vw;
  line-height: 0.78125vw;
  margin-right: 0.5208333333vw;
}
.header__social .social-links {
  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;
}
.header__social .social-links a {
  width: 1.8229166667vw;
  height: 1.8229166667vw;
  border-radius: 50%;
  margin-left: 0.5208333333vw;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__social .social-links a img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__social .social-links a:first-child {
  margin-left: 0;
}
.header__social .social-links a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.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;
  text-align: center;
}
.header__contacts .contacts-text {
  font-size: 0.7291666667vw;
  line-height: 0.9375vw;
  margin-bottom: 0.2083333333vw;
}
.header__contacts .contacts-phone {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.5625vw;
  margin-bottom: 0.2083333333vw;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__contacts .contacts-phone:hover {
  color: #19A861;
}
.header__contacts .contacts-btn {
  font-weight: 700;
  font-size: 0.7291666667vw;
  line-height: 1.09375vw;
  color: blue;
}

.last-text {
  margin-bottom: 3.90625vw;
}

.lid-magnit {
  margin-bottom: 2.6041666667vw;
}
.lid-magnit__banner {
  border-radius: 1.0416666667vw;
  position: relative;
}
.lid-magnit__banner .banner-bg {
  width: 100%;
  height: 100%;
  border-radius: 1.0416666667vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.lid-magnit__banner .banner-img {
  width: 56.3020833333vw;
  height: 43.6458333333vw;
  position: absolute;
  z-index: 1;
  right: -15.625vw;
  bottom: -3.9583333333vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.lid-magnit__banner .banner-content {
  min-height: 39.5833333333vw;
  position: relative;
  z-index: 2;
  padding: 3.90625vw 44.7916666667vw 3.90625vw 5.7291666667vw;
}
.lid-magnit__banner .banner-content > *:last-child {
  margin-bottom: 0 !important;
}
.lid-magnit__banner .content-text {
  font-size: 1.25vw;
  line-height: 1.5625vw;
  margin-bottom: 0.78125vw;
}
.lid-magnit__banner .content-title {
  margin-bottom: 0.78125vw;
}
.lid-magnit__banner .content-name {
  font-size: 1.6666666667vw;
  line-height: 2.0833333333vw;
  margin-bottom: 1.8229166667vw;
}
.lid-magnit__banner .content-name b {
  font-weight: 700;
}
.lid-magnit__banner .content-form .form-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lid-magnit__banner .content-form .form-item {
  width: 16.40625vw;
  margin-top: 1.5625vw;
}
.lid-magnit__banner .content-form .form-item:nth-child(-n+2) {
  margin-top: 0;
}
.lid-magnit__banner .content-form .form-btn {
  width: 100%;
  min-height: 4.6875vw;
  margin-top: 1.5625vw;
}

[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__block-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup__block-content {
  position: relative;
  z-index: 1;
}
.popup__close {
  position: absolute;
  top: 1.5625vw;
  right: 1.5625vw;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  cursor: pointer;
  z-index: 10;
}
.popup__close img,
.popup__close svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #9AA4B0;
}
.popup__close img *,
.popup__close svg * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #9AA4B0;
}
.popup__close:hover svg {
  fill: red !important;
}
.popup__close:hover svg * {
  fill: red !important;
}

.text-popup {
  width: 81.7708333333vw;
  height: 100%;
  padding: 2.0833333333vw;
  border-radius: 1.0416666667vw;
}
.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: #9AA4B0;
}
.text-popup .popup__close img *,
.text-popup .popup__close svg * {
  fill: #9AA4B0;
}
.text-popup .popup__close:hover svg {
  fill: red !important;
}
.text-popup .popup__close:hover svg * {
  fill: red !important;
}

.small-popup {
  width: 23.1770833333vw;
  border-radius: 1.0416666667vw;
}
.small-popup__content {
  padding: 3.3854166667vw;
}
.small-popup__content .content-title {
  font-weight: 500;
  font-size: 1.6666666667vw;
  line-height: 2.0833333333vw;
  margin-bottom: 1.5625vw;
}
.small-popup__content .content-text {
  font-size: 1.25vw;
  line-height: 1.5625vw;
  margin-bottom: 2.0833333333vw;
}
.small-popup__content .content-form .form-item {
  width: 100%;
  margin: 0;
  margin-bottom: 1.0416666667vw;
}
.small-popup__content .content-form .form-input {
  border: 0.0520833333vw solid #E1E6EA;
  color: #9AA4B0;
}
.small-popup__content .content-form .form-input::-webkit-input-placeholder {
  color: #9AA4B0;
}
.small-popup__content .content-form .form-input::-moz-placeholder {
  color: #9AA4B0;
}
.small-popup__content .content-form .form-input:-ms-input-placeholder {
  color: #9AA4B0;
}
.small-popup__content .content-form .form-input::-ms-input-placeholder {
  color: #9AA4B0;
}
.small-popup__content .content-form .form-input::placeholder {
  color: #9AA4B0;
}

.wide-popup {
  width: 56.25vw;
  border-radius: 1.0416666667vw;
}
.wide-popup__content {
  min-height: 37.5vw;
  padding: 3.125vw 3.6458333333vw;
  padding-right: 10.4166666667vw;
  position: relative;
}
.wide-popup__content .content-img {
  width: 27.6041666667vw;
  height: 25.2604166667vw;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
.wide-popup__content .content-title {
  font-size: 2.6041666667vw;
  line-height: 3.6458333333vw;
  margin-bottom: 0.78125vw;
}
.wide-popup__content .content-text {
  font-size: 1.6666666667vw;
  line-height: 2.6041666667vw;
  margin-bottom: 2.34375vw;
}
.wide-popup__content .content-text span {
  color: #19A861;
}
.wide-popup__content .content-text b {
  font-weight: 500;
}
.wide-popup__content .content-form {
  width: 17.1875vw;
}
.wide-popup__content .content-form .form-item {
  width: 100%;
  margin: 0;
  margin-bottom: 1.0416666667vw;
}

.seo-text {
  margin-bottom: 6.25vw;
}
.seo-text__content .content-title {
  font-weight: 500;
  font-size: 2.0833333333vw;
  line-height: 2.6041666667vw;
  letter-spacing: 0.01em;
  margin-bottom: 1.5625vw;
}
.seo-text__content .content-main {
  margin-bottom: 1.5625vw;
  height: 6.25vw;
  overflow: hidden;
  position: relative;
}
.seo-text__content .content-main.open {
  height: auto !important;
}
.seo-text__content .content-main.open::after {
  display: none !important;
}
.seo-text__content .content-main::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.seo-text__content .content-main > *:last-child {
  margin-bottom: 0 !important;
}
.seo-text__content .content-main p {
  font-size: 0.8333333333vw;
  line-height: 1.5625vw;
  letter-spacing: 0.02em;
  color: #9AA4B0;
  margin-bottom: 1.5625vw;
}
.seo-text__content .content-main ul {
  font-size: 0.8333333333vw;
  line-height: 1.5625vw;
  letter-spacing: 0.02em;
  list-style: none;
  padding-left: 0;
  color: #9AA4B0;
  margin-bottom: 1.5625vw;
}
.seo-text__content .content-main ul li {
  padding-left: 1.5625vw;
  position: relative;
  margin-bottom: 0.2604166667vw;
}
.seo-text__content .content-main ul li:last-child {
  margin-bottom: 0;
}
.seo-text__content .content-main ul li::before {
  content: "";
  width: 0.3125vw;
  height: 0.3125vw;
  border-radius: 50%;
  background-color: #9AA4B0;
  position: absolute;
  top: 0.625vw;
  left: 0.625vw;
}
.seo-text__content .content-main ol {
  font-size: 0.8333333333vw;
  line-height: 1.5625vw;
  letter-spacing: 0.02em;
  padding-left: 1.5625vw;
  color: #9AA4B0;
  margin-bottom: 1.5625vw;
}
.seo-text__content .content-main ol li {
  margin-bottom: 0.2604166667vw;
}
.seo-text__content .content-main ol li:last-child {
  margin-bottom: 0;
}
.seo-text__content .content-main h1, .seo-text__content .content-main h2, .seo-text__content .content-main h3, .seo-text__content .content-main h4, .seo-text__content .content-main h5, .seo-text__content .content-main h6 {
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.5625vw;
  margin-bottom: 1.5625vw;
}
.seo-text__content .content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.seo-text__content .bottom-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.03em;
  color: #19A861;
}
.seo-text__content .bottom-btn img {
  width: 0.625vw;
  height: 0.4166666667vw;
  margin-left: 0.5208333333vw;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.seo-text__content .bottom-btn.open img {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.services {
  margin-bottom: 6.25vw;
}
.services__content .content-title {
  margin-bottom: 1.5625vw;
}
.services__content .content-text {
  color: #9AA4B0;
  margin-bottom: 2.8645833333vw;
  position: relative;
  z-index: 1;
}
.services__content .content-text .text-hint {
  position: relative;
  cursor: pointer;
}
.services__content .content-text .text-hint:hover .hint-main {
  opacity: 1;
  pointer-events: auto;
}
.services__content .content-text .hint-icon {
  width: 1.3541666667vw;
  height: 1.3541666667vw;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0.1041666667vw;
  margin-left: 0.5208333333vw;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.services__content .content-text .hint-main {
  width: 23.4375vw;
  padding: 1.0416666667vw 1.3020833333vw;
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 0.5208333333vw;
  background-color: #FFF;
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  margin-left: 1.1979166667vw;
  -webkit-box-shadow: 0 0 0.2604166667vw 0 rgba(28, 28, 28, 0.2);
          box-shadow: 0 0 0.2604166667vw 0 rgba(28, 28, 28, 0.2);
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.services__content .content-text .hint-main > *:last-child {
  margin-bottom: 0 !important;
}
.services__content .content-text .hint-main p {
  margin-bottom: 1.0416666667vw;
}
.services__content .content-text .hint-main ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1.0416666667vw;
}
.services__content .content-text .hint-main ul li {
  padding-left: 1.0416666667vw;
  position: relative;
  margin-bottom: 0.2604166667vw;
}
.services__content .content-text .hint-main ul li:last-child {
  margin-bottom: 0;
}
.services__content .content-text .hint-main ul li::before {
  content: "";
  width: 0.2083333333vw;
  height: 0.2083333333vw;
  position: absolute;
  border-radius: 50%;
  top: 0.3125vw;
  left: 0.3125vw;
  background-color: #9AA4B0;
}
.services__content .content-text .hint-main ol {
  padding-left: 1.8229166667vw;
  margin-bottom: 1.0416666667vw;
}
.services__content .content-text .hint-main ol li {
  margin-bottom: 0.2604166667vw;
}
.services__content .content-text .hint-main ol li:last-child {
  margin-bottom: 0;
}
.services__content .content-text .dotted-line-btn {
  color: #19A861;
}
.services__content .content-container {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.services__content .content-container .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1.5625vw;
}
.services__content .content-container .services__item {
  margin: 1.5625vw;
}
.services__item {
  width: 22.65625vw;
  border-radius: 1.0416666667vw;
  position: relative;
  background-color: #FFF;
  border: 0.1041666667vw solid #DCE5EF;
  color: #1C1C1C;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.services__item:nth-child(3n+3) {
  width: 33.8541666667vw;
}
.services__item:nth-child(3n+3) .item-content {
  padding-right: 11.4583333333vw;
}
.services__item:nth-child(3n+3) .item-img {
  display: block;
}
.services__item.black-item {
  color: #FFFFFF;
  background-color: #202021;
  border: none;
}
.services__item.black-item .item-info .info-body ul li::before, .services__item.black-item .item-info .info-body ol li::before {
  background-color: #FFFFFF;
}
.services__item .item-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.services__item .item-img {
  width: 3.2291666667vw;
  height: 28.6979166667vw;
  position: absolute;
  top: 50%;
  right: 4.1666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -o-object-fit: contain;
     object-fit: contain;
  display: none;
}
.services__item .item-content {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  padding: 2.6041666667vw;
  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;
}
.services__item .item-title {
  font-weight: 500;
  font-size: 1.875vw;
  line-height: 2.34375vw;
  margin-bottom: 1.3020833333vw;
}
.services__item .item-list {
  list-style: none;
  padding: 0;
  font-size: 0.9375vw;
  line-height: 1.5625vw;
  color: #9AA4B0;
  margin-bottom: 1.0416666667vw;
}
.services__item .item-info {
  margin-bottom: 1.8229166667vw;
  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;
}
.services__item .item-info .info-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #19A861;
  font-size: 0.9375vw;
  line-height: 1.3020833333vw;
  letter-spacing: 0.03em;
}
.services__item .item-info .info-btn img {
  width: 0.625vw;
  height: 0.4166666667vw;
  margin-left: 0.5208333333vw;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.services__item .item-info .info-btn.active img {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.services__item .item-info .info-body {
  display: none;
  padding-top: 1.0416666667vw;
  font-size: 0.9375vw;
  line-height: 1.3541666667vw;
  color: #9AA4B0;
}
.services__item .item-info .info-body > *:last-child {
  margin-bottom: 0 !important;
}
.services__item .item-info .info-body p {
  margin-bottom: 1.3020833333vw;
}
.services__item .item-info .info-body ul, .services__item .item-info .info-body ol {
  list-style: none;
  padding: 0;
}
.services__item .item-info .info-body ul li, .services__item .item-info .info-body ol li {
  padding-left: 1.0416666667vw;
  position: relative;
  margin-bottom: 0.5208333333vw;
}
.services__item .item-info .info-body ul li:last-child, .services__item .item-info .info-body ol li:last-child {
  margin-bottom: 0;
}
.services__item .item-info .info-body ul li::before, .services__item .item-info .info-body ol li::before {
  content: "";
  width: 0.3125vw;
  height: 0.3125vw;
  background-color: #9AA4B0;
  border-radius: 50%;
  position: absolute;
  top: 0.5208333333vw;
  left: 0.3645833333vw;
}
.services__item .item-price {
  font-weight: 500;
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  margin-bottom: 1.3020833333vw;
}
.services__item .item-price span {
  font-weight: 700;
  font-size: 2.5vw;
  line-height: 3.125vw;
}
.services__item .item-btn {
  width: 100%;
  margin-top: auto;
  margin-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: #19A861;
  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: #19A861;
  margin-bottom: 0.3645833333vw;
  cursor: pointer;
  border-radius: 0.0520833333vw;
  text-decoration: none;
  border-top-left-radius: 0.5208333333vw;
  border-bottom-left-radius: 0.5208333333vw;
}
.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;
}

.steps {
  margin-bottom: 6.25vw;
}
.steps__content .content-title {
  margin-bottom: 1.5625vw;
}
.steps__content .content-container {
  overflow: hidden;
}
.steps__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;
}
.steps__content .content-container .steps__item {
  margin: 1.0416666667vw;
}
.steps__item {
  width: 20.8333333333vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 1.3020833333vw;
  overflow: hidden;
  background-color: #F4F8FB;
  padding: 2.0833333333vw;
}
.steps__item > *:last-child {
  margin-bottom: 0 !important;
}
.steps__item:nth-child(4n+4) {
  width: 16.6666666667vw;
}
.steps__item.last-step {
  background-color: blue;
  color: #FFFFFF;
}
.steps__item.last-step .item-text {
  color: #FFFFFF;
}
.steps__item .item-icon {
  width: 3.6458333333vw;
  height: 3.6458333333vw;
  border-radius: 0.78125vw;
  background-color: #FFFFFF;
  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: 3.6458333333vw;
}
.steps__item .item-icon img {
  width: 3vw;
  height: 3vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.steps__item .item-number {
  font-weight: 500;
  font-size: 1.0416666667vw;
  line-height: 1.3020833333vw;
  margin-bottom: 2.0833333333vw;
  color: #19A861;
}
.steps__item .item-title {
  font-weight: 500;
  font-size: 1.6666666667vw;
  line-height: 1.9791666667vw;
  margin-bottom: 2.34375vw;
  height: 3vw;
}
.steps__item .item-text {
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  margin-bottom: 1.8229166667vw;
  color: #9AA4B0;
}
.steps__item .item-text p {
  margin-bottom: 1.5625vw;
}
.steps__item .item-text p:last-child {
  margin-bottom: 0;
}

.team {
  margin-bottom: 6.25vw;
  position: relative;
}
.team__overlay {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: absolute;
  top: 15.625vw;
  left: 0;
  right: 0;
  bottom: -32.2916666667vw;
  z-index: -1;
}
.team__overlay img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 0;
}
.team__overlay::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1.31%, #FFFFFF), color-stop(20.31%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(26.81%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, #FFFFFF 1.31%, rgba(255, 255, 255, 0) 20.31%), -webkit-linear-gradient(top, #FFFFFF 0%, rgba(255, 255, 255, 0) 26.81%);
  background: linear-gradient(0deg, #FFFFFF 1.31%, rgba(255, 255, 255, 0) 20.31%), linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 26.81%);
}
.team__content {
  position: relative;
}
.team__content .content-top {
  padding-bottom: 0.78125vw;
  border-bottom: 0.0520833333vw solid #E1E6EA;
  margin-bottom: 2.0833333333vw;
}
.team__content .top-text {
  max-width: 80%;
  font-weight: 500;
  font-size: 1.8333333333vw;
  line-height: 1.5625vw;
  color: #9AA4B0;
}
.team__content .content-title {
  margin-bottom: 2.0833333333vw;
}
.team__content .content-text {
  color: #9AA4B0;
  margin-bottom: 2.0833333333vw;
}
.team__content .slider-pagination {
  position: absolute;
  top: 0;
  right: 0;
}
.team__content .slider-container {
  margin-bottom: 2.0833333333vw;
}
.team__content .slider-container .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.team__content .slider-container .swiper-slide {
  width: 18.2291666667vw;
  margin-right: 4.1666666667vw;
  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;
}
.team__slide {
  cursor: pointer;
}
.team__slide > *:last-child {
  margin-bottom: 0 !important;
}
.team__slide .slide-img {
  width: 100%;
  height: 23.3333333333vw;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  background-color: #F4F8FB;
  margin-bottom: 1.0416666667vw;
}
.team__slide .slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team__slide .slide-title {
  font-weight: 500;
  font-size: 1.5625vw;
  line-height: 2.0833333333vw;
  margin-bottom: 0.5208333333vw;
}
.team__slide .slide-text {
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  color: #9AA4B0;
  margin-bottom: 0.5208333333vw;
}
.team__slide .slide-experience {
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  color: #1C1C1C;
  margin-bottom: 0.5208333333vw;
}
.team__slide .slide-experience b {
  font-weight: 500;
}

.thanx-page {
  margin-bottom: 5.2083333333vw;
}
.thanx-page__content {
  min-height: calc(100vh - 7.8125vw);
}
.thanx-page__content .content-title {
  margin-bottom: 1.5625vw;
}
.thanx-page__content .content-text {
  font-size: 1.25vw;
  line-height: 1.5625vw;
  margin-bottom: 2.0833333333vw;
}
.thanx-page__content .content-container {
  overflow: hidden;
  margin-bottom: 3.3854166667vw;
}
.thanx-page__content .content-container .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1.0416666667vw;
}
.thanx-page__content .content-container .articles__item {
  margin: 1.0416666667vw;
}
.thanx-page__content .content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.thanx-page__content .content-link {
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.3020833333vw;
  letter-spacing: 0.03em;
  color: #19A861;
  text-decoration: none;
}

.to-top {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  position: fixed;
  right: 1.3020833333vw;
  bottom: 1.3020833333vw;
  background-color: blue;
  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;
  border-radius: 0.5208333333vw;
}
.to-top.visible {
  opacity: 0.7 !important;
  pointer-events: all;
}
.to-top.visible:hover {
  opacity: 1 !important;
  background-color: #088848;
}
.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;
}

@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 {
    padding-top: 21.875vw;
    overflow: hidden;
    margin-bottom: -6.25vw;
  }

  .page__buffer {
    height: 6.25vw;
  }

  .wrapper {
    width: 87.5vw;
  }

  [data-on-scroll-display-js=fade-top] {
    -webkit-transform: translateY(-3.125vw) !important;
            transform: translateY(-3.125vw) !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(-3.125vw) !important;
            transform: translateX(-3.125vw) !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(3.125vw) !important;
            transform: translateX(3.125vw) !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(3.125vw) !important;
            transform: translateY(3.125vw) !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;
  }

  .dotted-line-btn::after {
    border-bottom: 0.3125vw dotted #19A861;
  }

  .standart-title {
    font-size: 6.25vw;
    line-height: 9.375vw;
  }
  .standart-title br {
    display: none;
  }

  .standart-text {
    font-size: 4.375vw;
    line-height: 5.625vw;
  }
  .standart-text br {
    display: none;
  }

  .standart-btn {
    padding: 0 6.25vw;
    min-height: 18.75vw;
    border-radius: 156.25vw;
    font-size: 3.125vw;
    line-height: 6.25vw;
  }
  .standart-btn:hover img {
    -webkit-transform: translateX(0.9375vw);
            transform: translateX(0.9375vw);
  }
  .standart-btn img {
    width: 2.8125vw;
    height: 2.5vw;
    margin-left: 2.1875vw;
  }
  .standart-btn::after {
    width: 18.125vw;
    height: 22.1875vw;
  }
  .standart-btn .loader .loader-circle {
    width: 10.9375vw;
    height: 10.9375vw;
  }

  .standart-form .form-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 3.125vw;
  }
  .standart-form .form-container .form-item {
    width: 100%;
  }
  .standart-form .form-container .form-item .item-text {
    font-size: 3.75vw;
    line-height: 4.6875vw;
    margin-bottom: 1.5625vw;
  }
  .standart-form .form-container .form-btn {
    min-height: 18.75vw;
  }
  .standart-form .form-container .form-select .select-images {
    width: 9.375vw;
    height: 9.375vw;
    top: 3.125vw;
    right: 6.25vw;
  }
  .standart-form .form-container .form-select .nice-select {
    height: 15.625vw;
    border-radius: 7.8125vw;
    padding: 0 7.8125vw;
  }
  .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.75vw;
    line-height: 15.625vw;
  }
  .standart-form .form-container .form-select .nice-select .current::after {
    width: 5vw;
    height: 5vw;
    margin-left: 1.5625vw;
  }
  .standart-form .form-container .form-select .nice-select .list {
    max-height: 37.5vw;
    border-bottom-left-radius: 6.25vw;
    border-bottom-right-radius: 6.25vw;
  }
  .standart-form .form-container .form-select .nice-select .list .option {
    padding: 0 7.8125vw;
    font-size: 3.75vw;
    line-height: 12.5vw;
  }
  .standart-form .form-container .form-input {
    height: 15.625vw;
    border-radius: 156.25vw;
    padding: 0 7.8125vw;
    font-size: 3.75vw;
    line-height: 6.25vw;
  }
  .standart-form .form-checkbox .checkbox-icon {
    width: 3.75vw;
    height: 3.75vw;
    margin-right: 1.5625vw;
    border-radius: 1.25vw;
    border: 0.3125vw solid #19A861;
  }
  .standart-form .form-checkbox .checkbox-icon img {
    width: 1.5625vw;
    height: 1.25vw;
  }
  .standart-form .form-checkbox .checkbox-text {
    font-size: 2.5vw;
    line-height: 3.75vw;
  }

  .standart-pagination {
    font-size: 3.125vw;
    line-height: 4.375vw;
  }

  .standart-slider-controls {
    width: 21.875vw;
  }
  .standart-slider-controls .slider-btn {
    width: 9.375vw;
    height: 9.375vw;
  }
  .standart-slider-controls .slider-btn img, .standart-slider-controls .slider-btn svg {
    width: 1.25vw;
    height: 1.875vw;
  }

  .header {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  .header.menu-open .header__menu-btn span:nth-child(1) {
    width: 5vw;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
            transform: translate(50%, -50%) rotate(45deg);
  }
  .header.menu-open .header__menu-btn span:nth-child(2) {
    width: 0;
  }
  .header.menu-open .header__menu-btn span:nth-child(3) {
    width: 5vw;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .header.menu-open .header__bottom {
    opacity: 1;
    pointer-events: auto;
  }
  .header.fixed .header__top {
    background-color: #FFFFFF;
  }
  .header__top {
    width: 100%;
    pointer-events: auto;
    padding: 3.125vw 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header__bottom {
    width: 100%;
    height: 100%;
    position: static;
    top: unset;
    left: unset;
    z-index: 0;
    overflow: auto;
    pointer-events: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
  }
  .header__bottom.desktop-hidden {
    display: block !important;
  }
  .header__bottom .header__container {
    width: 100%;
    min-height: 100vh;
    position: static;
    top: unset;
    left: unset;
    padding: 21.875vw 0;
    background-color: #FFFFFF;
    opacity: 1;
  }
  .header__bottom .header__container.fixed {
    top: unset;
    opacity: 1;
  }
  .header__bottom .header__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;
  }
  .header__bottom .header__nav {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin: 0;
    margin-bottom: 15.625vw;
    -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;
  }
  .header__bottom .header__nav .nav-item {
    margin: 0;
    margin-bottom: 9.375vw;
  }
  .header__bottom .header__nav .nav-item:last-child {
    margin-bottom: 0;
  }
  .header__bottom .header__social .social-text {
    max-width: 29.6875vw;
    font-size: 4.375vw;
    line-height: 5.625vw;
  }
  .header__content .content-block > * {
    margin-left: 6.25vw;
  }
  .header__content .content-block > *:first-child {
    margin-left: 0;
  }
  .header__logo .logo-link {
    width: 14.0625vw;
    height: 11.25vw;
    margin: 0;
  }
  .header__logo .logo-text {
    display: none;
  }
  .header__nav .nav-item {
    font-size: 5.3125vw;
    line-height: 6.5625vw;
    margin: 0;
    margin-bottom: 9.375vw;
  }
  .header__social .social-text {
    max-width: 29.6875vw;
    font-size: 4.375vw;
    line-height: 5.625vw;
    margin-right: 6.25vw;
  }
  .header__social .social-links a {
    width: 10.9375vw;
    height: 10.9375vw;
    margin-left: 3.125vw;
  }
  .header__social .social-links a:first-child {
    margin-left: 0;
  }
  .header__social .social-links a:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .header__contacts .contacts-text {
    font-size: 1.875vw;
    line-height: 2.5vw;
    margin-bottom: 0.3125vw;
  }
  .header__contacts .contacts-phone {
    font-size: 3.75vw;
    line-height: 4.6875vw;
    margin-bottom: 0.3125vw;
  }
  .header__contacts .contacts-btn {
    font-size: 1.875vw;
    line-height: 2.5vw;
  }
  .header__menu-btn {
    width: 5vw;
    height: 3.75vw;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header__menu-btn span {
    height: 0.625vw;
    position: absolute;
    border-radius: 1.5625vw;
    background-color: #19A861;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header__menu-btn span:nth-child(1) {
    width: 3.125vw;
    top: 0;
    right: 0;
  }
  .header__menu-btn span:nth-child(2) {
    width: 5vw;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header__menu-btn span:nth-child(3) {
    width: 3.125vw;
    left: 0;
    bottom: 0;
  }
  .header__menu-btn span:nth-child(n+4) {
    display: none;
  }

  .footer {
    padding: 9.375vw 0;
  }
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer__content .content-text {
    font-size: 3.75vw;
    line-height: 4.6875vw;
    margin-bottom: 6.25vw;
  }
  .footer__content .content-text:nth-child(2) {
    text-align: left;
  }
  .footer__content .content-text:nth-child(3) {
    margin: 0;
    text-align: left;
  }

  .first {
    margin-bottom: 14.0625vw;
  }
  .first__content .content-title {
    margin-bottom: 3.125vw;
  }
  .first__content .content-text {
    margin-bottom: 6.25vw;
  }
  .first__content .content-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 6.25vw;
  }
  .first__content .banner-main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 4.6875vw;
  }
  .first__content .banner-img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    height: auto;
  }
  .first__content .banner-title {
    font-size: 5vw;
    line-height: 7.8125vw;
    margin-bottom: 6.25vw;
  }
  .first__content .banner-list {
    margin-bottom: 4.6875vw;
  }
  .first__content .banner-list ul,
.first__content .banner-list ol {
    font-size: 4.375vw;
    line-height: 5.625vw;
  }
  .first__content .banner-list ul li,
.first__content .banner-list ol li {
    padding-left: 5.625vw;
    margin-bottom: 6.25vw;
  }
  .first__content .banner-list ul li:last-child,
.first__content .banner-list ol li:last-child {
    margin-bottom: 0;
  }
  .first__content .banner-list ul li::before,
.first__content .banner-list ol li::before {
    width: 2.8125vw;
    height: 1.875vw;
    top: 1.875vw;
  }
  .first__content .list-title {
    font-size: 4.375vw;
    line-height: 5.625vw;
    margin-bottom: 4.6875vw;
    padding-left: 5.625vw;
  }
  .first__content .list-title span {
    font-size: 5vw;
    line-height: 6.25vw;
  }
  .first__content .banner-btn {
    min-height: 18.75vw;
    padding: 4.6875vw 9.375vw;
    border-radius: 156.25vw;
    font-size: 3.75vw;
    line-height: 4.6875vw;
  }

  .free-time {
    margin-bottom: 14.0625vw;
  }
  .free-time__content .content-title {
    margin-bottom: 4.6875vw;
  }
  .free-time__content .content-text {
    margin-bottom: 4.6875vw;
  }
  .free-time__content .content-container {
    margin-bottom: 6.25vw;
  }
  .free-time__content .content-container .container-flex {
    margin: -2.5vw;
  }
  .free-time__content .content-container .free-time__item {
    margin: 2.5vw;
  }
  .free-time__item {
    width: 87.5vw;
    border-radius: 7.8125vw;
  }
  .free-time__item .item-icon {
    width: 8.75vw;
    height: 8.75vw;
    border-radius: 1.5625vw;
    top: 4.6875vw;
    right: 6.25vw;
  }
  .free-time__item .item-icon img {
    width: 5.75vw;
    height: 5.75vw;
  }
  .free-time__item .item-img {
    width: 87.5vw;
    height: 73.75vw;
    position: absolute;
    bottom: -20.3125vw;
  }
  .free-time__item .item-content {
    min-height: 78.125vw;
    padding: 4.6875vw 6.25vw;
    padding-bottom: auto;
  }
  .free-time__item .item-title {
    font-size: 5vw;
    line-height: 8.75vw;
    padding-right: 12.5vw;
    margin-bottom: 3.125vw;
  }
  .free-time__item .item-list {
    font-size: 3.75vw;
    line-height: 4.6875vw;
  }
  .free-time__item .item-list li {
    padding-left: 4.6875vw;
    margin-bottom: 1.5625vw;
  }
  .free-time__item .item-list li:last-child {
    margin-bottom: 0;
  }
  .free-time__item .item-list li::before {
    width: 0.9375vw;
    height: 0.9375vw;
    top: 1.875vw;
    left: 1.875vw;
  }

  .calculator {
    margin-bottom: 14.0625vw;
  }
  .calculator__content .content-title {
    margin-bottom: 6.25vw;
  }
  .calculator__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;
    margin-bottom: 7.8125vw;
  }
  .calculator__content .content-text {
    max-width: unset;
    font-size: 5vw;
    line-height: 6.875vw;
    margin-bottom: 4.6875vw;
  }
  .calculator__content .content-gifts {
    -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-gifts .gifts-item {
    max-width: unset;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
    margin-bottom: 3.125vw;
  }
  .calculator__content .content-gifts .gifts-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .calculator__content .content-gifts .gifts-item:nth-child(odd) {
    margin-left: 0;
  }
  .calculator__content .content-gifts .gifts-item:last-child {
    margin-bottom: 0;
  }
  .calculator__content .content-gifts .gifts-item .item-icon {
    width: 9.375vw;
    height: 9.375vw;
    border-radius: 1.25vw;
    margin-right: 3.125vw;
  }
  .calculator__content .content-gifts .gifts-item .item-icon img {
    width: 4.6875vw;
    height: 4.6875vw;
  }
  .calculator__content .content-gifts .gifts-item .item-text {
    font-size: 4.375vw;
    line-height: 6.25vw;
  }
  .calculator__content .content-container {
    padding: 0;
  }
  .calculator__content .quiz-main {
    width: 100%;
  }
  .calculator__content .quiz-side {
    display: none;
  }
  .calculator__content .quiz-progress {
    height: 6.25vw;
    padding: 1.25vw;
    border-radius: 156.25vw;
    margin-bottom: 7.5vw;
  }
  .calculator__content .quiz-progress .progress-line {
    border-radius: 156.25vw;
  }
  .calculator__content .quiz-progress .progress-text {
    font-size: 2.5vw;
    line-height: 3.75vw;
  }
  .calculator__content .quiz-container[data-quiz-active-question-id-js="1"] [data-quiz-prev-btn-js] {
    display: none;
  }
  .calculator__content .quiz-questions {
    margin-bottom: 9.375vw;
  }
  .calculator__content .quiestions-item .item-title {
    font-size: 5vw;
    line-height: 6.25vw;
    margin-bottom: 7.8125vw;
  }
  .calculator__content .quiestions-item .container-flex {
    margin: -3.75vw -6.25vw;
  }
  .calculator__content .quiestions-item .container-flex .answer-item,
.calculator__content .quiestions-item .container-flex .text-answer-item,
.calculator__content .quiestions-item .container-flex .answer-skip-item {
    margin: 3.75vw 6.25vw;
  }
  .calculator__content .answer-item {
    width: 37.5vw;
    position: relative;
    cursor: pointer;
  }
  .calculator__content .answer-item .item-top {
    height: 21.875vw;
    border-radius: 3.125vw;
    padding: 3.125vw;
    border: 0.625vw solid #F4F8FB;
  }
  .calculator__content .answer-item .item-top .top-text {
    font-size: 3.125vw;
    line-height: 4.375vw;
  }
  .calculator__content .answer-item .item-top .top-img {
    border-radius: 3.125vw;
  }
  .calculator__content .answer-item .item-main {
    margin-top: -1.875vw;
  }
  .calculator__content .answer-item .item-icon {
    width: 3.75vw;
    height: 3.75vw;
    border: 0.3125vw solid #FFFFFF;
    margin-bottom: 1.5625vw;
  }
  .calculator__content .answer-item .item-icon img {
    width: 1.25vw;
    height: 0.9375vw;
  }
  .calculator__content .answer-item .item-text {
    font-size: 3.125vw;
    line-height: 3.75vw;
  }
  .calculator__content .answer-item[data-multiple-answer-js] .item-icon {
    border-radius: 0.625vw;
  }
  .calculator__content .text-answer-item {
    width: 87.5vw;
  }
  .calculator__content .text-answer-item .item-text {
    font-size: 3.125vw;
    line-height: 3.75vw;
    padding-left: 7.8125vw;
    margin-bottom: 1.5625vw;
  }
  .calculator__content .text-answer-item .item-icon {
    width: 4.6875vw;
    height: 4.6875vw;
    margin-right: 3.125vw;
  }
  .calculator__content .text-answer-item .item-icon img {
    width: 1.5625vw;
    height: 1.25vw;
  }
  .calculator__content .text-answer-item .item-input {
    width: 79.6875vw;
    height: 15.625vw;
    border-radius: 156.25vw;
    border: 0.3125vw solid #E1E6EA;
    padding: 0 7.8125vw;
    font-size: 3.75vw;
    line-height: 4.6875vw;
  }
  .calculator__content .answer-skip-item {
    width: 87.5vw;
  }
  .calculator__content .answer-skip-item .item-icon {
    width: 4.6875vw;
    height: 4.6875vw;
    margin-right: 3.125vw;
  }
  .calculator__content .answer-skip-item .item-icon img {
    width: 1.5625vw;
    height: 1.25vw;
  }
  .calculator__content .answer-skip-item .item-text {
    font-size: 3.125vw;
    line-height: 3.75vw;
  }
  .calculator__content .quiz-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-bottom .bottom-text {
    max-width: unset;
    font-size: 2.8125vw;
    line-height: 3.75vw;
    margin-bottom: 3.125vw;
  }
  .calculator__content .quiz-bottom .bottom-text br {
    display: none;
  }
  .calculator__content .quiz-bottom .bottom-controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .calculator__content .quiz-bottom .controls-wrap {
    border-radius: 156.25vw;
    position: relative;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 6.25vw;
  }
  .calculator__content .quiz-bottom .controls-hint {
    left: 0;
    right: 0;
    margin-bottom: 3.125vw;
    border-radius: 1.5625vw;
    padding: 3.125vw;
    font-size: 3.125vw;
    line-height: 4.375vw;
    -webkit-box-shadow: 0 0 0.9375vw 0 rgba(28, 28, 28, 0.2);
            box-shadow: 0 0 0.9375vw 0 rgba(28, 28, 28, 0.2);
  }
  .calculator__content .quiz-bottom .next-btn {
    width: 87.5vw;
    min-height: 14.0625vw;
    font-size: 3.125vw;
    line-height: 4.375vw;
  }
  .calculator__content .quiz-bottom .prev-btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 3.125vw;
    line-height: 4.375vw;
    margin: 0;
  }
  .calculator__content .quiz-final .final-title {
    font-size: 5.625vw;
    line-height: 8.125vw;
    margin-bottom: 6.25vw;
  }
  .calculator__content .quiz-final .final-text {
    font-size: 4.375vw;
    line-height: 6.25vw;
    margin-bottom: 6.25vw;
  }
  .calculator__content .quiz-final .final-text br {
    display: none;
  }
  .calculator__content .quiz-final .final-gifts {
    margin-bottom: 6.25vw;
  }
  .calculator__content .quiz-final .gifts-title {
    font-size: 5vw;
    line-height: 7.5vw;
    margin-bottom: 6.25vw;
  }
  .calculator__content .quiz-final .gifts-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .calculator__content .quiz-final .gifts-item {
    width: 100%;
    margin: 0;
    margin-bottom: 6.25vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .calculator__content .quiz-final .gifts-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .calculator__content .quiz-final .gifts-item:nth-child(odd) {
    margin-left: 0;
  }
  .calculator__content .quiz-final .gifts-item:last-child {
    margin-bottom: 0;
  }
  .calculator__content .quiz-final .gifts-item .item-icon {
    width: 9.375vw;
    height: 9.375vw;
    border-radius: 1.25vw;
    margin-right: 3.125vw;
  }
  .calculator__content .quiz-final .gifts-item .item-icon img {
    width: 4.6875vw;
    height: 4.6875vw;
  }
  .calculator__content .quiz-final .gifts-item .item-text {
    font-size: 4.375vw;
    line-height: 6.25vw;
  }
  .calculator__content .quiz-final .final-form .form-select .nice-select, .calculator__content .quiz-final .final-form .form-select .list {
    border: 0.3125vw solid #E1E6EA;
  }
  .calculator__content .quiz-final .final-form .form-select .list {
    left: -0.3125vw;
    right: -0.3125vw;
  }
  .calculator__content .quiz-final .final-form .form-item {
    width: 87.5vw;
    margin: 0;
    margin-bottom: 3.125vw;
  }
  .calculator__content .quiz-final .final-form .form-item .form-input {
    border: 0.3125vw solid #19A861; /* #E1E6EA */
  }
  .calculator__content .quiz-final .final-form .form-btn {
    width: 87.5vw;
    min-height: 15.625vw;
    font-size: 3.75vw;
  }
  .calculator__content .quiz-loader {
    top: -1.5625vw;
    left: -1.5625vw;
    right: -1.5625vw;
    bottom: -1.5625vw;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
  .calculator__content .quiz-loader .loader-img {
    width: 25vw;
    height: 25vw;
    margin-bottom: 4.6875vw;
  }
  .calculator__content .quiz-loader .loader-text {
    font-size: 4.375vw;
    line-height: 6.25vw;
  }

  .steps {
    margin-bottom: 14.0625vw;
  }
  .steps__content .content-title {
    margin-bottom: 7.8125vw;
  }
  .steps__content .content-container .container-flex {
    margin: -3.125vw;
  }
  .steps__content .content-container .steps__item {
    margin: 3.125vw;
  }
  .steps__item {
    width: 87.5vw;
    border-radius: 6.25vw;
    padding: 4.6875vw;
  }
  .steps__item > *:last-child {
    margin-bottom: 0 !important;
  }
  .steps__item:nth-child(4n+4) {
    width: 87.5vw;
  }
  .steps__item .item-icon {
    width: 9.375vw;
    height: 9.375vw;
    border-radius: 2.5vw;
    margin-bottom: 7.8125vw;
  }
  .steps__item .item-icon img {
    width: 2.8125vw;
    height: 2.1875vw;
  }

  .item-number{
    color: blue;
  }

  .steps__item .item-number {
    color: blue;
    font-size: 3.125vw;
    line-height: 3.75vw;
    margin-bottom: 4.6875vw;
  }
  .steps__item .item-title {
    font-size: 5.625vw;
    line-height: 7.5vw;
    margin-bottom: 3.125vw;
  }
  .steps__item .item-text {
    font-size: 4.375vw;
    line-height: 5.625vw;
    margin-bottom: 6.25vw;
  }
  .steps__item .item-text p {
    margin-bottom: 5.625vw;
  }
  .steps__item .item-text p:last-child {
    margin-bottom: 0;
  }
  .steps__item .item-btn {
    min-height: 15.625vw;
    font-size: 3.75vw;
  }

  .contract__overlay {
    top: -3.125vw;
    bottom: -3.125vw;
  }
  .contract__container {
    min-height: unset;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contract__img {
    width: 87.5vw;
    height: 57.8125vw;
    right: 6.25vw;
    bottom: -9.375vw;
  }
  .contract__content {
    padding: 0;
    padding-bottom: 46.875vw;
  }
  .contract__content .content-title {
    margin-bottom: 4.6875vw;
  }
  .contract__content .content-text {
    width: 100%;
    margin-bottom: 6.25vw;
  }
  .contract__content .content-list {
    width: 100%;
    margin-bottom: 6.25vw;
  }
  .contract__content .list-item {
    width: 40.625vw;
    margin-top: 3.125vw;
  }
  .contract__content .list-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .contract__content .list-item .item-icon {
    width: 6.25vw;
    height: 6.25vw;
    border-radius: 50%;
    margin-right: 3.125vw;
  }
  .contract__content .list-item .item-icon img {
    width: 1.875vw;
    height: 1.875vw;
  }
  .contract__content .list-item .item-text {
    font-size: 2.8125vw;
    line-height: 3.75vw;
  }
  .contract__content .content-bottom {
    width: 100%;
  }
  .contract__content .content-bottom .bottom-text {
    font-size: 3.125vw;
    line-height: 4.375vw;
    margin-bottom: 4.6875vw;
  }
  .contract__content .content-bottom .bottom-text br {
    display: none;
  }
  .contract__content .content-bottom .bottom-link {
    font-size: 3.125vw;
    line-height: 6.25vw;
    margin-bottom: 4.6875vw;
  }

  .check-list {
    margin-bottom: 14.0625vw;
  }
  .check-list__content {
    margin: 0 -1.5625vw;
    min-height: unset;
    border-radius: 4.6875vw;
  }
  .check-list__content .content-img {
    width: 87.5vw;
    height: 75.3125vw;
  }
  .check-list__content .content-main {
    padding: 4.6875vw;
    padding-bottom: 75vw;
  }
  .check-list__content .content-title {
    margin-bottom: 6.25vw;
  }
  .check-list__content .content-form .form-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .check-list__content .content-form .form-item {
    margin-top: 3.125vw;
  }
  .check-list__content .content-form .form-item:nth-child(-n+2) {
    margin-top: 3.125vw;
  }
  .check-list__content .content-form .form-item:first-child {
    margin-top: 0;
  }
  .check-list__content .content-form .form-btn {
    padding: 0 6.25vw;
    font-size: 3.125vw;
    min-height: 18.75vw;
    margin-top: 6.25vw;
  }

  .team {
    margin-bottom: 14.0625vw;
  }
  .team__overlay {
    top: -3.125vw;
    bottom: -3.125vw;
  }
  .team__content {
    position: relative;
  }
  .team__content .content-top {
    padding-bottom: 3.125vw;
    border-bottom: 0.3125vw solid #E1E6EA;
    margin-bottom: 6.25vw;
  }
  .team__content .top-text {
    max-width: unset;
    font-size: 3.125vw;
    line-height: 4.375vw;
  }
  .team__content .content-title {
    margin-bottom: 4.6875vw;
  }
  .team__content .content-text {
    margin-bottom: 4.6875vw;
  }
  .team__content .content-slider {
    position: relative;
  }
  .team__content .slider-container {
    margin: 0;
    margin-right: -6.25vw;
  }
  .team__content .slider-container .swiper-slide {
    width: 62.5vw;
    margin-right: 7.8125vw;
  }
  .team__content .slider-hint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.125vw;
    line-height: 4.375vw;
    margin-bottom: 4.6875vw;
  }
  .team__content .slider-hint img {
    width: 4.0625vw;
    height: 4.375vw;
    -o-object-fit: contain;
       object-fit: contain;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 3.125vw;
  }
  .team__slide .slide-img {
    height: 75vw;
    border-radius: 6.25vw;
    margin-bottom: 6.25vw;
  }
  .team__slide .slide-title {
    font-size: 5vw;
    line-height: 6.25vw;
    margin-bottom: 3.125vw;
  }
  .team__slide .slide-text {
    font-size: 3.75vw;
    line-height: 4.6875vw;
    margin-bottom: 1.5625vw;
  }
  .team__slide .slide-experience {
    font-size: 3.75vw;
    line-height: 4.6875vw;
    margin-bottom: 1.5625vw;
  }

  .advantages {
    margin-bottom: 14.0625vw;
  }
  .advantages__content .content-title {
    margin-bottom: 6.25vw;
  }
  .advantages__content .container-item {
    margin-top: 0;
    margin-bottom: 6.25vw;
  }
  .advantages__content .container-item:nth-child(odd) {
    width: 87.5vw;
  }
  .advantages__content .container-item:nth-child(even) {
    width: 87.5vw;
  }
  .advantages__content .container-item:nth-child(-n+2) {
    margin-top: 0 !important;
  }
  .advantages__content .container-item:last-child {
    margin-bottom: 0;
  }
  .advantages__content .item-top {
    margin-bottom: 3.125vw;
  }
  .advantages__content .item-icon {
    width: 5.625vw;
    height: 5.625vw;
    border-radius: 1.25vw;
    margin-right: 3.125vw;
  }
  .advantages__content .item-icon img {
    width: 1.875vw;
    height: 1.5625vw;
  }
  .advantages__content .item-title {
    font-size: 4.375vw;
    line-height: 5.625vw;
  }
  .advantages__content .item-text {
    font-size: 3.125vw;
    line-height: 4.375vw;
    margin-bottom: 3.125vw;
  }
  .advantages__content .item-text p {
    margin-bottom: 4.375vw;
  }
  .advantages__content .item-text p:last-child {
    margin-bottom: 0;
  }
  .advantages__content .item-links {
    margin-bottom: 3.125vw;
  }
  .advantages__content .item-links .links-title {
    font-size: 3.125vw;
    line-height: 4.375vw;
    margin-bottom: 1.5625vw;
  }
  .advantages__content .item-links .links-container a {
    width: 7.8125vw;
    height: 7.8125vw;
    margin-right: 1.5625vw;
  }
  .advantages__content .item-links .links-container a:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .advantages__content .item-links .links-container a:last-child {
    margin-right: 0;
  }

  .services {
    margin-bottom: 14.0625vw;
  }
  .services__content .content-title {
    margin-bottom: 3.125vw;
  }
  .services__content .content-text {
    margin-bottom: 7.8125vw;
  }
  .services__content .content-text .hint-icon {
    width: 4.375vw;
    height: 4.375vw;
    margin-top: 0.625vw;
    margin-left: 0.9375vw;
  }
  .services__content .content-text .hint-main {
    width: 40.625vw;
    padding: 3.125vw;
    border-radius: 1.5625vw;
    font-size: 2.5vw;
    line-height: 3.125vw;
    margin-left: 3.4375vw;
    -webkit-box-shadow: 0 0 0.625vw 0 rgba(28, 28, 28, 0.2);
            box-shadow: 0 0 0.625vw 0 rgba(28, 28, 28, 0.2);
  }
  .services__content .content-text .hint-main p {
    margin-bottom: 3.125vw;
  }
  .services__content .content-text .hint-main ul {
    margin-bottom: 3.125vw;
  }
  .services__content .content-text .hint-main ul li {
    padding-left: 3.125vw;
    margin-bottom: 0.625vw;
  }
  .services__content .content-text .hint-main ul li:last-child {
    margin-bottom: 0;
  }
  .services__content .content-text .hint-main ul li::before {
    width: 0.625vw;
    height: 0.625vw;
    top: 1.25vw;
    left: 1.25vw;
  }
  .services__content .content-text .hint-main ol {
    padding-left: 5vw;
    margin-bottom: 3.125vw;
  }
  .services__content .content-text .hint-main ol li {
    margin-bottom: 0.625vw;
  }
  .services__content .content-text .hint-main ol li:last-child {
    margin-bottom: 0;
  }
  .services__content .content-container .container-flex {
    margin: -3.125vw;
  }
  .services__content .content-container .services__item {
    margin: 3.125vw;
  }
  .services__item {
    width: 87.5vw;
    border-radius: 4.6875vw;
    border: 0.3125vw solid #DCE5EF;
  }
  .services__item:nth-child(3n+3) {
    width: 87.5vw;
  }
  .services__item:nth-child(3n+3) .item-content {
    padding-right: 23.4375vw;
  }
  .services__item .item-img {
    width: 7.8125vw;
    height: 69.375vw;
    right: 6.25vw;
  }
  .services__item .item-content {
    padding: 4.6875vw;
    padding-right: 23.4375vw;
  }
  .services__item .item-title {
    font-size: 4.375vw;
    line-height: 5.625vw;
    margin-bottom: 4.6875vw;
  }
  .services__item .item-title br {
    display: none;
  }
  .services__item .item-list {
    font-size: 3.125vw;
    line-height: 4.375vw;
    margin-bottom: 1.5625vw;
  }
  .services__item .item-info {
    margin-bottom: 4.6875vw;
  }
  .services__item .item-info .info-btn {
    font-size: 3.125vw;
    line-height: 5vw;
    font-weight: 500;
  }
  .services__item .item-info .info-btn img {
    width: 1.875vw;
    height: 1.25vw;
    margin-left: 1.5625vw;
  }
  .services__item .item-info .info-body {
    padding-top: 3.125vw;
    font-size: 3.125vw;
    line-height: 4.375vw;
  }
  .services__item .item-info .info-body p {
    margin-bottom: 3.125vw;
  }
  .services__item .item-info .info-body ul li, .services__item .item-info .info-body ol li {
    padding-left: 4.375vw;
    margin-bottom: 1.5625vw;
  }
  .services__item .item-info .info-body ul li:last-child, .services__item .item-info .info-body ol li:last-child {
    margin-bottom: 0;
  }
  .services__item .item-info .info-body ul li::before, .services__item .item-info .info-body ol li::before {
    width: 0.625vw;
    height: 0.625vw;
    top: 1.875vw;
    left: 1.875vw;
  }
  .services__item .item-price {
    font-size: 3.125vw;
    line-height: 4.375vw;
    margin-bottom: 3.125vw;
  }
  .services__item .item-price span {
    font-size: 5.625vw;
    line-height: 6.875vw;
  }
  .services__item .item-btn {
    min-height: 12.5vw;
    font-size: 2.5vw;
    padding: 0 3.125vw;
  }

  .consultation {
    margin-bottom: 14.0625vw;
  }
  .consultation__banner {
    border-radius: 4.6875vw;
  }
  .consultation__banner .banner-person {
    width: 87.5vw;
    height: 68.75vw;
  }
  .consultation__banner .banner-person .person-img {
    width: 68.75vw;
    height: 96.875vw;
    position: absolute;
    right: -1.5625vw;
    bottom: -18.75vw;
  }
  .consultation__banner .banner-person .person-info {
    width: 43.75vw;
    top: 6.25vw;
    left: 4.6875vw;
    bottom: unset;
  }
  .consultation__banner .banner-person .person-info blockquote {
    font-size: 2.5vw;
    line-height: 3.75vw;
    margin-bottom: 3.125vw;
  }
  .consultation__banner .banner-person .person-info p {
    width: 25vw;
    font-size: 3.125vw;
    line-height: 3.75vw;
    margin-bottom: 0;
  }
  .consultation__banner .banner-person .person-info span {
    width: 25vw;
    font-size: 2.5vw;
    line-height: 3.75vw;
  }
  .consultation__banner .banner-content {
    min-height: unset;
    padding: 4.6875vw;
    padding-bottom: 71.875vw;
    -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;
  }
  .consultation__banner .content-main {
    width: 100%;
    margin-bottom: 9.375vw;
  }
  .consultation__banner .content-text {
    font-size: 3.75vw;
    line-height: 5vw;
    margin-bottom: 4.6875vw;
  }
  .consultation__banner .content-text br {
    display: none;
  }
  .consultation__banner .content-title {
    margin-bottom: 4.6875vw;
  }
  .consultation__banner .content-list {
    margin-bottom: 4.6875vw;
  }
  .consultation__banner .content-list .list-title {
    font-size: 3.75vw;
    line-height: 5vw;
    margin-bottom: 3.125vw;
  }
  .consultation__banner .content-list ul,
.consultation__banner .content-list ol {
    font-size: 3.125vw;
    line-height: 3.75vw;
  }
  .consultation__banner .content-list ul li,
.consultation__banner .content-list ol li {
    padding-left: 3.75vw;
    margin-bottom: 3.125vw;
  }
  .consultation__banner .content-list ul li:last-child,
.consultation__banner .content-list ol li:last-child {
    margin-bottom: 0;
  }
  .consultation__banner .content-list ul li::before,
.consultation__banner .content-list ol li::before {
    width: 1.25vw;
    height: 1.25vw;
    top: 1.25vw;
  }
  .consultation__banner .content-form {
    width: 100%;
  }
  .consultation__banner .content-form .form-title {
    font-size: 4.375vw;
    line-height: 5.625vw;
    margin-bottom: 6.25vw;
  }
  .consultation__banner .content-form .form-container,
.consultation__banner .content-form .form-checkbox {
    width: 100%;
  }
  .consultation__banner .content-form .form-item {
    margin: 0;
    margin-top: 3.125vw;
  }
  .consultation__banner .content-form .form-item:first-child {
    margin-top: 0;
  }
  .consultation__banner .content-form .form-btn {
    font-size: 3.125vw;
    line-height: 5vw;
    margin-top: 6.25vw;
  }

  .cooperation {
    margin-bottom: 14.0625vw;
  }
  .cooperation__content .content-top {
    display: none;
  }
  .cooperation__content .content-container {
    -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-main {
    width: 100%;
    margin-bottom: 6.25vw;
  }
  .cooperation__content .content-block {
    margin-bottom: 6.25vw;
    position: relative;
    z-index: 1;
  }
  .cooperation__content .content-select {
    width: 100%;
    height: 15.625vw;
    border-radius: 7.8125vw;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    background: #F4F8FB;
    padding: 0 6.25vw;
    position: relative;
    z-index: 0;
    color: #9AA4B0;
  }
  .cooperation__content .content-select::after {
    display: none;
  }
  .cooperation__content .content-select.open {
    border-radius: 6.25vw;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cooperation__content .content-select.open .current::after {
    -webkit-transform: translateY(-50%) scaleY(-1);
            transform: translateY(-50%) scaleY(-1);
  }
  .cooperation__content .content-select .current {
    font-weight: 400;
    font-size: 3.75vw;
    letter-spacing: 0.04em;
    line-height: 15.625vw;
    position: relative;
  }
  .cooperation__content .content-select .current::after {
    content: "";
    width: 1.875vw;
    height: 0.9375vw;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: 1.5625vw;
    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;
  }
  .cooperation__content .content-select .list {
    width: 100%;
    margin: 0;
    padding: 0;
    max-height: 75vw;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 6.25vw;
    border-bottom-right-radius: 6.25vw;
    z-index: 10;
    overflow: auto;
    background-color: #F4F8FB;
  }
  .cooperation__content .content-select .list .option {
    padding: 0 6.25vw;
    font-size: 3.75vw;
    letter-spacing: 0.04em;
    line-height: 12.5vw;
    background-color: #F4F8FB;
  }
  .cooperation__content .content-select .list .option.selected, .cooperation__content .content-select .list .option:hover {
    background-color: #edeff1;
  }
  .cooperation__content .content-body {
    width: 100%;
  }
  .cooperation__content .container-item .item-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 4.6875vw;
  }
  .cooperation__content .container-item .item-icon {
    width: 5.625vw;
    height: 5.625vw;
    border-radius: 1.25vw;
    margin-right: 3.125vw;
  }
  .cooperation__content .container-item .item-icon img {
    width: 1.875vw;
    height: 1.5625vw;
  }
  .cooperation__content .container-item .item-title {
    font-size: 4.375vw;
    line-height: 5.625vw;
  }
  .cooperation__content .container-item .item-body {
    font-size: 3.125vw;
    line-height: 4.375vw;
  }
  .cooperation__content .container-item .item-body p {
    margin-bottom: 4.375vw;
  }
  .cooperation__content .container-item .item-body p:last-child {
    margin-bottom: 0;
  }
  .cooperation__content .container-item .item-body ul li, .cooperation__content .container-item .item-body ol li {
    padding-left: 4.375vw;
    margin-bottom: 1.5625vw;
  }
  .cooperation__content .container-item .item-body ul li:last-child, .cooperation__content .container-item .item-body ol li:last-child {
    margin-bottom: 0;
  }
  .cooperation__content .container-item .item-body ul li::before, .cooperation__content .container-item .item-body ol li::before {
    width: 1.25vw;
    height: 1.25vw;
    top: 1.5625vw;
    left: 1.5625vw;
  }

  .articles {
    margin-bottom: 14.0625vw;
  }
  .articles__content .content-title {
    margin-bottom: 4.6875vw;
  }
  .articles__content .content-text {
    margin-bottom: 6.25vw;
  }
  .articles__content .content-filters {
    display: none;
  }
  .articles__content .content-block {
    margin-bottom: 6.25vw;
    position: relative;
    z-index: 1;
  }
  .articles__content .content-select {
    width: 100%;
    height: 15.625vw;
    border-radius: 7.8125vw;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    background: #F4F8FB;
    padding: 0 6.25vw;
    position: relative;
    z-index: 0;
    color: #9AA4B0;
  }
  .articles__content .content-select::after {
    display: none;
  }
  .articles__content .content-select.open {
    border-radius: 6.25vw;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .articles__content .content-select.open .current::after {
    -webkit-transform: translateY(-50%) scaleY(-1);
            transform: translateY(-50%) scaleY(-1);
  }
  .articles__content .content-select .current {
    font-weight: 400;
    font-size: 3.75vw;
    letter-spacing: 0.04em;
    line-height: 15.625vw;
    position: relative;
  }
  .articles__content .content-select .current::after {
    content: "";
    width: 1.875vw;
    height: 0.9375vw;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: 1.5625vw;
    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;
  }
  .articles__content .content-select .list {
    width: 100%;
    margin: 0;
    padding: 0;
    max-height: 75vw;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 6.25vw;
    border-bottom-right-radius: 6.25vw;
    z-index: 10;
    overflow: auto;
    background-color: #F4F8FB;
  }
  .articles__content .content-select .list .option {
    padding: 0 6.25vw;
    font-size: 3.75vw;
    letter-spacing: 0.04em;
    line-height: 12.5vw;
    background-color: #F4F8FB;
  }
  .articles__content .content-select .list .option.selected, .articles__content .content-select .list .option:hover {
    background-color: #edeff1;
  }
  .articles__content .content-container {
    position: relative;
    z-index: 0;
    margin-bottom: 7.8125vw;
  }
  .articles__content .content-container .container-flex {
    margin: -3.125vw;
  }
  .articles__content .content-container .articles__item {
    margin: 3.125vw;
  }
  .articles__content .content-link {
    font-size: 3.125vw;
    line-height: 5vw;
  }
  .articles__item {
    width: 87.5vw;
  }
  .articles__item .item-date {
    height: 7.5vw;
    border-radius: 156.25vw;
    padding: 1.5625vw 3.125vw;
    top: 3.125vw;
    left: 3.125vw;
    font-size: 2.5vw;
    line-height: 3.75vw;
  }
  .articles__item .item-img {
    height: 50vw;
    border-radius: 4.6875vw;
    margin-bottom: 4.6875vw;
  }
  .articles__item .item-title {
    font-size: 4.375vw;
    line-height: 6.25vw;
  }

  .audit {
    margin-bottom: 14.0625vw;
  }
  .audit__overlay {
    top: -3.125vw;
    bottom: -3.125vw;
  }
  .audit__banner {
    border-radius: 4.6875vw;
  }
  .audit__banner .banner-person {
    width: 87.5vw;
    height: 71.875vw;
  }
  .audit__banner .banner-person .person-img {
    width: 88.75vw;
    height: 93.4375vw;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    top: -2.8125vw;
    left: -20vw;
  }
  .audit__banner .banner-person .person-info {
    width: 37.5vw;
    top: 9.375vw;
    right: 4.6875vw;
    bottom: unset;
  }
  .audit__banner .banner-person .person-info p {
    width: 25vw;
    font-size: 3.125vw;
    line-height: 3.75vw;
  }
  .audit__banner .banner-person .person-info span {
    width: 25vw;
    font-size: 2.5vw;
    line-height: 3.125vw;
  }
  .audit__banner .banner-person .info-blockquote {
    display: block;
    font-size: 2.5vw;
    line-height: 3.75vw;
    margin-bottom: 3.125vw;
  }
  .audit__banner .banner-person .person-blockquote {
    display: none;
  }
  .audit__banner .banner-content {
    min-height: unset;
    padding: 4.6875vw;
    padding-bottom: 71.875vw;
    -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;
  }
  .audit__banner .content-main {
    width: 100%;
    margin-bottom: 7.8125vw;
  }
  .audit__banner .content-form {
    width: 100%;
  }
  .audit__banner .content-title {
    margin-bottom: 4.6875vw;
  }
  .audit__banner .content-text {
    font-size: 3.125vw;
    line-height: 4.6875vw;
    margin-bottom: 4.6875vw;
  }
  .audit__banner .content-text p {
    margin-bottom: 4.6875vw;
  }
  .audit__banner .content-text br {
    display: none;
  }
  .audit__banner .content-text ul,
.audit__banner .content-text ol {
    font-size: 3.125vw;
    line-height: 4.6875vw;
    margin-bottom: 4.6875vw;
  }
  .audit__banner .content-text ul li,
.audit__banner .content-text ol li {
    padding-left: 3.125vw;
    margin-bottom: 3.125vw;
  }
  .audit__banner .content-text ul li:last-child,
.audit__banner .content-text ol li:last-child {
    margin-bottom: 0;
  }
  .audit__banner .content-text ul li::before,
.audit__banner .content-text ol li::before {
    width: 0.9375vw;
    height: 0.9375vw;
    top: 1.875vw;
    left: 0;
  }
  .audit__banner .content-form .form-item {
    margin: 0;
    margin-top: 3.125vw;
  }
  .audit__banner .content-form .form-item:first-child {
    margin-top: 0;
  }
  .audit__banner .content-form .form-btn {
    margin-top: 6.25vw;
    font-size: 3.125vw;
  }
  .audit__banner .form-title {
    font-size: 4.375vw;
    line-height: 5.625vw;
    margin-bottom: 6.25vw;
  }

  .last-text {
    margin-bottom: 9.375vw;
  }

  .contacts {
    margin-bottom: 6.25vw;
  }
  .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;
  }
  .contacts__content .content-main {
    width: 100%;
    margin-bottom: 6.25vw;
  }
  .contacts__content .content-logo {
    -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;
  }
  .contacts__content .content-logo a {
    width: 16.875vw;
    height: 13.75vw;
    margin: 0;
    margin-right: 6.25vw;
  }
  .contacts__content .content-logo p {
    font-size: 3.75vw;
    line-height: 4.375vw;
  }
	.contacts__content .content-main .bottom-link{
		font-size: 3.125vw;
		line-height: 6.25vw;
	}
  .contacts__content .container-item {
    margin: 0;
  }
  .contacts__content .item-title {
    display: none;
  }
  .contacts__content .item-text {
    font-size: 4.375vw;
    line-height: 5.625vw;
    margin-bottom: 3.125vw;
  }
  .contacts__content .item-link {
    font-size: 4.375vw;
    line-height: 5.625vw;
    margin-bottom: 3.125vw;
  }
  .contacts__content .item-phone {
    font-size: 6.25vw;
    line-height: 8.125vw;
    margin-bottom: 3.125vw;
  }
  .contacts__content .item-email {
    font-size: 4.375vw;
    line-height: 5.625vw;
    margin-bottom: 3.125vw;
  }
  .contacts__content .item-social a {
    width: 9.375vw;
    height: 9.375vw;
    margin-right: 3.125vw;
  }
  .contacts__content .item-social a:last-child {
    margin-right: 0;
  }
  .contacts__content .item-social a:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .contacts__content .item-list {
    font-size: 3.75vw;
    line-height: 5vw;
  }
  .contacts__content .item-list li {
    margin-bottom: 1.5625vw;
  }
  .contacts__content .item-list li:last-child {
    margin-bottom: 0;
  }

  .error-page {
    position: relative;
  }
  .error-page::before {
    top: -31.25vw;
  }
  .error-page__img {
    width: 100vw;
    height: 41.875vw;
    right: 0;
    bottom: -1.5625vw;
  }
  .error-page__content {
    padding: 21.875vw 0;
    padding-bottom: 43.75vw;
    min-height: calc(100vh - 21.875vw);
    padding: 0;
  }
  .error-page__content .content-title {
    margin-bottom: 12.5vw;
    text-align: center;
  }
  .error-page__content .content-link {
    width: 100%;
    min-width: unset;
    min-height: 18.75vw;
    font-size: 3.75vw;
  }

  .lid-magnit {
    margin-bottom: 7.8125vw;
  }
  .lid-magnit__banner {
    border-radius: 4.6875vw;
  }
  .lid-magnit__banner .banner-bg {
    border-radius: 4.6875vw;
  }
  .lid-magnit__banner .banner-img {
    width: 107.5vw;
    height: 83.4375vw;
    right: -18.75vw;
    bottom: -6.25vw;
  }
  .lid-magnit__banner .banner-content {
    min-height: unset;
    padding: 4.6875vw;
    padding-bottom: 78.125vw;
  }
  .lid-magnit__banner .content-text {
    font-size: 3.75vw;
    line-height: 4.6875vw;
    margin-bottom: 3.125vw;
  }
  .lid-magnit__banner .content-text br {
    display: none;
  }
  .lid-magnit__banner .content-title {
    margin-bottom: 3.125vw;
  }
  .lid-magnit__banner .content-name {
    font-size: 4.375vw;
    line-height: 6.25vw;
    margin-bottom: 4.6875vw;
  }
  .lid-magnit__banner .content-form .form-item {
    width: 100%;
    margin-top: 3.125vw;
  }
  .lid-magnit__banner .content-form .form-item:nth-child(-n+2) {
    margin-top: 3.125vw;
  }
  .lid-magnit__banner .content-form .form-item:first-child {
    margin-top: 0;
  }
  .lid-magnit__banner .content-form .form-btn {
    min-height: 18.75vw;
    margin-top: 6.25vw;
    font-size: 3.75vw;
  }

  .thanx-page {
    margin-bottom: 7.8125vw;
  }
  .thanx-page__content {
    min-height: calc(100vh - 21.875vw);
  }
  .thanx-page__content .content-title {
    margin-bottom: 4.6875vw;
  }
  .thanx-page__content .content-text {
    font-size: 3.75vw;
    line-height: 4.6875vw;
    margin-bottom: 6.25vw;
  }
  .thanx-page__content .content-container {
    margin-bottom: 7.8125vw;
  }
  .thanx-page__content .content-container .container-flex {
    margin: -3.125vw;
  }
  .thanx-page__content .content-container .articles__item {
    margin: 3.125vw;
  }
  .thanx-page__content .content-link {
    font-size: 3.75vw;
    line-height: 5.625vw;
  }

  .breadcrumbs {
    margin-bottom: 6.25vw;
  }
  .breadcrumbs__content {
    font-size: 3.125vw;
    line-height: 4.375vw;
    padding: 1.5625vw 0;
    overflow: auto;
  }
  .breadcrumbs__content .content-item {
    margin-right: 1.5625vw;
  }
  .breadcrumbs__content .content-item:last-child {
    margin-right: 0;
  }
  .breadcrumbs__content .content-item::before {
    width: 0.9375vw;
    height: 1.875vw;
    margin-right: 1.5625vw;
  }

  .seo-text {
    margin-bottom: 14.0625vw;
  }
  .seo-text__content .content-title {
    font-size: 6.25vw;
    line-height: 9.375vw;
    margin-bottom: 6.25vw;
  }
  .seo-text__content .content-main {
    margin-bottom: 6.25vw;
    height: 18.75vw;
  }
  .seo-text__content .content-main p {
    font-size: 3.125vw;
    line-height: 4.375vw;
    margin-bottom: 4.375vw;
  }
  .seo-text__content .content-main ul {
    font-size: 3.125vw;
    line-height: 4.375vw;
    margin-bottom: 4.375vw;
  }
  .seo-text__content .content-main ul li {
    padding-left: 4.375vw;
    margin-bottom: 1.5625vw;
  }
  .seo-text__content .content-main ul li:last-child {
    margin-bottom: 0;
  }
  .seo-text__content .content-main ul li::before {
    width: 1.25vw;
    height: 1.25vw;
    top: 1.5625vw;
    left: 1.5625vw;
  }
  .seo-text__content .content-main ol {
    font-size: 3.125vw;
    line-height: 4.375vw;
    padding-left: 4.375vw;
    margin-bottom: 4.375vw;
  }
  .seo-text__content .content-main ol li {
    margin-bottom: 1.5625vw;
  }
  .seo-text__content .content-main ol li:last-child {
    margin-bottom: 0;
  }
  .seo-text__content .content-main h1, .seo-text__content .content-main h2, .seo-text__content .content-main h3, .seo-text__content .content-main h4, .seo-text__content .content-main h5, .seo-text__content .content-main h6 {
    font-size: 4.375vw;
    line-height: 6.25vw;
    margin-bottom: 6.25vw;
  }
  .seo-text__content .bottom-btn {
    font-size: 3.75vw;
    line-height: 5.625vw;
  }
  .seo-text__content .bottom-btn img {
    width: 2.1875vw;
    height: 1.25vw;
    margin-left: 1.5625vw;
  }

  .articles-typical {
    margin-bottom: 14.0625vw;
  }
  .articles-typical__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;
  }
  .articles-typical__content .content-main {
    width: 100%;
    margin-bottom: 9.375vw;
  }
  .articles-typical__content .content-banners {
    width: 100%;
  }
  .articles-typical__content .content-sticky {
    position: static;
    top: unset;
  }
  .articles-typical__content .content-title {
    margin-bottom: 4.6875vw;
  }
  .articles-typical__content .content-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 4.6875vw;
  }
  .articles-typical__content .content-info .info-date {
    font-size: 3.125vw;
    line-height: 4.6875vw;
    margin-right: 15.625vw;
  }
  .articles-typical__content .content-info .info-tag {
    font-size: 3.125vw;
    line-height: 4.6875vw;
    padding: 0 3.125vw;
    padding-bottom: 1.5625vw;
    border-bottom: 0.3125vw solid #E1E6EA;
  }
  .articles-typical__content .content-container {
    margin-bottom: 9.375vw;
  }
  .articles-typical__content .content-container .container-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 4.6875vw;
  }
  .articles-typical__content .content-container .container-item:last-child {
    margin-bottom: 0;
  }
  .articles-typical__content .content-container .container-item > *:nth-child(2) {
    margin-left: 0;
    margin-top: 4.6875vw;
  }
  .articles-typical__content .content-text h2,
.articles-typical__content .content-text h3,
.articles-typical__content .content-text h4,
.articles-typical__content .content-text h5,
.articles-typical__content .content-text h6 {
    font-size: 5vw;
    line-height: 6.25vw;
    margin-bottom: 4.6875vw;
  }
  .articles-typical__content .content-text p {
    font-size: 3.125vw;
    line-height: 4.375vw;
    margin-bottom: 4.6875vw;
  }
  .articles-typical__content .content-text ul {
    font-size: 3.125vw;
    line-height: 4.6875vw;
    margin-bottom: 4.6875vw;
  }
  .articles-typical__content .content-text ul li {
    padding-left: 4.6875vw;
    margin-bottom: 0.625vw;
  }
  .articles-typical__content .content-text ul li:last-child {
    margin-bottom: 0;
  }
  .articles-typical__content .content-text ul li::before {
    width: 0.9375vw;
    height: 0.9375vw;
    top: 1.875vw;
    left: 1.875vw;
  }
  .articles-typical__content .content-text ol {
    font-size: 3.125vw;
    line-height: 4.6875vw;
    padding-left: 4.6875vw;
    margin-bottom: 4.6875vw;
  }
  .articles-typical__content .content-text ol li {
    margin-bottom: 0.625vw;
  }
  .articles-typical__content .content-text ol li:last-child {
    margin-bottom: 0;
  }
  .articles-typical__content .content-text blockquote {
    padding: 0 9.375vw;
    font-size: 4.375vw;
    line-height: 4.6875vw;
  }
  .articles-typical__content .content-text blockquote p{
    font-size: 4.375vw;
    line-height: 4.6875vw;
  }
  .articles-typical__content .content-text blockquote::before, .articles-typical__content .content-text blockquote::after {
    width: 4.6875vw;
    height: 4.0625vw;
  }
  .articles-typical__content h2,
  .articles-typical__content h3,
  .articles-typical__content h4,
  .articles-typical__content h5,
  .articles-typical__content h6 {
    font-size: 5vw;
    line-height: 6.25vw;
    margin-bottom: 4.6875vw;
  }
  .articles-typical__content p {
    font-size: 3.125vw;
    line-height: 4.375vw;
    margin-bottom: 4.6875vw;
  }
  .articles-typical__content ul {
    font-size: 3.125vw;
    line-height: 4.6875vw;
    margin-bottom: 4.6875vw;
  }
  .articles-typical__content ul li {
    padding-left: 4.6875vw;
    margin-bottom: 0.625vw;
  }
  .articles-typical__content ul li:last-child {
    margin-bottom: 0;
  }
  .articles-typical__content  ul li::before {
    width: 0.9375vw;
    height: 0.9375vw;
    top: 1.875vw;
    left: 1.875vw;
  }
  .articles-typical__content  ol {
    font-size: 3.125vw;
    line-height: 4.6875vw;
    padding-left: 4.6875vw;
    margin-bottom: 4.6875vw;
  }
  .articles-typical__content  ol li {
    margin-bottom: 0.625vw;
  }
  .articles-typical__content  ol li:last-child {
    margin-bottom: 0;
  }
  .articles-typical__content blockquote {
    padding: 0 9.375vw;
    font-size: 4.375vw;
    line-height: 4.6875vw;
  }
  .articles-typical__content  blockquote p{
    font-size: 4.375vw;
    line-height: 4.6875vw;
  }
  .articles-typical__content .content-text blockquote::before, .articles-typical__content .content-text blockquote::after {
    width: 4.6875vw;
    height: 4.0625vw;
  }
  .articles-typical__content  blockquote::before, .articles-typical__content blockquote::after {
    width: 4.6875vw;
    height: 4.0625vw;
  }
  .articles-typical__content .content-images {
    width: 100%;
  }
  .articles-typical__content .content-images img {
    border-radius: 3.125vw;
    margin-top: 3.125vw;
  }
  .articles-typical__content .content-images img:first-child {
    margin-top: 0;
  }
  .articles-typical__content .content-img img {
    margin-bottom: 3.125vw;
    border-radius: 3.125vw;
  }
  .articles-typical__content .content-img span {
    font-size: 3.125vw;
    line-height: 5vw;
  }
  .articles-typical__content .content-list .list-title,
  .articles-typical__content .content-list h3 {
    font-size: 3.75vw;
    line-height: 5.625vw;
    margin-bottom: 3.125vw;
  }
  .articles-typical__content .content-list ul li,
  .articles-typical__content .content-list ol li {
    margin-bottom: 3.125vw;
  }
  .articles-typical__content .content-list ul li:last-child,
.articles-typical__content .content-list ol li:last-child {
    margin-bottom: 0;
  }
  .articles-typical__content .content-list ul .list-icon,
.articles-typical__content .content-list ol .list-icon,
.articles-typical__content .content-list .list-icon{
    width: 4.375vw;
    height: 4.375vw;
    border-radius: 0.625vw;
    margin-right: 1.5625vw;
  }
  .articles-typical__content .content-list ul .list-icon img,
.articles-typical__content .content-list ol .list-icon img,
.articles-typical__content .content-list .list-icon figure,
.articles-typical__content .content-list .list-icon img {
    width: 1.875vw;
    height: 1.25vw;
  }
  .articles-typical__content .content-list ul .list-text,
.articles-typical__content .content-list ol .list-text,
.articles-typical__content .content-list .list-text {
    font-size: 3.125vw;
    line-height: 4.375vw;
  }

  .articles-typical__content .content-bottom .bottom-link {
    font-size: 3.125vw;
    line-height: 5.625vw;
  }
  .articles-typical__calc-banner {
    border-radius: 3.125vw;
    padding: 6.25vw;
    margin-bottom: 6.25vw;
  }
  .articles-typical__calc-banner .banner-title {
    font-size: 5vw;
    line-height: 6.875vw;
    margin-bottom: 6.25vw;
  }
  .articles-typical__calc-banner .banner-link {
    width: 100%;
    height: 15.625vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 6.25vw;
    border-radius: 156.25vw;
    font-size: 3.125vw;
    line-height: 6.25vw;
  }
  .articles-typical__check-list-banner {
    border-radius: 3.125vw;
    margin-bottom: 6.25vw;
  }
  .articles-typical__check-list-banner .banner-title {
    font-size: 5vw;
    line-height: 6.875vw;
    margin-bottom: 6.25vw;
  }
  .articles-typical__check-list-banner .banner-img {
    width: 93.75vw;
    height: 120vw;
    right: -3.125vw;
    bottom: -53.125vw;
  }
  .articles-typical__check-list-banner .banner-content {
    padding: 6.25vw;
    padding-bottom: 62.5vw;
  }
  .articles-typical__check-list-banner .banner-form {
    width: 100%;
  }
  .articles-typical__check-list-banner .banner-form .form-item {
    margin-bottom: 4.6875vw;
  }
  .articles-typical__check-list-banner .banner-form .form-btn {
    min-height: 15.625vw;
    font-size: 3.75vw;
  }

  .articles-other {
    margin-bottom: 14.0625vw;
  }
  .articles-other__content .content-title {
    margin-bottom: 4.6875vw;
  }
  .articles-other__content .content-container .container-flex {
    margin: -3.125vw;
  }
  .articles-other__content .content-container .articles__item {
    margin: 3.125vw;
  }

  .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;
    border-top-left-radius: 1.5625vw;
    border-bottom-left-radius: 1.5625vw;
  }
  .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.1875vw;
    line-height: 3.125vw;
  }

  .to-top {
    width: 9.375vw;
    height: 9.375vw;
    right: 4.6875vw;
    bottom: 4.6875vw;
    border-radius: 1.5625vw;
  }
  .to-top.visible {
    opacity: 1 !important;
  }
  .to-top img,
.to-top svg {
    width: 2.8125vw;
    height: 1.5625vw;
  }

  .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;
    border-radius: 3.125vw;
  }
  .text-popup .content-title {
    font-size: 6.25vw;
    line-height: 7.8125vw;
    margin-bottom: 4.6875vw;
  }
  .text-popup .content-sub-title {
    font-size: 3.75vw;
    line-height: 3.75vw;
    margin-bottom: 3.125vw;
  }
  .text-popup p {
    font-size: 3.125vw;
    line-height: 5vw;
    margin-bottom: 3.125vw;
  }
  .text-popup p:last-child {
    margin-bottom: 0;
  }

  .small-popup {
    width: 93.75vw;
    border-radius: 3.125vw;
  }
  .small-popup__content {
    padding: 6.25vw;
  }
  .small-popup__content .content-title {
    font-size: 6.25vw;
    line-height: 8.125vw;
    margin-bottom: 4.6875vw;
  }
  .small-popup__content .content-text {
    font-size: 4.375vw;
    line-height: 5.625vw;
    margin-bottom: 6.25vw;
  }
  .small-popup__content .content-form .form-item {
    margin-bottom: 4.6875vw;
  }
  .small-popup__content .content-form .form-input {
    border: 0.3125vw solid #E1E6EA;
  }
  .small-popup__content .content-form .form-btn {
    min-height: 15.625vw;
    font-size: 3.125vw;
  }

  .wide-popup {
    width: 93.75vw;
    border-radius: 3.125vw;
  }
  .wide-popup__content {
    min-height: unset;
    padding: 6.25vw;
    padding-bottom: 71.875vw;
  }
  .wide-popup__content .content-img {
    width: 93.75vw;
    height: 85.9375vw;
    right: 1.25vw;
    bottom: -12.5vw;
  }
  .wide-popup__content .content-title {
    font-size: 6.25vw;
    line-height: 8.125vw;
    margin-bottom: 4.6875vw;
  }
  .wide-popup__content .content-text {
    font-size: 4.375vw;
    line-height: 5.625vw;
    margin-bottom: 6.25vw;
  }
  .wide-popup__content .content-form {
    width: 100%;
  }
  .wide-popup__content .content-form .form-item {
    margin-bottom: 3.125vw;
  }
  .wide-popup__content .content-form .form-btn {
    min-height: 15.625vw;
    font-size: 3.125vw;
  }
}
.iti__selected-flag{
  color:black;
}
.iti__country-list {
  max-height: 160px; /* Высота для отображения примерно 4 стран (предполагая, что высота одного пункта около 40px) */
  overflow-y: auto; /* Добавляем скролл */
  width: 200px; /* Фиксированная ширина списка */
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.iti__country {
  padding: 10px;
  font-size: 14px;
}
.iti__preferred {
  border-bottom: 1px solid #ccc; /* Разделитель для приоритетных стран */
}
.iti__country-name{
  color:black;
}

    .iti__country-list {
        width: 250px !important; 
        max-height: 200px !important;  
        overflow-y: auto !important; 
        position: absolute !important;  
        top: 100% !important;  
        left: 0 !important;  
        z-index: 9999 !important;  
        background-color: #fff !important;  
        border: 1px solid #ccc !important;  
        border-radius: 4px !important;  
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;  
    }
    .iti__country {
        padding: 5px 10px !important;  
        font-size: 14px !important;  
    }
    .iti__flag {
        width: 20px !important;  
        height: 15px !important;  
    }
    .iti__country-list::-webkit-scrollbar {
        width: 6px !important;  
    }
    .iti__country-list::-webkit-scrollbar-thumb {
        background-color: #888 !important; 
        border-radius: 3px !important;
    }
    .iti__country-list::-webkit-scrollbar-track {
        background-color: #f1f1f1 !important;  
    }
    .iti--separate-dial-code .iti__selected-flag {
      background-color: rgba(0, 0, 0, 0.05);
      border-radius: 33px 0px 0px 33px;
  }
