@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  line-height: 1;
  font-size: 0.5208333333vw;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #fff;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
@font-face {
  font-family: "Bw Surco DEMO";
  src: url("../fonts/BwSurco-Bold.eot");
  src: url("../fonts/BwSurco-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BwSurco-Bold.woff2") format("woff2"), url("../fonts/BwSurco-Bold.woff") format("woff"), url("../fonts/BwSurco-Bold.ttf") format("truetype"), url("../fonts/BwSurco-Bold.svg#BwSurco-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-Regular.eot");
  src: url("../fonts/Inter18pt-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter18pt-Regular.woff2") format("woff2"), url("../fonts/Inter18pt-Regular.woff") format("woff"), url("../fonts/Inter18pt-Regular.ttf") format("truetype"), url("../fonts/Inter18pt-Regular.svg#Inter18pt-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.rules-card__header, .preloader h2, .container__header {
  font-family: "Bw Surco DEMO";
  font-weight: 700;
  font-size: 5.5rem;
  line-height: 110%;
  letter-spacing: 0.5%;
}

.prize__header h3, .btn.big span, .container__sub-header {
  font-family: "Bw Surco DEMO";
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 120%;
}

.faq__header h3, .prize__counter span, .rules__buttons, .main__dates {
  font-family: "Bw Surco DEMO";
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 100%;
}

.table__header, .rules-card .btn {
  font-family: "Bw Surco DEMO";
  font-weight: 700;
  font-size: 2rem;
  line-height: 120%;
}

.prize__text, .btn {
  font-family: "Bw Surco DEMO";
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 120%;
}

.separator, .timer {
  font-family: Inter;
  font-weight: 400;
  font-size: 5.6rem;
  line-height: 100%;
}

.winners__search input, .container__link, body {
  font-family: Inter;
  font-weight: 400;
  font-size: 2rem;
  line-height: 120%;
}

.header__menu ul {
  font-family: Inter;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 120%;
}

.footer__policy a, .footer__text {
  font-family: Inter;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 110%;
}

.btn:hover {
  background: linear-gradient(180deg, #A2C037 0%, #85A10C 124.45%);
}

.footer__menu-social a, .pagination button:first-child, .pagination button:last-child, .slick-prev, .slick-next, .btn-icon span {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-background-size: cover;
}

.container {
  width: 132rem;
  margin: 0 auto;
}

.grid {
  display: grid;
  grid-template-rows: auto;
  gap: 4rem;
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.clg {
  color: #A2C037;
}

.withbg {
  background: #A2C037;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  border-radius: 4rem;
}

.header {
  position: relative;
  backdrop-filter: blur(10px); /* размытие заднего фона */
  -webkit-backdrop-filter: blur(10px); /* для Safari */
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  -webkit-mask: linear-gradient(rgb(255, 255, 255) 0 0) content-box, linear-gradient(rgba(255, 255, 255, 0.1) 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(30.3999996185px);
  box-shadow: -15.7px -19.06px 7.85px -22.43px #FFFFFF inset;
}

body {
  background: #FFFFFF;
  color: #004B1F;
}

a {
  color: #004B1F;
}

.container {
  width: 126.5rem;
  margin: 0 auto;
  padding: 7rem 0;
}
.container__header {
  text-align: center;
  margin-bottom: 6rem;
}
.container__header span {
  color: #FFFFFF;
}
.container__sub-header {
  text-align: center;
  margin-bottom: 3rem;
}
.container__link {
  display: inline-block;
  text-align: center;
  margin-bottom: 4rem;
  text-decoration: underline;
}

.preloader {
  background: #A2C037;
}
.preloader h2 {
  color: #004B1F;
  text-align: center;
}

.header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: fixed;
  left: 50%;
  top: 2rem;
  transform: translateX(-50%);
  z-index: 10;
  padding: 1.15rem 1.5rem 1.15rem 3rem;
  box-shadow: 0px -3px 6px 0px rgba(255, 255, 255, 0.4) inset;
  border-radius: 8.8rem;
}
.header__blur {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 10%, #ffffff 0%);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
  height: 11.5rem;
}
.header__logo {
  width: 13.5rem;
  box-shadow: 0px 3.03px 3.03px 0px rgba(0, 0, 0, 0.2509803922);
}
.header__menu ul {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 0 4rem;
}
.header__menu-mobile {
  display: none;
}
.header__buttons-m {
  display: none;
}
.header__buttons {
  display: flex;
  margin-left: auto;
  gap: 1rem;
}
.header__menu-mobile {
  display: none;
}

.btn {
  background: #004B1F;
  color: #FFFFFF;
  padding: 1.5rem 3.1rem;
  height: 4.5rem;
  border-radius: 10rem;
  transition: 0.3s;
}
.btn.big {
  padding: 0.7rem;
  position: relative;
  overflow: hidden;
  height: auto;
  background-color: transparent;
}
.btn.big span {
  display: block;
  position: sticky;
  font-size: 4rem;
  background: #FFFFFF;
  color: #004B1F;
  height: auto;
  padding: 2.6rem 9.6rem;
  -webkit-border-radius: 8.8rem;
  -moz-border-radius: 8.8rem;
  border-radius: 8.8rem;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0px -3px 6px 0px rgba(255, 255, 255, 0.4) inset;
}
.btn.big span:hover {
  background: #004B1F;
  color: #FFFFFF;
}
.btn.big:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 6.9rem;
  -moz-border-radius: 6.9rem;
  border-radius: 6.9rem;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(30.3999996185px);
  box-shadow: -15.7px -19.06px 7.85px -22.43px rgb(255, 255, 255) inset, 15.7px 15.7px 11.21px -22.43px rgb(255, 255, 255) inset, 0px 4px 15px 0px rgba(87, 153, 45, 0.5);
}
.btn:hover {
  color: #FFFFFF;
  background: #A2C037;
  box-shadow: 0px 4px 15px 0px rgba(87, 153, 45, 0.5);
}
.btn-active {
  background-color: #004B1F !important;
}
.btn-active:visited {
  color: #FFFFFF;
}
.btn-active.btn-logout span {
  background: #FFFFFF;
}
.btn-active.btn-login span {
  background: #FFFFFF;
}
.btn-empty {
  background-color: transparent;
  color: #004B1F;
  border: 1px solid #004B1F;
}
.btn-icon span {
  display: block;
  mask-image: url("../img/account.svg");
  mask-size: contain;
  background-color: #004B1F;
  width: 1.7rem;
  height: 1.7rem;
}
.btn-icon {
  background-color: transparent;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  border: 1px solid #004B1F;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.btn-icon:hover {
  background-color: #004B1F;
}
.btn-icon:hover span {
  background-color: #FFFFFF;
}
.btn-logout span {
  mask-image: url("../img/logout.svg");
  background-color: #004B1F;
  width: 1.76rem;
  height: 1.76rem;
}
.btn-login {
  padding: 0;
  width: 4.6rem;
  height: 4.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-login span {
  mask-image: url("../img/account.svg");
  background-color: #004B1F;
  width: 1.7rem;
  height: 1.7rem;
}

.mobile {
  display: none;
}

.main {
  height: 95.6rem;
  display: flex;
  flex-direction: column;
  background: url("../img/header.png") 0 0 no-repeat;
  background-size: cover;
}
.main__img {
  width: 100%;
  height: auto;
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
}
.main__img-m {
  display: none;
}
.main__logo {
  position: sticky;
  z-index: 2;
  width: 73.29rem;
}
.main__dates {
  position: sticky;
  z-index: 2;
  margin-top: 10rem;
  padding: 0;
  line-height: 120%;
}
.main__brands {
  position: sticky;
  z-index: 2;
  display: flex;
  gap: 3.5rem;
  align-items: center;
  padding-top: 10rem;
}
.main__brands.container {
  padding: 0;
}
.main__brand.coca-cola {
  width: 9.7rem;
}
.main__brand.chupa-chups {
  width: 9.7rem;
}
.main__brand.nescafe {
  width: 16.8rem;
}
.main__footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.main .btn {
  margin-bottom: 2rem;
}
.main {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.flower {
  position: absolute;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.flower-1 {
  background-image: url(../img/flowers/1.png);
  width: 70rem;
  height: 50rem;
  left: -20rem;
  top: 0;
  transform-origin: 15% 90%;
  animation: flower-sway 6s ease-in-out infinite;
  will-change: transform;
}
.flower-2 {
  background-image: url(../img/flowers/2.png);
  width: 80rem;
  height: 45rem;
  right: -5rem;
  top: -1rem;
  transform-origin: 85% 85%;
  animation: flower-sway-2 4s ease-in-out infinite;
  will-change: transform;
}
.flower-3 {
  background-image: url(../img/flowers/3.png);
  width: 46rem;
  height: 34rem;
  right: -10rem;
  top: 63rem;
  opacity: 0;
  transform: translateY(1.2rem);
  animation: flower-appear 0.8s ease forwards;
  animation-delay: 1s;
}
.flower-4 {
  background-image: url(../img/flowers/4.png);
  width: 34rem;
  height: 29rem;
  right: -6rem;
  top: 42rem;
  opacity: 0;
  transform: translateY(1.2rem);
  animation: flower-appear 0.8s ease forwards;
  animation-delay: 0.6s;
}
.flower-5 {
  background-image: url(../img/flowers/5.png);
  width: 37rem;
  height: 25rem;
  left: 0;
  top: 69rem;
  opacity: 0;
  transform: translateY(1.2rem);
  animation: flower-appear 0.8s ease forwards;
  animation-delay: 0.9s;
}
.flower-6 {
  background-image: url(../img/flowers/6.png);
  width: 34rem;
  height: 29rem;
  left: 0;
  top: 42rem;
  opacity: 0;
  transform: translateY(1.2rem);
  animation: flower-appear 0.8s ease forwards;
  animation-delay: 1.2s;
}

@keyframes flower-sway {
  0% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(1.2rem) rotate(1.5deg);
  }
  100% {
    transform: translateY(0) rotate(-1deg);
  }
}
@keyframes flower-sway-2 {
  0% {
    transform: translateY(0) rotate(1deg);
  }
  50% {
    transform: translateY(0.8rem) rotate(-2deg);
  }
  100% {
    transform: translateY(0) rotate(1deg);
  }
}
@keyframes flower-appear {
  0% {
    opacity: 0;
    transform: translateY(1.2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.rules {
  text-align: center;
}
.rules .container__header {
  margin-bottom: 2rem;
}
.rules__buttons {
  position: absolute;
  left: 6.8rem;
  top: 5.3rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  z-index: 2;
}
.rules__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3019607843);
  box-shadow: -8.18px -9.93px 4.09px -11.68px #FFFFFF inset, 8.18px 8.18px 5.84px -11.68px #FFFFFF inset;
  backdrop-filter: blur(15.8344507217px);
}
.rules__button:hover, .rules__button.active {
  background: #FFFFFF;
}
.rules__wrapper {
  position: relative;
}
.rules__cards {
  background: #A2C037;
  height: 51.6rem;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  border-radius: 4rem;
}

.rules-card {
  height: 100%;
  display: none;
  justify-content: space-between;
  padding: 5.3rem 6.8rem;
  position: relative;
}
.rules-card.active {
  display: flex;
}
.rules-card__header {
  color: #FFFFFF;
  margin-bottom: 2rem;
}
.rules-card__text {
  max-width: 45rem;
}
.rules-card .btn {
  margin-top: auto;
  padding: 2rem 4.1rem;
  background: #FFFFFF;
  color: #004B1F;
  height: auto;
}
.rules-card .btn:hover {
  background: #004B1F;
  color: #FFFFFF;
}
.rules-card__content {
  width: 54.4rem;
  text-align: left;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  padding-top: 10.8rem;
}
.rules-card__img {
  position: absolute;
  bottom: 0;
  right: 6.8rem;
  width: 58.4rem;
}

.prize {
  background: #FFFFFF;
  display: grid;
  overflow: hidden;
  margin-bottom: 6rem;
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
  box-shadow: 2px 2px 16.2px 0px rgba(0, 75, 31, 0.3019607843);
}
.prize-cola-m__header {
  display: none;
}
.prize-full {
  grid-column: 1/-1;
  border-top-left-radius: 4rem;
  border-bottom-left-radius: 0rem;
}
.prize-full .prize__img {
  grid-column: span 2;
}
.prize-full .prize__header {
  align-items: flex-start;
}
.prize-full .prize__header h3 {
  margin-bottom: 2.4rem;
}
.prize-main {
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 4rem;
}
.prize-main .prize__counter {
  padding: 2.4rem 7.9rem;
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 10rem;
  bottom: auto;
  top: 0;
}
.prize-main .prize__img {
  height: 51.6rem;
  grid-column: 1/-1;
}
.prize__header {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2.5rem 1.2rem;
}
.prize__img {
  position: relative;
}
.prize__img img {
  height: 100%;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  border-radius: 4rem;
  overflow: hidden;
}
.prize__counter {
  padding: 1.3rem 2.7rem;
  min-width: 15rem;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #004B1F;
  border-top-left-radius: 10rem;
  border-top-right-radius: 10rem;
  border-bottom-right-radius: 10rem;
  text-align: center;
}
.prize__counter span {
  color: #FFFFFF;
}
.prize__text {
  text-align: left;
  margin-bottom: 0.5rem;
}

.timer-hours {
  align-items: center;
}
.timer-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.timer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  color: #A2C037;
  width: 42rem;
}
.timer-block {
  text-align: center;
}
.timer-label {
  font-size: 2rem;
  opacity: 0.85;
  text-align: left;
  line-height: 120%;
  color: #FFFFFF;
}
.timer-days {
  grid-column: 1/-1;
}
.timer-days .timer-label {
  text-align: center;
}
.timer-days .digits-box {
  width: 100%;
}
.timer > *:last-child {
  flex: 0 0 100%;
}

.digits {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-bottom: 6px;
}
.digits-box {
  width: 5.4rem;
  height: 8.9rem;
  background: #FFFFFF;
  color: #A2C037;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.separator {
  color: #FFFFFF;
  padding-bottom: 3rem;
}

.partners {
  text-align: center;
}
.partners__slider.container {
  padding: 0 0 2rem 0;
}
.partners__img {
  background: rgba(255, 255, 255, 0.2);
  padding: 5rem;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  border-radius: 4rem;
  margin-top: 7rem;
  box-shadow: 2px 2px 16.2px 0px rgba(0, 75, 31, 0.3019607843);
}
.partners .container__header {
  margin-bottom: 2rem;
}

.section__slide {
  display: flex !important;
  flex-direction: column;
  gap: 1.5rem;
  margin: 0 2rem;
  text-align: center;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  border-radius: 4rem;
  overflow: hidden;
}

.slick-prev, .slick-next {
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  opacity: 1;
  transition: 0.3s;
  z-index: 3;
  background-color: #004B1F;
}
.slick-prev:focus, .slick-next:focus {
  background-color: #004B1F;
}
.slick-prev:hover, .slick-next:hover {
  background-color: #FFFFFF;
}
.slick-disabled {
  background-color: #FFFFFF;
}
.slick-prev {
  left: -5rem;
  mask-image: url(../img/left.svg);
}
.slick-prev:before {
  display: none;
}
.slick-next {
  right: -5rem;
  mask-image: url(../img/right.svg);
}
.slick-next:before {
  display: none;
}
.slick-dots {
  display: flex;
  gap: 0.7rem;
  justify-content: center;
}
.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #FFFFFF;
  opacity: 1;
  transition: 0.3s;
  margin: 0;
}
.slick-dots li.slick-active {
  background: #004B1F;
  width: 2.4rem;
  height: 0.8rem;
  opacity: 1;
  border-radius: 0.7rem;
}
.slick-dots li button {
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
}
.slick-dots li button:before {
  display: none;
}

.winners .section__slide {
  padding: 0rem 0rem 2rem;
  box-shadow: 0px 4px 20px 0px rgba(162, 192, 55, 0.5);
}
.winners .slick-dots li {
  background: #A2C037;
}
.winners .slick-dots li.slick-active {
  background: #004B1F;
}
.winners .slick-next:hover, .winners .slick-prev:hover, .winners .slick-disabled {
  background: #A2C037;
}
.winners .slick-track {
  padding: 0rem 0rem 1.5rem;
}
.winners .section__slider {
  position: relative;
}
.winners .section__slider:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.winners__search {
  margin: 6rem auto 2rem;
  width: 80%;
  padding: 0.9rem 2.8rem;
  border: 1px solid #A2C037;
  -webkit-border-radius: 8rem;
  -moz-border-radius: 8rem;
  border-radius: 8rem;
  position: relative;
}
.winners__search input {
  background: transparent;
  width: 100%;
  height: 100%;
  color: #004B1F;
}
.winners__search input::placeholder {
  color: #A2C037;
}
.winners__search svg {
  position: absolute;
  right: 2.8rem;
  top: 50%;
  transform: translateY(-50%);
}
.winners__search__table {
  margin-top: 3rem;
}

.table {
  width: 100%;
  margin-bottom: 2rem;
}
.table__header {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem;
  background: #A2C037;
  margin-bottom: 2.5rem;
  -webkit-border-radius: 8rem;
  -moz-border-radius: 8rem;
  border-radius: 8rem;
}
.table__header .table__item {
  border-right: 1px solid #fff;
  font-size: 2rem;
}
.table__item {
  text-align: center;
  width: 100%;
}
.table__item:last-child {
  border-right: none;
}
.table__row {
  display: flex;
  padding: 2.1rem 1.1rem;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(90deg, rgba(0, 180, 213, 0.8) -3.48%, rgba(255, 255, 255, 0.8) 51.44%, rgba(0, 180, 213, 0.8) 103.28%);
  border-image-slice: 1;
}

.pagination {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 0rem;
}
.pagination button {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: transparent;
}
.pagination button:first-child, .pagination button:last-child {
  background-color: #004B1F;
}
.pagination button:disabled {
  cursor: default;
  background-color: #A2C037;
}
.pagination button:hover {
  background-color: #A2C037;
}
.pagination button:first-child {
  mask-image: url(../img/left.svg);
}
.pagination button:last-child {
  mask-image: url(../img/right.svg);
}
.pagination span {
  color: #004B1F;
}

.video video {
  width: 100%;
  height: 72rem;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  border-radius: 4rem;
}

.faq-wrapper {
  margin-bottom: -4rem;
  padding-bottom: 4rem;
  background: #A2C037;
  -webkit-border-radius: 4rem 4rem 0 0;
  -moz-border-radius: 4rem 4rem 0 0;
  border-radius: 4rem 4rem 0 0;
}
.faq__items {
  margin-bottom: 4.5rem;
}
.faq__item {
  border-bottom: 1px solid #004B1F;
  padding: 4.5rem 0;
  cursor: pointer;
}
.faq__item.hidden {
  display: none;
}
.faq__item:hover .faq__header h3 {
  color: #FFFFFF;
}
.faq__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq__header.active h3 {
  transition: 0.3s;
  color: #FFFFFF;
}
.faq__header.active .faq__plus span:last-child {
  transform: translate(-50%, -50%) rotate(0deg);
  background: #FFFFFF;
}
.faq__header h3 {
  width: 60rem;
  transition: 0.3s;
}
.faq__plus {
  position: relative;
}
.faq__plus span {
  background: #004B1F;
  width: 2rem;
  height: 1.5px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.faq__plus span:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq__text {
  display: none;
  margin-top: 3rem;
  width: 110rem;
}

.footer {
  position: relative;
  background: #FFFFFF;
  -webkit-border-radius: 4rem 4rem 0 0;
  -moz-border-radius: 4rem 4rem 0 0;
  border-radius: 4rem 4rem 0 0;
}
.footer__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid #004B1F;
}
.footer__menu ul {
  display: flex;
  gap: 2.5rem;
}
.footer__menu a:hover {
  color: #A2C037;
}
.footer__menu-item {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: flex-end;
}
.footer__menu-item span {
  font-weight: 400;
  font-size: 1.2rem;
  color: #004B1F;
}
.footer__menu-social {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.footer__menu-social a {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  transition: 0.3s;
  background-color: #004B1F;
}
.footer__menu-social a:hover {
  background-color: #A2C037;
}
.footer__menu-social a.tt {
  mask-image: url(../img/social/1.svg);
}
.footer__menu-social a.tg {
  mask-image: url(../img/social/2.svg);
}
.footer__menu-social a.vb {
  mask-image: url(../img/social/3.svg);
}
.footer__menu-social a.ig {
  mask-image: url(../img/social/4.svg);
}
.footer__bottom {
  padding: 2rem 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__bottom a:hover {
  color: #A2C037;
}
.footer__text {
  width: 60%;
}
.footer__text a:hover {
  color: #A2C037;
}
.footer__policy {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.footer__policy a {
  text-align: right;
  text-decoration: underline;
}
.footer__policy a:hover {
  color: #A2C037;
}

.preloader {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: -1;
  justify-content: center;
}

.preloader h1 {
  font-size: 15rem;
}

.preloader__img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

.preloader__img-m {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

.slideTo {
  transform: translateY(-100%);
  animation: slideTo 1.5s ease forwards;
}

.slideIn {
  transform: translateX(100%);
  animation: slideIn 4s ease forwards;
}

.fadeIn {
  opacity: 0;
  animation: fadeIn 3s ease forwards;
}

.line {
  width: 0;
  animation: line 3s ease 3s forwards;
}

.d-4000 {
  animation-delay: 4000ms;
}

.d-3500 {
  animation-delay: 3500ms;
}

.d-3000 {
  animation-delay: 3000ms;
}

.d-2500 {
  animation-delay: 2500ms;
}

.d-2000 {
  animation-delay: 2000ms;
}

.d-12000 {
  animation-delay: 18000ms;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideTo {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  html, body {
    font-size: 2.6666666667vw;
    overflow-x: hidden;
  }
  .cloud {
    display: none;
  }
  .container {
    width: 35rem;
    padding: 3rem 0;
  }
  .grid {
    display: flex;
    flex-direction: column;
  }
  .main__dates {
    margin-top: 11rem;
    margin-bottom: 1.5rem;
    padding: 0;
    font-size: 1.5rem;
    line-height: 120%;
  }
  .main__footer {
    flex-direction: column;
  }
  .main__footer.container {
    padding: 1rem 0;
  }
  .main__brands {
    gap: 1.5rem;
  }
  .main .btn.big {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  .main .btn.big span {
    font-size: 2.7rem;
    padding: 1.6rem 5.6rem;
    text-align: center;
  }
  .main {
    overflow: hidden;
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
    background: url("../img/header-m.png") 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 54rem;
  }
  .main__logo {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .main__brand.nescafe {
    width: 8.2rem;
  }
  .main__brand.coca-cola {
    width: 4.7rem;
  }
  .main__brand.chupa-chups {
    width: 4.7rem;
  }
  .partners .slick-list {
    padding: 2rem 0;
    height: auto !important;
  }
  .partners .slick-dots {
    bottom: 0rem;
  }
  .partners .stages-info__link {
    width: 35rem;
  }
  .partners .section__slider {
    margin-top: 0;
  }
  .partners__img {
    margin-bottom: 6rem;
  }
  .partners__img img {
    display: none;
  }
  .partners__img img.mobile {
    display: block;
  }
  .stages-info__body {
    flex-direction: column;
    gap: 2rem;
  }
  .stages-info__header {
    gap: 1.9rem 1.4rem;
    flex-wrap: wrap;
  }
  .stages-info__btn {
    width: 48%;
    text-align: center;
    font-size: 1.8rem;
    padding: 1.2rem 2.3rem;
  }
  .stages-info__link {
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    display: block;
    padding: 1.2rem;
    border-radius: 30px;
    text-decoration: underline;
    background: linear-gradient(107.8deg, rgba(255, 255, 255, 0.3) 4.48%, rgba(255, 255, 255, 0) 112.09%);
  }
  .stages-info__link:before {
    display: none;
  }
  .stages-info__img {
    width: 100%;
  }
  .stages-info__text {
    font-size: 2.2rem;
    margin-top: 2rem;
  }
  .stages-info__card {
    padding: 1.4rem;
  }
  .stages-info__item .prize-cola,
  .stages-info__item .prize-main {
    flex-direction: row;
    padding: 1.4rem 1.4rem;
  }
  .stages-info__item .prize-main .badge,
  .stages-info__item .prize-cola .badge {
    width: 22rem;
    justify-content: center;
  }
  .footer__menu {
    padding: 2rem 0;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .footer__menu ul {
    flex-direction: column;
    gap: 1.5rem;
  }
  .footer__menu ul li a {
    font-size: 1.6rem;
  }
  .footer__menu-social {
    order: 3;
    flex-basis: 100%;
    justify-content: center;
    margin-top: 2rem;
  }
  .footer__menu-item a {
    font-size: 1.6rem;
  }
  .footer__menu-item span {
    width: 12rem;
    font-size: 1rem;
    text-align: right;
    margin-top: 1rem;
  }
  .footer__bottom {
    flex-direction: column;
    gap: 2rem;
    padding-bottom: 5rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .footer__text {
    width: 100%;
  }
  .footer__policy {
    align-items: flex-start;
    gap: 1rem;
  }
  .footer__policy a {
    text-align: left;
  }
  .section__btn {
    margin-top: 2rem;
  }
  .section__btn .btn {
    width: 100%;
  }
  .section__slide {
    margin: 0 1.5rem;
  }
  .stages__date {
    display: none;
  }
  .stages__int {
    font-size: 2.4rem;
    height: 4.5rem;
    width: 4.5rem;
  }
  .stages__numbers {
    background-position: center 2.2rem;
    margin-bottom: 2rem;
  }
  .stages__numbers:after {
    top: 2.3rem;
  }
  .winners__search {
    width: 100%;
    margin: 0 auto 3rem;
  }
  .winners .section__slider {
    margin-bottom: 5rem;
  }
  .table {
    overflow-x: scroll;
  }
  .table__header {
    width: 63.6rem;
  }
  .table__header .table__item {
    font-size: 1.1rem;
  }
  .table__item {
    padding: 0 0.3rem;
  }
  .table__row {
    width: 63.6rem;
    padding: 1.1rem 0.5rem;
  }
  .faq {
    margin-bottom: 0;
  }
  .faq__header h3 {
    font-size: 2.4rem;
    width: 24rem;
  }
  .faq__item {
    padding: 3.5rem 2rem;
  }
  .faq__text {
    width: 100%;
  }
  .faq__items {
    margin-bottom: 2rem;
  }
  .faq .btn {
    margin-bottom: 2rem;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
  }
  .mobile {
    display: block;
  }
  .header {
    top: 0;
    padding: 1.8rem 2rem;
    width: 100%;
  }
  .header__menu {
    display: none;
  }
  .header__menu-mobile {
    display: none;
  }
  .header__menu-mobile ul {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    height: auto;
  }
  .header__menu-mobile ul li {
    text-align: center;
    font-size: 2.4rem;
    line-height: 100%;
    padding-bottom: 1rem;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(90deg, rgba(0, 180, 213, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(0, 180, 213, 0) 100%);
    border-image-slice: 1;
  }
  .header__menu-mobile:before {
    background: radial-gradient(76.99% 233.34% at 70.79% 69.03%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(82.74% 159.78% at 43.81% 66.37%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    padding: 0.1rem;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
  }
  .header__menu-mobile .header__buttons {
    display: flex;
    flex-direction: column;
    grid-area: 1rem;
  }
  .header__menu-mobile .header__buttons .btn {
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-top: 3rem;
    font-weight: 400;
    display: flex;
  }
  .header__buttons {
    display: none;
  }
  .header__logo {
    width: 13.5rem;
    margin-right: 0;
  }
  .header__logo img {
    width: 100%;
  }
  .header__menu {
    display: none;
  }
  .header__buttons-m {
    display: flex;
    gap: 1rem;
    margin-left: auto;
  }
  .header__menu-mobile {
    display: none;
    z-index: 100;
    top: 9rem;
    padding: 4rem;
    position: fixed;
    backdrop-filter: blur(80px);
    -webkit-backdrop-filter: blur(80px);
    box-shadow: 0px -3px 6px 0px rgba(255, 255, 255, 0.4) inset;
    border-radius: 3rem;
    width: 37rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .header__menu-mobile:before {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(30.3999996185px);
    box-shadow: -15.7px -19.06px 7.85px -22.43px #FFFFFF inset;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    padding: 0.5rem;
    -webkit-mask: linear-gradient(rgb(255, 255, 255) 0 0) content-box, linear-gradient(rgba(255, 255, 255, 0.1) 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
  }
  .header__menu-mobile ul {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    height: auto;
  }
  .header__menu-mobile ul li {
    font-family: "Bw Surco DEMO";
    font-weight: 700;
    font-size: 2rem;
    line-height: 120%;
    text-align: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(90deg, rgba(0, 75, 31, 0) 0%, #004B1F 50%, rgba(0, 75, 31, 0) 100%);
    border-image-slice: 1;
  }
  .header__menu-mobile .header__buttons {
    display: flex;
    flex-direction: column;
    grid-area: 1rem;
  }
  .header__menu-mobile .header__buttons .btn {
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-top: 3rem;
    font-weight: 400;
  }
  .mobile-menu {
    width: 4.6rem;
    height: 4.6rem;
    padding: 0;
    position: relative;
  }
  .mobile-menu .mobile-menu__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: flex-start;
    gap: 0.3rem;
    flex-direction: column;
  }
  .mobile-menu span {
    background: #004B1F;
    width: 1.3rem;
    height: 2px;
    border-radius: 2rem;
    transition: transform 0.3s;
  }
  .mobile-menu span:first-child {
    width: 1.7rem;
  }
  .mobile-menu span:last-child {
    width: 1.7rem;
  }
  .mobile-menu.active span {
    position: absolute;
    display: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .mobile-menu.active span:first-child {
    display: block;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .mobile-menu.active span:last-child {
    display: block;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .preloader__img-m {
    display: block;
  }
  .preloader__img {
    display: none;
  }
  .preloader h2 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
  .timer {
    gap: 0.5rem;
    margin-bottom: 2.5rem;
  }
  .digit-box {
    width: 2.7rem;
    height: 4.1rem;
    border-radius: 0.4rem;
    font-size: 1.8rem;
  }
  .timer-label {
    font-size: 1.1rem;
    opacity: 1;
  }
  .separator {
    padding-top: 1.2rem;
  }
  .pagination {
    margin-bottom: 6rem;
  }
  .card {
    text-align: center;
    margin: 0 2rem;
  }
  .card img {
    height: 24rem;
    display: inline-block;
  }
  .rules__wrapper {
    margin-top: 7rem;
  }
  .rules__buttons {
    top: -8.7rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .rules__button.active {
    background: #A2C037;
  }
  .rules__button {
    box-shadow: -8.18px -9.93px 4.09px -11.68px #FFFFFF inset, 8.18px 8.18px 5.84px -11.68px #FFFFFF inset, 0px 4px 15px 0px rgba(87, 153, 45, 0.5019607843);
  }
  .rules__cards {
    height: 55.6rem;
  }
  .rules-card {
    padding: 2rem 2rem;
  }
  .rules-card .btn {
    margin-top: 0;
    padding: 2rem 3rem;
    width: 100%;
    text-align: center;
  }
  .rules-card__img {
    width: 32.8rem;
    height: 32.2rem;
    right: 50%;
    top: -1.4rem;
    transform: translateX(50%);
  }
  .rules-card__header {
    font-size: 3.2rem;
    margin-top: auto;
  }
  .rules-card__text {
    margin-bottom: 2rem;
    font-size: 1.6rem;
    line-height: 120%;
  }
  .rules-card__content {
    width: 100%;
  }
  .withbg {
    padding-top: 4rem;
  }
  .prizes {
    overflow: hidden;
  }
  .prizes .container__sub-header {
    display: none;
  }
  .prizes:after {
    width: 56.4rem;
    height: 36.6rem;
    top: 0rem;
    left: -11rem;
  }
  .prizes.container {
    width: 100%;
    padding: 0 1.5rem;
  }
  .prize-main,
  .prize-cola,
  .prize {
    gap: 1rem;
    flex-direction: row;
  }
  .prize-main .prize__img,
  .prize-cola .prize__img {
    width: 15.1rem;
    height: 8.1rem;
    -webkit-border-radius: 1.2rem;
    -moz-border-radius: 1.2rem;
    border-radius: 1.2rem;
  }
  .prize {
    margin-bottom: 2rem;
    display: block;
    width: 46%;
  }
  .prize.prize-main-m {
    height: 15.8rem;
    border-bottom-left-radius: 2rem;
  }
  .prize__counter {
    min-width: 8rem;
  }
  .prize__counter span {
    font-size: 2rem;
  }
  .prize {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }
  .prize__img {
    width: 100%;
    height: 9.7rem;
    flex-shrink: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom-right-radius: 2rem;
  }
  .prize__img img.desctop {
    display: none;
  }
  .prize__img img.mobile {
    display: block;
  }
  .prize__img img {
    object-fit: cover;
    object-position: center;
    border-radius: 0;
  }
  .prize__header {
    gap: 0;
    padding: 1rem;
  }
  .prize__header h3 {
    font-size: 1.8rem;
    line-height: 100%;
    margin-top: 0;
  }
  .prize__text {
    font-family: Inter;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 110%;
    text-align: center;
  }
  .prize-cola-m .prize__header {
    flex-direction: column-reverse;
  }
  .prize-cola-m__header {
    display: block;
    color: #A2C037;
  }
  .prize__counter {
    font-size: 1.8rem;
    height: auto;
    padding: 0.7rem 0;
  }
  .prize__counter-cola .prize__counter-text {
    font-size: 0.8rem;
    gap: 0.3rem;
    display: inline;
  }
  .prize__counter-cola .prize__counter-text .cola-logo {
    display: inline-block;
  }
  .prize__counter-cola .cola-logo {
    width: 2.8rem;
    height: 0.85rem;
  }
  .prize__counter-cola .prize__counter-svg {
    left: 0;
    transform: translate(0%, -41%);
  }
  .prize__row {
    gap: 0rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .prize__visa {
    font-size: 1.1rem;
  }
  .prize-cola__header {
    flex-direction: column-reverse;
  }
  .prize-cola .prize__header {
    flex-direction: column;
  }
  .prize-cola .prize__header h3 {
    margin-top: 0;
  }
  .prize-cola .prize__header h3 span {
    font-size: 1.8rem;
    line-height: 100%;
    margin-top: 0;
  }
  .prize-cola .prize__header .prize__counter {
    margin-bottom: 0;
  }
  .prize-main {
    border-top-left-radius: 0rem;
    margin-bottom: 2rem;
  }
  .prize-main .badge {
    padding: 1.1rem 1.9rem;
    left: auto;
    right: 0;
  }
  .prize-main.prize-full .prize__img {
    width: 100%;
    height: 100%;
  }
  .prize-main .prize__counter span {
    font-size: 2rem;
  }
  .prize-main .prize__counter {
    border-top-left-radius: 0;
    border-top-right-radius: 10rem;
    border-bottom-right-radius: 10rem;
    padding: 0.7rem 2.5rem;
  }
  .prize-full, .prize-full-m {
    flex: 0 0 100%;
    width: 100%;
    order: -1;
    height: 10.7rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: row;
    border-bottom-left-radius: 0;
  }
  .prize-full .prize__header, .prize-full-m .prize__header {
    padding: 1rem;
    align-items: flex-start;
  }
  .prize-full .prize__header h3, .prize-full-m .prize__header h3 {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  .prize-full .prize__text, .prize-full-m .prize__text {
    text-align: left;
    font-size: 1.2rem;
    font-family: Inter;
    font-weight: 400;
  }
  .prize-full .prize__counter span, .prize-full-m .prize__counter span {
    font-size: 2rem;
  }
  .prize-full .prize__img, .prize-full-m .prize__img {
    width: 18.5rem;
    height: 100%;
    flex-shrink: 0;
  }
  .badge .cola-logo {
    width: 6.3rem;
    height: 1.9rem;
  }
  .prize-cola .badge {
    font-size: 1.5rem;
  }
  .container__sub-header {
    font-size: 3rem;
  }
  .container__header {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  .container__link {
    font-size: 1.6rem;
    color: #004B1F;
  }
  .timer {
    width: 100%;
  }
  .digits-box {
    width: 4.7rem;
    height: 7.9rem;
  }
  .partners .section__slider {
    margin-top: -2rem;
  }
  .partners__img {
    padding: 2.5rem;
  }
  .video video {
    height: auto;
  }
  .flower-3, .flower-4, .flower-5, .flower-6 {
    display: none;
  }
  .flower-1 {
    width: 24rem;
    height: 18rem;
    left: -3rem;
    top: 21rem;
  }
  .flower-2 {
    width: 32rem;
    height: 18rem;
    right: -6rem;
    top: 2rem;
  }
}

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