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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/*   Fonts   */
@font-face {
  font-family: 'Futura PT Light';
  src: local("Futura PT Light"), local("Futura-PT-Light"), url("../fonts/FuturaPT-Light.woff2") format("woff2"), url("../fonts/FuturaPT-Light.woff") format("woff"), url("../fonts/FuturaPT-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura PT Medium';
  src: local("Futura PT Medium"), local("Futura-PT-Medium"), url("../fonts/FuturaPT-Medium.woff2") format("woff2"), url("../fonts/FuturaPT-Medium.woff") format("woff"), url("../fonts/FuturaPT-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura PT Bold';
  src: local("Futura PT Bold"), local("Futura-PT-Bold"), url("../fonts/FuturaPT-Bold.woff2") format("woff2"), url("../fonts/FuturaPT-Bold.woff") format("woff"), url("../fonts/FuturaPT-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura PT Book';
  src: local("Futura PT Book"), local("Futura-PT-Book"), url("../fonts/FuturaPT-Book.woff2") format("woff2"), url("../fonts/FuturaPT-Book.woff") format("woff"), url("../fonts/FuturaPT-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura PT Demi';
  src: local("Futura PT Demi"), local("Futura-PT-Demi"), url("../fonts/FuturaPT-Demi.woff2") format("woff2"), url("../fonts/FuturaPT-Demi.woff") format("woff"), url("../fonts/FuturaPT-Demi.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura PT Heavy';
  src: local("Futura PT Heavy"), local("Futura-PT-Heavy"), url("../fonts/FuturaPT-Heavy.woff2") format("woff2"), url("../fonts/FuturaPT-Heavy.woff") format("woff"), url("../fonts/FuturaPT-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: local("TT Norms Regular"), local("TT-Norms-Regular"), url("../fonts/TTNorms-Regular.woff2") format("woff2"), url("../fonts/TTNorms-Regular.woff") format("woff"), url("../fonts/TTNorms-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms Medium';
  src: local("TT Norms Medium"), local("TT-Norms-Medium"), url("../fonts/TTNorms-Medium.woff2") format("woff2"), url("../fonts/TTNorms-Medium.woff") format("woff"), url("../fonts/TTNorms-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms Bold';
  src: local("TT Norms Bold"), local("TT-Norms-Bold"), url("../fonts/TTNorms-Bold.woff2") format("woff2"), url("../fonts/TTNorms-Bold.woff") format("woff"), url("../fonts/TTNorms-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

h1, h2, h3, h4, h5 {
  font-weight: 500;
  text-align: center;
}

h1, h2, h3, h4, p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #282728;
}

body {
  font-family: 'Futura PT Medium', sans-serif;
  line-height: 1.3;
  overflow-x: hidden;
  color: #282728;
  background-color: #fefefe;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background: url("../img/lines.png") center center/cover no-repeat;
}

body.show {
  overflow: hidden;
}

button:hover {
  cursor: pointer;
}

img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  max-width: 62.5vw;
  padding: 0 .7813vw;
  margin: 0 auto;
  position: relative;
}

.icon-viber {
  background-color: #7460f3;
}

.icon-telegram {
  background-color: #00a2f2;
}

.icon-whatsapp {
  background-color: #48a43f;
}

.checkbox {
  display: none;
}

.checkbox:checked + .policy__check {
  background-color: #2c8bb6;
}

.checkbox:checked + .policy__check img {
  display: block;
}

.policy {
  position: relative;
  margin-top: 1vw;
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
}

.policy__check {
  width: 0.8333vw;
  height: 0.8333vw;
  border-radius: .2083vw;
  border: 1px solid #2c8bb6;
  position: absolute;
}

.policy__check img {
  display: none;
  position: absolute;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.policy__text {
  font-size: 0.5729vw;
  padding-left: 1.1vw;
}

.policy__text .link {
  font-family: 'Futura PT Demi', sans-serif;
  text-decoration: underline;
}

.policy-gift {
  max-width: 20vw;
}

.policy-gift .policy__text {
  font-size: 0.677vw;
}

.policy-gift .link {
  color: #49a340;
}

.policy-product {
  max-width: 19.7916vw;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.policy-product .policy__text {
  font-size: 0.677vw;
}

.policy-product .link {
  color: #49a340;
  font-family: 'Futura PT Demi', sans-serif;
  text-decoration: underline;
}

.policy-free {
  max-width: 19.7916vw;
  text-align: left;
}

.policy-free .policy__text {
  font-size: 0.677vw;
}

.policy-free .link {
  color: #49a340;
  font-family: 'Futura PT Demi', sans-serif;
  text-decoration: underline;
}

.iti {
  width: 100%;
  margin-bottom: .95vw;
}

.title {
  font-size: 2.7083vw;
  font-family: 'Futura PT Book', sans-serif;
}

.title span {
  font-family: 'Futura PT Heavy', sans-serif;
}

.icon-cross {
  position: relative;
}

.icon-cross::before {
  content: '';
  position: absolute;
  width: 1.875vw;
  height: 1.875vw;
  background: url("../img/icons/cross.png") center center/41% no-repeat;
  background-color: #df0c25;
  border-radius: 50%;
}

.icon-check {
  position: relative;
}

.icon-check::before {
  content: '';
  position: absolute;
  width: 1.875vw;
  height: 1.875vw;
  background: url("../img/icons/check.png") center center/40% no-repeat;
  background-color: #30a55d;
  border-radius: 50%;
}

.to_top {
  position: fixed;
  right: 2.5vw;
  bottom: 1.5vw;
  box-shadow: 0 0 84px rgba(9, 167, 61, 0.41);
  background-color: #30a55d;
  width: 3.5vw;
  height: 3.5vw;
  border-radius: 100%;
  padding: .7vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 299;
  opacity: 0;
  transform: scale(0);
  transition: all .4s;
}

.to_top:before {
  content: '';
  position: relative;
  border: .8vw solid transparent;
  border-bottom: 1vw solid #fff;
  transform: translateY(-25%);
  transition: all .4s;
}

.to_top.act {
  opacity: 1;
  transform: scale(1);
}

.to_top:hover:before {
  transform: translateY(-37%);
}

.fade_in {
  opacity: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in;
}

.top {
  padding: 2vw 0 3.1vw;
  background: url("../img/top/bg.jpg") center bottom/cover no-repeat;
  position: relative;
  border-radius: 0 0 3vw 3vw;
  overflow: hidden;
}

.top::before {
  content: '';
  width: 26.8vw;
  height: 40vw;
  background: url("../img/top/before.png") center right/cover no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.top::after {
  content: '';
  width: 25.7vw;
  height: 40vw;
  background: url("../img/top/after.png") center left/cover no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.top__content {
  margin-top: 2.85vw;
  text-align: center;
}

.top__title {
  font-size: 3.125vw;
  font-family: 'Futura PT Book', sans-serif;
  line-height: 1.1;
}

.top__title span {
  font-family: 'Futura PT Heavy', sans-serif;
}

.top__descr {
  margin-top: 1.56vw;
  font-size: 1.25vw;
  font-family: 'Futura PT Book', sans-serif;
  max-width: 33.854vw;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.top__descr span {
  font-family: 'Futura PT Heavy', sans-serif;
}

.top__image {
  margin-top: 2vw;
  padding-right: 3vw;
}

.top--quiz {
  background-image: url("../img/top/bg-quiz.jpg");
  padding-bottom: 5.6vw;
}

.top--quiz::after {
  content: '';
  background-image: url("../img/top/after-quiz.png");
  width: 19.6875vw;
  height: 17.0312vw;
}

.top--quiz::before {
  bottom: -4vw;
}

.top--quiz .top__content {
  position: relative;
  max-width: 33.3333vw;
  width: 100%;
  margin-top: 2.25vw;
  z-index: 10;
}

.top--quiz .top__title {
  font-size: 2.5vw;
  text-align: left;
  line-height: 1.32;
}

.top--quiz .top__descr {
  margin-top: 1.96vw;
  text-align: left;
  padding-left: 3.8vw;
}

.top--quiz .circles-left {
  left: 0;
}

.top-specialist {
  position: absolute;
  left: 103%;
  top: 2.9vw;
  text-align: right;
  width: 100%;
  max-width: 12.5vw;
}

.top-specialist__descr {
  font-family: 'Futura PT Book', sans-serif;
  font-size: .9375vw;
  margin-bottom: 0.4687vw;
}

.top-specialist__name {
  text-align: right;
  font-family: 'Futura PT Heavy', sans-serif;
  font-size: 1.25vw;
}

.top-bullets {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2.7vw;
  list-style: none;
  text-align: left;
}

.top-bullets__item {
  position: relative;
  padding-left: 2vw;
  font-size: .9375vw;
  width: 30%;
  margin-bottom: 1.4416vw;
}

.top-bullets__item:nth-child(3n) {
  width: 37%;
}

.top-bullets__item::before {
  content: '';
  position: absolute;
  width: 1.6666vw;
  height: 1.6666vw;
  background: url("../img/icons/check.png") center center/40% no-repeat;
  background-color: #30a55d;
  border-radius: 50%;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
}

.top-bottom {
  margin-top: 1.4vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bottom__text {
  font-family: 'Futura PT Book', sans-serif;
  font-size: 1.0416vw;
  max-width: 13.5416vw;
  text-align: left;
}

.top-bottom__text span {
  font-family: 'Futura PT Heavy', sans-serif;
}

.top--lead {
  background-image: url("../img/top/bg-lead.png");
  border-radius: 0;
  min-height: 92vh;
}

.top--lead::before {
  bottom: 0;
  width: 11.6145vw;
  height: 15.4687vw;
  background-image: url("../img/top/before-lead.png");
}

.top--lead::after {
  bottom: 0;
  width: 27.8645vw;
  height: 44.5833vw;
  background-image: url("../img/top/after-lead.png");
}

.top--thank {
  background-image: url("../img/top/bg-thank.png");
  padding-bottom: 6.3vw;
}

.top--thank::after {
  content: '';
  background-image: url("../img/top/after-quiz.png");
  width: 19.6875vw;
  height: 17.0312vw;
}

.top--thank::before {
  bottom: -4vw;
}

.top--thank .top__content {
  position: relative;
  width: 100%;
  margin-top: 5.25vw;
  z-index: 10;
}

.top--thank .top__descr {
  font-size: 1.5625vw;
  margin-top: 1.69vw;
  line-height: 1.1;
  max-width: none;
}

.top--thank ~ .reviews {
  background-image: url("../img/reviews/bg-thank.png");
}

.top--thank ~ .reviews .slick-arrow {
  display: none !important;
}

.top--404 {
  background-image: url("../img/top/bg-lead.png");
  border-radius: 0;
}

.top--404 .top__content .container {
  min-height: 72vh;
  text-align: center;
}

.top--404 .top__title {
  padding-top: 5%;
  position: relative;
  font-size: 2.5vw;
  z-index: 2;
  margin-bottom: 2vw;
}

.top--404 .top__image {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding-right: 0;
  width: 93%;
  max-height: 70vh;
  position: absolute;
  bottom: -18.3vw;
  left: 0;
  z-index: 0;
}

.circles {
  display: flex;
  align-items: center;
  gap: 0.417vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.circles span {
  width: 0.572vw;
  height: 0.572vw;
  border: 2px solid #48a43f;
  border-radius: 50%;
  -webkit-animation: opacity 1s infinite;
  animation: opacity 1s infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.circles-left {
  left: -3.7vw;
}

.circles-left span:nth-child(2) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.circles-left span:nth-child(3) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.circles-right {
  right: -3.7vw;
}

.circles-right span:first-child {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.circles-right span:nth-child(2) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.header {
  position: relative;
  z-index: 11;
}

.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .6775vw;
  padding-left: 0.5vw;
}

.header-logo {
  display: flex;
  width: 100%;
  max-width: 9.8vw;
}

.header-logo__img {
  width: 3.6vw;
  height: 3.6vw;
  margin-right: .78vw;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-logo__text span {
  font-family: 'Futura PT Heavy', sans-serif;
  display: block;
}

.header__text {
  max-width: 10vw;
  position: relative;
}

.header__text span {
  font-family: 'Futura PT Heavy', sans-serif;
  display: block;
}

.header__text::before {
  content: '';
  position: absolute;
  top: -0.9875vw;
  left: 0;
  width: 4.21vw;
  height: .5729vw;
  background: url("../img/icons/stars.png") center center/cover no-repeat;
}

.header-delivery {
  display: flex;
  align-items: center;
  max-width: 7.604vw;
}

.header-delivery__image {
  width: 2.81vw;
  height: 1.875vw;
  margin-right: .364vw;
}

.header-delivery__text span {
  font-family: 'Futura PT Heavy', sans-serif;
}

.header-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 5.308vw;
}

.header-socials__text {
  text-align: center;
  width: 100%;
  font-size: .625vw;
  margin-bottom: 0.425vw;
}

.header-socials__link {
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform .4s ease;
  margin-right: 0.2vw;
  margin-top: 0.1vw;
  position: relative;
}

.header-socials__link img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
}

.header-socials__link:hover {
  transform: scale(1.1);
  transition: transform .4s ease;
}

.header-links {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.header-links__text {
  position: relative;
  padding-left: 0.625vw;
  margin-bottom: 0.219vw;
}

.header-links__text::before {
  content: '';
  border-radius: 50%;
  width: 0.365vw;
  height: 0.365vw;
  background-color: #48a43f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  -webkit-animation: online 2s infinite;
  animation: online 2s infinite;
}

.header-links__item {
  font-family: 'Futura PT Heavy', sans-serif;
  font-size: .9375vw;
  margin-bottom: 0.3vw;
  transition: color .3s ease;
}

.header-links__item:hover {
  color: #48a43f;
  transition: color .3s ease;
}

.header-links__modal {
  display: inline-block;
  font-family: 'Futura PT Heavy', sans-serif;
  color: #48a43f;
  position: relative;
  padding-bottom: 0.1562vw;
}

.header-links__modal::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: .1562vw;
  background: url("../img/icons/dots.png") left center/cover repeat-x;
  transition: all .4s;
}

.header-links__modal:hover::after {
  width: 40%;
  transition: all .4s;
}

.header-menu {
  margin-top: 1.9vw;
}

.header-menu__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}

.header-menu__item {
  margin: 0.52vw .2vw;
}

.header-menu__link {
  font-family: 'Futura PT Demi', sans-serif;
  font-size: 0.625vw;
  padding: 0.681vw;
  transition: color .3s ease;
  text-transform: uppercase;
}

.header-menu__link:hover {
  color: #48a43f;
  transition: color .3s ease;
}

.header-menu__close {
  display: none;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 3rem;
  right: 3rem;
}

.header-menu__close::after, .header-menu__close::before {
  content: ' ';
  position: absolute;
  left: 50%;
  height: 100%;
  width: 3px;
  background-color: #48a43f;
  border-radius: 3px;
}

.header-menu__close::before {
  transform: rotate(45deg);
}

.header-menu__close::after {
  transform: rotate(-45deg);
}

.header-menu__btn {
  display: none;
  align-items: center;
  margin-left: 0.5rem;
}

.header-menu__burger {
  width: 3rem;
  height: 2.2rem;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  display: flex;
}

.header-menu__burger-item {
  display: block;
  width: 100%;
  height: .4rem;
  border-radius: .1rem;
  position: relative;
  background-color: #48a43f;
}

.mobile-menu {
  display: none;
}

.discount {
  margin-top: -5.4vw;
  position: relative;
  z-index: 10;
}

.discount__wrapper {
  background-color: #ffffff;
  border-radius: 1.302vw 1.302vw 2.604vw 2.604vw;
  padding: .6vw;
  box-shadow: 0 0.8333vw 2.3958vw 0.2604vw rgba(211, 206, 204, 0.31);
}

.discount__block {
  overflow: hidden;
  border: 1px solid #e9e9e9;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  padding-top: 2.4vw;
  padding-bottom: 2vw;
  padding-right: 2vw;
  padding-left: 21.7vw;
  background: url("../img/discount/bg.png") center left/19.5vw no-repeat;
  border-radius: 1.7vw;
}

.discount__block::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12.447vw;
  height: 12.916vw;
  background: url("../img/discount/before.png") center right/cover no-repeat;
}

.discount__text {
  width: 15.208vw;
  text-align: left;
}

.discount__title {
  font-size: 2.2916vw;
  font-family: 'Futura PT Book', sans-serif;
  text-align: left;
  line-height: 1.09;
}

.discount__title span {
  font-family: 'Futura PT Heavy', sans-serif;
}

.discount__descr {
  font-size: 1.25vw;
  font-family: 'Futura PT Book', sans-serif;
  margin-top: 1vw;
}

.discount__form {
  width: 17.135vw;
}

.discount__input {
  border: none;
  border-radius: .5208vw;
  background-color: #f7f6f6;
  font-family: 'Futura PT Book', sans-serif;
  font-size: 0.9375vw;
  padding: 1.3187vw 2.2916vw 1.6145vw;
  margin-bottom: 0.9375vw;
  width: 100%;
}

.discount__input::-moz-placeholder {
  font-family: 'Futura PT Book', sans-serif;
  font-size: 0.9375vw;
}

.discount__input:-ms-input-placeholder {
  font-family: 'Futura PT Book', sans-serif;
  font-size: 0.9375vw;
}

.discount__input::placeholder {
  font-family: 'Futura PT Book', sans-serif;
  font-size: 0.9375vw;
}

.discount__input:focus {
  outline: none;
}

.discount-left {
  max-width: 13.281vw;
  background-color: #4aa541;
  border-radius: 0 0 1.3020vw 1.3020vw;
  display: flex;
  align-items: center;
  padding: .906vw 1.206vw;
  margin: 0 auto;
  color: #fdfeff;
}

.discount-left__number {
  font-family: 'Futura PT Heavy', sans-serif;
  font-size: 3.125vw;
  line-height: 0.83;
}

.discount-left__text {
  font-family: 'Futura PT Book', sans-serif;
  font-size: .9375vw;
  margin-left: 0.677vw;
  line-height: 1.1;
}

.modal {
  position: absolute;
  left: 50%;
  transition: all .8s ease;
  transform-style: preserve-3d;
  z-index: 77;
  transform: translateX(-50%);
}

.modal-overlay {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  margin-bottom: 0;
  border: 0;
  background-color: #282728;
  background-repeat: no-repeat;
  background-size: cover;
}

.modal__close {
  width: 1.302vw;
  height: 1.302vw;
  position: absolute;
  top: 1.142vw;
  right: 1.642vw;
  display: block;
  z-index: 9;
  cursor: pointer;
}

.modal__close::before, .modal__close::after {
  content: ' ';
  position: absolute;
  left: 50%;
  height: 100%;
  width: .1562vw;
  background-color: #d1d1d1;
  border-radius: .1562vw;
  transform: rotate(-45deg);
  transition: .3s;
}

.modal__close::before {
  transform: rotate(45deg);
}

.modal__close::after {
  transform: rotate(-45deg);
}

.modal__politics {
  top: 5vw;
  width: auto;
  color: #2c2b2c;
  padding: 2.2vw 2.375vw;
  box-shadow: 0 0 7.3958vw #282803;
  border-radius: 2.083vw;
  background-color: #ffffff;
  text-align: left;
}

.modal__politics h2 {
  font-family: 'Futura PT Demi', sans-serif;
  font-size: 2.104vw;
  text-align: left;
  margin-bottom: 0.1562vw;
}

.modal__politics h3 {
  font-family: 'Futura PT Demi', sans-serif;
  font-size: 1.604vw;
  text-align: left;
  margin-top: 1vw;
  margin-bottom: 0.3562vw;
}

.modal__politics p {
  font-size: 0.8333vw;
  margin-bottom: 0.1562vw;
}

.modal-call {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 60.9375vw;
  overflow: hidden;
  border-radius: 2.6041vw;
  background: url("../img/modal/call-bg.jpg") center center/cover no-repeat;
  padding: 3.0729vw 21.7291vw 3.0208vw 5.3125vw;
  position: absolute;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.modal-call__specialist {
  position: absolute;
  top: 3.75vw;
  right: 17.2395vw;
  text-align: right;
  width: 100%;
  max-width: 6.65vw;
  color: #2c2b2c;
}

.modal-call__specialist-descr {
  font-family: 'Futura PT Book', sans-serif;
  font-size: .7812vw;
}

.modal-call__specialist-name {
  font-family: 'Futura PT Heavy', sans-serif;
  font-size: 1.4062vw;
  text-align: right;
}

.modal-call__form {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.modal-call__title {
  color: #2c2b2c;
  font-family: 'Futura PT Book', sans-serif;
  font-size: 2.5vw;
  margin-bottom: 1.5625vw;
  text-align: left;
}

.modal-call__title span {
  display: block;
  font-family: 'Futura PT Heavy', sans-serif;
}

.modal-call__advantages {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1vw;
}

.modal-call__advantages-item {
  padding-left: 1.1728vw;
  margin-right: 2.4479vw;
  position: relative;
}

.modal-call__advantages-item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.8333vw;
  height: 0.8333vw;
  background: url("../img/icons/check.png") center center/40% no-repeat;
  background-color: #4aa541;
  border-radius: 50%;
}

.modal-call__advantages-text {
  font-family: 'Futura PT Medium', sans-serif;
  font-size: 0.8333vw;
}

.modal-call__phone-input {
  width: 100%;
  max-width: 13.9062vw;
  margin-right: 1.1979vw;
}

.modal-call__phone {
  padding: 1.62vw 1.5vw;
  border: none;
  width: 100%;
  box-shadow: 0 0.2083vw 4.5312vw rgba(40, 39, 40, 0.05);
  border-radius: .37vw;
  background-color: rgba(255, 255, 255, 0.8);
  color: #929292;
  font-family: 'Futura PT Light', sans-serif;
  font-size: .9375vw;
}

.modal-call__phone::-moz-placeholder {
  font-family: 'Futura PT Light', sans-serif;
  font-size: .9375vw;
}

.modal-call__phone:-ms-input-placeholder {
  font-family: 'Futura PT Light', sans-serif;
  font-size: .9375vw;
}

.modal-call__phone::placeholder {
  font-family: 'Futura PT Light', sans-serif;
  font-size: .9375vw;
}

.modal-call__phone:focus {
  outline: none;
}

.modal-call .iti {
  margin-bottom: 0 !important;
}

.modal-product {
  width: 100%;
  max-width: 53.3854vw;
  border-radius: 2.6041vw;
  background-color: #f4f5f6;
  padding: 3.3854vw 3.0208vw 5vw;
  color: #2c2b2c;
  top: 3vw;
}

.modal-product__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.6041vw;
}

.modal-product__certificates {
  border-radius: 2.6041vw;
  background-color: #ffffff;
  position: relative;
  max-width: 22.6041vw;
  width: 100%;
  min-height: 30.9895vw;
  padding-top: 4.6354vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.modal-product__certificates-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}

.modal-product__certificates-image img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 90%;
}

.modal-product__certificates-link {
  font-family: 'Futura PT Heavy', sans-serif;
  font-size: 0.8333vw;
  color: #48a43f;
  position: relative;
  padding: 0 0 0.1562vw;
  margin-bottom: 2.552vw;
  margin-top: 4.1666vw;
  text-align: center;
}

.modal-product__certificates-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: .1562vw;
  background: url("../img/icons/dots.png") left center/cover repeat-x;
  transition: all .4s;
}

.modal-product__certificates-link:hover::after {
  width: 40%;
  transition: all .4s;
}

.modal-product__certificates-item {
  display: none;
}

.modal-product__availability {
  color: #49a340;
  font-family: 'Futura PT Medium', sans-serif;
  font-size: .8333vw;
  padding-left: 1.1728vw;
  position: absolute;
  top: 2.4479vw;
  right: 2.1354vw;
}

.modal-product__availability::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: .8333vw;
  height: .8333vw;
  background: url("../img/icons/check.png") center center/40% no-repeat;
  background-color: #4aa541;
  border-radius: 50%;
}

.modal-product__data {
  color: #2c2b2c;
  width: 100%;
  max-width: 19.7916vw;
  text-align: left;
}

.modal-product__data p {
  font-family: 'Futura PT Book', sans-serif;
  font-size: 1.0416vw;
  margin-bottom: .1vw;
}

.modal-product__data p span {
  font-family: 'Futura PT Heavy', sans-serif;
}

.modal-product__title {
  font-family: 'Futura PT Heavy', sans-serif;
  font-size: 1.5625vw;
  text-align: left;
}

.modal-product__item {
  padding-top: 1vw;
  margin-top: 1vw;
  position: relative;
}

.modal-product__item:not(:last-child)::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.1041vw;
  background: url("../img/faq/dots.png") center left/contain repeat-x;
}

.modal-product__item p {
  font-family: 'Futura PT Book', sans-serif;
  font-size: .9375vw;
  margin-bottom: .1vw;
}

.modal-product__item p span {
  font-family: 'Futura PT Heavy', sans-serif;
}

.modal-product__item ul {
  list-style: none;
}

.modal-product__item ul li {
  font-family: 'Futura PT Book', sans-serif;
  font-size: 1.0416vw;
  margin-bottom: .1vw;
}

.modal-product__item ul li::before {
  content: '-';
  padding-right: .15vw;
}

.modal-product__prices {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1.1vw;
}

.modal-product__price-new {
  color: #49a340;
  font-size: .9375vw;
  margin-right: 1.3541vw;
}

.modal-product__price-new span {
  font-family: 'Futura PT Heavy', sans-serif;
  font-size: 2.5vw;
}

.modal-product__price-old {
  font-size: .9375vw;
  color: #d6d6d6;
}

.modal-product__price-old span {
  font-family: 'Futura PT Book', sans-serif;
  font-size: 2.5vw;
  position: relative;
}

.modal-product__price-old span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 36%;
  width: 100%;
  height: 0.15vw;
  background-color: #d6d6d6;
  border-radius: 17%;
}

.modal-product__advantages {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2.6041vw;
}

.modal-product__advantages-item {
  padding-left: 3.0208vw;
  margin-right: 3.9062vw;
  position: relative;
  text-align: left;
}

.modal-product__advantages-item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.875vw;
  height: 1.875vw;
  background: url("../img/icons/check.png") center center/40% no-repeat;
  background-color: #4aa541;
  border-radius: 50%;
}

.modal-product__advantages-item:last-child {
  margin-right: 0;
}

.modal-product__advantages-text {
  color: #2c2b2c;
  font-family: 'Futura PT Heavy', sans-serif;
  font-size: 1.0937vw;
}

.modal-product__form {
  width: 100%;
  max-width: 29.9479vw;
}

.modal-product__form-title {
  font-family: 'Futura PT Heavy', sans-serif;
  font-size: 1.0937vw;
  margin-bottom: 1.0937vw;
}

.modal-product__form-wrapper {
  display: flex;
  justify-content: space-between;
  border-radius: 2.6041vw;
  background-color: #ffffff;
  padding: 2.5vw 2.8125vw 2.4479vw 3.125vw;
}

.modal-product__form .iti {
  width: 100%;
  max-width: 13.9062vw;
  margin-bottom: 0;
}

.modal-product__delivery {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  max-width: 8.3333vw;
  width: 100%;
}

.modal-product__delivery::after {
  content: '';
  width: 0.0562vw;
  height: 30%;
  background: url("../img/differences/dots.svg") center center/contain repeat-y;
  position: absolute;
  top: 50%;
  left: .4709vw;
  transform: translateY(-50%);
}

.modal-product__delivery-item {
  padding-left: 2.5vw;
  margin-bottom: 1.1vw;
  position: relative;
  font-family: 'Futura PT Heavy', sans-serif;
  font-size: .8333vw;
  text-align: left;
}

.modal-product__delivery-item span {
  font-family: 'Futura PT Book', sans-serif;
}

.modal-product__delivery-item::before {
  content: '';
  position: absolute;
  top: .1vw;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.modal-product__delivery-item:first-child::before {
  width: 1.666vw;
  height: 1.1458vw;
  background-image: url("../img/forms/delivery.png");
}

.modal-product__delivery-item:last-child {
  margin-bottom: 0;
}

.modal-product__delivery-item:last-child::before {
  width: 1.4062vw;
  height: 1.25vw;
  background-image: url("../img/forms/pay.png");
}

.modal-product__inputs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.modal-product__inputs-item {
  display: flex;
  margin-bottom: 0.625vw;
}

.modal-product__label {
  color: #919191;
  font-family: 'Futura PT Book', sans-serif;
  font-size: .9375vw;
  margin-bottom: 0.05vw;
  text-align: center;
}

.modal-product__label--data {
  width: 100%;
  max-width: 19.8958vw;
}

.modal-product__quantity {
  margin-top: .5vw;
  max-width: 9.375vw;
  box-shadow: 0 0.2083vw 4.5312vw rgba(44, 43, 44, 0.05);
  border-radius: .3645vw;
  background-color: #eeeff0;
  padding: .547vw 1.3708vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-product__quantity .minus,
.modal-product__quantity .plus {
  border: none;
  background-color: transparent;
  color: #919191;
  font-family: 'Futura PT Book', sans-serif;
  font-size: 1.5625vw;
  text-align: center;
  padding: 0 0.2vw;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.modal-product__quantity-number {
  color: #282728;
  font-family: 'Futura PT Book', sans-serif;
  font-size: 1.25vw;
  background-color: transparent;
  border: none;
  width: 100%;
  text-align: center;
  margin: 0 0.5vw;
  pointer-events: none;
}

.modal-product__quantity-number:focus {
  outline: none;
}

.modal-product__input {
  width: 100%;
  margin-top: .5vw;
  box-shadow: 0 0.2083vw 4.5312vw rgba(44, 43, 44, 0.05);
  border-radius: .3645vw;
  border: none;
  background-color: #eeeff0;
  padding: 0.964vw 1.7708vw;
  color: #919191;
  font-family: 'Futura PT Book', sans-serif;
  font-size: .9375vw;
}

.modal-product__input::-moz-placeholder {
  color: #919191;
  font-family: 'Futura PT Book', sans-serif;
  font-size: .9375vw;
}

.modal-product__input:-ms-input-placeholder {
  color: #919191;
  font-family: 'Futura PT Book', sans-serif;
  font-size: .9375vw;
}

.modal-product__input::placeholder {
  color: #919191;
  font-family: 'Futura PT Book', sans-serif;
  font-size: .9375vw;
}

.modal-product__phone {
  width: 100%;
  max-width: 100%;
  height: 100%;
  box-shadow: 0 0.2083vw 4.5312vw rgba(44, 43, 44, 0.05);
  border: none;
  border-radius: .3645vw;
  background-color: #eeeff0;
  padding: 1.615vw 1.9791vw;
  color: #919191;
  font-family: 'Futura PT Book', sans-serif;
  font-size: .9375vw;
}

.modal-product__phone::-moz-placeholder {
  color: #919191;
  font-family: 'Futura PT Book', sans-serif;
  font-size: .9375vw;
}

.modal-product__phone:-ms-input-placeholder {
  color: #919191;
  font-family: 'Futura PT Book', sans-serif;
  font-size: .9375vw;
}

.modal-product__phone::placeholder {
  color: #919191;
  font-family: 'Futura PT Book', sans-serif;
  font-size: .9375vw;
}

.modal-product__description {
  font-family: 'Futura PT Heavy', sans-serif;
  font-size: .8333vw;
  text-align: center;
  margin-top: 1.0937vw;
}

.modal-order {
  padding: 2.5vw 2.8125vw 1.9791vw 3.2291vw;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/modal/order-bg.jpg") center center/cover no-repeat;
}

.modal-order .modal-product__delivery {
  padding: 2vw 0;
}

.modal-order .modal-product__quantity, .modal-order .modal-product__input, .modal-order .modal-product__phone {
  background-color: #ffffff;
}

.modal-order .modal-product__form-wrapper {
  background-color: transparent;
  padding: 0;
}

.modal-order__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5729vw;
}

.modal-order__buttons-item {
  display: block;
  width: 100%;
  max-width: 9.375vw;
}

.modal-order__buttons input[type=radio] {
  display: none;
  overflow: hidden;
  opacity: 0;
}

.modal-order__buttons input[type=radio]:checked ~ .modal-order__button {
  background-color: #69a462;
  color: #ffffff;
}

.modal-order__buttons-label {
  color: #919191;
  font-family: 'Futura PT Book', sans-serif;
  font-size: .9375vw;
  margin-bottom: 0.5vw;
  text-align: center;
}

.modal-order__button {
  width: 100%;
  box-shadow: 0 0.2083vw 4.5312vw rgba(44, 43, 44, 0.05);
  border-radius: .3645vw;
  border: none;
  background-color: #ffffff;
  padding: 0.964vw 1.7708vw;
  color: #919191;
  font-family: 'Futura PT Book', sans-serif;
  font-size: .9375vw;
  cursor: pointer;
}

.modal-free {
  top: 3vw;
  width: 100%;
  max-width: 46.875vw;
  padding: 4.2187vw 5.1291vw 3.9583vw;
  background-color: #f4f5f6;
  border-radius: 2.5vw;
  position: absolute;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
}

.modal-free__image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22.6vw;
  z-index: 0;
  display: flex;
  align-items: flex-end;
}

.modal-free__title {
  font-family: 'Futura PT Heavy', sans-serif;
  color: #2c2b2c;
  font-size: 2.5vw;
  position: relative;
  z-index: 1;
  margin-bottom: 1.1vw;
}

.modal-free__descr {
  font-family: 'Futura PT Book', sans-serif;
  color: #2c2b2c;
  font-size: 1.5625vw;
  margin-bottom: 0.7vw;
  position: relative;
  z-index: 1;
}

.modal-free__descr span {
  display: block;
  font-size: 1.0416vw;
  text-transform: uppercase;
  margin-bottom: 0.8vw;
}

.modal-free__form {
  width: 100%;
  max-width: 19.7916vw;
  margin-top: 3.0208vw;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 1;
  text-align: center;
}

.modal-free__form-title {
  font-family: 'Futura PT Medium', sans-serif;
  font-size: .9375vw;
  margin-bottom: 0.8333vw;
  width: 100%;
}

.modal-free__phone {
  width: 100%;
  max-width: 14.011vw;
  margin-bottom: 1.302vw;
}

.modal-free__phone-input {
  margin-top: 1vw;
  padding: 1.62vw 1.5vw;
  border: none;
  width: 100%;
  box-shadow: 0 0.2083vw 4.5312vw rgba(40, 39, 40, 0.05);
  border-radius: .37vw;
  background-color: rgba(255, 255, 255, 0.8);
  color: #929292;
  font-family: 'Futura PT Light', sans-serif;
  font-size: .9375vw;
}

.modal-free__phone-input::-moz-placeholder {
  font-family: 'Futura PT Light', sans-serif;
  font-size: .9375vw;
}

.modal-free__phone-input:-ms-input-placeholder {
  font-family: 'Futura PT Light', sans-serif;
  font-size: .9375vw;
}

.modal-free__phone-input::placeholder {
  font-family: 'Futura PT Light', sans-serif;
  font-size: .9375vw;
}

.modal-free__phone-input:focus {
  outline: none;
}

.modal-free__radio-items {
  display: flex;
  justify-content: center;
  margin-bottom: 1.302vw;
}

.modal-free__radio-item {
  margin: 0 .3vw;
}

.modal-free__radio-button {
  min-width: 4.5312vw;
  border-radius: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding: .63vw .3vw;
}

.modal-free__radio-input {
  display: none;
  font-size: 0;
  opacity: 0;
}

.modal-free__radio-input:checked ~ .modal-free__radio-button {
  background-color: #ffffff;
  box-shadow: 0 0.3645vw 1.4062vw rgba(40, 40, 40, 0.1);
}

.modal-free__radio-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.6041vw;
  height: 2.6041vw;
}

.modal-free__radio-text {
  font-family: 'Futura PT Book', sans-serif;
  font-size: .7812vw;
  text-align: center;
  margin-top: 0.2vw;
}

.modal-free .iti {
  margin-bottom: 0 !important;
}

.video {
  padding: 1.5vw 0 2.6vw;
  position: relative;
}

.video::before {
  content: '';
  width: 15.26vw;
  height: 30.57vw;
  position: absolute;
  z-index: 3;
  top: -6.3vw;
  left: 0;
  background: url("../img/video/before.png") center right/cover no-repeat;
}

.video::after {
  content: '';
  width: 23.75vw;
  height: 34.01vw;
  position: absolute;
  z-index: 3;
  top: 53%;
  right: 0;
  transform: translateY(-50%);
  background: url("../img/video/after.png") center left/cover no-repeat;
}

.video__photo {
  margin-top: 2.083vw;
  max-width: 100%;
  width: 100%;
  height: 36.51vw;
  background: url("../img/video/photo.jpg") center center/cover no-repeat;
  position: relative;
  border-radius: 2.6041vw;
  overflow: hidden;
}

.video__photo::after {
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(47, 47, 47, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.video__play {
  width: 7.0833vw;
  height: 7.0833vw;
  background: url("../img/video/play.png") center center/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.video__play:after {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  content: '';
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
}

.video__play-icon {
  position: relative;
  z-index: 3;
}

.video__play-pulse {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 7.0833vw;
  height: 7.0833vw;
  background-color: #4b788d;
  border-radius: 50%;
  -webkit-animation: animPulse 6s linear infinite;
  animation: animPulse 6s linear infinite;
}

.video__play-pulse_1 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.video__play-pulse_2 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.video__play-pulse_3 {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.btn {
  text-align: center;
  font-family: 'Futura PT Bold', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-size: .5729vw;
  padding: 1.302vw 1.506vw;
  border-radius: .65vw;
  border: none;
  cursor: pointer;
  position: relative;
  background-image: linear-gradient(90deg, #48a440 0%, #4cba42 56%, #4fcf43 100%);
  transition: box-shadow .3s ease;
}

.btn:not(:disabled) {
  overflow: hidden;
}

.btn:not(:disabled) .blick {
  position: absolute;
  top: 0;
  height: 100%;
  width: 2vw;
  transform: skewX(-45deg);
  -webkit-animation: blickAnimation;
  animation: blickAnimation;
  left: -150%;
  background-color: #ffffff;
  -webkit-animation: blickAnimation 3.5s infinite ease-in 1s;
  animation: blickAnimation 3.5s infinite ease-in 1s;
}

.btn-header {
  box-shadow: 0 0.01vw 2vw rgba(73, 164, 64, 0.4), inset 0 -0.2083vw 0.0208vw #449b3c;
}

.btn-header:hover {
  box-shadow: 0 0.01vw 2vw rgba(73, 164, 64, 0.4), inset 0 0.2vw 0.0208vw #449c3c;
  transition: box-shadow .3s ease;
}

.btn-blue {
  font-size: 0.8854vw;
  padding: 1.798vw .7479vw;
  width: 100%;
  max-width: 17.1354vw;
  letter-spacing: .04vw;
  border-radius: .5208vw;
  background-image: linear-gradient(90deg, #2879aa 0%, #1491b9 56%, #00a9c8 100%);
  box-shadow: 0 0.01vw 2vw rgba(0, 167, 199, 0.4), inset 0 -0.3083vw 0.0208vw rgba(39, 122, 170, 0.4);
}

.btn-blue:hover {
  box-shadow: 0 0.01vw 2vw rgba(0, 167, 199, 0.4), inset 0 0.3vw 0.0208vw rgba(39, 122, 170, 0.4);
  transition: box-shadow .3s ease;
}

.btn-forms {
  letter-spacing: .04vw;
  border-radius: .5208vw;
  display: inline-block;
  max-width: 12.8125vw;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  padding: 1.483vw .7vw 1.475vw;
  font-size: .7812vw;
  text-align: center;
  background-image: linear-gradient(90deg, #2879aa 0%, #1491b9 56%, #00a9c8 100%);
  box-shadow: inset 0 -0.3083vw 0.0208vw rgba(39, 122, 170, 0.4);
}

.btn-forms:hover {
  box-shadow: inset 0 0.3vw 0.0208vw rgba(39, 122, 170, 0.4);
  transition: box-shadow .3s ease;
}

.btn-arrows {
  display: flex;
  margin-left: 1.0416vw;
}

.btn-arrow {
  display: flex;
  width: 0.365vw;
  -webkit-animation: opacityReverse 2s ease-in infinite;
  animation: opacityReverse 2s ease-in infinite;
}

.btn-arrow:nth-child(2) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.btn-arrow:nth-child(3) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.btn-quiz {
  padding: 1.38vw 4.02vw;
  display: flex;
  align-items: center;
  background-image: linear-gradient(90deg, #2879aa 0%, #1491b9 56%, #00a9c8 100%);
  box-shadow: 0 0.01vw 2vw rgba(0, 167, 199, 0.4), inset 0 -0.3083vw 0.0208vw rgba(39, 122, 170, 0.4);
}

.btn-quiz:hover {
  box-shadow: 0 0.01vw 2vw rgba(0, 167, 199, 0.4), inset 0 0.3vw 0.0208vw rgba(39, 122, 170, 0.4);
  transition: box-shadow .3s ease;
}

.btn-quiz:hover:disabled {
  cursor: not-allowed;
}

.btn-quiz:hover:disabled .btn-quiz__hint {
  opacity: 1;
}

.btn-quiz--prev {
  padding: 1.38vw 3.02vw;
  background-image: none;
  background-color: #f6f5f4;
  color: #747474;
  font-family: 'Futura PT Medium', sans-serif;
  font-size: .9375vw;
  text-transform: uppercase;
  box-shadow: 0 0.01vw 2vw rgba(233, 229, 226, 0.7), inset 0 -0.3083vw 0.0208vw rgba(233, 229, 226, 0.7);
}

.btn-quiz--prev:hover {
  box-shadow: 0 0.01vw 2vw rgba(233, 229, 226, 0.7), inset 0 0.3vw 0.0208vw rgba(233, 229, 226, 0.7);
  transition: box-shadow .3s ease;
}

.btn-quiz--prev:hover:disabled {
  cursor: not-allowed;
}

.btn-quiz--prev:hover:disabled .btn-quiz__hint {
  opacity: 1;
}

.btn-quiz__hint {
  position: absolute;
  left: 50%;
  bottom: 110%;
  width: 80%;
  box-shadow: 4px 7px 17px -6px #000;
  background-color: #ffffff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  z-index: 33;
  transform: translate(-50%, 0);
  opacity: 0;
  transition: opacity .6s;
  color: #282728;
  font-size: 0.7291vw;
  font-family: 'Futura PT Demi', sans-serif;
}

.btn-quiz__text {
  color: #fefefe;
  font-family: 'Futura PT Demi', sans-serif;
  font-size: .9375vw;
  text-transform: uppercase;
}

.btn-submit {
  font-family: 'Futura PT Demi', sans-serif;
  font-size: 0.7291vw;
  padding: .883vw 2.3479vw .775vw 2.2958vw;
  width: 100%;
  letter-spacing: .04vw;
  border-radius: 10px;
  background-image: linear-gradient(90deg, #2879aa 0%, #1491b9 56%, #00a9c8 100%);
  box-shadow: 0 0.01vw 2vw rgba(0, 167, 199, 0.4), inset 0 -0.3083vw 0.0208vw rgba(39, 122, 170, 0.4);
}

.btn-submit:hover {
  box-shadow: 0 0.01vw 2vw rgba(0, 167, 199, 0.4), inset 0 0.3vw 0.0208vw rgba(39, 122, 170, 0.4);
  transition: box-shadow .3s ease;
}

.btn-order {
  display: block;
  margin-top: 1.7vw;
  margin-bottom: 1.2vw;
  margin-left: auto;
  margin-right: auto;
}

.btn-gift {
  width: 100%;
  max-width: 10.9375vw;
  font-family: 'Futura PT Heavy', sans-serif;
  font-size: 0.9375vw;
  text-transform: uppercase;
  padding: 1.618vw .7979vw;
  letter-spacing: .04vw;
  border-radius: 10px;
  background-image: linear-gradient(90deg, #2879aa 0%, #1491b9 56%, #00a9c8 100%);
  box-shadow: 0 0.01vw 2vw rgba(0, 167, 199, 0.4), inset 0 -0.3083vw 0.0208vw rgba(39, 122, 170, 0.4);
}

.btn-gift:hover {
  box-shadow: 0 0.01vw 2vw rgba(0, 167, 199, 0.4), inset 0 0.3vw 0.0208vw rgba(39, 122, 170, 0.4);
  transition: box-shadow .3s ease;
}

.btn-call {
  width: 100%;
  max-width: 15.209vw;
  font-family: 'Futura PT Heavy', sans-serif;
  font-size: 0.8333vw;
  text-transform: uppercase;
  padding: 1.018vw 1vw;
  letter-spacing: .04vw;
  border-radius: 10px;
  text-align: center;
  background-image: linear-gradient(90deg, #2879aa 0%, #1491b9 56%, #00a9c8 100%);
  box-shadow: inset 0 -0.3083vw 0.0208vw rgba(39, 122, 170, 0.4);
}

.btn-call:hover {
  box-shadow: inset 0 0.3vw 0.0208vw rgba(39, 122, 170, 0.4);
  transition: box-shadow .3s ease;
}

.btn-product {
  width: 100%;
  max-width: 15.2084vw;
  font-family: 'Futura PT Heavy', sans-serif;
  font-size: 0.8333vw;
  text-transform: uppercase;
  padding: 1.667vw 2.9979vw;
  letter-spacing: .04vw;
  border-radius: 10px;
  text-align: center;
  background-image: linear-gradient(90deg, #2879aa 0%, #1491b9 56%, #00a9c8 100%);
  box-shadow: inset 0 -0.3083vw 0.0208vw rgba(39, 122, 170, 0.4);
}

.btn-product:hover {
  box-shadow: inset 0 0.3vw 0.0208vw rgba(39, 122, 170, 0.4);
  transition: box-shadow .3s ease;
}

.btn-free {
  font-family: 'Futura PT Heavy', sans-serif;
  font-size: 0.9375vw;
  text-transform: uppercase;
  width: 100%;
  max-width: 14.0104vw;
  padding: 1.618vw 0.62vw;
  letter-spacing: .04vw;
  border-radius: 10px;
  background-image: linear-gradient(90deg, #2879aa 0%, #1491b9 56%, #00a9c8 100%);
  box-shadow: inset 0 -0.3083vw 0.0208vw rgba(39, 122, 170, 0.4);
}

.btn-free:hover {
  box-shadow: inset 0 0.3vw 0.0208vw rgba(39, 122, 170, 0.4);
  transition: box-shadow .3s ease;
}

.btn-top {
  width: 100%;
  max-width: 17.1354vw;
  font-family: 'Futura PT Heavy', sans-serif;
  font-size: 0.9375vw;
  text-transform: uppercase;
  padding: 1.761vw 1.506vw;
  letter-spacing: .04vw;
  border-radius: 10px;
  background-image: linear-gradient(90deg, #2879aa 0%, #1491b9 56%, #00a9c8 100%);
  box-shadow: inset 0 -0.3083vw 0.0208vw rgba(39, 122, 170, 0.4);
}

.btn-top:hover {
  box-shadow: inset 0 0.3vw 0.0208vw rgba(39, 122, 170, 0.4);
  transition: box-shadow .3s ease;
}

.btn-back {
  width: 100%;
  max-width: 15.8354vw;
  font-family: 'Futura PT Heavy', sans-serif;
  font-size: 0.7812vw;
  text-transform: uppercase;
  padding: 1.5vw 1.506vw;
  letter-spacing: .04vw;
  border-radius: 10px;
  background-image: linear-gradient(90deg, #2879aa 0%, #1491b9 56%, #00a9c8 100%);
  box-shadow: inset 0 -0.3083vw 0.0208vw rgba(39, 122, 170, 0.4);
}

.btn-back:hover {
  box-shadow: inset 0 0.3vw 0.0208vw rgba(39, 122, 170, 0.4);
  transition: box-shadow .3s ease;
}

.btn-404 {
  display: inline-block;
  width: 100%;
  max-width: 17.0833vw;
  font-family: 'Futura PT Bold', sans-serif;
  font-size: 0.8854vw;
  text-transform: uppercase;
  padding: 1.5vw 1.506vw;
  letter-spacing: .04vw;
  border-radius: 10px;
  background-image: linear-gradient(90deg, #2879aa 0%, #1491b9 56%, #00a9c8 100%);
  box-shadow: inset 0 -0.3083vw 0.0208vw rgba(39, 122, 170, 0.4);
}

.btn-404:hover {
  box-shadow: inset 0 0.3vw 0.0208vw rgba(39, 122, 170, 0.4);
  transition: box-shadow .3s ease;
}

@-webkit-keyframes blickAnimation {
  0% {
    left: -150%;
  }
  50% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}

@keyframes blickAnimation {
  0% {
    left: -150%;
  }
  50% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(75, 120, 139, 0.9);
  }
  70% {
    box-shadow: 0 0 0 29px rgba(75, 120, 139, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(75, 120, 139, 0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(75, 120, 139, 0.9);
  }
  70% {
    box-shadow: 0 0 0 29px rgba(75, 120, 139, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(75, 120, 139, 0);
  }
}

@-webkit-keyframes animPulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  10% {
    opacity: .6;
  }
  100% {
    opacity: 0;
    transform: scale(1.7);
  }
}

@keyframes animPulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  10% {
    opacity: .6;
  }
  100% {
    opacity: 0;
    transform: scale(1.7);
  }
}

@-webkit-keyframes online {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes online {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 0;
  }
}

@keyframes opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes opacityReverse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacityReverse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes loadingBg {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}

@keyframes loadingBg {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}

@-webkit-keyframes slide-up-in {
  0% {
    transform: translate(0, 100%) rotate(1deg);
    opacity: 0;
    transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(0);
    transform-origin: 0 0;
  }
}

@keyframes slide-up-in {
  0% {
    transform: translate(0, 100%) rotate(1deg);
    opacity: 0;
    transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(0);
    transform-origin: 0 0;
  }
}

.indications {
  padding-top: 2.3vw;
  background: url("../img/indications/bg.png") center center/cover no-repeat;
  position: relative;
  overflow-x: hidden;
}

.indications::before {
  content: 'болезни';
  font-family: 'Futura PT Light', sans-serif;
  font-size: 34vw;
  color: #eeeeee;
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.indications::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -1.5vw;
  left: 0;
  width: 100%;
  height: 3vw;
  filter: blur(20px);
  background-color: #fff;
}

.indications .container {
  z-index: 3;
}

.indications .title {
  padding: 0 5.3vw;
}

.indications__list {
  margin-top: 2.1vw;
  display: flex;
  flex-wrap: wrap;
  padding: 12vw 4.7vw 0 3.7vw;
  background: url("../img/indications/man.png") center top/cover no-repeat;
}

.indications__row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4.8875vw;
}

.indications__item {
  background-color: #ffffff;
  box-shadow: 0 1.25vw 4.947vw rgba(51, 59, 69, 0.1);
  border-radius: 1.666vw;
  padding: .7291vw 1.7708vw .7291vw 3.7333vw;
}

.indications__item::before {
  position: absolute;
  top: 50%;
  left: .7812vw;
  transform: translateY(-50%);
}

.indications__text {
  font-size: 1.3020vw;
}

.differences {
  padding: 3.3vw 0 5.2vw;
  background: url("../img/differences/bg.png") center center/cover no-repeat;
  position: relative;
  overflow: hidden;
}

.differences::before {
  content: '';
  width: 20.9895vw;
  height: 48.2812vw;
  background: url("../img/differences/before.png") center right/cover no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}

.differences__wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 3.1vw;
}

.differences-left {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
  max-width: 27.604vw;
}

.differences-left__title {
  display: inline-block;
  border-radius: 1.302vw 1.302vw 0 0;
  background-color: #4aa541;
  color: #fdfeff;
  font-family: 'Futura PT Demi', sans-serif;
  font-size: 1.7187vw;
  padding: 1vw 3.5937vw 1.1458vw;
  position: relative;
}

.differences-left__title::after {
  content: '';
  width: 4.9479vw;
  height: 4.9479vw;
  background: url("../img/icons/natural.png") center center/cover no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(32%, -44%);
}

.differences-left .differences__block {
  box-shadow: 0 0.8333vw 2.3958vw 0.2604vw rgba(211, 206, 204, 0.31);
  padding: .7vw;
  background-color: #ffffff;
}

.differences-left .differences__list {
  border: 1px solid #f4f4f4;
  border-radius: 1.2229vw;
  padding: 2.1937vw 4.4191vw 2.9937vw 5.5291vw;
}

.differences-left .btn-blue {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

.differences-right {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  max-width: 27.604vw;
}

.differences-right__title {
  display: inline-block;
  font-family: 'Futura PT Book', sans-serif;
  font-size: 1.7187vw;
  padding: 1vw 3.5937vw 1.1458vw;
}

.differences__block {
  width: 100%;
  border-radius: 1.8229vw;
  overflow: hidden;
  background-color: #f4f5f6;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.differences__list {
  background-color: #f4f5f6;
  width: 100%;
  padding: 3.1937vw 5.0191vw 3.1937vw 6.2291vw;
  border-radius: 1.8229vw;
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.differences__item {
  margin-bottom: 1.8875vw;
  text-align: left;
}

.differences__item::before {
  top: 52%;
  left: -2.9709vw;
  transform: translateY(-50%);
}

.differences__item::after {
  content: '';
  width: 0.1562vw;
  height: 0.8854vw;
  background: url("../img/differences/dots.svg") center center/contain repeat-y;
  position: absolute;
  top: 52%;
  right: -1.9709vw;
  transform: translateY(-50%);
}

.differences__item:last-child {
  margin-bottom: 0;
}

.differences__title {
  font-family: 'Futura PT Heavy', sans-serif;
  font-size: 1.25vw;
  text-align: left;
  margin-bottom: .1729vw;
}

.differences__descr {
  font-family: 'Futura PT Book', sans-serif;
  font-size: .8333vw;
}

.effect {
  padding: 2vw 0 3vw;
  position: relative;
}
.effect::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -2.5vw;
  left: 0;
  width: 100%;
  height: 5vw;
  filter: blur(20px);
  background-color: #fff;
}

.effect .title {
  padding: 0 6vw;
}

.effect__block {
  margin-top: 1.8vw;
  border-radius: 2.7229vw;
  background: url("../img/effect/bg.jpg") center center/cover no-repeat;
  padding: 4.0312vw 3.2291vw 2.5791vw 28.6458vw;
  position: relative;
  overflow: hidden;
}

.effect__man {
  position: absolute;
  left: 1.4vw;
  bottom: 0;
  height: 96%;
  width: auto;
}

.effect__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.effect__item {
  width: 50%;
  margin-bottom: 2.5vw;
  padding-left: 3.4vw;
}

.effect__item::before {
  top: 55%;
  left: 0.2291vw;
  transform: translateY(-50%);
}

.effect__title {
  font-family: 'Futura PT Heavy', sans-serif;
  font-size: 1.25vw;
  text-align: left;
  margin-bottom: .1729vw;
}

.effect__descr {
  font-family: 'Futura PT Book', sans-serif;
  font-size: .9375vw;
}

.forms {
  padding: 2vw 0 6vw;
  background: url("../img/forms/bg.png") center center/cover no-repeat;
  position: relative;
  overflow-x: hidden;
}

.forms::before {
  content: 'товары';
  font-family: 'Futura PT Light', sans-serif;
  font-size: 34vw;
  color: #e1e1e1;
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.forms::after {
  content: '';
  width: 22.083vw;
  height: 38.385vw;
  position: absolute;
  right: 0;
  top: -3vw;
  background: url("../img/forms/after.png") center right/contain no-repeat;
}

.forms .container {
  z-index: 3;
}

.forms__subtitle {
  margin-top: 1.94vw;
  font-family: 'Futura PT Book', sans-serif;
  font-size: 1.875vw;
}

.forms__wrapper {
  margin-top: 2.34vw;
  display: flex;
  justify-content: space-around;
  list-style: none;
}

.forms-item {
  width: 100%;
  max-width: 18.75vw;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.forms-item__title {
  display: inline-block;
  border-radius: 1.302vw 1.302vw 0 0;
  color: #fdfeff;
  font-family: 'Futura PT Demi', sans-serif;
  font-size: 1.25vw;
  padding: 0.6vw 2.4937vw 0.6458vw;
  position: relative;
}

.forms-item:first-child .forms-item__title {
  background-color: #0fafcd;
}

.forms-item:nth-child(2) .forms-item__title {
  background-color: #78493e;
}

.forms-item:nth-child(3) .forms-item__title {
  background-color: #4aa541;
}

.forms-item__block {
  box-shadow: 0 1.25vw 9.9479vw rgba(51, 59, 69, 0.1);
  border-radius: 1.8229vw;
  background-color: #ffffff;
  padding: 1.2625vw 2.5vw 2.7854vw 2.8645vw;
  position: relative;
  flex-grow: 1;
}

.forms-item__descr {
  font-family: 'Futura PT Book', sans-serif;
  font-size: 1.0416vw;
}

.forms-item__descr span {
  font-family: 'Futura PT Heavy', sans-serif;
  display: block;
}

.forms-item__image {
  margin: 1.2vw -1vw 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  height: 14.5833vw;
  width: calc(100% + 2vw);
}

.forms-item__image img {
  width: auto;
}

.forms-item__image::after {
  content: '';
  width: 4.9479vw;
  height: 4.9479vw;
  background: url("../img/icons/natural.png") center center/cover no-repeat;
  position: absolute;
  top: .1vw;
  right: 1.1vw;
}

.forms-item__data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: .2vw;
}

.forms-item__volume {
  font-size: .9375vw;
  font-family: 'Futura PT Heavy', sans-serif;
}

.forms-item__volume span {
  font-family: 'Futura PT Book', sans-serif;
  margin-right: 0.12vw;
}

.forms-item__availability {
  color: #49a340;
  font-family: 'Futura PT Medium', sans-serif;
  font-size: .8333vw;
  padding-left: 1.1728vw;
  position: relative;
}

.forms-item__availability::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: .8333vw;
  height: .8333vw;
  background: url("../img/icons/check.png") center center/40% no-repeat;
  background-color: #4aa541;
  border-radius: 50%;
}

.forms-item__delivery {
  margin: 1.3vw 0 .8vw;
  padding: 1.2062vw 1vw 1.6vw;
  border-left: none;
  border-right: none;
  text-align: left;
  position: relative;
}

.forms-item__delivery::before, .forms-item__delivery::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.0551vw;
  background: url("../img/forms/dots.png") center left/cover repeat-x;
}

.forms-item__delivery::after {
  top: auto;
  bottom: 0;
}

.forms-item__delivery-item {
  padding-left: 2.5vw;
  margin-bottom: 1.1vw;
  position: relative;
  font-family: 'Futura PT Heavy', sans-serif;
  font-size: .8333vw;
}

.forms-item__delivery-item span {
  font-family: 'Futura PT Book', sans-serif;
}

.forms-item__delivery-item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.forms-item__delivery-item:first-child::before {
  width: 1.666vw;
  height: 1.1458vw;
  background-image: url("../img/forms/delivery.png");
}

.forms-item__delivery-item:last-child {
  margin-bottom: 0;
}

.forms-item__delivery-item:last-child::before {
  width: 1.4062vw;
  height: 1.25vw;
  background-image: url("../img/forms/pay.png");
}

.forms-item__prices {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.forms-item__price-new {
  color: #49a340;
  font-size: .9375vw;
}

.forms-item__price-new span {
  font-family: 'Futura PT Heavy', sans-serif;
  font-size: 2.5vw;
}

.forms-item__price-old {
  font-size: .9375vw;
  color: #d6d6d6;
}

.forms-item__price-old span {
  font-family: 'Futura PT Book', sans-serif;
  font-size: 2.5vw;
  position: relative;
}

.forms-item__price-old span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 36%;
  width: 100%;
  height: 0.27vw;
  background-color: #d6d6d6;
  border-radius: 17%;
}

.forms-item__modal {
  display: inline-block;
  font-family: 'Futura PT Heavy', sans-serif;
  color: #48a43f;
  position: relative;
  padding-bottom: 0.1562vw;
  margin-top: 3.4458vw;
}

.forms-item__modal::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: .1562vw;
  background: url("../img/icons/dots.png") left center/cover repeat-x;
  transition: all .4s;
}

.forms-item__modal:hover::after {
  width: 40%;
  transition: all .4s;
}

.certificates {
  margin-top: 0;
  padding: 3vw 0;
  background: url("../img/certificates/bg.png") center center/auto repeat-x;
  position: relative;
}

.certificates::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: -2.5vw;
  left: 0;
  width: 100%;
  height: 5vw;
  filter: blur(20px);
  background-color: #fff;
}

.certificates__title {
  font-family: 'Futura PT Demi', sans-serif;
  font-size: 1.25vw;
  text-align: left;
}

.certificates__wrapper {
  margin-top: 2.4vw;
  display: flex;
  justify-content: space-between;
}

.certificates-left {
  width: 100%;
  max-width: 26.0416vw;
}

.certificates-left__big-image {
  display: block;
  width: 100%;
  border-radius: 7%;
  overflow: hidden;
  margin-top: 1.406vw;
}

.certificates-left__images-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: .6vw;
}

.certificates-left__image-item {
  width: 31%;
  border-radius: 18%;
  overflow: hidden;
}

.certificates-right {
  width: 100%;
  max-width: 30.4687vw;
  display: flex;
  flex-wrap: wrap;
}

.certificates-right__item {
  width: 50%;
}

.certificates-right__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: .7vw;
}

.certificates-right__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.552vw;
  box-shadow: 0 0.052vw 2.8125vw rgba(0, 0, 0, 0.1);
  border-radius: .7812vw;
}

.certificates-slider {
  margin-top: .6vw;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.certificates-slider .certificates__title {
  display: inline-block;
  max-width: 80%;
}

.certificates-slider__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 5vw;
  width: 100%;
}

.certificates-slider__prev, .certificates-slider__next {
  width: 0.6687vw;
  height: 0.8854vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.certificates-slider__prev {
  background-image: url("../img/certificates/prev.png");
  transition: background-image .3s ease;
}

.certificates-slider__prev:hover, .certificates-slider__prev:active {
  background-image: url("../img/certificates/prev-hover.png");
  transition: background-image .3s ease;
}

.certificates-slider__next {
  background-image: url("../img/certificates/next.png");
  transition: background-image .3s ease;
}

.certificates-slider__next:hover, .certificates-slider__next:active {
  background-image: url("../img/certificates/next-hover.png");
  transition: background-image .3s ease;
}

.certificates-slider__count {
  color: #bfbfbf;
  font-family: 'TT Norms', sans-serif;
  font-size: .9375vw;
}

.certificates-slider .current {
  color: #282728;
}

.certificates-slider__wrapper {
  width: 100%;
  margin-top: 1.1vw;
}

.certificates-slider__slide {
  display: flex;
  flex-wrap: wrap;
  background-color: #f4f5f6;
  overflow: hidden;
  border-radius: 7%;
  padding: 1.4062vw 3.6979vw 1.5625vw 2.1875vw;
}

.certificates-slider__top {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.5812vw;
}

.certificates-slider__photo {
  width: 5.2083vw;
  height: 5.2083vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 1.302vw;
  flex-shrink: 0;
}

.certificates-slider__photo::after {
  content: '';
  position: absolute;
  bottom: 0.2vw;
  right: -0.2vw;
  width: 1.3541vw;
  height: 1.0937vw;
  background: url("../img/certificates/slide-after.png") center center/cover no-repeat;
}

.certificates-slider__name {
  font-family: 'Futura PT Demi', sans-serif;
  font-size: .9375vw;
  text-align: left;
}

.certificates-slider__descr {
  color: #767676;
  font-family: 'Futura PT Book', sans-serif;
  font-size: .7291vw;
  margin-top: 0.1729vw;
}

.certificates-slider__review {
  font-family: 'Futura PT Book', sans-serif;
  font-size: .7291vw;
  overflow: hidden;
}

.certificates-slider__review.hide {
  height: 3.7vw !important;
}

.certificates-slider__review p {
  margin-bottom: 0.5vw;
}

.certificates-slider__more {
  display: inline-block;
  font-family: 'Futura PT Heavy', sans-serif;
  color: #48a43f;
  position: relative;
  padding-bottom: 0.1562vw;
  margin-top: .4458vw;
  border: none;
  background-color: transparent;
}

.certificates-slider__more::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: .1562vw;
  background: url("../img/icons/dots.png") left center/cover repeat-x;
  transition: all .4s;
}

.certificates-slider__more:hover::after {
  width: 40%;
  transition: all .4s;
}

.reviews {
  padding: 2.7vw 0 4.5vw;
  background: url("../img/certificates/bg.png") center center/cover repeat;
  position: relative;
}

.reviews::before {
  content: '';
  position: absolute;
  top: -10vw;
  left: 0;
  z-index: 0;
  width: 20.9898vw;
  height: 35.7812vw;
  background: url('../img/reviews/before.png') center center/cover no-repeat;
}

.reviews__wrapper {
  margin-top: 2.3vw;
}

.reviews__wrap {
  margin-top: 1vw;
  margin-bottom: 4.9vw;
  display: flex;
  justify-content: space-between;
}

.reviews-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.reviews-tabs__item {
  width: 100%;
  max-width: 10.4166vw;
  background-color: #f4f5f6;
  border-radius: .3645vw;
  border: none;
  color: #b4b4b4;
  font-family: 'Futura PT Book', sans-serif;
  font-size: .9375vw;
  padding: 1.2262vw .6907vw;
  margin: 0 .5989vw;
}

.reviews-tabs__item:focus {
  outline: none;
}

.reviews-tabs__item:focus-visible {
  outline: none;
}

.reviews-tabs__item.active {
  font-family: 'Futura PT Medium', sans-serif;
  color: #ffffff;
  box-shadow: 0 0.9895vw 2.552vw rgba(0, 167, 199, 0.1), inset 0 0 2.3958vw rgba(78, 211, 236, 0.2);
  background-color: #89bb39;
  background-image: linear-gradient(to top, #2879aa 0%, #00a9c8 100%);
}

.reviews-content {
  margin-top: 2.7083vw;
}


.reviews__subtitle {
  font-family: 'Futura PT Heavy', sans-serif;
  font-size: 1.25vw;
  text-align: left;
  margin-bottom: 1.8vw;
}

.reviews-text__wrapper,
.reviews-video__wrapper {
  position: relative;
}

.reviews-text__wrapper .slick-arrow {
  width: 3.9062vw;
  height: 3.9062vw;
  border-radius: 50%;
  background-color: #ffffff;
  border: .052vw solid #e8e6e6;
  position: absolute;
  z-index: 999;
  top: 43%;
}

.reviews-video__wrapper .slick-arrow {
  width: 3.9062vw;
  height: 3.9062vw;
  border-radius: 50%;
  background-color: #ffffff;
  border: .052vw solid #e8e6e6;
  position: absolute;
  z-index: 999;
  top: 50%;
}

.reviews-text__wrapper .slick-arrow::after,
.reviews-video__wrapper .slick-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.5729vw;
  height: 1.1458vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.reviews-text__wrapper .slick-arrow:hover,
.reviews-video__wrapper .slick-arrow:hover {
  box-shadow: 0 0.9895vw 2.552vw rgba(0, 167, 199, 0.1), inset 0 0 2.3958vw rgba(78, 211, 236, 0.2);
  background-image: linear-gradient(to top, #2879aa 0%, #00a9c8 100%);
}

.reviews-text__wrapper .slick-prev::after,
.reviews-video__wrapper .slick-prev::after {
  background-image: url("../img/reviews/prev.png");
}

.reviews-text__wrapper .slick-prev:hover::before,
.reviews-video__wrapper .slick-prev:hover::before {
  display: none;
}

.reviews-text__wrapper .slick-prev:hover::after,
.reviews-video__wrapper .slick-prev:hover::after {
  background-image: url("../img/reviews/prev-hover.png");
}

.reviews-text__wrapper .slick-next::after,
.reviews-video__wrapper .slick-next::after {
  background-image: url("../img/reviews/next.png");
}

.reviews-text__wrapper .slick-next:hover::before,
.reviews-video__wrapper .slick-next:hover::before {
  display: none;
}

.reviews-text__wrapper .slick-next:hover::after,
.reviews-video__wrapper .slick-next:hover::after {
  background-image: url("../img/reviews/next-hover.png");
}

.reviews-text__wrapper .slick-dots,
.reviews-video__wrapper .slick-dots {
  bottom: -2.5vw;
}

.reviews-text__wrapper .slick-dots li,
.reviews-video__wrapper .slick-dots li {
  background-color: #ebebeb;
  border-radius: 50%;
  width: .5729vw;
  height: .5208vw;
  margin: 0.3vw .4947vw;
}

.reviews-text__wrapper .slick-dots li button,
.reviews-video__wrapper .slick-dots li button {
  opacity: 0;
}

.reviews-text__wrapper .slick-dots li.slick-active,
.reviews-video__wrapper .slick-dots li.slick-active {
  background-color: #19adcc;
  position: relative;
}

.reviews-text__wrapper .slick-dots li.slick-active::before,
.reviews-video__wrapper .slick-dots li.slick-active::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.9895vw;
  height: 0.9895vw;
  background-color: #19adcc;
  opacity: 0.2;
  border-radius: 50%;
}

.reviews-text__slider {
  margin: 0 -1.1458vw;
}

.reviews-text__slider .slick-track {
  display: flex;
}

.reviews-text__slide {
  background-color: #f4f5f6;
  overflow: hidden;
  border-radius: 1.5vw;
  padding: 2.0833vw 3.3vw 2.3729vw 3.0208vw;
  margin: 0 1.1458vw;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  flex: 0 0 auto;
}

.reviews-text__slide:focus {
  outline: none;
}

.reviews-video__slider .slick-track {
  display: flex;
}

.reviews-video__slide {
  background-color: #f4f5f6;
  display: flex !important;
  height: 30vw;
  border-radius: 2.6041vw;
  overflow: hidden;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-left: 1vw;
  margin-right: 1vw;
}

.reviews-video__slide::after {
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(47, 47, 47, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.reviews-video__slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.reviews-video__slide:focus {
  outline: none;
}


.reviews-text__head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.reviews-text__photo {
  width: 5.2083vw;
  height: 5.2083vw;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1.7187vw;
  flex-shrink: 0;
}

.reviews-text__name {
  font-family: 'Futura PT Demi', sans-serif;
  font-size: 1.5625vw;
}

.reviews-text__age {
  display: inline-block;
  border-radius: .9895vw;
  background-color: #ffffff;
  color: #49a340;
  font-family: 'Futura PT Demi', sans-serif;
  font-size: .8333vw;
  padding: 0.447vw 1.0636vw;
  margin-top: .3208vw;
}

.reviews-text__content {
  margin-top: 1.1979vw;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 1;
}

.reviews-text__content-item {
  width: 100%;
  padding-bottom: 0.3vw;
  margin-bottom: 0.7vw;
  position: relative;
}

.reviews-text__content-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0551vw;
  background: url("../img/forms/dots.png") center left/cover repeat-x;
}

.reviews-text__content-item:last-child {
  margin-top: auto;
}

.reviews-text__content-item:last-child::after {
  display: none;
}

.reviews-text__descr {
  font-family: 'Futura PT Book', sans-serif;
  font-size: .8333vw;
  margin-bottom: 0.4vw;
}

.reviews-text__value {
  font-family: 'Futura PT Heavy', sans-serif;
  font-size: .9895vw;
  display: inline-block;
}

.reviews-text__stars {
  display: inline-block;
  width: 100%;
  max-width: 4.9479vw;
  margin-left: 0.4vw;
}

.reviews-doctors__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 18.802vw;
  flex-shrink: 0;
}

.reviews-doctors__wrapper .slick-slider {
  display: flex;
  height: auto;
  flex: 1 0 auto;
}

.reviews-doctors__wrapper .slick-dots {
  bottom: -2.5vw;
  text-align: left;
}

.reviews-doctors__wrapper .slick-dots li {
  background-color: #ebebeb;
  border-radius: 50%;
  width: .5729vw;
  height: .5208vw;
  margin: 0.3vw .4947vw;
}

.reviews-doctors__wrapper .slick-dots li button {
  opacity: 0;
}

.reviews-doctors__wrapper .slick-dots li.slick-active {
  background-color: #19adcc;
  position: relative;
}

.reviews-doctors__wrapper .slick-dots li.slick-active::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.9895vw;
  height: 0.9895vw;
  background-color: #19adcc;
  opacity: 0.2;
  border-radius: 50%;
}

.reviews-doctors__wrapper .reviews-text__slide {
  margin-left: 0;
  margin-right: 0;
  background-color: #ffffff;
  border: 0.625vw solid #e9e9e9;
  outline: 0.5729vw solid #ffffff;
  outline-offset: -0.5273vw;
  padding: 1.2833vw 1.9vw 1.3729vw 2.2208vw;
}

.reviews-doctors__wrapper .reviews-text__name {
  text-align: left;
}

.reviews-doctors__slider {
  height: inherit;
}

.reviews-doctors__slider .slick-list {
  box-shadow: 0 0.8333vw 2.3958vw 0.2604vw rgba(211, 206, 204, 0.31);
  border-radius: 1.5vw;
}

.reviews-doctors__slider .slick-track {
  display: flex;
  height: 100%;
  flex: 1 0 auto;
}

.reviews-clients__wrapper {
  max-width: calc(100% - 20vw);
}

.reviews-clients__slider .slick-track {
  display: flex;
}

.reviews-clients__slider .slick-dots {
  text-align: left;
}

.reviews-clients__slider .reviews-text__slide {
  padding: 1.8833vw 1.9vw 1.3729vw;
}

.reviews__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz {
  padding: 2.5vw 0 3vw;
  background: url("../img/quiz/bg.png") center center/cover no-repeat;
  position: relative;
}

.quiz::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: -3vw;
  left: 0;
  width: 100%;
  height: 6vw;
  filter: blur(20px);
  background-color: #fff;
}

.quiz::after {
  content: '';
  position: absolute;
  top: -3vw;
  right: 0;
  width: 14.3229vw;
  height: 23.177vw;
  background: url("../img/quiz/after.png") center left/cover no-repeat;
}

.quiz__wrapper {
  margin-top: 2.3vw;
  box-shadow: 0 0.8333vw 2.3958vw 0.2604vw rgba(211, 206, 204, 0.31);
  border-radius: 1.302vw 2.6041vw 2.6041vw;
  border: .625vw solid #e9e9e9;
  outline: .5729vw solid #ffffff;
  outline-offset: -.5273vw;
  background-color: #ffffff;
  padding: 1.6691vw 2.1609vw 2.0833vw 2.845vw;
  display: flex;
  justify-content: space-between;
}
.quiz__wrapper>.quiz-semifinal__title {
  display: none;
}

.quiz__item--semifinal {
  padding-left: 3.3vw;
}

.quiz__item--semifinal .policy {
  padding-left: 0.9vw;
}

.quiz__item--semifinal .policy__check {
  top: 50%;
  transform: translateY(-50%);
}

.quiz__item--semifinal .policy__text {
  font-family: 'Futura PT Medium',sans-serif;
  font-size: .6770vw;
  padding-left: 1.5vw;
}

.quiz__item--semifinal .link {
  display: block;
  color: #49a340;
  text-decoration: underline;
}

.quiz-form {
  width: 100%;
  max-width: 36.1458vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.quiz-right {
  width: 100%;
  max-width: 14.8958vw;
  background: url("../img/quiz/present-bg.jpg") center center/cover no-repeat;
  overflow: hidden;
  border-radius: 1.902vw;
  padding: 2.8854vw 2.6562vw 3.8541vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.quiz-right__title {
  font-family: 'Futura PT Demi', sans-serif;
  font-size: 1.875vw;
}

.quiz-right__descr {
  font-family: 'Futura PT Book', sans-serif;
  font-size: 1.1458vw;
  margin-top: 0.3vw;
}

.quiz-right__img {
  width: calc(100% + .8vw);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.3vw -.4vw;
}

.quiz-right__description {
  font-family: 'Futura PT Medium', sans-serif;
  font-size: .9375vw;
  margin-top: 0.3vw;
}

.quiz-right__subtitle {
  font-family: 'Futura PT Heavy', sans-serif;
  font-size: 1.25vw;
}

.quiz-right--final {
  width: 100%;
  max-width: 14.8958vw;
  overflow: hidden;
  border-radius: 1.902vw;
  padding: 2.8854vw 2.2116vw 2.5541vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #49a340;
}

.quiz-right--final .quiz-right__title {
  color: #ffffff;
  font-family: 'Futura PT Book', sans-serif;
  font-size: 1.1458vw;
}

.quiz-right--final .quiz-right__descr {
  color: #ffffff;
  font-family: 'Futura PT Demi', sans-serif;
  font-size: 3.75vw;
}

.quiz-right--final .quiz-right__img {
  position: relative;
}

.quiz-right--final .quiz-right__img::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 3.333vw;
  height: 3.333vw;
  background: url("../img/icons/natural.png") center center/cover no-repeat;
}

.quiz-right--final .quiz-right__description {
  color: #ffffff;
  font-family: 'Futura PT Medium', sans-serif;
  font-size: .9375vw;
}

.quiz-right--final .quiz-right__description span {
  display: block;
  font-family: 'Futura PT Heavy', sans-serif;
  font-size: 1.25vw;
}

.quiz-progress__title {
  font-family: 'Futura PT Bold', sans-serif;
  font-size: 0.7291vw;
  text-align: center;
}

.quiz-progress__title span {
  font-family: 'Futura PT Medium', sans-serif;
}

.quiz-progress__bar {
  margin-top: 0.7vw;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 1.0416vw;
  border-radius: 24px;
  background-color: #f7f7f7;
}

.quiz-progress__inner {
  position: absolute;
  left: .26vw;
  top: 50%;
  transform: translateY(-50%);
  height: 1.0416vw;
  border-radius: 1.25vw;
  background-color: #49a340;
  -webkit-animation: loadingBg 15s infinite linear;
  animation: loadingBg 15s infinite linear;
  background-image: url("../img/quiz/lines.png");
  width: 100%;
  max-width: 20%;
  transition: max-width .3s ease;
}

.quiz__items {
  margin-top: 1.05vw;
}

.quiz__title-question {
  font-family: 'Futura PT Heavy', sans-serif;
  font-size: 1.5625vw;
}

.quiz-options {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2.2vw;
}

.quiz-options--blocks .quiz-option {
  flex-direction: column;
  align-items: center;
  max-width: 30%;
}

.quiz-options--blocks .quiz-option__value {
  text-align: center;
}

.quiz-options--blocks .quiz-option__wrapper {
  width: 100%;
  min-height: 11.1458vw;
  margin-bottom: 0.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-options--blocks .quiz-option__input:checked ~ .quiz-option__wrapper .quiz-option__check-image img:first-child {
  display: none;
}

.quiz-options--blocks .quiz-option__input:checked ~ .quiz-option__wrapper .quiz-option__check-image img:nth-child(2) {
  display: flex;
}

.quiz-options--blocks .quiz-option__checkbox {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

.quiz-options--blocks .quiz-option__check-image {
  width: 2.6041vw;
  height: 2.6041vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-options--blocks .quiz-option__check-image img {
  width: auto;
}

.quiz-options--blocks .quiz-option__check-image img:first-child {
  display: flex;
}

.quiz-options--blocks .quiz-option__check-image img:nth-child(2) {
  display: none;
}

.quiz-option {
  cursor: pointer;
  display: flex;
  width: 100%;
  max-width: 47.5%;
  margin-bottom: 0.64vw;
}

.quiz-option:hover .quiz-option__wrapper {
  transition: box-shadow .3s ease;
  box-shadow: 0 0 .8vw .1vw #3d3d3d23;
}

.quiz-option:hover .quiz-option__checkbox:before {
  background-color: #19adcc;
  transition: background-color .3s ease;
}

.quiz-option:hover .quiz-option__checkbox img:first-child {
  display: none;
}

.quiz-option:hover .quiz-option__checkbox img:nth-child(2) {
  display: flex;
}

.quiz-option__wrapper {
  padding: 0.8854vw 1.1458vw;
  border-radius: .7812vw;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  transition: box-shadow .3s ease;
  border: 2px solid transparent;
}

.quiz-option__input {
  display: none;
}

.quiz-option__input:checked ~ .quiz-option__wrapper .quiz-option__checkbox img:first-child {
  display: none;
}

.quiz-option__input:checked ~ .quiz-option__wrapper .quiz-option__checkbox img:nth-child(2) {
  display: flex;
}

.quiz-option__input:checked ~ .quiz-option__wrapper .quiz-option__checkbox:before {
  background-color: #19adcc;
}

.quiz-option__input:checked + .quiz-option__wrapper {
  border-color: #19adcc;
}

.quiz-option__input:checked + .quiz-option__wrapper > .quiz-option__value {
  font-family: 'Futura PT Demi', sans-serif;
}

.quiz-option__value {
  font-family: 'Futura PT Book', sans-serif;
  font-size: .9375vw;
}

.quiz-option__checkbox {
  width: 1.8229vw;
  height: 1.8229vw;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: .3s;
  z-index: 2;
  margin-right: 0.7vw;
  flex-shrink: 0;
}

.quiz-option__checkbox::before {
  content: '';
  width: 1.1979vw;
  height: 1.1979vw;
  background-color: #f7f7f7;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: background-color .3s ease;
}

.quiz-option__checkbox img {
  width: 0.573vw;
  z-index: 1;
}

.quiz-option__checkbox img:first-child {
  display: flex;
}

.quiz-option__checkbox img:last-child {
  display: none;
}

.quiz-click {
  display: flex;
  align-items: center;
}

.quiz-click__img {
  width: 1.7187vw;
  height: 1.3541vw;
  margin-right: 1.1vw;
}

.quiz-click__text {
  width: 100%;
  max-width: 9.8958vw;
  font-family: 'Futura PT Book', sans-serif;
  font-size: .8333vw;
}

.quiz-click__text span {
  font-family: 'Futura PT Demi', sans-serif;
}

.quiz-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 1.3833vw;
  margin-top: auto;
}

.quiz-semifinal__title {
  font-family: 'Futura PT Heavy', sans-serif;
  font-size: 2.5vw;
}

.quiz-semifinal__subtitle {
  font-size: 1.3541vw;
  font-family: 'Futura PT Book', sans-serif;
}

.quiz-semifinal__subtitle span {
  font-family: 'Futura PT Heavy', sans-serif;
}

.quiz-semifinal__wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 1.2vw;
}

.quiz-semifinal__image {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.quiz-semifinal__form {
  width: 100%;
  max-width: 13.87016vw;
  margin-right: 1vw;
}

.quiz-semifinal__form-title {
  text-align: center;
  font-family: 'Futura PT Medium', sans-serif;
  font-size: .9375vw;
  margin-bottom: 0.8333vw;
}

.quiz-semifinal-radio__items {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5vw;
  margin-bottom: 0.9vw;
}

.quiz-semifinal-radio__item {
  width: 100%;
  max-width: 4.5312vw;
  margin: 0 .5%;
  border-radius: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding: .72vw .3vw;
}

.quiz-semifinal-radio__item.active {
  background-color: #ffffff;
  box-shadow: 0 0.3645vw 1.4062vw rgba(40, 40, 40, 0.1);
}

.quiz-semifinal-radio__button {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quiz-semifinal-radio__input {
  display: none;
  font-size: 0;
  opacity: 0;
}

.quiz-semifinal-radio__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.6041vw;
  height: 2.6041vw;
}

.quiz-semifinal-radio__text {
  font-family: 'Futura PT Book', sans-serif;
  font-size: .7812vw;
  text-align: center;
}

.quiz-semifinal__phone {
  margin-top: 1vw;
  padding: 1.4vw 1.5vw;
  border: none;
  width: 100%;
  box-shadow: 0 0.2083vw 4.5312vw rgba(40, 39, 40, 0.05);
  border-radius: .37vw;
  background-color: rgba(241, 241, 241, 0.8);
  color: #929292;
  font-family: 'Futura PT Book', sans-serif;
  font-size: .9375vw;
}

.quiz-semifinal__phone::-moz-placeholder {
  font-family: 'Futura PT Book', sans-serif;
  font-size: .9375vw;
}

.quiz-semifinal__phone:-ms-input-placeholder {
  font-family: 'Futura PT Book', sans-serif;
  font-size: .9375vw;
}

.quiz-semifinal__phone::placeholder {
  font-family: 'Futura PT Book', sans-serif;
  font-size: .9375vw;
}

.quiz-semifinal__phone:focus {
  outline: none;
}

.quiz-semifinal__description {
  margin-top: 1.5vw;
  display: block;
  width: 100%;
  font-size: 0.6vw;
  color: #131313;
  text-align: center;
  text-decoration: none;
}

.quiz-semifinal__description b {
  color: #fe5b52;
  text-decoration: underline;
}

.quiz--page {
  padding-top: 3.7312vw;
  padding-bottom: 9vw;
}

.quiz--page::after {
  top: 11vw;
}

.faq {
  padding-top: 1.992vw;
  margin-bottom: 7vw;
  background: url("../img/faq/bg.png") bottom center/cover no-repeat;
  position: relative;
}

.faq::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: -2vw;
  left: 0;
  width: 100%;
  height: 4vw;
  filter: blur(20px);
  background-color: #fff;
}

.faq__wrapper {
  margin-top: 2.7vw;
  padding-right: 8.3vw;
  padding-bottom: 7vw;
  display: flex;
  justify-content: space-between;
}

.faq-left, .faq-right {
  width: 48%;
}

.faq__item {
  width: 100%;
  padding-left: 2vw;
  padding-right: 1.2vw;
  padding-bottom: 2vw;
  margin-bottom: 1.2vw;
  position: relative;
  cursor: pointer;
}

.faq__item.active .faq__content {
  overflow: initial;
  max-height: 52.0833vw;
  padding-top: .5vw;
  transition: all .3s ease;
}

.faq__item.active .faq__icon {
  background-color: #49a340;
  color: #ffffff;
  transition: color .3s ease, background-color .3s ease;
}

.faq__item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1041vw;
  background: url("../img/faq/dots.png") center left/contain repeat-x;
}

.faq__item-top {
  display: flex;
  justify-content: flex-start;
  padding-bottom: .6vw;
  position: relative;
}

.faq__item-title {
  font-family: 'Futura PT Bold', sans-serif;
  font-size: 0.9375vw;
  text-align: left;
  max-width: 80%;
}

.faq__arrow {
  position: absolute;
  top: .2vw;
  left: -2vw;
  width: 0.9375vw;
  height: 0.7291vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq__icon {
  margin-left: auto;
  width: 2.3437vw;
  height: 2.3437vw;
  border-radius: 50%;
  background-color: #f7f7f7;
  color: #cac8c8;
  font-family: 'TT Norms', sans-serif;
  font-size: .8333vw;
  line-height: 2.3437vw;
  text-align: center;
  transition: color .3s ease, background-color .3s ease;
}

.faq__content {
  color: #6a6a6a;
  font-family: 'Futura PT Book', sans-serif;
  font-size: .8333vw;
  max-height: 0;
  overflow: hidden;
  transition: all .3s ease;
}

.faq-bottom {
  box-shadow: 0 0.8333vw 2.3958vw 0.2604vw rgba(211, 206, 204, 0.31);
  border-radius: 1.302vw 2.6041vw 2.6041vw;
  border: .625vw solid #e9e9e9;
  outline: .5729vw solid #ffffff;
  outline-offset: -.5273vw;
  background-color: #ffffff;
  padding: 1.4091vw 3.2609vw 1.4033vw 4.145vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 1.5626vw);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

.faq-bottom__title {
  text-align: left;
  color: #49a340;
  font-family: 'Futura PT Demi', sans-serif;
  font-size: 1.5625vw;
  text-transform: uppercase;
  max-width: 11vw;
}

.faq-bottom__text {
  text-align: left;
  max-width: 18vw;
}

.faq-bottom__text p {
  font-family: 'Futura PT Book', sans-serif;
  font-size: 1.25vw;
  margin-bottom: 0.1vw;
}

.faq-bottom__name {
  font-family: 'Futura PT Heavy', sans-serif;
  font-size: 2.2916vw;
}

.order {
  padding: 2vw 0;
}

.order .title {
  padding: 0 8vw;
}

.order__wrapper {
  margin-top: 3.8vw;
  display: flex;
  justify-content: space-between;
}

.order__wrapper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 1vw;
}

.order__icon {
  width: 3.4375vw;
  height: 3.4375vw;
  border-radius: 50%;
  font-family: 'Futura PT Heavy', sans-serif;
  font-size: 1.25vw;
  color: #ffffff;
  line-height: 3.4375vw;
  text-align: center;
  background-color: #49a340;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.order__item {
  box-shadow: 0 1.0416vw 2.0833vw rgba(0, 0, 0, 0.09);
  border-radius: 1.8229vw;
  background-color: #ffffff;
  width: 100%;
  max-width: 19.2708vw;
  padding: 3.1vw 2.9vw 2.7vw;
  overflow: hidden;
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.order__item--delivery {
  background: url("../img/order/delivery-bg.jpg") center center/cover no-repeat;
}

.order__item--payment {
  background: url("../img/order/payment-bg.jpg") center center/cover no-repeat;
}

.order__title {
  font-family: 'Futura PT Bold', sans-serif;
  font-size: 1.5625vw;
}

.order__descr {
  font-family: 'Futura PT Book', sans-serif;
  font-size: 1.25vw;
  margin-top: .7vw;
  line-height: 1.18;
}

.order__link {
  display: inline-block;
  color: #282728;
  font-family: 'Futura PT Heavy', sans-serif;
  font-size: 1.5625vw;
  margin-top: 0.2vw;
  transition: color .3s ease;
}

.order__link:hover {
  color: #2c8bb6;
  transition: color .3s ease;
}

.gift {
  padding: 2vw 0;
  background: url("../img/gift/phone-bg.png") center center/cover no-repeat;
  position: relative;
}

.gift::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: -1.5vw;
  left: 0;
  width: 100%;
  height: 3vw;
  filter: blur(20px);
  background-color: #fff;
}

.gift::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -1.5vw;
  left: 0;
  width: 100%;
  height: 3vw;
  filter: blur(14px);
  background-color: #fff;
}

.gift__block {
  width: 100%;
  padding: 3.6vw 13.2vw 3vw 5.2vw;
  background: url("../img/gift/bg.jpg") center center/cover no-repeat;
  border-radius: 2.5vw;
  position: relative;
  overflow: hidden;
}

.gift__image {
  position: absolute;
  bottom: 0;
  right: 1.9vw;
  width: 27.6vw;
  z-index: 0;
  display: flex;
  align-items: flex-end;
}

.gift__descr {
  font-family: 'Futura PT Book', sans-serif;
  font-size: 1.5625vw;
  margin-bottom: 0.7vw;
  position: relative;
  z-index: 1;
}

.gift__descr span {
  display: block;
  font-family: 'Futura PT Heavy', sans-serif;
}

.gift__title {
  font-family: 'Futura PT Heavy', sans-serif;
  font-size: 2.5vw;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  text-align: left;
  padding-right: 7vw;
}

.gift__form {
  width: 100%;
  margin-top: 1vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.gift__form-title {
  text-align: left;
  font-family: 'Futura PT Medium', sans-serif;
  font-size: .9375vw;
  margin-bottom: 0.8333vw;
  width: 100%;
}

.gift__phone-input {
  width: 100%;
  max-width: 13.9062vw;
  margin-right: 1.1979vw;
}

.gift-radio__items {
  display: flex;
  justify-content: center;
  margin-right: 0.2vw;
}

.gift-radio__item {
  margin: 0 .3vw;
}

.gift-radio__button {
  min-width: 4.5312vw;
  border-radius: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding: .63vw .3vw;
}

.gift-radio__input {
  display: none;
  font-size: 0;
  opacity: 0;
}

.gift-radio__input:checked ~ .gift-radio__button {
  background-color: #ffffff;
  box-shadow: 0 0.3645vw 1.4062vw rgba(40, 40, 40, 0.1);
}

.gift-radio__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.6041vw;
  height: 2.6041vw;
}

.gift-radio__text {
  font-family: 'Futura PT Book', sans-serif;
  font-size: .7812vw;
  text-align: center;
  margin-top: 0.2vw;
}

.gift__phone {
  margin-top: 1vw;
  padding: 1.62vw 1.5vw;
  border: none;
  width: 100%;
  box-shadow: 0 0.2083vw 4.5312vw rgba(40, 39, 40, 0.05);
  border-radius: .37vw;
  background-color: rgba(255, 255, 255, 0.8);
  color: #929292;
  font-family: 'Futura PT Light', sans-serif;
  font-size: .9375vw;
}

.gift__phone::-moz-placeholder {
  font-family: 'Futura PT Light', sans-serif;
  font-size: .9375vw;
}

.gift__phone:-ms-input-placeholder {
  font-family: 'Futura PT Light', sans-serif;
  font-size: .9375vw;
}

.gift__phone::placeholder {
  font-family: 'Futura PT Light', sans-serif;
  font-size: .9375vw;
}

.gift__phone:focus {
  outline: none;
}

.gift .iti {
  margin-bottom: 0 !important;
}

.contacts {
  padding: 1.9vw 0 .5vw;
  background: url("../img/certificates/bg.png") center center/cover no-repeat;
  position: relative;
}

.contacts::after {
  content: '';
  position: absolute;
  top: -18.3vw;
  right: 0;
  z-index: 1;
  width: 21.7708vw;
  height: 41.6145vw;
  background: url("../img/contacts/after.png") center left/cover no-repeat;
}

.contacts__wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 2vw;
}

.contacts__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.contacts__item--links {
  max-width: 20%;
}

.contacts__item--menu {
  max-width: 23%;
}

.contacts__item--advantages {
  max-width: 36%;
}

.contacts__subtitle {
  font-family: 'Futura PT Heavy', sans-serif;
  font-size: 1.4583vw;
  margin-bottom: 0.6vw;
  text-align: left;
}

.contacts__subtitle--inline {
  display: inline-block;
}

.contacts-links__item {
  margin-bottom: 1.1vw;
}

.contacts-links__item a {
  transition: color .3s ease;
}

.contacts-links__item a:hover {
  color: #2b8cb7;
  transition: color .3s ease;
}

.contacts-links__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 1.6vw;
  position: relative;
}

.contacts-links__list--socials {
  display: inline-flex;
  flex-direction: row;
  padding-left: 0;
  margin-left: 0.15vw;
}

.contacts-links__image {
  width: 1.0416vw;
  height: 1.0416vw;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.contacts-links__image--marker {
  width: .9895vw;
  height: 1.1979vw;
}

.contacts-links__link {
  color: #282728;
  font-family: 'Futura PT Demi', sans-serif;
  font-size: 1.25vw;
  margin-bottom: 0.2vw;
  letter-spacing: .03vw;
  line-height: 1.13;
  transition: color .3s ease;
}

.contacts-links__descr {
  font-family: 'Futura PT Medium', sans-serif;
  font-size: .9375vw;
}

.contacts-links__descr span {
  font-size: .99vw;
}

.contacts-links__social-link {
  width: 1.5625vw;
  height: 1.5625vw;
  margin-right: 0.3vw;
  margin-bottom: 0.1vw;
  transition: transform .3s ease !important;
}

.contacts-links__social-link:hover {
  transform: scale(1.1);
  transition: transform .3s ease !important;
}

.contacts-menu__list {
  margin-top: .4vw;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contacts-menu__item {
  margin-bottom: 1.08vw;
}

.contacts-menu__link {
  font-family: 'Futura PT Medium', sans-serif;
  font-size: .8333vw;
  transition: color .3s ease;
}

.contacts-menu__link:hover {
  color: #49a340;
  text-decoration: none;
  transition: color .3s ease;
}

.contacts-menu__link--underline {
  text-decoration: underline;
  color: #2b8cb7;
}

.contacts-advantages__item {
  margin-top: .9vw;
  margin-bottom: 0.4vw;
  padding-left: 3.2vw;
  position: relative;
}

.contacts-advantages__item::before {
  content: '';
  position: absolute;
  width: 1.875vw;
  height: 1.875vw;
  background: url("../img/icons/check.png") center center/40% no-repeat;
  background-color: #30a55d;
  border-radius: 50%;
  top: 55%;
  left: 0.2291vw;
  transform: translateY(-50%);
}

.contacts-advantages__title {
  margin-bottom: 0.6vw;
  font-family: 'Futura PT Demi', sans-serif;
  font-size: 1.0416vw;
  text-align: left;
}

.contacts-advantages__descr {
  margin-bottom: 0.2vw;
  font-family: 'Futura PT Book', sans-serif;
  font-size: .8333vw;
}

.map {
  padding: .3vw 0 3.2291vw;
  background-color: #fefefe;
}

.map-inner {
  margin-top: .4vw;
  border-radius: 2vw;
  overflow: hidden;
  position: relative;
  height: 350px;
}

.map #map {
  height: 20.2291vw;
  border-radius: 2vw;
}

.map__block {
  background-color: transparent;
  width: 100%;
  max-width: 24.7916vw;
  position: absolute;
  bottom: 0;
  left: 5.4166vw;
  z-index: 199;
}

.map__title {
  font-family: 'Futura PT Heavy', sans-serif;
  font-size: 1.4583vw;
  text-align: left;
  line-height: 1.05;
}

.map__wrapper {
  margin-top: 1vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.map__image {
  width: 100%;
  max-width: 11.9791vw;
  max-height: 9.1145vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.5rem;
  overflow: hidden;
}

.footer {
  padding: 1.4vw 0 1.7vw;
  background-color: #49a340;
}

.footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__text {
  color: #ffffff;
  font-family: 'Futura PT Medium', sans-serif;
  font-size: .7291vw;
  text-align: center;
}

.footer__link {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  position: relative;
  padding-bottom: 0.1562vw;
}

.footer__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: .1562vw;
  background: url("../img/footer/dots.png") left center/contain repeat-x;
  transition: all .4s;
}

.footer__link:hover::after {
  width: 40%;
  transition: all .4s;
}

.footer__author {
  text-decoration: underline;
  color: #ffffff;
  font-family: 'Futura PT Medium', sans-serif;
  font-size: .7291vw;
}

.lead {
  padding: 2vw 18.2166vw 2.8416vw 0;
  margin-top: 3.2083vw;
  position: relative;
}

.lead__image {
  position: absolute;
  top: 0;
  right: -10vw;
  width: 31vw;
  z-index: 0;
  display: flex;
  align-items: flex-start;
}

.lead__descr {
  font-family: 'Futura PT Book', sans-serif;
  font-size: 1.25vw;
  position: relative;
  z-index: 1;
  margin-bottom: 1.4833vw;
}

.lead__descr span {
  display: block;
  font-family: 'Futura PT Heavy', sans-serif;
}

.lead__title {
  font-family: 'Futura PT Heavy', sans-serif;
  font-size: 2.5vw;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  text-align: left;
  margin-bottom: 1.4833vw;
}

.lead__subtitle {
  font-family: 'Futura PT Book', sans-serif;
  font-size: 1.875vw;
  margin-bottom: 1.8645vw;
  text-align: left;
  position: relative;
}

.lead__form {
  width: 100%;
  margin-top: 1vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.lead__form-title {
  text-align: left;
  font-family: 'Futura PT Medium', sans-serif;
  font-size: .9375vw;
  margin-bottom: 0.8333vw;
  width: 100%;
}

.lead__phone-input {
  width: 100%;
  max-width: 13.9062vw;
  margin-right: 1.1979vw;
}

.lead-radio__items {
  display: flex;
  justify-content: center;
  margin-right: 0.4vw;
}

.lead-radio__item {
  margin: 0 .3vw;
}

.lead-radio__item:first-child {
  margin-left: 0;
}

.lead-radio__item:last-child {
  margin-right: 0;
}

.lead-radio__button {
  min-width: 4.5312vw;
  border-radius: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding: .63vw .3vw;
}

.lead-radio__input {
  display: none;
  font-size: 0;
  opacity: 0;
}

.lead-radio__input:checked ~ .lead-radio__button {
  background-color: #ffffff;
  box-shadow: 0 0.3645vw 1.4062vw rgba(40, 40, 40, 0.1);
}

.lead-radio__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.6041vw;
  height: 2.6041vw;
}

.lead-radio__text {
  font-family: 'Futura PT Book', sans-serif;
  font-size: .7812vw;
  text-align: center;
  margin-top: 0.2vw;
}

.lead__phone {
  margin-top: 1vw;
  padding: 1.62vw 1.5vw;
  border: none;
  width: 100%;
  box-shadow: 0 0.2083vw 4.5312vw rgba(40, 39, 40, 0.05);
  border-radius: .37vw;
  background-color: rgba(255, 255, 255, 0.8);
  color: #929292;
  font-family: 'Futura PT Light', sans-serif;
  font-size: .9375vw;
}

.lead__phone::-moz-placeholder {
  font-family: 'Futura PT Light', sans-serif;
  font-size: .9375vw;
}

.lead__phone:-ms-input-placeholder {
  font-family: 'Futura PT Light', sans-serif;
  font-size: .9375vw;
}

.lead__phone::placeholder {
  font-family: 'Futura PT Light', sans-serif;
  font-size: .9375vw;
}

.lead__phone:focus {
  outline: none;
}

.lead .iti {
  margin-bottom: 0 !important;
}

@media (max-width: 1500px) {
  html {
    font-size: 11px;
  }
  .container {
    max-width: 78vw;
    padding: 0 .9vw;
  }
  .header__top {
    font-size: .9vw;
    padding-left: 0;
  }
  .header-logo {
    max-width: 12.5vw;
  }
  .header-logo__img {
    width: 4.6vw;
    height: 4.6vw;
    margin-right: .8vw;
  }
  .header__text {
    max-width: 12vw;
  }
  .header__text::before {
    top: -0.9875vw;
    left: 0;
    width: 5.11vw;
    height: 0.6729vw;
  }
  .header-delivery {
    max-width: 9.904vw;
  }
  .header-delivery__image {
    width: 3.51vw;
    height: 2.375vw;
    margin-right: .464vw;
  }
  .header-socials {
    max-width: 6.708vw;
  }
  .header-socials__text {
    font-size: .825vw;
    margin-bottom: 0.425vw;
  }
  .header-socials__link {
    width: 1.9625vw;
    height: 1.9625vw;
    margin-right: 0.2vw;
    margin-top: 0.1vw;
  }
  .header-links__text {
    padding-left: 0.625vw;
    margin-bottom: 0.219vw;
  }
  .header-links__text::before {
    width: 0.395vw;
    height: 0.395vw;
  }
  .header-links__item {
    font-size: 1.1375vw;
    margin-bottom: 0.3vw;
  }
  .header-menu {
    margin-top: 2.1vw;
  }
  .header-menu__item {
    margin: 0.42vw .3vw;
  }
  .header-menu__link {
    font-size: 0.88vw;
    padding: 0.481vw;
  }
  .btn {
    font-size: 0.77vw;
  }
  .btn-forms {
    font-size: 1.1vw;
    max-width: 15vw;
  }
  .btn-quiz {
    padding: 1.1vw 4vw;
  }
  .btn-quiz__hint {
    width: 100%;
    font-size: 1vw;
  }
  .btn-quiz__text {
    font-size: 1.4vw;
  }
  .btn-submit {
    font-family: 'Futura PT Demi', sans-serif;
    font-size: 0.9291vw;
    padding: .883vw 1.3479vw .775vw 1.2958vw;
    letter-spacing: .08vw;
    border-radius: 10px;
  }
  .btn-order {
    font-size: 1.6vw;
    padding: 1.2vw 1vw;
  }
  .btn-call {
    font-size: 1.1vw;
    padding: .5vw 1vw;
  }
  .btn-product {
    max-width: 49%;
    margin-left: 1%;
    font-size: 1.4vw;
    padding: 1.793rem 2rem;
  }
  .btn-free {
    max-width: 80%;
    font-size: 1.3vw;
    padding: 1.2vw 0.6vw;
  }
  .btn-top {
    font-size: 1.4vw;
    padding: 1vw 1.4vw;
  }
  .btn-back {
    font-size: 1.3vw;
    max-width: 24vw;
  }
  .btn-404 {
    font-size: 1.4vw;
  }
  .discount__wrapper {
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
  }
  .differences-left {
    max-width: 35vw;
  }
  .differences-left .differences__list {
    padding: 1.8937vw 2.4191vw 3.2vw 3.9vw;
  }
  .differences-left .btn-blue {
    font-size: 1.2vw;
    padding-top: 1.4vw;
    padding-bottom: 1.4vw;
  }
  .differences-right {
    max-width: 35vw;
  }
  .differences__list {
    padding: 1.8937vw 2.4191vw 2vw 4.2vw;
  }
  .differences__title {
    font-size: 1.6vw;
  }
  .differences__descr {
    font-size: 1.15vw;
  }
  .effect__title {
    font-size: 1.6vw;
  }
  .effect__descr {
    font-size: 1.2vw;
  }
  .forms__subtitle {
    font-size: 2.175vw;
  }
  .forms__wrapper {
    margin-top: 2.4vw;
  }
  .forms-item {
    max-width: 31%;
  }
  .forms-item__title {
    font-size: 1.85vw;
    padding: 0.5vw 2.0937vw 0.5458vw;
    position: relative;
  }
  .forms-item__block {
    padding: 1.7625vw 2vw 2.7854vw 2vw;
  }
  .forms-item__descr {
    font-size: 1.4416vw;
  }
  .forms-item__image {
    margin: 1.4vw -1.3vw 0;
    height: 16.5833vw;
    width: calc(100% + 2.6vw);
  }
  .forms-item__image img {
    width: 90%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .forms-item__image::after {
    content: '';
    width: 5.2479vw;
    height: 5.2479vw;
  }
  .forms-item__data {
    margin-top: .6vw;
  }
  .forms-item__volume {
    font-size: 1.4375vw;
  }
  .forms-item__volume span {
    margin-right: 0.32vw;
  }
  .forms-item__availability {
    font-size: 1.2333vw;
    padding-left: 1.3728vw;
  }
  .forms-item__availability::before {
    width: 1.1333vw;
    height: 1.1333vw;
  }
  .forms-item__delivery {
    margin: 1.5vw 0 1vw;
    padding: 1.4062vw 1vw 1.8vw;
  }
  .forms-item__delivery-item {
    padding-left: 3vw;
    margin-bottom: 1.3vw;
    font-size: 1.1333vw;
  }
  .forms-item__delivery-item:first-child::before {
    width: 2.066vw;
    height: 1.4458vw;
    background-image: url("../img/forms/delivery.png");
  }
  .forms-item__delivery-item:last-child {
    margin-bottom: 0;
  }
  .forms-item__delivery-item:last-child::before {
    width: 1.8062vw;
    height: 1.58vw;
    background-image: url("../img/forms/pay.png");
  }
  .forms-item__price-new {
    font-size: 1.3375vw;
  }
  .forms-item__price-new span {
    font-family: 'Futura PT Heavy', sans-serif;
    font-size: 3.1vw;
  }
  .forms-item__price-old {
    font-size: 1.2375vw;
  }
  .forms-item__price-old span {
    font-size: 3vw;
  }
  .forms-item__price-old span::after {
    height: 0.2vw;
  }
  .forms-item__modal {
    padding-bottom: 0.2162vw;
    margin-top: 3.6458vw;
    font-size: 1.2vw;
  }
  .forms-item__modal:hover::after {
    width: 40%;
    transition: all .4s;
  }
  .certificates {
    margin-top: 0;
  }
  .certificates__title {
    font-size: 1.6vw;
  }
  .certificates__wrapper {
    margin-top: 2.7vw;
  }
  .certificates-left {
    max-width: 34vw;
  }
  .certificates-left__big-image {
    margin-top: 1.606vw;
  }
  .certificates-left__images-row {
    margin-top: .9vw;
  }
  .certificates-left__image-item {
    width: 31%;
    border-radius: 15%;
  }
  .certificates-right {
    max-width: 38vw;
  }
  .certificates-right__wrapper {
    margin-top: .9vw;
  }
  .certificates-right__image {
    width: 8.8vw;
  }
  .certificates-slider {
    margin-top: .9vw;
    align-items: center;
  }
  .certificates-slider .certificates__title {
    display: inline-block;
    max-width: 80%;
  }
  .certificates-slider__navigation {
    max-width: 15%;
  }
  .certificates-slider__prev, .certificates-slider__next {
    width: 0.8687vw;
    height: 1.4vw;
  }
  .certificates-slider__count {
    font-size: 1.33vw;
  }
  .certificates-slider__wrapper {
    margin-top: 1.3vw;
  }
  .certificates-slider__slide {
    padding: 1.4062vw 3.0979vw 1.625vw 2.1875vw;
  }
  .certificates-slider__photo {
    width: 6.6083vw;
    height: 6.6083vw;
    margin-right: 1.502vw;
  }
  .certificates-slider__photo::after {
    width: 1.5541vw;
    height: 1.1937vw;
  }
  .certificates-slider__name {
    font-size: 1.7vw;
  }
  .certificates-slider__descr {
    font-size: .9291vw;
    margin-top: 0.2729vw;
  }
  .certificates-slider__review {
    font-size: .9291vw;
    margin-top: 1.1vw;
  }
  .certificates-slider__review.hide {
    height: 3.6vw !important;
  }
  .certificates-slider__more {
    font-size: 1.1vw;
  }
  .reviews__wrapper {
    margin-top: 2.5vw;
  }
  .reviews-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .reviews-tabs__item {
    max-width: 15.4166vw;
    font-size: 1.4375vw;
    padding: 1.3262vw .7907vw;
    margin: 0 .7989vw;
  }
  .reviews-content {
    margin-top: 3vw;
  }
  .reviews__subtitle {
    font-size: 1.55vw;
    margin-bottom: 2vw;
  }
  .reviews-video__slider {
    margin-left: 15vw;
    margin-right: 15vw;
  }
  .reviews-text__wrapper .slick-arrow,
  .reviews-video__wrapper .slick-arrow {
    width: 4.1062vw;
    height: 4.1062vw;
  }
  .reviews-text__wrapper .slick-arrow::after,
  .reviews-video__wrapper .slick-arrow::after {
    width: 0.7729vw;
    height: 1.3458vw;
  }
  .reviews-text__wrapper .slick-dots,
  .reviews-video__wrapper .slick-dots {
    bottom: -2.5vw;
  }
  .reviews-text__wrapper .slick-dots li,
  .reviews-video__wrapper .slick-dots li {
    width: .5929vw;
    height: .5408vw;
  }
  .reviews-text__wrapper .slick-dots li.slick-active::before,
  .reviews-video__wrapper .slick-dots li.slick-active::before {
    width: 1.1895vw;
    height: 1.1895vw;
  }
  .reviews-text__slider {
    margin: 0 -1.6458vw;
  }
  .reviews-text__slider .slick-track {
    display: flex;
  }
  .reviews-text__slide {
    padding: 2.0833vw 2vw 2.3729vw 2vw;
    margin: 0 1.6458vw;
  }
  .reviews-text__photo {
    width: 7.2083vw;
    height: 7.2083vw;
    margin-right: 2vw;
  }
  .reviews-text__name {
    font-size: 1.9625vw;
  }
  .reviews-text__age {
    font-size: 1.2vw;
    padding: 0.647vw 1.1636vw;
    margin-top: .5208vw;
  }
  .reviews-text__content {
    margin-top: 1.3979vw;
  }
  .reviews-text__content-item {
    padding-bottom: 0.5vw;
    margin-bottom: 0.9vw;
  }
  .reviews-text__content-item::after {
    height: 0.0651vw;
  }
  .reviews-text__descr {
    font-size: 1.2vw;
    margin-bottom: 0.6vw;
  }
  .reviews-text__value {
    font-size: 1.4vw;
  }
  .reviews-text__stars {
    max-width: 5.1479vw;
    margin-left: 0.5vw;
  }
  .reviews-doctors__wrapper {
    max-width: 23.802vw;
  }
  .reviews-clients__wrapper {
    max-width: calc(100% - 24vw);
  }
  .reviews-clients__slider .slick-dots {
    left: 2vw;
  }
  .quiz::after {
    top: -2.5vw;
    right: 0;
    width: 16.3229vw;
    height: 25.177vw;
  }
  .quiz__item--semifinal {
    padding-left: 0;
  }
  .quiz__item--semifinal .policy__text {
    font-size: 1vw;
  }
  .quiz__item--semifinal .policy__check {
    width: 1vw;
    height: 1vw;
    border-radius: .3083vw;
  }
  .quiz__item--semifinal .policy__check img {
    width: 80%;
  }
  .quiz-form {
    max-width: 45vw;
  }
  .quiz-right {
    max-width: 20vw;
    padding: 2vw 3vw;
  }
  .quiz-right__title {
    font-size: 2.4vw;
  }
  .quiz-right__descr {
    font-size: 1.6vw;
    margin-top: 0.6vw;
  }
  .quiz-right__description {
    font-size: 1.3vw;
    margin-top: 0.6vw;
  }
  .quiz-right__subtitle {
    font-size: 1.75vw;
  }
  .quiz-right--final {
    max-width: 23vw;
  }
  .quiz-right--final .quiz-right__title {
    font-size: 2vw;
  }
  .quiz-right--final .quiz-right__descr {
    font-size: 3.9vw;
  }
  .quiz-right--final .quiz-right__img::after {
    width: 5.333vw;
    height: 5.333vw;
  }
  .quiz-right--final .quiz-right__description {
    font-size: 1.1vw;
  }
  .quiz-right--final .quiz-right__description span {
    font-size: 1.55vw;
  }
  .quiz-progress__title {
    font-size: 1.4vw;
  }
  .quiz-progress__bar {
    margin-top: 0.9vw;
    height: 1.55vw;
    border-radius: 1.6vw;
  }
  .quiz-progress__inner {
    height: 1.55vw;
    border-radius: 1.25vw;
  }
  .quiz__items {
    margin-top: 1.05vw;
  }
  .quiz__title-question {
    font-size: 1.9vw;
  }
  .quiz-options {
    margin-top: 2.2vw;
  }
  .quiz-options--blocks .quiz-option {
    max-width: 32%;
  }
  .quiz-options--blocks .quiz-option__wrapper {
    min-height: 13.1458vw;
    margin-bottom: 0.9vw;
  }
  .quiz-options--blocks .quiz-option__check-image {
    width: 2.8041vw;
    height: 2.8041vw;
  }
  .quiz-option {
    max-width: 47.5%;
    margin-bottom: 0.8vw;
  }
  .quiz-option__value {
    font-size: 1.4vw;
  }
  .quiz-option__checkbox {
    width: 2vw;
    height: 2vw;
    margin-right: 0.9vw;
  }
  .quiz-option__checkbox::before {
    width: 1.3979vw;
    height: 1.3979vw;
  }
  .quiz-option__checkbox img {
    width: 0.773vw;
  }
  .quiz-click__img {
    width: 2.6vw;
    height: 1.9vw;
    margin-right: 1.4vw;
  }
  .quiz-click__text {
    max-width: 13vw;
    font-size: 1.1vw;
  }
  .quiz-semifinal__title {
    font-size: 2.5vw;
  }
  .quiz-semifinal__subtitle {
    font-size: 1.3541vw;
  }
  .quiz-semifinal__wrapper {
    margin-top: 1.2vw;
  }
  .quiz-semifinal__form {
    max-width: 20vw;
    margin-right: 1vw;
  }
  .quiz-semifinal__form-title {
    font-size: 1.275vw;
    margin-bottom: 0.8333vw;
  }
  .quiz-semifinal-radio__items {
    margin-top: 0.5vw;
    margin-bottom: 0.9vw;
  }
  .quiz-semifinal-radio__item {
    max-width: 5.5312vw;
    margin: 0 1%;
    border-radius: 1vw;
    padding: .82vw .39vw;
  }
  .quiz-semifinal-radio__icon {
    width: 2.8041vw;
    height: 2.8041vw;
  }
  .quiz-semifinal-radio__text {
    font-size: .9vw;
  }
  .quiz-semifinal__phone {
    font-size: 1.2vw;
  }
  .quiz-semifinal__phone::-moz-placeholder {
    font-size: 1.2vw;
  }
  .quiz-semifinal__phone:-ms-input-placeholder {
    font-size: 1.2vw;
  }
  .quiz-semifinal__phone::placeholder {
    font-size: 1.2vw;
  }
  .quiz-semifinal__description {
    font-size: 0.9vw;
  }
  .quiz--page {
    padding-top: 3.7312vw;
    padding-bottom: 9vw;
  }
  .quiz--page::after {
    top: 11vw;
  }
  .policy__text {
    font-size: 1vw;
  }
  .policy-gift {
    max-width: 25vw;
  }
  .policy-gift .policy__text {
    font-size: .9vw;
  }
  .policy-product {
    max-width: 70%;
  }
  .policy-product .policy__text {
    font-size: 1.1vw;
    padding-left: 1.7vw;
  }
  .policy-product .policy__check {
    width: 1.3vw;
    height: 1.3vw;
  }
  .policy-free {
    max-width: 90%;
  }
  .policy-free .policy__text {
    font-size: 1.1vw;
    padding-left: 1.7vw;
  }
  .policy-free .policy__check {
    width: 1.3vw;
    height: 1.3vw;
  }
  .faq__item {
    padding-left: 2.2vw;
    padding-right: 1.4vw;
    padding-bottom: 2.2vw;
    margin-bottom: 1.4vw;
  }
  .faq__item.active .faq__content {
    max-height: 72.0833vw;
  }
  .faq__item::after {
    height: 0.1441vw;
  }
  .faq__item-top {
    padding-bottom: .8vw;
  }
  .faq__item-title {
    font-size: 1.3vw;
  }
  .faq__arrow {
    width: 1.4375vw;
    height: 1.2291vw;
  }
  .faq__icon {
    width: 2.9437vw;
    height: 2.9437vw;
    font-size: 1.3333vw;
    line-height: 2.9437vw;
  }
  .faq__content {
    font-size: 1.1333vw;
  }
  .faq-bottom__title {
    font-size: 1.8625vw;
    max-width: 13vw;
  }
  .faq-bottom__text {
    max-width: 21vw;
  }
  .faq-bottom__text p {
    font-size: 1.6vw;
    margin-bottom: 0.4vw;
  }
  .faq-bottom__name {
    font-size: 2.6916vw;
  }
  .order {
    padding-top: 3vw;
  }
  .order .title {
    padding: 0 8vw;
  }
  .order__wrapper-item {
    width: 100%;
    max-width: 30%;
  }
  .order__icon {
    width: 4.4375vw;
    height: 4.4375vw;
    font-size: 1.75vw;
    line-height: 4.4375vw;
  }
  .order__item {
    max-width: 100%;
    padding: 2.1vw 2vw 2.1vw;
  }
  .order__title {
    font-size: 2vw;
  }
  .order__descr {
    font-size: 1.65vw;
    margin-top: .9vw;
  }
  .order__link {
    font-size: 1.8625vw;
    margin-top: 0.4vw;
  }
  .contacts::after {
    top: -11.3vw;
    width: 16.7708vw;
    height: 31.6145vw;
  }
  .contacts__item--links {
    max-width: 25%;
  }
  .contacts__item--menu {
    max-width: 26%;
  }
  .contacts__item--advantages {
    max-width: 40%;
  }
  .contacts__subtitle {
    font-family: 'Futura PT Heavy', sans-serif;
    font-size: 1.8vw;
    margin-bottom: 1vw;
  }
  .contacts-links__item {
    margin-bottom: 1.3vw;
  }
  .contacts-links__list {
    padding-left: 1.7vw;
  }
  .contacts-links__image {
    width: 1.1416vw;
    height: 1.1416vw;
  }
  .contacts-links__image--marker {
    width: 1.1895vw;
    height: 1.3979vw;
  }
  .contacts-links__link {
    font-size: 1.35vw;
  }
  .contacts-links__descr {
    font-family: 'Futura PT Medium', sans-serif;
    font-size: 1.3vw;
  }
  .contacts-links__descr span {
    font-size: 1.1vw;
  }
  .contacts-links__social-link {
    width: 2.1625vw;
    height: 2.1625vw;
    margin-right: 0.6vw;
    margin-bottom: 0.4vw;
  }
  .contacts-menu__list {
    margin-top: .6vw;
  }
  .contacts-menu__item {
    margin-bottom: 0.8vw;
  }
  .contacts-menu__link {
    font-family: 'Futura PT Medium', sans-serif;
    font-size: 1.3vw;
  }
  .contacts-advantages__item {
    margin-top: 1vw;
    margin-bottom: 0.6vw;
  }
  .contacts-advantages__title {
    font-size: 1.416vw;
  }
  .contacts-advantages__descr {
    margin-bottom: 0.3vw;
    font-size: 1.1333vw;
  }
  .map__title {
    font-size: 1.7vw;
  }
  .map__block {
    max-width: 29.7916vw;
    left: 6.4166vw;
  }
  .map__image {
    width: 100%;
    max-width: 13.9791vw;
    max-height: 11.1145vw;
  }
  .map #map {
    height: 20vw;
  }
  .footer__text {
    font-size: 1.391vw;
  }
  .footer__link::after {
    height: .1762vw;
  }
  .footer__author {
    font-size: 1.1291vw;
  }
  .to_top {
    position: fixed;
    right: 3vw;
    bottom: 2vw;
    width: 4.5vw;
    height: 4.5vw;
    padding: 1vw;
  }
  .to_top::before {
    border: 1.1vw solid transparent;
    border-bottom: 1.4vw solid #fff;
  }
  .modal__close {
    width: 1.902vw;
    height: 1.902vw;
    top: 1.5vw;
    right: 1.8vw;
  }
  .modal__close::before, .modal__close::after {
    width: .3562vw;
    border-radius: .1562vw;
  }
  .modal__politics {
    top: 6vw;
    padding: 2.2vw 2.375vw;
    width: 70vw;
  }
  .modal__politics h2 {
    font-size: 2.604vw;
    margin-bottom: 0.2vw;
  }
  .modal__politics h3 {
    font-size: 1.904vw;
    margin-top: 1.1vw;
    margin-bottom: 0.4vw;
  }
  .modal__politics p {
    font-size: 1.2vw;
    margin-bottom: 0.2vw;
  }
  .modal-call {
    max-width: 70vw;
    padding: 2.5vw 25vw 2.5vw 3vw;
  }
  .modal-call__specialist {
    top: 3vw;
    right: 19.2395vw;
    max-width: 10vw;
  }
  .modal-call__specialist-descr {
    font-size: 1.2vw;
  }
  .modal-call__specialist-name {
    font-size: 1.8vw;
    line-height: 1.1;
  }
  .modal-call__title {
    font-size: 2.8vw;
    margin-bottom: 1.6vw;
    line-height: 1.1;
  }
  .modal-call__advantages {
    margin-bottom: 1.2vw;
  }
  .modal-call__advantages-item {
    padding-left: 1.8vw;
    margin-right: 2vw;
    position: relative;
  }
  .modal-call__advantages-item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1.5vw;
    height: 1.5vw;
  }
  .modal-call__advantages-text {
    font-size: 1.4vw;
    line-height: 1.1;
  }
  .modal-call__phone-input {
    width: 100%;
    max-width: 15vw;
    margin-right: 1.3vw;
  }
  .modal-call__phone {
    font-size: 1.2vw;
  }
  .modal-call__phone::-moz-placeholder {
    font-size: 1.2vw;
  }
  .modal-call__phone:-ms-input-placeholder {
    font-size: 1.2vw;
  }
  .modal-call__phone::placeholder {
    font-size: 1.2vw;
  }
  .modal-product {
    max-width: 70vw;
    top: 4vw;
    padding-bottom: 3vw;
  }
  .modal-product__top {
    margin-bottom: 3vw;
  }
  .modal-product__certificates {
    max-width: 40%;
    min-height: 30vw;
    padding-top: 5vw;
    justify-content: center;
  }
  .modal-product__certificates-image {
    width: 100%;
  }
  .modal-product__certificates-image img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .modal-product__certificates-link {
    font-size: 1.2vw;
    padding: 0 0 0.2vw;
    margin-bottom: 2.5vw;
    margin-top: 4vw;
  }
  .modal-product__certificates-link::after {
    height: .1762vw;
  }
  .modal-product__certificates-item {
    display: none;
  }
  .modal-product__availability {
    font-size: 1.3vw;
    padding-left: 1.3vw;
  }
  .modal-product__availability::before {
    width: 1.1vw;
    height: 1.1vw;
  }
  .modal-product__data {
    max-width: 55%;
  }
  .modal-product__data p {
    font-size: 1.5vw;
    margin-bottom: .3vw;
  }
  .modal-product__title {
    font-size: 1.8vw;
  }
  .modal-product__item p {
    font-size: 1.22vw;
    margin-bottom: .2vw;
  }
  .modal-product__item ul li {
    font-size: 1.22vw;
    margin-bottom: .2vw;
  }
  .modal-product__item ul li::before {
    padding-right: .25vw;
  }
  .modal-product__prices {
    margin-top: 1.2vw;
  }
  .modal-product__price-new {
    font-size: 1.5vw;
    margin-right: 1.6vw;
  }
  .modal-product__price-new span {
    font-size: 3.5vw;
  }
  .modal-product__price-old {
    font-size: 1.5vw;
  }
  .modal-product__price-old span {
    font-size: 3.5vw;
    position: relative;
  }
  .modal-product__price-old span::after {
    height: 0.3vw;
  }
  .modal-product__advantages {
    margin-bottom: 3vw;
  }
  .modal-product__advantages-item::before {
    width: 2vw;
    height: 2vw;
  }
  .modal-product__advantages-text {
    font-size: 1.3vw;
  }
  .modal-product__form {
    max-width: 75%;
  }
  .modal-product__form-title {
    font-size: 1.7vw;
    margin-bottom: 1.1vw;
  }
  .modal-product__form .iti {
    width: 100%;
    max-width: 50%;
    margin-bottom: 0;
  }
  .modal-product__delivery {
    max-width: 23%;
  }
  .modal-product__delivery::after {
    width: 0.09vw;
    height: 35%;
  }
  .modal-product__delivery-item {
    padding-left: 3vw;
    font-size: 1.1vw;
  }
  .modal-product__delivery-item:first-child::before {
    width: 2.466vw;
    height: 1.7458vw;
  }
  .modal-product__delivery-item:last-child::before {
    width: 2.27vw;
    height: 2.07vw;
  }
  .modal-product__inputs-item {
    margin-bottom: 0.725vw;
    flex-grow: 1;
  }
  .modal-product__label {
    font-size: 1.18vw;
    margin-bottom: 0.15vw;
    text-align: center;
  }
  .modal-product__label--data {
    max-width: 100%;
  }
  .modal-product__quantity {
    max-width: 9vw;
    padding: .6vw 1.5vw;
  }
  .modal-product__quantity .minus,
  .modal-product__quantity .plus {
    font-size: 1.7vw;
    padding: 0 0.4vw;
  }
  .modal-product__quantity-number {
    font-size: 1.4vw;
    margin: 0 0.6vw;
  }
  .modal-product__input {
    padding: 0.95vw 1.7708vw;
    font-size: 1.2vw;
  }
  .modal-product__input::-moz-placeholder {
    font-size: 1.2vw;
  }
  .modal-product__input:-ms-input-placeholder {
    font-size: 1.2vw;
  }
  .modal-product__input::placeholder {
    font-size: 1.2vw;
  }
  .modal-product__input-quantity {
    flex-grow: 0;
    margin-right: 1vw;
  }
  .modal-product__phone {
    font-size: 1.2vw;
  }
  .modal-product__phone::-moz-placeholder {
    font-size: 1.2vw;
  }
  .modal-product__phone:-ms-input-placeholder {
    font-size: 1.2vw;
  }
  .modal-product__phone::placeholder {
    font-size: 1.2vw;
  }
  .modal-product__description {
    font-size: 1.3vw;
    margin-top: 1.1vw;
  }
  .modal-order {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .modal-order__buttons {
    margin-bottom: 0.7vw;
  }
  .modal-order__buttons label {
    max-width: 50%;
  }
  .modal-order__buttons-label {
    font-size: 1.2vw;
    margin-bottom: 0.6vw;
  }
  .modal-order__button {
    font-size: 1.3vw;
  }
  .modal-free {
    max-width: 60vw;
    padding: 4vw 5vw;
  }
  .modal-free__image {
    width: 23vw;
  }
  .modal-free__title {
    font-size: 3vw;
    margin-bottom: 1.3vw;
  }
  .modal-free__descr {
    font-size: 1.8vw;
    margin-bottom: 1vw;
    line-height: 1.1;
  }
  .modal-free__descr span {
    display: block;
    font-size: 1.3vw;
    text-transform: uppercase;
  }
  .modal-free__form {
    max-width: 60%;
    margin-top: 3.2vw;
  }
  .modal-free__form-title {
    font-size: 1.4vw;
    margin-bottom: 1vw;
  }
  .modal-free__phone {
    max-width: 80%;
    margin-bottom: 1.4vw;
  }
  .modal-free__phone-input {
    font-size: 1.3vw;
  }
  .modal-free__phone-input::-moz-placeholder {
    font-family: 'Futura PT Light', sans-serif;
    font-size: 1.3vw;
  }
  .modal-free__phone-input:-ms-input-placeholder {
    font-family: 'Futura PT Light', sans-serif;
    font-size: 1.3vw;
  }
  .modal-free__phone-input::placeholder {
    font-family: 'Futura PT Light', sans-serif;
    font-size: 1.3vw;
  }
  .modal-free__radio-items {
    margin-bottom: 1.4vw;
  }
  .modal-free__radio-item {
    margin: 0 .5vw;
  }
  .modal-free__radio-button {
    min-width: 6vw;
    padding: .8vw .3vw;
  }
  .modal-free__radio-icon {
    width: 3vw;
    height: 3vw;
  }
  .modal-free__radio-text {
    font-size: 1.1vw;
    margin-top: 0.3vw;
  }
  .lead {
    margin-top: 3vw;
  }
  .lead__image {
    right: -2vw;
    width: 31vw;
  }
  .top--quiz {
    padding-bottom: 6vw;
  }
  .top--quiz .top__content {
    max-width: 100%;
    padding-right: 50%;
  }
  .top--quiz .top__title {
    font-size: 3vw;
  }
  .top--quiz .top__title br {
    display: none;
  }
  .top--quiz .top__descr {
    max-width: 100%;
  }
  .top--quiz .top-specialist {
    right: 25%;
    left: auto;
    top: 2vw;
    text-align: right;
    max-width: 16.5vw;
  }
  .top--quiz .top-specialist__descr {
    font-size: 1.2vw;
  }
  .top--quiz .top-specialist__name {
    font-size: 1.5vw;
  }
  .top--quiz .top-bullets {
    margin-top: 2.5vw;
  }
  .top--quiz .top-bullets__item {
    position: relative;
    padding-left: 2.4vw;
    font-size: 1.1vw;
    width: 31%;
    margin-bottom: 1.4vw;
  }
  .top--quiz .top-bullets__item:nth-child(3n) {
    width: 37%;
  }
  .top--quiz .top-bullets__item::before {
    width: 2vw;
    height: 2vw;
  }
  .top--quiz .top-bottom {
    justify-content: flex-start;
  }
  .top--quiz .top-bottom__text {
    margin-left: 1.5vw;
    font-size: 1.2vw;
    max-width: 17vw;
  }
}

@media (max-width: 1200px) {
  .title {
    font-size: 3vw;
  }
  .container {
    max-width: 100vw;
    padding: 0 1.1vw;
  }
  .header__top {
    font-size: 1vw;
    padding-left: 0;
  }
  .header-logo {
    max-width: 13.7vw;
  }
  .header-logo__img {
    width: 5vw;
    height: 5vw;
    margin-right: .8vw;
  }
  .header__text {
    max-width: 13.5vw;
  }
  .header-delivery {
    max-width: 10.504vw;
  }
  .header-delivery__image {
    width: 3.51vw;
    height: 2.375vw;
    margin-right: .464vw;
  }
  .header-socials {
    max-width: 8.708vw;
  }
  .header-socials__text {
    font-size: 1vw;
    margin-bottom: 0.425vw;
  }
  .header-socials__link {
    width: 2.5625vw;
    height: 2.5625vw;
    margin-right: 0.2vw;
    margin-top: 0.1vw;
  }
  .header-links__text {
    padding-left: 0.625vw;
    margin-bottom: 0.219vw;
  }
  .header-links__text::before {
    width: 0.495vw;
    height: 0.495vw;
  }
  .header-links__item {
    font-size: 1.3375vw;
    margin-bottom: 0.3vw;
  }
  .header-menu {
    margin-top: 2.1vw;
  }
  .header-menu__item {
    margin: 0.32vw .3vw;
  }
  .header-menu__link {
    font-size: 1.1vw;
    padding: 0.381vw;
  }
  .btn {
    font-size: 0.97vw;
  }
  .btn-forms {
    font-size: 1.3vw;
    max-width: 80%;
  }
  .btn-quiz__text {
    font-size: 1.6vw;
  }
  .btn-quiz__hint {
    font-size: 1.3vw;
  }
  .btn-arrow {
    width: 0.665vw;
  }
  .btn-submit {
    font-size: 1.55vw;
  }
  .btn-faq {
    font-size: 1.4vw;
    max-width: 20vw;
  }
  .btn-order {
    font-size: 1.8vw;
  }
  .btn-gift {
    font-size: 1.2vw;
  }
  .btn-call {
    font-size: 1.4vw;
    max-width: 18vw;
  }
  .btn-free {
    font-size: 1.6vw;
  }
  .btn-top {
    font-size: 1.6vw;
    padding: 1.2vw 1.4vw;
    max-width: 20vw;
  }
  .btn-404 {
    font-size: 1.8vw;
    max-width: 24vw;
  }
  .top__title {
    font-size: 4.2vw;
  }
  .top__descr {
    font-size: 2vw;
    max-width: 58vw;
  }
  .top--lead::after {
    width: 23.8645vw;
    height: 34.5833vw;
  }
  .top--quiz {
    padding-bottom: 7vw;
  }
  .top--quiz .top__content {
    max-width: 100%;
    padding-left: 3%;
    padding-right: 40%;
  }
  .top--quiz .top__title {
    font-size: 3.2vw;
  }
  .top--quiz .top__descr {
    font-size: 2.2vw;
    padding-left: 4.2vw;
  }
  .top--quiz .top-specialist {
    top: .5vw;
    max-width: 17vw;
    left: auto;
    right: 0;
  }
  .top--quiz .top-specialist__descr {
    font-size: 1.4vw;
  }
  .top--quiz .top-specialist__name {
    font-size: 1.7vw;
  }
  .top--quiz .top-bullets {
    margin-top: 3vw;
  }
  .top--quiz .top-bullets__item {
    position: relative;
    padding-left: 2.5vw;
    font-size: 1.4vw;
  }
  .top--quiz .top-bullets__item::before {
    width: 2.1vw;
    height: 2.1vw;
  }
  .top--quiz .top-bottom {
    justify-content: flex-start;
  }
  .top--quiz .top-bottom__text {
    margin-left: 1.6vw;
    font-size: 1.4vw;
    max-width: 19vw;
  }
  .top--quiz .circles span {
    width: 0.8vw;
    height: 0.8vw;
  }
  .top--thank .top__descr {
    font-size: 2vw;
  }
  .top--404 .top__title {
    font-size: 3.2vw;
  }
  .video__photo {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    height: 40vw;
  }
  .indications__list {
    width: 100%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .indications__text {
    font-size: 2vw;
  }
  .differences-left {
    max-width: 47vw;
  }
  .differences-left__title {
    font-size: 2.3vw;
  }
  .differences-right {
    max-width: 47vw;
  }
  .differences-right__title {
    font-size: 2.3vw;
  }
  .differences__title {
    font-size: 2vw;
  }
  .differences__descr {
    font-size: 1.45vw;
  }
  .effect__block {
    padding-top: 3vw;
    padding-bottom: 1.5vw;
    background-color: #f4f5f6;
    background-image: none;
  }
  .effect__item {
    margin-bottom: 1.4vw;
    padding-right: 0.3vw;
  }
  .effect__title {
    font-size: 2vw;
  }
  .effect__descr {
    font-size: 1.6vw;
  }
  .forms__subtitle {
    font-size: 2.875vw;
  }
  .forms-item {
    max-width: 32.5%;
  }
  .forms-item__title {
    font-size: 2.4vw;
  }
  .forms-item__descr {
    font-size: 1.9416vw;
  }
  .forms-item__image {
    height: 19.5833vw;
  }
  .forms-item__image::after {
    width: 6.2479vw;
    height: 6.2479vw;
  }
  .forms-item__data {
    margin-top: .8vw;
  }
  .forms-item__volume {
    font-size: 1.8vw;
  }
  .forms-item__volume span {
    margin-right: 0.52vw;
  }
  .forms-item__availability {
    font-size: 1.6333vw;
    padding-left: 2.0728vw;
  }
  .forms-item__availability::before {
    width: 1.7333vw;
    height: 1.7333vw;
  }
  .forms-item__delivery-item {
    padding-left: 3vw;
    margin-bottom: 1.3vw;
    font-size: 1.4833vw;
  }
  .forms-item__delivery-item:first-child::before {
    width: 2.266vw;
    height: 1.5458vw;
    background-image: url("../img/forms/delivery.png");
  }
  .forms-item__delivery-item:last-child {
    margin-bottom: 0;
  }
  .forms-item__delivery-item:last-child::before {
    width: 1.9062vw;
    height: 1.7vw;
    background-image: url("../img/forms/pay.png");
  }
  .forms-item__price-new {
    font-size: 1.8375vw;
  }
  .forms-item__price-new span {
    font-family: 'Futura PT Heavy', sans-serif;
    font-size: 3.7vw;
  }
  .forms-item__price-old {
    font-size: 1.6375vw;
  }
  .forms-item__price-old span {
    font-size: 3.3vw;
  }
  .forms-item__price-old span::after {
    height: 0.3vw;
  }
  .forms-item__modal {
    padding-bottom: 0.2162vw;
    margin-top: 3.6458vw;
    font-size: 1.6vw;
  }
  .certificates__title {
    font-size: 2.2vw;
  }
  .certificates__wrapper {
    margin-top: 3vw;
    align-items: flex-start;
  }
  .certificates-left {
    max-width: 44vw;
  }
  .certificates-left__big-image {
    margin-top: 1.8vw;
  }
  .certificates-left__images-row {
    margin-top: 1vw;
  }
  .certificates-left__image-item {
    width: 32%;
    border-radius: 12%;
  }
  .certificates-right {
    max-width: 48vw;
  }
  .certificates-right__wrapper {
    margin-top: 1vw;
  }
  .certificates-right__image {
    width: 11.7vw;
  }
  .certificates-slider {
    margin-top: 1vw;
    align-items: center;
  }
  .certificates-slider .certificates__title {
    display: inline-block;
    max-width: 80%;
  }
  .certificates-slider__navigation {
    max-width: 15%;
  }
  .certificates-slider__prev, .certificates-slider__next {
    width: 0.9687vw;
    height: 1.9vw;
  }
  .certificates-slider__count {
    font-size: 1.6vw;
  }
  .certificates-slider__wrapper {
    margin-top: 1.5vw;
  }
  .certificates-slider__slide {
    padding: 1.4062vw 2.0979vw 1.625vw 1.8875vw;
  }
  .certificates-slider__photo {
    width: 8.6083vw;
    height: 8.6083vw;
    margin-right: 1.502vw;
  }
  .certificates-slider__photo::after {
    width: 1.7541vw;
    height: 1.2937vw;
  }
  .certificates-slider__name {
    font-size: 2.3vw;
  }
  .certificates-slider__descr {
    font-size: 1.4vw;
  }
  .certificates-slider__review {
    font-size: 1.4vw;
    margin-top: 1.1vw;
  }
  .certificates-slider__review.hide {
    height: 5.2vw !important;
  }
  .certificates-slider__more {
    font-size: 1.5vw;
  }
  .reviews::before {
    top: -2vw;
  }
  .reviews-tabs__item {
    max-width: 17.4166vw;
    font-size: 1.8375vw;
    padding: 1.4262vw .9907vw;
    margin: 0 .8989vw;
  }
  .reviews-content {
    margin-top: 3.3vw;
  }
  .reviews__subtitle {
    font-size: 1.75vw;
  }  
  .reviews-video__slider {
    margin-left: 20vw;
    margin-right: 20vw;
  }
  .reviews-video__slide {    
    height: 40vw;
  }
  .reviews-text__wrapper .slick-next {
    right: -1vw;
  }
  .reviews-video__wrapper .slick-next {
    right: -2vw;
  }
  .reviews-text__wrapper .slick-prev {
    left: -1vw;
  }
  .reviews-video__wrapper .slick-prev {
    left: -2vw;
  }
  .reviews-text__slider {
    margin: 0;
  }
  .reviews-text__slider .slick-track {
    display: flex;
  }
  .reviews-text__slide {
    padding: 2.0833vw 2vw 2.3729vw 2vw;
    margin: 0 1vw;
  }
  .reviews-text__photo {
    width: 9.2083vw;
    height: 9.2083vw;
  }
  .reviews-text__name {
    font-size: 2.1625vw;
  }
  .reviews-text__age {
    font-size: 1.6vw;
  }
  .reviews-text__content {
    margin-top: 1.5979vw;
  }
  .reviews-text__descr {
    font-size: 1.6vw;
    margin-bottom: 0.8vw;
  }
  .reviews-text__value {
    font-size: 1.8vw;
  }
  .reviews-text__stars {
    max-width: 6.1479vw;
    margin-left: 0.8vw;
  }
  .reviews-doctors__wrapper {
    max-width: 31vw;
  }
  .reviews-clients__wrapper {
    max-width: calc(100% - 32vw);
  }
  .reviews-video__slider {
    margin-left: 10%;
    margin-right: 10%;
  }
  .quiz::after {
    display: none;
  }
  .quiz__item--semifinal .policy {
    padding-left: 0;
  }
  .quiz__item--semifinal .policy__text {
    font-size: 1.1vw;
    padding-left: 1.5vw;
  }
  .quiz__item--semifinal .policy__check {
    width: 1.2vw;
    height: 1.2vw;
    border-radius: .3083vw;
  }
  .quiz__item--semifinal .policy__check img {
    width: 80%;
  }
  .quiz-form {
    max-width: 60vw;
  }
  .quiz-right {
    max-width: 25vw;
    padding: 2vw 3vw;
  }
  .quiz-right__title {
    font-size: 2.4vw;
  }
  .quiz-right__descr {
    font-size: 1.6vw;
    margin-top: 0.6vw;
  }
  .quiz-right__description {
    font-size: 1.3vw;
    margin-top: 0.6vw;
  }
  .quiz-right__subtitle {
    font-size: 1.75vw;
  }
  .quiz-right--final {
    max-width: 28vw;
    border-radius: 1.902vw;
    padding: 2vw 1.5vw 2.1vw;
  }
  .quiz-right--final .quiz-right__title {
    font-size: 2.2vw;
  }
  .quiz-right--final .quiz-right__descr {
    font-size: 4vw;
  }
  .quiz-right--final .quiz-right__img::after {
    width: 7.333vw;
    height: 7.333vw;
  }
  .quiz-right--final .quiz-right__description {
    font-size: 1.7vw;
  }
  .quiz-right--final .quiz-right__description span {
    font-size: 2.25vw;
  }
  .quiz-progress__title {
    font-size: 1.4vw;
  }
  .quiz-progress__bar {
    margin-top: 0.9vw;
    height: 1.55vw;
    border-radius: 1.6vw;
  }
  .quiz-progress__inner {
    height: 1.55vw;
    border-radius: 1.25vw;
  }
  .quiz__items {
    margin-top: 1.05vw;
  }
  .quiz__title-question {
    font-size: 1.9vw;
  }
  .quiz-options {
    margin-top: 2.2vw;
  }
  .quiz-options--blocks .quiz-option {
    max-width: 32%;
  }
  .quiz-options--blocks .quiz-option__wrapper {
    min-height: 16.1458vw;
    margin-bottom: 0.9vw;
  }
  .quiz-options--blocks .quiz-option__check-image {
    width: 4.8041vw;
    height: 4.8041vw;
  }
  .quiz-option {
    max-width: 47.5%;
    margin-bottom: 0.8vw;
  }
  .quiz-option__value {
    font-size: 1.7vw;
  }
  .quiz-option__checkbox {
    width: 3.8vw;
    height: 3.8vw;
    margin-right: 0.9vw;
  }
  .quiz-option__checkbox::before {
    width: 2.3979vw;
    height: 2.3979vw;
  }
  .quiz-option__checkbox img {
    width: 1vw;
  }
  .quiz-click__img {
    width: 3.2vw;
    height: 2.1vw;
    margin-right: 1.4vw;
  }
  .quiz-click__text {
    max-width: 19vw;
    font-size: 1.6vw;
  }
  .quiz-semifinal__title {
    font-size: 2.5vw;
  }
  .quiz-semifinal__subtitle {
    font-size: 1.3541vw;
  }
  .quiz-semifinal__wrapper {
    margin-top: 1.2vw;
  }
  .quiz-semifinal__form {
    max-width: 50%;
    margin-right: 1vw;
  }
  .quiz-semifinal__form-title {
    font-size: 1.275vw;
    margin-bottom: 0.8333vw;
  }
  .quiz-semifinal-radio__items {
    margin-top: 0.8vw;
    margin-bottom: 1vw;
  }
  .quiz-semifinal-radio__item {
    max-width: 7vw;
    margin: 0 .5vw;
    border-radius: 1vw;
    padding: 1vw .39vw;
  }
  .quiz-semifinal-radio__icon {
    width: 3.8041vw;
    height: 3.8041vw;
  }
  .quiz-semifinal-radio__text {
    font-size: 1.2vw;
  }
  .quiz-semifinal__phone {
    font-size: 1.5vw;
  }
  .quiz-semifinal__phone::-moz-placeholder {
    font-size: 1.5vw;
  }
  .quiz-semifinal__phone:-ms-input-placeholder {
    font-size: 1.5vw;
  }
  .quiz-semifinal__phone::placeholder {
    font-size: 1.5vw;
  }
  .quiz-semifinal__description {
    font-size: 1.2vw;
  }
  .quiz--page {
    padding-top: 3.7312vw;
    padding-bottom: 9vw;
  }
  .quiz--page::after {
    top: 11vw;
  }
  .faq__wrapper {
    padding-right: 12vw;
    padding-bottom: 9vw;
  }
  .faq__item {
    padding-bottom: 1.8vw;
    padding-left: 2.5vw;
  }
  .faq__item-title {
    font-size: 1.6vw;
  }
  .faq__arrow {
    left: -2.3vw;
  }
  .faq__icon {
    width: 3.3437vw;
    height: 3.3437vw;
    font-size: 1.6333vw;
    line-height: 3.3437vw;
  }
  .faq__content {
    font-size: 1.5333vw;
  }
  .faq-bottom {
    width: 80%;
  }
  .faq-bottom__title {
    font-size: 2.2vw;
    max-width: 15vw;
  }
  .faq-bottom__text {
    max-width: 23vw;
  }
  .faq-bottom__text p {
    font-size: 1.8vw;
    margin-bottom: 0.4vw;
  }
  .faq-bottom__name {
    font-size: 2.8916vw;
  }
  .gift {
    padding: 2.5vw 0;
  }
  .gift__block {
    max-width: 75vw;
    margin-left: auto;
    margin-right: auto;
    padding: 3vw 20vw 3vw 5vw;
  }
  .gift__descr {
    font-size: 1.9vw;
    margin-bottom: 0.8vw;
  }
  .gift__title {
    font-size: 2.8vw;
  }
  .gift__form {
    margin-top: 1vw;
  }
  .gift__form-title {
    font-size: 1.675vw;
    margin-bottom: 1vw;
  }
  .gift__phone-input {
    width: 100%;
    max-width: 15.9062vw;
    margin-right: 1.1979vw;
  }
  .gift-radio__items {
    display: flex;
    justify-content: center;
    margin-right: 0.2vw;
  }
  .gift-radio__item {
    margin: 0 .5vw;
  }
  .gift-radio__button {
    min-width: 5.5312vw;
  }
  .gift-radio__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3vw;
    height: 3vw;
  }
  .gift-radio__text {
    font-size: 1vw;
    margin-top: 0.4vw;
  }
  .gift__phone {
    font-size: 1.2vw;
  }
  .gift__phone::-moz-placeholder {
    font-size: 1.2vw;
  }
  .gift__phone:-ms-input-placeholder {
    font-size: 1.2vw;
  }
  .gift__phone::placeholder {
    font-size: 1.2vw;
  }
  .policy-gift {
    max-width: 25vw;
  }
  .policy-gift .policy__text {
    font-size: 1.2vw;
    padding-left: 2.3vw;
  }
  .policy-gift .policy__check {
    width: 1.3vw;
    height: 1.3vw;
    border-radius: .4vw;
  }
  .policy-product {
    max-width: 70%;
  }
  .policy-product .policy__text {
    font-size: 1.4vw;
    padding-left: 1.9vw;
  }
  .policy-product .policy__check {
    width: 1.4vw;
    height: 1.4vw;
  }
  .policy-free .policy__text {
    font-size: 1.4vw;
    padding-left: 1.9vw;
  }
  .policy-free .policy__check {
    width: 1.4vw;
    height: 1.4vw;
  }
  .contacts::after {
    top: -9.3vw;
    width: 14.7708vw;
    height: 29.6145vw;
  }
  .contacts__item--links {
    max-width: 27%;
  }
  .contacts__item--menu {
    max-width: 27%;
  }
  .contacts__item--advantages {
    max-width: 40%;
  }
  .contacts__subtitle {
    font-size: 2.2vw;
  }
  .contacts-links__item {
    margin-bottom: 1.3vw;
  }
  .contacts-links__list {
    padding-left: 2vw;
  }
  .contacts-links__image {
    width: 1.699vw;
    height: 1.7416vw;
  }
  .contacts-links__image--marker {
    width: 1.4895vw;
    height: 1.7979vw;
  }
  .contacts-links__link {
    font-size: 1.65vw;
  }
  .contacts-links__descr {
    font-family: 'Futura PT Medium', sans-serif;
    font-size: 1.6vw;
  }
  .contacts-links__descr span {
    font-size: 1.8vw;
  }
  .contacts-links__social-link {
    width: 3.1625vw;
    height: 3.1625vw;
    margin-right: 0.6vw;
    margin-bottom: 0.4vw;
  }
  .contacts-menu__link {
    font-size: 1.6vw;
  }
  .contacts-advantages__item {
    margin-top: 0.7vw;
  }
  .contacts-advantages__title {
    font-size: 1.8vw;
    margin-bottom: 0.4vw;
  }
  .contacts-advantages__descr {
    font-size: 1.6vw;
  }
  .map__title {
    font-size: 1.9vw;
  }
  .map__block {
    max-width: 32vw;
    left: 8.4166vw;
  }
  .map__image {
    width: 100%;
    max-width: 14.9791vw;
    max-height: 12.1145vw;
  }
  .map #map {
    height: 22vw;
  }
  .modal__close {
    width: 2.402rem;
    height: 2.402rem;
    top: 1.7vw;
    right: 2vw;
  }
  .modal__close::before, .modal__close::after {
    width: .3rem;
    border-radius: .1562rem;
  }
  .modal__politics {
    top: 7vw;
    padding: 2.4vw 2.5vw;
    width: 75vw;
  }
  .modal__politics h2 {
    font-size: 3rem;
    margin-bottom: 0.5rem;
  }
  .modal__politics h3 {
    font-size: 2.2rem;
    margin-top: 1.1rem;
    margin-bottom: 0.4rem;
  }
  .modal__politics p {
    font-size: 1.5rem;
    margin-bottom: 0.3rem;
  }
  .modal-call {
    max-width: 75vw;
    padding: 2.5vw 27vw 2.5vw 3vw;
  }
  .modal-call__specialist {
    top: 3vw;
    right: 22vw;
    max-width: 14vw;
  }
  .modal-call__specialist-descr {
    font-size: 1.5vw;
  }
  .modal-call__specialist-name {
    font-size: 2.1vw;
  }
  .modal-call__title {
    font-size: 3vw;
  }
  .modal-call__advantages-item {
    padding-left: 2vw;
    margin-right: 2.1vw;
  }
  .modal-call__advantages-text {
    font-size: 1.6vw;
    line-height: 1.1;
  }
  .modal-call__phone-input {
    width: 100%;
    max-width: 18vw;
  }
  .modal-call__phone {
    font-size: 1.5vw;
  }
  .modal-call__phone::-moz-placeholder {
    font-size: 1.5vw;
  }
  .modal-call__phone:-ms-input-placeholder {
    font-size: 1.5vw;
  }
  .modal-call__phone::placeholder {
    font-size: 1.5vw;
  }
  .modal-product {
    max-width: 85vw;
  }
  .modal-product__certificates {
    min-height: 20vw;
  }
  .modal-product__certificates-link {
    font-size: 1.4vw;
  }
  .modal-product__certificates-link::after {
    height: .1962vw;
  }
  .modal-product__availability {
    font-size: 1.6vw;
    padding-left: 1.5vw;
    line-height: 1.1;
  }
  .modal-product__availability::before {
    width: 1.2vw;
    height: 1.2vw;
    top: 60%;
  }
  .modal-product__data {
    max-width: 55%;
  }
  .modal-product__data p {
    font-size: 1.8vw;
    margin-bottom: .4vw;
  }
  .modal-product__title {
    font-size: 2vw;
  }
  .modal-product__item p {
    font-size: 1.4vw;
    margin-bottom: .3vw;
  }
  .modal-product__item ul li {
    font-size: 1.4vw;
    margin-bottom: .3vw;
  }
  .modal-product__price-new {
    font-size: 1.7vw;
    margin-right: 1.7vw;
  }
  .modal-product__price-new span {
    font-size: 3.7vw;
  }
  .modal-product__price-old {
    font-size: 1.7vw;
  }
  .modal-product__price-old span {
    font-size: 3.7vw;
  }
  .modal-product__price-old span::after {
    height: 0.3vw;
  }
  .modal-product__advantages {
    margin-bottom: 3vw;
  }
  .modal-product__advantages-item::before {
    width: 2.2vw;
    height: 2.2vw;
  }
  .modal-product__advantages-text {
    font-size: 1.6vw;
  }
  .modal-product__form-title {
    font-size: 1.9vw;
    margin-bottom: 1.2vw;
  }
  .modal-product__delivery {
    max-width: 23%;
  }
  .modal-product__delivery::after {
    width: 0.1vw;
    height: 40%;
  }
  .modal-product__delivery-item {
    padding-left: 3.2vw;
    font-size: 1.3vw;
  }
  .modal-product__delivery-item:first-child::before {
    width: 2.866vw;
    height: 2.08vw;
  }
  .modal-product__delivery-item:last-child::before {
    width: 2.67vw;
    height: 2.37vw;
  }
  .modal-product__label {
    font-size: 1.45vw;
    margin-bottom: 0.19vw;
  }
  .modal-product__quantity {
    max-width: 10vw;
    padding: .7vw 1.5vw;
  }
  .modal-product__quantity .minus,
  .modal-product__quantity .plus {
    font-size: 2vw;
  }
  .modal-product__quantity-number {
    font-size: 1.7vw;
  }
  .modal-product__input {
    padding: 0.95vw 1.7708vw;
    font-size: 1.6vw;
  }
  .modal-product__input::-moz-placeholder {
    font-size: 1.6vw;
  }
  .modal-product__input:-ms-input-placeholder {
    font-size: 1.6vw;
  }
  .modal-product__input::placeholder {
    font-size: 1.6vw;
  }
  .modal-product__phone {
    font-size: 1.6vw;
  }
  .modal-product__phone::-moz-placeholder {
    font-size: 1.6vw;
  }
  .modal-product__phone:-ms-input-placeholder {
    font-size: 1.6vw;
  }
  .modal-product__phone::placeholder {
    font-size: 1.6vw;
  }
  .modal-product__description {
    font-size: 1.7vw;
  }
  .modal-order__buttons-label {
    font-size: 1.5vw;
  }
  .modal-order__button {
    font-size: 1.5vw;
  }
  .modal-free {
    max-width: 70vw;
    padding: 4vw;
  }
  .modal-free__image {
    width: 27vw;
  }
  .modal-free__title {
    font-size: 3.6vw;
    margin-bottom: 1.4vw;
  }
  .modal-free__descr {
    font-size: 2.1vw;
  }
  .modal-free__descr span {
    font-size: 1.5vw;
  }
  .modal-free__form-title {
    font-size: 1.6vw;
  }
  .modal-free__phone-input {
    font-size: 1.6vw;
  }
  .modal-free__phone-input::-moz-placeholder {
    font-size: 1.6vw;
  }
  .modal-free__phone-input:-ms-input-placeholder {
    font-size: 1.6vw;
  }
  .modal-free__phone-input::placeholder {
    font-size: 1.6vw;
  }
  .modal-free__radio-item {
    margin: 0 .6vw;
  }
  .modal-free__radio-button {
    min-width: 7vw;
    padding: .9vw .4vw;
  }
  .modal-free__radio-icon {
    width: 3.5vw;
    height: 3.5vw;
  }
  .modal-free__radio-text {
    font-size: 1.3vw;
    margin-top: 0.4vw;
  }
  .lead {
    padding-bottom: 6vw;
    width: 85vw;
    padding-left: 5vw;
    padding-right: 10vw;
  }
  .lead__descr {
    font-size: 1.9vw;
    margin-bottom: 0.8vw;
  }
  .lead__title {
    font-size: 2.8vw;
  }
  .lead__form {
    margin-top: 1vw;
  }
  .lead__form-title {
    font-size: 1.675vw;
    margin-bottom: 1vw;
  }
  .lead__phone-input {
    width: 100%;
    max-width: 15.9062vw;
    margin-right: 1.1979vw;
  }
  .lead-radio__items {
    display: flex;
    justify-content: center;
    margin-right: 0.6vw;
  }
  .lead-radio__item {
    margin: 0 .5vw;
  }
  .lead-radio__button {
    min-width: 5.5312vw;
  }
  .lead-radio__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3vw;
    height: 3vw;
  }
  .lead-radio__text {
    font-size: 1vw;
    margin-top: 0.4vw;
  }
  .lead__phone {
    font-size: 1.2vw;
  }
  .lead__phone::-moz-placeholder {
    font-size: 1.2vw;
  }
  .lead__phone:-ms-input-placeholder {
    font-size: 1.2vw;
  }
  .lead__phone::placeholder {
    font-size: 1.2vw;
  }
}

@media (max-width: 970px) {
  html {
    font-size: 10px;
  }  
  .lead {
    margin-top: 6rem;
  }
  .container {
    padding: 0 1.5rem;
  }
  .header__top {
    font-size: 1.3rem;
    padding-left: 0;
  }
  .header-logo {
    max-width: 20rem;
  }
  .header-logo__img {
    width: 6rem;
    height: 6rem;
    margin-right: 1.5rem;
  }
  .header__text {
    display: none;
  }
  .header-delivery {
    display: none;
  }
  .header-socials {
    max-width: 14rem;
    justify-content: center;
  }
  .header-socials__text {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
  }
  .header-socials__link {
    width: 3rem;
    height: 3rem;
    margin-right: 0.3rem;
    margin-top: 0.2rem;
  }
  .header-links__text {
    padding-left: 0.625rem;
    margin-bottom: 1.1rem;
  }
  .header-links__text::before {
    width: 0.6rem;
    height: 0.6rem;
  }
  .header-links__item {
    font-size: 1.8rem;
    margin-bottom: 0.9rem;
  }
  .header-menu {
    margin-top: 0;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    width: 75%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    transform: translateX(-100%);
    transition: all .4s ease-in;
    overflow-y: auto;
  }
  .header-menu.active {
    transform: translateX(0);
    transition: all .4s ease-in;
  }
  .header-menu__btn {
    display: inline-flex;
  }
  .header-menu__close {
    display: block;
  }
  .header-menu__list {
    flex-direction: column;
  }
  .header-menu__item {
    margin: 1rem 0;
  }
  .header-menu__link {
    font-family: 'Futura PT Demi', sans-serif;
    font-size: 1.8rem;
    padding: .5rem 0;
  }
  .btn {
    font-size: 1.4rem;
    padding: 1.4rem 2.2rem;
  }
  .btn-blue {
    font-size: 1.4rem;
    padding: 1.5rem 1rem;
    max-width: 100%;
    letter-spacing: .007rem;
    border-radius: 1rem;
  }
  .btn-submit {
    font-size: 1.6rem;
    padding: 1rem 1.2rem;
  }
  .btn-quiz--prev {
    font-size: 1.8rem;
  }
  .btn-quiz__text {
    font-size: 1.8rem;
  }
  .btn-quiz__hint {
    font-size: 1.2rem;
  }
  .btn-faq {
    max-width: 24rem;
    font-size: 1.8rem;
  }
  .btn-order {
    font-size: 1.8rem;
  }
  .btn-gift {
    max-width: 14rem;
  }
  .btn-call {
    max-width: 19rem;
  }
  .btn-product {
    font-size: 1.8rem;
  }
  .btn-top {
    font-size: 1.6rem;
    padding: 1.2rem 1.4rem;
    max-width: 20rem;
  }
  .btn-back {
    max-width: 26rem;
  }
  .btn-404 {
    font-size: 2.4rem;
    max-width: 26rem;
  }
  .top__content {
    margin-top: 3rem;
  }
  .top__image {
    margin-top: 2.5rem;
    padding-left: 5%;
    padding-right: 5%;
  }
  .top__title {
    font-size: 3.5rem;
  }
  .top__descr {
    font-size: 2rem;
    max-width: 50rem;
    margin-top: 2rem;
  }
  .top--quiz {
    padding-bottom: 6rem;
  }
  .top--quiz .top__content {
    padding-left: 0;
    padding-right: 45%;
  }
  .top--quiz .top__title {
    font-size: 3.2rem;
  }
  .top--quiz .top__descr {
    font-size: 2.2rem;
    padding-left: 4.2rem;
  }
  .top--quiz .top-specialist {
    max-width: 18rem;
    right: auto;
    left: 57%;
    top: 40%;
  }
  .top--quiz .top-specialist__descr {
    font-size: 1.4rem;
  }
  .top--quiz .top-specialist__name {
    font-size: 1.8rem;
  }
  .top--quiz .top-bullets {
    margin-top: 3vw;
  }
  .top--quiz .top-bullets__item {
    position: relative;
    padding-left: 2.5rem;
    font-size: 1.6rem;
  }
  .top--quiz .top-bullets__item::before {
    width: 2.1rem;
    height: 2.1rem;
  }
  .top--quiz .top-bottom {
    justify-content: flex-start;
  }
  .top--quiz .top-bottom__text {
    margin-left: 1.6rem;
    font-size: 1.6rem;
    max-width: none;
  }
  .top--quiz .circles span {
    width: 0.9rem;
    height: 0.9rem;
  }
  .top--thank {
    padding-bottom: 6rem;
  }
  .top--thank .top__descr {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
  .top--404 .top__title {
    font-size: 3.2rem;
  }
  .circles span {
    width: 0.8rem;
    height: 0.8rem;
  }
  .circles-left {
    left: -4rem;
  }
  .circles-right {
    right: -4rem;
  }
  .discount {
    margin-top: -6rem;
  }
  .discount__wrapper {
    width: 100%;
    max-width: 70rem;
    border-radius: 2.5rem 3rem 3rem;
    padding: 1.2rem;
    box-shadow: 0 0.8333vw 2.3958vw 0.2604vw rgba(211, 206, 204, 0.31);
  }
  .discount__block {
    padding-top: 2.4rem;
    padding-bottom: 3rem;
    padding-right: 2rem;
    padding-left: 20rem;
    background: url("../img/discount/bg.png") center left/20rem no-repeat;
    border-radius: 3rem;
  }
  .discount__block::before {
    width: 25%;
    height: 70%;
    background-position: top right;
  }
  .discount__text {
    width: 20.208rem;
  }
  .discount__title {
    font-size: 2.6rem;
  }
  .discount__descr {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
  .discount__form {
    width: 23rem;
  }
  .discount__input {
    border: none;
    border-radius: 1rem;
    font-size: 1.6rem;
    padding: 1.5rem 1.8rem;
    margin-bottom: 1.5rem;
    width: 100%;
  }
  .discount__input::-moz-placeholder {
    font-size: 1.6rem;
  }
  .discount__input:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  .discount__input::placeholder {
    font-size: 1.6rem;
  }
  .discount-left {
    max-width: 23rem;
    background-color: #4aa541;
    border-radius: 0 0 2.5rem 2.5rem;
    display: flex;
    align-items: center;
    padding: 1.3rem 2rem;
  }
  .discount-left__number {
    font-size: 5rem;
  }
  .discount-left__text {
    font-size: 1.6rem;
    margin-left: 1rem;
  }
  .discount .policy__text {
    font-size: 1.2rem;
  }
  .policy {
    margin-top: 1.5rem;
  }
  .policy__check {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: .4rem;
  }
  .policy__text {
    font-size: 1rem;
    padding-left: 2rem;
  }
  .policy-product .policy__text {
    font-size: 1.2rem;
    padding-left: 1.8rem;
  }
  .policy-product .policy__check {
    width: 1.4rem;
    height: 1.4rem;
  }
  .policy-free .policy__text {
    font-size: 1.2rem;
    padding-left: 1.8rem;
  }
  .policy-free .policy__check {
    width: 1.4rem;
    height: 1.4rem;
  }
  .policy-gift {
    max-width: 35rem;
  }
  .policy-gift .policy__text {
    font-size: 1.4rem;
    padding-left: 2rem;
  }
  .policy-gift .policy__check {
    width: 1.4rem;
    height: 1.4rem;
    top: 0.3rem;
  }
  .indications__list {
    min-width: 100%;
    background-size: 80%;
  }
  .indications__text {
    font-size: 2.4rem;
  }
  .indications__item {
    padding-left: 4rem;
  }
  .icon-cross,
  .icon-check {
    position: relative;
  }
  .icon-cross::before,
  .icon-check::before {
    width: 2.8rem;
    height: 2.8rem;
  }
  .differences-left {
    max-width: 47vw;
  }
  .differences-left__title {
    font-size: 2.3rem;
  }
  .differences-left__title::after {
    width: 5rem;
    height: 5rem;
    right: -1.7rem;
  }
  .differences-left .differences__list {
    padding-left: 4.5rem;
  }
  .differences-left .btn-blue {
    font-size: 1.6rem;
    max-width: 24rem;
  }
  .differences-right {
    max-width: 47vw;
  }
  .differences-right__title {
    font-size: 2.3rem;
  }
  .differences__title {
    font-size: 2rem;
  }
  .differences__descr {
    font-size: 1.6rem;
  }
  .differences__list {
    padding-left: 4.5rem;
  }
  .differences__item::before {
    left: -3.5rem;
  }
  .differences__item::after {
    display: none;
  }
  .effect__block {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    padding-left: 19vw;
    padding-right: 1.5rem;
  }
  .effect__item {
    margin-bottom: 1.5rem;
    padding-right: 0.3rem;
    padding-left: 4rem;
  }
  .effect__title {
    font-size: 2rem;
  }
  .effect__descr {
    font-size: 1.6rem;
  }
  .certificates__title {
    font-size: 2.5vw;
  }
  .certificates-slider__photo {
    width: 9.6083vw;
    height: 9.6083vw;
    margin-right: 1.702vw;
  }
  .certificates-slider__photo::after {
    width: 1.8541vw;
    height: 1.3937vw;
  }
  .certificates-slider__name {
    font-size: 2.6vw;
  }
  .certificates-slider__descr {
    font-size: 1.7vw;
  }
  .certificates-slider__review {
    font-size: 1.7vw;
    margin-top: 1.1vw;
  }
  .certificates-slider__review.hide {
    height: 6.2vw !important;
  }
  .certificates-slider__more {
    font-size: 1.8vw;
  }
  .reviews {
    padding: 2rem 0;
  }
  .reviews::before {
    top: 0;
    width: 26rem;
    height: 44rem;
  }
  .reviews-tabs__item {
    max-width: 22rem;
    font-size: 2rem;
    padding: 1.5rem 2rem;
    margin: 1rem 1.5rem;
  }
  .reviews-content {
    margin-top: 2.5rem;
  }
  .reviews__subtitle {
    font-size: 1.8rem;
  }  
  .reviews-video__slider {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 68rem;
  }
  .reviews-video__slide {    
    height: 42rem;
  }
  .reviews-text__wrapper .slick-arrow,
  .reviews-video__wrapper .slick-arrow {
    width: 5rem;
    height: 5rem;
  }
  .reviews-text__wrapper .slick-arrow::after,
  .reviews-video__wrapper .slick-arrow::after {
    width: 1.6rem;
    height: 2.2rem;
    background-size: 70%;
  }
  .reviews-text__wrapper .slick-next,
  .reviews-video__wrapper .slick-next {
    right: -1.2rem;
  }
  .reviews-text__wrapper .slick-prev,
  .reviews-video__wrapper .slick-prev {
    left: -1.2rem;
  }
  .reviews-text__wrapper .slick-dots,
  .reviews-video__wrapper .slick-dots {
    bottom: -3.5rem;
  }
  .reviews-text__wrapper .slick-dots li,
  .reviews-video__wrapper .slick-dots li {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.5rem .7rem;
  }
  .reviews-text__wrapper .slick-dots li.slick-active,
  .reviews-video__wrapper .slick-dots li.slick-active {
    background-color: #19adcc;
    position: relative;
  }
  .reviews-text__wrapper .slick-dots li.slick-active::before,
  .reviews-video__wrapper .slick-dots li.slick-active::before {
    width: 2rem;
    height: 2rem;
  }
  .reviews-text__slider {
    margin-bottom: 4rem !important;
  }
  .reviews-text__slide {
    padding: 2rem 1.5rem;
    margin: 0 2.5rem;
  }
  .reviews-text__photo {
    width: 9rem;
    height: 9rem;
    margin-right: 2rem;
  }
  .reviews-text__name {
    font-size: 2.2rem;
  }
  .reviews-text__age {
    font-size: 1.6rem;
    padding: 0.8rem 1rem;
    margin-top: 0.9rem;
  }
  .reviews-text__content {
    margin-top: 1.5rem;
  }
  .reviews-text__descr {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .reviews-text__value {
    font-size: 2rem;
  }
  .reviews-text__stars {
    max-width: 10rem;
    margin-left: 0.5rem;
  }
  .reviews-doctors__wrapper {
    max-width: 30vw;
  }
  .reviews-doctors__wrapper .slick-dots {
    bottom: -3.5rem;
  }
  .reviews-doctors__wrapper .slick-dots li {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.5rem .7rem;
  }
  .reviews-doctors__wrapper .slick-dots li.slick-active {
    background-color: #19adcc;
    position: relative;
  }
  .reviews-doctors__wrapper .slick-dots li.slick-active::before {
    width: 2rem;
    height: 2rem;
  }
  .reviews-clients__wrapper {
    max-width: calc(100% - 31.5vw);
  }
  .reviews--thank .reviews-clients__wrapper .reviews-text__slide {
    margin: 0 1.5rem;
  }
  .reviews--thank .reviews__subtitle {
    font-size: 2rem;
  }
  .quiz::after {
    display: none;
  }
  .quiz__item--semifinal .policy__text {
    font-size: 1.4rem;
    padding-left: 1.6rem;
  }
  .quiz__item--semifinal .policy__check {
    width: 1.3rem;
    height: 1.3rem;
  }
  .quiz-form {
    max-width: 70%;
  }
  .quiz-right {
    max-width: 28%;
    padding: 1.5rem 2rem;
  }
  .quiz-right__title {
    font-size: 2.4vw;
  }
  .quiz-right__descr {
    font-size: 1.8rem;
    margin-top: 0.6rem;
  }
  .quiz-right__description {
    font-size: 1.6rem;
    margin-top: 0.6vw;
  }
  .quiz-right__subtitle {
    font-size: 2rem;
  }
  .quiz-right--final {
    max-width: 28%;
    border-radius: 2rem;
    padding: 2vw 1.5vw 2.1vw;
  }
  .quiz-right--final .quiz-right__title {
    font-size: 2.4rem;
  }
  .quiz-right--final .quiz-right__descr {
    font-size: 4rem;
  }
  .quiz-right--final .quiz-right__img::after {
    width: 7.3rem;
    height: 7.3rem;
  }
  .quiz-right--final .quiz-right__description {
    font-size: 1.8rem;
  }
  .quiz-right--final .quiz-right__description span {
    font-size: 2.2rem;
  }
  .quiz-progress__title {
    font-size: 1.8rem;
  }
  .quiz-progress__bar {
    margin-top: 0.9vw;
    height: 2rem;
    border-radius: 1.6vw;
  }
  .quiz-progress__inner {
    height: 2rem;
    border-radius: 1.25vw;
  }
  .quiz__items {
    margin-top: 1rem;
  }
  .quiz__title-question {
    font-size: 2.2rem;
  }
  .quiz-options {
    margin-top: 1.7rem;
  }
  .quiz-options--blocks .quiz-option {
    max-width: 32%;
  }
  .quiz-options--blocks .quiz-option__wrapper {
    min-height: 14rem;
    margin-bottom: 1rem;
  }
  .quiz-options--blocks .quiz-option__check-image {
    width: 4.6rem;
    height: 4rem;
  }
  .quiz-option {
    max-width: 49%;
    margin-bottom: 0.8rem;
  }
  .quiz-option__value {
    font-size: 1.6rem;
  }
  .quiz-option__checkbox {
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
  }
  .quiz-option__checkbox::before {
    width: 2.5rem;
    height: 2.5rem;
  }
  .quiz-option__checkbox img {
    width: 1rem;
  }
  .quiz-click__img {
    width: 3.1rem;
    height: 2.5rem;
    margin-right: 1.4rem;
  }
  .quiz-click__text {
    max-width: 21rem;
    font-size: 1.8rem;
  }
  .quiz-semifinal__title {
    font-size: 2.8rem;
  }
  .quiz-semifinal__subtitle {
    font-size: 1.8rem;
  }
  .quiz-semifinal__phone {
    font-size: 1.6rem;
    padding: 1.5rem;
  }
  .quiz-semifinal__phone::-moz-placeholder {
    font-size: 1.6rem;
  }
  .quiz-semifinal__phone:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  .quiz-semifinal__phone::placeholder {
    font-size: 1.6rem;
  }
  .quiz-semifinal__wrapper {
    margin-top: 1.2vw;
  }
  .quiz-semifinal__form {
    max-width: 50%;
    margin-right: 1vw;
  }
  .quiz-semifinal__form-title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .quiz-semifinal-radio__items {
    margin-top: 0.8rem;
    margin-bottom: 1rem;
  }
  .quiz-semifinal-radio__item {
    max-width: 6.6rem;
    margin: 0 .5rem;
    border-radius: 1rem;
    padding: 1rem .39rem;
  }
  .quiz-semifinal-radio__icon {
    width: 3.8rem;
    height: 3.8rem;
  }
  .quiz-semifinal-radio__text {
    font-size: 1.2rem;
  }
  .quiz-semifinal__description {
    font-size: 1.2rem;
  }
  .quiz--page {
    padding-top: 3.7rem;
    padding-bottom: 7rem;
  }
  .quiz--page::after {
    top: 11vw;
  }
  .faq {
    padding: 2.5rem 0;
  }
  .faq__wrapper {
    padding-right: 10rem;
    padding-bottom: 9rem;
  }
  .faq__item {
    padding-bottom: 1.8rem;
    padding-left: 3rem;
  }
  .faq__item-title {
    font-size: 1.8rem;
  }
  .faq__arrow {
    left: -2.8rem;
    width: 2.1rem;
    height: 1.5rem;
  }
  .faq__icon {
    width: 3.6rem;
    height: 3.6rem;
    font-size: 1.6rem;
    line-height: 3.6rem;
  }
  .faq__content {
    font-size: 1.6rem;
  }
  .faq-bottom {
    width: 100%;
    padding: 1.5rem 2rem;
  }
  .faq-bottom__title {
    font-size: 2.2rem;
    max-width: 15rem;
  }
  .faq-bottom__text {
    max-width: 23rem;
  }
  .faq-bottom__text p {
    font-size: 1.8rem;
    margin-bottom: 0.4rem;
  }
  .faq-bottom__name {
    font-size: 2.8rem;
  }
  .order {
    padding-top: 3rem;
  }
  .order .title {
    padding: 0;
  }
  .order__wrapper {
    margin-top: 5rem;
  }
  .order__wrapper-item {
    max-width: 32.5%;
  }
  .order__icon {
    width: 5rem;
    height: 5rem;
    font-size: 2rem;
    line-height: 5rem;
  }
  .order__item {
    padding: 3rem 1.5rem 2rem;
  }
  .order__title {
    font-size: 2.4rem;
  }
  .order__descr {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
  .order__link {
    font-size: 2rem;
    margin-top: 0.5rem;
  }
  .gift {
    padding: 1.5rem 0;
  }
  .gift__block {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 3vw 16vw 3vw 4vw;
  }
  .gift__image {
    width: 28vw;
  }
  .gift__descr {
    font-size: 2rem;
    margin-bottom: .5rem;
  }
  .gift__title {
    font-size: 2.8rem;
  }
  .gift__form {
    margin-top: 1vw;
    align-items: center;
  }
  .gift__form-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .gift__phone-input {
    width: 100%;
    max-width: 17rem;
    margin-right: 1.3rem;
  }
  .gift-radio__items {
    display: flex;
    justify-content: center;
    margin-right: 0.3rem;
  }
  .gift-radio__item {
    margin: 0 .5rem;
  }
  .gift-radio__button {
    min-width: 5.4rem;
  }
  .gift-radio__icon {
    width: 3rem;
    height: 3rem;
  }
  .gift-radio__text {
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
  .gift__phone {
    font-size: 1.4rem;
  }
  .gift__phone::-moz-placeholder {
    font-size: 1.4rem;
  }
  .gift__phone:-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .gift__phone::placeholder {
    font-size: 1.4rem;
  }
  .contacts {
    padding: 2.5rem 0;
  }
  .contacts::after {
    display: none;
  }
  .contacts__item--links {
    max-width: 27%;
  }
  .contacts__item--menu {
    max-width: 27%;
  }
  .contacts__item--advantages {
    max-width: 40%;
  }
  .contacts__subtitle {
    font-size: 2.2rem;
  }
  .contacts-links__item {
    margin-bottom: 1rem;
  }
  .contacts-links__list {
    padding-left: 2.2rem;
  }
  .contacts-links__list--socials {
    padding-left: 1rem;
  }
  .contacts-links__image {
    width: 1.647rem;
    height: 1.689rem;
  }
  .contacts-links__image--marker {
    width: 1.444rem;
    height: 1.745rem;
  }
  .contacts-links__link {
    font-size: 2rem;
  }
  .contacts-links__descr {
    font-family: 'Futura PT Medium', sans-serif;
    font-size: 1.8rem;
  }
  .contacts-links__descr span {
    font-size: 1.9rem;
  }
  .contacts-links__social-link {
    width: 3.16rem;
    height: 3.16rem;
    margin-right: 0.6rem;
    margin-bottom: 0.4rem;
  }
  .contacts-menu__link {
    font-size: 1.8rem;
  }
  .contacts-advantages__item {
    margin-top: 0.7rem;
    padding-left: 3.2rem;
  }
  .contacts-advantages__item::before {
    width: 2.5rem;
    height: 2.5rem;
    left: 0;
  }
  .contacts-advantages__title {
    font-size: 1.8rem;
    margin-bottom: 0.4rem;
  }
  .contacts-advantages__descr {
    font-size: 1.6rem;
  }
  .map__title {
    font-size: 2.2rem;
  }
  .map__block {
    max-width: 32rem;
    left: 10%;
  }
  .map__image {
    max-width: 15rem;
    max-height: 13rem;
  }
  .map #map {
    height: 26rem;
  }
  .footer {
    padding: 2rem 0;
  }
  .footer__text {
    font-size: 1.6rem;
  }
  .footer__link::after {
    height: .1762rem;
  }
  .footer__author {
    font-size: 1.5rem;
  }
  .to_top {
    position: fixed;
    right: 2.5rem;
    bottom: 2rem;
    width: 5rem;
    height: 5rem;
    padding: 1rem;
  }
  .to_top::before {
    border: 1.3rem solid transparent;
    border-bottom: 1.6rem solid #fff;
  }
  .modal__politics {
    width: 95vw;
  }
  .modal-call {
    max-width: 85vw;
    padding: 2.5vw 30vw 2.5vw 3vw;
  }
  .modal-call__specialist {
    max-width: 20rem;
    right: 14vw;
  }
  .modal-call__specialist-descr {
    font-size: 1.5rem;
  }
  .modal-call__specialist-name {
    font-size: 2.2rem;
  }
  .modal-call__title {
    font-size: 3rem;
  }
  .modal-call__advantages {
    margin-bottom: 2rem;
  }
  .modal-call__advantages-item {
    padding-left: 2rem;
    margin-right: 1.5rem;
  }
  .modal-call__advantages-item::before {
    width: 1.5rem;
    height: 1.5rem;
  }
  .modal-call__advantages-text {
    font-size: 1.4rem;
  }
  .modal-call__phone-input {
    max-width: 19rem;
    margin-right: 1.5rem;
  }
  .modal-call__phone {
    font-size: 1.6rem;
    padding: 2.2rem 2rem;
  }
  .modal-call__phone::-moz-placeholder {
    font-size: 1.6rem;
  }
  .modal-call__phone:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  .modal-call__phone::placeholder {
    font-size: 1.6rem;
  }
  .modal-product {
    max-width: 95vw;
    padding: 3rem 2rem;
  }
  .modal-product__certificates {
    min-height: 20vw;
  }
  .modal-product__certificates-link {
    font-size: 1.6rem;
  }
  .modal-product__availability {
    font-size: 1.6rem;
    padding-left: 1.5rem;
  }
  .modal-product__availability::before {
    width: 1.2rem;
    height: 1.2rem;
  }
  .modal-product__data {
    max-width: 55%;
  }
  .modal-product__data p {
    font-size: 1.8rem;
    margin-bottom: .5rem;
  }
  .modal-product__title {
    font-size: 2.2rem;
  }
  .modal-product__item p {
    font-size: 1.6rem;
    margin-bottom: .5rem;
  }
  .modal-product__item ul li {
    font-size: 1.6rem;
    margin-bottom: .3rem;
  }
  .modal-product__price-new {
    font-size: 1.6rem;
    margin-right: 1.7rem;
  }
  .modal-product__price-new span {
    font-size: 3.4rem;
  }
  .modal-product__price-old {
    font-size: 1.6rem;
  }
  .modal-product__price-old span {
    font-size: 3.4rem;
  }
  .modal-product__price-old span::after {
    height: 0.3rem;
  }
  .modal-product__advantages {
    margin-bottom: 2rem;
  }
  .modal-product__advantages-item {
    margin-right: 1.7rem;
    padding-left: 3rem;
    margin-bottom: 1rem;
  }
  .modal-product__advantages-item::before {
    width: 2.2rem;
    height: 2.2rem;
  }
  .modal-product__advantages-text {
    font-size: 1.8rem;
  }
  .modal-product__form-title {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
  .modal-product__delivery {
    max-width: 23%;
  }
  .modal-product__delivery::after {
    width: 0.2rem;
    height: 40%;
  }
  .modal-product__delivery-item {
    padding-left: 3.5rem;
    font-size: 1.4rem;
  }
  .modal-product__delivery-item:first-child::before {
    width: 2.8rem;
    height: 2rem;
  }
  .modal-product__delivery-item:last-child::before {
    width: 2.5rem;
    height: 2.37rem;
  }
  .modal-product__label {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
  .modal-product__quantity {
    max-width: 9.7rem;
    padding: .7rem 1.5rem;
  }
  .modal-product__quantity .minus,
  .modal-product__quantity .plus {
    font-size: 2rem;
  }
  .modal-product__quantity-number {
    font-size: 1.7rem;
  }
  .modal-product__input {
    padding: 0.95rem 1.7708rem;
    font-size: 1.6rem;
  }
  .modal-product__input::-moz-placeholder {
    font-size: 1.6rem;
  }
  .modal-product__input:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  .modal-product__input::placeholder {
    font-size: 1.6rem;
  }
  .modal-product__input-quantity {
    margin-right: 1rem;
  }
  .modal-product__phone {
    font-size: 1.8rem;
  }
  .modal-product__phone::-moz-placeholder {
    font-size: 1.8rem;
  }
  .modal-product__phone:-ms-input-placeholder {
    font-size: 1.8rem;
  }
  .modal-product__phone::placeholder {
    font-size: 1.8rem;
  }
  .modal-product__description {
    font-size: 1.8rem;
  }
  .modal-order__buttons {
    margin-bottom: 1rem;
  }
  .modal-order__buttons-label {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .modal-order__button {
    font-size: 1.8rem;
  }
  .modal-free {
    max-width: 80vw;
    padding: 3rem 4rem;
  }
  .modal-free__image {
    width: 29vw;
  }
  .modal-free__title {
    font-size: 3rem;
    margin-bottom: 1.3rem;
  }
  .modal-free__descr {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .modal-free__descr span {
    font-size: 1.6rem;
  }
  .modal-free__form {
    margin-top: 3rem;
  }
  .modal-free__form-title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .modal-free__phone {
    margin-bottom: 1.4rem;
  }
  .modal-free__phone-input {
    font-size: 1.6rem;
  }
  .modal-free__phone-input::-moz-placeholder {
    font-size: 1.6rem;
  }
  .modal-free__phone-input:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  .modal-free__phone-input::placeholder {
    font-size: 1.6rem;
  }
  .modal-free__radio-items {
    margin-bottom: 1.4rem;
  }
  .modal-free__radio-item {
    margin: 0 .5rem;
  }
  .modal-free__radio-button {
    min-width: 7rem;
    padding: .8rem .3rem;
  }
  .modal-free__radio-icon {
    width: 3rem;
    height: 3rem;
  }
  .modal-free__radio-text {
    font-size: 1.2rem;
    margin-top: 0.3rem;
  }
  .lead {
    width: 100%;
    padding-right: 25%;
    padding-left: 0;
  }
  .lead__image {
    width: 38vw;
  }
  .lead__descr {
    font-size: 2rem;
    margin-bottom: .5rem;
  }
  .lead__title {
    font-size: 2.8rem;
  }
  .lead__subtitle {
    font-size: 2.2rem;
  }
  .lead__form {
    margin-top: 1vw;
    align-items: center;
  }
  .lead__form-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .lead__phone-input {
    width: 100%;
    max-width: 17rem;
    margin-right: 1.3rem;
  }
  .lead-radio__items {
    display: flex;
    justify-content: center;
    margin-right: 1rem;
  }
  .lead-radio__item {
    margin: 0 .5rem;
  }
  .lead-radio__button {
    min-width: 5.4rem;
  }
  .lead-radio__icon {
    width: 3rem;
    height: 3rem;
  }
  .lead-radio__text {
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
  .lead__phone {
    font-size: 1.4rem;
  }
  .lead__phone::-moz-placeholder {
    font-size: 1.4rem;
  }
  .lead__phone:-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .lead__phone::placeholder {
    font-size: 1.4rem;
  }
  .top--404 .top__image {
    bottom: -25vw;
  }
}

@media (max-width: 840px) {
  .reviews-doctors__wrapper {
    max-width: 47%;
  }
  .reviews-clients__wrapper {
    max-width: 49%;
  }
  .reviews--thank .reviews__subtitle {
    min-height: 5.3rem;
    text-align: center;
  }
}

@media (max-width: 790px) {
  .quiz-semifinal__title {
    display: none;
  }
  .quiz__wrapper>.quiz-semifinal__title.show {
    display: block;
    font-size: 3.2rem;
    margin-bottom: 2rem;
    margin: 1.5rem;
    order: -1;
  }
  .title {
    font-size: 5vw;
  }
  .btn-header {
    display: none;
  }
  .btn-forms {
    font-size: 1.5rem;
    max-width: 85%;
  }
  .btn-faq {
    font-size: 1.6rem;
    max-width: 22rem;
  }
  .btn-order {
    max-width: 20rem;
  }
  .video {
    padding: 2.5rem;
  }
  .video__photo {
    margin-top: 2.5rem;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    height: 45vw;
  }
  .video__play {
    width: 10rem;
    height: 10rem;
  }
  .video__play-pulse {
    width: 10rem;
    height: 10rem;
  }
  .effect__man {
    position: initial;
    order: 2;
    height: auto;
    width: 50%;
  }
  .effect__block {
    padding-left: 1.5rem;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .forms {
    padding-bottom: 2.5rem;
  }
  .forms__wrapper {
    flex-wrap: wrap;
  }
  .forms__subtitle {
    font-size: 2.4rem;
  }
  .forms-item {
    max-width: 45%;
    margin-bottom: 3rem;
  }
  .forms-item:last-child {
    margin-bottom: .5rem;
  }
  .forms-item__block {
    width: 100%;
    padding-bottom: 3rem;
  }
  .forms-item__title {
    font-size: 2.6rem;
  }
  .forms-item__descr {
    font-size: 2rem;
  }
  .forms-item__image {
    height: 19rem;
  }
  .forms-item__image::after {
    width: 7rem;
    height: 7rem;
  }
  .forms-item__data {
    margin-top: 1.5rem;
  }
  .forms-item__volume {
    font-size: 1.6rem;
  }
  .forms-item__volume span {
    margin-right: 0.5rem;
  }
  .forms-item__availability {
    font-size: 1.5rem;
    padding-left: 2.4rem;
  }
  .forms-item__availability::before {
    width: 1.8rem;
    height: 1.8rem;
  }
  .forms-item__delivery-item {
    padding-left: 3.5rem;
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
  .forms-item__delivery-item:first-child::before {
    width: 2.7rem;
    height: 1.8rem;
  }
  .forms-item__delivery-item:last-child::before {
    width: 2.6rem;
    height: 2.3rem;
  }
  .forms-item__price-new {
    font-size: 2rem;
  }
  .forms-item__price-new span {
    font-family: 'Futura PT Heavy', sans-serif;
    font-size: 3.4rem;
  }
  .forms-item__price-old {
    font-size: 1.8rem;
  }
  .forms-item__price-old span {
    font-size: 3.2rem;
  }
  .forms-item__price-old span::after {
    height: .3rem;
  }
  .forms-item__modal {
    padding-bottom: 0.8rem;
    margin-top: 3.3rem;
    font-size: 2rem;
  }
  .certificates__title {
    font-size: 2.6rem;
  }
  .certificates__wrapper {
    margin-top: 2rem;
    flex-wrap: wrap;
  }
  .certificates-left {
    max-width: 100%;
  }
  .certificates-left__big-image {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .certificates-left__images-row {
    margin-top: 1.3rem;
  }
  .certificates-left__image-item {
    border-radius: 10%;
  }
  .certificates-right {
    max-width: 100%;
    margin-top: 2rem;
  }
  .certificates-right__wrapper {
    margin-top: 1rem;
  }
  .certificates-right__image {
    width: 48%;
  }
  .certificates-slider {
    margin-top: 1.5rem;
  }
  .certificates-slider__prev, .certificates-slider__next {
    width: 1.5rem;
    height: 3rem;
  }
  .certificates-slider__count {
    font-size: 2.2rem;
  }
  .certificates-slider__wrapper {
    margin-top: 1.5rem;
  }
  .certificates-slider__slide {
    padding: 2rem 1.5rem;
    border-radius: 1.5rem;
  }
  .certificates-slider__photo {
    width: 9rem;
    height: 9rem;
    margin-right: 1.5rem;
  }
  .certificates-slider__photo::after {
    width: 1.8rem;
    height: 1.4rem;
  }
  .certificates-slider__name {
    font-size: 2.4rem;
  }
  .certificates-slider__descr {
    font-size: 1.6rem;
  }
  .certificates-slider__review {
    font-size: 1.6rem;
    margin-top: 1.2rem;
  }
  .certificates-slider__review.hide {
    height: 6rem !important;
  }
  .certificates-slider__more {
    font-size: 1.8rem;
  }
  .reviews-tabs__item {
    max-width: 20rem;
    font-size: 1.8rem;
    padding: 1.2rem 1.5rem;
    margin: .5rem 1rem;
  }
  .reviews-text__slide {
    margin: 0 1.2rem;
  }
  .quiz-form {
    max-width: 100%;
  }
  .quiz-right {
    display: none;
  }
  .quiz__wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .quiz-right--final {
    max-width: 100%;
    order: -1;
  }
  .quiz-right__img {
    max-width: 30rem;
  }
  .faq {
    padding: 2rem 0;
    background-image: none;
    background-color: #ffffff;
    margin-bottom: 1rem;
  }
  .faq__wrapper {
    flex-wrap: wrap;
    padding-right: 0;
    padding-bottom: 2rem;
  }
  .faq-left, .faq-right {
    width: 100%;
  }
  .faq__item {
    padding-bottom: 1.8rem;
    padding-left: 3rem;
  }
  .faq__item::after {
    height: 0.21rem;
  }
  .faq__item-title {
    font-size: 1.8rem;
  }
  .faq__arrow {
    top: 0.5rem;
  }
  .faq__icon {
    width: 3.6rem;
    height: 3.6rem;
    font-size: 1.6rem;
    line-height: 3.6rem;
  }
  .faq__content {
    font-size: 1.6rem;
  }
  .faq-bottom {
    position: initial;
    transform: none;
    top: 0;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 1.5rem;
  }
  .faq-bottom__title {
    font-size: 2.2rem;
    max-width: 100%;
    width: 100%;
    margin-bottom: 1rem;
    text-align: center;
  }
  .faq-bottom__text {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 1.2rem;
  }
  .faq-bottom__text p {
    font-size: 2rem;
    margin-bottom: 0.4rem;
  }
  .faq-bottom__name {
    font-size: 2.8rem;
  }
  .gift__block {
    max-width: 100%;
    padding: 3vw 14vw 3vw 2vw;
  }
  .gift__image {
    width: 32vw;
  }
  .modal__politics {
    width: 95vw;
    padding: 3rem 2rem;
  }
  .modal-call {
    max-width: 100vw;
    padding-right: 24vw;
  }
  .modal-call__specialist {
    right: 5rem;
  }
  .modal-product {
    max-width: 100vw;
  }
  .modal-free__image {
    width: 34vw;
  }
  .lead__image {
    width: 35%;
  }
  .top--quiz .top__content {
    padding-right: 35%;
    margin-top: 6rem;
  }
  .top--quiz .top__title {
    font-size: 3rem;
  }
  .top--quiz .top-specialist {
    max-width: 18rem;
    right: 0;
    left: auto;
    top: 60%;
  }
  .top--quiz .top-specialist__descr {
    font-size: 1.4rem;
  }
  .top--quiz .top-specialist__name {
    font-size: 1.8rem;
  }
}

@media (max-width: 720px) {
  .discount__block {
    padding-left: 2rem;
    background-image: none;
  }
  .discount__block::before {
    display: none;
  }
  .differences__wrapper {
    flex-wrap: wrap;
  }
  .differences-left {
    max-width: 100%;
    margin-bottom: 6rem;
  }
  .differences-left__title {
    font-size: 2.3rem;
  }
  .differences-left .differences__list {
    padding-left: 4.6rem;
    padding-bottom: 3.3rem;
  }
  .differences-left .btn-blue {
    font-size: 1.6rem;
    max-width: 24rem;
    padding: 1.5rem 2rem;
  }
  .differences-right {
    max-width: 100%;
  }
  .differences-right__title {
    font-size: 2.3rem;
  }
  .differences__title {
    font-size: 2rem;
  }
  .differences__descr {
    font-size: 1.5rem;
  }
  .differences__list {
    padding-left: 5rem;
  }
  .differences__item::before {
    left: -4rem;
  }
  .gift__block {
    max-width: 100%;
    padding: 3vw 4vw 3vw 2vw;
  }
  .gift__image {
    width: 32vw;
  }
  .contacts__wrapper {
    flex-wrap: wrap;
  }
  .contacts__item--links {
    max-width: 50%;
  }
  .contacts__item--menu {
    max-width: 50%;
  }
  .contacts__item--advantages {
    max-width: 100%;
    margin-top: 1.5rem;
  }
  .footer__text {
    font-size: 1.4rem;
  }
  .footer__author {
    font-size: 1.3rem;
  }
  .lead {
    padding-right: 5%;
  }
  .lead__image {
    right: -6rem;
  }
  .top--quiz {
    padding-bottom: 6rem;
  }
  .top--quiz .top__content {
    padding-left: 0;
    padding-right: 30%;
  }
  .top--quiz .top__title {
    font-size: 2.8rem;
  }
  .top--quiz .top__descr {
    font-size: 2rem;
  }
  .top--quiz .top-specialist {
    top: 55%;
  }
  .top--quiz .top-bullets {
    margin-top: 3vw;
  }
  .top--quiz .top-bullets__item {
    position: relative;
    padding-left: 2.5rem;
    font-size: 1.6rem;
  }
  .top--quiz .top-bullets__item::before {
    width: 2.1rem;
    height: 2.1rem;
  }
  .reviews-video__slide {    
    height: 60vw;
  }
}

@media (max-width: 680px) {
  .modal-product__inputs-item {
    max-width: calc(100% - 11rem);
  }
  .modal-free {
    padding: 4vw 3rem;
    max-width: 90vw;
  }
  .modal-free__image {
    width: 38vw;
  }
  .policy-product .policy__text {
    text-align: center;
  }
  .top--quiz {
    background-position: 50% bottom;
    padding-bottom: 4rem;
  }
  .top--quiz .top__content {
    padding-left: 0;
    padding-right: 18%;
    margin-top: 10rem;
  }
  .top--quiz .top__title {
    font-size: 2.8rem;
  }
  .top--quiz .top__descr {
    font-size: 2rem;
  }
  .top--quiz .top-specialist {
    top: -8rem;
    right: 25%;
  }
  .top--quiz .top-bullets {
    margin-top: 3vw;
  }
  .top--quiz .top-bullets__item {
    position: relative;
    padding-left: 2.5rem;
    font-size: 1.6rem;
    width: 29%;
  }
  .top--quiz .top-bullets__item::before {
    width: 2.1rem;
    height: 2.1rem;
  }
  .top--quiz .top-bullets__item:nth-child(3n) {
    width: 42%;
  }
  .quiz__wrapper {
    border: 0.625rem solid #e9e9e9;
    outline: 0.5729rem solid #ffffff;
    outline-offset: -0.5273rem;
    border-radius: 2rem;
    overflow: hidden;
  }
  .gift-radio__button {
    border-radius: 1.5rem;
  }
}

@media (max-width: 620px) {
  .order {
    padding-top: 2.5rem;
  }
  .order__wrapper {
    margin-top: 5rem;
    flex-wrap: wrap;
  }
  .order__wrapper-item {
    max-width: 49%;
    margin-bottom: 5rem;
    min-height: 26rem;
  }
  .gift__block {
    max-width: 100%;
    padding: 3rem 2rem;
  }
  .gift__title {
    padding-right: 0;
  }
  .gift__image {
    width: 45%;
  }
  .gift-radio__items {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 1rem;
  }
  .gift__phone {
    padding: 1.4rem 1.5rem;
  }
  .gift__phone-input {
    max-width: 20rem;
  }
  .lead__title {
    padding-right: 0;
  }
  .lead__image {
    top: 50%;
    width: 45%;
    transform: translateY(-50%);
  }
  .lead-radio__items {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 1rem;
  }
  .lead__phone {
    padding: 1.4rem 1.5rem;
  }
  .lead__phone-input {
    max-width: 20rem;
  }
  .reviews__wrap {
    flex-wrap: wrap;
  }
  .reviews-doctors__wrapper {
    max-width: 100%;
    margin-bottom: 4rem;
  }
  .reviews-doctors__wrapper .reviews-text__slide {
    border: 0.625rem solid #e9e9e9;
    outline: 0.5729rem solid #ffffff;
    outline-offset: -0.5273rem;
  }
  .reviews-clients__wrapper {
    max-width: 100%;
  }
  .reviews--thank .reviews__subtitle {
    min-height: auto;
    text-align: center;
    font-size: 2.2rem;
  }
  .reviews--thank .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    bottom: -4rem;
  }
  .btn-back {
    font-size: 1.8rem;
    max-width: 30rem;
    margin-top: 3rem;
  }
}

@media (max-width: 590px) {
  .header-logo {
    max-width: none;
    width: auto;
  }
  .header-logo__text {
    display: none;
  }
  .top__content {
    margin-top: 2.5rem;
  }
  .top__image {
    margin-top: 2.5rem;
    padding-left: 3%;
    padding-right: 3%;
  }
  .top__image img {
    max-width: 125%;
    width: 125%;
    margin-left: -20%;
  }
  .top__title {
    font-size: 2.8rem;
  }
  .top__descr {
    font-size: 1.8rem;
    max-width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
    margin-top: 2rem;
  }
  .top--quiz {
    background-position: 60% bottom;
  }
  .top--quiz .top__content {
    padding-left: 0;
    padding-right: 18%;
    margin-top: 10rem;
  }
  .top--quiz .top__title {
    font-size: 2.6rem;
  }
  .top--quiz .top__descr {
    font-size: 1.8rem;
  }
  .top--thank .top__descr {
    font-size: 2rem;
    max-width: 100%;
    margin-top: 2rem;
  }
  .top--lead .header-socials,
  .top--lead .header-menu__btn {
    display: none;
  }
  .top--quiz .header-socials,
  .top--quiz .header-menu__btn {
    display: none;
  }
  .top--thank .header-socials,
  .top--thank .header-menu__btn {
    display: none;
  }
  .top--404 .header-socials,
  .top--404 .header-menu__btn {
    display: none;
  }
  .top--404 .top__title {
    margin-bottom: 3rem;
  }
  .circles span {
    width: 0.8rem;
    height: 0.8rem;
  }
  .circles-left {
    left: 0;
  }
  .circles-right {
    right: 0;
  }
  .indications::before {
    top: 70%;
  }
  .indications__list {
    background-size: 120%;
    background-position: bottom center;
    padding-bottom: 35%;
    padding-top: 3rem;
  }
  .indications__row {
    margin-bottom: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .indications__item {
    margin-bottom: 0.3rem;
  }
  .indications__item:nth-child(2) {
    margin-left: auto;
  }
  .effect__item {
    width: 100%;
    padding-right: 0;
  }
  .forms__wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .forms__subtitle {
    font-size: 2.2rem;
  }
  .forms-item {
    max-width: 80%;
  }
  .forms-item__image {
    height: 20rem;
  }
  .forms-item__image::after {
    right: 3rem;
  }
  .map__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .map__block {
    max-width: none;
    width: auto;
    left: 5%;
  }
  .map__image {
    max-width: 18rem;
    max-height: 15rem;
    margin-bottom: 2rem;
  }
  .map__image:last-child {
    margin-bottom: 0;
  }
  .map #map {
    height: 35rem;
  }
  .footer__wrapper {
    flex-wrap: wrap;
  }
  .footer__text:nth-child(2) {
    width: 100%;
    text-align: center;
    order: 3;
    margin-top: 1.5rem;
  }
  .modal-call {
    padding: 3rem 10% 30rem 2rem;
    background: url("../img/modal/rudenko.png") bottom right/60% no-repeat;
    background-color: #f4f5f6;
  }
  .modal-call__specialist {
    top: auto;
    bottom: 18rem;
    right: auto;
    left: 3rem;
    text-align: left;
    max-width: 23rem;
  }
  .modal-call__specialist-descr {
    font-size: 2rem;
  }
  .modal-call__specialist-name {
    font-size: 2.8rem;
    text-align: left;
  }
  .modal-call__title {
    font-size: 3rem;
  }
  .modal-call__advantages {
    margin-bottom: 2rem;
  }
  .modal-call__advantages-item {
    padding-left: 2rem;
    margin-right: 1.5rem;
  }
  .modal-call__advantages-item::before {
    width: 1.5rem;
    height: 1.5rem;
  }
  .modal-call__advantages-text {
    font-size: 1.4rem;
  }
  .modal-call__phone-input {
    max-width: 19rem;
    margin-right: 1.5rem;
  }
  .modal-call__phone {
    font-size: 1.6rem;
    padding: 2.2rem 2rem;
  }
  .modal-call__phone::-moz-placeholder {
    font-size: 1.6rem;
  }
  .modal-call__phone:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  .modal-call__phone::placeholder {
    font-size: 1.6rem;
  }
  .modal-product {
    padding: 3rem 2.8rem;
  }
  .modal-product__top {
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  .modal-product__certificates {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    min-height: 20vw;
    padding-top: 5rem;
  }
  .modal-product__certificates-image {
    width: 100%;
    max-width: 35rem;
  }
  .modal-product__certificates-link {
    font-size: 1.6rem;
  }
  .modal-product__availability {
    font-size: 1.6rem;
    padding-left: 1.5rem;
  }
  .modal-product__availability::before {
    width: 1.2rem;
    height: 1.2rem;
  }
  .modal-product__data {
    max-width: 100%;
  }
  .modal-product__data p {
    font-size: 1.8rem;
    margin-bottom: .5rem;
  }
  .modal-product__title {
    font-size: 2.2rem;
  }
  .modal-product__item p {
    font-size: 1.6rem;
    margin-bottom: .5rem;
  }
  .modal-product__item ul li {
    font-size: 1.6rem;
    margin-bottom: .3rem;
  }
  .modal-product__price-new {
    font-size: 1.6rem;
    margin-right: 1.7rem;
  }
  .modal-product__price-new span {
    font-size: 3.4rem;
  }
  .modal-product__price-old {
    font-size: 1.6rem;
  }
  .modal-product__price-old span {
    font-size: 3.4rem;
  }
  .modal-product__price-old span::after {
    height: 0.3rem;
  }
  .modal-product__advantages {
    justify-content: flex-start;
  }
  .modal-product__advantages-text br {
    display: none;
  }
  .modal-product__advantages-item {
    margin-right: 0;
    margin-left: 0;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
    max-width: 100%;
    width: 100%;
  }
  .modal-product__advantages-item::before {
    width: 2.2rem;
    height: 2.2rem;
  }
  .modal-product__advantages-text {
    font-size: 1.6rem;
  }
  .modal-product__form {
    max-width: 100%;
  }
  .modal-product__form-wrapper {
    flex-wrap: wrap;
  }
  .modal-product__form-title {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
  .modal-product__delivery {
    max-width: 100%;
    margin-bottom: 1rem;
    flex-direction: row;
  }
  .modal-product__delivery::after {
    display: none;
  }
  .modal-product__delivery::after {
    width: 0.2rem;
    height: 40%;
  }
  .modal-product__delivery-item {
    padding-left: 3.5rem;
    font-size: 1.4rem;
  }
  .modal-product__delivery-item:first-child {
    margin-bottom: 0;
  }
  .modal-product__delivery-item:first-child::before {
    width: 2.8rem;
    height: 2rem;
  }
  .modal-product__delivery-item:last-child::before {
    width: 2.5rem;
    height: 2.2rem;
  }
  .modal-product__label {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
  .modal-product__quantity {
    max-width: 9.7rem;
    padding: .7rem 1.5rem;
  }
  .modal-product__quantity .minus,
  .modal-product__quantity .plus {
    font-size: 2rem;
  }
  .modal-product__quantity-number {
    font-size: 1.7rem;
  }
  .modal-product__input {
    padding: 0.95rem 1.7708rem;
    font-size: 1.6rem;
  }
  .modal-product__input::-moz-placeholder {
    font-size: 1.6rem;
  }
  .modal-product__input:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  .modal-product__input::placeholder {
    font-size: 1.6rem;
  }
  .modal-product__input-quantity {
    margin-right: 1rem;
  }
  .modal-product__phone {
    font-size: 1.8rem;
  }
  .modal-product__phone::-moz-placeholder {
    font-size: 1.8rem;
  }
  .modal-product__phone:-ms-input-placeholder {
    font-size: 1.8rem;
  }
  .modal-product__phone::placeholder {
    font-size: 1.8rem;
  }
  .modal-product__description {
    font-size: 1.8rem;
  }
  .modal-free {
    max-width: 100vw;
  }
  .modal-free__image {
    width: 38vw;
  }
  .btn-top {
    max-width: 18rem;
  }
  .btn-404 {
    font-size: 2.2rem;
    padding: 1.2rem 1rem;
  }  
  .top--quiz .top-specialist {
    display: none;
  }
}

@media (max-width: 540px) {
  .btn,
  input {
    border-radius: 1.2rem !important;
  }
  .container {
    padding-top: 2rem;
  }
  .header > .container {
    padding-top: 0;
  }
  .title {
    font-size: 5.4vw;
    padding-top: 1rem;
  }
  .effect .title {
    padding-top: 1rem;
  }
  .discount__block {
    flex-direction: column;
  }
  .discount__text {
    width: 100%;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .discount__title {
    text-align: center;
  }
  .discount__form {
    width: 100%;
  }
  .discount__form .input-phone {
    margin-bottom: 1rem;
  }
  .video__photo {
    max-width: 90%;
    height: 50vw;
  }
  .video__play {
    width: 8rem;
    height: 8rem;
  }
  .video__play-pulse {
    width: 8rem;
    height: 8rem;
  }
  .certificates__title {
    font-size: 2.2rem;
  }
  .certificates-left__big-image {
    max-width: 100%;
  }
  .certificates-slider {
    margin-top: 1.5rem;
  }
  .certificates-slider__navigation {
    max-width: 19%;
  }
  .certificates-slider__count {
    font-size: 2rem;
  }
  .certificates-slider__photo {
    width: 8rem;
    height: 8rem;
  }
  .certificates-slider__name {
    font-size: 2.2rem;
  }
  .certificates-slider__descr {
    line-height: 1.1;
  }
  .quiz-click__text {
    font-size: 1.4rem;
    max-width: 16rem;
    margin-bottom: 1rem;
  }
  .quiz-semifinal__form {
    max-width: 100%;
  }
  .quiz-semifinal__form .iti {
    margin-bottom: 1rem !important;
  }
  .quiz-semifinal__image {
    flex-grow: initial;
    width: 23rem;
    order: -1;
    margin-bottom: 1.6rem;
  }
  .quiz-semifinal__subtitle {
    margin-bottom: 2.8rem;
    margin-top: 2rem;
  }
  .quiz-bottom {
    margin-top: 1rem;
  }
  .quiz-semifinal__wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .quiz-semifinal-radio__items {
    margin-bottom: 1.5rem;
  }
  .btn-quiz {
    width: 100%;
    max-width: 14rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 1.3rem;
  }
  .btn-arrow {
    width: 0.6rem;
  }
  .gift__block {
    padding: 2rem;
  }
  .gift__descr {
    order: 0;
  }
  .gift__title {
    font-size: 2.4rem;
    order: 1;
  }
  .gift__image {
    position: initial;
    width: 55%;
    margin-top: 2rem;
    order: 2;
    margin-bottom: 2rem;
  }
  .gift__form {
    order: 3;
  }
  .gift__form-title {
    text-align: center;
  }
  .gift__phone-input {
    max-width: 80%;
    margin-top: 1.6rem;
    margin-bottom: 1.2rem;
    margin-right: 0;
  }
  .policy-gift {
    margin-top: 2rem;
  }
  .btn-gift {
    max-width: 80%;
  }
  .contacts {
    padding-bottom: 1rem;
  }
  .contacts__wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
  }
  .contacts__item--links {
    max-width: 100%;
    margin-top: 1.5rem;
    align-items: center;
  }
  .contacts__item--menu {
    max-width: 100%;
    margin-top: 1.5rem;
  }
  .contacts__item--advantages {
    max-width: 100%;
    margin-top: 1.5rem;
  }
  .contacts-links__link {
    margin-bottom: 0.6rem;
  }
  .contacts-links__list--socials {
    display: flex;
    padding-left: 0;
  }
  .contacts__subtitle {
    font-size: 2.2rem;
    text-align: center;
  }
  .contacts__subtitle--inline {
    display: block;
  }
  .contacts-menu__list {
    align-items: center;
  }
  .contacts-menu__link {
    font-size: 1.8rem;
  }
  .modal-free__image {
    width: 44vw;
  }
  .lead__title {
    font-size: 2.4rem;
  }
  .lead__subtitle {
    font-size: 2rem;
  }
  .gift__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .gift__title {
    text-align: center;
  }
  .gift__form {
    justify-content: center;
    text-align: center;
  }
  .gift-radio__items {
    justify-content: center;
  }
  .reviews-video__wrapper .slick-prev {
    width: 4rem;
    height: 4rem;
    left: -1rem;
  }
  .reviews-video__wrapper .slick-next {
    width: 4rem;
    height: 4rem;
    right: -1rem;
  }
}

@media (max-width: 490px) {
  .title {
    font-size: 6vw;
  }
  .header-logo__img {
    width: 5.5rem;
    height: 5.5rem;
    margin-right: 1rem;
  }
  .header__top {
    flex-wrap: wrap;
  }
  .header-socials {
    max-width: 100%;
    order: 5;
    margin-top: 1rem;
  }
  .header-socials__text {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    font-size: 1.8rem;
    margin-right: 1.5rem;
  }
  .header-socials__text br {
    display: none;
  }
  .header-socials__link {
    width: 3.5rem;
    height: 3.5rem;
    margin-top: 0;
    margin-right: 1rem;
  }
  .header-links__text {
    margin-bottom: 0.5rem;
  }
  .header-links__item {
    margin-bottom: 0.5rem;
  }
  .indications__item {
    padding: 1rem 2rem 1rem 4rem;
  }
  .indications__text {
    font-size: 1.4rem;
  }
  .differences-left__title, .differences-right__title {
    font-size: 2.8rem;
  }
  .icon-check::before,
  .icon-cross::before {
    width: 2.4rem;
    height: 2.4rem;
  }
  .forms::before {
    display: none;
  }
  .forms__wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .forms__subtitle {
    font-size: 2.2rem;
  }
  .forms-item {
    max-width: 90%;
  }
  .forms-item__title {
    padding: .8rem 2.2rem;
  }
  .forms-item__image {
    height: 20rem;
  }
  .forms-item__image::after {
    right: 3rem;
  }
  .reviews-tabs__item {
    max-width: 48%;
    font-size: 1.8rem;
    padding: 1.2rem 1.5rem;
    margin: .5rem 1%;
  }
  .reviews-text__name {
    font-size: 2.6rem;
  }
  .order__wrapper {
    margin-top: 4.5rem;
  }
  .order__wrapper-item {
    max-width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 4rem;
    min-height: 26rem;
  }
  .gift__block {
    padding: 2rem 1.5rem;
  }
  .gift__descr {
    margin-bottom: 1rem;
  }
  .gift__title {
    margin-bottom: 1rem;
  }
  .gift-radio__items {
    margin-right: 0.5rem;
  }
  .gift-radio__button {
    min-width: 7rem;
    padding: 0.7rem 0.3rem;
  }
  .gift__image {
    width: 29rem;
  }
  .gift-radio__icon {
    width: 4rem;
    height: 4rem;
  }
  .gift-radio__text {
    font-size: 1.3rem;
  }
  .map__title {
    font-size: 2.4rem;
  }
  .to_top {
    position: fixed;
    right: 1.5rem;
    bottom: 2rem;
    width: 4.5rem;
    height: 4.5rem;
    padding: .9rem;
  }
  .to_top::before {
    border: 1.3rem solid transparent;
    border-bottom: 1.6rem solid #fff;
  }
  .btn-call {
    max-width: 100%;
    font-size: 1.6rem;
    padding: 1rem 1.5rem;
  }
  .modal__politics {
    width: 95vw;
    padding: 3rem 1rem;
  }
  .modal__politics h2 {
    font-size: 2.5rem;
  }
  .modal-call {
    top: 2rem;
    left: 0;
    transform: none;
    padding-right: 2rem;
  }
  .modal-call__phone-input {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 1.2rem;
  }
  .modal-free__phone-input {
    padding: 1.2rem 1rem;
  }
  .modal-product__form .iti {
    max-width: 100%;
    margin-bottom: 1.2rem;
  }
  .modal-product__phone {
    padding: 1.2rem;
  }
  .btn-product {
    max-width: 100%;
    margin: 0;
    margin-bottom: 1rem;
  }
  .lead {
    padding-left: 0;
    padding-right: 0;
  }
  .lead__descr {
    margin-bottom: 1.9rem;
  }
  .lead__title {
    margin-bottom: 1.9rem;
  }
  .lead__subtitle {
    margin-bottom: 1.8rem;
  }
  .lead__image {
    width: 50%;
  }
  .lead-radio__items {
    margin-right: 0.5rem;
  }
  .lead-radio__button {
    min-width: 7rem;
    padding: 0.7rem 0.3rem;
  }
  .lead-radio__icon {
    width: 4rem;
    height: 4rem;
  }
  .lead-radio__text {
    font-size: 1.3rem;
  }
  .top--quiz {
    background-position: 60% bottom;
  }
  .top--quiz .top__content {
    padding-left: 0;
    padding-right: 10%;
    margin-top: 8rem;
  }
  .top--quiz .top__title {
    font-size: 2.6rem;
  }
  .top--quiz .top__descr {
    font-size: 1.8rem;
  }
  .top--quiz .top-specialist {
    top: -6.5rem;
  }
  .top--quiz .top-bullets__item {
    width: 50% !important;
  }
  .certificates-slider__more {
    font-size: 1.5rem;
  }
  .certificates-slider__review p {
    font-size: 1.5rem;
  }
}

@media (max-width: 460px) {
  section {
    padding: 2.2rem 0 !important;
  }
  section.indications {
    padding-bottom: 0 !important;
  }
  .modal-product__quantity,
  .iti--allow-dropdown {
    border-radius: 1.2rem !important;
    overflow: hidden !important;
  }
  .modal-order__buttons-item,
  .reviews-tabs__item,
  .quiz-option__wrapper {
    overflow: hidden;
    border-radius: 1.1rem !important;
  }
  .top {
    padding: 3rem 0;
  } 
  .reviews::before {
    top: 3rem;
  }
  .modal-call__phone {
    padding: 1.5rem;
  }
  .modal-product__phone {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .modal-product__input {
    padding: 1.098rem 1.5rem;
  }
  .modal-free {
    padding: 4rem 2rem;
  }
  .modal-free__form {
    max-width: 75%;
  }
  .modal-free__phone {
    max-width: 100%;
  }
  .modal-free__image {
    width: 40vw;
  }
  .modal-free__radio-button {
    min-width: 8rem;
  }
  .modal-free__radio-icon {
    width: 3.5rem;
    height: 3.5rem;
  }
  .modal-free__radio-text {
    font-size: 1.4rem;
  }
  .top--404 .top__title {
    padding-top: 10%;
    font-size: 2.8rem;
  }
  .top--404 .top__image {
    width: calc(100vw + 3rem);
    left: -1.5rem;
    bottom: -35vw;
  }
  .discount {
    margin-top: -8rem;
  }  
  .effect__man {
    position: initial;
    order: 2;
    height: auto;
    width: 70%;
  }
  .quiz-option {
    max-width: 100%;
  }
  .quiz-options--blocks {
    justify-content: center;
  }
  .quiz-options--blocks .quiz-option {
    max-width: 48%;
    margin-bottom: 1.4rem;
    margin-left: 1%;
    margin-right: 1%;
  }
  .quiz-options--blocks .quiz-option__wrapper {
    overflow: visible;
  }
  .quiz-bottom.first {
    justify-content: center;
  }
  .quiz-bottom.first .quiz-click__text {
    max-width: 100%;
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
  .btn-quiz {
    font-size: 1.5rem;
  }
  .btn-quiz__text {
    font-size: 1.5rem;
  }
  .faq__wrapper {
    margin-top: 3.5rem;
  }
  .faq__item {
    margin-bottom: 2.8rem;
    padding-bottom: 1.4rem;  
  }
  .modal-product__delivery {
    flex-wrap: wrap;
  }
  .modal-product__delivery-item {
    margin: 0.9rem 0 !important;
  }
}

@media (max-width: 420px) {
  html {
    font-size: 9px;
  }
  .title {
    font-size: 8vw;
  }
  .header-menu__item {
    margin: 0;
  }
  .header-menu__link {
    display: block;
    margin: 0.3rem 0;
    font-size: 1.6rem;
  }
  .header-menu__close {
    top: 2rem;
    right: 2rem;
  }
  .discount__block {
    padding: 2rem 1.5rem;
  }
  .video__photo {
    max-width: 100%;
    height: 55vw;
  }
  .video__play {
    width: 7rem;
    height: 7rem;
  }
  .video__play-pulse {
    width: 7rem;
    height: 7rem;
  }
  .indications__list {
    background-position: bottom left;
    padding-bottom: 18%;
  }
  .indications__item {
    margin-bottom: 0.8rem;
  }
  .indications__item:nth-child(2) {
    margin-left: initial;
  }
  .differences-left .differences__list {
    padding-left: 3.5rem;
  }
  .differences-right .differences__list {
    padding-left: 3.89rem;
  }
  .differences__item::before {
    left: -3.3rem;
  }
  .effect__item {
    margin-bottom: 1rem;
  }
  .certificates__title {
    font-size: 2rem;
    text-align: center;
  }
  .certificates__title br {
    display: none;
  }
  .certificates-right__wrapper {
    justify-content: center;
  }
  .certificates-right__image {
    margin-left: 1%;
    margin-right: 1%;
  }
  .certificates-right__item {
    width: 100%;
    margin-bottom: 1rem;
  }
  .certificates-slider {
    margin-top: 2rem;
  }
  .certificates-slider__top {
    flex-direction: column;
    text-align: center;
  }
  .certificates-slider .certificates__title {
    max-width: 72%;
    text-align: left;
  }
  .certificates-slider__navigation {
    max-width: 26%;
  }
  .certificates-slider__count {
    font-size: 2rem;
  }
  .certificates-slider__photo {
    width: 9rem;
    height: 9rem;
    margin-right: 0;
    margin-bottom: 1.2rem;
  }
  .certificates-slider__name {
    font-size: 2.4rem;
    text-align: center;
  }
  .certificates-slider__descr {
    font-size: 1.8rem;
  }
  .certificates-slider__review {
    font-size: 1.8rem;
  }
  .certificates-slider__review.hide {
    height: 6.18rem !important;
  }
  .btn-quiz {
    margin: 0.4rem 0;
  }
  .btn-product {
    font-size: 1.6rem;
    margin-left: auto;
    margin-right: auto;
  }
  .btn-free {
    max-width: 100%;
  }
  .quiz-options--blocks .quiz-option__wrapper {
    min-height: 14rem;
  }
  .contacts-links__social-link {
    width: 4rem;
    height: 4rem;
  }
  .contacts-menu__item {
    text-align: center;
  }
  .contacts-menu__link {
    font-size: 2.2rem;
  }
  .map__block {
    width: 100%;
    top: auto;
    bottom: .5rem;
    left: 0;
    transform: none;
  }
  .map__wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .map__image {
    max-width: 48%;
    max-height: none;
    margin-bottom: 0;
  }
  .map #map {
    height: 40rem;
  }
  .modal-product__form .iti {
    max-width: 100%;
    background-color: #eeeff0;
    margin-bottom: 0.8rem;
  }
  .modal-product__phone {
    padding: 1.2rem;
  }
  .modal-free {
    padding: 4rem 2rem;
  }
  .modal-free__form {
    max-width: 75%;
  }
  .modal-free__phone {
    max-width: 100%;
  }
  .modal-free__image {
    width: 40vw;
  }
  .modal-free__radio-button {
    min-width: 8rem;
  }
  .modal-free__radio-icon {
    width: 3.5rem;
    height: 3.5rem;
  }
  .modal-free__radio-text {
    font-size: 1.4rem;
  }
  .policy-product {
    max-width: 100%;
  }
  .policy-product .policy__text {
    font-size: 1.4rem;
    text-align: left;
  }
  .policy-free {
    max-width: 100%;
  }
  .policy-free .policy__text {
    font-size: 1.4rem;
  }
  .top--quiz {
    background-position: 62% bottom;
  }
  .top--quiz .top__title {
    margin-bottom: 1.5rem;
  }
  .top--quiz .top__descr {
    font-size: 1.9rem;
    padding-left: 0;
    margin-bottom: 2rem;
  }
  .top--quiz .top-bullets__item {
    width: 50% !important;
  }
  .top--quiz .top-bottom {
    flex-wrap: wrap;
  }
  .top--quiz .top-bottom__text {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
  .top--quiz .circles {
    display: none;
  }
  .lead__image {
    top: 52%;
    width: 66%;
  }  
  .reviews-video__slide {
    height: 70vw;
  }
  .quiz__wrapper>.quiz-semifinal__title.show {
    font-size: 2.8rem;
  }
  .quiz-option {
    margin-bottom: 1.1rem;
  }  
  .gift__phone-input {
    max-width: 100%;
  }
  .btn-gift {
    max-width: 100%;
  }
}

@media (max-width: 390px) {
  .header__top {
    flex-wrap: wrap;
  }
  .header-socials__text {
    font-size: 1.4rem;
    margin-right: 1.2rem;
  }
  .header-socials__link {
    width: 3rem;
    height: 3rem;
    margin-right: .8rem;
  }
  .header-menu__burger {
    width: 2.8rem;
    height: 2.4rem;
  }
  .top__title {
    font-size: 2.5rem;
  }
  .top__descr {
    padding: 0;
  }
  .top__image {
    margin-top: 3.5rem;
    padding: 0;
  }
  .circles {
    display: none;
  }
  .btn-call {
    max-width: 100%;
  }
  .gift__phone {
    font-size: 1.6rem;
  }
  .gift__phone::-moz-placeholder {
    font-size: 1.6rem;
  }
  .gift__phone:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  .gift__phone::placeholder {
    font-size: 1.6rem;
  }
  .modal__politics {
    width: 95vw;
    padding: 3rem 1rem;
  }
  .modal__politics h2 {
    font-size: 2.5rem;
  }
  .modal-call {
    padding-right: 2rem;
    background-size: 70%;
  }
  .modal-call__phone-input {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 1.2rem;
  }
  .modal-free__form {
    margin-top: 2rem;
    max-width: 85%;
  }
  .modal-free__image {
    width: 40vw;
  }
  .lead__phone {
    font-size: 1.6rem;
  }
  .lead__phone::-moz-placeholder {
    font-size: 1.6rem;
  }
  .lead__phone:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  .lead__phone::placeholder {
    font-size: 1.6rem;
  }
  .lead__phone-input {
    max-width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 360px) {
  .modal-free__form {
    max-width: 100%;
  }
  .modal-free__image {
    width: 40vw;
  }
  .top--quiz {
    background-position: 68% bottom;
  }
  .top--quiz .top__descr {
    font-size: 1.9rem;
    padding-left: 0;
  }
  .top--quiz .top-bullets__item {
    width: 50% !important;
  }
  .top--quiz .top-bottom__text {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
  .modal-call__advantages {
    margin-top: 2rem;
  }
  .modal-call__advantages-item {
    width: 100%;
    margin-bottom: 1rem;
  }
  .modal-call__advantages-text {
    font-size: 1.5rem;
  }
  .modal-call__advantages-text br {
    display: none;
  }
}

@media (max-height: 460px) {
  .header-menu__wrapper {
    position: absolute;
    top: 3rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 80%;
  }
  .header-menu__close {
    top: -2.5rem;
    right: -1.5rem;
  }
}

@media (min-height: 560px) and (max-width: 970px) {
  .top--404 .top__content {
    min-height: 78vh;
  }
}

@media (min-height: 1300px) {
  .top--404 .top__content {
    min-height: 82vh;
  }
}

.hidden {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}