@charset "UTF-8";
.container {
  width: 1200px;
  margin: 0 auto;
}

body.lock {
  overflow: hidden;
}

.header {
  width: 100%;
  font-family: "Inter", sans-serif;
}
.header .header__top {
  width: 100%;
  background-color: #4F9678;
}
.header .header__top .header__topContent {
  width: 100%;
  padding: 7px 0;
  text-align: center;
}
.header .header__top .header__topContent .header__topText {
  width: auto;
  display: inline-block;
  margin: 0;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 700;
  line-height: 141%;
  text-transform: uppercase;
}
.header .header__top .header__topContent .header__time {
  width: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
}
.header .header__top .header__topContent .header__time .header__timeCell {
  min-width: 36px;
  height: 30px;
  padding: 0 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 3.3px;
  color: #000000;
  font-size: 19px;
  font-weight: 700;
  line-height: 19.79px;
}
.header .header__top .header__topContent .header__time .header__timeСolon {
  width: auto;
  display: inline-block;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 19.79px;
  text-transform: uppercase;
  margin: 0 4px;
}
.header .header__block {
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.header .header__block .header__blockBgr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.header .header__block .header__blockBgr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header .header__block .header__blockContent {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 48px;
  padding-bottom: 127px;
}
.header .header__block .header__blockContent .header__left {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.header .header__block .header__blockContent .header__left .header__logo {
  width: auto;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 57px;
  cursor: pointer;
}
.header .header__block .header__blockContent .header__left .header__logo img {
  height: 46px;
  flex-shrink: 0;
}
.header .header__block .header__blockContent .header__left .header__logo span {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  color: #fff;
  font-weight: 900;
  font-size: 31px;
}
.header .header__block .header__blockContent .header__left .header__subText {
  width: 100%;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  letter-spacing: 0.15px;
  line-height: 133%;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.header .header__block .header__blockContent .header__left .header__title {
  width: 100%;
  color: #fff;
  font-size: 106.5px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 93.9325%;
  font-family: "Bebas Neue", sans-serif;
  position: relative;
  z-index: 4;
  margin-bottom: 10px;
}
.header .header__block .header__blockContent .header__left .header__subText_white {
  color: #fff;
  margin-bottom: 49px;
}
.header .header__block .header__blockContent .header__left .header__cartsWraper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 0;
}
.header .header__block .header__blockContent .header__left .header__cartsWraper .header__phone {
  position: absolute;
  right: 8px;
  top: -275px;
  z-index: -1;
  height: 284px;
}
.header .header__block .header__blockContent .header__left .header__cartsWraper .header__phone img {
  height: 100%;
}
.header .header__block .header__blockContent .header__left .header__cartsWraper .header__cart {
  width: 360px;
  min-height: 216px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  background-color: #D0F0EF;
  border-radius: 24px;
  padding: 28px 30px;
  position: relative;
  z-index: 0;
}
.header .header__block .header__blockContent .header__left .header__cartsWraper .header__cart img {
  position: absolute;
  bottom: 39px;
  right: -12px;
  width: 47px;
}
.header .header__block .header__blockContent .header__left .header__cartsWraper .header__cart img img {
  width: 100%;
}
.header .header__block .header__blockContent .header__left .header__cartsWraper .header__cart .header__cartTitle {
  width: 100%;
  color: #151515;
  font-size: 50px;
  line-height: 100%;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  margin-bottom: 10px;
}
.header .header__block .header__blockContent .header__left .header__cartsWraper .header__cart .header__cartText {
  width: 100%;
  color: #595959;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  padding-right: 36px;
}
.header .header__block .header__blockContent .header__left .header__cartsWraper .header__cart_colorMod {
  background-color: #E0EAE9;
}
.header .header__block .header__blockContent .header__right {
  width: 416px;
  flex-shrink: 0;
  margin-left: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}
.header .header__block .header__blockContent .header__right .TargForm {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  font-size: 0;
}
.header .header__block .header__blockContent .header__right .header__rightPhone {
  display: none;
}
.header .header__block .header__blockContent .header__right .header__form {
  width: 100%;
  background-color: #CDF207;
  border-radius: 24px;
  padding: 33.5px 50px;
  overflow: hidden;
}
.header .header__block .header__blockContent .header__right .header__form .header__formTitle {
  width: 100%;
  text-align: center;
  color: #000000;
  font-weight: 700;
  font-size: 21px;
  line-height: 114.5%;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.header .header__block .header__blockContent .header__right .header__form .header__inputW {
  font-family: "Gilroy";
  border-radius: 48px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 12px;
}
.header .header__block .header__blockContent .header__right .header__form .header__inputW .header__input {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  background-color: #fff;
  color: #686868;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* Автозаполненный input (Chrome, Safari, Edge) */
  /* Автозаполненный input (Firefox) */
}
.header .header__block .header__blockContent .header__right .header__form .header__inputW .header__input.header__input_tel {
  padding-left: 100px;
}
.header .header__block .header__blockContent .header__right .header__form .header__inputW .header__input::-webkit-input-placeholder { /* WebKit browsers */
  color: #686868;
}
.header .header__block .header__blockContent .header__right .header__form .header__inputW .header__input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #686868;
}
.header .header__block .header__blockContent .header__right .header__form .header__inputW .header__input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #686868;
}
.header .header__block .header__blockContent .header__right .header__form .header__inputW .header__input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #686868;
}
.header .header__block .header__blockContent .header__right .header__form .header__inputW .header__input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #686868 !important;
}
.header .header__block .header__blockContent .header__right .header__form .header__inputW .header__input:-moz-autofill {
  background-color: white !important;
  color: #686868 !important;
}
.header .header__block .header__blockContent .header__right .header__form .header__formButton {
  width: 100%;
  height: 60px;
  margin-top: 16px;
  background-color: #0F2028;
  border: 1px solid #0F2028;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 133%;
  text-transform: uppercase;
  transition: all 0.2s;
}
.header .header__block .header__blockContent .header__right .header__form .header__formButton:hover {
  background-color: transparent;
  color: #0F2028;
}
.header.header_topBlock {
  margin-bottom: 60px;
}

