/***************GLOBAL***************/

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Outfit", sans-serif;
  color: #213320;
  background-color: #fffefa;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  position: relative;
}

.nowrap-text {
  white-space: nowrap;
}

.selected {
  color: #52a623;
}

.mob {
  display: none !important;
}

.preloader {
  display: none;
  background: white;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 0;
  z-index: 400;
  background-image: url("data:image/gif;base64,R0lGODlhEgIEAfEDACc6mUep1lin0wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgADACwAAAAAEgIEAQAC/5yPqcvtD6OctNqLs968+w+G4kiW5omm6sq27gvH8kzX9o3n+s73/g8MCofEovGITCqXzKbzCY1Kp9Sq9YrNarfcrvcLDovH5LL5jE6r1+y2+w2Py+f0uv2Oz+v3/L7/DxgoOEhYaHiImKi4yNjo+AgZKTlJWWl5iZmpucnZ6fkJGio6SlpqeoqaqrrK2ur6ChsrO0tba3uLm6u7y9vr+wscLDxMXGx8jJysvMzc7PwMHS09TV1tfY2drb3N3e39DR4uPk5ebn6Onq6+zt7u/g4fLz9PX29/j5+vv8/f7/8PMKDAgQQLGjyIMKHChQwbOnwIMaLEiRQrWryIMaPGjf8cO3r8CDKkyJEkS5o8iTKlypUsW7p8CTOmzJk0a9q8iTOnzp08e/r8CTSo0KFEixo9ijSp0qVMmzp9CjWq1KlUq1q9ijWr1q1cu3r9Cjas2LFky5o9izat2jIA2rp9C9ftAwEB6tq9i1eAgLl4+97Vu1ZM3MGDG+j1i1jvXgaHEfdVHBgM4clyGTtOvHgB3ct+M0fmQplyA86JR5P2+9lL6MmmT/9t7dpu6i6rCcN2DZhBbLyzQdeOext3cNe9t/wGrnt3Xc8JlMsunuU43OGkmSNwXhd6dOmVFzjP7R27dizcuyvAbv0A9gDjr5RvS51zegPr21t5DyD+5fkD6tv7p4KffpgJ6Nh/AL5HYGcJomagFAEmpxx//jUIxYPhRbhgXxRGYaECm+EGnocR8rfhEQg68GF1JA6QonwrlmhEeXO16NiLjVUHY4467shjjz7+CGSQQg5JZJFGHolkkkouyWSTTj4JZZRSTklllVZeiWWWWm7JZZdefglmmGKOSWaZZp6JZppqrslmm26+CWeccs5JZ5123olnnnruyWeffv4JaKCCDkpooYYeimiiii7KaKOOPgpppJJOSmmlll6Kaaaabsppp55+Cmqooo5Kaqmmnopqqqquymqrrr4Ka6yyzkprrbbeimuuuu7Ka6++/gpssMIOS2whBQAAIfkECQoAAwAs4wB5AE4AFAAAApOcgqkrMg/jALTaW6U+q6dmcF7XONqDpen5NKNXvi/IqnbGijKzj+Z5u7EGvaLxpwnahsbmDClRqpjOKmMoXbGsXAQ0ksVQu9UvJHwZk49mFBp3Wpexb4pa3mtP6oA7XqbH17f1lxfI51cIQ1eXqHhVg0j4OMP45pjnVGKJNqRTBPIJqLfX6NlE4wI6dHbJqpr3UAAAIfkEBQoAAwAs4wB5AE4AFAAAApqcgqkrMg+jWVQ1iYHevG9zVFXjYE8jjpc5eK6bpqsZxkxpvvpmizjWG7FaO12Q8pMcGcOicYmYAaEBqcT5okaH2moT6+kmI+IvmFNmpXNnNNVKfo8hbfebq50/6rw8/s7Cp7E2BcjGl6c3kGhWR6jkFyj4GGeYMRlpQkknWBNEMuTZAyrJN3EEJyEakxohCII6BIHyKbtXN1AAADs=");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.5;
  border-radius: 8px;
}

.form__input.valid {
  color: #10b534;
  border: 1px solid #10b534;
}

.form__input.error {
  color: #c8102e;
  border: 1px solid #c8102e;
}

label.error {
  display: flex;
  transform-style: preserve-3d;
  position: absolute;
  z-index: 200;
  top: calc(100% + 4px);
  left: 0;
  min-width: 95%;
  border-radius: 8px;
  background: #c8102e;
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.05rem */
  padding: 5px 10px;
}

label.error::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 15px;
  height: 15px;
  background: #c8102e;
  border-radius: 2px;
  transform: translateZ(-1px) rotate(45deg);
  top: -8px;
  left: 11px;
  transform-style: preserve-3d;
}

.main__wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.swiper {
  width: 100%;
  position: relative;
  overflow: visible;
}

