.ever-popup-build {
  opacity: 0;
  z-index: -1;
  position: fixed;
  top: 0;
  left: -9999px;
}

.ever-popup__body.ever-mobile {
  display: none;
}

.ever-popup {
  z-index: 111;
  background: #000000b3;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
}

.ever-popup__body {
  float: none;
  width: auto;
  margin: 0 auto;
  display: block;
  position: static;
}

.ever-popup.show {
  align-items: center;
  display: block;
}

.ever-popup__inner {
  margin: 0 auto;
  padding-top: 35px;
  position: relative;
}

.ever-popup__close {
  cursor: pointer;
  z-index: 1;
  -o-transition: .3s;
  width: 35px;
  height: 30px;
  transition: all .3s;
  position: absolute;
  top: 0;
  right: 0;
}

.ever-popup__close:after, .ever-popup__close:before {
  content: "";
  background: #fff;
  width: 35px;
  height: 10px;
  transition: all 1s;
  position: absolute;
  top: 10px;
  right: 0;
}

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

.ever-popup__close:before {
  transform: rotate(45deg);
}

@media screen and (width >= 1000px) {
  .ever-popup__body.ever-desktop {
    display: none;
  }

  .ever-popup__body.ever-mobile {
    display: block;
  }

  .phoneBtnContainer {
    visibility: hidden;
    cursor: pointer;
    z-index: 99;
    -webkit-backface-visibility: hidden;
    -o-transition: visibility .5s;
    background-color: #0000;
    width: 200px;
    height: 200px;
    transition: visibility .5s;
    position: fixed;
    bottom: 10px;
    right: 10px;
    -webkit-transform: translateZ(0);
  }

  .cbh-phone.cbh-show {
    visibility: visible;
  }

  @keyframes fadeInRight {
    0% {
      opacity: 0;
      transform: translate3d(100%, 0, 0);
    }

    100% {
      opacity: 1;
      transform: none;
    }
  }

  @-webkit-keyframes fadeInRightBig {
    0% {
      opacity: 0;
      transform: translate3d(2000px, 0, 0);
    }

    100% {
      opacity: 1;
      transform: none;
    }
  }

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

    100% {
      opacity: 0;
      transform: translate3d(100%, 0, 0);
    }
  }

  .fadeOutRight {
    animation-name: fadeOutRight;
  }

  .cbh-phone.cbh-static1 {
    opacity: .6;
  }

  .cbh-phone.cbh-hover1 {
    opacity: 1;
  }

  .cbh-ph-circle {
    opacity: .1;
    -ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -o-transition: all .5s;
    background-color: #0000;
    border: 2px solid #1e1e1e66;
    border-radius: 100%;
    width: 160px;
    height: 160px;
    transition: all .5s;
    animation: 1.2s ease-in-out infinite cbh-circle-anim;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .cbh-phone.cbh-active .cbh-ph-circle1 {
    -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    animation: 1.1s ease-in-out infinite cbh-circle-anim !important;
  }

  .cbh-phone.cbh-static .cbh-ph-circle {
    -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    animation: 2.2s ease-in-out infinite cbh-circle-anim !important;
  }

  .cbh-phone.cbh-hover .cbh-ph-circle {
    opacity: .5;
    border-color: #00aff2;
  }

  .cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
    opacity: .5;
    border-color: #75eb50;
  }

  .cbh-phone.cbh-green .cbh-ph-circle {
    opacity: .5;
    border-color: #00aff2;
  }

  .cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
    opacity: .5;
    border-color: #ccc;
  }

  .cbh-phone.cbh-gray .cbh-ph-circle {
    opacity: .5;
    border-color: #75eb50;
  }

  .cbh-ph-circle-fill {
    opacity: .1;
    -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -o-transition: all .5s;
    background-color: #000;
    border: 2px solid #0000;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    transition: all .5s;
    animation: 2.3s ease-in-out infinite cbh-circle-fill-anim;
    position: absolute;
    top: 50px;
    left: 50px;
  }

  .cbh-phone.cbh-active .cbh-ph-circle-fill {
    -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: 1.7s ease-in-out infinite cbh-circle-fill-anim !important;
  }

  .cbh-phone.cbh-static .cbh-ph-circle-fill {
    -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important;
    animation: 2.3s ease-in-out infinite cbh-circle-fill-anim !important;
  }

  .cbh-phone.cbh-hover .cbh-ph-circle-fill {
    background-color: #00aff280;
    opacity: .75 !important;
  }

  .cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
    background-color: #75eb5080;
    opacity: .75 !important;
  }

  .cbh-phone.cbh-green .cbh-ph-circle-fill {
    background-color: #00aff280;
    opacity: .75 !important;
  }

  .cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
    background-color: #cccccc80;
    opacity: .75 !important;
  }

  .cbh-phone.cbh-gray .cbh-ph-circle-fill {
    background-color: #75eb5080;
    opacity: .75 !important;
  }

  .cbh-ph-img-circle1 {
    opacity: .7;
    -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    background-color: #1e1e1e1a;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==");
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid #0000;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    animation: 1s ease-in-out infinite cbh-circle-img-anim;
    position: absolute;
    top: 70px;
    left: 70px;
  }

  .cbh-phone.cbh-active .cbh-ph-img-circle1 {
    -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    animation: 1s ease-in-out infinite cbh-circle-img-anim !important;
  }

  .cbh-phone.cbh-static .cbh-ph-img-circle1 {
    -ms-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
    animation: ease-in-out infinite cbh-circle-img-anim !important;
  }

  .cbh-phone.cbh-hover .cbh-ph-img-circle1 {
    background-color: #00aff2;
  }

  .cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
    background-color: #75eb50;
  }

  .cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: #00aff2;
  }

  .cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
    background-color: #ccc;
  }

  .cbh-phone.cbh-gray .cbh-ph-img-circle1 {
    background-color: #75eb50;
  }

  @-moz-keyframes cbh-circle-anim {
    0% {
      opacity: .1;
      -moz-opacity: .1;
      -webkit-opacity: .1;
      -o-opacity: .1;
      -moz-transform: rotate(0)scale(.5)skew(1deg);
    }

    30% {
      opacity: .5;
      -moz-opacity: .5;
      -webkit-opacity: .5;
      -o-opacity: .5;
      -moz-transform: rotate(0)scale(.7)skew(1deg);
    }

    100% {
      opacity: .6;
      -moz-opacity: .6;
      -webkit-opacity: .6;
      -o-opacity: .1;
      -moz-transform: rotate(0)scale(1)skew(1deg);
    }
  }

  @-webkit-keyframes cbh-circle-anim {
    0% {
      -webkit-opacity: .1;
      -webkit-transform: rotate(0)scale(.5)skew(1deg);
    }

    30% {
      -webkit-opacity: .5;
      -webkit-transform: rotate(0)scale(.7)skew(1deg);
    }

    100% {
      -webkit-opacity: .1;
      -webkit-transform: rotate(0)scale(1)skew(1deg);
    }
  }

  @-o-keyframes cbh-circle-anim {
    0% {
      -o-transform: rotate(0deg) kscale(.5) skew(1deg);
      -o-opacity: .1;
    }

    30% {
      -o-opacity: .5;
      -o-transform: rotate(0)scale(.7)skew(1deg);
    }

    100% {
      -o-opacity: .1;
      -o-transform: rotate(0)scale(1)skew(1deg);
    }
  }

  @keyframes cbh-circle-anim {
    0% {
      opacity: .1;
      transform: rotate(0)scale(.5)skew(1deg);
    }

    30% {
      opacity: .5;
      transform: rotate(0)scale(.7)skew(1deg);
    }

    100% {
      opacity: .1;
      transform: rotate(0)scale(1)skew(1deg);
    }
  }

  @-moz-keyframes cbh-circle-fill-anim {
    0% {
      opacity: .2;
      -moz-transform: rotate(0)scale(.7)skew(1deg);
    }

    50% {
      -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
      opacity: .2;
    }

    100% {
      opacity: .2;
      -moz-transform: rotate(0)scale(.7)skew(1deg);
    }
  }

  @-webkit-keyframes cbh-circle-fill-anim {
    0% {
      opacity: .2;
      -webkit-transform: rotate(0)scale(.7)skew(1deg);
    }

    50% {
      opacity: .2;
      -webkit-transform: rotate(0)scale(1)skew(1deg);
    }

    100% {
      opacity: .2;
      -webkit-transform: rotate(0)scale(.7)skew(1deg);
    }
  }

  @-o-keyframes cbh-circle-fill-anim {
    0% {
      opacity: .2;
      -o-transform: rotate(0)scale(.7)skew(1deg);
    }

    50% {
      opacity: .2;
      -o-transform: rotate(0)scale(1)skew(1deg);
    }

    100% {
      opacity: .2;
      -o-transform: rotate(0)scale(.7)skew(1deg);
    }
  }

  @keyframes cbh-circle-fill-anim {
    0% {
      opacity: .2;
      transform: rotate(0)scale(.7)skew(1deg);
    }

    50% {
      opacity: .2;
      transform: rotate(0)scale(1)skew(1deg);
    }

    100% {
      opacity: .2;
      transform: rotate(0)scale(.7)skew(1deg);
    }
  }

  @keyframes cbh-circle-img-anim {
    0% {
      transform: rotate(0)scale(1)skew(1deg);
    }

    10% {
      transform: rotate(-25deg)scale(1)skew(1deg);
    }

    20% {
      transform: rotate(25deg)scale(1)skew(1deg);
    }

    30% {
      transform: rotate(-25deg)scale(1)skew(1deg);
    }

    40% {
      transform: rotate(25deg)scale(1)skew(1deg);
    }

    100%, 50% {
      transform: rotate(0)scale(1)skew(1deg);
    }
  }

  @-moz-keyframes cbh-circle-img-anim {
    0% {
      transform: rotate(0)scale(1)skew(1deg);
    }

    10% {
      -moz-transform: rotate(-25deg)scale(1)skew(1deg);
    }

    20% {
      -moz-transform: rotate(25deg)scale(1)skew(1deg);
    }

    30% {
      -moz-transform: rotate(-25deg)scale(1)skew(1deg);
    }

    40% {
      -moz-transform: rotate(25deg)scale(1)skew(1deg);
    }

    100%, 50% {
      -moz-transform: rotate(0)scale(1)skew(1deg);
    }
  }

  @-webkit-keyframes cbh-circle-img-anim {
    0% {
      -webkit-transform: rotate(0)scale(1)skew(1deg);
    }

    10% {
      -webkit-transform: rotate(-25deg)scale(1)skew(1deg);
    }

    20% {
      -webkit-transform: rotate(25deg)scale(1)skew(1deg);
    }

    30% {
      -webkit-transform: rotate(-25deg)scale(1)skew(1deg);
    }

    40% {
      -webkit-transform: rotate(25deg)scale(1)skew(1deg);
    }

    100%, 50% {
      -webkit-transform: rotate(0)scale(1)skew(1deg);
    }
  }

  @-o-keyframes cbh-circle-img-anim {
    0% {
      -o-transform: rotate(0)scale(1)skew(1deg);
    }

    10% {
      -o-transform: rotate(-25deg)scale(1)skew(1deg);
    }

    20% {
      -o-transform: rotate(25deg)scale(1)skew(1deg);
    }

    30% {
      -o-transform: rotate(-25deg)scale(1)skew(1deg);
    }

    40% {
      -o-transform: rotate(25deg)scale(1)skew(1deg);
    }

    100%, 50% {
      -o-transform: rotate(0)scale(1)skew(1deg);
    }
  }

  .cbh-phone.cbh-green .cbh-ph-circle {
    border-color: #00aff2;
  }

  .cbh-phone.cbh-green .cbh-ph-circle-fill, .cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: #00aff2;
  }

  body, div, dl, dt, dd, ul, ol, li, nav, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, a {
    transform-origin: center;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

::-ms-clear {
  display: none;
}

.container, .wrap-fluid {
  padding-left: 10px;
  padding-right: 10px;
}

*, .reviews__item, .slick-slider {
  box-sizing: border-box;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden;
}

.slick-dots, ol, ul {
  list-style: none;
}

.reviews__item, .slick-dots li button, .slick-dots li button:focus, .slick-dots li button:hover, .slick-list:focus, .slick-next, .slick-prev, .slick-slide, a, a:focus, button, button:focus, input, input:focus {
  outline: 0;
}

.form, .slick-dots, .title {
  text-align: center;
}

.nav__list, .price {
  justify-content: space-between;
}

.btn, .slick-list, svg {
  overflow: hidden;
}

.container {
  width: 100%;
  margin: 0 auto;
}

@media (width >= 480px) {
  .container {
    width: 480px;
  }
}

@media (width >= 640px) {
  .container {
    width: 640px;
  }
}

@media (width >= 768px) {
  .container {
    width: 768px;
  }
}

@media (width >= 1024px) {
  .container {
    width: 1024px;
  }
}

@media (width >= 1200px) {
  .container {
    width: 1190px;
  }
}

.wrap-fluid {
  margin-left: auto;
  margin-right: auto;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.row:after, .row:before, .wrap-fluid:after, .wrap-fluid:before, .wrap:after, .wrap:before {
  content: "";
  clear: both;
  display: table;
}

.slick-list, .slick-slider, .slick-track, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  font: inherit;
  vertical-align: baseline;
  border: 0;
  margin: 0;
  padding: 0;
}

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text-bold, .title {
  font-weight: 700;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

br {
  font-size: 0;
  line-height: 1;
}

a {
  text-decoration: none;
}

button {
  border: none;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

::-moz-focus-outer {
  border: 0;
  padding: 0;
}

.slick-slider {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.slick-list {
  margin: 0;
  padding: 0;
  position: relative;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
  left: 0;
}

.slick-track:after, .slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  border: 1px solid #0000;
  height: auto;
  display: block;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots, .slick-next, .slick-prev {
  padding: 0;
  display: block;
  position: absolute;
}

.slick-loading .slick-list {
  background: #fff;
}

.slick-next, .slick-prev {
  cursor: pointer;
  color: #0000;
  background: none;
  border: none;
  width: 20px;
  height: 20px;
  font-size: 0;
  line-height: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: #0000;
  background: none;
  outline: 0;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25;
}

.slick-next:before, .slick-prev:before {
  opacity: .75;
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

.slick-next:before, [dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-dots {
  width: 100%;
  margin: 0;
  bottom: -25px;
  left: 0;
}

.slick-dots li {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  display: inline-block;
  position: relative;
}

.slick-dots li button {
  cursor: pointer;
  color: #0000;
  background: none;
  border: 0;
  width: 20px;
  height: 20px;
  padding: 5px;
  font-size: 0;
  line-height: 0;
  display: block;
}

.form, .form__head:after {
  background-color: #f1f4f6;
}

.form:after, .form__footer, .form__label:before {
  background-repeat: no-repeat;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: "";
  text-align: center;
  opacity: .25;
  color: #000;
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000;
}

body {
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

img {
  max-width: 100%;
}

.title {
  color: #4a5665;
  margin: 0 auto;
  font-size: 44px;
  line-height: 1;
}

.main-color {
  color: #de3875;
}

.text-black {
  font-weight: 900;
}

.nowrap {
  white-space: nowrap;
}

.form {
  border: 4px solid #f39167;
  border-radius: 10px;
  max-width: 269px;
  position: relative;
  box-shadow: 0 0 20px 5px #c4aaa080;
}

.form:after {
  content: "";
  background-image: url("form-arrow.fca62c69.svg");
  background-size: contain;
  width: 53px;
  height: 286px;
  display: block;
  position: absolute;
  top: 123px;
  right: -42px;
}

.btn:before, .form__label:before {
  content: "";
  top: 50%;
}

.form__head {
  z-index: 0;
  padding: 18px 16px 12px;
  position: relative;
}

.form__head:after {
  z-index: -1;
  content: "";
  width: 135px;
  height: 135px;
  display: block;
  position: absolute;
  bottom: 0;
  left: -3px;
  transform: translateY(50%)translateX(50%)scaleY(.12)scaleX(1.37)rotate(45deg);
}

.form__period {
  margin-bottom: 8px;
  font-size: 14px;
}

.form__title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.form__date {
  color: #f39167;
  margin-top: 2px;
  line-height: 24px;
  display: inline-block;
}

.form__body {
  background-color: #fff;
  padding: 23px 16px 20px;
}

.form__text {
  color: #4a5665;
  margin-bottom: 13px;
  font-size: 16px;
}

.form__label {
  max-width: 220px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.form__label:before {
  background-image: url("ico-name.cd33708b.svg");
  background-position: 50%;
  background-size: contain;
  width: 22px;
  height: 24px;
  display: block;
  position: absolute;
  left: 20px;
  transform: translateY(-50%);
}

.form__label--tel:before {
  background-image: url("ico-phone.ed3743aa.svg");
}

.form__label input {
  color: #666;
  border: 1px solid #dedddd;
  border-radius: 5px;
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 18px;
  padding-left: 54px;
  font-size: 16px;
  box-shadow: inset 1px 3px 5px #22232717;
}

.form__label input:focus, .form__label input:hover {
  box-shadow: inset 0 0 10px 2px #22232733;
}

.form__lastpack {
  margin-top: 7px;
  font-size: 16px;
  font-weight: 500;
}

.form__lastpack .lastpack {
  color: #f39167;
}

.form__footer {
  color: #1f1f1f;
  background-image: url("ico-pay.a0bc6a2c.svg");
  background-position: 30px;
  padding: 20px 16px 20px 45px;
  font-size: 15px;
}

.price {
  flex-wrap: wrap;
  margin-top: 16px;
  display: flex;
}

.price__caption {
  text-align: left;
  margin-bottom: 2px;
}

.center, .subtitle {
  text-align: center;
}

.price__old {
  flex-direction: column;
  margin-left: auto;
  margin-right: 5px;
  display: flex;
  position: relative;
}

.price__old:before {
  content: "";
  background-color: #d1d0d099;
  width: 1px;
  height: 54px;
  display: block;
  position: absolute;
  right: -10px;
}

.price__old .price__value {
  margin-top: 13px;
}

.price__old .price__caption {
  color: #666;
  font-size: 13px;
  font-weight: 400;
}

.price__old .price__num {
  color: #3a3a3a;
  font-size: 28px;
  position: relative;
}

.price__old .price__num:after, .price__old .price__num:before {
  content: "";
  background-color: #f01d07;
  width: 112%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(18deg);
}

.btn, .price__new {
  margin-right: auto;
  position: relative;
}

.price__old .price__num:after {
  transform: rotate(-18deg);
}

.price__old .price__currency {
  color: #3a3a3a;
  font-size: 16px;
}

.price__new {
  flex-direction: column;
  margin-left: 5px;
  display: flex;
  left: 10px;
}

.btn, .nav {
  margin-left: auto;
}

.price__new .price__value {
  color: #de3875;
}

.price__new .price__caption {
  color: #30302f;
  font-size: 14px;
}

.price__new .price__num {
  letter-spacing: -1.5px;
  font-size: 44px;
  font-weight: 700;
}

.price__new .price__currency {
  font-size: 16px;
  font-weight: 600;
}

.btn {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(to right, #dd3472 0, #ff5594 50%, #dd3472 100%);
  border-radius: 5px;
  width: 100%;
  max-width: 220px;
  margin-bottom: 20px;
  padding: 8px 20px 10px;
  font-family: Roboto;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  transition: all .3s;
  box-shadow: 0 5px #c62963, 0 20px 16px -7px #c6296347;
}

.btn:hover {
  transition: all .3s;
  box-shadow: 0 5px #c62963, 0 0 16px -7px #c6296300;
}

.btn:hover:before {
  animation: .4s linear main_btn;
}

.btn:active {
  transition: all .1s;
  transform: translateY(5px);
  box-shadow: 0 0 #c62963, 0 0 16px -7px #c6296300;
}

.btn__small {
  margin-top: -2px;
  font-size: 21px;
  font-weight: 500;
  display: block;
}

.btn:before {
  background: #fff6;
  width: 20px;
  height: 150%;
  position: absolute;
  left: -20%;
  transform: translateY(-50%)rotate(25deg);
  box-shadow: 0 0 63px 3px #fff;
}

.price__footnote {
  text-align: center;
}

.nav {
  width: 100%;
  max-width: 769px;
  padding-top: 10px;
}

.nav__list {
  display: flex;
}

.nav__link {
  color: #4a5665;
  cursor: default;
  font-size: 18px;
  font-weight: 500;
}

@keyframes main_btn {
  0% {
    left: -10%;
  }

  100% {
    left: 120%;
  }
}

.no-webp .header {
  z-index: auto;
  z-index: 2;
  background-image: url("bg-header.9504252a.webp");
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-bottom: 74px;
  position: relative;
}

.webp .header {
  z-index: auto;
  z-index: 2;
  background-image: url("bg-header.7870f9bf.webp");
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-bottom: 74px;
  position: relative;
}

.header:after {
  content: "";
  z-index: 1;
  background: url("wave-top.57070a61.webp") 50% 100% no-repeat;
  width: 100%;
  height: 68px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.header__top {
  margin-bottom: 33px;
  padding-top: 20px;
  display: flex;
}

.header__logo {
  margin-left: 1px;
}

.header__content {
  flex-wrap: wrap;
  display: flex;
}

.header__about {
  z-index: 2;
  max-width: 515px;
  position: relative;
}

.header__title {
  color: #3a3a3a;
  margin-bottom: 50px;
  font-size: 52px;
  font-weight: 900;
  line-height: 54px;
}

.header__title span {
  margin-bottom: 3px;
  font-size: 54px;
  line-height: 60px;
  display: block;
}

.header__features-item {
  color: #4a5665;
  margin-bottom: 23px;
  padding-left: 37px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.header__features-item:before {
  content: "";
  background-color: #fff;
  border: 3px solid #ed6b23;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
}

.header__features-item b {
  color: #1d1d1b;
  margin-bottom: -3px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.components .components__results .components__popup-head .components__popup-title, .factors__name {
  line-height: 1.1;
}

.header__prod {
  z-index: 3;
  align-self: flex-end;
  max-width: 370px;
  position: relative;
  top: 135px;
  right: 83px;
}

.header .form {
  z-index: 2;
  align-self: flex-start;
  margin-left: auto;
  position: relative;
}

.header__woman {
  z-index: -1;
  width: 740px;
  height: 768px;
  position: absolute;
  bottom: 0;
  left: 50%;
  overflow: hidden;
  transform: translateX(-45%);
}

.factors, .wave {
  position: relative;
}

.factors {
  z-index: 1;
  background: #fff;
  padding: 70px 0;
}

.wave:after, .wave:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.wave:before {
  /* background: url("wave-bottom.0940e380.webp") center no-repeat; */
  width: 326px;
  height: 34px;
  top: 0;
}

.wave:after {
  z-index: 1;
  background: url("wave-top.57070a61.webp") 50% 100% no-repeat;
  width: 100%;
  height: 68px;
  bottom: 0;
}

.title-factors {
  margin-bottom: 53px;
}

.factors-path {
  fill: #fff;
  fill-rule: evenodd;
}

.factors-path-podagra {
  fill-rule: initial;
}

.factors__wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 91px;
  display: flex;
}

.factors__item {
  width: 370px;
  margin-bottom: 30px;
  margin-right: 30px;
}

.factors__item:nth-child(3n+3) {
  margin-right: 0;
}

.factors__item:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.factors__item:nth-child(2n) .factors__circle:before {
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  top: 0;
  bottom: auto;
}

.factors__name {
  color: #1d1d1b;
  max-width: 245px;
  margin-bottom: 21px;
  font-size: 28px;
  font-weight: 700;
}

.factors__line {
  background: #fdc85c;
  width: 100%;
  height: 2px;
  margin-bottom: 34px;
  display: block;
  position: relative;
}

.factors__circle {
  z-index: auto;
  background: #fdc85c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
}

.factors__circle:before {
  content: "";
  z-index: -2;
  background: #eef2f7;
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: -10px;
}

.factors__point {
  color: #4a5665;
  margin-bottom: 8px;
  padding-left: 20px;
  font-size: 20px;
  line-height: 1;
  position: relative;
}

.factors__point:before {
  content: "";
  background: #fdc85c;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 7px;
  left: 0;
}

.factors__item-podagra {
  margin-top: 60px;
}

.factors__item-injuries {
  margin-top: 30px;
}

.factors__conclusion {
  color: #4a5665;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
  font-size: 28px;
  line-height: 1.2;
}

.factors__item-process .factors__circle, .factors__item-process .factors__line, .factors__item-process .factors__point:before {
  background: #f88d01;
}

.factors__item-infection .factors__circle, .factors__item-infection .factors__line, .factors__item-infection .factors__point:before {
  background: #cc6638;
}

.factors__item-loads .factors__circle, .factors__item-loads .factors__line, .factors__item-loads .factors__point:before {
  background: #fe8aa0;
}

.factors__item-injuries .factors__circle, .factors__item-injuries .factors__line, .factors__item-injuries .factors__point:before {
  background: #e04c80;
}

.factors__item-podagra .factors__circle, .factors__item-podagra .factors__line, .factors__item-podagra .factors__point:before {
  background: #861335;
}

.subtitle {
  color: #89939f;
  margin: 9px 0 115px;
  font-size: 22px;
}

.no-webp .solution {
  background-color: #f1f3f7;
  background-image: radial-gradient(#e8ecf0 15%, #0000 0), radial-gradient(#e8ecf0 15%, #0000 0), url("main-bg.e3051fa3.webp");
  background-position: 0 0, 8px 8px, bottom;
  background-repeat: repeat, repeat, no-repeat;
  background-size: 16px 16px, 16px 16px, cover;
  padding: 70px 0 80px;
  position: relative;
}

.webp .solution {
  background-color: #f1f3f7;
  background-image: radial-gradient(#e8ecf0 15%, #0000 0), radial-gradient(#e8ecf0 15%, #0000 0), url("main-bg.29610524.webp");
  background-position: 0 0, 8px 8px, bottom;
  background-repeat: repeat, repeat, no-repeat;
  background-size: 16px 16px, 16px 16px, cover;
  padding: 70px 0 80px;
  position: relative;
}

.solution__items {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 103px;
  display: flex;
  position: relative;
}

/* .solution__items:before {
  content: "";
  z-index: 10;
  background-image: url("./prod.png");
  width: 172px;
  height: 520px;
  display: block;
  position: absolute;
  top: -78px;
  left: 50%;
  transform: translateX(-50%);
} */

.solution__row {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 65px;
  display: flex;
}

.solution__row .item {
  z-index: 9;
  width: 50%;
  position: relative;
}

.solution__row .item:before, .solution__row .item:first-child:after {
  z-index: 0;
  content: "";
  position: absolute;
}

.solution__row .item__descr {
  color: #4a5665;
  font-size: 18px;
}

.solution__row .item__descr span {
  color: #1d1d1b;
  margin-bottom: 10px;
  font-size: 24px;
  display: inline-block;
}

.solution__row .item:before {
  background: #f88c00;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  top: -5px;
}

.solution__row .item:first-child {
  text-align: right;
  padding-right: 208px;
}

.solution__row .item:first-child:before {
  right: 155px;
}

.solution__row .item:first-child:after {
  background: #fff;
  width: 100%;
  max-width: 310px;
  height: 2px;
  display: block;
  top: 10px;
  left: 430px;
}

.solution__row .item:nth-child(2) {
  padding-left: 212px;
}

.solution__row .item:nth-child(2):before {
  left: 155px;
}

.solution__foot-title {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
}

.btn-solution {
  margin-top: 25px;
  margin-bottom: 0;
}

.components {
  padding: 50px 0 70px;
}

.title-components {
  margin-bottom: 83px;
}

.components-svg {
  fill: #eef2f7;
  fill-rule: evenodd;
}

.components__wrap {
  margin-bottom: 45px;
}

.components__row {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 48px;
  display: flex;
}

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

.components__item {
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
  width: 610px;
  padding-left: 185px;
  display: flex;
  position: relative;
}

.components__item:first-child {
  width: 510px;
  margin-right: 60px;
}

.components__item:last-child {
  padding-left: 215px;
}

.components__item:last-child .components__img {
  width: 200px;
}

.components__img {
  flex-shrink: 0;
  width: 170px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.components__img img {
  max-width: initial;
  margin-left: auto;
  display: block;
}

.components__img-5 {
  left: -28px;
}

.components__name {
  color: #1d1d1b;
  background: #eef2f7;
  border-radius: 50px;
  margin-bottom: 10px;
  padding: 10px 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

.components__text {
  color: #4a5665;
  padding-left: 15px;
  font-size: 18px;
  line-height: 1.4;
}

.components__bottom {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.components__fact {
  flex-shrink: 0;
  width: 170px;
  height: 170px;
  margin-right: 30px;
}

.components__about {
  color: #2c2c29;
  border-top: 2px solid #eef2f7;
  border-bottom: 2px solid #eef2f7;
  margin: 11px 0 23px;
  padding: 24px 0;
  font-size: 20px;
  line-height: 1.5;
}

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

.components__link {
  color: #0095d3;
  cursor: pointer;
  font-size: 17px;
  line-height: 1;
}

.components__link:first-child {
  margin-right: 36px;
}

.components__link:hover {
  text-decoration: underline;
}

.green-color {
  color: #2c9748;
}

.components__popup {
  text-align: center;
  z-index: 10;
  background-color: #fff;
  border: 1px solid #d8dde5;
  border-radius: 10px;
  width: 1010px;
  max-height: 95vh;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  overflow: auto;
  transform: translateX(-50%)translateY(-50%);
  box-shadow: 15px 24px 76px #666c73e6;
}

.order__img, .reviews__img, .reviews__text, .use {
  overflow: hidden;
}

.components__popup.show {
  display: block;
}

.components__popup::-webkit-scrollbar {
  display: none;
}

.components .components__authors .components__popup-head {
  text-align: left;
  background: #f5f7f9;
  border-radius: 10px;
  padding: 46px 150px;
  position: relative;
}

.components .components__authors .components__popup-head:before {
  content: "";
  background: url("components-authors-top.f37d91ea.webp");
  width: 98px;
  height: 99px;
  display: block;
  position: absolute;
  top: 24px;
  left: 24px;
}

.components .components__authors .components__authors-wrap {
  justify-content: space-between;
  padding: 35px 170px 35px 182px;
  display: flex;
  position: relative;
}

.no-webp .components .components__authors .components__authors-wrap:before {
  content: "";
  background: url("components-authors-bottom.8e70da11.webp") 0 0 / contain;
  width: 182px;
  height: 180px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.webp .components .components__authors .components__authors-wrap:before {
  content: "";
  background: url("components-authors-bottom.12cdb02c.webp") 0 0 / contain;
  width: 182px;
  height: 180px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.components .components__authors .components__authors-wrap .components__popup-text {
  text-align: left;
  z-index: 2;
  max-width: 270px;
  margin-bottom: 68px;
  position: relative;
}

.components .components__authors .components__authors-wrap .components__popup-text:before {
  content: "1";
  color: #f5f7f9;
  z-index: -1;
  font-size: 100px;
  font-weight: 900;
  display: block;
  position: absolute;
  bottom: 0;
  left: -35px;
}

.components .components__authors .components__authors-wrap .components__popup-text:nth-child(2):before {
  content: "2";
}

.components .components__authors .components__authors-wrap .components__popup-text:nth-child(3):before {
  content: "3";
}

.components .components__authors .components__authors-wrap .components__authors-right .components__popup-text:first-child:before {
  content: "4";
}

.components .components__authors .components__authors-wrap .components__authors-right .components__popup-text:nth-child(2):before {
  content: "5";
}

.components .components__results .components__popup-head {
  text-align: left;
  background: #f5f7f9;
  border-radius: 10px;
  padding: 36px 152px;
  position: relative;
}

.components .components__results .components__popup-head:before {
  content: "";
  background: url("popup-resuts-top.4a739b47.webp");
  width: 98px;
  height: 99px;
  display: block;
  position: absolute;
  top: 34px;
  left: 24px;
}

.components .components__results .components__results-wrap {
  text-align: left;
  z-index: 2;
  padding: 25px 170px 45px 152px;
  position: relative;
}

.no-webp .components .components__results .components__results-wrap:before {
  content: "";
  z-index: 0;
  background: url("components-authors-bottom.8e70da11.webp") 0 0 / contain;
  width: 182px;
  height: 180px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.webp .components .components__results .components__results-wrap:before {
  content: "";
  z-index: 0;
  background: url("components-authors-bottom.12cdb02c.webp") 0 0 / contain;
  width: 182px;
  height: 180px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.compare:after, .compare:before {
  content: "";
  left: 50%;
}

.components__popup-title {
  color: #4a5665;
  border-bottom: 2px solid #dae1e9;
  font-size: 38px;
  font-weight: 500;
  line-height: 50px;
  display: inline-block;
}

.components__popup-text {
  color: #4a5665;
  z-index: 2;
  font-size: 17px;
  line-height: 24px;
  position: relative;
}

.components__popup-btn {
  cursor: pointer;
  background-color: #d5dce5;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 14px;
  right: 15px;
}

.components__popup-btn:after, .components__popup-btn:before {
  content: "";
  background-color: #fff;
  width: 20px;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%)translateY(-50%)rotate(45deg);
}

.components__popup-btn:after {
  transform: translateX(-50%)translateY(-50%)rotate(-45deg);
}

.compare:before {
  /* background: url("wave-bottom.0940e380.webp") center no-repeat; */
  width: 326px;
  height: 34px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}

.compare:after {
  background: url("wave-top.57070a61.webp") center no-repeat;
  width: 100%;
  height: 43px;
  position: absolute;
  bottom: -1px;
  transform: translateX(-50%);
}

.compare, .compare__items {
  position: relative;
}

.no-webp .compare {
  background-color: #f1f3f7;
  background-image: radial-gradient(#e8ecf0 15%, #0000 0), radial-gradient(#e8ecf0 15%, #0000 0), url("main-bg.e3051fa3.webp");
  background-position: 0 0, 8px 8px, bottom;
  background-repeat: repeat, repeat, no-repeat;
  background-size: 16px 16px, 16px 16px, cover;
  padding: 70px 0 90px;
}

.webp .compare {
  background-color: #f1f3f7;
  background-image: radial-gradient(#e8ecf0 15%, #0000 0), radial-gradient(#e8ecf0 15%, #0000 0), url("main-bg.29610524.webp");
  background-position: 0 0, 8px 8px, bottom;
  background-repeat: repeat, repeat, no-repeat;
  background-size: 16px 16px, 16px 16px, cover;
  padding: 70px 0 90px;
}

.compare .title {
  margin-bottom: 60px;
}

.compare__items:after, .compare__items:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
}

.compare__items:before {
  background: url("compare-weight.39282acd.webp");
  width: 93px;
  height: 103px;
  top: -10px;
  transform: translateX(-50%);
}

.compare__items:after {
  z-index: 0;
  background: #fff;
  width: 2px;
  height: 430px;
  top: 140px;
}

.compare__row {
  color: #4a5665;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.compare__row:after, .compare__row:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.compare__row:before {
  z-index: 0;
  background-color: #fff;
  background-image: linear-gradient(to left, #b6ef2e 0, #ef5b4d 100%);
  width: 316px;
  height: 2px;
}

.compare__row:after {
  z-index: 2;
  background: #f9d117;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 11px;
  height: 11px;
}

.compare .first-row {
  margin-bottom: 45px;
}

.compare .first-row:after, .compare .first-row:before {
  display: none;
}

.compare__descr {
  font-size: 18px;
  line-height: 1.3;
}

.compare__descr-title {
  font-size: 30px;
  line-height: 1.1;
}

.compare__descr-prod {
  color: #1d1d1b;
  font-size: 44px;
}

.compare__left, .compare__right {
  width: 50%;
}

.compare__left {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  padding-right: 125px;
  display: flex;
}

.attention__text, .footer__center, .order, .reviews__info, .reviews__popup, .reviews__text {
  text-align: center;
}

.compare__left .compare__img-wrap {
  z-index: 5;
  margin-left: 28px;
  position: relative;
}

.compare__left .compare__descr {
  padding-left: 80px;
}

.compare__left .compare__descr-title {
  padding-left: 30px;
}

.compare__right {
  align-items: center;
  padding-left: 125px;
  display: flex;
}

.use-girl img, .use:before {
  display: block;
}

.compare__right .compare__img-wrap {
  z-index: 5;
  margin-right: 30px;
  position: relative;
}

.compare__right .compare__descr {
  padding-right: 80px;
}

.compare__img-wrap {
  text-align: center;
  width: 100%;
  max-width: 115px;
}

.compare .row-2:before {
  top: 45px;
}

.compare .row-2:after {
  top: 30px;
}

.compare .row-3 {
  margin-bottom: 47px;
}

.compare .row-3:before {
  top: 42px;
}

.compare .row-3:after {
  top: 27px;
}

.compare .row-4:before {
  top: 50px;
}

.compare .row-4:after {
  top: 36px;
}

.compare .row-5 {
  margin-bottom: 0;
}

.compare .row-5:before {
  top: 43px;
}

.compare .row-5:after {
  top: 29px;
}

.compare__logo {
  width: 84px;
}

html {
  -ms-overflow-x: hidden;
}

.use-girl {
  z-index: -1;
  position: absolute;
  bottom: -40px;
  left: -15%;
}

.use, .use .title {
  position: relative;
}

.use {
  z-index: 3;
  background-position: 100% 0;
  background-repeat: no-repeat;
  margin-top: -42px;
  padding-top: 80px;
  padding-bottom: 160px;
  top: 0;
  left: 0;
}

.use .title {
  z-index: 1;
}

.use:before {
  content: "";
  z-index: 0;
  background: url("bg-use-right.3f51b6e6.webp") 0 0 / cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 5%;
}

.use__list {
  counter-reset: section;
  z-index: 1;
  flex-direction: column;
  margin-top: 145px;
  margin-left: auto;
  display: flex;
  position: relative;
}

.use__item {
  margin-bottom: 88px;
  margin-left: 600px;
  margin-right: 141px;
  display: flex;
}

.use__item--2 {
  margin-left: 700px;
  margin-right: 41px;
}

.use__item:last-of-type {
  margin-bottom: 0;
}

.use__img {
  width: 144px;
}

.use__img img {
  border-radius: 50%;
}

.use__desc {
  color: #4a5665;
  max-width: 260px;
  margin-top: 18px;
  margin-left: 26px;
  font-size: 24px;
  line-height: 32px;
  position: relative;
}

.use__desc:before {
  counter-increment: section;
  content: counter(section) ".";
  color: #de3875;
  font-size: 60px;
  font-weight: 900;
  position: absolute;
  bottom: 7px;
  left: -37px;
}

.reviews:after, .reviews__add-label:before, .reviews__slider .slick-arrow:before, .reviews__text:after {
  content: "";
}

.use__desc--2 {
  margin-top: 47px;
}

.use__desc--3 {
  margin-top: 43px;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.no-webp .reviews {
  z-index: 4;
  background-color: #f1f3f7;
  background-image: radial-gradient(#e8ecf0 15%, #0000 0), radial-gradient(#e8ecf0 15%, #0000 0), url("main-bg.e3051fa3.webp");
  background-position: 0 0, 8px 8px, bottom;
  background-repeat: repeat, repeat, no-repeat;
  background-size: 16px 16px, 16px 16px, cover;
  padding: 50px 0 90px;
}

.webp .reviews {
  z-index: 4;
  background-color: #f1f3f7;
  background-image: radial-gradient(#e8ecf0 15%, #0000 0), radial-gradient(#e8ecf0 15%, #0000 0), url("main-bg.29610524.webp");
  background-position: 0 0, 8px 8px, bottom;
  background-repeat: repeat, repeat, no-repeat;
  background-size: 16px 16px, 16px 16px, cover;
  padding: 50px 0 90px;
}

.reviews:after {
  background: url("wave-top.57070a61.webp") center no-repeat;
  width: 100%;
  height: 43px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.no-webp .reviews, .reviews__item, .reviews__text, .webp .reviews, .reviews__item, .reviews__text {
  position: relative;
}

.title-reviews {
  margin-bottom: 49px;
}

.reviews__wrap {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.reviews__item {
  z-index: 1;
  background: linear-gradient(#d5dce5 70px, #fff 70px, #fff);
  border: 1px solid #d8dde5;
  border-radius: 10px;
  flex-shrink: 0;
  width: 370px;
  margin-right: 30px;
}

.reviews__item:last-child {
  margin-right: 0;
}

.reviews__img {
  border-radius: 50%;
  width: 148px;
  height: 148px;
  margin: -6px auto 20px;
}

.reviews__about {
  color: #313e47;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.reviews__age {
  color: #de3875;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1;
}

.reviews__info {
  padding: 0 20px 30px;
}

.reviews__quotes {
  color: #313e47;
  background: linear-gradient(#fff 0 30%, #ffe8ae 30% 80%, #fff 80% 100%);
  min-height: 48px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  display: inline;
}

.reviews__text {
  color: #616e77;
  max-width: 310px;
  height: 300px;
  margin: 18px auto 0;
  font-size: 17px;
  line-height: 23px;
}

.reviews__text:after {
  opacity: 1;
  background: linear-gradient(0deg, #fff, #fff0);
  width: 100%;
  height: 150px;
  transition: all .5s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.reviews__text-1, .reviews__text-3 {
  margin-top: 42px;
}

.reviews__text.active {
  height: auto;
}

.reviews__text.active:after {
  opacity: 0;
}

.reviews__plus {
  color: #fff;
  cursor: pointer;
  background: #df3775 0 0 / contain;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding-left: 1px;
  font-size: 34px;
  font-weight: 100;
  line-height: 30px;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
}

.reviews__slider .slick-arrow {
  z-index: 3;
  background: #fff url("reviews-arrow.d91a9717.svg") center / 50% no-repeat;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  top: 110px;
  transform: translate(0);
  box-shadow: 0 0 5px #ff5593;
}

.reviews__slider .slick-prev {
  left: 15px;
}

.reviews__slider .slick-next {
  right: 15px;
  transform: scale(-1, 1);
}

.reviews__slider .slick-track {
  padding-top: 10px;
  padding-bottom: 15px;
}

.reviews__add {
  margin-top: 90px;
  display: flex;
}

.reviews__add-title {
  color: #4a5665;
  max-width: 490px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}

.reviews__add-form {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 650px;
  margin-top: 3px;
  margin-left: 30px;
  display: flex;
}

.reviews__add-label {
  width: 100%;
  max-width: 430px;
  display: block;
  position: relative;
}

.reviews__add-file, .reviews__add-label:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.reviews__add-label:before {
  background-image: url("ico-message.1fc0d3f1.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  width: 25px;
  height: 24px;
  display: block;
  left: 19px;
}

.reviews__add-text {
  color: #666;
  background-color: #fff;
  border: 1px solid #dedddd;
  border-radius: 5px;
  width: 100%;
  padding: 20px 15px 18px 60px;
  font-family: Roboto;
  font-size: 16px;
  display: block;
  box-shadow: inset 2px 3px 5px #22232717;
}

.reviews__add-text:focus, .reviews__add-text:hover {
  box-shadow: inset 0 0 10px 2px #22232733;
}

.reviews__add-file {
  cursor: pointer;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
  right: 18px;
}

.reviews__add-file:before {
  content: "+";
  color: #f39167;
  border: 1px solid #f39167;
  border-radius: 50%;
  padding: 0 5px;
  font-size: 24px;
  font-weight: 300;
  position: relative;
}

.reviews__add-file input {
  display: none;
}

.reviews__add-btn {
  color: #313e47;
  cursor: pointer;
  background: #d8dde5;
  border-radius: 5px;
  max-width: 190px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
  padding-top: 17px;
  padding-bottom: 16px;
  font-size: 22px;
  box-shadow: 0 3px #b6bcc5, 0 20px 16px -7px #7e899a4d;
}

.reviews__add-btn:hover {
  box-shadow: 0 3px #b6bcc5, 0 0 0 -7px #7e899a4d;
}

.reviews__add-btn:active {
  transform: translateY(3px);
  box-shadow: 0 0 #b6bcc5, 0 0 0 -7px #7e899a4d;
}

.reviews__popup {
  z-index: 10;
  background-color: #fff;
  border: 1px solid #d8dde5;
  border-radius: 10px;
  width: 630px;
  height: 350px;
  padding-top: 44px;
  padding-bottom: 10px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%)translateY(-50%);
  box-shadow: 15px 24px 76px #666c7359;
}

.reviews__popup.show {
  display: block;
}

.reviews__popup-title {
  color: #4a5665;
  font-size: 28px;
  line-height: 30px;
}

.reviews__popup-img {
  width: 88px;
  margin: 36px auto 42px;
}

.reviews__popup-footnote {
  color: #4a5665;
  font-size: 17px;
  font-style: italic;
}

.reviews__popup-btn {
  cursor: pointer;
  background-color: #d5dce5;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 14px;
  right: 15px;
}

.reviews__popup-btn:after, .reviews__popup-btn:before {
  content: "";
  background-color: #fff;
  width: 20px;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%)translateY(-50%)rotate(45deg);
}

.reviews__popup-btn:after {
  transform: translateX(-50%)translateY(-50%)rotate(-45deg);
}

.questions {
  padding-top: 40px;
  padding-bottom: 60px;
}

.questions__list {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 43px;
  display: flex;
}

.questions__item {
  background-color: #eef2f7;
  background-image: radial-gradient(#e7ebf0 20%, #0000 0), radial-gradient(#e7ebf0 20%, #0000 0);
  background-position: 0 0, 19px 19px;
  background-size: 13px 13px;
  border-radius: 20px;
  max-width: 370px;
  padding: 27px 25px;
  position: relative;
}

.order__img, .order__img img, .order__item:before {
  border-radius: 50%;
}

.questions__item:before {
  content: "?";
  color: #de3875;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: -19px;
  left: 25px;
}

.footer__wrap, .order__list {
  justify-content: space-between;
}

.questions__item:nth-of-type(4) {
  max-width: 770px;
  margin-top: 32px;
  margin-bottom: 0;
}

.questions__item:nth-of-type(5) {
  margin-top: 32px;
  margin-bottom: 0;
  padding-bottom: 55px;
}

.questions__q {
  color: #1d1d1b;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}

.questions__a {
  color: #4a5665;
  margin-top: 17px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.questions__a .main-color {
  font-weight: 500;
}

.no-webp .order {
  background-color: #f1f3f7;
  background-image: radial-gradient(#e8ecf0 15%, #0000 0), radial-gradient(#e8ecf0 15%, #0000 0), url("main-bg.e3051fa3.webp");
  background-position: 0 0, 8px 8px, bottom;
  background-repeat: repeat, repeat, no-repeat;
  background-size: 16px 16px, 16px 16px, cover;
  padding-top: 70px;
  padding-bottom: 90px;
}

.webp .order {
  background-color: #f1f3f7;
  background-image: radial-gradient(#e8ecf0 15%, #0000 0), radial-gradient(#e8ecf0 15%, #0000 0), url("main-bg.29610524.webp");
  background-position: 0 0, 8px 8px, bottom;
  background-repeat: repeat, repeat, no-repeat;
  background-size: 16px 16px, 16px 16px, cover;
  padding-top: 70px;
  padding-bottom: 90px;
}

.order__list {
  max-width: 1150px;
  margin: 50px auto 0;
  display: flex;
}

.order__img, .title-attention {
  margin-bottom: 39px;
}

.order__item {
  max-width: 370px;
  position: relative;
}

.order__item:before {
  content: "";
  background-color: #d8dde5;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 127px;
  right: -23px;
  box-shadow: 30px 0 0 -2.5px #d8dde5, -30px 0 0 -2.5px #d8dde5;
}

.footer, .order__img, .order__item--3, .popup__wrap {
  position: relative;
}

.order__item--3 {
  left: 10px;
}

.order__item--3:before {
  display: none;
}

.order__img {
  width: 270px;
  margin-left: auto;
  margin-right: auto;
}

.order__img--1 {
  right: 4px;
}

.order__title {
  color: #1d1d1b;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.order__desc {
  color: #4a5665;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.attention {
  padding: 50px 0 70px;
}

.attention-color {
  color: #f04832;
}

.attention__text {
  color: #2c2c29;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 28px;
  line-height: 1.2;
}

.return {
  text-align: center;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 1.2;
}

.footer {
  background: #fff;
  padding: 30px 0;
}

.svg-rp path {
  fill: #e88d5b;
}

.footer__wrap {
  color: #696f92;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
}

.footer__left {
  display: flex;
}

.footer__left .main-color {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}

.footer__logo {
  margin-top: 5px;
  margin-right: 15px;
}

.footer__center {
  margin-left: -25px;
}

.footer__privacy {
  color: #0095d3;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
}

.footer__privacy:hover {
  text-decoration: underline;
}

.footer__right {
  text-align: right;
}

.no-webp .popup__wrap {
  background: url("popup-bg.580e3e66.webp") 0 0 / cover no-repeat;
  border-radius: 10px;
  justify-content: space-between;
  width: 670px;
  height: 518px;
  margin: 0 auto 0 -150px;
  padding: 18px 0 0 120px;
  display: flex;
}

.webp .popup__wrap {
  background: url("popup-bg.54400b2f.webp") 0 0 / cover no-repeat;
  border-radius: 10px;
  justify-content: space-between;
  width: 670px;
  height: 518px;
  margin: 0 auto 0 -150px;
  padding: 18px 0 0 120px;
  display: flex;
}

.popup__wrap:after, .popup__wrap:before {
  content: "";
  display: block;
}

.popup__wrap:before {
  background: url("logo-main.01ac28ba.webp") 0 0 / contain no-repeat;
  width: 70px;
  height: 83px;
  position: absolute;
  top: 25px;
  left: 15px;
}

.no-webp .popup__wrap:after {
  z-index: 1;
  background: url("girl-header.71da3543.webp") 0 0 / contain;
  width: 542px;
  height: 642px;
  position: absolute;
  bottom: 0;
  left: 100px;
}

.webp .popup__wrap:after {
  z-index: 1;
  background: url("girl-header.a42f6e1b.webp") 0 0 / contain;
  width: 542px;
  height: 642px;
  position: absolute;
  bottom: 0;
  left: 100px;
}

.popup__wrap .popup__left {
  z-index: 2;
  width: 175px;
  padding-top: 10px;
  position: absolute;
  left: 100px;
}

.popup__wrap .popup__left img {
  max-width: 171px;
}

.popup__wrap .popup__form {
  z-index: 2;
  position: absolute;
  bottom: 50%;
  right: -200px;
  transform: translateY(50%);
}

.ever-popup__inner .ever-popup__close {
  top: -60px;
  right: -200px;
}

@media (width >= 1024px) and (width <= 1199px) {
  .components.block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .questions.block {
    padding-top: 40px;
  }

  .attention.block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (width <= 1270px) {
  .header .form:after {
    display: none;
  }
}

@media screen and (width <= 1199px) {
  .use__item, .use__item--2 {
    margin-left: auto;
  }

  .title {
    font-size: 39px;
  }

  .block {
    padding: 60px 0;
  }

  .header__top {
    margin-bottom: 0;
  }

  .header {
    overflow: visible;
  }

  .header__title {
    margin-bottom: 30px;
    font-size: 48px;
    line-height: 1.1;
  }

  .header__title span {
    font-size: 50px;
    line-height: 1.1;
  }

  .header__prod {
    max-width: 140px;
    top: 130px;
    right: 118px;
  }

  .header__woman {
    max-width: 550px;
    height: auto;
    bottom: -3px;
  }

  .factors {
    padding: 60px 0 40px;
  }

  .title-factors {
    margin-bottom: 40px;
  }

  .factors__wrap {
    justify-content: center;
    margin-bottom: 50px;
  }

  .factors__item {
    width: 320px;
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .factors__name {
    max-width: 235px;
    font-size: 26px;
  }

  .factors__point {
    font-size: 19px;
  }

  .factors__conclusion {
    font-size: 25px;
  }

  .subtitle {
    margin-bottom: 95px;
  }

  .no-webp .solution, .webp .solution {
    padding: 60px 0 70px;
  }

  .solution__items {
    margin-bottom: 60px;
  }

  .solution__row {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 65px;
    display: flex;
  }

  .solution__row .item:first-child {
    padding-right: 145px;
  }

  .solution__row .item:first-child:before {
    right: 105px;
  }

  .solution__row .item:first-child:after {
    max-width: 220px;
    left: 395px;
  }

  .solution__row .item:nth-child(2) {
    padding-left: 145px;
  }

  .solution__row .item:nth-child(2):before {
    left: 105px;
  }

  .components__item {
    width: 490px;
  }

  .components__item:first-child {
    width: 490px;
    margin-right: 20px;
  }

  .components__item .components__img img {
    max-width: 100%;
  }

  .components__item:last-child {
    padding-left: 185px;
  }

  .components__item:last-child .components__img {
    width: 170px;
  }

  .title-components {
    margin-bottom: 50px;
  }

  .components__text {
    font-size: 17px;
  }

  .components__img-5 {
    left: 0;
  }

  .components__row {
    margin-bottom: 35px;
  }

  .components__name {
    font-size: 19px;
  }

  .components__about {
    margin-top: 5px;
    padding: 18px 0;
    font-size: 19px;
    line-height: 1.4;
  }

  .reviews__add, .use__list {
    margin-top: 60px;
  }

  .components__fact {
    width: 150px;
    height: 150px;
  }

  .no-webp .compare, .webp .compare {
    padding: 60px 0 80px;
  }

  .compare__row:before {
    width: 200px;
  }

  .compare__left {
    padding-right: 65px;
  }

  .compare__left .compare__descr {
    padding-left: 50px;
  }

  .compare__left .compare__descr-title {
    padding-left: 0;
  }

  .compare__right {
    padding-left: 65px;
  }

  .compare__right .compare__descr {
    padding-right: 55px;
  }

  .use {
    background-position: 50% 0;
    background-size: cover;
    padding: 70px 0 40px;
  }

  .use__item {
    margin-bottom: 50px;
  }

  .use__desc {
    max-width: 245px;
    font-size: 22px;
    line-height: 29px;
  }

  .use-girl {
    z-index: -1;
    width: 760px;
    bottom: -1px;
    left: -190px;
  }

  .review {
    padding: 40px 0 80px;
  }

  .reviews__item {
    width: 325px;
    margin-right: 15px;
  }

  .reviews__info {
    padding: 0 15px 30px;
  }

  .reviews__quotes {
    font-size: 18px;
  }

  .title-reviews {
    margin-bottom: 39px;
  }

  .reviews.block {
    padding-top: 40px;
    padding-bottom: 90px;
  }

  .reviews__add-title {
    font-size: 25px;
  }

  .reviews__add-form {
    max-width: 530px;
  }

  .reviews__add-label {
    max-width: 320px;
  }

  .questions {
    padding: 40px 0;
  }

  .questions__item {
    max-width: 325px;
    padding: 25px 15px;
  }

  .questions__item:nth-of-type(4) {
    max-width: 664px;
  }

  .questions__q {
    font-size: 18px;
    line-height: 1.1;
  }

  .questions__a {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.2;
  }

  .no-webp .order, .webp .order {
    padding: 60px 0 80px;
  }

  .order__list {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .order__item {
    max-width: 330px;
  }

  .order__item:before {
    top: 120px;
    right: -10px;
  }

  .order__item--3 {
    position: static;
  }

  .order__img {
    width: 250px;
    margin-bottom: 20px;
  }

  .order__title {
    font-size: 20px;
    line-height: 1.3;
  }

  .order__desc {
    font-size: 18px;
    line-height: 1.3;
  }

  .title-attention {
    margin-bottom: 25px;
  }

  .attention__text {
    max-width: 910px;
    margin-bottom: 0;
    font-size: 26px;
  }

  .return {
    padding-top: 80px;
    padding-bottom: 0;
    font-size: 17px;
  }

  .footer {
    padding: 30px 0 10px;
  }

  .no-webp .popup__wrap, .webp .popup__wrap {
    margin-left: -200px;
  }

  .ever-popup__inner .ever-popup__close {
    right: -200px;
  }
}

@media screen and (width <= 1023px) {
  .header:after, .header:before, .header__logo, .header__woman, .wave:after, .wave:before {
    display: none;
  }

  .title {
    font-size: 35px;
  }

  .block {
    padding: 40px 0;
  }

  .header__top {
    margin-bottom: 15px;
  }

  .factors__line, .factors__wrap, .title-factors {
    margin-bottom: 30px;
  }

  .no-webp .header, .webp .header {
    padding-bottom: 40px;
  }

  .header__about {
    max-width: 440px;
  }

  .header__title {
    font-size: 42px;
  }

  .header__title span {
    font-size: 44px;
  }

  .header__features-item {
    max-width: 360px;
    font-size: 19px;
  }

  .header__prod {
    max-width: 130px;
    position: absolute;
    top: auto;
    bottom: 36px;
    right: 50%;
  }

  .factors__circle {
    width: 80px;
    height: 80px;
    top: 50%;
  }

  .factors__name {
    max-width: 195px;
    font-size: 22px;
  }

  .factors__item {
    width: 240px;
    margin-right: 10px;
  }

  .factors__item-injuries {
    margin-top: 20px;
  }

  .factors__item-podagra {
    margin-top: 40px;
  }

  .factors__point {
    font-size: 18px;
  }

  .factors__conclusion {
    max-width: 560px;
    font-size: 21px;
  }

  .subtitle {
    margin-bottom: 55px;
  }

  .no-webp .solution, .webp .solution {
    padding: 40px 0;
  }

  .solution__items {
    margin-bottom: 30px;
  }

  /* .solution__items:before {
    top: -50px;
    left: 85%;
  } */

  .solution .item__descr {
    padding-right: 335px;
  }

  .solution__row {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .solution__row .item {
    width: 100%;
    margin-bottom: 20px;
  }

  .solution__row .item:first-child, .solution__row .item:nth-child(2) {
    text-align: left;
    padding: 0;
  }

  .solution__row .item:first-child:before, .solution__row .item:nth-child(2):before {
    z-index: 4;
    left: 53%;
  }

  .solution__row .item:first-child:after, .solution__row .item:nth-child(2):after {
    content: "";
    z-index: 0;
    background: #fff;
    width: 100%;
    max-width: 180px;
    height: 3px;
    display: block;
    position: absolute;
    top: 10px;
    left: 400px;
  }

  .components__wrap {
    margin-bottom: 25px;
  }

  .components__item {
    width: 100%;
    max-width: 360px;
    padding-left: 0;
  }

  .components__item:first-child {
    width: 100%;
    margin-bottom: 25px;
  }

  .components__item:last-child {
    padding-left: 0;
  }

  .components__item:last-child .components__img {
    width: 130px;
  }

  .components__img {
    width: 130px;
    margin-right: 5px;
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0);
  }

  .title-components {
    margin-bottom: 35px;
  }

  .components__text {
    padding-left: 5px;
    font-size: 16px;
  }

  .components__row {
    margin-bottom: 25px;
  }

  .components__about {
    font-size: 18px;
  }

  .components__links {
    flex-direction: column;
    align-items: flex-start;
  }

  .components__link:first-child {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .components__fact {
    width: 130px;
    height: 130px;
    margin-right: 20px;
  }

  .components__popup {
    width: 760px;
  }

  .components .components__results .components__popup-head {
    padding: 26px 100px;
  }

  .components .components__results .components__popup-head .components__popup-title {
    font-size: 30px;
  }

  .components .components__results .components__popup-head:before {
    background-size: cover;
    width: 58px;
    height: 59px;
    top: 29px;
    left: 24px;
  }

  .components .components__results .components__results-wrap {
    padding: 25px 30px;
  }

  .no-webp .components .components__results .components__results-wrap:before, .webp .components .components__results .components__results-wrap:before {
    display: none;
  }

  .components .components__authors .components__popup-head {
    padding: 26px 150px;
  }

  .components .components__authors .components__popup-head:before {
    content: "";
    background: url("components-authors-top.f37d91ea.webp") 0 0 / cover;
    width: 58px;
    height: 59px;
    display: block;
    position: absolute;
    top: 24px;
    left: 24px;
  }

  .components .components__authors .components__authors-wrap {
    padding: 35px 20px 35px 142px;
  }

  .compare.block, .reviews.block {
    padding-bottom: 40px;
  }

  __popup-title {
    color: #4a5665;
    border-bottom: 2px solid #dae1e9;
    font-size: 38px;
    font-weight: 500;
    line-height: 50px;
    display: inline-block;
  }

  __popup-text {
    color: #4a5665;
    z-index: 2;
    font-size: 17px;
    line-height: 24px;
    position: relative;
  }

  __popup-btn {
    cursor: pointer;
    background-color: #d5dce5;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 14px;
    right: 15px;
  }

  __popup-btn:after, __popup-btn:before {
    content: "";
    background-color: #fff;
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%)rotate(45deg);
  }

  .compare:after, .compare:before, .reviews:after {
    display: none;
  }

  __popup-btn:after {
    transform: translateX(-50%)translateY(-50%)rotate(-45deg);
  }

  .compare .title {
    margin-bottom: 30px;
  }

  .compare__items:before {
    background-repeat: no-repeat;
    background-size: contain;
    width: 73px;
    height: 83px;
    top: 0;
  }

  .compare img {
    max-width: 115px;
  }

  .compare__row:before {
    width: 200px;
  }

  .compare__left {
    padding-right: 35px;
  }

  .compare__left .compare__descr {
    padding-left: 0;
    font-size: 17px;
  }

  .compare__left .compare__img-wrap {
    margin-left: 5px;
  }

  .compare__left .compare__descr-title {
    font-size: 23px;
  }

  .compare__right {
    padding-left: 35px;
  }

  .compare__right .compare__descr {
    padding-right: 0;
    font-size: 17px;
  }

  .compare__right .compare__descr-prod {
    font-size: 36px;
  }

  .compare__right .compare__img-wrap {
    margin-right: 5px;
  }

  .use.block {
    padding-top: 40px;
  }

  .use {
    background-position: 50% 0;
    margin-top: 0;
  }

  .use__list {
    margin-top: 35px;
  }

  .use__item {
    align-items: center;
    margin-bottom: 20px;
    margin-right: 75px;
  }

  .use__item--2 {
    margin-right: 0;
  }

  .use__img {
    width: 120px;
  }

  .use__desc {
    max-width: 220px;
    margin-top: 0;
    font-size: 20px;
    line-height: 1.2;
  }

  .use__desc:before {
    font-size: 50px;
    bottom: -41px;
    left: -47px;
  }

  .use-girl {
    z-index: -1;
    width: 570px;
    bottom: 0;
    left: 50%;
  }

  .reviews__item {
    margin: 0 10px;
  }

  .reviews__item:last-child {
    margin-right: inherit;
  }

  .reviews__add {
    text-align: center;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;
  }

  .reviews__text-1 {
    margin-top: 39px;
  }

  .reviews__add-title {
    font-size: 22px;
  }

  .reviews__add-form {
    margin-top: 10px;
    margin-left: 0;
  }

  .reviews__add-label {
    max-width: 320px;
  }

  .questions__list {
    align-items: flex-start;
    max-width: 700px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .questions__item {
    flex-direction: column;
    justify-content: center;
    min-height: 88px;
    padding-left: 47px;
    padding-right: 40px;
    display: flex;
  }

  .questions__item:before {
    top: 24px;
    left: 5px;
  }

  .questions__item:nth-of-type(4) {
    order: 4;
    max-width: none;
  }

  .questions__item:nth-of-type(n+3) {
    margin-top: 25px;
  }

  .questions__item.show .questions__a {
    max-height: 3000px;
    margin-top: 12px;
    transition: all .3s;
  }

  .questions__item.show .questions__more {
    background-color: #de3875;
    transition: all .3s;
  }

  .questions__item.show .questions__more:after {
    transform: translateX(-50%)translateY(-50%)rotate(0);
  }

  .questions__a {
    max-height: 0;
    margin-top: 0;
    transition: all .3s;
    overflow: hidden;
  }

  .questions__more {
    background-color: #ea9200;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    transition: all .3s;
    display: inline-block;
    position: absolute;
    top: 12px;
    bottom: auto;
    right: 8px;
    transform: translateY(50%);
  }

  .questions__more:after, .questions__more:before {
    content: "";
    background-color: #fff;
    width: 15px;
    height: 2px;
    transition: all .3s;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
  }

  .popup__wrap .popup__left, .no-webp .popup__wrap:after, .popup__wrap .popup__left, .webp .popup__wrap:after {
    left: 0;
  }

  .questions__more:after {
    transform: translateX(-50%)translateY(-50%)rotate(90deg);
  }

  .questions__item:nth-of-type(5) {
    padding-bottom: 25px;
  }

  .order__list {
    justify-content: flex-start;
    margin-top: 35px;
    margin-bottom: 0;
  }

  .order__item {
    text-align: left;
    flex-wrap: wrap;
    align-items: center;
    max-width: none;
    margin-bottom: 8px;
    margin-left: 65px;
    display: flex;
  }

  .questions__q {
    font-size: 17px;
  }

  .footer:after, .footer:before, .footer__center-text, .footer__logo-text, .footer__right, .popup__wrap .popup__form:after, .popup__wrap:before {
    display: none;
  }

  .order__item:before {
    box-shadow: none;
    background: linear-gradient(to right, #d8dde500 0 1%, #d8dde5 50%, #d8dde500 100%);
    border-radius: 0;
    width: 620px;
    height: 2px;
    inset: auto auto 0 0;
  }

  .ever-popup__inner .ever-popup__close, .popup__wrap .popup__form {
    right: -140px;
  }

  .order__item--3 {
    margin-bottom: 0;
  }

  .order__img {
    max-width: 140px;
    margin-bottom: 8px;
    margin-right: 10px;
  }

  .order__text {
    max-width: 520px;
  }

  .title-attention {
    margin-bottom: 20px;
  }

  .attention__text {
    font-size: 24px;
  }

  .return {
    font-size: 16px;
  }

  .footer {
    padding: 0 0 15px;
  }

  .footer__wrap {
    flex-direction: column;
  }

  .footer__center, .footer__logo, .footer__privacy {
    margin: 0;
  }

  .footer__logo img {
    width: 80%;
  }

  .no-webp .popup__wrap, .webp .popup__wrap {
    width: 580px;
    margin-left: -140px;
    padding-left: 0;
  }
}

@media screen and (width <= 767px) {
  .header__title, .nav {
    text-align: center;
  }

  .title {
    font-size: 32px;
  }

  .block {
    padding: 30px 0;
  }

  .no-webp .header, .webp .header {
    background-size: 4300px;
    padding-bottom: 30px;
  }

  .header__about {
    max-width: none;
  }

  .header__title {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 1;
  }

  .header__title span {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 1;
    display: inline;
  }

  .header__features-item {
    max-width: none;
    margin-bottom: 5px;
    margin-left: 40px;
  }

  .header__features-item b {
    display: inline;
  }

  .compare__items:after, .compare__items:before, .compare__row:after, .compare__row:before, .no-webp .components .components__authors .components__authors-wrap:before, .components .components__authors .components__popup-head:before, .components .components__results .components__popup-head:before, .components__row:last-child .components__item:last-child:after, .footer__center-text, .footer__logo-text, .footer__right, .popup__wrap .popup__left, .no-webp .popup__wrap:after, .compare__items:after, .compare__items:before, .compare__row:after, .compare__row:before, .webp .components .components__authors .components__authors-wrap:before, .components .components__authors .components__popup-head:before, .components .components__results .components__popup-head:before, .components__row:last-child .components__item:last-child:after, .footer__center-text, .footer__logo-text, .footer__right, .popup__wrap .popup__left, .webp .popup__wrap:after {
    display: none;
  }

  .header__prod {
    align-self: center;
    max-width: 160px;
    margin-left: auto;
    margin-right: 30px;
    position: static;
  }

  .factors__wrap {
    margin-bottom: 20px;
  }

  .factors__item {
    width: 300px;
  }

  .factors__item:nth-child(3n+3) {
    margin-right: 10px;
  }

  .components__item:first-child, .factors__item:nth-child(2n+2) {
    margin-right: 0;
  }

  .factors__name {
    max-width: 205px;
    margin-bottom: 15px;
    font-size: 21px;
  }

  .factors__item:nth-last-child(-n+3) {
    margin-bottom: 20px;
  }

  .factors__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }

  .factors__circle svg {
    max-height: 50px;
  }

  .factors__item-injuries {
    margin-top: 0;
  }

  .factors__item-podagra {
    margin-top: 20px;
  }

  .no-webp .solution, .webp .solution {
    padding: 30px 0;
  }

  .solution .title {
    font-size: 38px;
  }

  .solution .subtitle {
    font-size: 21px;
  }

  .solution__items {
    margin-bottom: 25px;
  }

  /* .solution__items:before {
    left: 86%;
  } */

  .solution .item__descr {
    padding-right: 210px;
  }

  .solution .item:first-child:before, .solution .item:nth-child(2):before {
    left: 63%;
  }

  .components__row {
    flex-direction: column;
    align-items: center;
  }

  .components__row:last-child .components__item:last-child {
    padding-bottom: 0;
  }

  .components__item {
    max-width: 600px;
    padding-bottom: 20px;
    position: relative;
  }

  .components__item:after {
    content: "";
    background: linear-gradient(90deg, #fff0, #e2dbdb, #fff0);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .components__img {
    margin-right: 25px;
  }

  .components__img-3 {
    height: 120px;
  }

  .components__about {
    margin-bottom: 15px;
    padding: 10px 0;
    font-size: 17px;
    line-height: 1.3;
  }

  .components__fact {
    width: 100px;
    height: 100px;
  }

  .components__link {
    font-size: 16px;
  }

  .components__popup {
    width: 400px;
  }

  .components .components__results .components__popup-head {
    padding: 5px 10px;
  }

  .components .components__results .components__popup-head .components__popup-title {
    border-bottom: none;
    font-size: 26px;
  }

  .components .components__results .components__results-wrap {
    padding: 0;
  }

  .components .components__results .components__results-wrap .components__popup-text {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 10px;
    font-size: 15px;
  }

  .components .components__authors .components__popup-head {
    padding: 5px 20px;
  }

  .components .components__authors .components__popup-head .components__popup-title {
    border-bottom: none;
    font-size: 30px;
  }

  .components .components__authors .components__authors-wrap {
    flex-direction: column;
    padding: 0 20px;
  }

  .compare.block, .reviews.block {
    padding-bottom: 30px;
  }

  .reviews.block, .use.block {
    padding-top: 30px;
  }

  .components .components__authors .components__authors-wrap .components__popup-text {
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
    padding-left: 30px;
    font-size: 15px;
  }

  .components .components__authors .components__authors-wrap .components__popup-text:before {
    color: #4a5665;
    font-size: 40px;
    top: 6%;
    left: 0;
  }

  .compare img {
    max-width: 115px;
  }

  .compare__left {
    padding-right: 15px;
  }

  .compare__left .compare__descr {
    padding-left: 0;
    font-size: 16px;
  }

  .compare__left .compare__img-wrap {
    width: 80%;
    max-width: 90px;
    margin-left: 5px;
  }

  .compare__left .compare__descr-title {
    font-size: 22px;
  }

  .compare__right {
    padding-left: 5px;
  }

  .compare__right .compare__descr {
    padding-left: 25px;
    padding-right: 0;
    font-size: 16px;
  }

  .compare__right .compare__descr-prod {
    font-size: 32px;
  }

  .compare__right .compare__img-wrap {
    width: 80%;
    max-width: 90px;
    margin-right: 5px;
  }

  .compare .row-4 .right .item-img {
    margin-left: -10px;
  }

  .use {
    background-position: 50% 0;
  }

  .use__item {
    margin-right: 60px;
  }

  .use__item--2 {
    margin-right: 0;
  }

  .use__img {
    max-width: 100px;
  }

  .use__desc {
    max-width: 200px;
    margin-left: 20px;
    font-size: 18px;
  }

  .use__desc:before {
    font-size: 45px;
  }

  .use-girl {
    width: 490px;
    left: 50%;
  }

  .reviews__about {
    font-size: 18px;
  }

  .reviews__wrap {
    max-width: 400px;
    margin: 0 auto;
  }

  .reviews__text-1 {
    margin-top: 18px;
  }

  .reviews .title {
    margin-bottom: 25px;
  }

  .reviews__popup {
    width: 580px;
    height: auto;
    padding-bottom: 40px;
    left: 50%;
  }

  .reviews__popup-img {
    width: 70px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .reviews__popup-title {
    font-size: 26px;
    line-height: 1.1;
  }

  .reviews__popup-footnote {
    font-size: 16px;
  }

  .questions__item {
    max-width: 300px;
  }

  .order__list {
    margin-top: 20px;
  }

  .order__item {
    margin-left: 45px;
  }

  .order__item:before {
    width: 540px;
  }

  .order__img {
    width: 180px;
    margin-bottom: 10px;
  }

  .order__text {
    max-width: 380px;
  }

  .order__title {
    font-size: 18px;
    line-height: 1.1;
  }

  .order__desc {
    font-size: 16px;
    line-height: 1.1;
  }

  .title-attention {
    margin-bottom: 15px;
  }

  .attention__text {
    font-size: 22px;
  }

  .footer__wrap {
    flex-direction: column;
  }

  .footer__center, .footer__logo, .footer__privacy {
    margin: 0;
  }

  .footer__logo img {
    width: 80%;
  }

  .no-webp .popup__wrap, .webp .popup__wrap {
    width: 100%;
    margin: 0 auto;
  }

  .popup__wrap .popup__form {
    right: -130px;
    overflow: hidden;
  }

  .ever-popup__inner .ever-popup__close {
    top: -80px;
    right: -130px;
  }
}

@media screen and (width <= 639px) {
  .questions__item, .solution .item, .solution .item:first-child .item__descr, .solution .item:nth-child(2) .item__descr {
    text-align: center;
  }

  .header__title {
    margin-bottom: 15px;
    font-size: 34px;
  }

  .header__title span {
    font-size: inherit;
  }

  .header__about {
    margin-bottom: 10px;
  }

  .header__features-item {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  .factors__item, .factors__item:nth-child(3n+3) {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .header__features-item b {
    display: block;
  }

  .factors__item {
    width: 100%;
    max-width: 400px;
  }

  .components__fact, .components__img {
    margin-right: 15px;
  }

  .factors__item:nth-last-child(-n+2) {
    margin-bottom: 30px;
  }

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

  .factors__item-injuries, .factors__item-podagra {
    margin-top: 0;
  }

  .factors__list {
    max-width: 70%;
  }

  .factors__line {
    margin-bottom: 15px;
  }

  .solution .item, .solution .subtitle {
    margin-bottom: 25px;
  }

  .factors__name {
    max-width: 70%;
    font-size: 20px;
  }

  .factors__name br {
    display: none;
  }

  .no-webp .solution, .webp .solution {
    padding: 30px 0;
  }

  .solution .item__descr {
    padding-right: 0;
  }

  .solution .title {
    font-size: 38px;
  }

  .solution__items {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .solution__items:before {
    background-repeat: no-repeat;
    background-size: contain;
    order: 4;
    width: 130px;
    height: 400px;
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
  }

  .solution .item:first-child .item__descr span, .solution .item:nth-child(2) .item__descr span {
    margin-bottom: 2px;
  }

  .solution .item:first-child:after, .solution .item:first-child:before, .solution .item:nth-child(2):after, .solution .item:nth-child(2):before {
    display: none;
  }

  .components__fact {
    width: 80px;
    height: 80px;
  }

  .compare__items:after {
    height: 100%;
    display: block;
    top: 0;
  }

  .compare .first-row {
    margin-bottom: 25px;
  }

  .compare .row-3, .compare__row {
    margin-bottom: 20px;
  }

  .compare__left {
    padding-right: 14px;
  }

  .compare__left .compare__descr {
    font-size: 15px;
  }

  .compare__left .compare__descr-title {
    font-size: 20px;
  }

  .compare__left img, .compare__right img {
    max-width: 80px;
  }

  .compare__left .compare__img-wrap, .compare__right .compare__img-wrap {
    max-width: 70px;
  }

  .compare__right .compare__descr {
    padding-left: 10px;
    font-size: 15px;
  }

  .compare__right .compare__descr-prod {
    font-size: 27px;
  }

  .use__item {
    margin-right: 0;
  }

  .use__img {
    max-width: 90px;
  }

  .use__desc {
    margin-left: 15px;
  }

  .use__desc:before {
    bottom: -31px;
    left: -39px;
  }

  .use-girl {
    width: 440px;
    left: 50%;
  }

  .reviews__add-title {
    font-size: 25px;
  }

  .reviews__add-form {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .reviews__add-label {
    max-width: 320px;
  }

  .reviews__add-btn {
    margin-top: 10px;
    margin-right: auto;
  }

  .reviews__popup {
    width: 450px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .reviews__popup-img {
    width: 60px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .reviews__popup-title {
    font-size: 24px;
  }

  .reviews__popup-footnote {
    font-size: 15px;
  }

  .questions__list {
    flex-direction: column;
    align-items: center;
  }

  .questions__item {
    max-width: 100%;
    min-height: 0;
    padding: 15px 34px 15px 40px;
    display: block;
  }

  .questions__item:before {
    width: 30px;
    height: 30px;
    font-size: 25px;
    top: 9px;
    left: 5px;
  }

  .questions__item:nth-of-type(n+2) {
    margin-top: 25px;
  }

  .questions__item br {
    content: " ";
    clear: none;
    display: inline;
  }

  .questions .questions__item:nth-of-type(5) {
    margin-bottom: 0;
    padding-bottom: 15px;
  }

  .questions__item.show .questions__a {
    margin-top: 6px;
  }

  .questions__more {
    width: 22px;
    height: 22px;
    top: 2px;
    bottom: auto;
  }

  .order__item {
    margin-bottom: 8px;
  }

  .order__item:before {
    width: 400px;
  }

  .order__item:last-of-type {
    margin-bottom: 0;
  }

  .order__title {
    font-size: 17px;
    line-height: 1;
  }

  .order__text {
    max-width: 235px;
  }

  .order__desc {
    font-size: 15px;
    line-height: 1;
  }
}

@media screen and (width <= 479px) {
  .header .form, .header__prod {
    margin-left: auto;
    margin-right: auto;
  }

  .components__fact, .use-girl {
    display: none;
  }

  .components__info, .nav__list, .order__item {
    text-align: center;
  }

  .header .form, .header__prod, .order__img, .order__item {
    margin-left: auto;
  }

  .title {
    font-size: 27px;
  }

  .block {
    padding: 25px 0;
  }

  .nav__list {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .nav__item {
    margin-bottom: 7px;
    padding: 0 5px;
  }

  .nav__link {
    font-size: 16px;
  }

  .no-webp .header, .webp .header {
    padding-bottom: 30px;
  }

  .header__top {
    margin-bottom: 10px;
  }

  .header__content {
    flex-direction: column;
  }

  .header__title {
    font-size: 30px;
  }

  .header__features-item {
    max-width: 300px;
    margin-bottom: 12px;
    padding-left: 24px;
    font-size: 17px;
    line-height: normal;
  }

  .header__features-item:before {
    top: 4px;
  }

  .header__features-item:last-of-type {
    margin-bottom: 0;
  }

  .header__features-item b {
    margin-bottom: 2px;
    line-height: normal;
  }

  .header__prod {
    max-width: 100px;
  }

  .factors__name {
    font-size: 19px;
  }

  .factors__point {
    font-size: 17px;
  }

  .factors__conclusion {
    font-size: 19px;
  }

  .no-webp .solution, .solution.block, .webp .solution, .solution.block {
    padding: 25px 0;
  }

  .solution .title {
    font-size: 27px;
  }

  .solution .subtitle {
    font-size: 18px;
  }

  .solution__items .item {
    margin-bottom: 25px;
  }

  .solution__items .item .item__descr {
    font-size: 17px;
  }

  .solution__items .item .item__descr span {
    font-size: 20px;
  }

  .solution__foot-title {
    font-size: 25px;
  }

  .btn-solution {
    margin-top: 25px;
  }

  .components__item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
  }

  .components__item:first-child, .components__row {
    margin-bottom: 15px;
  }

  .components__img {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .components__text {
    padding-left: 0;
  }

  .components__name {
    margin-bottom: 5px;
  }

  .components__wrap, .title-components {
    margin-bottom: 25px;
  }

  .components__popup {
    width: 300px;
  }

  .components .components__results .components__popup-head {
    padding: 5px 10px;
  }

  .components .components__results .components__popup-head .components__popup-title {
    border-bottom: none;
    font-size: 24px;
  }

  .components .components__results .components__results-wrap {
    padding: 0;
  }

  .components .components__results .components__results-wrap .components__popup-text {
    font-size: 14px;
  }

  .components .components__authors .components__popup-head {
    padding: 5px 20px;
  }

  .components .components__authors .components__popup-head .components__popup-title {
    border-bottom: none;
    font-size: 26px;
    line-height: 1.1;
  }

  .components .components__authors .components__authors-wrap {
    padding: 0 20px;
  }

  .compare.block, .reviews.block {
    padding-bottom: 25px;
  }

  .reviews.block, .use.block {
    padding-top: 25px;
  }

  .components .components__authors .components__authors-wrap .components__popup-text {
    padding-left: 20px;
  }

  .components .components__authors .components__authors-wrap .components__popup-text:before {
    left: -10px;
  }

  .compare__left .compare__img-wrap, .compare__left img, .compare__right .compare__img-wrap, .compare__right img {
    max-width: 30px;
  }

  .compare__left {
    padding-right: 2px;
  }

  .compare__left .compare__descr {
    font-size: 13px;
  }

  .compare__left .compare__descr-title {
    font-size: 16px;
  }

  .compare__right {
    padding-left: 4px;
  }

  .compare__right .compare__descr {
    padding-left: 0;
    font-size: 13px;
  }

  .compare__right .compare__descr-prod {
    font-size: 21px;
  }

  .compare__right .compare__img-wrap {
    margin-right: 2px;
  }

  .order__img, .order__item, .use__item {
    margin-right: auto;
  }

  .use {
    background-position: 100% 0;
  }

  .use__list {
    margin-top: 20px;
  }

  .reviews__text, .reviews__text-1 {
    margin-top: 10px;
  }

  .reviews__info {
    padding: 0 10px 30px;
  }

  .reviews__text {
    font-size: 16px;
  }

  .reviews__age {
    margin-bottom: 10px;
  }

  .reviews__add {
    margin-top: 0;
  }

  .reviews__popup {
    width: 300px;
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .reviews__popup-img {
    width: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .reviews__popup-title {
    font-size: 20px;
  }

  .reviews__popup-footnote {
    font-size: 14px;
  }

  .questions__q {
    font-size: 16px;
    line-height: 1.1;
  }

  .questions__a {
    font-size: 15px;
    line-height: 1.2;
  }

  .questions__list {
    margin-top: 18px;
  }

  .order__item {
    max-width: 312px;
    margin-bottom: 15px;
    display: block;
  }

  .order__item:before {
    display: none;
  }

  .attention__text {
    font-size: 20px;
  }
}

.discount, .discountt {
  color: #fff;
  text-align: center;
  z-index: 3;
  background: #e32024;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  padding-top: 30px;
  font-size: 34px;
  font-weight: bold;
  position: absolute;
  top: -22px;
  left: -23px;
}

.popup__left .discount {
  left: 104px;
}

@media screen and (width <= 480px) {
  .discount {
    top: 500px;
    left: 118px;
  }

  .discountt {
    top: 448px;
    left: 118px;
  }
}

@media screen and (width <= 479px) {
  .discount {
    width: 60px;
    height: 60px;
    padding-top: 20px;
    font-size: 22px;
    top: 447px;
    left: 243px;
  }

  .discountt {
    width: 60px;
    height: 60px;
    padding-top: 20px;
    font-size: 22px;
    top: 394px;
    left: 243px;
  }
}

@media screen and (width <= 420px) {
  .discount, .discountt {
    left: 223px;
  }
}

@media screen and (width <= 375px) {
  .discount {
    top: 476px;
    left: 186px;
  }

  .discountt {
    top: 420px;
    left: 190px;
  }
}

@media screen and (width <= 320px) {
  .discount, .discountt {
    left: 177px;
  }
}

.x_country_select {
  display: none;
}
/*# sourceMappingURL=index.4f99ed09.css.map */
