

/* Start:/cold-tea/style.css?175601603427558*/
@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.cold-tea .title {
  font-family: Nunito;
  font-weight: 800;
  font-size: clamp(1.5555555556rem, 0.8888888889rem + 3.0769230769vw, 3.5555555556rem);
  color: var(--_color, #353B56);
  text-align: left;
  margin: 0;
  text-transform: uppercase;
}
.cold-tea .title.bg {
  --_margin: 24px;
  background: rgba(255, 255, 250, 0.7);
  color: #1E79CF;
  border-radius: 24px;
  padding: 12px var(--_margin);
  border: none;
  box-shadow: 0 0 0 0.5px #fff;
  margin-left: calc(-1 * var(--_margin));
}
.cold-tea__hero {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding-top: var(--header-height);
  max-height: 900px;
  background: url("/cold-tea/images/hero.jpg") no-repeat center;
}
@media (max-width: 1920px) {
  .cold-tea__hero {
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .cold-tea__hero {
    aspect-ratio: 375/560;
    height: auto;
    background: url("/cold-tea/images/hero-m.jpg") no-repeat 50% 100%/cover;
  }
  .cold-tea__hero::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 93px;
    left: 0;
    bottom: 0px;
    background: linear-gradient(108.69deg, rgba(11, 151, 157, 0) -14.86%, rgba(92, 143, 145, 0.9) 34.7%, rgba(37, 148, 153, 0.9) 48.86%, rgba(0, 152, 158, 0) 92.38%);
    mix-blend-mode: multiply;
    filter: blur(20px);
  }
}
.cold-tea__hero .title {
  font-weight: 700;
  color: #fff;
}
.cold-tea main {
  margin-top: calc(var(--header-height) * -1);
}
.cold-tea .title-container {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
  margin-top: 11%;
}
.cold-tea .title-container .title-carousel {
  width: 100%;
}
.cold-tea .title-container .title-carousel-inner {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}
@media (max-width: 768px) {
  .cold-tea .title-container {
    gap: 52px;
    align-items: center;
    height: 54px;
    overflow: hidden;
    margin-top: 20px;
  }
  .cold-tea .title-container .title {
    color: #fff;
    border-radius: 16px;
    padding: 12px 20px;
    width: 100%;
    text-align: center;
    box-shadow: inset -3.04889px 5.66222px 10.4533px rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    border: 1px solid #fff;
    height: 52px;
  }
  .cold-tea .title-container .title-1 {
    background: rgba(30, 121, 207, 0.72);
  }
  .cold-tea .title-container .title-2 {
    background: rgba(105, 199, 41, 0.52);
  }
  .cold-tea .title-container .title-3 {
    background: rgba(228, 104, 167, 0.7);
  }
  .cold-tea .title-container .title.bg {
    margin: 0;
  }
  .cold-tea .title-container .title-carousel {
    position: relative;
    width: 100%;
    height: 52px;
    overflow: hidden;
  }
  .cold-tea .title-container .title-carousel-inner {
    position: absolute;
    width: 100%;
    will-change: transform;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 52px;
    transition: transform 0.7s ease;
  }
}
.cold-tea .container-wow {
  position: relative;
  margin-top: auto;
  padding-bottom: clamp(1.1111111111rem, 0.3703703704rem + 3.4188034188vw, 3.3333333333rem);
  z-index: 9;
}
.cold-tea .wow {
  font-weight: 700;
  font-size: clamp(1.1111111111rem, 0.8148148148rem + 1.3675213675vw, 2rem);
  color: #fff;
  text-decoration: none;
}
.cold-tea .wow svg {
  max-width: 37px;
  max-height: 27px;
  width: 100%;
  height: auto;
  margin-right: 10px;
}
.cold-tea .wow svg .gradient-stop-1 {
  animation: gradient-stop-1 4s ease-in-out infinite;
}
.cold-tea .wow svg .gradient-stop-2 {
  animation: gradient-stop-2 4s ease-in-out infinite;
}
.cold-tea .wow svg .gradient-stop-3 {
  animation: gradient-stop-3 4s ease-in-out infinite;
}
@media (max-width: 768px) {
  .cold-tea .wow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .cold-tea .wow svg {
    max-width: 30px;
    margin: 0;
    order: 2;
  }
}
.cold-tea .section {
  position: relative;
}

.section-2 {
  position: relative;
  background: linear-gradient(180deg, #FFFFFA 1.82%, #E0FBFF 43.68%, #B8F2FF 102.52%);
}
.section-2 .title {
  position: relative;
  color: #353B56;
  text-align: center;
  line-height: 1.8;
  padding: clamp(3.3888888889rem, 0.4814814815rem + 13.4188034188vw, 12.1111111111rem) 0 clamp(4.2222222222rem, 0.4444444444rem + 17.4358974359vw, 15.5555555556rem);
  z-index: 9;
}
.section-2 .title span {
  background: url(/cold-tea/images/bg-text.jpg) center/cover;
  color: #fff;
  border-radius: 24px;
  padding: 3px 24px;
  margin-left: -15px;
}
.section-2 .element {
  --max-width: 100%;
  position: absolute;
  z-index: 9;
  transform-origin: center;
}
.section-2 .element img {
  width: var(--max-width, 100%);
}
.section-2 .element-1 {
  bottom: 10%;
  left: 10%;
}
.section-2 .element-2 {
  top: 40%;
  right: 50px;
}
.section-2 .element-3 {
  top: 30px;
  left: 2%;
}
.section-2 .element-4 {
  bottom: 30%;
  left: 40%;
}
.section-2 .element-5 {
  top: 50px;
  left: 63%;
}
.section-2 .element-6 {
  bottom: 20%;
  left: 72%;
}
@media (max-width: 1690px) {
  .section-2 .element {
    --max-width: calc(100% - 20%);
  }
}
@media (max-width: 1399px) {
  .section-2 .element {
    --max-width: calc(100% - 30%);
  }
}
@media (max-width: 1024px) {
  .section-2 .element {
    --max-width: calc(100% - 40%);
  }
}
@media (max-width: 768px) {
  .section-2 {
    min-height: 60vh;
  }
  .section-2 .element {
    --max-width: calc(100% - 60%);
  }
  .section-2 .element-1 {
    left: -10%;
    bottom: 25%;
  }
  .section-2 .element-2 {
    top: 48%;
    right: -40%;
  }
  .section-2 .element-4 {
    bottom: 100%;
    left: 80%;
  }
  .section-2 .element-5 {
    top: 30%;
    left: inherit;
    right: -11%;
  }
  .section-2 .element-6 {
    display: none;
  }
}

.section-3, .section-4, .section-5 {
  color: var(--_color, #353B56);
  height: 100vh;
  overflow-x: clip;
}
.section-3 .container, .section-4 .container, .section-5 .container {
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 9;
}
@media (max-width: 768px) {
  .section-3 .container, .section-4 .container, .section-5 .container {
    flex-direction: column;
  }
}
.section-3 .description, .section-4 .description, .section-5 .description {
  font-size: clamp(0.7777777778rem, 0.5925925926rem + 0.8547008547vw, 1.3333333333rem);
  line-height: 1.5;
  margin-top: 20px;
}
.section-3 .format, .section-4 .format, .section-5 .format {
  position: relative;
  margin-top: clamp(1.1111111111rem, 0rem + 5.1282051282vw, 4.4444444444rem);
  font-size: clamp(0.7777777778rem, 0.4444444444rem + 1.5384615385vw, 1.7777777778rem);
  font-weight: 600;
  z-index: 3;
}
.section-3 .format__title, .section-4 .format__title, .section-5 .format__title {
  margin-bottom: clamp(0.5555555556rem, 0.3703703704rem + 0.8547008547vw, 1.1111111111rem);
}
@media (max-width: 768px) {
  .section-3 .format__title, .section-4 .format__title, .section-5 .format__title {
    margin-top: 50px;
  }
}
.section-3 .format__list, .section-4 .format__list, .section-5 .format__list {
  display: flex;
  gap: clamp(0.2777777778rem, 0rem + 1.2820512821vw, 1.1111111111rem);
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-3 .format__list li, .section-4 .format__list li, .section-5 .format__list li {
  border: 1px solid var(--_color);
  border-radius: clamp(0.4444444444rem, 0.1481481481rem + 1.3675213675vw, 1.3333333333rem);
  padding: clamp(0.5555555556rem, 0.4074074074rem + 0.6837606838vw, 1rem) clamp(0.5555555556rem, 0.0555555556rem + 2.3076923077vw, 2.0555555556rem);
  transition: 0.25s;
  min-width: 64px;
  text-align: center;
  cursor: pointer;
}
.section-3 .format__list li:hover, .section-4 .format__list li:hover, .section-5 .format__list li:hover {
  background: #fff;
  border-color: #fff;
}
.section-3 .text, .section-4 .text, .section-5 .text {
  max-width: 630px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .section-3 .text, .section-4 .text, .section-5 .text {
    padding-top: 50px;
  }
}
.section-3 .product, .section-4 .product, .section-5 .product {
  position: relative;
  display: flex;
  justify-content: center;
  flex-grow: 1;
  min-width: 0;
  height: 100%;
}
@media (max-width: 768px) {
  .section-3 .product, .section-4 .product, .section-5 .product {
    min-height: 0;
  }
}
.section-3 .product__img, .section-4 .product__img, .section-5 .product__img {
  position: relative;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  max-height: 100%;
  height: min(100%, max-content);
  align-items: center;
  margin-left: auto;
  /* Специфичные стили для iOS */
}
@media (max-width: 768px) {
  .section-3 .product__img, .section-4 .product__img, .section-5 .product__img {
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }
}
@supports (-webkit-touch-callout: none) {
  .section-3 .product__img, .section-4 .product__img, .section-5 .product__img {
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
    text-align: right;
  }
}
.section-3 .product__img-main, .section-4 .product__img-main, .section-5 .product__img-main {
  position: relative;
  transform: rotate(2.64deg);
  z-index: 9;
  align-self: center;
  /* Специфичные стили для iOS */
}
@supports (-webkit-touch-callout: none) {
  .section-3 .product__img-main, .section-4 .product__img-main, .section-5 .product__img-main {
    margin-left: auto;
    margin-right: 0;
    float: right;
  }
}
.section-3 .product__img-container, .section-4 .product__img-container, .section-5 .product__img-container {
  position: relative;
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: 2vw;
  /* Специфичные стили для iOS */
}
@media (max-width: 768px) {
  .section-3 .product__img-container, .section-4 .product__img-container, .section-5 .product__img-container {
    max-height: 500px;
  }
}
@supports (-webkit-touch-callout: none) {
  .section-3 .product__img-container, .section-4 .product__img-container, .section-5 .product__img-container {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
    display: flex;
    justify-content: flex-end;
  }
}
.section-3 .product__img-sheets, .section-4 .product__img-sheets, .section-5 .product__img-sheets {
  position: absolute;
  right: calc(clamp(1.1111111111rem, -1.2962962963rem + 11.1111111111vw, 8.3333333333rem) * -1);
  top: 50%;
  transform: translateY(-50%);
}
.section-3 .product__img-element, .section-4 .product__img-element, .section-5 .product__img-element {
  position: absolute;
  z-index: 8;
  transform-origin: center;
}
.section-3 .product__plash, .section-4 .product__plash, .section-5 .product__plash {
  position: absolute;
  left: 0;
  bottom: 20vh;
  background: rgba(255, 255, 250, 0.73);
  backdrop-filter: blur(16px);
  border-radius: clamp(1rem, 0.5925925926rem + 1.8803418803vw, 2.2222222222rem);
  transform: rotate(-6deg);
  font-size: clamp(0.7777777778rem, 0.4444444444rem + 1.5384615385vw, 1.7777777778rem);
  font-weight: 500;
  line-height: 1.2;
  color: var(--_color);
  text-align: center;
  text-wrap: balance;
  padding: clamp(0.8333333333rem, 0.3703703704rem + 2.1367521368vw, 2.2222222222rem) clamp(0.8333333333rem, -0.1851851852rem + 4.7008547009vw, 3.8888888889rem);
  max-width: 500px;
  z-index: 9;
}
@media (max-width: 1399px) {
  .section-3 .product__plash, .section-4 .product__plash, .section-5 .product__plash {
    bottom: 10vh;
    left: -10vw;
    padding: clamp(0.8333333333rem, 0.5555555556rem + 1.2820512821vw, 1.6666666667rem) clamp(0.8333333333rem, 0.1851851852rem + 2.9914529915vw, 2.7777777778rem);
    font-size: clamp(0.7777777778rem, 0.5555555556rem + 1.0256410256vw, 1.4444444444rem);
    max-width: 400px;
  }
}
@media (max-width: 1299px) {
  .section-3 .product__plash, .section-4 .product__plash, .section-5 .product__plash {
    left: -14vw;
  }
}
@media (max-width: 768px) {
  .section-3 .product__plash, .section-4 .product__plash, .section-5 .product__plash {
    left: 0;
    top: 5vh;
    bottom: inherit;
    font-weight: 600;
    max-width: 200px;
  }
}
.section-3 .product .swiper, .section-4 .product .swiper, .section-5 .product .swiper {
  width: 100%;
  height: 100%;
  min-width: 0;
  z-index: 9;
}
.section-3 .product .swiper-wrapper, .section-4 .product .swiper-wrapper, .section-5 .product .swiper-wrapper {
  height: 100%;
}
.section-3 .product .swiper.swiper-creative .swiper-slide, .section-4 .product .swiper.swiper-creative .swiper-slide, .section-5 .product .swiper.swiper-creative .swiper-slide {
  margin-left: 0;
}
.section-3 .product .swiper-slide, .section-4 .product .swiper-slide, .section-5 .product .swiper-slide {
  display: flex;
  align-items: center;
  -webkit-justify-content: flex-end; /* для старых Safari */
  justify-content: flex-end;
  padding-right: 0 !important;
  height: 100%;
  /* Специфичные стили для iOS */
}
@supports (-webkit-touch-callout: none) {
  .section-3 .product .swiper-slide, .section-4 .product .swiper-slide, .section-5 .product .swiper-slide {
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
    padding-right: 0 !important;
    text-align: right;
  }
}
.section-3 .product .swiper-slide .plash-container, .section-4 .product .swiper-slide .plash-container, .section-5 .product .swiper-slide .plash-container {
  --_height: calc(var(--product-img-height) - 20vh);
  position: absolute;
  bottom: 5vh;
  right: -20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: var(--product-img-width);
  height: var(--_height);
  pointer-events: none;
  transition: 0.3s;
  z-index: 11;
}
.section-3 .product .swiper-slide .plash-container .plash-box, .section-4 .product .swiper-slide .plash-container .plash-box, .section-5 .product .swiper-slide .plash-container .plash-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.section-3 .product .swiper-slide .plash-container .plash, .section-4 .product .swiper-slide .plash-container .plash, .section-5 .product .swiper-slide .plash-container .plash {
  color: var(--_color);
  font-size: clamp(0.7777777778rem, 0.3703703704rem + 1.8803418803vw, 2rem);
  font-weight: 700;
  background: #fff;
  border-radius: 24px;
  padding: 12px 24px;
  text-align: center;
  transform: rotate(-4deg);
  width: 100%;
  max-width: 250px;
  min-height: clamp(2.7777777778rem, 1.8518518519rem + 4.2735042735vw, 5.5555555556rem);
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .section-3 .product .swiper-slide .plash-container, .section-4 .product .swiper-slide .plash-container, .section-5 .product .swiper-slide .plash-container {
    --_height: calc(var(--product-img-height) - 15vh);
  }
  .section-3 .product .swiper-slide .plash-container .plash, .section-4 .product .swiper-slide .plash-container .plash, .section-5 .product .swiper-slide .plash-container .plash {
    max-width: 150px;
  }
}
.section-3 .product .swiper-slide-active .plash-container, .section-4 .product .swiper-slide-active .plash-container, .section-5 .product .swiper-slide-active .plash-container {
  right: 0;
}
.section-3 .product .swiper-slide img, .section-4 .product .swiper-slide img, .section-5 .product .swiper-slide img {
  align-self: center;
  max-height: 100%;
  width: auto;
  object-fit: contain;
}

.section-3 {
  --_color: #1E79CF;
  --curtis-opacity: 0.3;
  --curtis-transform: translateY(0);
  --curtis-visibility: hidden;
  background: linear-gradient(180deg, #A5ECFF 0%, #DDF3F5 73.7%, #EFF9F8 100%);
}
.section-3::after {
  position: fixed;
  top: calc(-10px - 1vw);
  width: 100%;
  content: "CURTIS";
  color: #fff;
  font-family: "Circe", serif;
  font-size: clamp(1.5555555556rem, -9.1851851852rem + 49.5726495726vw, 33.7777777778rem);
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  pointer-events: none;
  opacity: var(--curtis-opacity);
  z-index: 2;
  transform: var(--curtis-transform, translateY(0));
  visibility: var(--curtis-visibility);
}
@media (max-width: 2000px) {
  .section-3::after {
    font-size: 29vw;
  }
}
@media (max-width: 768px) {
  .section-3::after {
    top: 5vh;
    text-align: left;
    content: "CUR\aTIS";
    line-height: 0.8;
    white-space: pre;
    font-size: 50vw;
  }
}
.section-3::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/73;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1920 73' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1739.1 71.5879C1823.67 72.6931 1895.11 72.3886 1941 71.5879H1739.1C1594.83 69.7025 1412.37 63.7143 1253.5 49.0879C938.5 20.0879 167 -21.9121 0 13.5879V71.5879H1739.1Z' fill='%23A5ECFF'/%3E%3C/svg%3E") no-repeat center/100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(calc(-100% + 2px));
  pointer-events: none;
  z-index: 2;
}
.section-3 .plash-container {
  --_color: #01356C;
}
.section-3 .product__img-sheets {
  right: -20%;
}
.section-3 .product__img-sheets-2 {
  left: 0;
  top: 15%;
  scale: -0.8 0.8;
  rotate: 10deg;
}
.section-3 .product [class*=element-] {
  will-change: transform;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  transform-origin: center;
  animation-name: float-soft;
  pointer-events: none;
}
.section-3 .product .element-1 {
  animation-duration: 9s;
}
.section-3 .product .element-2 {
  animation-duration: 12s;
  animation-delay: -1.2s;
}
.section-3 .product .element-3 {
  animation-duration: 10.5s;
  animation-direction: reverse;
}
.section-3 .product .element-4 {
  animation-duration: 14s;
  animation-delay: -2s;
}
.section-3 .product .element-5 {
  animation-duration: 11.5s;
  animation-delay: -0.6s;
}
.section-3 .product .element-6 {
  animation-duration: 13s;
  animation-direction: reverse;
}
.section-3 .product .element-1 {
  right: 4%;
  bottom: 25%;
}
.section-3 .product .element-2 {
  right: 26vw;
  top: 30%;
}
.section-3 .product .element-3 {
  right: 0;
  top: 50%;
}
.section-3 .product .element-4 {
  right: -2%;
  top: 26vh;
  z-index: -1;
}
.section-3 .product .element-5 {
  left: 50%;
  top: 40vh;
  z-index: -1;
}
.section-3 .product .element-6 {
  right: 15%;
  bottom: 32vh;
  z-index: -1;
}
@media (max-width: 768px) {
  .section-3 .product__img-sheets {
    right: -38%;
    top: 66%;
    scale: 1.6;
  }
  .section-3 .product .element-1 {
    right: -30px;
    bottom: 8%;
    scale: 0.5;
  }
  .section-3 .product .element-2 {
    right: 54vw;
    scale: 0.5;
  }
  .section-3 .product .element-3 {
    right: -5%;
    top: 39%;
    scale: 0.5;
  }
  .section-3 .product .element-4 {
    right: 4%;
    top: 55%;
    scale: 0.5;
  }
  .section-3 .product .element-5 {
    left: 25%;
    top: 29vh;
    scale: 0.5;
  }
  .section-3 .product .element-6 {
    right: -10%;
    bottom: 40vh;
    scale: 0.5;
  }
}

.section-4 {
  --_color: #256300;
  background: linear-gradient(180deg, #C8F1AC 0%, #D2F6CA 31.46%, #EFF9F8 100%);
}
.section-4::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/73;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1920 73' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M201.9 71.5879C117.333 72.6931 45.886 72.3886 0 71.5879H201.9C346.171 69.7025 528.627 63.7143 687.5 49.0879C1002.5 20.0879 1774 -21.9121 1941 13.5879V71.5879H201.9Z' fill='%23C9F2AD'/%3E%3C/svg%3E") no-repeat center/100% 100%;
  position: absolute;
  right: -38%;
  top: 0;
  transform: translateY(calc(-100% + 2px));
  pointer-events: none;
  z-index: 2;
}
.section-4 .plash-container {
  --_color: #155036;
}
.section-4 .title {
  color: #69C729;
}
.section-4 .product__img-sheets {
  right: -20%;
}
.section-4 .product__img-sheets-2 {
  left: 0;
  top: 15%;
  scale: -0.8 0.8;
  rotate: 10deg;
}
.section-4 .product [class*=element-] {
  will-change: transform;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  transform-origin: center;
  filter: hue-rotate(294deg) saturate(1.4) brightness(1.05);
  animation-name: float-soft;
  pointer-events: none;
}
.section-4 .product .element-1 {
  animation-duration: 9s;
}
.section-4 .product .element-2 {
  animation-duration: 12s;
  animation-delay: -1.2s;
}
.section-4 .product .element-3 {
  animation-duration: 10.5s;
  animation-direction: reverse;
}
.section-4 .product .element-1 {
  right: 4%;
  bottom: 25%;
  z-index: -1;
}
.section-4 .product .element-2 {
  left: 35%;
  top: 30%;
  z-index: -1;
}
.section-4 .product .element-3 {
  right: 6%;
  top: 17%;
}
@media (max-width: 768px) {
  .section-4 .product__img-sheets {
    top: 55%;
    scale: 1.2;
  }
  .section-4 .product__img-sheets-2 {
    top: 26%;
    scale: -0.8 0.8;
  }
  .section-4 .product .element-1 {
    right: -15px;
    bottom: 18%;
    scale: 0.5;
  }
  .section-4 .product .element-2 {
    left: 20%;
    scale: 0.5;
  }
  .section-4 .product .element-3 {
    right: 0;
    top: 13%;
    scale: 0.5;
    z-index: 0;
  }
}

.section-5 {
  --_color: #C9295D;
  background: linear-gradient(182.71deg, #FEFFD8 -3.12%, #FFB8DC 45.48%, #FFEFF4 80.58%, #FFFFFA 99.62%);
}
.section-5::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 979px;
  aspect-ratio: 979/30;
  background: url("data:image/svg+xml,%3Csvg width='979' height='30' viewBox='0 0 979 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3531_91)'%3E%3Cpath d='M1499.1 70.5879C1583.67 71.6931 1655.11 71.3886 1701 70.5879H1499.1C1354.83 68.7025 1172.37 62.7143 1013.5 48.0879C698.5 19.0879 -73 -22.9121 -240 12.5879V70.5879H1499.1Z' fill='%23feefd9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3531_91'%3E%3Crect width='979' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center/100% 100%;
  position: absolute;
  left: -200px;
  top: 0;
  transform: translateY(calc(-100% + 2px));
  pointer-events: none;
  z-index: 2;
}
.section-5 .plash-container {
  --_color: #9B275B;
}
.section-5 .title {
  color: #E468A7;
}
.section-5 .product__img-sheets {
  right: -6%;
}
.section-5 .product__img-sheets-2 {
  left: 0;
  top: 15%;
  scale: -0.8 0.8;
  rotate: 10deg;
}
.section-5 .product [class*=element-] {
  will-change: transform;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  transform-origin: center;
  animation-name: float-soft;
  pointer-events: none;
}
.section-5 .product .element-1 {
  animation-duration: 9s;
}
.section-5 .product .element-2 {
  animation-duration: 12s;
  animation-delay: -1.2s;
}
.section-5 .product .element-3 {
  animation-duration: 10.5s;
  animation-direction: reverse;
}
.section-5 .product .element-5 {
  animation-duration: 11.5s;
  animation-delay: -0.6s;
}
.section-5 .product .element-6 {
  animation-duration: 13s;
  animation-direction: reverse;
}
.section-5 .product .element-7 {
  animation-duration: 14s;
  animation-delay: -2s;
}
.section-5 .product .element-1 {
  left: 43%;
  bottom: 34%;
  z-index: -1;
  filter: hue-rotate(149deg) saturate(1.4) brightness(1.05);
}
.section-5 .product .element-2 {
  left: 79%;
  bottom: 34%;
  z-index: -1;
  filter: hue-rotate(149deg) saturate(1.4) brightness(1.05);
}
.section-5 .product .element-3 {
  right: 4%;
  top: 34%;
  filter: hue-rotate(149deg) saturate(1.4) brightness(1.05);
}
.section-5 .product .element-4 {
  right: 2%;
  bottom: 10%;
  z-index: -1;
}
.section-5 .product .element-5 {
  left: 35%;
  top: 30vh;
  z-index: -1;
}
.section-5 .product .element-6 {
  left: 40%;
  bottom: 42vh;
  z-index: -1;
}
.section-5 .product .element-7 {
  right: -3%;
  top: 15vh;
  z-index: -1;
}
.section-5 .product .element-8 {
  right: 4%;
  top: 23vh;
  z-index: -1;
}
.section-5 .product .element-9 {
  left: 48%;
  bottom: 21vh;
  z-index: -1;
}
.section-5 .product .element-10 {
  right: 36%;
  top: 28vh;
  z-index: -1;
}
@media (max-width: 768px) {
  .section-5 .product .element-1 {
    left: 15%;
    bottom: 34%;
    scale: 0.6;
    z-index: 1;
  }
  .section-5 .product .element-2 {
    left: 70%;
    bottom: 31%;
    scale: 0.6;
  }
  .section-5 .product .element-3 {
    right: -2%;
    top: 38%;
    scale: 0.5;
  }
  .section-5 .product .element-4 {
    right: -13%;
    bottom: 0%;
    scale: 0.6;
  }
  .section-5 .product .element-5 {
    left: 5%;
    top: 18vh;
    z-index: 1;
    scale: 0.6;
  }
  .section-5 .product .element-6 {
    display: none;
  }
  .section-5 .product .element-7 {
    right: -14%;
    top: 12vh;
    scale: 0.6;
  }
  .section-5 .product .element-8 {
    display: none;
  }
  .section-5 .product .element-9 {
    display: none;
  }
  .section-5 .product .element-10 {
    right: 36%;
    top: 15vh;
    scale: 0.6;
  }
}

.section-6 .h1 {
  text-align: center;
  line-height: 1.4;
}
.section-6 ul {
  display: flex;
  justify-content: center;
  gap: clamp(1.1111111111rem, 0.6666666667rem + 2.0512820513vw, 2.4444444444rem);
  margin: clamp(1.3333333333rem, 0.962962963rem + 1.7094017094vw, 2.4444444444rem) 0 clamp(2.2222222222rem, 1.1111111111rem + 5.1282051282vw, 5.5555555556rem);
  padding: 0;
}
@media (max-width: 768px) {
  .section-6 ul {
    flex-direction: column;
  }
}
.section-6 ul li {
  list-style: none;
}
@media (max-width: 375px) {
  .section-6 {
    margin-top: 100px;
  }
}

.ozon,
.wildberries {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 38px 0;
  border-radius: 24px;
  width: 312px;
}
@media (max-width: 768px) {
  .ozon,
  .wildberries {
    width: 100%;
    flex: 1 0 100%;
    padding: 23px 0;
  }
}

.ozon {
  background: #005CFE;
}

.wildberries {
  background: #E13AC2;
}

@keyframes float-soft {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  25% {
    transform: translate3d(0, -8px, 0) rotate(-0.8deg);
  }
  50% {
    transform: translate3d(0, 0, 0) rotate(0.6deg);
  }
  75% {
    transform: translate3d(0, 8px, 0) rotate(0.8deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}
@keyframes gradient-stop-1 {
  0%, 100% {
    stop-color: #0067C9;
  }
  33% {
    stop-color: #FFFFFA;
  }
  66% {
    stop-color: #6CC1E4;
  }
}
@keyframes gradient-stop-2 {
  0%, 100% {
    stop-color: #6CC1E4;
  }
  33% {
    stop-color: #0067C9;
  }
  66% {
    stop-color: #FFFFFA;
  }
}
@keyframes gradient-stop-3 {
  0%, 100% {
    stop-color: #FFFFFA;
  }
  33% {
    stop-color: #6CC1E4;
  }
  66% {
    stop-color: #0067C9;
  }
}
#menu-cold-tea {
  position: relative;
  color: #fff;
  font-weight: 500;
  z-index: 2;
}
#menu-cold-tea::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: url("/cold-tea/images/bg-top-nav.jpg") center/cover;
  rotate: -2.4deg;
  pointer-events: none;
  padding: 10px 16px;
  z-index: -1;
  transition: 0.25s;
}
#menu-cold-tea:hover::before {
  rotate: 0deg;
}

.modal-cold-tea.modal .modal-content .h1 {
  color: #5494BC;
  font-size: clamp(1.7777777778rem, 1.4814814815rem + 1.3675213675vw, 2.6666666667rem);
  font-weight: 600;
}
.modal-cold-tea.modal .close {
  width: 28px;
  height: 28px;
}
.modal-cold-tea.modal .close::before, .modal-cold-tea.modal .close::after {
  background-color: #5494BC;
  height: 3px;
}
.modal-cold-tea.modal .modal-text {
  color: #1E79CF;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /cold-tea/style.css?175601603427558 */
