
@font-face {
  font-family: 'Normalidad';
  src: url('../fonts/Normalidad-Text-Light-Web.woff2') format('woff2');
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Normalidad';
  src: url('../fonts/Normalidad-Text-Regular-Web.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Normalidad';
  src: url('../fonts/Normalidad-Text-Medium-Web.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Normalidad';
  src: url('../fonts/Normalidad-Text-Bold-Web.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Normalidad';
  src: url('../fonts/Normalidad-Text-Black-Web.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,figure,blockquote,dl,dd { margin: 0; }
ul,ol { padding: 0; list-style: none; }
img,svg { display: block; max-width: 100%; }
button,input,textarea,select { font: inherit; }

:root{
  --color-white-1: #FFFFFF;
  --color-white-2: #F5F5F5;
  --color-white-09: rgba(255, 255, 255, 0.90);
  --color-white-08: rgba(255, 255, 255, 0.80);
  --color-white-06: rgba(255, 255, 255, 0.60);
  --color-white-006: rgba(255, 255, 255, 0.06);
  --color-gray-1: #383838;
  --color-gray-2: #2A2A2A;
  --color-gray-3: #3E4552;
  --color-gray-4: #2D2D2D;
  --color-gray-5: #9B9B9B;
  --color-gray-6: #484848;
  --color-gray-7: #565656;
  --color-gray-8: #4F4F4F;
  --color-gray-04: #72727266;
  --color-gray-02: #72727233;
  --color-red: #C4122F;
  --color-red-dark: #950E24;
  --color-blue-dark: #014171;
  --color-blue: #29AAEB;
  --color-green: #25D366;
  --color-yellow: #FBC51D;
  --font-family: "Normalidad", sans-serif;
  --container-width: 82.5rem;
  --container-padding-x: 3.875rem;
}
@media (max-width: 64.06125rem){
:root{
  --container-padding-x: 2rem;
}

}
@media (max-width: 48.06125rem){
:root{
  --container-padding-x: 1rem;
}

}
:root{
  --transition-duration: 0.2s;
}
.container{
  max-width: calc(var(--container-width) + var(--container-padding-x)*2);
  margin-inline: auto;
  padding-inline: var(--container-padding-x);
}
@media (max-width: 48.06125rem){
.hidden-mobile{
  display: none !important;
}

}
@media (min-width: 48.06131rem){
.visible-mobile{
  display: none !important;
}

}
@media (min-width: 64.06131rem){
.visible-tablet{
  display: none !important;
}

}
@media (max-width: 64.06125rem){
.hidden-tablet{
  display: none !important;
}

}
html.is-lock{
  overflow: hidden;
}
body{
  display: flex;
  flex-direction: column;
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-white-1);
  background-color: var(--color-gray-4);
  position: relative;
  zoom: calc(80vw / 1320px);
}
@media (max-width: 82.56125rem){
body{
  zoom: 0;
}

}
button{
  padding: 0;
  background-color: transparent;
  border: none;
}
main{
  flex-grow: 1;
}
[id]{
  scroll-margin-top: 140px;
}
button, label, input, textarea, select, svg *{
  transition-duration: var(--transition-duration);
}
a{
  color: inherit;
  text-decoration: none;
  transition-duration: var(--transition-duration);
}
a[class]{
  text-decoration: none;
}
.visually-hidden{
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  clip-path: inset(100%) !important;
  clip: rect(0 0 0 0) !important;
  overflow: hidden !important;
}
.text-16-regular{
  font-size: 16px;
  font-weight: 400;
  line-height: 114%;
}
.title-72{
  font-size: clamp(2rem, 1.3627451rem + 2.61437908vw, 4.5rem);
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
}
.title-60{
  font-size: clamp(2rem, 1.55392157rem + 1.83006536vw, 3.75rem);
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
}
.title-52{
  font-size: clamp(2rem, 1.68137255rem + 1.30718954vw, 3.25rem);
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
}
.title-28{
  font-size: clamp(1.5rem, 1.43627451rem + 0.26143791vw, 1.75rem);
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
.title-32{
  font-size: clamp(1.25rem, 1.05882353rem + 0.78431373vw, 2rem);
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
}
.text-24-medium{
  font-size: clamp(1.25rem, 1.18627451rem + 0.26143791vw, 1.5rem);
  font-weight: 400;
  line-height: 120%;
}
.text-20-regular{
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
}
.text-18-regular{
  font-size: clamp(1rem, 0.96813725rem + 0.13071895vw, 1.125rem);
  font-weight: 300;
  line-height: 120%;
}
.text-18-medium{
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}
.text-20-medium{
  font-size: clamp(1.125rem, 1.09313725rem + 0.13071895vw, 1.25rem);
  font-weight: 500;
  line-height: 120%;
}
.text-20-bold{
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}
.text-16-light{
  font-size: 16px;
  font-weight: 350;
  line-height: 120%;
}
.text-20-light{
  font-size: clamp(1.125rem, 1.09313725rem + 0.13071895vw, 1.25rem);
  font-weight: 350;
  line-height: 120%;
}
.text-18-light{
  font-size: 18px;
  font-weight: 350;
  line-height: 120%;
}
.text-16-medium{
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}
.text-14-light{
  font-size: 14px;
  font-weight: 350;
  line-height: 120%;
}
.text-32-medium{
  font-size: clamp(1.25rem, 1.05882353rem + 0.78431373vw, 2rem);
  font-weight: 500;
  line-height: 120%;
}
.header{
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.header::before{
  content: '';
  position: absolute;
  inset: 0;
  left: 0;
  top:0;
  height: 50px;
  z-index: -1;
  width: 100%;
  background-color: var(--color-red);
}
@media (max-width: 64.06125rem){
.header::before{
  z-index: 2000;
}

}
.header__logo{
  z-index: 2000;
  position: relative;
  padding-block: 10px 20px;
}
@media (max-width: 80.06125rem){
.header__logo{
  width: 230px;
}

}
@media (max-width: 48.06125rem){
.header__logo{
  width: 163px;
}

}
.header__logo::before{
  content: '';
  position: absolute;
  inset: 0;
  left: -10px;
  bottom: 0;
  z-index: -1;
  width: 120%;
  background-color: var(--color-red);
  clip-path: polygon(0 0, 100% 0, calc(100% - 48px) 100%, 0 100%);
}
@media (max-width: 48.06125rem){
.header__logo::before{
  clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
}

}
.header__logo::after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100vw;
  background-color: var(--color-red);
  z-index: -1;
}
.header__inner{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-block: 9px;
}
.header__left{
  display: flex;
  align-items: flex-start;
  gap: clamp(0.625rem, -0.80882353rem + 5.88235294vw, 6.25rem);
}
@media (max-width: 64.06125rem){
.header__item a{
  font-size: 30px;
}

}
@media (max-width: 48.06125rem){
.header__item a{
  font-size: 28px;
}

}
.header__nav{
  padding-block: 7px;
}
@media (max-width: 64.06125rem){
.header__nav{
  width: 100%;
  right: 0;
  height: 100vh;
  position: fixed;
  display: flex;
  top: 0;
  padding: 180px 32px 64px 32px;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.2s linear;
  z-index: 1000;
  background: var(--color-gray-4);
  background-size: cover;
}

}
@media (max-width: 64.06125rem){
.header__nav:not(.is-active){
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100%);
}

}
@media (max-width: 30.06125rem){
.header__nav{
  padding: 200px 16px 32px 16px;
}

}
.header__nav-list{
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 80.06125rem){
.header__nav-list{
  gap: 10px;
}

}
@media (max-width: 64.06125rem){
.header__nav-list{
  flex-direction: column;
  align-items: flex-start;
  color: var(--color-white-1);
  gap: 20px;
}

}
.header__lk{
  display: flex;
  align-items: center;
  gap: 12px;
}
.header__lk-icon{
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  background-color: var(--color-white-1);
  border-radius: 50%;
  color: var(--color-red);
}
.header__lk-icon svg{
  flex-shrink: 0;
}
.hero{
  position: relative;
}
.hero::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 216px;
  z-index: -1;
  background-color: var(--color-red);
  clip-path: polygon(61% 45%, 66% 0, 100% 0, 100% 60%, 94% 60%, 90% 100%, 0 100%, 0 45%);
}
@media (max-width: 64.06125rem){
.hero::after{
  clip-path: polygon(65% 45%, 70% 0, 100% 0, 100% 62%, 100% 100%, 90% 100%, 0 100%, 0 45%);
}

}
@media (max-width: 48.06125rem){
.hero::after{
  height: 120px;
  clip-path: polygon(65% 45%, 70% 45%, 100% 45%, 100% 62%, 100% 100%, 90% 100%, 0 100%, 0 45%);
}

}
.hero__inner{
  position: relative;
  padding-block: 96px 60px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 82.56125rem){
.hero__inner{
  display: grid;
  grid-template-columns: 2fr 1fr;
  padding-block: 50px 140px;
  align-items: end;
}

}
@media (max-width: 80.06125rem){
.hero__inner{
  grid-template-columns: 2.5fr 1fr;
}

}
@media (max-width: 64.06125rem){
.hero__inner{
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 20px;
}

}
@media (max-width: 48.06125rem){
.hero__inner{
  padding-block: 30px 80px;
}

}
.hero__left{
  display: flex;
  flex-direction: column;
  gap: 44px;
}
@media (max-width: 64.06125rem){
.hero__left{
  width: 100%;
}

}
@media (max-width: 30.06125rem){
.hero__left{
  gap: 18px;
}

}
.hero__titles{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 30.06125rem){
.hero__titles{
  gap: 8px;
}

}
.hero__subtitle{
  color: var(--color-gray-5);
}
.hero__bg{
  position: absolute;
  inset:0;
  width: 100%;
  height: calc(100% + 105px);
  top: -105px;
  object-fit: cover;
  z-index: -2;
}
.hero__image{
  position: relative;
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 48.06125rem){
.hero__image{
  width: 70%;
}

}
.hero__cta{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 32px;
  border-radius: 20px;
  border: 1.5px solid rgba(255, 255, 255, 0.16);
  background: var(--color-white-006);
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(26px);
}
@media (max-width: 80.06125rem){
.hero__cta{
  padding: 16px;
}

}
@media (max-width: 48.06125rem){
.hero__cta{
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 8px;
}

}
@media (max-width: 48.06125rem){
.hero__cta a{
  width: 100%;
}

}
.hero__cta-wrapper{
  position: relative;
}
@media (max-width: 48.06125rem){
.hero__cta-wrapper{
  width: 100%;
}

}
.hero__cta-image{
  position: absolute;
  bottom: -110%;
  left: 45%;
  pointer-events: none;
}
@media (max-width: 80.06125rem){
.hero__cta-image{
  bottom: -120%;
  left: 35%;
  width: 30%;
}

}
@media (max-width: 64.06125rem){
.hero__cta-image{
  left: auto;
  right: 0;
  bottom: auto;
  top: -130%;
  z-index: -1;
}

}
@media (max-width: 48.06125rem){
.hero__cta-image{
  display: none;
}

}
.hero__cta-titles{
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 8px;
}
@media (max-width: 48.06125rem){
.hero__cta-titles{
  width: 100%;
}

}
.hero__cta a{
  position: relative;
  z-index: 100;
}
.hero__metro{
  position: absolute;
  bottom: 25px;
  right: 0;
}
@media (max-width: 82.56125rem){
.hero__metro{
  right: 62px;
}

}
@media (max-width: 64.06125rem){
.hero__metro{
  right: 32px;
}

}
@media (max-width: 48.06125rem){
.hero__metro{
  bottom: 260px;
  width: 70px;
}

}
@media (max-width: 24.43625rem){
.hero__metro{
  bottom: 290px;
}

}
.hero__date{
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: absolute;
  left: 0;
  bottom: 32px;
}
@media (max-width: 82.56125rem){
.hero__date{
  left: 62px;
}

}
@media (max-width: 64.06125rem){
.hero__date{
  left: 32px;
}

}
@media (max-width: 48.06125rem){
.hero__date{
  left: 16px;
  bottom: 12px;
}

}
@media (max-width: 30.06125rem){
.hero__date{
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  text-wrap: nowrap;
}

}
.hero__img-1, .hero__img-2, .hero__img-3, .hero__img-4{
  position: absolute;
  pointer-events: none;
}
.hero__img-1{
  left: -10%;
  top: -15%;
}
@media (max-width: 80.06125rem){
.hero__img-1{
  width: 40%;
  left: -20%;
  top: -30%;
}

}
@media (max-width: 64.06125rem){
.hero__img-1{
  top: 0;
  width: 30%;
  z-index: -1;
}

}
.hero__img-2{
  right: 0;
  top: 10%;
  z-index: -1;
}
@media (max-width: 80.06125rem){
.hero__img-2{
  width: 40%;
  top: 10%;
}

}
@media (max-width: 64.06125rem){
.hero__img-2{
  right: -10%;
  top: 20%;
}

}
.hero__img-3{
  right: 10%;
  top: -20%;
}
@media (max-width: 80.06125rem){
.hero__img-3{
  width: 40%;
  top: -40%;
}

}
@media (max-width: 64.06125rem){
.hero__img-3{
  top: auto;
  bottom: -10%;
  left: -20%;
  right: auto;
}

}
@media (max-width: 48.06125rem){
.hero__img-3{
  bottom: auto;
  top: -220px;
  left: auto;
  right: -20%;
}

}
.hero__img-4{
  left: -65%;
  top: -10%;
}
@media (max-width: 80.06125rem){
.hero__img-4{
  width: 40%;
  left: -70%;
}

}
@media (max-width: 64.06125rem){
.hero__img-4{
  display: none;
}

}
.button{
  display: flex;
  padding: 14px 48px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  background-color: var(--color-red);
  border-radius: 10px;
}
@media (max-width: 48.06125rem){
.button{
  padding: 14px;
}

}
.button--red{
  background-color: var(--color-red);
  color: var(--color-white-1);
}
.button--white{
  color: var(--color-red);
  background-color: var(--color-white-1);
}
.rules{
  position: relative;
}
.rules__inner{
  padding-block: 116px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 64.06125rem){
.rules__inner{
  padding-block: 90px;
}

}
@media (max-width: 48.06125rem){
.rules__inner{
  padding-block: 80px;
}

}
.rules__bg{
  position: absolute;
  inset:0;
  width: 100%;
  height: calc(100% + 105px);
  top: -105px;
  object-fit: cover;
  z-index: -2;
}
.rules__grid{
  display: grid;
  grid-template-columns: repeat(3, 350px);
  gap: 30px;
}
@media (max-width: 1180px){
.rules__grid{
  grid-template-columns: repeat(2, 1fr);
}

}
@media (max-width: 48.06125rem){
.rules__grid{
  grid-template-columns: repeat(1, 1fr);
}

}
.rules__item{
  display: grid;
  grid-template-rows: 231px 1fr;
  justify-items: center;
  position: relative;
}
.rules__item-info{
  width: 100%;
  display: flex;
  height: 190px;
  padding: 28px 24px 24px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  z-index: 10;
}
.rules__item-info::before{
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--color-red);
  clip-path: polygon(6% 0, 100% 0, 100% 83%, 91% 100%, 0 100%, 0 12%);
  z-index: -1;
}
.rules__item-subtitles{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.rules__number{
  position: absolute;
  top: -12px;
  left: -12px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-gray-7);
  z-index: 10;
}
.rules__button{
  position: absolute;
  width: 80%;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.prize-banner__inner{
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  border: 1.5px solid rgba(255, 255, 255, 0.16);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.prize-banner__bg{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  inset:0;
  z-index: -2;
}
.prize-banner__img{
  z-index: 10;
  position: relative;
}
@media (max-width: 48.06125rem){
.prize-banner__img{
  width: 70%;
}

}
@media (max-width: 37.56125rem){
.prize-banner__img{
  width: 95%;
}

}
.prize-banner__header{
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}
.prize-banner__subtitle{
  text-transform: uppercase;
}
.prize-banner__inner{
  padding: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 64.06125rem){
.prize-banner__inner{
  padding: 52px 32px;
}

}
@media (max-width: 48.06125rem){
.prize-banner__inner{
  padding: 70px 16px;
}

}
.prize-banner__bottom{
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 64.06125rem){
.prize-banner__bottom{
  text-align: center;
}

}
.prize-banner__img-1, .prize-banner__img-2, .prize-banner__img-3{
  position: absolute;
  pointer-events: none;
}
.prize-banner__img-1{
  left: 10%;
  z-index: 1;
}
@media (max-width: 80.06125rem){
.prize-banner__img-1{
  width: 20%;
  left: 0;
  top: 15%;
}

}
@media (max-width: 37.56125rem){
.prize-banner__img-1{
  width: 25%;
  left: 0;
  top: auto;
  bottom: 25%;
  z-index: 10;
}

}
.prize-banner__img-2{
  right: 12%;
  bottom: 0;
  z-index: 11;
}
@media (max-width: 80.06125rem){
.prize-banner__img-2{
  width: 20%;
  right: 0;
}

}
@media (max-width: 37.56125rem){
.prize-banner__img-2{
  width: 25%;
  bottom: 40%;
}

}
.prize-banner__img-3{
  top: 0;
  right: 20%;
  z-index: -1;
}
@media (max-width: 80.06125rem){
.prize-banner__img-3{
  width: 20%;
  right: 0;
  top: 5%;
}

}
@media (max-width: 37.56125rem){
.prize-banner__img-3{
  display: none;
}

}
.prizes{
  padding-block: 120px;
}
@media (max-width: 64.06125rem){
.prizes{
  padding-block: 90px;
}

}
@media (max-width: 48.06125rem){
.prizes{
  padding-block: 80px;
}

}
.prizes__title{
  text-align: center;
  margin-bottom: 32px;
}
.prizes__slider{
  margin-bottom: 32px;
}
.prizes__item{
  width: 246px !important;
  height: 296px !important;
  padding: 12px 12px 24px 12px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: var(--color-gray-1);
}
.prizes__img{
  width: 221px;
  height: 200px;
  background-color: var(--color-white-1);
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 12px;
}
.prizes__img img{
  object-fit: contain;
}
.prizes__controls{
  display: flex;
  justify-content: center;
}
.prizes__controls-inner{
  display: flex;
  gap: 12px;
}
.prizes__controls-button{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 5px;
  background: var(--color-gray-1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--color-white-1);
}
.products__title{
  margin-bottom: 32px;
  text-align: center;
}
.products .splide__list{
  align-items: flex-end;
}
.products .splide{
  margin-bottom: 20px;
}
.products__item{
  display: flex;
  overflow: visible !important;
  width: 312px !important;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 455px !important;
  margin-top: 35px !important;
  gap: 12px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: var(--color-gray-1);
}
@media (max-width: 30.06125rem){
.products__item{
  width: 275px !important;
}

}
.products__subtitle{
  color: var(--color-white-08);
}
.products__img{
  border-radius: 8px;
  position: relative;
  background: var(--color-gray-8);
  width: 100%;
  min-height: 200px;
}
@media (max-width: 30.06125rem){
.products__img{
  min-height: 165px;
}

}
.products__img img{
  position: absolute;
  object-fit: contain;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.products__titles{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.products__info{
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 12px;
}
.products__link{
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 4px;
}
.products__bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 64.06125rem){
.products__bottom{
  flex-direction: column;
  text-align: center;
  gap: 16px;
}

}
@media (max-width: 30.06125rem){
.products__bottom a{
  width: 100%;
}

}
.products__bottom p{
  color: var(--color-white-08);
  width: 60%;
}
@media (max-width: 64.06125rem){
.products__bottom p{
  width: 100%;
}

}
.products__bottom a{
  flex-shrink: 0;
}
.timer{
  padding-top: 70px;
}
@media (max-width: 30.06125rem){
.timer a{
  width: 100%;
}

}
.timer__rules{
  position: relative;
}
.timer__rules::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 110px;
  z-index: -1;
  width: 100%;
  background-color: var(--color-red);
}
@media (max-width: 48.06125rem){
.timer__rules::before{
  display: none;
}

}
.timer__rules-inner{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 48.06125rem){
.timer__rules-inner{
  flex-direction: column;
  align-items: center;
  background-color: var(--color-red);
  padding-block: 32px;
  text-align: center;
  gap: 4px;
}

}
@media (max-width: 48.06125rem){
.timer__rules-inner br{
  display: none;
}

}
.timer__rules-button{
  margin-top: 32px;
}
@media (max-width: 48.06125rem){
.timer__rules-button{
  margin: 0;
}

}
.timer__rules-titles{
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  padding-block:32px;
}
@media (max-width: 48.06125rem){
.timer__rules-titles{
  padding: 0;
}

}
.timer__rules-titles::before{
  content: '';
  position: absolute;
  inset: 0;
  left: -10px;
  bottom: 0;
  z-index: -1;
  width: 120%;
  background-color: var(--color-red);
  clip-path: polygon(0 0, 100% 0, calc(100% - 100px) 100%, 0 100%);
}
@media (max-width: 64.06125rem){
.timer__rules-titles::before{
  clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0 100%);
}

}
@media (max-width: 48.06125rem){
.timer__rules-titles::before{
  display: none;
}

}
.timer__rules-titles::after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100vw;
  background-color: var(--color-red);
  z-index: -1;
}
.timer__inner{
  position: relative;
}
.timer__bg{
  position: absolute;
  top: 0;
  width: 100%;
  height: calc(100% + 20px);
  object-fit: cover;
  z-index: -1;
}
.timer__body{
  padding-block: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 36px;
}
.timer__cell{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.timer__main{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.timer__header{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.timer__countdown{
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 20px;
  padding: 24px 32px;
  border: 1.5px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(26px);
}
@media (max-width: 30.06125rem){
.timer__countdown{
  padding: 16px;
  gap: 12px;
}

}
.faq{
  background-color: var(--color-white-1);
  margin-top: -20px;
  border-radius: 20px;
  color: var(--color-gray-2);
}
.faq__inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  padding-block: 60px;
}
@media (max-width: 64.06125rem){
.faq__inner{
  gap: 42px;
}

}
@media (max-width: 48.06125rem){
.faq__inner{
  gap: 32px;
}

}
.faq__main{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 48.06125rem){
.faq__main{
  gap: 4px;
}

}
.accordion{
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  background-color: var(--color-white-2);
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 64.06125rem){
.accordion{
  border-radius: 20px;
}

}
.accordion.is-open .accordion__collapse{
  max-height: 1000px;
}
.accordion.is-open p{
  opacity: 1;
  transform: translateY(0);
}
.accordion.is-open .accordion__icon svg{
  transform: rotate(90deg);
}
.accordion.is-open .accordion__button{
  padding-bottom: 14px;
}
.accordion__icon{
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  background-color: var(--color-white-1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 48.06125rem){
.accordion__icon{
  width: 24px;
  height: 24px;
}

}
.accordion__icon svg{
  transition-duration: 0.3s;
  color: var(--color-gray-3);
}
@media (max-width: 48.06125rem){
.accordion__icon svg{
  width: 14px;
  height: 14px;
}

}
.accordion__button{
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 10px 10px 10px 32px;
  background: transparent;
  color: inherit;
  text-align: left;
}
@media (max-width: 48.06125rem){
.accordion__button{
  padding: 10px 10px 10px 16px;
}

}
.accordion__collapse{
  max-height: 0;
  overflow: hidden;
  background: transparent;
  transition: max-height 0.3s ease;
}
.accordion__collapse p{
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.2s ease 0.1s, transform 0.4s ease 0.1s;
  padding: 0 60px 28px 32px;
  margin: 0;
  color: var(--color-gray-2);
}
@media (max-width: 48.06125rem){
.accordion__collapse p{
  padding: 0 50px 10px 16px;
}

}
@media (min-width: 64.06131rem){
.burger-button{
  display: none !important;
}

}
.burger-button{
  width: 36px;
  height: 36px;
  position: relative;
  background: transparent;
  z-index: 2100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
  cursor: pointer;
  overflow: hidden;
}
.burger-button.is-active .burger-button__line:nth-child(1){
  width: 100%;
  transform: rotate(45deg);
  translate: 0px 5px;
}
.burger-button.is-active .burger-button__line:nth-child(2){
  opacity: 0;
}
.burger-button.is-active .burger-button__line:nth-child(3){
  width: 100%;
  transform: rotate(-45deg);
  translate: 0px -5px;
}
.burger-button__lines{
  width: 14px;
  height: 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
}
.burger-button__line{
  width: 100%;
  height: 2px;
  background-color: var(--color-white-1);
  border-radius: 2px;
  transition: all 0.3s ease;
}
.footer{
  margin-top: -20px;
}
.footer__inner{
  padding-top: 80px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 48.06125rem){
.footer__inner{
  padding-top: 42px;
}

}
@media (max-width: 48.06125rem){
.footer__body{
  display: flex;
  flex-direction: column;
}

}
.footer__top{
  position: relative;
}
.footer__top::before{
  content: '';
  position: absolute;
  inset: 0;
  left: 0;
  top:0;
  height: 68px;
  z-index: -1;
  width: 100%;
  background-color: var(--color-red);
}
.footer__top-inner{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer__nav{
  padding-top: 16px;
}
.footer__nav-list{
  display: flex;
  align-items: center;
  gap: 28px;
}
@media (max-width: 82.56125rem){
.footer__nav-list{
  gap: 10px;
  flex-wrap: wrap;
  margin-left: 24px;
}

}
@media (max-width: 64.06125rem){
.footer__nav-list{
  margin: 0;
}

}
@media (max-width: 37.56125rem){
.footer__nav-list{
  flex-direction: column;
  align-items: flex-start;
}

}
.footer__item{
  text-transform: uppercase;
}
.footer__logo{
  position: relative;
  padding-block: 16px 20px;
}
.footer__logo::before{
  content: '';
  position: absolute;
  inset: 0;
  left: -10px;
  bottom: 0;
  z-index: -1;
  width: 120%;
  background-color: var(--color-red);
  clip-path: polygon(0 0, 100% 0, calc(100% - 48px) 100%, 0 100%);
}
.footer__logo::after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100vw;
  background-color: var(--color-red);
  z-index: -1;
}
.footer__phone{
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
@media (max-width: 48.06125rem){
.footer__phone{
  padding: 0;
  text-align: left;
  align-items: flex-start;
  color: var(--color-white-1);
}

}
.footer__phone p{
  color: var(--color-white-06);
}
.footer__prize{
  position: absolute;
  right: -80px;
  top: 60%;
  transform: translateY(-50%);
}
.footer__main{
  display: grid;
  grid-template-columns: 1fr 3.5fr;
  color: var(--color-white-06);
  padding-bottom: 32px;
  align-items: end;
}
@media (max-width: 82.56125rem){
.footer__main{
  grid-template-columns: 1fr 2.5fr;
}

}
@media (max-width: 64.06125rem){
.footer__main{
  display: flex;
  align-items: center;
  gap: 24px;
  flex-direction: column;
}

}
@media (max-width: 64.06125rem){
.footer__main .footer__nav{
  color: var(--color-white-1);
}

}
@media (max-width: 37.56125rem){
.footer__main{
  align-items: flex-start;
}

}
.footer__mobile-socials{
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-block: 16px;
  border-top: 1px solid var(--color-gray-6);
  border-bottom: 1px solid var(--color-gray-6);
}
.footer__socials{
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer__mobile-logo{
  align-self: center;
}
.footer__extra{
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-white-08);
  padding-block: 32px 40px;
  border-top: 1px solid var(--color-gray-6);
}
@media (max-width: 64.06125rem){
.footer__extra{
  flex-wrap: wrap;
  gap: 4px 20px;
}

}
@media (max-width: 48.06125rem){
.footer__extra{
  padding-block: 24px;
  text-align: center;
  border: none;
  flex-direction: column;
}

}
.footer__extra-links{
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 48.06125rem){
.footer__extra-links{
  flex-direction: column;
  gap: 4px;
}

}


.swiper-wrapper,
.splide__list {
  display: flex;
}
.swiper-slide,
.splide__slide {
  flex: 0 0 auto;
}
.prizes__slider {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}
.prizes__slider::-webkit-scrollbar {
  display: none;
}
.products__swiper,
.splide__track {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
}
.products__swiper {
  scroll-snap-type: x proximity;
}
.splide__list {
  gap: 20px;
  width: max-content;
  align-items: stretch !important;
}
@media (max-width: 64.06125rem) {
  .splide__list { gap: 12px; }
}
@media (max-width: 48.06125rem) {
  .splide__list { gap: 8px; }
}
.products__item,
.prizes__item {
  scroll-snap-align: start;
}
.prizes__img img,
.products__img img {
  width: 100%;
  height: 100%;
}
.hero__img,
.hero__img-1,
.hero__img-2,
.hero__img-3,
.hero__img-4 {
  height: auto;
}
