/* top */

.checkbox-svg{
  margin-top: 10px;
  align-items: center !important;
}

body,
html {
  font-family: "Outfit", sans-serif;
}

#header {
  background: #000;
}

.intl-tel-input .selected-flag {
  height: 54px;
}

.top-block {
  position: relative;
}
.top-block__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-block__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.header {
  position: relative;
  background: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.container {
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 18px 0;
}
.header__logo {
  position: relative;
  z-index: 999;
}
.header__nav {
}
.header__list {
  display: flex;
  gap: 24px;
}
.header__item a,
.footer__link {
  color: var(--standarts-white, #fff);

  /* navigation/link */
  font-family: "Outfit";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  letter-spacing: -0.48px;
}

.footer__links{
  display: flex;
  gap: 16px;
}


.header__button {
  background: var(--standarts-white, #fff);
  padding: 16px 28px;
  display: inline-flex;

  color: var(--standarts-black, #000);

  /* navigation/button */
  font-family: "Outfit";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 120% */
  letter-spacing: -0.6px;
}
.header__burger {
  display: none;
  position: relative;
  z-index: 999;
}
.header__mob-menu {
  display: none;
}
.header__mob-nav {
}
.header__mob-list {
}
.header__mob-item {
}
.header__mob-button {
}

.header__burger {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: all 250ms ease;
  cursor: pointer;
}

.header__burger.active span:nth-child(1) {
  transform: rotate(-45deg) translateY(10px);
  transition: transform 250ms ease;
}

.header__burger.active span:nth-child(2) {
  width: 0;
  transition: width 250ms ease;
}

.header__burger.active span:nth-child(3) {
  transform: rotate(45deg) translateY(-10px);
  transition: transform 250ms ease;
}
.header__burger span {
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: var(--standarts-black, #fff);
  transition: all 250ms ease;
}

.header__mob-menu {
  display: none;
}

/* hero */

.hero {
  position: relative;
  padding: 100px 0 120px;
}
.hero__content {
}
.hero__title {
  color: var(--standarts-white, #fff);

  /* headers/header - 1 */
  font-family: "Outfit";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px; /* 100% */
  letter-spacing: -2.4px;
  margin-bottom: 24px;
}
.hero__text {
  color: var(--standarts-white, #fff);

  /* paragraphs/p - large (regular) */
  font-family: "Outfit";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 136.364% */
  letter-spacing: -0.66px;
  max-width: 486px;
  margin-bottom: 32px;
}
.hero__box {
  display: flex;
  align-items: flex-end;
  gap: 24px;
}
.form-block {
  background: var(--standarts-white, #fff);
  max-width: 486px;
  padding: 24px;
  height: auto;
}

.hero__box-content {
  flex: 1 0 486px;
}

.form-block-top {
}
.validate-form {
}
.form__title {
  color: var(--standarts-black, #000);
  text-align: center;

  /* headers/header - 3 */
  font-family: "Outfit";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 121.429% */
  letter-spacing: -0.84px;
  margin-bottom: 18px;
}
.form__price {
  border: 2px dashed var(--standarts-red, #f42f29);
  background: var(--standarts-red-light, rgba(244, 47, 41, 0.1));
  display: flex;
  min-height: 44px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;

  overflow: hidden;
  color: var(--standarts-red, #f42f29);
  text-align: center;
  text-overflow: ellipsis;

  /* navigation/button (bold) */
  font-family: "Outfit";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  letter-spacing: -0.6px;
  margin-bottom: 18px;
}
.form__content {
}
.form__row {
}
.first__name {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: var(--standarts-white, #fff);
  display: flex;
  min-height: 44px;
  padding: 14px 12px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 0;
  margin-bottom: 18px;
}
.form__input::placeholder {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.6);
  text-overflow: ellipsis;

  /* paragraphs/p - small (regular) */
  font-family: "Outfit";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  letter-spacing: -0.48px;
}
.first__name {
}
.phone {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: var(--standarts-white, #fff);
  display: flex;
  min-height: 44px;
  padding: 14px 12px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 0;
  margin-bottom: 18px !important;
}
.password {
}
.valid {
}
.phonecc {
}
.btn {
  background: var(--primary-primary---1, #024ceb);
  display: flex;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  width: 100%;

  color: var(--standarts-white, #fff);

  /* navigation/button (bold) */
  font-family: "Outfit";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  letter-spacing: -0.6px;
}
.form__btn {
}
.button_style_2 {
}
.hero__img {
  max-width: 690px;
  height: 100%;
}

.hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero__mob-img {
  display: none;
}

/* product */

.product {
  padding: 100px 0 50px;
}
.container {
}
.product__content {
}
.product__title {
  color: var(--standarts-black, #000);
  text-align: center;

  /* headers/header - 2 */
  font-family: "Outfit";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 116.667% */
  letter-spacing: -1.44px;
  margin-bottom: 16px;
}
.product__text {
  color: var(--standarts-black, #000);
  text-align: center;

  /* paragraphs/p - large (regular) */
  font-family: "Outfit";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 136.364% */
  letter-spacing: -0.66px;
  max-width: 996px;
  margin: 0 auto 48px;
}
.product__cards {
  display: flex;
  gap: 24px;
}
.product__card {
  background: var(--primary-primary---2, #68d5fd);
  flex: 0 1 50%;
}
.product__img {
  width: 100%;
  height: 300px;
}

.product__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product__info {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.product__card-title {
  color: var(--standarts-black, #000);

  /* headers/header - 3 */
  font-family: "Outfit";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 121.429% */
  letter-spacing: -0.84px;
}
.product__card-text {
  color: var(--standarts-black, #000);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.36px;
}

/* symptoms */

.symptoms {
  padding: 50px 0;
}
.container {
}
.symptoms__content {
}
.symptoms__title {
  color: var(--standarts-black, #000);
  text-align: center;

  /* headers/header - 2 */
  font-family: "Outfit";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 116.667% */
  letter-spacing: -1.44px;
  margin-bottom: 16px;
}
.symptoms__text {
  color: var(--standarts-black, #000);
  text-align: center;

  /* paragraphs/p - large (regular) */
  font-family: "Outfit";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 136.364% */
  letter-spacing: -0.66px;
  margin-bottom: 48px;
}
.symptoms__cards {
  display: flex;
  gap: 24px;
}
.symptoms__card {
  flex: 0 1 33.333%;
  display: flex;
  flex-direction: column;
}
.symptoms__img {
  width: 100%;
  height: 266px;
}

.symptoms__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.symptoms__info {
  border-right: 1px solid var(--standarts-stroke, #c2c4ab);
  border-bottom: 1px solid var(--standarts-stroke, #c2c4ab);
  border-left: 1px solid var(--standarts-stroke, #c2c4ab);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 0 1 100%;
}
.symptoms__card-title {
  color: var(--standarts-black, #000);

  /* headers/header - 3 */
  font-family: "Outfit";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 121.429% */
  letter-spacing: -0.84px;
}
.symptoms__card-text {
  color: #171316;

  /* paragraphs/p - medium (regular) */
  font-family: "Outfit";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.54px;
}

.natural {
  padding: 50px 0;
}
.container {
}
.natural__content {
}
.natural__title {
  color: var(--standarts-black, #000);
  text-align: center;

  /* headers/header - 2 */
  font-family: "Outfit";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 116.667% */
  letter-spacing: -1.44px;
  margin-bottom: 16px;
}
.natural__text {
  color: var(--standarts-black, #000);
  text-align: center;

  /* paragraphs/p - large (regular) */
  font-family: "Outfit";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 136.364% */
  letter-spacing: -0.66px;
  margin-bottom: 48px;
}
.natural__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.natural__card {
  display: flex;
}

.natural__card:nth-child(2) {
  display: flex;
  flex-direction: row-reverse;
}

.natural__img {
  flex: 0 1 50%;
  height: auto;
}

.natural__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.natural__info {
  flex: 0 1 50%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;

  border-top: 1px solid var(--standarts-stroke, #c2c4ab);
  border-right: 1px solid var(--standarts-stroke, #c2c4ab);
  border-bottom: 1px solid var(--standarts-stroke, #c2c4ab);
}

.natural__card:nth-child(2) .natural__info {
  border-top: 1px solid var(--standarts-stroke, #c2c4ab);
  border-bottom: 1px solid var(--standarts-stroke, #c2c4ab);
  border-left: 1px solid var(--standarts-stroke, #c2c4ab);
  border-right: none;
}

.natural__card-title {
  color: var(--standarts-black, #000);

  /* headers/header - 3 */
  font-family: "Outfit";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 121.429% */
  letter-spacing: -0.84px;
}
.natural__card-text {
  color: var(--standarts-black, #000);

  /* paragraphs/p - medium (regular) */
  font-family: "Outfit";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.54px;
}

/* dysfunction */

.dysfunction {
  padding: 100px 0;
  background: var(--primary-primary---1, #024ceb);
}
.container {
}
.dysfunction__content:first-child {
  margin-bottom: 100px;
}

.dysfunction__title {
  color: var(--standarts-white, #fff);
  text-align: center;

  /* headers/header - 2 */
  font-family: "Outfit";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 116.667% */
  letter-spacing: -1.44px;
  margin-bottom: 16px;
}
.dysfunction__text {
  color: var(--standarts-white, #fff);
  text-align: center;

  /* paragraphs/p - large (regular) */
  font-family: "Outfit";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 136.364% */
  letter-spacing: -0.66px;
  margin-bottom: 48px;
}
.dysfunction__cards {
  display: flex;
  gap: 24px;
}
.dysfunction__card {
  flex: 0 1 33.333%;
  border: 1px solid var(--standarts-stroke, #c2c4ab);
  padding: 24px;
}
.dysfunction__icon {
  margin-bottom: 24px;
}
.dysfunction__card-title {
  color: var(--standarts-white, #fff);

  /* headers/header - 3 */
  font-family: "Outfit";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 121.429% */
  letter-spacing: -0.84px;
  margin-bottom: 8px;
}
.dysfunction__card-text {
  color: var(--standarts-white, #fff);

  /* paragraphs/p - medium (regular) */
  font-family: "Outfit";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.54px;
}
.dysfunction__bottom-text {
  border: 2px dashed var(--standarts-white, #fff);
  color: var(--standarts-white, #fff);

  /* paragraphs/p - medium (regular) */
  font-family: "Outfit";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.54px;
  margin-top: 24px;
  padding: 12px;
}

.dysfunction__bottom-text strong {
  font-weight: 600;
}

.composition {
  padding: 100px 0 50px;
}
.container {
}
.composition__content {
}
.composition__title {
  color: var(--standarts-black, #000);
  text-align: center;

  /* headers/header - 2 */
  font-family: "Outfit";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 116.667% */
  letter-spacing: -1.44px;
  margin-bottom: 48px;
}
.composition__box {
  display: flex;
  align-items: center;
  gap: 24px;
}
.composition__img {
  flex: 0 1 50%;
}

.composition__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.composition__list {
  flex: 0 1 50%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.composition__item {
  position: relative;
  padding-left: 32px;
}

.composition__item::after {
  content: url("../images/done.svg");
  position: absolute;
  top: 0;
  left: 0;
}

.composition__item-title {
  color: var(--standarts-black, #000);

  /* headers/header - 4 */
  font-family: "Outfit";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 136.364% */
  letter-spacing: -0.66px;
}
.composition__text {
  color: var(--standarts-black, #000);

  /* paragraphs/p - medium (regular) */
  font-family: "Outfit";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.54px;
}
.composition__sub-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.composition__sub-item {
  color: var(--standarts-black, #000);

  /* paragraphs/p - medium (bold) */
  font-family: "Outfit";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.54px;
}

/* use */

.use {
  padding: 50px 0;
}
.container {
}
.use__content {
}
.use__title {
  color: var(--standarts-black, #000);
  text-align: center;

  /* headers/header - 2 */
  font-family: "Outfit";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 116.667% */
  letter-spacing: -1.44px;
  margin-bottom: 16px;
}
.use__text {
  color: var(--standarts-black, #000);
  text-align: center;

  /* paragraphs/p - large (regular) */
  font-family: "Outfit";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 136.364% */
  letter-spacing: -0.66px;
  max-width: 792px;
  margin: 0 auto 48px;
}
.use__cards {
  display: flex;
  gap: 24px;
}
.use__card {
  flex: 0 1 33.333%;
  display: flex;
  flex-direction: column;
}
.use__img {
  width: 100%;
  height: 266px;
}

.use__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.use__info {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 0 1 100%;
  gap: 8px;
  border-right: 1px solid var(--standarts-stroke, #c2c4ab);
  border-bottom: 1px solid var(--standarts-stroke, #c2c4ab);
  border-left: 1px solid var(--standarts-stroke, #c2c4ab);
}

.use__card-title {
  color: var(--standarts-black, #000);

  /* headers/header - 3 */
  font-family: "Outfit";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 121.429% */
  letter-spacing: -0.84px;
}
.use__card-text {
  color: var(--standarts-black, #000);

  /* paragraphs/p - medium (regular) */
  font-family: "Outfit";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.54px;
}

/* order */

.order {
  padding: 50px 0 100px;
}
.container {
}
.order__content {
}
.order__title {
  color: var(--standarts-black, #000);
  text-align: center;

  /* headers/header - 2 */
  font-family: "Outfit";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 116.667% */
  letter-spacing: -1.44px;
  margin-bottom: 48px;
}
.order__cards {
  display: flex;
  gap: 24px;
  margin-bottom: 48px;
}
.order__card {
  flex: 0 1 50%;
  background: var(--primary-primary---2, #68d5fd);
}
.order__img {
  width: 100%;
  height: 300px;
}

.order__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.order__text {
  padding: 24px;
  color: var(--standarts-black, #000);

  /* headers/header - 3 */
  font-family: "Outfit";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 121.429% */
  letter-spacing: -0.84px;
}
.order__button {
  display: flex;
  width: 160px;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: var(--primary-primary---1, #024ceb);

  color: var(--standarts-white, #fff);

  /* navigation/button */
  font-family: "Outfit";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 120% */
  letter-spacing: -0.6px;
}

/* expert */

.expert {
  background: var(--primary-primary---3, #1b1f29);
  padding: 100px 0;
}
.container {
}
.expert__content {
}
.expert__title {
  color: var(--standarts-white, #fff);
  text-align: center;

  /* headers/header - 2 */
  font-family: "Outfit";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 116.667% */
  letter-spacing: -1.44px;
  margin-bottom: 48px;
}
.expert__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.expert__card {
  display: flex;
}
.expert__img {
  flex: 1 0 384px;
  height: 300px;
}

.expert__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.expert__info {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--standarts-stroke, #c2c4ab);
  border-right: 1px solid var(--standarts-stroke, #c2c4ab);
  border-bottom: 1px solid var(--standarts-stroke, #c2c4ab);
}
.expert__text {
  color: var(--standarts-white, #fff);

  /* headers/header - 3 */
  font-family: "Outfit";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 121.429% */
  letter-spacing: -0.84px;
}
.expert__name {
  color: var(--standarts-white, #fff);

  /* headers/header - 6 */
  font-family: "Outfit";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.54px;
}

/* reviews */

.reviews {
  padding: 100px 0 50px;
}
.container {
}
.reviews__content {
}
.reviews__title {
  color: var(--standarts-black, #000);
  text-align: center;

  /* headers/header - 2 */
  font-family: "Outfit";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 116.667% */
  letter-spacing: -1.44px;
  margin-bottom: 48px;
}
.swiper {
}
.mySwiper {
}
.swiper-wrapper {
  padding-bottom: 24px;
}
.swiper-slide {
  background: var(--primary-primary---2, #68d5fd);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: unset !important;
}
.reviews__stars {
}
.reviews__text {
  color: var(--standarts-black, #000);

  /* headers/mobile/header - 2 */
  font-family: "Outfit";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
  letter-spacing: -0.96px;
}
.reviews__user {
  display: flex;
  gap: 16px;
  align-items: center;
}
.reviews__name {
  color: var(--standarts-black, #000);

  /* paragraphs/p - medium (bold) */
  font-family: "Outfit";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.54px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.swiper-button-prev {
  transform: rotate(-180deg);
  position: relative;
}

.swiper-button-next {
  position: relative;
}

.reviews__controller {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 64px;
  height: 48px;
}

.how-to-order {
  padding: 50px 0;
}
.container {
}
.how-to-order__content {
}
.how-to-order__title {
  color: var(--standarts-black, #000);
  text-align: center;

  /* headers/header - 2 */
  font-family: "Outfit";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 116.667% */
  letter-spacing: -1.44px;
  margin-bottom: 48px;
}
.how-to-order__cards {
  display: flex;
  gap: 24px;
}
.how-to-order__card {
  flex: 0 1 33.333%;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid #c2c4ab;
}
.how-to-order__img {
  width: 100%;
  height: 260px;
  flex-shrink: 0;
}

.how-to-order__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: top;
}

.how-to-order__text {
  flex: 0 1 100%;
  color: var(--standarts-black, #000);
  /* headers/header - 3 */
  font-family: "Outfit";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 121.429% */
  letter-spacing: -0.84px;
  padding: 24px;
}
.how-to-order__bottom-text {
  color: var(--standarts-red, #f42f29);

  /* paragraphs/p - medium (regular) */
  font-family: "Outfit";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.54px;

  padding: 12px;
  border: 1px dashed var(--standarts-red, #f42f29);
  background: var(--standarts-red-light, rgba(244, 47, 41, 0.1));
}

.how-to-order__bottom-text strong {
  font-weight: 600;
}

/* faq */

.faq {
  padding: 50px 0 100px;
}

.faq__content {
}

.faq__title {
  color: var(--standarts-black, #000);
  text-align: center;

  /* headers/header - 2 */
  font-family: "Outfit";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 116.667% */
  letter-spacing: -1.44px;
  margin-bottom: 48px;
}

.faq__top-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 790px;
  margin-inline: auto;
  text-align: center;
}

.faq__items-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 790px;
  margin-inline: auto;
}

.faq__item {
  cursor: pointer;
  background: var(--primary-primary---2, #68d5fd);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: 0.3s ease;
}

.faq__item ul {
  list-style: disc;
  padding-left: 20px;
}

.faq__item .small {
  color: var(--standarts-black, #000);

  /* paragraphs/p - medium (regular) */
  font-family: "Outfit";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.54px;
}

.faq__item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.faq__item-top h4 {
  color: var(--standarts-black, #000);

  /* headers/header - 4 */
  font-family: "Outfit";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 136.364% */
  letter-spacing: -0.66px;
}

.faq__item-arrow {
  width: 27px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  border: 3px solid #000e2f;
  flex-shrink: 0;
}

.faq__item-arrow:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: #000e2f;
}

.faq__item-arrow:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  background: #000e2f;
  transition: all 0.3s ease-in-out;
}

.faq__item.active .faq__item-arrow:after {
  transform: rotate(90deg);
}

/* action */

.action {
  padding: 60px 0;
  position: relative;
}
.action__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.action__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.container {
}
.action__content {
  max-width: 588px;
  position: relative;
}
.action__title {
  color: var(--standarts-white, #fff);

  /* headers/header - 2 */
  font-family: "Outfit";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 116.667% */
  letter-spacing: -1.44px;
  margin-bottom: 24px;
}
.action__text {
  color: var(--standarts-white, #fff);

  /* paragraphs/p - large (regular) */
  font-family: "Outfit";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 136.364% */
  letter-spacing: -0.66px;
  margin-bottom: 32px;
}

.action__text strong {
  font-weight: 600;
}

#hero-form-2 {
  margin-bottom: 32px;
  max-width: none;
}

.form-block {
}
.form-block-top {
}
.validate-form {
}
.form__title {
}
.form__price {
}
.form__content {
}
.form__row {
}
.form__input-wrapper {
}
.form__input {
}
.first__name {
}
.phone {
}
.password {
}
.valid {
}
.phonecc {
}
.btn {
}
.form__btn {
}
.button_style_2 {
}
.action__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.footer {
  background: var(--standarts-black, #000);
}
.container {
}
.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px;
}
.footer__logo {
}
.footer__copy {
  color: var(--standarts-white, #fff);

  /* paragraphs/p - small (bold) */
  font-family: "Outfit";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
  letter-spacing: -0.48px;
}

/* mob */

@media screen and (max-width: 991px) {
  .header__nav,
  .header__button {
    display: none;
  }

  .header__burger,
  .header__mob-menu.active {
    display: flex;
  }

  .header__mob-menu {
    position: absolute;
    z-index: 10;
    height: auto;
    width: 100%;
    top: 0px;
    left: 0;
    background: var(--standarts-black, #000);
    box-shadow: 0 24px 34px 0 rgba(0, 0, 0, 0.65);
    padding: 68px 32px 32px;
    flex-direction: column;
    justify-content: space-between;
  }
  .header__mob-nav {
    padding-top: 32px;
  }

  .header__mob-menu:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 63px;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
  }

  .header__mob-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
  }

  .header__mob-button {
    background: var(--standarts-white, #fff);
    padding: 16px 28px;
    display: inline-flex;

    color: var(--standarts-black, #000);

    /* navigation/button */
    font-family: "Outfit";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */
    letter-spacing: -0.6px;
  }

  .header__mob-item a {
    color: var(--standarts-white, #fff);

    /* navigation/button */
    font-family: "Outfit";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
    letter-spacing: -0.4px;
  }

  .hero__img {
    display: none;
  }

  .hero__mob-img {
    display: block;
    margin-bottom: 16px;
  }

  .product__cards {
    flex-direction: column;
  }

  .symptoms__cards {
    flex-wrap: wrap;
  }

  .symptoms__card {
    flex: 0 1 100%;
  }

  .dysfunction__cards {
    flex-wrap: wrap;
  }

  .dysfunction__card {
    flex: 0 1 100%;
  }

  .composition__box {
    flex-direction: column;
  }

  .composition__img {
    flex: auto;
  }

  .composition__list {
    flex: auto;
  }

  .use__cards {
    flex-wrap: wrap;
  }

  .use__card {
    flex: 0 1 100%;
  }

  .order__cards {
    flex-wrap: wrap;
  }

  .order__card {
    flex: 0 1 100%;
  }

  .expert__card {
    flex-direction: column;
  }

  .expert__img {
    flex: auto;
    width: 100%;
  }

  .expert__info {
    border-right: 1px solid var(--standarts-stroke, #c2c4ab);
    border-bottom: 1px solid var(--standarts-stroke, #c2c4ab);
    border-left: 1px solid var(--standarts-stroke, #c2c4ab);
    border-top: none;
  }

  .how-to-order__cards {
    flex-wrap: wrap;
  }

  .how-to-order__card {
    flex: 0 1 calc(50% - 12px);
  }
}

@media screen and (max-width: 678px) {
  .natural__card,
  .natural__card:nth-child(2) {
    flex-direction: column;
  }

  .natural__info,
  .natural__card:nth-child(2) .natural__info {
    border-right: 1px solid var(--standarts-stroke, #c2c4ab);
    border-bottom: 1px solid var(--standarts-stroke, #c2c4ab);
    border-left: 1px solid var(--standarts-stroke, #c2c4ab);
    border-top: none;
  }

  .action__content {
    max-width: none;
  }
}

@media screen and (max-width: 580px) {
  .hero__box-content {
    flex: auto;
  }

  .how-to-order__card {
    flex: 0 1 100%;
  }
}

@media screen and (max-width: 480px) {
  .header__mob-menu .container {
    padding: 0;
  }

  .header__mob-button {
    display: flex;
    justify-content: center;
  }

  .hero {
    padding: 46px 0 32px;
  }

  .hero__title {
    color: var(--standarts-white, #fff);

    /* headers/mobile/header - 1 */
    font-family: "Outfit";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px; /* 126.667% */
    letter-spacing: -0.9px;
    margin-bottom: 16px;
  }

  .hero__text {
    color: var(--standarts-white, #fff);

    /* paragraphs/mobile/p - large (regular) */
    font-family: "Outfit";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
    letter-spacing: -0.6px;
    margin-bottom: 16px;
  }

  .form__title {
    color: var(--standarts-black, #000);
    text-align: center;

    /* headers/mobile/header - 3 */
    font-family: "Outfit";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.72px;
    margin-bottom: 12px;
  }

  .form__price {
    overflow: hidden;
    color: var(--standarts-red, #f42f29);
    text-align: center;
    text-overflow: ellipsis;

    /* paragraphs/p - medium (bold) */
    font-family: "Outfit";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.54px;
    margin-bottom: 12px;
  }

  .first__name {
    margin-bottom: 12px;
  }

  .phone {
    margin-bottom: 12px !important;
  }

  .product {
    padding: 24px 0;
  }

  .product__title {
    color: var(--standarts-black, #000);

    /* headers/mobile/header - 2 */
    font-family: "Outfit";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    letter-spacing: -0.96px;
    margin-bottom: 16px;
    text-align: left;
  }

  .product__text {
    color: var(--standarts-black, #000);

    /* paragraphs/mobile/p - large (regular) */
    font-family: "Outfit";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
    letter-spacing: -0.6px;
    margin-bottom: 24px;
    text-align: left;
  }

  .product__cards {
    gap: 16px;
  }

  .product__img {
    height: 172px;
  }

  .product__info {
    padding: 16px;
    gap: 12px;
  }

  .product__card-title {
    color: var(--standarts-black, #000);

    /* headers/mobile/header - 3 */
    font-family: "Outfit";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.72px;
  }

  .symptoms {
    padding: 24px 0;
  }

  .symptoms__title {
    color: var(--standarts-black, #000);

    /* headers/mobile/header - 2 */
    font-family: "Outfit";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    letter-spacing: -0.96px;
    text-align: left;
    margin-bottom: 16px;
  }

  .symptoms__text {
    text-align: left;
    margin-bottom: 24px;
  }

  .symptoms__img {
    height: 236px;
  }

  .symptoms__info {
    padding: 16px;
    gap: 12px;
    flex: auto;
  }

  .symptoms__card-title {
    color: var(--standarts-black, #000);

    /* headers/mobile/header - 3 */
    font-family: "Outfit";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.72px;
  }

  .natural {
    padding: 24px 0;
  }

  .natural__title {
    color: var(--standarts-black, #000);

    font-family: "Outfit";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    letter-spacing: -0.96px;
    text-align: left;
    margin-bottom: 16px;
  }

  .natural__text {
    color: var(--standarts-black, #000);

    font-family: "Outfit";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
    letter-spacing: -0.6px;
    text-align: left;
    margin-bottom: 24px;
  }

  .natural__img {
    height: 255px;
    flex: auto;
  }

  .natural__info {
    padding: 16px;
    gap: 12px;
  }

  .natural__card-title {
    color: var(--standarts-black, #000);

    /* headers/mobile/header - 3 */
    font-family: "Outfit";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.72px;
  }

  .dysfunction {
    padding: 24px 0;
  }

  .dysfunction__content:first-child {
    margin-bottom: 48px;
  }

  .dysfunction__title {
    color: var(--standarts-white, #fff);

    /* headers/mobile/header - 2 */
    font-family: "Outfit";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    letter-spacing: -0.96px;
    text-align: left;
    margin-bottom: 16px;
  }

  .dysfunction__text {
    color: var(--standarts-white, #fff);

    /* paragraphs/mobile/p - large (regular) */
    font-family: "Outfit";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
    letter-spacing: -0.6px;
    margin-bottom: 24px;
    text-align: left;
  }

  .dysfunction__cards {
    gap: 16px;
  }

  .dysfunction__card {
    padding: 16px;
  }

  .dysfunction__card-title {
    color: var(--standarts-white, #fff);

    /* headers/mobile/header - 3 */
    font-family: "Outfit";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.72px;
  }

  .composition {
    padding: 24px 0;
  }

  .composition__title {
    color: var(--standarts-black, #000);

    /* headers/mobile/header - 2 */
    font-family: "Outfit";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    letter-spacing: -0.96px;
    margin-bottom: 24px;
  }

  .composition__box {
    gap: 16px;
  }

  .composition__list {
    gap: 16px;
  }

  .use {
    padding: 24px 0;
  }

  .use__title {
    color: var(--standarts-black, #000);

    /* headers/mobile/header - 2 */
    font-family: "Outfit";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    letter-spacing: -0.96px;
    text-align: left;
    margin-bottom: 16px;
  }

  .use__text {
    text-align: left;
    color: var(--standarts-black, #000);

    /* paragraphs/mobile/p - large (regular) */
    font-family: "Outfit";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
    letter-spacing: -0.6px;
    margin-bottom: 24px;
  }

  .use__img {
    height: 236px;
  }

  .use__info {
    padding: 16px;
    gap: 16px;
  }

  .use__card-title {
    color: var(--standarts-black, #000);

    /* headers/mobile/header - 4 */
    font-family: "Outfit";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 136.364% */
    letter-spacing: -0.66px;
  }

  .order {
    padding: 24px 0;
  }

  .order__title {
    color: var(--standarts-black, #000);

    /* headers/mobile/header - 2 */
    font-family: "Outfit";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    letter-spacing: -0.96px;
    text-align: left;
    margin-bottom: 24px;
  }

  .order__cards {
    gap: 16px;
    margin-bottom: 24px;
  }

  .order__img {
    height: 172px;
  }

  .order__text {
    padding: 16px;
    color: var(--standarts-black, #000);

    /* headers/mobile/header - 3 */
    font-family: "Outfit";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.72px;
  }

  .order__button {
    width: 100%;
  }

  .expert {
    padding: 24px 0;
  }

  .expert__title {
    color: var(--standarts-white, #fff);

    /* headers/mobile/header - 2 */
    font-family: "Outfit";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    letter-spacing: -0.96px;
    margin-bottom: 24px;
    text-align: center;
  }

  .expert__cards {
    gap: 24px;
  }

  .expert__img {
    height: 266px;
  }

  .expert__info {
    padding: 16px;
    gap: 24px;
  }

  .expert__text {
    color: var(--standarts-white, #fff);

    /* headers/mobile/header - 3 */
    font-family: "Outfit";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.72px;
  }

  .expert__name {
    color: var(--standarts-white, #fff);

    /* headers/header - 6 */
    font-family: "Outfit";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 144.444% */
    letter-spacing: -0.54px;
  }

  .reviews {
    padding: 24px 0;
  }

  .reviews__title {
    color: var(--standarts-black, #000);

    /* headers/mobile/header - 2 */
    font-family: "Outfit";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    letter-spacing: -0.96px;
    text-align: left;
    margin-bottom: 16px;
  }

  .swiper-slide {
    gap: 16px;
  }

  .how-to-order {
    padding: 24px 0;
  }

  .how-to-order__title {
    color: var(--primary-primary---3, #1e1e1e);

    /* headers/mobile/header - 2 */
    font-family: "Outfit";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    letter-spacing: -0.96px;
    text-align: left;
    margin-bottom: 24px;
  }

  .how-to-order__cards {
    gap: 16px;
    margin-bottom: 16px;
  }

  .how-to-order__text {
    padding: 16px;
    color: var(--standarts-black, #000);

    /* headers/mobile/header - 3 */
    font-family: "Outfit";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.72px;
  }

  .how-to-order__img {
    height: auto;
  }

  .faq {
    padding: 24px 0;
  }

  .faq__title {
    color: #000e2f;

    /* headers/mobile/header - 2 */
    font-family: "Outfit";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    letter-spacing: -0.96px;
    text-align: left;
    margin-bottom: 24px;
  }

  .faq__item {
    padding: 16px;
  }

  .action {
    padding: 24px 0;
  }

  .action__title {
    color: var(--standarts-white, #fff);

    /* headers/mobile/header - 1 */
    font-family: "Outfit";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px; /* 126.667% */
    letter-spacing: -0.9px;
    margin-bottom: 16px;
  }

  .action__text {
    color: var(--standarts-white, #fff);

    /* paragraphs/mobile/p - large (regular) */
    font-family: "Outfit";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
    letter-spacing: -0.6px;
    margin-bottom: 24px;
  }

  .action__content {
    display: flex;
    flex-direction: column;
  }

  .action__img {
    order: 3;
    margin-bottom: 24px;
  }

  #hero-form-2 {
    order: 4;
    margin-bottom: 0;
  }

  .footer__content {
    flex-direction: column;
    gap: 16px;
    padding: 24px 0;
  }
}
