:root {
  --main-color: #31b939;
  --main-color-darken: #1f9f27;
  --text-main-color: #1c1c1c;
  --quiz-hover: rgba(49, 185, 57, .5);
  --gradient-process-item: rgba(49, 185, 57, .9);
  --gradient-articles-item: rgba(49, 185, 57, .44);
  --hit-status-color: #9747ff;
  --sale-status-color: #f63123;
  --new-status-color: #f2b644;
  --product-status-color: #1c1c1c;
}

:where(.wp-block-button__link) {
  border-radius: 9999px;
  box-shadow: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline),
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link) {
  border: 2px solid;
  padding: .667em 1.333em;
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)) {
  color: currentColor;
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)) {
  background-color: initial;
  background-image: none;
}

.wp-block-columns {
  align-items: normal !important;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap !important;
}

@media (min-width:782px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}

@media (max-width:781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 100% !important;
  }
}

@media (min-width:782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
    flex-grow: 0;
  }
}

:where(.wp-block-columns) {
  margin-bottom: 1.75em;
}

:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em;
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}

.wp-block-column.is-vertically-aligned-center {
  align-self: center;
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
  width: 100%;
}

:where(.wp-block-post-comments input[type=submit]) {
  border: none;
}

.wp-block-cover,
.wp-block-cover-image {
  align-items: center;
  background-position: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 430px;
  overflow: hidden;
  overflow: clip;
  padding: 1em;
  position: relative;
}

.wp-block-cover .has-background-dim:not([class*=-background-color]),
.wp-block-cover-image .has-background-dim:not([class*=-background-color]),
.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]) {
  background-color: #000;
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
  background-color: inherit;
  content: "";
}

.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before {
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
  opacity: 0;
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
  color: inherit;
  width: 100%;
  z-index: 1;
}

.wp-block-cover .wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background,
.wp-block-cover-image .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background {
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.wp-block-cover__image-background,
.wp-block-cover__video-background {
  z-index: 0;
}

:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
  color: #fff;
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
  color: #000;
}

:root :where(.wp-block-cover h1:not(.has-text-color)),
:root :where(.wp-block-cover h2:not(.has-text-color)),
:root :where(.wp-block-cover h3:not(.has-text-color)),
:root :where(.wp-block-cover h4:not(.has-text-color)),
:root :where(.wp-block-cover h5:not(.has-text-color)),
:root :where(.wp-block-cover h6:not(.has-text-color)),
:root :where(.wp-block-cover p:not(.has-text-color)) {
  color: inherit;
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left]>[data-type="core/embed"],
.wp-block[data-align=right]>[data-type="core/embed"] {
  max-width: 360px;
  width: 100%;
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
  min-width: 280px;
}

.wp-block-cover .wp-block-embed {
  min-height: 240px;
  min-width: 320px;
}

.wp-block-embed {
  overflow-wrap: break-word;
}

.wp-block-embed :where(figcaption) {
  margin-bottom: 1em;
  margin-top: .5em;
}

.wp-block-embed iframe {
  max-width: 100%;
}

.wp-block-embed__wrapper {
  position: relative;
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%;
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%;
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%;
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%;
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%;
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%;
}

:where(.wp-block-file) {
  margin-bottom: 1.5em;
}

:where(.wp-block-file__button) {
  border-radius: 2em;
  display: inline-block;
  padding: .5em 1em;
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
  box-shadow: none;
  color: #fff;
  opacity: .85;
  text-decoration: none;
}

.wp-block-group {
  box-sizing: border-box;
}

:where(.wp-block-group.wp-block-group-is-layout-constrained) {
  position: relative;
}

h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]) {
  rotate: 180deg;
}

@keyframes show-content-image {
  0% {
    visibility: hidden;
  }

  99% {
    visibility: hidden;
  }

  to {
    visibility: visible;
  }
}

@keyframes turn-on-visibility {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes turn-off-visibility {
  0% {
    opacity: 1;
    visibility: visible;
  }

  99% {
    opacity: 0;
    visibility: visible;
  }

  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes lightbox-zoom-in {
  0% {
    transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width)) / 2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
  }

  to {
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes lightbox-zoom-out {
  0% {
    transform: translate(-50%, -50%) scale(1);
    visibility: visible;
  }

  99% {
    visibility: visible;
  }

  to {
    transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width)) / 2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
    visibility: hidden;
  }
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
  line-height: 1.1;
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
  line-height: 1.8;
}

:root :where(.wp-block-latest-posts.is-grid) {
  padding: 0;
}

:root :where(.wp-block-latest-posts.wp-block-latest-posts__list) {
  padding-left: 0;
}

ol,
ul {
  box-sizing: border-box;
}

:root :where(.wp-block-list.has-background) {
  padding: 1.25em 2.375em;
}

.wp-block-loginout,
.wp-block-media-text {
  box-sizing: border-box;
}

.wp-block-media-text {
  direction: ltr;
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
}

.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,
.wp-block-media-text>.wp-block-media-text__content,
.wp-block-media-text>.wp-block-media-text__media {
  align-self: center;
}

.wp-block-media-text>.wp-block-media-text__media {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}

.wp-block-media-text>.wp-block-media-text__content {
  direction: ltr;
  grid-column: 2;
  grid-row: 1;
  padding: 0 8%;
  word-break: break-word;
}

.wp-block-media-text__media a {
  display: inline-block;
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
  height: auto;
  max-width: unset;
  vertical-align: middle;
  width: 100%;
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
  padding: .5em 1em;
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
  padding: .5em 1em;
}

@keyframes overlay-menu__fade-in-animation {
  0% {
    opacity: 0;
    transform: translateY(.5em);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

:root :where(p.has-background) {
  padding: 1.25em 2.375em;
}

:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit;
}

p.has-text-align-left[style*="writing-mode:vertical-lr"],
p.has-text-align-right[style*="writing-mode:vertical-rl"] {
  rotate: 180deg;
}

:where(.wp-block-post-comments-form) input:not([type=submit]),
:where(.wp-block-post-comments-form) textarea {
  border: 1px solid #949494;
  font-family: inherit;
  font-size: 1em;
}

:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),
:where(.wp-block-post-comments-form) textarea {
  padding: calc(.667em + 2px);
}

:where(.wp-block-post-excerpt) {
  box-sizing: border-box;
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap);
}

:where(.wp-block-preformatted.has-background) {
  padding: 1.25em 2.375em;
}

:where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: 6px 10px;
}

:where(.wp-block-search__input) {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border: 1px solid #949494;
  box-sizing: border-box;
  padding: 4px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
  padding: 4px 8px;
}

:root :where(.wp-block-separator.is-style-dots) {
  height: auto;
  line-height: 1;
  text-align: center;
}

:root :where(.wp-block-separator.is-style-dots):before {
  color: currentColor;
  content: "···";
  font-family: serif;
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em;
}

:root :where(.wp-block-site-logo.is-style-rounded) {
  border-radius: 9999px;
}

:root :where(.wp-block-social-links .wp-social-link a) {
  padding: .25em;
}

:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a) {
  padding: 0;
}

:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
  padding-left: .66667em;
  padding-right: .66667em;
}

.wp-block-spacer {
  clear: both;
}

:root :where(.wp-block-tag-cloud.is-style-outline) {
  display: flex;
  flex-wrap: wrap;
  gap: 1ch;
}

:root :where(.wp-block-tag-cloud.is-style-outline a) {
  border: 1px solid;
  font-size: unset !important;
  margin-right: 0;
  padding: 1ch 2ch;
  text-decoration: none !important;
}

:root :where(.wp-block-table-of-contents) {
  box-sizing: border-box;
}

:where(.wp-block-term-description) {
  box-sizing: border-box;
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap);
}

:where(pre.wp-block-verse) {
  font-family: inherit;
}

:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-left {
  text-align: left;
}

html :where(.has-border-color) {
  border-style: solid;
}

html :where([style*=border-top-color]) {
  border-top-style: solid;
}

html :where([style*=border-right-color]) {
  border-right-style: solid;
}

html :where([style*=border-bottom-color]) {
  border-bottom-style: solid;
}

html :where([style*=border-left-color]) {
  border-left-style: solid;
}

html :where([style*=border-width]) {
  border-style: solid;
}

html :where([style*=border-top-width]) {
  border-top-style: solid;
}

html :where([style*=border-right-width]) {
  border-right-style: solid;
}

html :where([style*=border-bottom-width]) {
  border-bottom-style: solid;
}

html :where([style*=border-left-width]) {
  border-left-style: solid;
}

html :where(img[class*=wp-image-]) {
  height: auto;
  max-width: 100%;
}

:where(figure) {
  margin: 0 0 1em;
}

html :where(.is-position-sticky) {
  --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px);
}

@media screen and (max-width:600px) {
  html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: 0px;
  }
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

a {
  background-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

/* :root {
  --main-color: #31b939;
  --main-color-darken: #1f9f27;
  --text-main-color: #1c1c1c;
  --quiz-hover: rgba(49, 185, 57, .5);
  --gradient-process-item: rgba(49, 185, 57, .9);
  --gradient-articles-item: rgba(49, 185, 57, .44);
  --hit-status-color: #9747ff;
  --sale-status-color: #f63123;
  --new-status-color: #f2b644;
  --product-status-color: #1c1c1c;
} */

@font-face {
  font-family: "Raleway";
  src: url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-Black.eot");
  src: url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-Blackd41d.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-Black.woff") format("woff"), url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-BlackItalic.eot");
  src: url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-BlackItalicd41d.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-BlackItalic.woff") format("woff"), url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  src: url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-Bold.eot");
  src: url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-Boldd41d.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-Bold.woff") format("woff"), url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-BoldItalic.eot");
  src: url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-BoldItalicd41d.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-BoldItalic.woff") format("woff"), url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  src: url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-ExtraBold.eot");
  src: url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-ExtraBoldd41d.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-ExtraBold.woff") format("woff"), url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-ExtraBoldItalic.eot");
  src: url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-ExtraBoldItalicd41d.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-ExtraBoldItalic.woff") format("woff"), url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  src: url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-ExtraLight.eot");
  src: url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-ExtraLightd41d.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-ExtraLight.woff") format("woff"), url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-ExtraLightItalic.eot");
  src: url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-ExtraLightItalicd41d.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-ExtraLightItalic.woff") format("woff"), url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  src: url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-Regular.eot");
  src: url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-Regulard41d.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-Regular.woff") format("woff"), url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-RegularItalic.eot");
  src: url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-RegularItalicd41d.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-RegularItalic.woff") format("woff"), url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  src: url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-Light.eot");
  src: url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-Lightd41d.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-Light.woff") format("woff"), url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-LightItalic.eot");
  src: url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-LightItalicd41d.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-LightItalic.woff") format("woff"), url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  src: url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-Medium.eot");
  src: url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-Mediumd41d.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-Medium.woff") format("woff"), url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-MediumItalic.eot");
  src: url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-MediumItalicd41d.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-MediumItalic.woff") format("woff"), url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  src: url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-SemiBold.eot");
  src: url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-SemiBoldd41d.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-SemiBold.woff") format("woff"), url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-SemiBoldItalic.eot");
  src: url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-SemiBoldItalicd41d.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-SemiBoldItalic.woff") format("woff"), url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  src: url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-Thin.eot");
  src: url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-Thind41d.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-Thin.woff") format("woff"), url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-ThinItalic.eot");
  src: url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-ThinItalicd41d.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-ThinItalic.woff") format("woff"), url("/wp-content/themes/theme/assets/fonts/Raleway/Raleway-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/theme/assets/fonts/Inter/Inter-Regular.eot");
  src: url("/wp-content/themes/theme/assets/fonts/Inter/Inter-Regulard41d.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/theme/assets/fonts/Inter/Inter-Regular.woff") format("woff"), url("/wp-content/themes/theme/assets/fonts/Inter/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/theme/assets/fonts/Inter/Inter-RegularItalic.html");
  src: url("/wp-content/themes/theme/assets/fonts/Inter/Inter-RegularItalicd41d.html?#iefix") format("embedded-opentype"), url("/wp-content/themes/theme/assets/fonts/Inter/Inter-RegularItalic-2.html") format("woff"), url("/wp-content/themes/theme/assets/fonts/Inter/Inter-RegularItalic-3.html") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/theme/assets/fonts/Inter/Inter-Bold.eot");
  src: url("/wp-content/themes/theme/assets/fonts/Inter/Inter-Boldd41d.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/theme/assets/fonts/Inter/Inter-Bold.woff") format("woff"), url("/wp-content/themes/theme/assets/fonts/Inter/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/theme/assets/fonts/Inter/Inter-BoldItalic.eot");
  src: url("/wp-content/themes/theme/assets/fonts/Inter/Inter-BoldItalicd41d.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/theme/assets/fonts/Inter/Inter-BoldItalic.woff") format("woff"), url("/wp-content/themes/theme/assets/fonts/Inter/Inter-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

@-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;
  }
}

@-webkit-keyframes pulse_1 {
  0% {
    -webkit-transform: translateY(-50%) scale(.8);
    transform: translateY(-50%) scale(.8);
    opacity: .8;
  }

  100% {
    -webkit-transform: translateY(-50%) scale(3.5);
    transform: translateY(-50%) scale(3.5);
    opacity: 0;
  }
}

@keyframes pulse_1 {
  0% {
    -webkit-transform: translateY(-50%) scale(.8);
    transform: translateY(-50%) scale(.8);
    opacity: .8;
  }

  100% {
    -webkit-transform: translateY(-50%) scale(3.5);
    transform: translateY(-50%) scale(3.5);
    opacity: 0;
  }
}

@-webkit-keyframes pulse_2 {
  0% {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: .8;
  }

  100% {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
  }
}

@keyframes pulse_2 {
  0% {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: .8;
  }

  100% {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
  }
}

@-webkit-keyframes pulse_2_small {
  0% {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: .8;
  }

  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}

@keyframes pulse_2_small {
  0% {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: .8;
  }

  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}

@-webkit-keyframes video_pulse_big {
  0% {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: .8;
  }

  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}

@keyframes video_pulse_big {
  0% {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: .8;
  }

  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}

@-webkit-keyframes video_pulse_small {
  0% {
    -webkit-transform: scale(.7);
    transform: scale(.7);
    opacity: .8;
  }

  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}

@keyframes video_pulse_small {
  0% {
    -webkit-transform: scale(.7);
    transform: scale(.7);
    opacity: .8;
  }

  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}

