@charset "UTF-8";

@-webkit-keyframes flash {
  0%,
  to {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }
}

@keyframes flash {
  0%,
  to {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }
}

@-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(-10px);
    transform: translateY(-10px);
  }
}

@keyframes bounce {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@-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 rotateClockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateClockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes moveArrow {
  0%,
  to {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }

  50% {
    -webkit-transform: translateX(10px) rotate(3deg);
    transform: translateX(10px) rotate(3deg);
  }
}

@keyframes moveArrow {
  0%,
  to {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }

  50% {
    -webkit-transform: translateX(10px) rotate(3deg);
    transform: translateX(10px) rotate(3deg);
  }
}

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: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #1d1e1c;
  line-height: 1.2;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0.29%, #71c048),
    color-stop(99.74%, #d7ef5e)
  );
  background: linear-gradient(90deg, #71c048 0.29%, #d7ef5e 99.74%);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.2px;
}

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: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/RobotoCondensed-Regular.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/RobotoCondensed-Bold.woff2) format("woff2");
}

html {
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

svg {
  overflow: hidden;
}

::-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: 28px;
  line-height: 1.3;
  text-align: center;
  font-weight: 400;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
}

.title__highlight {
  color: #000;
  font-weight: 700;
  padding: 2px 4px;
  white-space: nowrap;
  z-index: 0;
  position: relative;
}

.title__highlight::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90%;
  background-color: #ffeb3b;
  border-radius: 3px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.3s;
  transition: transform 0.8s ease-out, opacity 0.3s,
    -webkit-transform 0.8s ease-out;
}

.title__highlight.animate::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-animation: flash 0.2s ease-out;
  animation: flash 0.2s ease-out;
}

.subtitle {
  font-size: 18px;
  text-align: center;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
}

.subtitle,
b {
  font-weight: 700;
}

.nowrap {
  white-space: nowrap;
}

.text-accent {
  color: #2b6806;
}

.text-accent-2 {
  color: #ffea00;
}

.text-accent-3 {
  color: red;
}

.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-scrollbar {
  width: 60%;
  max-width: 330px;
  height: 5px !important;
  top: auto !important;
  left: 50% !important;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #ffea00 !important;
  overflow: hidden;
  cursor: pointer;
}

.swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #1d1e1c;
}

.swiper-slide {
  cursor: -webkit-grab;
  cursor: grab;
}

.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;
}

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  position: relative;
  margin-bottom: 15px;
}

.price__title {
  font-size: 16px;
  display: none;
  color: #fff;
}

.price__star {
  font-size: 24px;
  vertical-align: top;
}

.price__divider {
  background: #2b6806;
  width: 1px;
  height: 30px;
}

.price__box {
  font-weight: 700;
  line-height: 1;
}

.price__box--old {
  color: #fff;
  font-size: 30px;
  position: relative;
}

.price__box--old::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 110%;
  height: 2px;
  background: #fff;
}

.price__box--new {
  font-size: 40px;
  color: #2b6806;
}

.price__box .x_currency {
  font-size: 60%;
  position: relative;
  top: -2px;
}

.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;
}

.btn,
.form__input input,
.form__input select {
  width: 100%;
  font-size: 16px;
}

.form__input input,
.form__input select {
  border-radius: 100px;
  border: 1px solid #2b6806;
  padding: 15px 10px;
  line-height: 1;
  text-align: left !important;
  color: #1d1e1c;
  font-family: inherit;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
}

.form__placeholder {
  font-family: inherit;
  position: absolute;
  top: 50%;
  left: 12%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  color: #1d1e1c;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  vertical-align: middle;
}

.user-icon {
  width: 13px;
  height: 13px;
}

.phone-icon {
  width: 15px;
  height: 15px;
}

.form__input--field:focus + .form__placeholder,
.form__input--field:not(:placeholder-shown):valid + .form__placeholder {
  display: none;
}

.btn {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  border-radius: 50px;
  background: radial-gradient(
    77.36% 77.36% at 50% 22.64%,
    #ff4d4d 0,
    #d11717 100%
  );
  -webkit-box-shadow: 0 3.122px 15.61px 0 rgba(255, 0, 0, 0.5);
  box-shadow: 0 3.122px 15.61px 0 rgba(255, 0, 0, 0.5);
  line-height: 1.43;
  padding: 14px 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: radial-gradient(
    77.36% 77.36% at 50% 22.64%,
    #fc3535 0,
    #af0b0b 100%
  );
}

.btn:hover::before {
  -webkit-animation: none;
  animation: none;
}

.btn::after,
.product-bg::before {
  content: "";
  position: absolute;
  top: 50%;
}

.btn::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  width: 12px;
  height: 13px;
  background: url(../images/icon-arrow-button.png) no-repeat center/contain;
}

.discount {
  position: absolute;
  top: 0;
  left: 0;
  width: 57px;
  height: 60px;
  background: url(../images/discount.png) no-repeat center/contain;
  -webkit-animation: bounce 1.5s infinite;
  animation: bounce 1.5s infinite;
}

.product-bg::before {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 90%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-filter: blur(75px);
  filter: blur(75px);
  z-index: -1;
}

.fade-in-on-scroll {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out,
    -webkit-transform 0.6s ease-out;
}

.fade-in-on-scroll.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.relative {
  position: relative;
  z-index: 0;
}