/***************GLOBAL***************/
/***************BIG-BUTTON***************/

.big-button {
  position: relative;
  display: flex;
  padding: 16px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: fit-content;
  z-index: 100;

  color: #213320;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
  text-align: center;
  text-decoration: none;

  transition: 0.3s ease;
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 16px;
  background: #ffd700;
}

.big-button:hover {
  transform: scale(1.07);
}

/***************BIG-BUTTON***************/
/***************TEXT***************/

h1 {
  font-family: "Domine", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 116.667% */
  letter-spacing: -0.96px;
}

h2 {
  font-family: "Domine", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px; /* 116.667% */
  letter-spacing: -0.96px;
}

h3 {
  font-family: "Domine", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
  letter-spacing: -0.64px;
}

h4 {
  font-family: "Domine", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  letter-spacing: -0.48px;
}

h5 {
  font-family: "Domine", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  letter-spacing: -0.48px;
}

h6 {
  font-family: "Domine", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.36px;
}

p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
}

/***************TEXT***************/
/***************HEADER***************/

.header {
  padding-block: 18px;
  background: #fff;
}

.header .container {
  max-width: 100%;
  padding-inline: 10px;
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}

.header__logo {
  height: 32px;
}

.header__links-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.header__nav-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.header__nav-link-container {
  position: relative;
}

.header__nav-link {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  text-decoration: none;
  color: #213320;
  white-space: nowrap;
  position: relative;
}

.header__nav-sub-links-container {
  position: relative;
  padding-right: 20px;
}

.header__nav-sub-links-container::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url("../images/icons/chevron-down.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.3s ease;
}

.header__nav-sub-links-container:hover::after {
  transform: translateY(-50%) rotate(180deg);
}

.header__sub-list {
  position: absolute;
  top: 25px;
  left: 0;
  display: flex;
  transform: scaleY(0);
  transform-origin: top;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-radius: 0 0 16px 16px;
  background: #fff;
  box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
  transition: 0.3s ease;
  overflow: hidden;
}

.header__nav-sub-links-container:hover .header__sub-list {
  transform: scaleY(1);
}

.header__button {
  max-width: 270px;
}

.header__hamburger {
  cursor: pointer;
  padding: 10px;
}

.header__hamburger-container {
  position: relative;
  width: 36px;
  height: 24px;
}

.header__hamburger-item {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #213320;
  transition: 0.3s ease;
}

.header__hamburger-item:nth-child(1) {
  top: 0;
}

.header__hamburger-item:nth-child(2) {
  top: 50%;
  width: 100%;
  right: 0;
  transform: translateY(-50%);
}

.header__hamburger-item:nth-child(3) {
  bottom: 0;
}

.header.active .header__hamburger-item:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.header.active .header__hamburger-item:nth-child(2) {
  opacity: 0;
  right: 50%;
}

.header.active .header__hamburger-item:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

.header__buttons-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
}

.header__lang {
  font-weight: 500;
  position: relative;
  z-index: 100000;
  /*margin-left: auto;*/
  padding: 12px 24px;
  background: #fff;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #7e7c74;

  user-select: none;
}

.header__lang span {
  text-underline-offset: 3px;
  text-decoration: underline;
  text-transform: uppercase;
}

.header__current-lang {
  display: flex;
  align-items: center;
  gap: 4px;
}
.header__list-lang {
  position: absolute;
  top: 56px;
  left: -1px;
  width: calc(100% + 2px);
  display: inline-flex;
  padding: 24px !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  z-index: -1;
  background: #fff;
  box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease;
  border: 1px solid #e5e5e1;
  border-radius: 4px;
}

.header__list-lang.active {
  opacity: 1;
  visibility: visible;
  transition: all 250ms ease;
  z-index: 99;
}

.header__item-lang a {
  text-decoration: none;
  color: #28261b;
  text-transform: uppercase;
}

/***************HEADER***************/
/***************START***************/

#start h1 {
  max-width: 900px;
}

#start .section__column-container {
  justify-content: flex-end;
}

#start .section__column-container:first-child > p {
  color: #595547;
}

/***************START***************/
/***************DOCTOR***************/

/***************DOCTOR***************/
/***************PRICE***************/

#price .section__column-container {
  gap: 16px;
}

#price .section__column-container > p {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 136.364% */
  letter-spacing: -0.44px;
}

.price__label {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 15px;
  right: 15px;
  background: url("../images/icons/price-icon.svg");
  background-size: 100% 100%;
  width: 75px;
  height: 75px;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: -0.3px;
  z-index: 1;
}

.price__label span {
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 95.238% */
  letter-spacing: -0.42px;
}

/***************PRICE***************/
/***************DOCTOR***************/

#doctor .section__item p {
  color: #595547;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 136.364% */
}

