@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Montserrat-Black.woff2) format("woff2"), url(../fonts/Montserrat-Black.woff) format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url(../fonts/Montserrat-BoldItalic.woff2) format("woff2"), url(../fonts/Montserrat-BoldItalic.woff) format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Montserrat-ExtraBold.woff2) format("woff2"), url(../fonts/Montserrat-ExtraBold.woff) format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url(../fonts/Montserrat-Italic.woff2) format("woff2"), url(../fonts/Montserrat-Italic.woff) format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.woff) format("woff");
}

body {
  min-width: 320px;
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

video,
img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.visually-hidden {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: none;
}

main {
  overflow: hidden;
}

.container {
  width: 320px;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 9px;
  padding-left: 9px;
}

.container>* {
  margin-top: 0;
}

.container>*:last-child {
  margin-bottom: 0;
}

.video-wrap-js {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}

.video-wrap-js video {
  display: block;
}

.video-wrap-button {
  position: absolute;
  padding: 0;
  background-color: transparent;
  background-image: url(../img/play.png);
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  cursor: pointer;
  inset: 0;
  transition: opacity 0.25s ease-in-out;
}

.video-wrap-button:hover {
  opacity: 0.7;
}

.video-wrap-button.active {
  opacity: 0;
}

.button {
  display: inline-block;
  padding: 30px;
  font-weight: 700;
  font-size: 20px;
  font-family: inherit;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 5px 8px rgba(0, 0, 0, 0.44);
  background-color: #058400;
  background-image: linear-gradient(to left, #037d00, #12b801, #037d00);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 200% 100%;
  border: 0;
  border-radius: 43px;
  cursor: pointer;
  transition: background-position 0.25s ease-in-out, text-shadow 0.25s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

.button:hover {
  background-position: 100% center;
}

.button:active {
  text-shadow: 0 0 0 transparent;
  background-position: 200% center;
}

.hero {
  overflow: hidden;
  color: #ffffff;
  background-color: #010409;
}

.hero__container {
  position: relative;
  z-index: 0;
  padding-top: 20px;
  padding-bottom: 56px;
}

.hero__container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 795px;
  height: 522px;
  background-image: url(../img/hero-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-60%, -80%);
}

.hero__title {
  margin-top: 0;
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}

.hero__subtitle {
  margin-top: 0;
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #12b701;
}

.hero__subtitle::after {
  content: "";
  display: block;
  width: 131px;
  height: 139px;
  margin: 10px 0 0 40px;
  background-image: url(../img/hero__subtitle-arrow.svg);
}

.hero__top-left {
  position: relative;
  margin-bottom: 8px;
}

.hero__b-a {
  position: relative;
  display: flex;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 14px 9px;
}

.hero__b-a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30%;
  display: block;
  width: 120px;
  height: 40px;
  background-image: url(../img/hero__b-a-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.hero__img {
  width: 160px;
  height: 160px;
  border: 5px solid #535558;
  border-radius: 50%;
}

.hero__img--after {
  margin-left: -36px;
}

.hero__button {
  display: block;
  box-sizing: border-box;
  margin-right: 9px;
  margin-left: 9px;
}

.metabolism {
  box-sizing: border-box;
  width: 196px;
  height: 196px;
  margin-top: 0;
  margin-bottom: 34px;
  margin-left: 12px;
  padding: 19px 15px;
  line-height: 18px;
  text-align: center;
  text-align: center;
  color: #fa9504;
  background-color: #000000;
  border: 1px solid #fa9504;
  border-radius: 50%;
}

.metabolism::before {
  content: "";
  display: block;
  width: 68px;
  height: 69px;
  margin: 0 auto 11px;
  background-image: url(../img/metabolism.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.introducing {
  display: flex;
  margin: 0 0 0 0;
  padding: 23px 33px 20px 12px;
  color: #000000;
  background-color: #fa9504;
  gap: 14px;
}

.introducing::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 55px;
  height: 70px;
  background-image: url(../img/time.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.why {
  position: relative;
  color: #ffffff;
}

.why::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #0f1515;
  background-image: url(../img/why__bg.png), linear-gradient(to top, #ffffff 16%, #0f1515 37%);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 990px auto;
}

.why__container {
  padding-top: 50px;
  padding-bottom: 48px;
}

.why__title {
  width: 100%;
  margin-bottom: 26px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}

.why__top-left {
  margin-bottom: 26px;
  line-height: 1.35;
  text-align: center;
}

.why__top-left::after {
  content: "";
  display: block;
  width: 302px;
  height: 288px;
  margin-top: 16px;
  background-image: url(../img/why.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 44px;
}

.why__list-wrap {
  margin-bottom: 23px;
}

.why__list-title {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: inherit;
  text-transform: uppercase;
}

.why__list {
  margin: 0;
  padding: 0 0 0 0;
  list-style-type: none;
  counter-reset: item;
}

.why__item::before {
  content: counter(item) ". ";
  font-weight: 700;
  color: #fa9504;
  counter-increment: item;
}

.why__item b {
  color: #fa9504;
}

.why__video-wrap {
  display: block;
  margin-bottom: 14px;
  overflow: hidden;
  border-radius: 52px;
}

.why__bottom-text {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: flex-start;
  height: -moz-fit-content;
  height: fit-content;
  padding: 24px 7px 26px;
  font-weight: 700;
  background-color: rgba(15, 21, 21, 0.47);
  border-radius: 44px;
  gap: 6px;
}

.why__bottom-text::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 97px;
  height: 85px;
  margin-top: 15px;
  background-color: #000000;
  background-image: url(../img/why__bottom-text.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 53px 59px;
  border-radius: 44px;
}

.additional {
  padding-right: 9px;
  padding-left: 9px;
}

.additional__content {
  position: relative;
  padding: 22px 22px 14px;
  color: #000000;
  background-color: #ffffff;
}

.additional__title {
  margin-top: 0;
  font-size: 24px;
  line-height: initial;
  text-transform: uppercase;
}

.additional__title::after {
  content: "";
  display: block;
  width: 128px;
  height: 8px;
  margin-top: 7px;
  background-color: #12b701;
}

.additional__text {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.additional__notes {
  margin: 0;
  font-weight: 700;
  color: #12b701;
}

.additional__img {
  position: relative;
  width: 301px;
  height: 256px;
}

.additional__img::before {
  content: "";
  display: block;
  width: calc(100% + 45px);
  height: 100%;
  background-image: url(../img/additional.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.components {
  margin-top: -303px;
  padding-top: 304px;
  background-color: #dbdbd9;
  background-image: url(../img/components-bg.png);
  background-repeat: no-repeat;
  background-position: left 16px;
}

.components__title {
  margin-top: 19px;
  margin-bottom: 47px;
  font-size: 24px;
  line-height: normal;
  text-align: center;
}

.components__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.components__item {
  text-align: center;
}

.components__item p {
  margin: 0;
  padding: 0 5px;
  line-height: 1.2;
  text-shadow: 0 0 1px #dbdbd9, 0 0 2px #dbdbd9, 0 0 3px #dbdbd9, 0 0 4px #dbdbd9, 0 0 5px #dbdbd9;
}

.components__figure {
  position: relative;
  margin: 0;
  margin-bottom: 18px;
}

.components__img {
  display: block;
  width: 260px;
  height: 260px;
  margin: 0 auto 10px;
  border-radius: 50%;
}

.components__figcaption {
  position: relative;
  z-index: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 10px 3px;
  font-weight: 700;
}

.components__figcaption::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fa9504;
  transform: translate(-50%, -50%) skewX(-17deg);
}

.how {
  background-image: linear-gradient(to top, transparent, #dbdbd9);
}

.how__container {
  padding-top: 23px;
}

.how__title {
  width: 100%;
  font-weight: 800;
  font-size: 24px;
}

.how__list {
  position: relative;
  z-index: 3;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.how__item {
  display: flex;
  padding-right: 12px;
  gap: 10px;
}

.how__item:not(:last-child) {
  margin-bottom: 40px;
}

.how__item p {
  margin: 0;
}

.how__item p b {
  display: block;
  color: #12b701;
}

.how__item::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 74px;
  height: 74px;
  background-color: #fa9504;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 53px;
  border-radius: 50%;
}

.how__item:nth-child(1)::before {
  background-image: url(../img/how__list-1.svg);
}

.how__item:nth-child(2)::before {
  background-image: url(../img/how__list-2.svg);
}

.how__item:nth-child(3)::before {
  background-image: url(../img/how__list-3.svg);
}

.how__item:nth-child(4)::before {
  background-image: url(../img/how__list-4.svg);
}

.how__prod-wrap {
  position: relative;
  z-index: 2;
  height: 420px;
  margin-bottom: 18px;
}

.how__prod-wrap::before {
  content: "";
  position: absolute;
  top: -145px;
  left: 50%;
  z-index: -1;
  width: 1381px;
  height: 815px;
  background-image: url(../img/how-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateX(-50%);
  pointer-events: none;
}

.how__prod-wrap>img {
  position: absolute;
  bottom: 0;
  left: 12px;
  z-index: 1;
  width: 185px;
}

.how__prod-glass--img {
  position: absolute;
  top: -80px;
  left: -34px;
  width: 467px;
  max-width: none;
  height: 597px;
  pointer-events: none;
}

.how__prod-glass--check {
  position: absolute;
  right: 42px;
  width: 63px;
  height: 63px;
}

.how__prod-glass--check:nth-child(2) {
  top: 143px;
}

.how__prod-glass--check:nth-child(3) {
  top: 215px;
}

.how__prod-glass--check:nth-child(4) {
  top: 285px;
}

.how__use {
  position: relative;
  z-index: 1;
}

.how__use p {
  position: relative;
  z-index: 1;
  max-width: 270px;
  margin: 0 auto 18px;
  font-weight: 700;
  text-align: center;
}

.how__use-button {
  position: relative;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 300px;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
}

.course {
  background-image: linear-gradient(to top, #a0e9e8 97%, transparent);
}

.course__container {
  position: relative;
  z-index: 1;
  padding-top: 45px;
}

.course__title {
  font-size: 24px;
  line-height: 1.25;
  text-transform: uppercase;
}

.course__title::after {
  content: "";
  display: block;
  width: 265px;
  height: 462px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../img/course-bg.png);
  background-position: center;
  background-size: contain;
  transform: translateX(12px);
}

.course__calendar {
  margin: -146px 0 8px;
  padding: 17px 15px 23px;
  line-height: 1.35;
  background-color: rgba(255, 255, 255, 0.29);
  border: 1px solid #fa9504;
  border-radius: 47px;
}

.course__calendar::before {
  content: "14 days";
  display: block;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 97px;
  height: 97px;
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
  padding: 39px 23px 0;
  font-weight: 700;
  font-size: 13px;
  line-height: 11px;
  text-align: center;
  color: #fa9504;
  background-color: #ffffff;
  background-image: url(../img/course-calendar.svg);
  background-repeat: no-repeat;
  background-position: 20px 13px;
  background-size: 59px 59px;
  border: 1px solid #fa9504;
  border-radius: 50%;
  transform: translateX(-4px);
}

.course__calendar span span {
  font-weight: 700;
  color: #fa9504;
}

.course__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.course__item {
  position: relative;
  text-align: center;
}

.course__item::after,
.course__item::before {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #fa9504;
}

.course__item::before {
  top: 219px;
  left: 118px;
  width: 3px;
  height: 82px;
}

.course__item::after {
  top: 297px;
  left: 115px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.course__item span {
  display: block;
  max-width: 230px;
  margin-right: auto;
  margin-left: auto;
}

.course__item b {
  color: #fa9504;
}

.course__icon-wrap {
  width: 245px;
  height: 245px;
  margin: 59px 0 74px 39px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 13px 13px 8px rgba(0, 0, 0, 0.16);
  transform: rotate(45deg);
}

.course__icon-wrap img {
  display: block;
  width: 358px;
  max-width: none;
  margin: -54px 0 0 -54px;
  transform: rotate(-45deg);
}

.girl {
  background-color: #a0e9e8;
}

.girl__container {
  position: relative;
  z-index: 0;
  padding-top: 110px;
}

.girl__inner {
  position: relative;
  padding: 0 8px 43px;
  background-color: #ffffff;
  border: 1px solid #fa9504;
}

.girl__inner::before,
.girl__inner::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.girl__inner::before {
  top: -103px;
  left: -127px;
  z-index: -1;
  width: 385px;
  height: 282px;
  background-image: url(../img/girl__before.png);
}

.girl__inner::after {
  right: -55px;
  bottom: -96px;
  width: 153px;
  height: 162px;
  background-image: url(../img/girl__after.png);
}

.girl__img {
  width: 349px;
  max-width: none;
  height: 423px;
  margin: -122px 0 0 -31px;
}

.girl__text {
  font-weight: 700;
}

.girl__text span {
  color: #12b701;
}

.girl__button {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 18px;
}

.special {
  position: relative;
}

.special::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: -68px;
  left: 0;
  z-index: -1;
  background-image: linear-gradient(to bottom, #a0e9e8 88%, transparent);
}

.special__container {
  padding-top: 44px;
}

.special__title {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.special__list {
  position: relative;
  margin: 0 0 29px;
  padding: 0;
  list-style-type: none;
}

.special__item {
  position: relative;
  padding: 12px 0 0 100px;
}

.special__item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 85px;
  height: 85px;
  background-color: #fa9504;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 44px;
  border-radius: 50%;
}

.special__item:nth-child(1)::before {
  background-image: url(../img/special__item-1.svg);
}

.special__item:nth-child(2)::before {
  background-image: url(../img/special__item-2.svg);
}

.special__item:nth-child(3)::before {
  background-image: url(../img/special__item-3.svg);
}

.special__item:nth-child(4)::before {
  background-image: url(../img/special__item-4.svg);
}

.special__item:nth-child(5)::before {
  background-image: url(../img/special__item-5.svg);
}

.special__item h3 {
  margin: 0 0 5px;
  font-size: 18px;
  color: #fa9504;
  text-transform: uppercase;
}

.special__item p {
  margin: 0;
}

.special__button {
  position: relative;
  z-index: 0;
  display: block;
  padding: 24px;
  font-size: 18px;
}

.comments__container {
  padding-top: 32px;
}

.comments__title {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.comments__list {
  position: relative;
  margin: 0 0 23px;
  padding: 0;
  list-style-type: none;
}

.comments__item {
  box-sizing: border-box;
  height: auto !important;
  padding: 8px 21px 14px 18px;
  line-height: 24px;
  background-color: #ffffff;
  border: 1px solid #fa9504;
}

.comments__item>p {
  margin: 0 0 12px;
  font-style: italic;
}

.comments___list-header {
  display: flex;
  justify-content: space-between;
}

.comments__name {
  margin: 0;
  padding: 16px 0 0;
  font-weight: 700;
}

.comments__name::after {
  content: "";
  display: block;
  width: 102px;
  height: 17px;
  background-image: url(../img/comments__start.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

div.comments__pagination {
  position: static;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  gap: 6px;
}

.comments__pagination .swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  background-color: #fa9504;
  opacity: 1;
}

.comments__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #12b601;
}

.comments__button {
  padding: 14px 25px;
  font-size: 18px;
}

.expert {
  margin-top: -310px;
  padding-top: 310px;
  background-color: #dbdbd9;
}

.expert__container {
  padding-top: 35px;
}

.expert__title {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: normal;
  text-align: center;
}

.expert__title span {
  display: block;
  font-weight: normal;
}

.expert__content {
  padding: 27px 45px 105px 24px;
  line-height: 24px;
  background-color: #ffffff;
}

.expert__content p {
  margin-top: 0;
}

.expert__name {
  position: relative;
  z-index: 0;
  width: 200px;
  margin-bottom: 21px;
  margin-left: 18px;
  font-weight: 700;
}

.expert__name::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: calc(100% + 12px);
  height: calc(100% + 10px);
  background-color: #fa9504;
  transform: translate(-53%, -50%) skewX(-23deg);
}

.expert__text {
  margin-bottom: 26px;
  font-style: italic;
}

.expert__img-wrap {
  position: relative;
  margin-top: -120px;
}

.expert__img-doc {
  width: 344px;
  max-width: none;
  height: 274px;
  margin-left: -32px;
}

.expert__signature {
  position: absolute;
  bottom: -38px;
  left: 16px;
  width: 191px;
  max-width: none;
  height: 153px;
}

.gallery {
  background-color: #dbdbd9;
}

.gallery__container {
  padding-top: 37px;
}

.gallery__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.gallery__list img {
  display: block;
}

.who-for {
  position: relative;
  text-align: center;
}

.who-for::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 1920px;
  height: 88%;
  background-image: url(../img/who-for-bg.png), linear-gradient(to bottom, #dbdbd9 88%, transparent);
  background-repeat: no-repeat;
  background-position: 62% 97%, 0 0;
  transform: translateX(-50%);
}

.who-for__container {
  padding-top: 27px;
}

.who-for__title {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: normal;
}

.who-for__subtitle {
  font-weight: 700;
  color: #12b701;
}

.who-for__list {
  padding: 0;
  list-style-type: none;
}

.who-for__item img {
  display: block;
  box-sizing: border-box;
  width: 150px;
  height: 150px;
  margin: 0 auto 7px;
  border: 5px solid rgba(255, 255, 255, 0.41);
  border-radius: 50%;
}

.for-you {
  position: relative;
}

.for-you::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 1920px;
  height: 122%;
  background-image: linear-gradient(to top, #a0e9e8 88%, transparent);
  background-repeat: no-repeat;
  transform: translateX(-50%);
}

.for-you__container {
  padding-top: 21px;
}

.for-you__top-left>*,
.for-you__bottom-right>* {
  margin-top: 0;
}

.for-you__top-left>*:last-child,
.for-you__bottom-right>*:last-child {
  margin-bottom: 0;
}

.for-you__top-left {
  text-align: center;
}

.for-you__bg-wrap {
  display: block;
  width: 652px;
  height: 652px;
  margin: -108px 0 0 -134px;
}

.for-you-bg {
  display: block;
  width: 100%;
}

.for-you__title {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}

.for-you__text {
  margin-bottom: 27px;
}

.for-you__text span {
  font-weight: 700;
  color: #12b701;
}

.for-you__bottom-right {
  margin-top: -119px;
  margin-bottom: 19px;
}

.for-you__heading {
  margin-bottom: 28px;
  font-weight: 700;
  text-align: center;
  color: #12b701;
  text-transform: uppercase;
}

.for-you__list {
  padding: 0;
  list-style-type: none;
}

.for-you__item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-top: 4px;
  gap: 13px;
}

.for-you__item::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 78px;
  height: 78px;
  margin-top: -4px;
  background-color: #fa9504;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 71%;
  border-radius: 50%;
}

.for-you__item:nth-child(1)::before {
  background-image: url(../img/for-you__list-1.svg);
}

.for-you__item:nth-child(2)::before {
  background-image: url(../img/for-you__list-2.svg);
}

.for-you__item:nth-child(3)::before {
  background-image: url(../img/for-you__list-3.svg);
}

.for-you__second {
  display: flex;
  padding: 23px 24px;
  color: #fa9504;
  background-color: #ffffff;
  border-radius: 40px;
  gap: 19px;
}

.for-you__second::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 52px;
  height: 66px;
  margin-top: 4px;
  background-color: #fa9504;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url(../img/time.svg);
  mask-image: url(../img/time.svg);
}

.for-you__video-wrap {
  padding-top: 18px;
  padding-bottom: 48px;
}

.for-you__video {
  display: block;
}

.for-you__video-wrap-button {
  padding: 16px 25px 17px;
  font-size: 18px;
}

.how-order {
  text-align: center;
  background-color: #87d3d2;
}

.how-order__container {
  padding-top: 33px;
}

.how-order__title {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: normal;
}

.how-order__subtitle {
  margin-bottom: 13px;
  font-weight: 700;
}

.how-order__list {
  padding: 0;
  list-style-type: none;
  counter-reset: item;
}

.how-order__item {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
}

.how-order__item::before {
  content: counter(item);
  position: absolute;
  top: 16px;
  left: 48px;
  box-sizing: border-box;
  min-width: 40px;
  height: 40px;
  padding: 10px 5px;
  font-weight: 700;
  color: #ffffff;
  background-color: #fa9504;
  border-radius: 20px;
  counter-increment: item;
}

.how-order__item:not(:last-child) {
  margin-bottom: 11px;
}

.how-order__item p {
  margin: 0;
}

.how-order__icon {
  display: block;
  margin: 0 auto 18px;
  border-radius: 50%;
}

.how-order__heading {
  position: relative;
  z-index: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 21px;
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
}

.how-order__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: calc(100% + 27px);
  height: calc(100% + 10px);
  background-color: #fa9504;
  background-color: #ffffff;
  transform: translate(-50%, -50%) skewX(-31deg);
}

.hurry {
  background-color: #87d3d2;
}

.hurry__container {
  padding-top: 37px;
}

.hurry__content {
  position: relative;
  z-index: 1;
  padding: 44px 5px 37px;
  text-align: center;
  background-image: url(../img/hurry-bg.png);
  background-position: center top;
  background-size: cover;
}

.hurry__content p {
  margin: 0 0 15px;
}

.hurry__button {
  padding: 25px 15px;
  font-size: 18px;
}

.order {
  background-color: #87d3d2;
}

.order__container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 18px;
  padding-bottom: 47px;
}

.order__list {
  position: relative;
  z-index: 0;
  margin-top: 0;
  margin-bottom: 35px;
  margin-left: 4px;
  padding: 0;
  list-style-type: none;
}

.order__list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 1185px;
  height: 1176px;
  background-image: radial-gradient(ellipse, #ffffff, transparent 74%);
  background-size: contain;
  transform: translate(-50%, -50%);
}

.order__item:not(:last-child) {
  margin-bottom: 12px;
}

.order__item b {
  color: #fa9504;
}

.order__item::before {
  content: "";
  display: block;
  width: 119px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.order__item:nth-child(1)::before {
  background-image: url(../img/order__list-1.png);
}

.order__item:nth-child(2)::before {
  background-image: url(../img/order__list-2.png);
}

.order__item:nth-child(3)::before {
  background-image: url(../img/order__list-3.png);
}

.order__b-a {
  position: relative;
  width: 156px;
}

.order__b-a::after {
  content: "";
  position: absolute;
  top: 113px;
  left: 7px;
  width: 32px;
  height: 97px;
  background-image: url(../img/order__arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.order__b-a img {
  width: 149px;
  border: 5px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
}

.order__after {
  margin-top: -27px;
}

.order__center-right {
  position: relative;
  width: 146px;
}

.order__center-right picture {
  display: block;
  width: 254px;
  height: 433px;
  margin: -46px 0 0 -77px;
}

.order__center-right img {
  max-width: none;
}

.order__prod {
  position: absolute;
  bottom: 88px;
  left: 5px;
  width: 96px;
  height: 148px;
}

.order__form-wrap {
  margin-top: -70px;
}

.order__check-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: -35px;
  gap: 14px;
}

.order__check-wrap span {
  display: block;
  width: 74px;
  height: 74px;
  background-color: #12b701;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.order__check-wrap span:nth-child(1) {
  -webkit-mask-image: url(../img/check-1.svg);
  mask-image: url(../img/check-1.svg);
}

.order__check-wrap span:nth-child(2) {
  -webkit-mask-image: url(../img/check-2.svg);
  mask-image: url(../img/check-2.svg);
}

.order__check-wrap span:nth-child(3) {
  -webkit-mask-image: url(../img/check-3.svg);
  mask-image: url(../img/check-3.svg);
}

.order__title {
  margin-top: 0;
  margin-bottom: 11px;
  font-size: 24px;
  line-height: normal;
  text-align: center;
}

.form {
  padding: 52px 12px 11px 16px;
  background-color: #ffffff;
}

.form__input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 59px;
  margin-bottom: 9px;
  padding: 14px 28px;
  font-size: 16px;
  border: 1px solid #c2c2c2;
  border-radius: 30px;
  -webkit-appearance: none;
  appearance: none;
}

.form__select {
  padding-right: 45px;
  background-image: url(../img/select.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
  -webkit-appearance: none;
  appearance: none;
}

.form__button {
  display: block;
  width: 100%;
  margin-bottom: 13px;
  padding: 26px;
}

.form__notes {
  margin: 0;
  font-weight: 700;
  text-align: center;
}

.form__count {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 69px;
  margin: 8px auto;
  font-size: 45px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.67);
  background-image: url(../img/form__notes-time.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.price {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: -3px;
  margin-bottom: 9px;
  gap: 10px;
}

.price__old {
  position: relative;
  font-weight: 700;
}

.price__old::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transform: translate(-50%, -50%) rotate(-12deg);
}

.price__new {
  font-weight: 900;
  font-size: 75px;
  line-height: 1;
  color: #fa9504;
}

.price__new span {
  font-weight: 700;
  font-size: 50px;
}

@media (min-width: 990px) {
  .why::before {
    background-size: 100% auto;
  }
}

@media (min-width: 1170px) {
  .expert__name {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 27px;
    margin-left: 27px;
  }

  .expert__name::before {
    width: calc(100% + 40px);
    transform: translate(-50%, -50%) skewX(-30deg);
  }
}

@media (min-width: 1171px) {
  .container {
    width: auto;
  }

  .button {
    max-width: 355px;
    padding: 34px;
    font-size: 24px;
    border-radius: 50px;
  }

  .hero__container {
    display: flex;
    justify-content: space-between;
    padding-top: 75px;
    padding-bottom: 120px;
  }

  .hero__container::before {
    top: 50%;
    left: 50%;
    width: 1942px;
    height: 873px;
    background-image: url(../img/hero-bg-desktop.jpg);
    transform: translate(-50%, -46%);
  }

  .hero__title {
    max-width: 375px;
    margin-bottom: 35px;
    font-weight: 800;
    font-size: 36px;
  }

  .hero__subtitle {
    max-width: 335px;
    margin-bottom: 22px;
    font-weight: 800;
    font-size: 36px;
  }

  .hero__subtitle::after {
    width: 294px;
    height: 84px;
    margin: -5px 0 0 80%;
    background-image: url(../img/hero__subtitle-arrow-desktop.svg);
  }

  .hero__b-a {
    flex-direction: column;
    margin-bottom: 15px;
    margin-left: auto;
    width: fit-content;
  }

  .hero__b-a::before {
    position: absolute;
    top: 40%;
    right: 0;
    left: auto;
    width: 50px;
    height: 133px;
    background-image: url(../img/hero__b-a-arrow-desktop.svg);
  }

  .hero__img {
    width: 277px;
    height: 275px;
    margin-right: 21px;
    margin-left: 21px;
  }

  .hero__img--after {
    margin-top: -35px;
  }

  .hero__button {
    margin-right: 0;
    margin-left: 0;
  }

  .hero__bottom-right {
    margin-top: -37px;
  }

  .metabolism {
    position: absolute;
    top: 136px;
    left: 338px;
    margin: 0;
    padding-top: 23px;
    width: 250px;
    height: 250px;
    line-height: inherit;
  }

  .metabolism::before {
    width: 93px;
    height: 94px;
    margin-bottom: 17px;
  }

  .introducing {
    box-sizing: border-box;
    width: 476px;
    margin: 0;
    padding: 26px 30px 14px 22px;
    gap: 20px;
  }

  .introducing::before {
    width: 69px;
    height: 88px;
  }

  .why__container {
    width: 350px;
  }

  .additional {
    display: flex;
    padding-right: 0;
    padding-left: 0;
  }

  .additional__content {
    box-sizing: border-box;
    width: calc(50% - 1px);
    padding: 62px 44px 62px 59px;
  }

  .additional__title {
    margin-bottom: 10px;
    font-size: 36px;
  }

  .additional__title::after {
    margin-top: 34px;
  }

  .additional__text {
    margin-bottom: 27px;
    font-size: 24px;
  }

  .additional__notes {
    font-weight: 700;
    font-size: 24px;
  }

  .additional__img {
    width: 585px;
    height: auto;
  }

  .additional__img::before {
    width: auto;
    height: 100%;
    aspect-ratio: 664 / 501;
  }

  .components {
    margin-top: -158px;
    padding-top: 158px;
    background-image: url(../img/components-bg-desktop.png);
    background-position: -179px -6px;
  }

  .components__title {
    margin-top: 72px;
    margin-bottom: 71px;
    font-size: 36px;
  }

  .components__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 56px 78px;
  }

  .how__container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 134px;
  }

  .how__title {
    padding-left: 10px;
    font-size: 40px;
  }

  .how__list {
    width: 412px;
  }

  .how__item {
    flex-direction: row-reverse;
    padding: 15px 0 0;
    text-align: right;
    gap: 15px;
  }

  .how__item:not(:last-child) {
    margin-bottom: 4px;
  }

  .how__item::before {
    width: 97px;
    height: 97px;
    margin: -13px 0 0;
  }

  .how__prod-wrap {
    width: 400px;
  }

  .how__prod-wrap::after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: -4px;
    z-index: 1;
    width: 207px;
    height: 91px;
    background-image: url(../img/how__arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .how__prod-wrap::before {
    top: -291px;
    left: 149px;
    width: 1920px;
    height: 1080px;
    background-image: url(../img/how-bg-desktop.png);
  }

  .how__prod-wrap>img {
    bottom: -50px;
    left: -36px;
    width: 267px;
    min-width: auto;
    height: 461px;
  }

  .how__prod-glass--img {
    top: -246px;
    left: -97px;
    width: 663px;
    height: 804px;
  }

  .how__prod-glass--check {
    right: 50px;
    width: 91px;
    height: 91px;
  }

  .how__prod-glass--check:nth-child(2) {
    top: 49px;
  }

  .how__prod-glass--check:nth-child(3) {
    top: 152px;
  }

  .how__prod-glass--check:nth-child(4) {
    top: 254px;
  }

  .how__use {
    display: grid;
    grid-template-rows: 1fr auto;
    height: 404px;
  }

  .how__use::before {
    content: "";
    position: absolute;
    top: -289px;
    left: -342px;
    width: 934px;
    height: 868px;
    background-image: url(../img/how__bg-use.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .how__use p {
    margin-top: auto;
    margin-bottom: 22px;
  }

  .course__container {
    padding-top: 217px;
  }

  .course__title {
    margin-bottom: 47px;
    margin-left: 449px;
    font-size: 36px;
    line-height: 1.2;
  }

  .course__title::after {
    position: absolute;
    top: 164px;
    left: 99px;
    width: 432px;
    height: 744px;
  }

  .course__calendar {
    display: flex;
    margin: 0 15px 34px 449px;
    padding: 25px 27px 25px 0;
    border-radius: 88px;
    gap: 24px;
  }

  .course__calendar::before {
    width: 175px;
    height: 175px;
    margin-top: -25px;
    margin-bottom: -25px;
    padding: 71px 42px 0;
    font-size: 24px;
    line-height: 20px;
    background-position: 35px 23px;
    background-size: 106px 106px;
  }

  .course__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
  }

  .course__item:not(:nth-child(4n)) {
    margin-right: -14px;
  }

  .course__item span {
    max-width: 225px;
    transform: translateX(20px);
  }

  .girl__container {
    padding-top: 122px;
  }

  .girl__inner {
    display: flex;
    margin-right: 47px;
    margin-left: 51px;
  }

  .girl__inner::before {
    top: -103px;
    left: -247px;
    width: 589px;
    height: 431px;
  }

  .girl__inner::after {
    right: -147px;
    bottom: -140px;
    width: 315px;
    height: 296px;
  }

  .girl__img {
    width: 567px;
    height: 687px;
    margin: -191px -18px -130px 0;
  }

  .girl__content {
    padding-top: 71px;
  }

  .girl__text {
    margin: 0 0 38px;
    font-size: 24px;
    line-height: 30px;
  }

  .girl__button {
    padding-right: 60px;
    padding-left: 60px;
  }

  .special__container {
    padding-top: 108px;
  }

  .special__title {
    font-size: 36px;
    line-height: 48px;
  }

  .special__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 13px;
  }

  .special__list::after,
  .special__list::before {
    content: "";
    position: absolute;
    top: 74px;
  }

  .special__list::before {
    left: 88px;
    width: 50%;
    border-top: 2px solid #fa9504;
  }

  .special__list::after {
    right: -48px;
    width: 50%;
    height: calc(100% - 17px);
    border: 2px solid #fa9504;
    border-left: 0;
    border-radius: 0 90px 90px 0;
  }

  .special__item {
    padding: 160px 37px 0 0;
    text-align: center;
  }

  .special__item::before {
    top: 11px;
    left: 30px;
    z-index: 1;
    width: 127px;
    height: 127px;
    background-size: 75px;
  }

  .special__item h3 {
    margin-bottom: 11px;
  }

  .special__button {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: -20px;
    margin-right: auto;
    margin-left: auto;
  }

  .comments__container {
    padding-top: 104px;
  }

  .comments__title {
    margin-bottom: 43px;
    font-size: 36px;
  }

  .comments__item {
    padding: 7px 17px 19px 30px;
  }

  .comments__item>p {
    max-width: 295px;
    margin-bottom: 16px;
  }

  .comments___list-header {
    margin-bottom: 5px;
  }

  .comments__name {
    padding-top: 20px;
  }

  div.comments__pagination {
    margin-bottom: 25px;
  }

  .comments__button {
    position: relative;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }

  .expert__container {
    position: relative;
    padding-top: 81px;
  }

  .expert__title {
    margin-bottom: 43px;
    font-size: 40px;
  }

  .expert__content {
    box-sizing: border-box;
    width: 850px;
    min-height: 542px;
    padding: 61px 180px 57px 42px;
  }

  .expert__content::after {
    content: "";
    position: absolute;
    right: 180px;
    bottom: 57px;
    left: 42px;
    height: 1px;
    background-color: #000000;
  }

  .expert__content p:last-child {
    margin-bottom: 40px;
  }

  .expert__content p:nth-of-type(n + 3) {
    max-width: 530px;
  }

  .expert__img-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
  }

  .expert__img-doc {
    position: absolute;
    right: 9px;
    bottom: 27px;
    width: 619px;
    height: 492px;
    margin: 0;
  }

  .expert__signature {
    right: 199px;
    bottom: -31px;
    left: auto;
    width: 336px;
    height: 234px;
  }

  .gallery__container {
    position: relative;
    left: 50%;
    width: 1920px;
    max-width: none;
    padding-top: 61px;
    padding-right: 17px;
    padding-left: 17px;
    transform: translateX(-50%);
  }

  .gallery__list {
    display: flex;
    justify-content: space-between;
  }

  .who-for::before {
    background-position: 102% 0%, 0 0;
  }

  .who-for__container {
    padding-top: 95px;
    padding-bottom: 275px;
  }

  .who-for__title {
    margin-bottom: 26px;
    font-size: 40px;
    line-height: normal;
  }

  .who-for__subtitle {
    max-width: 730px;
    margin-right: auto;
    margin-bottom: 33px;
    margin-left: auto;
  }

  .who-for__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 102px;
  }

  .who-for__item {
    width: 27%;
  }

  .who-for__item:nth-child(n+4) {
    margin-top: -122px;
  }

  .who-for__item img {
    margin-bottom: 12px;
  }

  .for-you {
    margin-top: -275px;
  }

  .for-you::before {
    height: 100%;
    background-position: 102% 0%, 0 0;
  }

  .for-you__container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 150px;
  }

  .for-you__top-left {
    width: 381px;
    text-align: right;
  }

  .for-you__bg-wrap {
    width: 885px;
    height: 950px;
    margin: -282px -392px 0 -158px;
  }

  .for-you__title {
    margin-bottom: 30px;
  }

  .for-you__text {
    font-size: 24px;
    line-height: 30px;
  }

  .for-you__bottom-right {
    width: 420px;
    margin: 0;
  }

  .for-you__heading {
    margin-bottom: 15px;
    text-align: initial;
  }

  .for-you__item {
    margin-bottom: 2px;
  }

  .for-you__item::before {
    width: 97px;
    height: 97px;
    margin: 2px 0 0 -7px;
  }

  .for-you__second {
    position: relative;
    z-index: 0;
    width: 548px;
    height: -moz-fit-content;
    height: fit-content;
    margin: -247px 5px 0 auto;
    padding: 19px 10px 19px 38px;
    background-color: rgba(255, 255, 255, 0.65);
  }

  .for-you__second::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 97px;
    background-color: #ffffff;
    border-radius: 50px;
  }

  .for-you__second::before {
    margin: -12px 27px -7px -16px;
  }

  .for-you__video-wrap {
    margin: -120px auto 0;
    padding-bottom: 82px;
  }

  .for-you__video-wrap-button {
    position: relative;
    z-index: 0;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: -50px auto 0;
    padding-right: 50px;
    padding-left: 50px;
  }

  .how-order__container {
    padding-top: 120px;
  }

  .how-order__title {
    margin-bottom: 26px;
    font-size: 36px;
  }

  .how-order__subtitle {
    max-width: 770px;
    margin: 0 auto 29px;
    font-size: 24px;
    line-height: normal;
  }

  .how-order__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .how-order__item::before {
    top: 16px;
    left: 40px;
  }

  .how-order__item p {
    line-height: normal;
  }

  .hurry__container {
    padding-top: 30px;
  }

  .hurry__content {
    display: flex;
    align-items: center;
    padding: 49px 159px 49px 140px;
    font-size: 24px;
    line-height: normal;
    text-align: right;
    background-image: url(../img/hurry-bg-desktop.png);
  }

  .hurry__content p {
    margin: 0 30px 0 0;
  }

  .hurry__button {
    flex-shrink: 0;
    padding: 30px 41px 31px;
    font-size: 18px;
  }

  .order__container {
    display: grid;
    grid-template-columns: 445px 1fr 436px;
    grid-template-rows: auto 1fr;
    padding-top: 142px;
  }

  .order__list {
    margin: 0 0 0 -7px;
  }

  .order__item {
    display: flex;
    gap: 14px;
  }

  .order__item:not(:last-child) {
    margin-bottom: 31px;
  }

  .order__item::before {
    flex-shrink: 0;
    margin: 6px 0 0;
  }

  .order__item:nth-child(2) {
    max-width: 355px;
  }

  .order__item:nth-child(3) {
    max-width: 285px;
  }

  .order__b-a {
    width: 405px;
    margin: 0 0 0 -2px;
    padding: 18px 0 0;
  }

  .order__b-a::after {
    top: 244px;
    left: 65px;
    width: 81px;
    height: 130px;
    transform: rotate(-56deg);
  }

  .order__b-a img {
    width: 230px;
    height: 230px;
  }

  .order__after {
    margin: -126px 0 0 165px;
  }

  .order__center-right {
    position: relative;
    z-index: 1;
  }

  .order__center-right picture {
    width: 532px;
    height: 866px;
    margin: -120px 0 0 -210px;
  }

  .order__prod {
    bottom: 4px;
    left: -71px;
    width: 256px;
    height: 395px;
  }

  .order__form-wrap {
    position: relative;
    z-index: 1;
    margin-top: -51px;
    margin-right: 3px;
  }

  .order__check-wrap {
    margin-bottom: -41px;
    gap: 18px;
  }

  .order__check-wrap span {
    width: 95px;
    height: 95px;
  }

  .order__title {
    margin-bottom: 17px;
  }

  .order__list {
    order: 1;
    grid-row-end: 2;
    grid-row-start: 1;
  }

  .order__center-right {
    order: 2;
    grid-row-end: 3;
    grid-row-start: 1;
  }

  .order__form-wrap {
    order: 3;
    grid-row-end: 3;
    grid-row-start: 1;
  }

  .order__b-a {
    order: 4;
  }

  .form {
    padding: 75px 58px 52px 57px;
  }

  .form__select {
    padding-right: 50px;
    background-position: right 27px center;
  }

  .form__button {
    width: calc(100% + 13px);
    margin: 0 -7px 20px;
    padding: 27px;
  }

  .form__notes {
    display: flex;
    margin: 0 7px 0 0;
    text-align: right;
    gap: 20px;
  }

  .form__count {
    margin: 0;
  }

  .price {
    margin-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .for-you__bg-wrap {
    margin-right: -363px;
  }
}

@media (min-width: 1205px) {
  .why::before {
    height: 1127px;
    background-image: url(../img/why__bg-desktop.jpg);
    background-size: 1918px auto;
  }

  .why__container {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    padding-top: 110px;
    padding-bottom: 80px;
  }

  .why__title {
    margin-bottom: 58px;
    font-size: 36px;
    line-height: 48px;
  }

  .why__top-left {
    display: flex;
    width: 817px;
    text-align: right;
  }

  .why__top-left::after {
    position: relative;
    z-index: 1;
    width: 391px;
    height: 376px;
    border-radius: 54px;
  }

  .why__top-left span {
    display: block;
    width: 400px;
    margin-right: 18px;
    margin-left: 7px;
    padding-top: 16px;
  }

  .why__list-wrap {
    width: 338px;
    margin-top: 17px;
    margin-left: 15px;
  }

  .why__list-title {
    padding-left: 7px;
  }

  .why__video-wrap {
    width: 722px;
    margin: -191px 0 0;
    border-radius: 56px;
  }

  .why__bottom-text {
    margin-top: -165px;
    margin-right: 0;
    margin-left: 570px;
    padding: 20px 7px 20px;
    gap: 14px;
  }

  .why__bottom-text::before {
    margin: -20px 0 -20px -5px;
  }
}

@media (max-width: 1170px) {
  .container {
    box-sizing: border-box;
  }

  .video-wrap-button {
    background-size: 74px;
  }

  .hero__title {
    text-align: center;
  }

  .hero__subtitle {
    text-align: center;
  }

  .additional {
    margin-right: -9px;
    margin-left: -9px;
  }

  .components__item:not(:last-child) {
    margin-bottom: 50px;
  }

  .how__title {
    text-align: center;
  }

  .how__list {
    margin-bottom: -11px;
  }

  .how__use {
    z-index: 2;
  }

  .how__use p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 200%;
    height: 200%;
    background-image: radial-gradient(ellipse, #ffffff, transparent 74%);
    background-size: contain;
    transform: translate(-50%, -50%);
  }

  .course__title {
    text-align: center;
  }

  .course__calendar {
    text-align: center;
  }

  .course__item:not(:last-child) {
    margin-bottom: 65px;
  }

  .girl__inner {
    text-align: center;
  }

  .girl__text {
    margin: -12px 0 23px;
  }

  .girl__button {
    display: block;
  }

  .special__list::before {
    content: "";
    position: absolute;
    top: 84px;
    left: 42px;
    width: 1px;
    height: 100%;
    background-color: #fa9504;
  }

  .special__item:not(:last-child) {
    margin-bottom: 17px;
  }

  .special__button {
    padding-right: 20px;
    padding-left: 20px;
  }

  .gallery__list {
    display: grid;
    gap: 6px;
  }

  .gallery__list img {
    margin: 0 auto;
  }

  .who-for__title {
    margin-right: 10px;
    margin-left: 10px;
  }

  .who-for__item:not(:last-child) {
    margin-bottom: 13px;
  }

  .for-you__video {
    margin-bottom: 11px;
  }

  .hurry__button {
    display: block;
  }
  
  .price__new {
    font-size: 70px;
  }
  
  .price__new span {
    font-size: 40px;
  }
}