

body {
  position: relative;
  isolation: isolate;
  background: linear-gradient(90deg, #21A7CA 0%, #51B9D4 58.4%, #57BCD6 100%);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "gazzetta-variable", sans-serif;
  font-variation-settings: "wght" 400;
  line-height: normal;
  color: #fff;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  display: block;
  background: url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8719/media/noise.webp') top left / 180px 180px repeat;
  opacity: 0.03;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: overlay;
}

.main-section {
  position: relative;
  background: linear-gradient(90deg, #21A7CA 0%, #51B9D4 58.4%, #57BCD6 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  /* min-height: 100vh; */
  padding-bottom: clamp(120px, 18vw, 260px);
}

.bottles-wrap {
  position: relative;
  z-index: 2;
  width: min(92vw, 810px);
  margin-bottom: -210px;
  overflow: hidden;
}

.bottles-img {
    display: block;
      width: 122%;
      max-width: none;
      height: auto;
      transform: translateX(-7%);
      pointer-events: none;
    }

footer {
  position: relative;
  z-index: 1;
  background: linear-gradient(71deg, #44BCDF 2.28%, #4BB7DD 82.35%, #34A7D3 108.53%);
  padding-top: clamp(90px, 14vw, 170px);
}

h3 {
  font-size: large;
  font-weight: 700;
}


.text-primary{
  color: #3cb9c6 !important;
}

.bg-warning{
  background-color: #FED03F !important;
}

.fw-500 {
  font-variation-settings: "wght" 500!important;
}
.fw-700{
  font-variation-settings: "wght" 700!important;
}
.fw-900 {
  font-variation-settings: "wght" 900!important;
}



.logo {
  width: 150px;
  height: auto;
  /* padding: 30px 0; */
  margin: 0 auto;
}


.pink{
  color:#f8c9df;  
}


.headline {
  max-width: 325px;
  height: auto;
  width: 100%;
}

.main-title{
  text-align: center;
  font-variation-settings: "wght" 700;
  font-size: 39px;
  font-style: normal;
  line-height: 39px;
  text-transform: uppercase;
}

.body-text,
.short-terms {

  font-style: normal;
  font-family: "tenon", sans-serif;
  font-weight: 400;
}

.body-text {

  font-size: 20px;
  line-height: 26px;

}

.short-terms {
  font-size: 14px;
  line-height: 20px;
}


.title-wt, .title-y {
  text-align: center;
  font-variation-settings: "wght" 700;
  font-size: 45px;
  font-style: normal;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.title-y {
  font-variation-settings: "wght" 700;
  color: #fed03f
}

.main-text {
  font-size: 33px;
  line-height: 35px;
  font-variation-settings: "wght"700;
  letter-spacing: 0.02em;
}



.aqua-bg{
  background: #59ceda;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}



.btn-warning, .btn-light,
.btn-warning:visited,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
  height: 53px;
  border-radius: 15px;
  background: #FED03F;
  color: white;
  text-align: center;
  font-size: 37px;
  text-transform: uppercase;
  font-variation-settings: "wght" 900;
  letter-spacing: 2px;
  padding: 0 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;

}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: #ffffff;
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}



.btn-light {
  background: #ffffff;

}

.btn-warning:hover {
  background: #f2bc10;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  transform: translateY(0);
}
.btn-warning {
  /* --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107; */
  --bs-btn-hover-color: #fbfbfb;
}


.btn-secondary,
.btn-secondary:visited,
.btn-secondary:active,
.btn-secondary:focus {
  height: 53px;
  font-size: 30px;
  border-radius: 46px;
  border: 2px solid #FFF;
  background: #F8C9DF;
  text-align: center;
  font-variation-settings: "wght" 900;
  line-height: normal;
  letter-spacing: -0.32px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-transform: uppercase;
}

.btn-secondary:hover {
  background: #d9adc2;
  border: 2px solid #FFF;
}


.social-icon {
  width: auto;
  height: 30px;
}

.footer-link {
  text-decoration: none;
  text-transform: uppercase;
  font-variation-settings: "wght" 700;
  letter-spacing: .01em;
  font-size: 30px;
  line-height: 1;
  color: #FFFFFF;
}

.footer-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}






@media (min-width: 768px) {

footer {
    background: linear-gradient(90deg, #44BCDF 0.58%, #51C1E3 27.57%, #4BB7DD 74.81%, #43B3DB 87.79%, #34A7D3 99.08%);
    padding-top: 30px;
  }


  .headline {
      max-width: 452px;
      width: 100%;
      height: auto;
  }


.main-title {
  font-size: 47px;
  line-height: 45px;
}

body.is-windows{
    -webkit-font-smoothing: none;
}
  
.main-section {

  /* min-height: 100vh; */
  padding-bottom: clamp(220px, 20vw, 320px);
}

    .bottles-wrap {
      width: min(100%, 760px);
      margin-inline: auto;
      margin-bottom: clamp(-440px, calc(-240px - 14vw), -410px);
      overflow: visible;
    }

.bottles-img {

    width: 100%;
    max-width: 760px;
    height: auto;
    margin: 0 auto;
    transform: none;
    display: block;

}

  footer {
    padding-top: clamp(170px, calc(120px + 6vw), 180px);
  }

}
@media (min-width: 1200px) {
    footer {
      padding-top: clamp(160px, calc(220px - 3vw), 180px);
    }
  }
@media (min-width: 1400px) {
  .bottles-wrap {
    margin-bottom: clamp(-480px, calc(-180px - 20vw), -460px);
  }
}

@media (min-width: 1800px) {
  .bottles-wrap {
    margin-bottom: -490px;
  }
}

.modal-content {
  background: linear-gradient(90deg, #21A7CA 0%, #51B9D4 58.4%, #57BCD6 100%);
}


.btn-close {

  filter: invert(1);
}
button.limit.btn-close {
  filter: none;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
  padding-left: 13px;
}


/* sub {
  bottom: -0.1em !important;
}

sup {
  top: -1em;
}

sub,
sup {
  position: relative;
  font-size: 0.4em;
  line-height: normal;
  vertical-align: baseline;
} */