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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  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: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
  color: #FFFFFF;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

/*--------------------*/
@font-face {
  font-family: "a_FuturaRound";
  src: url("../fonts/AFuturaRound.eot");
  src: url("../fonts/AFuturaRound.eot?#iefix") format("embedded-opentype"), url("../fonts/AFuturaRound.woff2") format("woff2"), url("../fonts/AFuturaRound.woff") format("woff"), url("../fonts/AFuturaRound.ttf") format("truetype"), url("../fonts/AFuturaRound.svg#AFuturaRound") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: a_FuturaRound;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 120%;
}
.mobile{display: none;}
.container__header {
  font-family: a_FuturaRound;
  font-weight: 400;
  font-size: 5.5rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}

.prize-cola .prize__header h3 span {
  font-family: a_FuturaRound;
  font-weight: 400;
  font-size: 5.5rem;
  line-height: 100%;
}

.prize__counter {
  font-family: a_FuturaRound;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 110%;
}

.faq__header, .stages-info__text, .stages__int, .prize__header h3, .card__header, .section__slide h4 {
  font-family: a_FuturaRound;
  font-weight: 400;
  font-size: 3.3rem;
  line-height: 3rem;
}

.footer__policy a, .footer__text {
  font-family: a_FuturaRound;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.table__header, .winners__search, .partners__img, .stages-info__img, .stages-info__card, .stages-info__btn, .badge, .prize__img, .prize, .slider__right, .slider__left, .card, .btn, .section__slide img, .section__slide, .section__partners, .section iframe {
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  border-radius: 3rem;
}

.btn-login span, .stages__int .gift, .cola-logo, .footer__menu-icon,.btn-logout{
  -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;
}

.slider__right, .slider__left, .card, .header, .section__partners {
  background: linear-gradient(107.8deg, rgba(255, 255, 255, 0.12) 4.48%, rgba(255, 255, 255, 0) 112.09%);
  backdrop-filter: blur(10px); /* размытие заднего фона */
  -webkit-backdrop-filter: blur(10px); /* для Safari */
}

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

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

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

.slider__right, .slider__left, .card, .header, .section__partners {
  background: linear-gradient(90deg, rgba(14, 4, 75, 0.3) 0%, rgba(66, 63, 140, 0.06) 100%);
}

.table__header, .winners__search, .partners__img, .stages-info__card, .stages-info__btn, .stages__int, .badge, .prize, .slider__right, .slider__left, .card, .btn, .header, .section__slide, .section__partners, .section iframe{
  position: relative;
  backdrop-filter: blur(10px); /* размытие заднего фона */
  -webkit-backdrop-filter: blur(10px); /* для Safari */
}
 .table__header::before, .winners__search::before, .partners__img::before, .stages-info__card::before, .stages-info__btn::before, .stages__int::before, .badge::before, .prize::before, .slider__right::before, .slider__left::before, .card::before, .btn::before, .header::before, .section__slide::before, .section__partners::before, .section iframe::before {
  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;
}

.partners__img, .stages-info__card, .prize, .card, .section__slide {
  box-shadow: 0 0 100px rgba(90, 193, 254, 0.6), inset 0 0 1000px rgba(90, 193, 254, 0.2);
  transition: 0.6s;
}
.partners__img:hover, .stages-info__card:hover, .prize:hover, .card:hover, .section__slide:hover {
  box-shadow: 0 0 120px rgba(90, 193, 254, 0.9), inset 0 0 1000px rgba(90, 193, 254, 0.2);
}
.partners__img:before, .stages-info__card:before, .prize:before, .card:before, .section__slide:before {
  background: linear-gradient(329.07deg, rgba(255, 222, 92, 0.1) 61.63%, #F2639C 112.74%), linear-gradient(120.07deg, rgba(90, 193, 254, 0.1) 61.63%, rgb(90, 193, 254) 112.74%);
}

.prize-main {
  box-shadow: 0 0 100px rgba(255, 254, 34, 0.6), inset 0 0 1000px rgba(255, 254, 34, 0.2);
  transition: 0.6s;
}
.prize-main:hover {
  box-shadow: 0 0 120px rgba(255, 254, 34, 0.9), inset 0 0 1000px rgba(255, 254, 34, 0.2);
}
.prize-main:before {
  background: linear-gradient(161.39deg, rgba(243, 235, 0, 0) 53.82%, rgba(243, 235, 0, 0.8) 114.1%), linear-gradient(329.07deg, rgba(255, 222, 92, 0) 61.63%, rgba(243, 235, 0, 0.8) 112.74%), linear-gradient(329.07deg, rgba(255, 222, 92, 0) 61.63%, rgba(243, 235, 0, 0.8) 112.74%), linear-gradient(151.8deg, rgba(243, 235, 0, 0) 60.54%, rgba(243, 235, 0, 0.8) 111.57%);
}

.prize-cola {
  box-shadow: 0 0 100px rgba(255, 0, 0, 0.6), inset 0 0 1000px rgba(255, 0, 0, 0.2);
  transition: 0.6s;
}
.prize-cola:hover {
  box-shadow: 0 0 120px rgba(255, 0, 0, 0.9), inset 0 0 1000px rgba(255, 0, 0, 0.2);
}
.prize-cola:before {
  background: linear-gradient(161.39deg, rgba(255, 0, 0, 0) 53.82%, rgba(255, 0, 0, 0.8) 114.1%), linear-gradient(329.07deg, rgba(255, 0, 0, 0) 61.63%, rgba(255, 0, 0, 0.8) 112.74%), linear-gradient(329.07deg, rgba(255, 0, 0, 0) 61.63%, rgba(255, 0, 0, 0.8) 112.74%), linear-gradient(151.8deg, rgba(255, 0, 0, 0) 60.54%, rgba(255, 0, 0, 0.8) 111.57%);
}

body {
  background: #13076E;
  overflow-x: hidden;
}

.section__btn {
  display: flex;
  align-items: flex-start;
  margin-top: 4rem;
}
.section iframe {
  height: 75rem;
}
.section__header {
  text-align: center;
  margin-bottom: 8rem;
}
.section__header span {
  color: #FFFE22;
}
.section__text {
  display: block;
  text-align: center;
}
.section__img {
  max-width: 100%;
}
.section p {
  text-align: center;
}
.section__partners {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 4rem;
}
.section__partners img {
  height: 7rem;
}
.section__slider .slick-prev:hover, .section__slider .slick-prev:focus, .section__slider .slick-prev {
  left: -5rem;
}
.section__slider .slick-next:hover, .section__slider .slick-next:focus, .section__slider .slick-next {
  right: -5rem;
}
.section__slide {
  padding: 2rem;
  display: flex !important;
  flex-direction: column;
  gap: 2.5rem;
  margin: 0 2rem;
  text-align: center;
}
.section__slide img {
  width: 100%;
  overflow: hidden;
}
.section__slide h4 {
  text-align: center;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(121.69deg, #FFDE5C 27.67%, #F2639C 101.74%);
}
.section__slide h4 span {
  color: inherit;
}

span {
  color: #FFFE22;
}

.header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0.7rem;
  position: fixed;
  left: 50%;
  top: 2rem;
  transform: translateX(-50%);
  z-index: 10;
  padding: 1.05rem 1.6rem 1.05rem 3.7rem;
  border-radius: 10rem;
}
.header:before {
  background: linear-gradient(329.07deg, rgba(90, 193, 254, 0) 61.63%, rgba(90, 193, 254, 0.8) 112.74%), linear-gradient(151.1deg, rgba(255, 222, 92, 0) 48.53%, rgba(242, 99, 156, 0.8) 98.25%);
}
.header__menu ul {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 0 2.4rem;
  height: 4.5rem;
}
.header__menu ul li a:hover {
  color: #FFDE5C;
  text-shadow: 0 0 10px #FFDE5C;
}
.header__logo {
  width: 14.5rem;
  margin-right: 6rem;
}
.header__buttons {
  display: flex;
  margin-left: auto;
  gap: 1rem;
}
.header__buttons .btn {
  height: 4.5rem;
  padding: 0rem 3.2rem;
  display: flex;
  align-items: center;
}

.btn:hover, .btn-active {
  color: #13076E !important;
  background: linear-gradient(133.69deg, #FFDE5C 31.42%, #F2639C 83.25%);
  box-shadow: 0px 0px 10px 0px rgba(255, 215, 106, 0.8), inset 0px 3px 8px 10px rgba(228, 153, 91, 0.3);
}

.btn {
  display: block;
  color: #ffffff;
  padding: 1.7rem 3.2rem;
  transition: 1s;
}
.btn:before {
  transition: 1s;
  background: linear-gradient(86.77deg, #FCD650 5.31%, rgb(255, 248, 246) 96.58%);
}
.btn:hover {
  box-shadow: 0px 0px 20px 0px rgb(255, 215, 106), inset 0px 3px 8px 10px rgba(228, 153, 91, 0.3);
  cursor: pointer;
}
.btn-login{
  width: 4.6rem !important;
  height: 4.6rem !important;
  border-radius: 50%;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.btn-login.btn-active span,.btn-logout.btn-active span{
  background-color: #13076E;
}
.btn-login:hover span{
  background-color: #13076E;
}
.btn-login span{
  width: 1.7rem;
  height: 1.7rem;
  mask-image: url("../img/account.svg");
  background-color:#FFDE5C;
  transition: .3s;
}
.btn-logout{
  width: 4.6rem !important;
  height: 4.6rem !important;
  border-radius: 50%;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.btn-logout:hover span{
  background-color: #13076E;
}
.btn-logout span{
  width: 1.4rem;
  height: 1.2rem;
  mask-image: url("../img/logout.svg");
  background-color:#FFDE5C;
  transition: .3s;
}
.container__header {
  margin-bottom: 7rem;
}

.main {
  text-align: center;
}
.main__img {
  z-index: -1;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main__img-m {
  display: none;
}
.main__cards {
  margin-top: 100vh;
  background: linear-gradient(180deg, rgba(19, 7, 110, 0) 0%, #13076E 15.49%);
}
.main .btn {
  display: inline-block;
  margin-top: 5rem;
  margin-bottom: 20rem;
  font-size: 2.5rem;
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  padding: 4.8rem 2.5rem 3.2rem;
}
.card img {
  height: 16rem;
}
.card__text {
  text-align: center;
}

.slider__wrapper {
  display: flex;
  margin-bottom: 4rem;
  gap: 3rem;
}
.slider__left {
  width: 33%;
  padding: 8rem 3rem;
}
.slider__right {
  width: 66%;
  padding: 4rem 5rem;
}

.slide__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.slide__wrapper img {
  height: 30rem;
  width: auto;
}
.slide__wrapper p {
  text-align: center;
}

.slick-prev:hover, .slick-prev:focus, .slick-prev {
  left: 2.5rem;
  background-image: url(../img/left.svg);
}

.slick-next:hover, .slick-next:focus, .slick-next {
  right: 2.5rem;
  background-image: url(../img/right.svg);
}

.slick-prev, .slick-next {
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  background-position: 0 0;
  opacity: 0.6;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  transition: 0.3s;
  z-index: 3;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  opacity: 1;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.slick-prev:before, .slick-next:before {
  display: none;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots {
  display: flex;
  gap: 0.7rem;
  justify-content: center;
}
.partners{
  text-align: center;
}
.partners video{
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 5rem;
}
.partners .slick-dots {
  bottom: 8rem;
}
.partners .stages-info__link{
  display: inline-block;
  margin-top: 1rem;
}
.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 button {
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
}

.slick-dots li.slick-active {
  background: #FBC92C;
  width: 2.4rem;
  height: 0.8rem;
  opacity: 1;
  border-radius: 0.7rem;
}

.partners .slick-list {
  padding: 12rem 26rem 13rem;
}

.prizes {
  margin-bottom: 20rem;
}

.prize {
  display: flex;
  gap: 5.3rem;
  padding: 2.3rem;
}
.prize__img {
  width: 23rem;
  height: 14rem;
  overflow: hidden;
  flex-shrink: 0;
}
.prize__img img.desctop{
  display: block;
}
.prize__img img.mobile{
  display: none;
}
.prize img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Заполняет блок */
  object-position: center;
}
.prize__row {
  grid-auto-rows: 20rem;
}
.prize-2 {
  grid-column: span 2;
  grid-row: span 2;
}
.prize-1 {
  grid-column: span 2;
}
.prize-3 {
  grid-column: 1/-1;
}
.prize-main {
  flex-direction: column;
  gap: 2rem;
}
.prize-main .badge {
  background: linear-gradient(180deg, #FFFE22 35.25%, #F79B1D 100%);
  top: -1rem;
  left: -1rem;
  color: #13076E;
}
.prize-main .prize__img {
  width: 100%;
  height: 30rem;
}
.prize-main .prize__header {
  flex-direction: row;
  margin-top: 0;
  align-items: center;
}
.prize-cola {
  gap: 7.7rem;
}
.prize-cola .badge {
  background: linear-gradient(180deg, #FF2F32 -22.13%, #B50005 87.7%);
  bottom: -1rem;
  left: -1rem;
}
.prize-cola .prize__img {
  width: 58rem;
  height: 100%;
  flex-shrink: 0;
}
.prize-cola__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.prize-cola .prize__header {
  flex-direction: row;
  margin-top: 0;
  align-items: flex-start;
  width: 100%;
}
.prize-cola .prize__header h3 {
  margin-top: 2rem;
}
.prize-cola .prize__header .prize__counter {
  margin: 0;
  margin-left: auto;
  margin-bottom: 2rem;
}
.prize__header {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.prize__header h3 {
  margin-top: 2rem;
}
.prize__header .prize__counter {
  margin-top: auto;
  margin-left: auto;
}
.prize__counter {
  color: #FFFE22;
  padding: 0.6rem 1.4rem;
  position: relative;
  height: 4rem;
}
.prize__counter-svg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.prize__counter-cola .prize__counter-text {
  color: #fff;
  display: flex;
  gap: 1rem;
}
.prize__counter-cola .prize__counter-svg {
  left: 0;
  transform: translate(-8%, -50%);
}
.prize__counter-cola .cola-logo {
  width: 8.4rem;
  height: 2.5rem;
}

.badge {
  position: absolute;
  padding: 0.63rem 1.9rem;
  font-size: 2.2rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.badge .cola-logo {
  width: 8.4rem;
  height: 2.5rem;
}
.badge:before {
  background: linear-gradient(293.34deg, #FFFFFF -57.25%, rgba(255, 248, 246, 0) 96.88%);
}

.cola-logo {
  mask-image: url("../img/cola.svg");
  background-color: #fff;
}

.stages__numbers {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7rem;
  background-image: url(../img/stages.png);
  background-position: center 3.9rem;
  background-size: 100%;
  background-repeat: no-repeat;
}
.stages__number {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.stages__int {
  color: #FFDE5C;
  width: 8rem;
  height: 8rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0px 0px 50px 0px rgba(255, 222, 92, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.stages__int:before {
  background: linear-gradient(133.69deg, #FFDE5C 31.42%, #F2639C 83.25%);
}
.stages__int:hover {
  box-shadow: 0px 0px 100px 0px rgba(255, 222, 92, 0.8);
  background: linear-gradient(157.05deg, #FFDE5C 35.98%, #F2639C 93.46%);
  color: rgb(19, 7, 110);
}
.stages__int:hover .gift {
  width: 3rem;
  height: 3rem;
  background-color: rgb(19, 7, 110);
}
.stages__int-active {
  background: linear-gradient(157.05deg, #FFDE5C 35.98%, #F2639C 93.46%);
  color: rgb(19, 7, 110);
}

.stages__int .gift {
  width: 3rem;
  height: 3rem;
  transition: 0.3s;
  mask-image: url("../img/gift.svg");
  background-color: #FFDE5C;
}
.stages__int.stages__int-active .gift {
  width: 3rem;
  height: 3rem;
  background-color: rgb(19, 7, 110);
}
.stages__date {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.stages__date span {
  display: block;
  width: 1.8rem;
  height: 1.5px;
  background: linear-gradient(241.26deg, #FFDE5C -86.51%, #F2639C 36.47%);
}

.stages-info__header {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.stages-info__btn {
  background: linear-gradient(107.8deg, rgba(255, 255, 255, 0.3) 4.48%, rgba(255, 255, 255, 0) 112.09%);
  padding: 1.2rem 3.3rem;
}
.stages-info__btn:before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 136.11%), linear-gradient(329.07deg, rgba(90, 193, 254, 0) 61.63%, rgba(90, 193, 254, 0.8) 112.74%), linear-gradient(144.02deg, rgba(90, 193, 254, 0) 55.17%, rgba(90, 193, 254, 0.8) 128.62%), linear-gradient(329.07deg, rgba(90, 193, 254, 0) 61.63%, rgba(90, 193, 254, 0.8) 112.74%), linear-gradient(141.89deg, rgba(255, 222, 92, 0) 61.19%, rgba(242, 99, 156, 0.8) 115.72%);
}
.stages-info__link {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(121.69deg, #FFDE5C 27.67%, #F2639C 101.74%);
  position: relative;
}
.stages-info__link:hover {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(121.69deg, #FFDE5C 27.67%, #F2639C 101.74%);
  text-shadow: 0 0 10px #FFDE5C;
}
.stages-info__link:before {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(121.69deg, #FFDE5C 27.67%, #F2639C 101.74%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.stages-info__item { display: none; }
.stages-info__item.active { display: block; }
.stages-info__item .prize-cola,.stages-info__item .prize-main{
  gap: 0;
  padding: 3rem 3rem 5rem;
}

.stages-info__item .prize-main .badge, .stages-info__item .prize-cola .badge{
  left: 50%;
  top: auto;
  bottom: -1.7rem;
  transform: translateX(-50%);
  height: 4.1rem;
}
.stages-info__body {
  display: flex;
  justify-content: space-between;
  gap: 4.2rem;
  margin-top: 2rem;
  margin-bottom: 16rem;
}
.stages-info__card {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 3rem;
}
.stages-info__card .prize__counter {
  margin-left: auto;
}
.stages-info__img {
  width: 80%;
  height: 20rem;
  max-width: 35rem;
  overflow: hidden;
  margin: 0 auto;
}
.stages-info__img img {
  width: 100%;
  height: 100%;
  object-fit: fill; /* Заполняет блок */
  object-position: center;
}
.stages-info__text {
  margin-top: 3rem;
  text-align: center;
}

.partners .container__header {
  margin-bottom: 0;
}
.partners__img {
  padding: 3rem;
  margin-bottom: 12rem;
}
.partners__img img {
  width: 100%;
}

.winners .section__slide {
  box-shadow: inset 0 0 1000px rgba(90, 193, 254, 0.2);
  background: rgba(19, 7, 110, 0.8);
}
.winners .section__slider {
  position: relative;
}
.winners .section__slider:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(90, 193, 254, 0.8) 0%, rgba(90, 193, 254, 0.2) 70%);
  filter: blur(70px);
  z-index: -1;
}
.winners__search {
  margin: 0 auto 5rem;
  width: 80%;
  padding: 0.9rem 2.8rem;
}
.winners__search:before {
  background: linear-gradient(329.07deg, rgba(255, 222, 92, 0.1) 61.63%, #F2639C 112.74%), linear-gradient(120.07deg, rgba(90, 193, 254, 0.1) 61.63%, rgb(90, 193, 254) 112.74%);
}
.winners__search input {
  background: transparent;
  width: 100%;
  height: 100%;
  color: #fff;
}
.winners__search svg {
  position: absolute;
  right: 2.8rem;
  top: 50%;
  transform: translateY(-50%);
}
.winners__table {
  margin-top: 8rem;
}

.table {
  width: 100%;
  margin-bottom: 12rem;
}
.table__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem;
  background: linear-gradient(107.8deg, rgba(255, 255, 255, 0.3) 4.48%, rgba(255, 255, 255, 0) 112.09%);
  margin-bottom: 2.5rem;
}
.table__header:before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 136.11%), linear-gradient(329.07deg, rgba(90, 193, 254, 0) 61.63%, rgba(90, 193, 254, 0.8) 112.74%), linear-gradient(144.02deg, rgba(90, 193, 254, 0) 55.17%, rgba(90, 193, 254, 0.8) 128.62%), linear-gradient(329.07deg, rgba(90, 193, 254, 0) 61.63%, rgba(90, 193, 254, 0.8) 112.74%), linear-gradient(141.89deg, rgba(255, 222, 92, 0) 61.19%, rgba(242, 99, 156, 0.8) 115.72%);
}
.table__header .table__item {
  border-right: 1px solid #fff;
  font-size: 2rem;
}
.table__header .table__item:last-child {
  border-right: none;
}
.table__item {
  text-align: center;
  width: 100%;
}
.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(20, 12, 113, 0.8) 0%, rgba(254, 196, 67, 0.8) 51.44%, rgba(20, 12, 113, 0.8) 100%);
  border-image-slice: 1;
}

.faq {
  margin-bottom: 9rem;
}
.faq__items{
  margin-bottom: 4.5rem;
}
.faq__item {
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(90deg, rgba(20, 12, 113, 0.8) 0%, rgba(254, 196, 67, 0.8) 51.44%, rgba(20, 12, 113, 0.8) 100%);
  border-image-slice: 1;
  padding: 4.5rem 0;
  cursor: pointer;
}
.faq__item.hidden{
  display: none;
}
.faq__item:hover .faq__header h3 {
  color: #FFFE22;
}
.faq__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq__header h3 {
  width: 60rem;
  transition: 0.3s;
}
.faq__header.active h3 {
  color: #FFFE22;
}
.faq__header.active .faq__plus span:last-child {
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq__plus {
  position: relative;
}
.faq__plus span {
  background: #fff;
  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;
}
.footer__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(90deg, rgba(20, 12, 113, 0.8) 0%, rgba(254, 196, 67, 0.8) 51.44%, rgba(20, 12, 113, 0.8) 100%);
  border-image-slice: 1;
}
.footer__menu ul {
  display: flex;
  gap: 2.5rem;
}
.footer__menu a:hover {
  color: #FFDE5C;
  text-shadow: 0 0 10px #FFDE5C;
}
.footer__bottom {
  padding: 2rem 0 10rem 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__menu-item{
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: flex-end;

}
.footer__menu-item span{
  font-size: 1.2rem;
  color: #fff;
}
.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: .3s;
}
.footer__menu-social a:hover{
  box-shadow: 0px 0px 10px 0px rgba(255, 215, 106, 0.8), inset 0px 3px 8px 10px rgba(228, 153, 91, 0.3);
}
.footer__menu-social a.tt{
  background-image: url(../img/social/1.svg);
}
.footer__menu-social a.tg{
  background-image: url(../img/social/2.svg);
}
.footer__menu-social a.vb{
  background-image: url(../img/social/3.svg);
}
.footer__menu-social a.ig{
  background-image: url(../img/social/4.svg);
}
.footer__menu-social a img{
  width: 100%;
  height: 100%;
}
.footer__bottom a:hover {
  color: #FFDE5C;
  text-shadow: 0 0 10px #FFDE5C;
}
.footer__text {
  width: 60%;
}
.footer__text a:hover {
  color: #FFDE5C;
  text-shadow: 0 0 10px #FFDE5C;
}
.footer__policy {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.footer__policy a {
  text-align: right;
}
.footer__policy a:hover {
  color: #FFDE5C;
  text-shadow: 0 0 10px #FFDE5C;
}

.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%;
}

.header__buttons-m {
  display: none;
}

.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%;
  }
}
.timer {
    display: flex;
    justify-content: center;
    gap: 1rem;
    color: #fff;
    font-family: sans-serif;
    margin-bottom: 2.5rem;
}

.timer-block {
    text-align: center;
}

.digits {
    display: flex;
    gap: 6px;
    justify-content: center;
    margin-bottom: 6px;
}

.digit-box {
    width: 3.7rem;
    height: 6.1rem;
    background: #ffffff;
    color: #181E63;
    border-radius: .8rem;
    font-size: 3.8rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timer-label {
    font-size: 1.4rem;
    opacity: 0.85;
    text-align: left;
}
.separator{
    font-size: 3.2rem;
    padding-top: 1.8rem;
}
.preloader h2{
    font-size: 3.8rem;
    line-height: 110%;
    margin-bottom: 1.5rem;
    text-shadow: 0px 4.61px 6.92px #182137E5;
    color: #F0F830;
}
.header__menu-mobile{
  display: none;
}
@media (max-width: 1024px) {
  html, body {
    font-size: 2.6666666667vw;
  }
  .container {
    width: 36rem;
  }
  .grid {
    display: flex;
    flex-direction: column;
  }
  .partners .slick-list {
    padding: 9rem 0;
    height: auto !important;
  }
  .stages-info__body {
    flex-direction: column;
  }
  .footer__menu ul {
    flex-direction: column;
    gap: 0.5rem;
  }
  .footer__bottom {
    flex-direction: column;
    gap: 2rem;
  }
  .footer__text {
    width: 100%;
  }
  .footer__policy a {
    text-align: left;
  }
  .section__btn {
    margin-top: 2rem;
  }
  .section__btn .btn {
    width: 100%;
  }
  .footer__bottom {
    padding-bottom: 5rem;
  }
  .prize-main .prize__img, .prize__img, .prize-cola .prize__img {
    width: 14.5rem;
    height: 9.1rem;
    -webkit-border-radius: 1.2rem;
    -moz-border-radius: 1.2rem;
    border-radius: 1.2rem;
  }
  .prize-main, .prize-cola, .prize {
    gap: 2rem;
    flex-direction: row;
    padding: 1.4rem;
    -webkit-border-radius: 1.2rem;
    -moz-border-radius: 1.2rem;
    border-radius: 1.2rem;
  }
  .prize__header h3 {
    font-size: 1.8rem;
    line-height: 100%;
    margin-top: 0;
  }
  .prize__counter {
    font-size: 1.8rem;
    height: 3.2rem;
    padding: 0.6rem;
  }
  .prize-cola .prize__header h3 span {
    font-size: 1.8rem;
    line-height: 100%;
    margin-top: 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-cola__header {
    flex-direction: column-reverse;
  }
  .prize-cola .prize__header {
    flex-direction: column;
  }
  .prize__row {
    gap: 2rem;
  }
  .prize-cola .prize__header .prize__counter {
    margin-bottom: 0;
  }
  .prize__counter-cola .prize__counter-svg {
    left: 0;
    transform: translate(0%, -41%);
  }
  .prize-cola .prize__header h3 {
    margin-top: 0;
  }
  .container__header {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  .prize-main .badge {
    padding: 1.1rem 1.9rem;
    left: auto;
    right: 0;
  }
  .prize-cola .badge {
    font-size: 1.5rem;
  }
  .badge .cola-logo {
    width: 6.3rem;
    height: 1.9rem;
  }
  .main .btn {
    margin-top: 3rem;
    margin-bottom: 9rem;
  }
  .stages__date {
    display: none;
  }
  .stages__int {
    font-size: 2.7rem;
    height: 5.5rem;
    width: 5.5rem;
  }
  .stages__numbers {
    background-position: center 2.8rem;
    margin-bottom: 3rem;
  }
  .stages-info__header {
    gap: 1.9rem 1.4rem;
    flex-wrap: wrap;
  }
  .stages-info__btn {
    width: 48%;
    font-size: 2rem;
  }
  .stages-info__link {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    display: block;
    padding: 1.2rem;
    border: 1px solid #fff;
    border-radius: 30px;
  }
  .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;
  }
  .prizes {
    margin-bottom: 9rem;
  }
  .partners .slick-dots {
    bottom: 5rem;
  }
  .winners__search {
    width: 100%;
    margin: 0 auto 3rem;
  }
  .table__header .table__item {
    font-size: 1.1rem;
  }
  .faq__header {
    font-size: 2.4rem;
  }
  .faq__header h3 {
    width: 24rem;
  }
  .faq {
    margin-bottom: 0;
  }
  .faq__item {
    padding: 3.5rem 2rem;
  }
  .faq__text {
    width: 100%;
  }
  .main__img {
    display: none;
    top: 6rem;
  }
  .main__img-m {
    display: block;
  }
  .main__cards {
    margin-top: 80vh;
  }
  .header {
    top: 0;
  }
  .header__buttons {
    display: none;
  }
  .header__logo {
    width: 14rem;
    margin-right: 0;
  }
  .header__logo img {
    width: 100%;
  }
  .header__menu {
    display: none;
  }
  .footer__menu {
    padding: 2rem;
  }
  .footer__bottom {
    padding-right: 2rem;
    padding-left: 2rem;
  }

}
@media (max-width: 1024px) {
  html, body {
    font-size: 2.6666666667vw;
  }
  
  .container {
    width: 36rem;
  }
  .grid {
    display: flex;
    flex-direction: column;
  }
  .partners .slick-list {
    padding: 9rem 0;
    height: auto !important;
  }
  .stages-info__body {
    flex-direction: column;
  }
  .footer__menu ul {
    flex-direction: column;
    gap: 0.5rem;
  }
  .footer__bottom {
    flex-direction: column;
    gap: 2rem;
  }
  .footer__text {
    width: 100%;
  }
  .footer__policy a {
    text-align: left;
  }
  .section__btn {
    margin-top: 2rem;
  }
  .section__btn .btn {
    width: 100%;
  }
  .footer__bottom {
    padding-bottom: 5rem;
  }
  .prize-main .prize__img, .prize__img, .prize-cola .prize__img {
    width: 14.5rem;
    height: 9.1rem;
    -webkit-border-radius: 1.2rem;
    -moz-border-radius: 1.2rem;
    border-radius: 1.2rem;
  }
  .prize__img img.desctop{
    display: none;
  }
  .prize__img img.mobile{
    display: block;
  }
  .prize-main, .prize-cola, .prize {
    gap: 2rem;
    flex-direction: row;
    padding: 1.4rem;
    -webkit-border-radius: 1.2rem;
    -moz-border-radius: 1.2rem;
    border-radius: 1.2rem;
  }

  .prize__header h3 {
    font-size: 1.8rem;
    line-height: 100%;
    margin-top: 0;
  }
  .prize__counter {
    font-size: 1.8rem;
    height: 3.2rem;
    padding: 0.6rem;
  }
  .prize-cola .prize__header h3 span {
    font-size: 1.8rem;
    line-height: 100%;
    margin-top: 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-cola__header {
    flex-direction: column-reverse;
  }
  .prize-cola .prize__header {
    flex-direction: column;
  }
  .prize__row {
    gap: 2rem;
  }
  .prize-cola .prize__header .prize__counter {
    margin-bottom: 0;
  }
  .prize__counter-cola .prize__counter-svg {
    left: 0;
    transform: translate(0%, -41%);
  }
  .prize-cola .prize__header h3 {
    margin-top: 0;
  }
  .container__header {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  .prize-main .badge {
    padding: 1.1rem 1.9rem;
    left: auto;
    right: 0;
  }
  .prize-cola .badge {
    font-size: 1.5rem;
  }
  .badge .cola-logo {
    width: 6.3rem;
    height: 1.9rem;
  }
  .main .btn {
    margin-top: -3rem;
    margin-bottom: 9rem;
  }
  .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-info__header {
    gap: 1.9rem 1.4rem;
    flex-wrap: wrap;
  }
  .stages-info__btn {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
  }
  .stages-info__link {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    display: block;
    padding: 1.2rem;
    border: 1px solid #fff;
    border-radius: 30px;
  }
  .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;
  }
  .prizes {
    margin-bottom: 9rem;
  }
  .partners .slick-dots {
    bottom: 5rem;
  }
  .winners__search {
    width: 100%;
    margin: 0 auto 3rem;
  }
  .table__header .table__item {
    font-size: 1.1rem;
  }
  .faq__header {
    font-size: 2.4rem;
  }
  .faq__header h3 {
    width: 24rem;
  }
  .faq {
    margin-bottom: 0;
  }
  .faq__item {
    padding: 3.5rem 2rem;
  }
  .faq__text {
    width: 100%;
  }
  .main__img {
    display: none;
    top: 6rem;
  }
  .main__img-m {
    display: block;
  }
  .main__cards {
    margin-top: 80vh;
  }
  .header {
    top: 0;
    padding: 0.7rem 0.7rem 0.7rem 1.8rem;
  }
  .header__buttons {
    display: none;
  }
  .header__logo {
    width: 14rem;
    margin-right: 0;
  }
  .header__logo img {
    width: 100%;
  }

  .footer__menu {
    padding: 2rem;
  }
  .footer__bottom {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .preloader__img-m{
    display: block;
  }
  .preloader__img{
    display: none;
  }
  .timer {
      gap: .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;
  }
  .preloader h2{
      font-size: 1.8rem;
      margin-bottom: .5rem;
  }
  .partners__img img{
    display: none;
  }
  .partners__img img.mobile{
    display: block;
  }
  .footer__menu-social{
    order: 3;
    flex-basis: 100%;
    justify-content: center;
    margin-top: 2rem;

  }
  .footer__menu{
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .footer__menu-item span{
    width: 12rem;
    font-size: 1rem;
    text-align: right;
    margin-top: 1rem;
  }
  .footer__policy{
    align-items: flex-start;
    gap: 1rem;
  }
  .faq__items{
    margin-bottom: 2rem;
  }
  .faq .btn{
    margin-bottom: 2rem;
    width: 100%;
    text-align: center;
    font-size: 2rem;
  }
  .main .slick-list{
      padding: 9rem 0;
      height: auto !important;
  }
  .main .slick-dots{
            bottom: 5rem;
  }
  .main__cars-row.container{
    width: 100%;
  }
  .card{
    text-align: center;
    margin: 0 2rem;
  }
  .card img{
    height: 24rem;
    display: inline-block;
  }
  .main .container__header{
    margin-bottom: -6rem;
  }
  .partners .stages-info__link{
    width: 36rem;
  }
  .stages-info__body{
    gap: 2rem;
  }
  .header__buttons-m{
    display: flex;
    gap: 1rem;
    margin-left: auto;
  }

  .mobile-menu .mobile-menu__icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    flex-direction: column;
  }
  .mobile-menu span{
    background: #13076E;
    width: 2.5rem;
    height: 2px;
    border-radius: 2rem;
    transition: transform .3s;
  }

  .mobile-menu span:first-child{
    width: 3rem;
  }
  .mobile-menu span:last-child{
    width: 3rem;
  }
  .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);
  }
  .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(20, 12, 113, 0) 0%, rgba(254, 196, 67, 0.8) 51.44%, rgba(20, 12, 113, 0) 100%);
    border-image-slice: 1;
  }
  .header__menu-mobile{
    z-index: 100;
    background: rgba(14, 4, 75, 0.2);
    box-shadow: 0 0 100px rgba(90, 193, 254, 0.6), inset 0 0 1000px rgba(90, 193, 254, 0.2);
     top: 7.5rem;
    padding: 4rem;
    position: fixed;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 3rem;
    width: 36rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .header__menu-mobile:before{
    background: linear-gradient(329.07deg, rgba(255, 222, 92, 0.1) 61.63%, #F2639C 112.74%), linear-gradient(120.07deg, rgba(90, 193, 254, 0.1) 61.63%, rgb(90, 193, 254) 112.74%);
    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;
    margin-top: 2rem;
  }
  .header__menu-mobile .header__buttons .btn{
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
  }
  .stages-info__item .prize-cola, .stages-info__item .prize-main{
    flex-direction: column;
    padding: 1.4rem 1.4rem 3rem;
  }

  .stages-info__item .prize-main .badge, .stages-info__item .prize-cola .badge {
      width: 22rem;
      justify-content: center;
  }
}

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