.mt-5 {
  margin-top: 5px;
}
.pt-5 {
  padding-top: 5px;
}
.mr-5 {
  margin-right: 5px;
}
.pr-5 {
  padding-right: 5px;
}
.mb-5 {
  margin-bottom: 5px;
}
.pb-5 {
  padding-bottom: 5px;
}
.ml-5 {
  margin-left: 5px;
}
.pl-5 {
  padding-left: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.pt-10 {
  padding-top: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.pt-15 {
  padding-top: 15px;
}
.mr-15 {
  margin-right: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.pb-15 {
  padding-bottom: 15px;
}
.ml-15 {
  margin-left: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.pt-25 {
  padding-top: 25px;
}
.mr-25 {
  margin-right: 25px;
}
.pr-25 {
  padding-right: 25px;
}
.mb-25 {
  margin-bottom: 25px;
}
.pb-25 {
  padding-bottom: 25px;
}
.ml-25 {
  margin-left: 25px;
}
.pl-25 {
  padding-left: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.pt-30 {
  padding-top: 30px;
}
.mr-30 {
  margin-right: 30px;
}
.pr-30 {
  padding-right: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.ml-30 {
  margin-left: 30px;
}
.pl-30 {
  padding-left: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.pt-35 {
  padding-top: 35px;
}
.mr-35 {
  margin-right: 35px;
}
.pr-35 {
  padding-right: 35px;
}
.mb-35 {
  margin-bottom: 35px;
}
.pb-35 {
  padding-bottom: 35px;
}
.ml-35 {
  margin-left: 35px;
}
.pl-35 {
  padding-left: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.pt-40 {
  padding-top: 40px;
}
.mr-40 {
  margin-right: 40px;
}
.pr-40 {
  padding-right: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.ml-40 {
  margin-left: 40px;
}
.pl-40 {
  padding-left: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.pt-45 {
  padding-top: 45px;
}
.mr-45 {
  margin-right: 45px;
}
.pr-45 {
  padding-right: 45px;
}
.mb-45 {
  margin-bottom: 45px;
}
.pb-45 {
  padding-bottom: 45px;
}
.ml-45 {
  margin-left: 45px;
}
.pl-45 {
  padding-left: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.mr-50 {
  margin-right: 50px;
}
.pr-50 {
  padding-right: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.ml-50 {
  margin-left: 50px;
}
.pl-50 {
  padding-left: 50px;
}
.mt-75 {
  margin-top: 75px;
}
.pt-75 {
  padding-top: 75px;
}
.mr-75 {
  margin-right: 75px;
}
.pr-75 {
  padding-right: 75px;
}
.mb-75 {
  margin-bottom: 75px;
}
.pb-75 {
  padding-bottom: 75px;
}
.ml-75 {
  margin-left: 75px;
}
.pl-75 {
  padding-left: 75px;
}
.mt-100 {
  margin-top: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.mr-100 {
  margin-right: 100px;
}
.pr-100 {
  padding-right: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.ml-100 {
  margin-left: 100px;
}
.pl-100 {
  padding-left: 100px;
}
.w-5 {
  width: 5%;
}
.h-5 {
  height: 5%;
}
.maxw-5 {
  max-width: 5%;
}
.maxh-5 {
  max-height: 5%;
}
.w-10 {
  width: 10%;
}
.h-10 {
  height: 10%;
}
.maxw-10 {
  max-width: 10%;
}
.maxh-10 {
  max-height: 10%;
}
.w-15 {
  width: 15%;
}
.h-15 {
  height: 15%;
}
.maxw-15 {
  max-width: 15%;
}
.maxh-15 {
  max-height: 15%;
}
.w-20 {
  width: 20%;
}
.h-20 {
  height: 20%;
}
.maxw-20 {
  max-width: 20%;
}
.maxh-20 {
  max-height: 20%;
}
.w-25 {
  width: 25%;
}
.h-25 {
  height: 25%;
}
.maxw-25 {
  max-width: 25%;
}
.maxh-25 {
  max-height: 25%;
}
.w-30 {
  width: 30%;
}
.h-30 {
  height: 30%;
}
.maxw-30 {
  max-width: 30%;
}
.maxh-30 {
  max-height: 30%;
}
.w-35 {
  width: 35%;
}
.h-35 {
  height: 35%;
}
.maxw-35 {
  max-width: 35%;
}
.maxh-35 {
  max-height: 35%;
}
.w-40 {
  width: 40%;
}
.h-40 {
  height: 40%;
}
.maxw-40 {
  max-width: 40%;
}
.maxh-40 {
  max-height: 40%;
}
.w-45 {
  width: 45%;
}
.h-45 {
  height: 45%;
}
.maxw-45 {
  max-width: 45%;
}
.maxh-45 {
  max-height: 45%;
}
.w-50 {
  width: 50%;
}
.h-50 {
  height: 50%;
}
.maxw-50 {
  max-width: 50%;
}
.maxh-50 {
  max-height: 50%;
}
.w-75 {
  width: 75%;
}
.h-75 {
  height: 75%;
}
.maxw-75 {
  max-width: 75%;
}
.maxh-75 {
  max-height: 75%;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.maxw-100 {
  max-width: 100%;
}
.maxh-100 {
  max-height: 100%;
}
html {
  font-size: 10px;
  height: 100%;
}
body {
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
}
header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.main-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-top: 60px;
  padding-bottom: 180px;
}
.container {
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
.main-with-sitebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.main-with-sitebar main {
  width: calc(66.66% - 5px);
}
.main-with-sitebar aside {
  width: calc(33.33% - 20px);
  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;
}
.main-with-sitebar aside > div {
  width: 100%;
}
footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.custom-scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background-color: #ddd;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #000;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
@font-face {
  font-family: "Cairo";
  src: url(../fonts/Cairo-Regular.woff2) format("woff2"),
    url(../fonts/Cairo-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-Bold.woff2) format("woff2"),
    url(../fonts/Gilroy-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-Extrabold.woff2) format("woff2"),
    url(../fonts/Gilroy-Extrabold.woff) format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-Light.woff2) format("woff2"),
    url(../fonts/Gilroy-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-Medium.woff2) format("woff2"),
    url(../fonts/Gilroy-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-Regular.woff2) format("woff2"),
    url(../fonts/Gilroy-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-Semibold.woff2) format("woff2"),
    url(../fonts/Gilroy-Semibold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue Cyrillic";
  src: url(../fonts/BebasNeueCyrillic.eot);
  src: local("Bebas Neue Cyrillic"), local("BebasNeueCyrillic"),
    url(../fonts/BebasNeueCyrillic.eot?) format("embedded-opentype"),
    url(../fonts/BebasNeueCyrillic.woff2) format("woff2"),
    url(../fonts/BebasNeueCyrillic.woff) format("woff"),
    url(../fonts/BebasNeueCyrillic.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  background: #f6f6f8;
}
._container {
  position: relative;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 10px;
}
.title-l {
  font-family: "Bebas Neue Cyrillic";
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -0.015em;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#232526),
    to(#414345)
  );
  background: linear-gradient(90deg, #232526 0, #414345 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-transform: uppercase;
}
.title-l span {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#81a653),
    to(#88ca69)
  );
  background: linear-gradient(90deg, #81a653 0, #88ca69 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.button {
  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;
  padding: 27px 32px;
  gap: 10px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffe351),
    to(#ffe259)
  );
  background: linear-gradient(90deg, #ffe351 0, #ffe259 100%);
  -webkit-box-shadow: 0 4px 0 #917500;
  box-shadow: 0 4px 0 #917500;
  border-radius: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.button svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.button span {
  font-family: "Gilroy";
  font-weight: 700;
  white-space: nowrap;
  font-size: 22px;
  line-height: 140%;
  text-transform: uppercase;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#232526),
    to(#414345)
  );
  background: linear-gradient(90deg, #232526 0, #414345 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.header__container {
  padding: 35px 10px;
}
.header__logo {
  font-family: "Bebas Neue Cyrillic";
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.015em;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#81a653),
    to(#88ca69)
  );
  background: linear-gradient(90deg, #81a653 0, #88ca69 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
}
.leafs {
  position: relative;
}
.leafs__left {
  position: absolute;
  left: 0;
  top: 0;
}
.leafs__right {
  position: absolute;
  right: 0;
  bottom: 0;
}
.leafs__btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  bottom: -35px;
  z-index: 3;
}
.barbells {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.barbells__left {
  position: absolute;
  left: 0;
  top: 100px;
}
.barbells__right {
  position: absolute;
  right: 0;
  top: 0;
}
.intro {
  width: 100%;
  position: relative;
  background: url(../img/content/main-bg.webp) no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
}
.intro__container {
  padding: 170px 10px 190px;
  z-index: 5;
}
.intro__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 590px;
  position: relative;
  z-index: 5;
}
.intro__info h1 {
  font-family: "Bebas Neue Cyrillic";
  font-weight: 400;
  font-size: 90px;
  line-height: 110%;
  letter-spacing: -0.015em;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#232526),
    to(#414345)
  );
  background: linear-gradient(90deg, #232526 0, #414345 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-transform: uppercase;
}
.intro__info h1 span {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#81a653),
    to(#88ca69)
  );
  background: linear-gradient(90deg, #81a653 0, #88ca69 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.intro__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.intro__product p {
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#232526),
    to(#414345)
  );
  background: linear-gradient(90deg, #232526 0, #414345 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.8;
  max-width: 245px;
}
.intro__product p b {
  opacity: 1;
}
.intro__product-img {
  width: 80px;
  height: 80px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#81a653),
    to(#88ca69)
  );
  background: linear-gradient(90deg, #81a653 0, #88ca69 100%);
  border-radius: 50%;
  position: relative;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.intro__product-img img {
  width: 100%;
  max-width: 85px;
}
.intro__sales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.intro__sale {
  position: absolute;
  left: 110%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  padding: 8px 17px;
  gap: 8px;
  background: #fff;
  border-radius: 8px;
}
.intro__sale p {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 26.5px;
  line-height: 140%;
  white-space: nowrap;
  text-align: center;
  background: radial-gradient(
    39.08% 39.08% at 55.19% 60.92%,
    #1e1e1e 0,
    #424242 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.8;
}
.intro__sale-icon {
  width: 38px;
  height: 38px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#81a653),
    to(#88ca69)
  );
  background: linear-gradient(90deg, #81a653 0, #88ca69 100%);
  border-radius: 50%;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.intro__price {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  min-width: 298px;
  display: flex;
  align-items: center;
  gap: 15px;
  position: absolute;
  left: 90%;
  top: 85%;
  justify-content: space-between;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  padding: 4px 8px;
  background-color: #fff;
  border-radius: 8px;
}
.intro__price-new {
  font-family: "Bebas Neue Cyrillic";
  font-weight: 400;
  white-space: nowrap;
  font-size: 40px;
  line-height: 110%;
  background: radial-gradient(
    39.08% 39.08% at 55.19% 60.92%,
    #1e1e1e 0,
    #424242 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.intro__price-old {
  position: relative;
  font-family: "Bebas Neue Cyrillic";
  font-weight: 400;
  font-size: 40px;
  line-height: 110%;
  color: #95d857;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#81a653),
    to(#88ca69)
  );
  background: linear-gradient(90deg, #81a653 0, #88ca69 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.intro__price-old::before {
  position: absolute;
  content: "";
  width: 105%;
  height: 2px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#81a653),
    to(#88ca69)
  );
  background: linear-gradient(90deg, #81a653 0, #88ca69 100%);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.intro__people {
  position: absolute;
  right: -100px;
  bottom: 0;
}
.intro__people-person {
  max-width: 630px;
  position: relative;
  z-index: 3;
}
.intro__people-circle {
  max-width: 780px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 2;
}
.intro__btn {
  margin-top: 25px;
}
.intro__palm-left {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.intro__palm-right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.intro__roulette {
  position: absolute;
  left: 0;
  z-index: 3;
  bottom: -30px;
}
.intro__gull {
  position: absolute;
  left: 45%;
  z-index: 2;
  top: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.body {
  width: 100%;
  position: relative;
  background: url(../img/content/wave-bg.webp) no-repeat;
  background-color: #f6f6f8;
  background-position: center center;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 70px;
  z-index: 1;
  overflow: hidden;
}
.body__container {
  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;
  gap: 35px;
}
.body__image {
  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;
  max-width: 710px;
  width: 100%;
}
.body__image img {
  width: 100%;
  position: relative;
  bottom: -40px;
}
.body__image-description {
  position: relative;
  z-index: 2;
  padding: 32px 24px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#81a653),
    to(#88ca69)
  );
  background: linear-gradient(90deg, #81a653 0, #88ca69 100%);
  border-radius: 16px;
  max-width: 500px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 40px;
}
.body__image-description p {
  text-align: center;
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #fff;
}
.body__image-icon {
  position: absolute;
  width: 38px;
  height: 38px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffe351),
    to(#ffe259)
  );
  background: linear-gradient(90deg, #ffe351 0, #ffe259 100%);
  border-radius: 50%;
  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;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  top: -19px;
}
.body__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 400px;
  width: 100%;
  gap: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.body__list ul {
  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;
}
.body__list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.body__list ul li p {
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#232526),
    to(#414345)
  );
  background: linear-gradient(90deg, #232526 0, #414345 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.8;
}
.body__list-icon {
  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;
  width: 38px;
  height: 38px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#81a653),
    to(#88ca69)
  );
  background: linear-gradient(90deg, #81a653 0, #88ca69 100%);
  border-radius: 50%;
}
.fastfood {
  width: 100%;
  position: relative;
  background: url(../img/content/wave-bg.webp) no-repeat;
  background-color: #f6f6f8;
  background-position: center center;
  background-size: cover;
  padding: 70px 0;
  z-index: 1;
  overflow: hidden;
}
.fastfood__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}
.fastfood__title {
  max-width: 520px;
}
.fastfood__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  position: relative;
  z-index: 3;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fastfood__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 190px;
}
.fastfood__item p {
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#232526),
    to(#414345)
  );
  background: linear-gradient(90deg, #232526 0, #414345 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.8;
}
.fastfood__item-num {
  position: relative;
}
.fastfood__item-num span {
  font-family: "Bebas Neue Cyrillic";
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: -0.015em;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#232526),
    to(#414345)
  );
  background: linear-gradient(90deg, #232526 0, #414345 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.fastfood__item-icon {
  position: absolute;
  width: 25px;
  height: 25px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffe351),
    to(#ffe259)
  );
  background: linear-gradient(90deg, #ffe351 0, #ffe259 100%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fastfood__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 3;
}
.fastfood__description-green {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 32px 65px 32px 32px;
  max-width: 500px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#81a653),
    to(#88ca69)
  );
  background: linear-gradient(90deg, #81a653 0, #88ca69 100%);
  border-radius: 16px;
  position: relative;
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #fff;
  opacity: 0.8;
}
.fastfood__description-green b {
  font-weight: 700;
}
.fastfood__description-yellow {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 32px;
  max-width: 290px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffe351),
    to(#ffe259)
  );
  background: linear-gradient(90deg, #ffe351 0, #ffe259 100%);
  border-radius: 16px;
  position: relative;
  left: -60px;
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #414345;
}
.fastfood__description-yellow b {
  font-weight: 700;
}
.fastfood__img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  max-width: 790px;
  left: 90%;
}
.versus {
  position: relative;
  padding: 70px 0;
  width: 100%;
  overflow: hidden;
}
.versus .swiper-slide {
  width: auto;
}
.versus__title {
  text-align: center;
}
.versus__swiper {
  position: relative;
  max-width: 1025px;
  padding: 50px 0;
  margin: 0 auto;
}
.versus__swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
}
.versus__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  max-width: 500px;
  width: 100%;
  padding: 32px;
  background: #fff;
  border-radius: 16px;
}
.versus__card-img {
  position: relative;
  width: 100px;
  height: 100px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#81a653),
    to(#88ca69)
  );
  background: linear-gradient(90deg, #81a653 0, #88ca69 100%);
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.versus__card-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.versus__card-text {
  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;
}
.versus__card-text p {
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#232526),
    to(#414345)
  );
  background: linear-gradient(90deg, #232526 0, #414345 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.versus__card-text p b {
  font-weight: 700;
}
.composition {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
  width: 100%;
}
.composition .swiper-slide {
  width: auto;
}
.composition__title {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.composition__swiper {
  position: relative;
  max-width: 825px;
  padding: 50px 0;
  margin: 0 auto;
}
.composition__swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
}
.composition__card {
  width: 400px;
  height: 190px;
  background: rgba(136, 202, 105, 0.37);
  border-radius: 16px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 32px;
}
.composition__card-mark {
  position: absolute;
  z-index: 3;
  left: 20px;
  top: 0;
}
.composition__card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3px;
  max-width: 200px;
  position: relative;
  z-index: 5;
}
.composition__card-text p {
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#232526),
    to(#414345)
  );
  background: linear-gradient(90deg, #232526 0, #414345 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.composition__card-text p b {
  font-weight: 700;
}
.composition__card-img {
  position: absolute;
  right: 0;
  top: 0;
}
.how {
  width: 100%;
  padding-bottom: 150px;
  padding-top: 70px;
  position: relative;
  z-index: 2;
}
.how__container {
  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: 50px;
}
.how__cards {
  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: 30px;
  width: 100%;
}
.how__card {
  background: rgba(136, 202, 105, 0.37);
  border-radius: 16px;
  position: relative;
  height: 170px;
  max-width: 335px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.how__card:nth-child(2) {
  margin-bottom: 60px;
}
.how__card:nth-child(1),
.how__card:nth-child(3) {
  margin-top: 60px;
}
.how__card span {
  position: absolute;
  font-family: "Bebas Neue Cyrillic";
  font-weight: 400;
  font-size: 282px;
  line-height: 100%;
  letter-spacing: -0.015em;
  color: #fff;
  opacity: 0.5;
  z-index: 1;
  left: -5%;
  top: 65%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.how__card p {
  font-family: "Gilroy";
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#232526),
    to(#414345)
  );
  background: linear-gradient(90deg, #232526 0, #414345 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
  z-index: 5;
  max-width: 160px;
  width: 100%;
  margin-left: 30px;
}
.how__card-mark {
  position: absolute;
  z-index: 3;
  left: 20px;
  top: 0;
}
.how__card-item {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 3;
}
.doctor {
  position: relative;
  width: 100%;
  background: url(../img/content/wave-bg.webp) no-repeat;
  background-color: #f6f6f8;
  background-position: center center;
  background-size: cover;
  padding: 70px 0;
  z-index: 1;
  overflow: hidden;
}
.doctor__container {
  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;
}
.doctor__img {
  position: absolute;
  top: 50%;
  right: -100px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  max-width: 780px;
}
.doctor__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 620px;
  gap: 25px;
  position: relative;
  z-index: 3;
}
.doctor__content ul {
  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;
}
.doctor__content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.doctor__content ul li p {
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#232526),
    to(#414345)
  );
  background: linear-gradient(90deg, #232526 0, #414345 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.doctor__content ul li p b {
  font-weight: 700;
}
.doctor__content-icon {
  width: 28px;
  height: 28px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#81a653),
    to(#88ca69)
  );
  background: linear-gradient(90deg, #81a653 0, #88ca69 100%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.doctor__description {
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#232526),
    to(#414345)
  );
  background: linear-gradient(90deg, #232526 0, #414345 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  max-width: 530px;
}
.doctor__alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 24px;
  gap: 16px;
  position: absolute;
  max-width: 305px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffe351),
    to(#ffe259)
  );
  background: linear-gradient(90deg, #ffe351 0, #ffe259 100%);
  border-radius: 16px;
  left: 60%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.doctor__alert p {
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#232526),
    to(#414345)
  );
  background: linear-gradient(90deg, #232526 0, #414345 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.doctor__alert p b {
  font-weight: 700;
}
.doctor__alert-img {
  border-radius: 50%;
  width: 56px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 56px;
  background: #fff;
  position: relative;
}
.doctor__alert-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.weight {
  width: 100%;
  padding: 120px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.weight__green {
  position: relative;
  max-width: 1600px;
  width: 100%;
  padding: 120px 0;
  margin: 0 auto;
  z-index: 1;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#81a653),
    to(#88ca69)
  );
  background: linear-gradient(90deg, #81a653 0, #88ca69 100%);
  border-radius: 32px;
}
.weight__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  z-index: 10;
}
.weight__product {
  max-width: 600px;
  position: relative;
}
.weight__title {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.weight__description {
  max-width: 300px;
  font-family: "Gilroy";
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #fff;
  opacity: 0.9;
}
.weight__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 455px;
  gap: 15px;
}
.weight__list ul {
  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;
}
.weight__list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.weight__list ul li p {
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
}
.weight__list-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffe351),
    to(#ffe259)
  );
  background: linear-gradient(90deg, #ffe351 0, #ffe259 100%);
  border-radius: 50%;
}
.weight__btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  bottom: -30px;
  z-index: 10;
}
.weight__wood-left {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  max-width: 400px;
}
.weight__wood-right {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  max-width: 400px;
}
.feedbacks {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 70px 0;
  overflow: hidden;
}
.feedbacks .swiper-slide {
  width: auto;
}
.feedbacks .swiper-pagination {
  display: none;
}
.feedbacks__title {
  margin: 0 auto;
  text-align: center;
}
.feedbacks__description {
  max-width: 420px;
  margin: 25px auto 0;
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#232526),
    to(#414345)
  );
  background: linear-gradient(90deg, #232526 0, #414345 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.feedbacks__cards {
  max-width: 850px;
  margin: 35px auto 0;
  position: relative;
  overflow: hidden;
  padding: 15px 15px 10px;
}
.feedbacks__cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.feedbacks__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 40px;
  gap: 32px;
  background: #fff;
  border-radius: 16px;
}
.feedbacks__card-img {
  max-width: 350px;
  position: relative;
  overflow: hidden;
}
.feedbacks__card-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.feedbacks__card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 400px;
  gap: 12px;
}
.feedbacks__card-info p {
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#232526),
    to(#414345)
  );
  background: linear-gradient(90deg, #232526 0, #414345 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.feedbacks__card-info p b {
  font-weight: 700;
}
.feedbacks__card-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
  height: 18px;
}
.feedbacks__card-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.feedbacks__card-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
.feedbacks__card-name h6 {
  font-family: "Gilroy";
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#232526),
    to(#414345)
  );
  background: linear-gradient(90deg, #232526 0, #414345 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.feedbacks__card-name p {
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#232526),
    to(#414345)
  );
  background: linear-gradient(90deg, #232526 0, #414345 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.6;
}
.feedbacks__card-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
}
.feedbacks__card-user img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.feedbacks__card-before {
  position: absolute;
  z-index: 2;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#eb3349),
    to(#f45c43)
  );
  background: linear-gradient(90deg, #eb3349 0, #f45c43 100%);
  border-radius: 16px 0 0 0;
  top: 0;
  left: 0;
  min-width: 54px;
  min-height: 26px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  padding: 0 10px;
}
.feedbacks__card-before span {
  font-family: "Bebas Neue Cyrillic";
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.015em;
  color: #fff;
  text-transform: uppercase;
}
.feedbacks__card-after {
  position: absolute;
  z-index: 2;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#eb3349),
    to(#f45c43)
  );
  background: linear-gradient(90deg, #eb3349 0, #f45c43 100%);
  border-radius: 0 16px 0 0;
  top: 0;
  right: 0;
  min-width: 54px;
  min-height: 26px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  padding: 0 10px;
}
.feedbacks__card-after span {
  font-family: "Bebas Neue Cyrillic";
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.015em;
  color: #fff;
  text-transform: uppercase;
}
.feedbacks__next,
.feedbacks__prev {
  width: 32px;
  height: 32px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffe351),
    to(#ffe259)
  );
  background: linear-gradient(90deg, #ffe351 0, #ffe259 100%);
  border-radius: 4.3px;
  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;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.feedbacks__next {
  left: calc(100% - 16px);
  z-index: 10;
}
.feedbacks__prev {
  left: calc(0 + 16px);
  z-index: 10;
}
.effectivity {
  width: 100%;
  position: relative;
  background: url(../img/content/wave-bg.webp) no-repeat;
  background-color: #f6f6f8;
  background-position: center center;
  background-size: cover;
  padding: 120px 0;
  z-index: 1;
  overflow: hidden;
}
.effectivity .swiper-slide {
  width: auto;
}
.effectivity .swiper-pagination {
  display: none;
}
.effectivity__container {
  padding: 0 15px;
}
.effectivity__title {
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
}
.effectivity__content {
  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;
  max-width: 1050px;
  margin: 50px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 72px 82px;
  gap: 40px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#81a653),
    to(#88ca69)
  );
  background: linear-gradient(90deg, #81a653 0, #88ca69 100%);
  border-radius: 16px;
}
.effectivity__utils {
  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;
  max-width: 410px;
  position: relative;
  z-index: 10;
}
.effectivity__text {
  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;
}
.effectivity__text p {
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
}
.effectivity__text p b {
  font-weight: 700;
}
.effectivity__example {
  max-width: 350px;
  width: 100%;
  position: relative;
  z-index: 10;
}
.effectivity__example h2 {
  font-family: "Bebas Neue Cyrillic";
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.015em;
  color: #fff;
}
.effectivity__example p {
  font-family: "Gilroy";
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.015em;
  color: #fff;
  opacity: 0.8;
}
.effectivity__cards {
  position: relative;
  overflow: hidden;
  padding: 15px 15px 10px;
}
.effectivity__cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.effectivity__card {
  position: relative;
  overflow: hidden;
  max-width: 350px;
  width: 100%;
  border-radius: 16px;
}
.effectivity__card img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.effectivity__card span {
  font-family: "Bebas Neue Cyrillic";
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.015em;
  color: #fff;
  text-transform: uppercase;
}
.effectivity__card-before {
  position: absolute;
  z-index: 2;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#eb3349),
    to(#f45c43)
  );
  background: linear-gradient(90deg, #eb3349 0, #f45c43 100%);
  border-radius: 16px 0 0 0;
  top: 0;
  left: 0;
  min-width: 54px;
  min-height: 26px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  padding: 0 10px;
}
.effectivity__card-after {
  position: absolute;
  z-index: 2;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#eb3349),
    to(#f45c43)
  );
  background: linear-gradient(90deg, #eb3349 0, #f45c43 100%);
  border-radius: 0 16px 0 0;
  top: 0;
  right: 0;
  min-width: 54px;
  min-height: 26px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  padding: 0 10px;
}
.effectivity__next,
.effectivity__prev {
  width: 32px;
  height: 32px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffe351),
    to(#ffe259)
  );
  background: linear-gradient(90deg, #ffe351 0, #ffe259 100%);
  border-radius: 4.3px;
  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;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.effectivity__next {
  left: calc(100% - 16px);
  z-index: 10;
}
.effectivity__prev {
  left: calc(0 + 16px);
  z-index: 10;
}
.effectivity__bush-left {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  max-width: 400px;
}
.effectivity__bush-right {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  max-width: 400px;
}
.form {
  position: relative;
  background: url(../img/content/main-bg.webp) no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.form__container {
  padding: 100px 10px 50px;
  z-index: 5;
}
.form__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 590px;
  position: relative;
  z-index: 5;
}
.form__info h1 {
  font-family: "Bebas Neue Cyrillic";
  font-weight: 400;
  font-size: 90px;
  line-height: 110%;
  letter-spacing: -0.015em;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#232526),
    to(#414345)
  );
  background: linear-gradient(90deg, #232526 0, #414345 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-transform: uppercase;
}
.form__info h1 span {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#81a653),
    to(#88ca69)
  );
  background: linear-gradient(90deg, #81a653 0, #88ca69 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.form__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.form__product p {
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#232526),
    to(#414345)
  );
  background: linear-gradient(90deg, #232526 0, #414345 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.8;
  max-width: 245px;
}
.form__product p b {
  opacity: 1;
}
.form__product-img {
  width: 80px;
  height: 80px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#81a653),
    to(#88ca69)
  );
  background: linear-gradient(90deg, #81a653 0, #88ca69 100%);
  border-radius: 50%;
  position: relative;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.form__product-img img {
  width: 100%;
  max-width: 85px;
}
.form__people {
  position: absolute;
  right: -100px;
  bottom: 0;
}
.form__people-person {
  max-width: 630px;
  position: relative;
  z-index: 3;
}
.form__people-circle {
  max-width: 780px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 2;
}
.form__sales {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 113%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.form__sale {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  padding: 8px 17px;
  gap: 8px;
  background: #fff;
  border-radius: 8px;
}
.form__sale p {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 26.5px;
  line-height: 140%;
  white-space: nowrap;
  text-align: center;
  background: radial-gradient(
    39.08% 39.08% at 55.19% 60.92%,
    #1e1e1e 0,
    #424242 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.8;
}
.form__sale-icon {
  width: 38px;
  height: 38px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#81a653),
    to(#88ca69)
  );
  background: linear-gradient(90deg, #81a653 0, #88ca69 100%);
  border-radius: 50%;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.form__price {
  justify-content: space-between;
  min-width: 355px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  padding: 4px 8px;
  background: #fff;
  border-radius: 8px;
}

.form__price-new {
  font-family: "Bebas Neue Cyrillic";
  font-weight: 400;
  font-size: 48px;
  line-height: 110%;
  background: radial-gradient(
    39.08% 39.08% at 55.19% 60.92%,
    #1e1e1e 0,
    #424242 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  white-space: nowrap;
}
.form__price-old {
  position: relative;
  font-family: "Bebas Neue Cyrillic";
  font-weight: 400;
  font-size: 48px;
  line-height: 110%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#81a653),
    to(#88ca69)
  );
  background: linear-gradient(90deg, #81a653 0, #88ca69 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.form__price-old::before {
  position: absolute;
  content: "";
  width: 105%;
  height: 2px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#81a653),
    to(#88ca69)
  );
  background: linear-gradient(90deg, #81a653 0, #88ca69 100%);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.form__form {
  margin-top: 25px;
  max-width: 480px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px 40px 70px;
  gap: 25px;
  background: #fff;
  -webkit-box-shadow: 0 4px 28px rgba(0, 0, 0, 0.11);
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.11);
  -webkit-backdrop-filter: blur(6.5px);
  backdrop-filter: blur(6.5px);
  border-radius: 15px;
  position: relative;
}
.form__form button {
  border: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  bottom: -35px;
}
.form__form button span {
  white-space: nowrap;
}
.form__field {
  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;
  width: 100%;
}
.form__field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.form__field label svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.form__field label span {
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#232526),
    to(#414345)
  );
  background: linear-gradient(90deg, #232526 0, #414345 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.form__field input,
.form__field select {
  width: 100%;
  height: 70px;
  background: #eee;
  border-radius: 15px;
  padding: 0 12px;
  border: 0;
  font-size: 16px;
}
.form__palm-right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.form__palm-left {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.form__roulette {
  position: absolute;
  left: 0;
  z-index: 3;
  bottom: -30px;
}
.form__gull {
  position: absolute;
  left: 45%;
  z-index: 2;
  top: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.footer {
  width: 100%;
  background: #fff;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer__container p {
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#232526),
    to(#414345)
  );
  background: linear-gradient(90deg, #232526 0, #414345 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.8;
}
.mt-5 {
  margin-top: 5px;
}
.pt-5 {
  padding-top: 5px;
}
.mr-5 {
  margin-right: 5px;
}
.pr-5 {
  padding-right: 5px;
}
.mb-5 {
  margin-bottom: 5px;
}
.pb-5 {
  padding-bottom: 5px;
}
.ml-5 {
  margin-left: 5px;
}
.pl-5 {
  padding-left: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.pt-10 {
  padding-top: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.pt-15 {
  padding-top: 15px;
}
.mr-15 {
  margin-right: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.pb-15 {
  padding-bottom: 15px;
}
.ml-15 {
  margin-left: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.pt-25 {
  padding-top: 25px;
}
.mr-25 {
  margin-right: 25px;
}
.pr-25 {
  padding-right: 25px;
}
.mb-25 {
  margin-bottom: 25px;
}
.pb-25 {
  padding-bottom: 25px;
}
.ml-25 {
  margin-left: 25px;
}
.pl-25 {
  padding-left: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.pt-30 {
  padding-top: 30px;
}
.mr-30 {
  margin-right: 30px;
}
.pr-30 {
  padding-right: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.ml-30 {
  margin-left: 30px;
}
.pl-30 {
  padding-left: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.pt-35 {
  padding-top: 35px;
}
.mr-35 {
  margin-right: 35px;
}
.pr-35 {
  padding-right: 35px;
}
.mb-35 {
  margin-bottom: 35px;
}
.pb-35 {
  padding-bottom: 35px;
}
.ml-35 {
  margin-left: 35px;
}
.pl-35 {
  padding-left: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.pt-40 {
  padding-top: 40px;
}
.mr-40 {
  margin-right: 40px;
}
.pr-40 {
  padding-right: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.ml-40 {
  margin-left: 40px;
}
.pl-40 {
  padding-left: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.pt-45 {
  padding-top: 45px;
}
.mr-45 {
  margin-right: 45px;
}
.pr-45 {
  padding-right: 45px;
}
.mb-45 {
  margin-bottom: 45px;
}
.pb-45 {
  padding-bottom: 45px;
}
.ml-45 {
  margin-left: 45px;
}
.pl-45 {
  padding-left: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.mr-50 {
  margin-right: 50px;
}
.pr-50 {
  padding-right: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.ml-50 {
  margin-left: 50px;
}
.pl-50 {
  padding-left: 50px;
}
.mt-75 {
  margin-top: 75px;
}
.pt-75 {
  padding-top: 75px;
}
.mr-75 {
  margin-right: 75px;
}
.pr-75 {
  padding-right: 75px;
}
.mb-75 {
  margin-bottom: 75px;
}
.pb-75 {
  padding-bottom: 75px;
}
.ml-75 {
  margin-left: 75px;
}
.pl-75 {
  padding-left: 75px;
}
.mt-100 {
  margin-top: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.mr-100 {
  margin-right: 100px;
}
.pr-100 {
  padding-right: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.ml-100 {
  margin-left: 100px;
}
.pl-100 {
  padding-left: 100px;
}
.w-5 {
  width: 5%;
}
.h-5 {
  height: 5%;
}
.maxw-5 {
  max-width: 5%;
}
.maxh-5 {
  max-height: 5%;
}
.w-10 {
  width: 10%;
}
.h-10 {
  height: 10%;
}
.maxw-10 {
  max-width: 10%;
}
.maxh-10 {
  max-height: 10%;
}
.w-15 {
  width: 15%;
}
.h-15 {
  height: 15%;
}
.maxw-15 {
  max-width: 15%;
}
.maxh-15 {
  max-height: 15%;
}
.w-20 {
  width: 20%;
}
.h-20 {
  height: 20%;
}
.maxw-20 {
  max-width: 20%;
}
.maxh-20 {
  max-height: 20%;
}
.w-25 {
  width: 25%;
}
.h-25 {
  height: 25%;
}
.maxw-25 {
  max-width: 25%;
}
.maxh-25 {
  max-height: 25%;
}
.w-30 {
  width: 30%;
}
.h-30 {
  height: 30%;
}
.maxw-30 {
  max-width: 30%;
}
.maxh-30 {
  max-height: 30%;
}
.w-35 {
  width: 35%;
}
.h-35 {
  height: 35%;
}
.maxw-35 {
  max-width: 35%;
}
.maxh-35 {
  max-height: 35%;
}
.w-40 {
  width: 40%;
}
.h-40 {
  height: 40%;
}
.maxw-40 {
  max-width: 40%;
}
.maxh-40 {
  max-height: 40%;
}
.w-45 {
  width: 45%;
}
.h-45 {
  height: 45%;
}
.maxw-45 {
  max-width: 45%;
}
.maxh-45 {
  max-height: 45%;
}
.w-50 {
  width: 50%;
}
.h-50 {
  height: 50%;
}
.maxw-50 {
  max-width: 50%;
}
.maxh-50 {
  max-height: 50%;
}
.w-75 {
  width: 75%;
}
.h-75 {
  height: 75%;
}
.maxw-75 {
  max-width: 75%;
}
.maxh-75 {
  max-height: 75%;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.maxw-100 {
  max-width: 100%;
}
.maxh-100 {
  max-height: 100%;
}
.d-none {
  display: none !important;
}
.d-block {
  display: block;
}
.d-inline-block {
  display: inline-block;
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-fill {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex-fill-no-shrink {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.flex-fill-100per {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.flex-no-shrink {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.align-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.align-items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.justify-content-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
body.js-popup {
  overflow-y: hidden;
}
.js-d-none {
  display: none !important;
}
.b-lazy {
  opacity: 0;
}
.b-loaded {
  opacity: 1;
}
.social-links-telegram,
.social-links-facebook,
.social-links-youtube {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  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;
}
.social-links-telegram {
  background-color: #007ebd;
}
.social-links-telegram:hover {
  background-color: #00aeff;
}
.social-links-telegram svg {
  width: 11px;
  height: 11px;
  fill: #fff;
  margin-right: 2px;
}
.social-links-facebook {
  background-color: #3754a0;
}
.social-links-facebook:hover {
  background-color: #1178f2;
}
.social-links-facebook svg {
  width: 6px;
  height: 13px;
  fill: #fff;
}
.social-links-youtube {
  background-color: #b71a20;
}
.social-links-youtube:hover {
  background-color: #fe0000;
}
.social-links-youtube svg {
  width: 13px;
  height: 9px;
  fill: #fff;
}
.icon-like {
  fill: #4c5b6b;
}
@font-face {
  font-family: "Cairo";
  src: url(../fonts/Cairo-Regular.woff2) format("woff2"),
    url(../fonts/Cairo-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-Bold.woff2) format("woff2"),
    url(../fonts/Gilroy-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-Extrabold.woff2) format("woff2"),
    url(../fonts/Gilroy-Extrabold.woff) format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-Light.woff2) format("woff2"),
    url(../fonts/Gilroy-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-Medium.woff2) format("woff2"),
    url(../fonts/Gilroy-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-Regular.woff2) format("woff2"),
    url(../fonts/Gilroy-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-Semibold.woff2) format("woff2"),
    url(../fonts/Gilroy-Semibold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue Cyrillic";
  src: url(../fonts/BebasNeueCyrillic.eot);
  src: local("Bebas Neue Cyrillic"), local("BebasNeueCyrillic"),
    url(../fonts/BebasNeueCyrillic.eot?) format("embedded-opentype"),
    url(../fonts/BebasNeueCyrillic.woff2) format("woff2"),
    url(../fonts/BebasNeueCyrillic.woff) format("woff"),
    url(../fonts/BebasNeueCyrillic.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@media (max-width: 1599px) {
  .weight__container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 1399px) {
  .intro__info h1 {
    font-size: 95px;
  }
  .intro__people-person {
    max-width: 500px;
  }
  .intro__people-circle {
    max-width: 600px;
  }
  .intro__palm-left {
    max-width: 500px;
  }
  .intro__palm-right {
    max-width: 500px;
  }
  .intro__roulette {
    max-width: 600px;
  }
  .weight__green {
    margin: 0 15px;
    width: calc(100% - 30px);
    padding: 70px 0;
  }
  .weight__container {
    padding: 0;
    overflow: hidden;
  }
  .weight__wood-left {
    display: none;
  }
  .weight__wood-right {
    display: none;
  }
  .effectivity__bush-left {
    display: none;
  }
  .effectivity__bush-right {
    display: none;
  }
  .form__info h1 {
    font-size: 95px;
  }
  .form__people-person {
    max-width: 500px;
  }
  .form__people-circle {
    max-width: 600px;
  }
  .form__palm-right {
    max-width: 500px;
  }
  .form__palm-left {
    max-width: 500px;
  }
  .form__roulette {
    max-width: 600px;
  }
}
@media (max-width: 1199px) {
  .main-content {
    padding-top: 50px;
    padding-bottom: 140px;
  }
  .leafs__left {
    max-width: 300px;
  }
  .leafs__right {
    max-width: 300px;
  }
  .barbells__left {
    max-width: 200px;
  }
  .barbells__right {
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  .main-content {
    padding-top: 50px;
    padding-bottom: 180px;
  }
  .main-with-sitebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-with-sitebar main {
    width: 100%;
  }
  .main-with-sitebar aside > div {
    width: calc(50% - 10px);
  }
  .main-with-sitebar aside {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .button {
    padding: 18px 24px;
  }
  .button span {
    font-size: 20px;
  }
  .header {
    display: none;
  }
  .header__container {
    padding: 15px 10px;
  }
  .leafs__left {
    display: none;
  }
  .leafs__right {
    display: none;
  }
  .intro__container {
    padding: 70px 10px 190px;
  }
  .intro__info {
    max-width: 330px;
  }
  .intro__info h1 {
    font-size: 64px;
  }
  .intro__info h1 {
    font-size: 48px;
  }
  .intro__product p {
    font-size: 16px;
  }
  .intro__sales {
    margin-top: 25px;
  }
  .intro__sale {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  .intro__sale p {
    font-size: 16.5px;
  }
  .intro__sale-icon {
    width: 23px;
    height: 23px;
  }
  .intro__sale-icon svg {
    width: 16px;
    height: 16px;
  }
  .intro__price {
    min-width: 210px;
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  .intro__price-new {
    margin-top: 5px;
    font-size: 27px;
  }
  .intro__price-old {
    margin-top: 5px;
    font-size: 27px;
  }
  .intro__people {
    right: 0;
  }
  .intro__people-person {
    max-width: 400px;
  }
  .intro__people-circle {
    max-width: 450px;
    bottom: -50px;
  }
  .intro__palm-left {
    max-width: 350px;
  }
  .intro__palm-right {
    max-width: 350px;
  }
  .intro__gull {
    max-width: 150px;
  }
  .body__image-description {
    max-width: 280px;
  }
  .body__image-description p {
    font-size: 14px;
  }
  .body__list {
    max-width: 290px;
  }
  .fastfood__container {
    gap: 20px;
  }
  .fastfood__steps {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fastfood__img {
    position: static;
    -webkit-transform: none;
    transform: none;
    max-width: 590px;
  }
  .versus__swiper {
    width: 100%;
    padding: 25px 0 50px;
  }
  .versus__swiper-wrapper {
    -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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .composition__swiper {
    width: 100%;
    padding: 25px 0 50px;
  }
  .composition__swiper-wrapper {
    -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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .how {
    padding-bottom: 60px;
    padding-top: 30px;
  }
  .how__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .how__card:nth-child(2) {
    margin: 0;
  }
  .how__card:nth-child(1),
  .how__card:nth-child(3) {
    margin: 0;
  }
  .doctor__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .doctor__img {
    position: static;
    -webkit-transform: none;
    transform: none;
    width: 100%;
  }
  .weight__container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .weight__product {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: -200px;
  }
  .weight__title {
    font-size: 32px;
  }
  .weight__list {
    max-width: 320px;
  }
  .feedbacks__card {
    -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: 20px;
    gap: 32px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .feedbacks__card-img {
    max-width: 250px;
  }
  .feedbacks__card-info {
    max-width: 250px;
  }
  .feedbacks__card-bio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
  }
  .feedbacks__card-name {
    gap: 0;
  }
  .feedbacks__card-name h6 {
    font-size: 16px;
  }
  .feedbacks__card-name p {
    font-size: 14px;
  }
  .effectivity__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 35px;
    gap: 20px;
  }
  .effectivity__utils {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .effectivity__text p {
    text-align: center;
  }
  .form__container {
    padding: 70px 10px 50px;
  }
  .form__info {
    max-width: 330px;
  }
  .form__info h1 {
    font-size: 64px;
  }
  .form__info h1 {
    font-size: 48px;
  }
  .form__product p {
    font-size: 16px;
  }
  .form__people {
    right: 0;
  }
  .form__people-person {
    max-width: 400px;
  }
  .form__people-circle {
    max-width: 450px;
    bottom: -50px;
  }
  .form__sales {
    -webkit-transform: none;
    transform: none;
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .form__sale {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  .form__sale p {
    font-size: 16.5px;
  }
  .form__sale-icon {
    width: 23px;
    height: 23px;
  }
  .form__sale-icon svg {
    width: 16px;
    height: 16px;
  }
  .form__price-new {
    margin-top: 5px;
    font-size: 27px;
  }
  .form__price-old {
    margin-top: 5px;
    font-size: 27px;
  }
  .form__form {
    padding: 20px 20px 56px 20px;
  }
  .form__field label span {
    font-size: 14px;
  }
  .form__field input,
  .form__field select {
    height: 60px;
  }
  .form__palm-right {
    max-width: 350px;
  }
  .form__palm-left {
    max-width: 350px;
  }
  .form__gull {
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  .main-content {
    padding-top: 50px;
    padding-bottom: 140px;
  }
  .title-l {
    font-size: 40px;
  }
  .barbells__left {
    display: none;
  }
  .barbells__right {
    display: none;
  }
  .intro__container {
    padding: 40px 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .intro__info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .intro__sales {
    flex-direction: column;
    margin-top: 15px;
  }
  .intro__sale {
    padding: 5px 7px;
  }
  .intro__people {
    right: inherit;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    bottom: 70px;
  }
  .intro__people-person {
    max-width: 330px;
  }
  .intro__people-circle {
    max-width: 400px;
  }
  .intro__btn {
    margin-top: 400px;
    position: relative;
    bottom: 50px;
  }
  .intro__palm-left {
    max-width: 250px;
    bottom: 180px;
  }
  .intro__palm-right {
    max-width: 250px;
    bottom: 180px;
  }
  .intro__roulette {
    max-width: 420px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
  .intro__gull {
    max-width: 120px;
    left: 75%;
    top: 75px;
  }
  .body {
    padding-top: 70px;
    padding-bottom: 35px;
  }
  .body__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .body__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .body__image img {
    min-width: 400px;
  }
  .body__image-description {
    bottom: 0;
  }
  .body__list {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    gap: 15px;
  }
  .body__list ul {
    gap: 10px;
  }
  .body__list ul li p {
    font-size: 14px;
  }
  .fastfood {
    padding: 35px 0;
  }
  .fastfood__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fastfood__item {
    max-width: 140px;
  }
  .fastfood__description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 120px;
  }
  .fastfood__description-green {
    padding: 32px 20px 40px;
    border-radius: 16px;
    font-size: 14px;
  }
  .fastfood__description-yellow {
    font-size: 14px;
    padding: 24px 32px;
    border-radius: 16px;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 230px;
    top: 50%;
  }
  .fastfood__img {
    max-width: 420px;
  }
  .versus {
    padding: 35px 0;
  }
  .versus__swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
  }
  .versus__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    margin: 0 auto;
  }
  .versus__card-text p {
    text-align: center;
  }
  .composition {
    padding: 35px 0 70px;
  }
  .composition__swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
  }
  .doctor {
    padding: 35px 0;
  }
  .doctor__img {
    min-width: 650px;
  }
  .doctor__content {
    gap: 15px;
  }
  .doctor__content ul {
    gap: 10px;
  }
  .doctor__alert {
    padding: 10px 14px;
    width: 260px;
    gap: 10px;
    left: 15px;
    top: 80%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .doctor__alert p {
    font-size: 14px;
  }
  .weight {
    padding: 35px 0;
  }
  .weight__green {
    padding: 25px 25px 10px;
  }
  .weight__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .weight__product {
    position: static;
    -webkit-transform: none;
    transform: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 250px;
  }
  .weight__list ul {
    gap: 10px;
  }
  .weight__list ul li p {
    font-size: 14px;
  }
  .feedbacks {
    padding: 35px 0;
  }
  /* .feedbacks__next,
  .feedbacks__prev {
    display: none;
  } */
  .effectivity {
    padding: 70px 0 35px;
  }
  .form__container {
    padding: 40px 10px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form__info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .form__people {
    right: inherit;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    bottom: 300px;
  }
  .form__people-person {
    max-width: 330px;
  }
  .form__people-circle {
    max-width: 400px;
  }
  .form__sale {
    padding: 5px 7px;
  }
  .form__form {
    margin-top: 370px;
  }
  .form__palm-right {
    max-width: 250px;
    bottom: 380px;
  }
  .form__palm-left {
    max-width: 250px;
    bottom: 400px;
  }
  .form__roulette {
    max-width: 420px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
  .form__gull {
    max-width: 120px;
    left: 75%;
    top: 75px;
  }
  .footer__container {
    padding: 25px 10px;
  }
  .social-links-telegram,
  .social-links-facebook,
  .social-links-youtube {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 639px) {
  .main-content {
    padding-top: 50px;
    padding-bottom: 120px;
  }
  .main-with-sitebar aside > div {
    width: 100%;
  }
  .main-with-sitebar aside {
    -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;
  }
}
@media (max-width: 479px) {
  .main-content {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .composition__card {
    width: 290px;
  }
  .composition__card-img {
    max-width: 120px;
  }
  .feedbacks .swiper-pagination {
    display: block;
  }
  .effectivity .swiper-pagination {
    display: block;
  }
  .effectivity__cards {
    padding-bottom: 30px;
  }
  .effectivity__card {
    max-width: 250px;
    margin: 0 auto;
  }
  .effectivity__next,
  .effectivity__prev {
    display: none;
  }
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-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-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-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-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-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  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-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-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-scrollbar-lock {
  display: none;
}
.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-slide-zoomed {
  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-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@media (max-width: 991px) {
  .form__price {
    min-width: 210px;
  }
  .doctor__alert {
    left: 33%;
    top: 100%;
  }
}

@media (max-width: 767px) {
  .form__sales {
    flex-direction: column;
  }

  .doctor__alert {
    left: 14%;
  }
}
