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

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

p {
  margin: 0;
  padding: 0;
}

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

body {
  font-family: "Manrope", serif;
  font-weight: 400;
  top: 0;
  left: 0;
  padding: 0;
  background: #181f2e url(../img/bg.png) top no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-size: 100% auto;
}

html,
body {
  width: 100vw;
  height: 100%;
  overflow-x: hidden;
  position: relative;
}

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

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #3DDA0C;
  width: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #0C2C3E;
}

.header {
  width: 100%;
  height: auto;
}
.header_items {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.header_item:nth-child(2) {
  margin-left: auto;
}
.header_item:last-child {
  margin-left: 50px;
}
.header_item_logo {
  vertical-align: middle;
}
.header_item_socials {
  display: flex;
  align-items: center;
}
.header_item_social {
  cursor: pointer;
  transition: all 0.5s;
  margin-right: 12px;
}
.header_item_social:last-child {
  margin-right: 0px;
}
.header_item_social:hover {
  opacity: 0.5;
}
.header_item_button {
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  color: #101010;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 28px */
  text-transform: uppercase;
  padding: 24px 32px;
  border-radius: 100px;
  background: linear-gradient(0deg, #66D515 0%, #66D515 100%), linear-gradient(181deg, #FFF 0.78%, #F1F1F1 99.22%);;
}

.header_item_button:hover {
  opacity: 0.5;
}

.header_item_button img {
  vertical-align: middle;
  margin-left: 12px;
}

.container {
  width: 100%;
  max-width: 1440px;
  display: block;
  margin: 0 auto;
}

.intro {
  width: 100%;
  height: auto;
  padding-top: 78px;
}
.intro_tittle {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Manrope", sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 96px */
  letter-spacing: -1.92px;
}

.intro_tittle span {
  color: #3DDA0C;
 
  font-family: "Manrope", sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -1.92px;
}

.bottom {
  width: 100%;
  height: auto;
  border-top: 3px solid #3EDF04;
  background: #0B0C0A;
  backdrop-filter: blur(50px);

  position: relative;
  z-index: 1;
}
.bottom_rect {
  width: 100%;
  height: auto;
}
.bottom_rect_content {
  padding-top: 60px;
  padding-bottom: 40px;
}
.bottom_tittle {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Manrope", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 52.8px */
  letter-spacing: -0.96px;
  display: flex;
  align-items: center;
}
.bottom_tittle span {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Manrope", sans-serif;
  margin-left: auto;
  opacity: 0.4;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 52.8px */
  letter-spacing: -0.96px;
  margin-left: auto;
}
.bottom_prizes {
  margin-top: 50px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
.bottom_prize {
  border-radius: 16px;
  background: #181818;
  margin-right: 16px;
  width: 100%;
}
.bottom_prize:last-child {
  margin-right: 0px;
}
.bottom_prize_content {
  padding: 40px 20px;
}
.bottom_prize_icon {
  display: block;
  margin: 0 auto;
}
.bottom_prize_tittle {
  margin-top: 13px;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 26.4px */
}
.bottom_prize_text {
  margin-top: 20px;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 17.6px */
}
.bottom_faq {
  width: 100%;
  height: auto;
  margin-top: 60px;
}
.bottom_faq_items {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.bottom_faq_item {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  border-radius: 16px;
  background: #181818;
  margin-bottom: 12px;
  padding: 24px 20px;

  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
.bottom_faq_item img {
  vertical-align: middle;
  margin-right: 12px;
}
.bottom_faq_item:last-child {
  margin-bottom: 0px;
}
.footer {
  width: 100%;
  height: auto;
}
.footer_items {
  display: flex;
  align-items: center;
  margin-top: 48px;
}
.footer_item:last-child {
  margin-left: auto;
}
.footer_item_text {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  opacity: 0.4;
}
.footer .header_item_socials {
  opacity: 0.4;
}

.intro_whell {
  margin-top: 70px;
  position: relative;
  z-index: 0;
  margin-bottom: -500px;
}

.intro_whell_selected {
  position: absolute;
  left: calc(50% - 157px);
  top: 15px;
  z-index: 2;
}

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

.intro_whell_main {
  position: absolute;
  left: calc(50% - 180px);
  top: 330px;
  z-index: 5;
}
.intro_whell_main_tittle {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Manrope", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 52.8px */
  letter-spacing: -0.96px;
}
.intro_whell_main_buttons {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.intro_whell_main_button {
  color: #121212;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%; /* 35.2px */
  letter-spacing: -0.64px;
  text-transform: uppercase;
  padding: 32px 44px;
  border-radius: 1000px;
  background: linear-gradient(0deg, #66D515 0%, #66D515 100%), linear-gradient(181deg, #FFF 0.78%, #F1F1F1 99.22%);;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
}
.intro_whell_main_button:hover {
  opacity: 0.5;
}
.intro_whell_main_try {
  margin-left: 10px;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%; /* 35.2px */
  letter-spacing: -0.64px;
  text-transform: uppercase;
  padding: 32px 44px;
  border-radius: 1000px;
  border: 3px solid #fff;
}




.intro_whell_image {
  transition: transform 4s cubic-bezier(0.33, 1, 0.68, 1);
  transform-origin: center center;
}

.intro_whell_light{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}








.modal {
  display: none;
}
.modal_overlay {
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.85);
backdrop-filter: blur(10px);
position: fixed;
left: 0;
top: 0;
z-index: 10;
}
.modal_rect {
  width: 100%;
  max-width: 569px;
  height: auto;
  border-radius: 32px;
  border: 4px solid #3EDF04;
  background: #0B0C0A;
  backdrop-filter: blur(15px);
position: fixed;
left: calc(50% - 284.5px);
top: calc(50% - 342px);
z-index: 11;

}
.modal_rect_content {
  padding: 60px;
}
.modal_rect_tittle {
  color: #FFF;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Manrope", sans-serif;
font-size: 64px;
font-style: normal;
font-weight: 600;
line-height: 90%; /* 57.6px */
letter-spacing: -1.28px;
}
.modal_rect_icon {
  display: block;
  margin: 0 auto;
  margin-top: 60px;
}
.modal_rect_name {
  margin-top: 60px;
  color: #FFF;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "SF Pro Rounded", sans-serif;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 90%; /* 28.8px */
letter-spacing: -0.64px;
}
.modal_rect_text {
  margin-top: 20px;
  color: #FFF;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "SF Pro Rounded", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 30px */
}
.modal_rect_button {
  display: block;
  margin: 0 auto;
  margin-top: 60px;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all .5s;
  color: #121212;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "SF Pro Display", sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 36px */
padding-top: 24px;
padding-bottom: 24px;
border-radius: 100px;
background: #66D515;
width: 100%;
}

.modal_rect_button:hover{
  opacity: .5;
}








@media (min-width:320px) and (max-width:374px){
  .container{
    padding-left: 20px;
    padding-right: 20px;
  }
  .intro{
    padding-top: 30px;
  }
  body{
    background: url(../img/bg_mobile.png)top no-repeat;
  }
.header_item_logo img{
  width: 80px;
}
 .header_item:nth-child(2){
  display: none;
 }
 .header_item_button{
  white-space: nowrap;
  font-size: 12px;
  padding: 15px 20px;
 }
 .header_item:last-child{
  margin-left: auto;
 }
 .intro_tittle{
  font-size: 50px;
 }
 .intro_tittle span{
  font-size: 50px;
 }
 .bottom_tittle {
  font-size: 25px;
 }
 .bottom_tittle span{
  font-size: 25px;
 }
 .bottom_prizes{
  display: grid;
  grid-template-columns: calc(50% - 10px) 50%;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
 }
 .bottom_prize_content {
  padding: 20px 10px;
 }
 .bottom_prize{
  width: 100%;
  height: 100%;
 }
 .bottom_prize_text{
  font-size: 14px;
 }
 .bottom_faq_item{
  font-size: 14px;
 }
 .footer_items{
  flex-direction: column;
 }
 .footer_item_text{
  font-size: 14px;
 }
 .footer_item:last-child{
  margin-left: 0px;
  margin-top: 20px;
 }
 .intro_whell_selected{
  width: 80px;
  left: calc(50% - 40px);
  top: 2px;
 }
 .intro_whell_image{
  width: 275px;
 }
 .intro_whell{
  margin-bottom: -110px;
  margin-top: 30px;
 }

 .intro_whell_main {
  top: 80px;
  left: calc(50% - 66px);
}
 .intro_whell_main_tittle{
  font-size: 14px;
 }
 .intro_whell_main_buttons{
  margin-top: 10px;
 }
 .intro_whell_main_button{
  font-size: 14px;
  padding: 10px 15px;
 }
 .intro_whell_main_try{
  font-size: 14px;
  padding: 5px 10px;
  border: 1px solid #fff;
 }


 .modal_rect{
  width: 300px;
  left: calc(50% - 150px);
  top: calc(50% - 133px);
 }
 .modal_rect_content{
  padding: 20px;
 }
 .modal_rect_tittle{
  font-size: 16px;
 }
 .modal_rect_icon{
  margin-top: 20px;
  width: 50px;
 }
 .modal_rect_name{
  margin-top: 20px;
  font-size: 18px;
 }
 .modal_rect_text{
  margin-top: 20px;
  font-size: 16px;
 }
 .modal_rect_button{
  margin-top: 20px;
  font-size: 14px;
  padding: 10px 15px;
 }
}






@media (min-width:375px) and (max-width:424px){
  .container{
    padding-left: 20px;
    padding-right: 20px;
  }
  .intro{
    padding-top: 30px;
  }
  body{
    background: url(../img/bg_mobile.png)top no-repeat;
  }
.header_item_logo img{
  width: 80px;
}
 .header_item:nth-child(2){
  display: none;
 }
 .header_item_button{
  white-space: nowrap;
  font-size: 12px;
  padding: 15px 20px;
 }
 .header_item:last-child{
  margin-left: auto;
 }
 .intro_tittle{
  font-size: 50px;
 }
 .intro_tittle span{
  font-size: 50px;
 }
 .bottom_tittle {
  font-size: 25px;
 }
 .bottom_tittle span{
  font-size: 25px;
 }
 .bottom_prizes{
  display: grid;
  grid-template-columns: calc(50% - 10px) 50%;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
 }
 .bottom_prize_content {
  padding: 20px 10px;
 }
 .bottom_prize{
  width: 100%;
  height: 100%;
 }
 .bottom_prize_text{
  font-size: 14px;
 }
 .bottom_faq_item{
  font-size: 14px;
 }
 .footer_items{
  flex-direction: column;
 }
 .footer_item_text{
  font-size: 14px;
 }
 .footer_item:last-child{
  margin-left: 0px;
  margin-top: 20px;
 }
 .intro_whell_selected{
  width: 90px;
  left: calc(50% - 45px);
  top: 3px;
 }
 .intro_whell_image{
  width: 330px;
 }
 .intro_whell{
  margin-bottom: -140px;
  margin-top: 30px;
 }

 .intro_whell_main {
  top: 100px;
  left: calc(50% - 66px);
}
 .intro_whell_main_tittle{
  font-size: 14px;
 }
 .intro_whell_main_buttons{
  margin-top: 10px;
 }
 .intro_whell_main_button{
  font-size: 14px;
  padding: 10px 15px;
 }
 .intro_whell_main_try{
  font-size: 14px;
  padding: 5px 10px;
  border: 1px solid #fff;
 }


 .modal_rect{
  width: 300px;
  left: calc(50% - 150px);
  top: calc(50% - 133px);
 }
 .modal_rect_content{
  padding: 20px;
 }
 .modal_rect_tittle{
  font-size: 16px;
 }
 .modal_rect_icon{
  margin-top: 20px;
  width: 50px;
 }
 .modal_rect_name{
  margin-top: 20px;
  font-size: 18px;
 }
 .modal_rect_text{
  margin-top: 20px;
  font-size: 16px;
 }
 .modal_rect_button{
  margin-top: 20px;
  font-size: 14px;
  padding: 10px 15px;
 }
}








@media (min-width:425px) and (max-width:767px){
  .container{
    padding-left: 20px;
    padding-right: 20px;
  }
  .intro{
    padding-top: 30px;
  }
  body{
    background: url(../img/bg_mobile.png)top no-repeat;
  }

 .header_item:nth-child(2){
  display: none;
 }
 .header_item_button{
  white-space: nowrap;
  font-size: 14px;
  padding: 15px 20px;
 }
 .header_item:last-child{
  margin-left: auto;
 }
 .intro_tittle{
  font-size: 60px;
 }
 .intro_tittle span{
  font-size: 60px;
 }
 .bottom_tittle {
  font-size: 25px;
 }
 .bottom_tittle span{
  font-size: 25px;
 }
 .bottom_prizes{
  display: grid;
  grid-template-columns: calc(50% - 10px) 50%;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
 }
 .bottom_prize_content {
  padding: 20px 10px;
 }
 .bottom_prize{
  width: 100%;
  height: 100%;
 }
 .bottom_prize_text{
  font-size: 14px;
 }
 .bottom_faq_item{
  font-size: 14px;
 }
 .footer_items{
  flex-direction: column;
 }
 .footer_item_text{
  font-size: 14px;
 }
 .footer_item:last-child{
  margin-left: 0px;
  margin-top: 20px;
 }
 .intro_whell_selected{
  width: 100px;
  left: calc(50% - 50px);
  top: 4px;
 }
 .intro_whell_image{
  width: 380px;
 }
 .intro_whell{
  margin-bottom: -180px;
  margin-top: 30px;
 }

 .intro_whell_main {
  top: 100px;
  left: calc(50% - 66px);
}
 .intro_whell_main_tittle{
  font-size: 16px;
 }
 .intro_whell_main_buttons{
  margin-top: 10px;
 }
 .intro_whell_main_button{
  font-size: 14px;
  padding: 10px 15px;
 }
 .intro_whell_main_try{
  font-size: 14px;
  padding: 5px 10px;
  border: 1px solid #fff;
 }


 .modal_rect{
  width: 300px;
  left: calc(50% - 150px);
  top: calc(50% - 133px);
 }
 .modal_rect_content{
  padding: 20px;
 }
 .modal_rect_tittle{
  font-size: 16px;
 }
 .modal_rect_icon{
  margin-top: 20px;
  width: 50px;
 }
 .modal_rect_name{
  margin-top: 20px;
  font-size: 18px;
 }
 .modal_rect_text{
  margin-top: 20px;
  font-size: 16px;
 }
 .modal_rect_button{
  margin-top: 20px;
  font-size: 14px;
  padding: 10px 15px;
 }
}





@media (min-width:768px) and (max-width:1199px){
  .container{
    padding-left: 20px;
    padding-right: 20px;
  }
  body{
    background: url(../img/bg_mobile.png)top no-repeat;
  }

 .bottom_tittle {
  font-size: 25px;
 }
 .bottom_tittle span{
  font-size: 25px;
 }
 .bottom_prizes{
  display: grid;
  grid-template-columns: calc(25% - 20px) calc(25% - 20px) calc(25% - 20px) 25%;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
 }
 .bottom_prize_content {
  padding: 20px 10px;
 }
 .bottom_prize{
  width: 100%;
  height: 100%;
 }
 .bottom_prize_text{
  font-size: 14px;
 }
 .bottom_faq_item{
  font-size: 14px;
  
 }

 .intro_whell_selected{
  width: 198px;
  left: calc(50% - 99px);
  top: 7px;
 }
 .intro_whell_image{
  width: 724px;
 }
 .intro_whell{
  margin-bottom: -330px;
 }

 .intro_whell_main{
  top: 200px;
  left: calc(50% - 125px);
 }
 .intro_whell_main_tittle{
  font-size: 40px;
 }
 .intro_whell_main_buttons{
  margin-top: 20px;
 }
 .intro_whell_main_button{
  font-size: 25px;
  padding: 16px 22px;
 }
 .intro_whell_main_try{
  padding: 15px 25px;
 }

}



@media (min-width:1200px) and (max-width:1480px){
.container{
  padding-left: 20px;
  padding-right: 20px;
}
}


@media (min-width:500px) and (max-width:767px){
  .intro_whell_image {
    width: 455px;
}
.intro_whell {
  margin-bottom: -260px;
  margin-top: 30px;
}
.intro_whell_selected {
  width: 110px;
  left: calc(50% - 55px);
  top: 6px;
}
}