<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: Now;
  font-display: swap;
  src: url("../fonts/Now-Bold.woff2") format("woff2"), url("../fonts/Now-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

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

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

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

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

:root {
  --emerald: #0d2b35;
  --red: #bd0b26;
  --sage: #879d86;
  --off-white: #eee9e4;
  --light-grey: #b8b8b8;
  --white: #fff;
  --plyr-color-main: #bd0b26;
  --plyr-audio-control-color: #fff;
  --plyr-menu-color: #fff;
  --plyr-badge-background: #fff;
}

:root {
  --font-family: "Now", sans-serif;
  --second-family: "CalmiusSans", sans-serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: var(--font-family);
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-feature-settings: "lnum" 1;
          font-feature-settings: "lnum" 1;
  color: var(--emerald);
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

body {
  background: var(--off-white);
}

body.active {
  overflow: hidden;
}

body.green {
  background: var(--emerald);
}

html {
  scroll-behavior: smooth;
}

.school__video-img svg {
  fill: #fff !important;
}

.plyr__controls__item {
  color: #fff;
}

.school__video-img.playable {
  border-radius: 10px;
  overflow: hidden;
}

button {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  outline: none;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  background: none;
}

span,
a {
  color: inherit;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
}

h2 {
  font-weight: 300;
  font-size: 36px;
  line-height: 111%;
}

.container {
  max-width: 1780px;
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}

.container-policy {
  margin-bottom: 40px;
}

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

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-vertical &gt; .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-button-prev,
.swiper-button-next {
  cursor: pointer;
  width: 13px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='22' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 21L11 11L1 1' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.swiper-button-prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.swiper-button-lock {
  display: none !important;
}

.swiper-pagination {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 24px;
}

.swiper-pagination-bullet {
  cursor: pointer;
  width: 60px;
  height: 2px;
  display: block;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-lock {
  display: none !important;
}

.btn {
  white-space: nowrap;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--red);
  border: 2px solid var(--red);
  height: 40px;
  padding: 8px;
  border: 2px solid inherit;
  border-radius: 30px;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background: -o-linear-gradient(top, transparent, transparent);
  background: linear-gradient(180deg, transparent, transparent);
}

.btn:hover {
  border-right: 2px solid transparent !important;
  border-left: 2px solid transparent !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#bd0b26), to(#461312));
  background: -o-linear-gradient(top, #bd0b26 0%, #461312 100%);
  background: linear-gradient(180deg, #bd0b26 0%, #461312 100%);
  color: var(--white);
}

.btn:disabled {
  opacity: 0.6;
  -webkit-filter: grayscale(0.5);
          filter: grayscale(0.5);
}

.btn-transparent {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--white);
  border: 2px solid var(--white);
}

.btn-transparent:hover {
  background: var(--white);
  color: var(--emerald);
}

.btn-red {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#bd0b26), to(#bd0b22));
  background: -o-linear-gradient(top, #bd0b26 0%, #bd0b22 100%);
  background: linear-gradient(180deg, #bd0b26 0%, #bd0b22 100%);
  color: var(--white);
  border: 2px solid transparent !important;
  z-index: 1;
}

.btn-red::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#bd0b26), to(#bd0b22));
  background: -o-linear-gradient(top, #bd0b26 0%, #bd0b22 100%);
  background: linear-gradient(180deg, #bd0b26 0%, #bd0b22 100%);
  z-index: -1;
  border-radius: 30px;
}

.btn-red:hover::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#bd0b26), to(#461312));
  background: -o-linear-gradient(top, #bd0b26 0%, #461312 100%);
  background: linear-gradient(180deg, #bd0b26 0%, #461312 100%);
}

.btn-green {
  position: relative;
  border: 2px solid var(--sage);
  background: -webkit-gradient(linear, left top, left bottom, from(#879d86), to(#879d86));
  background: -o-linear-gradient(top, #879d86 0%, #879d86 100%);
  background: linear-gradient(180deg, #879d86 0%, #879d86 100%);
  color: var(--white);
  border: 2px solid transparent !important;
  z-index: 1;
}

.btn-green::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -2px;
  right: -2px;
  bottom: -3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#879d86), to(#879d86));
  background: -o-linear-gradient(top, #879d86 0%, #879d86 100%);
  background: linear-gradient(180deg, #879d86 0%, #879d86 100%);
  z-index: -1;
  border-radius: 30px;
}

.btn-green:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#879d86), to(#0d2b35));
  background: -o-linear-gradient(top, #879d86 0%, #0d2b35 100%);
  background: linear-gradient(180deg, #879d86 0%, #0d2b35 100%);
}

.btn-green:hover::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#879d86), to(#0d2b35));
  background: -o-linear-gradient(top, #879d86 0%, #0d2b35 100%);
  background: linear-gradient(180deg, #879d86 0%, #0d2b35 100%);
}

.btn-green:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#879d86), to(#0d2b35));
  background: -o-linear-gradient(top, #879d86 0%, #0d2b35 100%);
  background: linear-gradient(180deg, #879d86 0%, #0d2b35 100%);
  border: none;
}

.btn-white {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background: -o-linear-gradient(top, #fff 0%, #fff 100%);
  background: linear-gradient(180deg, #fff 0%, #fff 100%);
  border: 2px solid var(--white);
  color: var(--sage);
}

.btn-white:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#bd0b26), to(#461312));
  background: -o-linear-gradient(top, #bd0b26 0%, #461312 100%);
  background: linear-gradient(180deg, #bd0b26 0%, #461312 100%);
  border-bottom: 2px solid #5d0916;
  border-top: 2px solid var(--red);
}

.more {
  padding: 8px 70px;
}

.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.counter__plus,
.counter__minus {
  border-radius: 100%;
  border: 1px solid var(--sage);
  line-height: 150%;
  font-size: 16px;
  text-align: center;
  color: var(--sage);
  cursor: pointer;
  min-width: 20px;
  width: 20px;
  height: 20px;
  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;
}

.counter__count {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--white);
  width: 40px;
  pointer-events: none;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}

.select {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.select[data-state=active] .select__title::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.select[data-state=active] .select__content {
  opacity: 1;
  visibility: visible;
}

.select__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  color: var(--light-grey);
  border: 1px solid var(--light-grey);
  border-radius: 5px;
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
}

.select__title::after {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23B8B8B8' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 8px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.select__content {
  position: absolute;
  top: calc(100% + 5px);
  left: 0px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  scrollbar-width: thin;
  -webkit-box-shadow: 0 0 8px 0 var(--sage);
          box-shadow: 0 0 8px 0 var(--sage);
  background: var(--white);
  border-radius: 5px;
  width: 100%;
}

.select__content::before {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 5H0L5 0L10 5Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10px;
  height: 5px;
}

.select__content::-webkit-scrollbar {
  width: 10px;
}

.select__content::-webkit-scrollbar-thumb {
  background: #f4f5f6;
  border-radius: 100px;
}

.select__input {
  display: none;
}

.select__text {
  font-size: 14px;
  line-height: 143%;
}

.lab {
  width: 100%;
}

.lab:not(:last-child) {
  margin-bottom: 20px;
}

.select__label {
  cursor: pointer;
  position: relative;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 0 !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select__label:hover,
.select__label.active {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: var(--sage);
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cards .card {
  width: 22%;
}

.cards .card-big {
  width: 48%;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 20px;
  position: relative;
  background: var(--white);
  border-radius: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.card:hover {
  -webkit-box-shadow: -3px 3px 10px 0 rgba(37, 37, 37, 0.3);
          box-shadow: -3px 3px 10px 0 rgba(37, 37, 37, 0.3);
}

.card__price {
  position: absolute;
  top: 20px;
  left: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 167%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  align-items: center;
}

.card__price div {
  font-weight: 500;
  font-size: 24px;
  line-height: 167%;
}

.card__price span {
  font-weight: 400;
  font-size: 16px;
  line-height: 187%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
  margin-left: 3px;
  margin-top: -10px;
}

.card__case {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--light-grey);
  position: absolute;
  top: 60px;
  left: 20px;
}

.card__favorite {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.3 0H2.7C1.2 0 0 1.19946 0 2.69878V18.9914C0 19.3913 0.2 19.6911 0.6 19.891C0.9 20.0909 1.3 19.991 1.6 19.7911L9 14.2936L16.4 19.7911C16.6 19.891 16.8 19.991 17 19.991C17.2 19.991 17.3 19.991 17.4 19.891C17.7 19.6911 18 19.3913 18 18.9914V2.69878C18 1.19946 16.8 0 15.3 0ZM16 16.9923L9.6 12.1945C9.4 12.0945 9.2 11.9946 9 11.9946C8.8 11.9946 8.6 12.0945 8.4 12.1945L2 16.9923V2.69878C2 2.29896 2.3 1.9991 2.7 1.9991H15.3C15.7 1.9991 16 2.29896 16 2.69878V16.9923Z' fill='%23B8B8B8'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 18px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
}

.card__favorite:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.3 0H2.7C1.2 0 0 1.19946 0 2.69878V18.9914C0 19.3913 0.2 19.6911 0.6 19.891C0.9 20.0909 1.3 19.991 1.6 19.7911L9 14.2936L16.4 19.7911C16.6 19.891 16.8 19.991 17 19.991C17.2 19.991 17.3 19.991 17.4 19.891C17.7 19.6911 18 19.3913 18 18.9914V2.69878C18 1.19946 16.8 0 15.3 0ZM16 16.9923L9.6 12.1945C9.4 12.0945 9.2 11.9946 9 11.9946C8.8 11.9946 8.6 12.0945 8.4 12.1945L2 16.9923V2.69878C2 2.29896 2.3 1.9991 2.7 1.9991H15.3C15.7 1.9991 16 2.29896 16 2.69878V16.9923Z' fill='%23879D86'/%3E%3C/svg%3E%0A");
}

.card__favorite.active {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.3 0H2.7C1.2 0 0 1.19946 0 2.69878V18.9914C0 19.3913 0.2 19.6911 0.6 19.891C0.9 20.0909 1.3 19.991 1.6 19.7911L9 14.2936L16.4 19.7911C16.6 19.891 16.8 19.991 17 19.991C17.2 19.991 17.3 19.991 17.4 19.891C17.7 19.6911 18 19.3913 18 18.9914V2.69878C18 1.19946 16.8 0 15.3 0Z' fill='%23879D86'/%3E%3C/svg%3E%0A");
}

.card__img {
  position: relative;
  width: 170px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card__img img {
  position: relative;
  width: 56px;
  height: 240px;
  z-index: 2;
  margin-bottom: -25px;
  object-fit: contain;
}

.card__circle {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 170px;
  height: 170px;
  border-radius: 100%;
}

.card__circle_bubbles {
  background-image: url("../img/bubbles.svg");
  border-radius: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.payment__card-circle_bubbles {
  background-image: url(../img/bubbles.svg);
  border-radius: 0;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 70% 100%;
}

.card__cut {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 170px;
  height: 170px;
  border-radius: 100%;
  border-bottom: 16px solid #fff;
  z-index: 4;
}

.card__inner {
  padding-top: 6px;
  position: relative;
  border-top: 1px solid var(--light-grey);
  margin: 0 20px;
}

.card__inner p {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--light-grey);
  margin-bottom: 7px;
}

.card__country {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  bottom: calc(100% + 20px);
  z-index: 10;
}

.card__title {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card__control {
  padding: 20px;
  background: var(--emerald);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0 0 10px 10px;
  margin-top: auto;
}

.card__cart {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  padding-right: 36px;
  color: var(--white);
}

.card__delete {
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 21L11 11L1 21' stroke='%23B8B8B8' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1 1L11 11L21 1' stroke='%23B8B8B8' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-width: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.card-big {
  padding: 60px 40px 40px;
  padding-right: 170px;
  background: none;
  border: none;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-big::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}

.card-big__flag {
  position: absolute;
  right: 0;
  top: 0;
}

.card-big__bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.card-big__title {
  font-weight: 400;
  font-size: 48px;
  line-height: 104%;
  color: var(--white);
  font-family: var(--second-family);
  opacity: 0.9;
  margin-bottom: 30px;
}

.card-big__text {
  font-family: var(--second-family);
  font-size: 32px;
  line-height: 125%;
  color: var(--white);
  opacity: 0.9;
  margin-bottom: 30px;
  margin-top: auto;
}

.card-big__btns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px 30px;
}

.card-big__btn {
  padding: 8px 24px;
}

.card-mobile {
  display: none;
}

.pagination {
  margin-top: 60px;
  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: 5px;
}

.pagination__next,
.pagination__prev {
  display: block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: relative;
}

.pagination__next::before,
.pagination__prev::before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11L6 6L1 1' stroke='%23B8B8B8' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 8px;
  height: 12px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pagination__prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.pagination__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination__num {
  cursor: pointer;
  border-radius: 8px;
  width: 40px;
  height: 20px;
  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;
}

.pagination__num span {
  margin-top: 6px;
  line-height: 0.8;
  display: block;
  color: var(--emerald);
  border-bottom: 2px solid transparent;
}

.pagination__num.active span {
  border-bottom: 2px solid var(--emerald);
}

.crumbs {
  width: 100%;
  z-index: 1;
}

.crumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  overflow-x: auto;
}

.crumbs ul li a, .crumbs ul li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.crumbs ul li a::after, .crumbs_after::after {
  display: block;
  content: "&gt;";
}

.crumbs ul li a,
.crumbs ul li p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 375%;
  white-space: nowrap;
}

.hidden {
  display: none !important;
}

.crumbs-mobile {
  display: none;
}

.crumbs-mobile-absolute {
  position: relative;
  margin-bottom: -43px;
  z-index: 10;
}

.crumbs-mobile-absolute ul {
  border-top: none !important;
}

.crumbs-mobile-absolute ul li a {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.crumbs-mobile-absolute ul::after {
  display: none;
}

.modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(1, 14, 30, 0.5);
  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;
  height: 100dvh;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity all 0.3s ease-in-out;
  -o-transition: opacity all 0.3s ease-in-out;
  transition: opacity all 0.3s ease-in-out;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 150;
}

.modal-overlay .modal {
  border-radius: 10px;
  max-width: 867px;
  width: 95%;
  overflow: visible;
  max-height: 90%;
  display: none;
  position: relative;
  background: var(--white);
}

.modal-overlay .modal img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.modal-overlay .modal.active {
  display: block;
}

.modal-overlay .modal__wrapper {
  overflow-y: auto;
  max-height: calc(100vh - 85px);
  padding: 20px 40px 40px;
}

.modal-overlay .modal__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  text-align: center;
  margin-bottom: 20px;
}

.modal-overlay .modal__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  margin-bottom: 20px;
}

.modal-overlay .modal__text b {
  display: block;
  font-weight: 500;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.modal-overlay .modal__text a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: var(--light-grey);
  display: block;
}

.modal-overlay .modal .close-icon {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 27px;
  left: auto;
  top: 25px;
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 11L6 6L1 11' stroke='%23B8B8B8' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23B8B8B8' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}

.modal-overlay .modal .close-icon:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 11L6 6L1 11' stroke='%23879D86' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23879D86' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.modal-overlay .modal__btns {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
}

.modal-overlay .modal__btn {
  width: 100%;
  cursor: pointer;
  font-size: 16px;
}

.modal-overlay .modal__close-btn {
  position: static !important;
  width: 100% !important;
  background: none !important;
  font-size: 16px;
  line-height: 140%;
  color: #2e8fce;
}

.modal-overlay .modal-create {
  max-width: 420px;
}

.modal-overlay .modal-create .modal__wrapper {
  padding: 10px 30px 20px;
}

.modal-overlay .modal-create h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 83%;
  text-align: center;
  margin-bottom: 10px;
}

.modal-overlay .modal-create p {
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 14px;
}

.modal-overlay .modal-create p a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.modal-overlay .modal-create .btn-red {
  font-size: 16px;
  width: 100%;
}

.modal-overlay .modal-create img {
  width: 80px;
  height: 87px;
  margin-bottom: 0;
}

.modal-overlay .modal-plans-mobile {
  max-width: 320px;
}

.modal-overlay .modal-plans-mobile .modal__wrapper {
  padding: 20px 37px 20px 20px;
}

.modal-overlay .modal-plans-mobile .plans__item-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.modal-overlay .modal-plans-mobile .plans__item-title {
  text-align: left;
  margin-bottom: 10px;
}

.modal-overlay .modal-plans-mobile .plans__item-text {
  text-align: left;
}

.modal-overlay .modal-plans-mobile .plans__item-btns {
  width: calc(100% + 17px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 14px;
}

.modal-overlay .modal-plans-mobile .plans__item-btn {
  font-size: 14px;
}

.modal-overlay .modal-plans-mobile .hidden-content {
  display: none;
}

.modal-overlay .modal-plans-mobile .plans__item {
  padding: 0;
}

.modal-overlay .modal-success,
.modal-overlay .modal-unsubscribe,
.modal-overlay .modal-delete,
.modal-overlay .modal-after-verify,
.modal-overlay .modal-verify,
.modal-overlay .modal-after-password,
.modal-overlay .modal-password,
.modal-overlay .modal-forgot,
.modal-overlay .modal-login {
  max-width: 420px;
}

.modal-overlay .modal-success .modal__wrapper,
.modal-overlay .modal-unsubscribe .modal__wrapper,
.modal-overlay .modal-delete .modal__wrapper,
.modal-overlay .modal-after-verify .modal__wrapper,
.modal-overlay .modal-verify .modal__wrapper,
.modal-overlay .modal-after-password .modal__wrapper,
.modal-overlay .modal-password .modal__wrapper,
.modal-overlay .modal-forgot .modal__wrapper,
.modal-overlay .modal-login .modal__wrapper {
  padding: 20px 30px 30px;
}

.modal-overlay .modal-add-cart {
  max-width: 360px;
}

.modal-overlay .modal-add-cart .modal__wrapper {
  padding: 10px 20px 20px;
}

.modal-overlay .modal-success img,
.modal-overlay .modal-add-cart img,
.modal-overlay .modal-unsubscribe img,
.modal-overlay .modal-delete img {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}

.modal-overlay .modal-success .modal__title,
.modal-overlay .modal-add-cart .modal__title,
.modal-overlay .modal-unsubscribe .modal__title,
.modal-overlay .modal-delete .modal__title {
  margin-bottom: 10px;
}

.modal-overlay .modal-success .modal__text b,
.modal-overlay .modal-add-cart .modal__text b,
.modal-overlay .modal-unsubscribe .modal__text b,
.modal-overlay .modal-delete .modal__text b {
  display: inline;
}

.modal-overlay .modal-success .form__btns,
.modal-overlay .modal-add-cart .form__btns,
.modal-overlay .modal-unsubscribe .form__btns,
.modal-overlay .modal-delete .form__btns {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
}

.modal-overlay .modal-success .form__btns .form__btn,
.modal-overlay .modal-add-cart .form__btns .form__btn,
.modal-overlay .modal-unsubscribe .form__btns .form__btn,
.modal-overlay .modal-delete .form__btns .form__btn {
  margin-top: 0;
}

.modal-overlay .form {
  padding: 0;
  max-width: 100%;
}

.modal-overlay .form__choice span {
  border-color: transparent;
}

.modal-overlay .form__choice input:checked + span {
  border-color: var(--sage);
}

.modal-overlay .form__choices {
  margin-bottom: 20px;
}

.modal-overlay .form__content {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  opacity: 1;
  visibility: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal-overlay .form__checkbox p {
  margin-bottom: 0;
}

.modal-overlay .form__btns p {
  margin-bottom: 0;
  color: var(--light-grey);
}

.modal-overlay .modal-newsletter {
  background: var(--off-white);
  max-width: 720px;
}

.modal-overlay .modal-newsletter .modal__wrapper {
  padding: 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.2fr;
  grid-template-columns: 1fr 2.2fr;
}

.modal-overlay .modal-newsletter img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px 0 0 6px;
  display: block;
  margin: 0;
  -o-object-position: right;
     object-position: right;
}

.modal-overlay .modal-newsletter .modal__inner {
  padding: 10px 19px;
}

.modal-overlay .modal-newsletter .modal__title {
  text-align: left;
  font-weight: 300;
  font-size: 20px;
  line-height: 200%;
  padding-right: 30px;
  margin-bottom: 10px;
}

.modal-overlay .modal-newsletter .modal__text {
  text-align: left;
  font-weight: 500;
  font-size: 14px;
}

.modal-overlay .modal-newsletter .close-icon {
  width: 16px;
  height: 16px;
  right: 20px;
  top: 20px;
}

.modal-overlay .modal-newsletter .form {
  max-width: 100%;
  background: none;
}

.modal-overlay .modal-newsletter .form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-overlay .modal-newsletter .form label {
  margin-bottom: 0;
}

.modal-overlay .modal-newsletter .form__btn {
  margin-top: 0;
  background: var(--emerald);
  border-color: var(--emerald);
  border-radius: 0 30px 30px 0;
  font-size: 14px;
  max-width: 115px;
  width: 100%;
}

.modal-overlay .modal-newsletter .form__info {
  font-size: 10px;
  margin-top: 10px;
  text-align: center;
  color: var(--light-grey);
}

.modal-overlay .modal-newsletter .form label {
  width: 100%;
}

.modal-overlay .modal-newsletter .form label:first-child {
  margin-right: -1px;
}

.modal-overlay .modal-newsletter .form label:first-child input {
  border-radius: 30px 0 0 30px;
}

.modal-overlay .modal-newsletter .form label input {
  font-size: 14px;
  padding: 12px 10px 12px 20px;
  height: 40px;
  border-color: var(--emerald);
  border-radius: 0;
}

.modal-overlay .modal-newsletter .form label input::-webkit-input-placeholder {
  color: var(--emerald);
  font-size: 14px;
}

.modal-overlay .modal-newsletter .form label input::-moz-placeholder {
  color: var(--emerald);
  font-size: 14px;
}

.modal-overlay .modal-newsletter .form label input:-ms-input-placeholder {
  color: var(--emerald);
  font-size: 14px;
}

.modal-overlay .modal-newsletter .form label input::-ms-input-placeholder {
  color: var(--emerald);
  font-size: 14px;
}

.modal-overlay .modal-newsletter .form label input::placeholder {
  color: var(--emerald);
  font-size: 14px;
}

.modal-overlay ul {
  padding-left: 20px;
  margin-bottom: 17px;
}

.modal-overlay ul li {
  list-style: disc;
  font-size: 14px;
  line-height: 120%;
}

.modal-overlay ul li:not(:last-child) {
  margin-bottom: 5px;
}

.modal-overlay .modal-candidacy .modal__wrapper {
  padding: 40px 120px;
}

.modal-overlay .modal-candidacy img {
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}

.modal-overlay .modal-candidacy::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 43, 53, 0.5);
  border-radius: 10px;
  z-index: 1;
}

.modal-overlay .modal-candidacy .modal__inner {
  position: relative;
  z-index: 3;
}

.modal-overlay .modal-candidacy .modal__tag {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: var(--white);
  height: 25px;
  padding: 3px 15px;
  border: 1px solid var(--light-grey);
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 35px;
}

.modal-overlay .modal-candidacy .modal__title {
  color: var(--white);
  text-align: left;
  margin-bottom: 30px;
  padding-right: 140px;
}

.modal-overlay .modal-candidacy .modal__title span {
  font-weight: 700;
  display: block;
}

.modal-overlay .modal-candidacy .modal__text {
  text-align: left;
  font-size: 20px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 30px;
}

.modal-overlay .modal-candidacy .modal__icon {
  width: 130px;
  height: 140px;
  right: 0;
  top: -10px;
  left: auto;
}

.modal-overlay .modal-candidacy .form {
  background: none;
  max-width: 100%;
}

.modal-overlay .modal-candidacy .form__inputs {
  gap: 40px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.modal-overlay .modal-candidacy .form label {
  margin-bottom: 0;
}

.modal-overlay .modal-candidacy .form label input {
  color: var(--light-grey);
  padding: 12px 16px;
}

.modal-overlay .modal-candidacy .form__btn {
  max-width: 360px;
  margin: 46px auto 0;
}

.modal-cookies {
  border-radius: 10px;
  background: var(--sage);
  width: 95%;
  max-width: 1200px;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
  z-index: 100;
}

.modal-cookies img {
  width: 120px;
  height: 130px;
  margin-bottom: 0;
  margin-right: 20px;
}

.modal-cookies .modal__wrapper {
  padding: 25px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.modal-cookies .modal__text {
  font-size: 20px;
  text-align: left;
  color: var(--white);
  max-width: 690px;
  line-height: 140%;
}

.modal-cookies .modal__text a {
  display: inline;
  color: var(--white);
}

.modal-cookies .modal__btn {
  width: 100%;
  font-size: 16px;
}

.modal-cookies .modal__btns {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  width: 270px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.modal-plans .plans__item-inner {
  text-align: left;
}

.modal-plans .plans__item-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-right: 10px;
}

.modal-plans .plans__item-wrapper img {
  width: 120px;
  height: 130px;
}

.modal-plans .plans__item-text {
  font-size: 12px;
  line-height: 150%;
  max-width: 500px;
}

.modal-plans .plans__item-tag {
  display: none;
}

.form {
  background: var(--white);
  border-radius: 10px;
  padding: 20px 30px 60px 30px;
  max-width: 420px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.form__accordion {
  padding: 20px 20px 20px 0;
  color: var(--light-grey);
  border-bottom: 1px solid var(--light-grey);
}

.form__accordion.open .form__accordion-title::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.form__accordion.open .form__content,
.form__accordion.open .form__radios,
.form__accordion.open .form__inner {
  padding-top: 20px;
  opacity: 1;
  visibility: visible;
}

.form label {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.form label.active input {
  border: 1px solid var(--red);
}

.form label input {
  border: 1px solid var(--light-grey);
  border-radius: 5px;
  background: transparent;
  width: 100%;
  padding: 12px 20px;
  padding-right: 40px;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form label input::-webkit-input-placeholder {
  font-size: 16px;
  color: var(--light-grey);
}

.form label input::-moz-placeholder {
  font-size: 16px;
  color: var(--light-grey);
}

.form label input:-ms-input-placeholder {
  font-size: 16px;
  color: var(--light-grey);
}

.form label input::-ms-input-placeholder {
  font-size: 16px;
  color: var(--light-grey);
}

.form label input::placeholder {
  font-size: 16px;
  color: var(--light-grey);
}

.form label input:focus {
  border: 1px solid var(--sage);
  outline: none;
  -webkit-box-shadow: 0 0 8px 0 var(--sage);
          box-shadow: 0 0 8px 0 var(--sage);
}

.form label.visible .reset-input {
  opacity: 1;
  visibility: visible;
}

.form label .reset-input {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  height: 16px;
  width: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23B8B8B8'/%3E%3Cpath d='M11 11L8 8L5 11' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M5 5L8 8L11 5' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  visibility: hidden;
}

.form label .reset-input:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23879D86'/%3E%3Cpath d='M11 11L8 8L5 11' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M5 5L8 8L11 5' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.form textarea {
  width: 100%;
  border: 1px solid var(--light-grey);
  border-radius: 5px;
  background: transparent;
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  resize: none;
  height: 180px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: var(--light-grey);
}

.form textarea::-moz-placeholder {
  font-size: 16px;
  color: var(--light-grey);
}

.form textarea:-ms-input-placeholder {
  font-size: 16px;
  color: var(--light-grey);
}

.form textarea::-ms-input-placeholder {
  font-size: 16px;
  color: var(--light-grey);
}

.form textarea::placeholder {
  font-size: 16px;
  color: var(--light-grey);
}

.form textarea:focus {
  border: 1px solid var(--sage);
  outline: none;
  -webkit-box-shadow: 0 0 8px 0 var(--sage);
          box-shadow: 0 0 8px 0 var(--sage);
}

.form__title {
  color: var(--light-grey);
  border-bottom: 1px solid var(--light-grey);
  padding-bottom: 20px;
  font-size: 16px;
}

.form__accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
}

.form__accordion-title::after {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23B8B8B8' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 8px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.form__auth {
  border: 1px solid var(--sage);
  border-radius: 10px;
  padding: 20px 15px;
}

.form__auth p {
  line-height: 156%;
  font-size: 16px;
}

.form__auth-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.form__auth-inner span {
  font-weight: 500;
  font-size: 13px;
  text-align: right;
  color: var(--light-grey);
}

.form__auth-title {
  font-size: 20px;
}

.form__choices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.form__choice-mobile {
  display: none !important;
}

.form__choice {
  width: 100%;
  margin-bottom: 0 !important;
}

.form__choice input {
  display: none;
}

.form__choice input:checked + span {
  color: var(--emerald);
  font-weight: 500;
  border-bottom: 2px solid var(--sage);
  line-height: 247%;
}

.form__choice span {
  border-bottom: 1px solid var(--light-grey);
  cursor: pointer;
  line-height: 250%;
  font-size: 16px;
  text-align: center;
  color: var(--light-grey);
  display: block;
}

.form__content {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  will-change: max-height;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.form__content-inner {
  display: none;
}

.form__content-inner.active {
  display: block;
}

.form__checkbox {
  margin-top: 20px;
}

.form__checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  cursor: pointer;
}

.form__checkbox label input {
  display: none;
}

.form__checkbox label input:checked + span::before {
  opacity: 1;
}

.form__checkbox label + p {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--red);
  margin-left: 30px;
}

.error-message {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--red);
  margin-top: 20px;
}

.pointer-none {
  pointer-events: none;
}

.btn-red.pointer-none::before {
  background: linear-gradient(180deg, #bd0b26 0%, #461312 100%);
}

.form__checkbox label span {
  position: relative;
  display: block;
  border: 1.5px solid var(--emerald);
  border-radius: 3px;
  min-width: 20px;
  width: 20px;
  height: 20px;
}

.form__checkbox label span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='11' viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.29412L4.80952 9L11 1' stroke='%23879D86' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-width: 12px;
  width: 12px;
  height: 11px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form__checkbox label p {
  font-size: 16px;
}

.form__btns {
  margin-top: 30px;
}

.form__btns p {
  font-size: 16px;
  margin-top: 10px;
  color: var(--light-grey);
  text-align: center;
}

.form__btns p a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.form__btn-guest {
  display: block;
  padding-bottom: 20px;
}

.form__btn-guest input {
  display: none;
}

.form__btn-guest span {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--sage);
  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;
  height: 40px;
  border: 1.5px solid var(--sage);
  border-radius: 30px;
  cursor: pointer;
}

.form__or {
  text-align: center;
  margin: 30px 0 20px;
}

.form__content-title {
  font-size: 16px;
  margin: 0 auto 20px;
  line-height: 250%;
  text-align: center;
  font-weight: 500;
  border-bottom: 2px solid var(--sage);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
}

.form__inputs {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.form__radios {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  will-change: max-height;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-bottom: 0;
}

.form__radios label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
}

.form__radios label input {
  display: none;
}

.form__radios label input:checked + span::before {
  opacity: 1;
}

.form__radios label:not(:last-child) {
  margin-bottom: 20px;
}

.form__radios label span {
  position: relative;
  display: block;
  border: 1.5px solid var(--emerald);
  border-radius: 10px;
  min-width: 20px;
  width: 20px;
  height: 20px;
}

.form__radios label span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--sage);
  border-radius: 10px;
  width: 12px;
  height: 12px;
  opacity: 0;
}

.form__radios label p {
  font-size: 16px;
}

.form .eye {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  background: url("../img/hide.svg") center center/contain no-repeat;
  width: 22px;
  height: 20px;
  -webkit-filter: brightness(0) invert(0.8);
          filter: brightness(0) invert(0.8);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form .eye.active {
  background: url("../img/visible.svg") center center/contain no-repeat;
  -webkit-filter: none;
          filter: none;
}

.form .eye:hover {
  -webkit-filter: none;
          filter: none;
}

.form .btn-red {
  margin-top: 50px;
  width: 100%;
}

.form .btn {
  font-size: 16px;
  width: 100%;
}

.form__wrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.form__wrap label {
  margin-bottom: 0;
}

.form__wrap .form__checkbox {
  margin-top: 0;
}

.form__wrap a {
  font-size: 16px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-align: right;
  color: var(--light-grey);
}

.form .select[data-state=active] .select__title {
  border: 1px solid var(--sage);
  -webkit-box-shadow: 0 0 8px 0 var(--sage);
          box-shadow: 0 0 8px 0 var(--sage);
}

.header {
  scroll-margin-top: -40px;
}

.header__banner {
  background: var(--red);
  padding: 8px 0;
  text-align: center;
}

.header__banner .swiper-button-next,
.header__banner .swiper-button-prev {
  width: 8px;
  height: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__banner .swiper-button-next {
  right: 0;
}

.header__banner .swiper-button-prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.header__banner-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--white);
  padding: 0 20px;
  position: relative;
}

.header__banner-link-mobile {
  display: none;
}

.header__wrapper {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 30px 0 16px;
  border-bottom: 1px solid var(--emerald);
}

.header__member {
  padding: 8px 25px;
}

.header__search {
  border: 1.5px solid var(--emerald);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 7px 15px;
  width: 200px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header__search.active {
  -webkit-box-shadow: 0 0 8px 0 var(--sage);
          box-shadow: 0 0 8px 0 var(--sage);
  border-color: var(--sage);
}

.header__search input {
  font-size: 16px;
  line-height: 150%;
  width: 100%;
  background: var(--off-white);
  border: none;
}

.header__search input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: var(--emerald);
}

.header__search input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--emerald);
}

.header__search input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--emerald);
}

.header__search input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--emerald);
}

.header__search input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: var(--emerald);
}

.header__search input:focus {
  outline: none;
}

.header__search input:focus + .search-drop {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.header__search input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  cursor: pointer;
  height: 16px;
  width: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23B8B8B8'/%3E%3Cpath d='M11 11L8 8L5 11' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M5 5L8 8L11 5' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}

.header__search input::-webkit-search-cancel-button:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23879D86'/%3E%3Cpath d='M11 11L8 8L5 11' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M5 5L8 8L11 5' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.header__search button {
  background: url("../img/search.svg") center center/contain no-repeat;
  min-width: 20px;
  width: 20px;
  height: 20px;
}

.header__search-btn {
  display: none;
  background: url("../img/search.svg") center center/contain no-repeat;
  min-width: 20px;
  width: 20px;
  height: 20px;
}

.header__search-close {
  display: none;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 17L9 9L1 17' stroke='%230D2B35' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1 1L9 9L17 1' stroke='%230D2B35' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-width: 18px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.header__logo {
  display: block;
  width: 360px;
  margin: 0 auto;
}

.header__logo img {
  width: 100%;
}

.header__logo-small {
  display: none;
}

.header__wine {
  padding: 8px 44px;
}

.header__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-left: 20px;
}

.header__control p {
  white-space: nowrap;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.header__login:hover p {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.header__check {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.header__check span {
  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;
  position: absolute;
  left: 15px;
  bottom: -5px;
  font-weight: 500;
  font-size: 8px;
  line-height: 150%;
  text-align: center;
  color: var(--white);
  width: 15px;
  height: 15px;
  z-index: 1;
}

.header__check span::before {
  position: absolute;
  content: "";
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: var(--red);
  z-index: -1;
}

.header__check:hover p {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.header__bottom {
  border-bottom: 1px solid var(--emerald);
}

.header .nav__list {
  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;
}

.header .nav__item {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}

.header .nav__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--emerald);
}

.header .nav__item-arrow {
  position: relative;
}

.header .nav__item-arrow &gt; a {
  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: 8px;
}

.header .nav__item-arrow &gt; a::after {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%230D2B35' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header .nav__item-arrow ul {
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 100%;
  left: 20%;
  width: 100%;
  padding: 10px 28px 10px 30px;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
  background: var(--off-white);
  border-radius: 5px;
  width: 240px;
}

.header .nav__item-arrow ul::before {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 5H0L5 0L10 5Z' fill='%23EEE9E4'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10px;
  height: 5px;
}

.header .nav__item-arrow ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: var(--emerald);
}

.header__fixed {
  padding: 10px 0;
  position: fixed;
  top: 38px;
  left: 0;
  -webkit-transform: translateY(-200px);
      -ms-transform: translateY(-200px);
          transform: translateY(-200px);
  width: 100%;
  background: var(--off-white);
  z-index: 100;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.header__fixed .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.header__fixed .header__logo {
  width: 220px;
  margin-left: 0;
}

.header__fixed .nav__list {
  width: 100%;
  gap: 35px;
}

.header__fixed .nav__link {
  font-size: 16px;
}

.header__fixed .nav__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header__fixed .header__search {
  width: 150px;
}

.header.active .header__fixed {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.menu {
  display: none;
}

.header-white .header__wrapper,
.header-white .header__bottom {
  border-color: var(--off-white);
}

.header-white .header__search {
  border: 1.5px solid var(--off-white);
}

.header-white .header__search input {
  background: var(--emerald);
  color: var(--off-white);
}

.header-white .header__search input::-webkit-input-placeholder {
  color: var(--off-white);
}

.header-white .header__search input::-moz-placeholder {
  color: var(--off-white);
}

.header-white .header__search input:-ms-input-placeholder {
  color: var(--off-white);
}

.header-white .header__search input::-ms-input-placeholder {
  color: var(--off-white);
}

.header-white .header__search input::placeholder {
  color: var(--off-white);
}

.header-white .nav__link,
.header-white .header__control p {
  color: var(--off-white);
}

.header-white .burger span {
  background: #fff;
}

.header-white .header__search-btn {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.header-white .nav__item-arrow &gt; a::after,
.header-white .header__control img,
.header-white .header__logo img {
  -webkit-filter: brightness(0) invert(0.8);
          filter: brightness(0) invert(0.8);
}

.header-white .header__fixed .header__control img,
.header-white .header__fixed .header__logo img,
.header-white .header__fixed .nav__item-arrow &gt; a::after {
  -webkit-filter: none;
          filter: none;
}

.header-white .header__fixed .header__search-btn {
  -webkit-filter: none;
          filter: none;
}

.header-white .header__fixed .header__search {
  border: 1.5px solid var(--emerald);
}

.header-white .header__fixed .header__search input {
  background: var(--off-whit);
  color: var(--emerald);
}

.header-white .header__fixed .header__search input::-webkit-input-placeholder {
  color: var(--emerald);
}

.header-white .header__fixed .header__search input::-moz-placeholder {
  color: var(--emerald);
}

.header-white .header__fixed .header__search input:-ms-input-placeholder {
  color: var(--emerald);
}

.header-white .header__fixed .header__search input::-ms-input-placeholder {
  color: var(--emerald);
}

.header-white .header__fixed .header__search input::placeholder {
  color: var(--emerald);
}

.header-white .header__fixed .nav__link,
.header-white .header__fixed .header__control p {
  color: var(--emerald);
}

.search-drop {
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
  background: var(--off-white);
  border-radius: 8px;
  padding: 10px;
  width: 260px;
  
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
}

.search-drop::before {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 5H0L5 0L10 5Z' fill='%23EEE9E4'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10px;
  height: 5px;
}

.search-drop ul {
  margin-bottom: 12px;
}

.search-drop__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  
}

.search-drop__item p, .search-drop__item b {
  font-size: 14px;
  line-height: 143%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0;
}

.search-drop__item:hover p, .search-drop__item:hover b {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: var(--sage);
}

.search-drop__img {
  position: relative;
  width: 26px;
  min-width: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-drop__img img {
  position: relative;
  width: 12px;
  height: 36px;
  z-index: 2;
  margin-bottom: -2px;
}

.search-drop__circle {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 26px;
  height: 26px;
  border-radius: 100%;
}

.search-drop__circle_bubbles {
  background-image: url("../img/bubbles.svg");
  border-radius: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px 26px;
}

.order__item-circle_bubbles {
  background-image: url(../img/bubbles.svg);
  border-radius: 0;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 100% 80%;
}

.search-drop__cut {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border-bottom: 3px solid var(--off-white);
  z-index: 4;
}

.search-drop__all {
  font-size: 16px;
  line-height: 125%;
  margin-left: 40px;
}

.header__login-mobile {
  display: none;
}

.form-header {
  display: none;
}

.burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.burger span {
  display: block;
  height: 2px;
  background: var(--emerald);
  width: 22px;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.burger span:nth-child(3) {
  width: 17px;
}

.burger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(6px, 6px);
      -ms-transform: rotate(45deg) translate(6px, 6px);
          transform: rotate(45deg) translate(6px, 6px);
}

.burger.active span:nth-child(2) {
  opacity: 0;
}

.burger.active span:nth-child(3) {
  width: 22px;
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
      -ms-transform: rotate(-45deg) translate(5px, -5px);
          transform: rotate(-45deg) translate(5px, -5px);
}

.main {
  margin-top: -1px;
  margin-bottom: 120px;
  background: var(--off-white);
}

.main__item {
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  height: 640px;
  position: relative;
}

.main__item::before {
  border-radius: 10px;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 43, 53, 0.25);
}

.main__bg {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.main__logo {
  position: relative;
  width: 430px;
}

.main__inner {
  width: 420px;
  position: relative;
}

.main__inner p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 125%;
  color: var(--white);
  margin-bottom: 24px;
}

.main__btn {
  padding: 8px 53px;
}

.main .swiper {
  position: relative;
}

.main .swiper-pagination {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about {
  position: relative;
  margin-bottom: 230px;
}

.about__bg {
  position: relative;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  display: block;
  min-height: 360px;
}

.about__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: calc(100% + 180px);
  max-width: 1780px;
  margin: 0 auto;
  padding: 0 60px;
}

.about__slider::before {
  position: absolute;
  content: "";
  top: 0;
  left: 2%;
  background: url("../img/logo-green.svg") center center/contain no-repeat;
  width: 340px;
  height: 140px;
}

.about__bottle img {
  width: auto;
  height: 880px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}

.about__bottle p {
  font-weight: 400;
  font-size: 24px;
  line-height: 125%;
  text-align: center;
  margin-bottom: 20px;
}

.about__bottle-btn {
  margin: 0 auto;
  padding: 8px 54px;
  border: 2px solid var(--emerald);
  color: var(--emerald);
}

.about__bottle-btn:hover {
  background: var(--sage);
  color: var(--off-white);
  border: 2px solid var(--sage) !important;
}

.about__btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 60px;
  padding: 8px 64px;
}

.about__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  padding: 0 40px;
  max-width: 820px;
  width: 100%;
  margin: 0 auto -26px;
}

.about .swiper {
  padding: 0 20px;
  height: auto;
  width: 300px;
}

.about .swiper-slide {
  width: 100%;
}

.about .swiper-button-prev,
.about .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about .swiper-button-prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.about .swiper-button-next {
  right: 0;
}

.about .swiper-pagination-bullet {
  max-width: 60px;
  width: 100%;
}

.about .swiper-pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  margin: 0;
  left: 0;
  bottom: 220px;
}

.bestsellers {
  margin-bottom: 140px;
}

.bestsellers h2 {
  text-align: center;
  margin-bottom: 30px;
}

.bestsellers__btn {
  padding: 8px 62px;
  margin: 0 auto;
}

.bestsellers .swiper {
  padding: 10px 20px;
  margin-bottom: 30px;
  width: calc(100% + 40px);
  margin-left: -20px;
}

.tour {
  margin-bottom: 120px;
}

.tour__flag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.tour__wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 190px 60px 180px 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}

.tour__wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.tour__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tour h2 {
  z-index: 2;
  position: relative;
  font-weight: 400;
  font-size: 72px;
  line-height: 97%;
  color: var(--white);
  font-family: var(--second-family);
  max-width: 770px;
}

.tour__inner {
  z-index: 2;
  position: relative;
  max-width: 420px;
}

.tour__inner p {
  font-family: var(--second-family);
  margin-bottom: 55px;
  font-size: 45px;
  line-height: 111%;
  color: var(--white);
}

.tour__btn {
  width: 100%;
}

.school {
  margin-bottom: 125px;
}

.school h1 {
  font-weight: 300;
  font-size: 36px;
  line-height: 111%;
  text-align: center;
  margin-bottom: 40px;
}

.school__radio {
  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: 28px;
  margin-bottom: 56px;
}

.school__radio a {
  font-size: 16px;
  line-height: 150%;
  color: var(--light-grey);
}

.school__radio a.active {
  font-weight: 500;
  color: var(--emerald);
}

.school__radio a.active + img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.school__radio img {
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.school h2 {
  text-align: center;
  margin-bottom: 30px;
}

.school__items {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.school__item {
  border-radius: 10px;
  position: relative;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.school__item img {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.school__item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
  border-radius: 10px;
}

.school__item-inner {
  position: relative;
  z-index: 2;
  padding: 20px;
  width: 100%;
}

.school__item-title {
  font-size: 24px;
  line-height: 125%;
  color: var(--off-white);
  margin-bottom: 10px;
}

.school__item-text {
  padding-right: 90px;
  color: var(--off-white);
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.school__item-btn {
  padding: 8px 20px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  border: 2px solid var(--white);
}

.school__more {
  padding: 8px 82px;
  margin: 0 auto;
}

.school .swiper {
  margin-bottom: 40px;
}

.school .more {
  display: none;
  margin: 57px auto 0;
}

.school__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  margin-bottom: 120px;
}

.school__video .school__video-item {
  max-width: 760px;
  width: 100%;
}

.school__video-img {
  border-radius: 10px;
  position: relative;
}

.school__video-img video {
  width: 100%;
}

.school__video-img.blocked::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
  border-radius: 10px;
}

.school__video-img.blocked::after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='26' viewBox='0 0 20 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1291 7.84424V6.12899C16.1291 3.93957 14.9606 1.91601 13.0639 0.821042C11.1684 -0.273681 8.83142 -0.273681 6.93597 0.821042C5.03928 1.91576 3.8708 3.93935 3.8708 6.12899V7.84424C2.77852 8.0656 1.79509 8.65711 1.08986 9.52079C0.384667 10.3845 -0.00120486 11.4646 2.82625e-06 12.5799V20.3215C2.82625e-06 21.6049 0.510452 22.8351 1.41767 23.7424C2.3249 24.6508 3.55506 25.16 4.83853 25.16H15.1615C16.4449 25.16 17.6751 24.6508 18.5823 23.7424C19.4895 22.8351 20 21.605 20 20.3215V12.5799C20.0012 11.4646 19.6153 10.3845 18.9101 9.52079C18.2049 8.65711 17.2214 8.06562 16.1291 7.84424ZM9.99991 1.93524C12.3127 1.9425 14.1866 3.8162 14.1937 6.12902V7.74143H5.80613V6.12902C5.81339 3.8162 7.68709 1.94236 9.99991 1.93524ZM18.0645 20.3215C18.0645 21.9243 16.7641 23.2246 15.1614 23.2246H4.83844C3.23568 23.2246 1.93534 21.9243 1.93534 20.3215V12.5799C1.93534 10.9772 3.23568 9.67683 4.83844 9.67683H15.1614C16.7641 9.67683 18.0645 10.9772 18.0645 12.5799V20.3215ZM11.2906 15.16C11.2833 15.4649 11.1696 15.7576 10.9676 15.9862V18.3861C10.9676 18.9208 10.5346 19.3538 9.99991 19.3538C9.46524 19.3538 9.03221 18.9208 9.03221 18.3861V15.9862C8.8302 15.7576 8.71651 15.4649 8.70923 15.16C8.70923 14.4476 9.28743 13.8706 9.99991 13.8706C10.7124 13.8706 11.2906 14.4476 11.2906 15.16Z' fill='white'/%3E%3C/svg%3E%0A");
  top: 30px;
  right: 40px;
  width: 20px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
}

.school__video-item {
  position: relative;
}

.school__video-item img {
  display: block;
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 16/10;
}

.school__video-item p {
  position: absolute;
  font-size: 24px;
  line-height: 120%;
  color: var(--white);
  left: 40px;
  right: 40px;
  bottom: 50px;
  z-index: 3;
}

.school__video-inner {
  padding-right: 80px;
}

.school__video-inner p {
  padding: 0 20px;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 40px;
  max-width: 350px;
}

.school__video-inner .btn {
  width: 100%;
}

.school__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3CforeignObject x='-5' y='-5' width='130' height='130'%3E%3Cdiv xmlns='http://www.w3.org/1999/xhtml' style='backdrop-filter:blur(2.5px);clip-path: url(%23bgblur_0_13017_30272_clip_path);height: 100%25;width: 100%25'%3E%3C/div%3E%3C/foreignObject%3E%3Ccircle data-figma-bg-blur-radius='5' cx='60' cy='60' r='60' fill='black' fill-opacity='0.25'/%3E%3Cpath d='M82.5 55.6699C85.8333 57.5944 85.8333 62.4056 82.5 64.3301L52.5 81.6506C49.1667 83.5751 45 81.1695 45 77.3205L45 42.6795C45 38.8305 49.1667 36.4249 52.5 38.3494L82.5 55.6699Z' fill='white'/%3E%3Cdefs%3E%3CclipPath id='bgblur_0_13017_30272_clip_path' transform='translate(5 5)'%3E%3Ccircle cx='60' cy='60' r='60'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 120px;
  height: 120px;
  z-index: 2;
  cursor: pointer;
}

.school__text {
  text-align: center;
  margin-bottom: 10px;
  padding: 0 20px;
}

.school__text a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.school__btn {
  padding: 8px 40px;
  margin: 0 auto;
}

.school .school-video-swiper {
  margin-bottom: 60px;
  overflow: visible;
}

.school .swiper-slide .school__video-item p {
  font-size: 16px;
  line-height: 120%;
  left: 30px;
  right: 30px;
  bottom: 32px;
}

.school-page {
  overflow: hidden;
}

.gallery {
  position: relative;
  background: var(--emerald);
  padding: 5px;
}

.gallery__grid {
  display: -ms-grid;
  display: grid;
  gap: 5px;
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}

.gallery__grid img {
  width: 100%;
  aspect-ratio: 1/1;
}

.gallery__link {
  background: rgba(13, 43, 53, 0.9);
  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;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 400;
  font-size: 24px;
  line-height: 167%;
  text-align: center;
  color: var(--off-white);
  padding: 10px 56px;
  border-radius: 10px;
}

.gallery__link img {
  width: 25px;
  height: 25px;
}

.slider-wine {
  margin-bottom: 125px;
}

.slider-wine h2 {
  text-align: center;
  margin-bottom: 30px;
}

.slider-wine__item {
  display: block;
  border-radius: 10px;
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.slider-wine__item:hover {
  -webkit-box-shadow: -3px 3px 10px 0 rgba(37, 37, 37, 0.3);
  box-shadow: -3px 3px 10px 0 rgba(37, 37, 37, 0.3);
}

.slider-wine__item img {
  width: 100%;
  height: 433px;
  border-radius: 10px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.slider-wine__item p {
  position: absolute;
  bottom: 40px;
  left: 20px;
  padding-right: 20px;
  font-size: 24px;
  line-height: 125%;
  color: var(--white);
}

.slider-wine__item::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  /* Rectangle 776 */
  position: absolute;
  left: 0%;
  right: 0%;
  top: 50%;
  bottom: 0%;
  border-radius: 0 0 10px 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.slider-wine .slider-wine-swiper {
  padding: 10px;
  width: calc(100% - 20px);
  margin-left: -10px;
}

.slider-wine .swiper-slide {
  position: relative;
}

.slider-wine .swiper-slide .card {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.slider-wine .swiper-slide:hover .slider-wine__item {
  opacity: 0;
  visibility: hidden;
}

.slider-wine .swiper-slide:hover .card {
  opacity: 1;
  visibility: visible;
}

.slider {
  margin-bottom: 100px;
  overflow: hidden;
}

.slider h2 {
  text-align: center;
  margin-bottom: 30px;
}

.slider__item {
  display: block;
  position: relative;
}

.slider__item img {
  width: 100%;
  height: 420px;
  border-radius: 10px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider__item p {
  position: absolute;
  bottom: 40px;
  left: 20px;
  padding-right: 20px;
  font-size: 24px;
  line-height: 125%;
  color: var(--white);
}

.slider__item::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  /* Rectangle 776 */
  position: absolute;
  left: 0%;
  right: 0%;
  top: 50%;
  bottom: 0%;
  border-radius: 0 0 10px 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.slider .swiper {
  overflow: visible;
}

.slider .swiper-slide .card {
  width: 300px;
  height: 100%;
}

.slider .swiper-slide .card-big {
  width: 640px;
}

.catalog {
  margin-bottom: 100px;
}

.catalog__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.catalog__out {
  display: none;
}

.catalog__back,
.catalog__btn-filter {
  display: none;
}

.catalog__inner {
  padding-bottom: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.catalog h1 {
  font-weight: 300;
  font-size: 36px;
  line-height: 111%;
  padding-left: 170px;
}

.catalog .filter__left {
  width: 300px;
}

.catalog .filter__mobile,
.catalog .filter__btns {
  display: none;
}

.catalog .filter__reset {
  border-bottom: 1px solid var(--emerald);
  padding-right: 20px;
  width: 100%;
  line-height: 375%;
  text-transform: capitalize;
  text-align: right;
  color: var(--light-grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}

.catalog .filter__reset::after {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 11L6 6L1 11' stroke='%23B8B8B8' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23B8B8B8' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 12px;
  height: 12px;
}

.catalog .filter__list {
  margin-bottom: 20px;
}

.catalog .filter__item {
  overflow: hidden;
  border-bottom: 1px solid var(--emerald);
  padding-right: 20px;
}

.catalog .filter__item.open {
  padding-bottom: 10px;
}

.catalog .filter__item.open .filter__btn::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.catalog .filter__item.open .filter__content {
  opacity: 1;
  visibility: visible;
  padding-bottom: 10px;
}

.catalog .filter__btn {
  font-weight: 500;
  cursor: pointer;
  line-height: 375%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.catalog .filter__btn::after {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23B8B8B8' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 12px;
  height: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.catalog .filter__content {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  will-change: max-height;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.catalog .select {
  width: 20px;
  margin-right: 20px;
  margin-bottom: 0;
}

.catalog .select span {
  display: none;
}

.catalog .select__title {
  white-space: nowrap;
  border: none;
  border-radius: 0;
  padding: 0;
  color: transparent;
  overflow: hidden;
}

.catalog .select__title::before {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.37114e-07 13L5.24537e-07 15H2L2 18H18V15H20V13H18V10L2 10L2 13H4.37114e-07ZM4 12L16 12V16H4V12Z' fill='%23B8B8B8'/%3E%3Cpath d='M5 3L0 3L8.74224e-08 5H5V8H15V5H20V3L15 3V0L5 4.37114e-07V3ZM13 2V6L7 6V2L13 2Z' fill='%23B8B8B8'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-width: 20px;
  width: 20px;
  height: 18px;
}

.catalog .lab:not(:last-child) {
  margin-bottom: 3px;
}

.catalog .select__content {
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.2);
  width: 160px;
  position: absolute;
  top: calc(100% + 5px);
  left: auto;
  right: -20px;
  padding: 10px 10px 10px 7px;
}

.catalog .select__content .select__title::after {
  display: none;
}

.catalog .select__label {
  font-weight: 400;
  font-size: 14px;
  line-height: 107%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.catalog .select__label::before {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.4353L4.04762 7.2L9 0.800003' stroke='%230D2B35' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-width: 10px;
  width: 10px;
  height: 8px;
  opacity: 0;
}

.catalog .select__label:hover {
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--emerald);
}

.catalog .select__label.active {
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--emerald);
}

.catalog .select__label.active::before {
  opacity: 1;
}

.catalog .select__content::before {
  display: none;
}

.catalog .select__title::after {
  display: none;
}

.filter__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.filter__checkbox:not(:last-child) {
  margin-bottom: 20px;
}

.filter__checkbox input {
  display: none;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.filter__checkbox input:checked + span::before {
  opacity: 1;
}

.filter__checkbox p {
  cursor: pointer;
  line-height: 130%;
}

.filter__checkbox span {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  min-width: 20px;
  width: 20px;
  height: 20px;
  display: block;
  border: 1.5px solid var(--emerald);
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}

.filter__checkbox span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='11' viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.29412L4.80952 9L11 1' stroke='%23879D86' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-width: 12px;
  width: 12px;
  height: 11px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.filter__radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: none;
}

.filter__radio input:checked + span::before {
  background: var(--sage);
}

.filter__radio p {
  cursor: pointer;
}

.filter__radio span {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  min-width: 20px;
  width: 20px;
  height: 20px;
  display: block;
  border: 1.5px solid var(--emerald);
  cursor: pointer;
  border-radius: 100%;
  position: relative;
}

.filter__radio span::before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
}

.range__title {
  line-height: 375%;
  font-weight: 500;
}

.range input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: transparent;
  pointer-events: none;
}

.range__tracks {
  position: relative;
}

.range .slider-track {
  width: 100%;
  height: 10px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 5px;
}

.range input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 0px;
}

.range input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 0px;
}

.range input[type=range]::-ms-track {
  appearance: none;
  height: 0px;
}

.range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: var(--red);
  cursor: pointer;
  margin-top: -10px;
  pointer-events: auto;
}

.range input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: var(--red);
  cursor: pointer;
  margin-top: -10px;
  pointer-events: auto;
  border: none;
}

.range input[type=range]::-ms-thumb {
  appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: var(--red);
  cursor: pointer;
  margin-top: -10px;
  pointer-events: auto;
  pointer-events: auto;
}

.range input[type=range]:active::-webkit-slider-thumb {
  background-color: #8d0419;
}

.range .slider-value-1,
.range .slider-value-2 {
  position: absolute;
  top: 10px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 250%;
  white-space: nowrap;
}

.range .slider-value-1 {
  left: 0;
}

.range .slider-value-2 {
  left: 100%;
}

.product {
  margin-bottom: 75px;
}

.product__wrapper {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.product h2 {
  margin-bottom: 30px;
}

.product__img {
  width: 450px;
  position: relative;
  margin: 40px 100px 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.product__img img {
  position: relative;
  width: 168px;
  height: 600px;
  z-index: 2;
  margin-bottom: -20px;
  object-fit: contain;
}

.product__circle {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 450px;
  height: 450px;
  border-radius: 100%;
}

.product__circle_bubbles {
  background-image: url(../img/bubbles.svg);
  border-radius: 0;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 90%;
}

.product__cut {
  position: absolute;
  content: "";
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 450px;
  height: 385px;
  border-radius: 100%;
  border-bottom: 28px solid var(--off-white);
  z-index: 4;
}

.product__inner ul li {
  line-height: 187%;
}

.product__inner ul li ul {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.product__inner ul li ul li {
  padding: 5px 0;
  border-top: 1.5px solid var(--emerald);
}

.product__inner ul li ul li:last-child {
  border-bottom: none;
}

.product__inner ul li b {
  line-height: 187%;
  font-weight: 500;
}

.product__inner ul li:last-child {
  padding: 5px 0;
  border-top: 1.5px solid var(--emerald);
  border-bottom: 1.5px solid var(--emerald);
}

.product__country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  line-height: 250%;
}

.product__country img {
  width: 20px;
  height: 20px;
}

.product__price {
  font-size: 30px;
  line-height: 167%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.product__price span {
  font-size: 16px;
  line-height: 187%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  display: inline-block;
}

.product__price b {
  font-size: inherit;
  line-height: inherit;
  font-weight: 500;
}

.product__case {
  font-size: 17px;
  line-height: 143%;
  color: var(--light-grey);
  margin-bottom: 20px;
}

.product__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.product__control .counter__count {
  background-color: transparent;
  border: none;
}

.product__control-inner {
  padding: 18px 20px;
  padding-right: 44px;
  background: var(--emerald);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 44px;
}

.product__cart {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--white);
  cursor: pointer;
}

.product__btn {
  border: 2px solid var(--emerald);
  width: 180px;
  height: 60px;
  color: var(--emerald);
}

.product .btn-transparent:hover {
  background: var(--sage);
  color: var(--off-white);
  border-color: var(--sage);
}

.product__text {
  margin-bottom: 50px;
  line-height: 187%;
  max-width: 480px;
}

.champagne-banner {
  margin-top: -1px;
  background: var(--off-white);
  margin-bottom: 60px;
}

.champagne-banner__flag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.champagne-banner h1 {
  font-family: var(--second-family);
  z-index: 2;
  font-size: 64px;
  line-height: 94%;
  text-align: center;
  color: var(--white);
  margin-bottom: 40px;
  position: relative;
  max-width: 830px;
}

.champagne-banner__wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 120px 40px 80px;
  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;
  z-index: 5;
}

.champagne-banner__wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.champagne-banner p {
  z-index: 2;
  position: relative;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 36px;
  line-height: 111%;
  text-align: center;
  color: var(--white);
  max-width: 602px;
  margin-bottom: 40px;
}

.champagne-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.champagne-banner__btn {
  z-index: 2;
  position: relative;
  padding: 8px 110px;
}

.champagne {
  margin-bottom: 180px;
}

.champagne__wrapper img {
  border-radius: 10px;
  max-width: 454px;
  width: 100%;
  height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: -60px;
}

.champagne__wrapper .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 133px;
  padding: 0 73px 0 120px;
}

.champagne__inner {
  padding-top: 96px;
  max-width: 480px;
  width: 100%;
}

.champagne__inner p {
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 42px;
}

.champagne__wrapper-green {
  padding-top: 60px;
  background: var(--emerald);
}

.champagne__wrapper-green h2 {
  color: var(--white);
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 48px;
  line-height: 125%;
  margin-bottom: 40px;
}

.champagne__wrapper-green .container {
  padding: 0 0 0px 73px;
}

.champagne__wrapper-green .champagne__inner {
  padding-top: 80px;
  padding-bottom: 40px;
  max-width: 660px;
}

.champagne__wrapper-green p {
  color: var(--sage);
  line-height: 150%;
  margin-bottom: 0;
}

.champagne__wrapper-green ol {
  list-style-type: none;
  counter-reset: num;
  margin-bottom: 40px;
  margin-left: 69px;
}

.champagne__wrapper-green ol li {
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: var(--off-white);
}

.champagne__wrapper-green ol li:not(:last-child) {
  margin-bottom: 30px;
}

.champagne__wrapper-green ol li:before {
  content: counter(num) ".";
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: -13px;
  left: -50px;
  width: 30px;
  font-weight: 400;
  font-size: 36px;
  line-height: 83%;
  text-align: center;
  color: var(--sage);
  font-family: var(--second-family);
}

.champagne .btn-green {
  width: 100%;
}

.champagne .btn-transparent {
  padding: 8px 60px;
  color: var(--sage);
  border: 2px solid var(--white) !important;
}

.advantages {
  margin-bottom: 90px;
}

.advantages h2 {
  margin-bottom: 60px;
  font-family: var(--second-family);
  font-size: 48px;
  text-align: center;
}

.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.advantages__item img {
  border-radius: 5px;
  width: 187px;
  height: 187px;
  -o-object-fit: cover;
     object-fit: cover;
}

.advantages__item-title {
  font-size: 30px;
  line-height: 100%;
  font-family: var(--second-family);
  margin-bottom: 24px;
}

.advantages__item-text {
  font-size: 20px;
  line-height: 150%;
}

.advantages .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 53px 40px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.plans {
  margin-bottom: 100px;
  scroll-margin-top: 120px;
}

.plans h2 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 48px;
  line-height: 125%;
  text-align: center;
  color: var(--emerald);
  margin-bottom: 18px;
}

.plans__text {
  font-size: 20px;
  line-height: 200%;
  text-align: center;
  color: var(--emerald);
  margin-bottom: 40px;
}

.plans__item {
  border-radius: 10px;
  background: var(--white);
  padding: 15px 20px 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.plans__item img {
  margin-top: -10px;
  width: 130px;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}

.plans__item ul {
  margin-bottom: 55px;
  width: calc(100% + 40px);
  margin-left: -20px;
}

.plans__item ul li {
  border-top: 1px solid var(--off-white);
  padding: 5px 30px;
  min-height: 80px;
}

.plans__item ul li p {
  font-size: 12px;
  line-height: 125%;
}

.plans__item ul li p:first-child {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  margin-bottom: 5px;
}

.plans__item-wrapper {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.plans__item-tag {
  border: 1px solid var(--light-grey);
  border-radius: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: var(--light-grey);
  padding: 1px 10px;
  width: 180px;
  margin-bottom: 10px;
}

.plans__item-title {
  font-size: 24px;
  line-height: 125%;
  color: var(--emerald);
}

.plans__item-title span {
  display: block;
  font-weight: 700;
  color: var(--red);
}

.plans__item-btns {
  margin-top: auto;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 1.26fr;
  grid-template-columns: 1fr 1.26fr;
  gap: 20px;
}

.plans__item-btn {
  width: 100%;
}

.plans__description {
  background: var(--white);
  border-radius: 10px;
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 40px;
}

.plans__description p {
  font-size: 20px;
  line-height: 150%;
}

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

.plans__description b {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}

.plans__description a {
  font-size: 20px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.plans__item-mobile,
.plans__btn-mobile {
  display: none;
}

.plans__banner {
  position: relative;
  padding: 30px 120px 40px;
  border-radius: 10px;
  max-width: 65.5%;
  margin: 0 auto;
}

.plans__banner ul {
  padding-left: 30px;
  list-style: disc;
  margin-bottom: 30px;
}

.plans__banner ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 200%;
  color: #fff;
}

.plans__banner-bg {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}

.plans__banner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.plans__banner-icon {
  width: 130px;
  height: 140px;
}

.plans__banner-tag {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #879d86;
  padding: 6px 15px;
  border: 1px solid #879d86;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 35px;
}

.plans__banner-title {
  font-size: 24px;
  line-height: 125%;
  color: #fff;
}

.plans__banner-title span {
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  color: #fff;
  display: block;
}

.plans__items-mobile {
  display: none;
}

.plans__banner-btn {
  padding: 8px 52px;
  margin: 0 auto;
}

.plans__banner-btn-mobile {
  display: none;
  color: var(--white);
  border: 2px solid var(--white);
}

.plans .hidden-content {
  display: none;
}

.plans .swiper {
  margin-bottom: 100px;
}

.hidden-content ul {
  display: -ms-grid;
  display: grid;
  gap: 10px 60px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.hidden-content ul li p {
  font-size: 12px;
  line-height: 125%;
}

.hidden-content ul li p:first-child {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  margin-bottom: 5px;
}

.plans-page h2 {
  display: none;
}

.plans-page .plans__item-btns {
  display: block;
}

.plans-mobile .form {
  padding: 0;
  background: none;
}

.cases {
  margin-bottom: 125px;
}

.cases h2 {
  margin-bottom: 38px;
  text-align: center;
}

.cases__item {
  border-radius: 10px;
  background: var(--white);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cases__item img {
  border-radius: 10px 10px 0 0;
  aspect-ratio: 16/11;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}

.cases__item-inner {
  padding: 0 20px 20px 30px;
}

.cases__item-tag {
  border: 1px solid var(--light-grey);
  border-radius: 20px;
  width: 120px;
  text-align: center;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: var(--light-grey);
  margin-bottom: 10px;
}

.cases__item-title {
  font-size: 24px;
  line-height: 125%;
  margin-bottom: 10px;
}

.cases__item-title span {
  display: block;
  font-size: 24px;
  line-height: 125%;
}

.cases__text {
  font-size: 20px;
  line-height: 200%;
  text-align: center;
  margin-bottom: 20px;
}

.cases__btn {
  padding: 8px 50px;
  margin: 0 auto;
}

.cases .swiper {
  margin-bottom: 60px;
}

.society {
  padding-top: 44px;
  margin-bottom: 60px;
}

.society h1 {
  font-weight: 300;
  font-size: 36px;
  line-height: 111%;
  text-align: center;
  margin-bottom: 44px;
}

.society__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  max-width: 600px;
  width: 100%;
  margin: 0 auto 60px;
}

.society__items {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.society__item {
  border: 1px solid var(--off-white);
  border-radius: 10px;
  padding: 20px 20px 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.society__item img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.society__item ul {
  max-width: 300px;
}

.society__item ul li {
  line-height: 125%;
  list-style: disc;
}

.society__item ul li:not(:last-child) {
  margin-bottom: 3px;
}

.society__item ul li a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.society__inner {
  max-width: 250px;
  width: 100%;
  padding-left: 10px;
  padding-right: 20px;
}

.society__item-title {
  font-size: 25px;
  line-height: 125%;
  color: var(--white);
}

.society__item-text {
  font-weight: 700;
  line-height: 187%;
  color: var(--sage);
  margin-bottom: 10px;
}

.society__item-text span {
  font-size: 25px;
  line-height: 125%;
}

.society__item-btn {
  width: 100%;
  margin-left: -10px;
}

.green .society__item ul li,
.green .society__item-title,
.green .society__text,
.green .society h1 {
  color: #fff;
}

.article {
  margin-bottom: 60px;
  margin-top: -1px;
  background: var(--off-white);
}

.article__banner {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 16/5.33;
  margin-bottom: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.article h1 {
  font-weight: 300;
  font-size: 36px;
  line-height: 111%;
  margin-bottom: 20px;
}

.article__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.article__description {
  padding-right: 30px;
}

.article__description p {
  line-height: 150%;
  margin-bottom: 20px;
}

.article__description p a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.article__description p b {
  font-weight: 700;
  font-size: 16px;
}

.article__description p span {
  font-weight: 500;
}

.article__description h2 {
  font-weight: 700;
  font-size: inherit;
  margin-bottom: 20px;
  margin-top: 30px;
}

.article__description img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin: 40px 0;
  width: 100%;
  max-width: 450px;
  aspect-ratio: 1/1;
  display: block;
}

.article__items h2 {
  display: none;
  font-size: 24px;
  line-height: 167%;
  text-align: center;
  margin-bottom: 30px;
}

.article__items ul li:not(:last-child) {
  margin-bottom: 30px;
}

.article__item {
  position: relative;
  display: block;
  border-radius: 10px;
  width: 300px;
  height: 200px;
}

.article__item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.article__item img {
  display: block;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article__item p {
  position: absolute;
  font-size: 20px;
  line-height: 120%;
  color: var(--white);
  left: 15px;
  bottom: 15px;
  right: 15px;
}

.article__back {
  margin-top: 70px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: -20px;
}

.scroll-top {
  position: sticky;
  top: 150px;
  cursor: pointer;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='15' transform='rotate(90 16 16)' stroke='%230D2B35' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M21 18L16 13L11 18' stroke='%230D2B35' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-width: 32px;
  width: 32px;
  height: 32px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.scroll-top:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='15' transform='rotate(90 16 16)' stroke='%23879D86' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M21 18L16 13L11 18' stroke='%23879D86' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.account {
  padding-top: 40px;
  margin-bottom: 140px;
}

.account__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}

.account__mobile-btn {
  display: none;
}

.account__inner {
  width: 100%;
}

.account__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 10px;
  margin-bottom: 60px;
}

.account__tab {
  cursor: pointer;
  font-weight: 400;
  font-size: 24px;
  line-height: 111%;
  text-align: center;
  color: var(--light-grey);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.account__tab.active {
  font-weight: 300;
  font-size: 36px;
  text-align: center;
  color: var(--emerald);
}

.account__tab:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.account__tab:nth-child(1).active {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.account__tab:nth-child(1).active + .account__tab {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.account__tab:nth-child(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.account__tab:nth-child(2).active {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.account__tab:nth-child(2).active + .account__tab {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.account__tab:nth-child(3).active {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.account__content {
  display: none;
}

.account__content.active {
  display: block;
}

.account__content .select {
  width: 20px;
  margin-left: auto;
  margin-right: 20px;
  margin-bottom: 22px;
}

.account__content .select span {
  display: none;
}

.account__content .select__title {
  white-space: nowrap;
  border: none;
  border-radius: 0;
  padding: 0;
  color: transparent;
  overflow: hidden;
}

.account__content .select__title::before {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.37114e-07 13L5.24537e-07 15H2L2 18H18V15H20V13H18V10L2 10L2 13H4.37114e-07ZM4 12L16 12V16H4V12Z' fill='%23B8B8B8'/%3E%3Cpath d='M5 3L0 3L8.74224e-08 5H5V8H15V5H20V3L15 3V0L5 4.37114e-07V3ZM13 2V6L7 6V2L13 2Z' fill='%23B8B8B8'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-width: 20px;
  width: 20px;
  height: 18px;
}

.account__content .lab:not(:last-child) {
  margin-bottom: 3px;
}

.account__content .select__content {
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.2);
  width: 160px;
  position: absolute;
  top: calc(100% + 5px);
  left: auto;
  right: -20px;
  padding: 10px 10px 10px 7px;
}

.account__content .select__content .select__title::after {
  display: none;
}

.account__content .select__label {
  font-weight: 400;
  font-size: 14px;
  line-height: 107%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.account__content .select__label::before {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.4353L4.04762 7.2L9 0.800003' stroke='%230D2B35' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-width: 10px;
  width: 10px;
  height: 8px;
  opacity: 0;
}

.account__content .select__label:hover {
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--emerald);
}

.account__content .select__label.active {
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--emerald);
}

.account__content .select__label.active::before {
  opacity: 1;
}

.account__content .select__content::before {
  display: none;
}

.account__content .select__title::after {
  display: none;
}

.account__cards {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.account__description {
  padding-top: 15px;
  min-width: 300px;
  width: 300px;
  position: sticky;
  top: 120px;
  height: 100%;
}

.account__description ul li {
  border-top: 1px solid var(--light-grey);
  padding: 10px 0 5px;
}

.account__description ul li textarea {
  resize: none;
}

.account__description ul li textarea,
.account__description ul li input {
  border: none;
  outline: none;
  font-size: 16px;
  line-height: 156%;
  color: var(--emerald);
  width: 100%;
  background: none;
  margin-bottom: 2px;
  padding-left: 21px;
}

.account__description ul li textarea::-webkit-input-placeholder, .account__description ul li input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 156%;
  color: var(--emerald);
}

.account__description ul li textarea::-moz-placeholder, .account__description ul li input::-moz-placeholder {
  font-size: 16px;
  line-height: 156%;
  color: var(--emerald);
}

.account__description ul li textarea:-ms-input-placeholder, .account__description ul li input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 156%;
  color: var(--emerald);
}

.account__description ul li textarea::-ms-input-placeholder, .account__description ul li input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 156%;
  color: var(--emerald);
}

.account__description ul li textarea::placeholder,
.account__description ul li input::placeholder {
  font-size: 16px;
  line-height: 156%;
  color: var(--emerald);
}

.account__description-title {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.account__description-title input {
  border: none;
  outline: none;
  font-size: 24px;
  color: var(--emerald);
  width: 100%;
  background: none;
}

.account__description-title input::-webkit-input-placeholder {
  font-size: 24px;
  color: var(--emerald);
}

.account__description-title input::-moz-placeholder {
  font-size: 24px;
  color: var(--emerald);
}

.account__description-title input:-ms-input-placeholder {
  font-size: 24px;
  color: var(--emerald);
}

.account__description-title input::-ms-input-placeholder {
  font-size: 24px;
  color: var(--emerald);
}

.account__description-title input::placeholder {
  font-size: 24px;
  color: var(--emerald);
}

.account__description-title .change-btn {
  display: block;
  cursor: pointer;
  background: url("../img/pen.svg") center center/contain no-repeat;
  width: 20px;
  height: 20px;
}

.account__description-title .change-btn.active {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='15' viewBox='0 0 19 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.88717 14.2501L0.329401 8.69583C0.118474 8.48456 0 8.19823 0 7.8997C0 7.60116 0.118474 7.31483 0.329401 7.10356L1.00462 6.42748C1.21589 6.21655 1.50222 6.09808 1.80075 6.09808C2.09929 6.09808 2.38563 6.21655 2.59689 6.42748L6.63694 10.4649L16.1515 0.353972C16.3563 0.136742 16.6388 0.00962484 16.9372 0.000524378C17.2356 -0.00857608 17.5254 0.101084 17.7429 0.305433L18.4364 0.959848C18.6539 1.16461 18.7811 1.44736 18.7902 1.74594C18.7993 2.04451 18.6895 2.33448 18.4849 2.55212L7.50632 14.225C7.40295 14.3352 7.27848 14.4234 7.14032 14.4845C7.00215 14.5456 6.85312 14.5783 6.70207 14.5807C6.55102 14.583 6.40104 14.555 6.26104 14.4982C6.12105 14.4414 5.99391 14.357 5.88717 14.2501V14.2501Z' fill='%23879D86'/%3E%3C/svg%3E%0A");
}

.account__plan-title {
  font-size: 16px;
  line-height: 156%;
}

.account__plan-title span {
  font-weight: 700;
}

.account__plan-date {
  font-size: 13px;
  line-height: 156%;
  margin-bottom: 7px;
}

.account__description-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.account__description-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  white-space: nowrap;
  cursor: pointer;
  margin-bottom: 5px;
}

.account__description-btn p {
  line-height: 156%;
  font-size: 16px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.account__description-btn img {
  width: 15px;
  height: 15px;
}

.account__orders {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.order {
  overflow: hidden;
  background: var(--white);
  padding: 20px 20px 10px;
  border-radius: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.order__title {
  margin-bottom: 20px;
}

.order__content {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  will-change: max-height;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.order__content.active {
  opacity: 1;
  visibility: visible;
  padding-top: 10px;
}

.order__content ul li {
  padding: 5px 0;
  border-top: 1px solid var(--light-grey);
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 3fr 0.2fr 0.5fr;
  grid-template-columns: 3fr 0.2fr 0.5fr;
}

.order__content ul li p {
  color: var(--light-grey);
  text-align: center;
  font-size: 13px;
  line-height: 154%;
}

.order__content ul li p:first-child {
  color: var(--emerald);
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.order__content ul li p:last-child {
  color: var(--emerald);
  white-space: nowrap;
  padding-right: 10px;
  text-align: right;
}

.order__content ul li:last-child p {
  color: var(--emerald);
  font-weight: 500;
}

.order__item {
  position: relative;
  padding: 9px 0;
  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;
  max-width: 80px;
  margin: 0 auto;
}

.order__item img {
  position: relative;
  width: 100%;
  height: 102px;
  -o-object-fit: contain;
     object-fit: contain;
}

.order__item-count {
  position: absolute;
  right: 0;
  bottom: 0;
  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;
  font-size: 13px;
  line-height: 0;
  text-align: center;
  color: var(--white);
  border-radius: 100%;
  background: var(--sage);
  min-width: 20px;
  width: 20px;
  height: 20px;
}

.order__item-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 80px;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  /*background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d9ccbf));*/
  /*background: -o-linear-gradient(top, #fff 0%, #d9ccbf 100%);*/
  /*background: linear-gradient(180deg, #fff 0%, #d9ccbf 100%);*/
}

.order__description-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}

.order__description-date {
  font-size: 13px;
  line-height: 154%;
}

.order__description-total {
  font-size: 13px;
  line-height: 154%;
}

.order__details {
  font-size: 13px;
  line-height: 154%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  cursor: pointer;
  color: var(--light-grey);
}

.order__description-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  margin-bottom: 10px;
}

.order__description-title p {
  font-weight: 500;
  font-size: 13px;
  line-height: 154%;
}

.order__description-close {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 11L6 6L1 11' stroke='%23B8B8B8' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23B8B8B8' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-width: 12px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.order .order-swiper {
  padding: 0 25px;
  margin-bottom: 10px;
  position: relative;
}

.order .order-swiper::after,
.order .order-swiper::before {
  position: absolute;
  content: "";
  top: 0;
  width: 25px;
  height: 100%;
  background: #fff;
  z-index: 1;
}

.order .order-swiper::before {
  left: 0;
}

.order .order-swiper::after {
  right: 0;
}

.order .swiper-button-next,
.order .swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  width: 10px;
  height: 10px;
  z-index: 2;
}

.order .swiper-button-prev {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  left: 0;
}

.order .swiper-button-next {
  right: 0;
}

.account .plans {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  padding-right: 50px;
}

.account .plans__item {
  padding: 20px 13px 20px 30px;
}

.account .plans__item-wrapper {
  margin-bottom: 20px;
}

.account .plans__item-inner {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.account .plans__item-text {
  margin-top: auto;
  font-size: 12px;
  line-height: 150%;
}

.account .plans__item-title {
  margin-bottom: 10px;
}

.account .plans__item-tag {
  margin-left: -10px;
  margin-top: -20px;
}

.plans__item-green {
  background: var(--sage);
}

.plans__item-green .plans__item-title,
.plans__item-green .plans__item-title span,
.plans__item-green .plans__item-text {
  color: var(--white);
}

.plans__item-green .plans__item-tag {
  background: var(--white);
  color: var(--sage);
}

.plans__item-green .plans__item-btn {
  color: var(--white);
  border: 2px solid var(--white);
}

.plans__item-green .plans__item-btn:hover {
  border: 2px solid var(--red);
  border-bottom: 2px solid #5d0916;
  background: -webkit-gradient(linear, left top, left bottom, from(#bd0b26), to(#461312));
  background: -o-linear-gradient(top, #bd0b26 0%, #461312 100%);
  background: linear-gradient(180deg, #bd0b26 0%, #461312 100%);
  color: var(--white);
}

.plans__item-green .btn-red {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--white)), to(var(--white)));
  background: -o-linear-gradient(top, var(--white), var(--white));
  background: linear-gradient(180deg, var(--white), var(--white));
  color: var(--sage);
}

.plans__item-green .btn-red:hover {
  border: 2px solid var(--red);
  border-bottom: 2px solid #5d0916;
  background: -webkit-gradient(linear, left top, left bottom, from(#bd0b26), to(#461312));
  background: -o-linear-gradient(top, #bd0b26 0%, #461312 100%);
  background: linear-gradient(180deg, #bd0b26 0%, #461312 100%);
  color: var(--white);
}

.payment {
  margin-bottom: 170px;
}

.payment h1 {
  font-weight: 300;
  font-size: 36px;
  line-height: 111%;
  text-align: center;
  margin-bottom: 40px;
}

.payment__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.payment__wrapper.active .payment__empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.account__orders .payment__empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}

.account__content .payment__empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}

.account__orders:has(.payment__empty) {
  display: flex;
}

.payment__wrapper.active .form,
.payment__wrapper.active .payment__cart {
  display: none;
}

.payment__cart {
  position: relative;
  border-radius: 10px;
  background: var(--white);
  padding: 20px 40px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 70%;
}

.payment__caption {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 3fr 0.5fr 0.5fr 0.5fr;
  grid-template-columns: 3fr 0.5fr 0.5fr 0.5fr;
  margin-left: 100px;
  margin-bottom: 20px;
  padding-right: 20px;
}

.payment__caption li {
  color: var(--light-grey);
}

.payment__cart-btn {
  display: none;
}

.payment__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding-right: 20px;
  width: 100%;
}

.payment__card .counter__count {
  color: var(--emerald);
}

.payment__card::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: calc(100% - 100px);
  height: 1px;
  background: var(--light-grey);
}

.payment__card-gift::before {
  width: 100%;
}

.payment__card-gift .payment__card-circle {
  display: none;
}

.payment__card-gift.disabled .payment__card-total,
.payment__card-gift.disabled .payment__card-count,
.payment__card-gift.disabled .payment__card-price,
.payment__card-gift.disabled .payment__card-img img {
  opacity: 0.3;
}

.payment__card-gift .payment__card-title {
  padding-right: 70px;
}

.payment__card-img {
  position: relative;
  display: block;
  padding: 10px 0;
  min-width: 80px;
  width: 80px;
  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;
}

.payment__card-img img {
  position: relative;
  height: 100px;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.payment__card-circle {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  aspect-ratio: 1/1;
}

.payment__card-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.payment__card-title {
  line-height: 150%;
  display: block;
}

.payment__card-title span {
  display: block;
  color: var(--light-grey);
}

.payment__card-wrap {
  position: relative;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  max-width: 280px;
  width: 100%;
}

.payment__card-count {
  text-align: center;
  font-weight: 500;
  width: 80px;
}

.payment__card-switch {
  position: absolute;
  top: 50%;
  right: calc(100% + 40px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.payment__card-switch input {
  display: none;
}

.payment__card-switch input:checked + span {
  background: #879d86;
  border: 2px solid #879d86;
}

.payment__card-switch input:checked + span::before {
  left: 20px;
}

.payment__card-switch span {
  background: #b8b8b8;
  cursor: pointer;
  display: block;
  border: 2px solid #b8b8b8;
  border-radius: 30px;
  height: 24px;
  width: 44px;
  position: relative;
}

.payment__card-switch span::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2px;
  width: 18px;
  height: 18px;
  background: var(--white);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.payment__card-price {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.payment__card-total {
  white-space: nowrap;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.payment__card-remove {
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 11L6 6L1 11' stroke='%23B8B8B8' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23B8B8B8' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-width: 12px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.payment__card-remove:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 11L6 6L1 11' stroke='%23879D86' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23879D86' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.payment__discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  width: 100%;
  border-top: 1px solid #b8b8b8;
  padding: 20px;
  padding-left: 100px;
}

.payment__discount-size {
  white-space: nowrap;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.payment__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 60px;
  padding: 20px;
  border-top: 1px solid var(--light-grey);
}

.payment__discount-price {
  white-space: nowrap;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.payment__back {
  position: absolute;
  left: 0;
  top: calc(100% + 24px);
}

.payment__empty {
  
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
}

.payment__empty-btn {
  max-width: 360px;
  width: 100%;
}

.payment__empty-title {
  font-size: 24px;
  line-height: 167%;
  font-weight: 300;
}

.payment .form__inner {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  will-change: max-height;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.payment .form textarea {
  height: 90px;
}

.subscribe {
  margin-bottom: 170px;
}

.subscribe h1 {
  font-weight: 300;
  font-size: 36px;
  line-height: 111%;
  text-align: center;
  margin-bottom: 40px;
}

.subscribe__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.subscribe__description {
  position: relative;
  background: var(--white);
  border-radius: 10px;
  padding: 20px 40px 40px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}

.subscribe__description ul {
  display: -ms-grid;
  display: grid;
  gap: 10px 60px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.subscribe__description ul li p {
  font-size: 12px;
  line-height: 125%;
}

.subscribe__description ul li p:first-child {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  margin-bottom: 5px;
}

.subscribe__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
}

.subscribe__inner img {
  width: 120px;
  height: 130px;
}

.subscribe__inner-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 125%;
  margin-bottom: 10px;
}

.subscribe__inner-title span {
  display: block;
  color: var(--red);
  font-weight: 700;
}

.subscribe__back {
  position: absolute;
  left: 0;
  top: calc(100% + 24px);
}

.faq {
  padding-top: 40px;
  margin-bottom: 120px;
}

.faq h1 {
  font-weight: 300;
  font-size: 36px;
  line-height: 111%;
  text-align: center;
  margin-bottom: 40px;
}

.faq__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.faq__accordions {
  width: 70%;
  margin-right: 30px;
}

.faq__accordion {
  border-bottom: 1px solid var(--emerald);
  border-top: 1px solid var(--emerald);
  padding: 22px 0;
  padding-left: 60px;
  margin-top: -1px;
  position: relative;
}

.faq__accordion.open {
  border-color: var(--red);
  z-index: 1;
}

.faq__accordion.open .faq__accordion-btn::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='35' viewBox='0 0 26 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.6806 33.1147L13.7477 33.1159L13.7465 24.1516C20.3884 23.7648 25.657 18.2738 25.6557 11.5339L25.657 9.9176L25.6557 5.5884L25.7367 5.5074L25.657 5.42761L25.657 1.87575L25.657 0.386346L25.657 0.369419L0.349085 0.369421L0.350295 0.385138L0.349087 1.87575L0.349087 9.9176L0.350295 11.5364C0.349086 18.2738 5.61884 23.766 12.2583 24.1528L12.2595 33.1171L3.32428 33.1159V34.6053L22.6793 34.6053L22.6806 33.1147ZM1.8385 11.5352L1.83729 1.85762L24.17 1.85641L24.1688 4.96942L7.75382 21.3844C4.23823 19.5033 1.8385 15.7954 1.8385 11.5352ZM9.21784 22.0263L24.1675 7.0766L24.1675 11.5352C24.1688 17.6947 19.1577 22.7009 13.0018 22.7009C11.6744 22.7009 10.4014 22.4555 9.21784 22.0263Z' fill='%23BD0B26'/%3E%3C/svg%3E%0A");
}

.faq__accordion.open .faq__accordion-content {
  padding-top: 22px;
  padding-bottom: 18px;
  opacity: 1;
  visibility: visible;
}

.faq__accordion-btn {
  cursor: pointer;
  font-size: 24px;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 27px;
  position: relative;
}

.faq__accordion-btn::before {
  position: absolute;
  left: -52px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='36' viewBox='0 0 25 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_13042_7658)'%3E%3Cpath d='M0 0.8125L0 0.827949L0 12.0236C0 18.7888 5.20503 24.3025 11.7628 24.6905V33.6906H2.9369V35.1858H22.0563V33.6889H13.2338V24.6887C19.7933 24.3008 24.9983 18.7871 24.9966 12.0202V0.829666V0.8125L0 0.8125ZM12.4992 23.2348C11.1886 23.2348 9.93042 22.9876 8.76174 22.5567L8.70263 22.5396C8.21286 22.4022 7.74505 22.1894 7.31608 21.9113C5.24049 20.7818 3.56009 18.9982 2.54171 16.8319H22.4617C20.6867 20.6135 16.8885 23.2331 12.4992 23.2331V23.2348ZM23.529 7.93984V12.0236C23.529 13.2218 23.3416 14.3771 22.997 15.4603L2.00128 15.4603C1.65676 14.3771 1.47099 13.2218 1.47099 12.0236L1.47099 2.30595L23.5307 2.30595V7.93984H23.529Z' fill='%23BD0B26'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_13042_7658'%3E%3Crect width='25' height='34.375' fill='white' transform='translate(0 0.8125)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 36px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.faq__accordion-content {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  will-change: max-height;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.faq .container {
  position: relative;
}

.description {
  position: sticky;
  top: 120px;
  width: 25%;
  height: 100%;
}

.description ul li {
  border-bottom: 1px solid var(--emerald);
  border-top: 1px solid var(--emerald);
  margin-top: -1px;
}

.description ul li p,
.description ul li a {
  display: block;
  font-size: 20px;
  line-height: 120%;
  padding: 20px;
}

.description ul li p {
  font-weight: 500;
}

.description-btn-mobile {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.94859 0H0.666194C0.298418 0 0.000100293 0.306162 0.000100293 0.684612V4.05229C0.000100293 4.43074 0.298418 4.73691 0.666194 4.73691H3.94859C4.12562 4.73691 4.29483 4.66463 4.42003 4.53614C4.54522 4.40765 4.61564 4.23399 4.61564 4.05231V0.684625C4.61564 0.306175 4.31636 0 3.94859 0ZM3.28152 3.36871H1.33316V1.36809H3.28152V3.36871ZM19.3339 0H7.84617C7.47839 0 7.18008 0.306162 7.18008 0.684612V4.05229C7.18008 4.43074 7.47839 4.73691 7.84617 4.73691H19.3339C19.51 4.73691 19.6802 4.66463 19.8054 4.53614C19.9306 4.40765 20 4.23399 20 4.05231V0.684625C20 0.306175 19.7017 0 19.3339 0ZM18.6668 3.36871H8.51219V1.36809H18.6668V3.36871ZM3.94854 6.63206H0.666144C0.298368 6.63206 5.01465e-05 6.93822 5.01465e-05 7.31667V10.6844C5.01465e-05 11.0618 0.298368 11.369 0.666144 11.369H3.94854C4.12557 11.369 4.29478 11.2967 4.41998 11.1682C4.54517 11.0397 4.61559 10.866 4.61559 10.6844V7.31566C4.61559 6.93821 4.3163 6.63104 3.94852 6.63104L3.94854 6.63206ZM3.28147 9.99974H1.33311V8.00015H3.28147V9.99974ZM19.3339 6.63103H7.84612C7.47834 6.63103 7.18003 6.9382 7.18003 7.31564V10.6844C7.18003 11.0618 7.47834 11.369 7.84612 11.369H19.3339C19.5099 11.369 19.6801 11.2967 19.8053 11.1682C19.9305 11.0397 19.9999 10.866 19.9999 10.6844V7.31566C19.9999 6.93821 19.7016 6.63103 19.3339 6.63103ZM18.6668 9.99974H8.51214V8.00015H18.6668V9.99974ZM3.94849 13.2631H0.666094C0.298317 13.2631 0 13.5693 0 13.9477V17.3154C0 17.6938 0.298317 18 0.666094 18H3.94849C4.12552 18 4.29473 17.9277 4.41993 17.7992C4.54512 17.6718 4.61554 17.4971 4.61554 17.3154V13.9477C4.61554 13.5693 4.31626 13.2631 3.94849 13.2631ZM3.28142 16.6318H1.33306V14.6312H3.28142V16.6318ZM19.3338 13.2631H7.84607C7.47829 13.2631 7.17998 13.5693 7.17998 13.9477V17.3154C7.17998 17.6938 7.47829 18 7.84607 18H19.3338C19.5099 18 19.6801 17.9277 19.8053 17.7992C19.9305 17.6718 19.9999 17.4971 19.9999 17.3154V13.9477C19.9999 13.5693 19.7016 13.2631 19.3338 13.2631ZM18.6667 16.6318H8.51209V14.6312H18.6667V16.6318Z' fill='%230D2B35'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-width: 20px;
  width: 20px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 0;
  display: none;
}

.refund {
  padding-top: 40px;
  margin-bottom: 120px;
}

.refund h1 {
  font-weight: 300;
  font-size: 36px;
  line-height: 111%;
  text-align: center;
  margin-bottom: 40px;
}

.refund__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.refund__inner {
  width: 70%;
  margin-right: 30px;
}

.refund__inner h2 {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.refund__inner p {
  font-size: 20px;
  margin-bottom: 10px;
}

.refund .container {
  position: relative;
}

.promotion {
  padding-top: 40px;
  margin-bottom: 120px;
}

.promotion h1 {
  font-weight: 300;
  font-size: 36px;
  line-height: 111%;
  text-align: center;
  margin-bottom: 40px;
}

.promotion__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.promotion__inner {
  width: 70%;
  margin-right: 30px;
}

.promotion__inner h2 {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.promotion__inner h2:first-child {
  margin-top: 0;
}

.promotion__inner b {
  font-weight: 500;
}

.promotion__inner p {
  font-size: 20px;
  margin-bottom: 10px;
}

.promotion__inner ul {
  padding-left: 24px;
  margin-bottom: 40px;
}

.promotion__inner ul li {
  font-size: 20px;
  line-height: 150%;
  list-style: disc;
}

.promotion__inner ul li:not(:last-child) {
  margin-bottom: 15px;
}

.promotion .container {
  position: relative;
}

.cookie {
  padding-top: 40px;
  margin-bottom: 120px;
}

.cookie h1 {
  font-weight: 300;
  font-size: 36px;
  line-height: 111%;
  text-align: center;
  margin-bottom: 40px;
}

.cookie__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.cookie__inner {
  width: 70%;
  margin-right: 30px;
}

.cookie__inner h2 {
  display: inline-block;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
}

.cookie__inner h2:first-child {
  margin-top: 0;
}

.cookie__inner h2 + ol {
  margin-top: 0;
}

.cookie__inner h3 {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
}

.cookie__inner b {
  font-weight: 500;
}

.cookie__inner p {
  font-size: 20px;
  margin-bottom: 10px;
}

.cookie__inner a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.cookie__inner ol {
  counter-reset: item;
  padding-left: 8px;
  margin-top: 30px;
}

.cookie__inner ol li {
  list-style: none;
}

.cookie__inner ol li:not(:last-child) {
  margin-bottom: 40px;
}

.cookie__inner ol li::before {
  font-weight: 400;
  font-size: 24px;
  display: inline;
  content: counters(item, ".") ".";
  counter-increment: item;
}

.cookie__inner ol li li::before {
  font-size: 20px;
  font-weight: 700;
  content: counters(item, ".") "";
}

.cookie__inner ol li p {
  padding-left: 27px;
}

.cookie__inner ol li ol {
  margin-left: -14px;
}

.cookie__inner ol li ol li p {
  padding-left: 0;
}

.cookie__inner ol li ul {
  margin-top: 30px;
  margin-left: 27px;
}

.cookie__inner ol li ul li::before {
  display: none;
}

.cookie__inner ul {
  padding-left: 24px;
  margin-bottom: 40px;
}

.cookie__inner ul li {
  font-size: 20px;
  line-height: 150%;
  list-style: disc;
}

.cookie__inner ul li:not(:last-child) {
  margin-bottom: 15px;
}

.cookie .container {
  position: relative;
}

.terms {
  padding-top: 40px;
  margin-bottom: 120px;
}

.terms h1 {
  font-weight: 300;
  font-size: 36px;
  line-height: 111%;
  text-align: center;
  margin-bottom: 40px;
}

.terms__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.terms__inner {
  width: 70%;
  margin-right: 30px;
}

.terms__inner h2 {
  display: inline-block;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
}

.terms__inner h2:first-child {
  margin-top: 0;
}

.terms__inner h2 + ol {
  margin-top: 0;
}

.terms__inner h3 {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
}

.terms__inner b {
  font-weight: 500;
}

.terms__inner p {
  font-size: 20px;
  margin-bottom: 10px;
}

.terms__inner a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.terms__inner ol {
  counter-reset: item;
  padding-left: 8px;
  margin-top: 30px;
}

.terms__inner ol li {
  list-style: none;
}

.terms__inner ol li:not(:last-child) {
  margin-bottom: 40px;
}

.terms__inner ol li::before {
  font-weight: 400;
  font-size: 24px;
  display: inline;
  content: counters(item, ".") ".";
  counter-increment: item;
}

.terms__inner ol li li::before {
  font-size: 20px;
}

.terms__inner ol li ol {
  margin-left: -14px;
  margin-bottom: 30px;
}

.terms__inner ol li ol li p {
  padding-left: 0;
}

.terms__inner ol li ul {
  margin-top: 30px;
  margin-left: 27px;
}

.terms__inner ol li ul li::before {
  display: none;
}

.terms .container {
  position: relative;
}

.contacts {
  padding-top: 40px;
  margin-bottom: 120px;
}

.contacts h1 {
  font-weight: 300;
  font-size: 36px;
  line-height: 111%;
  text-align: center;
  color: var(--white);
  margin-bottom: 40px;
}

.contacts .container {
  padding: 0 40px;
}

.contacts__wrapper {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.contacts__logo img {
  max-width: 360px;
  width: 100%;
}

.contacts__inner {
  margin-top: 40px;
}

.contacts__details {
  margin-bottom: 40px;
}

.contacts__details a {
  font-size: 16px;
  text-align: center;
  color: var(--off-white);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.contacts__details a:not(:last-child) {
  margin-bottom: 20px;
}

.contacts__subtitle {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: var(--sage);
  margin-bottom: 20px;
}

.contacts__location {
  max-width: 400px;
  margin: 0 auto 75px;
}

.contacts__location p {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  color: var(--off-white);
}

.contacts__location p span {
  color: var(--sage);
}

.contacts__location p:not(:last-child) {
  margin-bottom: 20px;
}

.contacts__socials {
  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: 30px;
}

.contacts__socials svg {
  width: 30px;
  height: 30px;
}

.contacts__socials svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contacts__socials svg:hover path {
  fill: #879d86;
}

.contacts .select__title::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23879D86' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.contacts .form {
  background: none;
  padding: 0;
}

.contacts .form__btn {
  padding: 8px 57px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.contacts__copyright {
  display: none;
  -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: 10px;
  margin-top: 60px;
}

.contacts__copyright a,
.contacts__copyright p {
  display: block;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: var(--sage);
}

.contacts .form__title {
  display: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  text-transform: uppercase;
  text-align: center;
  color: var(--sage);
  border-bottom: none;
}

.contacts .select__title,
.contacts .form textarea,
.contacts .form label input {
  font-size: 16px;
  border: 1px solid var(--sage);
  color: var(--sage);
}

.contacts .select__title::-webkit-input-placeholder, .contacts .form textarea::-webkit-input-placeholder, .contacts .form label input::-webkit-input-placeholder {
  font-size: 16px;
  color: var(--sage);
}

.contacts .select__title::-moz-placeholder, .contacts .form textarea::-moz-placeholder, .contacts .form label input::-moz-placeholder {
  font-size: 16px;
  color: var(--sage);
}

.contacts .select__title:-ms-input-placeholder, .contacts .form textarea:-ms-input-placeholder, .contacts .form label input:-ms-input-placeholder {
  font-size: 16px;
  color: var(--sage);
}

.contacts .select__title::-ms-input-placeholder, .contacts .form textarea::-ms-input-placeholder, .contacts .form label input::-ms-input-placeholder {
  font-size: 16px;
  color: var(--sage);
}

.contacts .select__title::placeholder,
.contacts .form textarea::placeholder,
.contacts .form label input::placeholder {
  font-size: 16px;
  color: var(--sage);
}

.contacts .select__title {
  display: block;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 30px;
}

.contacts .select__title::after {
  position: absolute;
  right: 10px;
  top: 16px;
}

.contacts .select__content {
  padding: 15px 7px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgba(13, 43, 53, 0.9);
  border: 1px solid var(--white);
}

.contacts .select__label {
  padding-left: 15px;
  color: var(--sage);
  position: relative;
}

.contacts .select__label::before {
  position: absolute;
  left: 0;
  top: 6px;
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.63529L4.04762 7.4L9 1' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-width: 10px;
  width: 10px;
  height: 9px;
  opacity: 0;
}

.contacts .select__label:hover {
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--sage);
}

.contacts .select__label.active {
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--white);
}

.contacts .select__label.active::before {
  opacity: 1;
}

.contacts .lab:not(:last-child) {
  margin-bottom: 9px;
}

.footer {
  background: var(--emerald);
  padding-top: 70px;
  position: relative;
  overflow: hidden;
}

.footer__bg {
  position: absolute;
  width: 100%;
  height: calc(100% + 15px);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: url("../img/footer-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.footer__bg::after,
.footer__bg::before {
  position: absolute;
  content: "";
  width: 391px;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/footer-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.footer__bg::after {
  right: 2.5%;
}

.footer__bg::before {
  left: 9%;
}

.footer__wrapper {
  display: -ms-grid;
  display: grid;
  position: relative;
  -ms-grid-columns: 1fr 1fr 1fr 1.4fr;
  grid-template-columns: 1fr 1fr 1fr 1.4fr;
  gap: 80px;
  margin-bottom: 10px;
  z-index: 2;
}

.footer__logo {
  display: block;
  margin-bottom: 25px;
}

.footer__logo img {
  width: 300px;
}

.footer__socials {
  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: 30px;
}

.footer__socials svg {
  width: 30px;
  height: 30px;
}

.footer__socials svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer__socials svg:hover path {
  fill: #879d86;
}

.footer__title {
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 20px;
}

.footer__item:not(:last-child) {
  margin-bottom: 20px;
}

.footer__item:hover a {
  color: var(--sage);
}

.footer__item a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
  color: var(--off-white);
}

.footer__address .footer__title {
  color: var(--sage);
}

.footer__address p {
  color: var(--off-white);
}

.footer__address p:not(:last-child) {
  margin-bottom: 20px;
}

.footer__address p span {
  font-weight: 500;
  color: var(--sage);
}

.footer__contacts a {
  color: var(--off-white);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer__contacts a:hover {
  color: var(--sage);
}

.footer__subscribe {
  margin-top: 30px;
}

.footer__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__form input {
  width: 100%;
  border: 1px solid var(--sage);
  border-radius: 30px 0 0 30px;
  padding: 9px 30px;
  background: transparent;
  height: 50px;
  border-right: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer__form input:focus {
  border: 1px solid var(--sage);
  outline: none;
  -webkit-box-shadow: 0 0 8px 0 var(--sage);
          box-shadow: 0 0 8px 0 var(--sage);
}

.footer__form button {
  background: -webkit-gradient(linear, left top, left bottom, from(#879d86), to(#879d86));
  background: -o-linear-gradient(top, #879d86 0%, #879d86 100%);
  background: linear-gradient(180deg, #879d86 0%, #879d86 100%);
  border-radius: 0 30px 30px 0;
  padding: 10px 24px;
  font-weight: 500;
  color: var(--off-white);
  height: 50px;
}

.footer__form button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #879d86), to(#0d2b35));
  background: -o-linear-gradient(top, #879d86 0, #0d2b35 100%);
  background: linear-gradient(180deg, #879d86 0, #0d2b35 100%);
}

.footer__copyright {
  position: relative;
  text-align: center;
  padding-bottom: 40px;
}

.footer__copyright p {
  text-align: center;
  color: var(--sage);
}

.footer__copyright a {
  font-weight: 500;
  font-size: 10px;
  text-align: center;
  color: #879d86;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer__copyright a:hover {
  color: var(--off-white);
}

@media (min-width: 1025px) {
  .cart {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .cart:hover {
    color: var(--sage);
  }

  .header__banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
  }

  .nav__item-arrow ul a:hover {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: var(--sage) !important;
  }

  .nav__item-arrow:hover &gt; a::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .nav__item-arrow:hover ul {
    z-index: 10;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1920px) {
  .card-big__title {
    font-size: calc(
            36px + 12 *
                ((100vw - 360px) / 1560)
        );
  }

  .card-big__text {
    font-size: calc(
            24px + 8 *
                ((100vw - 360px) / 1560)
        );
  }

  .header__banner-link {
    font-size: calc(
            14px + 2 *
                ((100vw - 360px) / 1560)
        );
  }

  .header__control p {
    font-size: calc(
            14px + 2 *
                ((100vw - 360px) / 1560)
        );
  }

  .main__logo {
    width: calc(
            240px + 190 *
                ((100vw - 360px) / 1560)
        );
  }

  .about__slider::before {
    width: calc(
            220px + 120 *
                ((100vw - 360px) / 1560)
        );
  }

  .about__slider::before {
    height: calc(
            111px + 29 *
                ((100vw - 360px) / 1560)
        );
  }

  .about__bottle img {
    height: calc(
            80px + 650 *
                ((100vw - 360px) / 1560)
        );
  }

  .about .swiper {
    width: calc(
            140px + 160 *
                ((100vw - 360px) / 1560)
        );
  }

  .tour h2 {
    font-size: calc(
            36px + 36 *
                ((100vw - 360px) / 1560)
        );
  }

  .tour__inner p {
    font-size: calc(
            24px + 21 *
                ((100vw - 360px) / 1560)
        );
  }

  .champagne-banner h1 {
    font-size: calc(
            36px + 28 *
                ((100vw - 360px) / 1560)
        );
  }

  .champagne-banner p {
    font-size: calc(
            24px + 12 *
                ((100vw - 360px) / 1560)
        );
  }

  .plans__banner-tag {
    font-size: calc(
            10px + 4 *
                ((100vw - 360px) / 1560)
        );
  }
}

@media (max-width: 1600px) {
  .cards .card:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .cards .card:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .cards .card:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .cards .card:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .cards .card:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .cards .card:nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .cards .card:nth-child(7) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 7;
  }

  .cards .card:nth-child(8) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .cards .card:nth-child(9) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .cards .card:nth-child(10) {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .cards .card:nth-child(11) {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .cards .card:nth-child(12) {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .cards .card:nth-child(13) {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .cards .card:nth-child(14) {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }

  .cards .card:nth-child(15) {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }

  .cards .card {
    width: 30%;
  }

  .cards .card-big {
    width: 64%;
  }

  .header__fixed .container {
    padding: 0 20px;
  }
}

@media (max-width: 1441px) {
  .tour__wrapper {
    padding: 180px 60px;
    padding-left: 92px;
  }

  .product__case {
    font-size: 14px;
  }

  .product__price {
    font-size: 24px;
  }

  .product__img {
    width: 360px;
    margin: 40px 100px 40px auto;
  }

  .product__img img {
    width: 134px;
    height: 480px;
    margin-bottom: -20px;
  }

  .product__circle {
    width: 360px;
    height: 360px;
  }

  .product__cut {
    bottom: -27px;
    width: 360px;
    height: 385px;
    border-bottom: 28px solid var(--off-white);
  }

  .gallery__grid {
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
  }

  .gallery__grid img:nth-child(15),
  .gallery__grid img:nth-child(16) {
    display: none;
  }

  .container {
    max-width: 1360px;
    padding: 0 20px;
  }

  .header .nav__link {
    font-size: 16px;
  }

  .header__fixed .nav__link {
    font-size: 14px;
  }

  .footer__form button,
  .footer__form input {
    height: 40px;
  }

  .footer__logo img {
    width: 240px;
  }

  .footer__socials img {
    width: 30px;
    height: 30px;
  }

  .school__item-text {
    font-size: 17px;
  }

  .tour__inner p {
    font-size: 42px;
  }

  .tour h2 {
    font-size: 70px;
  }

  .counter__count,
  .card__cart {
    font-size: 16px;
  }

  .about .swiper {
    width: 300px;
  }

  .about__slider::before {
    width: 280px;
    height: 140px;
  }

  .about__bottle img {
    width: 100%;
    height: 920px;
  }

  .about__slider {
    padding: 0 20px;
  }

  .about__text {
    max-width: 660px;
  }

  .main__item {
    height: 520px;
  }

  .btn {
    font-size: 16px;
  }

  .main__inner {
    width: 360px;
  }

  .header__logo {
    width: 320px;
  }
}

@media (max-width: 1441px) and (max-width: 1920px) {
  .school__item-text {
    font-size: calc(
            14px + 3 *
                ((100vw - 360px) / 1560)
        );
  }

  .tour__inner p {
    font-size: calc(
            24px + 18 *
                ((100vw - 360px) / 1560)
        );
  }

  .tour h2 {
    font-size: calc(
            36px + 34 *
                ((100vw - 360px) / 1560)
        );
  }

  .about .swiper {
    width: calc(
            200px + 100 *
                ((100vw - 360px) / 1560)
        );
  }

  .about__slider::before {
    width: calc(
            180px + 100 *
                ((100vw - 360px) / 1560)
        );
  }

  .about__slider::before {
    height: calc(
            111px + 29 *
                ((100vw - 360px) / 1560)
        );
  }

  .about__bottle img {
    height: calc(
            80px + 690 *
                ((100vw - 360px) / 1560)
        );
  }
}

.about__bottle {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 1350px) {
  .header__fixed .nav__link {
    font-size: 13px;
  }

  .header__fixed .header__logo {
    width: 190px;
  }

  .cards {
    gap: 30px 20px;
  }

  .card-big__btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 1250px) {
  .plans__banner {
    max-width: 866px;
  }

  .description {
    width: 30%;
  }

  .terms__wrapper,
  .cookie__wrapper,
  .promotion__wrapper,
  .refund__wrapper,
  .faq__wrapper {
    gap: 30px;
  }

  .payment__card-remove {
    right: 0;
  }

  .payment__card {
    padding-right: 0;
  }

  .payment__cart {
    padding: 20px;
  }

  .payment__wrapper {
    gap: 20px;
  }

  .form {
    padding: 20px 20px 40px 20px;
    max-width: 330px;
  }

  .order__content ul li {
    gap: 10px;
    -ms-grid-columns: 3fr 0.3fr 0.7fr;
    grid-template-columns: 3fr 0.3fr 0.7fr;
  }

  .account__wrapper,
  .account .plans {
    gap: 20px;
  }

  .article__item {
    width: 260px;
    height: 180px;
  }

  .article__description {
    padding-right: 0;
  }

  .school__play {
    width: 90px;
    height: 90px;
  }

  .school__video-inner p {
    padding: 0;
  }

  .school__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .society__items {
    gap: 18px;
  }

  .society__item ul {
    max-width: 100%;
    padding-left: 25px;
  }

  .society__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 0;
  }

  .plans-page .plans__item-btn {
    white-space: normal;
    height: auto;
  }

  .plans__item-tag {
    display: none;
  }

  .plans__item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    text-align: center;
  }

  .advantages__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .advantages__item img {
    width: 288px;
    height: 160px;
    aspect-ratio: 16/8;
  }

  .advantages .swiper-wrapper {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .cards .card:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .cards .card:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .cards .card:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .cards .card:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .cards .card:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .cards .card:nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .cards .card:nth-child(7) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 7;
            order: 7;
  }

  .cards .card:nth-child(8) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .cards .card:nth-child(9) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .cards .card:nth-child(10) {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .cards .card:nth-child(11) {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .cards .card:nth-child(12) {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .cards .card:nth-child(13) {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .cards .card:nth-child(14) {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }

  .cards .card:nth-child(15) {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }

  .cards .card {
    width: 48%;
  }

  .cards .card-big {
    width: 100%;
  }

  .header__fixed .header__logo {
    display: none;
  }

  .plans {
    overflow: hidden;
  }

  .plans .swiper {
    overflow: visible;
  }

  .plans__item img {
    width: 110px;
    height: 118px;
  }

  .champagne__wrapper-green ol {
    margin-left: 50px;
  }

  .champagne__wrapper .container {
    gap: 100px;
    padding: 0 40px 0 40px;
  }

  .champagne__wrapper-green .container {
    gap: 50px;
  }

  .champagne-banner__flag {
    top: -35px;
    left: -70px;
  }

  .product__img {
    margin-right: 40px;
  }

  .product__control-inner {
    padding: 18px 20px;
    gap: 30px;
  }

  .footer__logo img {
    width: 200px;
  }

  .footer__bg {
    background: none;
  }

  .footer__wrapper {
    gap: 30px;
  }

  .about__text {
    margin-right: 40px;
  }

  .header__control {
    margin-left: 0;
  }

  .header__control p {
    display: none;
  }

  .account__orders {
    gap: 20px;
  }

  .account .plans__item-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    height: 100%;
  }

  .account .plans__item img {
    width: 100px;
    height: 103px;
  }

  .account .plans {
    padding-right: 30px;
  }

  .account .plans__item-inner {
    height: 100%;
  }

  .plans__item-btns {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .account .plans__item-btns {
    -ms-grid-columns: 1fr 1.26fr;
    grid-template-columns: 1fr 1.26fr;
  }

  .account .plans__item {
    padding: 15px;
  }

  .account__cards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1025px) {
  .plans__description p:not(:last-child) {
    margin-bottom: 30px;
  }

  .plans__description a,
  .plans__description b,
  .plans__description p,
  .plans__text {
    font-size: 16px;
    line-height: 150%;
  }

  .plans__text {
    margin-bottom: 36px;
  }

  .plans h2 {
    font-size: 36px;
  }

  .main__inner p {
    font-size: 16px;
  }

  h2 {
    font-size: 24px;
  }

  .champagne__wrapper-green ol {
    margin-left: 30px;
  }

  .champagne__wrapper-green ol li {
    font-size: 16px;
  }

  .champagne__wrapper-green h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .catalog {
    padding-top: 30px;
  }

  .article__description p b {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .catalog h1 {
    font-size: 24px;
  }

  .article h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .advantages__item-text {
    font-size: 16px;
  }

  .advantages__item-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .advantages h2 {
    margin-bottom: 40px;
    font-size: 36px;
  }

  .account__description-title input::-webkit-input-placeholder {
    font-size: 20px;
  }

  .account__description-title input::-moz-placeholder {
    font-size: 20px;
  }

  .account__description-title input:-ms-input-placeholder {
    font-size: 20px;
  }

  .account__description-title input::-ms-input-placeholder {
    font-size: 20px;
  }

  .payment__empty-title,
  .account__description-title input,
  .account__description-title input::placeholder,
  .gallery__link,
  .school__item-title,
  .plans__item-title,
  .plans__banner-title,
  .plans__banner-title span,
  .society__item-text span,
  .society__item-title {
    font-size: 20px;
  }

  .header {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .header.active {
    -webkit-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
            transform: translateY(-25px);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: var(--off-white);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
  }

  .header.active .header__banner {
    opacity: 0;
    max-height: 0;
  }

  .header.active .header__search.active {
    top: 25px;
    z-index: 110;
  }

  .header__fixed {
    display: none;
  }

  .payment .form textarea {
    height: 120px;
  }

  .account__content .select {
    display: none;
  }

  .champagne__inner p {
    font-size: 16px;
  }

  .modal-cookies .modal__btns {
    gap: 32px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .modal-cookies .modal__wrapper {
    padding: 13px 24px 29px;
  }

  .modal-cookies .modal__text {
    font-size: 14px;
    line-height: 143%;
    text-align: center;
    margin-bottom: 30px;
  }

  .modal-cookies img {
    width: 80px;
    height: 87px;
    margin-right: 0;
  }

  .modal-cookies .modal__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }

  .modal-overlay .modal-candidacy .modal__icon {
    width: 100px;
    height: 110px;
  }

  .modal-overlay .modal-candidacy .modal__title {
    margin-bottom: 20px;
    padding-right: 100px;
  }

  .modal-overlay .modal-candidacy .modal__text {
    font-size: 16px;
    margin-bottom: 19px;
  }

  .modal-overlay .modal-candidacy .modal__wrapper {
    padding: 40px;
  }

  .search-drop__item p {
    font-size: 16px;
  }

  .search-drop {
    width: calc(100% - 40px);
    left: 20px;
  }

  .form textarea {
    height: 140px;
  }

  .contacts__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .contacts__location p:not(:last-child),
  .contacts__details a:not(:last-child) {
    margin-bottom: 10px;
  }

  .contacts__location {
    margin: 0 auto 60px;
  }

  .contacts__details {
    margin-bottom: 30px;
  }

  .contacts__location p,
  .contacts__details a,
  .contacts__subtitle {
    font-size: 14px;
  }

  .contacts {
    padding-top: 20px;
  }

  .contacts h1 {
    font-size: 24px;
  }

  .contacts .form__title {
    display: block !important;
  }

  .contacts__inner {
    margin-top: 0;
  }

  .contacts__wrapper {
    gap: 30px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .contacts .form {
    max-width: 100%;
  }

  .contacts__logo {
    display: none;
  }

  .cookie__inner ol li p {
    padding-left: 21px;
  }

  .terms__inner ol li:not(:last-child),
  .cookie__inner ol li:not(:last-child) {
    margin-bottom: 30px;
  }

  .cookie__inner ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  .faq .scroll-top {
    display: none;
  }

  .terms,
  .cookie,
  .promotion,
  .refund,
  .faq {
    margin-bottom: 60px;
  }

  .terms__inner,
  .cookie__inner,
  .faq__accordions,
  .promotion__inner,
  .refund__inner {
    margin-right: 0;
  }

  .promotion__inner ul {
    margin-bottom: 30px;
  }

  .promotion__inner ul li {
    font-size: 14px;
  }

  .promotion__inner ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  .terms__wrapper,
  .cookie__wrapper,
  .promotion__wrapper,
  .refund__wrapper,
  .faq__wrapper {
    gap: 14px;
  }

  .terms__inner,
  .cookie__inner,
  .promotion__inner,
  .refund__inner {
    width: 100%;
    padding-right: 40px;
  }

  .terms__inner ol li::before,
  .terms__inner h2,
  .cookie__inner ol li::before,
  .cookie__inner h2,
  .promotion__inner h2,
  .refund__inner h2 {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .terms__inner ol li li::before,
  .terms__inner p,
  .cookie__inner ul li,
  .cookie__inner ol li li::before,
  .cookie__inner h3,
  .cookie__inner p,
  .promotion__inner p,
  .refund__inner p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .cookie__inner h3 {
    margin-bottom: 0;
  }

  .cookie__inner ol li ul {
    margin-top: 20px;
    margin-left: 12px;
    margin-bottom: 20px;
  }

  .faq__accordions {
    width: 100%;
  }

  .description ul li:last-child {
    border-bottom: none;
  }

  .description {
    opacity: 0;
    visibility: hidden;
    border-radius: 0 0 0 10px;
    width: 334px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    top: -20px;
    right: 0;
    -webkit-box-shadow: -3px 3px 10px 0 rgba(37, 37, 37, 0.3);
            box-shadow: -3px 3px 10px 0 rgba(37, 37, 37, 0.3);
    background: var(--off-white);
    padding: 0 20px;
    padding-top: 60px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .description.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
  }

  .description-btn-mobile {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    z-index: 10;
  }

  .description-btn-mobile.active {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 17L9 9L1 17' stroke='%230D2B35' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1 1L9 9L17 1' stroke='%230D2B35' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    min-width: 18px;
    width: 18px;
    height: 18px;
  }

  .cookie,
  .promotion,
  .refund,
  .faq {
    margin-bottom: 60px;
    padding-top: 20px;
  }

  .cookie h1,
  .promotion h1,
  .refund h1,
  .faq h1 {
    font-size: 24px;
    padding: 0 30px;
    margin-bottom: 20px;
  }

  .description ul li a,
  .description ul li p {
    font-size: 16px;
  }

  .faq__accordion.open .faq__accordion-content {
    padding-top: 25px;
    padding-bottom: 0px;
  }

  .faq__accordion-content {
    font-size: 16px;
    padding-right: 60px;
  }

  .faq__accordion-btn {
    font-size: 20px;
  }

  .subscribe__back {
    font-size: 14px;
  }

  .subscribe__wrapper {
    gap: 18px;
  }

  .subscribe {
    padding-top: 24px;
  }

  .subscribe h2 {
    font-size: 24px;
  }

  .subscribe__inner {
    padding: 0 14px;
  }

  .subscribe__inner-title {
    font-size: 20px;
  }

  .subscribe__description {
    padding: 5px 0 12px;
  }

  .subscribe__description ul {
    gap: 0 18px;
  }

  .subscribe__description ul li {
    padding: 5px 14px 12px;
    border-top: 1px solid var(--off-white);
  }

  .subscribe__description ul li p {
    font-size: 10px;
  }

  .subscribe__description ul li p:first-child {
    font-weight: 500;
    font-size: 12px;
  }

  .subscribe,
  .payment {
    margin-bottom: 80px;
  }

  .payment h1 {
    font-size: 24px;
    line-height: 167%;
    margin-bottom: 20px;
  }

  .select__title::after {
    width: 22px;
    height: 13px;
  }

  .payment__card-remove {
    min-width: 16px;
    width: 16px;
    height: 16px;
  }

  .form__radios label span {
    border-radius: 20px;
    min-width: 30px;
    width: 30px;
    height: 30px;
  }

  .form__radios label span::before {
    width: 18px;
    height: 18px;
  }

  .payment__discount {
    padding-left: 0;
    padding-right: 29px;
  }

  .payment__card-gift .payment__card-title {
    padding-right: 100px;
  }

  .payment__card-gift .payment__card-img {
    padding: 20px 0;
  }

  .payment__card-wrap {
    max-width: 100%;
    position: static;
  }

  .payment__card-switch span {
    height: 34px;
    width: 64px;
  }

  .payment__card-switch input:checked + span::before {
    left: 30px;
  }

  .payment__card-switch span::before {
    width: 28px;
    height: 28px;
  }

  .payment__card-switch {
    top: 22px;
    right: 29px;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }

  .payment {
    padding-top: 24px;
  }

  .payment__cart {
    width: 100%;
  }

  .form__checkbox label + p {
    font-size: 12px;
  }

  .form__checkbox label span::before {
    min-width: 18px;
    width: 18px;
    height: 15px;
  }

  .form__wrap label {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .form__checkbox label span {
    min-width: 30px;
    width: 30px;
    height: 30px;
  }

  .form__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }

  .modal-login .form__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .form__wrap a {
    text-align: center;
    margin: 0 auto;
  }

  .select__title,
  .form label input {
    padding: 10px;
  }

  .form label input::-webkit-input-placeholder {
    font-size: 14px;
  }

  .form label input::-moz-placeholder {
    font-size: 14px;
  }

  .form label input:-ms-input-placeholder {
    font-size: 14px;
  }

  .form label input::-ms-input-placeholder {
    font-size: 14px;
  }

  .form__radios label p,
  .select__title,
  .form label input,
  .form label input::placeholder,
  .form__accordion-title,
  .form__checkbox label p,
  .form__wrap a {
    font-size: 14px;
  }

  .form__choice-mobile {
    display: block !important;
  }

  .form__choice span {
    font-size: 10px;
    border-color: transparent;
  }

  .form__choices {
    margin-bottom: 20px;
  }

  .form__inputs {
    gap: 0;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .form {
    max-width: 228px;
    padding: 0 14px 20px;
  }

  .form__btns p,
  .form__btn-guest,
  .form__or,
  .form__title {
    display: none !important;
  }

  .payment__total {
    padding: 20px 29px 0 0;
  }

  .payment__cart-inner {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    will-change: max-height;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }

  .form__accordion-title::after {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='13' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L11 11L21 1' stroke='%230D2B35' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    min-width: 22px;
    width: 22px;
    height: 13px;
  }

  .form__accordion {
    padding-right: 0;
  }

  .payment__cart-btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: var(--light-grey);
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }

  .payment__cart-btn::after {
    display: block;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='13' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L11 11L21 1' stroke='%230D2B35' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    min-width: 22px;
    width: 22px;
    height: 13px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .payment__cart.open .payment__cart-btn::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .payment__cart.open .payment__cart-inner {
    opacity: 1;
    visibility: visible;
  }

  .payment__caption {
    display: none;
  }

  .payment__card:first-child::after,
  .payment__card::before {
    width: 100%;
  }

  .payment__card-title {
    width: 100%;
    padding-right: 30px;
  }

  .payment__card-img {
    min-width: 60px;
    width: 60px;
  }

  .payment__card-img img {
    height: 80px;
  }

  .payment__card-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }

  .payment__card-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 29px;
  }

  .plans__item-top {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .filter__checkbox:not(:last-child) {
    margin-bottom: 10px;
  }

  .filter__checkbox span {
    min-width: 30px;
    width: 30px;
    height: 30px;
  }

  .filter__checkbox span::before {
    width: 18px;
    height: 15px;
  }

  .catalog .filter__item.open {
    padding-bottom: 20px;
  }

  .catalog .filter__item {
    padding-left: 0;
    padding-right: 0;
  }

  .catalog .filter__btn::after {
    min-width: 20px;
    width: 20px;
    height: 10px;
  }

  .cards .card__delete,
  .account .card__delete {
    top: 16px;
    right: 16px;
    min-width: 16px;
    width: 16px;
    height: 16px;
  }

  .cards .card__price span,
  .account .card__price span {
    display: none;
  }

  .cards .card__cart,
  .account .card__cart {
    padding-right: 20px;
  }

  .cards .counter__count,
  .account .counter__count {
    width: 25px;
  }

  .cards .card__control,
  .account .card__control {
    padding: 12px;
  }

  .cards .card__img img,
  .account .card__img img {
    width: 42px;
    height: 180px;
  }

  .cards .card__img,
  .account .card__img {
    margin: 0 auto 20px;
  }

  .cards .card__circle,
  .account .card__circle {
    width: 130px;
    height: 130px;
  }

  .cards .card__price,
  .account .card__price {
    top: 16px;
    left: 14px;
    font-size: 18px;
  }

  .cards .card__case,
  .account .card__case {
    font-size: 12px;
    top: 43px;
    left: 14px;
  }

  .account .plans {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    max-width: 500px;
  }

  .account {
    margin-bottom: 70px;
  }

  .order__content ul li {
    gap: 20px;
    -ms-grid-columns: 3fr 0.2fr 0.5fr;
    grid-template-columns: 3fr 0.2fr 0.5fr;
  }

  .account__tab {
    font-size: 16px;
    width: 100%;
    padding-bottom: 10px;
  }

  .account__tab.active {
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1.5px solid var(--sage);
  }

  .account__tabs {
    margin-bottom: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .account__description ul li input::-webkit-input-placeholder, .account__description ul li textarea::-webkit-input-placeholder {
    font-size: 14px;
  }

  .account__description ul li input::-moz-placeholder, .account__description ul li textarea::-moz-placeholder {
    font-size: 14px;
  }

  .account__description ul li input:-ms-input-placeholder, .account__description ul li textarea:-ms-input-placeholder {
    font-size: 14px;
  }

  .account__description ul li input::-ms-input-placeholder, .account__description ul li textarea::-ms-input-placeholder {
    font-size: 14px;
  }

  .account__description ul li input::placeholder,
  .account__description ul li textarea::placeholder,
  .account__description ul li input,
  .account__description ul li textarea,
  .account__description-btn p {
    font-size: 14px;
  }

  .account__description-btns {
    gap: 12px;
  }

  .account__plan-date {
    font-size: 12px;
  }

  .account__description-title::after {
    width: 15px;
    height: 15px;
  }

  .account__description-title {
    border-top: 1px solid var(--light-grey);
    font-size: 20px;
    margin: 0;
    padding: 18px 0;
  }

  .account__description {
    top: 0;
    padding-top: 53px;
    min-width: 228px;
    width: 228px;
  }

  .account__orders {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .scroll-top {
    margin-bottom: -30px;
  }

  .article {
    margin-bottom: 90px;
  }

  .article__items h2 {
    display: block;
  }

  .article__description {
    margin-bottom: 50px;
  }

  .article__description img {
    margin: 20px 0;
    max-width: 474px;
    aspect-ratio: 16/9;
  }

  .article__description h2 {
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .article__description p {
    margin-bottom: 10px;
  }

  .article__back {
    display: none;
  }

  .article__item p {
    font-size: 16px;
    line-height: 120%;
    left: 11px;
    right: 11px;
    bottom: 11px;
  }

  .article__items ul li:not(:last-child) {
    margin-bottom: 0;
  }

  .article__item {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }

  .article__items ul {
    position: relative;
    background: var(--off-white);
    width: 100%;
    display: -ms-grid;
    display: grid;
    gap: 20px 18px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .article__banner {
    aspect-ratio: 16/7;
    margin-bottom: 28px;
  }

  .article__description {
    padding-left: 44px;
  }

  .article__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }

  .school .swiper-slide .school__video-item p {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .school__video-item p {
    font-size: 20px;
    line-height: 120%;
    left: 27px;
    bottom: 37px;
    right: 27px;
  }

  .school__text {
    margin-bottom: 20px;
  }

  .school__video-inner {
    padding-right: 0;
  }

  .school__video {
    margin-bottom: 80px;
  }

  .school__video {
    gap: 18px;
  }

  .school__play {
    width: 60px;
    height: 60px;
  }

  .school__video-inner p {
    font-size: 16px;
    line-height: 150%;
  }

  .school-page {
    margin-top: 20px;
  }

  .school__radio {
    margin-bottom: 30px;
  }

  .school__radio img {
    height: 30px;
  }

  .school .pagination {
    display: none;
  }

  .school .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .school__items {
    gap: 20px;
  }

  .product__text {
    margin-bottom: 28px;
  }

  .product__control {
    margin-bottom: 20px;
  }

  .product__case {
    margin-bottom: 10px;
  }

  .product__price {
    font-size: 16px;
  }

  .product__country {
    margin-bottom: 20px;
  }

  .product h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .product__wrapper {
    gap: 32px;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
  }

  .product__cut {
    width: 200px;
    height: 200px;
    bottom: -15px;
    border-bottom: 16px solid var(--off-white);
  }

  .product__img img {
    width: 76px;
    height: 270px;
    margin-bottom: -10px;
  }

  .product__circle {
    width: 200px;
    height: 200px;
  }

  .product__img {
    width: 200px;
    margin-right: auto;
  }

  .product {
    margin-top: 30px;
  }

  .crumbs {
    display: none;
  }

  .header.header-white {
    background: var(--emerald);
  }

  .plans__banner ul {
    margin-bottom: 28px;
  }

  .plans__banner-icon {
    width: 120px;
    height: 130px;
  }

  .plans__banner-tag {
    margin-bottom: 10px;
  }

  .plans__banner-wrapper {
    margin-bottom: 0;
  }

  .plans__banner {
    padding: 39px 90px 40px;
  }

  .plans-page .plans__item-btn {
    border-radius: 0 0 9px 9px;
    width: calc(100% + 28px);
    margin-left: -14px;
  }

  .plans-page .plans__item ul {
    margin-bottom: 20px;
    width: calc(100% + 28px);
    margin-left: -14px;
  }

  .plans-page .plans__item {
    padding: 14px 14px 0px;
  }

  .society__inner {
    max-width: 240px;
  }

  .society__item {
    padding: 10px 14px 65px;
    position: relative;
  }

  .society__item-btn {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    margin-left: 0;
    width: calc(100% - 28px);
  }

  .society__text {
    font-size: 16px;
    line-height: 125%;
    margin-bottom: 30px;
  }

  .slider .swiper-slide .card {
    max-width: 270px;
  }

  .slider .swiper-slide .card__control {
    padding: 14px;
  }

  .slider .swiper-slide .card-big {
    max-width: 474px;
  }

  .card-big__flag {
    right: -46px;
    top: -64px;
  }

  .card-big {
    padding: 40px 60px 40px 48px;
  }

  .plans-page .plans__item ul li p {
    font-size: 10px;
    line-height: 120%;
  }

  .plans-page .plans__item ul li p:first-child {
    font-size: 12px;
  }

  .plans-page .plans__item ul li {
    padding: 5px 14px;
  }

  .cases__item-inner {
    padding: 0 13px 15px 14px;
  }

  .advantages .swiper-wrapper {
    gap: 40px;
  }

  .advantages__item {
    gap: 18px;
  }

  .plans__item-btns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .catalog .filter {
    padding-top: 40px;
  }

  .cards .card {
    width: 47%;
  }

  .cards .card-big {
    width: 100%;
  }

  .catalog .filter__left {
    width: 228px;
  }

  .cards .card__price {
    font-size: 20px;
  }

  .header-white .header__control img,
  .header-white .header__logo img,
  .header-white .nav__item-arrow &gt; a::after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }

  .champagne {
    margin-bottom: 100px;
  }

  .champagne__wrapper-green ol li:before {
    top: -6px;
    font-size: 24px;
  }

  .champagne__wrapper-green .champagne__inner {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .champagne__wrapper img {
    aspect-ratio: 16/11;
    max-width: 100%;
    height: auto;
  }

  .champagne__inner p {
    margin-bottom: 22px;
  }

  .champagne__inner {
    padding-top: 0;
  }

  .champagne__wrapper .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }

  .champagne__wrapper-green img {
    display: none;
  }

  .champagne-banner__flag {
    left: -130px;
  }

  .slider .swiper {
    margin-bottom: 60px;
  }

  .slider .swiper-slide .card {
    width: auto;
  }

  .catalog h1 {
    padding-left: 30px;
  }

  .main {
    margin-top: 0;
  }

  .header {
    position: relative;
    -webkit-box-shadow: 0 10px 25px 0 rgba(37, 37, 37, 0.11);
            box-shadow: 0 10px 25px 0 rgba(37, 37, 37, 0.11);
    background: rgba(238, 233, 228, 0.9);
  }

  .header__wrapper {
    border-bottom: none;
  }

  .menu {
    padding: 0 0 40px;
    display: block;
    position: absolute;
    top: 99%;
    left: -100%;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    border-radius: 0 0 10px 0;
    width: 280px;
    -webkit-box-shadow: 0 10px 25px 0 rgba(37, 37, 37, 0.11);
            box-shadow: 0 10px 25px 0 rgba(37, 37, 37, 0.11);
    background: var(--off-white);
  }

  .menu.active {
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  .menu .nav__list {
    padding-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
    position: relative;
  }

  .menu .nav__list::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 40px);
    height: 1px;
    background: var(--emerald);
  }

  .menu .nav__item-inner {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    background: rgba(135, 157, 134, 0.1);
    position: relative;
  }

  .menu .nav__item-inner::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 40px);
    height: 1px;
  }

  .menu .nav__item-inner.open {
    background: none;
  }

  .menu .nav__item-inner.open::before {
    background: var(--white);
  }

  .menu .nav__item-inner.open .nav__item-icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .menu .nav__item-inner.open + ul {
    padding-top: 10px;
    opacity: 1;
    visibility: visible;
  }

  .menu .nav__item-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='13' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L11 11L21 1' stroke='%23B8B8B8' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    min-width: 22px;
    width: 22px;
    height: 22px;
    margin-right: 20px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .menu .nav__item {
    padding: 0;
    text-align: left;
  }

  .menu .nav__item ul {
    padding: 0 40px;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    will-change: max-height;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }

  .menu .nav__item ul li a {
    line-height: 250%;
  }

  .menu .nav__link {
    line-height: 312%;
    padding: 0 20px;
    color: var(--emerald);
  }

  .menu .header__wine {
    margin-bottom: 20px;
  }

  .menu .header__member,
  .menu .header__wine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 40px);
    margin-left: 20px;
  }

  .footer__contacts {
    width: 40%;
  }

  .footer__address,
  .footer__nav {
    width: 25%;
  }

  .footer__inner {
    width: 100%;
    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;
  }

  .footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer__bg::after,
  .footer__bg::before {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    height: 354px;
    width: 295px;
  }

  .footer__bg::after {
    right: -85px;
    top: 0;
  }

  .footer__bg::before {
    left: -65px;
    top: auto;
    bottom: 0;
  }

  .gallery__grid {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }

  .gallery__grid img:nth-child(13),
  .gallery__grid img:nth-child(14) {
    display: none;
  }

  .tour__flag {
    top: -26px;
    left: 0px;
  }

  .tour__inner p {
    margin-bottom: 68px;
  }

  .tour h2 {
    max-width: 540px;
  }

  .tour__wrapper {
    padding: 70px 20px;
    text-align: center;
    -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: 60px;
  }

  .about__text {
    margin-right: auto;
  }

  .about {
    margin-bottom: 100px;
  }

  .about__slider {
    display: none;
  }

  .main .swiper-pagination {
    display: none;
  }

  .main__item {
    height: 420px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .main__inner p {
    display: none;
  }

  .header__logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .header__logo img {
    display: none;
  }

  img.header__logo-small {
    display: block;
    height: 50px;
  }

  .header__search-btn {
    display: block;
  }

  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__search input {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .header__search input::-webkit-input-placeholder {
    color: var(--light-grey);
    text-decoration: none;
  }

  .header__search input::-moz-placeholder {
    color: var(--light-grey);
    text-decoration: none;
  }

  .header__search input:-ms-input-placeholder {
    color: var(--light-grey);
    text-decoration: none;
  }

  .header__search input::-ms-input-placeholder {
    color: var(--light-grey);
    text-decoration: none;
  }

  .header__search input::placeholder {
    color: var(--light-grey);
    text-decoration: none;
  }

  .header__search {
    padding: 10px 22px 10px 40px;
    border-radius: 0;
    border: 1px solid var(--emerald);
    background: var(--off-white);
    width: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .header__search.active {
    opacity: 1;
    visibility: visible;
    top: 0;
  }

  .header__search-close {
    display: block;
  }

  .header__wrapper {
    margin-top: 0;
    padding: 20px 0;
  }

  .header__bottom {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: -100%;
  }

  .header__wine,
  .header__member {
    display: none;
  }
}

@media (max-width: 1025px) and (max-width: 1920px) {
  .tour__flag {
    left: calc(
            -100px + 100 *
                ((100vw - 360px) / 1560)
        );
  }
}

@media (max-width: 769px) {
  .modal-overlay .modal__wrapper {
    padding: 20px 20px 40px;
  }

  .school__items {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .plans.plans-page {
    margin-bottom: 100px;
  }

  .plans-page h2 {
    display: block;
    text-align: left;
    color: var(--white);
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 200%;
  }

  .society {
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .society__item-title {
    min-height: 40px;
    margin-bottom: 5px;
  }

  .society__item-text {
    margin-bottom: 0;
  }

  .society__item-btn {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
  }

  .society__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8px 10px 15px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
  }

  .society__item ul {
    display: none;
  }

  .society h1 {
    font-size: 24px;
    line-height: 167%;
    margin-bottom: 30px;
  }

  .card-big__btn {
    width: 100%;
  }

  .card-big__title {
    margin-bottom: 52px;
  }

  .card-big__text {
    margin-bottom: 68px;
  }

  .card-big {
    padding: 80px 20px 60px;
    text-align: center;
  }

  .card-big__flag {
    -webkit-transform: rotate(40deg) scale(-1, 1);
        -ms-transform: rotate(40deg) scale(-1, 1);
            transform: rotate(40deg) scale(-1, 1);
    right: auto;
    left: -50px;
    top: -113px;
  }

  .modal-plans .plans__item-wrapper {
    gap: 20px;
    margin-bottom: 20px;
  }

  .modal-plans .plans__item-wrapper img {
    width: 80px;
    height: 90px;
  }

  .hidden-content ul {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .advantages .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }

  .advantages__item img {
    width: 100%;
    height: auto;
  }

  .advantages__item {
    gap: 20px;
    -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;
  }

  .catalog__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--emerald);
  }

  .catalog__back {
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='22' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1L2 11L12 21' stroke='%230D2B35' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    min-width: 13px;
    width: 13px;
    height: 22px;
  }

  .catalog__btn-filter {
    display: block;
    background: url("../img/filter.svg") center center/contain no-repeat;
    min-width: 20px;
    width: 20px;
    height: 20px;
  }

  .catalog h1 {
    font-weight: 500;
    padding-left: 0;
    text-align: center;
    font-size: 16px;
  }

  .cards .card-big {
    width: 100%;
  }

  .cards .card__price {
    font-size: 16px;
  }

  .plans__item {
    position: relative;
  }

  .plans__item-mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
  }

  .champagne__inner {
    padding: 0 20px;
    text-align: center;
  }

  .champagne__wrapper-green .champagne__inner {
    padding: 0;
    padding-top: 40px;
    padding-bottom: 60px;
    text-align: left;
  }

  .champagne-banner p {
    margin-bottom: 68px;
  }

  .champagne-banner h1 {
    margin-bottom: 30px;
  }

  .champagne-banner__flag {
    top: -46px;
  }

  .champagne-banner__wrapper {
    padding: 60px 40px 40px;
  }

  .cases {
    display: none;
  }

  .plans {
    margin-bottom: 60px;
  }

  .plans__description p:not(:last-child) {
    margin-bottom: 20px;
  }

  .plans__description {
    padding: 30px 20px;
  }

  .plans .swiper {
    margin-bottom: 30px;
  }

  .plans__btn-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 50px;
  }

  .plans h2 {
    margin-bottom: 20px;
    line-height: 111%;
  }

  .plans__text {
    line-height: 150%;
    margin-bottom: 32px;
  }

  .plans__item {
    padding: 8px 10px 15px;
  }

  .plans__item img {
    margin-top: 0;
    width: 80px;
    height: 86px;
  }

  .plans__item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 5px;
    margin-bottom: 0;
  }

  .advantages {
    margin-bottom: 60px;
  }

  .advantages__item-title {
    margin-bottom: 14px;
  }

  .advantages h2 {
    margin-bottom: 30px;
  }

  .champagne {
    margin-bottom: 60px;
  }

  .champagne__wrapper-green ol li:before {
    left: -40px;
  }

  .champagne__wrapper-green ol {
    margin-left: 40px;
  }

  .champagne__wrapper-green ol li:not(:last-child) {
    margin-bottom: 20px;
  }

  .champagne__wrapper-green h2 {
    text-align: center;
    margin-bottom: 30px;
  }

  .champagne__wrapper .container {
    padding: 0 20px;
  }

  .product {
    margin-bottom: 60px;
  }

  .product__price span {
    display: none;
  }

  .product h2 {
    margin-bottom: 10px;
  }

  .slider {
    margin-bottom: 80px;
  }

  .catalog__inner {
    border-top: 1px solid var(--emerald);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
    padding-bottom: 20px;
    padding-top: 10px;
    gap: 15px;
  }

  .catalog .select {
    border: 1px solid var(--light-grey);
    border-radius: 2px;
    padding: 9px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    width: 100%;
  }

  .catalog .select span {
    display: inline;
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    color: var(--light-grey);
    white-space: nowrap;
  }

  .catalog .select__title {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    color: var(--light-grey);
    background-position: right;
    margin-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .catalog .select__content {
    width: 100%;
    right: 0;
  }

  .slider-wine h2 {
    margin-bottom: 40px;
  }

  .slider-wine {
    margin-bottom: 80px;
  }

  .catalog {
    margin-bottom: 70px;
  }

  .pagination {
    margin-top: 40px;
  }

  .pagination__num {
    width: 56px;
  }

  img.header__logo-small {
    height: 40px;
  }

  .footer .container {
    padding: 0 40px;
  }

  .footer__copyright {
    padding-bottom: 30px;
  }

  .footer__form button {
    height: 50px;
    border-radius: 30px;
    width: 100%;
  }

  .footer__form input {
    border: 1px solid var(--light-grey);
    border-radius: 5px;
    padding: 12px 15px;
    height: 50px;
    margin-bottom: 20px;
  }

  .footer__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__contacts a {
    margin-left: auto;
    margin-right: auto;
  }

  .footer__subscribe {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 30px;
    width: 100%;
  }

  .footer__address,
  .footer__contacts {
    max-width: 280px;
    width: 100%;
    text-align: center;
  }

  .footer__wrapper {
    -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: 30px;
  }

  .footer {
    padding-top: 40px;
  }

  .footer__nav,
  .footer__logo {
    display: none;
  }

  .footer__inner {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .footer__contacts {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .footer__address {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-bottom: 220px;
  }

  .gallery {
    padding: 3px;
  }

  .gallery__link {
    padding: 10px 10px 5px;
  }

  .gallery__link img {
    width: 20px;
    height: 20px;
  }

  .gallery__grid {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    gap: 3px;
  }

  .gallery__grid img:nth-child(11),
  .gallery__grid img:nth-child(12) {
    display: none;
  }

  .school__more {
    max-width: 400px;
    width: 100%;
  }

  .school {
    overflow: hidden;
    margin-bottom: 100px;
  }

  .school .swiper {
    overflow: visible;
    margin-bottom: 0;
  }

  .school .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 35px;
  }

  .school .swiper-pagination-bullet {
    border-radius: 100%;
    background: var(--sage);
    width: 5px;
    height: 5px;
    opacity: 0.5;
  }

  .school .swiper-pagination-bullet-active {
    opacity: 1;
  }

  .school .school-video-swiper {
    margin-bottom: 40px;
  }

  .school__item-inner {
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid var(--emerald);
    border-bottom: 1px solid var(--emerald);
  }

  .school__item-btn {
    display: none;
  }

  .school__item-title {
    color: var(--emerald);
    margin-bottom: 7px;
  }

  .school__item-text {
    color: var(--emerald);
    margin-bottom: 0;
    min-height: auto;
    padding: 0;
  }

  .school__item::before {
    display: none;
  }

  .school__item {
    height: auto;
    gap: 20px;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }

  .school__item img {
    width: 100px;
    height: 100px;
    position: static;
  }

  .bestsellers__btn {
    max-width: 300px;
    width: 100%;
  }

  .tour,
  .bestsellers,
  .about {
    margin-bottom: 60px;
  }

  .about__btn {
    max-width: 300px;
    width: calc(100% - 80px);
    bottom: 40px;
  }

  .main {
    margin-bottom: 60px;
  }

  .main__btn {
    padding: 8px 15px;
    margin: 0 auto;
  }

  .header__banner-link::after,
  .header__banner-link::before,
  .header__banner-link {
    display: none;
  }

  .header__banner-link-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 766px) {
  .plans__description p:not(:last-child) {
    margin-bottom: 20px;
  }

  .plans__description a,
  .plans__description b,
  .plans__description p {
    font-size: 14px;
  }

  .catalog {
    padding-top: 0;
  }

  .about__text,
  * {
    font-size: 14px;
  }

  .article__description p b {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .article h1 {
    font-size: 20px;
  }

  .about__text {
    font-size: 14px;
  }

  .gallery__link,
  .school__item-title,
  .plans__item-title,
  .plans__banner-title,
  .plans__banner-title span,
  .society__item-text span,
  .society__item-title {
    font-size: 16px;
  }

  .header {
    position: relative;
  }

  .form-header {
    padding-top: 50px;
    display: block;
    position: absolute;
    top: 100%;
    left: -100%;
    right: 0;
    border-radius: 0 0 10px 0;
    z-index: 100;
    -webkit-box-shadow: 0 10px 25px 0 rgba(37, 37, 37, 0.11);
            box-shadow: 0 10px 25px 0 rgba(37, 37, 37, 0.11);
    background: var(--white);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .form-header.active {
    opacity: 1;
    visibility: visible;
    left: 0;
  }

  .form-header .form__content {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    opacity: 1;
    visibility: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .form-header .form__btns {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }

  .form-header .form__btns .form__btn {
    margin-top: 0;
  }

  .form-header .form__choices {
    position: relative;
  }

  .form-header .form__choice {
    position: static !important;
  }

  .form-header .form__choice p {
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: calc(100% + 20px);
  }

  .form-header .form__close {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 20px;
    left: auto;
    top: 12px;
    z-index: 10;
    opacity: 1;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 17L9 9L1 17' stroke='%230D2B35' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1 1L9 9L17 1' stroke='%230D2B35' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
  }

  .form-header .form__choice input:checked + span + p {
    opacity: 1;
    visibility: visible;
  }

  .header__login.open-popup {
    display: none;
  }

  .header__login-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__login-desc {
    display: none;
  }

  .modal-overlay .modal-add-cart .form__btns,
  .modal-overlay .modal-delete .form__btns,
  .modal-overlay .modal-success .form__btns,
  .modal-overlay .modal-unsubscribe .form__btns {
    gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .modal-unsubscribe .form__btn,
  .modal-delete .form__btn {
    margin-top: 0 !important;
  }

  .modal-unsubscribe .form__btn:first-child,
  .modal-delete .form__btn:first-child {
    display: none;
  }

  .modal-add-cart .modal__title {
    margin-bottom: 20px !important;
  }

  .modal-add-cart .modal__btns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .plans__item-tag {
    width: 150px;
  }

  .main .container {
    padding: 0;
  }

  .main .main__bg {
    border-radius: 0px;
  }

  .tour__flag {
    top: -30px;
    left: 0px;
  }

  .champagne__inner p {
    font-size: 14px;
  }

  .champagne__wrapper-green p {
    text-align: center;
    font-size: 16px !important;
    margin-bottom: 0;
  }

  .range {
    padding-right: 30px;
  }

  .modal-overlay .modal-after-password .form .btn-red,
  .modal-overlay .modal-after-verify .form .btn-red,
  .modal-overlay .modal-delete .form .btn-red,
  .modal-overlay .modal-forgot .form .btn-red,
  .modal-overlay .modal-login .form .btn-red,
  .modal-overlay .modal-password .form .btn-red,
  .modal-overlay .modal-success .form .btn-red,
  .modal-overlay .modal-unsubscribe .form .btn-red,
  .modal-overlay .modal-verify .form .btn-red {
    margin-top: 30px;
  }

  .modal-overlay .modal__text {
    font-size: 14px;
  }

  .modal-overlay .modal__title {
    font-size: 20px;
  }

  .modal-login .form .btn-red {
    margin-top: 30px;
  }

  .modal-cookies {
    bottom: 10px;
  }

  .modal-cookies .modal__btns {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .modal-cookies .modal__wrapper {
    padding: 13px 20px 20px;
  }

  .modal-cookies .modal__text {
    margin-bottom: 20px;
  }

  .modal-cookies .modal__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }

  .modal-overlay .modal-candidacy .form__btn {
    margin-top: 30px;
  }

  .modal-overlay .modal-candidacy .form__inputs {
    gap: 16px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .modal-overlay .modal-candidacy .modal__tag {
    margin-bottom: 22px;
    font-size: 10px;
    height: 20px;
  }

  .modal-overlay .modal-candidacy .modal__icon {
    width: 80px;
    height: 90px;
  }

  .modal-overlay .modal-candidacy .modal__title {
    padding-right: 80px;
    font-size: 16px;
  }

  .modal-overlay .modal-candidacy .modal__text {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .modal-overlay .modal-candidacy .modal__wrapper {
    padding: 20px 40px;
  }

  .modal-newsletter .close-icon {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }

  .modal-overlay .modal-newsletter .form__btn {
    max-width: 100%;
    border-radius: 30px;
  }

  .modal-overlay .modal-newsletter .form label input {
    border: 1px solid var(--sage);
    border-radius: 5px !important;
    height: 50px;
    font-size: 16px;
    padding: 12px 15px;
  }

  .modal-overlay .modal-newsletter .form label input::-webkit-input-placeholder {
    color: var(--light-grey);
    font-size: 16px;
  }

  .modal-overlay .modal-newsletter .form label input::-moz-placeholder {
    color: var(--light-grey);
    font-size: 16px;
  }

  .modal-overlay .modal-newsletter .form label input:-ms-input-placeholder {
    color: var(--light-grey);
    font-size: 16px;
  }

  .modal-overlay .modal-newsletter .form label input::-ms-input-placeholder {
    color: var(--light-grey);
    font-size: 16px;
  }

  .modal-overlay .modal-newsletter .form label input::placeholder {
    color: var(--light-grey);
    font-size: 16px;
  }

  .modal-overlay .modal-newsletter .form__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }

  .modal-overlay ul li {
    font-size: 12px;
  }

  .modal-overlay .modal-newsletter .modal__text {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .modal-overlay .modal-newsletter .modal__inner {
    position: relative;
    padding: 20px;
  }

  .modal-overlay .modal-newsletter .modal__title {
    position: absolute;
    width: calc(100% - 40px);
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: calc(100% + 40px);
    text-align: center;
    font-size: 20px;
    line-height: 125%;
    color: var(--white);
  }

  .modal-overlay .modal-newsletter img {
    border-radius: 6px 6px 0 0;
    -o-object-position: 50% 61%;
       object-position: 50% 61%;
    aspect-ratio: 16/9.4;
  }

  .modal-overlay .modal-newsletter .modal__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form textarea {
    height: 150px;
  }

  .contacts {
    margin-bottom: 40px;
  }

  .contacts__copyright {
    margin-top: 20px;
  }

  .contacts__socials {
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .contacts__location {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 0;
  }

  .contacts__details {
    margin-bottom: 20px;
  }

  .contacts__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }

  .contacts .form__title {
    display: none !important;
  }

  .contacts h1 {
    margin-bottom: 30px;
  }

  .contacts__wrapper {
    display: block;
  }

  .terms__inner,
  .cookie__inner,
  .promotion__inner,
  .refund__inner {
    width: 100%;
    padding: 20px 20px 0 0;
  }

  .description {
    top: 1px;
    padding-top: 39px;
  }

  .faq__accordion-content {
    font-size: 14px;
    padding-right: 20px;
    margin-left: -15px;
  }

  .faq__accordion.open .faq__accordion-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .faq__accordion {
    padding: 10px 0;
    padding-left: 35px;
  }

  .faq__accordion-btn::before {
    width: 20px;
    height: 27px;
    left: -35px;
  }

  .faq__accordion-btn {
    font-size: 16px;
  }

  .description-btn-mobile {
    top: 10px;
  }

  .terms,
  .cookie,
  .promotion,
  .refund,
  .faq {
    padding-top: 0;
  }

  .terms h1,
  .cookie h1,
  .promotion h1,
  .refund h1,
  .faq h1 {
    border-bottom: 1px solid var(--emerald);
    border-top: 1px solid var(--emerald);
    font-weight: 500;
    font-size: 16px;
    padding: 10px 30px;
    margin-bottom: 0;
  }

  .subscribe h1 {
    display: none;
  }

  .subscribe__description ul {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .subscribe__description ul li {
    padding: 3px 20px 5px;
  }

  .subscribe__description ul li p:first-child {
    font-size: 10px;
  }

  .subscribe__description ul li p {
    font-size: 9px;
  }

  .subscribe__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .subscribe__description.open ul {
    opacity: 1;
    visibility: visible;
  }

  .subscribe__description.open .subscribe__inner-title::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .subscribe__inner-title {
    font-size: 16px;
  }

  .subscribe__inner-title::after {
    display: block;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='13' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L11 11L21 1.00001' stroke='%23B8B8B8' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    min-width: 22px;
    width: 22px;
    height: 13px;
    margin-top: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .subscribe__back {
    display: none;
  }

  .subscribe__description ul {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    will-change: max-height;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }

  .subscribe,
  .payment {
    margin-bottom: 70px;
  }

  .payment h1 {
    display: none;
  }

  .form .btn-red {
    margin-top: 85px;
  }

  .form__accordion {
    border: none;
  }

  .form__btns {
    margin-top: 15px;
  }

  .form__wrap a {
    margin: auto 0;
  }

  .form__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .form label input::-webkit-input-placeholder {
    font-size: 16px;
  }

  .form label input::-moz-placeholder {
    font-size: 16px;
  }

  .form label input:-ms-input-placeholder {
    font-size: 16px;
  }

  .form label input::-ms-input-placeholder {
    font-size: 16px;
  }

  .form label input,
  .form label input::placeholder,
  .form__accordion-title,
  .form__radios label p,
  .select__title {
    font-size: 16px;
  }

  .form__choice span {
    font-size: 14px;
  }

  .form {
    max-width: 100%;
  }

  .payment__card-switch {
    top: 30px;
    right: 0;
  }

  .payment__discount {
    padding: 10px 0;
  }

  .payment__card-wrap {
    padding-right: 0;
  }

  .payment__card-inner {
    padding: 10px 0;
  }

  .payment__card-price {
    font-weight: 500;
  }

  .counter__count {
    width: 30px;
  }

  .payment__card {
    gap: 10px;
  }

  .payment__total {
    padding: 15px 0px 0 0;
  }

  .payment__cart {
    padding: 15px 20px;
  }

  .payment__back {
    display: none;
  }

  .payment__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .modal-overlay .modal .close-icon {
    width: 16px;
    height: 16px;
    right: 18px;
    top: 20px;
  }

  .account .plans {
    padding-right: 0;
  }

  .account .plans {
    max-width: 100%;
  }

  .account .plans__item {
    display: none;
  }

  .account .plans__item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .account .plans__item-top .plans__item-tag {
    display: block;
    margin-left: -5px;
    margin-top: -10px;
  }

  .account .plans__item-top .plans__item-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .account .plans__item-top .plans__item-btns .open-popup:first-child {
    display: none;
  }

  .account .plans__item-top .plans__item-title {
    text-align: left;
  }

  .account .plans__item-top .plans__item-btn {
    width: 100%;
  }

  .account .plans__items-mobile {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .account .plans__items-mobile .plans__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .account .plans__items-mobile .plans__item .plans__item-text {
    display: none;
  }

  .account .plans__items-mobile .plans__item .plans__item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }

  .account .plans__items-mobile .plans__item .plans__item-title {
    gap: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }

  .account .plans__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }

  .account .green-text {
    color: var(--sage);
  }

  .account .plans__item-title {
    text-align: center;
  }

  .account .plans__item-title b {
    margin-top: auto;
    display: block;
    font-weight: 700;
    font-size: 10px;
    line-height: 200%;
    text-align: center;
    color: var(--sage);
  }

  .account .plans__item-title span {
    margin-top: auto;
  }

  .champagne-banner__wrapper {
    border-radius: 0;
  }

  .champagne-banner .container {
    padding: 0;
  }

  .account__orders {
    gap: 10px;
  }

  .order__content ul li p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .order__content ul li p:first-child {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }

  .order__description-title p {
    font-size: 12px;
  }

  .order__description-close,
  .order__details {
    display: none;
  }

  .order {
    padding: 10px 20px;
  }

  .order.open .order__title::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .order.open .order__wrapper {
    opacity: 1;
    visibility: visible;
  }

  .order__title {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }

  .order__title::after {
    display: block;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='13' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L11 11L21 1' stroke='%23B8B8B8' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 13px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .order__wrapper {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    will-change: max-height;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }

  .order__item-count {
    font-size: 10px;
    padding-top: 2px;
    min-width: 15px;
    width: 15px;
    height: 15px;
  }

  .order__item {
    padding-bottom: 8px;
  }

  .order__item img {
    height: 80px;
  }

  .order .order-swiper {
    padding: 0;
    margin-bottom: 20px;
  }

  .order__content {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    opacity: 1;
    visibility: visible;
  }

  .order .order-swiper::after,
  .order .order-swiper::before {
    display: none;
  }

  .account .swiper-button-next,
  .account .swiper-button-prev {
    display: none;
  }

  .account .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 13px;
  }

  .account .swiper-slide {
    width: 60px;
  }

  .account__tab {
    -webkit-box-ordinal-group: initial !important;
        -ms-flex-order: initial !important;
            order: initial !important;
    font-size: 10px;
    font-weight: 500;
  }

  .account__tab.active {
    font-size: 10px;
  }

  .cards .card {
    width: 48%;
  }

  .catalog .filter__left {
    width: 100%;
    overflow-y: auto;
    height: calc(100dvh - 260px);
  }

  .catalog .filter__left .filter__reset {
    display: none;
  }

  .filter__close {
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 17L9 9L1 17' stroke='%230D2B35' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1 1L9 9L17 1' stroke='%230D2B35' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    min-width: 18px;
    width: 18px;
    height: 18px;
  }

  .filter__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
  }

  .catalog .filter__btns {
    border-top: 1px solid var(--emerald);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    right: 20px;
    bottom: 0;
    width: calc(100% - 40px);
    background: var(--off-white);
  }

  .catalog .filter__btns .btn {
    width: 100%;
  }

  .catalog__out-reset {
    background: var(--emerald);
    border: 1.5px solid var(--emerald);
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    padding: 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 167%;
    color: var(--white);
  }

  .catalog__out-reset::after {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 9L5 5L1 9' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1 1L5 5L9 1' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    min-width: 10px;
    width: 10px;
    height: 10px;
  }

  .catalog__out {
    width: 100%;
  }

  .catalog__out.active {
    display: block;
  }

  .catalog__out ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .catalog__out ul li {
    font-weight: 500;
    font-size: 12px;
    line-height: 167%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 7px;
  }

  .catalog__out ul li span {
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 9L5 5L1 9' stroke='%230D2B35' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1 1L5 5L9 1' stroke='%230D2B35' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    min-width: 10px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin-bottom: 3px;
  }

  .catalog__out-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    width: 100%;
    margin-bottom: 10px;
  }

  .catalog__out-title {
    font-size: 14px;
    line-height: 143%;
  }

  .filter__radio span::before {
    width: 18px;
    height: 18px;
  }

  .catalog .filter__item.open {
    padding-bottom: 20px;
  }

  .catalog .filter__btn::after {
    width: 22px;
    height: 13px;
  }

  .catalog .filter__mobile {
    padding-top: 10px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid var(--emerald);
    border-top: 1px solid var(--emerald);
  }

  .catalog .filter__mobile::before {
    display: block;
    content: "";
  }

  .catalog .filter {
    padding: 0 20px 20px;
    position: fixed;
    top: 98px;
    right: -100%;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100dvh;
    background: var(--off-white);
    z-index: 100;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .catalog .filter.active {
    right: 0;
    opacity: 1;
    visibility: visible;
  }

  .account__cards .card__cart,
  .cards .card__cart {
    padding-right: 0;
    overflow: hidden;
    width: 32px;
    white-space: nowrap;
  }

  .account__cards .card__case,
  .account__cards .card__price span,
  .cards .card__case,
  .cards .card__price span {
    display: none;
  }

  .account__cards .card__inner,
  .cards .card__inner {
    margin: 0 10px;
  }

  .account__mobile-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    padding: 10px 0;
    border-top: 1px solid var(--emerald);
    border-bottom: 1px solid var(--emerald);
    margin-bottom: 20px;
  }

  .account__mobile-btn p {
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
  }

  .account__mobile-btn::before {
    content: "";
  }

  .account__mobile-icon {
    display: block;
    background: url(../img/pen.svg) center center/contain no-repeat;
    min-width: 20px;
    width: 20px;
    height: 20px;
  }

  .account__mobile-icon.active {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 17L9 9L1 17' stroke='%230D2B35' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1 1L9 9L17 1' stroke='%230D2B35' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 18px;
    height: 18px;
  }

  .account {
    padding-top: 0;
  }

  .account__description-title {
    padding-right: 20px;
  }

  .account__description {
    position: absolute;
    left: -100%;
    top: 137px;
    min-width: 100%;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 10px 25px 0 rgba(37, 37, 37, 0.11);
            box-shadow: 0 10px 25px 0 rgba(37, 37, 37, 0.11);
    background: var(--off-white);
    z-index: 110;
    visibility: hidden;
    opacity: 0;
    padding: 0 20px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .account__description.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    left: 0;
  }

  .account__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .plans__item-tag,
  .plans__item-btns {
    display: none;
  }

  .article__item {
    aspect-ratio: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }

  .article__item p {
    width: 100%;
    border-top: 1px solid var(--emerald);
    border-bottom: 1px solid var(--emerald);
    padding: 10px 0;
    position: static;
    color: var(--emerald);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .article__item::before {
    display: none;
  }

  .article__item img {
    max-width: 100px;
    height: auto;
    aspect-ratio: 1/1;
  }

  .article__items ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  .article__items h2 {
    display: block;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    color: var(--emerald);
  }

  .article__items-inner {
    border-top: 1px solid var(--emerald);
    border-bottom: 1px solid var(--emerald);
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
  }

  .article__items-inner::before {
    content: "";
  }

  .article__items ul {
    display: block;
  }

  .article__items-close {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 17L9 9L1 17' stroke='%230D2B35' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1 1L9 9L17 1' stroke='%230D2B35' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    min-width: 18px;
    width: 18px;
    height: 18px;
    cursor: pointer;
  }

  .article-btn {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.94859 0H0.666194C0.298418 0 0.000100293 0.306162 0.000100293 0.684612V4.05229C0.000100293 4.43074 0.298418 4.73691 0.666194 4.73691H3.94859C4.12562 4.73691 4.29483 4.66463 4.42003 4.53614C4.54522 4.40765 4.61565 4.23399 4.61565 4.05231V0.684625C4.61565 0.306175 4.31636 0 3.94859 0ZM3.28152 3.36871H1.33316V1.36809H3.28152V3.36871ZM19.3339 0H7.84617C7.47839 0 7.18008 0.306162 7.18008 0.684612V4.05229C7.18008 4.43074 7.47839 4.73691 7.84617 4.73691H19.3339C19.51 4.73691 19.6802 4.66463 19.8054 4.53614C19.9306 4.40765 20 4.23399 20 4.05231V0.684625C20 0.306175 19.7017 0 19.3339 0ZM18.6668 3.36871H8.51219V1.36809H18.6668V3.36871ZM3.94854 6.63206H0.666144C0.298368 6.63206 5.01465e-05 6.93822 5.01465e-05 7.31667V10.6844C5.01465e-05 11.0618 0.298368 11.369 0.666144 11.369H3.94854C4.12557 11.369 4.29478 11.2967 4.41998 11.1682C4.54517 11.0397 4.61559 10.866 4.61559 10.6844V7.31566C4.61559 6.93821 4.3163 6.63104 3.94852 6.63104L3.94854 6.63206ZM3.28147 9.99974H1.33311V8.00015H3.28147V9.99974ZM19.3339 6.63103H7.84612C7.47834 6.63103 7.18003 6.9382 7.18003 7.31564V10.6844C7.18003 11.0618 7.47834 11.369 7.84612 11.369H19.3339C19.5099 11.369 19.6801 11.2967 19.8053 11.1682C19.9305 11.0397 19.9999 10.866 19.9999 10.6844V7.31566C19.9999 6.93821 19.7016 6.63103 19.3339 6.63103ZM18.6668 9.99974H8.51214V8.00015H18.6668V9.99974ZM3.94849 13.2631H0.666094C0.298317 13.2631 0 13.5693 0 13.9477V17.3154C0 17.6938 0.298317 18 0.666094 18H3.94849C4.12552 18 4.29473 17.9277 4.41993 17.7992C4.54512 17.6718 4.61554 17.4971 4.61554 17.3154V13.9477C4.61554 13.5693 4.31626 13.2631 3.94849 13.2631ZM3.28142 16.6318H1.33306V14.6312H3.28142V16.6318ZM19.3338 13.2631H7.84607C7.47829 13.2631 7.17998 13.5693 7.17998 13.9477V17.3154C7.17998 17.6938 7.47829 18 7.84607 18H19.3338C19.5099 18 19.6801 17.9277 19.8053 17.7992C19.9305 17.6718 19.9999 17.4971 19.9999 17.3154V13.9477C19.9999 13.5693 19.7016 13.2631 19.3338 13.2631ZM18.6667 16.6318H8.51209V14.6312H18.6667V16.6318Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 18px;
    cursor: pointer;
  }

  .article__wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .article {
    margin-bottom: 53px;
  }

  .article__items {
    -webkit-box-shadow: -3px 3px 10px 0 rgba(37, 37, 37, 0.3);
            box-shadow: -3px 3px 10px 0 rgba(37, 37, 37, 0.3);
    background: var(--off-white);
    left: 0;
    top: 97px;
    width: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 100;
    padding: 0 20px 20px;
  }

  .article__items.active {
    opacity: 1;
    visibility: visible;
  }

  .article h1 {
    margin-bottom: 10px;
  }

  .article__description {
    padding-left: 10px;
    padding-right: 20px;
    margin-bottom: 0;
  }

  .article__banner {
    aspect-ratio: 16/9.8;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: 20px;
    border-radius: 0;
  }

  .scroll-top {
    min-width: 20px;
    width: 20px;
    height: 20px;
    margin-bottom: -20px;
    margin-left: -10px;
  }

  .modal-overlay .modal-create .modal__wrapper {
    padding: 10px 20px 20px;
  }

  .school__video-img::after {
    top: 20px;
    right: 20px;
    width: 16px;
    height: 20px;
  }

  .school .swiper-slide .school__video-img::after {
    top: 10px;
    right: 12px;
  }

  .school .swiper-slide .school__video-item p {
    position: static;
    width: 100%;
    z-index: 5;
    font-size: 12px;
    line-height: 120%;
    padding-top: 10px;
    color: var(--emerald);
  }

  .school__video-item p {
    font-size: 16px;
    left: 20px;
    bottom: 20px;
    right: 20px;
  }

  .school__video-inner p {
    margin: 0;
    text-align: center;
  }

  .school__video {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 23px;
    padding-bottom: 80px;
  }

  .school__video .school__btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .school .more {
    display: none;
  }

  .plans-mobile.plans-page {
    margin-bottom: 40px;
  }

  .plans-mobile.plans-page .plans__item ul li p {
    font-size: 9px;
    line-height: 133%;
  }

  .plans-mobile.plans-page .plans__item ul li p:first-child {
    font-weight: 500;
    font-size: 10px;
    line-height: 150%;
    margin-bottom: 4px;
  }

  .plans-mobile.plans-page img {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 130px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .plans-mobile.plans-page .plans__item {
    padding: 20px;
    border-radius: 10px 10px 0 0;
  }

  .plans-mobile.plans-page .plans__item-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 16px;
  }

  .plans-mobile.plans-page .plans__item-title {
    font-size: 18px;
    text-align: left;
  }

  .plans-mobile.plans-page .btn-red {
    padding: 7px 22px;
  }

  .plans-mobile.plans-page .plans__item ul {
    display: block;
  }

  .plans-mobile.plans-page .plans__item ul li {
    min-height: auto;
  }

  .plans-mobile.plans-page .plans__banner {
    margin-top: 120px;
    margin-left: 0;
    padding: 0 20px 80px;
    width: 100%;
  }

  .plans-mobile.plans-page .plans__banner-bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 33%;
       object-position: 33%;
  }

  .plans-mobile.plans-page .plans__banner-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .plans-mobile.plans-page .plans__banner ul {
    display: block;
    margin-bottom: 20px;
    padding-left: 25px;
  }

  .plans-mobile.plans-page .plans__banner ul li {
    font-size: 16px;
    line-height: 150%;
  }

  .plans-mobile.plans-page .plans__banner ul li:not(:last-child) {
    margin-bottom: 5px;
  }

  .plans-mobile.plans-page .plans__banner-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 8px;
  }

  .plans-mobile.plans-page .plans__banner-wrapper {
    margin-bottom: 0;
  }

  .plans-mobile.plans-page .plans__text {
    font-size: 16px;
    line-height: 125%;
    color: var(--white);
    text-align: left;
    margin-bottom: 30px;
  }

  .plans-mobile.plans-page .form label {
    display: block;
    margin-bottom: 20px;
  }

  .plans-mobile.plans-page .form label.active input {
    border: 1px solid var(--red);
  }

  .plans-mobile.plans-page .form label input {
    padding: 12px 15px;
    width: 100%;
    border: 1px solid var(--light-grey);
    border-radius: 5px;
    background: transparent;
    color: var(--white);
    font-size: 16px;
    line-height: 125%;
  }

  .plans-mobile.plans-page .form label input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 125%;
    color: var(--white);
  }

  .plans-mobile.plans-page .form label input::-moz-placeholder {
    font-size: 16px;
    line-height: 125%;
    color: var(--white);
  }

  .plans-mobile.plans-page .form label input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 125%;
    color: var(--white);
  }

  .plans-mobile.plans-page .form label input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 125%;
    color: var(--white);
  }

  .plans-mobile.plans-page .form label input::placeholder {
    font-size: 16px;
    line-height: 125%;
    color: var(--white);
  }

  .btn-fixed {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: var(--white);
    height: 60px;
    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;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .btn-fixed-green {
    background: var(--sage);
  }

  .btn-fixed-red {
    background: var(--red);
  }

  .society-mobile {
    padding-bottom: 40px;
  }

  .society-mobile img {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 130px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .society-mobile .society__item {
    background: var(--white);
    padding: 30px 20px;
    border-radius: 10px 10px 0 0;
  }

  .society-mobile .society__item-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    position: static;
    opacity: 1;
  }

  .society-mobile .society__inner {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
  }

  .society-mobile .society__item-title {
    margin: 0;
    min-height: auto;
    font-size: 20px;
    line-height: 125%;
    color: var(--emerald);
  }

  .society-mobile .society__item ul {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  .society-mobile .society__item ul li {
    text-align: left;
    color: var(--emerald);
    font-size: 16px;
    line-height: 125%;
  }

  .society-mobile .btn-green {
    padding: 7px 15px;
  }

  .society-mobile .btn-transparent {
    width: 100%;
    color: var(--sage);
    border-color: var(--sage);
  }

  .header__wrapper {
    padding: 10px 0;
  }

  .crumbs-mobile {
    display: block;
  }

  .crumbs-mobile ul {
    border-top: 1px solid var(--emerald);
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
  }

  .crumbs-mobile ul::after {
    content: "";
  }

  .crumbs-mobile ul li {
    overflow: hidden;
  }

  .crumbs-mobile ul li a {
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='22' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1L2 11L12 21' stroke='%230D2B35' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    min-width: 13px;
    width: 13px;
    height: 22px;
  }

  .crumbs-mobile ul li p {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: var(--emerald);
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .crumbs-mobile-white ul {
    border-top-color: var(--white);
  }

  .crumbs-mobile-white ul li a {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }

  .crumbs-mobile-white ul li p {
    color: var(--white);
  }

  .product__text {
    padding: 0 20px;
    line-height: 143%;
  }

  .product {
    margin-top: 0;
  }

  .product__country {
    margin-bottom: 0;
  }

  .product__btn {
    display: none;
  }

  .header {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .product__img {
    margin: 20px auto 0;
  }

  .product__wrapper {
    border-top: 1px solid var(--emerald);
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .product__control {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .plans__banner-tag {
    padding: 3px 10px;
  }

  .plans__banner-icon {
    width: 80px;
    height: 87px;
  }

  .plans__banner-btn-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 30px;
  }

  .plans__banner-wrapper {
    margin-bottom: 58px;
    gap: 10px;
  }

  .plans__banner-btn,
  .plans__banner ul {
    display: none;
  }

  .plans__banner {
    padding: 20px 40px;
    margin-top: 35px;
    width: calc(100% + 40px);
    margin-left: -20px;
    border-radius: 0;
  }

  .plans__banner-bg {
    border-radius: 0;
  }

  .plans-page .plans__item {
    padding: 8px 10px 15px;
  }

  .plans-page .plans__item-btns,
  .plans-page .plans__item ul {
    display: none;
  }

  .plans-page .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    gap: 10px;
  }

  .plans-page .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: rgba(135, 157, 134, 0.5);
  }

  .plans-page .swiper-pagination-bullet-active {
    background: var(--sage);
  }

  .slider .swiper-slide .card {
    max-width: 100%;
  }

  .card-mobile {
    display: block;
    text-align: center;
  }
}

@media (max-width: 766px) and (max-width: 1920px) {
  .tour__flag {
    left: calc(
            -150px + 150 *
                ((100vw - 360px) / 1560)
        );
  }
}

@media (max-width: 600px) {
  .account .plans__items-mobile {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .card-big__btn {
    padding: 8px;
    width: 100%;
  }

  .cards .card {
    width: 46.5%;
  }

  .cards .card-big {
    width: 100%;
  }

  .advantages {
    overflow: hidden;
  }

  .advantages .swiper {
    overflow: visible;
  }

  .product__cut {
    bottom: -15px;
    width: 180px;
    height: 180px;
    border-bottom: 16px solid var(--off-white);
  }

  .product__img img {
    width: 62px;
    height: 240px;
    margin-bottom: -10px;
  }

  .product__circle {
    width: 180px;
    height: 180px;
  }

  .product__img {
    width: 180px;
  }

  .product__inner ul li ul li,
  .product__inner ul li:last-child {
    padding: 2px 0;
  }

  .product__text {
    margin-bottom: 30px;
  }

  .product__btn {
    width: 100%;
  }

  .product__control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }

  .product__inner ul li ul {
    gap: 0;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .slider-wine {
    overflow: hidden;
  }

  .slider-wine .swiper {
    overflow: visible;
  }

  .account__cards .counter__count,
  .cards .counter__count {
    width: 30px;
  }

  .account__cards .card-big__text,
  .cards .card-big__text {
    font-family: var(--second-family);
  }

  .account__cards .card-big__btns,
  .cards .card-big__btns {
    margin-top: auto;
  }

  .account__cards .card-big,
  .cards .card-big {
    padding: 50px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    max-height: 560px;
  }

  .account__cards .card__cut,
  .cards .card__cut {
    position: absolute;
    bottom: -12px;
    width: 109px;
    height: 109px;
    border-bottom: 13px solid #fff;
  }

  .account__cards .card__img,
  .cards .card__img {
    width: auto;
    margin: 0px auto 13px;
  }

  .account__cards .card__inner,
  .cards .card__inner {
    margin: 0 10px;
  }

  .account__cards .card__control,
  .cards .card__control {
    padding: 10px;
  }

  .account__cards .card__price,
  .cards .card__price {
    top: 10px;
    left: 10px;
  }

  .account__cards .card__favorite,
  .cards .card__favorite {
    top: 10px;
    right: 10px;
  }

  .account__cards .card__img img,
  .cards .card__img img {
    position: relative;
    width: 28px;
    height: 120px;
    z-index: 2;
    margin-bottom: -10px;
  }

  .account__cards .card__circle,
  .cards .card__circle {
    width: 85px;
    height: 85px;
  }

  .gallery__grid {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }

  .gallery__grid img:nth-child(9),
  .gallery__grid img:nth-child(10) {
    display: none;
  }
}

@media (max-width: 500px) {
  .champagne-banner__btn {
    width: 100%;
    padding: 8px;
  }

  .champagne .btn-transparent {
    width: 100%;
  }

  .pagination__inner {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .pagination__num {
    max-width: 56px;
    width: 100%;
  }

  .gallery__grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .gallery__grid img:nth-child(7),
  .gallery__grid img:nth-child(8) {
    display: none;
  }
}

@media (max-width: 425px) {
  .school__btn {
    width: 100%;
    padding: 8px;
  }
}

@media (max-width: 374px) {
  .modal-overlay .modal-create .btn-red,
  .btn {
    font-size: 15px;
  }

  .cards .card {
    width: 46%;
  }

  .cards .card-big {
    width: 100%;
  }
}

@media (max-width: 359px) {
  .header__banner-link-mobile {
    font-size: 11px;
    line-height: 1.9;
  }
}


/* about text include */
#bx_incl_area_8_3 {
  z-index: 9;
  position: absolute;
  left: 0;
  right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  padding: 0 40px;
  max-width: 820px;
  width: 100%;
  margin: 0 auto -26px;
  min-height: 20px;
}

/* about button include */
#bx_incl_area_8_4 {
  color: var(--white);
}

/* bestsellers title include */
#bx_incl_area_8_5 {
  font-weight: 300;
  font-size: 36px;
  line-height: 111%;
}

/* bestsellers button include */
#bx_incl_area_8_7 {
  color: var(--white);
}

/* tour title include */
#bx_incl_area_8_8 {
  z-index: 2;
  position: relative;
  font-weight: 400;
  font-size: 72px;
  line-height: 97%;
  color: var(--white);
  font-family: var(--second-family);
  max-width: 770px;
  font-size: calc(36px + 36*((100vw - 360px) / 1560));
}

/* tour description include */
#bx_incl_area_8_9 {
  font-family: var(--second-family);
  margin-bottom: 55px;
  font-size: calc(24px + 21*((100vw - 360px) / 1560));
  line-height: 111%;
  color: var(--white);
}

/* tour button include */
#bx_incl_area_8_10 {
  transition: 0.3s;
  color: var(--white);
}
#bx_incl_area_8_10:hover {
  background-color: transparent !important;
  color: var(--emerald) !important;
}

#bx_incl_area_4_7_1 {
  color: var(--white);
}


/* articles index title include */
#bx_incl_area_8_11_1 {
  z-index: 999;
  position: relative;
  font-weight: 300;
  font-size: 36px;
  line-height: 111%;
}

/* articles index button include */
#bx_incl_area_8_11_2 {
  color: var(--white);
}

/* collage name */
#bx_incl_area_9_2 {
  color: var(--off-white);
}


/* footer opening, contacts and address */
#bx_incl_area_9, #bx_incl_area_11, #bx_incl_area_13, #bx_incl_area_14, #bx_incl_area_16, #bx_incl_area_18 {
  color: var(--off-white);
  width: fit-content;
}

#bx_incl_area_14, #bx_incl_area_16 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.footer__form input {
  color: var(--off-white);
}

.champagne-banner__wrapper #bx_incl_area_4_1 {
  font-family: var(--second-family);
    z-index: 2;
    font-size: 64px;
    line-height: 94%;
    text-align: center;
    color: var(--white);
    margin-bottom: 40px;
    position: relative;
    max-width: 830px;
}

.champagne-banner__wrapper #bx_incl_area_4_2 {
  z-index: 2;
    position: relative;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: calc(24px + 12*((100vw - 360px) / 1560));
    line-height: 111%;
    text-align: center;
    color: var(--white);
    max-width: 602px;
    margin-bottom: 40px;
}

#bx_incl_area_4_3 {
  color: var(--white);
  font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}

.champagne__inner #bx_incl_area_4_5 {
  color: var(--white);
  font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 0;
    font-family: var(--font-family);
}

#bx_incl_area_4_7 {
  color: var(--sage);
}

.counter__count_basket {
  border: none;
}


.catalog__wrapper .pagination__num span {
  margin-top: 0 !important;
}

.account__content .pagination__num span {
  margin-top: 0 !important;
}

.catalog__wrapper {
  width: 100%;
}

.single-line-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.slider-wine-swiper .card {
  height: 100% !important;
}

.account__cards .single-line-text {
  max-width: 250px;
}

@media (max-width: 500px) {
  .account__cards .single-line-text {
    max-width: 150px;
  }
}

.slider-swiper .card {
  height: 100% !important;
}

.bestsellers__wrapper .card {
  height: 100% !important;
}

.basket-counter_disabled {
  display: none !important;
}

.form__content_reg {
  display: none !important;
}

.btn-newsletter::before {
  display: none;
}

.society__item .btn-green::before {
  display: none;
}

.header-transparent {
  background: transparent !important;
}


.swiper {
  height: fit-content;
}

.select__title_not-default {
  color: var(--emerald);
}

input:-webkit-autofill {
    animation-name: autofillStart;
    animation-duration: 0.01s;
}
@keyframes autofillStart {}


#school__button {
  cursor: pointer;
}</pre></body></html>