.popup__wraper {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  font-family: "Inter", sans-serif;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4078431373);
  padding: 50px 0;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE и Edge */
}
.popup__wraper::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.popup__wraper.active {
  display: block;
}
.popup__wraper .popup__container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__wraper .popup__container .popup {
  width: 1000px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.popup__wraper .popup__container .popup .popup__exit {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  line-height: 0;
  font-size: 50px;
  transition: all 0.2s;
}
.popup__wraper .popup__container .popup .popup__exit:hover {
  color: #1D2F26;
}
.popup__wraper .popup__container .popup .popup__bgr {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.popup__wraper .popup__container .popup .popup__bgr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup__wraper .popup__container .popup .popup__phone {
  position: absolute;
  left: 27px;
  bottom: -2px;
  height: 370px;
}
.popup__wraper .popup__container .popup .popup__phone img {
  height: 100%;
}
.popup__wraper .popup__container .popup .popup__topText {
  width: 100%;
  font-family: "Bebas Neue", sans-serif;
  text-align: center;
  padding: 0 60px;
  background-color: #4F9678;
  color: #FFFFFF;
  font-size: 80px;
  font-weight: 400;
  line-height: 122%;
  margin-bottom: 35px;
}
.popup__wraper .popup__container .popup .popup__block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 60px;
}
.popup__wraper .popup__container .popup .popup__block .popup__left {
  width: 100%;
  padding-bottom: 370px;
}
.popup__wraper .popup__container .popup .popup__block .popup__left .popup__title {
  width: 100%;
  font-family: "Bebas Neue", sans-serif;
  color: #FFFFFF;
  font-size: 60px;
  font-weight: 400;
  line-height: 116%;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.popup__wraper .popup__container .popup .popup__block .popup__left .popup__text {
  width: 100%;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 133%;
  margin-bottom: 30px;
}
.popup__wraper .popup__container .popup .popup__block .popup__left .popup__text span {
  color: #CDF207;
  font-weight: 700;
}
.popup__wraper .popup__container .popup .popup__block .popup__right {
  padding-top: 10px;
  width: 416px;
  flex-shrink: 0;
  margin-left: 40px;
}
.popup__wraper .popup__container .popup .popup__block .popup__right .header__form {
  background-color: #CDF207;
  border-radius: 24px;
  padding: 33.5px 50px;
}
.popup__wraper .popup__container .popup .popup__block .popup__right .header__form .header__formTitle {
  width: 100%;
  text-align: center;
  color: #000000;
  font-weight: 700;
  font-size: 21px;
  line-height: 114.5%;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.popup__wraper .popup__container .popup .popup__block .popup__right .header__form .header__inputW {
  font-family: "Gilroy";
  border-radius: 48px;
  overflow: hidden;
  margin-bottom: 12px;
}
.popup__wraper .popup__container .popup .popup__block .popup__right .header__form .header__inputW .header__input {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  background-color: #fff;
  color: #686868;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* Автозаполненный input (Chrome, Safari, Edge) */
  /* Автозаполненный input (Firefox) */
}
.popup__wraper .popup__container .popup .popup__block .popup__right .header__form .header__inputW .header__input.header__input_tel {
  padding-left: 100px;
}
.popup__wraper .popup__container .popup .popup__block .popup__right .header__form .header__inputW .header__input::-webkit-input-placeholder { /* WebKit browsers */
  color: #686868;
}
.popup__wraper .popup__container .popup .popup__block .popup__right .header__form .header__inputW .header__input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #686868;
}
.popup__wraper .popup__container .popup .popup__block .popup__right .header__form .header__inputW .header__input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #686868;
}
.popup__wraper .popup__container .popup .popup__block .popup__right .header__form .header__inputW .header__input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #686868;
}
.popup__wraper .popup__container .popup .popup__block .popup__right .header__form .header__inputW .header__input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #686868 !important;
}
.popup__wraper .popup__container .popup .popup__block .popup__right .header__form .header__inputW .header__input:-moz-autofill {
  background-color: white !important;
  color: #686868 !important;
}
.popup__wraper .popup__container .popup .popup__block .popup__right .header__form .header__formButton {
  width: 100%;
  height: 60px;
  margin-top: 16px;
  background-color: #0F2028;
  border: 1px solid #0F2028;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 133%;
  text-transform: uppercase;
  transition: all 0.2s;
}
.popup__wraper .popup__container .popup .popup__block .popup__right .header__form .header__formButton:hover {
  background-color: transparent;
  color: #0F2028;
}
.popup__wraper .popup__container .popup .popup__block .popup__right .popup__bottom {
  width: 100%;
  padding: 26px 0;
  position: relative;
}
.popup__wraper .popup__container .popup .popup__block .popup__right .popup__bottom .popup__logo {
  position: absolute;
  top: 26px;
  left: 0;
  transform: translateX(calc(-100% - 20px));
  width: auto;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.popup__wraper .popup__container .popup .popup__block .popup__right .popup__bottom .popup__logo img {
  height: 25px;
  flex-shrink: 0;
  margin-right: 3px;
}
.popup__wraper .popup__container .popup .popup__block .popup__right .popup__bottom .popup__logo span {
  width: auto;
  display: inline-block;
  flex-shrink: 0;
  color: #fff;
  font-weight: 900;
  font-size: 16.5px;
}
.popup__wraper .popup__container .popup .popup__block .popup__right .popup__bottom .popup__bottomText {
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  font-weight: 400;
  line-height: 140%;
}

.mainTitle__wraper {
  width: 100%;
}
.mainTitle__wraper .subTitle {
  width: 100%;
  font-family: "Inter", sans-serif;
  color: #808080;
  font-size: 18px;
  font-weight: 400;
  line-height: 133%;
  text-align: center;
  margin-bottom: 12px;
}
.mainTitle__wraper .mainTitle {
  width: 100%;
  font-family: "Bebas Neue", sans-serif;
  color: #000000;
  font-size: 70px;
  line-height: 114%;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

.advantages__wraper {
  width: 100%;
  font-family: "Inter", sans-serif;
  padding: 36px 0;
}
.advantages__wraper .advantages {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 44px;
}
.advantages__wraper .advantages .advantages__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.advantages__wraper .advantages .advantages__item .advantages__icon {
  width: 68px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 34px;
  border-radius: 20px;
  background-color: #547C7C;
}
.advantages__wraper .advantages .advantages__item .advantages__icon img {
  height: 20px;
}
.advantages__wraper .advantages .advantages__item .advantages__icon.ad-i-2 {
  background-color: #455957;
}
.advantages__wraper .advantages .advantages__item .advantages__icon.ad-i-2 img {
  height: 22px;
}
.advantages__wraper .advantages .advantages__item .advantages__icon.ad-i-3 {
  background-color: #4F9678;
}
.advantages__wraper .advantages .advantages__item .advantages__content {
  width: 100%;
  padding-right: 50px;
}
.advantages__wraper .advantages .advantages__item .advantages__content .advantages__title {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1px;
  color: #050505;
  margin-bottom: 12px;
}
.advantages__wraper .advantages .advantages__item .advantages__content .advantages__text {
  width: 100%;
  color: #595959;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.celebrity__wraper {
  width: 100%;
  font-family: "Inter", sans-serif;
  margin-bottom: 130px;
}
.celebrity__wraper .celebrity {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.celebrity__wraper .celebrity .celebrity__content {
  width: 55.8333333333%;
  background-color: #0F2028;
  border-radius: 24px;
  padding: 40px 22px 40px 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.celebrity__wraper .celebrity .celebrity__content .celebrity__text {
  width: 100%;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
  letter-spacing: 0.12px;
  margin-bottom: 32px;
}
.celebrity__wraper .celebrity .celebrity__content .celebrity__bottomText {
  width: 100%;
  color: #878F93;
  line-height: 150%;
  font-size: 16px;
  font-weight: 500;
}
.celebrity__wraper .celebrity .celebrity__img {
  width: 40.6666666667%;
  min-height: 300px;
  border-radius: 24px;
  overflow: hidden;
}
.celebrity__wraper .celebrity .celebrity__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.celebrityStory_wraper {
  width: 100%;
  font-family: "Inter", sans-serif;
  padding-top: 57px;
  padding-bottom: 44px;
}
.celebrityStory_wraper .celebrityStory {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.celebrityStory_wraper .celebrityStory .celebrityStory__img {
  width: 52.3333333333%;
  min-height: 452px;
  position: relative;
  z-index: 0;
  flex-shrink: 0;
  margin-right: 41px;
}
.celebrityStory_wraper .celebrityStory .celebrityStory__img .celebrityStoryImg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.celebrityStory_wraper .celebrityStory .celebrityStory__img .celebrityStoryIcon {
  position: absolute;
  width: 46px;
  right: -16px;
  bottom: 32px;
}
.celebrityStory_wraper .celebrityStory .celebrityStory__content .celebrityStory__text {
  width: 100%;
  color: #595959;
  line-height: 150%;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.08px;
}
.celebrityStory_wraper .celebrityStory .celebrityStory__content .celebrityStory__text:first-child {
  margin-bottom: 25px;
}
.celebrityStory_wraper .celebrityStory .celebrityStory__content .celebrityStory__text.celebrityStory__text_width {
  max-width: 442px;
}
.celebrityStory_wraper .celebrityStory .celebrityStory__content .celebrityStory__quote {
  width: 100%;
  background-color: #4C9174;
  border-radius: 24px;
  margin-top: 27px;
  margin-bottom: 28px;
  padding: 29px 70px 27.5px 32px;
}
.celebrityStory_wraper .celebrityStory .celebrityStory__content .celebrityStory__quote .celebrityStory__quoteText {
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 155%;
  font-weight: 400;
  letter-spacing: 0.14px;
  margin-bottom: 20px;
}
.celebrityStory_wraper .celebrityStory .celebrityStory__content .celebrityStory__quote .celebrityStory__quoteName {
  width: 100%;
  color: #A5C8BA;
  line-height: 150%;
  font-weight: 500;
  font-size: 16px;
}

.collaboration__wraper {
  width: 100%;
  font-family: "Inter", sans-serif;
  margin-bottom: 130px;
}
.collaboration__wraper .collaboration {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.collaboration__wraper .collaboration .collaboration__content {
  width: 100%;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.collaboration__wraper .collaboration .collaboration__content img {
  align-self: flex-start;
  width: 35px;
  margin-bottom: 18.5px;
}
.collaboration__wraper .collaboration .collaboration__content .collaboration__text {
  width: 100%;
  padding-left: 36px;
  color: #000000;
  line-height: 155%;
  font-weight: 400;
  letter-spacing: 0.14px;
  font-size: 18px;
}
.collaboration__wraper .collaboration .collaboration__img {
  flex-shrink: 0;
  width: 44.1666666667%;
  min-height: 338px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-left: 100px;
}
.collaboration__wraper .collaboration .collaboration__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews__wraper {
  width: 100%;
  font-family: "Inter", sans-serif;
  padding-top: 32px;
  padding-bottom: 130px;
}
.reviews__wraper .reviews {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.reviews__wraper .reviews .reviews__item {
  width: 30.5833333333%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  border-right: 1px solid #EFEFEF;
  padding-right: 12px;
}
.reviews__wraper .reviews .reviews__item:last-child {
  border-right: none;
}
.reviews__wraper .reviews .reviews__item .reviews__text {
  width: 100%;
  color: #595959;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 50px;
}
.reviews__wraper .reviews .reviews__item .reviews__user {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.reviews__wraper .reviews .reviews__item .reviews__user .reviews__userImg {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 18px;
}
.reviews__wraper .reviews .reviews__item .reviews__user .reviews__userImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews__wraper .reviews .reviews__item .reviews__user .reviews__userInfo {
  width: 100%;
}
.reviews__wraper .reviews .reviews__item .reviews__user .reviews__userInfo .reviews__userName {
  width: 100%;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 8px;
  font-family: "Roboto", sans-serif;
}
.reviews__wraper .reviews .reviews__item .reviews__user .reviews__userInfo .reviews__userTitle {
  width: 100%;
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  line-height: 171%;
  margin-bottom: 2px;
}
.reviews__wraper .reviews .reviews__item .reviews__user .reviews__userInfo .reviews__userProfit {
  width: 100%;
  color: #4C9174;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  font-family: "Roboto", sans-serif;
}

.stages__wraper {
  width: 100%;
  font-family: "Inter", sans-serif;
  padding-top: 36px;
  padding-bottom: 130px;
}
.stages__wraper .stages {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.stages__wraper .stages .stages__item {
  width: 29.1666666667%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}
.stages__wraper .stages .stages__item .line-as {
  display: block;
  position: absolute;
  top: 19px;
  left: 84px;
  width: calc(100% - 25px);
  height: 2px;
  background: repeating-linear-gradient(to right, #EEEEEE 0px, #EEEEEE 11px, transparent 10px, transparent 20px);
}
.stages__wraper .stages .stages__item .stages__number {
  width: 68px;
  height: 36px;
  border-radius: 20px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #455957;
  margin-bottom: 27px;
}
.stages__wraper .stages .stages__item .stages__number.s-n-2 {
  background-color: #4F9678;
}
.stages__wraper .stages .stages__item .stages__number.s-n-3 {
  background-color: #547C7C;
}
.stages__wraper .stages .stages__item .stages__text {
  width: 100%;
  color: #595959;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.questions__wraper {
  width: 100%;
  font-family: "Inter", sans-serif;
  padding-top: 36px;
  padding-bottom: 130px;
}
.questions__wraper .questions {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.questions__wraper .questions .questions__item {
  width: 100%;
  max-width: 995px;
  margin-bottom: 20px;
}
.questions__wraper .questions .questions__item:last-child {
  margin-bottom: 0;
}
.questions__wraper .questions .questions__item .questions__top {
  width: 100%;
  background-color: #FBFBFB;
  border-radius: 84px;
  padding: 13px 22px 13px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.questions__wraper .questions .questions__item .questions__top .questions__title {
  width: 100%;
  margin-right: 30px;
  color: #191919;
  font-size: 18px;
  font-weight: 600;
  line-height: 155%;
}
.questions__wraper .questions .questions__item .questions__top .questions__icon {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #CDF207;
  transition: all 0.2s;
  border-radius: 50px;
}
.questions__wraper .questions .questions__item .questions__top .questions__icon img {
  width: 16.5px;
  transition: all 0.2s;
}
.questions__wraper .questions .questions__item .questions__top.active .questions__icon {
  background-color: #C0E500;
}
.questions__wraper .questions .questions__item .questions__top.active .questions__icon img {
  transform: rotate(45deg);
}
.questions__wraper .questions .questions__item .questions__bottom {
  width: 100%;
  display: none;
  padding: 28px 200px 26px 32px;
}
.questions__wraper .questions .questions__item .questions__bottom .questions__text {
  width: 100%;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}
.questions__wraper .questions .questions__item .questions__bottom.questions__bottom_active {
  display: block;
}

.advantages__wraper{
  margin-bottom: 100px;
}
.info-block {
  padding-top: 35px;
   margin-bottom: 110px;
}
.expert{
  padding-top: 35px;
  padding-bottom: 110px;
}


.expert{
  width: 100%;
  font-family: "Inter", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: stretch;

}

.expert-items{
  width: 48%;
  padding: 30px 20px;
    border: 1px solid #547C7C;
}
.expert-name{
      width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.1px;
    color: #050505;
    margin-bottom: 16px;
}

.expert-items p{
  width: 100%;
    color: #595959;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}


@media screen and (max-width: 1300px) {
  .container {
    width: 900px;
  }
  .header .header__top .header__topContent {
    padding: 7px 0;
  }
  .header .header__top .header__topContent .header__topText {
    font-size: 16px;
    line-height: 141%;
  }
  .header .header__top .header__topContent .header__time {
    margin-left: 6px;
  }
  .header .header__top .header__topContent .header__time .header__timeCell {
    min-width: 36px;
    height: 30px;
    padding: 0 2px;
    border-radius: 3.3px;
    font-size: 19px;
    line-height: 19.79px;
  }
  .header .header__top .header__topContent .header__time .header__timeСolon {
    font-size: 18px;
    line-height: 19.79px;
    margin: 0 4px;
  }
  .header .header__block .header__blockContent {
    padding-top: 40px;
    padding-bottom: 90px;
  }
  .header .header__block .header__blockContent .header__left .header__logo {
    margin-bottom: 45px;
  }
  .header .header__block .header__blockContent .header__left .header__logo img {
    height: 41px;
  }
  .header .header__block .header__blockContent .header__left .header__logo span {
    margin-left: 5px;
    font-size: 27px;
  }
  .header .header__block .header__blockContent .header__left .header__subText {
    margin-bottom: 18px;
    font-size: 17px;
    letter-spacing: 0.15px;
    position: relative;
    z-index: 4;
  }
  .header .header__block .header__blockContent .header__left .header__title {
    font-size: 80px;
    line-height: 93.9325%;
    z-index: 4;
    margin-bottom: 10px;
  }
  .header .header__block .header__blockContent .header__left .header__subText_white {
    margin-bottom: 40px;
    padding-right: 140px;
  }
  .header .header__block .header__blockContent .header__left .header__cartsWraper .header__phone {
    right: -15px;
    top: -195px;
    height: 200px;
  }
  .header .header__block .header__blockContent .header__left .header__cartsWraper .header__cart {
    width: 48%;
    min-height: 190px;
    border-radius: 22px;
    padding: 20px 25px;
  }
  .header .header__block .header__blockContent .header__left .header__cartsWraper .header__cart img {
    bottom: 39px;
    right: -12px;
    width: 36px;
  }
  .header .header__block .header__blockContent .header__left .header__cartsWraper .header__cart .header__cartTitle {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .header .header__block .header__blockContent .header__left .header__cartsWraper .header__cart .header__cartText {
    font-size: 15px;
    padding-right: 0px;
  }
  .header .header__block .header__blockContent .header__right {
    width: 340px;
    margin-left: 20px;
  }
  .header .header__block .header__blockContent .header__right .header__form {
    border-radius: 22px;
    padding: 20px 20px;
  }
  .header .header__block .header__blockContent .header__right .header__form .header__formTitle {
    font-size: 19px;
    margin-bottom: 16px;
  }
  .header .header__block .header__blockContent .header__right .header__form .header__inputW {
    border-radius: 48px;
    margin-bottom: 12px;
  }
  .header .header__block .header__blockContent .header__right .header__form .header__inputW .header__input {
    height: 52px;
    padding-left: 20px;
    font-size: 15px;
  }
  .header .header__block .header__blockContent .header__right .header__form .header__inputW .header__input.header__input_tel {
    padding-left: 100px;
  }
  .header .header__block .header__blockContent .header__right .header__form .header__formButton {
    height: 56px;
    margin-top: 16px;
    border-radius: 50px;
    font-size: 17px;
  }
  .popup__wraper .popup__container .popup {
    width: 800px;
  }
  .popup__wraper .popup__container .popup .popup__phone {
    left: -20px;
    bottom: -2px;
    height: 330px;
  }
  .popup__wraper .popup__container .popup .popup__topText {
    padding: 0 30px;
    font-size: 65px;
    margin-bottom: 30px;
  }
  .popup__wraper .popup__container .popup .popup__block {
    padding: 0 30px;
  }
  .popup__wraper .popup__container .popup .popup__block .popup__left {
    padding-bottom: 330px;
  }
  .popup__wraper .popup__container .popup .popup__block .popup__left .popup__title {
    font-size: 50px;
    margin-bottom: 7px;
  }
  .popup__wraper .popup__container .popup .popup__block .popup__left .popup__text {
    font-size: 16.5px;
    margin-bottom: 30px;
  }
  .popup__wraper .popup__container .popup .popup__block .popup__right {
    padding-top: 10px;
    width: 340px;
    margin-left: 20px;
  }
  .popup__wraper .popup__container .popup .popup__block .popup__right .header__form {
    border-radius: 22px;
    padding: 20px 20px;
  }
  .popup__wraper .popup__container .popup .popup__block .popup__right .header__form .header__formTitle {
    font-size: 19px;
    margin-bottom: 16px;
  }
  .popup__wraper .popup__container .popup .popup__block .popup__right .header__form .header__inputW {
    border-radius: 48px;
    margin-bottom: 12px;
  }
  .popup__wraper .popup__container .popup .popup__block .popup__right .header__form .header__inputW .header__input {
    height: 52px;
    padding-left: 20px;
    font-size: 15px;
  }
  .popup__wraper .popup__container .popup .popup__block .popup__right .header__form .header__inputW .header__input.header__input_tel {
    padding-left: 100px;
  }
  .popup__wraper .popup__container .popup .popup__block .popup__right .header__form .header__formButton {
    height: 56px;
    margin-top: 16px;
    border-radius: 50px;
    font-size: 17px;
  }
  .popup__wraper .popup__container .popup .popup__block .popup__right .popup__bottom {
    padding: 20px 0;
  }
  .popup__wraper .popup__container .popup .popup__block .popup__right .popup__bottom .popup__logo {
    top: 22px;
    transform: translateX(calc(-100% - 15px));
  }
  .popup__wraper .popup__container .popup .popup__block .popup__right .popup__bottom .popup__logo img {
    height: 25px;
    margin-right: 3px;
  }
  .popup__wraper .popup__container .popup .popup__block .popup__right .popup__bottom .popup__logo span {
    font-size: 14px;
  }
  .popup__wraper .popup__container .popup .popup__block .popup__right .popup__bottom .popup__bottomText {
    font-size: 10px;
  }
  .mainTitle__wraper .subTitle {
    font-size: 16.5px;
    margin-bottom: 12px;
  }
  .mainTitle__wraper .mainTitle {
    font-size: 60px;
  }
  .mainTitle__wraper .mainTitle br {
    display: none;
  }
  .advantages__wraper {
    padding: 32px 0;
  }
  .advantages__wraper .advantages {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0px;
    row-gap: 38px;
  }
  .advantages__wraper .advantages .advantages__item .advantages__icon {
    width: 60px;
    height: 32px;
    margin-right: 20px;
    border-radius: 20px;
  }
  .advantages__wraper .advantages .advantages__item .advantages__icon img {
    height: 20px;
  }
  .advantages__wraper .advantages .advantages__item .advantages__icon.ad-i-2 img {
    height: 22px;
  }
  .advantages__wraper .advantages .advantages__item .advantages__content {
    padding-right: 30px;
  }
  .advantages__wraper .advantages .advantages__item .advantages__content .advantages__title {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .advantages__wraper .advantages .advantages__item .advantages__content .advantages__text {
    font-size: 15px;
  }
  .celebrity__wraper {
    margin-bottom: 110px;
  }
  .celebrity__wraper .celebrity .celebrity__content {
    width: 55.8333333333%;
    border-radius: 24px;
    padding: 35px 20px 35px 35px;
  }
  .celebrity__wraper .celebrity .celebrity__content .celebrity__text {
    font-size: 16.5px;
    letter-spacing: 0.12px;
    margin-bottom: 25px;
  }
  .celebrity__wraper .celebrity .celebrity__content .celebrity__bottomText {
    font-size: 15px;
  }
  .celebrity__wraper .celebrity .celebrity__img {
    width: 40.6666666667%;
    min-height: 250px;
    border-radius: 24px;
  }
  .celebrityStory_wraper {
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .celebrityStory_wraper .celebrityStory .celebrityStory__img {
    width: 52.3333333333%;
    min-height: 340px;
    margin-right: 30px;
  }
  .celebrityStory_wraper .celebrityStory .celebrityStory__img .celebrityStoryIcon {
    width: 46px;
    right: -16px;
    bottom: 32px;
  }
  .celebrityStory_wraper .celebrityStory .celebrityStory__content .celebrityStory__text {
    font-size: 15px;
    letter-spacing: 0.08px;
  }
  .celebrityStory_wraper .celebrityStory .celebrityStory__content .celebrityStory__text:first-child {
    margin-bottom: 17px;
  }
  .celebrityStory_wraper .celebrityStory .celebrityStory__content .celebrityStory__text.celebrityStory__text_width {
    max-width: auto;
  }
  .celebrityStory_wraper .celebrityStory .celebrityStory__content .celebrityStory__quote {
    border-radius: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 20px 20px 20px;
  }
  .celebrityStory_wraper .celebrityStory .celebrityStory__content .celebrityStory__quote .celebrityStory__quoteText {
    font-size: 16.5px;
    margin-bottom: 15px;
  }
  .celebrityStory_wraper .celebrityStory .celebrityStory__content .celebrityStory__quote .celebrityStory__quoteName {
    font-size: 15px;
  }
  .collaboration__wraper {
    margin-bottom: 110px;
  }
  .collaboration__wraper .collaboration .collaboration__content {
    padding-bottom: 5px;
  }
  .collaboration__wraper .collaboration .collaboration__content img {
    width: 30px;
    margin-bottom: 13px;
  }
  .collaboration__wraper .collaboration .collaboration__content .collaboration__text {
    padding-left: 27px;
    letter-spacing: 0.14px;
    font-size: 16.5px;
  }
  .collaboration__wraper .collaboration .collaboration__img {
    width: 43.5%;
    min-height: 250px;
    border-radius: 24px;
    margin-left: 40px;
  }
  .reviews__wraper {
    padding-top: 28px;
    padding-bottom: 110px;
  }
  .reviews__wraper .reviews .reviews__item {
    width: 32%;
    padding-right: 10px;
  }
  .reviews__wraper .reviews .reviews__item .reviews__text {
    font-size: 15px;
    margin-bottom: 35px;
  }
  .reviews__wraper .reviews .reviews__item .reviews__user .reviews__userImg {
    width: 80px;
    height: 80px;
    margin-right: 12px;
  }
  .reviews__wraper .reviews .reviews__item .reviews__user .reviews__userInfo .reviews__userName {
    font-size: 16.5px;
    margin-bottom: 8px;
  }
  .reviews__wraper .reviews .reviews__item .reviews__user .reviews__userInfo .reviews__userTitle {
    font-size: 13px;
    line-height: 130%;
    margin-bottom: 5px;
  }
  .reviews__wraper .reviews .reviews__item .reviews__user .reviews__userInfo .reviews__userProfit {
    font-size: 16px;
  }
  .stages__wraper {
    padding-top: 32px;
    padding-bottom: 110px;
  }
  .stages__wraper .stages .stages__item {
    width: 29.1666666667%;
  }
  .stages__wraper .stages .stages__item .line-as {
    top: 19px;
    left: 84px;
    width: calc(100% - 40px);
    height: 2px;
  }
  .stages__wraper .stages .stages__item .stages__number {
    width: 68px;
    height: 36px;
    border-radius: 20px;
    font-size: 16px;
    margin-bottom: 27px;
  }
  .stages__wraper .stages .stages__item .stages__text {
    font-size: 15px;
  }
  .questions__wraper {
    padding-top: 32px;
    padding-bottom: 110px;
  }
  .questions__wraper .questions .questions__item {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }
  .questions__wraper .questions .questions__item .questions__top {
    border-radius: 84px;
    padding: 12px 20px 12px 25px;
  }
  .questions__wraper .questions .questions__item .questions__top .questions__title {
    margin-right: 30px;
    font-size: 17px;
  }
  .questions__wraper .questions .questions__item .questions__top .questions__icon {
    width: 36px;
    height: 36px;
    border-radius: 50px;
  }
  .questions__wraper .questions .questions__item .questions__top .questions__icon img {
    width: 16px;
  }
  .questions__wraper .questions .questions__item .questions__bottom {
    padding: 24px 100px 15px 25px;
  }
  .questions__wraper .questions .questions__item .questions__bottom .questions__text {
    font-size: 17px;
    line-height: 155%;
  }

  .advantages__wraper{
  margin-bottom: 80px;
}
.info-block {
  padding-top: 28px;
   margin-bottom: 90px;
}
.expert{
  padding-top: 28px;
  padding-bottom: 90px;
}


.expert{

}

.expert-items{
  width: 48%;
  padding: 25px 15px;
  
}
.expert-name{
    font-size: 17px;
    margin-bottom: 14px;
}

.expert-items p{
    font-size: 15px;
}


}
@media screen and (max-width: 950px) {
  .container {
    width: 720px;
  }
  .header .header__top .header__topContent {
    padding: 6px 0;
  }
  .header .header__top .header__topContent .header__topText {
    font-size: 14px;
    line-height: 141%;
  }
  .header .header__top .header__topContent .header__time {
    margin-left: 6px;
  }
  .header .header__top .header__topContent .header__time .header__timeCell {
    min-width: 33px;
    height: 27px;
    padding: 0 2px;
    border-radius: 3.3px;
    font-size: 16.5px;
    line-height: 19.79px;
  }
  .header .header__top .header__topContent .header__time .header__timeСolon {
    font-size: 16px;
    line-height: 19.79px;
    margin: 0 4px;
  }
  .header .header__block .header__blockContent {
    padding-top: 35px;
    padding-bottom: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .header .header__block .header__blockContent .header__left {
    margin-bottom: 330px;
  }
  .header .header__block .header__blockContent .header__left .header__logo {
    margin-bottom: 30px;
  }
  .header .header__block .header__blockContent .header__left .header__logo img {
    height: 36px;
  }
  .header .header__block .header__blockContent .header__left .header__logo span {
    margin-left: 5px;
    font-size: 23px;
  }
  .header .header__block .header__blockContent .header__left .header__subText {
    margin-bottom: 16px;
    font-size: 15.5px;
    letter-spacing: 0.15px;
    position: relative;
    z-index: 4;
  }
  .header .header__block .header__blockContent .header__left .header__title {
    font-size: 65px;
    line-height: 93.9325%;
    z-index: 4;
    margin-bottom: 10px;
  }
  .header .header__block .header__blockContent .header__left .header__subText_white {
    margin-bottom: 30px;
    padding-right: 0px;
  }
  .header .header__block .header__blockContent .header__left .header__cartsWraper .header__phone {
    display: none;
  }
  .header .header__block .header__blockContent .header__left .header__cartsWraper .header__cart {
    width: 48%;
    min-height: 150px;
    border-radius: 20px;
    padding: 20px 20px;
  }
  .header .header__block .header__blockContent .header__left .header__cartsWraper .header__cart img {
    bottom: 39px;
    right: -12px;
    width: 30px;
  }
  .header .header__block .header__blockContent .header__left .header__cartsWraper .header__cart .header__cartTitle {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .header .header__block .header__blockContent .header__left .header__cartsWraper .header__cart .header__cartText {
    font-size: 14.5px;
    padding-right: 0px;
  }
  .header .header__block .header__blockContent .header__right {
    width: 500px;
    margin-left: 0px;
    position: relative;
  }
  .header .header__block .header__blockContent .header__right .TargForm {
    top: -100px;
  }
  .header .header__block .header__blockContent .header__right .header__rightPhone {
    display: block;
    position: absolute;
    left: 50%;
    top: -298px;
    z-index: -1;
    transform: translateX(-50%);
    height: 300px;
  }
  .header .header__block .header__blockContent .header__right .header__rightPhone img {
    height: 100%;
  }
  .header .header__block .header__blockContent .header__right .header__form {
    width: 100%;
    border-radius: 22px;
    padding: 30px 50px;
  }
  .header .header__block .header__blockContent .header__right .header__form .header__formTitle {
    font-size: 19px;
    margin-bottom: 16px;
  }
  .header .header__block .header__blockContent .header__right .header__form .header__inputW {
    border-radius: 48px;
    margin-bottom: 12px;
  }
  .header .header__block .header__blockContent .header__right .header__form .header__inputW .header__input {
    height: 52px;
    padding-left: 20px;
    font-size: 15px;
  }
  .header .header__block .header__blockContent .header__right .header__form .header__inputW .header__input.header__input_tel {
    padding-left: 100px;
  }
  .header .header__block .header__blockContent .header__right .header__form .header__formButton {
    height: 56px;
    margin-top: 16px;
    border-radius: 50px;
    font-size: 17px;
  }
  .popup__wraper .popup__container .popup {
    width: 650px;
  }
  .popup__wraper .popup__container .popup .popup__phone {
    left: -20px;
    bottom: -2px;
    height: 300px;
  }
  .popup__wraper .popup__container .popup .popup__topText {
    padding: 0 20px;
    font-size: 50px;
    margin-bottom: 25px;
  }
  .popup__wraper .popup__container .popup .popup__block {
    padding: 0 20px;
  }
  .popup__wraper .popup__container .popup .popup__block .popup__left {
    padding-bottom: 300px;
  }
  .popup__wraper .popup__container .popup .popup__block .popup__left .popup__title {
    font-size: 36px;
    margin-bottom: 7px;
  }
  .popup__wraper .popup__container .popup .popup__block .popup__left .popup__text {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .popup__wraper .popup__container .popup .popup__block .popup__right {
    padding-top: 10px;
    width: 320px;
    margin-left: 20px;
  }
  .popup__wraper .popup__container .popup .popup__block .popup__right .header__form {
    border-radius: 22px;
    padding: 20px 15px;
  }
  .popup__wraper .popup__container .popup .popup__block .popup__right .header__form .header__formTitle {
    font-size: 17px;
    margin-bottom: 16px;
  }
  .popup__wraper .popup__container .popup .popup__block .popup__right .header__form .header__inputW {
    border-radius: 48px;
    margin-bottom: 12px;
  }
  .popup__wraper .popup__container .popup .popup__block .popup__right .header__form .header__inputW .header__input {
    height: 48px;
    padding-left: 20px;
    font-size: 15px;
  }
  .popup__wraper .popup__container .popup .popup__block .popup__right .header__form .header__inputW .header__input.header__input_tel {
    padding-left: 100px;
  }
  .popup__wraper .popup__container .popup .popup__block .popup__right .header__form .header__formButton {
    height: 50px;
    margin-top: 16px;
    border-radius: 50px;
    font-size: 17px;
  }
  .popup__wraper .popup__container .popup .popup__block .popup__right .popup__bottom {
    padding: 15px 0;
  }
  .popup__wraper .popup__container .popup .popup__block .popup__right .popup__bottom .popup__logo {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-bottom: 10px;
  }
  .popup__wraper .popup__container .popup .popup__block .popup__right .popup__bottom .popup__logo img {
    height: 25px;
    margin-right: 3px;
  }
  .popup__wraper .popup__container .popup .popup__block .popup__right .popup__bottom .popup__logo span {
    font-size: 14px;
  }
  .popup__wraper .popup__container .popup .popup__block .popup__right .popup__bottom .popup__bottomText {
    font-size: 9px;
  }
  .mainTitle__wraper .subTitle {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .mainTitle__wraper .mainTitle {
    font-size: 45px;
  }
  .mainTitle__wraper .mainTitle br {
    display: none;
  }
  .advantages__wraper {
    padding: 32px 0;
  }
  .advantages__wraper .advantages {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0px;
    row-gap: 35px;
  }
  .advantages__wraper .advantages .advantages__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .advantages__wraper .advantages .advantages__item .advantages__icon {
    width: 60px;
    height: 32px;
    margin-right: 0px;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .advantages__wraper .advantages .advantages__item .advantages__icon img {
    height: 20px;
  }
  .advantages__wraper .advantages .advantages__item .advantages__icon.ad-i-2 img {
    height: 22px;
  }
  .advantages__wraper .advantages .advantages__item .advantages__content {
    padding-right: 0px;
  }
  .advantages__wraper .advantages .advantages__item .advantages__content .advantages__title {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
  }
  .advantages__wraper .advantages .advantages__item .advantages__content .advantages__text {
    text-align: center;
    font-size: 15px;
  }
  .celebrity__wraper {
    margin-bottom: 90px;
  }
  .celebrity__wraper .celebrity .celebrity__content {
    width: 59%;
    border-radius: 17px;
    padding: 20px 15px 20px 20px;
  }
  .celebrity__wraper .celebrity .celebrity__content .celebrity__text {
    font-size: 16px;
    letter-spacing: 0.12px;
    margin-bottom: 15px;
  }
  .celebrity__wraper .celebrity .celebrity__content .celebrity__bottomText {
    font-size: 14.5px;
  }
  .celebrity__wraper .celebrity .celebrity__img {
    width: 38%;
    min-height: 200px;
    border-radius: 17px;
  }
  .celebrityStory_wraper {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .celebrityStory_wraper .celebrityStory {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .celebrityStory_wraper .celebrityStory .celebrityStory__img {
    width: 500px;
    margin-bottom: 35px;
    min-height: auto;
    margin-right: 0px;
  }
  .celebrityStory_wraper .celebrityStory .celebrityStory__img .celebrityStoryImg {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .celebrityStory_wraper .celebrityStory .celebrityStory__img .celebrityStoryIcon {
    width: 46px;
    right: -16px;
    bottom: 32px;
  }
  .celebrityStory_wraper .celebrityStory .celebrityStory__content .celebrityStory__text {
    font-size: 15px;
    letter-spacing: 0.08px;
  }
  .celebrityStory_wraper .celebrityStory .celebrityStory__content .celebrityStory__text:first-child {
    margin-bottom: 17px;
  }
  .celebrityStory_wraper .celebrityStory .celebrityStory__content .celebrityStory__text.celebrityStory__text_width {
    max-width: none;
  }
  .celebrityStory_wraper .celebrityStory .celebrityStory__content .celebrityStory__quote {
    border-radius: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 20px 20px 20px;
  }
  .celebrityStory_wraper .celebrityStory .celebrityStory__content .celebrityStory__quote .celebrityStory__quoteText {
    font-size: 16.5px;
    margin-bottom: 15px;
  }
  .celebrityStory_wraper .celebrityStory .celebrityStory__content .celebrityStory__quote .celebrityStory__quoteName {
    font-size: 15px;
  }
  .collaboration__wraper {
    margin-bottom: 90px;
  }
  .collaboration__wraper .collaboration {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column-reverse;
  }
  .collaboration__wraper .collaboration .collaboration__content {
    padding-bottom: 5px;
  }
  .collaboration__wraper .collaboration .collaboration__content img {
    width: 30px;
    margin-bottom: 13px;
  }
  .collaboration__wraper .collaboration .collaboration__content .collaboration__text {
    padding-left: 27px;
    letter-spacing: 0.14px;
    font-size: 16px;
  }
  .collaboration__wraper .collaboration .collaboration__img {
    width: 500px;
    min-height: 320px;
    border-radius: 17px;
    margin-left: 0px;
    margin-bottom: 30px;
  }
  .reviews__wraper {
    padding-top: 28px;
    padding-bottom: 90px;
  }
  .reviews__wraper .reviews {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .reviews__wraper .reviews .reviews__item {
    width: 100%;
    padding-right: 0px;
    border-right: none;
    margin-bottom: 45px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column-reverse;
  }
  .reviews__wraper .reviews .reviews__item:last-child {
    margin-bottom: 0;
  }
  .reviews__wraper .reviews .reviews__item .reviews__text {
    font-size: 15px;
    margin-bottom: 0px;
    text-align: center;
  }
  .reviews__wraper .reviews .reviews__item .reviews__user {
    width: auto;
    display: inline-flex;
    margin-bottom: 20px;
  }
  .reviews__wraper .reviews .reviews__item .reviews__user .reviews__userImg {
    width: 80px;
    height: 80px;
    margin-right: 12px;
  }
  .reviews__wraper .reviews .reviews__item .reviews__user .reviews__userInfo .reviews__userName {
    font-size: 16.5px;
    margin-bottom: 8px;
  }
  .reviews__wraper .reviews .reviews__item .reviews__user .reviews__userInfo .reviews__userTitle {
    font-size: 13px;
    line-height: 130%;
    margin-bottom: 5px;
  }
  .reviews__wraper .reviews .reviews__item .reviews__user .reviews__userInfo .reviews__userProfit {
    font-size: 16px;
  }
  .stages__wraper {
    padding-top: 28px;
    padding-bottom: 90px;
  }
  .stages__wraper .stages .stages__item {
    width: 31%;
  }
  .stages__wraper .stages .stages__item .line-as {
    top: 17px;
    left: 60px;
    width: 100%;
    height: 2px;
    z-index: -1;
  }
  .stages__wraper .stages .stages__item .stages__number {
    width: 68px;
    height: 36px;
    border-radius: 20px;
    font-size: 16px;
    margin-bottom: 27px;
  }
  .stages__wraper .stages .stages__item .stages__text {
    font-size: 14px;
  }
  .questions__wraper {
    padding-top: 28px;
    padding-bottom: 90px;
  }
  .questions__wraper .questions .questions__item {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }
  .questions__wraper .questions .questions__item .questions__top {
    border-radius: 84px;
    padding: 11px 11px 11px 25px;
  }
  .questions__wraper .questions .questions__item .questions__top .questions__title {
    margin-right: 30px;
    font-size: 16px;
  }
  .questions__wraper .questions .questions__item .questions__top .questions__icon {
    width: 34px;
    height: 34px;
    border-radius: 50px;
  }
  .questions__wraper .questions .questions__item .questions__top .questions__icon img {
    width: 16px;
  }
  .questions__wraper .questions .questions__item .questions__bottom {
    padding: 24px 20px 15px 25px;
  }
  .questions__wraper .questions .questions__item .questions__bottom .questions__text {
    font-size: 16px;
    line-height: 155%;
  }

  .expert{
    flex-direction: column;
}

.expert-items{
  width: 100%;
  padding: 25px 15px;
  margin-bottom: 20px;
  
}
.expert-name{
    font-size: 17px;
    margin-bottom: 14px;
}

.expert-items p{
    font-size: 15px;
}
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .popup__wraper {
    display: none;
  }
}
@media screen and (max-width: 670px) {
  .celebrity__wraper {
    margin-bottom: 90px;
  }
  .celebrity__wraper .celebrity {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column-reverse;
  }
  .celebrity__wraper .celebrity .celebrity__content {
    width: 500px;
    border-radius: 17px;
    padding: 20px 15px 20px 20px;
  }
  .celebrity__wraper .celebrity .celebrity__content .celebrity__text {
    font-size: 16px;
    letter-spacing: 0.12px;
    margin-bottom: 15px;
  }
  .celebrity__wraper .celebrity .celebrity__content .celebrity__bottomText {
    font-size: 14.5px;
  }
  .celebrity__wraper .celebrity .celebrity__img {
    width: 500px;
    min-height: auto;
    border-radius: 17px;
    margin-bottom: 30px;
  }
  .stages__wraper {
    padding-top: 28px;
    padding-bottom: 90px;
  }
  .stages__wraper .stages {
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .stages__wraper .stages .stages__item {
    width: 80%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin-bottom: 70px;
  }
  .stages__wraper .stages .stages__item:last-child {
    margin-bottom: 0;
  }
  .stages__wraper .stages .stages__item .line-as {
    top: auto;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
    width: 50px;
    height: 2px;
    z-index: -1;
  }
  .stages__wraper .stages .stages__item .stages__number {
    width: 68px;
    height: 36px;
    border-radius: 20px;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .stages__wraper .stages .stages__item .stages__text {
    text-align: center;
    font-size: 15px;
  }
}
@media screen and (max-width: 580px) {
  .header .header__top .header__topContent {
    padding: 5px 0;
  }
  .header .header__top .header__topContent .header__topText {
    font-size: 13px;
    line-height: 141%;
  }
  .header .header__top .header__topContent .header__time {
    margin-left: 6px;
  }
  .header .header__top .header__topContent .header__time .header__timeCell {
    min-width: 31px;
    height: 25px;
    padding: 0 2px;
    border-radius: 3px;
    font-size: 15px;
    line-height: 19.79px;
  }
  .header .header__top .header__topContent .header__time .header__timeСolon {
    font-size: 15px;
    line-height: 19.79px;
    margin: 0 4px;
  }
  .header .header__block .header__blockContent {
    padding-top: 30px;
    padding-bottom: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .header .header__block .header__blockContent .header__left {
    margin-bottom: 305px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .header .header__block .header__blockContent .header__left .header__logo {
    margin-bottom: 30px;
  }
  .header .header__block .header__blockContent .header__left .header__logo img {
    height: 36px;
  }
  .header .header__block .header__blockContent .header__left .header__logo span {
    margin-left: 5px;
    font-size: 23px;
  }
  .header .header__block .header__blockContent .header__left .header__subText {
    text-align: center;
    margin-bottom: 16px;
    font-size: 15.5px;
    letter-spacing: 0.15px;
    position: relative;
    z-index: 4;
  }
  .header .header__block .header__blockContent .header__left .header__title {
    text-align: center;
    font-size: 65px;
    line-height: 93.9325%;
    z-index: 4;
    margin-bottom: 10px;
  }
  .header .header__block .header__blockContent .header__left .header__subText_white {
    margin-bottom: 30px;
    padding-right: 0px;
  }
  .header .header__block .header__blockContent .header__left .header__cartsWraper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .header .header__block .header__blockContent .header__left .header__cartsWraper .header__phone {
    display: none;
  }
  .header .header__block .header__blockContent .header__left .header__cartsWraper .header__cart {
    width: 100%;
    min-height: auto;
    border-radius: 20px;
    padding: 18px 20px;
    margin-bottom: 25px;
  }
  .header .header__block .header__blockContent .header__left .header__cartsWraper .header__cart img {
    bottom: 20px;
    right: -12px;
    width: 30px;
  }
  .header .header__block .header__blockContent .header__left .header__cartsWraper .header__cart .header__cartTitle {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .header .header__block .header__blockContent .header__left .header__cartsWraper .header__cart .header__cartText {
    font-size: 14.5px;
    padding-right: 0px;
  }
  .header .header__block .header__blockContent .header__right {
    width: 100%;
    margin-left: 0px;
    position: relative;
  }
  .header .header__block .header__blockContent .header__right .header__rightPhone {
    display: block;
    position: absolute;
    left: 50%;
    top: -298px;
    z-index: -1;
    transform: translateX(-50%);
    height: 300px;
  }
  .header .header__block .header__blockContent .header__right .header__rightPhone img {
    height: 100%;
  }
  .header .header__block .header__blockContent .header__right .header__form {
    width: 100%;
    border-radius: 20px;
    padding: 30px 50px;
  }
  .header .header__block .header__blockContent .header__right .header__form .header__formTitle {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .header .header__block .header__blockContent .header__right .header__form .header__inputW {
    border-radius: 48px;
    margin-bottom: 12px;
  }
  .header .header__block .header__blockContent .header__right .header__form .header__inputW .header__input {
    height: 48px;
    padding-left: 20px;
    font-size: 15px;
  }
  .header .header__block .header__blockContent .header__right .header__form .header__inputW .header__input.header__input_tel {
    padding-left: 100px;
  }
  .header .header__block .header__blockContent .header__right .header__form .header__formButton {
    height: 52px;
    margin-top: 16px;
    border-radius: 50px;
    font-size: 17px;
  }
  .mainTitle__wraper .subTitle {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .mainTitle__wraper .mainTitle {
    font-size: 37px;
  }
  .mainTitle__wraper .mainTitle br {
    display: none;
  }
  .advantages__wraper {
    padding: 32px 0;
  }
  .advantages__wraper .advantages {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0px;
    row-gap: 35px;
  }
  .advantages__wraper .advantages .advantages__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .advantages__wraper .advantages .advantages__item .advantages__icon {
    width: 60px;
    height: 32px;
    margin-right: 0px;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .advantages__wraper .advantages .advantages__item .advantages__icon img {
    height: 20px;
  }
  .advantages__wraper .advantages .advantages__item .advantages__icon.ad-i-2 img {
    height: 22px;
  }
  .advantages__wraper .advantages .advantages__item .advantages__content {
    padding-right: 0px;
  }
  .advantages__wraper .advantages .advantages__item .advantages__content .advantages__title {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
  }
  .advantages__wraper .advantages .advantages__item .advantages__content .advantages__text {
    text-align: center;
    font-size: 15px;
  }
  .celebrity__wraper {
    margin-bottom: 70px;
  }
  .celebrity__wraper .celebrity {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column-reverse;
  }
  .celebrity__wraper .celebrity .celebrity__content {
    width: 100%;
    border-radius: 17px;
    padding: 20px 15px 20px 20px;
  }
  .celebrity__wraper .celebrity .celebrity__content .celebrity__text {
    font-size: 15.5px;
    letter-spacing: 0.12px;
    margin-bottom: 15px;
  }
  .celebrity__wraper .celebrity .celebrity__content .celebrity__bottomText {
    font-size: 14.5px;
  }
  .celebrity__wraper .celebrity .celebrity__img {
    width: 100%;
    min-height: none;
    border-radius: 17px;
    margin-bottom: 20px;
  }
  .celebrityStory_wraper {
    padding-top: 20px;
    padding-bottom: 35px;
  }
  .celebrityStory_wraper .celebrityStory {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .celebrityStory_wraper .celebrityStory .celebrityStory__img {
    width: 100%;
    margin-bottom: 20px;
    min-height: none;
    margin-right: 0px;
  }
  .celebrityStory_wraper .celebrityStory .celebrityStory__img .celebrityStoryImg {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .celebrityStory_wraper .celebrityStory .celebrityStory__img .celebrityStoryIcon {
    width: 46px;
    right: -5px;
    bottom: -10px;
  }
  .celebrityStory_wraper .celebrityStory .celebrityStory__content .celebrityStory__text {
    font-size: 15px;
    letter-spacing: 0.08px;
  }
  .celebrityStory_wraper .celebrityStory .celebrityStory__content .celebrityStory__text:first-child {
    margin-bottom: 17px;
  }
  .celebrityStory_wraper .celebrityStory .celebrityStory__content .celebrityStory__text.celebrityStory__text_width {
    max-width: auto;
  }
  .celebrityStory_wraper .celebrityStory .celebrityStory__content .celebrityStory__quote {
    border-radius: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 20px 20px 20px;
  }
  .celebrityStory_wraper .celebrityStory .celebrityStory__content .celebrityStory__quote .celebrityStory__quoteText {
    font-size: 15.5px;
    margin-bottom: 15px;
  }
  .celebrityStory_wraper .celebrityStory .celebrityStory__content .celebrityStory__quote .celebrityStory__quoteName {
    font-size: 15px;
  }
  .collaboration__wraper {
    margin-bottom: 70px;
  }
  .collaboration__wraper .collaboration {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column-reverse;
  }
  .collaboration__wraper .collaboration .collaboration__content {
    padding-bottom: 5px;
  }
  .collaboration__wraper .collaboration .collaboration__content img {
    width: 30px;
    margin-bottom: 13px;
  }
  .collaboration__wraper .collaboration .collaboration__content .collaboration__text {
    padding-left: 0px;
    letter-spacing: 0.14px;
    font-size: 15.5px;
  }
  .collaboration__wraper .collaboration .collaboration__img {
    width: 100%;
    min-height: auto;
    border-radius: 17px;
    margin-left: 0px;
    margin-bottom: 30px;
  }
  .collaboration__wraper .collaboration .collaboration__img img {
    position: relative;
    left: auto;
    top: auto;
  }
  .reviews__wraper {
    padding-top: 28px;
    padding-bottom: 70px;
  }
  .reviews__wraper .reviews {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .reviews__wraper .reviews .reviews__item {
    width: 100%;
    padding-right: 0px;
    border-right: none;
    margin-bottom: 45px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column-reverse;
  }
  .reviews__wraper .reviews .reviews__item:last-child {
    margin-bottom: 0;
  }
  .reviews__wraper .reviews .reviews__item .reviews__text {
    font-size: 15px;
    margin-bottom: 0px;
    text-align: center;
  }
  .reviews__wraper .reviews .reviews__item .reviews__user {
    width: auto;
    display: inline-flex;
    margin-bottom: 20px;
  }
  .reviews__wraper .reviews .reviews__item .reviews__user .reviews__userImg {
    width: 80px;
    height: 80px;
    margin-right: 12px;
  }
  .reviews__wraper .reviews .reviews__item .reviews__user .reviews__userInfo .reviews__userName {
    font-size: 16.5px;
    margin-bottom: 8px;
  }
  .reviews__wraper .reviews .reviews__item .reviews__user .reviews__userInfo .reviews__userTitle {
    font-size: 13px;
    line-height: 130%;
    margin-bottom: 5px;
  }
  .reviews__wraper .reviews .reviews__item .reviews__user .reviews__userInfo .reviews__userProfit {
    font-size: 16px;
  }
  .stages__wraper {
    padding-top: 28px;
    padding-bottom: 70px;
  }
  .stages__wraper .stages {
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .stages__wraper .stages .stages__item {
    width: 80%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin-bottom: 70px;
  }
  .stages__wraper .stages .stages__item:last-child {
    margin-bottom: 0;
  }
  .stages__wraper .stages .stages__item .line-as {
    top: auto;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
    width: 50px;
    height: 2px;
    z-index: -1;
  }
  .stages__wraper .stages .stages__item .stages__number {
    width: 68px;
    height: 36px;
    border-radius: 20px;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .stages__wraper .stages .stages__item .stages__text {
    text-align: center;
    font-size: 15px;
  }
  .questions__wraper {
    padding-top: 28px;
    padding-bottom: 70px;
  }
  .questions__wraper .questions .questions__item {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }
  .questions__wraper .questions .questions__item .questions__top {
    border-radius: 84px;
    padding: 11px 11px 11px 25px;
  }
  .questions__wraper .questions .questions__item .questions__top .questions__title {
    margin-right: 30px;
    font-size: 15px;
  }
  .questions__wraper .questions .questions__item .questions__top .questions__icon {
    width: 34px;
    height: 34px;
    border-radius: 50px;
  }
  .questions__wraper .questions .questions__item .questions__top .questions__icon img {
    width: 16px;
  }
  .questions__wraper .questions .questions__item .questions__bottom {
    padding: 24px 20px 15px 25px;
  }
  .questions__wraper .questions .questions__item .questions__bottom .questions__text {
    font-size: 15px;
    line-height: 155%;
  }

    .advantages__wraper{
  margin-bottom: 60px;
}
.info-block {
  padding-top: 25px;
   margin-bottom: 70px;
}
.expert{
  padding-top: 25px;
  padding-bottom: 70px;
}
}
@media screen and (max-width: 520px) {
  .header .header__top .header__topContent {
    padding: 5px 0;
  }
  .header .header__top .header__topContent .header__topText {
    font-size: 13px;
    line-height: 141%;
  }
  .header .header__top .header__topContent .header__time {
    margin-left: 6px;
  }
  .header .header__top .header__topContent .header__time .header__timeCell {
    min-width: 31px;
    height: 25px;
    padding: 0 2px;
    border-radius: 3px;
    font-size: 15px;
    line-height: 19.79px;
  }
  .header .header__top .header__topContent .header__time .header__timeСolon {
    font-size: 15px;
    line-height: 19.79px;
    margin: 0 4px;
  }
  .header .header__block .header__blockContent {
    padding-top: 30px;
    padding-bottom: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .header .header__block .header__blockContent .header__left {
    margin-bottom: 305px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .header .header__block .header__blockContent .header__left .header__logo {
    margin-bottom: 30px;
  }
  .header .header__block .header__blockContent .header__left .header__logo img {
    height: 36px;
  }
  .header .header__block .header__blockContent .header__left .header__logo span {
    margin-left: 5px;
    font-size: 23px;
  }
  .header .header__block .header__blockContent .header__left .header__subText {
    text-align: center;
    margin-bottom: 16px;
    font-size: 15.5px;
    letter-spacing: 0.15px;
    position: relative;
    z-index: 4;
  }
  .header .header__block .header__blockContent .header__left .header__title {
    text-align: center;
    font-size: 65px;
    line-height: 93.9325%;
    z-index: 4;
    margin-bottom: 10px;
  }
  .header .header__block .header__blockContent .header__left .header__subText_white {
    margin-bottom: 30px;
    padding-right: 0px;
  }
  .header .header__block .header__blockContent .header__left .header__cartsWraper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .header .header__block .header__blockContent .header__left .header__cartsWraper .header__phone {
    display: none;
  }
  .header .header__block .header__blockContent .header__left .header__cartsWraper .header__cart {
    width: 100%;
    min-height: auto;
    border-radius: 20px;
    padding: 18px 20px;
    margin-bottom: 25px;
  }
  .header .header__block .header__blockContent .header__left .header__cartsWraper .header__cart img {
    bottom: 20px;
    right: -12px;
    width: 30px;
  }
  .header .header__block .header__blockContent .header__left .header__cartsWraper .header__cart .header__cartTitle {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .header .header__block .header__blockContent .header__left .header__cartsWraper .header__cart .header__cartText {
    font-size: 14.5px;
    padding-right: 0px;
  }
  .header .header__block .header__blockContent .header__right {
    width: 100%;
    margin-left: 0px;
    position: relative;
  }
  .header .header__block .header__blockContent .header__right .header__rightPhone {
    display: block;
    position: absolute;
    left: 50%;
    top: -298px;
    z-index: -1;
    transform: translateX(-50%);
    height: 300px;
  }
  .header .header__block .header__blockContent .header__right .header__rightPhone img {
    height: 100%;
  }
  .header .header__block .header__blockContent .header__right .header__form {
    width: 100%;
    border-radius: 20px;
    padding: 30px 20px;
  }
  .header .header__block .header__blockContent .header__right .header__form .header__formTitle {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .header .header__block .header__blockContent .header__right .header__form .header__inputW {
    border-radius: 48px;
    margin-bottom: 12px;
  }
  .header .header__block .header__blockContent .header__right .header__form .header__inputW .header__input {
    height: 48px;
    padding-left: 20px;
    font-size: 15px;
  }
  .header .header__block .header__blockContent .header__right .header__form .header__inputW .header__input.header__input_tel {
    padding-left: 100px;
  }
  .header .header__block .header__blockContent .header__right .header__form .header__formButton {
    height: 52px;
    margin-top: 16px;
    border-radius: 50px;
    font-size: 17px;
  }
  .questions__wraper {
    padding-top: 28px;
    padding-bottom: 70px;
  }
  .questions__wraper .questions .questions__item {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }
  .questions__wraper .questions .questions__item .questions__top {
    border-radius: 20px;
    padding: 11px 11px 11px 25px;
  }
  .questions__wraper .questions .questions__item .questions__top .questions__title {
    margin-right: 15px;
    font-size: 14.5px;
  }
  .questions__wraper .questions .questions__item .questions__top .questions__icon {
    width: 34px;
    height: 34px;
    border-radius: 50px;
  }
  .questions__wraper .questions .questions__item .questions__top .questions__icon img {
    width: 16px;
  }
  .questions__wraper .questions .questions__item .questions__bottom {
    padding: 24px 20px 15px 25px;
  }
  .questions__wraper .questions .questions__item .questions__bottom .questions__text {
    font-size: 14.5px;
    line-height: 155%;
  }
}
@media screen and (max-width: 425px) {
  .container {
    padding: 0 15px;
  }
  .header .header__top .header__topContent {
    padding: 5px 0;
  }
  .header .header__top .header__topContent .header__topText {
    font-size: 13px;
    line-height: 130%;
  }
  .header .header__top .header__topContent .header__time {
    margin-left: 6px;
  }
  .header .header__top .header__topContent .header__time .header__timeCell {
    min-width: 31px;
    height: 25px;
    padding: 0 2px;
    border-radius: 3px;
    font-size: 15px;
    line-height: 19.79px;
  }
  .header .header__top .header__topContent .header__time .header__timeСolon {
    font-size: 15px;
    line-height: 19.79px;
    margin: 0 4px;
  }
  .header .header__block .header__blockContent {
    padding-top: 30px;
    padding-bottom: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .header .header__block .header__blockContent .header__left {
    margin-bottom: 285px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .header .header__block .header__blockContent .header__left .header__logo {
    margin-bottom: 25px;
  }
  .header .header__block .header__blockContent .header__left .header__logo img {
    height: 34px;
  }
  .header .header__block .header__blockContent .header__left .header__logo span {
    margin-left: 5px;
    font-size: 21px;
  }
  .header .header__block .header__blockContent .header__left .header__subText {
    text-align: center;
    margin-bottom: 16px;
    font-size: 15px;
    letter-spacing: 0.15px;
    position: relative;
    z-index: 4;
  }
  .header .header__block .header__blockContent .header__left .header__title {
    text-align: center;
    font-size: 50px;
    line-height: 93.9325%;
    z-index: 4;
    margin-bottom: 10px;
  }
  .header .header__block .header__blockContent .header__left .header__subText_white {
    margin-bottom: 25px;
    padding-right: 0px;
  }
  .header .header__block .header__blockContent .header__left .header__cartsWraper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .header .header__block .header__blockContent .header__left .header__cartsWraper .header__phone {
    display: none;
  }
  .header .header__block .header__blockContent .header__left .header__cartsWraper .header__cart {
    width: 100%;
    min-height: auto;
    border-radius: 15px;
    padding: 15px 15px;
    margin-bottom: 20px;
  }
  .header .header__block .header__blockContent .header__left .header__cartsWraper .header__cart img {
    bottom: 20px;
    right: -12px;
    width: 30px;
  }
  .header .header__block .header__blockContent .header__left .header__cartsWraper .header__cart .header__cartTitle {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .header .header__block .header__blockContent .header__left .header__cartsWraper .header__cart .header__cartText {
    font-size: 14px;
    padding-right: 0px;
  }
  .header .header__block .header__blockContent .header__right {
    width: 100%;
    margin-left: 0px;
    position: relative;
  }
  .header .header__block .header__blockContent .header__right .header__rightPhone {
    display: block;
    position: absolute;
    left: 50%;
    top: -278px;
    z-index: -1;
    transform: translateX(-50%);
    height: 280px;
  }
  .header .header__block .header__blockContent .header__right .header__rightPhone img {
    height: 100%;
  }
  .header .header__block .header__blockContent .header__right .header__form {
    width: 100%;
    border-radius: 20px;
    padding: 25px 15px;
  }
  .header .header__block .header__blockContent .header__right .header__form .header__formTitle {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .header .header__block .header__blockContent .header__right .header__form .header__inputW {
    border-radius: 48px;
    margin-bottom: 12px;
  }
  .header .header__block .header__blockContent .header__right .header__form .header__inputW .header__input {
    height: 45px;
    padding-left: 20px;
    font-size: 14.5px;
  }
  .header .header__block .header__blockContent .header__right .header__form .header__inputW .header__input.header__input_tel {
    padding-left: 100px;
  }
  .header .header__block .header__blockContent .header__right .header__form .header__formButton {
    height: 50px;
    margin-top: 16px;
    border-radius: 50px;
    font-size: 16px;
  }
  .mainTitle__wraper .subTitle {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .mainTitle__wraper .mainTitle {
    font-size: 33px;
  }
  .mainTitle__wraper .mainTitle br {
    display: none;
  }
  .advantages__wraper {
    padding: 32px 0;
  }
  .advantages__wraper .advantages {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0px;
    row-gap: 30px;
  }
  .advantages__wraper .advantages .advantages__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .advantages__wraper .advantages .advantages__item .advantages__icon {
    width: 60px;
    height: 32px;
    margin-right: 0px;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .advantages__wraper .advantages .advantages__item .advantages__icon img {
    height: 20px;
  }
  .advantages__wraper .advantages .advantages__item .advantages__icon.ad-i-2 img {
    height: 22px;
  }
  .advantages__wraper .advantages .advantages__item .advantages__content {
    padding-right: 0px;
  }
  .advantages__wraper .advantages .advantages__item .advantages__content .advantages__title {
    font-size: 14.5px;
    margin-bottom: 10px;
    text-align: center;
  }
  .advantages__wraper .advantages .advantages__item .advantages__content .advantages__title br {
    display: none;
  }
  .advantages__wraper .advantages .advantages__item .advantages__content .advantages__text {
    text-align: center;
    font-size: 14.5px;
  }
  .celebrity__wraper {
    margin-bottom: 60px;
  }
  .celebrity__wraper .celebrity {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column-reverse;
  }
  .celebrity__wraper .celebrity .celebrity__content {
    width: 100%;
    border-radius: 17px;
    padding: 20px 15px 20px 15px;
  }
  .celebrity__wraper .celebrity .celebrity__content .celebrity__text {
    font-size: 15px;
    letter-spacing: 0.12px;
    margin-bottom: 15px;
  }
  .celebrity__wraper .celebrity .celebrity__content .celebrity__bottomText {
    font-size: 14px;
  }
  .celebrity__wraper .celebrity .celebrity__content .celebrity__bottomText br {
    display: none;
  }
  .celebrity__wraper .celebrity .celebrity__img {
    width: 100%;
    min-height: auto;
    border-radius: 17px;
    margin-bottom: 15px;
  }
  .celebrityStory_wraper {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .celebrityStory_wraper .celebrityStory {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .celebrityStory_wraper .celebrityStory .celebrityStory__img {
    width: 100%;
    margin-bottom: 20px;
    min-height: auto;
    margin-right: 0px;
  }
  .celebrityStory_wraper .celebrityStory .celebrityStory__img .celebrityStoryImg {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .celebrityStory_wraper .celebrityStory .celebrityStory__img .celebrityStoryIcon {
    width: 35px;
    right: -5px;
    bottom: -10px;
  }
  .celebrityStory_wraper .celebrityStory .celebrityStory__content .celebrityStory__text {
    font-size: 14.5px;
    letter-spacing: 0.08px;
  }
  .celebrityStory_wraper .celebrityStory .celebrityStory__content .celebrityStory__text:first-child {
    margin-bottom: 17px;
  }
  .celebrityStory_wraper .celebrityStory .celebrityStory__content .celebrityStory__text.celebrityStory__text_width {
    max-width: auto;
  }
  .celebrityStory_wraper .celebrityStory .celebrityStory__content .celebrityStory__quote {
    border-radius: 17px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px 15px 15px 15px;
  }
  .celebrityStory_wraper .celebrityStory .celebrityStory__content .celebrityStory__quote .celebrityStory__quoteText {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .celebrityStory_wraper .celebrityStory .celebrityStory__content .celebrityStory__quote .celebrityStory__quoteName {
    font-size: 14.5px;
  }
  .collaboration__wraper {
    margin-bottom: 60px;
  }
  .collaboration__wraper .collaboration {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column-reverse;
  }
  .collaboration__wraper .collaboration .collaboration__content {
    padding-bottom: 5px;
  }
  .collaboration__wraper .collaboration .collaboration__content img {
    width: 25px;
    margin-bottom: 10px;
  }
  .collaboration__wraper .collaboration .collaboration__content .collaboration__text {
    padding-left: 0px;
    letter-spacing: 0.14px;
    font-size: 15px;
  }
  .collaboration__wraper .collaboration .collaboration__img {
    width: 100%;
    min-height: auto;
    border-radius: 17px;
    margin-left: 0px;
    margin-bottom: 30px;
  }
  .collaboration__wraper .collaboration .collaboration__img img {
    position: relative;
    left: auto;
    top: auto;
  }
  .reviews__wraper {
    padding-top: 28px;
    padding-bottom: 60px;
  }
  .reviews__wraper .reviews {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .reviews__wraper .reviews .reviews__item {
    width: 100%;
    padding-right: 0px;
    border-right: none;
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column-reverse;
  }
  .reviews__wraper .reviews .reviews__item:last-child {
    margin-bottom: 0;
  }
  .reviews__wraper .reviews .reviews__item .reviews__text {
    font-size: 15px;
    margin-bottom: 0px;
    text-align: center;
  }
  .reviews__wraper .reviews .reviews__item .reviews__user {
    width: auto;
    display: inline-flex;
    margin-bottom: 20px;
  }
  .reviews__wraper .reviews .reviews__item .reviews__user .reviews__userImg {
    width: 80px;
    height: 80px;
    margin-right: 12px;
  }
  .reviews__wraper .reviews .reviews__item .reviews__user .reviews__userInfo .reviews__userName {
    font-size: 16.5px;
    margin-bottom: 8px;
  }
  .reviews__wraper .reviews .reviews__item .reviews__user .reviews__userInfo .reviews__userTitle {
    font-size: 13px;
    line-height: 130%;
    margin-bottom: 5px;
  }
  .reviews__wraper .reviews .reviews__item .reviews__user .reviews__userInfo .reviews__userProfit {
    font-size: 16px;
  }
  .stages__wraper {
    padding-top: 28px;
    padding-bottom: 60px;
  }
  .stages__wraper .stages {
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .stages__wraper .stages .stages__item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin-bottom: 70px;
  }
  .stages__wraper .stages .stages__item:last-child {
    margin-bottom: 0;
  }
  .stages__wraper .stages .stages__item .line-as {
    top: auto;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
    width: 50px;
    height: 2px;
    z-index: -1;
  }
  .stages__wraper .stages .stages__item .stages__number {
    width: 68px;
    height: 36px;
    border-radius: 20px;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .stages__wraper .stages .stages__item .stages__text {
    text-align: center;
    font-size: 15px;
  }
  .questions__wraper {
    padding-top: 28px;
    padding-bottom: 60px;
  }
  .questions__wraper .questions .questions__item {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }
  .questions__wraper .questions .questions__item .questions__top {
    border-radius: 20px;
    padding: 11px 11px 11px 25px;
  }
  .questions__wraper .questions .questions__item .questions__top .questions__title {
    margin-right: 15px;
    font-size: 14.5px;
  }
  .questions__wraper .questions .questions__item .questions__top .questions__icon {
    width: 34px;
    height: 34px;
    border-radius: 50px;
  }
  .questions__wraper .questions .questions__item .questions__top .questions__icon img {
    width: 16px;
  }
  .questions__wraper .questions .questions__item .questions__bottom {
    padding: 24px 20px 15px 25px;
  }
  .questions__wraper .questions .questions__item .questions__bottom .questions__text {
    font-size: 14.5px;
    line-height: 155%;
  }
}

.aio-sdk-form {

    width: 100% !important;
    padding: 0  !important;

}




.info-block {
  width: 100%;
   font-family: "Inter", sans-serif;

}
.info-block__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #191d20;
  display: flex;
  justify-content: flex-start;
  gap: 28px;
  position: relative;
}
.info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
.info-block__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px;
}
.info-card {
  background: #FBFBFB;
  border-radius: 10px;
  padding: 20px 20px 33px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  min-height: 249px;
}
.info-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-card__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #151515;
}
.info-card__text {
  font-size: 16px;
  line-height: 120%;
  color: #151515;
  margin-top: auto;
}
@media (max-width: 1024px) {
  .info-block__cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 19px;
  }
  .info-card {
    min-height: 200px;
  }
  .info-block {
    padding: 25px 20px 20px;
  }
  .info-icon {
    transform: rotate(26deg) translateX(-22px) translateY(20px);
  }
}
@media (max-width: 768px) {
  .info-icon {
    transform: rotate(38deg) translateX(0) translateY(0) scale(1.2);
    margin-top: 23px;
  }
  .info-block {
    gap: 14px;
  }
  .info-block__title {
    gap: 10px;
  }
}
@media (max-width: 650px) {
  .info-icon {
    margin-top: 55px;
  }
}
@media (max-width: 600px) {
  .info-card {
    min-height: 256px;
  }
  .info-block {
    padding: 20px 10px 13px;
  }
  .info-block__title {
    font-size: 25px;
  }
  .info-card__title {
    font-size: 19px;
  }
  .info-icon {
    margin-top: 15px;
  }
}
@media (max-width: 520px) {
  .info-icon {
    margin-top: 35px;
  }
  .info-card {
    padding: 20px 10px 15px;
  }
}
@media (max-width: 410px) {
  .info-icon {
    margin-top: 50px;
  }
  .info-card__text {
    padding-top: 25px;
  }
}
@media (max-width: 360px) {
  .info-icon {
    margin-top: 75px;
  }
}

@media (max-width: 1024px) {
  nav.nav > div {
    justify-content: center;
    align-items: center;
  }
}