.fat-drops {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

.fat-drop {
  position: absolute;
  -webkit-animation: float-rotate 8s linear infinite;
  animation: float-rotate 8s linear infinite;
}

.drop1 {
  top: 5%;
  left: 10%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  width: 68px;
}

.drop2 {
  bottom: 20%;
  left: 15%;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  width: 105px;
}

.drop3 {
  top: 0;
  left: 20%;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  width: 75px;
}

.drop4,
.drop5,
.drop6 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.drop4 {
  bottom: 22%;
  left: 3%;
  width: 70px;
}

.drop5,
.drop6 {
  bottom: 40%;
  right: 5%;
  width: 68px;
}

.drop6 {
  bottom: 15%;
  width: 76px;
}

.promo .drop1,
.promo .drop2,
.promo .drop3,
.promo .drop6 {
  display: none;
}

.my-popup .drop1,
.my-popup .drop2 {
  display: block;
  left: 90%;
  top: 0;
}

.my-popup .drop2 {
  left: -15%;
  top: 50px;
}

.my-popup .drop3 {
  display: none;
}

.my-popup .drop4 {
  top: 0;
  left: -5%;
  display: none;
}

.my-popup .drop5 {
  right: -10%;
}

.my-popup .drop6,
.qualities .drop1 {
  display: none;
}

.qualities .drop2 {
  bottom: 85%;
  left: 75%;
}

.qualities .drop3 {
  top: 75%;
  left: 0;
}

.info .drop1,
.qualities .drop4,
.qualities .drop6 {
  display: none;
}

.info .drop2 {
  display: block;
  bottom: 48%;
  left: -10%;
}

.info .drop3 {
  display: none;
}

.info .drop4 {
  display: block;
  bottom: 95%;
  left: 80%;
}

.info .drop5,
.info .drop6,
.work .drop1 {
  display: none;
}

.work .drop2 {
  bottom: 44%;
  left: -18%;
  width: 140px;
}

.work .drop3 {
  top: auto;
  bottom: 16%;
  right: -9%;
  left: auto;
}

.work .drop4,
.work .drop5,
.work .drop6 {
  display: none;
}

.header {
  position: relative;
  z-index: 25;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#326e0c),
    to(#abd878)
  );
  background: linear-gradient(90deg, #326e0c 0, #abd878 100%);
  border-bottom: 2px solid #fff;
}

.header.open {
  z-index: 240;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  width: 80px;
}

.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: #2b6806;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__burger span:nth-child(2) {
  width: 17px;
  margin-left: auto;
}

.header__burger:hover span {
  background: #fff;
}

.header__nav {
  position: fixed;
  z-index: 20;
  top: 0;
  right: -100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#326e0c),
    to(#abd878)
  );
  background: linear-gradient(90deg, #326e0c 0, #abd878 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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}

.header__nav-close {
  margin-left: auto;
  width: 30px;
  height: 30px;
  position: relative;
}

.header__nav-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 4px;
  display: block;
  border-radius: 3px;
  background: #2b6806;
}

.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;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 36px;
}

.header__nav-item {
  width: 100%;
}

.header__nav-link {
  line-height: 1;
  padding: 25px 0;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  display: block;
  position: relative;
  width: 100%;
}

.header.open .header__nav {
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.header .container {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
}

.promo {
  padding-bottom: 0 !important;
  position: relative;
  overflow: hidden;
}

.promo__title {
  margin-bottom: 25px;
  text-align: left;
}

.promo__security {
  display: none;
}

.promo__content {
  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: 20px;
}

.promo__form {
  max-width: 450px;
  margin: 0 auto;
}

.promo-product {
  position: relative;
  z-index: 0;
  width: 130%;
  max-width: 500px;
  padding-top: 30px;
}

.promo-product__rating {
  display: none;
}

.promo-product__speed {
  border-radius: 5.395px;
  background: #fff;
  -webkit-box-shadow: 0 2.158px 2.158px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2.158px 2.158px 0 rgba(0, 0, 0, 0.12);
  position: absolute;
  bottom: 15px;
  width: 270px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1.2;
  font-size: 16px;
  padding: 4px 10px 4px 45px;
}

.promo-product__speed::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 8px;
  background: url(../images/icon-speed.png) no-repeat center bottom/contain;
  width: 28px;
  height: 20px;
}

.promo-product .discount {
  left: 31%;
}

.bone {
  background-color: #fff;
  position: relative;
  z-index: 24;
}

.bone-slider {
  margin-bottom: 20px;
  overflow: hidden;
}

.bone-wrapper {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.bone-slide__text {
  font-size: 32px;
  line-height: 1.25;
}

.bone-slide__text img {
  display: inline;
  width: 51px;
  height: 52px;
  -o-object-fit: contain;
  object-fit: contain;
  vertical-align: middle;
}

.bone-result__btn::before,
.bone-slide__btn {
  display: none;
}

.bone-result {
  max-width: 320px;
  margin: 0 auto;
}

.bone-result__btn {
  font-size: 16px;
}

.bone-result__photo {
  margin-bottom: 25px;
}

.bone-result__photo img {
  border-radius: 20px;
  -webkit-filter: blur(3px) grayscale(100%);
  filter: blur(3px) grayscale(100%);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bone-result__btn {
  text-align: center;
  background: #1d1e1c;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px;
}

.bone-result__btn:hover {
  background: #000;
}

.bone-result--active img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.work {
  overflow: hidden;
}

.work-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.work-header__product,
.work-list__name img {
  width: 85px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.work-header__title {
  text-align: left;
  margin-bottom: 5px;
}

.work-header__title .title__highlight {
  white-space: unset !important;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline-block;
  width: fit-content;
}

.work-header__title .title__highlight::before {
  height: 100%;
}

.work-header__subtitle {
  font-size: 18px;
  line-height: 1.22;
}

.work-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;
  position: relative;
}

.work-list__item {
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 3.122px 3.122px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3.122px 3.122px 0 rgba(0, 0, 0, 0.12);
  padding: 15px 20px;
}

.work-list__name {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}

.work-list__name img {
  width: 43px;
}

.work-list__text {
  line-height: 1.28;
}

.result__title span,
.work__product {
  display: none;
}

.result {
  background-color: #fff;
}

.result-header {
  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: 10px;
  margin-bottom: 15px;
}

.result-clock {
  position: relative;
  max-width: 431px;
  overflow: hidden;
  width: 158px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.result-clock__arrow1,
.result-clock__arrow2 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: rotateClockwise linear infinite;
  animation: rotateClockwise linear infinite;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  width: 100%;
  height: 100%;
}

.result-clock__arrow2 {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}

.result__title {
  text-align: left;
  font-weight: 700;
  margin-bottom: 0;
}

.result-group {
  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;
}

.result-group__item {
  cursor: pointer;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #2b6806;
}

.result-group__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}

.result-group__item--active .result-group__text {
  max-height: 800px;
  margin-top: 10px;
}

.result-group__item--active .result-group__toggle::after {
  opacity: 0;
}

.result-group__title {
  background: #2b6806;
  border-radius: 4px;
  padding: 4px 10px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.result-group__name {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.result-group__name span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.result-group__name img {
  width: 43px;
  height: 47px;
  -o-object-fit: contain;
  object-fit: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.result-group__text {
  line-height: 1.28;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.result-group__toggle {
  width: 28px;
  height: 28px;
  background: #ffea00;
  border-radius: 50%;
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.result-group__toggle::after,
.result-group__toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.result-group__toggle::before {
  width: 13px;
  height: 2px;
}

.result-group__toggle::after {
  height: 13px;
  width: 2px;
}

.info {
  overflow: hidden;
}

.info-content {
  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;
  margin-bottom: 30px;
}

.info-content__arrow {
  display: none;
}

.info-box__title {
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;
}

.info-box__title--second {
  font-size: 22px;
}

.info-box__text {
  line-height: 1.5;
}

.info-advantages {
  border-radius: 15.61px;
  background: #fff;
  padding: 30px 20px;
  z-index: -1;
}

.info-advantages__product {
  width: 135px;
  position: relative;
  margin: 0 auto 20px;
  padding-top: 25px;
}

.info-advantages__discount,
.my-popup .promo-product .discount {
  left: 0;
}

.info-advantages__btn {
  max-width: 288px;
  margin: 0 auto;
}

.info-advantages__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.info-advantages__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;
}

.info-advantages__item {
  padding-left: 25px;
  position: relative;
}

.info-advantages__item::before,
.qualities-list__item::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 17px;
  height: 14px;
  background: url(../images/icon-info.png) no-repeat center/contain;
}

.composition {
  background-color: #fff;
  overflow: hidden;
}

.composition__title {
  font-weight: 700;
  margin-bottom: 20px;
}

.composition-slider {
  position: relative;
  padding-bottom: 30px;
}

.composition-slide,
.composition-slide__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.composition-slide {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  height: auto;
}

.composition-slide__img {
  width: 130px;
  margin-bottom: 5px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.composition-slide__name {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}

.composition-slide__text {
  line-height: 1.22;
  text-align: center;
}

.composition-slide__line {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  height: 165px;
  width: 1px;
  background-color: #2b6806;
}

.qualities {
  padding-bottom: 0 !important;
  overflow: hidden;
}

.qualities-content,
.qualities-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.qualities-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.qualities-list {
  gap: 20px;
  margin-bottom: 25px;
}

.qualities-list__item {
  padding-left: 35px;
  position: relative;
  font-size: 18px;
}

.qualities-list__item::before {
  top: 0;
  width: 27px;
  height: 22px;
}

.qualities-list__btn {
  max-width: 297px;
  margin: 0 auto;
}

.qualities-list__product {
  position: relative;
  margin-bottom: -20px;
  padding-top: 30px;
  margin-top: 30px;
  width: 400px;
}

.qualities-list__discount {
  left: 30%;
}

.reviews,
footer {
  background-color: #fff;
}

.reviews {
  overflow: hidden;
}

.reviews__title {
  margin-bottom: 35px;
}

.reviews-slider {
  position: relative;
  max-width: 266px;
  padding-bottom: 30px;
}

.reviews-author,
.reviews-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews-slide {
  border-radius: 15.61px;
  background: #fff;
  -webkit-box-shadow: 0 3.122px 9.366px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3.122px 9.366px 0 rgba(0, 0, 0, 0.15);
  padding: 15px 20px 20px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto !important;
}

.reviews-author {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.reviews-author__photo {
  width: 55px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.reviews-author__name {
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.reviews__text {
  line-height: 1.5;
  margin-bottom: 15px;
}

.reviews-rating {
  width: 91px;
  height: 16px;
  position: relative;
  margin-top: auto;
}

.reviews-rating__star {
  width: 100%;
  height: 100%;
  background: url(../images/icon-star.png) repeat-x left/contain;
  position: absolute;
  top: 0;
  left: 0;
}

.reviews-qoute {
  position: absolute;
  top: -15px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: url(../images/icon-quote.png) no-repeat center/contain;
}

footer {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  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;
}

.ever-popup {
  overflow: hidden !important;
}

.my-popup .promo-product {
  width: 100%;
}

.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-radius: 20px;
  padding: 25px 15px;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 0;
  background: #fff;
}

.popup__content,
.popup__left {
  position: relative;
}

.popup__left-title {
  margin-bottom: 20px;
}

.popup__right {
  display: none;
}

.popup__right .promo-product {
  max-width: 140px;
}

.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;
}

.popup__form .form-policy {
  color: inherit;
}

.form-policy {
  text-align: center;
  color: #fff;
}

.form-policy.dates p {
  margin-bottom: 5px;
}

.form-policy.dates p:last-child {
  margin-bottom: 10px;
}

.form-policy.bottom {
  margin-top: 15px;
}

.policies p {
  margin-bottom: 5px;
}

.policies p:last-child {
  margin-bottom: 10px;
}

.create_rom_footer {
  margin-bottom: 10px;
}

.rom-footer a {
  color: #00a770;
}

@media (orientation: landscape) {
  .header__nav {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}

@media screen and (min-width: 480px) {
  .container {
    max-width: 480px;
  }

  .drop1 {
    width: 88px;
  }

  .drop2 {
    width: 115px;
  }

  .drop3 {
    width: 88px;
  }

  .drop4 {
    width: 78px;
  }

  .drop5 {
    width: 88px;
  }

  .drop6 {
    width: 106px;
  }

  .header__nav-list,
  .promo__title {
    text-align: center;
  }

  .promo-product__speed {
    font-size: 16px;
    padding-left: 50px;
    bottom: 2.5%;
    width: 270px;
    border-radius: 10px;
  }

  .info-box__text,
  .result-group__text,
  .work-list__text {
    font-size: 16px;
  }

  .info-advantages__product {
    width: 175px;
  }

  .info-advantages__title {
    font-size: 20px;
  }

  .info-advantages__item {
    font-size: 16px;
    padding-left: 30px;
  }

  .info-advantages__item::before {
    width: 19px;
    height: 16px;
  }

  .composition-slider {
    padding-bottom: 40px;
  }

  .composition-slide {
    width: 150px;
    padding: 0 25px;
  }

  .composition-slide__img {
    width: 150px;
  }

  .composition-slide__name {
    font-size: 20px;
  }

  .composition-slide__text,
  footer {
    font-size: 16px;
  }

  .composition-slide__line {
    height: 185px;
  }

  .qualities-list__item {
    font-size: 19px;
    padding-left: 45px;
  }

  .reviews__title {
    margin-bottom: 50px;
  }

  .reviews-slider {
    max-width: 100%;
    padding-bottom: 40px;
  }

  .reviews-author__photo {
    width: 60px;
  }

  .reviews-author__name {
    font-size: 18px;
  }

  .reviews__text {
    font-size: 16px;
    margin-bottom: 20px;
  }

  footer {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

@media screen and (min-width: 639px) {
  .qualities .drop3 {
    left: -10%;
  }

  .qualities .drop5 {
    bottom: 50%;
    right: -5%;
  }
}

@media screen and (min-width: 640px) {
  .container {
    max-width: 640px;
  }

  .subtitle {
    font-size: 20px;
  }

  .drop1 {
    width: 108px;
  }

  .drop2 {
    width: 125px;
  }

  .drop3 {
    width: 98px;
  }

  .drop4 {
    width: 86px;
  }

  .drop5 {
    width: 108px;
  }

  .drop6 {
    width: 136px;
  }

  .bone-result__btn {
    font-size: 18px;
  }

  .bone-result {
    max-width: 350px;
  }

  .work-header__product {
    width: 100px;
  }

  .work-header__subtitle {
    font-size: 20px;
  }

  .work-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;
  }

  .work-list__item {
    width: calc(50% - 5px);
  }

  .work-list__name {
    font-size: 20px;
  }

  .info-advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
  }

  .info-advantages__product {
    width: 220px;
  }

  .qualities-content {
    padding-left: 40%;
    padding-bottom: 30px;
  }

  .qualities-list__product {
    position: absolute;
    left: -40px;
    bottom: 13px;
    width: 330px;
    z-index: -1;
  }

  .popup__content {
    width: 330px;
  }
}

@media screen and (max-width: 767px) {
  .popup__content .price__box--old {
    color: #000;
  }

  .popup__content .price__box--old:before {
    background: currentColor;
  }
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 768px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .title {
    font-size: 30px;
  }

  .subtitle {
    font-size: 24px;
  }

  .swiper-scrollbar {
    height: 6px !important;
  }

  .block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .price__box--old {
    font-size: 35px;
  }

  .price__box--new {
    font-size: 45px;
  }

  .price__star {
    font-size: 38px;
  }

  .form__input input,
  .form__input select {
    padding: 15px 10px;
  }

  .btn {
    font-size: 18px;
    padding: 14px 10px;
  }

  .discount {
    width: 80px;
    height: 80px;
    left: 3%;
  }

  .drop1 {
    width: 132px;
  }

  .drop2 {
    width: 135px;
  }

  .drop3 {
    width: 105px;
  }

  .drop4 {
    width: 92px;
  }

  .drop5 {
    width: 128px;
  }

  .drop6 {
    width: 166px;
  }

  .promo .drop1 {
    display: block;
    top: -17%;
    left: -7%;
  }

  .promo .drop2 {
    display: block;
    bottom: 0;
    left: -11%;
  }

  .promo .drop4 {
    bottom: 50%;
    left: 45%;
  }

  .promo .drop5 {
    bottom: 78%;
    right: 0;
  }

  .my-popup .drop1 {
    display: block;
    top: -17%;
    left: -7%;
  }

  .my-popup .drop2 {
    display: none;
    bottom: 0;
    left: -11%;
  }

  .my-popup .drop4 {
    display: block;
    top: auto;
    bottom: -4%;
    left: -4%;
  }

  .my-popup .drop5 {
    bottom: 60%;
    right: 0;
  }

  .qualities .drop1 {
    top: -17%;
    left: -7%;
  }

  .qualities .drop2 {
    display: block;
    bottom: 0;
    left: -11%;
  }

  .qualities .drop3 {
    display: none;
    top: -19%;
    left: 35%;
  }

  .qualities .drop4 {
    bottom: 50%;
    left: 45%;
  }

  .qualities .drop5 {
    bottom: 78%;
    right: 0;
  }

  .info .drop1 {
    display: block;
    top: -17%;
    left: -7%;
  }

  .info .drop2 {
    bottom: 0;
    left: -11%;
  }

  .info .drop4 {
    bottom: 95%;
    left: 75%;
  }

  .info .drop5 {
    display: block;
    bottom: 30%;
    right: -5%;
  }

  .work .drop2 {
    left: -8%;
  }

  .work .drop3 {
    bottom: 24%;
    right: -5%;
  }

  .header__logo {
    width: 100px;
  }

  .header__nav {
    padding: 30px 15px;
  }

  .header__nav-close {
    width: 40px;
    height: 40px;
  }

  .header__nav-close span {
    height: 6px;
    border-radius: 4px;
  }

  .header .container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .promo__title {
    text-align: left;
    max-width: 350px;
  }

  .promo__security {
    display: block;
    color: #2b6806;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    margin-top: 22px;
    position: relative;
    vertical-align: middle;
  }

  .promo__security::before {
    content: "";
    width: 17px;
    height: 20px;
    display: inline-block;
    background: url(../images/icon-security.svg) no-repeat center/contain;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
  }

  .promo__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 40px;
    position: relative;
    gap: 0;
  }

  .promo-main {
    max-width: 400px;
  }

  .promo__form {
    margin: 0;
    max-width: 320px;
  }

  .promo-product {
    position: absolute;
    bottom: 76px;
    right: -10%;
    width: 100%;
    max-width: 520px;
  }

  .bone-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }

  .bone-slider {
    margin-bottom: 0;
  }

  .bone-slide__text {
    font-size: 40px;
  }

  .bone-slide__text img {
    width: 62px;
    height: 62px;
  }

  .bone-slide__btn {
    display: block;
    text-align: center;
    background: #1d1e1c;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px;
    margin-top: 40px;
    max-width: 290px;
  }

  .bone-result {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .bone-result__photo {
    margin-bottom: 0;
  }

  .bone-result__photo img {
    border-radius: 30px;
  }

  .bone-result__btn {
    display: none;
  }

  .work-header {
    gap: 25px;
  }

  .result-header {
    gap: 20px;
  }

  .result__title span {
    display: inline;
  }

  .result-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .result-group__list {
    width: 48%;
  }

  .result-group__toggle {
    margin-right: auto;
    margin-left: 0;
  }

  .info-content {
    -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;
    position: relative;
  }

  .info-content__arrow {
    display: block;
    position: absolute;
    left: 31.3%;
    top: 0;
    width: 110px;
    -webkit-animation: moveArrow 1.5s ease-in-out infinite;
    animation: moveArrow 1.5s ease-in-out infinite;
  }

  .info-box__title {
    margin-bottom: 20px;
  }

  .info-box--left {
    width: 30%;
  }

  .info-box--right {
    width: 50%;
  }

  .info-advantages {
    gap: 45px;
  }

  .info-advantages__product {
    margin: 0;
    width: 190px;
    padding-top: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .info-advantages__discount {
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
  }

  .info-advantages__btn {
    margin: 0;
  }

  .info-advantages__title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .info-advantages__item {
    font-size: 17px;
  }

  .composition-slider {
    padding-bottom: 50px;
  }

  .composition-slide {
    padding: 0 30px;
  }

  .composition-slide__img {
    width: 170px;
    margin-bottom: 10px;
  }

  .composition-slide__name {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .composition-slide__text {
    font-size: 17px;
  }

  .composition-slide__line {
    height: 200px;
    -webkit-transform: translateY(-46%);
    transform: translateY(-46%);
  }

  .qualities-list__item {
    font-size: 21px;
  }

  .qualities-list__product {
    width: 360px;
  }

  .qualities-list__discount {
    width: 60px;
    height: 60px;
    top: 0;
    left: 22%;
  }

  .reviews__title {
    margin-bottom: 60px;
  }

  .reviews-slider {
    padding-bottom: 50px;
  }

  .reviews-slide {
    padding: 20px 25px 25px;
  }

  .reviews-author {
    margin-bottom: 20px;
  }

  .reviews-author__photo {
    width: 60px;
  }

  .reviews-author__name {
    font-size: 20px;
  }

  .reviews__text {
    font-size: 17px;
    margin-bottom: 30px;
  }

  .reviews-rating {
    width: 99px;
    height: 17px;
  }

  .reviews-qoute {
    width: 55px;
    height: 55px;
    right: 35px;
    top: -25px;
  }

  footer {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .popup__content {
    min-height: 440px;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0.29%, #71c048),
      color-stop(99.74%, #d7ef5e)
    );
    background: linear-gradient(90deg, #71c048 0.29%, #d7ef5e 99.74%);
    width: 700px;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
  }

  .my-popup .promo-product .discount {
    left: 25%;
  }

  .my-popup .popup__left {
    position: relative;
    z-index: -2;
  }

  .popup__form .form-policy {
    color: white;
  }

  .my-popup .price-box__title,
  footer {
    font-size: 18px;
  }

  .popup__left {
    display: block;
    margin-right: 35px;
    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: 1000px) {
  .popup__content {
    min-height: 555px;
    padding: 30px 30px 40px 50px;
    width: 960px;
  }

  .popup__left {
    margin-right: 30px;
    width: 400px;
  }

  .popup__left-title {
    font-size: 35px !important;
  }

  .popup__right .promo-product {
    max-width: 620px;
    right: -3%;
    bottom: -2px;
  }
}

@media screen and (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }

  .promo__title {
    max-width: 425px;
  }

  .title {
    font-size: 40px;
  }

  .subtitle {
    font-size: 26px;
  }

  .separate {
    display: none;
  }

  .swiper-scrollbar {
    height: 7px !important;
  }

  .block {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .price {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
  }

  .price__container--old {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 3px;
  }

  .price__title {
    font-size: 18px;
    display: block;
  }

  .price__title--new {
    font-weight: 700;
    color: #2b6806;
  }

  .price__divider {
    height: 60px;
    margin: auto 0;
  }

  .form {
    padding: 23px 40px;
  }

  .form__input {
    margin-bottom: 17px;
  }

  .form__input input,
  .form__input select {
    font-size: 18px;
    padding: 15px 10px;
  }

  .btn {
    padding: 14px 15px;
  }

  .drop1 {
    width: 160px;
  }

  .drop2 {
    width: 145px;
  }

  .drop3 {
    width: 112px;
  }

  .drop4 {
    width: 98px;
  }

  .drop5 {
    width: 146px;
  }

  .drop6 {
    width: 196px;
  }

  .promo .drop4 {
    left: 40%;
  }

  .my-popup .drop4 {
    bottom: -2%;
    left: 2%;
  }

  .info .drop4,
  .qualities .drop4 {
    left: 40%;
  }

  .work .drop2 {
    bottom: -4%;
    left: -12%;
    width: 229px;
  }

  .work .drop3 {
    bottom: auto;
    top: -13%;
  }

  .work .drop4 {
    display: block;
    bottom: auto;
    top: -9%;
    left: 22%;
  }

  .work .drop5 {
    display: block;
    bottom: -6%;
    right: -7%;
  }

  .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: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .header__nav .container {
    display: none !important;
  }

  .header__nav-close {
    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: 40px;
    padding: 0;
  }

  .header__nav-item {
    width: auto;
    position: relative;
  }

  .header__nav-item:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -7px;
    left: 0;
    background: #f7e939;
    background: radial-gradient(
      circle,
      #f7e939 0,
      rgba(113, 192, 72, 0.1) 100%
    );
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }

  .header__nav-item:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .header__nav-link {
    padding: 0;
    font-size: 20px;
  }

  .header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .promo-main {
    max-width: 470px;
  }

  .promo__form {
    max-width: 400px;
  }

  .promo-product {
    max-width: 700px;
    right: -24%;
  }

  .promo-product__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: -4%;
    right: 29%;
    gap: 15px;
    border-radius: 10px;
    background: #fff;
    padding: 10px 15px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.12);
  }

  .promo-product__rating-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: -2px;
  }

  .promo-product__rating-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
  }

  .promo-product__speed {
    -webkit-transform: none;
    transform: none;
    left: -11%;
    bottom: -5%;
    font-size: 18px;
    width: 300px;
  }

  .bone-content {
    gap: 70px;
  }

  .bone-slide__text {
    font-size: 50px;
  }

  .bone-slide__text img {
    width: 80px;
    height: 80px;
  }

  .bone-result {
    max-width: 450px;
  }

  .bone-result__photo img {
    border-radius: 40px;
  }

  .work {
    padding-bottom: 0;
  }

  .work-header {
    display: block;
    margin-bottom: 60px;
  }

  .work-header__product {
    display: none;
  }

  .work-header__title {
    text-align: center;
    margin-bottom: 15px;
  }

  .work-header__subtitle {
    text-align: center;
    font-size: 22px;
  }

  .work-list {
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-bottom: 60px;
    z-index: 0;
  }

  .work-list__item {
    width: 270px;
  }

  .work-list__item:nth-child(odd) {
    margin-right: 200px;
  }

  .work-list__name {
    gap: 8px;
  }

  .result-group__name img,
  .work-list__name img {
    width: 48px;
  }

  .work-list__text {
    font-size: 17px;
  }

  .work__product {
    display: block;
    position: absolute;
    bottom: -10%;
    left: 62%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    width: 550px;
  }

  .work__product .discount {
    left: 27%;
    top: -5%;
  }

  .result-content {
    position: relative;
  }

  .result-header {
    margin-bottom: 25px;
  }

  .result__title {
    text-align: center;
    max-width: 700px;
  }

  .result-group {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .result-group__list--right .result-group__item {
    margin-left: auto;
  }

  .result-group__title {
    margin-bottom: 20px;
    font-size: 19px;
  }

  .result-group__name {
    gap: 10px;
  }

  .result-group__text {
    font-size: 17px;
  }

  .info-content__arrow {
    width: 132px;
  }

  .info-advantages {
    border-radius: 20px;
    padding: 30px;
    position: relative;
  }

  .info-advantages__btn {
    position: absolute;
    bottom: -25px;
    margin: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .info-advantages__title {
    margin-bottom: 25px;
  }

  .info-advantages__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }

  .info-advantages__item {
    width: 48%;
  }

  .qualities-content,
  .qualities-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .qualities-content {
    padding-bottom: 60px;
    padding-left: 35%;
    gap: 30px;
  }

  .qualities-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 0;
  }

  .qualities-list__item {
    font-size: 23px;
  }

  .qualities-list__btn {
    max-width: 250px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .qualities-list__product {
    margin-top: 0;
    margin-bottom: -30px;
    width: 330px;
  }

  .reviews-slide {
    padding-top: 45px;
    padding-left: 100px;
  }

  .reviews-author__photo {
    position: absolute;
    top: 9%;
    left: 5%;
  }

  .reviews-rating {
    width: 105px;
    height: 18px;
  }

  .reviews-qoute {
    width: 60px;
    height: 60px;
    right: 35px;
    top: -30px;
  }

  footer {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

@media screen and (min-width: 1190px) {
  .container {
    max-width: 1190px;
  }

  .title {
    font-size: 45px;
    margin-bottom: 30px;
  }

  .subtitle {
    font-size: 28px;
  }

  .swiper-scrollbar {
    height: 8px !important;
  }

  .price {
    margin-bottom: 6px;
  }

  .price__container--old {
    padding-bottom: 7px;
  }

  .price__box--old {
    font-size: 40px;
  }

  .price__box--new {
    font-size: 50px;
    line-height: 52px;
  }

  .form {
    border-radius: 40px;
  }

  .user-icon {
    width: 15px;
    height: 15px;
  }

  .phone-icon {
    width: 17px;
    height: 17px;
  }

  .discount {
    width: 124px;
    height: 129px;
  }

  .drop1 {
    width: 239px;
  }

  .drop2 {
    width: 229px;
  }

  .drop3 {
    width: 164px;
  }

  .drop4 {
    width: 135px;
  }

  .drop5 {
    width: 220px;
  }

  .drop6 {
    width: 316px;
  }

  .promo .drop1 {
    top: -14%;
    left: -31%;
  }

  .promo .drop2 {
    bottom: -13%;
    left: -15%;
  }

  .promo .drop3 {
    display: block;
    top: -25%;
    left: 35%;
  }

  .promo .drop4 {
    bottom: 46%;
  }

  .promo .drop5 {
    bottom: 75%;
    right: -3%;
  }

  .promo .drop6 {
    display: block;
    right: -37%;
    bottom: -5%;
  }

  .my-popup .drop1 {
    top: -14%;
    left: -31%;
  }

  .my-popup .drop2 {
    top: unset;
    bottom: -13%;
    left: -15%;
  }

  .my-popup .drop3 {
    display: block;
    top: -5%;
    left: 35%;
  }

  .my-popup .drop4 {
    bottom: -5%;
    left: 0;
  }

  .my-popup .drop5 {
    bottom: 60%;
    right: -5%;
  }

  .my-popup .drop6 {
    display: block;
    right: -37%;
    bottom: -5%;
  }

  .qualities .drop1 {
    top: -14%;
    left: -31%;
  }

  .qualities .drop2 {
    bottom: -50%;
    left: -25%;
  }

  .qualities .drop4 {
    bottom: 46%;
  }

  .qualities .drop5 {
    bottom: 65%;
    right: -3%;
  }

  .qualities .drop6 {
    display: block;
    right: -37%;
    bottom: -90%;
  }

  .info .drop1 {
    top: -14%;
    left: -31%;
  }

  .info .drop2 {
    bottom: -13%;
    left: -15%;
  }

  .info .drop4 {
    bottom: 102%;
    left: 85%;
  }

  .info .drop5 {
    bottom: 10%;
    right: -10%;
  }

  .info .drop6 {
    display: block;
    right: -35%;
    bottom: -40%;
  }

  .work .drop1 {
    display: block;
    top: -3%;
    left: -31%;
  }

  .work .drop3 {
    display: block;
    top: -16%;
    right: -7%;
  }

  .work .drop4 {
    left: 21%;
  }

  .work .drop5 {
    bottom: -1%;
    right: -9%;
  }

  .work .drop6 {
    display: block;
    right: -37%;
    bottom: 15%;
  }

  .header__nav-close span {
    height: 8px;
    border-radius: 5px;
  }

  .header__nav-list {
    gap: 62px;
  }

  .header .container {
    padding-top: 14px;
    padding-bottom: 13px;
  }

  .promo {
    padding-top: 85px;
  }

  .promo__title {
    margin-bottom: 45px;
    font-size: 38px;
    max-width: 410px;
  }

  .promo__content {
    padding-bottom: 52px;
  }

  .promo-main {
    max-width: 490px;
  }

  .promo-product {
    max-width: 821px;
    right: -25.5%;
    bottom: 173px;
  }

  .promo-product__rating {
    bottom: -10.3%;
    right: 36.5%;
    padding: 16px 15px;
  }

  .promo-product__speed {
    width: 310px;
    left: -18.5%;
    bottom: -11%;
    padding: 8px 10px 8px 64px;
  }

  .promo-product__speed::before {
    width: 40px;
    height: 28px;
    left: 12px;
  }

  .promo-product .discount {
    top: -40px;
    left: 33%;
  }

  .bone {
    padding-top: 85px;
    padding-bottom: 120px;
  }

  .bone-content {
    gap: 100px;
  }

  .bone-slide__text {
    font-size: 60px;
  }

  .bone-slide__text img {
    width: 92px;
    height: 92px;
  }

  .bone-slide__btn {
    margin-top: 51px;
  }

  .bone-slide__btn:hover {
    background: #000;
  }

  .bone-slide__btn::before {
    display: none;
  }

  .bone-result {
    max-width: 547px;
  }

  .work {
    padding-top: 74px;
  }

  .work-header {
    margin-bottom: 90px;
  }

  .work-header__title {
    margin-bottom: 13px;
  }

  .work-list {
    padding-bottom: 125px;
    gap: 35px;
  }

  .work-list__item {
    width: 300px;
    padding: 20px 20px 25px 35px;
  }

  .work-list__name {
    font-size: 21px;
    gap: 11px;
    line-height: 24px;
    margin-bottom: 11px;
  }

  .result-group__name img,
  .work-list__name img {
    width: 55px;
  }

  .work-list__text {
    font-size: 18px;
    line-height: 22px;
  }

  .work__product {
    width: 725px;
    -webkit-transform: translateX(-51.5%);
    transform: translateX(-51.5%);
    bottom: 18.3%;
  }

  .work__product .discount {
    width: 108px;
    height: 113px;
    left: 27.5%;
    top: -5.3%;
  }

  .result {
    padding-top: 95px;
    padding-bottom: 130px;
  }

  .result-clock {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 431px;
    bottom: auto;
    top: 30%;
  }

  .result__title {
    max-width: 840px;
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 5;
  }

  .result-group__list {
    width: 384px;
  }

  .result-group__item {
    width: 280px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .result-group__item--active .result-group__text {
    margin-top: 15px;
  }

  .result-group__title {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .result-group__name {
    line-height: 22px;
  }

  .result-group__text {
    font-size: 18px;
    line-height: 22px;
  }

  .icon-result-5 {
    margin-top: -12px;
    margin-bottom: -12px;
    height: 72px !important;
  }

  .info {
    padding-top: 108px;
    padding-bottom: 125px;
  }

  .info-content {
    margin-bottom: 36px;
  }

  .info-content__arrow {
    width: 161px;
    left: 29.8%;
  }

  .info-box__title {
    line-height: 50px;
    margin-bottom: 31px;
  }

  .info-advantages {
    padding: 28px 32px 18px 38px;
    gap: 58px;
  }

  .info-advantages__product {
    width: 166px;
  }

  .info-advantages__discount {
    width: 73px;
    height: 77px;
    top: -5%;
    left: -5%;
  }

  .info-advantages__title {
    font-size: 25px;
    margin-bottom: 28px;
  }

  .info-advantages__list {
    gap: 20px;
  }

  .info-advantages__item {
    font-size: 18px;
    padding-left: 35px;
  }

  .info-advantages__item::before {
    width: 22px;
    height: 18px;
  }

  .composition {
    padding-top: 97px;
    padding-bottom: 85px;
  }

  .composition-slider {
    padding-bottom: 73px;
  }

  .composition-slide {
    padding: 0 50px;
  }

  .composition-slide__img {
    width: 217px;
    margin-bottom: 20px;
  }

  .composition-slide__name {
    font-size: 25px;
    margin-bottom: 18px;
  }

  .composition-slide__text {
    font-size: 18px;
  }

  .composition-slide__line {
    height: 250px;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }

  .qualities {
    padding-top: 85px;
  }

  .qualities-content {
    padding-left: 27.5%;
    padding-bottom: 60px;
  }

  .qualities-list {
    gap: 39px 20px;
  }

  .qualities-list__item {
    font-size: 25px;
    line-height: 30px;
    padding-left: 47px;
    width: 48%;
  }

  .qualities-list__item::before {
    width: 34px;
    height: 28px;
  }

  .qualities-list__btn {
    max-width: 288px;
  }

  .qualities-list__product {
    left: -96px;
    width: 367px;
    margin-bottom: -43px;
  }

  .qualities-list__discount {
    width: 73px;
    height: 77px;
    top: 2%;
  }

  .reviews {
    padding-top: 108px;
    padding-bottom: 100px;
  }

  .reviews__title {
    margin-bottom: 80px;
  }

  .reviews-slider {
    padding-bottom: 68px;
  }

  .reviews-slide {
    padding: 55px 55px 35px 120px;
  }

  .reviews-author {
    margin-bottom: 26px;
  }

  .reviews-author__photo {
    width: 70px;
  }

  .reviews-author__name {
    font-size: 22px;
  }

  .reviews__text {
    font-size: 18px;
    margin-bottom: 50px;
  }

  .reviews-rating {
    width: 112px;
    height: 20px;
  }

  .reviews-qoute {
    width: 65px;
    height: 65px;
    right: 45px;
    top: -32px;
  }
}

.discount {
  display: none !important;
}

.fp-phone {
  left: 20% !important;
}