@-webkit-keyframes pulse_3 {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes pulse_3 {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes wave_1 {
  0% {
    opacity: 1;
  }

  25% {
    opacity: .75;
  }

  50% {
    opacity: .25;
  }

  75% {
    opacity: .75;
  }

  100% {
    opacity: 1;
  }
}

@keyframes wave_1 {
  0% {
    opacity: 1;
  }

  25% {
    opacity: .75;
  }

  50% {
    opacity: .25;
  }

  75% {
    opacity: .75;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes wave_2 {
  0% {
    opacity: .75;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: .75;
  }

  75% {
    opacity: .5;
  }

  100% {
    opacity: .75;
  }
}

@keyframes wave_2 {
  0% {
    opacity: .75;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: .75;
  }

  75% {
    opacity: .5;
  }

  100% {
    opacity: .75;
  }
}

@-webkit-keyframes wave_3 {
  0% {
    opacity: .5;
  }

  25% {
    opacity: .75;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: .75;
  }

  100% {
    opacity: .5;
  }
}

@keyframes wave_3 {
  0% {
    opacity: .5;
  }

  25% {
    opacity: .75;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: .75;
  }

  100% {
    opacity: .5;
  }
}

@-webkit-keyframes wave_4 {
  0% {
    opacity: .5;
  }

  25% {
    opacity: .75;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: .75;
  }

  100% {
    opacity: .5;
  }
}

@keyframes wave_4 {
  0% {
    opacity: .5;
  }

  25% {
    opacity: .75;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: .75;
  }

  100% {
    opacity: .5;
  }
}

@-webkit-keyframes blick {
  0% {
    left: -80%;
  }

  100% {
    left: 160%;
  }
}

@keyframes blick {
  0% {
    left: -80%;
  }

  100% {
    left: 160%;
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

html {
  width: 100%;
  overflow-x: hidden;
}

.page {
  width: 100%;
  color: var(--text-main-color);
}

.page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.page * input {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.wrapper {
  width: 81.7708333333vw;
  margin: 0 auto;
}

* {
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

body {
  -webkit-overflow-scrolling: touch;
}

input,
select,
input::placeholder {
  color: #000 !important;
}

[onScrollDisplay_JS] {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(5.2083333333vw) !important;
  transform: translateY(5.2083333333vw) !important;
  opacity: 0 !important;
}

.md-line-dashed,
.md-line-dotted {
  position: relative;
  cursor: pointer;
}

.md-line-dashed:after,
.md-line-dotted:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0%;
  right: 0%;
  height: 0;
  border-bottom: .0520833333vw dashed var(--main-color);
  -webkit-transition: .3s;
  transition: .3s;
}

.md-line-dashed:hover::after,
.md-line-dotted:hover::after {
  width: 60%;
  right: 40%;
}

.md-line-dotted::after {
  border-bottom: .0520833333vw dotted var(--main-color);
}

.md-main-color-btn {
  background-color: var(--main-color);
  color: #fff;
  padding: 0 2.6041666667vw;
  border-radius: var(--brad-regular);
  height: 5.2083333333vw;
  width: 28.6458333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.md-main-color-btn:hover {
  padding: 0 2.8645833333vw;
  background-color: var(--main-color-darken);
}

.md-main-color-btn:hover::after {
  opacity: 0;
}

.md-main-color-btn span {
  font-size: 1.0416666667vw;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-align: center;
}

.md-main-color-btn img,
.md-main-color-btn svg {
  fill: #fff;
}

.md-main-color-btn img path,
.md-main-color-btn svg path {
  fill: #fff;
}

.md-main-color-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.8645833333vw;
  height: 300%;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #fff;
  -webkit-animation: blick 3s linear infinite;
  animation: blick 3s linear infinite;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.md-main-color-btn.disabled {
  pointer-events: none;
  opacity: .7;
}

.md-main-color-btn.disabled::after {
  display: none;
}

.md-main-title {
  font-weight: 300;
  font-size: 2.6125vw;
  line-height: 4.1666666667vw;
  letter-spacing: .04em;
  text-align: center;
}

.md-main-title b {
  font-weight: 600;
}

.filters__slider {
  width: 100%;
  position: relative;
  margin-bottom: 3.3854166667vw;
}

.filters__slider .swiper-container {
  min-height: 4.1666666667vw;
}

.filters__slider .swiper-container .swiper-wrapper {
  min-height: 4.1666666667vw;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.filters__slider .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
}

.filters__slider .filters-item {
  text-transform: uppercase;
  width: 14.5833333333vw;
  height: 100%;
  padding: 1.0416666667vw 1.5625vw;
  background: transparent;
  border: 1px solid #dfe2e6;
  border-radius: var(--brad-regular);
  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: 400;
  font-size: .9375vw;
  line-height: 1.09375vw;
  text-align: center;
  letter-spacing: .04em;
  color: #aeaeae;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.filters__slider .filters-item.active {
  color: #fff;
  background-color: var(--main-color);
}

.md-standart-slider {
  position: relative;
}

.md-standart-slider .slider-hint {
  display: none;
}

.md-standart-slider .swiper-container {
  width: 100%;
  height: 100%;
}

.md-standart-slider .swiper-container .swiper-wrapper {
  height: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.md-standart-slider .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
  overflow: hidden;
}

.md-standart-slider .slider-btn {
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  border-radius: 50%;
  background-color: var(--main-color);
  position: absolute;
  top: 50%;
  left: -5.2083333333vw;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.md-standart-slider .slider-btn img,
.md-standart-slider .slider-btn svg {
  width: .4708333333vw;
  height: .8234375vw;
  -o-object-fit: cover;
  object-fit: cover;
  fill: #fff;
}

.md-standart-slider .slider-btn img path,
.md-standart-slider .slider-btn svg path {
  fill: #fff;
}

.md-standart-slider .slider-btn:hover {
  background-color: var(--main-color-darken);
}

.md-standart-slider .slider-btn.slider-next-btn {
  left: auto;
  right: -5.2083333333vw;
}

.md-standart-slider .slider-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4.1666666667vw;
  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;
}

.md-standart-form .form-text {
  font-size: 1.25vw;
  line-height: 1.9270833333vw;
  letter-spacing: .03em;
  margin-bottom: 1.3020833333vw;
}

.md-standart-form .form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.0416666667vw;
}

.md-standart-form .form-select {
  width: 18.90625vw;
  height: 5.2083333333vw;
  border-radius: var(--brad-regular);
  color: var(--text-main-color);
  margin-right: 1.3020833333vw;
  padding: 0 2.34375vw;
  font-weight: 500;
  font-size: .9375vw;
  line-height: 1.25vw;
  letter-spacing: .03em;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.md-standart-form .form-select::after {
  border: none;
  width: .46875vw;
  height: .46875vw;
  border-left: .0520833333vw solid var(--text-main-color);
  border-bottom: .0520833333vw solid var(--text-main-color);
  -webkit-transform: translate(-300%, -50%) rotate(-45deg);
  transform: translate(-300%, -50%) rotate(-45deg);
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  display: block;
}

.md-standart-form .form-input {
  width: 18.90625vw;
  height: 5.2083333333vw;
  padding: 0 2.6041666667vw;
  font-weight: 500;
  font-size: .9375vw;
  line-height: 1.25vw;
  letter-spacing: .03em;
  color: var(--text-main-color);
  border-radius: var(--brad-regular);
  font-family: "Inter", Arial, sans-serif;
  margin-right: 1.0416666667vw;
}

.md-standart-form .form-input::-webkit-input-placeholder {
  color: var(--text-main-color);
}

.md-standart-form .form-input::-moz-placeholder {
  color: var(--text-main-color);
}

.md-standart-form .form-input:-ms-input-placeholder {
  color: var(--text-main-color);
}

.md-standart-form .form-input::-ms-input-placeholder {
  color: var(--text-main-color);
}

.md-standart-form .form-input::placeholder {
  color: var(--text-main-color);
}

.md-standart-form .form-textarea {
  width: 100%;
  height: 7.5520833333vw;
  border-radius: var(--brad-regular);
  padding: 1.5625vw 2.34375vw;
  font-weight: 500;
  font-size: .9375vw;
  line-height: 1.25vw;
  letter-spacing: .03em;
  resize: none;
  margin-bottom: .8854166667vw;
}

.md-standart-form .form-textarea::-webkit-input-placeholder {
  color: var(--text-main-color);
}

.md-standart-form .form-textarea::-moz-placeholder {
  color: var(--text-main-color);
}

.md-standart-form .form-textarea:-ms-input-placeholder {
  color: var(--text-main-color);
}

.md-standart-form .form-textarea::-ms-input-placeholder {
  color: var(--text-main-color);
}

.md-standart-form .form-textarea::placeholder {
  color: var(--text-main-color);
}

.md-standart-form .form-btn {
  width: 20.0520833333vw;
}

.md-standart-form .form-file {
  position: relative;
  cursor: pointer;
}

.md-standart-form .form-file input {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}

.md-standart-form .form-file>div {
  width: 18.90625vw;
  height: 5.2083333333vw;
  padding: 0 2.6041666667vw;
  padding-right: 3.6458333333vw;
  font-weight: 500;
  font-size: .9375vw;
  line-height: 1.25vw;
  letter-spacing: .03em;
  color: var(--text-main-color);
  border-radius: var(--brad-regular);
  font-family: "Inter", Arial, sans-serif;
  margin-right: 1.0416666667vw;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.md-standart-form .form-file>div img,
.md-standart-form .form-file>div svg {
  width: 1.1458333333vw;
  height: 1.1979166667vw;
  -o-object-fit: contain;
  object-fit: contain;
  fill: var(--text-main-color);
  position: absolute;
  top: 50%;
  right: 3.125vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.md-standart-form .form-file>div img path,
.md-standart-form .form-file>div svg path {
  fill: var(--text-main-color);
}

.md-standart-form .form-file>div p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 1.25vw;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.md-standart-form .form-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.3020833333vw;
}

.md-standart-form .form-stars label {
  position: relative;
  width: .8333333333vw;
  height: .78125vw;
  margin-right: .4166666667vw;
  cursor: pointer;
}

.md-standart-form .form-stars label:last-child {
  margin-right: 0;
}

.md-standart-form .form-stars label input {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}

.md-standart-form .form-stars label img,
.md-standart-form .form-stars label svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  fill: var(--main-color);
}

.md-standart-form .form-stars label img path,
.md-standart-form .form-stars label svg path {
  fill: var(--main-color);
}

.md-standart-form .form-stars label.disabled svg {
  fill: #aaa;
}

.md-standart-form .form-stars label.disabled svg path {
  fill: #aaa;
}

.md-standart-form .form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.md-standart-form .form-checkbox>div {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  margin-right: .8333333333vw;
  border: .0520833333vw solid var(--main-color);
  border-radius: var(--brad-regular);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.md-standart-form .form-checkbox>div input {
  position: absolute;
  left: 0;
  bottom: 100%;
  display: none;
}

.md-standart-form .form-checkbox>div img,
.md-standart-form .form-checkbox>div svg {
  width: .4166666667vw;
  height: .3125vw;
  fill: #fff;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.md-standart-form .form-checkbox>div img path,
.md-standart-form .form-checkbox>div svg path {
  fill: #fff;
}

.md-standart-form .form-checkbox>div.checked {
  background-color: var(--main-color);
}

.md-standart-form .form-checkbox>div.checked img,
.md-standart-form .form-checkbox>div.checked svg {
  opacity: 1;
}

.md-standart-form .form-checkbox p {
  font-weight: 500;
  font-size: .7291666667vw;
  line-height: .9895833333vw;
  letter-spacing: .03em;
  cursor: pointer;
}

.md-standart-form .form-checkbox p span {
  color: var(--main-color);
}

.md-standart-form .form-checkbox p span:hover {
  text-decoration: underline;
}

input[type=text],
input[type=email],
input[type=password] {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  background-color: #fff;
  border: none;
  -webkit-text-fill-color: var(--text-main-color);
  -webkit-box-shadow: none;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  caret-color: var(--text-main-color);
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
  padding: 0 2vw;
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
  width: auto !important;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0 !important;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

section {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.calc-price {
  padding-bottom: 5.46875vw;
  padding-top: 4vw;
}

.calc-price__title {
  margin-bottom: 1.0416666667vw;
  text-align: left;
}

.calc-price__text {
  font-size: 1.6666666667vw;
  line-height: 4.1666666667vw;
  letter-spacing: .04em;
  font-weight: 300;
  text-align: left;
  margin-bottom: 2.6041666667vw;
}

.calc-price__container {
  color: #000;
  min-height: 44.2708333333vw;
  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;
}

.calc-price__preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: #fbfbfb;
  border-radius: var(--brad-regular);
  -webkit-box-shadow: 0 0 1.0416666667vw rgba(0, 0, 0, .25);
  box-shadow: 0 0 1.0416666667vw rgba(0, 0, 0, .25);
  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;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.calc-price__preloader.active {
  opacity: 1;
}

.calc-price__preloader .circle {
  width: 10.4166666667vw;
  height: 10.4166666667vw;
  border-radius: 50%;
  margin-bottom: 2.6041666667vw;
  border: .5208333333vw solid var(--main-color);
  border-top: .5208333333vw solid transparent;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}

.calc-price__preloader p {
  font-size: 1.25vw;
  line-height: 1.4583333333vw;
  font-weight: 700;
}

.calc-price__quiz {
  width: 57.2916666667vw;
  height: auto;
  border-radius: var(--brad-regular);
  background-color: #fbfbfb;
  padding: 2.0833333333vw 4.6875vw 2.6041666667vw 4.6875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.calc-price__quiz .quiz-progress {
  width: 100%;
  height: 2.0833333333vw;
  padding: .2604166667vw .3125vw;
  border-radius: var(--brad-regular);
  background-color: #fff;
  position: relative;
  margin-bottom: 2.34375vw;
}

.calc-price__quiz .quiz-progress .progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 400;
  font-size: .8333333333vw;
  line-height: .9375vw;
  letter-spacing: .03em;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}

.calc-price__quiz .quiz-progress .progress-text span {
  font-family: "Inter", Arial, sans-serif;
}

.calc-price__quiz .quiz-progress .progress-bar {
  width: 0%;
  height: 100%;
  border-radius: var(--brad-regular);
  background-color: var(--main-color);
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}

.calc-price__quiz .quiz-progress .progress-bar::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/theme/assets/img/general/progress-bar.svg");
  background-position: center left;
  background-size: contain;
  background-repeat: repeat-x;
  z-index: 2;
  -webkit-animation: progress_bar 40s linear infinite;
  animation: progress_bar 40s linear infinite;
}

.calc-price__info {
  width: 23.4375vw;
  height: auto;
  border-radius: var(--brad-regular);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.3541666667vw 1.3020833333vw 1.40625vw 1.3020833333vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.calc-price__info .info-status {
  padding: 0 1.0416666667vw;
  height: 2.34375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .78125vw;
  line-height: 1.3541666667vw;
  letter-spacing: .04em;
  color: #fff;
  background-color: var(--main-color);
  border-radius: var(--brad-regular);
  position: absolute;
  top: 1.3541666667vw;
  left: 1.6145833333vw;
}

.calc-price__info .info-status::before {
  content: "";
  width: .3645833333vw;
  height: .3645833333vw;
  border-radius: 50%;
  background-color: #fff;
  margin-right: .4166666667vw;
  -webkit-animation: pulse_3 2.5s linear infinite;
  animation: pulse_3 2.5s linear infinite;
}

.calc-price__info .info-person {
  width: 14.5833333333vw;
  margin: 0 auto;
  margin-bottom: 2.3958333333vw;
}

.calc-price__info .info-person__img {
  width: 100%;
  height: 15.4166666667vw;
}

.calc-price__info .info-person__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}

.calc-price__info .info-person__name {
  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: 1.0416666667vw 1.5625vw;
  background: #fff;
  border-radius: var(--brad-regular);
  font-weight: 600;
  font-size: 1.0416666667vw;
  line-height: 1.3541666667vw;
  text-align: center;
  letter-spacing: .04em;
}

.calc-price__info .info-text {
  font-size: .74375vw;
  line-height: 1.3020833333vw;
  text-align: center;
  letter-spacing: .04em;
  margin-bottom: 3.0729166667vw;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 1.125vw;
}

.calc-price__info .info-text p {
  display: none;
}

.calc-price__info .info-text p.active {
  display: block;
}

.calc-price__info .info-bottom {
  margin-top: auto;
  margin-bottom: 0;
}

.calc-price__info .info-bottom__text {
  font-weight: 600;
  font-size: 1.0416666667vw;
  line-height: 1.3541666667vw;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 1.1979166667vw;
}

.calc-price__info .info-bottom__item {
  width: 100%;
  height: 3.4270833333vw;
  position: relative;
  padding: 0 1.5625vw 0 2.03125vw;
  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: .78125vw;
  border-radius: var(--brad-regular);
  overflow: hidden;
}

.calc-price__info .info-bottom__item:first-child {
  margin-top: 0;
}

.calc-price__info .info-bottom__item .item-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: var(--brad-regular);
}

.calc-price__info .info-bottom__item .item-img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin-left: auto;
  margin-right: 1vw;
}

.calc-price__info .info-bottom__item .item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 15, 15, .6);
  border-radius: var(--brad-regular);
  z-index: 2;
}

.calc-price__info .info-bottom__item .item-text {
  position: relative;
  z-index: 3;
  width: 10.4166666667vw;
  font-weight: 500;
  font-size: .7375vw;
  line-height: 1.3020833333vw;
  letter-spacing: .04em;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 2.6041666667vw;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.calc-price__info .info-bottom__item .item-icon {
  width: 1.8229166667vw;
  height: 1.8229166667vw;
  border-radius: 50%;
  background-color: var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}

.calc-price__info .info-bottom__item .item-icon img,
.calc-price__info .info-bottom__item .item-icon svg {
  width: .5208333333vw;
  height: .7291666667vw;
  -o-object-fit: cover;
  object-fit: cover;
  fill: #fff;
}

.calc-price__info .info-bottom__item .item-icon img path,
.calc-price__info .info-bottom__item .item-icon svg path {
  fill: #fff;
}

.quiz-questions-container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.quiz-questions-container .quiz-question {
  display: none;
}

.quiz-questions-container .quiz-question.active {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.quiz-questions-container .quiz-question[data-question-id="1"] .question-control .prev-btn {
  opacity: 0;
  pointer-events: none;
}

.quiz-questions-container .question-title {
  margin-bottom: 2.0833333333vw;
  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: left;
}

.quiz-questions-container .question-title span {
  padding: 0 1.5625vw;
  height: 2.34375vw;
  border-radius: var(--brad-regular);
  background-color: #fff;
  font-weight: 600;
  font-size: .78125vw;
  line-height: 2.34375vw;
  letter-spacing: .04em;
  color: var(--main-color);
  margin-right: 1.1458333333vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.quiz-questions-container .question-title p {
  font-weight: 700;
  font-size: 1.875vw;
  line-height: 2.1875vw;
  letter-spacing: .04em;
}

.quiz-questions-container .answers-container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 0;
  margin-bottom: auto;
  /* height: 26.0416666667vw; */
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: -1.5625vw;
  padding-right: .5208333333vw;
}

.quiz-questions-container .answers-container .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin: -.9114583333vw -1.4322916667vw; */
}

.quiz-questions-container .answers-container .answers-wrap {
  margin: .9114583333vw 1.4322916667vw;
  position: relative;
}

.quiz-questions-container .answers-container .answers-item {
  width: 14.0625vw;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.quiz-questions-container .answers-container .answers-item input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
}

.quiz-questions-container .answers-container .answers-item__img {
  width: 100%;
  height: 9.1145833333vw;
  border-radius: var(--brad-regular);
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: .1041666667vw solid transparent;
  -webkit-transition: .3s;
  transition: .3s;
}

.quiz-questions-container .answers-container .answers-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.quiz-questions-container .answers-container .answers-item__icon {
  width: 1.7708333333vw;
  height: 1.7708333333vw;
  margin: 0 auto;
  margin-top: -.8854166667vw;
  border-radius: 50%;
  background-color: #fff;
  border: .2083333333vw solid #fbfbfb;
  margin-bottom: .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;
  -webkit-transition: .3s;
  transition: .3s;
}

.quiz-questions-container .answers-container .answers-item__icon img,
.quiz-questions-container .answers-container .answers-item__icon svg {
  width: .5208333333vw;
  height: .4166666667vw;
  fill: #aeaeae;
  -webkit-transition: .3s;
  transition: .3s;
}

.quiz-questions-container .answers-container .answers-item__icon img path,
.quiz-questions-container .answers-container .answers-item__icon svg path {
  fill: #aeaeae;
}

.quiz-questions-container .answers-container .answers-item__text {
  font-weight: 400;
  font-size: .9375vw;
  line-height: 1.09375vw;
  text-align: center;
  letter-spacing: .04em;
}

.quiz-questions-container .answers-container .answers-item:hover .answers-item__img {
  border-color: var(--quiz-hover);
}

.quiz-questions-container .answers-container .answers-item:hover .answers-item__icon svg {
  fill: var(--main-color);
}

.quiz-questions-container .answers-container .answers-item:hover .answers-item__icon svg path {
  fill: var(--main-color);
}

.quiz-questions-container .answers-container .answers-item.checked .answers-item__img {
  border-color: var(--main-color);
}

.quiz-questions-container .answers-container .answers-item.checked .answers-item__icon {
  background-color: var(--main-color);
}

.quiz-questions-container .answers-container .answers-item.checked .answers-item__icon svg {
  fill: #fff;
}

.quiz-questions-container .answers-container .answers-item.checked .answers-item__icon svg path {
  fill: #fff;
}

.quiz-questions-container .answers-container.md-no-img-item {
  height: auto;
  overflow: visible;
  margin-right: 0;
  padding-right: 0;
}

.quiz-questions-container .answers-container.md-no-img-item .container-flex {
  margin: -.78125vw -1.0416666667vw;
}

.quiz-questions-container .answers-container.md-no-img-item .answers-wrap {
  margin: .78125vw 1.0416666667vw;
  position: relative;
}

.quiz-questions-container .answers-container.md-no-img-item .answers-item {
  width: 22.9166666667vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 1.1458333333vw 1.0416666667vw;
  padding-right: 3.6458333333vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: var(--brad-regular);
  border: .0520833333vw solid #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.quiz-questions-container .answers-container.md-no-img-item .answers-item__icon {
  margin: 0;
  background-color: #fbfbfb;
  margin-right: .7291666667vw;
  border: none;
  width: 1.5625vw;
  height: 1.5625vw;
}

.quiz-questions-container .answers-container.md-no-img-item .answers-item__text {
  text-align: left;
}

.quiz-questions-container .answers-container.md-no-img-item .answers-item:hover {
  border: .0520833333vw solid var(--quiz-hover);
}

.quiz-questions-container .answers-container.md-no-img-item .answers-item:hover .answers-item__icon svg {
  fill: var(--main-color);
}

.quiz-questions-container .answers-container.md-no-img-item .answers-item:hover .answers-item__icon svg path {
  fill: var(--main-color);
}

.quiz-questions-container .answers-container.md-no-img-item .answers-item.checked {
  border: .0520833333vw solid var(--main-color);
}

.quiz-questions-container .answers-container.md-no-img-item .answers-item.checked .answers-item__icon {
  background-color: var(--main-color);
}

.quiz-questions-container .answers-container.md-no-img-item .answers-item.checked .answers-item__icon svg {
  fill: #fff;
}

.quiz-questions-container .answers-container.md-no-img-item .answers-item.checked .answers-item__icon svg path {
  fill: #fff;
}

.quiz-questions-container .answers-container.md-multiple-selection .answers-item__icon {
  border-radius: var(--brad-regular);
}

.quiz-questions-container .answers-container.md-answers-with-image {
  margin-right: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: auto;
  height: auto;
  overflow: visible;
}

.quiz-questions-container .answers-container.md-answers-with-image .answers-content {
  width: 20.8333333333vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
}

.quiz-questions-container .answers-container.md-answers-with-image .answers-content .answers-wrap {
  width: 20.8333333333vw;
  margin: 0;
  margin-bottom: .5208333333vw;
}

.quiz-questions-container .answers-container.md-answers-with-image .answers-content .answers-wrap:last-child {
  margin-bottom: 0;
}

.quiz-questions-container .answers-container.md-answers-with-image .answers-content .answers-item {
  width: 20.8333333333vw;
}

.quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap {
  margin-bottom: 1.0416666667vw;
}

.quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap:last-child {
  margin-bottom: 0;
}

.quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap p {
  font-size: .8333333333vw;
  margin-bottom: .5208333333vw;
  font-weight: 600;
}

.quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap label {
  position: relative;
}

.quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap label input {
  width: 20.8333333333vw;
  height: 3.90625vw;
  border-radius: var(--brad-regular);
  padding: 0 1.5625vw;
  font-size: .8333333333vw;
}

.quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap label span {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  font-size: .8333333333vw;
  padding-left: .5208333333vw;
}

.quiz-questions-container .answers-container.md-answers-with-image .answers-content .answer-skip {
  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;
}

.quiz-questions-container .answers-container.md-answers-with-image .answers-content .answer-skip.checked span {
  background-color: var(--main-color);
}

.quiz-questions-container .answers-container.md-answers-with-image .answers-content .answer-skip.checked span img,
.quiz-questions-container .answers-container.md-answers-with-image .answers-content .answer-skip.checked span svg {
  opacity: 1;
}

.quiz-questions-container .answers-container.md-answers-with-image .answers-content .answer-skip input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.quiz-questions-container .answers-container.md-answers-with-image .answers-content .answer-skip span {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  border-radius: var(--brad-regular);
  border: .1041666667vw solid var(--main-color);
  background-color: transparent;
  margin-right: .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;
  -webkit-transition: .3s;
  transition: .3s;
}

.quiz-questions-container .answers-container.md-answers-with-image .answers-content .answer-skip span img,
.quiz-questions-container .answers-container.md-answers-with-image .answers-content .answer-skip span svg {
  width: .4166666667vw;
  height: .3125vw;
  fill: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.quiz-questions-container .answers-container.md-answers-with-image .answers-content .answer-skip span img path,
.quiz-questions-container .answers-container.md-answers-with-image .answers-content .answer-skip span svg path {
  fill: #fff;
}

.quiz-questions-container .answers-container.md-answers-with-image .answers-content .answer-skip p {
  font-size: .8333333333vw;
  line-height: .9375vw;
  font-weight: 600;
}

.quiz-questions-container .question-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 1.5625vw;
  position: relative;
  z-index: 15;
}

.quiz-questions-container .question-control .btn-wrap {
  position: relative;
  border-radius: var(--brad-regular);
}

.quiz-questions-container .question-control .btn-wrap:hover .btn-wrap__hint {
  opacity: 1;
  pointer-events: all;
}

.quiz-questions-container .question-control .btn-wrap.active {
  cursor: not-allowed;
}

.quiz-questions-container .question-control .btn-wrap.active .btn-wrap__hint {
  display: block;
}

.quiz-questions-container .question-control .btn-wrap__hint {
  position: absolute;
  width: 130%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 110%;
  padding: .78125vw;
  border-radius: var(--brad-regular);
  background-color: #fff;
  -webkit-box-shadow: 0 0 .5208333333vw rgba(0, 0, 0, .25);
  box-shadow: 0 0 .5208333333vw rgba(0, 0, 0, .25);
  font-size: .8333333333vw;
  line-height: .9375vw;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  pointer-events: none;
  display: none;
  text-align: center;
}

.quiz-questions-container .question-control__btn {
  width: 9.1145833333vw;
  height: 3.90625vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1.5625vw;
}

.quiz-questions-container .question-control__btn:hover {
  padding: 0 1.5625vw;
}

.quiz-questions-container .question-control .prev-btn {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: var(--brad-regular);
  cursor: pointer;
}

.quiz-questions-container .question-control .prev-btn span {
  font-weight: 600;
  font-size: 1.0416666667vw;
  line-height: 1.25vw;
  text-align: center;
  letter-spacing: .05em;
  color: var(--text-main-color);
}

.quiz-questions-container .question-control .prev-btn span::after {
  display: none;
}

.quiz-questions-container .question-control .prev-btn span::before {
  content: "";
  display: inline-block;
  margin-top: -.1041666667vw;
  margin-right: .2604166667vw;
  width: .5208333333vw;
  height: .5208333333vw;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  border-left: .1041666667vw solid var(--text-main-color);
  border-bottom: .1041666667vw solid var(--text-main-color);
}

@media only screen and (min-width: 769px) {
  .answers-container::-webkit-scrollbar {
    width: .78125vw;
    background-color: #fff;
  }

  .answers-container::-webkit-scrollbar-button {
    display: none;
  }

  .answers-container::-webkit-scrollbar-thumb {
    border-radius: var(--brad-regular);
    background-color: var(--main-color);
  }
}

.quiz-final {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.quiz-final__content {
  width: 40%;
  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;
}

.quiz-final__img {
  width: 60%;
  min-height: 47.65625vw;
}

.quiz-final__img img {
  width: 35.9375vw;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.quiz-final__img .circle {
  width: 7.8125vw;
  height: 7.8125vw;
  border-radius: 50%;
  background-color: var(--main-color);
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 0%);
  transform: translate(50%, 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;
  color: #fff;
  cursor: pointer;
}

.quiz-final__img .circle:hover img {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.quiz-final__img .circle img {
  position: absolute;
  top: .2604166667vw;
  left: .2604166667vw;
  right: .2604166667vw;
  bottom: .2604166667vw;
  width: 7.2916666667vw;
  height: 7.2916666667vw;
  border-radius: 50%;
  z-index: 1;
  -webkit-animation: rotation 10s linear infinite;
  animation: rotation 10s linear infinite;
}

.quiz-final__img .circle p {
  position: relative;
  z-index: 2;
  font-size: .7291666667vw;
  line-height: .9375vw;
  font-weight: 700;
  text-align: center;
}

.quiz-final__img .circle p span {
  display: block;
  margin: 0 auto;
  font-size: 1.3541666667vw;
  line-height: 1.5625vw;
  font-family: "Inter", Arial, sans-serif;
}

.quiz-final__text {
  padding: .5208333333vw 1.5625vw;
  min-height: 2.34375vw;
  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: 0 auto;
  font-size: .78125vw;
  line-height: 1.3541666667vw;
  letter-spacing: .04em;
  margin-bottom: .78125vw;
  font-weight: 600;
  background-color: var(--main-color);
  border-radius: var(--brad-regular);
  color: #fff;
}

.quiz-final__title {
  font-weight: 700;
  font-size: 1.875vw;
  line-height: 2.1875vw;
  text-align: center;
  letter-spacing: .04em;
  margin-bottom: 1.8229166667vw;
}

.quiz-final__form {
  width: 100%;
}

.quiz-final__form .form-container {
  width: 22.3958333333vw;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: .78125vw;
}

.quiz-final__form .form-container .hidden {
  display: none;
}

.quiz-final__form .form-container .form-input {
  width: 100%;
  margin: 0;
  margin-bottom: .5208333333vw;
}

.quiz-final__form .form-container .form-btn {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.quiz-final__form .form-checkbox {
  width: 20.8333333333vw;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.0416666667vw;
}

.quiz-final__form .form-checkbox p {
  width: 12.5vw;
}

.quiz-final__form .form-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.8229166667vw;
}

.quiz-final__form .form-top__item {
  width: 5.2083333333vw;
  margin: 0 .1041666667vw;
  padding: .3645833333vw;
  background-color: transparent;
  border-radius: var(--brad-regular);
  border: .0520833333vw solid transparent;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.quiz-final__form .form-top__item input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.quiz-final__form .form-top__item span {
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 50%;
  background-color: var(--main-color);
  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: .78125vw;
}

.quiz-final__form .form-top__item span img,
.quiz-final__form .form-top__item span svg {
  width: 1.3020833333vw;
  fill: #fff;
  pointer-events: none;
}

.quiz-final__form .form-top__item span img path,
.quiz-final__form .form-top__item span svg path {
  fill: #fff;
}

.quiz-final__form .form-top__item span.viber {
  background-color: #746fbb;
}

.quiz-final__form .form-top__item span.telegram {
  background-color: #05a0eb;
}

.quiz-final__form .form-top__item p {
  font-size: .8333333333vw;
  font-weight: 600;
  line-height: .9375vw;
}

.quiz-final__form .form-top__item:hover {
  background-color: #fff;
  border-color: var(--main-color);
}

.quiz-final__form .form-top__item.active {
  background-color: #fff;
  border-color: var(--main-color);
}

.calc-price__quiz.full {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .mobile-size {
    height: 2rem !important;
  }

  .wp-block-cover .wp-block-cover__inner-container,
  .wp-block-cover-image .wp-block-cover__inner-container {
    padding: 0 5vw;
  }
}

.clear-talk {
  margin-bottom: 3.90625vw;
  margin-top: 3.90625vw;
}

.clear-talk__container {
  color: #000;
  width: 100%;
  min-height: 31.25vw;
  padding: 5.3645833333vw 8.75vw 5.3645833333vw 40.625vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: var(--brad-regular);
}

.clear-talk__img {
  width: 19.5833333333vw;
  height: 33.3854166667vw;
  position: absolute;
  left: 10.15625vw;
  bottom: 0;
  overflow: hidden;
}

.clear-talk__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 51.9270833333vw;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

.clear-talk__title {
  text-align: left;
  line-height: 3.166667vw;
}

.clear-talk__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.clear-talk__text p {
  font-weight: 500;
  font-size: 1.5625vw;
  line-height: 2.0833333333vw;
  letter-spacing: .04em;
  margin-bottom: 1.8229166667vw;
}

.clear-talk__text span {
  font-weight: 400;
  font-size: .9375vw;
  line-height: 1.4583333333vw;
  letter-spacing: .04em;
  margin-bottom: 2.0833333333vw;
}

.clear-talk__link a {
  width: 19.2708333333vw;
}

.clients-choose {
  position: relative;
}

.clients-choose__title {
  padding-bottom: 70.3125vw;
}

.clients-choose__container {
  position: relative;
}

.clients-choose__slider {
  display: none;
}

.clients-choose__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: -1;
}

.clients-choose__bullets {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #fff;
  margin: 0 -2.6041666667vw;
  overflow: hidden;
}

.clients-choose__bullets .bullets-item {
  width: 20%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 20%;
  padding: 0 2.6041666667vw;
  padding-bottom: 3.125vw;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: .0520833333vw solid rgba(255, 255, 255, .25);
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
  -webkit-transition: .3s;
  transition: .3s;
}

.clients-choose__bullets .bullets-item:hover {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.clients-choose__bullets .bullets-item:hover .bullets-item__text {
  opacity: 1;
}

.clients-choose__bullets .bullets-item:first-child {
  border-left: none;
}

.clients-choose__bullets .bullets-item__number {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-radius: 50%;
  background-color: var(--main-color);
  font-weight: 500;
  font-size: .8333333333vw;
  line-height: 1.7708333333vw;
  letter-spacing: .03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.0416666667vw;
  position: relative;
  z-index: 3;
}

.clients-choose__bullets .bullets-item__number::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: var(--main-color);
  -webkit-animation: pulse_2_small 2s linear infinite;
  animation: pulse_2_small 2s linear infinite;
  z-index: -1;
}

.clients-choose__bullets .bullets-item__title {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.7708333333vw;
  letter-spacing: .03em;
}

.clients-choose__bullets .bullets-item__text {
  padding-top: .78125vw;
  font-weight: 300;
  font-size: 1.0416666667vw;
  line-height: 1.40625vw;
  letter-spacing: .03em;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  opacity: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.contacts {
  padding-top: 4vw;
  padding-bottom: 4vw;
  position: relative;
}

.contacts__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;
  margin-bottom: 8.3333333333vw;
}

.contacts__container:last-child {
  margin-bottom: 0;
}

.contacts__info {
  width: 14.0625vw;
  height: auto;
  -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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts__info-title {
  font-weight: 400;
  font-size: 2.0833333333vw;
  line-height: 2.6041666667vw;
  margin-bottom: 1.1979166667vw;
}

.contacts__info-container {
  margin-bottom: 1.1979166667vw;
}

.contacts__info-container>div {
  margin-bottom: 1.1979166667vw;
}

.contacts__info-container>div:last-child {
  margin-bottom: 0;
}

.contacts__info-address,
.contacts__info-work-time,
.contacts__info-phones,
.contacts__info-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts__info-address p,
.contacts__info-work-time p,
.contacts__info-phones p,
.contacts__info-email p {
  font-weight: 400;
  font-size: .7291666667vw;
  line-height: 1.09375vw;
}

.contacts__info-address p a,
.contacts__info-work-time p a,
.contacts__info-phones p a,
.contacts__info-email p a {
  color: var(--text-main-color);
  -webkit-transition: .3s;
  transition: .3s;
}

.contacts__info-address p a:hover,
.contacts__info-work-time p a:hover,
.contacts__info-phones p a:hover,
.contacts__info-email p a:hover {
  color: var(--main-color);
}

.contacts__info-address img,
.contacts__info-address svg,
.contacts__info-work-time img,
.contacts__info-work-time svg,
.contacts__info-phones img,
.contacts__info-phones svg,
.contacts__info-email img,
.contacts__info-email svg {
  width: 1.0416666667vw;
  height: 1.25vw;
  margin-right: .8333333333vw;
  -o-object-fit: cover;
  object-fit: cover;
  fill: var(--main-color);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contacts__info-address img path,
.contacts__info-address svg path,
.contacts__info-work-time img path,
.contacts__info-work-time svg path,
.contacts__info-phones img path,
.contacts__info-phones svg path,
.contacts__info-email img path,
.contacts__info-email svg path {
  fill: var(--main-color);
}

.contacts__info-phones p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 700;
  font-size: 1.0416666667vw;
  line-height: 1.25vw;
  letter-spacing: .02em;
}

.contacts__info-phones p a {
  font-family: "Inter", Arial, sans-serif;
  margin-bottom: .2604166667vw;
}

.contacts__info-phones p a:last-child {
  margin-bottom: 0;
}

.contacts__info-social {
  margin-bottom: 1.1979166667vw;
}

.contacts__info-social p {
  font-weight: 400;
  font-size: .7291666667vw;
  line-height: 1.25vw;
  letter-spacing: .03em;
  margin-bottom: .8333333333vw;
}

.contacts__info-social>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts__info-social>div a {
  width: 2.1875vw;
  height: 2.1875vw;
  border-radius: 50%;
  overflow: hidden;
  margin-right: .5208333333vw;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

.contacts__info-social>div a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contacts__info-social>div a:last-child {
  margin-right: 0;
}

.contacts__info-social>div a:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.contacts__info-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts__info-links a {
  font-weight: 700;
  font-size: .8333333333vw;
  line-height: 1.25vw;
  letter-spacing: .03em;
  color: var(--main-color);
}

.contacts__images {
  width: 24.4791666667vw;
  -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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts__images-item {
  margin-bottom: 1.0416666667vw;
}

.contacts__images-item:last-child {
  margin-bottom: 0;
}

.contacts__images-item p {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.5625vw;
  letter-spacing: .02em;
  margin-bottom: 1.0416666667vw;
}

.contacts__images-item>div {
  width: 100%;
  height: 12.9166666667vw;
  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-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts__images-item>div a {
  width: 7.34375vw;
  height: 6.09375vw;
  border-radius: var(--brad-regular);
  overflow: hidden;
}

.contacts__images-item>div a img {
  width: 100%;
  height: 100%;
  border-radius: var(--brad-regular);
  -o-object-fit: cover;
  object-fit: cover;
}

.contacts__images-item>div a:first-child {
  width: 16.5104166667vw;
  height: 12.9166666667vw;
  margin-right: .625vw;
}

.contacts__images-item>div a:nth-child(1n+4) {
  display: none;
}

.contacts__address {
  width: 37.6041666667vw;
  -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;
}

.contacts__address p {
  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;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.5625vw;
  letter-spacing: .02em;
  margin-bottom: .8333333333vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contacts__address p b {
  font-weight: 700;
}

.contacts__address p a {
  font-weight: 700;
  font-size: .8333333333vw;
  line-height: 1.25vw;
  letter-spacing: .03em;
  color: var(--main-color);
}

.contacts__address .map-container {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: var(--brad-regular);
}

.contacts__address .map-container iframe {
  width: 100%;
  height: 100%;
}

.download-price {
  position: relative;
  margin-bottom: 6.7708333333vw;
  margin-top: 6.7708333333vw;
}

.download-price__container {
  width: 100%;
  min-height: 36.4583333333vw;
  border-radius: var(--brad-regular);
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1.891667vw 0 4.84375vw 0;
}

.download-price__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: -1;
}

.download-price__img-large {
  position: absolute;
  width: 100%;
  height: 36.4583333333vw;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
}

.download-price__img-large img {
  position: absolute;
  width: 72.1875vw;
  height: 49.9479166667vw;
  top: -.625vw;
  right: -20.7291666667vw;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

.download-price__img-small {
  position: absolute;
  width: 28.28125vw;
  height: 36.875vw;
  right: -9.1145833333vw;
  bottom: -12.0833333333vw;
  z-index: 3;
  display: none;
}

.download-price__img-small img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

.download-price__title {
  text-align: left;
  margin-bottom: 2.6041666667vw;
  text-transform: uppercase;
  font-size: 2.625vw;
  line-height: 4.166667vw;
}

.download-price__circle {
  position: absolute;
  width: 7.8125vw;
  height: 7.8125vw;
  background-color: #fff;
  top: 4.020833vw;
  left: 45.71875vw;
  border-radius: 50%;
  z-index: 5;
  -webkit-box-shadow: 0 0 13.0208333333vw rgba(0, 0, 0, .25);
  box-shadow: 0 0 13.0208333333vw rgba(0, 0, 0, .25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}

.download-price__circle:hover .pdf-circle {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.download-price__circle .pdf-circle {
  position: absolute;
  top: .5208333333vw;
  left: .5208333333vw;
  right: .5208333333vw;
  bottom: .5208333333vw;
  width: 6.7708333333vw;
  height: 6.7708333333vw;
  -webkit-animation: rotation 15s linear infinite;
  animation: rotation 15s linear infinite;
}

.download-price__circle .circle-arrow {
  width: .8854166667vw;
  height: 1.0416666667vw;
  fill: var(--main-color);
  margin-bottom: .3125vw;
}

.download-price__circle .circle-arrow path {
  fill: var(--main-color);
}

.download-price__circle p {
  color: var(--main-color);
  font-weight: 600;
  font-size: .7291666667vw;
  line-height: 1.0416666667vw;
  text-align: center;
  letter-spacing: .03em;
}

.download-price__circle p span {
  font-family: "Inter", Arial, sans-serif;
}

.download-price__content {
  position: relative;
  z-index: 4;
  color: #fff;
}

.first {
  position: relative;
  min-height: 56.25vw;
  padding-top: 11.7708333333vw;
  margin-top: -11.7708333333vw;
}

.first__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.first__bg .main-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

.first__content {
  padding-top: 5.6041666667vw;
  padding-bottom: 2.6041666667vw;
}

.first__title {
  /* width: 56.7708333333vw; */
  font-weight: 300;
  font-size: 3.3854166667vw;
  line-height: 4.8270833333vw;
  letter-spacing: .02em;
}

.first__title b {
  font-weight: 700;
}

.first__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 2.2395833333vw;
}

.first__text p {
  width: 36.71875vw;
  font-weight: 400;
  font-size: 1.5625vw;
  line-height: 2.34375vw;
  letter-spacing: .04em;
  margin-right: .8854166667vw;
}

.first__bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-bottom: 3.5416666667vw;
  max-width: 49%;
}

.first__bullets .bullets-item {
  margin-top: 1rem;
  margin-left: 0;
}

.bullet-blue {
  color: #61c9da;
  font-weight: 600;
  font-size: 1.5vw;
}

.first__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.first__buttons-btn {
  margin-right: 1.8229166667vw;
  justify-content: space-evenly;
}

.first.md-dark-bg {
  color: #fff;
}

.bullets-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 3.6458333333vw;
  cursor: pointer;
  align-items: flex-start;
}

.bullets-item:first-child {
  margin-left: 0;
}

.bullets-item:hover>img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.bullets-item>img {
  margin-bottom: .8333333333vw;
  -webkit-transition: .3s;
  transition: .3s;
}

.bullets-item p {
  font-size: .9375vw;
  line-height: 1.3020833333vw;
  letter-spacing: .04em;
}

.bullets-item p b {
  font-weight: 700;
}

.footer {
  background-color: #1c1c1c;
  color: #fff;
}

.footer__bottom {
  padding-top: 1.3020833333vw;
  padding-bottom: 2.6041666667vw;
  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__bottom-item:first-child,
.footer__bottom-item:last-child {
  width: 7.5520833333vw;
}

.footer__bottom-item:last-child p {
  text-align: right;
}

.footer__bottom-item p {
  font-weight: 500;
  font-size: .6770833333vw;
  line-height: 1.25vw;
  letter-spacing: .04em;
}

.footer__bottom-item p span,
.footer__bottom-item p a {
  color: var(--main-color);
}

.get-consultation {
  margin-bottom: 6.25vw;
  margin-bottom: 3.25vw;
}

.get-consultation__container {
  width: 100%;
  min-height: 36.4583333333vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: var(--brad-regular);
  color: #fff;
  padding: 4.0625vw 18.2291666667vw 3.6458333333vw 5.2083333333vw;
}

.get-consultation__title {
  text-align: left;
  margin-bottom: 1.3020833333vw;
}

.get-consultation__form {
  margin-bottom: 1.0416666667vw;
}

.get-consultation__form .form-btn {
  width: 17.1875vw;
}

.get-consultation__person {
  position: absolute;
  width: 35.2604166667vw;
  height: 39.6354166667vw;
  right: 2.34375vw;
  bottom: 0;
}

.get-consultation__person .person-info {
  width: 7.5520833333vw;
  position: absolute;
  top: 12.8125vw;
  left: 5.8854166667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.get-consultation__person .person-info p {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.4583333333vw;
  text-align: right;
  letter-spacing: .02em;
  margin-bottom: 1rem;
}

.get-consultation__person .person-info span {
  font-weight: 400;
  font-size: .8333333333vw;
  line-height: 1.033333vw;
  text-align: right;
  letter-spacing: .02em;
}

.get-consultation__person .person-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

.get-consultation__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.get-consultation__links p {
  font-weight: 500;
  font-size: 1.5625vw;
  line-height: 1.9270833333vw;
  letter-spacing: .03em;
  margin-right: 1.3020833333vw;
}

.get-consultation__links p b {
  font-weight: 700;
}

.get-consultation__links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.0208333333vw;
  height: 3.0208333333vw;
  border-radius: 50%;
  margin-right: .625vw;
  -webkit-transition: .3s;
  transition: .3s;
}

.get-consultation__links a:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.get-consultation__links a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.get-consultation.md-style-2 {
  margin-bottom: 4.6875vw;
  margin-top: 5.2083333333vw;
}

.get-consultation.md-style-2 .get-consultation__container {
  padding: 3.5416666667vw 4.84375vw 3.5416666667vw 6.6666666667vw;
}

.get-consultation.md-style-2 .get-consultation__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  z-index: 1;
}

.get-consultation.md-style-2 .get-consultation__info {
  width: 23.1770833333vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.get-consultation.md-style-2 .get-consultation__text {
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.4583333333vw;
  letter-spacing: .04em;
  margin-bottom: 3.125vw;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.get-consultation.md-style-2 .get-consultation__form {
  width: 20.8333333333vw;
  margin-bottom: 0;
}

.get-consultation.md-style-2 .get-consultation__form .form-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.get-consultation.md-style-2 .get-consultation__form .form-text {
  font-weight: 600;
  font-size: 2.0833333333vw;
  line-height: 2.6041666667vw;
  letter-spacing: .02em;
  margin-bottom: .78125vw;
}

.get-consultation.md-style-2 .get-consultation__form .form-list {
  list-style: disc;
  padding-left: 1.3020833333vw;
  margin-bottom: 1.4583333333vw;
}

.get-consultation.md-style-2 .get-consultation__form .form-list li {
  font-weight: 500;
  font-size: .8333333333vw;
  line-height: 1.4583333333vw;
  letter-spacing: .02em;
  position: relative;
}

.get-consultation.md-style-2 .get-consultation__form .form-input {
  width: 100%;
  margin-right: 0;
  margin-bottom: 1.0416666667vw;
}

.get-consultation.md-style-2 .get-consultation__form .form-btn {
  width: 100%;
}

.get-consultation.md-style-2 .get-consultation__person {
  width: 34.614583vw;
  height: 35.458333vw;
  position: absolute;
  left: 24.791667vw;
  bottom: 0;
}

.get-consultation.md-style-2 .get-consultation__person .person-info {
  top: 19.0625vw;
  right: 3.5625vw;
  left: auto;
  bottom: auto;
}

.get-consultation.md-style-2 .get-consultation__person .person-info p,
.get-consultation.md-style-2 .get-consultation__person .person-info span {
  text-align: left;
}

.get-consultation.md-style-2 .get-consultation__contacts {
  margin-bottom: 3.125vw;
}

.get-consultation.md-style-2 .get-consultation__contacts p {
  font-weight: 600;
  font-size: 1.25vw;
  line-height: 2.6041666667vw;
  letter-spacing: .02em;
}

.get-consultation.md-style-2 .get-consultation__contacts p span {
  font-family: "Inter", Arial, sans-serif;
}

.get-consultation.md-style-2 .get-consultation__contacts a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.5625vw;
  line-height: 2.6041666667vw;
  letter-spacing: .02em;
  color: #fff;
}

.get-consultation.md-style-2 .get-consultation__contacts a:hover span {
  color: var(--main-color);
}

.get-consultation.md-style-2 .get-consultation__contacts a span {
  font-family: "Inter", Arial, sans-serif;
  -webkit-transition: .3s;
  transition: .3s;
}

.get-consultation.md-style-2 .get-consultation__contacts a img,
.get-consultation.md-style-2 .get-consultation__contacts a svg {
  width: 1.09375vw;
  height: 1.09375vw;
  -o-object-fit: cover;
  object-fit: cover;
  fill: var(--main-color);
  margin-right: .5208333333vw;
}

.get-consultation.md-style-2 .get-consultation__contacts a img path,
.get-consultation.md-style-2 .get-consultation__contacts a svg path {
  fill: var(--main-color);
}

.get-consultation.md-style-2 .get-consultation__links p {
  width: 8.8541666667vw;
  font-size: 1.25vw;
  line-height: 1.5625vw;
}

.header {
  height: 11.7708333333vw;
  padding-top: 1.0416666667vw;
  background-color: #f5f8f9;
  position: relative;
  z-index: 30;
  margin-bottom: 3.0729166667vw;
}

.header.md-bg-transparent {
  background-color: transparent;
  margin-bottom: 0;
}

.header.md-bg-transparent .header__download a:hover {
  border-color: var(--main-color);
}

.header.md-white-header {
  color: #fff;
}

.header.md-white-header .nav-wrap {
  border-color: rgba(255, 255, 255, .3);
}

.header.md-white-header .nav-wrap .nav .nav-item a {
  color: #fff;
}

.header.md-white-header .nav-wrap .nav .nav-item a:hover {
  color: var(--main-color);
}

.header.md-white-header .nav-wrap .nav .nav-item:first-child svg {
  opacity: 1;
}

.header.md-white-header .header__logo a,
.header.md-white-header .header__download a,
.header.md-white-header .header__contacts a {
  color: #fff;
}

.header.md-white-header .header__download a {
  border-color: #fff;
}

.header.md-white-header .header__download a span {
  color: #fff;
}

.header.md-white-header .header__contacts a:hover {
  color: var(--main-color);
}

.header__btn {
  display: none;
}

.header__btn-wrap {
  display: flex;
  align-items: center;
}

.header__btn-wrap p {
  width: 1.8229166667vw;
  font-size: .625vw;
  margin-right: .78125vw;
  letter-spacing: .03em;
}

.header__btn {
  display: block;
  width: 2.7vw;
  height: 1.5vw;
  position: relative;
  cursor: pointer;
  z-index: 999;
}

.header__btn span {
  width: 100%;
  height: .1771428571vw;
  border-radius: var(--brad-regular);
  position: absolute;
  left: 0;
  background-color: var(--main-color);
  -webkit-transition: .3s;
  transition: .3s;
}

.header__btn span:first-child {
  top: 0;
}

.header__btn span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header__btn span:last-child {
  bottom: 0;
  width: 1.2vw;
}

.header__top .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 1.3020833333vw;
}

/* .header__logo {
  width: 10.8958333333vw;
} */

/* .header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--text-main-color);
} */

/* .header__logo a img {
  width: 9.864583vw;
  height: 5.811458vw;
  fill: var(--main-color);
} */

.header__logo a svg {
  width: 9.864583vw;
  height: 5.811458vw;
  fill: var(--main-color);
}
/* .header__logo a img path {
  fill: var(--main-color);
} */

.header__logo a svg path {
  fill: var(--main-color);
}

.header__logo a p {
  font-size: 2.0833333333vw;
  font-weight: 400;
  margin-left: 1vw;
}

.header__logo a p b {
  font-weight: 700;
}

.header__text {
  width: 10.4166666667vw;
  font-size: .7291666667vw;
  line-height: 1.0416666667vw;
  letter-spacing: .03em;
}

.header__address {
  width: 13.28125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__address img,
.header__address svg {
  width: 1.0416666667vw;
  height: 1.25vw;
  margin-right: .78125vw;
  fill: var(--main-color);
}

.header__address img path,
.header__address svg path {
  fill: var(--main-color);
}

.header__address p {
  font-size: .8333333333vw;
  line-height: 1.3020833333vw;
  letter-spacing: .03em;
}

.header__address p b {
  font-weight: 700;
}

.header__download {
  width: 20.1458333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__download a {
  width: 100%;
  height: 3.90625vw;
  border-radius: var(--brad-regular);
  border: .0520833333vw solid var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 2.2625vw;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.header__download a img,
.header__download a svg {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  fill: var(--main-color);
  -webkit-transition: .3s;
  transition: .3s;
}

.header__download a img path,
.header__download a svg path {
  fill: var(--main-color);
  -webkit-transition: .3s;
  transition: .3s;
}

.header__download a span {
  font-size: .8333333333vw;
  line-height: .9895833333vw;
  letter-spacing: .03em;
  color: var(--main-color);
  font-weight: 600;
  -webkit-transition: .3s;
  transition: .3s;
}

.header__download a:hover {
  background-color: var(--main-color);
}

.header__download a:hover img {
  filter: brightness(0) invert(1);
}

.header__download a:hover img,
.header__download a:hover svg {
  fill: white;
}

.header__download a:hover img path,
.header__download a:hover svg path {
  fill: white;
}

.header__download a:hover span {
  color: white;
}

.header__social,
.header__contacts {
  width: 12.7604166667vw;
  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;
  padding-left: 1vw;
}

.header__social p,
.header__contacts p {
  font-size: .8333333333vw;
  line-height: .9895833333vw;
  letter-spacing: .03em;
  margin-bottom: .78125vw;
  position: relative;
}

.header__social p b,
.header__contacts p b {
  font-weight: 600;
}

.header__social p b span,
.header__contacts p b span {}

.header__social p::before,
.header__contacts p::before {
  content: "";
  position: absolute;
  width: .2083333333vw;
  height: .2083333333vw;
  border-radius: 50%;
  background-color: var(--main-color);
  top: 50%;
  left: -.5208333333vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.header__social p::after,
.header__contacts p::after {
  content: "";
  position: absolute;
  width: .2083333333vw;
  height: .2083333333vw;
  border-radius: 50%;
  background-color: #31b939;
  top: 50%;
  left: -.5208333333vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-animation: pulse_1 3s linear infinite;
  animation: pulse_1 3s linear infinite;
}

.header__contacts {
  width: 12.7604166667vw;
  display: flex;
  align-items: end;
}

.header__contacts p {
  margin-bottom: .5208333333vw;
}

.header__contacts a {
  font-weight: 600;
  font-size: 1.0416666667vw;
  line-height: 1.3541666667vw;
  color: var(--text-main-color);
  margin-bottom: .15625vw;
  -webkit-transition: .3s;
  transition: .3s;
}

.header__contacts a:hover {
  color: var(--main-color);
}

.header__contacts .call-back {
  color: var(--main-color);
  font-size: .8333333333vw;
  line-height: .9895833333vw;
  letter-spacing: .05em;
  font-weight: 600;
}

.header__nav {
  -webkit-transition: .3s;
  transition: .3s;
}

.nav-wrap ul {
  list-style: none;
}

.nav-wrap .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-wrap .nav .nav-item {
  padding: 1.3541666667vw 0;
  -webkit-transition: .3s;
  transition: .3s;
  /* min-width: max-content; */
}

.nav-wrap .nav .nav-item:first-child img,
.nav-wrap .nav .nav-item:first-child svg {
  width: 1.1979166667vw;
  height: 1.1458333333vw;
  fill: var(--main-color);
  -webkit-transition: .3s;
  transition: .3s;
}

.nav-wrap .nav .nav-item:first-child img path,
.nav-wrap .nav .nav-item:first-child svg path {
  fill: var(--main-color);
}

.nav-wrap .nav .nav-item:first-child img:hover,
.nav-wrap .nav .nav-item:first-child svg:hover {
  opacity: 1;
}

.nav-wrap .nav .nav-item:last-child {
  padding-right: 0;
}

.nav-wrap .nav .nav-item a {
  text-transform: uppercase;
  font-size: .9375vw;
  color: var(--text-main-color);
  font-weight: 600;
  -webkit-transition: .3s;
  transition: .3s;
}

.nav-wrap .nav .nav-item a:hover {
  color: var(--main-color);
}

.social-links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-links a {
  width: 2.2916666667vw;
  height: 2.2916666667vw;
  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: var(--main-color);
  margin: 0 .2604166667vw;
  -webkit-transition: .3s;
  transition: .3s;
}

.social-links a:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.social-links a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.our-values {
  margin-bottom: 4.4270833333vw;
}

.our-values__title {
  margin-bottom: 1.34375vw;
  text-align: left;
}

.our-values__container {
  width: 100%;
}

.our-values__container .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -.9114583333vw;
}

.our-values__slider {
  display: none;
}

.our-values__item {
  width: 26.0416666667vw;
  height: 29.0416666667vw;
  margin: .9114583333vw;
  position: relative;
  padding: 2.8645833333vw 7.8125vw 2.6041666667vw 2.8645833333vw;
  border-radius: var(--brad-regular);
  color: #fff;
}

.our-values__item .item-number {
  width: 2.8645833333vw;
  height: 2.8645833333vw;
  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;
  color: #fff;
  position: absolute;
  top: 1.5625vw;
  right: 1.5625vw;
  z-index: 5;
  background-color: transparent;
  font-weight: 600;
  font-size: 1.5625vw;
  text-align: center;
  letter-spacing: .03em;
}

.our-values__item .item-title {
  font-weight: 700;
  font-size: 1.5625vw;
  line-height: 1.71875vw;
  letter-spacing: .04em;
  margin-bottom: .78125vw;
  position: relative;
  z-index: 3;
}

.our-values__item .item-title:last-child {
  margin-bottom: 0;
}

.our-values__item .item-text {
  font-weight: 500;
  font-size: 1.3vw;
  line-height: 2vw;
  letter-spacing: .04em;
  position: absolute;
  z-index: 3;
  text-transform: uppercase;
  bottom: 2vw;
  left: 2vw;
}

.popup {
  color: #000;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  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: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  font-family: "Gilroy", Arial, sans-serif;
}

.popup__blur {
  background-color: #000;
  opacity: .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 {
  position: relative;
  position: relative;
  z-index: 2;
  -webkit-transition: .3s;
  transition: .3s;
  margin: auto;
  background-color: #fff;
}

.popup__close {
  position: absolute;
  z-index: 5;
  top: 1.3020833333vw;
  right: 1.5625vw;
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  cursor: pointer;
}

.popup__close img,
.popup__close svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #a0a0a0;
}

.popup__close img path,
.popup__close svg path {
  fill: #a0a0a0;
}

.popup__block .download-price__container {
  padding: 4.7916666667vw 0 4.84375vw 7vw;
}

.politika-popup {
  width: 81.7708333333vw;
  height: 100%;
  padding: 2.0833333333vw;
  background-color: #fff;
  border-radius: var(--brad-regular);
}

.politika-popup h2 {
  font-weight: 500;
  font-size: 2.0833333333vw;
  margin-bottom: 1.3020833333vw;
}

.politika-popup p {
  font-weight: 400;
  font-size: .8333333333vw;
  line-height: 1.1979166667vw;
  margin-bottom: .78125vw;
}

.download-popup {
  width: 49.4791666667vw;
  border-radius: var(--brad-regular);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.download-popup__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.download-popup__img img {
  width: 100%;
  height: 100%;
  border-radius: var(--brad-regular);
  -o-object-fit: cover;
  object-fit: cover;
}

.download-popup__content {
  position: relative;
  z-index: 2;
  padding: 4.1666666667vw 15.625vw 4.1666666667vw 4.9479166667vw;
}

.download-popup__title {
  font-weight: 700;
  font-size: 2.5vw;
  line-height: 3.3854166667vw;
  letter-spacing: .02em;
  margin-bottom: 1.0416666667vw;
}

.download-popup__text {
  font-weight: 400;
  font-size: .9375vw;
  line-height: 1.09375vw;
  letter-spacing: .03em;
  margin-bottom: 1.5625vw;
}

.price-popup {
  background: transparent;
}

.main-popup {
  width: 26.0416666667vw;
  border-radius: var(--brad-regular);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.main-popup__content {
  padding: 2.8645833333vw 2.0833333333vw 2.8645833333vw 2.0833333333vw;
}

.main-popup__title {
  font-weight: 700;
  font-size: 1.8229166667vw;
  line-height: 2.1354166667vw;
  text-align: center;
  letter-spacing: .02em;
  margin-bottom: 1.3020833333vw;
}

.main-popup__text {
  font-weight: 400;
  font-size: .9375vw;
  line-height: 1.09375vw;
  text-align: center;
  letter-spacing: .03em;
  margin-bottom: 2.0833333333vw;
}

.main-popup__form .form-checkbox {
  margin: 0 auto;
}

.main-popup.md-review-popup {
  width: 48.9583333333vw;
}

.main-popup.md-review-popup .md-standart-form.md-popup-form .form-container {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-popup.md-review-popup .md-standart-form.md-popup-form .form-stars {
  width: 100%;
}

.main-popup.md-review-popup .md-standart-form.md-popup-form .form-checkbox {
  width: auto;
}

.main-popup.md-review-popup .md-standart-form.md-popup-form .form-input,
.main-popup.md-review-popup .md-standart-form.md-popup-form .form-select {
  width: 21.875vw;
}

.main-popup.md-review-popup .md-standart-form.md-popup-form .form-file {
  width: 100%;
}

.md-standart-form.md-popup-form .form-title {
  font-weight: 700;
  font-size: 1.8229166667vw;
  line-height: 2.1354166667vw;
  letter-spacing: .02em;
  margin-bottom: 1.0416666667vw;
  padding-right: 2.6041666667vw;
}

.md-standart-form.md-popup-form .form-text {
  padding-left: 2.0833333333vw;
  font-weight: 500;
  font-size: .8333333333vw;
  line-height: 1.25vw;
  letter-spacing: .04em;
  margin-bottom: .5208333333vw;
}

.md-standart-form.md-popup-form .form-container {
  width: 21.875vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.md-standart-form.md-popup-form .form-select {
  margin: 0;
  width: 100%;
  height: 4.1666666667vw;
  margin-bottom: .5208333333vw;
}

.md-standart-form.md-popup-form .form-input {
  margin: 0;
  width: 100%;
  height: 4.1666666667vw;
  margin-bottom: .5208333333vw;
}

.md-standart-form.md-popup-form .form-btn {
  width: 100%;
  height: 4.1666666667vw;
  padding: 0 1.5625vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.md-standart-form.md-popup-form .form-btn span {
  font-size: .9375vw;
  line-height: 1.25vw;
}

.md-standart-form.md-popup-form .form-checkbox {
  width: 14.0625vw;
}

.md-standart-form.md-popup-form .form-file {
  width: 100%;
  margin: 0;
  margin-bottom: .5208333333vw;
}

.md-standart-form.md-popup-form .form-file>div {
  width: 100%;
  height: 4.1666666667vw;
}

.md-standart-form.md-popup-form .form-file>div img,
.md-standart-form.md-popup-form .form-file>div svg {
  right: 1.5625vw;
}

.portfolio__text {
  font-size: 1.6666666667vw;
  line-height: 2.1666666667vw;
  letter-spacing: .04em;
  font-weight: 300;
  text-align: left;
  margin-bottom: 2.6041666667vw;
}

.price {
  margin-bottom: 5.2083333333vw;
}

.process {
  position: relative;
  padding-top: 4vw;
  padding-bottom: 5.2083333333vw;
}

.process__load-more {
  display: none;
}

.process__title {
  margin-bottom: 1.3854166667vw;
  text-align: left;
}

.process__content {
  display: none;
}

.process__content.active {
  display: block;
}

.process__container {
  width: 100%;
}

.process__container .container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -.9375vw -.78125vw;
}

.process__item {
  width: 19.2708333333vw;
  height: 100%;
  margin: .9375vw .78125vw;
  position: relative;
  border-radius: var(--brad-regular);
  overflow: hidden;
}

.process__item:hover::after {
  opacity: 1;
}

.process__item:hover span {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.process__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.64%, rgba(49, 185, 57, 0)), to(var(--gradient-process-item)));
  background: -webkit-linear-gradient(top, rgba(49, 185, 57, 0) 29.64%, var(--gradient-process-item) 100%);
  background: linear-gradient(180deg, rgba(49, 185, 57, 0) 29.64%, var(--gradient-process-item) 100%);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  border-radius: var(--brad-regular);
}

.process__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--brad-regular);
}

.process__item span {
  width: 2.34375vw;
  height: 2.34375vw;
  position: absolute;
  border-radius: 50%;
  background-color: var(--main-color);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.process__item span img,
.process__item span svg {
  width: .9895833333vw;
  height: .9895833333vw;
  -o-object-fit: cover;
  object-fit: cover;
  fill: #fff;
}

.process__item span img path,
.process__item span svg path {
  fill: #fff;
}

.process__item span:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.3);
  transform: translate(-50%, -50%) scale(1.3);
}

.products {
  padding-top: 4vw;
  padding-bottom: 4vw;
  position: relative;
}

.products__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.products__title {
  margin-bottom: 1.0416666667vw;
  text-align: left;
}

.products__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1.0416666667vw;
  position: relative;
}

.products__item.active {
  display: flex;
}

.products__item:last-child {
  margin-bottom: 0;
}

.products__item .item-img-block {
  width: 40.1041666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.products__item .item-img-block a {
  width: 9.21875vw;
  height: 7.7604166667vw;
  margin-right: 1.0416666667vw;
  border-radius: var(--brad-regular);
  overflow: hidden;
}

.products__item .item-img-block a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--brad-regular);
}

.products__item .item-img-block a:first-child {
  width: 100%;
  height: 28.6458333333vw;
  margin-right: 0;
  margin-bottom: 1.0416666667vw;
  border-radius: var(--brad-regular);
}

.products__item .item-img-block a:first-child img {
  border-radius: var(--brad-regular);
}

.products__item .item-img-block a:nth-child(3) {
  margin-right: 1.1458333333vw;
}

.products__item .item-img-block a:nth-child(5) {
  margin-right: 0;
}

.products__item .item-img-block a:nth-child(1n+6) {
  display: none;
}

.products__item .item-img-block__hint {
  position: absolute;
  top: 1.1979166667vw;
  left: 1.1979166667vw;
  font-weight: 600;
  font-size: .8333333333vw;
  line-height: 1.7708333333vw;
  letter-spacing: .04em;
  color: #fff;
  background-color: var(--main-color);
  height: 1.7708333333vw;
  padding: 0 .625vw;
  border-radius: var(--brad-regular);
  z-index: 5;
}

.products__item .item-img-block__hint span {
  font-family: "inter", Arial, sans-serif;
}

.products__item .item-img-block__hint.hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.products__item .item-info-block {
  width: 36.71875vw;
  position: relative;
}

.products__item .item-info-block .info-status {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  padding: .625vw 1.0416666667vw;
  border-radius: var(--brad-regular);
  background-color: var(--product-status-color);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: .78125vw;
  letter-spacing: .04em;
}

.products__item .item-info-block .info-status img,
.products__item .item-info-block .info-status svg {
  width: .625vw;
  max-height: .625vw;
  fill: var(--main-color);
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: .3645833333vw;
}

.products__item .item-info-block .info-status img path,
.products__item .item-info-block .info-status svg path {
  fill: var(--main-color);
}

.products__item .item-info-block .info-title {
  padding-right: 8.8541666667vw;
  font-weight: 600;
  font-size: 2.0833333333vw;
  line-height: 3.125vw;
  letter-spacing: .04em;
  margin-bottom: 2.8645833333vw;
}

.products__item .item-info-block .info-descr p {
  line-height: normal;
  font-size: .954vw;
}

.products__item .item-info-block .info-list {
  list-style: none;
  margin-bottom: 2.8645833333vw;
  display: none;
}

.products__item .item-info-block .info-list li {
  font-weight: 400;
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  letter-spacing: .03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1.1458333333vw;
}

.products__item .item-info-block .info-list li:last-child {
  margin-bottom: 0;
}

.products__item .item-info-block .info-list li span {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-radius: 50%;
  background-color: #f5f8f9;
  margin-right: .78125vw;
  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;
}

.products__item .item-info-block .info-list li span img,
.products__item .item-info-block .info-list li span svg {
  width: .625vw;
  height: .4166666667vw;
  -o-object-fit: cover;
  object-fit: cover;
  fill: var(--main-color);
}

.products__item .item-info-block .info-list li span img path,
.products__item .item-info-block .info-list li span svg path {
  fill: var(--main-color);
}

.products__item .item-info-block .info-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.025vw;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: .5vw 0;
}

.products__item .item-info-block .info-price .price {
  font-weight: 400;
  font-size: 1.25vw;
  letter-spacing: .04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0;
  margin-right: .5208333333vw;
}

.products__item .item-info-block .info-price .price>div {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 .5208333333vw;
}

.products__item .item-info-block .info-price .price>div .hidden-text {
  font-size: 3.3333333333vw;
  line-height: 3.125vw;
  position: relative;
  margin-right: .2604166667vw;
  letter-spacing: -.02em;
}

.products__item .item-info-block .info-price .price>div span {
  font-size: 3.3333333333vw;
  line-height: 3.125vw;
  position: relative;
  margin-right: .2604166667vw;
  letter-spacing: -.02em;
}

.products__item .item-info-block .info-price .price>div .hidden-text>div {
  position: absolute;
  left: 90%;
  bottom: 80%;
}

.products__item .item-info-block .info-price .price>div .hidden-text>div:hover p {
  opacity: 1;
  pointer-events: all;
}

.products__item .item-info-block .info-price .price>div .hidden-text>div:hover span::after {
  display: none;
}

.products__item .item-info-block .info-price .price>div .hidden-text>div span {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  border-radius: 50%;
  background-color: var(--main-color);
  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: .4166666667vw;
  position: absolute;
  left: .3645833333vw;
  bottom: .2604166667vw;
  z-index: 5;
  cursor: pointer;
}

.products__item .item-info-block .info-price .price>div .hidden-text>div span img,
.products__item .item-info-block .info-price .price>div .hidden-text>div span svg {
  width: .2083333333vw;
  height: .5208333333vw;
  -o-object-fit: cover;
  object-fit: cover;
  fill: #fff;
}

.products__item .item-info-block .info-price .price>div .hidden-text>div span img path,
.products__item .item-info-block .info-price .price>div .hidden-text>div span svg path {
  fill: #fff;
}

.products__item .item-info-block .info-price .price>div .hidden-text>div span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: var(--main-color);
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-animation: pulse_2_small 2s linear infinite;
  animation: pulse_2_small 2s linear infinite;
  z-index: -1;
}

.products__item .item-info-block .info-price .price>div .hidden-text>div p {
  width: 8.8541666667vw;
  min-height: 1.5625vw;
  font-weight: 500;
  font-size: .5208333333vw;
  letter-spacing: .02em;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  line-height: .8333333333vw;
  padding: .2604166667vw .3645833333vw;
  padding-left: 1.8229166667vw;
  border-radius: var(--brad-regular);
  background-color: #f5f8f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  pointer-events: none;
}

.products__item .item-info-block .info-btn-container {
  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;
}

.questions {
  padding-bottom: 4vw;
  padding-top: 3.25vw;
}

.questions__title {
  margin-bottom: 2.8645833333vw;
  text-align: left;
}

.questions__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.8645833333vw;
}

.questions__container .container-item {
  width: 39.53125vw;
}

.questions__load-more {
  display: none;
}

.questions__link {
  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;
}

.questions__link a {
  width: 30.0416666667vw;
  height: 5.2083333333vw;
  border-radius: var(--brad-regular);
  border: .1041666667vw solid #31b939;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 2.6041666667vw;
  font-weight: 700;
  font-size: 1.0416666667vw;
  line-height: 1.25vw;
  letter-spacing: .04em;
  color: #31b939;
  -webkit-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
}

.questions__link a img,
.questions__link a svg {
  width: 1.9791666667vw;
  height: 1.9791666667vw;
  -o-object-fit: cover;
  object-fit: cover;
  fill: var(--main-color);
  -webkit-transition: .3s;
  transition: .3s;
}

.questions__link a img path,
.questions__link a svg path {
  fill: #31b939;
}

.questions__link a:hover {
  background-color: #31b939;
  color: #fff;
}

.questions__link a:hover img,
.questions__link a:hover svg {
  fill: #fff;
}

.questions__link a:hover img path,
.questions__link a:hover svg path {
  fill: #fff;
}

.questions__item {
  background: #f8fafb;
  border-radius: var(--brad-regular);
  width: 100%;
  padding: 1.3020833333vw 8.8541666667vw 1.3020833333vw 2.8645833333vw;
  position: relative;
  margin-top: 1.3020833333vw;
}

.questions__item:first-child {
  margin-top: 0;
}

.questions__item .item-title {
  color: #000;
  font-weight: 700;
  font-size: 1.1458333333vw;
  line-height: 1.6666666667vw;
  letter-spacing: .03em;
  cursor: pointer;
}

.questions__item .item-content {
  padding-top: 1.0416666667vw;
  font-weight: 500;
  font-size: .8333333333vw;
  line-height: 1.3020833333vw;
  letter-spacing: .03em;
  color: #939393;
  display: none;
}

.questions__item .item-btn {
  position: absolute;
  z-index: 5;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  top: 2.03125vw;
  right: 1.7708333333vw;
  border-radius: 50%;
  background-color: var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.questions__item .item-btn img,
.questions__item .item-btn svg {
  width: .5208333333vw;
  height: .5208333333vw;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #fff;
}

.questions__item .item-btn img path,
.questions__item .item-btn svg path {
  fill: #fff;
}

.questions__item .item-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: var(--main-color);
  -webkit-animation: pulse_2_small 2s linear infinite;
  animation: pulse_2_small 2s linear infinite;
  z-index: -1;
}

.services {
  padding-bottom: 5.46875vw;
  padding-top: 4vw;
  position: relative;
  overflow: hidden;
}

.services__load-more {
  display: none;
}

.services__title {
  margin-bottom: 1.0416666667vw;
  text-align: left;
}

.services__container {
  width: 100%;
}

.item-bottom {
  display: flex;
  justify-content: center;
  margin-top: 2vw;
}

.item-bottom .item-bottom__link {
  width: 23.645833vw;
}

.services__container .container-flex {
  margin: -1.4583333333vw -.78125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.services__item {
  width: 19.2708333333vw;
  min-height: 27.53125vw;
  margin: 1.4583333333vw .78125vw;
  border-radius: var(--brad-regular);
  overflow: hidden;
  position: relative;
  padding: 2.5vw 1.9791666667vw 1.71875vw 1.9791666667vw;
  cursor: pointer;
}

.services__item:hover .item-img::after {
  opacity: .7;
}

.services__item:hover .item-text {
  opacity: 1;
}

.services__item .item-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.services__item .item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .4;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: var(--brad-regular);
}

.services__item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

.services__item .item-content {
  position: relative;
  z-index: 5;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}

.services__item .item-title {
  text-align: end;
  font-weight: 700;
  font-size: 1.5625vw;
  line-height: 1.8229166667vw;
  letter-spacing: .04em;
}

.services__item .item-subtitle {
  text-align: left;
  font-weight: 500;
  font-size: .8vw;
  line-height: 1.5vw;
}

.services__item .item-text {
  padding: .78125vw 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-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  /* -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; */
  font-weight: 500;
  font-size: 1.3vw;
  line-height: 2vw;
  letter-spacing: .04em;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  text-transform: uppercase;
}

.services__item .item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
}

.services__item .item-bottom__link {
  width: 13.0208333333vw;
  height: 3.125vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1.0416666667vw;
}

.services__item .item-bottom__link:hover {
  padding: 0 1.0416666667vw;
}

.services__item .item-bottom__link::after {
  width: 1.5625vw;
}

.services__item .item-bottom__link span {
  font-weight: 600;
  font-size: .8333333333vw;
  line-height: .9895833333vw;
}

.to-top {
  position: fixed;
  right: 1.5625vw;
  bottom: 1.5625vw;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  border-radius: 50%;
  background-color: var(--main-color);
  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: 50;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}

.to-top img,
.to-top svg {
  width: .8234375vw;
  height: .4708333333vw;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #fff;
}

.to-top img path,
.to-top svg path {
  fill: #fff;
}

.to-top:hover {
  background-color: var(--main-color-darken);
}

.warranty {
  margin-bottom: 5.2083333333vw;
  position: relative;
}

.warranty__container {
  position: relative;
  border-radius: var(--brad-regular);
  overflow: hidden;
  padding: 5.2083333333vw;
  padding-right: 29.6875vw;
  color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.warranty__title {
  text-align: left;
  margin-bottom: 2.8645833333vw;
  color: #000;
  text-transform: uppercase;
}

.warranty__bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #000;
}

.warranty__bullets .bullets-item {
  margin: 0;
  width: 14.5vw;
  margin-top: 2.6041666667vw;
  margin-right: 3.125vw;
}

.warranty__bullets .bullets-item:nth-child(1),
.warranty__bullets .bullets-item:nth-child(2) {
  margin-top: 0;
}

.warranty__text {
  position: absolute;
  right: 6.3541666667vw;
  bottom: 32.96875vw;
  width: 19.9479166667vw;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.warranty__text p {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.8229166667vw;
  letter-spacing: .04em;
  margin-bottom: 1.1979166667vw;
}

.warranty__text span {
  font-weight: 400;
  font-size: .8333333333vw;
  line-height: 1.25vw;
  letter-spacing: .04em;
}

.warranty__text span b {
  font-weight: 600;
}

.warranty__img {
  position: absolute;
  right: 2.4479166667vw;
  bottom: 2.7vw;
  width: 26.760417vw;
  height: 27.3vw;
  overflow: hidden;
}

.warranty__img img {
  width: 100%;
  height: 38.322917vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

.work-steps {
  padding-bottom: 4vw;
  padding-top: 4vw;
}

.work-steps__title {
  text-align: left;
  margin-bottom: 1.3854166667vw;
}

.work-steps__slide {
  width: 24.4791666667vw;
  min-height: 31.7708333333vw;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: var(--brad-regular);
  overflow: hidden;
}

.work-steps__slide.md-light-text {
  color: #fff;
}

.work-steps__slide.md-style-dark-bg,
.work-steps__slide.md-style-light-bg {
  color: #fff;
}

.work-steps__slide.md-style-dark-bg .slide-phones a,
.work-steps__slide.md-style-light-bg .slide-phones a {
  color: #fff;
}

.work-steps__slide.md-style-dark-bg .slide-phones a::after,
.work-steps__slide.md-style-light-bg .slide-phones a::after {
  background-color: #fff;
}

.work-steps__slide.md-style-dark-bg .slide-text,
.work-steps__slide.md-style-light-bg .slide-text {
  padding-right: 7.8125vw;
}

.work-steps__slide.md-style-dark-bg .slide-content,
.work-steps__slide.md-style-light-bg .slide-content {
  padding-bottom: 2.0833333333vw;
}

.work-steps__slide .slide-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 31.7708333333vw;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.work-steps__slide .slide-content {
  padding: 2.0833333333vw 2.5vw 4.3020833333vw 2.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  position: relative;
  z-index: 2;
}

.work-steps__slide .slide-step {
  padding: 0 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;
  height: 2.8645833333vw;
  border-radius: var(--brad-regular);
  background-color: #fff;
  font-weight: 600;
  font-size: 1.0416666667vw;
  line-height: 2.6041666667vw;
  letter-spacing: .03em;
  color: var(--main-color);
  margin-bottom: 1.5625vw;
}

.work-steps__slide .slide-title {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.8229166667vw;
  letter-spacing: .02em;
  margin-bottom: .78125vw;
}

.work-steps__slide .slide-text {
  font-weight: 400;
  font-size: .9375vw;
  line-height: 1.3541666667vw;
  letter-spacing: .03em;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.work-steps__slide .slide-phones {
  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-bottom: .8854166667vw;
}

.work-steps__slide .slide-phones span {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 2.0833333333vw;
  letter-spacing: .02em;
}

.work-steps__slide .slide-phones a {
  font-weight: 700;
  font-size: 1.3541666667vw;
  line-height: 2.0833333333vw;
  letter-spacing: .02em;
  font-family: "Inter", Arial, sans-serif;
  color: var(--main-text-color);
  -webkit-transition: .3s;
  transition: .3s;
}

.work-steps__slide .slide-phones a:hover {
  color: var(--main-color);
}

.work-steps__slide .slide-bottom {
  margin-top: .78125vw;
  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;
}

.work-steps__slide .slide-bottom p {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.8229166667vw;
  letter-spacing: .02em;
  margin-bottom: 1.1458333333vw;
  padding-right: 5.7291666667vw;
}

.work-steps__slide .slide-bottom span {
  width: 13.0208333333vw;
  height: 3.90625vw;
  font-weight: 700;
  font-size: 1.0416666667vw;
  line-height: 1.25vw;
  letter-spacing: .03em;
  padding: 0 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;
}

.work-steps__slide .slide-bottom span::after {
  width: 1.8229166667vw;
}

.work-steps__slide .slide-bottom span:hover {}

.work-steps__slider {
  margin-bottom: 5.9895833333vw;
}

.work-steps__slider .swiper-slide {
  width: 24.4791666667vw;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .wrapper {
    width: 86.25vw;
  }

  body {
    overflow-x: hidden;
    padding-top: 25vw;
  }

  .item-bottom .item-bottom__link {
    width: 100%;
  }

  .md-line-dotted::after {
    border-bottom: .3125vw dotted var(--main-color);
  }

  .md-main-color-btn {
    height: 18.75vw;
    padding: 0 14.6875vw;
  }

  .md-main-color-btn:hover {
    padding: 0 14.6875vw;
  }

  .md-main-color-btn span {
    font-size: 3.75vw;
    line-height: 4.6875vw;
    letter-spacing: .03em;
  }

  .md-main-color-btn img,
  .md-main-color-btn svg {
    width: 4.0625vw;
    height: 4.0625vw;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .md-main-color-btn::after {
    width: 7.8125vw;
  }

  .md-standart-form .form-text {
    font-size: 3.75vw;
    line-height: 5vw;
    margin-bottom: 3.125vw;
  }

  .md-standart-form .form-container {
    margin-bottom: 3.125vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: self-start;
  }

  .md-standart-form .form-file>div {
    width: 76.25vw;
    height: 18.75vw;
    border-radius: var(--brad-regular);
    padding: 0 9.375vw;
    padding-right: 15.625vw;
    font-size: 3.75vw;
    line-height: 4.375vw;
  }

  .md-standart-form .form-file>div img,
  .md-standart-form .form-file>div svg {
    width: 6.25vw;
    height: 6.25vw;
    right: 6.25vw !important;
  }

  .md-standart-form .form-file>div p {
    max-height: 4.375vw;
  }

  .md-standart-form .form-select {
    width: 76.25vw;
    height: 18.75vw;
    margin-bottom: 3.125vw;
    border-radius: var(--brad-regular);
    padding: 0 9.375vw;
    font-size: 3.75vw;
  }

  .md-standart-form .form-select::after {
    width: 1.5625vw;
    height: 1.5625vw;
  }

  .md-standart-form .form-input {
    width: 76.25vw;
    height: 18.75vw;
    font-size: 3.75vw;
    border-radius: var(--brad-regular);
    padding: 0 9.375vw;
    margin-bottom: 3.125vw;
  }

  .md-standart-form .form-textarea {
    width: 63.125vw;
    font-weight: 500;
    height: 34.6875vw;
    border-radius: var(--brad-regular);
    font-size: 3.125vw !important;
    padding: 6.25vw 7.8125vw;
    margin-bottom: 3.125vw;
  }

  .md-standart-form .form-checkbox div {
    width: 3.75vw;
    height: 3.75vw;
    margin-right: 1.875vw;
    border-radius: var(--brad-regular);
  }

  .md-standart-form .form-checkbox div img,
  .md-standart-form .form-checkbox div svg {
    width: 1.5625vw;
    height: 1.25vw;
  }

  .md-standart-form .form-checkbox p {
    font-size: 2.1875vw;
    line-height: 2.8125vw;
  }

  .price-popup .form-select,
  .price-popup .form-input,
  .price-popup .form-btn {
    width: 100%;
  }

  .md-main-title {
    font-size: 6.25vw;
    line-height: 9.375vw;
  }

  .md-standart-slider .slider-btn {
    display: none;
  }

  .md-standart-slider .slider-pagination {
    bottom: -6.25vw;
  }

  .md-standart-slider .slider-hint {
    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: 4.6875vw;
  }

  .md-standart-slider .slider-hint span {
    font-size: 2.5vw;
    line-height: 4.0625vw;
    letter-spacing: .05em;
    margin-right: 2.5vw;
  }

  .md-standart-slider .slider-hint svg {
    width: 4.0625vw;
    height: 4.375vw;
  }

  .md-standart-form.md-popup-form .form-text {
    padding-left: 0vw;
    font-size: 3.125vw;
    line-height: 3.75vw;
    margin-bottom: 3.125vw;
    text-align: center;
  }

  .md-standart-form.md-popup-form .form-container {
    width: 63.125vw;
    margin: 0 auto;
    margin-bottom: 3.125vw;
  }

  .md-standart-form.md-popup-form .form-select {
    height: 18.75vw;
    margin-bottom: 3.125vw;
  }

  .md-standart-form.md-popup-form .form-input {
    height: 18.75vw;
    margin-bottom: 3.125vw;
  }

  .md-standart-form.md-popup-form .form-btn {
    width: 100%;
    height: 18.75vw;
    padding: 0 9.375vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .md-standart-form.md-popup-form .form-btn span {
    font-size: 3.75vw;
    line-height: 4.375vw;
  }

  .md-standart-form.md-popup-form .form-checkbox {
    width: 43.75vw;
  }

  .md-standart-form.md-popup-form .form-file {
    width: 100%;
    margin: 0;
    margin-bottom: 3.125vw;
  }

  .md-standart-form.md-popup-form .form-file>div {
    width: 100%;
    height: 18.75vw;
  }

  .filters__slider {
    margin-bottom: 7.8125vw;
  }

  .filters__slider .swiper-container {
    overflow: visible;
    min-height: 9.375vw;
  }

  .filters__slider .swiper-container .swiper-wrapper {
    min-height: 9.375vw;
  }

  .filters__slider .filters-item {
    width: 27.5vw;
    padding: 1.5625vw 4.6875vw;
    font-size: 2.5vw;
    line-height: 2.8125vw;
  }

  .header {
    height: 17vw;
    padding-top: 1.9875vw;
    padding-bottom: 3.125vw;
    margin: 0;
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .header__top {
    position: relative;
    z-index: 3;
  }

  .header__top .wrapper {
    border-bottom: none;
  }

  .header__btn-wrap p {
    display: none;
  }

  .header__btn {
    display: block;
    width: 6.25vw;
    height: 5.6875vw;
    position: relative;
  }

  .header__btn span {
    width: 6.25vw;
    height: .625vw;
    border-radius: var(--brad-regular);
    position: absolute;
    left: 0;
    background-color: var(--main-color);
    -webkit-transition: .3s;
    transition: .3s;
  }

  .header__btn span:first-child {
    top: 0;
  }

  .header__btn span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .header__btn span:last-child {
    bottom: 0;
    width: 6.25vw;
  }

  .header__text,
  .header__address,
  .header__download,
  .header__social {
    display: none;
  }

  /* .header__logo {
    width: 23.4375vw;
  } */

  /* .header__logo a img {
    width: 20.5vw;
    height: 7.625vw;
  } */

  .header__logo a svg {
    width: 20.5vw;
    height: 7.625vw;
  }

  .header__logo a p {
    font-size: 5.3125vw;
    line-height: 1;
  }

  .header__contacts {
    width: 37.5vw;
  }

  .header__contacts p {
    width: auto;
    font-size: 2.1875vw;
    line-height: 2.5vw;
  }

  .header__contacts p:before,
  .header__contacts p::after {
    width: .9375vw;
    height: .9375vw;
    left: -1.875vw;
  }

  .header__contacts a {
    font-size: 3.125vw;
    line-height: 4.0625vw;
  }

  .header__contacts .call-back {
    font-size: 2.8125vw;
    line-height: 3.4375vw;
    padding-bottom: .3125vw;
  }

  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-top: 31.25vw;
    background-color: #f5f8f9;
    z-index: 2;
    padding-bottom: 6.25vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
  }

  .header__nav .wrapper {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .header__nav .nav-wrap {
    width: 100%;
    height: 100%;
    border-bottom: none !important;
  }

  .header__nav .nav-wrap .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header__nav .nav-wrap .nav>.nav-item {
    padding: 0;
    margin: 0;
    margin-bottom: 4.6875vw;
  }

  .header__nav .nav-wrap .nav>.nav-item:last-child {
    margin-bottom: 0;
  }

  /* .header__nav .nav-wrap .nav>.nav-item:first-child {
    display: none;
  } */

  .header__nav .nav-wrap .nav>.nav-item a {
    font-size: 4.375vw;
    line-height: 6.25vw;
  }

  .first {
    margin-top: -25vw;
    padding-top: 10vw;
    min-height: auto;
    padding-bottom: 67.5vw;
    margin-bottom: 7.8125vw;
  }

  .first__bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
  }

  .first__title {
    width: 100%;
    margin-bottom: 3vw;
    font-size: 7.5vw;
    line-height: 10vw;
    text-align: left;
  }

  .first__content {
    padding-top: 11.604167vw;
  }

  .first__text {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 7.8125vw;
  }

  .first__text p {
    width: 100%;
    text-align: left;
    font-size: 3.75vw;
    line-height: 5.625vw;
  }

  .first__bullets {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    margin-bottom: 7.8125vw;
    gap: 0 5vw;
    max-width: 100%;
  }

  .first__bullets .bullets-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: left;
    margin: 0;
  }

  .bullet-blue {
    font-size: 3.75vw;
  }

  .first__bullets .bullets-item span {
    width: 6.875vw;
    height: 6.875vw;
    margin-bottom: 2.8125vw;
  }

  .first__bullets .bullets-item span img,
  .first__bullets .bullets-item span svg {
    width: 2.1875vw;
    height: 1.5625vw;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .first__bullets .bullets-item p {
    font-size: 2.1875vw;
    line-height: 3.125vw;
    text-align: center;
    letter-spacing: .04em;
  }

  .first__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: baseline;
  }

  .first__buttons-btn {
    width: 76.875vw;
    padding: 0 14.6875vw;
    margin-bottom: 4.6875vw;
  }

  .first__buttons-btn span {
    width: 42.1875vw;
  }

  .calc-price {
    padding-bottom: 7.8125vw;
  }

  .calc-price__title {
    margin-bottom: 3.125vw;
    text-transform: uppercase;
  }

  .calc-price__text {
    font-size: 3.75vw;
    line-height: 5vw;
    margin-bottom: 6.25vw;
    text-transform: uppercase;
  }

  .calc-price__preloader .circle {
    width: 46.875vw;
    height: 46.875vw;
    margin-bottom: 9.375vw;
    border: 2.1875vw solid var(--main-color);
    border-top: 2.1875vw solid transparent;
  }

  .calc-price__preloader p {
    font-size: 5.625vw;
    line-height: 6.25vw;
    text-align: center;
  }

  .calc-price__info {
    display: none;
  }

  .calc-price__quiz {
    width: 100%;
    padding: 4.6875vw 4.6875vw 9.375vw 4.6875vw;
    border-radius: var(--brad-regular);
  }

  .calc-price__quiz .quiz-progress {
    height: 6.25vw;
    padding: .9375vw 1.25vw;
  }

  .calc-price__quiz .quiz-progress .progress-text {
    font-size: 2.5vw;
  }

  .calc-price__quiz .quiz-question[data-question-id="1"] .question-control .prev-btn {
    display: none;
  }

  .calc-price__quiz .quiz-questions-container .question-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4.6875vw;
  }

  .calc-price__quiz .quiz-questions-container .question-title span {
    height: 6.25vw;
    padding: 0 3.125vw;
    font-size: 2.1875vw;
    line-height: 6.25vw;
    margin-bottom: 2.1875vw;
  }

  .calc-price__quiz .quiz-questions-container .question-title p {
    font-size: 4.375vw;
    line-height: 5vw;
    text-align: center;
  }

  .calc-price__quiz .quiz-questions-container .question-control {
    padding-top: 0;
    justify-content: left;
  }

  .calc-price__quiz .quiz-questions-container .question-control__btn {
    width: 35.6875vw;
    height: 12.75vw;
  }

  .calc-price__quiz .quiz-questions-container .question-control__btn span::after {
    width: 1.875vw;
    height: 1.875vw;
    margin-left: 2.1875vw;
    margin-top: -.625vw;
  }

  .calc-price__quiz .quiz-questions-container .question-control .btn-wrap__hint {
    width: 100%;
    font-size: 2.5vw;
    line-height: 3.125vw;
    padding: 3.125vw;
    border-radius: var(--brad-regular);
  }

  .calc-price__quiz .quiz-questions-container .question-control .prev-btn span {
    font-size: 3.75vw;
  }

  .calc-price__quiz .quiz-questions-container .question-control .prev-btn span::before {
    width: 1.875vw;
    height: 1.875vw;
    margin-right: 2.1875vw;
  }

  .calc-price__quiz .quiz-questions-container .answers-container {
    height: 92.125vw;
    margin-right: -1.5625vw;
    padding-right: 1.5625vw;
  }

  .calc-price__quiz .quiz-questions-container .answers-container .container-flex {
    margin: -2.5vw;
  }

  .calc-price__quiz .quiz-questions-container .answers-container .answers-wrap {
    margin: 2.5vw;
  }

  .calc-price__quiz .quiz-questions-container .answers-container .answers-item {
    width: 35.9375vw;
  }

  .calc-price__quiz .quiz-questions-container .answers-container .answers-item:hover .answers-item__img {
    border: .3125vw solid transparent;
  }

  .calc-price__quiz .quiz-questions-container .answers-container .answers-item:hover .answers-item__icon svg {
    fill: #aeaeae;
  }

  .calc-price__quiz .quiz-questions-container .answers-container .answers-item:hover .answers-item__icon svg path {
    fill: #aeaeae;
  }

  .calc-price__quiz .quiz-questions-container .answers-container .answers-item.checked .answers-item__img {
    border: .3125vw solid var(--main-color);
  }

  .calc-price__quiz .quiz-questions-container .answers-container .answers-item.checked .answers-item__icon svg {
    fill: #fff;
  }

  .calc-price__quiz .quiz-questions-container .answers-container .answers-item.checked .answers-item__icon svg path {
    fill: #fff;
  }

  .calc-price__quiz .quiz-questions-container .answers-container .answers-item__img {
    height: 23.125vw;
    border-radius: var(--brad-regular);
    border: .3125vw solid transparent;
  }

  .calc-price__quiz .quiz-questions-container .answers-container .answers-item__icon {
    width: 5vw;
    height: 5vw;
    border: .625vw solid #fbfbfb;
    margin-top: -2.5vw;
    margin-bottom: 2.5vw;
  }

  .calc-price__quiz .quiz-questions-container .answers-container .answers-item__icon img,
  .calc-price__quiz .quiz-questions-container .answers-container .answers-item__icon svg {
    width: 1.5625vw;
    height: 1.25vw;
  }

  .calc-price__quiz .quiz-questions-container .answers-container .answers-item__text {
    font-size: 2.8125vw;
    line-height: 3.75vw;
  }

  .calc-price__quiz .quiz-questions-container .answers-container.md-no-img-item {
    height: auto;
    margin-right: 0;
    padding-right: 0;
  }

  .calc-price__quiz .quiz-questions-container .answers-container.md-no-img-item .container-flex {
    margin: -1.5625vw;
  }

  .calc-price__quiz .quiz-questions-container .answers-container.md-no-img-item .answers-wrap {
    margin: 1.5625vw;
  }

  .calc-price__quiz .quiz-questions-container .answers-container.md-no-img-item .answers-item {
    width: 76.5625vw;
    padding: 3.125vw;
    padding-right: 9.375vw;
    border: .3125vw solid #fff;
  }

  .calc-price__quiz .quiz-questions-container .answers-container.md-no-img-item .answers-item__icon {
    width: 6.25vw;
    height: 6.25vw;
    margin: 0;
    margin-right: 3.125vw;
  }

  .calc-price__quiz .quiz-questions-container .answers-container.md-no-img-item .answers-item:hover {
    border: .3125vw solid #fff;
  }

  .calc-price__quiz .quiz-questions-container .answers-container.md-no-img-item .answers-item:hover span {
    fill: #aeaeae;
  }

  .calc-price__quiz .quiz-questions-container .answers-container.md-no-img-item .answers-item:hover span path {
    fill: #aeaeae;
  }

  .calc-price__quiz .quiz-questions-container .answers-container.md-no-img-item .answers-item.checked {
    border: .3125vw solid var(--main-color);
  }

  .calc-price__quiz .quiz-questions-container .answers-container.md-no-img-item .answers-item.checked span svg {
    fill: #fff;
  }

  .calc-price__quiz .quiz-questions-container .answers-container.md-no-img-item .answers-item.checked span svg path {
    fill: #fff;
  }

  .calc-price__quiz .quiz-questions-container .answers-container.md-answers-with-image {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
    padding-right: 0;
  }

  .calc-price__quiz .quiz-questions-container .answers-container.md-answers-with-image .answers-wrap {
    width: 76.875vw;
    margin: 0;
    margin-bottom: 3.125vw;
  }

  .calc-price__quiz .quiz-questions-container .answers-container.md-answers-with-image .answers-wrap:last-child {
    margin-bottom: 0;
  }

  .calc-price__quiz .quiz-questions-container .answers-container.md-answers-with-image .answers-item {
    width: 76.875vw;
  }

  .calc-price__quiz .quiz-questions-container .answers-container.md-answers-with-image .answers-content {
    width: 100%;
    margin-bottom: 6.25vw;
  }

  .calc-price__quiz .quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap {
    margin-bottom: 3.125vw;
  }

  .calc-price__quiz .quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap:last-child {
    margin-bottom: 0;
  }

  .calc-price__quiz .quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap p {
    font-size: 3.125vw;
    line-height: 3.75vw;
    margin-bottom: 3.125vw;
  }

  .calc-price__quiz .quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap input {
    width: 68.75vw;
    height: 12.5vw;
    border-radius: var(--brad-regular);
    padding: 0 6.25vw;
    font-size: 3.125vw;
  }

  .calc-price__quiz .quiz-questions-container .answers-container.md-answers-with-image .answers-content .input-wrap span {
    font-size: 3.125vw;
    padding-left: 1.875vw;
  }

  .calc-price__quiz .quiz-questions-container .answers-container.md-answers-with-image .answers-content .answer-skip span {
    width: 3.75vw;
    height: 3.75vw;
    margin-right: 2.1875vw;
    border-radius: var(--brad-regular);
  }

  .calc-price__quiz .quiz-questions-container .answers-container.md-answers-with-image .answers-content .answer-skip span img,
  .calc-price__quiz .quiz-questions-container .answers-container.md-answers-with-image .answers-content .answer-skip span svg {
    width: 1.5625vw;
    height: 1.25vw;
  }

  .calc-price__quiz .quiz-questions-container .answers-container.md-answers-with-image .answers-content .answer-skip p {
    font-size: 3.125vw;
    line-height: 3.75vw;
  }

  .quiz-final {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quiz-final__img {
    width: 100%;
    height: 87.5vw;
  }

  .quiz-final__img .circle {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    right: 56.25vw;
    bottom: 59.375vw;
    width: 21.875vw;
    height: 21.875vw;
  }

  .quiz-final__img .circle p {
    font-size: 1.875vw;
    line-height: 2.5vw;
  }

  .quiz-final__img .circle p span {
    font-size: 3.75vw;
    line-height: 4.375vw;
  }

  .quiz-final__img .circle img {
    top: 1.5625vw;
    left: 1.5625vw;
    right: 1.5625vw;
    bottom: 1.5625vw;
    width: 18.75vw;
    height: 18.75vw;
  }

  .quiz-final__img img {
    width: 62.5vw;
    bottom: 0;
    right: -3.125vw;
    max-height: 84.375vw;
    border-radius: var(--brad-regular);
  }

  .quiz-final__content {
    width: 100%;
  }

  .quiz-final__text {
    min-height: 6.25vw;
    padding: 0 3.125vw;
    font-size: 2.1875vw;
    line-height: 6.25vw;
    margin-bottom: 3.125vw;
  }

  .quiz-final__title {
    font-size: 5vw;
    line-height: 5.625vw;
    padding: 0 3.125vw;
    margin-bottom: 7.8125vw;
  }

  .quiz-final__form .form-container {
    width: 100%;
    margin-bottom: 3.125vw;
  }

  .quiz-final__form .form-container .form-input {
    margin-bottom: 3.125vw;
  }

  .quiz-final__form .form-checkbox {
    width: 62.5vw;
    margin-bottom: 6.25vw;
  }

  .quiz-final__form .form-checkbox p {
    width: 40.625vw;
  }

  .quiz-final__form .form-top {
    margin-bottom: 6.25vw;
  }

  .quiz-final__form .form-top__item {
    width: 17.1875vw;
    padding: 1.5625vw;
    border-radius: var(--brad-regular);
  }

  .quiz-final__form .form-top__item:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .quiz-final__form .form-top__item span {
    width: 10.9375vw;
    height: 10.9375vw;
    margin-bottom: 3.125vw;
  }

  .quiz-final__form .form-top__item span img,
  .quiz-final__form .form-top__item span svg {
    width: 4.6875vw;
  }

  .quiz-final__form .form-top__item p {
    font-size: 2.5vw;
    line-height: 3.125vw;
  }

  .download-price__container {
    border-radius: var(--brad-regular);
    padding: 7.8125vw 0 46.875vw 0;
  }

  .download-price__container::after {
    border-radius: var(--brad-regular);
  }

  .download-price__img-large {
    width: 80vw;
    height: 49.6875vw;
    left: 0;
    right: auto;
    bottom: 0;
  }

  .download-price__img-large img {
    width: 98.75vw;
    height: 68.4375vw;
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
  }

  .download-price__img-small {
    display: none;
  }

  .download-price__title {
    font-size: 6.25vw;
    line-height: 7.8125vw;
    text-align: left;
    margin-bottom: 4.6875vw;
  }

  .download-price__circle {
    width: 21.25vw;
    height: 21.25vw;
    top: auto;
    left: auto;
    right: 11.5625vw;
    bottom: 20.625vw;
  }

  .download-price__circle .pdf-circle {
    width: 18.125vw;
    height: 18.125vw;
    top: 1.5625vw;
    left: 1.5625vw;
    right: 1.5625vw;
    bottom: 1.5625vw;
  }

  .download-price__circle .circle-arrow {
    width: 2.5vw;
    height: 2.5vw;
    margin-bottom: .625vw;
  }

  .download-price__circle p {
    font-size: 2.1875vw;
    line-height: 2.8125vw;
  }

  .download-price .form-container .form-select,
  .download-price .form-container .form-input,
  .download-price .form-container .form-btn {
    width: 100%;
  }

  .download-price .form-container .form-btn {
    padding: 0 12.5vw;
  }

  .download-price .form-container .form-btn:hover {
    padding: 0 12.5vw;
  }

  .download-price .form-checkbox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
  }

  .download-price .form-text {
    text-align: left;
  }

  .services__title {
    margin-bottom: 6.25vw;
  }

  .services .container-flex {
    margin: -2.5vw;
  }

  .services__load-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 6.25vw;
  }

  .services__item {
    width: 86.25vw;
    min-height: 70.3125vw;
    margin: 2.5vw;
    border-radius: var(--brad-regular);
    padding: 9.375vw;
    overflow: hidden;
  }

  .services__item .item-img {
    border-radius: var(--brad-regular);
  }

  .services__item .item-img img {
    width: 100%;
    height: 100%;
    border-radius: var(--brad-regular);
  }

  .services__item .item-img::after {
    border-radius: var(--brad-regular);
  }

  .services__item .item-title {
    width: 100%;
    font-size: 6.25vw;
    line-height: 6.875vw;
  }

  .services__item .item-text {
    font-size: 3.75vw;
    line-height: 4.375vw;
    padding: 3.125vw 0;
  }

  .services__item .item-bottom__link {
    width: 100%;
    height: 14.0625vw;
  }

  .services__item .item-bottom__link span {
    font-size: 3.75vw;
  }

  .services__item .item-bottom__link::after {
    width: 6.25vw;
  }

  .services__item:nth-child(1n+3) {
    display: none;
  }

  .load-more-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-bottom: .9375vw;
    margin-bottom: 1.5625vw;
  }

  .load-more-btn span {
    font-weight: 600;
    font-size: 3.125vw;
    line-height: 3.125vw;
    letter-spacing: .04em;
    margin-right: 1.5625vw;
    color: var(--main-color);
  }

  .load-more-btn img,
  .load-more-btn svg {
    width: 3.125vw;
    height: 3.125vw;
    -o-object-fit: contain;
    object-fit: contain;
    fill: var(--main-color);
  }

  .load-more-btn img path,
  .load-more-btn svg path {
    fill: var(--main-color);
  }

  .portfolio__text {
    font-size: 3.75vw;
    line-height: 5.625vw;
    margin-bottom: 6.25vw;
  }

  .questions {
    padding-bottom: 12.5vw;
  }

  .questions__title {
    margin-bottom: 4.6875vw;
  }

  .questions__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }

  .questions__container .container-item {
    width: 100%;
    padding-top: 4.6875vw;
  }

  .questions__container .container-item:first-child {
    padding-top: 0;
  }

  .questions__container .container-item:nth-child(1n+2) {
    display: none;
  }

  .questions__item {
    padding: 6.25vw 8.125vw;
    border-radius: var(--brad-regular);
    margin-bottom: 4.6875vw;
  }

  .questions__item:last-child {
    margin-bottom: 0;
  }

  .questions__item .item-title {
    padding-right: 15.625vw;
    font-size: 3.75vw;
    line-height: 5.3125vw;
  }

  .questions__item .item-content {
    padding-top: 4.6875vw;
    font-size: 3.125vw;
    line-height: 4.6875vw;
  }

  .questions__item .item-btn {
    width: 7.8125vw;
    height: 7.8125vw;
    top: 6.25vw;
    right: 6.25vw;
  }

  .questions__item .item-btn img,
  .questions__item .item-btn svg {
    width: 3.125vw;
    height: 3.125vw;
  }

  .questions__link a {
    width: 100%;
    height: 18.75vw;
    padding: 0 6.25vw 0 15.625vw;
    border: .3125vw solid #31b939;
  }

  .questions__link a span {
    width: 41.625vw;
    font-size: 3.75vw;
    line-height: 5vw;
    text-align: center;
  }

  .questions__link a img,
  .questions__link a svg {
    width: 9.0625vw;
    height: 9.0625vw;
  }

  .questions__load-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 4.6875vw;
    margin-bottom: 10.9375vw;
  }

  .process {
    overflow: hidden;
    padding-bottom: 10.9375vw;
  }

  .process__title {
    margin-bottom: 6.25vw;
  }

  .process__container .container-flex {
    margin: -2.8125vw 0;
  }

  .process__item {
    width: 86.25vw;
    height: 70vw;
    margin: 2.8125vw 0;
    border-radius: var(--brad-regular);
  }

  .process__item:nth-child(1n+4) {
    display: none;
  }

  .process__item::after {
    border-radius: var(--brad-regular);
  }

  .process__item span {
    width: 12.5vw;
    height: 12.5vw;
  }

  .process__item span img,
  .process__item span svg {
    width: 6.25vw;
    height: 6.25vw;
  }

  .process__load-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 4.6875vw;
    margin-bottom: 1.5625vw;
  }

  .warranty {
    margin-bottom: 12.5vw;
  }

  .warranty__container {
    padding: 6.25vw 0 6.25vw 0;
    padding-bottom: 62.5vw;
    border-radius: var(--brad-regular);
  }

  .warranty__title {
    text-align: left;
    margin-bottom: 7.8125vw;
  }

  .warranty__bullets {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 6.25vw;
  }

  .warranty__bullets .bullets-item {
    width: 38.8125vw;
    max-width: 38.8125vw;
    margin: 0;
    margin-bottom: 4.6875vw;
  }

  .warranty__bullets .bullets-item span {
    width: 6.875vw;
    height: 6.875vw;
    margin-bottom: 2.8125vw;
  }

  .warranty__bullets .bullets-item span img,
  .warranty__bullets .bullets-item span svg {
    width: 2.1875vw;
    height: 1.5625vw;
  }

  .warranty__bullets .bullets-item p {
    font-size: 3.125vw;
    line-height: 4.0625vw;
    text-align: left;
  }

  .warranty__text {
    position: static;
    width: 100%;
    text-align: center;
  }

  .warranty__text p {
    font-size: 3.75vw;
    line-height: 5.625vw;
    margin-bottom: 3.125vw;
  }

  .warranty__text span {
    font-size: 3.125vw;
    line-height: 4.375vw;
  }

  .warranty__img {
    width: 58.125vw;
    height: 58.75vw;
    left: 14.0625vw;
    right: 14.0625vw;
    bottom: 0;
  }

  .warranty__img img {
    width: 58.125vw;
    height: 85.3125vw;
  }

  .clear-talk {
    margin-bottom: 14.0625vw;
  }

  .clear-talk__container {
    padding: 9.375vw 4.6875vw 93.75vw 4.6875vw;
    border-radius: var(--brad-regular);
    background-position: center top;
  }

  .clear-talk__title {
    text-align: left;
    margin-bottom: 4.6875vw;
  }

  .clear-talk__text {
    text-align: left;
    margin-bottom: 4.6875vw;
  }

  .clear-talk__text p {
    font-size: 4.375vw;
    line-height: 6.25vw;
    margin-bottom: 6.25vw;
  }

  .clear-talk__text span {
    font-size: 3.125vw;
    line-height: 5vw;
  }

  .clear-talk__link a {
    width: 76.875vw;
    height: 18.75vw;
    padding: 0 6.25vw 0 9.375vw;
  }

  .clear-talk__link a img,
  .clear-talk__link a svg {
    width: 9.0625vw;
    height: 9.0625vw;
  }

  .clear-talk__link a:hover {
    padding: 0 6.25vw 0 9.375vw;
  }

  .clear-talk__img {
    width: 56.5625vw;
    height: 84.0625vw;
    left: 15vw;
    right: 14.6875vw;
    bottom: 0;
  }

  .clear-talk__img img {
    width: 56.5625vw;
    height: 150.3125vw;
  }

  .get-consultation {
    margin-bottom: 9.375vw;
  }

  .get-consultation__container {
    padding: 7.8125vw;
    padding-bottom: 78.125vw;
    border-radius: var(--brad-regular);
    overflow: hidden;
  }

  .get-consultation__title {
    margin-bottom: 7.8125vw;
    text-align: left;
  }

  .get-consultation__person {
    width: 86.25vw;
    height: 93.75vw;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .get-consultation__person .person-img {
    width: 100.9375vw;
    height: 113.125vw;
    top: 4.0625vw;
    left: -6.875vw;
    right: auto;
    bottom: -23.4375vw;
  }

  .get-consultation__person .person-info {
    top: auto;
    left: 11.25vw;
    right: auto;
    bottom: 36.25vw;
    width: 26.5625vw;
  }

  .get-consultation__person .person-info p {
    font-size: 4.375vw;
    line-height: 5vw;
  }

  .get-consultation__person .person-info span {
    font-size: 3.125vw;
    line-height: 6.875vw;
  }

  .get-consultation__form {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 8.75vw;
  }

  .get-consultation__form .form-text {
    text-align: left;
  }

  .get-consultation__form .form-container .form-input,
  .get-consultation__form .form-container .form-select {
    margin: 0;
    width: 100%;
    margin-bottom: 3.125vw;
  }

  .get-consultation__form .form-container .form-btn {
    width: 100%;
    padding: 0 10.9375vw;
  }

  .get-consultation__form .form-container .form-btn:hover {
    padding: 0 10.9375vw;
  }

  .get-consultation__form .form-checkbox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
  }

  .get-consultation__links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
  }

  .get-consultation__links p {
    width: 100%;
    margin: 0;
    margin-bottom: 3.125vw;
    font-size: 3.75vw;
    line-height: 6.25vw;
    text-align: left;
  }

  .get-consultation__links a {
    width: 14.0625vw;
    height: 14.0625vw;
    margin: 0 1.5625vw;
  }

  .get-consultation.md-style-2 {
    margin-bottom: 9.375vw;
  }

  .get-consultation.md-style-2 .get-consultation__container {
    padding: 7.8125vw;
    padding-bottom: 78.125vw;
    background-position-y: bottom;
    background-size: auto;
    background-color: #181e21;
  }

  .get-consultation.md-style-2 .get-consultation__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .get-consultation.md-style-2 .get-consultation__info {
    width: 100%;
  }

  .get-consultation.md-style-2 .get-consultation__title {
    margin-bottom: 3.125vw;
  }

  .get-consultation.md-style-2 .get-consultation__text {
    width: 100%;
    text-align: left;
    font-size: 3.75vw;
    line-height: 4.6875vw;
    margin-bottom: 6.25vw;
  }

  .get-consultation.md-style-2 .get-consultation__contacts {
    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: center;
    -ms-flex-align: center;
    align-items: left;
    margin-bottom: 6.25vw;
  }

  .get-consultation.md-style-2 .get-consultation__contacts p {
    font-size: 4.375vw;
    line-height: 5.625vw;
    margin-bottom: 4.6875vw;
  }

  .get-consultation.md-style-2 .get-consultation__contacts a img,
  .get-consultation.md-style-2 .get-consultation__contacts a svg {
    width: 3.4375vw;
    height: 3.4375vw;
    margin-right: 2.1875vw;
  }

  .get-consultation.md-style-2 .get-consultation__contacts a span {
    font-size: 4.375vw;
  }

  .get-consultation.md-style-2 .get-consultation__links {
    width: 100%;
    margin-bottom: 9.375vw;
  }

  .get-consultation.md-style-2 .get-consultation__links p {
    width: 100%;
    font-size: 3.75vw;
    line-height: 4.375vw;
    margin-bottom: 3.125vw;
  }

  .get-consultation.md-style-2 .get-consultation__form {
    width: 100%;
    margin: 0 auto;
  }

  .get-consultation.md-style-2 .get-consultation__form .form-text {
    font-size: 5vw;
    line-height: 7.5vw;
    margin-bottom: 4.6875vw;
  }

  .get-consultation.md-style-2 .get-consultation__form .form-list {
    padding-left: 4.25vw;
    margin-bottom: 5.625vw;
  }

  .get-consultation.md-style-2 .get-consultation__form .form-list li {
    font-size: 3.125vw;
    line-height: 5.625vw;
  }

  .get-consultation.md-style-2 .get-consultation__form .form-input {
    margin-bottom: 3.125vw;
  }

  .get-consultation.md-style-2 .get-consultation__person {
    width: 100%;
    height: 78.125vw;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .get-consultation.md-style-2 .get-consultation__person .person-img {
    position: absolute;
    width: 83.75vw;
    height: 115vw;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    top: auto;
    left: -14.375vw;
    right: auto;
    bottom: -31.875vw;
    z-index: 1;
  }

  .get-consultation.md-style-2 .get-consultation__person .person-info {
    width: 26.5625vw;
    z-index: 2;
    top: auto;
    left: auto;
    right: 8.75vw;
    bottom: 16.875vw;
  }

  .get-consultation.md-style-2 .get-consultation__person .person-info p {
    font-size: 4.375vw;
    line-height: 5vw;
    margin-bottom: 3.125vw;
    text-align: right;
  }

  .get-consultation.md-style-2 .get-consultation__person .person-info span {
    font-size: 3.125vw;
    text-align: right;
  }

  .clients-choose {
    z-index: 1;
  }

  .clients-choose__bg {
    height: 110%;
    background-position: center top;
  }

  .clients-choose__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(29.16%, rgba(0, 0, 0, 0)), color-stop(108.39%, rgba(0, 0, 0, .62)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 29.16%, rgba(0, 0, 0, .62) 108.39%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29.16%, rgba(0, 0, 0, .62) 108.39%);
  }

  .clients-choose__title {
    padding-bottom: 74.375vw;
    text-align: left;
  }

  .clients-choose__bullets {
    display: none;
  }

  .clients-choose__slider {
    display: block;
    margin: 0 -6.875vw;
    padding: 0 6.875vw;
    padding-bottom: 15.625vw;
    overflow: hidden;
  }

  .clients-choose__slider .slider-hint span {
    color: #fff;
  }

  .clients-choose__slider .swiper-container {
    overflow: visible;
  }

  .clients-choose__slider .slider-pagination {
    bottom: 7.8125vw;
  }

  .clients-choose__slider .swiper-slide {
    overflow: visible !important;
  }

  .clients-choose__slider .swiper-slide .bullets-item {
    max-width: 100%;
    color: #fff;
  }

  .clients-choose__slider .swiper-slide .bullets-item__number {
    width: 6.25vw;
    height: 6.25vw;
    border-radius: 50%;
    background-color: var(--main-color);
    font-weight: 500;
    font-size: 3.125vw;
    line-height: 10.625vw;
    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;
    letter-spacing: .03em;
    margin-bottom: 2.5vw;
    position: relative;
  }

  .clients-choose__slider .swiper-slide .bullets-item__number::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: var(--main-color);
    -webkit-animation: pulse_2_small 2s linear infinite;
    animation: pulse_2_small 2s linear infinite;
    z-index: -1;
  }

  .clients-choose__slider .swiper-slide .bullets-item__title {
    font-weight: 700;
    font-size: 3.75vw;
    line-height: 5vw;
    letter-spacing: .03em;
    margin-bottom: 1.5625vw;
  }

  .clients-choose__slider .swiper-slide .bullets-item__text {
    font-weight: 300;
    font-size: 3.125vw;
    line-height: 4.0625vw;
    letter-spacing: .03em;
  }

  .products {
    overflow: hidden;
    padding-bottom: 12.5vw;
  }

  .products__title {
    margin-bottom: 6.25vw;
  }

  .products__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .products__item .item-img-block {
    width: 86.25vw;
    margin-bottom: 4.6875vw;
  }

  .products__item .item-img-block a {
    width: 19.6875vw;
    height: 16.5625vw;
    margin-right: 2.5vw;
    border-radius: var(--brad-regular);
  }

  .products__item .item-img-block a:nth-child(5) {
    margin-right: 0;
  }

  .products__item .item-img-block a:first-child {
    width: 100%;
    height: 69.0625vw;
    margin-bottom: 2.8125vw;
    border-radius: var(--brad-regular);
  }

  .products__item .item-img-block__hint {
    padding: 0 3.125vw;
    height: 7.1875vw;
    font-size: 2.5vw;
    line-height: 7.1875vw;
    top: 4.6875vw;
    left: 4.6875vw;
  }

  .products__item .item-info-block {
    width: 100%;
  }

  .products__item .item-info-block .info-status {
    padding: 1.875vw 3.125vw;
    font-size: 1.875vw;
    line-height: 3.125vw;
  }

  .products__item .item-info-block .info-status img,
  .products__item .item-info-block .info-status svg {
    width: 1.875vw;
    max-height: 1.5625vw;
    margin-right: 1.5625vw;
  }

  .products__item .item-info-block .info-title {
    font-size: 5vw;
    line-height: 6.875vw;
    padding-right: 28.125vw;
    margin-bottom: 3.125vw;
  }

  .products__item .item-info-block .info-list {
    margin-bottom: 4.6875vw;
  }

  .products__item .item-info-block .info-list li {
    font-size: 2.5vw;
    line-height: 5vw;
    margin-bottom: 1.5625vw;
  }

  .products__item .item-info-block .info-list li:last-child {
    margin-bottom: 0;
  }

  .products__item .item-info-block .info-list li span {
    width: 5vw;
    height: 5vw;
    margin-right: 1.5625vw;
  }

  .products__item .item-info-block .info-list li span img,
  .products__item .item-info-block .info-list li span svg {
    width: 1.5625vw;
    height: 1.25vw;
  }

  .products__item .item-info-block .info-price {
    -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: 6.25vw;
  }

  .products__item .item-info-block .info-price .price {
    margin-bottom: 3.125vw;
    font-size: 3.125vw;
  }

  .products__item .item-info-block .info-price .price>div .hidden-text {
    margin: 0 .9375vw;
    line-height: .9;
    font-size: 7.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .products__item .item-info-block .info-price .price>div .hidden-text>div span {
    width: 2.1875vw;
    height: 2.1875vw;
    left: .625vw;
    bottom: .625vw;
  }

  .products__item .item-info-block .info-price .price>div .hidden-text>div span img,
  .products__item .item-info-block .info-price .price>div .hidden-text>div span svg {
    width: .625vw;
    height: 1.25vw;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .products__item .item-info-block .info-price .price>div .hidden-text>div p {
    width: 20.3125vw;
    min-height: 3.4375vw;
    font-size: 1.25vw;
    line-height: 2.1875vw;
    padding-left: 3.75vw;
    border-radius: var(--brad-regular);
  }

  .work-steps {
    padding-bottom: 21.875vw;
  }

  .work-steps__title {
    width: 100%;
    margin-bottom: 6.25vw;
  }

  .work-steps__slider .swiper-container {
    width: 77.1875vw;
    margin: 0 auto;
  }

  .work-steps__slide {
    width: 77.1875vw;
    min-height: 100.3125vw;
    border-radius: var(--brad-regular);
  }

  .work-steps__slide .slide-img {
    height: 100.3125vw;
  }

  .work-steps__slide .slide-content {
    padding: 6.25vw 7.8125vw;
    padding-bottom: 53.125vw;
  }

  .work-steps__slide.md-style-dark-bg .slide-text,
  .work-steps__slide.md-style-light-bg .slide-text {
    padding-right: 15.625vw;
  }

  .work-steps__slide.md-style-dark-bg .slide-content,
  .work-steps__slide.md-style-light-bg .slide-content {
    padding-bottom: 6.25vw;
  }

  .work-steps__slide .slide-step {
    height: 8.75vw;
    padding: 0 3.125vw;
    font-size: 4.375vw;
    line-height: 8.75vw;
    margin-bottom: 3.125vw;
  }

  .work-steps__slide .slide-title {
    font-size: 4.375vw;
    line-height: 5.625vw;
    margin-bottom: 3.125vw;
  }

  .work-steps__slide .slide-text {
    font-size: 3.125vw;
    line-height: 4.6875vw;
  }

  .work-steps__slide .slide-phones {
    margin-bottom: 3.125vw;
  }

  .work-steps__slide .slide-phones span {
    font-size: 4.375vw;
    line-height: 6.875vw;
  }

  .work-steps__slide .slide-phones a {
    font-size: 4.375vw;
    line-height: 6.875vw;
  }

  .work-steps__slide .slide-bottom p {
    font-size: 4.375vw;
    line-height: 6.875vw;
    margin-bottom: 3.125vw;
    padding-right: 12.5vw;
  }

  .work-steps__slide .slide-bottom span {
    width: 40.625vw;
    height: 12.5vw;
    font-size: 3.125vw;
    padding: 0 6.25vw;
  }

  .contacts {
    padding-bottom: 12.5vw;
  }

  .contacts__container,
  .contacts__container.md-container-with-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts__container .contacts__images,
  .contacts__container.md-container-with-form .contacts__images {
    width: 100%;
    margin-bottom: 10vw;
  }

  .contacts__container .contacts__images-item,
  .contacts__container.md-container-with-form .contacts__images-item {
    margin-bottom: 9.375vw;
  }

  .contacts__container .contacts__images-item:last-child,
  .contacts__container.md-container-with-form .contacts__images-item:last-child {
    margin-bottom: 0;
  }

  .contacts__container .contacts__images-item p,
  .contacts__container.md-container-with-form .contacts__images-item p {
    font-size: 5vw;
    line-height: 8.125vw;
    margin-bottom: 4.6875vw;
    text-align: left;
  }

  .contacts__container .contacts__images-item>div,
  .contacts__container.md-container-with-form .contacts__images-item>div {
    height: 45.3125vw;
  }

  .contacts__container .contacts__images-item>div a,
  .contacts__container.md-container-with-form .contacts__images-item>div a {
    width: 25.9375vw;
    height: 21.25vw;
    border-radius: var(--brad-regular);
  }

  .contacts__container .contacts__images-item>div a:first-child,
  .contacts__container.md-container-with-form .contacts__images-item>div a:first-child {
    width: 58.125vw;
    height: 45.3125vw;
    border-radius: var(--brad-regular);
  }

  .contacts__info {
    width: 100%;
    margin-bottom: 9.375vw;
  }

  .contacts__info-title {
    width: 100%;
    font-size: 6.25vw;
    line-height: 11.25vw;
    margin-bottom: 7.8125vw;
    text-align: left;
  }

  .contacts__info-container {
    display: -webkit-box;
    display: -ms-flexbox;
    -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;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 7.8125vw;
  }

  .contacts__info-container>div {
    margin: 0;
    margin-top: 4.6875vw;
  }

  .contacts__info-container>div:first-child,
  .contacts__info-container>div:nth-child(2) {
    margin-top: 0;
  }

  .contacts__info-address,
  .contacts__info-work-time,
  .contacts__info-phones,
  .contacts__info-email,
  .contacts__info-social,
  .contacts__info-links {
    width: 40.625vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .contacts__info-address img,
  .contacts__info-address svg,
  .contacts__info-work-time img,
  .contacts__info-work-time svg,
  .contacts__info-phones img,
  .contacts__info-phones svg,
  .contacts__info-email img,
  .contacts__info-email svg,
  .contacts__info-social img,
  .contacts__info-social svg,
  .contacts__info-links img,
  .contacts__info-links svg {
    width: 4.6875vw;
    height: 4.6875vw;
    margin-right: 2.5vw;
  }

  .contacts__info-address p,
  .contacts__info-work-time p,
  .contacts__info-phones p,
  .contacts__info-email p,
  .contacts__info-social p,
  .contacts__info-links p {
    font-size: 2.5vw;
    line-height: 3.75vw;
  }

  .contacts__info-work-time,
  .contacts__info-email {
    width: 34.375vw;
  }

  .contacts__info-social,
  .contacts__info-links {
    width: 100%;
  }

  .contacts__info-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 7.8125vw;
  }

  .contacts__info-social p {
    width: 100%;
    text-align: left;
    font-size: 4.375vw;
    line-height: 7.5vw;
    margin-bottom: 4.6875vw;
  }

  .contacts__info-social>div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
  }

  .contacts__info-social>div a {
    width: 13.125vw;
    height: 13.125vw;
    margin: 0 .9375vw;
  }

  .contacts__info-links a {
    margin: 0 auto;
    font-size: 5vw;
    line-height: 7.5vw;
  }

  .contacts__address {
    width: 100%;
    position: relative;
    padding-bottom: 14.0625vw;
  }

  .contacts__address p {
    font-size: 5vw;
    line-height: 8.125vw;
    margin-bottom: 1.5625vw;
  }

  .contacts__address p a {
    width: auto;
    position: absolute;
    white-space: nowrap;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 5vw;
    line-height: 7.5vw;
  }

  .contacts__address .map-container {
    width: 100%;
    height: 71.875vw;
  }

  .contacts__address .map-container iframe {
    border-radius: var(--brad-regular);
  }

  .footer__bottom {
    padding: 0;
    padding-bottom: 5vw;
    padding-top: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__bottom-item {
    width: 100% !important;
    margin-bottom: 3.75vw;
  }

  .footer__bottom-item:last-child {
    margin-bottom: 0;
  }

  .footer__bottom-item p {
    width: 100%;
    font-size: 3.125vw;
    line-height: 5vw;
    text-align: left !important;
  }

  .our-values {
    margin-bottom: 17.1875vw;
  }

  .our-values__title {
    margin-bottom: 4.6875vw;
  }

  .our-values__container {
    display: none;
  }

  .our-values__slider {
    display: block;
  }

  .our-values__slider .swiper-container {
    overflow: visible;
  }

  .our-values__slider .swiper-container .swiper-slide .our-values__item {
    margin: 0;
  }

  .our-values__item {
    width: 86.25vw;
    height: 70vw;
    padding: 8.4375vw 10vw;
    border-radius: var(--brad-regular);
  }

  .our-values__item .item-title {
    padding-right: 25vw;
    font-size: 4.375vw;
    line-height: 6.25vw;
    margin-bottom: 3.125vw;
  }

  .our-values__item .item-text {
    font-size: 3.125vw;
    line-height: 5vw;
    padding-right: 3.125vw;
  }

  .our-values__item .item-number {
    width: 10.9375vw;
    height: 10.9375vw;
    top: 8.75vw;
    right: 8.125vw;
    font-size: 3.75vw;
  }

  .price {
    margin-bottom: 18.75vw;
  }

  .to-top {
    width: 9.375vw;
    height: 9.375vw;
    right: 3.125vw;
    bottom: 3rem;
  }

  .to-top img,
  .to-top svg {
    width: 3.125vw;
    height: 3.125vw;
  }

  .download-popup-trigger,
  .download-popup {
    display: none;
  }

  .popup {
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
  }

  .popup__close {
    width: 3.125vw;
    height: 3.125vw;
    top: 3.125vw;
    right: 3.125vw;
  }

  .popup__close img,
  .popup__close svg {
    width: 3.125vw;
    height: 3.125vw;
  }

  .politika-popup {
    width: 86.25vw;
    padding: 6.25vw 4.6875vw;
    border-radius: var(--brad-regular);
  }

  .politika-popup h2 {
    font-weight: 500;
    font-size: 5vw;
    margin-bottom: 5.625vw;
  }

  .politika-popup h3 {
    font-size: 3.75vw;
    line-height: 4.375vw;
    margin-bottom: 3.125vw;
  }

  .politika-popup p {
    font-size: 3.125vw;
    line-height: 3.75vw;
    margin-bottom: 3.125vw;
  }

  .main-popup {
    width: 86.25vw;
    border-radius: var(--brad-regular);
  }

  .main-popup__content {
    padding: 9.375vw 6.25vw;
  }

  .main-popup__title {
    font-size: 6.25vw;
    line-height: 7.5vw;
    margin-bottom: 6.25vw;
  }

  .main-popup__text {
    font-size: 3.75vw;
    line-height: 4.375vw;
    margin-bottom: 3.125vw;
  }

  .main-popup.md-review-popup {
    width: 86.25vw;
  }

  .main-popup.md-review-popup .md-standart-form.md-popup-form .form-container {
    width: 63.125vw;
    margin: 0 auto;
    margin-bottom: 3.125vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-popup.md-review-popup .md-standart-form.md-popup-form .form-stars {
    width: 100%;
    margin-bottom: 3.125vw;
  }

  .main-popup.md-review-popup .md-standart-form.md-popup-form .form-stars label {
    width: 3.75vw;
    height: 3.75vw;
    margin-right: 1.875vw;
  }

  .main-popup.md-review-popup .md-standart-form.md-popup-form .form-stars label:last-child {
    margin-right: 0;
  }

  .main-popup.md-review-popup .md-standart-form.md-popup-form .form-checkbox {
    width: 43.75vw;
    margin: 0 auto;
  }

  .main-popup.md-review-popup .md-standart-form.md-popup-form .form-input,
  .main-popup.md-review-popup .md-standart-form.md-popup-form .form-select,
  .main-popup.md-review-popup .md-standart-form.md-popup-form .form-file {
    width: 63.125vw;
  }

  .main-popup.md-review-popup .md-standart-form.md-popup-form .form-textarea {
    font-weight: 400;
  }
}

#cookie_notification {
  display: flex;
  opacity: 0;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 46.875vw;
  max-width: 90%;
  transform: translateX(-50%) translatey(100%);
  padding: 1vw;
  background-color: white;
  border-radius: var(--brad-regular);
  box-shadow: 2px 3px 10px rgba(0, 0, 0, .4);
  z-index: 50;
  transition: .4s;
}

#cookie_notification p {
  margin: 5px 0 0 0;
  text-align: left;
  line-height: 1.5;
}

#cookie_notification .btn-primary {
  font-size: .7291666667vw;
  max-width: 100%;
  padding: .46875vw 1.510416667vw;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  white-space: normal;
  color: #000;
  border: 1px solid var(--main-color);
  border-radius: var(--brad-regular);
  border-radius: var(--brad-regular);
  background: #fff;
  cursor: pointer;
}

.editor {
  margin-bottom: 4.7395833333vw;
}

.editor p {
  line-height: 1.5;
}

.editor ul {
  font-size: 1.125rem;
  line-height: 1.67;
  margin: 1.75rem 0;
}

.editor li {
  display: flex;
  margin-bottom: 1rem;
  margin-left: .5rem;
}

.editor li::before {
  height: .4rem;
  width: .4rem;
  min-width: .4rem;
  content: "";
  border-radius: 50%;
  background-color: var(--main-color);
  margin-right: .5rem;
  margin-top: .7rem;
}

.editor a {
  color: var(--main-color);
  text-decoration: underline;
}

@media (max-width: 699px) {
  #cookie_notification {
    width: 100%;
    padding: 1vw 2vw;
    align-items: center;
    margin-bottom: 3rem;
  }

  #cookie_notification p {
    font-size: 2.5vw;
    width: 70%;
  }

  #cookie_notification .btn-primary {
    width: 25%;
    height: auto;
    padding: 3vw 0;
    font-size: 3vw;
  }

  .editor {
    margin-bottom: 12.5vw;
  }

  .editor h2 br {
    content: "";
  }

  .editor h2 br:after {
    content: " ";
  }
}

@media only screen and (max-width: 768px) {
  .services__item .item-subtitle {
    font-size: 3.75vw;
  }

  .products__item .item-info-block .info-descr p {
    font-size: 3.125vw;
  }

  .products__item .item-info-block .info-price .price>div span {
    margin: 0 .9375vw;
    line-height: .9;
    font-size: 7.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .services {
    padding: 5vw 0;
  }
}

.widget__contacts {
  display: none;
}

@media (max-width:900px) {
  .widget__contacts {
    position: fixed;
    bottom: 0;
    left: 0;
    top: auto;
    padding: 0;
    background: 0 0;
    height: auto;
    z-index: 102;
    width: 100%;
    display: block;
  }

  .widget__contacts .header__seti {
    width: 100%;
    display: flex;
  }

  .widget__contacts .header__seti>* {
    flex-grow: 1;
    flex-basis: 35px;
  }

  .widget__contacts .header__seti a {
    height: 48px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 1rem;
  }

  .header__phone.mobile .header__phone-number {
    height: 48px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }

  .header__phone.mobile .header__phone-number {
    width: 100%;
    margin-left: auto;
    background-image: linear-gradient(to top, #fdcc43 0, #fce18b 100%);
    color: transparent;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
}

@keyframes plusPulse {
  0% {
    opacity: .5;
  }

  80% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

@media only screen and (max-width: 768px) {
  .info-btn-container {
    flex-direction: column-reverse;
  }
}