@font-face {
  font-family: Graphik Web;
  src: url('../fonts/Graphik-Bold-Trial.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Notosansarabic;
  src: url('../fonts/NotoSansArabic-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Notosansarabic;
  src: url('../fonts/NotoSansArabic-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Notosansarabic;
  src: url('../fonts/NotoSansArabic-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --text_-_icons--light: #efeadf;
  --background--main: #efeadf;
  --text_-_icons--wine: #4c061c;
  --background--dark: #282524;
  --h1: 4.5rem;
  --body-s: .875rem;
  --body-m: 1rem;
  --body-l: 1.125rem;
  --h4: 1.75rem;
  --h2: 3.5rem;
  --text_-_icons--light-25: #efeadf40;
  --h3: 2.75rem;
  --text_-_icons--wine-25: #4c061c40;
  --background--sunset: #a85126;
  --text_-_icons--wine-75: #4c061cbf;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--text_-_icons--light);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
}

.body {
  background-color: var(--background--main);
  color: var(--text_-_icons--light);
  font-family: Graphik Web, Arial, sans-serif;
  font-weight: 700;
  overflow: visible;
}

.section {
  margin-left: auto;
  margin-right: auto;
}

.section.hero {
  background-image: url('../images/hero-image.avif');
  background-position: 50%;
  background-size: cover;
  min-height: 100vh;
  position: relative;
}

.section.about {
  color: var(--text_-_icons--wine);
  position: relative;
  overflow: hidden;
}

.section.location {
  background-image: url('../images/location.avif');
  background-position: 50%;
  background-size: cover;
}

.section.collab {
  background-color: var(--background--dark);
}

.section.cta {
  position: relative;
}

.section.footer {
  background-color: var(--text_-_icons--wine);
}

.container {
  width: 100%;
  max-width: 87.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container.hero__wrapper {
  padding-top: 2.5rem;
  padding-bottom: 4.375rem;
}

.container.about__wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  direction: ltr;
  justify-content: space-between;
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
  display: flex;
  position: relative;
}

.container.collab__wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  display: block;
}

.container.cta__root {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 43.5rem;
  grid-auto-columns: 1fr;
  min-height: 50rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.container.footere__wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  display: block;
}

.hero__logo {
  z-index: 2;
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  max-width: 12.5rem;
  height: auto;
  min-height: 0;
  position: relative;
}

.hero__text-root {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  max-width: 40.75rem;
  display: flex;
  position: relative;
}

.hero__title {
  font-size: var(--h1);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 104%;
}

.date-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.date-list.wine {
  color: var(--text_-_icons--wine);
}

.date-list.wine.modal {
  display: none;
}

.date-list__item {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  flex-flow: column;
  display: flex;
}

.date-list__item-title {
  font-family: Poppins, Impact, sans-serif;
  font-size: var(--body-s);
  font-weight: 600;
  line-height: 140%;
}

.date-list__item-title.size-m {
  font-size: var(--body-m);
}

.date-list__item-title.ar {
  font-family: Notosansarabic, Arial, sans-serif;
}

.date-list__item-descr {
  font-size: var(--body-l);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 140%;
}

.date-list__item-descr.big {
  font-size: var(--h4);
  align-self: auto;
  padding-top: 0;
  line-height: 120%;
}

.button {
  font-size: var(--body-l);
  text-transform: uppercase;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: 1.25rem 2rem;
  font-weight: 700;
  line-height: 120%;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button.white {
  background-color: var(--background--main);
  color: var(--background--dark);
}

.button.white:hover {
  background-color: var(--text_-_icons--wine);
  color: var(--text_-_icons--light);
}

.button.wine {
  background-color: var(--text_-_icons--wine);
}

.button.wine.wide {
  border: 1px solid var(--text_-_icons--wine);
  width: 100%;
  margin-top: .5rem;
}

.button.wine.wide:hover {
  background-color: var(--text_-_icons--light);
  color: var(--text_-_icons--wine);
}

.button.transparent {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: var(--background--main);
  font-family: Poppins, Impact, sans-serif;
  font-size: var(--body-s);
  background-color: #efeadf40;
  padding: .375rem .75rem;
  font-weight: 600;
  text-decoration: none;
}

.button.transparent:hover {
  background-color: #efeadf80;
}

.button.transparent.red-text {
  color: var(--text_-_icons--wine);
}

.button.transparent.ar {
  font-family: Notosansarabic, Arial, sans-serif;
}

.overlay {
  z-index: 1;
  background-image: linear-gradient(270deg, #5796db00 50%, #0f427a99);
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.about__text-root {
  z-index: 3;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  max-width: 32.5rem;
  min-height: 34rem;
  display: flex;
  position: relative;
}

.about__text-root.ar {
  direction: rtl;
}

.about__title {
  font-size: var(--h2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 110%;
}

.about__descr {
  font-family: Poppins, Impact, sans-serif;
  font-size: var(--body-m);
  max-width: 27.5rem;
  font-weight: 600;
  line-height: 140%;
}

.about__descr.ar {
  font-family: Notosansarabic, Arial, sans-serif;
}

.location__root {
  background-color: var(--background--dark);
  flex-flow: column;
  max-width: 32.5rem;
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
  padding: 2rem;
  display: flex;
}

.location__title {
  font-size: var(--h2);
  text-transform: uppercase;
  margin-bottom: 3rem;
  line-height: 110%;
}

.location__subtitle {
  font-size: var(--h4);
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 120%;
}

.llocation__text-root {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: 2rem;
  display: flex;
}

.location__descr {
  font-family: Poppins, Impact, sans-serif;
  font-size: var(--body-m);
  font-weight: 600;
  line-height: 140%;
}

.location__descr.m-bottom {
  margin-bottom: 3.375rem;
}

.location__descr.ar {
  font-family: Notosansarabic, Arial, sans-serif;
}

.collab__title {
  font-size: var(--h2);
  text-transform: uppercase;
  margin-bottom: 3rem;
  line-height: 110%;
}

.collab__list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--text_-_icons--light-25);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.collab__item {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 30rem;
  padding: 2rem;
  display: flex;
}

.collab__item.border-r {
  border-right: 1px solid var(--text_-_icons--light-25);
}

.collab__image {
  align-self: flex-start;
  min-height: 0;
  max-height: 3.75rem;
}

.callab__descr {
  font-family: Poppins, Impact, sans-serif;
  font-size: var(--body-m);
  font-weight: 600;
  line-height: 140%;
}

.callab__descr.ar {
  font-family: Notosansarabic, Arial, sans-serif;
}

.cta__wrapper {
  width: 100%;
  max-width: 50%;
  margin-top: 0;
  padding: 6.25rem 2.5rem;
}

.cta__wrapper.bg {
  background-color: var(--background--main);
}

.cta__form {
  height: 100%;
  margin-bottom: 0;
}

.cta__title {
  color: var(--text_-_icons--wine);
  font-size: var(--h3);
  text-transform: uppercase;
  margin-bottom: .5rem;
  line-height: 110%;
}

.form__input {
  color: var(--text_-_icons--wine);
  font-size: var(--body-l);
  text-transform: uppercase;
  background-color: #0000;
  border: 0 solid #0000;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  line-height: 140%;
}

.form__input::placeholder {
  color: var(--text_-_icons--wine-25);
}

.form__input-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-color: black black var(--text_-_icons--wine-25);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: baseline;
  padding: 0 1rem 1.25rem;
  display: grid;
}

.form__input-wrapper.p-top {
  padding-top: 1.25rem;
}

.form__label {
  color: var(--text_-_icons--wine);
  font-size: var(--body-l);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: baseline;
  width: auto;
  margin-bottom: 0;
  line-height: 140%;
  text-decoration: none;
  display: flex;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.cta__bg {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  max-width: 50%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.cta__bg.ar-bg {
  left: 0;
  right: auto;
}

.footer__logo {
  width: 100%;
  margin-bottom: 4rem;
}

.footer__text-root {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer__descr {
  font-family: Poppins, Impact, sans-serif;
  font-size: var(--body-m);
  max-width: 40rem;
  font-weight: 600;
}

.footer__descr.ar {
  font-family: Notosansarabic, Arial, sans-serif;
}

.footer__links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer__link {
  color: var(--text_-_icons--light);
  font-family: Poppins, Impact, sans-serif;
  font-size: var(--body-m);
  font-weight: 600;
  text-decoration: none;
}

.footer__link.ar {
  font-family: Notosansarabic, Arial, sans-serif;
}

.location__image {
  display: none;
}

.modal__cons {
  z-index: 10;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.modal__wrapper {
  background-color: var(--background--main);
  max-width: 45rem;
  padding: 2rem;
  position: relative;
}

.modal__bg {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #282524bf;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modal__cross-btn {
  cursor: pointer;
  background-color: #28252440;
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.modal__cross-btn.mobile {
  display: none;
}

.modal__cross-btn.ar {
  left: 2rem;
  right: auto;
}

.marquee {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--background--sunset);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  overflow: hidden;
}

.marquee.cta {
  display: none;
}

.marquee__content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: none;
  order: 0;
  justify-content: space-around;
  align-items: stretch;
  min-width: 100%;
  display: flex;
}

.marquee_text {
  font-size: var(--body-l);
  text-transform: uppercase;
}

.swiper {
  z-index: 1;
  direction: ltr;
  text-align: left;
  position: relative;
}

.nav {
  background-color: var(--text_-_icons--wine);
  justify-content: center;
  align-items: center;
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  min-height: 5rem;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: static;
}

.nav:hover {
  background-color: var(--background--sunset);
}

.nav.prev, .nav.next {
  cursor: pointer;
}

.swiper__nav-root {
  z-index: 3;
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  display: flex;
  position: absolute;
  bottom: 8.75rem;
  left: 2.5rem;
}

.swiper__nav-root.ar {
  left: auto;
  right: 2.5rem;
}

.modal__map {
  z-index: 1000;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #282524bf;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-map {
  border-radius: .625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90vw;
  max-width: 70rem;
  height: 70vh;
  display: flex;
  overflow: hidden;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.close-map_popup {
  z-index: 1000;
  cursor: pointer;
  background-color: #28252440;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  transition: filter .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: absolute;
  inset: 2rem 2rem auto auto;
}

.close-map_popup:hover {
  filter: invert(50%);
}

.map {
  cursor: pointer;
  background-image: url('../images/map_1map.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 35rem;
  margin-top: 0;
  padding-bottom: 1.87rem;
  padding-left: 1.87rem;
  padding-right: 1.87rem;
  display: flex;
}

.success-message {
  background-color: #0000;
  height: 100%;
}

.error-message {
  background-color: var(--text_-_icons--wine-25);
  text-align: center;
}

.success-message__text {
  color: var(--text_-_icons--wine);
  font-size: var(--body-l);
  text-transform: uppercase;
}

.success-message__root {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-block {
  font-size: var(--body-s);
  text-transform: uppercase;
}

.button__icon {
  display: flex;
}

.about__descr-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.header {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5rem;
  display: flex;
}

.lang {
  z-index: 2;
  font-size: var(--body-l);
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700;
  line-height: 140%;
  position: relative;
}

.lang.big {
  font-size: var(--h4);
  align-self: auto;
  padding-top: 0;
  line-height: 120%;
}

.body__ar {
  background-color: var(--background--main);
  direction: rtl;
  color: var(--text_-_icons--light);
  text-align: right;
  font-family: Notosansarabic, Arial, sans-serif;
  font-weight: 700;
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .body {
    overflow: visible;
  }

  .section.hero {
    height: 100svh;
    display: block;
  }

  .section.location {
    background-color: var(--background--dark);
    background-image: none;
    background-size: auto;
    position: relative;
  }

  .section.cta {
    flex-flow: column;
    display: flex;
  }

  .container {
    padding-left: 2rem;
    padding-right: 2rem;
    position: static;
  }

  .container.hero__wrapper {
    flex-flow: column;
    height: 100%;
    padding-bottom: 2.5rem;
    display: flex;
  }

  .container.about__wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .container.collab__wrapper {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .container.cta__root {
    flex-flow: column-reverse wrap;
    min-height: auto;
  }

  .container.footere__wrapper {
    padding-top: 4.375rem;
    display: block;
  }

  .hero__logo {
    max-width: 6.25rem;
  }

  .hero__text-root {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    height: 100%;
  }

  .hero__title {
    --text_-_icons--light: #efeadf;
    --background--main: #efeadf;
    --text_-_icons--wine: #4c061c;
    --background--dark: #282524;
    --h1: 3.5rem;
    --body-s: .875rem;
    --body-m: 1rem;
    --body-l: 1.125rem;
    --h4: 1.5rem;
    --h2: 2.5rem;
    --text_-_icons--light-25: #efeadf40;
    --h3: 1.875rem;
    --text_-_icons--wine-25: #4c061c40;
    --background--sunset: #a85126;
    --text_-_icons--wine-75: #4c061cbf;
  }

  .date-list {
    max-width: 20rem;
  }

  .date-list.wine.modal {
    max-width: none;
    display: none;
  }

  .date-list__item-title, .date-list__item-descr {
    --text_-_icons--light: #efeadf;
    --background--main: #efeadf;
    --text_-_icons--wine: #4c061c;
    --background--dark: #282524;
    --h1: 3.5rem;
    --body-s: .875rem;
    --body-m: 1rem;
    --body-l: 1.125rem;
    --h4: 1.5rem;
    --h2: 2.5rem;
    --text_-_icons--light-25: #efeadf40;
    --h3: 1.875rem;
    --text_-_icons--wine-25: #4c061c40;
    --background--sunset: #a85126;
    --text_-_icons--wine-75: #4c061cbf;
  }

  .button {
    width: 100%;
  }

  .button.white {
    --text_-_icons--light: #efeadf;
    --background--main: #efeadf;
    --text_-_icons--wine: #4c061c;
    --background--dark: #282524;
    --h1: 3.5rem;
    --body-s: .875rem;
    --body-m: 1rem;
    --body-l: 1.125rem;
    --h4: 1.5rem;
    --h2: 2.5rem;
    --text_-_icons--light-25: #efeadf40;
    --h3: 1.875rem;
    --text_-_icons--wine-25: #4c061c40;
    --background--sunset: #a85126;
    --text_-_icons--wine-75: #4c061cbf;
    margin-top: auto;
    position: absolute;
    inset: auto 0% 0%;
  }

  .button.transparent {
    align-self: flex-start;
    width: auto;
  }

  .overlay {
    max-width: none;
  }

  .about__text-root {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    max-width: none;
    min-height: 0;
  }

  .about__title {
    --text_-_icons--light: #efeadf;
    --background--main: #efeadf;
    --text_-_icons--wine: #4c061c;
    --background--dark: #282524;
    --h1: 3.5rem;
    --body-s: .875rem;
    --body-m: 1rem;
    --body-l: 1.125rem;
    --h4: 1.5rem;
    --h2: 2.5rem;
    --text_-_icons--light-25: #efeadf40;
    --h3: 1.875rem;
    --text_-_icons--wine-25: #4c061c40;
    --background--sunset: #a85126;
    --text_-_icons--wine-75: #4c061cbf;
  }

  .about__descr {
    --text_-_icons--light: #efeadf;
    --background--main: #efeadf;
    --text_-_icons--wine: #4c061c;
    --background--dark: #282524;
    --h1: 3.5rem;
    --body-s: .875rem;
    --body-m: 1rem;
    --body-l: 1.125rem;
    --h4: 1.5rem;
    --h2: 2.5rem;
    --text_-_icons--light-25: #efeadf40;
    --h3: 1.875rem;
    --text_-_icons--wine-25: #4c061c40;
    --background--sunset: #a85126;
    --text_-_icons--wine-75: #4c061cbf;
    max-width: none;
  }

  .location__root {
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5rem 0 0;
  }

  .location__title {
    --text_-_icons--light: #efeadf;
    --background--main: #efeadf;
    --text_-_icons--wine: #4c061c;
    --background--dark: #282524;
    --h1: 3.5rem;
    --body-s: .875rem;
    --body-m: 1rem;
    --body-l: 1.125rem;
    --h4: 1.5rem;
    --h2: 2.5rem;
    --text_-_icons--light-25: #efeadf40;
    --h3: 1.875rem;
    --text_-_icons--wine-25: #4c061c40;
    --background--sunset: #a85126;
    --text_-_icons--wine-75: #4c061cbf;
    margin-bottom: 2.5rem;
  }

  .location__subtitle {
    --text_-_icons--light: #efeadf;
    --background--main: #efeadf;
    --text_-_icons--wine: #4c061c;
    --background--dark: #282524;
    --h1: 3.5rem;
    --body-s: .875rem;
    --body-m: 1rem;
    --body-l: 1.125rem;
    --h4: 1.5rem;
    --h2: 2.5rem;
    --text_-_icons--light-25: #efeadf40;
    --h3: 1.875rem;
    --text_-_icons--wine-25: #4c061c40;
    --background--sunset: #a85126;
    --text_-_icons--wine-75: #4c061cbf;
  }

  .llocation__text-root {
    margin-bottom: 1.5rem;
  }

  .location__descr {
    --text_-_icons--light: #efeadf;
    --background--main: #efeadf;
    --text_-_icons--wine: #4c061c;
    --background--dark: #282524;
    --h1: 3.5rem;
    --body-s: .875rem;
    --body-m: 1rem;
    --body-l: 1.125rem;
    --h4: 1.5rem;
    --h2: 2.5rem;
    --text_-_icons--light-25: #efeadf40;
    --h3: 1.875rem;
    --text_-_icons--wine-25: #4c061c40;
    --background--sunset: #a85126;
    --text_-_icons--wine-75: #4c061cbf;
  }

  .location__descr.m-bottom {
    margin-bottom: 2.5rem;
  }

  .collab__title {
    --text_-_icons--light: #efeadf;
    --background--main: #efeadf;
    --text_-_icons--wine: #4c061c;
    --background--dark: #282524;
    --h1: 3.5rem;
    --body-s: .875rem;
    --body-m: 1rem;
    --body-l: 1.125rem;
    --h4: 1.5rem;
    --h2: 2.5rem;
    --text_-_icons--light-25: #efeadf40;
    --h3: 1.875rem;
    --text_-_icons--wine-25: #4c061c40;
    --background--sunset: #a85126;
    --text_-_icons--wine-75: #4c061cbf;
  }

  .collab__list {
    flex-flow: column;
    display: flex;
  }

  .collab__item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: 12.125rem;
    padding: 2.5rem 1.5rem;
  }

  .collab__item.border-r {
    border-bottom: 1px solid var(--text_-_icons--light-25);
    border-right-style: none;
    height: 12.125rem;
  }

  .collab__image {
    max-height: 1.875rem;
  }

  .callab__descr {
    --text_-_icons--light: #efeadf;
    --background--main: #efeadf;
    --text_-_icons--wine: #4c061c;
    --background--dark: #282524;
    --h1: 3.5rem;
    --body-s: .875rem;
    --body-m: 1rem;
    --body-l: 1.125rem;
    --h4: 1.5rem;
    --h2: 2.5rem;
    --text_-_icons--light-25: #efeadf40;
    --h3: 1.875rem;
    --text_-_icons--wine-25: #4c061c40;
    --background--sunset: #a85126;
    --text_-_icons--wine-75: #4c061cbf;
  }

  .cta__wrapper {
    max-width: none;
  }

  .cta__wrapper.bg {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .cta__wrapper.fix {
    background-image: url('../images/2167245270bbc3f9075e050eff898.avif');
    background-position: 50% 100%;
    background-size: cover;
    height: 37.5rem;
    padding-top: 4.375rem;
  }

  .cta__form.modal {
    padding-bottom: 0;
  }

  .cta__title {
    --text_-_icons--light: #efeadf;
    --background--main: #efeadf;
    --text_-_icons--wine: #4c061c;
    --background--dark: #282524;
    --h1: 3.5rem;
    --body-s: .875rem;
    --body-m: 1rem;
    --body-l: 1.125rem;
    --h4: 1.5rem;
    --h2: 2.5rem;
    --text_-_icons--light-25: #efeadf40;
    --h3: 1.875rem;
    --text_-_icons--wine-25: #4c061c40;
    --background--sunset: #a85126;
    --text_-_icons--wine-75: #4c061cbf;
  }

  .cta__title.modal {
    margin-bottom: 0;
  }

  .form__input {
    --text_-_icons--light: #efeadf;
    --background--main: #efeadf;
    --text_-_icons--wine: #4c061c;
    --background--dark: #282524;
    --h1: 3.5rem;
    --body-s: .875rem;
    --body-m: 1rem;
    --body-l: 1.125rem;
    --h4: 1.5rem;
    --h2: 2.5rem;
    --text_-_icons--light-25: #efeadf40;
    --h3: 1.875rem;
    --text_-_icons--wine-25: #4c061c40;
    --background--sunset: #a85126;
    --text_-_icons--wine-75: #4c061cbf;
  }

  .form__label {
    --text_-_icons--light: #efeadf;
    --background--main: #efeadf;
    --text_-_icons--wine: #4c061c;
    --background--dark: #282524;
    --h1: 3.5rem;
    --body-s: .875rem;
    --body-m: 1rem;
    --body-l: 1.125rem;
    --h4: 1.5rem;
    --h2: 2.5rem;
    --text_-_icons--light-25: #efeadf40;
    --h3: 1.875rem;
    --text_-_icons--wine-25: #4c061c40;
    --background--sunset: #a85126;
    --text_-_icons--wine-75: #4c061cbf;
    display: none;
  }

  .cta__bg {
    width: 100%;
    height: 37.5rem;
    display: none;
    position: absolute;
  }

  .footer__logo {
    margin-bottom: 3rem;
  }

  .footer__text-root {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer__descr {
    --text_-_icons--light: #efeadf;
    --background--main: #efeadf;
    --text_-_icons--wine: #4c061c;
    --background--dark: #282524;
    --h1: 3.5rem;
    --body-s: .875rem;
    --body-m: 1rem;
    --body-l: 1.125rem;
    --h4: 1.5rem;
    --h2: 2.5rem;
    --text_-_icons--light-25: #efeadf40;
    --h3: 1.875rem;
    --text_-_icons--wine-25: #4c061c40;
    --background--sunset: #a85126;
    --text_-_icons--wine-75: #4c061cbf;
  }

  .footer__links {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    --text_-_icons--light: #efeadf;
    --background--main: #efeadf;
    --text_-_icons--wine: #4c061c;
    --background--dark: #282524;
    --h1: 3.5rem;
    --body-s: .875rem;
    --body-m: 1rem;
    --body-l: 1.125rem;
    --h4: 1.5rem;
    --h2: 2.5rem;
    --text_-_icons--light-25: #efeadf40;
    --h3: 1.875rem;
    --text_-_icons--wine-25: #4c061c40;
    --background--sunset: #a85126;
    --text_-_icons--wine-75: #4c061cbf;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .location__image {
    width: 100%;
    display: block;
  }

  .modal__cons {
    justify-content: center;
    align-items: flex-end;
  }

  .modal__wrapper {
    max-width: 30rem;
    padding: 2.5rem 1rem;
  }

  .modal__bg {
    top: 0;
  }

  .modal__cross-btn {
    justify-content: center;
    align-items: center;
    display: flex;
    top: 1.5rem;
    right: 1.5rem;
  }

  .marquee.location {
    display: none;
  }

  .marquee.cta {
    display: flex;
  }

  .marquee_text {
    --text_-_icons--light: #efeadf;
    --background--main: #efeadf;
    --text_-_icons--wine: #4c061c;
    --background--dark: #282524;
    --h1: 3.5rem;
    --body-s: .875rem;
    --body-m: 1rem;
    --body-l: 1.125rem;
    --h4: 1.5rem;
    --h2: 2.5rem;
    --text_-_icons--light-25: #efeadf40;
    --h3: 1.875rem;
    --text_-_icons--wine-25: #4c061c40;
    --background--sunset: #a85126;
    --text_-_icons--wine-75: #4c061cbf;
  }

  .swiper__nav-root {
    display: none;
  }

  .popup-map {
    width: 80vw;
    height: 70vh;
  }

  .close-map_popup {
    top: 1.5rem;
    right: 1.5rem;
  }

  .map {
    width: 95vw;
    height: 20rem;
    margin-left: auto;
    margin-right: auto;
  }

  .header {
    margin-bottom: 3rem;
  }

  .lang {
    --text_-_icons--light: #efeadf;
    --background--main: #efeadf;
    --text_-_icons--wine: #4c061c;
    --background--dark: #282524;
    --h1: 3.5rem;
    --body-s: .875rem;
    --body-m: 1rem;
    --body-l: 1.125rem;
    --h4: 1.5rem;
    --h2: 2.5rem;
    --text_-_icons--light-25: #efeadf40;
    --h3: 1.875rem;
    --text_-_icons--wine-25: #4c061c40;
    --background--sunset: #a85126;
    --text_-_icons--wine-75: #4c061cbf;
  }

  .body__ar {
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.hero__wrapper {
    padding-bottom: 2.25rem;
  }

  .container.about__wrapper {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .hero__title, .date-list__item-title {
    --text_-_icons--light: #efeadf;
    --background--main: #efeadf;
    --text_-_icons--wine: #4c061c;
    --background--dark: #282524;
    --h1: 2.625rem;
    --body-s: .75rem;
    --body-m: .875rem;
    --body-l: 1.125rem;
    --h4: 1.75rem;
    --h2: 2.25rem;
    --text_-_icons--light-25: #efeadf40;
    --h3: 1.875rem;
    --text_-_icons--wine-25: #4c061c40;
    --background--sunset: #a85126;
    --text_-_icons--wine-75: #4c061cbf;
  }

  .date-list__item-descr {
    --text_-_icons--light: #efeadf;
    --background--main: #efeadf;
    --text_-_icons--wine: #4c061c;
    --background--dark: #282524;
    --h1: 2.625rem;
    --body-s: .75rem;
    --body-m: .875rem;
    --body-l: 1.125rem;
    --h4: 1.75rem;
    --h2: 2.25rem;
    --text_-_icons--light-25: #efeadf40;
    --h3: 1.875rem;
    --text_-_icons--wine-25: #4c061c40;
    --background--sunset: #a85126;
    --text_-_icons--wine-75: #4c061cbf;
    max-width: none;
  }

  .button {
    padding-top: 1.25rem;
  }

  .button.white, .button.wine.wide {
    --text_-_icons--light: #efeadf;
    --background--main: #efeadf;
    --text_-_icons--wine: #4c061c;
    --background--dark: #282524;
    --h1: 2.625rem;
    --body-s: .75rem;
    --body-m: .875rem;
    --body-l: 1.125rem;
    --h4: 1.75rem;
    --h2: 2.25rem;
    --text_-_icons--light-25: #efeadf40;
    --h3: 1.875rem;
    --text_-_icons--wine-25: #4c061c40;
    --background--sunset: #a85126;
    --text_-_icons--wine-75: #4c061cbf;
  }

  .about__text-root {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .about__title, .about__descr, .location__title, .location__subtitle, .location__descr, .location__descr.m-bottom, .collab__title, .callab__descr {
    --text_-_icons--light: #efeadf;
    --background--main: #efeadf;
    --text_-_icons--wine: #4c061c;
    --background--dark: #282524;
    --h1: 2.625rem;
    --body-s: .75rem;
    --body-m: .875rem;
    --body-l: 1.125rem;
    --h4: 1.75rem;
    --h2: 2.25rem;
    --text_-_icons--light-25: #efeadf40;
    --h3: 1.875rem;
    --text_-_icons--wine-25: #4c061c40;
    --background--sunset: #a85126;
    --text_-_icons--wine-75: #4c061cbf;
  }

  .cta__form.modal {
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 3rem;
    display: flex;
  }

  .cta__title, .form__input, .form__label {
    --text_-_icons--light: #efeadf;
    --background--main: #efeadf;
    --text_-_icons--wine: #4c061c;
    --background--dark: #282524;
    --h1: 2.625rem;
    --body-s: .75rem;
    --body-m: .875rem;
    --body-l: 1.125rem;
    --h4: 1.75rem;
    --h2: 2.25rem;
    --text_-_icons--light-25: #efeadf40;
    --h3: 1.875rem;
    --text_-_icons--wine-25: #4c061c40;
    --background--sunset: #a85126;
    --text_-_icons--wine-75: #4c061cbf;
  }

  .footer__logo {
    margin-bottom: 3rem;
  }

  .footer__descr, .footer__link {
    --text_-_icons--light: #efeadf;
    --background--main: #efeadf;
    --text_-_icons--wine: #4c061c;
    --background--dark: #282524;
    --h1: 2.625rem;
    --body-s: .75rem;
    --body-m: .875rem;
    --body-l: 1.125rem;
    --h4: 1.75rem;
    --h2: 2.25rem;
    --text_-_icons--light-25: #efeadf40;
    --h3: 1.875rem;
    --text_-_icons--wine-25: #4c061c40;
    --background--sunset: #a85126;
    --text_-_icons--wine-75: #4c061cbf;
  }

  .modal__wrapper {
    align-items: flex-end;
    max-width: none;
    height: 100%;
    display: flex;
  }

  .modal__bg {
    display: none;
  }

  .modal__cross-btn {
    z-index: 100;
    justify-content: center;
    align-items: center;
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    top: 1rem;
    right: 1rem;
  }

  .modal__cross-btn.mobile {
    display: flex;
  }

  .modal__cross-btn.mobile.ar {
    left: 1rem;
  }

  .marquee_text {
    --text_-_icons--light: #efeadf;
    --background--main: #efeadf;
    --text_-_icons--wine: #4c061c;
    --background--dark: #282524;
    --h1: 2.625rem;
    --body-s: .75rem;
    --body-m: .875rem;
    --body-l: 1.125rem;
    --h4: 1.75rem;
    --h2: 2.25rem;
    --text_-_icons--light-25: #efeadf40;
    --h3: 1.875rem;
    --text_-_icons--wine-25: #4c061c40;
    --background--sunset: #a85126;
    --text_-_icons--wine-75: #4c061cbf;
  }

  .popup-map {
    border-radius: .625rem;
    width: 90vw;
  }

  .close-map_popup {
    top: 2.75rem;
    right: 2.75rem;
  }

  .lang {
    --text_-_icons--light: #efeadf;
    --background--main: #efeadf;
    --text_-_icons--wine: #4c061c;
    --background--dark: #282524;
    --h1: 2.625rem;
    --body-s: .75rem;
    --body-m: .875rem;
    --body-l: 1.125rem;
    --h4: 1.75rem;
    --h2: 2.25rem;
    --text_-_icons--light-25: #efeadf40;
    --h3: 1.875rem;
    --text_-_icons--wine-25: #4c061c40;
    --background--sunset: #a85126;
    --text_-_icons--wine-75: #4c061cbf;
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .collab__image {
    min-height: 1rem;
  }

  .modal__cross-btn.mobile {
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    padding-top: 1.3rem;
    top: .5rem;
    right: .5rem;
  }

  .modal__cross-btn.mobile.ar {
    top: 1rem;
    right: auto;
  }

  .close-map_popup {
    top: 4.5rem;
    right: 1rem;
  }

  .map {
    justify-content: flex-end;
    align-items: center;
    width: 90vw;
    padding-bottom: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .lang {
    font-size: var(--body-m);
  }
}

#w-node-aa6588af-9cc6-3575-badc-756331f67da1-b0305de0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Lead-Name.w-node-_07275889-30c4-0213-376d-e755b2749eac-b0305de0, #Lead-Phone.w-node-_7965e12d-4d0a-93c1-a6a3-bc110c4128ff-b0305de0, #Lead-Email.w-node-_1fb42a26-0fd2-db7b-9e81-69e46259e21a-b0305de0, #omment.w-node-_3d8518f6-a4b5-6d3d-02a9-cec30139ad90-b0305de0, #Lead-Name.w-node-_51690504-50ff-6566-9bcd-8d85423df16e-b0305de0, #Lead-Phone.w-node-_51690504-50ff-6566-9bcd-8d85423df172-b0305de0, #Lead-Email.w-node-_51690504-50ff-6566-9bcd-8d85423df176-b0305de0, #Comment.w-node-_544c7e10-341c-d68b-9166-57324d3a159e-b0305de0 {
  place-self: auto;
}

#w-node-aa6588af-9cc6-3575-badc-756331f67da1-a900019e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Lead-Name.w-node-_07275889-30c4-0213-376d-e755b2749eac-a900019e, #Lead-Phone.w-node-_7965e12d-4d0a-93c1-a6a3-bc110c4128ff-a900019e, #Lead-Email.w-node-_1fb42a26-0fd2-db7b-9e81-69e46259e21a-a900019e, #omment.w-node-_3d8518f6-a4b5-6d3d-02a9-cec30139ad90-a900019e, #Lead-Name.w-node-_51690504-50ff-6566-9bcd-8d85423df16e-a900019e, #Lead-Phone.w-node-_51690504-50ff-6566-9bcd-8d85423df172-a900019e, #Lead-Email.w-node-_51690504-50ff-6566-9bcd-8d85423df176-a900019e, #Comment.w-node-_544c7e10-341c-d68b-9166-57324d3a159e-a900019e {
  place-self: auto;
}


@font-face {
  font-family: 'Graphik Web';
  src: url('../fonts/Graphik-Bold-Trial.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}