

@font-face {
  font-family: 'yfont';
  font-style: normal;
  font-weight: 200;
  src: url(../font/light.woff) format('woff');
}
@font-face {
  font-family: 'yfont';
  font-style: normal;
  font-weight: 400;
  src: url(../font/regular.woff) format('woff');
}
@font-face {
  font-family: 'yfont';
  font-style: normal;
  font-weight: 600;
  src: url(../font/medium.woff) format('woff');
}
@font-face {
  font-family: 'yfont';
  font-style: normal;
  font-weight: 800;
  src: url(../font/condheavy.woff) format('woff');
}



*{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
input{
  outline: none;
  }

html {
  -webkit-text-size-adjust: none;
  touch-action: manipulation;
}




input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
a{
  text-decoration: none;
}


html{
  margin: 0;
  padding: 0;
  margin: 0rem;
  height: 100%;
  width: 100%;
  user-drag: none; 
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  overscroll-behavior-y: none;
  font-size: 1px;
  }



body{
  margin: 0rem;
  font-family: 'yfont', sans-serif;
  color: #fff;
  height: 100%;
  background-color: #312A46;
  font-size: 40rem;
  overflow-x: hidden;
  transition: all 0.2s linear;
  }
body.light{
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8);
  }


.app{
  width: 1204rem;
  margin: auto;
  }

.header{
  height: 86rem;
  display: flex;
  align-items: center; 
  justify-content: space-between; 
  position: sticky;
  top: 0rem;
  z-index: 9;
  background-color: #312A46;
  transition: all 0.2s linear;
  }
.header .logo{
  width: 174rem;
  height: 26rem;
  background-image: url(../img2/logo.svg);
  background-size: 100%;
  cursor: pointer;
  }
body.light .header .logo{
  background-image: url(../img2/logo_light.svg);
  }
body.light .header{
  background-color: #fff;
  }

.header .phones{
  width: 253rem;
  height: 38rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12rem;
  font-size: 10rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 24rem;
  }
.header .phones.mob{display: none;}
.header .phones .phone{
  font-size: 13rem;
  font-weight: 600;
  border-right: 1rem solid rgba(255, 255, 255, 0.2);
  padding-right: 8rem;  
  }
.header .phones .text{
  padding-left: 8rem;
  }
.menu{
  display: flex;
  align-items: center;
  }
.menu a{
  color: #fff;
  text-decoration: none;
  font-size: 16rem;
  font-weight: 600;
  margin-left: 12rem;
  margin-right: 12rem;
  }
body.light .menu a{
  color: rgba(0, 0, 0, 0.8);
  }
.lnk_lk{
  background-color: #3F68F9;
  padding: 8rem 15rem;
  border-radius: 7rem;
  color: #fff!important;  
  }



.block1{
  position: relative;
  margin-top: 24rem;
  background-color: #312A46;
  height: 605rem;
  border-radius: 32rem;
  background-image: url(../img2/bg1.png);
  background-size: 100% auto;
  padding-left: 40rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  }
.block1 .title{
  font-size: 52rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 94%;
  color: #312A46;
  z-index: 2;
  }
.block1 .text{
  font-size: 26rem;
  font-weight: 600;
  margin-top: 16rem;
  color: #312A46;
  }
