@font-face {
  font-family: Theater;
  src: url('../fonts/Theater_Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: #2a2727;
  --mango: #fcc208;
  --mango-light: #fff0d4;
  --mangosteen-light: #ffebf1;
  --berry-light: #e0dbfc;
  --mojito-light: #dff5c1;
  --cola-light: #efefef;
  --transparacy: #0000;
  --cola: #de000c;
  --berry: #7367c2;
  --mangosteen: #fc3c73;
  --mojito: #80d10f;
  --biege: #e5e1da;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.body {
  background-color: var(--white);
  color: var(--black);
  object-fit: cover;
  font-family: Geologica, sans-serif;
  font-size: 1rem;
  line-height: 100%;
}

.section {
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.section.hero {
  background-image: url('../images/cover.webp');
  background-position: 50%;
  background-size: cover;
  height: 88vh;
  padding-top: 0;
  position: relative;
}

.section.about {
  background-color: var(--mango);
  height: auto;
  overflow: clip;
}

.section.seasons {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.products {
  height: auto;
  position: relative;
  overflow: clip;
}

.section.products.mango {
  background-color: var(--mango-light);
}

.section.products.berry {
  background-color: var(--berry-light);
  height: auto;
}

.section.products.mojito {
  background-color: var(--mojito-light);
}

.section.products.cola {
  background-color: var(--cola-light);
}

.section.products.mangosteen {
  background-color: #ffebf1;
  height: auto;
}

.section.adv {
  height: auto;
  padding-top: 0;
  overflow: hidden;
}

.section.posters {
  background-color: var(--mango-light);
  height: auto;
  position: relative;
}

.section.footer {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  overflow: clip;
}

.container {
  z-index: 2;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: relative;
}

.container.adv {
  bottom: 5vw;
}

.container.seasons {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.container.marquee {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 12vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.container.marquee.cola {
  z-index: 1;
  background-color: var(--black);
  height: 5vh;
  position: absolute;
  inset: 0% 0% auto;
}

.container.footer {
  justify-content: flex-start;
  align-items: center;
}

.container.island {
  justify-content: center;
  align-items: flex-start;
}

.image {
  object-fit: contain;
  height: 100%;
  display: block;
}

.image.island {
  z-index: 2;
  object-fit: cover;
  width: auto;
}

.image.bottle {
  z-index: 1;
  width: auto;
}

.image.pattern {
  object-fit: cover;
  object-position: 100% 50%;
  flex: 0 auto;
  height: auto;
  min-height: 50%;
  position: absolute;
  inset: auto 0% 0% -5%;
}

.image.pattern.right {
  object-position: 0% 50%;
  left: 1%;
}

.image.pattern.berry {
  min-height: 40%;
}

.image.bubbles {
  z-index: 2;
  height: 10%;
  position: absolute;
  bottom: 5%;
  right: -20%;
}

.image.bubbles.left {
  left: -20%;
  right: auto;
}

.image.adv {
  aspect-ratio: 1;
  object-fit: contain;
  height: 25vw;
  position: absolute;
  inset: auto -15% -30% auto;
}

.image.bottle-hero {
  object-fit: cover;
  position: absolute;
  inset: 0% 0% 0% 60%;
}

.contacts-hero-wrap {
  z-index: 1;
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.text-small {
  color: var(--black);
  letter-spacing: -.02em;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
}

.text-small.white {
  color: var(--white);
}

.text-small.white-70 {
  opacity: .7;
  color: var(--white);
}

.text-small.white-70.footer {
  background-color: var(--transparacy);
  font-weight: 200;
}

.text-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  align-items: baseline;
  display: flex;
}

.logo-container {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-vector {
  color: var(--white);
}

.logo-vector.island {
  color: var(--mango-light);
}

.logo-vector.footer {
  color: var(--mango);
}

.logo-color-box {
  background-color: var(--mango);
  border-radius: 6px;
  width: 20vw;
  padding: 6px 6px 4px;
}

.logo-subtitle-text {
  color: var(--white);
  letter-spacing: -.02em;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1.1;
}

.hero-title-wrap {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  letter-spacing: -.3em;
  flex-flow: column;
  width: 40vw;
  margin-top: 2vw;
  display: flex;
}

.heading {
  color: var(--white);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6vw;
  line-height: 80%;
}

.hero-title-line {
  background-color: var(--mango);
  height: .8vw;
}

.hero-content-wrap {
  flex-flow: column;
  justify-content: space-between;
  width: auto;
  height: 50vh;
  display: flex;
}

.content-wrap {
  z-index: 1;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.content-wrap.island {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
}

.content-wrap.hero {
  width: 100%;
  padding-right: 10vw;
}

.content-wrap.product-right {
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 5vw;
  padding-right: 5vw;
}

.content-wrap.product-left {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 5vw;
  padding-right: 5vw;
}

.lable-wrap {
  z-index: 2;
  position: relative;
}

.lable-wrap.cola {
  z-index: 1;
  margin-left: -10%;
}

.lable-box {
  aspect-ratio: 1;
  background-color: var(--mango-light);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  height: 11vw;
  display: flex;
  transform: rotate(-12deg);
}

.lable-box.product {
  background-color: var(--black);
  transform: none;
}

.lable-box.cola {
  background-color: var(--cola);
}

.lable-text {
  text-align: center;
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 100%;
  display: flex;
}

.lable-text.product {
  color: #fff;
}

.section-marquee {
  background-color: var(--black);
  overflow: clip;
}

.image-island-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
  position: relative;
  bottom: 0%;
}

.text-island-wrap {
  z-index: 1;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: column;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.logo-wrap {
  z-index: 0;
  width: 70%;
  position: absolute;
}

.logo-wrap.adv {
  opacity: .3;
  pointer-events: none;
  width: 100%;
  bottom: -3%;
}

.logo-wrap.footer {
  width: auto;
  position: relative;
}

.text-main {
  z-index: 1;
  color: var(--black);
  letter-spacing: -.03em;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 130%;
  position: relative;
}

.text-main.white {
  color: var(--white);
  font-size: 2rem;
  font-weight: 500;
  line-height: 110%;
}

.text-main.white.center-align {
  line-height: 100%;
}

.text-main.black {
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%;
}

.island-title-box {
  background-color: var(--mango-light);
  border-radius: 2vw;
  width: 28.5vw;
  padding: 3vw;
}

.island-title-text {
  letter-spacing: -.03em;
  width: 23vw;
  font-size: 2.5vw;
  font-weight: 300;
  line-height: 120%;
}

.shadow-island {
  z-index: 1;
  opacity: .2;
  filter: blur(40px);
  mix-blend-mode: darken;
  background-color: #894d04;
  border-radius: 999px;
  width: 80%;
  height: 20vw;
  position: absolute;
  top: 59%;
}

.image-island-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.seasons-image {
  background-image: url('../images/bilboard-img.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.seasons-content-wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-left: 5vw;
  display: flex;
}

.seasons-title {
  letter-spacing: -.05em;
  text-transform: uppercase;
  font-size: 2.3vw;
  font-weight: 200;
  line-height: 100%;
}

.season-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.season-item-text-wrap {
  flex-flow: column;
  display: flex;
}

.season-logo-sign {
  aspect-ratio: 1;
  width: 5vw;
}

.season-logo-sign.mango {
  color: var(--mango);
}

.season-logo-sign.berry {
  color: var(--berry);
}

.season-logo-sign.mangosteen {
  color: var(--mangosteen);
}

.season-logo-sign.mojito {
  color: var(--mojito);
}

.season-logo-sign.cola {
  color: var(--cola);
}

.season-item-text-small {
  letter-spacing: -.03em;
  font-size: 1.5vw;
  line-height: 130%;
}

.season-item-text-small.mango {
  color: var(--mango);
}

.season-item-text-small.berry {
  color: var(--berry);
}

.season-item-text-small.mangosteen {
  color: var(--mangosteen);
}

.season-item-text-small.mojito {
  color: var(--mojito);
}

.season-item-text-small.cola {
  color: var(--cola);
}

.season-item-text-big {
  letter-spacing: -.03em;
  font-size: 4vw;
  line-height: 80%;
}

.season-items-box {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: column;
  padding-left: 3vw;
  display: flex;
}

.product-image-wrap {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 70%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.product-image-wrap.left {
  inset: 0% -10% 0% auto;
}

.product-title {
  letter-spacing: -.04em;
  font-family: Theater, sans-serif;
  font-size: 9vw;
  line-height: 80%;
}

.product-title.mango {
  color: var(--mango);
}

.product-title.berry {
  color: var(--berry);
}

.product-title.mojito {
  color: var(--mojito);
}

.product-title.mangosteen {
  color: #fc3c73;
}

.text-product-wrap {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 40%;
  display: flex;
}

.product-tags-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: wrap;
  display: flex;
}

.tag-wrap {
  border: 1.5px solid var(--black);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 999px;
  padding: .75rem 1.5rem;
}

.tag-text {
  letter-spacing: -.04em;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 100%;
}

.product-color-bg {
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.product-color-bg.mango {
  background-color: var(--mango);
  object-position: 100% 50%;
  height: 30%;
}

.product-color-bg.mangosteen {
  background-color: var(--mangosteen);
  object-position: 100% 50%;
  height: 30%;
}

.product-color-bg.berry {
  background-color: var(--berry);
  object-position: 100% 50%;
  height: 25%;
}

.product-color-bg.mojito {
  background-color: var(--mojito);
}

.product-color-bg.cola {
  background-color: var(--cola);
}

.product-color-bg.mangosteen {
  object-position: 100% 50%;
  background-color: #fc3c73;
  height: 30%;
}

.product-image-bottle-wrap {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 50vw;
  padding-left: 10%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.product-image-bottle-wrap.right {
  padding-left: 0%;
  left: 10%;
}

.product-text-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.adv-color-block {
  background-color: var(--mango);
  justify-content: center;
  align-items: flex-end;
  height: 30vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.adv-title {
  color: var(--white);
  text-align: center;
  letter-spacing: -.04em;
  text-transform: uppercase;
  margin-bottom: 5%;
  padding-bottom: 5vw;
  padding-left: 11vw;
  padding-right: 11vw;
  font-size: 4vw;
  font-weight: 500;
  line-height: 100%;
}

.adv-content-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
}

.adv-item-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--biege);
  border-radius: 4vw;
  flex-flow: column;
  height: 30vw;
  padding: 3vw;
  display: flex;
  position: relative;
  overflow: clip;
}

.adv-item-wrap.mango {
  background-color: var(--mango-light);
}

.adv-item-wrap.mangosteen {
  background-color: var(--mangosteen-light);
}

.adv-item-wrap.berry {
  background-color: var(--berry-light);
}

.adv-item-wrap.mojito {
  background-color: var(--mojito-light);
}

.adv-subtitle {
  z-index: 1;
  color: var(--black);
  letter-spacing: -.03em;
  word-break: normal;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 100%;
  position: relative;
}

.posters-content-wrap {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-pattern-img {
  opacity: .5;
  color: var(--white);
  position: absolute;
  inset: auto 0% 0%;
}

.posters-img {
  object-fit: cover;
  border-radius: 999px;
  width: 100%;
}

.posters-text-content-wrap {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 12vw;
  padding-right: 12vw;
  display: flex;
}

.posters-text {
  color: var(--black);
  text-align: center;
  letter-spacing: -.05em;
  text-transform: uppercase;
  font-size: 4vw;
  font-weight: 100;
  line-height: 95%;
}

.posters-text.white {
  color: var(--white);
}

.posters-text-colorbox {
  border-radius: 999px;
  padding: .5vw 1.5vw;
}

.posters-text-colorbox.mango {
  background-color: var(--mango);
}

.posters-text-colorbox.berry {
  background-color: var(--berry);
}

.posters-text-colorbox.mojito {
  background-color: var(--mojito);
}

.posters-text-colorbox.mangosteen {
  background-color: var(--mangosteen);
}

.posters-text-colorbox.cola {
  background-color: var(--cola);
}

.posters-color-text-wrap {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer {
  background-color: var(--black);
}

.marquee-item-wrap {
  flex: none;
  align-items: center;
  height: 100%;
  padding-right: 6vh;
  display: flex;
}

.marquee-item-wrap.cola {
  padding-right: 0;
}

.maquee-text {
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 6vh;
  margin-right: 6vh;
  font-size: 5vh;
  font-weight: 100;
  line-height: 100%;
}

.maquee-text.cola {
  margin-left: 3vh;
  margin-right: 3vh;
  font-size: 2.5vh;
  font-weight: 300;
}

.brand-sign {
  color: var(--white);
  height: 5vh;
  margin-left: 0;
}

.marquee-img {
  width: 10vh;
  height: 10vh;
}

.footer-text-content-wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: grid;
}

.footer-image-content-wrap {
  pointer-events: none;
  justify-content: center;
  align-items: flex-end;
  width: 60vw;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: -28%;
  left: 40%;
}

.footer-text-logo-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  color: var(--white);
  letter-spacing: -.05em;
  text-transform: uppercase;
  width: 80%;
  font-size: 2.3vw;
  font-weight: 200;
  line-height: 105%;
}

.footer-vk-button-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 80%;
  display: flex;
}

.footer-small-text {
  color: var(--white);
  letter-spacing: -.01em;
  width: 70%;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.button-vk {
  border: 1.5px solid var(--white);
  background-color: var(--transparacy);
  text-align: center;
  border-radius: 999px;
  width: 16rem;
  padding: 1rem 3rem 1.25rem;
  font-size: 1.5rem;
  line-height: 120%;
  transition: all .2s;
}

.button-vk:hover {
  border-color: var(--mango);
  color: var(--mango);
}

.contacts-footer-wrap {
  z-index: 1;
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
  position: relative;
}

.footer-logo-sign {
  opacity: .14;
  color: var(--white);
  height: 100%;
  position: absolute;
  top: 16%;
}

.footer-bottle-shadow {
  opacity: .5;
  mix-blend-mode: lighten;
  object-fit: fill;
  width: auto;
  height: 60vw;
  position: absolute;
}

.footer-bottle {
  object-fit: cover;
  width: 100%;
}

.footer-bottles-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  display: flex;
}

.footer-sign-wrap {
  pointer-events: none;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% 8%;
}

.inner-marquee-container {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.inner-marquee-container.cola {
  height: 100%;
}

.opening-mask {
  z-index: 10;
  background-color: var(--mango);
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  height: 100vh;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.cola-logo-wrap {
  color: var(--cola);
}

.marquee-arrows-img {
  color: var(--cola);
  justify-content: space-between;
  align-items: stretch;
  height: 60%;
  display: flex;
}

.lables-wrap {
  display: flex;
}

.lable-box-text-cola {
  color: var(--white);
  position: absolute;
}

.lable-img-cola {
  z-index: 2;
  height: 148%;
  position: absolute;
  top: -34%;
}

@media screen and (min-width: 1920px) {
  .image {
    object-fit: cover;
  }

  .image.island {
    width: auto;
  }

  .image.adv {
    height: 30vw;
    bottom: -44%;
    right: -8%;
  }

  .image.bottle-hero {
    width: 34vh;
  }

  .logo-color-box {
    width: 15vw;
  }

  .logo-subtitle-text {
    font-size: 1.3vw;
  }

  .content-wrap.hero {
    padding-right: 20vw;
  }

  .content-wrap.product-right {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .lable-box {
    height: 9vw;
  }

  .lable-text {
    font-size: 1vw;
  }

  .text-main.white.center-align, .text-main.black {
    font-size: 3rem;
  }

  .adv-title {
    font-size: 3.5vw;
  }

  .adv-item-wrap {
    height: 25vw;
  }

  .adv-subtitle {
    font-size: 2vw;
  }

  .posters-text {
    font-size: 3.5vw;
  }

  .footer-image-content-wrap {
    width: 50vw;
    left: 45%;
  }

  .footer-vk-button-wrap, .contacts-footer-wrap {
    width: 60%;
  }
}

@media screen and (max-width: 991px) {
  .section.hero {
    height: auto;
    overflow: clip;
  }

  .section.about {
    height: auto;
  }

  .section.seasons {
    height: auto;
    padding-top: 0;
  }

  .section.products.mango, .section.products.mangosteen, .section.products.berry, .section.products.mojito, .section.products.mangosteen {
    height: auto;
  }

  .container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100vw;
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.seasons {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5vw 0 10vw;
  }

  .container.marquee {
    flex-flow: row;
    height: 12vw;
  }

  .container.marquee.cola {
    height: 5vw;
  }

  .container.footer {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container.island {
    justify-content: flex-start;
    align-items: center;
  }

  .image {
    object-fit: cover;
    width: auto;
  }

  .image.bottle {
    object-fit: contain;
  }

  .image.pattern.right {
    padding-left: 0%;
    left: -10%;
  }

  .image.bubbles {
    right: -35%;
  }

  .image.adv {
    height: 40vw;
    bottom: -35%;
    right: -15%;
  }

  .image.bottle-hero {
    left: 65%;
  }

  .contacts-hero-wrap {
    grid-row-gap: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .text-small {
    font-size: 1rem;
  }

  .logo-container {
    width: auto;
    margin-top: 1vw;
    padding-bottom: 1vw;
  }

  .logo-color-box {
    width: 50%;
  }

  .logo-subtitle-text {
    font-size: 2.5vw;
  }

  .hero-title-wrap {
    width: 60vw;
  }

  .heading {
    font-size: 9vw;
  }

  .hero-content-wrap {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    justify-content: flex-start;
    height: auto;
  }

  .content-wrap.island {
    flex-flow: column;
    width: 100%;
  }

  .content-wrap.hero {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 1vw;
  }

  .content-wrap.product-right {
    padding-right: 5vw;
  }

  .content-wrap.product-left {
    padding-left: 5vw;
  }

  .lable-box {
    height: 20vw;
  }

  .lable-box.product {
    height: 18vw;
  }

  .lable-text {
    font-size: 2vw;
  }

  .section-marquee {
    height: auto;
  }

  .image-island-wrap {
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    height: auto;
    top: 0%;
    left: 0%;
  }

  .text-island-wrap {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .logo-wrap.footer {
    width: 30vw;
  }

  .text-main {
    text-align: left;
    font-size: 1.25rem;
  }

  .text-main.white {
    width: 100%;
  }

  .text-main.center-align, .text-main.black {
    text-align: center;
  }

  .island-title-box {
    width: 100%;
    padding: 5vw;
  }

  .island-title-text {
    text-align: center;
    width: auto;
    font-size: 5vw;
  }

  .seasons-image {
    background-size: 1149px;
    width: 100%;
    height: 50vw;
    position: relative;
  }

  .seasons-content-wrap {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .seasons-title {
    text-align: center;
    max-width: none;
    font-size: 2rem;
  }

  .season-logo-sign {
    width: 8vw;
  }

  .season-item-text-small {
    font-size: 1.25rem;
    line-height: 100%;
  }

  .season-item-text-big {
    font-size: 6vw;
  }

  .product-title {
    font-size: 12vw;
  }

  .text-product-wrap {
    width: 50%;
    padding-left: 0%;
  }

  .product-image-bottle-wrap {
    padding-left: 0%;
  }

  .adv-color-block {
    height: auto;
    padding-top: 10vw;
  }

  .adv-title {
    text-align: center;
    max-width: 95%;
    font-size: 4vw;
  }

  .adv-content-wrap {
    height: auto;
  }

  .adv-item-wrap {
    border-radius: 4vw;
    height: 50vw;
    padding: 2rem;
  }

  .adv-subtitle {
    font-size: 4vw;
  }

  .marquee-item-wrap {
    padding-right: 6vw;
  }

  .maquee-text {
    margin-left: 6vw;
    margin-right: 6vw;
    font-size: 5vw;
  }

  .maquee-text.cola {
    margin-left: 3vw;
    margin-right: 3vw;
    font-size: 2.5vw;
  }

  .brand-sign {
    height: 5vw;
  }

  .marquee-img {
    width: 10vw;
    height: 10vw;
  }

  .footer-text-content-wrap {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .footer-image-content-wrap {
    height: 100%;
    bottom: -34%;
    left: 40%;
  }

  .footer-title {
    text-align: left;
    max-width: none;
    font-size: 3vw;
  }

  .footer-small-text {
    width: 100%;
  }

  .button-vk {
    width: 100%;
    padding-top: 2vw;
    padding-bottom: 2.2vw;
    font-size: 2.5vw;
  }

  .contacts-footer-wrap {
    grid-row-gap: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .lables-wrap {
    margin-top: -1vw;
  }
}

@media screen and (max-width: 767px) {
  .section.hero {
    padding-bottom: 0;
  }

  .container.seasons {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .container.marquee {
    height: 12vw;
  }

  .image {
    object-fit: contain;
  }

  .image.bubbles {
    right: -40%;
  }

  .image.bottle-hero {
    left: 70%;
  }

  .contacts-hero-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 4px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .text-small {
    font-size: 1rem;
  }

  .text-wrap {
    grid-column-gap: .5px;
    grid-row-gap: .5px;
    flex-flow: row;
  }

  .logo-container {
    margin-top: 2vw;
    padding-bottom: 0;
  }

  .logo-color-box {
    width: 40%;
  }

  .logo-subtitle-text {
    font-size: 2.2vw;
    line-height: 1;
  }

  .heading {
    font-size: 9vw;
  }

  .hero-content-wrap {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    justify-content: flex-start;
  }

  .content-wrap.island {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .content-wrap.hero {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 1vw;
    padding-bottom: 2vw;
  }

  .content-wrap.product-right {
    padding-right: 0;
  }

  .lable-box {
    height: 15vw;
  }

  .lable-text {
    font-size: 1.75vw;
  }

  .text-island-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .text-main {
    font-size: 1rem;
  }

  .text-main.white, .text-main.black {
    font-size: 1.5rem;
  }

  .seasons-image {
    height: 40vw;
  }

  .season-item-text-small.mango {
    font-size: 1.25rem;
  }

  .season-items-box {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    padding-left: 0;
  }

  .tag-wrap {
    padding: .5rem 1rem;
  }

  .tag-text {
    font-size: .75rem;
  }

  .product-text-wrap {
    padding-right: 5vw;
  }

  .adv-color-block {
    justify-content: center;
    align-items: flex-end;
  }

  .adv-title {
    padding-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 5vw;
  }

  .adv-content-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    height: auto;
  }

  .adv-item-wrap {
    height: 50vw;
    padding: 1.5rem;
  }

  .posters-text, .maquee-text {
    font-size: 5vw;
  }

  .brand-sign {
    height: 5vw;
  }

  .footer-text-content-wrap {
    grid-row-gap: 10vw;
    padding-top: 5vw;
    padding-bottom: 10vw;
  }

  .footer-image-content-wrap {
    bottom: -33%;
    left: 44%;
  }

  .footer-title, .footer-vk-button-wrap {
    width: 100%;
  }

  .contacts-footer-wrap {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .footer-sign-wrap {
    left: 22%;
  }

  .lables-wrap {
    margin-top: -1.5vw;
  }
}

@media screen and (max-width: 479px) {
  .section.hero {
    height: auto;
    min-height: auto;
    padding-bottom: 10vh;
  }

  .section.about {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .section.seasons {
    padding-bottom: 4vh;
    overflow: clip;
  }

  .section.products {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .section.adv {
    height: auto;
    padding-bottom: 10vh;
  }

  .section.posters {
    padding-top: 10vh;
    padding-bottom: 10vh;
    overflow: clip;
  }

  .container {
    padding-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .container.seasons {
    padding-top: 6vh;
    padding-bottom: 6vh;
  }

  .container.marquee {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    height: 10vh;
  }

  .container.marquee.cola {
    height: 4.5vh;
  }

  .image {
    object-fit: contain;
    height: 94vh;
  }

  .image.island {
    object-fit: cover;
    height: auto;
  }

  .image.bottle {
    height: 100%;
  }

  .image.pattern {
    inset: auto 0% 0%;
  }

  .image.adv {
    height: 25vh;
    bottom: -20%;
  }

  .image.bottle-hero {
    object-fit: cover;
    height: 100%;
  }

  .contacts-hero-wrap {
    grid-row-gap: 4px;
    flex-flow: wrap;
    display: flex;
  }

  .text-small.white-70 {
    font-size: 1rem;
  }

  .text-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    text-align: center;
    flex-flow: row;
  }

  .logo-color-box {
    width: 30vh;
  }

  .logo-subtitle-text {
    font-size: 2.5vh;
  }

  .hero-title-wrap {
    width: auto;
  }

  .heading {
    white-space: break-spaces;
    font-size: 13vw;
  }

  .hero-title-line {
    height: .8vh;
  }

  .hero-content-wrap {
    grid-column-gap: 4vh;
    grid-row-gap: 4vh;
    height: auto;
  }

  .content-wrap.island {
    grid-column-gap: 5vh;
    grid-row-gap: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrap.hero {
    grid-column-gap: 5vh;
    grid-row-gap: 5vh;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1vh;
    padding-bottom: 2vh;
  }

  .content-wrap.product-right {
    padding-left: 4vh;
  }

  .content-wrap.product-left {
    padding-left: 0;
    padding-right: 0;
  }

  .lable-box {
    height: 15vh;
  }

  .lable-box.product {
    width: 14vh;
    height: 14vh;
  }

  .lable-text {
    font-size: 1.75vh;
  }

  .lable-text.product {
    font-size: 1.5vh;
  }

  .image-island-wrap {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .text-island-wrap {
    grid-column-gap: 3vh;
    grid-row-gap: 3vh;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-wrap {
    width: 100%;
  }

  .logo-wrap.adv {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .logo-wrap.footer {
    width: 25vh;
  }

  .island-title-text {
    font-size: 3.5vh;
  }

  .image-island-box {
    height: auto;
  }

  .seasons-image {
    background-size: cover;
    height: 40vh;
  }

  .seasons-content-wrap {
    grid-column-gap: 4vh;
    grid-row-gap: 4vh;
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .seasons-title {
    width: 100%;
    font-size: 1.5rem;
  }

  .season-item {
    grid-column-gap: 1vh;
    grid-row-gap: 1vh;
  }

  .season-logo-sign {
    width: 8vh;
    min-width: 8vh;
  }

  .season-item-text-small, .season-item-text-small.mango {
    font-size: 1.125rem;
  }

  .season-item-text-big {
    font-size: 2rem;
  }

  .season-items-box {
    grid-column-gap: 3vh;
    grid-row-gap: 3vh;
    width: 80%;
  }

  .product-title {
    font-size: 7vh;
  }

  .text-product-wrap {
    grid-column-gap: 3vh;
    grid-row-gap: 3vh;
    width: 70%;
  }

  .product-tags-wrap {
    grid-column-gap: .25vh;
    grid-row-gap: .25vh;
  }

  .tag-wrap {
    border-width: .15vh;
    padding: 1vh;
  }

  .tag-text {
    font-size: 1.4vh;
  }

  .product-image-bottle-wrap {
    justify-content: center;
    align-items: center;
    width: 50vh;
  }

  .product-image-bottle-wrap.right {
    width: 40vh;
  }

  .product-image-bottle-wrap.left {
    justify-content: flex-end;
    align-items: center;
    width: 40vh;
    left: -22vh;
  }

  .product-text-wrap {
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
    padding-right: 0;
  }

  .adv-color-block {
    justify-content: center;
    align-items: flex-end;
    height: auto;
    padding-top: 10vh;
    position: relative;
    overflow: clip;
  }

  .adv-title {
    margin-bottom: 0%;
    padding-bottom: 5vh;
    font-size: 3.5vh;
  }

  .adv-content-wrap {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 100%;
    width: 100%;
    height: auto;
  }

  .adv-item-wrap {
    grid-column-gap: 1vh;
    grid-row-gap: 1vh;
    height: 35vh;
  }

  .adv-subtitle {
    font-size: 3vh;
  }

  .posters-content-wrap {
    grid-column-gap: 5vh;
    grid-row-gap: 5vh;
  }

  .brand-pattern-img {
    width: 100vh;
  }

  .posters-img {
    height: 20vh;
  }

  .posters-text-content-wrap {
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
    padding-left: 1vh;
    padding-right: 1vh;
  }

  .posters-text {
    font-size: 4vh;
  }

  .posters-text-colorbox {
    padding: .5vh 1.5vh;
  }

  .marquee-item-wrap {
    padding-right: 3vh;
  }

  .maquee-text {
    margin-left: 3vh;
    margin-right: 3vh;
    font-size: 3vh;
  }

  .maquee-text.cola {
    margin-left: 3vh;
    margin-right: 3vh;
    font-size: 2.5vh;
  }

  .brand-sign {
    width: auto;
    height: 3vh;
  }

  .marquee-img {
    width: 8vh;
    height: 8vh;
  }

  .footer-text-content-wrap {
    grid-column-gap: 4vh;
    grid-row-gap: 4vh;
    grid-template-columns: 1fr;
    padding-top: 5vh;
    padding-bottom: 34vh;
  }

  .footer-image-content-wrap {
    width: 100%;
    padding-top: 3vh;
    bottom: -40%;
    left: 0%;
  }

  .footer-text-logo-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-title {
    text-align: center;
    width: 100%;
    font-size: 1.5rem;
  }

  .footer-vk-button-wrap {
    align-items: center;
  }

  .footer-small-text {
    text-align: center;
    width: 80%;
  }

  .button-vk {
    width: 80%;
    padding: 2vh 3vh 2.2vh;
    font-size: 2.5vh;
  }

  .contacts-footer-wrap {
    grid-column-gap: 16vh;
    grid-row-gap: 2vh;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer-bottle-shadow {
    height: 40vh;
  }

  .footer-sign-wrap {
    top: 10%;
    left: 0%;
  }

  .text-small-bold {
    font-size: 1rem;
  }

  .cola-logo-wrap {
    width: 90%;
  }

  .lables-wrap {
    margin-top: -1.5vh;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a098331d-4b1f-dc2b-e1e6-5fa6a0e9d716-a0a096e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Theater';
  src: url('../fonts/Theater_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}