.sections__container.gray #doctor .section__card,
.sections__container.gray #doctor .section__image-card {
  background-color: #fbf3cd;
}

/***************DOCTOR***************/
/***************REVIEW***************/

#review .section__card {
  gap: 16px;
}

#review .section__card > .section__row-container {
  flex-wrap: nowrap;
}

#review .selected {
  color: #ffd700;
}

/***************REVIEW***************/
/***************FAQ***************/

#faq .section__container {
  max-width: 790px;
  margin-inline: auto;
}

#faq .section__card {
  gap: 16px;
  border-radius: 16px;
  cursor: pointer;
}

/***************FAQ***************/
/***************REG***************/

#reg .container {
  max-width: 1220px;
}

#reg .section__column-container > p {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 136.364% */
}

#reg .section__column-container {
  justify-content: flex-end;
}

/***************REG***************/
/***************START***************/
/***************START***************/
/***************START***************/
/***************START***************/
/***************START***************/
/***************START***************/
/***************START***************/
/***************FOOTER***************/

.footer {
  background: #fff;
  text-align: center;
  padding-block: 18px;
}

.footer__logo {
  /*filter: brightness(0) invert(1);*/
}

.footer__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

/***************FOOTER***************/

/***************MEDIA(1200px)***************/

@media (max-width: 1200px) {
  .container {
    padding-inline: 10px;
  }

  .mob {
    display: block !important;
  }

  .desk {
    display: none !important;
  }

  /***************(1200px)TEXT***************/

  h1 {
    font-size: 40px;
    font-style: normal;
    line-height: 48px; /* 120% */
    letter-spacing: -0.8px;
  }

  h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    letter-spacing: -0.64px;
  }

  h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.48px;
  }

  h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 136.364% */
    letter-spacing: -0.44px;
  }

  p {
    font-size: 18px;
    letter-spacing: -0.54px;
  }

  /***************(1200px)TEXT***************/
  /***************(1200px)HEADER***************/

  .header {
  }

  .header__container {
    justify-content: space-between;
  }

  .header__links-container {
    position: absolute;
    top: 57px;
    width: 0px;
    left: -200%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
    background: #fff;
    border-bottom: 1px solid #a8c8c9;
    box-shadow: 0 24px 34px 0 rgba(0, 0, 0, 0.25);
    padding: 32px 10px;
    transition: 0.3s ease;
    z-index: 120;
  }

  .header__nav-container {
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    gap: 32px;
  }

  .header__nav-sub-links-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 32px;
    padding-right: 0;
  }

  .header__nav-sub-links-container::after {
    display: none;
  }

  .header__sub-list {
    position: static;
    transform: none;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    gap: 32px;
    top: auto;
  }

  .header__sub-list > * {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
  }

  /*.header__sub-list > *::before {*/
  /*  content: "•";*/
  /*  text-align: center;*/
  /*  width: 10px;*/
  /*  height: 100%;*/
  /*  left: 0;*/
  /*  top: 0;*/
  /*}*/

  .active .header__links-container {
    left: 0px;
    width: 100dvw;
  }

  /***************(1200px)HEADER***************/

  /***************(1200px)START***************/

  #start .large {
    max-width: 100%;
  }

  #start .section__image {
    height: 300px;
    object-fit: contain;
  }

  #start .section__column-container > p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
  }

  /***************(1200px)START***************/
  /***************(1200px)NATURE***************/

  #nature .section__column-container:nth-child(2) {
    order: -1;
  }

  #nature .section__column-container:nth-child(2) img {
    height: 500px;
  }

  #nature .section__row-container {
    flex-direction: column;
    align-items: center;
  }

  /***************(1200px)NATURE***************/
  /***************(1200px)REVIEW***************/

  .swiper .section__card {
    padding: 16px;
  }

  /***************(1200px)REVIEW***************/
  /***************(1200px)PRICE***************/

  #price .section__row-container {
    flex-direction: column;
    align-items: center;
  }

  /***************(1200px)PRICE***************/

  /***************(1200px)FOOTER***************/

  .footer__container {
    flex-direction: column;
    gap: 12px;
  }

  /***************(1200px)FOOTER***************/
}

/***************MEDIA(1200px)***************/

/***************MEDIA(700px)***************/

@media (max-width: 700px) {
  .big-button {
    width: 100%;
  }

  /***************(700px)HEADER***************/

  .header__nav-container {
    width: 100%;
  }

  .active .header__links-container {
    align-items: flex-start;
  }

  .header__button {
    width: 100%;
    max-width: none;
  }

  .header__logo {
    max-height: 24px;
  }

  /***************(700px)HEADER***************/
  /***************(700px)REG***************/

  /***************(700px)REG***************/
}

/***************MEDIA(700px)***************/
/***************ANIMATIONS***************/
/***************ANIMATIONS***************/