.block1 .btn{
  margin-top: 24rem;
  width: 400rem;
  height: 56rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18rem;
  font-weight: 600;
  background: linear-gradient(90deg, #FF5C4D 0%, #EB469F 25%, #8341EF 72%, #3F68F9 100%);
  border-radius: 14rem;
  cursor: pointer;
  z-index: 2;
  }


.block1 .kv{
  width: 1044rem;
  height: 454rem;
  position: absolute;
  right: 0rem;
  top: 0rem;
  background-image: url(../img2/block1_flag.png);
  background-size: 100% auto;
  }



.block2{
  position: relative;
  margin-top: 60rem;
  height: 567rem;
  border-radius: 32rem;
  background-image: url(../img2/bg2.png);
  background-size: 100% auto;
  padding-left: 40rem;
  }
.block2 .title{
  font-size: 40rem;
  padding-top: 60rem;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  color: #312A46;
  }

.block2 .items{
  position: absolute;
  width: 535rem;
  height: 385rem;
  padding: 24rem;
  font-size: 18rem;
  font-weight: 600;
  background: linear-gradient(116.71deg, rgba(255, 255, 255, 0.325) 1.83%, rgba(255, 255, 255, 0.13) 96.8%);
  border: 1px solid rgba(198, 145, 235, 0.2);
  backdrop-filter: blur(22px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 24rem;
  gap: 20rem;
  color: #312A46;
  }
.block2 .items1{
  left: 60rem;
  top: 138rem;
  }
.block2 .items2{
  left: 610rem;
  top: 138rem;
  }
.block2 .items .title2{
  font-size: 24rem;
  font-weight: 800;
  margin-bottom: 20rem;
  text-transform: uppercase;
  }
.block2 .items .item{
  height: 32rem;
  display: flex;
  align-items: center;
  margin-bottom: 18rem;
  }
.block2 .items .item.big{
  height: 44rem;
  }

.block2 .items .item div{
  flex: 1;
  }
.block2 .items .item span{
  width: 32rem;
  height: 32rem;
  margin-right: 6rem;
  display: flex;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 40rem;
  align-items: center;
  justify-content: center;
  }


.block2 .items1 .btn{
  margin: auto;
  margin-top: 44rem;
  width: 342rem;
  height: 56rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18rem;
  font-weight: 600;
  background: linear-gradient(90deg, #FF5C4D 0%, #EB469F 25%, #8341EF 72%, #3F68F9 100%);
  border-radius: 14rem;
  cursor: pointer;
  color: #fff;
  }

.block2 .items2 .btn{
  margin: auto;
  margin-top: 20rem;
  width: 342rem;
  height: 56rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18rem;
  font-weight: 600;
  background: #3F68F9;
  color: #fff;
  border-radius: 14rem;
  cursor: pointer;
  }


.block3{
  position: relative;
  margin-top: 60rem;
  height: 1022rem;
  border-radius: 32rem;
  background: linear-gradient(179.68deg, #EDDCFF 18.48%, #A489F5 161.72%);
  background-size: 100% auto;
  padding-left: 40rem;
  }
.block3 .title{
  font-size: 40rem;
  padding-top: 60rem;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  color: #312A46;
  }
.block3 .prizes{
  margin-top: 40rem;
  display: flex;
  justify-content: center;
  }
.block3 .prizes.pr2{
  margin-top: 20rem;
  }

.block3 .prize{
  position: relative;
  width: 266rem;
  height: 354rem;
  padding: 24rem;
  font-size: 24rem;
  font-weight: 800;
  border-radius: 16rem;
  margin-right: 20rem;
  background-color: #312A46;
  text-transform: uppercase;
  }
.block3 .prize.p1{background: linear-gradient(180deg, #312A46 19.63%, #9265AD 142.06%, #9969B4 150.85%), linear-gradient(0deg, #CFC2F5, #CFC2F5), linear-gradient(180deg, #FFE2F8 0%, #FCCDFF 97.41%);}
.block3 .prize.p2{background: linear-gradient(180deg, #312A46 19.63%, #9265AD 142.06%, #9969B4 150.85%), linear-gradient(0deg, #CFC2F5, #CFC2F5), linear-gradient(180deg, #FFE2F8 0%, #FCCDFF 97.41%);}
.block3 .prize.p3{background: linear-gradient(180deg, #312A46 19.63%, #9265AD 142.06%, #9969B4 150.85%), linear-gradient(0deg, #CFC2F5, #CFC2F5), linear-gradient(180deg, #FFE2F8 0%, #FCCDFF 97.41%);}
.block3 .prize.p4{background: linear-gradient(180deg, #312A46 19.63%, #9265AD 142.06%, #9969B4 150.85%), linear-gradient(0deg, #CFC2F5, #CFC2F5), linear-gradient(180deg, #FFE2F8 0%, #FCCDFF 97.41%);}
.block3 .prize.p5{background: linear-gradient(180deg, #312A46 19.63%, #9265AD 142.06%, #9969B4 150.85%), linear-gradient(0deg, #CFC2F5, #CFC2F5), linear-gradient(180deg, #FFE2F8 0%, #FCCDFF 97.41%);}

.block3 .prize div{position: absolute; width: 100%; height: 100%; top: 0rem; left: 0rem; border-radius: 16rem;}
.block3 .prize.p1 div{background-image: url(../img2/prize1.png); background-size: 100%;}
.block3 .prize.p2 div{background-image: url(../img2/prize2.png); background-size: 100%;}
.block3 .prize.p3 div{background-image: url(../img2/prize3.png); background-size: 100%;}
.block3 .prize.p4 div{background-image: url(../img2/prize4.png); background-size: 100%;}
.block3 .prize.p5 div{background-image: url(../img2/prize5.png); background-size: 100%;}

.block3 .btn{
  margin: auto;
  margin-top: 40rem;
  width: 427rem;
  height: 56rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18rem;
  font-weight: 600;
  background: linear-gradient(90deg, #FF5C4D 0%, #EB469F 25%, #8341EF 72%, #3F68F9 100%);
  border-radius: 14rem;
  cursor: pointer;
  }




  
.block32{
  position: relative;
  margin-top: 60rem;
  height: 771rem;
  border-radius: 32rem;
  background: linear-gradient(179.68deg, #EDDCFF 18.48%, #A489F5 161.72%);
  background-size: 100% auto;
  padding-left: 40rem;
  }
.block32 .title{
  font-size: 40rem;
  padding-top: 60rem;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  color: #312A46;
  }
.block32 .text{
  font-size: 24rem;
  padding-top: 40rem;
  text-align: center;
  font-weight: 600;
  color: #312A46;
  }


.block32 .prizes{
  margin-top: 40rem;
  display: flex;
  justify-content: center;
  }
.block32 .prize{
  position: relative;
  width: 266rem;
  height: 387rem;
  padding: 24rem;
  font-size: 24rem;
  font-weight: 600;
  border-radius: 16rem;
  margin-right: 20rem;
  background: linear-gradient(0deg, #312A46, #312A46), linear-gradient(0deg, #F6E5FF, #F6E5FF), linear-gradient(179.68deg, #EDDCFF 18.48%, #A489F5 161.72%), linear-gradient(180deg, #FFFFFF 2.41%, #E3C4FF 167.16%), linear-gradient(180deg, #312A46 19.63%, #9265AD 142.06%, #9969B4 150.85%), linear-gradient(159.7deg, #000000 15.71%, #190F29 42.74%, #2E1E48 74.23%, #372850 89.37%);
  }

.block32 .prize span{
  display: block;
  margin-top: 12rem;
  font-size: 18rem;
  font-weight: 400;
  }

.block32 .prize div{position: absolute; width: 100%; height: 100%; top: 0rem; left: 0rem; border-radius: 16rem;}
.block32 .prize.p1 div{background-image: url(../img2/prize12.png); background-size: 100%;}
.block32 .prize.p2 div{background-image: url(../img2/prize22.png); background-size: 100%;}
.block32 .prize.p3 div{background-image: url(../img2/prize32.png); background-size: 100%;}

.block32 .btn{
  margin: auto;
  margin-top: 40rem;
  width: 427rem;
  height: 56rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18rem;
  font-weight: 600;
  background: linear-gradient(90deg, #FF5C4D 0%, #EB469F 25%, #8341EF 72%, #3F68F9 100%);
  border-radius: 14rem;
  cursor: pointer;
  }



.block4{
  position: relative;
  margin-top: 60rem;
  height: 229rem;
  border-radius: 32rem;
  background-image: url(../img2/bg4.png);
  background-size: 100% auto;
  padding-left: 40rem;
  display: flex;
  flex-direction: column;
  justify-content: center;  
  }
.block4 .text1{
  font-size: 40rem;
  font-weight: 800;
  text-transform: uppercase;
  opacity: 0.6;
  color: #312A46;
  }
.block4 .text2{
  font-size: 64rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 10rem;
  color: #312A46;
  }
.block4 .kv{
  display: none;
  }

.block5{
  position: relative;
  margin-top: 60rem;
  min-height: 229rem;
  border-radius: 32rem;
  background: linear-gradient(180deg, #FFE2F8 0%, #FCCDFF 97.41%), linear-gradient(0deg, #F6E5FF, #F6E5FF), linear-gradient(180deg, #EDDCFF 0%, #A489F5 126.54%), linear-gradient(179.22deg, #7352B2 -20.95%, #FFB8E9 144.36%);
  border-radius: 32px;
  padding-left: 40rem;
  padding-right: 40rem;
  padding-bottom: 60rem;
  display: flex;
  flex-direction: column;
  justify-content: center;  
  }
.block5 .title{
  font-size: 40rem;
  padding-top: 60rem;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  color: #312A46;
  }

.faq{
  margin-top: 53rem;
  }
.faq .qwitem{
  margin-bottom: 8rem;
  }
.faq .qwitem .qw{
  font-size: 24rem;
  font-weight: 600;
  color: #312A46;
  height: 73rem;
  padding-left: 24rem;
  display: flex;
  background-image: url(../img2/faqplus.svg);
  background-size: 24rem;
  background-repeat: no-repeat;
  background-position: right 18rem center;
  align-items: center;
  cursor: pointer;
  border-top: 1rem solid #312a463b;
  }
.faq .qwitem.active .qw{
  background-image: url(../img2/faqclose.svg);
  }
.faq .qwitem .answer{
  font-size: 18rem;
  font-weight: 400;
  max-height: 0rem;
  overflow: hidden;
  box-sizing: border-box;
  transition: max-height 0.25s linear;
  color: #312A46;
  }
.faq .qwitem .answer span{
  display: inline-block;
  margin-left: 24rem;
  margin-right: 56rem;
  margin-top: 0rem;
  margin-bottom: 14rem;
  }
.faq .qwitem.active .answer{
  max-height: 500rem;
  }



.block6{
  position: relative;
  margin-top: 60rem;
  height: 811rem;
  border-radius: 32rem;
  background-image: url(../img2/bg_winners.jpg);
  background-size: 100% auto;
  padding-left: 40rem;
  padding-right: 40rem;
  padding-bottom: 60rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;  
  }
.block6 .title{
  font-size: 40rem;
  padding-top: 60rem;
  color: #2C105E;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  }





.block6 .winners_tb{
  position: relative;
  left: calc(50% - 592rem);
  margin-top: 40rem;
  margin-bottom: 166rem;
  width: 100%;
  max-width: 1183rem;
  z-index: 2; 
  color: #2C105E;
  }
.block6 .winners_tb .body{
  background-color: transparent;
  min-height: 550rem;
  padding-top: 18rem;
  padding-bottom: 18rem;
  }
.block6 .winners_tb .search{
  display: block;
  width: 368rem;
  height: 56rem;
  border-radius: 14rem;
  background: transparent;
  border: 1rem solid #aaa;
  background-image: url(../img2/ico_search.svg);
  background-size: 24rem;
  background-repeat: no-repeat;
  background-position: left 18rem center;
  margin-left: 40rem;
  padding-right: 20rem;
  padding-left: 60rem;
  }
.list_winners{
  min-height: 430rem;
  }
.block6 .winners_tb .head{
  font-size: 16rem;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  width: 83%;
  margin: auto;
  margin-top: 46rem;
  margin-bottom: 26rem;
  }
.block6 .winners_tb .head div{text-align: center;}
.block6 .winners_tb .head div:nth-child(1){width: 33%;}
.block6 .winners_tb .head div:nth-child(2){width: 33%;}
.block6 .winners_tb .head div:nth-child(3){width: 33%;}
.block6 .winners_tb .row{
  font-size: 16rem;
  text-transform: uppercase;
  display: flex;
  width: 83%;
  margin: auto;  
  margin-bottom: 24rem;
  }
.block6 .winners_tb .row div{text-align: center;}
.block6 .winners_tb .row div:nth-child(1){width: 33%;}
.block6 .winners_tb .row div:nth-child(2){width: 33%;}
.block6 .winners_tb .row div:nth-child(3){width: 33%;}
.block6 .winners_tb .pages{
  margin: auto;
  font-size: 16rem;
  width: fit-content;
  }
.block6 .winners_tb .pages span{
  margin: 0rem 5rem;
  cursor: pointer;
  }
.block6 .winners_tb .pages span.active{
  font-weight: 800;
  color: #C81316;
  }







.footer{
  position: relative;
  margin-top: 24rem;
  padding-top: 24rem;
  padding-bottom: 32rem;
  }
.copyright{
  font-size: 14rem;
  font-weight: 400;
  float: left;
  width: 859rem;
  }
.phones{
  font-size: 14rem;
  font-weight: 600;
  float: right;
  width: 169rem;
  }
.phones b{
  display: block;
  font-size: 20rem;
  font-weight: 600;
  float: right;
  }
.hr{
  background-color: #575757;
  height: 1rem;
  margin-top: 24rem;
  margin-bottom: 4rem;
  }
.footer a{
  font-size: 12rem;
  font-weight: 400;
  margin-right: 24rem;
  text-decoration: none;
  color: #fff;
  }
body.light .footer{
  border-top: 1rem solid #575757;
  }
body.light .footer .copyright{
  color: rgba(0, 0, 0, 0.4);
  }
body.light .footer .phones{
  color: rgba(0, 0, 0, 0.4);
  }
body.light .footer .phones b{
  color: rgba(0, 0, 0, 0.6);
  }
body.light .footer a{
  color: #BCBDC2;
  }

.popup_outer{
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(25px);
  width: 100%;
  height: 100%;
  top: 0rem;
  left: 0rem;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s linear;
  }
.popup_outer.active{
  opacity: 1;
  pointer-events: auto;  
  }
.popup{
  width: 434rem;
  /*min-height: 300rem;*/
  border-radius: 32rem;
  background-color: #fff;
  position: relative;
  /*margin-top: 100rem;*/
  padding: 40rem;
  transition: all 0.2s linear;
  }
.closepop{
  position: absolute;
  width: 24rem;
  height: 24rem;
  background-image: url(../img2/closepop.svg);
  top: 20rem;
  right: 20rem;
  cursor: pointer;
  }
.popup.register{
  width: 710rem;
  }
.auth_menu{
  text-align: center;
  font-size: 32rem;
  font-weight: 400;
  color: #000;
  }
.popup.register .auth_menu{
  text-align: left;
  }
.auth_menu div{
  display: inline-block;
  opacity: 0.4;
  margin-right: 24rem;
  cursor: pointer;
  }
.auth_menu div.active{
  opacity: 1;
  }
.popup.register .text{
  font-size: 16rem;
  font-weight: 600;
  margin-top: 12rem;
  color: rgba(0, 0, 0, 0.65);
  }
.popup.register label{
  display: block;
  font-size: 16rem;
  font-weight: 600;
  margin-top: 10rem;
  color: rgba(0, 0, 0, 0.65);
  }
.popup.register label a{
  color: rgba(0, 0, 0, 0.65);
  text-decoration: underline;
  }
.popup.register label.error{
  background-color: #ff000030;
  }

.popup.register .btn{
  margin: auto;
  margin-top: 32rem;
  width: 300rem;
  height: 56rem;
  border-radius: 14rem;
  background-color: #3F68F9;
  color: #fff;
  font-size: 18rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  }

.popup .btn.btn_close_pop{
  margin: auto;
  margin-top: 32rem;
  width: 300rem;
  height: 56rem;
  border-radius: 14rem;
  background-color: #3F68F9;
  color: #fff;
  font-size: 18rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  }


.popup .title{
    font-size: 32rem;
    font-weight: 600;
    color: #000;
    text-align: center; 
}
.popup .content{
  font-size: 16rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
.popup.register_done .content.center{
  text-align:center;
}

.yalogin{
  display: block;
  margin: auto;
  margin-top: 60rem;
  width: 278rem;
  height: 44rem;
  background-image: url(../img2/yalogin.svg);
  background-size: 100% 100%;
  cursor: pointer;
  }

  .form{
    margin-top: 49rem;
    margin-bottom: -20rem;
    }
  .field-wrapper{
    display: inline-block;
    position: relative;
    margin-bottom: 38rem;
    width: 293rem;
    margin-right: 16rem;
    }
  .field-wrapper.big{width: 608rem;}
  .field-wrapper.w1{width: 302rem;margin-bottom: 38rem;}
  .field-wrapper.w2{width: 466rem;margin-bottom: 38rem;}

  .field-wrapper input{
      border: 1rem solid rgba(0, 0, 0, 0.2);
      height: 56rem;
      border-radius: 16rem;
      width: 100%;
      font-size: 16rem;
      font-weight: 400;
      padding-left: 16rem;
      padding-right: 16rem;
  }

  .field-wrapper input.error{
    background-color: #ff000030;
    }
  .field-wrapper input:focus{
      border:1px solid #000;
  }

  .field-wrapper .field-placeholder{
      font-size: 16rem;
      position: absolute;
      /* background: #fff; */
      bottom: 17rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      color: rgba(0, 0, 0, 0.4);
      left: 8rem;
      padding: 0 8rem;
      -webkit-transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
      transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
      z-index: 1;
      text-align: left;
      width: 100%;
  }        

  .field-wrapper .field-placeholder span{
      padding: 0px 8rem;
  }
  .field-wrapper .field-placeholder span b{
      color: rgba(250, 54, 54, 0.6);
  }

  .field-wrapper input:not([disabled]):focus~.field-placeholder
  {
      color:#000;
  }
  .field-wrapper input:not([disabled]):focus~.field-placeholder,
  .field-wrapper.hasValue input:not([disabled])~.field-placeholder
  {

      -webkit-transform: scale(1) translateY(-44rem) translateX(-19rem);
      transform: scale(1) translateY(-44rem) translateX(-19rem);

  }
  .field-wrapper input:not([disabled]):focus~.field-placeholder span,
  .field-wrapper.hasValue input:not([disabled])~.field-placeholder span
  {
  background-color: #fff;
  }





.block7{
  position: relative;
  margin-top: 0rem;
  min-height: 229rem;
  border-radius: 32rem;
  padding-left: 40rem;
  padding-right: 40rem;
  padding-bottom: 60rem;
  }
.block7 .title{
  font-size: 32rem;
  padding-top: 60rem;
  text-align: center;
  font-weight: 600;
  }
.block7 .h2{
  font-size: 24rem;
  padding-top: 40rem;
  font-weight: 600;
  }
.block7 .moderate_notify{
  color: rgba(0, 0, 0, 0.4);
  font-size: 18rem;
  font-weight: 600;
  margin-top: 40rem;
  }
.block7 .btn{
  margin-top: 24rem;
  margin-bottom: 40rem;
  width: 427rem;
  height: 56rem;
  border-radius: 14rem;
  background-color: #3F68F9;
  font-size: 18rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  }

.block7 .btn_plus{
  background:linear-gradient(90deg, #FF5C4D 0%, #EB469F 25%, #8341EF 72%, #3F68F9 100%);
    display: inline-flex;
    margin-left: 31rem;
  }


.block7 .btn_enter_code{
  display: inline-flex;
  width: 215rem;
  }
.block7 .btn_send_screen{
  display: inline-flex;
  width: 143rem;
  margin-left: 10rem;
  }
.block7 .txt_send_screen{
  display: inline-flex;
  align-items: center;
  margin-top: 24rem;
  padding-left: 12rem;
  width: 372rem;
  height: 56rem;
  border-radius: 14rem;
  font-size: 18rem;
  color: rgba(0, 0, 0, 0.8);
  background-color:rgba(63, 104, 249, 0.2);
  }
.block7 .btn_del_screen{
  cursor: pointer;
  }
.block7 .txt_send_screen span{
  width: 269rem;
  overflow: hidden;
  text-overflow: ellipsis;
  }
.block7 .txt_send_screen img{
  width: 24rem;
  margin-left: 8rem;
  margin-right: 8rem;
  }
.block7 .btn_upload_screen{
  display: inline-flex;
  width: 351rem;
  }
.block7 .btn_upload_screen img{
  width: 24rem;
  margin-right: 8rem;
  }

.block7 .form.code{
  margin-top: 0rem;
  }
.block7 .form.screen{
  margin-top: 0rem;
  }
.block7 .screen_inner{
  display: flex;
  }
.table{
  margin-top: 24rem;
  width: 920rem;
  border: 1rem solid rgba(0, 0, 0, 0.1);
  border-radius: 24rem;
  background-color: #F7F7F8;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  }
.table.table_moderate{
  width: 1120rem;
  }
.cell{
  width: 33.33%;
  height: 69rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18rem;
  font-weight: 400;
  }
.cell.head{
  font-weight: 600;
  border-bottom: 1rem solid rgba(0, 0, 0, 0.1);
  }
.cell img{
  width: 24rem;
  margin-right: 8rem;
  }
.cell span{
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  }

  .mob{
    display: none;
    }



.btn_update{
  display: inline-flex!important;
}
.btn_logout{
  float: right;
  display: inline-flex!important;
  width: auto!important;
  padding-left: 24rem;
  padding-right: 24rem;
}



@media (max-width: 1290px){
  html{
    font-size:0.9px;
    }
  }
@media (max-width: 1120px){
  html{
    font-size:0.8px;
    }
  }
@media (max-width: 1000px){
  html{
    font-size:0.7px;
    }
  }
@media (max-width: 870px){
  html{
    font-size:0.6px;
    }
  }

@media (max-width: 750px){

.mob{
  display: block;
  }
.pc{
  display: none;
  }

html{
  font-size: calc(100vw / 375);
}
.app{
  width:343rem;
}
.header{
  height: 58rem;
}
header .logo {
  width: 152rem;
  height: 22rem;
}
.header .phones{
  display: none;
  }
.header .menu .phones{
  display: flex;
  position: absolute;
  top: calc(100vh - 146rem);
  width: 308rem;
  height: 52rem;
  margin-left: 15rem;
  }
body.light .header .menu .phones{
  background-color: #000;
  }

.header .menu{
  display: none;
}
.header .menu.active{
  display: flex;
  position: absolute;
  width: 101%;
  top: 57rem;
  height: calc(100vh - 57rem);
  background-color: #000;
  z-index: 2;
align-items: center;
        justify-content: center;
        flex-direction: column;
}
body.light .header .menu.active{
  background-color: #fff;
  }
.header .phones .phone {
    font-size: 14rem;
    font-weight: 600;
    border-right: 1rem solid rgba(255, 255, 255, 0.2);
    padding-right: 20rem;
    color: #fff;
}
.header .phones .text {
    padding-left: 20rem;
    color: #fff;
}

.menu a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 20rem;
    font-weight: 600;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-bottom: 44rem;
}

.header .ico_menu{
  position: absolute;
  width: 24rem;
  height: 24rem;
  right: 0rem;
  background-image: url(../img2/burger.svg);
  background-position: center;
  background-repeat: no-repeat;
}
body.light .header .ico_menu{
  background-image: url(../img2/burger_light.svg);
}
.header .ico_menu.active{
  background-image: url(../img2/closemenu.svg);
}
body.light .header .ico_menu.active{
  background-image: url(../img2/closemenu_light.svg);
}

.block1 {
  position: relative;
  margin-top: 10rem;
  background-color: #312A46;
  height: 575rem;
  border-radius: 32rem;
  background-image: url(../img2/bg1_mob.png);
  background-size: 100% auto;  padding-left: 16rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 23rem;
}
.block1 .title {
  font-size: 32rem;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}
.block1 .text {
  font-size: 16rem;
  font-weight: 600;
  margin-top: 12rem;
  text-align: center;
}
.block1 .btn {
  margin-top: 24rem;
  width: 311rem;
  height: 56rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16rem;
  font-weight: 600;
  background: linear-gradient(90deg, #FF5C4D 0%, #EB469F 25%, #8341EF 72%, #3F68F9 100%);
  border-radius: 14rem;
  cursor: pointer;
  z-index: 2;
}
.block1 .kv {
  display: none;
}


.block2 {
  position: relative;
  margin-top: 48rem;
  height: 985rem;
  border-radius: 24rem;
  background: url(../img2/bg2_mob.png), linear-gradient(180deg, #7352B2 -21.28%, #FFB8E9 112.74%);
  background-size: 100% auto;
  padding-left: 16rem;
}
.block2 .title {
  font-size: 32rem;
  padding-top: 48rem;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
}
.block2 .items {
  position: absolute;
  width: 311rem;
  height: 368rem;
  padding: 24rem;
  font-size: 14rem;
  font-weight: 600;
  border-radius: 24rem;
  gap: 20rem;
}
.block2 .items .title2 {
  font-size: 22rem;
  font-weight: 800;
  margin-bottom: 18rem;
  text-transform: uppercase;
}
.block2 .items .item {
  height: 34rem;
  display: flex;
  align-items: center;
  margin-bottom: 12rem;
}
.block2 .items1 .btn {
  margin: auto;
  margin-top: 20rem;
  width: 256rem;
  height: 56rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16rem;
  font-weight: 600;
  background: linear-gradient(90deg, #FF5C4D 0%, #EB469F 25%, #8341EF 72%, #3F68F9 100%);
  border-radius: 14rem;
  cursor: pointer;
}
.block2 .items1 {
  left: 16rem;
  top: 140rem;
}
.block2 .items2 {
  left: 16rem;
  top: 530rem;
  height: 385rem;
}
.block2 .items2 .btn {
  margin: auto;
  margin-top: 20rem;
  width: 256rem;
  height: 56rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16rem;
  font-weight: 600;
  background: #fff;
  color: #000;
  border-radius: 14rem;
  cursor: pointer;
}
.block2 .kv {
  width: 348rem;
  height: 308rem;
  position: absolute;
  left: 0rem;
  top: 857rem;
  background-image: url(../img2/kv2_mob.png);
  background-size: 100% auto;
}


.block3 {
  position: relative;
  margin-top: 48rem;
  height: 1798rem;
  border-radius: 24rem;
  padding-left: 16rem;
}
.block3 .title {
  font-size: 32rem;
  padding-top: 48rem;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
}
.block3 .prizes {
  margin-top: 24rem;
  display: flex;
  flex-direction: column;
}
.block3 .prizes.pr2 {
  margin-top: 2rem;
}
.block3 .prize {
  position: relative;
  width: 311rem;
  height: 290rem;
  padding: 24rem;
  font-size: 20rem;
  font-weight: 600;
  border-radius: 24rem;
  margin-right: 20rem;
  background-color: #312A46;
  margin-bottom: 18rem;
}
.block3 .btn {
  margin: unset;
  margin-top: 6rem;
  width: 311rem;
  height: 56rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18rem;
  font-weight: 600;
  background: linear-gradient(90deg, #FF5C4D 0%, #EB469F 25%, #8341EF 72%, #3F68F9 100%);
  border-radius: 14rem;
  cursor: pointer;
}
.block3 .prize.p1 div {
  background-image: url(../img2/prize1_mob.png);
  background-size: 100%;
}
.block3 .prize.p2 div {
  background-image: url(../img2/prize2_mob.png);
  background-size: 100%;
}
.block3 .prize.p3 div {
  background-image: url(../img2/prize3_mob.png);
  background-size: 100%;
}
.block3 .prize.p4 div {
  background-image: url(../img2/prize4_mob.png);
  background-size: 100%;
}
.block3 .prize.p5 div {
  background-image: url(../img2/prize5_mob.png);
  background-size: 100%;
}


.block32 {
  position: relative;
  margin-top: 48rem;
  height: 1700rem;
  border-radius: 24rem;
  padding-left: 16rem;
}
.block32 .title {
  font-size: 32rem;
  padding-top: 48rem;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
}
.block32 .prizes {
  margin-top: 24rem;
  display: flex;
  flex-direction: column;
}
.block32 .prize {
  position: relative;
  width: 311rem;
  height: 429rem;
  padding: 24rem;
  font-size: 20rem;
  font-weight: 600;
  border-radius: 24rem;
  margin-right: 20rem;
  background-color: #312A46;
  margin-bottom: 18rem;
}
.block32 .btn {
  margin: unset;
  margin-top: 24rem;
  width: 311rem;
  height: 56rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18rem;
  font-weight: 600;
  background: linear-gradient(90deg, #FF5C4D 0%, #EB469F 25%, #8341EF 72%, #3F68F9 100%);
  border-radius: 14rem;
  cursor: pointer;
}
.block32 .prize.p1 div {
  background-image: url(../img2/prize12_mob.png);
  background-size: 100%;
}
.block32 .prize.p2 div {
  background-image: url(../img2/prize22_mob.png);
  background-size: 100%;
}
.block32 .prize.p3 div {
  background-image: url(../img2/prize32_mob.png);
  background-size: 100%;
}
.block32 .prize.p4 div {
  background-image: url(../img2/prize42_mob.png);
  background-size: 100%;
}
.block32 .text {
  font-size: 20rem;
  padding-top: 24rem;
  text-align: center;
  font-weight: 600;
  color: #312A46;
}




.block4{
    position: relative;
    margin-top: 48rem;
    height: 300rem;
    border-radius: 24rem;
    background: url(../img2/kv4_mob.png), linear-gradient(180deg, #6E4FB0 2.53%, #B17ACD 45.3%, #DDA5D4 69.48%, #ECD1DC 97.22%);
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-left: 15rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 24rem;
  }
.block4 .text1{
  font-size: 22rem;
  font-weight: 800;
  text-transform: uppercase;
  opacity: 0.4;
  margin-top: 180rem;
  }
.block4 .text2{
  font-size: 32rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 4rem;
  }


.block5 {
    position: relative;
    margin-top: 48rem;
    min-height: 400rem;
    border-radius: 24rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-left: 16rem;
    padding-right: 16rem;
    padding-bottom: 60rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.block5 .title {
    font-size: 32rem;
    padding-top: 48rem;
    text-align: left;
    font-weight: 800;
    text-transform: uppercase;
}
.faq {
    margin-top: 24rem;
}
.faq .qwitem {
    margin-bottom: 8rem;
}
.faq .qwitem .qw {
    font-size: 20rem;
    font-weight: 600;
    height: 78rem;
    padding-left: 0rem;
    padding-right: 23rem;
    padding-top: 5rem;
    display: flex;
    background-image: url(../img2/faqplus.svg);
    background-size: 24rem;
    background-repeat: no-repeat;
    background-position: right 0rem center;
    align-items: center;
    text-transform: none;
    cursor: pointer;
}
.faq .qwitem .answer {
    font-size: 14rem;
    font-weight: 400;
    max-height: 0rem;
    overflow: hidden;
    box-sizing: border-box;
    transition: max-height 0.25s linear;
}
.faq .qwitem .answer span {
    display: inline-block;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
    margin-bottom: 12rem;
}

.footer {
    position: relative;
    margin-top: 24rem;
    padding-top: 24rem;
    padding-bottom: 10rem;
    display: flex;
    flex-direction: column;
}
.copyright {
    font-size: 14rem;
    font-weight: 400;
    float: left;
    width: 100%;
    order: 2;
    color: rgba(255, 255, 255, 0.6);
}
.phones {
    font-size: 14rem;
    font-weight: 600;
    float: right;
    width: 169rem;
    order: 1;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 24rem;
}
.phones b {
    display: block;
    font-size: 20rem;
    font-weight: 600;
    float: right;
    color: #fff;
    margin-bottom: 8rem;
}
.hr {
    background-color: #575757;
    height: 1rem;
    margin-top: 24rem;
    margin-bottom: 24rem;
    order: 3;
}
.footer a {
    font-size: 12rem;
    font-weight: 400;
    margin-right: 24rem;
    text-decoration: none;
    color: #fff;
    order: 4;
    margin-bottom: 24rem;
    color: rgba(255, 255, 255, 0.6);
}


.block7 {
    position: relative;
    margin-top: 0rem;
    min-height: auto;
    border-radius: 24rem;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
}
.block7 .title {
    font-size: 28rem;
    padding-top: 40rem;
    text-align: center;
    font-weight: 600;
}
.block7 .h2 {
    font-size: 20rem;
    padding-top: 40rem;
    font-weight: 600;
}
.form {
    margin-top: 24rem;
    margin-bottom: 12rem;
}
.field-wrapper {
    width: 100% !important;
}
.field-wrapper input {
    border: 1rem solid rgba(0, 0, 0, 0.2);
    height: 53rem;
    border-radius: 16rem;
    width: 101%;
    font-size: 16rem;
    font-weight: 400;
    padding-left: 16rem;
    padding-right: 16rem;
}
.block7 .btn {
    margin-top: 24rem;
    margin-bottom: 40rem;
    width: 100%;
    height: 53rem;
    border-radius: 14rem;
    background-color: #3F68F9;
    font-size: 16rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
}


.block7 .btn_plus{
    margin-left: 0px;
  }

body.light .footer {
    border-top: none;
}


.table {
    margin-top: 12rem;
    width: 100%;
    border: 1rem solid rgba(0, 0, 0, 0.1);
    border-radius: 24rem;
    background-color: #F7F7F8;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cell {
  width: 50%;
  height: 53rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14rem;
  font-weight: 400;
}
.table .cell:nth-child(1){
  order: 1;
  border-bottom: 1rem solid rgba(0, 0, 0, 0.1);
  justify-content: left;
  padding-left: 16rem;
  }
.table .cell:nth-child(4){
  order: 2;
  border-bottom: 1rem solid rgba(0, 0, 0, 0.1);
  justify-content: right;
  padding-right: 16rem;  
  }
.table .cell:nth-child(2){
  order: 3;
  border-bottom: 1rem solid rgba(0, 0, 0, 0.1);
  justify-content: left;
  padding-left: 16rem;  
  }
.table .cell:nth-child(5){
  order: 4;
  border-bottom: 1rem solid rgba(0, 0, 0, 0.1);
  justify-content: right;
  padding-right: 16rem;  
  }
.table .cell:nth-child(3){
  order: 5;
  border-bottom: none;
  justify-content: left;
  padding-left: 16rem; 
  }
.table .cell:nth-child(6){
  order: 6;
  border-bottom: none;
  justify-content: right;
  padding-right: 16rem;  
  }

.block7 .btn.btn_send_screen {
    display: inline-flex;
    width: 100%;
    margin-left: 0rem;
    margin-top: 10rem;
}
.block7 .screen_inner {
    display: flex;
    flex-direction: column;
}
.block7 .txt_send_screen {
    display: inline-flex;
    align-items: center;
    margin-top: 24rem;
    padding-left: 12rem;
    width: 100%;
    height: 53rem;
    border-radius: 14rem;
    font-size: 18rem;
    color: rgba(0, 0, 0, 0.8);
    background-color: rgba(63, 104, 249, 0.2);
}
.block7 .txt_send_screen span {
    width: 245rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table.table_moderate {
    width: 100%;
}
.block7 .btn.btn_enter_code{
  margin-top: 10rem;
  margin-bottom: 0rem;
  }
.form.code .field-wrapper.w2{
  margin-bottom: 0rem;
  margin-top: 48rem;
  }


.popup {
    width: 343rem;
border-radius: 24rem;
    background-color: #fff;
    position: relative;
    margin-top: 0rem;
    padding: 24rem 16rem;
    transition: all 0.2s linear;    
    height: 100dvh;
    overflow: auto;
}
.closepop {
    position: absolute;
    width: 24rem;
    height: 24rem;
    background-image: url(../img2/closepop.svg);
    background-size: 100%;
    top: 24rem;
    right: 24rem;
    cursor: pointer;
}
.popup .title {
    font-size: 24rem;
    font-weight: 600;
    color: #000;
    text-align: center;
}
.popup .content {
    font-size: 14rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
}

.popup.register {
    width: 343rem;
}
.auth_menu {
    text-align: center;
    font-size: 28rem;
    font-weight: 400;
    color: #000;
}
.popup.register .text {
    font-size: 14rem;
    font-weight: 600;
    margin-top: 12rem;
    margin-bottom: 40rem;
    color: rgba(0, 0, 0, 0.65);
}
.popup.register label {
    display: block;
    font-size: 14rem;
    font-weight: 600;
    margin-top: 10rem;
    color: rgba(0, 0, 0, 0.65);
}
.popup.register .btn {
    margin: auto;
    margin-top: 32rem;
    width: 300rem;
    height: 53rem;
    border-radius: 12rem;
    background-color: #3F68F9;
    color: #fff;
    font-size: 16rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}







.block6 {
    background-image: url(../img2/bg_winners_mob.jpg);
    background-size: cover;
    width: 100%;
    height: 872rem ;
    position: relative;
    overflow: hidden;
    padding-top: 0rem;
}

.block6 .title {
  font-size: 40rem;
    padding-top: 48rem;
    color: #2C105E;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
}

.block6 .winners_tb {
    position: absolute;
    left: 0rem;
    margin-top: 63rem;
    margin-bottom: 694rem;
    width: 100%;
    max-width: 1183rem;
    z-index: 2;
}
.block6 .winners_tb .body {
    background-color: transparent;
    min-height: 550rem;
    padding-top: 63rem;
    padding-bottom: 18rem;
}
.block6 .winners_tb .search {
  display: block;
    margin: auto;
    width: 308rem;
    /* border: 0rem; */
    background-image: url(../img2/ico_search.svg);
    background-size: 24rem;
    background-repeat: no-repeat;
    background-position: left 18rem center;
    padding-left: 58rem;
    padding-right: 20rem;
    height: 46rem;
}
.block6 .winners_tb .head {
    font-size: 14rem;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    width: 95%;
    margin: auto;
    margin-top: 28rem;
    margin-bottom: 26rem;
}
.block6 .winners_tb .row {
    font-size: 14rem;
    text-transform: uppercase;
    display: flex;
    width: 95%;
    margin: auto;
    margin-bottom: 24rem;
}

.list_winners {
    min-height: 394rem;
}


.btn_logout{
  float: none!important;
}

}


