@charset "UTF-8";
@-webkit-keyframes draw {
  0% {
    stroke-dashoffset: 400;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes draw {
  0% {
    stroke-dashoffset: 400;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-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(-20px);
    transform: translateY(-20px);
  }
}
@keyframes bounce {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  font-family: "LT Sip", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #f7f7f7;
  background-image: url(../img/fon-mob-left.jpg), url(../img/fon-mob-right.jpg);
  background-color: #000;
  background-position: left top, right top;
  background-repeat: repeat-y;
  line-height: 1.2;
  overflow: hidden;
}
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 {
  line-height: 1;
  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: "LT Sip";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/LTSipText-Regular.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "LT Sip";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/LTSipText-Bold.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "LT Sip";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/LTSipText-Black.woff2) format("woff2");
}
html {
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
svg {
  overflow: hidden;
}
.phoneBtnContainer {
  display: none !important;
}
::-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;
}
.subtitle,
.title {
  text-align: center;
  font-family: "LT Sip", Arial, Helvetica, sans-serif;
}
.title {
  font-size: 30px;
  font-weight: 900;
}
.subtitle {
  font-size: 18px;
}
.subtitle,
b {
  font-weight: 700;
}
.nowrap {
  white-space: nowrap;
}
.text-red {
  color: #e63331;
}
.text-green {
  color: #00a770;
}
.asset__stepper-container {
  position: relative;
  width: 100%;
  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;
}
.asset__stepper-line,
.asset__stepper-line2 {
  position: absolute;
  height: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.asset__stepper-line {
  background: #ddd;
  width: 100%;
  z-index: 1;
}
.asset__stepper-line2 {
  background: #3498db;
  width: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  z-index: 2;
}
.asset__stepper-section {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  z-index: 3;
  cursor: pointer;
}
.assett__stepper-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.assett__stepper-point {
  width: 20px;
  height: 20px;
  background: #3498db;
  border-radius: 50%;
  position: relative;
  z-index: 4;
}
.swiper-scrollbar-progress {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #00a770;
  z-index: 1;
  -webkit-transition: width 0.1s ease-out;
  transition: width 0.1s ease-out;
}
.separate__line {
  width: 100%;
  height: 1px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(20, 20, 20, 0.5)),
    color-stop(4.85%, rgba(31, 31, 31, 0.5)),
    color-stop(13.45%, rgba(61, 61, 61, 0.5)),
    color-stop(24.8%, rgba(110, 110, 110, 0.5)),
    color-stop(38.3%, rgba(177, 177, 177, 0.5)),
    color-stop(50%, rgba(241, 241, 241, 0.5)),
    color-stop(75%, rgba(129, 129, 129, 0.5)),
    to(rgba(20, 20, 20, 0.5))
  );
  background: linear-gradient(
    90deg,
    rgba(20, 20, 20, 0.5) 0,
    rgba(31, 31, 31, 0.5) 4.85%,
    rgba(61, 61, 61, 0.5) 13.45%,
    rgba(110, 110, 110, 0.5) 24.8%,
    rgba(177, 177, 177, 0.5) 38.3%,
    rgba(241, 241, 241, 0.5) 50%,
    rgba(129, 129, 129, 0.5) 75%,
    rgba(20, 20, 20, 0.5) 100%
  );
}
.animate-path {
  -webkit-animation: draw 2s forwards;
  animation: draw 2s forwards;
}
.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: 40px;
  padding-bottom: 40px;
}
.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.price__box {
  width: auto;
}
.price__box--new {
  color: #00a770;
}
.price .x_price_previous {
  font-size: 32px;
  line-height: 1;
}
.price .x_price_current {
  line-height: 1;
  font-weight: 900;
  font-size: 40px;
}
.price__title {
  margin-bottom: 10px;
}
.price .x_price_previous {
  text-decoration: line-through;
}
.form__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.form__input {
  font-family: "LT Sip";
  width: 100%;
  height: 40px;
  text-align: center;
  padding: 0 18px;
  font-size: 18px;
  color: #101010;
  border-radius: 50px;
  border: 1px solid #00a770;
  background: #f7f7f7;
}
.form__btn {
  font-size: 18px;
  margin-top: 15px;
}
.btn {
  width: 100%;
  color: #fff;
  font-family: "LT Sip";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  background-color: #e63331;
  border-radius: 50px;
  line-height: 1.43;
  padding: 7px 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 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-color: #9c1513;
}
.btn:hover::before {
  -webkit-animation: none;
  animation: none;
}
.discount {
  position: absolute;
  top: 0;
  right: 15px;
  width: 87px;
  height: 87px;
  background: url(../img/discount.png) no-repeat center/contain;
  -webkit-animation: bounce 1.5s infinite;
  animation: bounce 1.5s infinite;
}
audio {
  display: none;
}
.line {
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00a770),
    color-stop(49.5%, #ffde00)
  );
  background: linear-gradient(90deg, #00a770 0, #ffde00 49.5%);
  padding: 3px 0;
  white-space: nowrap;
  font-size: 18px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 22;
}
.line__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.line__text {
  font-size: 14px;
  color: #000101;
  width: auto;
  white-space: normal;
  font-weight: 700;
}
.line__text--desktop {
  display: none;
  color: #e63331;
}
.line__button,
.line__product {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.line__product {
  position: relative;
  width: 35px;
  margin-left: 10px;
}
.line__product .discount {
  width: 34px;
  height: 34px;
  top: 20px;
  -webkit-animation: bounce 2.5s infinite;
  animation: bounce 2.5s infinite;
}
.line__button {
  width: auto;
  font-size: 13px;
}
.header {
  position: relative;
  z-index: 22;
}
.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__logo {
  min-width: 130px;
  max-width: 280px;
  width: 25%;
}
.header__text {
  display: none;
}
.header__burger,
.header__nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__burger {
  gap: 7px;
  margin-left: auto;
}
.header__burger span,
.header__nav-close span {
  width: 30px;
  height: 4px;
  display: block;
  border-radius: 3px;
  background: #fff;
}
.header__nav {
  position: fixed;
  padding: 30px 15px;
  z-index: 20;
  top: 0;
  right: -100%;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  background-color: #000;
  -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;
}
.header__nav-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
}
.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;
}
.header__nav-item {
  width: 100%;
}
.header__nav-item:last-child .header__nav-link::before {
  display: none;
}
.header__nav-link {
  line-height: 1;
  padding: 25px 0;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  display: block;
  position: relative;
  width: 100%;
}
.header .container::before,
.header__nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(20, 20, 20, 0.5)),
    color-stop(4.85%, rgba(31, 31, 31, 0.5)),
    color-stop(13.45%, rgba(61, 61, 61, 0.5)),
    color-stop(24.8%, rgba(110, 110, 110, 0.5)),
    color-stop(38.3%, rgba(177, 177, 177, 0.5)),
    color-stop(50%, rgba(241, 241, 241, 0.5)),
    color-stop(75%, rgba(129, 129, 129, 0.5)),
    to(rgba(20, 20, 20, 0.5))
  );
  background: linear-gradient(
    90deg,
    rgba(20, 20, 20, 0.5) 0,
    rgba(31, 31, 31, 0.5) 4.85%,
    rgba(61, 61, 61, 0.5) 13.45%,
    rgba(110, 110, 110, 0.5) 24.8%,
    rgba(177, 177, 177, 0.5) 38.3%,
    rgba(241, 241, 241, 0.5) 50%,
    rgba(129, 129, 129, 0.5) 75%,
    rgba(20, 20, 20, 0.5) 100%
  );
}
.header.open .header__nav {
  right: 0;
  opacity: 1;
}
.header .container {
  position: relative;
  padding: 16px 15px;
}
.header .container::before {
  width: 83%;
}
.promo__content {
  position: relative;
}
.promo__person {
  display: none;
}
.promo__title {
  margin-bottom: 10px;
  text-align: left !important;
}
.promo__subtitle {
  margin-bottom: 20px;
  font-size: 18px;
}
.promo__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: 10px;
  margin-bottom: 20px;
}
.promo__list-item {
  padding-left: 30px;
  position: relative;
}
.promo__list-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20.54px;
  height: 17.79px;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  background: #e63331;
}
.promo__box-product {
  position: relative;
  width: 270px;
  margin: 0 auto 30px;
  padding-top: 30px;
}
.promo__box-product--discount {
  position: relative;
}
.promo__btn {
  max-width: 320px;
  margin: 0 auto;
}
.promo__price {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  border-radius: 20px;
  border: 1px solid var(--Green, #00a770);
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0, #101010),
      to(#101010)
    ),
    -webkit-gradient(linear, left top, right top, color-stop(0, #00a770), color-stop(49.5%, #ffde00));
  background: linear-gradient(0deg, #101010 0, #101010 100%),
    linear-gradient(90deg, #00a770 0, #ffde00 49.5%);
  padding: 15px;
  margin-bottom: 20px;
}
.statistic__title {
  margin-bottom: 10px;
}
.statistic__subtitle {
  margin-bottom: 20px;
}
.statistic__content {
  -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;
}
.statistic__content,
.statistic__graf,
.statistic__graf-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.statistic__graf {
  width: 100%;
  border-radius: 16.653px;
  border: 1px solid #00a770;
  padding: 20px 12px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
  line-height: 1;
  position: relative;
  margin-bottom: 35px;
  max-width: 345px;
}
.statistic__graf-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.statistic__graf-row--weeks {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 20px;
}
.statistic__graf-row:not(:last-child) {
  margin-bottom: 30px;
}
.statistic__graf-row--percent {
  margin-bottom: 12px !important;
}
.statistic__data-row::after,
.statistic__graf-percent {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.statistic__graf-line {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(20, 20, 20, 0.5)),
    color-stop(4.85%, rgba(31, 31, 31, 0.5)),
    color-stop(13.45%, rgba(61, 61, 61, 0.5)),
    color-stop(24.8%, rgba(110, 110, 110, 0.5)),
    color-stop(38.3%, rgba(177, 177, 177, 0.5)),
    color-stop(50%, rgba(241, 241, 241, 0.5)),
    color-stop(75%, rgba(129, 129, 129, 0.5)),
    to(rgba(20, 20, 20, 0.5))
  );
  background: linear-gradient(
    90deg,
    rgba(20, 20, 20, 0.5) 0,
    rgba(31, 31, 31, 0.5) 4.85%,
    rgba(61, 61, 61, 0.5) 13.45%,
    rgba(110, 110, 110, 0.5) 24.8%,
    rgba(177, 177, 177, 0.5) 38.3%,
    rgba(241, 241, 241, 0.5) 50%,
    rgba(129, 129, 129, 0.5) 75%,
    rgba(20, 20, 20, 0.5) 100%
  );
  width: 100%;
  height: 1px;
}
.statistic__graf-line--feet {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#141414),
    color-stop(4.85%, #1f1f1f),
    color-stop(13.45%, #3d3d3d),
    color-stop(24.8%, #6e6e6e),
    color-stop(38.3%, #b1b1b1),
    color-stop(50%, #f1f1f1),
    color-stop(75%, #818181),
    to(#141414)
  );
  background: linear-gradient(
    90deg,
    #141414 0,
    #1f1f1f 4.85%,
    #3d3d3d 13.45%,
    #6e6e6e 24.8%,
    #b1b1b1 38.3%,
    #f1f1f1 50%,
    #818181 75%,
    #141414 100%
  );
}
.statistic__graf-animate {
  position: absolute;
  top: 20px;
  right: 12px;
  width: 83%;
  height: 69%;
}
.statistic__data {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 22px;
}
.statistic__data-count {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.statistic__data-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.statistic__data-row::after {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  content: "";
  display: block;
  width: 1px;
  height: inherit;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(20, 20, 20, 0.5)),
    color-stop(4.85%, rgba(31, 31, 31, 0.5)),
    color-stop(13.45%, rgba(61, 61, 61, 0.5)),
    color-stop(24.8%, rgba(110, 110, 110, 0.5)),
    color-stop(38.3%, rgba(177, 177, 177, 0.5)),
    color-stop(50%, rgba(241, 241, 241, 0.5)),
    color-stop(75%, rgba(129, 129, 129, 0.5)),
    to(rgba(20, 20, 20, 0.5))
  );
  background: linear-gradient(
    0deg,
    rgba(20, 20, 20, 0.5) 0,
    rgba(31, 31, 31, 0.5) 4.85%,
    rgba(61, 61, 61, 0.5) 13.45%,
    rgba(110, 110, 110, 0.5) 24.8%,
    rgba(177, 177, 177, 0.5) 38.3%,
    rgba(241, 241, 241, 0.5) 50%,
    rgba(129, 129, 129, 0.5) 75%,
    rgba(20, 20, 20, 0.5) 100%
  );
}
.statistic__data-percent {
  font-size: 45px;
  font-weight: 900;
  line-height: 1;
  color: #00a770;
  position: relative;
  -webkit-box-ordinal-group: -1;
  -ms-flex-order: -2;
  order: -2;
}
.asset__title {
  text-align: left;
  margin-bottom: 15px;
}
.asset__subtitle {
  text-align: left;
  margin-bottom: 20px;
}
.asset__stepper {
  max-width: 350px;
  width: 100%;
  margin: 0 auto 40px;
}
.asset__stepper-list,
.asset__stepper-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.asset__stepper-list {
  background: url(../img/asset-bg.webp) no-repeat center/contain;
}
.asset__stepper-title {
  font-size: 26px;
  font-weight: 900;
  color: #00a770;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}
.asset__stepper-icon {
  width: 24px;
}
.asset__scrollbar {
  width: 100%;
  height: 5.424px;
  background: #f7f7f7;
  position: relative;
  margin: 20px 0;
}
.asset__scrollbar-chapters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: -1;
}
.asset__scrollbar-chapters span {
  width: 1.627px;
  height: 22.239px;
  background-color: #f7f7f7;
}
.asset__scrollbar-chapters span:first-child,
.asset__scrollbar-chapters span:last-child {
  opacity: 0;
}
.asset__scrollbar .swiper-scrollbar-drag {
  background-color: #00a770;
  position: relative;
  height: 26px;
  top: -10px !important;
  border-radius: 2.712px !important;
  -webkit-box-shadow: 0 2.17px 2.17px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2.17px 2.17px 0 rgba(0, 0, 0, 0.5);
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  gap: 3px;
}
.asset__scrollbar .swiper-scrollbar-drag span {
  width: 1px;
  height: 50%;
  background-color: #fff;
}
.asset__help {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.asset__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: 10px;
}
.asset__list-item {
  padding-left: 30px;
  position: relative;
}
.asset__list-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20.54px;
  height: 17.79px;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  background: #e63331;
}
.features__title {
  margin-bottom: 30px;
}
.features__list,
.features__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.features__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 25px;
}
.features__list-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.features__list-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 55px;
}
.features__list-text {
  padding-left: 22px;
  color: #f7f7f7;
  position: relative;
}
.composition__item-name::before,
.features__list-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.features__list-text::before {
  width: 1px;
  height: 120%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(20, 20, 20, 0.5)),
    color-stop(4.85%, rgba(31, 31, 31, 0.5)),
    color-stop(13.45%, rgba(61, 61, 61, 0.5)),
    color-stop(24.8%, rgba(110, 110, 110, 0.5)),
    color-stop(38.3%, rgba(177, 177, 177, 0.5)),
    color-stop(50%, rgba(241, 241, 241, 0.5)),
    color-stop(75%, rgba(129, 129, 129, 0.5)),
    to(rgba(20, 20, 20, 0.5))
  );
  background: linear-gradient(
    0deg,
    rgba(20, 20, 20, 0.5) 0,
    rgba(31, 31, 31, 0.5) 4.85%,
    rgba(61, 61, 61, 0.5) 13.45%,
    rgba(110, 110, 110, 0.5) 24.8%,
    rgba(177, 177, 177, 0.5) 38.3%,
    rgba(241, 241, 241, 0.5) 50%,
    rgba(129, 129, 129, 0.5) 75%,
    rgba(20, 20, 20, 0.5) 100%
  );
}
.features__attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15.763px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00a770),
    color-stop(49.5%, #ffde00)
  );
  background: linear-gradient(90deg, #00a770 0, #ffde00 49.5%);
  padding: 20px 20px 20px 13px;
  gap: 10px;
  position: relative;
}
.features__attention-product {
  width: 53px;
  position: absolute;
  top: 18px;
  left: 19px;
}
.features__attention-text {
  color: #000101;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 70px;
  min-height: 77px;
  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;
}
.features__switch {
  border-radius: 11.822px;
  background: #fff;
  -webkit-box-shadow: 0 3.153px 3.153px 0 rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 3.153px 3.153px 0 rgba(0, 0, 0, 0.25) inset;
  padding: 10px;
  color: #000101;
}
.features__switch-box,
.features__switch-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.features__switch-box {
  position: relative;
  height: 100%;
  min-height: 40px;
}
.features__switch-button {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 7.881px;
  background: var(--Green, #00a770);
  -webkit-box-shadow: 1.576px 1.576px 3.941px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1.576px 1.576px 3.941px 0 rgba(0, 0, 0, 0.3);
  width: calc(50%);
  height: calc(100%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  gap: 2px;
  cursor: pointer;
}
.features__switch-button span {
  width: 1px;
  height: 50%;
  background-color: #f7f7f7;
}
.features__switch-left,
.features__switch-right {
  width: 50%;
  padding: 3px;
}
.features__switch-left {
  font-size: 12px;
  position: relative;
  margin-bottom: -5px;
}
.features__switch-left-discount {
  font-weight: 900;
  font-size: 20px;
  color: #e63331;
  line-height: 1;
  display: block;
}
.features__switch-right {
  font-size: 15px;
  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;
  gap: 5px;
}
.features__switch-right-icon {
  width: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.disabled {
  pointer-events: none;
  cursor: default;
  background: #e63331;
}
.composition__title {
  margin-bottom: 15px;
}
.composition__subtitle {
  margin-bottom: 35px;
}
.composition__item,
.composition__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.composition__list {
  gap: 15px;
  margin-bottom: 40px;
}
.composition__item {
  border-radius: 16px;
  border: 1px solid #00a770;
  padding: 25px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.composition__item:hover {
  -webkit-box-shadow: 0 0 15px #00a770;
  box-shadow: 0 0 15px #00a770;
}
.composition__item-name {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 25px;
  padding-left: 60px;
  position: relative;
}
.composition__item-name::before {
  width: 48px;
  height: 46px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.composition__item-name--1::before {
  background-image: url(../img/comp-1.png);
}
.composition__item-name--2::before {
  background-image: url(../img/comp-2.png);
}
.composition__item-name--3::before {
  background-image: url(../img/comp-3.png);
}
.composition__item-name--4::before {
  background-image: url(../img/comp-4.png);
}
.composition__item-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: 25px;
}
.composition__item-asset {
  padding-left: 35px;
  position: relative;
}
.composition__item-asset::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20.54px;
  height: 17.79px;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  background: #e63331;
}
.composition__button {
  max-width: 320px;
  margin: 0 auto;
}
.marquee__subtitle {
  margin-bottom: 30px;
  font-size: 22px;
}
.marquee__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: 10px;
}
.marquee__list-item {
  font-size: 30px;
  font-weight: 900;
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(10%, #fff),
    color-stop(90%, #fff),
    to(transparent)
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0,
    #fff 10%,
    #fff 90%,
    transparent 100%
  );
  mask-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(10%, #fff),
    color-stop(90%, #fff),
    to(transparent)
  );
  mask-image: linear-gradient(
    to right,
    transparent 0,
    #fff 10%,
    #fff 90%,
    transparent 100%
  );
}
.marquee__list-item--1 img,
.marquee__list-item--3 img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.marquee__list-slide,
.marquee__list-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.marquee__list-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: auto;
}
.marquee__list-slide img {
  width: 26px;
}
.marquee__list-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.expert {
  padding-bottom: 0 !important;
}
.expert__title {
  margin-bottom: 95px;
  text-align: left;
}
.expert__thesis {
  border-radius: 20px;
  border: 1px solid #00a770;
  padding: 20px;
  position: relative;
}
.expert__thesis-photo {
  position: absolute;
  width: 100px;
  top: -95px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.expert__thesis-text {
  position: relative;
  line-height: 25px;
  padding-top: 50px;
  padding-bottom: 25px;
}
.expert__thesis-text::after,
.expert__thesis-text::before {
  content: "“";
  position: absolute;
  font-size: 80px;
  line-height: 1;
  color: #00a770;
}
.expert__thesis-text::before {
  top: 0;
  left: 0;
}
.expert__thesis-text::after {
  bottom: 0;
  right: 0;
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
.table__container {
  padding-bottom: 30px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.table__content {
  border-radius: 15.704px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00a770),
    color-stop(49.5%, #ffde00)
  );
  background: linear-gradient(90deg, #00a770 0, #ffde00 49.5%);
  min-width: 716px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  color: #000101;
  font-size: 16px;
  min-height: 40px;
}
.table__row:first-child {
  font-weight: 700;
  border: 0 !important;
}
.table__row:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.table__row--product {
  font-weight: 900;
  color: #fdd203;
  border: 0 !important;
  z-index: 0;
  position: relative;
}
.table__row--product::before {
  content: "";
  position: absolute;
  top: 0;
  background: #00a770;
  border-radius: 7px;
  width: calc(100% - -10px);
  left: -5px;
  height: 100%;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  z-index: -1;
}
.table__col {
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.table__col--name {
  width: 27.37%;
  font-weight: 700;
}
.table__col--count {
  width: calc(72.63% / 4);
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.table__col:not(:last-child) {
  border-right: 1px solid #fff;
}
.table__col-img {
  width: 25px;
  margin-right: 6px;
}
.table__scrollbar {
  height: 5.424px;
  width: 100%;
  background: #f7f7f7;
  position: relative;
  cursor: pointer;
}
.table__scrollbar-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  cursor: pointer;
  gap: 3px;
  top: -8px;
  left: 0;
  width: 40px !important;
  height: 22px;
  background: #00a770;
  border-radius: 5px;
}
.table__scrollbar-thumb span {
  width: 1px;
  height: 50%;
  background-color: #fff;
}
.reviews__title {
  margin-bottom: 30px;
}
.reviews__slider {
  overflow: hidden;
  max-width: 358px;
  width: 100%;
  margin: 0 auto;
}
.reviews__card {
  border-radius: 14.338px;
  background: #fff;
  height: auto;
  padding: 10px;
  color: #101010;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.reviews__who {
  gap: 5px;
  margin-bottom: 5px;
}
.reviews__avatar,
.reviews__data-name,
.reviews__who {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reviews__avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
.reviews__avatar img {
  border-radius: 50%;
  border: 1px solid #fff;
}
.reviews__data-name {
  font-size: 12.546px;
  font-weight: 700;
  line-height: 1;
  gap: 8px;
  margin-bottom: 2px;
}
.reviews__data-point {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #737373;
}
.reviews__data-subscribe {
  color: #0497f6;
  font-weight: 500;
}
.reviews__data-city {
  font-size: 10.753px;
}
.reviews__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
  margin-left: auto;
}
.reviews__more span {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #000;
}
.reviews__img {
  margin-bottom: 8px;
}
.reviews__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}
.reviews__panel-end {
  margin-left: auto;
}
.reviews__likes {
  font-size: 12.546px;
  font-weight: 700;
  margin-bottom: 8px;
}
.reviews__text {
  font-size: 14px;
}
.reviews__navigaption {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.faq__item-button::before,
.faq__item-button:after,
.reviews__pagination {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.reviews__pagination {
  text-align: center;
  width: 100%;
}
.reviews__pagination .swiper-pagination-bullet {
  border-radius: 50%;
  width: 14px;
  margin: 0 4px;
  height: 14px;
  border: 1px solid #fff;
  opacity: 1;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reviews__pagination .swiper-pagination-bullet-active {
  background: #00a770;
  border-color: #00a770;
}
.reviews__next,
.reviews__prev {
  position: relative;
  z-index: 11;
  cursor: pointer;
}
.reviews__next svg,
.reviews__prev svg {
  fill: #fff;
  width: 40px;
  height: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reviews__next svg:hover,
.reviews__prev svg:hover {
  fill: #00a770;
}
.reviews .container {
  position: relative;
}
.reviews__delivery {
  border: 2px solid #00a770;
  padding: 10px;
  max-width: 600px;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 0 auto 25px;
}
.reviews__delivery-title {
  margin: 0 0 10px;
  font-size: 20px;
  color: #fff;
}
.reviews__delivery-text {
  margin: 0;
  font-size: 17px;
  color: #d8d8d8;
}
.reviews__delivery-icon {
  font-size: 24px;
  margin-bottom: 10px;
}
.faq__title {
  margin-bottom: 30px;
}
.faq__item,
.faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.faq__list {
  gap: 18px;
}
.faq__item {
  border-radius: 20px;
  padding: 20px 55px 20px 20px;
  border: 1px solid #00a770;
  position: relative;
  cursor: pointer;
}
.faq__item-question {
  font-size: 20px;
  font-weight: 700;
  color: #00a770;
}
.faq__item--active {
  gap: 15px;
}
.faq__item--active .faq__item-answer {
  max-height: 800px;
}
.faq__item--active .faq__item-button {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 15px;
}
.faq__item--active .faq__item-button::after {
  opacity: 0;
}
.faq__item-answer,
.faq__item-button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq__item-answer {
  max-height: 0;
  overflow: hidden;
}
.faq__item-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
  width: 30px;
  height: 30px;
}
.faq__item-button::before,
.faq__item-button:after {
  content: "";
  position: absolute;
  background: #00a770;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq__item-button::before {
  width: 5px;
  height: 100%;
}
.faq__item-button::after {
  width: 100%;
  height: 5px;
}
.promo-end {
  padding-bottom: 80px !important;
}
.promo-end-price {
  display: none;
}
.promo__footer {
  color: #e6e6e6;
  text-align: center;
  margin-top: 45px;
  line-height: 1.3;
}
.promo__form {
  max-width: 420px;
  margin: 0 auto;
}
.popup__title {
  font-size: 28px;
  line-height: 33px;
  color: #fff;
  margin-bottom: 45px;
  max-width: 300px;
}
.popup__logo,
.popup__title--big {
  font-size: 38px;
  font-weight: 700;
}
.popup__logo {
  font-size: 36px;
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
}
.my-popup .price .x_price_previous {
  font-size: 35px;
}
.my-popup .price .x_price_current {
  font-size: 42px;
}
.my-popup .form-inputs,
.popup__content {
  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;
}
.my-popup .price-box__title {
  font-size: 16px;
}
.popup__content {
  width: 290px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #00a770;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00a770),
    color-stop(49.5%, #ffde00)
  );
  background: linear-gradient(90deg, #00a770 0, #ffde00 49.5%);
  border-radius: 20px;
  padding: 25px 15px;
  gap: 25px;
}
.popup__content .price:before {
  background: #00a770;
}
.popup__content .discount {
  background: url(../img/discount--popup.png) no-repeat center/contain;
  width: 80px;
  height: 80px;
  top: -33px;
}
.popup__content .promo-order__product--action:before {
  width: 91px !important;
  height: 91px !important;
  top: -45px;
  font-size: 27px;
}
.popup__content .form__input,
.popup__content .promo2__form {
  width: 100%;
}
.popup__content .price {
  margin-bottom: 15px;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  gap: 5px;
}
.popup__content .form__content::before {
  right: -44px;
  top: -25px;
  left: -25px;
}
.popup__content .promo__pack {
  width: 361px;
  position: relative;
  top: 0;
  left: 0;
}
.popup__content .promo__sert {
  width: auto;
  height: auto;
  top: -30px;
  right: -20px;
  left: auto;
}
.popup__content .form__secure {
  display: none;
}
.popup__left {
  position: relative;
  margin-top: -150px;
}
.popup__right {
  width: 100%;
  max-width: 100%;
}
.popup__right .price__box--old {
  color: #1e1e1e;
}
.popup__prod {
  position: relative;
  width: 230px;
}
.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 (orientation: landscape) and (max-width: 1023px) {
  .header__nav {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}
@media screen and (min-width: 480px) {
  .line__text {
    font-size: 18px;
  }

  .price .x_price_previous {
    font-size: 42px;

  }
  .price .x_price_current {
 
    font-size: 50px;
  }
  .header__nav-close {
    margin-left: 300px;
  }
  .promo__person {
    display: block;
    position: absolute;
    top: 110px;
    right: 0;
    width: 211px;
  }
  .promo__title {
    max-width: 350px;
  }
  .promo__subtitle {
    max-width: 190px;
    margin-bottom: 30px;
  }
  .promo__list {
    max-width: 200px;
    margin-bottom: 100px;
    gap: 20px;
  }
  .promo__box {
    width: calc(100% - 100px);
    margin-left: auto;
    padding: 20px 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-radius: 20px;
    margin-bottom: 25px;
    border: 1px solid var(--Green, #00a770);
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#101010),
        to(#101010)
      ),
      -webkit-gradient(linear, left top, right top, from(#00a770), color-stop(49.5%, #ffde00));
    background: linear-gradient(0deg, #101010 0, #101010 100%),
      linear-gradient(90deg, #00a770 0, #ffde00 49.5%);
  }
  .promo__box-product {
    margin: 0;
    width: 70%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    left: -80px;
  }
  .promo__btn {
    margin-top: 40px;
    max-width: 360px;
  }
  .promo__price {
    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;
    background: 0 0;
    border-radius: 0;
    padding: 0;
    border: 0;
    margin-bottom: 0;
  }
  .promo__price .price__box {
    width: 100%;
    text-align: left;
  }
  .promo__price .price__box--new {
    color: #e63331;
  }
  .promo__price .price__box--old {
    color: #00a770;
  }
  .statistic__data-row {
    gap: 17.5px;
  }
  .statistic__data-percent {
    font-size: 65px;
  }
  .asset__stepper-title {
    font-size: 30px;
  }
  .asset__list {
    gap: 20px;
  }
  .features__attention-product {
    position: static;
    width: 140px;
  }
  .features__attention-text {
    font-size: 18px;
    padding-left: 0;
    min-height: 100%;
    display: block;
  }
  .features__switch {
    padding: 10px 15px;
  }
  .features__switch-left {
    font-size: 13px;
  }
  .features__switch-left-discount {
    font-size: 18px;
  }
  .features__switch-right {
    font-size: 16px;
    gap: 10px;
  }
  .features__switch-right-icon {
    width: 16px;
  }
  .composition__item {
    display: block;
  }
  .composition__item-asset {
    margin-left: 15px;
  }
  .composition__button {
    max-width: 360px;
  }
  .promo__form {
    margin: 50px auto 0;
  }
  .popup__content .form__content::before {
    left: -45px;
    right: auto;
  }
  .popup__right {
    width: 317px;
  }
}
@media screen and (min-width: 480px) {
  .container {
    width: 480px;
  }
  .block {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 640px) {
  .container {
    width: 640px;
  }
  .title {
    font-size: 35px;
  }
  .subtitle {
    font-size: 20px;
  }
  .line__content {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .line__text {
    font-size: 17px;
  }
  .line__button {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .promo__person {
    width: 244px;
    top: 30px;
    right: 10px;
  }
  .promo__subtitle {
    max-width: 365px;
    font-size: 23px;
  }
  .promo__list {
    max-width: 300px;
  }
  .promo__list-item {
    font-size: 22px;
  }
  .promo__box {
    width: 530px;
    margin: 0 auto 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px 70px 20px 0;
    gap: 30px;
  }
  .promo__box-product {
    width: 250px;
    position: absolute;
    left: 30px;
    padding-top: 0;
  }
  .promo__btn {
    margin-top: 50px;
  }
  .statistic__graf {
    max-width: 500px;
  }
  .statistic__graf-row:not(:last-child) {
    margin-bottom: 50px;
  }
  .statistic__graf-animate {
    width: 93%;
    height: 77%;
  }
  .statistic__data-percent {
    font-size: 80px;
  }
  .statistic__data-text {
    font-size: 22px;
  }
  .asset__stepper {
    max-width: 450px;
  }
  .features__attention-text {
    font-size: 19px;
  }
  .features__switch-left {
    font-size: 14px;
  }
  .features__switch-left-discount {
    font-size: 20px;
  }
  .features__switch-right-icon {
    width: 18px;
  }
  .reviews__slider {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .container {
    width: 768px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .title {
    font-size: 40px;
  }
  .subtitle {
    font-size: 24px;
  }
  .block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .form__input {
    font-size: 20px;
    height: 45px;
  }
  .form__btn {
    font-size: 21px;
  }
  .btn {
    font-size: 20px;
    padding: 8px 10px;
  }
  .line {
    padding: 7px 0;
  }
  .line__text {
    max-width: 175px;
  }
  .line__text--desktop {
    display: block;
  }
  .line__button {
    font-size: 18px;
  }
  .line__divider {
    width: 20.54px;
    height: 17.79px;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    background: #00a770;
  }
  .header__logo {
    margin-right: 30px;
  }
  .header__burger span {
    width: 40px;
  }
  .header__nav-close {
    width: 40px;
    height: 40px;
  }
  .header__burger span,
  .header__nav-close span {
    height: 6px;
    border-radius: 4px;
  }
  .header .container {
    padding: 25px;
  }
  .promo__person {
    width: 270px;
    top: 0;
    right: 40px;
  }
  .promo__title {
    max-width: 420px;
  }
  .promo__box {
    width: 600px;
    margin-bottom: 45px;
  }
  .promo__box-product {
    width: 280px;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
    left: 40px;
  }
  .promo__btn {
    margin-top: 80px;
  }
  .asset__content {
    position: relative;
  }
  .asset__stepper {
    max-width: 290px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
  }
  .asset__stepper-title {
    font-size: 26px;
  }
  .asset__help {
    font-size: 24px;
  }
  .asset__list {
    max-width: 400px;
  }
  .asset__list-item {
    font-size: 20px;
  }
  .features__list {
    margin-bottom: 35px;
  }
  .features__attention-product {
    width: 80px;
  }
  .features__attention-text {
    font-size: 22px;
    margin-bottom: 0;
  }
  .features__attention-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
  }
  .features__switch {
    padding: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 250px;
  }
  .features__switch-left {
    font-size: 15px;
  }
  .features__switch-left-discount {
    font-size: 22px;
  }
  .features__switch-right,
  .my-popup .price-box__title {
    font-size: 18px;
  }
  .features__switch-right-icon {
    width: 20px;
  }
  .composition__list {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  .composition__item {
    width: 48%;
  }
  .composition__item-name {
    font-size: 27px;
  }
  .marquee__subtitle {
    font-size: 26px;
  }
  .expert__title {
    margin-bottom: 45px;
  }
  .expert__content {
    position: relative;
  }
  .expert__thesis {
    position: static;
    max-width: 370px;
  }
  .expert__thesis-photo {
    top: auto;
    left: auto;
    bottom: 0;
    right: 20px;
    width: 290px;
    -webkit-transform: none;
    transform: none;
  }
  .table__container {
    padding-bottom: 0;
  }
  .table__scrollbar {
    display: none;
  }
  .reviews__title {
    margin-bottom: 40px;
  }
  .reviews__delivery-title {
    font-size: 22px;
  }
  .reviews__delivery-text {
    font-size: 20px;
  }
  .faq__title {
    margin-bottom: 40px;
  }
  .faq__list {
    position: relative;
    padding-left: 50%;
  }
  .faq__list::before {
    content: "";
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -58%;
    width: 820px;
    height: 657px;
    background: url(../img/faq-img.webp) no-repeat center/contain;
    -webkit-mask-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, transparent),
      color-stop(20%, #fff),
      to(#fff)
    );
    -webkit-mask-image: linear-gradient(
      to right,
      transparent 0,
      #fff 20%,
      #fff 100%
    );
    mask-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, transparent),
      color-stop(20%, #fff),
      to(#fff)
    );
    mask-image: linear-gradient(to right, transparent 0, #fff 20%, #fff 100%);
  }
  .faq__item-question {
    font-size: 22px;
  }
  .promo-end {
    padding-bottom: 100px !important;
  }
  .promo__form {
    margin-top: 80px;
  }
  .my-popup .price .x_price_previous {
    font-size: 42px;
  }
  .my-popup .price .x_price_current {
    font-size: 50px;
  }
  .popup__content {
    width: auto;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
  }
  .popup__left {
    display: block;
    margin-right: 35px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .popup__logo {
    display: none;
  }
  .popup__content {
    padding: 40px 30px 35px 35px;
  }
  .popup__content .discount {
    width: 117px;
    height: 117px;
  }
  .popup__content .form {
    gap: 20px;
  }
  .popup__content .price {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .popup__content .price-old {
    margin-top: -40px;
  }
  .popup__content .form__content::before {
    right: -45px;
    left: auto;
  }
  .popup__content .form__secure {
    display: block;
  }
  .popup__left {
    margin-right: 30px;
  }
  .popup__prod {
    width: 270px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    width: 1024px;
  }
  .title {
    font-size: 45px;
  }
  .subtitle {
    font-size: 26px;
  }
  .separate {
    display: none;
  }
  .block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .price:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20.54px;
    height: 17.79px;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    background: #f7f7f7;
  }
  .form__inputs {
    gap: 20px;
  }
  .form__input {
    font-size: 24px;
    height: 50px;
  }
  .btn,
  .form__btn {
    font-size: 25px;
  }
  .btn {
    padding: 10px;
  }
  .line__content {
    position: relative;
    padding-left: 60px;
  }
  .line__text {
    font-size: 19px;
    max-width: 100%;
  }
  .line__product {
    position: absolute;
    width: 60px;
    bottom: 0;
    left: 0;
    margin-left: 5px;
  }
  .line__product .discount {
    width: 50px;
    height: 50px;
    top: -15px;
  }
  .header__text,
  .line__button {
    font-size: 19px;
  }
  .header__text {
    display: block;
    max-width: 452px;
    width: 100%;
  }
  .header__nav-close {
    margin-left: 400px;
  }
  .header__nav-link {
    padding: 31px 0;
  }
  .header .container {
    padding: 30px 25px;
  }
  .header .container::before {
    left: -80px;
  }
  .promo__person {
    right: 0;
    width: 290px;
    z-index: 0;
  }
  .promo__person::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-42%);
    transform: translateX(-42%);
    background: url(../img/promo-person-bg.png) no-repeat center/contain;
    width: 563px;
    height: 525px;
    z-index: -1;
  }
  .promo__title {
    margin-bottom: 30px;
    max-width: 660px;
  }
  .promo__subtitle {
    display: none;
  }
  .promo__list {
    max-width: 410px;
  }
  .promo__list-item {
    font-size: 25px;
  }
  .promo__box {
    width: 370px;
    padding: 9px 20px 8px;
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0;
    margin: 0;
  }
  .promo__box-product {
    left: 110%;
    width: 300px;
  }
  .promo__btn {
    max-width: 370px;
    margin: 32px 0 0;
  }
  .promo__price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .promo__price .price__box {
    width: auto;
  }
  .promo__price .price__box--new {
    color: #00a770;
  }
  .promo__price .price__box--old {
    color: #fff;
  }
  .statistic__title {
    margin-bottom: 20px;
  }
  .statistic__subtitle {
    margin-bottom: 40px;
  }
  .statistic__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .statistic__graf {
    max-width: 390px;
    margin-bottom: 0;
  }
  .statistic__graf-row:not(:last-child) {
    margin-bottom: 38px;
  }
  .statistic__graf-animate {
    width: 83%;
    height: 69%;
  }
  .statistic__data {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
  }
  .statistic__data-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding: 0 25px;
    width: 33.33%;
  }
  .statistic__data-row::after {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    height: 100%;
  }
  .statistic__data-row:last-child::after {
    display: none;
  }
  .statistic__data-percent {
    font-size: 65px;
  }
  .statistic__data-text {
    font-size: 18px;
  }
  /* .asset__subtitle span {
    white-space: nowrap;
  } */
  .asset__content {
    padding-right: 48%;
  }
  .asset__stepper {
    max-width: 450px;
  }
  .asset__stepper-title {
    font-size: 35px;
  }
  .asset__stepper-icon {
    width: 32px;
  }
  .asset__help {
    font-size: 26px;
  }
  .asset__list {
    max-width: 100%;
  }
  .asset__list-item {
    font-size: 21px;
  }
  .features__title span {
    display: block;
  }
  .features__list,
  .features__list-item {
    -webkit-box-direction: normal;
    position: relative;
  }
  .features__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 300px;
    margin-bottom: 45px;
    margin-top: -80px;
    justify-content: space-between;
  }
  .features__list::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../img/prod.png) no-repeat center/contain;
    width: 340px;
    height: 332px;
    z-index: 5;
  }
  .features__list-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    flex: 0 0 calc(35% - 10px);
  
  }
  .features__list-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#141414),
      color-stop(4.85%, #1f1f1f),
      color-stop(13.45%, #3d3d3d),
      color-stop(24.8%, #6e6e6e),
      color-stop(38.3%, #b1b1b1),
      color-stop(50%, #f1f1f1),
      color-stop(75%, #818181),
      to(#141414)
    );
    background: linear-gradient(
      90deg,
      #141414 0,
      #1f1f1f 4.85%,
      #3d3d3d 13.45%,
      #6e6e6e 24.8%,
      #b1b1b1 38.3%,
      #f1f1f1 50%,
      #818181 75%,
      #141414 100%
    );
  }
  .features__list-item:last-child,
  .features__list-item:nth-last-child(2) {
    padding: 0;
    margin-bottom: 0;
  }
  .features__list-item:last-child:before,
  .features__list-item:nth-last-child(2):before {
    display: none;
  }
  .features__list-item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .features__list-item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .features__list-item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .features__list-item:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .features__list-item:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .features__list-item:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .features__list-icon {
    width: 70px;
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .features__list-text {
    padding-left: 0;
    text-align: center;
    font-size: 20px;
  }
  .features__list-text::before {
    display: none;
  }
  .features__attention {
    padding-left: 120px;
  }
  .features__attention-product {
    width: 90px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
  }
  .features__attention-text {
    font-size: 21px;
  }
  .features__switch {
    width: 300px;
  }
  .features__switch-left {
    font-size: 16px;
  }
  .features__switch-left-discount {
    font-size: 24px;
  }
  .features__switch-right {
    font-size: 20px;
    gap: 15px;
  }
  .features__switch-right-icon {
    width: 23px;
  }
  .composition + .separate,
  .marquee + .separate,
  .marquee__subtitle .text-red {
    display: block;
  }
  .composition__list {
    margin-bottom: 45px;
  }
  .composition__item-name {
    font-size: 30px;
  }
  .composition__item-asset {
    font-size: 20px;
  }
  .marquee__subtitle {
    margin-bottom: 40px;
    font-size: 28px;
  }
  .marquee__list {
    gap: 15px;
  }
  .marquee__list-item {
    font-size: 40px;
  }
  .marquee__list-slide {
    gap: 30px;
  }
  .marquee__list-slide img {
    width: 34px;
  }
  .expert__thesis {
    padding: 40px;
    max-width: 500px;
  }
  .expert__thesis-photo {
    width: 330px;
    right: 50px;
  }
  .expert__thesis-text {
    font-size: 20px;
    line-height: 27px;
    padding-bottom: 35px;
  }
  .expert__thesis-text::after,
  .expert__thesis-text::before {
    font-size: 90px;
  }
  .table {
    padding-bottom: 0;
  }
  .table__row {
    font-size: 20px;
    min-height: 50px;
  }
  .table__col {
    padding: 6px 15px;
  }
  .table__col--name {
    width: 32%;
  }
  .table__col--count {
    width: calc(68% / 4);
  }
  .reviews {
    padding-bottom: 0;
  }
  .reviews__next svg,
  .reviews__prev svg {
    width: 44px;
    height: 28px;
  }
  .reviews__delivery {
    max-width: 700px;
  }
  .reviews__delivery-title {
    font-size: 26px;
  }
  .reviews__delivery-text {
    font-size: 22px;
  }
  .faq__title {
    margin-bottom: 50px;
  }
  .faq__list {
    padding-left: 40%;
  }
  .faq__list::before {
    left: -40%;
  }
  .faq__item-question {
    font-size: 26px;
  }
  .faq__item-answer {
    font-size: 20px;
  }
  .promo-end {
    padding-bottom: 120px !important;
  }
  .promo-end-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .promo-end .promo__list {
    display: none;
  }
  .promo-end .promo__subtitle {
    display: block;
    max-width: 500px;
    font-size: 20px;
  }
  .promo-end .promo__box {
    max-height: 0;
    padding: 0;
    border: 0;
  }
  .promo-end .promo__price {
    display: none;
  }
  .promo-end .promo__box-product {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%);
  }
  .promo__footer {
    text-align: left;
  }
  .promo__form {
    margin: 0;
    border-radius: 20px;
    border: 1px solid #00a770;
    padding: 30px 20px 40px;
    max-width: 380px;
  }
}
@media screen and (min-width: 1330px) {
  body {
    background-image: url(../img/fon-desk-left.jpg),
      url(../img/fon-desk-right.jpg);
  }
  .container {
    width: 1330px;
  }
  .title {
    font-size: 53px;
    margin-bottom: 30px;
  }
  .subtitle {
    font-size: 28px;
  }
  .form__input {
    font-size: 26px;
    height: 60px;
  }
  .form__btn {
    font-size: 28px;
    margin-top: 24px;
  }
  .btn {
    font-size: 28px;
    padding: 10px;
  }
  .discount {
    width: 134px;
    height: 134px;
    top: -57px;
    right: 30px;
  }
  .line {
    padding: 10px 0;
  }
  .line__content {
    gap: 20px;
    padding-left: 90px;
  }
  .line__text {
    font-size: 25px;
  }
  .line__product {
    width: 85px;
  }
  .line__product .discount {
    width: 58px;
    height: 58px;
    top: -10px;
  }
  .line__button {
    font-size: 22px;
    max-width: 264px;
    width: 100%;
  }
  .header__logo {
    margin-right: 50px;
  }
  .header__text {
    font-size: 21px;
    max-width: 500px;
  }
  .header__burger {
    gap: 11px;
  }
  .header__burger span {
    width: 52px;
  }
  .header__nav-close {
    width: 52px;
    height: 52px;
  }
  .header__burger span,
  .header__nav-close span {
    height: 8px;
    border-radius: 5px;
  }
  .header__nav-link {
    padding: 36px 0;
  }
  .header .container {
    padding: 36px 25px 42px;
  }
  .header .container::before {
    left: -150px;
  }
  .promo {
    padding-top: 56px;
    padding-bottom: 120px;
  }
  .promo__person {
    width: 447px;
    top: -151px;
    right: -42px;
  }
  .promo__person::before {
    width: 558px;
    height: 838px;
    -webkit-transform: translateX(-36%);
    transform: translateX(-36%);
  }
  .promo__title {
    margin-bottom: 45px;
    max-width: 746px;
  }
  .promo__list {
    max-width: 433px;
    gap: 35px;
    margin-bottom: 42px;
  }
  .promo__list-item {
    font-size: 28px;
    padding-left: 49px;
  }
  .asset__list-item::before,
  .promo__list-item::before {
    top: 6px;
    left: 2px;
  }
  .promo__box-product {
    width: 440px;
    left: 113%;
    -webkit-transform: translateY(-64%);
    transform: translateY(-64%);
  }
  .statistic {
    padding-top: 166px;
  }
  .statistic__title {
    margin-bottom: 30px;
  }
  .statistic__subtitle {
    margin-bottom: 60px;
  }
  .statistic__content {
    gap: 40px;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }
  .statistic__graf {
    border-radius: 20px;
    font-size: 14px;
    padding: 29px 18px 10px 14px;
    max-width: 426px;
  }
  .statistic__graf-row--weeks {
    padding-left: 33px;
  }
  .statistic__graf-animate {
    width: 88%;
    height: 74%;
  }
  .statistic__data-row {
    padding: 0 15px 0 38px;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .statistic__data-percent {
    font-size: 70px;
  }
  .statistic__data-text {
    font-size: 22px;
    min-height: 105px;
  }
  .asset {
    padding-top: 46px;
  }
  .asset__title {
    margin-bottom: 41px;
  }
  .asset__subtitle {
    margin-bottom: 74px;
  }
  .asset__content {
    padding-right: 56.5%;
  }
  .asset__stepper {
    max-width: 750px;
  }
  .asset__stepper-list {
    margin-bottom: 20px;
  }
  .asset__stepper-title {
    font-size: 50px;
  }
  .asset__stepper-icon,
  .marquee__list-slide img {
    width: 44px;
  }
  .asset__scrollbar {
    max-width: 660px;
    margin: 0 auto 38px;
    height: 10px;
  }
  .asset__scrollbar-chapters span {
    width: 3px;
    height: 41px;
  }
  .asset__scrollbar .swiper-scrollbar-drag {
    height: 41px;
    gap: 5px;
    border-radius: 5px !important;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.5);
    top: -16px !important;
  }
  .asset__scrollbar .swiper-scrollbar-drag span {
    width: 2px;
  }
  .asset__help {
    font-size: 28px;
    margin-bottom: 38px;
  }
  .asset__list {
    gap: 20px;
  }
  .asset__list-item {
    font-size: 22px;
    padding-left: 49px;
  }
  .features {
    padding-top: 140px;
  }
  .features__list {
    margin-bottom: 55px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -151px;
  }
  .features__list::before {
    width: 440px;
    height: 552px;
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
  }
  .features__list-item {
    gap: 22px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    flex: 0 0 calc(32% - 10px);
  }
  .features__list-icon {
    width: 112px;
    min-height: 120px;
  }
  .features__list-text {
    font-size: 22px;
  }
  .features__attention {
    padding-left: 165px;
    padding-right: 35px;
  }
  .features__attention-product {
    width: 115px;
    left: 25px;
  }
  .features__attention-text {
    font-size: 28px;
  }
  .features__switch {
    width: 330px;
  }
  .features__switch-button {
    gap: 3px;
  }
  .features__switch-left {
    font-size: 18px;
  }
  .features__switch-left-discount {
    font-size: 28px;
  }
  .features__switch-right {
    font-size: 22px;
    gap: 18px;
  }
  .features__switch-right-icon {
    width: 25px;
  }
  .composition {
    padding-bottom: 130px;
  }
  .composition__title {
    margin-bottom: 15px;
  }
  .composition__subtitle {
    margin-bottom: 48px;
  }
  .composition__list {
    margin-bottom: 55px;
    gap: 39px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .composition__item {
    width: 22.7%;
    padding: 36px 15px 23px;
    border-radius: 20px;
  }
  .composition__item-name {
    font-size: 32px;
    margin-bottom: 31px;
    padding-left: 73px;
  }
  .composition__item-name::before {
    width: 60px;
    height: 58px;
  }
  .composition__item-asset {
    font-size: 22px;
    padding-left: 40px;
    margin-left: 10px;
  }
  .marquee__subtitle {
    font-size: 32px;
    margin-bottom: 54px;
  }
  .marquee__list-item {
    font-size: 50px;
  }
  .marquee__list-slide {
    gap: 48px;
  }
  .expert {
    padding-top: 192px;
  }
  .expert__title {
    margin-bottom: 54px;
    font-size: 43px;
  }
  .expert__content {
    padding-right: 50%;
  }
  .expert__thesis {
    max-width: 624px;
    padding: 4px 64px 7px;
  }
  .expert__thesis-photo {
    width: 524px;
    right: 30px;
  }
  .expert__thesis-text {
    font-size: 22px;
    line-height: 30px;
  }
  .expert__thesis-text::before {
    font-size: 100px;
    top: 17px;
    left: -43px;
  }
  .expert__thesis-text::after {
    font-size: 100px;
    bottom: 20px;
    right: -40px;
  }
  .table {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .table__row--product::before {
    width: calc(100% - -14px);
    left: -7px;
  }
  .table__row {
    font-size: 22px;
    min-height: 55px;
  }
  .table__col {
    padding: 8px 20px;
  }
  .table__col-img {
    width: 29px;
  }
  .reviews {
    padding-bottom: 60px;
  }
  .reviews__title {
    margin-bottom: 70px;
  }
  .reviews__card {
    border-radius: 16px;
    padding: 15px;
  }
  .reviews__data-city,
  .reviews__data-name,
  .reviews__likes {
    font-size: 14px;
  }
  .reviews__delivery {
    padding: 20px;
    margin-bottom: 40px;
    max-width: 800px;
  }
  .reviews__delivery-title {
    font-size: 32px;
  }
  .reviews__delivery-text {
    font-size: 24px;
  }
  .faq {
    padding-bottom: 120px;
  }
  .faq__title {
    margin-bottom: 63px;
  }
  .faq__list::before {
    width: 829px;
    height: 707px;
    top: 50%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
    left: -29%;
  }
  .faq__item {
    padding: 23px 50px 20px 35px;
  }
  .faq__item-question {
    font-size: 28px;
  }
  .faq__item--active {
    gap: 18px;
  }
  .faq__item--active .faq__item-button {
    top: 20px;
  }
  .faq__item-answer {
    font-size: 22px;
  }
  .faq__item-button {
    right: 30px;
    width: 40px;
    height: 40px;
  }
  .promo-end {
    padding-bottom: 180px !important;
    padding-top: 49px;
  }
  .promo-end-price {
    margin-bottom: 30px;
  }
  .promo-end .promo__subtitle {
    font-size: 22px;
    margin-bottom: 61px;
    max-width: 630px;
  }
  .promo-end .promo__title {
    margin-bottom: 23px;
  }
  .promo-end .promo__person {
    top: -51px;
  }
  .promo__form {
    padding: 40px 30px 50px;
  }
}
@media screen and (min-width: 1490px) {
  .reviews__navigaption {
    position: static;
  }
  .reviews__pagination {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
  .reviews__next,
  .reviews__prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(260%);
    transform: translateY(260%);
  }
  .reviews__prev {
    left: -50px;
  }
  .reviews__next {
    right: -50px;
  }
}
@media screen and (min-width: 1500px) {
  .asset__stepper {
    bottom: -15px;
    right: -45px;
  }
}
@media screen and (min-width: 1600px) {
  .reviews__prev {
    left: -80px;
  }
  .reviews__next {
    right: -80px;
  }
}


@media  (max-height: 770px) {
  .popup__prod {
    width: 160px;
  }

  .popup__content .discount {
    width: 58px;
    height: 58px;
  }
}


@media  (max-height: 670px) {
  .popup__left {
    display: none;
  }

 
}

.x_country_select {display:none!important}