* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

video {
  display: block;
  border: none;
  outline: none;
  background: transparent;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
  display: block;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  top: 0;
  left: 0;
  padding: 0;
  background: #060512 url(../img/bg.png)top no-repeat;
  width: 100%;
  color: #fff;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

html,
body {
  width: 100vw;
  overflow-x: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
  height: 5px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #6A19FE;
  width: 10px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #260c55;
  border-radius: 10px;
  background-color: #fff;
}

@font-face {
  font-family: "ES Build TRIAL";
  src: url("../fonts/ESBuildTRIAL-Bold.otf") format("opentype");
  font-weight: 700;
}

@font-face {
  font-family: "ES Build TRIAL";
  src: url("../fonts/ESBuildTRIAL-Regular.otf") format("opentype");
  font-weight: 400;
}

@font-face {
  font-family: "ES Build TRIAL";
  src: url("../fonts/ESBuildTRIAL-Medium.otf") format("opentype");
  font-weight: 500;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.6);
    transform: scale(1.02);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
    transform: scale(1);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    transform: scale(1.02);
  }
}

header{

}
.container{
  width: 100%;
  max-width: 1440px;
  display: block;
  margin: 0 auto;
}
.header_items {
  display: flex;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 36px;
}
.header_item:last-child {
  margin-left: auto;
}
.header_item_logo {
  vertical-align: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: "Inter", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.header_item_button {
  outline: none;
  border: none;
  cursor: pointer;
  transition: all .5s;
  color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: "ES Build TRIAL", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
padding: 17px 70px;
border-radius: 23px;
background: linear-gradient(180deg, #8C4DFF 0%, #6A19FE 38.94%, #3F0F98 100%);
background-size: 100% 100%;
  animation: pulse 1.5s infinite;

}

.header_item_button:hover{
  opacity: .5;
}



.intro {
  width: 100%;
  height: auto;
}
.intro_blocks {
  display: flex;
  align-items: center;
}
.intro_block:last-child {
  margin-left: auto;
}
.intro_block_up {
  display: flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
  border-radius: 57px;
background: linear-gradient(179deg, #FFCC5D 1.17%, #FEB519 39.2%, #CA8421 98.83%);
}
.intro_block_up_content {
  padding: 14px 30px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.intro_block_up_tittle {
  color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: "Inter", sans-serif;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.intro_block_up_tittle_icon {
  vertical-align: middle;
}
.intro_block_up_timer {
  padding: 9px 13px;
  border-radius: 36px;
background: #FFF;
}
.intro_block_up_timer_text{
   display: flex;
  align-items: center;
  gap: 6px;
leading-trim: both;
text-edge: cap;
font-family: "Inter", sans-serif;
background: linear-gradient(179deg, #FFCC5D 1.17%, #FEB519 39.2%, #CA8421 98.83%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.intro_block_tittle {
  margin-top: 52px;
  leading-trim: both;
text-edge: cap;
font-family: "ES Build TRIAL", sans-serif;
font-size: 88px;
font-style: normal;
font-weight: 700;
line-height: 88px; /* 100% */
background: linear-gradient(128deg, #FFF 23.42%, #A3A2B3 73.52%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.intro_block_subtittle {
  margin-top: 52px;
  color: #8B85A1;
leading-trim: both;
text-edge: cap;
font-family: "Inter", sans-serif;
max-width: 497px;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.intro_block_button {
  margin-top: 52px;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all .5s;
  color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: "ES Build TRIAL", sans-serif;
padding: 24px 91px;
border-radius: 23px;
background: linear-gradient(180deg, #8C4DFF 0%, #6A19FE 38.94%, #3F0F98 100%);
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: normal;
  animation: pulse 1.5s infinite;

}
.intro_block_button:hover{
  opacity: .5;
}
.intro_block_image {
  vertical-align: middle;
}


.roller {
  width: 100%;
  height: auto;
}
.roller_main {
  width: 100%;
  height: auto;
  border-radius: 33px;
background: linear-gradient(98deg, rgba(39, 32, 61, 0.38) 0.04%, rgba(29, 21, 51, 0.34) 99.96%);
}
.roller_main_content {
  padding-top: 43px;
  padding-bottom: 43px;
}
.roller_main_tittle {
  color: #FFF;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Inter", sans-serif;
max-width: 994px;
display: block;
margin: 0 auto;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 47px; /* 146.875% */
}
.roller_wrapper {
  width: 100%;
  overflow: hidden;
  margin-top: 44px;
  position: relative;
  padding: 10px 0;
}
.roller_main_blocks {
  display: flex;
  align-items: center;
  gap: 15px;
  transition: transform 4s cubic-bezier(0.17, 0.67, 0.12, 0.99);
  will-change: transform;
  width: fit-content;
  transform: translateZ(0); /* Включаем аппаратное ускорение */
  backface-visibility: hidden; /* Оптимизация для плавности */
  perspective: 1000px; /* Создаем контекст для 3D трансформаций */
  -webkit-transform: translateZ(0); /* Для лучшей производительности на iOS */
  -moz-transform: translateZ(0);
}
.roller_main_block {
  width: 260px;
  height: 205px;
  border-radius: 15px;
border: 0.75px solid rgba(52, 42, 80, 0.50);
background: linear-gradient(180deg, rgba(79, 72, 104, 0.16) 0%, rgba(64, 56, 76, 0.16) 100%);
flex-shrink: 0;
transition: transform 0.15s ease-out, opacity 0.15s ease-out, width 0.15s ease-out, height 0.15s ease-out;
transform-origin: center;
transform: scale(1) translateZ(0); /* Аппаратное ускорение */
opacity: 1;
will-change: transform, opacity; /* Оптимизация для анимаций */
backface-visibility: hidden; /* Оптимизация для плавности */
}

/* Центральные 3 карточки - обычный размер */
.roller_main_block.size-center {
  width: 260px;
  height: 205px;
  transform: scale(1);
}

/* 4-я карточка слева и справа от центра - чуть меньше */
.roller_main_block.size-side {
  width: 230px;
  height: 181px;
  transform: scale(0.88);
  opacity: 0.9;
}

/* Карточки дальше от центра - еще меньше */
.roller_main_block.size-outer {
  width: 200px;
  height: 158px;
  transform: scale(0.77);
  opacity: 0.7;
}

.roller_main_block.highlight {
  border: 2px solid #8C4DFF;
  box-shadow: 0 0 20px rgba(140, 77, 255, 0.5);
  transform: scale(1.05) !important;
  z-index: 10;
  position: relative;
}

@keyframes winner-pop {
  0% { transform: scale(1) }
  60% { transform: scale(1.18) }
  100% { transform: scale(1.12) }
}

.roller_main_block.winner {
  animation: winner-pop 450ms ease-out forwards;
}

/* Modal with winning prize */
.prize_modal_overlay{
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity .25s ease;
}
.prize_modal_overlay.visible{
  opacity: 1;
}
.prize_modal{
  background: linear-gradient(98deg, rgba(39, 32, 61, 01) 0.04%, rgba(29, 21, 51, 1) 99.96%);
      border: 1px solid rgba(140,77,255,0.4);
  border-radius: 20px;
  padding: 32px 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  transform: scale(0.8);
  transition: transform .25s ease;
  max-width: 90vw;
}
.prize_modal_overlay.visible .prize_modal{
  transform: scale(1);
}
.prize_modal_image{
  width: 110px;
  height: 110px;
  object-fit: contain;
}
.prize_modal_title{
  margin-top: 8px;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
}
.roller_main_block_content {
  padding: 24px 15px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 27px;
}
.roller_main_block_image {
  vertical-align: middle;
}
.roller_main_block_tittle {
  color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: "Inter", sans-serif;
font-size: 21px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.roller_main_button {
  display: block;
  margin: 0 auto;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all .5s;
  color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: "ES Build TRIAL", sans-serif;
padding: 24px 91px;
border-radius: 23px;
background: linear-gradient(180deg, #8C4DFF 0%, #6A19FE 38.94%, #3F0F98 100%);
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-top: 44px;
  animation: pulse 1.5s infinite;
  position: relative;
  z-index: 15;

}

.roller_main_button:hover{
  opacity: .5;
}

.roller_main_button:disabled{
  opacity: .5;
  cursor: not-allowed;
  animation: none;
}

.faq_block_liner{
  position: absolute;
    left: 0;
    top: -150px;
    width: 780px;
    z-index: 0;
}

.faq {
  width: 100%;
  height: auto;
  margin-top: 64px;
}
.faq_blocks {
  display: flex;
  align-items: center;
}
.faq_block:first-child {
  position: relative;
}
.faq_block{
  position: relative;
  z-index: 10;
}
.faq_block_image {
  vertical-align: middle;
  max-width: 739px;
}
.faq_block_logo {
  display: flex;
  align-items: center;
  gap: 12px;
    background: linear-gradient(2deg, #6A19FE 63.42%, #8C4DFF 73.52%);background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
leading-trim: both;
text-edge: cap;
font-family: "Inter", sans-serif;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.faq_block_logo img{
  vertical-align: middle;
}
.faq_block_tittle {
  margin-top: 52px;
  leading-trim: both;
text-edge: cap;
font-family: "ES Build TRIAL", sans-serif;
background: linear-gradient(125deg, #FFF 24.7%, #A3A2B3 84.24%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 69px;
font-style: normal;
font-weight: 700;
line-height: 76px; /* 105.556% */
}
.faq_block_text {
  margin-top: 52px;
  color: #8B85A1;
leading-trim: both;
text-edge: cap;
font-family: "Inter", sans-serif;
max-width: 573px;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}


.faq_items {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.faq_item {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  cursor: pointer;
position: relative;
z-index: 10;

}
.faq_item_tittle {
  display: flex;
  align-items: center;
  color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: "Inter", sans-serif;
padding: 28.5px 32px;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: normal;
border-radius: 12px;
border: 1px solid #1D1330;
background: linear-gradient(98deg, rgba(39, 32, 61, 0.50) 0.04%, rgba(29, 21, 51, 0.50) 99.96%);
}
.faq_item_tittle img{
  vertical-align: middle;
  margin-left: auto;
  cursor: pointer;
  transition: transform 0.3s ease;

}


.faq_item_text_main {
  width: 100%;
  height: auto;
border-radius: 12px;
background: linear-gradient(98deg, rgba(39, 32, 61, 0.20) 0.04%, rgba(29, 21, 51, 0.20) 99.96%);
display: none;
overflow: hidden;
}
.faq_item.active .faq_item_tittle img {
  transform: rotate(180deg);
}
.faq_item_text_main_content {
  padding: 32px;
  padding-top: 24px;
}
.faq_item_text {
  max-width: 954px;
  color: #8B85A1;
leading-trim: both;
text-edge: cap;
font-family: "Inter", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}


footer{
  margin-top: 124px;
  padding-bottom: 52px;
}
.footer_items {
  display: flex;
  align-items: center;
}
.header_item_logo {
  vertical-align: middle;
}
.footer_items_socials {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer_social {
  width: 40px;
height: 40px;
background: rgba(34, 27, 43, 0.60);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all .5s;
}

.footer_social:hover{
  opacity: .5;
}

.footer_social svg{
  vertical-align: middle;
}



@media (min-width:320px) and (max-width:499px){
  .container{
    padding-left: 36px;
    padding-right: 36px;
  }
  header{
    display: none;
  }
  .intro_block_up{
    display: block;
    margin: 0 auto;
  }
  .intro_block_up_content{
    padding: 10px 20px;
  }
  .intro_block:last-child{
    display: none;
  }
  .intro{
    padding-top: 50px;
    background: url(../img/intro_bg_mobile.png) top no-repeat;
    background-size: 100% auto;
  }
  .intro_block_tittle{
    margin-top: 44px;
    font-size: 60px;
    line-height: 110%;
    text-align: center;
  }
  .intro_block_up_tittle{
    font-size: 20px;
  }
  .intro_block_up_timer_text{
    font-size: 16px;
  }
  .intro_block_subtittle{
    margin-top: 44px;
    text-align: center;
  }
  .intro_block_subtittle br{
    display: none;
  }
  .intro_block_button {
    font-size: 20px;
    display: block;
    margin: 0 auto;
    margin-top: 44px;
    padding: 20px 37px;
  }
  .roller{
    margin-top: 100px;
  }
  .roller_main_tittle{
    font-size: 16px;
    line-height: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .roller_main_tittle br{
    display: none;
  }

  .roller_main_block.size-center {
    width: 100px;
    height: 102.5px;
    transform: scale(1);
}

.roller_main_block.size-side {
  width: 130px;
  height: 90px;
  transform: scale(0.88);
  opacity: 0.9;
}

.roller_main_block{
  width: 130px;
    height: 102.5px;
}

.roller_main_block.size-outer {
  width: 100px;
  height: 79px;
  transform: scale(0.77);
  opacity: 0.7;
}
.roller_main_block_image{
  height: 100%;
}
.roller_main_block_tittle{
  font-size: 10px;
  text-align: center;
}
.roller_main_block_content{
  gap: 10px;
}

.roller_main_button{
  font-size: 16px;
  padding: 20px 27px;
}

.faq_blocks{
  flex-direction: column-reverse;
  
}
.faq_block_logo{
  font-size: 20px;
  justify-content: center;
}
.faq_block_logo img{
  height: 25px;
}
.faq_block_tittle{
  font-size: 30px;
  line-height: 110%;
  text-align: center;
  margin-top: 30px;

}
.faq_block_text{
  text-align: center;
  font-size: 14px;
  line-height: 110%;
  margin-top: 30px;
}
.faq_block_image{
  width: 100%;
  max-width: 739px;
  display: block;
  margin: 0 auto;
}
.faq_item_tittle{
  padding: 20px;
  font-size: 16px;
}
.faq_item_text_main_content{
  padding: 20px;
}
.faq_item_text{
  font-size: 14px;
}

.faq_item{
  gap: 10px;
}
.faq_items{
  gap: 20px;
}

}



@media (min-width:500px) and (max-width:799px){
  .container{
    padding-left: 36px;
    padding-right: 36px;
  }

  .intro_block_up{
    display: block;
    margin: 0 auto;
  }

  .intro_block:last-child{
    display: none;
  }
  .intro{
    padding-top: 50px;
    background: url(../img/intro_bg_mobile.png) top no-repeat;
    background-size: 120% 100%;
  }
  .intro_block_up_tittle{
    font-size: 25px;
  }
  .intro_block_tittle{
    margin-top: 44px;
    font-size: 75px;
    line-height: 110%;
    text-align: center;
  }

  .intro_block_subtittle{
    text-align: center;
  }
  .intro_block_subtittle br{
    display: none;
  }
  .intro_block_button {
    display: block;
    margin: 0 auto;
    margin-top: 44px;
    font-size: 22px;
  }
  .roller{
    margin-top: 100px;
  }
  .roller_main_tittle{
    font-size: 20px;
    line-height: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .roller_main_tittle br{
    display: none;
  }

  .roller_main_block.size-center {
    width: 130px;
    height: 132.5px;
    transform: scale(1);
}

.roller_main_block.size-side {
  width: 160px;
  height: 120px;
  transform: scale(0.88);
  opacity: 0.9;
}

.roller_main_block{
  width: 160px;
    height: 132.5px;
}

.roller_main_block.size-outer {
  width: 130px;
  height: 119px;
  transform: scale(0.77);
  opacity: 0.7;
}
.roller_main_block_image{
  height: 100%;
}
.roller_main_block_tittle{
  font-size: 14px;
  text-align: center;
}
.roller_main_block_content{
  gap: 10px;
}

.roller_main_button{
  font-size: 22px;
}

.faq_blocks{
  flex-direction: column-reverse;
  
}
.faq_block_logo{
  font-size: 20px;
  justify-content: center;
}
.faq_block_logo img{
  height: 25px;
}
.faq_block_tittle{
  font-size: 40px;
  line-height: 110%;
  text-align: center;
  margin-top: 30px;

}
.faq_block_text{
  text-align: center;
  font-size: 16px;
  line-height: 110%;
  margin-top: 30px;
}
.faq_block_image{
  width: 100%;
  max-width: 739px;
  display: block;
  margin: 0 auto;
}
.faq_item_tittle{
  padding: 20px;
  font-size: 18px;
}
.faq_item_text_main_content{
  padding: 20px;
}
.faq_item_text{
  font-size: 16px;
}

.intro_blocks{
  flex-direction: column;
  padding-bottom: 50px;
}

.faq_item{
  gap: 10px;
}
.faq_items{
  gap: 20px;
}

}


@media (min-width:800px) and (max-width:1199px){
  .container{
    padding-left: 36px;
    padding-right: 36px;
  }
 
  .faq_blocks{
    flex-direction: column-reverse;
  }
  .faq_block_logo{
    justify-content: center;
  }
  .faq_block_tittle{
    text-align: center;
  }
  .faq_block_text{
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
  }
}


@media (min-width:1200px) and (max-width:1510px){
  .container{
    padding-left: 36px;
    padding-right: 36px;
  }
  .faq_blocks{
    padding-bottom: 50px;
  }

  .faq_block_tittle{
    font-size: 60px;
    line-height: 110%;
  }
}


@media (min-width:1921px){
  body{
    background-size: 100% 100%;
  }
}