.error404 {
}

.not-found {
  background-color: var(--brown-light-1);
  min-height: 65vh;
  display: flex;
  align-items: center;
}

.text__404 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.text__404 p {
  font-size: 18px;
  color: var(--text-brown);
}

.banner-slider-bg {
  overflow: hidden;
}

.banner-slider-bg,
header {
  background-color: var(--brown-light-1);
}

.banner-slider {
  height: calc(100vh - 110px);
  height: calc(100dvh - 110px);
}

.banner-slider,
.banner-slide__img-main {
  position: relative;
}

.banner-next,
.banner-prev {
  background-color: var(--brown-light-1);
  width: 120px;
  height: 120px;
  border-radius: 1000px;
}

.banner-prev {
  left: 80px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.banner-next {
  right: 80px;
}

.banner-next::after,
.banner-prev::after {
  content: "";
  width: 120px;
  height: 120px;
  background-image: url(../icons/slide-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 120px 120px;
}

.banner-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner-slide__img-main {
  z-index: 1;
}

.banner-slide__img-main > img:not(.drink),
.banner-slide__info-1,
.banner-slide__info-2 {
  position: absolute;
}

.banner-slide__info-1 {
  top: 7%;
  right: -30%;
  z-index: 2;
}

.banner-slide__info-2 {
  top: 50%;
  left: -45%;
  z-index: 2;
}

.banner-slide__info-1 p,
.banner-slide__info-2 p {
  font-size: 20px;
  font-weight: 400;
  color: var(--text-brown);
  line-height: 30px;
  position: absolute;
  line-height: 150%;
  letter-spacing: 0.17rem;
  text-transform: uppercase;
}

.banner-slide__info-1 p {
  text-align: end;
  top: -15px;
  right: -215px;
}

.banner-slide__info-2 p {
  text-align: start;
  bottom: -90px;
  left: -125px;
}

.banner-slide__img-main > img {
  max-width: 350px;
}

.banner-slide__img-main .mango-1 {
  z-index: 2;
  bottom: -65px;
  left: calc(50% - 350px);
}

.banner-slide__img-main .mango-2 {
  width: 336px;
  z-index: -1;
  top: calc(50% - 250px);
  left: calc(50% + 50px);
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.banner-slide__img-main .leaf-1 {
  width: 214px;
  z-index: 2;
  bottom: 40px;
  left: calc(50% + 0px);
}

.banner-slide__img-main .leaf-2 {
  width: 243px;
  z-index: 2;
  bottom: -100px;
  left: calc(50% + 100px);
}

.banner-slide__img-main .leaf-3 {
  width: 145px;
  z-index: 2;
  bottom: 120px;
  right: -190px;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.banner-slide__img-main .leaf-4 {
  width: 140px;
  z-index: 2;
  top: 50%;
  left: -80px;
}

.banner-slide__img-main .leaf-5 {
  width: 228px;
  z-index: -1;
  top: calc(50% - 120px);
  left: -70px;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.banner-slide__img-main .leaf-6 {
  width: 200px;
  z-index: 2;
  top: calc(50% - 130px);
  left: -290px;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.banner-slide__img-main .leaf-7 {
  width: 252px;
  z-index: 2;
  top: -10px;
  left: -200px;
}

.banner-slide__img-main .leaf-8 {
  width: 152px;
  z-index: -1;
  top: 0;
  left: calc(50% - 150px);
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.banner-slide__img-main .drink {
  max-height: 630px;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
}

.banner-slider__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
  position: absolute;
  right: 5%;
  bottom: 50px;
  z-index: 100;
}

.banner-slider__counter span {
  font-size: 64px;
  font-style: italic;
  color: #dfc9bd;
  font-family: "Libre Baskerville", serif;
}

.banner-slider__counter-line {
  width: 64px;
  height: 1px;
  background-color: #dfc9bd;
}

@-webkit-keyframes banner-order-float {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}

@keyframes banner-order-float {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}

.banner-slide__order {
  width: 138px;
  height: 138px;
  background-color: #599f1d;
  -webkit-box-shadow: -4px 3px 8.3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: -4px 3px 8.3px 1px rgba(0, 0, 0, 0.25);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 11px;
  border-radius: 1000px;
  z-index: 2;
  top: calc(50% - 20px);
  left: calc(50% + 70px);
  -webkit-animation: banner-order-float 3s ease-in-out infinite;
  animation: banner-order-float 3s ease-in-out infinite;
  -webkit-transition:
    box-shadow var(--transition),
    -webkit-transform var(--transition);
  transition:
    box-shadow var(--transition),
    transform var(--transition);
}

.banner-slide__order:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
  -webkit-box-shadow: -6px 8px 20px 3px rgba(0, 0, 0, 0.35);
  box-shadow: -6px 8px 20px 3px rgba(0, 0, 0, 0.35);
}

.banner-slide__order span {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 20px;
}

.unique-conditions {
  padding: 94px 10px;
  gap: 48px;
  background-color: var(--brown);
}

.unique-conditions__items {
  gap: 25px;
  width: 100%;
  max-width: 1380px;
}

.unique-conditions__items > div {
  flex: 1;
  gap: 27px;
}

.unique-conditions__items img {
  width: 68px;
}

.unique-conditions__items p {
  text-align: center;
  color: var(--text-brown);
  text-transform: uppercase;
}

.unique-conditions__items p {
  font-size: 12px;
  line-height: 18px;
}

.types-detox-drinks-bg {
  background-color: var(--brown-light-2);
}

.types-detox-drinks {
  gap: 50px;
  padding: 83px 13.5% 192px 13.5%;
}

.types-detox-drinks__item {
  position: relative;

  height: 511px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.types-detox-drinks__item img {
  max-height: 100%;
}

@media (max-width: 767px) {
  .types-detox-drinks__item img {
    width: 100%;
  }
}

.types-detox-drinks__item p {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.program-choice-bg {
  background-color: var(--brown-light-2);
}

.program-choice {
  padding: 86px 80px 120px;
}

.program-choice__head {
  max-width: 820px;
  margin: 0 auto 54px;
  text-align: center;
}

.program-choice__head p {
  margin-top: 24px;
  color: var(--text-brown);
  font-size: 18px;
  line-height: 1.6;
}

.program-choice__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.program-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background-color: white;
  border: 1px solid rgba(115, 87, 73, 0.14);
}

.program-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.program-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px 22px 24px;
}

.program-card__body span {
  color: #599f1d;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
}

.program-card__body h5 {
  margin-top: 14px;
  color: var(--text-brown);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.program-card__body p {
  margin-top: 18px;
  color: var(--text-brown);
  font-size: 15px;
  line-height: 1.55;
}

.program-card__body strong {
  display: block;
  margin-top: auto;
  padding-top: 24px;
  color: #599f1d;
  font-family: "Libre Baskerville", serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.program-card__body a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  min-height: 48px;
  border-radius: 30px;
  background-color: var(--brown);
  color: var(--text-brown);
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background-color var(--transition);
  transition: background-color var(--transition);
}

.program-card__body a:hover {
  background-color: var(--brown-hover);
}

.general-rules {
  gap: 72px;
  background-color: white;
  padding: 70px;
  width: 72%;
  margin: 0 auto;
}

.general-rules__list {
  gap: 24px;
}

.general-rules__list-item {
  gap: 30px;
}

.general-rules__list-number {
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  border-radius: 100px;
  background-color: var(--brown-light-1);
  font-size: 14px;
  color: var(--text-brown);
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.why-from-us__text p,
.general-rules__list-item p {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-brown);
  line-height: 1.5;
}

.why-from-us__text p span,
.general-rules__list-item p span {
  font-weight: 700;
  font-size: 16px;
}

.why-from-us {
  gap: 0;
}

.why-from-us__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.why-from-us__text {
  padding: 72px 62px 77px 52px;
  background-color: var(--brown-light-1);
}

.why-from-us__text .title-1 {
  text-align: start;
}

.why-from-us__text p {
  text-align: justify;
}

.why-from-us__text p:first-of-type {
  margin-top: 60px;
}

.why-from-us__text p:not(:first-of-type) {
  margin-top: 40px;
}

.instagram-story {
  background-color: var(--brown-light-2);
  padding: 95px 0;
}

.instagram-story__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 60px;
  align-items: center;
  padding: 0 80px;
}

.instagram-story__text .title-1 {
  text-align: left;
}

.instagram-story__text > p {
  margin-top: 36px;
  max-width: 620px;
  color: var(--text-brown);
  font-size: 18px;
  line-height: 1.6;
}

.instagram-story__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
}

.instagram-story__facts div {
  min-height: 132px;
  padding: 22px 18px;
  background-color: white;
  border: 1px solid rgba(115, 87, 73, 0.14);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.instagram-story__facts strong {
  color: #599f1d;
  font-family: "Libre Baskerville", serif;
  font-size: 42px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.instagram-story__facts span {
  color: var(--text-brown);
  font-size: 13px;
  line-height: 1.45;
  text-transform: uppercase;
}

.instagram-story__link {
  margin-top: 34px;
}

.instagram-story__gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.instagram-story__gallery img {
  width: 100%;
  aspect-ratio: 9 / 14;
  object-fit: cover;
  min-width: 0;
}

.reviews {
  background-color: white;
  padding: 80px 0 120px 0;
  gap: 65px;
}

.reviews-slider {
  width: 100%;
  position: relative;
  padding: 0 200px;
}

.reviews-slider__wrapper {
  overflow: hidden;
}

.review-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.review-slide__img {
  width: 122px;
  height: 122px;
  border-radius: 1000px;
  background-color: white;
  border: 5px solid var(--brown);
  overflow: hidden;
  padding: 14px;
}

.review-slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100px;
}

.review-slide__name {
  font-size: 14px;
  font-weight: 400;
  line-height: 14.28px;
  text-align: center;
}

.review-slide__name span {
  font-weight: 700;
  text-transform: uppercase;
}

.review-slide__desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
}

.review-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.review-rating__item.rated svg path {
  fill: #735749;
}

.reviews-next,
.reviews-prev {
  background-color: white;
  width: 50px;
  height: 50px;
}

.reviews-next::after,
.reviews-prev::after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../icons/slide-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
}

.reviews-prev::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.reviews-prev {
  left: 5%;
}

.reviews-next {
  right: 5%;
}

@media (max-width: 1200px) {
}

@media (max-width: 1024px) {
  .types-detox-drinks {
    padding: 60px 20px;
  }

  .program-choice {
    padding: 70px 30px 90px;
  }

  .program-choice__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .banner-slider {
    height: calc(100vh - 130px);
    height: calc(100dvh - 130px);
  }

  .general-rules {
    padding: 60px;
    width: 100%;
  }

  .instagram-story__inner {
    grid-template-columns: 1fr;
    padding: 0 30px;
  }

  .instagram-story__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .title-1 {
    font-size: 24px;
  }

  .banner-next,
  .banner-prev {
    width: 60px;
    height: 60px;
  }

  .banner-next::after,
  .banner-prev::after {
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
  }

  .banner-prev {
    left: 20px;
  }

  .banner-next {
    right: 20px;
  }

  .banner-slide__info-2 p {
    left: 0px;
  }

  .banner-slide__info-1 p {
    top: -60px;
    right: 0px;
  }

  .types-detox-drinks__item p {
    bottom: 27px;
  }
}

@media (max-width: 768px) {
  .unique-conditions__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .reviews-slider {
    padding: 0 50px;
  }

  .banner-slide__info-1,
  .banner-slide__info-2 {
    display: none;
  }

  .banner-slider__counter {
    bottom: 20px;
  }

  .banner-slider__counter span {
    font-size: 40px;
  }
}

@media (max-width: 576px) {
  .title-1 {
    font-size: 20px;
  }

  .general-rules {
    padding: 20px;
  }

  .program-choice {
    padding: 55px 20px 70px;
  }

  .program-choice__head {
    margin-bottom: 34px;
  }

  .program-choice__head p {
    font-size: 15px;
  }

  .program-choice__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .program-card__body h5 {
    font-size: 21px;
  }

  .program-card__body strong {
    font-size: 28px;
  }

  .reviews {
    padding: 40px 0 60px 0;
    gap: 40px;
  }

  .instagram-story {
    padding: 55px 0;
  }

  .instagram-story__inner {
    gap: 36px;
    padding: 0 20px;
  }

  .instagram-story__text > p {
    margin-top: 24px;
    font-size: 15px;
  }

  .instagram-story__facts {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .instagram-story__facts div {
    min-height: auto;
    gap: 16px;
  }

  .instagram-story__gallery {
    gap: 10px;
  }

  .banner-slide__img-main .leaf-6 {
    display: none;
  }

  .banner-slide__order {
    width: 100px;
    height: 100px;
    gap: 6px;
  }

  .banner-slide__order span {
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 20px;
  }

  .banner-next,
  .banner-prev {
    bottom: 10px;
    top: auto;
  }

  .banner-slider__counter {
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .banner-slider__counter span {
    font-size: 30px;
    color: var(--text-brown);
  }

  .banner-slider__counter-line {
    width: 40px;
    background-color: var(--text-brown);
  }

  .banner-slider {
    overflow: hidden;
  }

  .review-slide__desc {
    text-align: center;
  }

  .why-from-us__text {
    padding: 40px 20px;
  }
}

/* ---------- Green Detox: блоки по правкам клиента ---------- */
.gd-section {
  margin: 100px 0;
  padding: 0 80px;
}

.gd-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}

.gd-split__img img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.gd-split__text .title-1 {
  margin-bottom: 24px;
  text-align: left;
}

.gd-split__text > p {
  color: var(--text-brown);
  font-size: 16px;
  line-height: 1.65;
}

.gd-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 26px;
  list-style: none;
}

.gd-list li {
  position: relative;
  padding-left: 28px;
  color: var(--text-brown);
  font-size: 16px;
  line-height: 1.6;
}

.gd-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #599f1d;
}

.gd-note {
  margin-top: 28px;
  padding: 18px 22px;
  border-left: 3px solid #599f1d;
  background-color: var(--brown-light-2);
  color: var(--text-brown);
  font-size: 15px;
  line-height: 1.6;
}

.gd-results-bg {
  background-color: var(--brown-light-2);
}

.gd-results {
  padding: 86px 80px 96px;
  text-align: center;
}

.gd-results > p {
  max-width: 780px;
  margin: 24px auto 0;
  color: var(--text-brown);
  font-size: 18px;
  line-height: 1.6;
}

.gd-results__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 48px;
  text-align: left;
}

.gd-results__item {
  padding: 28px 24px;
  border: 1px solid rgba(115, 87, 73, 0.14);
  background-color: white;
}

.gd-results__item strong {
  display: block;
  color: #599f1d;
  font-family: "Libre Baskerville", serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}

.gd-results__item p {
  margin-top: 14px;
  color: var(--text-brown);
  font-size: 15px;
  line-height: 1.55;
}

.gd-warning {
  margin-top: 40px;
  padding: 20px 26px;
  border: 1px solid rgba(115, 87, 73, 0.2);
  background-color: white;
  color: var(--text-brown);
  font-size: 15px;
  line-height: 1.6;
}

.gd-prices {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.gd-price {
  flex: 1 1 140px;
  padding: 18px 20px;
  border: 1px solid rgba(115, 87, 73, 0.2);
  background-color: white;
  text-align: center;
}

.gd-price span {
  display: block;
  color: var(--text-brown);
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
}

.gd-price strong {
  display: block;
  margin-top: 10px;
  color: #599f1d;
  font-family: "Libre Baskerville", serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.gd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding: 0 34px;
  min-height: 50px;
  border-radius: 30px;
  background-color: var(--brown);
  color: var(--text-brown);
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  transition: background-color var(--transition);
}

.gd-btn:hover {
  background-color: var(--brown-hover);
}

.gd-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 40px;
}

.gd-gallery img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.gd-head {
  max-width: 820px;
  margin: 0 auto 44px;
  text-align: center;
}

.gd-head p {
  margin-top: 22px;
  color: var(--text-brown);
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .gd-results__grid,
  .gd-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gd-split {
    gap: 36px;
  }

  .gd-section {
    padding: 0 40px;
  }

  .gd-results {
    padding: 70px 40px 76px;
  }
}

@media (max-width: 768px) {
  .gd-section {
    margin: 60px 0;
    padding: 0 20px;
  }

  .gd-split {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .gd-split__img img {
    aspect-ratio: 3 / 4;
  }

  .gd-results {
    padding: 56px 20px 60px;
  }

  .gd-split__text .title-1 {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .gd-results__grid,
  .gd-gallery {
    grid-template-columns: minmax(0, 1fr);
  }
}
