@font-face {
  font-family: "Harmattan";
  src: url(../font/Harmattan-Regular.woff2) format("woff2"),
    url(../font/Harmattan-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Harmattan";
  src: url(../font/Harmattan-Bold.woff2) format("woff2"),
    url(../font/Harmattan-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url(../font/Cairo-ExtraLight.woff2) format("woff2"),
    url(../font/Cairo-ExtraLight.woff) format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url(../font/Cairo-Light.woff2) format("woff2"),
    url(../font/Cairo-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url(../font/Cairo-Regular.woff2) format("woff2"),
    url(../font/Cairo-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url(../font/Cairo-SemiBold.woff2) format("woff2"),
    url(../font/Cairo-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url(../font/Cairo-Bold.woff2) format("woff2"),
    url(../font/Cairo-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url(../font/Cairo-Black.woff2) format("woff2"),
    url(../font/Cairo-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AraHamah1964";
  src: url(../font/AraHamah1964B-Bold.woff) format("woff"),
    url(../font/AraHamah1964B-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AraHamah1964";
  src: url(../font/AraHamah1964R-Regular.woff) format("woff"),
    url(../font/AraHamah1964R-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
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;
}
body.js-popup {
  overflow-y: hidden;
}
*,
::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;
}
.container {
  max-width: 1245px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}
footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
h1,
h2,
h3,
h4,
p,
a,
ul,
li {
  padding: 0;
  margin: 0;
}
ul,
li {
  list-style: none;
}
body {
  font-family: "AraHamah1964";
}
.section-title {
  font-family: "AraHamah1964";
  font-weight: 700;
  font-size: 58px;
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
.section-title span {
  color: #06b4ff;
}
.form-button {
  font-family: "AraHamah1964";
  font-weight: 700;
  font-size: 37px;
  line-height: 44px;
  outline: 0;
}
.main__link {
  padding: 33px 0;
}
.header {
  margin-bottom: 65px;
}
.header .container {
  padding-top: 40px;
  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;
}
.header__logo {
  font-family: "Jost", sans-serif;
  color: #fd7a00;
  font-weight: 700;
  font-size: 36px;
  line-height: 150%;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__nav-link {
  font-family: "Jost", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  margin-left: 70px;
}
.header__nav-link:hover {
  font-weight: 500;
}
.header__nav-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 114px;
}
.main {
  background: url(../main-bg.webp) center/cover no-repeat;
  font-family: "Jost", sans-serif;
  padding-bottom: 185px;
  position: relative;
  z-index: 1;
}
.main .mobile {
  display: none;
}
.main__title {
  font-family: "AraHamah1964";
  font-weight: 700;
  font-size: 144px;
  line-height: 120px;
  color: #2b742a;
}
.main__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}
.main__subtitle-text {
  font-family: "AraHamah1964";
  font-weight: 700;
  font-size: 30px;
  line-height: 27px;
  width: 306px;
  color: rgba(0, 0, 0, 0.8);
}
.main__subtitle-text span {
  font-weight: 500;
}
.main__subtitle-title {
  font-family: "AraHamah1964";
  font-weight: 700;
  font-size: 110px;
  line-height: 124px;
  color: #06b4ff;
}
.main__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.main__content-image {
  position: absolute;
  right: 340px;
  top: 30px;
}
.timer {
  margin-bottom: 15px;
  max-width: 300px;
}
.timer .ml7 {
  margin-left: 7px;
}
.timer .mr7 {
  margin-right: 7px;
}
.timer__title {
  font-family: "AraHamah1964";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 9px;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #000;
  margin-top: 25px;
}
.timer__title img {
  width: 20px;
  height: 20px;
}
.timer__title span {
  font-size: 18px;
  line-height: 120%;
  color: #333;
  margin: 0 5px;
}
.timer__inner {
  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: 100%;
  margin-left: 7px;
}
.timer .white {
  border-radius: 5px;
}
.timer .dots {
  color: #06b4ff;
  font-size: 35px;
  line-height: 41px;
}
.timer__item {
  font-family: "Oswald", sans-serif;
  width: 40px;
  height: 52px;
  margin: 0 2px;
  background-color: #fff;
  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;
  font-size: 35px;
  line-height: 41px;
  font-family: "Montserrat", sans-serif;
  -webkit-box-shadow: 0 6px 17px rgba(0, 0, 0, 0.11);
  box-shadow: 0 6px 17px rgba(0, 0, 0, 0.11);
  border-radius: 5px;
  color: #06b4ff;
}
.timer__item:nth-child(3) {
  margin-left: 15px;
  position: relative;
}
.timer__item:nth-child(4) {
  margin-right: 15px;
  position: relative;
}
.timer__item:nth-child(3):before {
  content: ":";
  position: absolute;
  left: -13px;
  top: 6px;
  width: 7px;
  height: 20px;
}
.timer__item:nth-child(4):after {
  content: ":";
  position: absolute;
  right: -11px;
  top: 6px;
  width: 7px;
  height: 20px;
}
.timer__names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.timer__names-name {
  width: 100%;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 5px;
  margin-bottom: 0;
}
.timer__names-name:nth-child(2) {
  width: 200%;
}
.timer__names-name:nth-child(2) {
  width: 200%;
}
.timer .white {
  -webkit-box-shadow: 0 6px 17px rgba(0, 0, 0, 0.11);
  box-shadow: 0 6px 17px rgba(0, 0, 0, 0.11);
}
.form-button,
.vue-form-button {
  width: 328px;
  height: 85px;
  font-weight: 700;
  margin: 10px auto 0;
  font-size: 37px;
  line-height: 44px;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(
    89.82deg,
    #f69a5f 1.36%,
    #fdad79 51.62%,
    #f6985b 99.84%
  );
  border: 0;
  -webkit-box-shadow: 0 4px 0 #ad7d5f;
  box-shadow: 0 4px 0 #ad7d5f;
  border-radius: 8px/35px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.form-button:hover,
.vue-form-button:hover {
  margin-top: 4px;
  margin-bottom: -4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 10px;
  font-family: "Oswald", sans-serif;
  margin-top: 12px;
  margin-left: -8px;
}
.price__new {
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  color: rgba(0, 0, 0, 0.8);
  margin: 0 8px;
}
.price__old {
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  margin: 0 8px;
  position: relative;
  color: #2b742a;
}
.price__old::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #2b742a;
  left: 0;
  top: 51%;
}
.form-wrapper {
  max-width: 400px;
  width: 100%;
}
.form-wrapper .form-inner {
  max-width: 398px;
  width: 100%;
  background: rgba(255, 255, 255, 0.584);
  border-radius: 10px;
  padding: 9px 8px;
}
.form-wrapper .form-inner .form-wrapper {
  position: relative;
  padding: 25px 36px 45px;
  border-color: #de6161;
  background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#fff),
        to(#fff)
      )
      padding-box,
    -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0, #6289c7),
        color-stop(98.87%, #de6161)
      ) border-box;
  background: linear-gradient(90deg, #fff, #fff) padding-box,
    linear-gradient(90deg, #6289c7 0, #de6161 98.87%) border-box;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 10px;
}
.form-wrapper .form-inner .form-wrapper .form-title {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 47px;
  text-align: center;
  color: #414141;
  text-transform: uppercase;
  margin-bottom: 0;
}
.form-wrapper .form-inner .form-wrapper .form-title span {
  font-weight: 400;
}
.form-top,
.vue-form-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Overpass", sans-serif;
}
.form-top__label {
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.8);
}
.form-top__input-wrapper,
.vue-form-top__input-wrapper {  
  height: 79px;
  max-width: 311px;
  width: 100%;
  background: #fbfbfb;
  padding: 5px;
  border-radius: 15px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
  margin-bottom: 15px;
}
.form-top__input,
.vue-form-top__input {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border-color: #de6161;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 15px;
  outline: 0;
  padding: 15px 32px;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.8);
}
.danger {
  background: url(../dang-bg.webp) center/cover no-repeat;
  padding-top: 125px;
  margin-top: -25px;
}
.danger .section-title {
  max-width: 688px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.danger__inner {
  max-width: 930px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.danger__item {
  width: 33.33%;
  margin-bottom: 32px;
}
.danger__item-inner {
  max-width: 213px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.danger__item-circle {
  width: 131px;
  height: 131px;
  background: #f1f0f0;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  position: relative;
  margin: 0 auto;
}
.danger__item-circle-icon {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 37%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-color: #06b4ff;
  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;
  bottom: -16px;
}
.danger__item-circle-image {
  position: absolute;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 23px;
  -webkit-filter: saturate(0);
  filter: saturate(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.danger__item-circle-image.img2 {
  top: -5px;
  left: -23px;
}
.danger__item-circle-image.img3 {
  top: 0;
  left: 0;
}
.danger__item-circle-image.img4 {
  top: -5px;
  left: 3px;
}
.danger__item-circle-image.img5 {
  top: 0;
  left: 0;
}
.danger__item-title {
  font-family: "AraHamah1964";
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #000;
  max-width: 121px;
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 5px;
}
.danger__item-text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
}
.danger__item:hover .danger__item-circle-image {
  -webkit-filter: saturate(1);
  filter: saturate(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.danger .desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.danger .mobile {
  display: none;
}
.benefits {
  background: url(../benef-bg.webp) center/cover no-repeat;
  padding-top: 200px;
  position: relative;
  padding-bottom: 120px;
}
.benefits .section-title {
  max-width: 863px;
  margin: 0 auto;
  margin-bottom: 48px;
}
.benefits__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.benefits__wrapper {
  margin-left: 10px;
  max-width: 398px;
  width: 100%;
}
.benefits__wrapper:nth-of-type(3) {
  margin-left: 0;
}
.benefits__item {
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(2.28%, #fff),
    to(rgba(255, 255, 255, 0.4))
  );
  background: linear-gradient(
    180deg,
    #fff 2.28%,
    rgba(255, 255, 255, 0.4) 100%
  );
  padding: 50px 30px;
  -webkit-filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
  border-radius: 10px;
  position: relative;
  margin-bottom: 10px;
  min-height: 241px;
}
.benefits__item--big {
  min-height: 315px;
}
.benefits__item-title {
  font-family: "AraHamah1964";
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  max-width: 270px;
  margin-bottom: 10px;
}
.benefits__item-title span {
  color: #06b4ff;
}
.benefits__item-text {
  font-family: "AraHamah1964";
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  max-width: 211px;
}
.benefits__item-img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-filter: saturate(0);
  filter: saturate(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.benefits__item-img.img2 {
  top: auto;
  bottom: 0;
}
.benefits__item-img.img3 {
  top: -2px;
  left: -6px;
}
.benefits__item-img.img4 {
  left: -6px;
}
.benefits__item-img.img5 {
  left: -15px;
  top: 10px;
}
.benefits__item:hover .benefits__item-img {
  -webkit-filter: saturate(1);
  filter: saturate(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.benefits .form-button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -30px;
  z-index: 2;
}
.benefits .mobile {
  display: none;
}
.ingr {
  padding-top: 155px;
  background: url(../ingr-bg.webp) center/cover no-repeat;
  margin-top: -10px;
  z-index: 1;
  position: relative;
}
.ingr .section-title {
  font-weight: 700px;
  max-width: 460px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.ingr__subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.8);
  max-width: 471px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 25px;
}
.ingr__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ingr__wrapper--1,
.ingr__wrapper--3 {
  width: 279px;
}
.ingr__product {
  margin-bottom: 94px;
}
.ingr__item {
  max-width: 210px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  text-align: center;
  position: relative;
  padding: 77px 28px 35px;
  position: relative;
  z-index: 1;
}
.ingr__item:nth-of-type(1) {
  margin-bottom: 116px;
}
.ingr__item--2 {
  padding-top: 58px;
  margin-left: auto;
}
.ingr__item--3 {
  padding-top: 48px;
  margin: 0 auto;
}
.ingr__item--4 {
  padding-top: 61px;
}
.ingr__item--5 {
  padding-top: 61px;
  margin-left: auto;
}
.ingr__item-number {
  position: absolute;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 110px;
  line-height: 159px;
  color: rgba(43, 116, 42, 0.8);
  top: -102px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.ingr__item-img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-filter: saturate(0);
  filter: saturate(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ingr__item-img.img1 {
  top: -59px;
}
.ingr__item-img.img2 {
  top: -59px;
  left: 0;
  -webkit-transform: none;
  transform: none;
}
.ingr__item-img.img3 {
  top: -72px;
}
.ingr__item-img.img4 {
  top: -48px;
  left: -28px;
  -webkit-transform: none;
  transform: none;
}
.ingr__item-img.img5 {
  top: -67px;
}
.ingr__item-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  background: linear-gradient(
    89.82deg,
    #f69a5f 1.36%,
    #fdad79 51.62%,
    #f6985b 99.84%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ingr__item-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
  max-width: 150px;
  margin: 0 auto;
}
.ingr__item:hover .ingr__item-img {
  -webkit-filter: saturate(1);
  filter: saturate(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ingr .pens {
  position: absolute;
  bottom: -260px;
  left: 0;
}
.ingr .mobile {
  display: none;
}
.order {
  padding-top: 25px;
  padding-bottom: 125px;
  background: url(../order-bg.webp) center/cover no-repeat;
}
.order .section-title {
  max-width: 411px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
}
.order__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.order__item {
  max-width: 264px;
  width: 100%;
}
.order__item-circle {
  width: 143px;
  height: 143px;
  background: #f1f0f0;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
  position: relative;
  border-radius: 50%;
  margin-bottom: 14px;
}
.order__item-circle::after {
  content: "";
  position: absolute;
  font-family: "Jost", sans-serif;
  right: -83px;
  top: -5px;
  font-weight: 500;
  font-size: 110px;
  line-height: 159px;
  background: linear-gradient(
    89.82deg,
    #f69a5f 1.36%,
    #fdad79 51.62%,
    #f6985b 99.84%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: -1;
}
.order__item-circle.one::after {
  content: "01";
}
.order__item-circle.two::after {
  content: "02";
  right: -97px;
}
.order__item-circle.three::after {
  content: "03";
  right: -94px;
}
.order__item-img {
  position: absolute;
  left: 0;
  top: -10px;
  -webkit-filter: saturate(0);
  filter: saturate(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.order__item-img.img2 {
  top: 11px;
  left: -24px;
}
.order__item-img.img3 {
  top: 29px;
  left: 8px;
}
.order__item-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: #000;
  max-width: 166px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.order__item-text {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
  max-width: 211px;
  margin: 0 auto;
  text-align: center;
}
.order__item:nth-of-type(2) {
  margin-top: 115px;
}
.order__item:hover .order__item-img {
  -webkit-filter: saturate(1);
  filter: saturate(1);
}
.underblue {
  background: url(../underblue.webp) center/cover no-repeat;
  overflow: hidden;
  min-height: 2460px;
  position: relative;
}
.underblue hr {
  border: 1px solid #2d2d2d;
  opacity: 0.2;
  border-top: none;
  max-width: 834px;
  margin: 0 auto;
  margin-bottom: 34px;
}
.underblue .blue {
  background: rgba(224, 234, 248, 0.35);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  background: url(../blue-bg.webp) center/cover no-repeat;
  padding: 114px 55px 120px;
  position: relative;
}
.underblue .blue .special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.underblue .blue .special__man {
  position: relative;
}
.underblue .blue .special__man-circle {
  background: #86a9e3;
  width: 217px;
  height: 217px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: -24px;
  top: -50px;
  z-index: -1;
}
.underblue .blue .special__man-circle-text {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 104px;
  margin-left: 20px;
}
.underblue .blue .special__man-circle-text span {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 46px;
  text-transform: uppercase;
}
.underblue .blue .special__man-img {
  max-width: 80%;
  margin-right: auto;
}
.underblue .blue .special__descr {
  margin-left: 10px;
  position: relative;
}
.underblue .blue .special__descr-name {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
  max-width: 233px;
  margin-bottom: 13px;
}
.underblue .blue .special__descr-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 25px;
  max-width: 360px;
}
.underblue .blue .special__descr-text span {
  font-weight: 500;
}
.underblue .blue .special__descr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.underblue .blue .special__descr-item {
  max-width: 152px;
  width: 100%;
  text-align: center;
}
.underblue .blue .special__descr-item-img {
  margin: 0 auto;
  margin-bottom: 13px;
}
.underblue .blue .special__descr-item-text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.8);
  max-width: 130px;
  margin: 0 auto;
}
.underblue .blue .special__cert {
  position: absolute;
  left: -155px;
  top: 50px;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
.underblue .blue__title {
  font-weight: 700;
  font-size: 43px;
  line-height: 52px;
  text-transform: uppercase;
  color: #000;
  max-width: 675px;
  margin-bottom: 15px;
}
.underblue .blue__title--two {
  max-width: 400px;
}
.underblue .blue__title span {
  color: #ff8429;
}
.underblue .blue .effect .blue__title {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
}
.underblue .blue .effect__subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.8);
  max-width: 430px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 35px;
}
.underblue .blue .effect__card {
  max-width: 938px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 47px 63px 47px 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.underblue .blue .effect__list {
  max-width: 567px;
  width: 100%;
  border-right: 1px solid rgba(45, 45, 45, 0.2);
  padding-right: 40px;
  margin-right: 30px;
}
.underblue .blue .effect__item {
  margin-bottom: 25px;
}
.underblue .blue .effect__item:nth-of-type(4) {
  margin-bottom: 0;
}
.underblue .blue .effect__item-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #000;
  margin-bottom: 11px;
}
.underblue .blue .effect__item-graf {
  max-width: 505px;
  width: 100%;
  height: 8px;
  background: #d9d9d9;
  border-radius: 5px;
  margin-bottom: 5px;
}
.underblue .blue .effect__item-graf-inner {
  width: 88%;
  height: 8px;
  background: #06b4ff;
  border-radius: 5px;
  position: relative;
}
.underblue .blue .effect__item-graf-inner:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #2b742a;
  left: -10px;
  top: -3.5px;
}
.underblue .blue .effect__item-graf-inner--2 {
  width: 95%;
}
.underblue .blue .effect__item-graf-inner--3 {
  width: 90%;
}
.underblue .blue .effect__item-graf-inner--4 {
  width: 0%;
}
.underblue .blue .effect__item-graf-inner--4:after {
  right: -15px;
}
.underblue .blue .effect__item-maxmin {
  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: 505px;
}
.underblue .blue .effect__item-maxmin p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
}
.underblue .blue .effect__right-item {
  margin-bottom: 23px;
}
.underblue .blue .effect__right-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 34px;
  line-height: 43px;
  text-transform: uppercase;
  color: #06b4ff;
  margin-bottom: 5px;
}
.underblue .blue .effect__right-item-title img {
  margin-left: 6px;
}
.underblue .blue .effect__right-item-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
  max-width: 186px;
}
.underblue .blue .form-button {
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.underblue .spoon {
  position: absolute;
  right: 0;
  top: 55%;
}
.underblue .mobile {
  display: none;
}
.reviews {
  padding-top: 120px;
}
.reviews .desktop {
  display: block;
}
.reviews .section-title {
  max-width: 621px;
  margin: 0 auto;
  margin-bottom: 36px;
}
.reviews .swiper-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
.reviews .swiper-reviews {
  max-height: 700px;
}
.reviews .swiper-reviews .swiper-slide {
  width: 388px;
  height: 559px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.reviews .swiper-reviews .swiper-slide-prev,
.reviews .swiper-reviews .swiper-slide-next {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0.6;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  position: relative;
}
.reviews .swiper-reviews .swiper-button-prev {
  width: 60px;
  height: 56px;
  border: 1px solid #2d2d2d;
  border-radius: 10px;
  outline: 0;
}
.reviews .swiper-reviews .swiper-button-prev:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  background: url(../img/prev-arrow.svg) center/cover no-repeat;
}
.reviews .swiper-reviews .swiper-button-next {
  width: 60px;
  height: 56px;
  border: 1px solid #2d2d2d;
  border-radius: 10px;
  outline: 0;
}
.reviews .swiper-reviews .swiper-button-next:after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../img/next-arrow.svg) center/cover no-repeat;
}
.reviews .swiper-reviews .swiper-button-next:hover,
.reviews .swiper-reviews .swiper-button-prev:hover {
  background: linear-gradient(
    89.82deg,
    #f69a5f 1.36%,
    #fdad79 51.62%,
    #f6985b 99.84%
  );
  border-color: transparent;
}
.reviews .swiper-reviews .swiper-button-next:hover:after {
  background: url(../img/next-arrow-w.svg) center/cover no-repeat;
}
.reviews .swiper-reviews .swiper-button-prev:hover:after {
  background: url(../img/prev-arrow-w.svg) center/cover no-repeat;
}
.reviews .swiper-reviews .slide-card {
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 21px 30px 45px;
}
.reviews .swiper-reviews .slide-card__header {
  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;
  margin-bottom: 28px;
}
.reviews .swiper-reviews .slide-card__header .avatar {
  border-radius: 10px;
}
.reviews .swiper-reviews .slide-card__header .name__title {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  background: linear-gradient(
    89.82deg,
    #f69a5f 1.36%,
    #fdad79 51.62%,
    #f6985b 99.84%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid rgba(128, 128, 128, 0.26);
  margin-bottom: 8px;
}
.reviews .swiper-reviews .slide-card__header .name__insta {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reviews .swiper-reviews .slide-card__header .name__icon {
  margin-left: 5px;
}
.reviews .swiper-reviews .slide-card__title {
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
  text-transform: uppercase;
  color: #06b4ff;
  margin-bottom: 25px;
}
.reviews .swiper-reviews .slide-card__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 25px;
}
.reviews .swiper-reviews .slide-card__text:nth-of-type(2) {
  margin-bottom: 0;
}
.true {
  background: url(../true-bg.webp) center/cover no-repeat;
  padding-top: 50px;
  padding-bottom: 75px;
}
.true .section-title {
  max-width: 621px;
  margin: 0 auto;
  margin-bottom: 55px;
}
.true__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.true__item {
  width: 359px;
  height: 478px;
  background-color: #2759a9;
  border-radius: 15px;
}
.true__item-top {
  width: 90px;
  height: 45px;
  background-color: #fff;
  border-radius: 0 0 100px 100px;
  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;
  margin: 0 auto;
  margin-bottom: 17px;
}
.true__item-title {
  font-weight: 700;
  font-size: 33px;
  line-height: 40px;
  text-align: center;
  color: #000;
  max-width: 225px;
  margin: 0 auto;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.true__item-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  max-width: 267px;
  text-align: center;
  margin: 0 auto;
}
.true__item:nth-of-type(1) {
  background: url(../true-1.webp) center/cover no-repeat;
}
.true__item:nth-of-type(2) {
  background: url(../true-2.webp) center/cover no-repeat;
}
.true__item:nth-of-type(3) {
  background: url(../true-3.webp) center/cover no-repeat;
}
.true .mobile {
  display: none;
}
.main-with-form {
  background: url(../main-with-form-bg.webp) center/cover no-repeat;
  padding-top: 140px;
}
.main-with-form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-with-form__descr-title {
  font-weight: 700;
  font-size: 120px;
  line-height: 100%;
  color: #2b742a;
  max-width: 435px;
  margin-bottom: 15px;
}
.main-with-form__descr-title span {
  color: #06b4ff;
}
.main-with-form__descr-subtitle {
  font-weight: 400;
  font-size: 25px;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.8);
  max-width: 310px;
}
.main-with-form__descr-subtitle span {
  font-weight: 400;
}
.main-with-form__descr-img {
  margin-bottom: 45px;
  margin-left: -70px;
  margin-top: 40px;
}
.main-with-form .footer .container {
  padding-top: 0;
}
.main-with-form__form .timer {
  margin: 0 auto;
  margin-bottom: 10px;
}
.main-with-form__form .timer__inner {
  margin-left: 0;
}
.main-with-form__form .timer__title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main-with-form__form .timer__names-name {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #000;
}
.main-with-form__form .timer__names-name:nth-child(2) {
  width: 105%;
}
.main-with-form__form .form-inner {
  background: #fff;
  padding: 31px 36px 46px;
  max-width: 398px;
  width: 100%;
  border-radius: 10px;
}
.main-with-form__form .form-inner .form-title {
  font-weight: 700;
  font-size: 35px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
}
.main-with-form__form .form-inner .form-title span {
  color: #06b4ff;
}
.main-with-form__form .form-inner .price {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.main-with-form__form .form-inner .price__new {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  color: rgba(0, 0, 0, 0.8);
}
.main-with-form__form .form-inner .form-top__label p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
}
.main-with-form__form .form-inner .form-top__input-wrapper {
  margin-right: 0;
  max-width: 328px;
  padding: 0;
}
.main-with-form__form .form-inner .form-top__input {
  border: 0;
  background: #f8f8f8;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
}
.main-with-form__form .form-inner .form-top .form-button {
  margin-top: 26px;
}
.main-with-form__form .form-inner .form-top .form-button:hover {
  margin-top: 30px;
}
.main-with-form .footer {
  padding-bottom: 25px;
  margin-bottom: 0;
}
.main-with-form .footer .logorights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-with-form .footer .logorights .copy {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.8);
}
.main-with-form .footer .header__logo {
  margin-left: 13px;
}
.main-with-form .footer .header__nav-link:nth-of-type(1) {
  margin-right: 0;
}
html {
  scroll-behavior: smooth;
}
body.js-popup {
  overflow-y: hidden;
}
.js-d-none {
  display: none !important;
}
@font-face {
  font-family: "Harmattan";
  src: url(../font/Harmattan-Regular.woff2) format("woff2"),
    url(../font/Harmattan-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Harmattan";
  src: url(../font/Harmattan-Bold.woff2) format("woff2"),
    url(../font/Harmattan-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url(../font/Cairo-ExtraLight.woff2) format("woff2"),
    url(../font/Cairo-ExtraLight.woff) format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url(../font/Cairo-Light.woff2) format("woff2"),
    url(../font/Cairo-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url(../font/Cairo-Regular.woff2) format("woff2"),
    url(../font/Cairo-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url(../font/Cairo-SemiBold.woff2) format("woff2"),
    url(../font/Cairo-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url(../font/Cairo-Bold.woff2) format("woff2"),
    url(../font/Cairo-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url(../font/Cairo-Black.woff2) format("woff2"),
    url(../font/Cairo-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AraHamah1964";
  src: url(../font/AraHamah1964B-Bold.woff) format("woff"),
    url(../font/AraHamah1964B-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AraHamah1964";
  src: url(../font/AraHamah1964R-Regular.woff) format("woff"),
    url(../font/AraHamah1964R-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@media (max-width: 1443px) {
  .ingr .pens {
    display: none;
  }
}
@media (max-width: 1249px) {
  .benefits__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 1231px) {
  .underblue .blue {
    padding-left: 15px;
    padding-right: 15px;
  }
  .underblue .blue .special {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .underblue .blue .special__cert {
    right: auto;
    left: 0;
    width: 480px;
    top: 400px;
  }
  .underblue .blue hr {
    margin-top: 60px;
  }
  .underblue .reviews .swiper {
    margin-left: 0;
    margin-right: 0;
  }
  .underblue .reviews .slide-card {
    width: 388px;
  }
  .underblue .reviews .swiper-reviews {
    width: 1200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .underblue .reviews .swiper-reviews .slide-card__title {
    font-size: 20px;
    line-height: 29px;
  }
  .underblue .reviews .swiper-button-prev {
    left: 260px;
  }
  .underblue .reviews .swiper-button-next {
    right: 260px;
  }
}
@media (max-width: 1209px) {
  .footer {
    background: #fff;
    padding-top: 26px;
    margin-top: 50px;
  }
  .footer .header__nav {
    display: none;
  }
}
@media (max-width: 1165px) {
  .main {
    background: url(../main-bg-mob.webp) center/cover no-repeat;
  }
  .main__content-image {
    left: 90px;
  }
  .main__title {
    font-size: 130px;
    line-height: 110%;
  }
  .main__subtitle-title {
    font-size: 130px;
    line-height: 110%;
  }
}
@media (max-width: 1130px) {
  .true .desktop {
    display: none;
  }
  .true .mobile {
    display: block;
  }
  .true__item {
    margin: 0 auto;
  }
  .true .swiper-wrapper {
    padding-bottom: 40px;
  }
  .true .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
  .true .swiper-pagination-bullet-active {
    background: #86a9e3;
  }
}
@media (max-width: 1021px) {
  .underblue .spoon {
    display: none;
  }
  .underblue .blue .effect__card {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 992px) {
  .main-with-form {
    background: url(../main-with-form-bg-mobile.webp) center/cover no-repeat;
  }
  .main-with-form__inner {
    -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-form__descr {
    text-align: center;
  }
  .main-with-form__descr-title {
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .main-with-form__descr-subtitle {
    margin: 0 auto;
  }
  .main-with-form__descr-img {
    margin: 0 auto;
    margin-top: 25px;
  }
}
@media (max-width: 982px) {
  .main {
    padding-bottom: 80px;
  }
  .main .mobile {
    display: block;
  }
  .main .desktop {
    display: none;
  }
  .main .header {
    margin-bottom: 5px;
  }
  .main .header .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 25px;
  }
  .main .header__nav {
    display: none;
  }
  .main .header__logo {
    margin-bottom: 0;
  }
  .main__title {
    text-align: center;
    font-weight: 700;
    font-size: 80px;
    line-height: 95px;
  }
  .main__subtitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .main__subtitle-title {
    font-weight: 700;
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 20px;
  }
  .main__subtitle-text {
    text-align: center;
    font-size: 28px;
    line-height: 150%;
  }
  .main__content-image {
    left: auto;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    position: relative;
    margin-bottom: 15px;
  }
  .main__form .form-inner {
    background: #fff;
    padding: 31px 36px 46px;
    max-width: 398px;
    width: 100%;
    border-radius: 10px;
    margin: 0 auto;
  }
  .main__form .form-inner .form-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Jost", sans-serif;
    color: #000;
    margin-bottom: 20px;
  }
  .main__form .form-inner .form-title span {
    color: #06b4ff;
  }
  .main__form .form-inner .price {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .main__form .form-inner .price__new {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    color: rgba(0, 0, 0, 0.8);
  }
  .main__form .form-inner .form-top__label p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.8);
  }
  .main__form .form-inner .form-top__input-wrapper {
    margin-right: 0;
    max-width: 328px;
    padding: 0;
  }
  .main__form .form-inner .form-top__input {
    border: 0;
    background: #f8f8f8;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
  }
  .main__form .form-inner .form-top .form-button {
    margin-top: 26px;
  }
  .main__form .form-inner .form-top .form-button:hover {
    margin-top: 30px;
  }
  .main__form .timer {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .main__form .timer__inner {
    margin-left: 0;
  }
  .main__form .timer__title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main__form .timer__names-name {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000;
  }
  .main__form .timer__names-name:nth-child(2) {
    width: 105%;
  }
}
@media (max-width: 888px) {
  .underblue .blue .effect__card {
    max-width: 677px;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .underblue .blue .effect__list {
    max-width: 400px;
  }
  .underblue .blue .effect__item {
    margin-bottom: 20px;
  }
  .underblue .blue .effect__item-title {
    font-size: 14px;
    line-height: 20px;
  }
  .underblue .blue .effect__item-graf {
    max-width: 359px;
  }
  .underblue .blue .effect__item-maxmin {
    max-width: 359px;
  }
}
@media (max-width: 846px) {
  .benefits {
    padding-bottom: 90px;
  }
  .benefits .desktop {
    display: none;
  }
  .benefits .mobile {
    display: block;
  }
  .benefits .swiper-benefits {
    width: 440px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .benefits .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    color: gray;
  }
  .benefits .swiper-pagination-bullet-active {
    background: #86a9e3;
  }
  .benefits__item-img {
    -webkit-filter: saturate(1);
    filter: saturate(1);
  }
}
@media (max-width: 843px) {
  .ingr .desktop {
    display: none;
  }
  .ingr .mobile {
    display: block;
  }
  .ingr__inner {
    -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;
  }
  .ingr__product {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .ingr .swiper-ingr {
    width: 280px;
  }
  .ingr .swiper-wrapper {
    padding-top: 70px;
    padding-bottom: 20px;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
  }
  .ingr .swiper-pagination {
    bottom: 70px;
  }
  .ingr .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
  .ingr .swiper-pagination-bullet-active {
    background: linear-gradient(
      89.82deg,
      #f69a5f 1.36%,
      #fdad79 51.62%,
      #f6985b 99.84%
    );
  }
  .ingr__item--1,
  .ingr__item--2,
  .ingr__item--3,
  .ingr__item--4,
  .ingr__item--5 {
    max-width: initial;
  }
  .ingr__item-img {
    -webkit-filter: saturate(1);
    filter: saturate(1);
  }
  .ingr__item-img.img2 {
    left: 30px;
  }
  .ingr__item-img.img4 {
    left: 0;
  }
}
@media (max-width: 818px) {
  .order__inner {
    -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;
  }
  .order__item {
    margin-bottom: 15px;
  }
  .order__item:nth-of-type(2) {
    margin-top: 0;
  }
  .order__item-img {
    -webkit-filter: saturate(1);
    filter: saturate(1);
  }
}
@media (max-width: 785px) {
  .danger .desktop {
    display: none;
  }
  .danger .swiper-danger {
    height: 358px;
  }
  .danger .mobile {
    display: block;
  }
  .danger .swiper-wrapper {
    padding-top: 20px;
  }
  .danger .swiper-pagination .swiper-pagination-bullet {
    background: gray;
    width: 14px;
    height: 14px;
  }
  .danger .swiper-pagination .swiper-pagination-bullet-active {
    background: linear-gradient(
      89.82deg,
      #f69a5f 1.36%,
      #fdad79 51.62%,
      #f6985b 99.84%
    );
  }
  .danger__item-circle-image {
    -webkit-filter: saturate(1);
    filter: saturate(1);
  }
}
@media (max-width: 726px) {
  .underblue {
    min-height: 3050px;
  }
  .underblue .spoon {
    display: none;
  }
  .underblue .blue {
    padding-top: 40px;
  }
  .underblue .blue .desktop {
    display: none;
  }
  .underblue .blue .mobile {
    display: block;
  }
  .underblue .blue__title {
    text-align: center;
    margin-bottom: 20px;
  }
  .underblue .blue .special {
    -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;
  }
  .underblue .blue .special__cert {
    position: relative;
    bottom: 0;
    top: auto;
  }
  .underblue .blue .special__descr-name {
    text-align: center;
    margin: 0 auto;
  }
  .underblue .blue .special__descr-text {
    text-align: center;
  }
  .underblue .blue .special__man-circle {
    width: 151px;
    height: 151px;
    left: -24px;
    right: auto;
    top: -30px;
  }
  .underblue .blue .special__man-circle-text {
    font-size: 14px;
    line-height: 20px;
    margin-left: 0;
  }
  .underblue .blue .special__man-circle-text span {
    font-size: 20px;
    line-height: 29px;
  }
  .underblue .blue hr {
    margin-top: -30px;
  }
  .underblue .blue .effect__right {
    display: none;
  }
  .underblue .blue .effect__list {
    margin-right: 0;
    border-right: none;
    max-width: 100%;
    width: 100%;
    padding-right: 0;
  }
  .underblue .blue .effect__item-graf {
    width: 100%;
    max-width: 100%;
  }
  .underblue .blue .effect__item-maxmin {
    width: 100%;
    max-width: 100%;
  }
  .underblue .reviews .swiper .swiper-button-next {
    right: 370px;
  }
  .underblue .reviews .swiper .swiper-button-prev {
    left: 370px;
  }
}
@media (max-width: 587px) {
  .section-title {
    font-weight: 700;
    font-size: 38px;
    line-height: 39px;
  }
  .main .header .container {
    padding-top: 10px;
  }
  .main .header__logo {
    max-width: 130px;
  }
  .main__title {
    font-weight: 700;
    font-size: 60px;
    line-height: 87px;
  }
  .main__subtitle {
    margin-bottom: 0;
  }
  .main__subtitle-title {
    font-weight: 700;
    font-size: 52px;
    line-height: 75px;
  }
  .main__subtitle-text {
    font-size: 28px;
    max-width: 280px;
  }
  .main__content-image {
    width: 120%;
    max-width: 450px;
    position: relative;
  }
  .main__form {
    margin-top: 15px;
  }
  .main__form .form-inner {
    max-width: 350px;
  }
  .main__form .form-inner .form-top .form-button {
    margin: 0 auto;
    margin-top: 10px;
    max-width: 100%;
    font-size: 27px;
  }
  .main__form .form-inner .form-top .form-button:hover {
    margin-top: 14px;
    margin-bottom: -4px;
  }
  .main .container {
    overflow: hidden;
  }
  .danger {
    padding-top: 60px;
    padding-bottom: 35px;
  }
  .danger .section-title {
    margin-bottom: 12px;
  }
  .ingr {
    padding-top: 75px;
  }
  .ingr__subtitle {
    display: none;
  }
  .ingr .swiper-wrapper {
    height: 220px;
  }
  .ingr .swiper-slide {
    height: 180px;
  }
  .order {
    padding-bottom: 25px;
  }
  .underblue {
    min-height: 2650px;
  }
  .underblue .mobile {
    display: block;
  }
  .underblue .desktop {
    display: none;
  }
  .underblue .blue .special__descr-item-img {
    width: 67px;
    height: 67px;
  }
  .underblue .blue .special__descr-item-text {
    display: none;
  }
  .underblue .blue .special__descr-text {
    font-size: 20px;
    line-height: 28px;
  }
  .underblue .blue .special__cert {
    width: 430px;
    left: 30px;
  }
  .underblue .blue__title--two {
    font-size: 34px;
    line-height: 39px;
  }
  .underblue .blue .effect__subtitle {
    display: none;
  }
  .underblue .blue .form-button {
    max-width: 280px;
    font-size: 15px;
    height: 60px;
    bottom: -25px;
  }
  .underblue .reviews {
    padding-top: 80px;
  }
  .underblue .reviews .section-title {
    max-width: 280px;
    font-size: 38px;
    line-height: 39px;
    margin-bottom: 0;
  }
  .underblue .reviews .swiper-reviews .swiper-slide {
    height: 410px;
  }
  .underblue .reviews .swiper-reviews .swiper-button-next {
    display: none;
  }
  .underblue .reviews .swiper-reviews .swiper-button-prev {
    display: none;
  }
  .underblue .reviews .swiper-reviews .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
  .underblue .reviews .swiper-reviews .swiper-pagination-bullet-active {
    background: linear-gradient(
      89.82deg,
      #f69a5f 1.36%,
      #fdad79 51.62%,
      #f6985b 99.84%
    );
  }
  .underblue .reviews .swiper-reviews .slide-card {
    width: 280px;
    padding: 19px 22px 26px;
  }
  .underblue .reviews .swiper-reviews .slide-card__header .avatar {
    width: 63px;
    height: 60px;
  }
  .underblue .reviews .swiper-reviews .slide-card__title {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 15px;
  }
  .underblue .reviews .swiper-reviews .slide-card__text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
  }
  .true {
    margin-top: 10%;
    position: relative;
    z-index: 1;
  }
  .true .swiper-slide {
    min-height: 372px;
  }
  .true__item {
    width: 280px;
  }
  .main-with-form {
    padding-top: 50px;
  }
  .main-with-form__descr-title {
    font-size: 60px;
    line-height: 75px;
    margin-bottom: 0;
    max-width: 330px;
  }
  .main-with-form__descr-title span {
    font-weight: 400;
    font-size: 52px;
  }
  .main-with-form__descr-img {
    width: 100%;
  }
  .main-with-form .form {
    max-width: 100%;
  }
  .main-with-form .form .form-inner {
    max-width: 320px;
    width: 100%;
  }
  .main-with-form .form .form-inner .form-button {
    margin: 0 auto;
    margin-top: 26px;
    max-width: 100%;
    font-size: 27px;
  }
  .main-with-form .form .form-inner .form-button:hover {
    margin-top: 30px;
  }
  .main-with-form .footer .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main-with-form .footer .logorights {
    display: block;
  }
  .main-with-form .footer .logorights .header__logo {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .form-inner {
    margin: 0 auto;
    max-width: 280px;
    padding: 6px;
    padding: 21px 24px 38px !important;
  }
  .form-inner .form-wrapper .form-title {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 10px;
  }
  .form-inner .form-wrapper .form-top__label p {
    font-size: 16px;
    line-height: 20px;
  }
  .form-inner .form-wrapper .form-top__input-wrapper,
  .form-inner .form-wrapper .vue-form-top__input-wrapper {
    height: 62px;
  }
  .form-inner .form-wrapper .form-top__input,
  .form-inner .form-wrapper .vue-form-top__input {
    font-size: 17px;
  }
  .form-inner .form-wrapper .form-top .form-button,
  .form-inner .form-wrapper .form-top .vue-form-button,
  .form-inner .form-wrapper .vue-form-top .form-button,
  .form-inner .form-wrapper .vue-form-top .vue-form-button {
    height: 60px;
    font-weight: 700;
    font-size: 37px;
    line-height: 44px;
    max-width: 242px;
    font-size: 27px;
    line-height: 19px;
  }
  .timer {
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .timer__item {
    width: 34px;
    height: 45px;
    font-size: 28px;
    line-height: 45px;
  }
  .timer__names-name {
    font-family: "Overpass", sans-serif;
  }
  .timer__names-name:nth-child(2) {
    width: 55% !important;
  }
}
@media (max-width: 480px) {
  .benefits .swiper-benefits {
    max-width: 290px;
    height: 315px;
  }
  .benefits__item {
    padding: 17px 22px;
    overflow: hidden;
    max-height: 284px;
  }
  .benefits__item--big {
    min-height: 225px;
  }
  .benefits__item-title {
    font-size: 22px;
    line-height: 28px;
    max-width: 180px;
  }
  .benefits__item-text {
    font-size: 17px;
    line-height: 150%;
    max-width: 140px;
  }
  .benefits__item-img.img1 {
    left: 10px;
    top: 60px;
    width: 75px;
  }
  .benefits__item-img.img2 {
    width: 100px;
  }
  .benefits__item-img.img3 {
    width: 290px;
    right: -37px;
    height: 297px;
  }
  .benefits__item-img.img4 {
    width: 200px;
    top: auto;
    left: -6px;
    bottom: -10px;
  }
  .benefits__item-img.img5 {
    left: 0;
    top: 40px;
    width: 100px;
  }
  .benefits__item-img.img6 {
    left: -35px;
    top: 0;
  }
  .benefits .form-button {
    max-width: 280px;
    font-size: 27px;
    line-height: 19px;
    height: 60px;
    bottom: -18px;
  }
}
@media (max-width: 460px) {
  .underblue {
    min-height: 2750px;
  }
}
@media (max-width: 340px) {
  .main-with-form .form {
    max-width: 280px;
  }
  .main-with-form .form .form-inner .form-button {
    font-size: 13px;
  }
}
