@charset "UTF-8";
@-webkit-keyframes shine {
  0% {
    left: -100%;
  }
  to {
    left: 100%;
  }
}
@keyframes shine {
  0% {
    left: -100%;
  }
  to {
    left: 100%;
  }
}
@-webkit-keyframes bounce {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
  }
}
@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
  }
}
@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
    opacity: 0;
  }
}
@keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
    opacity: 0;
  }
}
@-webkit-keyframes float-rotate {
  0%,
  to {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(5px, -5px) rotate(5deg);
    transform: translate(5px, -5px) rotate(5deg);
  }
  50% {
    -webkit-transform: translate(0, -10px) rotate(0deg);
    transform: translate(0, -10px) rotate(0deg);
  }
  75% {
    -webkit-transform: translate(-5px, -5px) rotate(-5deg);
    transform: translate(-5px, -5px) rotate(-5deg);
  }
}
@keyframes float-rotate {
  0%,
  to {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(5px, -5px) rotate(5deg);
    transform: translate(5px, -5px) rotate(5deg);
  }
  50% {
    -webkit-transform: translate(0, -10px) rotate(0deg);
    transform: translate(0, -10px) rotate(0deg);
  }
  75% {
    -webkit-transform: translate(-5px, -5px) rotate(-5deg);
    transform: translate(-5px, -5px) rotate(-5deg);
  }
}
@-webkit-keyframes pulseAnimate {
  to {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
@keyframes pulseAnimate {
  to {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
@-webkit-keyframes pulseAnimatePack {
  to {
    opacity: 0;
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
  }
}
@keyframes pulseAnimatePack {
  to {
    opacity: 0;
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
  }
}
@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
.promo-info__corp b,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #212272;
  line-height: 1.3;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fcf7f0),
    color-stop(53.44%, #fffdfb),
    color-stop(103.88%, #fcf7f0)
  );
  background: linear-gradient(
    90deg,
    #fcf7f0 0,
    #fffdfb 53.44%,
    #fcf7f0 103.88%
  );
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
br {
  font-size: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
button,
button:focus,
input,
input:focus {
  outline: 0;
}
a {
  text-decoration: none;
}
button {
  border: 0;
  display: block;
  padding: 0;
  font-family: inherit;
  cursor: pointer;
  background-color: transparent;
}
::-moz-focus-inner,
::-moz-focus-outer {
  border: 0;
  padding: 0;
}
a:-moz-focusring,
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
:active,
:focus,
:hover,
:visited,
a,
a:active,
a:focus,
a:hover,
a:visited {
  outline: 0 !important;
}
::-moz-focus-inner {
  border: 0;
  outline: 0;
}
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/montserrat-v31-cyrillic_latin_latin-ext-regular.woff2)
    format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/montserrat-v31-cyrillic_latin_latin-ext-700.woff2)
    format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/montserrat-v31-cyrillic_latin_latin-ext-500.woff2)
    format('woff2');
}
html {
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
svg {
  overflow: hidden;
}
b {
  font-weight: 700;
}
::-webkit-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}
::-moz-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}
:-ms-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}
::placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}
.container {
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.title {
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  font-weight: 700;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
.nowrap {
  white-space: nowrap;
}
.problems-list__item {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease,
    -webkit-transform 0.6s ease;
}
.problems-list__item.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-slide,
.swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet,
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progress
  .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white
  .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black
  .swiper-pagination-progressbar {
  background: #000;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.block {
  padding-top: 30px;
  padding-bottom: 30px;
}
.red {
  color: #e1211f;
}
.btn {
  border-radius: 35.345px;
  background: #e1211f;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 15px;
  padding: 15px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
  line-height: 1.2;
}
.ball span,
.ball::before,
.btn::before {
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn::before {
  content: '';
  top: 0;
  left: -100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(rgba(255, 255, 255, 0.5)),
    to(transparent)
  );
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.5),
    transparent
  );
  -webkit-animation: shine 2s infinite;
  animation: shine 2s infinite;
}
.btn:hover {
  background: #ff0400;
}
.btn:hover::before {
  -webkit-animation: none;
  animation: none;
}
.discount {
  -webkit-animation: bounce 1.5s infinite;
  animation: bounce 1.5s infinite;
}
.discount--standart {
  position: absolute;
  top: -10px;
  left: 18px;
  width: 65px;
}
.ball,
.container--pat {
  position: relative;
}
.ball {
  border-radius: 50%;
  z-index: 0;
}
.ball span,
.ball::before {
  left: 0;
}
.ball::before {
  content: '';
  z-index: 1;
}
.ball span {
  top: 0;
  background: #ef4e46;
  border-radius: inherit;
  opacity: 0.5;
  z-index: -1;
  -webkit-animation: pulseAnimate 8s ease-out infinite;
  animation: pulseAnimate 8s ease-out infinite;
}
.ball span:nth-child(0) {
  -webkit-animation-delay: calc(0s);
  animation-delay: calc(0s);
}
.ball span:nth-child(1) {
  -webkit-animation-delay: calc(3s);
  animation-delay: calc(3s);
}
.ball span:nth-child(2) {
  -webkit-animation-delay: calc(6s);
  animation-delay: calc(6s);
}
.ball--red::before {
  background: url(../img/circle-red.png) no-repeat center/contain;
}
.ball--blue::before {
  background: url(../img/circle-blue.png) no-repeat center/contain;
}
.form {
  border-radius: 20px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  padding: 15px 20px;
}
.form__input {
  position: relative;
  margin-bottom: 10px;
}
.form__input input {
  border-radius: 100px;
  font-size: 16px;
  border: 0;
  padding: 15px 20px;
  line-height: 1;
  text-align: center;
  color: #000;
  font-family: inherit;
  width: 100%;
  background: #fff;
}
.form__security {
  line-height: 1;
  font-size: 13px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 13px;
}
.pack-pulse {
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.pack-pulse span {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: #4e6db3;
  border-radius: inherit;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: pulseAnimatePack 6s ease-out infinite;
  animation: pulseAnimatePack 6s ease-out infinite;
}
.pack-pulse span:nth-child(0) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.pack-pulse span:nth-child(1) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.pack-pulse span:nth-child(2) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.pack-pulse span:nth-child(3) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.ttu {
  text-transform: uppercase;
}
.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}
.price-box__new {
  margin: auto 0;
}
.price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.price-box__title {
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8e8e98;
  margin-bottom: 4px;
}
.price-box:first-child .price-box__new {
  font-size: 22px;
  font-weight: 600;
  color: #9a9aa3;
  position: relative;
  opacity: 0.85;
}
.price-box:first-child .price-box__new::after {
  content: '';
  position: absolute;
  left: -4px;
  right: -4px;
  top: 50%;
  height: 2px;
  background: red;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.price-box:last-child .price-box__new {
  font-size: 32px;
  font-weight: 800;
  color: red;
}
.x_currency {
  font-size: 0.6em;
  margin-left: 4px;
  opacity: 0.85;
}
.header {
  position: relative;
  z-index: 22;
  padding-top: 11px;
}
.header__bg {
  border-radius: 469.597px;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-box-shadow: 0 3.757px 11.27px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3.757px 11.27px 0 rgba(0, 0, 0, 0.08);
}
.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
}
.header__logo {
  width: 115px;
}
.header__burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  margin-left: auto;
}
.header__burger span {
  width: 25px;
  height: 4px;
  display: block;
  border-radius: 5px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#074e67),
    to(#003546)
  );
  background: linear-gradient(180deg, #074e67 0, #003546 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__burger span:nth-child(2) {
  width: 17px;
  margin-left: auto;
}
.header__burger:hover span {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#053749),
    to(#001f2a)
  );
  background: linear-gradient(180deg, #053749 0, #001f2a 100%);
}
.header__nav {
  position: fixed;
  padding: 30px 15px;
  z-index: 20;
  top: 0;
  right: -100%;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 300px;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#074e67),
    to(#003546)
  );
  background: linear-gradient(180deg, #074e67 0, #003546 100%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-y: auto;
}
.header__nav-close {
  margin-left: 250px;
  width: 30px;
  height: 30px;
  position: relative;
  margin-bottom: 60px;
}
.header__nav-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 4px;
  display: block;
  border-radius: 3px;
  background: #fff;
}
.header__nav-close span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header__nav-close span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  gap: 60px;
}
.header__nav-item {
  width: 100%;
}
.header__nav-link {
  line-height: 1.3;
  padding: 0;
  font-size: 23px;
  font-weight: 700;
  display: block;
  position: relative;
  color: #fff;
  width: 100%;
}
.header.open .header__nav {
  right: 0;
  opacity: 1;
}
.header__rating {
  display: none;
}
.promo {
  padding-top: 20px;
  overflow: hidden;
}
.promo-info,
.promo__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.promo__content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.promo-info {
  width: 59%;
  position: relative;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.promo-info::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 1px;
  background-color: #212272;
}
.promo-info__title {
  text-align: left;
  margin-bottom: 15px;
}
.promo-info__subtitle {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
  width: 68%;
}
.promo-info__corp {
  width: 68%;
  font-style: italic;
  font-size: 14px;
}
.promo-image {
  width: 35%;
}
.promo-image__legs {
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 40px;
  height: 116px;
}
.promo-image__legs img {
  height: 100%;
  margin: 0 auto;
}
.promo-image__pack {
  width: 190px;
  max-width: 190px;
  position: relative;
  right: 60px;
  margin-top: 50px;
}
.promo-image__pack .discount {
  position: absolute;
  top: -5px;
  left: 5px;
  width: 68px;
}
.promo-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  position: relative;
  margin-top: 20px;
  gap: 15px;
}
.promo-order__discount {
  display: none;
}
.promo-btn {
  width: 290px;
  max-width: 100%;
  margin: 0 auto;
}
.problems {
  position: relative;
}
.problems .container {
  padding-bottom: 0 !important;
}
.problems .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 30px);
  height: 1px;
  background: #212272;
}
.problems__title {
  margin-bottom: 20px;
}
.problems-list,
.problems-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.problems-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
}
.problems-list__item {
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 1.948px 1.948px 7.307px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 1.948px 1.948px 7.307px 0 rgba(0, 0, 0, 0.12);
  padding: 10px;
  gap: 10px;
}
.problems-list__ball {
  width: 26px;
  height: 26px;
  margin: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.problems-list__info {
  font-size: 17px;
  color: #e1211f;
  font-weight: 700;
}
.problems-list__info span {
  font-weight: 400;
  font-size: 16px;
  color: #212272;
  display: block;
}
.problems__tesis {
  font-size: 18px;
  font-weight: 700;
  padding-left: 166px;
  position: relative;
  padding-bottom: 35px;
  min-height: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.38;
}
.problems__tesis::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/problems-person.webp) no-repeat center/contain;
  width: 162px;
  height: 192px;
}
.about {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#074e67),
    to(#003546)
  );
  background: linear-gradient(180deg, #074e67 0, #003546 100%);
  overflow: hidden;
}
.about__logo {
  display: none;
}
.about__title {
  color: #fff;
  margin-bottom: 20px;
}
.about__pack {
  width: 235px;
  margin: 0 auto 20px;
  position: relative;
  z-index: 0;
}
.about__form {
  border-radius: 16.493px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
.about-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
}
.about-price__title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.about-price .price-box:first-child .price-box__new,
.about-price .price-box__title {
  color: #fff;
}
.about-price__box {
  color: #fff;
}
.about__btn {
  width: 100%;
  padding: 17px 15px;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.repair {
  overflow: hidden;
}
.repair__text,
.repair__title {
  margin-bottom: 10px;
  text-align: left;
}
.repair__text {
  margin-bottom: 20px;
  font-size: 16px;
}
.repair-list {
  position: relative;
  margin: 0 auto 20px;
}
.repair-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 28%;
  height: 100%;
  background-image: url(../img/bone.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 3.299px 3.299px 12.37px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 3.299px 3.299px 12.37px 0 rgba(0, 0, 0, 0.12);
}
.repair-list__item {
  padding-left: 30px;
  position: relative;
  font-size: 15px;
}
@media screen and (min-width: 375px) {
  .repair-list__item {
    font-size: 16px;
  }
}
.repair-list__item:not(:last-child) {
  margin-bottom: 15px;
}
.repair-list__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(../img/repair-item.png) no-repeat center/contain;
}
.repair-list__item:nth-child(1),
.repair-list__item:nth-child(2),
.repair-list__item:nth-child(3) {
  width: 65%;
  margin-left: auto;
}
.repair-box {
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 3.299px 3.299px 12.37px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 3.299px 3.299px 12.37px 0 rgba(0, 0, 0, 0.12);
  padding: 20px;
}
.repair-box__title {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  margin-bottom: 22px;
  padding-left: 75px;
  min-height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.repair-box__title::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 53px;
  height: 79px;
  background: url(../img/pack.png) no-repeat center/contain;
}
.repair-box-list__item {
  padding-left: 18px;
  position: relative;
  font-size: 16px;
}
.repair-box-list__item::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #212272;
}
.repair-box-list__item:not(:last-child) {
  margin-bottom: 10px;
}
.no-webp .repair-list::before {
  background-image: url(../img/bone.png);
}
.helping {
  background-color: #fff;
}
.helping-list,
.helping__title {
  margin-bottom: 20px;
}
.helping-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.helping-item {
  counter-increment: Counter;
}
.helping-item__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.helping-item__icon {
  margin: 10px;
  position: relative;
}
.helping-item__icon::before {
  content: counter(Counter);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 23.076px;
  font-weight: 700;
  line-height: 1;
  z-index: 1;
  color: #fff;
}
.helping-item__icon .ball {
  width: 45px;
  height: 45px;
}
.helping-item__icon .ball span {
  background: #4e6db3;
}
.helping-item__title {
  font-size: 17px;
  font-weight: 700;
}
.helping-item__title span {
  display: block;
}
.helping-item__text {
  font-size: 16px;
}
.helping-box {
  border-radius: 10px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#074e67),
    to(#003546)
  );
  background: linear-gradient(180deg, #074e67 0, #003546 100%);
  padding: 15px;
  color: #fff;
}
.helping-box__main {
  position: relative;
  padding-left: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
  min-height: 200px;
}
.helping-box__pack {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -19px;
  width: 50%;
  max-height: 170px;
}
.helping-box__pack img {
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 185px;
  margin: 0 auto;
  display: block;
}
.helping-box__title {
  font-size: 19px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.33;
}
.helping-box__corp {
  width: 100%;
  max-width: 160px;
}
.helping-box__order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.helping-box__order .price-box:first-child .price-box__new,
.helping-box__order .price-box__title {
  color: #fff;
}
.helping-box__btn {
  width: 100%;
  max-width: 270px;
}
.use {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#074e67),
    to(#003546)
  );
  background: linear-gradient(180deg, #074e67 0, #003546 100%);
  overflow: hidden;
  color: #fff;
}
.use__title {
  color: #fff;
  margin-bottom: 20px;
}
.use-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}
.use-list__icon {
  margin: 10px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.use-list__icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 58%;
  height: 55%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.use-list__icon--1::before {
  background-image: url(../img/icon-use-1.png);
}
.use-list__icon--2::before {
  background-image: url(../img/icon-use-2.png);
}
.use-list__icon--3::before {
  background-image: url(../img/icon-use-3.png);
}
.use-list__text {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.28;
  margin: auto 0;
}
.use-list__text-small {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
}
.use-list__ball {
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.use-list__ball span {
  background: #4e6db3;
}
.use-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.use-list__item:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.use-list__item:not(:last-child)::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 95px;
  width: 100px;
  height: 1px;
  opacity: 0.5;
  background: #fff;
}
.use__pack {
  width: 235px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.comparison {
  overflow: hidden;
}
.comparison__title {
  margin-bottom: 10px;
}
.comparison-img {
  position: relative;
  z-index: 0;
  width: 290px;
  height: 290px;
  margin: 0 auto 70px;
}
.comparison-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.comparison-icons::before,
.comparison-icons__item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.comparison-icons::before {
  width: 120%;
  height: 120%;
  background-image: url(../img/gel.webp);
  z-index: -1;
}
.comparison-icons__item {
  width: 52px;
  height: 52px;
  border-radius: 52.038px;
  background: #fff;
  -webkit-box-shadow: 2.103px 2.103px 7.885px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 2.103px 2.103px 7.885px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  cursor: pointer;
}
.comparison-icons__item::before {
  width: 60%;
  height: 60%;
}
.comparison-icons__item--1 {
  margin-bottom: 5%;
  margin-left: 3.44%;
}
.comparison-icons__item--1::before {
  background-image: url(../img/icon-comprasion-1.png);
  -webkit-transform: translate(-50%, -57%);
  transform: translate(-50%, -57%);
}
.comparison-icons__item--1.active::before {
  background-image: url(../img/icon-comprasion-1-w.png);
}
.comparison-icons__item--2 {
  margin-bottom: 15px;
}
.comparison-icons__item--2::before {
  background-image: url(../img/icon-comprasion-2.png);
}
.comparison-icons__item--2.active::before {
  background-image: url(../img/icon-comprasion-2-w.png);
}
.comparison-icons__item--3 {
  margin-left: 5%;
}
.comparison-icons__item--3::before {
  background-image: url(../img/icon-comprasion-3.png);
}
.comparison-icons__item--3.active::before {
  background-image: url(../img/icon-comprasion-3-w.png);
}
.comparison-icons__item--4 {
  margin-left: 25.17%;
  position: relative;
  top: -2.41%;
}
.comparison-icons__item--4::before {
  background-image: url(../img/icon-comprasion-4.png);
}
.comparison-icons__item--4.active::before {
  background-image: url(../img/icon-comprasion-4-w.png);
}
.comparison-icons__item.active {
  background-color: #212272;
}
.comparison__pack {
  position: absolute;
  bottom: -18%;
  right: 0;
  width: 47.58%;
}
.comparison-item,
.comparison-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.comparison-list {
  gap: 15px;
}
.comparison-item {
  border-radius: 14.897px;
  padding: 15px 40px 15px 58px;
  background: #fff;
  -webkit-box-shadow: 2.979px 2.979px 11.173px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 2.979px 2.979px 11.173px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  min-height: 65px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.comparison-item::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  width: 24px;
  height: 24px;
  background: url(../img/repair-item.png) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.comparison-item__name {
  color: #212272;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
.comparison-item__text {
  line-height: 1.33;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  font-size: 16px;
  -webkit-transition: max-height 0.3s ease, opacity 0.2s ease;
  transition: max-height 0.3s ease, opacity 0.2s ease;
}
.comparison-item__button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  width: 16px;
  height: 16px;
}
.comparison-item__button::after,
.comparison-item__button::before {
  content: '';
  position: absolute;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#e21010),
    to(#e1211f)
  );
  background: linear-gradient(90deg, #e21010 0, #e1211f 100%);
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.comparison-item__button::before {
  width: 2px;
  height: 100%;
}
.comparison-item__button::after {
  width: 100%;
  height: 2px;
}
.comparison-item.active .comparison-item__text {
  max-height: 800px;
  margin-top: 8px;
  opacity: 1;
}
.comparison-item.active::before {
  top: 13px;
  -webkit-transform: none;
  transform: none;
}
.comparison-item.active .comparison-item__button {
  top: 17px;
  -webkit-transform: none;
  transform: none;
}
.comparison-item.active .comparison-item__button:before,
.composition-item.active .composition-item__button::before {
  opacity: 0;
}
.no-webp .comparison-icons::before {
  background-image: url(../img/gel.png);
}
.composition {
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#074e67),
    to(#003546)
  );
  background: linear-gradient(180deg, #074e67 0, #003546 100%);
  overflow: hidden;
  padding-top: 0 !important;
  padding-bottom: 40px;
}
.composition__title {
  text-align: left;
  padding: 30px 100px 25px 0;
  position: relative;
}
.composition-bone {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 92px;
  z-index: 0;
}
.composition-bone .pack-pulse {
  width: 60px;
  height: 60px;
}
.composition-bone img,
.composition-item__img img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  margin: 0 auto;
}
.composition-item,
.composition-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.composition-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}
.composition-item {
  position: relative;
  gap: 5px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  padding: 20px 10px 25px;
  min-height: 91px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.composition-item__box,
.composition-item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.composition-item__img {
  width: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.composition-item__img img {
  margin: auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 50px;
}
.composition-item__box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.composition-item__button {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #e21010;
  border-radius: 50%;
}
.composition-item__button::after,
.composition-item__button::before {
  content: '';
  position: absolute;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.composition-item__button::before {
  width: 2px;
  height: 53%;
}
.composition-item__button::after {
  width: 53%;
  height: 2px;
}
.composition-item__name {
  font-weight: 700;
  font-size: 18px;
}
.composition-item__text {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  font-size: 16px;
  -webkit-transition: max-height 0.3s ease, opacity 0.2s ease;
  transition: max-height 0.3s ease, opacity 0.2s ease;
}
.composition-item.active {
  padding-top: 30px;
  padding-bottom: 30px;
}
.composition-item.active .composition-item__box {
  gap: 5px;
}
.composition-item.active .composition-item__text {
  max-height: 800px;
  opacity: 1;
}
.composition-item.active .composition-item__img img {
  margin: 0;
}
.composition .ball {
  z-index: 10;
}
.reviews__title {
  margin-bottom: 30px;
}
.reviews-content {
  margin: 0 auto;
  padding: 15px 20px;
  border-radius: 16.11px;
  background: #fff;
  -webkit-box-shadow: 3.222px 3.222px 16.11px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 3.222px 3.222px 16.11px 0 rgba(0, 0, 0, 0.15);
}
.reviews-panel {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}
.reviews-headStar {
  width: 120px;
  height: 18px;
  background: repeat-x left center;
  background-size: 25px 20px;
  position: relative;
  background-image: url(../img/star.png);
}
.reviews-headStar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: repeat-x left center;
  background-size: 24px 18px;
  width: 122px;
  height: 100%;
}
.reviews-amount {
  font-size: 16px;
}
.reviews-list {
  margin-top: 20px;
  overflow: auto;
  height: 640px;
  padding-right: 20px;
}
.reviews-list::-webkit-scrollbar {
  width: 8px;
}
.reviews-list::-webkit-scrollbar-track {
  position: relative;
  border: 2px solid #fff;
  background: #d3d3d3;
}
.reviews-list::-webkit-scrollbar-thumb {
  background-image: url(../img/scroll.png),
    -webkit-gradient(linear, left top, left bottom, from(#074e67), to(#003546));
  background-image: url(../img/scroll.png),
    linear-gradient(180deg, #074e67 0, #003546 100%);
  background-size: 4px 7px, 100%;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 2px;
}
.reviews-list-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.reviews-list-item:last-child {
  padding-bottom: 5px;
  margin-bottom: 0;
  border-bottom: none;
}
.reviews-item-avatar,
.reviews-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reviews-item-top {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.reviews-item-avatar {
  width: 50px;
  height: 50px;
  font-size: 24px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #333;
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}
.reviews-item__name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}
.reviews-item-title {
  width: calc(100% - 60px);
}
.reviews-item__rating,
.reviews-item__rating::before {
  background: repeat-x left center;
  background-size: 24px 18px;
}
.reviews-item__rating {
  width: 122px;
  height: 18px;
  position: relative;
  background-image: url(../img/star.png);
}
.reviews-item__rating::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 103px;
  height: 100%;
}
.reviews-item__date {
  opacity: 0.7;
  color: #403737;
  font-size: 15px;
  line-height: 1;
  width: 100%;
  margin-top: 15px;
  display: none;
}
.reviews-item__date2 {
  display: block;
  text-align: right;
  margin-top: 0;
  margin-left: auto !important;
}
.reviews-item__text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.7;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.reviews-assessment,
.social__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviews-assessment {
  margin-top: 20px;
}
.social__button {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.social__button:first-child {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #c4c4c4;
}
.social__img {
  cursor: pointer;
}
.social__img::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-right: 9px;
  cursor: pointer;
}
.social__count {
  font-size: 15px;
  color: #666;
}
.like::before {
  background: url(../img/like.png) no-repeat center;
}
.like-active::before {
  background: url(../img/like-active.png) no-repeat center;
}
.dislike::before {
  background: url(../img/dislike.png) no-repeat center;
}
.dislike-active::before {
  background: url(../img/dislike-active.png) no-repeat center;
}
.reviews-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.reviews-logo {
  width: 116px;
}
.star-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.promo2 {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#074e67),
    to(#003546)
  );
  background: linear-gradient(180deg, #074e67 0, #003546 100%);
  color: #fff;
}
.promo2 .promo-image__legs {
  display: none;
}
.promo2 .promo-info {
  width: 100%;
  padding-bottom: 0;
}
.promo2 .promo__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.promo2 .promo-image__pack {
  right: 0;
  margin: 40px auto 20px;
  width: 245px;
  max-width: 100%;
}
.promo2 .promo-image {
  width: 100%;
  z-index: 0;
}
.promo2 .promo-info__title {
  text-align: center;
}
.promo2 .promo-info__subtitle {
  text-align: center;
  width: 100%;
}
.promo2 .promo-info::before,
.promo2 .promo-order {
  display: none;
}
.promo2 .price {
  margin-bottom: 5px;
}
.promo2 .price-box:first-child .price-box__new,
.promo2 .price-box__title {
  color: #fff;
}
footer {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  text-align: center;
}
.popup__title {
  font-size: 28px;
  line-height: 33px;
  color: #fff;
  margin-bottom: 45px;
  max-width: 300px;
}
.popup__title--big {
  font-size: 38px;
  font-weight: 700;
}
.my-popup .form-inputs {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.popup__right {
  width: 465px;
  position: relative;
  z-index: 0;
}
.popup__left-logo {
  width: 197px;
  margin-bottom: 20px;
  display: none;
}
.popup__form .price__new {
  font-size: 36px;
}
.popup__form .price__old .x_currency,
.popup__form .price__old .x_price_previous {
  font-size: 18px;
}
.popup__left-subtitle {
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.33;
  color: #fff;
  margin-bottom: 34px;
  display: none;
}
.popup__content .form {
  border: 0;
}
.popup__content {
  padding: 0;
  width: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#074e67),
    to(#003546)
  );
  background: linear-gradient(180deg, #074e67 0, #003546 100%);
  border-radius: 20px;
  border: 1px solid #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}
.popup__content .popup__right {
  margin-top: 15px;
}
.popup__content,
.popup__left {
  position: relative;
}
.popup__left-title {
  margin-bottom: 20px;
}
.popup__right {
  display: none;
}
.ever-popup.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.ever-popup__inner {
  margin: 0 auto !important;
  width: auto !important;
}
@media screen and (min-width: 375px) {
  .comparison__pack {
    width: 65%;
    right: -35px;
  }
}
@media screen and (min-width: 400px) {
  .about-price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 430px) {
  .header__nav-close {
    margin-left: 200px;
  }
}
@media screen and (min-width: 480px) {
  .container {
    width: 480px;
  }
  .form__security {
    font-size: 14px;
  }
  .header__nav {
    width: 300px;
  }
  .promo-info__subtitle {
    font-size: 18px;
  }
  .promo-image__pack {
    width: 220px;
    max-width: 220px;
  }
  .problems__title span {
    display: block;
  }
  .about__pack {
    width: 250px;
  }
  .helping-box__title {
    font-size: 21px;
  }
  .use__pack {
    width: 250px;
  }
  .comparison__pack {
    width: 75%;
    right: -25%;
  }
  .reviews-content {
    padding: 20px;
  }
  .reviews-list {
    padding-right: 20px;
    height: 545px;
  }
  .reviews-item-title {
    width: auto;
    margin-right: auto;
  }
  .reviews-item__date {
    width: auto;
    margin: 0;
  }
  .promo2 .promo-image__pack {
    width: 250px;
    max-width: 250px;
  }
  .promo-info__corp {
    font-size: 16px;
  }
  footer {
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 16px;
  }
}
@media (min-width: 600px) {
  .price {
    gap: 20px;
  }
  .price-box:first-child .price-box__new {
    font-size: 24px;
  }
  .price-box:last-child .price-box__new {
    font-size: 36px;
  }
}
@media screen and (min-width: 640px) {
  .container {
    width: 640px;
  }
  .title {
    font-size: 27px;
  }
  .promo-info {
    padding-bottom: 150px;
  }
  .promo-info::before {
    display: none;
  }
  .promo-info__subtitle {
    font-size: 21px;
  }
  .promo-image__legs {
    height: 150px;
  }
  .promo-order {
    max-width: 310px;
    margin-top: -135px;
  }
  .promo-btn {
    margin: 0;
  }
  .problems__title {
    margin-bottom: 25px;
  }
  .problems-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  .problems-list__item {
    width: 48.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding: 15px 15px 15px 20px;
  }
  .problems-list__ball {
    width: 34px;
    height: 34px;
  }
  .problems__tesis {
    width: 550px;
    margin: 0 auto;
    max-width: 100%;
    padding-left: 222px;
    font-size: 20px;
  }
  .problems__tesis::before {
    width: 212px;
    height: 232px;
  }
  .about__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 0;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about__title {
    width: 100%;
    margin-bottom: 0;
  }
  .about__pack {
    margin: 0;
    width: 250px;
  }
  .about__form {
    margin: 0;
    max-width: 340px;
  }
  .repair__text {
    font-size: 17px;
  }
  .repair-list {
    width: 100%;
    min-height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .repair-list__item {
    font-size: 17px;
  }
  .repair-box__title {
    font-size: 18px;
  }
  .repair-box-list__item:not(:last-child) {
    margin-bottom: 15px;
  }
  .helping-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .helping-item {
    width: 48%;
  }
  .helping-item__title {
    font-size: 18px;
  }
  .helping-box__main {
    min-height: 100%;
    padding-left: 33%;
  }
  .helping-box__pack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: -35px;
    max-height: 100%;
    width: 220px;
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%);
  }
  .helping-box__pack img {
    max-height: 250px;
  }
  .helping-box__title {
    font-size: 24px;
  }
  .helping-box__order {
    padding-left: 33%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .helping-box__btn {
    max-width: 340px;
  }
  .use__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .use__title {
    width: 100%;
    text-align: left;
  }
  .use-list {
    margin-bottom: 0;
  }
  .use__pack {
    margin: 0;
    width: 250px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .comparison {
    padding-bottom: 80px;
  }
  .comparison-list {
    max-width: 270px;
  }
  .comparison__title {
    margin-bottom: 25px;
  }
  .comparison__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .comparison-img {
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .comparison__pack {
    width: 80%;
    right: -15%;
  }
  .composition-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px 10px;
  }
  .composition-item {
    width: calc(50% - 10px);
    min-height: 100px;
  }
  .composition-item__img img {
    height: 60px;
  }
  .reviews__title {
    margin-bottom: 30px;
  }
  .reviews-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
  }
  .reviews-list {
    height: 445px;
  }

  .star-box {
    margin-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
  }
  .promo2 .promo-image__pack {
    width: 244px;
    max-width: 244px;
    margin: 0;
  }
  .promo2 .promo-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .promo2 .promo-info__subtitle {
    margin-bottom: 40px;
  }
  .promo2 .promo-image__pack .discount {
    top: -20px;
  }
  .popup__form {
    width: 333px;
    max-width: 100%;
  }
  .popup__content .form {
    border: 1px solid #fff;
  }
  .popup__content {
    width: 600px;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
    padding: 15px;
    border: 0;
  }
  .popup__left {
    display: block;
    margin-right: 0;
    margin-top: 0;
    width: 310px;
  }
  .popup__left-title {
    text-align: left !important;
  }
  .ever-popup__inner {
    overflow: hidden !important;
  }
  .popup__right {
    display: block;
  }
  .popup__right .promo-product {
    max-width: 472px;
    right: -6%;
  }
}
@media screen and (min-width: 768px) {
  .container {
    width: 768px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .btn {
    font-size: 16px;
  }
  .discount--standart {
    top: -5px;
    width: 65px;
  }
  .form__input input {
    padding: 12px 25px;
  }
  .form__security {
    font-size: 15px;
  }
  .header__logo {
    width: 100px;
  }
  .header__nav-close {
    width: 40px;
    height: 40px;
  }
  .promo {
    padding-top: 0 !important;
  }
  .promo__content {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #212272;
  }
  .promo-info {
    padding-bottom: 15px;
  }
  .promo-info__title {
    margin-top: 30px;
  }
  .promo-info__corp {
    border: 0;
    padding-bottom: 0;
  }
  .promo-image {
    width: 37%;
  }
  .promo-image__legs {
    margin-bottom: 0;
    border: 0;
    height: 100%;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 10px;
  }
  .promo-image__pack {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-33%);
    transform: translateX(-33%);
    right: auto;
    margin-top: 0;
    bottom: -90px;
    width: 232px;
    max-width: 100%;
  }
  .promo-image__pack .discount {
    top: -5px;
  }
  .promo-order {
    margin-top: 0;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .promo-btn {
    max-width: 210px;
    margin-left: auto;
    line-height: 1.3;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .problems .container::before {
    width: calc(100% - 50px);
  }
  .problems-list__ball {
    width: 44px;
    height: 44px;
  }
  .about__content {
    gap: 30px 0;
  }
  .about__pack {
    width: 280px;
  }
  .repair-list {
    min-height: 240px;
    padding-left: 25%;
    width: 600px;
  }
  .repair-list::before {
    width: 140px;
    height: 240px;
  }
  .repair-list__item {
    padding-left: 36px;
  }
  .repair-list__item::before {
    width: 24px;
    height: 24px;
  }
  .repair-list__item:nth-child(1),
  .repair-list__item:nth-child(2),
  .repair-list__item:nth-child(3) {
    width: 100%;
  }
  .repair-box__title {
    min-height: 100%;
    padding-left: 0;
    font-size: 20px;
  }
  .repair-box__title::before {
    display: none;
  }
  .repair-box-list {
    position: relative;
    padding-left: 30%;
  }
  .repair-box-list::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 200px;
    height: 279px;
    background: url(../img/pack.png) no-repeat center/contain;
  }
  .helping-box__pack {
    max-height: 100%;
    width: 220px;
    left: -32px;
    -webkit-transform: translateY(-7%);
    transform: translateY(-7%);
  }
  .helping-box__pack img {
    max-height: 100%;
  }
  .use__title {
    margin-bottom: 30px;
  }
  .use-list__text,
  footer {
    font-size: 18px;
  }
  .use-list__text-small {
    font-size: 16px;
  }
  .use__pack {
    width: 280px;
  }
  .comparison {
    padding-bottom: 80px;
  }
  .comparison-list {
    max-width: 350px;
  }
  .comparison__pack {
    width: 85%;
    right: -22%;
  }
  .composition__title {
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .reviews-list {
    height: 485px;
  }
  .reviews-item__date2 {
    display: none !important;
  }
  .reviews-logo {
    width: 127px;
  }
  .reviews-item__date {
    display: block;
  }
  .reviews-item-avatar {
    width: 70px;
    height: 70px;
    font-size: 30px;
  }
  .reviews-item__name {
    font-size: 20px;
  }
  .promo2 .promo__content {
    margin-bottom: 0;
  }
  .promo2 .promo-image__pack {
    position: relative;
    -webkit-transform: none;
    transform: none;
    left: 0;
    bottom: 0;
  }
  footer {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .popup__left-logo,
  .popup__left-subtitle {
    display: block;
  }
  .popup__content .popup__right {
    margin-top: 0;
  }
  .popup__content {
    width: 700px;
    padding: 25px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .popup__left-subtitle {
    font-size: 30px;
    margin-bottom: 54px;
  }
  .popup__content {
    padding: 60px 30px 60px 60px;
    width: 913px;
    border-radius: 40px;
  }
  .popup__left {
    margin-right: 0;
    width: 370px;
  }
  .popup__left-title {
    font-size: 35px !important;
  }
  .popup__right .promo-product {
    max-width: 622px;
    right: -3%;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    width: 1024px;
  }
  .title {
    font-size: 35px;
  }
  .block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .discount--standart {
    width: 90px;
    left: 40px;
    top: -15px;
  }
  .ee {
    width: 20px;
    height: 32px;
    position: relative;
    background: url(../img/mouse.svg) no-repeat center/contain;
    display: block;
    margin: 0 auto;
  }
  .mouse {
    width: 20px;
    height: 32px;
    position: relative;
    background: url(../img/mouse.svg) no-repeat center / contain;
    display: block;
    margin: 0 auto;
  }
  .mouse::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    background: url(../img/mouse-arrow.svg) no-repeat center/contain;
    -webkit-animation: fade_move_down 2s ease-in-out infinite;
    animation: fade_move_down 2s ease-in-out infinite;
  }
  .mouse--white {
    background: url(../img/mouse-white.svg) no-repeat center/contain;
  }
  .mouse--white::before {
    background: url(../img/mouse-arrow-white.svg) no-repeat center/contain;
  }
  .form {
    padding: 22px 30px 17px;
  }
  .form__input {
    margin-bottom: 12px;
  }
  .form__input input {
    font-size: 18px;
    padding: 18px 34px;
  }
  .pack-pulse {
    width: 240px;
    height: 240px;
  }
  .header {
    padding-top: 23px;
  }
  .header__bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 25px;
  }
  .header__content {
    padding: 0;
  }
  .header__logo {
    width: 123px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .header__burger {
    display: none;
  }
  .header__nav {
    position: static;
    opacity: 1;
    padding: 0;
    display: block;
    background: 0 0;
    overflow: hidden;
    width: auto;
  }
  .header__nav-close,
  .problems .container::before {
    display: none;
  }
  .header__nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 35px;
  }
  .header__nav-item {
    width: auto;
  }
  .header__nav-link {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: -0.28px;
    color: inherit;
  }
  .header__nav-link-product {
    color: #e1211f;
  }
  .header__rating {
    border-radius: 50px;
    border: 1px solid rgba(7, 78, 103, 0.5);
    padding: 8px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__rating-star {
    width: 101px;
    height: 16px;
    background: url(../img/star.png) repeat-x left center/contain;
  }
  .promo__content {
    margin-bottom: 30px;
  }
  .promo-info {
    width: 35%;
    padding-bottom: 0;
  }
  .promo-info__title {
    padding-right: 17%;
    margin-bottom: 25px;
  }
  .promo-info__subtitle {
    font-size: 25px;
    width: 100%;
    padding-right: 17%;
    margin-bottom: 20px;
  }
  .promo-info__corp {
    position: relative;
    padding-left: 40%;
    width: 100%;
    margin-bottom: 20px;
  }
  .promo-info__corp::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/corp.png) no-repeat center/contain;
    width: 132px;
    height: 117px;
  }
  .promo-image {
    width: 40%;
  }
  .promo-image__pack {
    width: 360px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .promo-image__pack .discount {
    width: 90px;
  }
  .promo-order {
    gap: 20px;
  }
  .promo-btn {
    max-width: 290px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .problems .container {
    padding-top: 10px;
  }
  .problems__content {
    position: relative;
    padding-left: 37.8%;
    padding-bottom: 60px !important;
  }
  .problems__title {
    margin-bottom: 30px;
    text-align: left;
  }
  .problems-list {
    margin-bottom: 20px;
  }
  .problems-list__item {
    padding-left: 15px;
  }
  .problems__tesis {
    position: static;
    padding-left: 0;
    padding-bottom: 0;
    min-height: 100%;
    width: 100%;
  }
  .problems__tesis::before {
    width: 400px;
    height: 471px;
    left: -31px;
  }
  .about__content {
    display: block;
    position: relative;
    padding-right: 52%;
  }
  .about__logo {
    display: block;
    margin-bottom: 20px;
  }
  .about__title {
    text-align: left;
    margin-bottom: 30px;
  }
  .about__pack {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 440px;
  }
  .about__form {
    max-width: 355px;
  }
  .about .container--low {
    width: 890px;
  }
  .about .price__new {
    font-size: 36px;
  }
  .about .price__old .x_currency {
    font-size: 17px;
  }
  .about .price__old .x_price_previous {
    font-size: 18px;
  }
  .about .ball--top-left {
    left: -31%;
  }
  .about .ball--bottom-left {
    left: -20%;
  }
  .about .ball--top-right {
    right: -31%;
    top: 5%;
  }
  .about .ball--bottom-right {
    right: -5%;
    bottom: 46%;
  }
  .about .mouse {
    position: relative;
    top: 6px;
    margin-top: 15px;
  }
  .repair__content {
    padding-left: 31%;
    position: relative;
  }
  .repair__title {
    margin-bottom: 20px;
  }
  .repair__text {
    margin-bottom: 25px;
    width: 560px;
    max-width: 100%;
  }
  .repair-list {
    position: static;
    width: 100%;
    padding-left: 0;
    min-height: 100%;
    margin-bottom: 25px;
  }
  .repair-list::before {
    height: 100%;
    width: 28%;
  }
  .repair-list__item {
    padding-left: 40px;
  }
  .repair-list__item:not(:last-child) {
    margin-bottom: 25px;
  }
  .repair-list__item::before {
    width: 28px;
    height: 28px;
    top: -5px;
  }
  .repair-box-list {
    padding-left: 40%;
  }
  .repair-box-list::before {
    width: 260px;
    height: 338px;
    left: -20px;
  }
  .helping__title {
    margin-bottom: 30px;
  }
  .helping-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 40px;
  }
  .helping-item {
    width: 24%;
    position: relative;
  }
  .helping-item:not(:last-child)::before {
    content: '';
    background: url(../img/helping-arrow.png) no-repeat center/contain;
    right: -28px;
    top: 9%;
    position: absolute;
    width: 41px;
    height: 15px;
  }
  .helping-item__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .helping-item__icon::before {
    font-size: 30px;
  }
  .helping-item__icon .ball {
    width: 60px;
    height: 60px;
  }
  .helping-item__title {
    text-align: center;
    font-size: 20px;
  }
  .helping-item__text {
    text-align: center;
  }
  .helping-box,
  .helping-box__main {
    gap: 10px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .helping-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
  }
  .helping-box__main {
    padding-left: 0;
    margin-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .helping-box__pack {
    position: static;
    -webkit-transform: none;
    transform: none;
    width: 90px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .helping-box__title {
    font-size: 22px;
    width: 300px;
    max-width: 100%;
  }
  .helping-box__corp {
    max-width: 210px;
  }
  .helping-box__order {
    padding-left: 0;
    align-items: center;
    width: 290px;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .use__content {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .use-main {
    width: 490px;
    max-width: 100%;
  }
  .use-list__ball {
    width: 80px;
    height: 80px;
  }
  .use-list__item {
    gap: 30px;
  }
  .use-list__item:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .use-list__item:not(:last-child)::before {
    width: 172px;
    left: 130px;
  }
  .use__pack {
    width: 400px;
  }
  .use .ball--top-left {
    left: -15%;
  }
  .use .ball--bottom-left {
    left: -20%;
  }
  .use .ball--top-right {
    right: -31%;
    top: 5%;
  }
  .use .ball--bottom-right {
    right: -5%;
    bottom: 46%;
  }
  .use .mouse {
    margin-top: 15px;
  }
  .comparison-img {
    width: 400px;
    height: 400px;
  }
  .comparison-icons__item {
    width: 80px;
    height: 80px;
  }
  .comparison-icons__item--1 {
    margin-left: 4%;
  }
  .comparison__pack {
    bottom: -10px;
    width: 47.58%;
    right: 0;
  }
  .comparison-item__name {
    font-size: 20px;
  }
  .composition {
    padding-bottom: 0 !important;
  }
  .composition__content {
    position: relative;
    padding-right: 35%;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .composition__title {
    position: static;
    padding: 0;
    margin-bottom: 35px;
  }
  .composition-bone {
    width: 35%;
  }
  .composition-bone .pack-pulse {
    width: 200px;
    height: 200px;
  }
  .comparison-list {
    max-width: 450px;
  }
  .comparison__pack {
    width: 75%;
    right: -28%;
  }
  .reviews-content {
    padding: 20px 30px;
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 970px;
    margin-bottom: 20px;
  }
  .reviews-item__text {
    font-size: 17px;
  }
  .reviews-list {
    padding-right: 40px;
    height: 560px;
  }
  .reviews-list-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .reviews-item-avatar {
    margin-right: 20px;
  }
  .reviews-item__name {
    margin-bottom: 10px;
  }
  .reviews-item__text {
    margin-top: 20px;
  }
  .reviews-assessment {
    margin-top: 30px;
  }
  .reviews-logo {
    width: 167px;
  }
  .promo2 .promo-image__legs {
    display: block;
    padding-right: 0;
  }
  .promo2 .promo-info {
    width: 32%;
    padding-bottom: 16%;
  }
  .promo2 .promo__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-color: rgba(255, 255, 255, 0.5);
    z-index: 2;
  }
  .promo2 .promo-image__pack {
    position: absolute;
    width: 360px;
    max-width: 100%;
    -webkit-transform: translateX(-55%);
    transform: translateX(-55%);
    bottom: -90px;
    left: 50%;
  }
  .promo2 .about__form .promo-order__price,
  .promo2 .promo-image__pack .pack-pulse {
    display: none;
  }
  .promo2 .promo-image {
    display: block;
    width: 40%;
  }
  .promo2 .promo-info__subtitle,
  .promo2 .promo-info__title {
    text-align: left;
    padding-right: 0;
  }
  .promo2 .promo-info__subtitle {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .promo2 .promo-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 10px;
  }
  .promo2 .about__form {
    position: absolute;
    left: 0;
    border: 0;
    background: 0 0;
    padding: 0;
    max-width: 290px;
    bottom: -70px;
    z-index: 10;
  }
  .promo2 .form__security {
    display: none;
  }
  .promo2 .about__btn {
    margin-top: 40px;
  }
  footer {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .popup__right .discount {
    width: 96px;
    height: 100px;
    top: -30px;
  }
}
@media (min-width: 1024px) {
  .price {
    gap: 25px;
  }
  .price-box:first-child .price-box__new {
    font-size: 26px;
  }
  .price-box:last-child .price-box__new {
    font-size: 35px;
  }
}
@media screen and (min-width: 1190px) {
  .container {
    width: 1190px;
  }
  .title {
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 1.25;
  }
  .btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 30px;
    font-size: 18px;
  }
  .discount--standart {
    width: 114px;
    left: 56px;
    top: -33px;
  }
  .mouse {
    margin-top: 28px;
  }
  .form {
    padding: 22px 36px 17px;
  }
  .form__security {
    font-size: 16px;
    margin-top: 16px;
  }
  .form__security img {
    width: 17px;
  }
  .header__bg {
    padding: 15px 35px;
  }
  .header__logo {
    width: 198px;
  }
  .header__nav-list {
    gap: 45px;
  }
  .header__rating {
    gap: 15px;
  }
  .promo__content {
    margin-bottom: 35px;
  }
  .promo-info__title {
    margin-bottom: 30px;
    line-height: 47px;
    margin-top: 73px;
  }
  .promo-info__subtitle {
    font-size: 30px;
    margin-bottom: 25px;
    line-height: 1.23;
  }
  .promo-info__corp {
    font-size: 18px;
    line-height: 1.23;
    padding-left: 40%;
    margin-bottom: 39px;
  }
  .promo-info__corp::before {
    width: 149px;
    height: 132px;
  }
  .promo-image__pack {
    width: 490px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -153px;
  }
  .promo-order {
    gap: 30px;
  }
  .promo-btn {
    max-width: 340px;
    width: 100%;
  }
  .promo .mouse {
    margin-top: 60px;
  }
  .problems .container {
    padding-top: 37px;
  }
  .problems__content {
    padding-bottom: 70px !important;
  }
  .problems__title {
    margin-bottom: 42px;
  }
  .problems-list {
    margin-bottom: 27px;
    gap: 20px;
  }
  .problems-list__item {
    padding-left: 36px;
    padding-top: 13px;
    gap: 42px;
    padding-bottom: 13px;
    border-radius: 20px;
    -webkit-box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.12);
    min-height: 157px;
  }
  .problems-list__ball {
    width: 54px;
    height: 54px;
  }
  .problems-list__info {
    font-size: 20px;
  }
  .problems-list__info span {
    font-size: 16px;
    margin-top: 5px;
    line-height: 25px;
  }
  .problems__tesis {
    font-size: 22px;
  }
  .problems__tesis::before {
    width: 500px;
    height: 665px;
    left: -81px;
  }
  .about {
    padding-top: 100px;
    padding-bottom: 39px;
  }
  .about__logo {
    margin-bottom: 27px;
  }
  .about__title {
    margin-bottom: 49px;
  }
  .about__pack {
    width: 543px;
    right: -82px;
    -webkit-transform: translateY(-47.8%);
    transform: translateY(-47.8%);
  }
  .about-price {
    margin-bottom: 10px;
  }
  .about .price__new {
    font-size: 38px;
  }
  .about .price__old .x_currency {
    font-size: 18px;
  }
  .about .price__old .x_price_previous {
    font-size: 21px;
  }
  .about .ball--top-left {
    left: -48%;
    top: -2%;
  }
  .about .ball--bottom-left {
    left: -23%;
  }
  .about .ball--top-right {
    right: -47%;
    top: 9%;
  }
  .about .ball--bottom-right {
    right: -12%;
    bottom: 41%;
  }
  .repair {
    padding: 0 !important;
  }
  .repair__content {
    padding-top: 91px;
    padding-bottom: 60px;
    padding-left: 481px;
  }
  .repair__title {
    margin-bottom: 30px;
  }
  .repair__text {
    font-size: 18px;
    line-height: 25px;
  }
  .repair-list,
  .repair__text {
    margin-bottom: 35px;
  }
  .repair-list::before {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 47%;
    left: -84px;
  }
  .repair-list__item {
    font-size: 18px;
    padding-left: 57px;
  }
  .repair-list__item:not(:last-child) {
    margin-bottom: 29px;
  }
  .repair-list__item::before {
    width: 33px;
    height: 33px;
  }
  .repair-box {
    border-radius: 40px;
    background: #fff;
    -webkit-box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.12);
    padding: 25px 33px;
  }
  .repair-box__title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .repair-box-list {
    padding-left: 31.5%;
  }
  .repair-box-list::before {
    width: 231px;
    height: 298px;
    left: -30px;
  }
  .repair-box-list__item {
    font-size: 16px;
  }
  .helping {
    padding-top: 79px;
    padding-bottom: 100px;
  }
  .helping__title {
    margin-bottom: 52px;
    max-width: 1000px;
    width: 100%;
  }
  .helping-list {
    margin-bottom: 31px;
    gap: 50px;
  }
  .helping-item:not(:last-child)::before {
    right: -49px;
    top: 11%;
  }
  .helping-item__box {
    gap: 29px;
    margin-bottom: 18px;
  }
  .helping-item__icon::before {
    font-size: 40px;
  }
  .helping-item__icon .ball {
    width: 80px;
    height: 80px;
  }
  .helping-item__title {
    font-size: 22px;
  }
  .helping-item__text {
    font-size: 18px;
    line-height: 25px;
  }
  .helping-box {
    border-radius: 20px;
    padding: 15px 25px 15px 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .helping-box__pack {
    width: 98px;
  }
  .helping-box__title {
    font-size: 28px;
    width: 415px;
  }
  .helping-box__corp {
    max-width: 260px;
  }
  .helping-box__order {
    width: 280px;
  }
  .use {
    padding-top: 111px;
    padding-bottom: 40px;
  }
  .use__content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 80px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .use__title {
    margin-bottom: 53px;
  }
  .use-list {
    padding-left: 13px;
  }
  .use-list__text {
    font-size: 22px;
    line-height: 1.36;
  }
  .use-list__text-small {
    margin-top: 10px;
  }
  .use-list__ball {
    width: 100px;
    height: 100px;
  }
  .use-list__item {
    gap: 43px;
  }
  .use-list__item:not(:last-child)::before {
    left: 167px;
  }
  .use__pack {
    width: 550px;
    margin-top: -23px;
  }
  .use__pack .discount {
    width: 133px;
    left: 24px;
    top: -43px;
  }
  .use .ball--top-left {
    left: -23%;
    top: -3%;
  }
  .use .ball--bottom-left {
    left: -4%;
    bottom: 5%;
  }
  .use .ball--top-right {
    right: -22%;
    top: 6%;
  }
  .use .ball--bottom-right {
    right: 3%;
    bottom: 49%;
  }
  .comparison {
    padding-top: 96px;
    padding-bottom: 126px;
  }
  .comparison__content {
    gap: 30px;
  }
  .comparison-img {
    width: 560px;
    height: 560px;
  }
  .comparison-icons__item {
    width: 100px;
    height: 100px;
  }
  .comparison-icons__item--3 {
    margin-left: 8%;
    position: relative;
    top: 2%;
  }
  .comparison-icons__item--4 {
    margin-left: 26.17%;
    top: -1%;
  }
  .comparison__pack {
    bottom: -5%;
    width: 350px;
    right: -5%;
  }
  .comparison-list {
    gap: 25px;
    max-width: 540px;
  }
  .comparison-item {
    border-radius: 20px;
    -webkit-box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.2);
    padding: 21px 42px 22px 80px;
    min-height: 88px;
  }
  .comparison-item::before {
    width: 33px;
    height: 33px;
    left: 21px;
  }
  .comparison-item__name {
    font-size: 22px;
  }
  .comparison-item__text {
    font-size: 18px;
  }
  .comparison-item__button {
    width: 22px;
    height: 22px;
    right: 17px;
  }
  .comparison-item__button::before {
    width: 3px;
  }
  .comparison-item__button::after {
    height: 3px;
  }
  .comparison-item.active .comparison-item__text {
    margin-top: 27px;
  }
  .comparison-item.active::before {
    top: 18px;
  }
  .comparison-item.active .comparison-item__button {
    top: 29px;
  }
  .composition__content {
    padding-top: 93px;
    padding-bottom: 72px;
    padding-right: 38.8%;
  }
  .composition__title {
    margin-bottom: 48px;
  }
  .composition-bone {
    width: 41%;
    right: -60px;
  }
  .composition-bone .pack-pulse {
    width: 300px;
    height: 300px;
  }
  .composition-list {
    gap: 32px 10px;
  }
  .composition-item {
    width: calc(50% - 15px);
    min-height: 124px;
    padding: 20px 20px 20px 10px;
    border-radius: 20px;
  }
  .composition-item__img {
    width: 75px;
  }
  .composition-item__img img {
    height: 75px;
  }
  .composition-item__button {
    width: 40px;
    height: 40px;
    bottom: -20px;
  }
  .composition-item__button::before {
    width: 3px;
  }
  .composition-item__button::after {
    height: 3px;
  }
  .composition-item.active {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .reviews-logo {
    width: 197px;
  }
  .reviews-content {
    width: 100%;
  }
  .reviews-item__text {
    font-size: 18px;
    line-height: 1.66;
  }
  .reviews-item__name {
    font-size: 22px;
  }
  .reviews__title {
    margin-bottom: 40px;
  }
  .promo2 {
    padding-bottom: 74px;
  }
  .promo2 .promo-image__legs {
    margin-right: 15px;
  }
  .promo2 .promo-info {
    width: 28%;
    padding-bottom: 15%;
  }
  .promo2 .promo-image__pack {
    width: 490px;
    -webkit-transform: translateX(-51%);
    transform: translateX(-51%);
    bottom: -127px;
  }
  .promo2 .promo-info__title {
    margin-top: 82px;
    margin-bottom: 19px;
  }
  .promo2 .promo-order {
    padding-top: 20px;
    padding-right: 30px;
  }
  .promo2 .about__form {
    max-width: 310px;
    bottom: -84px;
  }
  .promo2 .about__btn {
    margin-top: 53px;
  }
}
@media screen and (min-width: 1260px) {
  .header .container {
    width: 1260px;
  }
}
@media screen and (min-width: 1270px) {
  .container--big {
    width: 1270px;
  }
  .repair-list::before {
    width: 43%;
    left: -100px;
  }
}
@media screen and (min-width: 1400px) {
  .ball--bg {
    position: absolute;
    -webkit-animation: float-rotate 8s linear infinite;
    animation: float-rotate 8s linear infinite;
  }
  .ball--top-left {
    width: 135px;
    height: 135px;
    top: 10%;
    left: -15%;
  }
  .ball--top-right {
    width: 95px;
    height: 95px;
    top: 24%;
    right: -10%;
  }
  .ball--bottom-left {
    width: 74px;
    height: 74px;
    bottom: -5%;
    left: -10%;
  }
  .ball--bottom-right {
    width: 47px;
    height: 47px;
    bottom: 34%;
    right: 10%;
  }
  .repair .ball.ball--top-left {
    left: -15%;
  }
  .repair .ball--bottom-left {
    bottom: 10%;
    left: 29%;
  }
  .repair .ball.ball--top-right {
    right: -10%;
    top: 37%;
  }
  .repair .ball--bottom-right {
    right: -20%;
    bottom: 80%;
  }
  .composition .ball--top-left {
    top: 8%;
    left: auto;
    right: -6%;
  }
  .composition .ball--top-right {
    top: 9%;
    right: auto;
    left: -10%;
  }
  .composition .ball--bottom-left {
    bottom: 7%;
    left: auto;
    right: 29%;
  }
  .composition .ball--bottom-right {
    bottom: 26%;
    right: auto;
    left: -9%;
  }
}
@media screen and (min-width: 1700px) {
  .ball--top-left {
    left: -20%;
  }
  .ball--top-right {
    right: -15%;
  }
  .composition .ball--top-right {
    left: -15%;
  }
}
@media screen and (min-width: 1800px) {
  .ball--top-left,
  .composition .ball--top-right {
    left: -25%;
  }
  .ball--top-right {
    right: -20%;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1190px) {
  .promo-image {
    width: 42%;
  }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
  .helping-box {
    width: 530px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .helping-box {
    width: 540px;
    margin: 0 auto;
  }
}

.footer__wrapper-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 16px;
}

.x_country_select {display: none !important}

#order-in-progress__popup span {color: #000 !important;}
