
body{
    margin: 0;
    padding: 0;
    font-family: 'M PLUS 1p', sans-serif;
    background-color: #dcddde;
}

.header{
    background: #000;
    border-bottom: 1px solid red;
}
a{
    text-decoration: none;
}
.center{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.header .center{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 56px;

}

.head_logo{
    max-width: 420px;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.logo_text{
    font-size: 20px;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: left;
}
.about_link, .about_link a{
    font-family: 'Mplus 1p Regular';
    font-size: 20px;
    color: #b8b8b8;
    line-height: 1.2;
    text-align: left;
    float: right;
}

.main_games .entry-header .entry-title{
    font-family: 'Mplus 1p Medium';
    font-size: 26px;
    line-height: 38px;
}

.main_games .entry-content{
    font-family: 'Mplus 1p Regular';
    font-size: 17px;
    line-height: 30px;
}

.main_games .post-edit-link {
    font-family: 'Mplus 1p Regular';
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
}

.head_btns{
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
}
.btn{
    display: block;
    padding: 0 20px;
    height: 25px;
    font-size: 20px;
    line-height: 25px;
    color:#fff;
    border-radius: 20px;
    text-align: center;
}

.blue{
    background: #0091ff;
}

.blue:hover{
    background: #067cd6;
}

.green{
    background: #38b507;
    width: 65px;
}
.green:hover{
    background: #4e9805;

}
.transparent{
    color: #b8b8b8;
    text-decoration: underline;
}

.banner{
    margin-top: 20px;
    background: url("../promo/1920_background.png") no-repeat top center;
    padding: 0 30px;
    background-size: contain;

}
.banner .center{
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-evenly;
    height: 380px;
    padding-left: 61px;
}
.banner_h1 {
    font-size: 40px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 1.2;
    max-width: 787px;
}


.banner_btns{
    max-width: 750px;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;

}

.banner_btn{
    width: 308px;
    height: 88px;
    line-height: 88px;
    color: #000;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.004);
    cursor: pointer;
}

.banner_btn.first{
    /*background: url("../img/button_desktop_green.png") no-repeat top center;*/
    background: url("../promo/button_green_animation.gif") no-repeat center;
    border-radius: 46px;
}
.banner_btn.first:hover{
    background: url("../promo/button_green_hover.png") no-repeat  center;
}

.banner_btn.last{
    font-size: 28px;
    background: url("../promo/button_blue_animation.gif") no-repeat  center;

    border-radius: 46px;
}
.banner_btn.last:hover{
    background: url("../promo/button_blue_hover.png") no-repeat  center;
}
.pink{
    color:#cc66ff;
}
.main_games_h1_block{
    display: flex;
    flex-flow: row nowrap;
    width: 95%;
    justify-content: space-between;
    align-items: center;
    height: 228px;
}
.main_games_h1 {
    width: 95%;
    height: 188px;
    left: 360px;
    top: 45px;

    font-family: 'Mplus 1p Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 39px;

    color: #000000;
}
.main_games_h1 h2 {
    font-size: 20px;
}
.main_games_h1 p{
    width: 95%;
    height: 90px;
    left: 360px;
    top: 143px;

    font-family: 'Mplus 1p Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #000000;
}

.main_games_h1 p span{
    color: #CC66FF;
    font-family: 'Mplus 1p Medium';
}

/* main_games_container start */
    .main_games_container{
        display: flex;
        justify-content: space-between;
        flex-flow: row wrap;

    }
    .single_game{
        width: 192px;


    }

    .single_game_text{
        height: 70px;
        font-size: 14px;
        color: rgb(0, 0, 0);
        line-height: 1.2;
        text-align: left;
        padding: 15px 0 50px;
    }
    .single_game_img{
        width: 192px;
        height: 224px;
        background: url("../img/demos/Oiran_Dream_gameicon.png") no-repeat top left;
    }
    .demo2{
        background: url("../img/demos/Starlight_Princess_gameicon.png") no-repeat top left;
    }

    .demo3{
        background: url("../img/demos/Cygnus_gameicon.png") no-repeat top left;
    }

    .demo4{
        background: url("../img/demos/Moon_Princess_gameicon.png") no-repeat top left;
    }

    .demo5{
        background: url("../img/demos/The_Wild_Class_gameicon.png") no-repeat top left;
    }
    .demo6{
        background: url("../img/demos/Gemix-2_gameicon.png") no-repeat top left;
    }

    .demo7{
        background: url("../img/demos/2/Hawaiian_Dream_gameicon .png") no-repeat top left;
    }
    .demo8{
        background: url("../img/demos/2/Dr_Toonz_gameicon.png") no-repeat top left;
    }
    .demo9{
        background: url("../img/demos/2/NFT_Megaways_gameicon.png") no-repeat top left;
    }
    .demo10{
        background: url("../img/demos/2/Regal_Streak_gameicon.png") no-repeat top left;
    }
    .demo11{
        background: url("../img/demos/2/Sisters_of_The_Sun_gameicon.png") no-repeat top left;
    }

    .demo12{
        background: url("../img/demos/2/Ninja_Hero_Goemon_gameicon.png") no-repeat top left;
    }
    .demo13{
        background: url("../img/demos/3/kaiju_gameicon.png") no-repeat top left;
    }

.demo14{
    background: url("../img/demos/3/Hit_It_Big_gameicon.png") no-repeat top left;
}
.demo15{
    background: url("../img/demos/3/Thats_Rich_gameicon.png") no-repeat top left;
}
.demo16{
    background: url("../img/demos/3/golden_ticket_2_gameicon.png") no-repeat top left;
}
.demo17{
    background: url("../img/demos/3/Mission_Cash_gameicon.png") no-repeat top left;
}
.demo18{
    background: url("../img/demos/3/Hit_It_Hard_gameicon.png") no-repeat top left;
}
.demo19{
    background: url("../img/demos/4/Reactoonz_2_gameicon.png") no-repeat top left;
}
.demo20{
    background: url("../img/demos/4/Agent_Royale_gameicon.png") no-repeat top left;
}
.demo21{
    background: url("../img/demos/4/Raigeki_Rising_x30_gameicon.png") no-repeat top left;
}
.demo22{
    background: url("../img/demos/4/The_Dog_House_gameicon.png") no-repeat top left;
}
.demo23{
    background: url("../img/demos/4/Chip_Spin_gameicon.png") no-repeat top left;
}
.demo24{
    background: url("../img/demos/4/Fruits_gameicon.png") no-repeat top left;
}
.demo25{
    background: url("../img/demos/5/Tropicool_gameicon.png") no-repeat top left;
}
.demo26{
    background: url("../img/demos/5/Bushido_Ways_xNudge_gameicon.png") no-repeat top left;
}
.demo27{
    background: url("../img/demos/5/micro_nights_gameicon.png") no-repeat top left;
}
.demo28{
    background: url("../img/demos/5/Banana_Rock_gameicon.png") no-repeat top left;
}
.demo29{
    background: url("../img/demos/5/disco_danny_gameicon.png") no-repeat top left;
}
.demo30{
    background: url("../img/demos/5/Yokozuna_Clash_gameicon.png") no-repeat top left;
}
.demo31{
    background: url("../img/demos/6/Vault_Cracker_gameicon.png") no-repeat top left;
}
.demo32{
    background: url("../img/demos/6/Sweet_Alchemy_gameicon.png") no-repeat top left;
}
.demo33{
    background: url("../img/demos/6/NeonLinks_gameicon.png") no-repeat top left;
}
.demo34{
    background: url("../img/demos/6/Empty_the_Bank_gameicon.png") no-repeat top left;
}
.demo35{
    background: url("../img/demos/6/Sweet_Bonanza_gameicon.png") no-repeat top left;
}
.demo36 {
    background: url("../img/demos/6/Reef_Rider_gameicon.png") no-repeat top left;
}

.demo37 {
    background: url("../img/demos/7/Grand_Wheel_gameicon.png") no-repeat top left;
}

.demo38 {
    background: url("../img/demos/7/Fruit_Blox_gameicon.png") no-repeat top left;
}

.demo39 {
    background: url("../img/demos/7/Stage_888_gameicon.png") no-repeat top left;
}

.demo40 {
    background: url("../img/demos/7/The_Wisecracker_Lightning_gameicon.png") no-repeat top left;
}

.demo41 {
    background: url("../img/demos/7/Rise_Of_Giza_PowerNudge_gameicon.png") no-repeat top left;
}

.demo42 {
    background: url("../img/demos/7/4Squad_gameicon.png") no-repeat top left;
}

.demo43 {
    background: url("../img/demos/8/Fruit_Party-2_gameicon.png") no-repeat top left;
}
.demo44 {
    background: url("../img/demos/8/Gemix_gameicon.png") no-repeat top left;
}
.demo45 {
    background: url("../img/demos/8/Book_of_Shadows_gameicon.png") no-repeat top left;
}
.demo46 {
    background: url("../img/demos/8/Wild_Elements_gameicon.png") no-repeat top left;
}
.demo47 {
    background: url("../img/demos/8/Yum_Yum_Powerways_gameicon.png") no-repeat top left;
}
.demo48 {
    background: url("../img/demos/8/Starstruck_gameicon.png") no-repeat top left;
}


/* main_games_container end */


.main_games_load_btn{
    font-size: 34px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 88px;
    text-align: center;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.004);
    /*background: url("../img/button_desktop_blue.png");*/
    background: url("../promo/button_blue_animation.gif") no-repeat center;
    border-radius: 46px;
    width: 308px;
    height: 88px;
    margin: 50px auto;
}
.main_games_load_btn:hover{
    background: url("../promo/button_blue_hover.png");
}
/*main_hi_text start*/
.main_hi_text .center{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    column-count: 3;
    column-fill: balance;
}
.hi_text_container{
    max-width: 370px;
    width: 100%;
    /*margin-bottom: 45px;*/
    display: inline-block;
}
.hi_text_h1{
    font-family: 'Mplus 1p Medium';
    font-size: 22px;
    font-weight: 500;
    color: rgb(0, 0, 0);
    line-height: 33px;
    height: 105px;
    display: flex;
    align-items: end;
}
.hi_text_p{
    font-family: 'Mplus 1p Regular';
    font-size: 17px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    line-height: 30px;
    overflow: hidden;
    transition: 0.5s;
    /*!*/
    height: 0;
    transform: scaleY(0);
}
.hi_text_p span{
    font-family: 'Mplus 1p Medium';
    color: #CC66FF;
}
.hi_text_p.open{
    height: 100%;
    transform: scaleY(1);
}

.hi_text_arrow_block{
    margin: 50px auto;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /*background: url("../img/arrow_bottom_small_01.png") no-repeat center;*/
}
.hi_text_arrow_block img{
    width: auto;
    height: auto;
    transition: 0.5s;
    cursor: pointer;
}
.hi_text_arrow_block.transform img{
    transform: rotate(180deg);
}
.hi_text_arrow_block:before{
    content: "";
    width: 120px;
    height: 1px;
    background: #999999;
}
.hi_text_arrow_block:after{
    content: "";
    width: 120px;
    height: 1px;
    background: #999999;
}

.main_hi_text_h2 {
    font-size: 40px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin: 50px auto 40px;

}

.hovergame{
    display: none;
    width: 192px;
    height: 224px;
    position: absolute;
    background: #630692;
    border-radius: 8px;
    flex-flow: column nowrap;
    justify-content: space-evenly;
    align-items: center;
    max-height: 184px;
    padding: 20px 0px;
}
.single_game_link:hover  .hovergame{
    display: flex;
}
.hovergame_btn{
    border-radius: 22px;
    background-color: rgb(56, 181, 7);
    width: 168px;
    height: 45px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 45px;
    text-align: center;


}
.hovergame_title{
    font-size: 18px;
    color: rgb(204, 204, 204);
    line-height: 1.2;
    text-align: center;
    height: 45px;
    margin-top: -19px;
    padding: 0 9px;
    display: flex;
    align-items: center;

}
.hovergame_reg{
    font-size: 14px;
    color: rgb(204, 204, 204);
    text-decoration: underline;
    line-height: 1;
    text-align: center;
}




/*main_hi_text end*/


/* footer*/
.footer__safe_text svg{
    width: 50px;
    margin-right: 15px;
}

.footer{
    background: #333333;
    padding-bottom: 80px;
    border-top:1px solid #999999;
}
.footer_game{
    padding-bottom: 0px;
}
.footer_black{
    background: #000;
    padding-top: 30px;
    padding-bottom: 80px;
}

.footer .center{
    max-width: 1000px;
}

.footer__safe {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    padding-bottom: 60px;
    border-bottom: 1px solid #999;
}
.copyright__img {
    width: 180px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.copyright__img svg:first-child{
    width: 120px;
}
.copyright__img svg:last-child{
    width: 41px;
}

.footer__safe_text {
    font-size: 24px;
    color: rgb(184, 184, 184);
    line-height: 1.2;
    text-align: left;
    display: flex;
    align-items: center;

}
.fotter_head {
    font-size: 40px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    padding: 40px 0;
}

.terms{
    font-size: 18px;
    color: rgb(0, 153, 255);
    text-decoration: underline;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 40px;
    cursor: pointer;

}
.logos{
    padding: 40px 0;
    border-bottom: 1px solid #999;
    margin-bottom: 40px;
}

.logos img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.n2 {
    font-size: 24px;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: left;
    padding-bottom: 18px;
    /*border-bottom: 1px solid #999;*/
    margin-bottom: 18px;
}
.footer_n2{

    border-bottom: 0px solid #999;
    padding-bottom: 0px;
    padding-top: 0px;
}
.footer_copyright{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #999;
}
.footer_black{
    background:
}

.disclaimer__text{
    font-size: 18px;
    color: rgb(184, 184, 184);
    line-height: 1.2;
    text-align: left;

}


.copyright__text{
    font-size: 18px;
    color: rgb(184, 184, 184);
    line-height: 1.2;
    text-align: left;
    max-width: 532px;
    margin-right: 30px;

}

.copyright__text a{
    color: rgb(0, 153, 255);
}
.copyright{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-top: 55px;
}


.logos img:hover, .footer__safe_text:hover{
    filter: brightness(100);
}
.disclaimer_soc svg{
    width: 50px;
}
.disclaimer_soc{
    display: flex;
    width: 300px;
    justify-content: space-between;
    margin: 0 auto 55px;

}
.soc_t{
    color:#fff;
    text-align: center;
    display: flex;
    justify-content: center;
    justify-items:center;
    line-height: 1.2;
    font-size: 18px;
}
.soc_t .terms{
    margin-bottom: 0px;
}

.footer-grid-btn .main-screen__btn{
    margin-left: 0px;
}

.main_game{
    min-height: calc(100vh - 77px);
    padding-top: 20px;
    background: url("../img/game_page_background.png") no-repeat top center;
    background-size: cover;
}
.main_game .center{
    position: relative;
    max-width: 96%;
}
iframe  {
    width: 100%;
    height: 860px;
}

.close_game_btn{
    position: absolute;
    right: -23px;
    width: 50px;
    top: 45%;
    z-index: 2323;
    cursor: pointer;
}

/* sunduk start */

.sunduk_center{
    max-width: 1280px;
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
}
.sunduk{
    position: fixed;
    display: none;
    bottom: -500px;

    background: url("../img/popup_background_1920-861.jpg") no-repeat top center;
    width: 100%;
    height: 200px;

    animation-fill-mode: forwards;
    transition: 1s;
}

@keyframes sunduk-show {
    0% {bottom:-500px;}
    100% {bottom: 0px;}
}
@keyframes sunduk-hide {

    0% {bottom: 0px;}
    100% {bottom:-500px;}
}


.sunduk_cols{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;

}


.sunduk_close_btn{
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    top: -25px;
    cursor: pointer;
}
.sunduk_btn_block{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.sunduk_text_block {
    font-size: 24px;
    color: rgb(255, 255, 255);
    line-height: 1.5;
    text-align: left;
}

.sunduk_btn_block .banner_btn{
    width: 280px;
    height: 80px;
    line-height: 80px;
    background-size: cover;
}
.sunduk_btn_block .banner_btn:hover{
    background-size: cover;
}
.sunduk_btn_block .banner_btn.last{
    font-size: 26px;
}

.sunduk_gif{
    width: 370px;
    height: 310px;
    background: url("../img/chest_animation_02.png") no-repeat 0px top;
    margin-top: -163px;



    --wd:370px;
    --h:310px;
    animation:  girl-f1-x;
    animation-duration: 2.5s;
    animation-timing-function:steps(29) ;
    animation-fill-mode:forwards;
    animation-delay: 1s;
    animation-iteration-count:1;
    animation-direction:normal;
    z-index: 5;
    /*transition: 3s;*/
    background-position-y: 0px;
    background-position-x: 0px;
}

@keyframes girl-f1-x {
    from {background-position-x: 0px;}
    /*to {background-position-x: calc(-30*var(--w)) ;}*/
    to {background-position-x: -10730px ;}
}
/*@keyframes girl-f1-y {*/
/*    0% {background-position-y: 0px;}*/
/*    99% {background-position-y: calc(-5*var(--h)) ;}*/
/*    100% {background-position-y: calc(-4*var(--h)) ;}*/
/*}*/




/* sunduk end */





/*quizz registration start*/
.quizz_box_reg{
    /*background: rgb(0 0 0 / 50%);*/
    background: #fff;


    border-radius: 10px;
    width: calc(507px - 140px);
    /*height: calc(507px - 35px);*/
    padding: 35px 70px;
    border: 1px solid #cc66ff;
}
.quizz_box_reg .quizz_text{
    display: flex;
    flex-flow: column nowrap;

}
.quizz_box_reg .error.show{
    margin-top: -21px;
    height: 35px;

}
.quizz_box_reg .error{
    font-size: 14px;
    color: rgb(255, 0, 0);
    line-height: 1.2;
    text-align: left;
    display: block;
    overflow: hidden;
    height: 0px;
    transition: 0.5s;
}
.quizz_box_reg label{
    position: relative;
}
.quizz_box_reg input{
    width: 100%;
    height: 48px;
    background: transparent;
    border: 1px solid #b8b8b8;
    outline: none;
    text-indent: 15px;
    color: #b8b8b8;
    font-size: 20px;
    margin-bottom: 30px;

}
/*.quizz_box_reg label:nth-child(2n) > input{*/
/*    margin-bottom: 65px;*/
/*}*/
/*.quizz_box_reg label:last-child > input{*/
/*    margin-bottom: 10px;*/
/*}*/
.quizz_box_reg input::placeholder{
    color: #b8b8b8;
    font-size: 20px;
}


.quizz_box{
    background-image: url("https://d36w48eapmxjan.cloudfront.net/assets/background_01.png");
    width: calc(529px - 168px);
    height: calc(500px - 35px);
    padding: 35px 98px 0 70px;

}

.quizz_h1 {
    font-size: 24px;
    color: #b8b8b8;
    line-height: 1.083;
    text-align: center;

    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #b8b8b8;

}

.quizz_text {
    font-size: 19px;
    color: #b8b8b8;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 35px;

}

.quizz_box_reg select{
    width: 100%;
    height: 48px;
    background: transparent;
    border: 1px solid #b8b8b8;
    outline: none;
    text-indent: 15px;
    color: #b8b8b8;
    font-size: 20px;
    margin-bottom: 30px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: linear-gradient(
            45deg
            , transparent 50%, gray 50%), linear-gradient(
            135deg
            , gray 50%, transparent 50%);
    background-position: calc(100% - 25px) calc(1em + -2px), calc(100% - 15px) calc(1em + -2px), calc(100% - .5em) .5em;
    background-size: 10px 12px, 10px 12px, 1.5em 1.5em;
    background-repeat: no-repeat;
}
#date{
    position: relative;
    overflow: hidden;
}
::-webkit-calendar-picker-indicator {
    position: absolute;
    /*background: #fff;*/
    color:#fff;
    left:-70px;
    width: 400px;
    filter: brightness(10);
    /*display: none;*/
}

.quizz__btn{

    width: 360px;
    height: 38px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    line-height: 38px;
    text-align: center;
    margin-bottom: 15px;
    cursor: pointer;

}
.grid-row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.grid-row .quizz__btn {
    width: auto;
}

a{
    text-decoration: none;
}
.green_btn{
    background-color: rgb(56, 181, 7);
}
.red_btn{
    background-color: #ff0000;
}
.blue_btn{
    background-color: #067cd6;
}


.quizz_box_reg input {
    width: calc(100% - 6px);
}

.forchecks {
    font-size: 12px;
    color: #999999;
    line-height: 1.2;
    text-align: left;
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: auto auto;
    margin-bottom: 19px;
    grid-gap: 20px;
}
.forchecks input{
    width: 24px;
    height: 24px;
    margin: 0px;
}
.forchecks a{
    color: #0099ff;
    text-decoration: underline;
}
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quizz_box_reg_sl4 .quizz_text{
    letter-spacing: -1px;
    color:#333333;
    text-align: center;
}

.quizz_box_reg_sl4 .quizz_text.green_text{
    letter-spacing: -3px;
    font-size: 20px;
    color: rgb(0, 145, 255);
    text-align: left;
}
.last_svg{
    width: 175px;
    margin: -5px auto 30px;
}
.last_svg svg {
    height: auto;
}

.quizz_box_reg_sl4{
    display: none;
}



.lds-spinner {
    color: official;
    display: none;
    position: relative;
    width: 80px;
    height: 80px;
    zoom:0.25;

}
.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #fff;
}
.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.runnedbtn{
    content: "";
    position: absolute;
    width: 168px;
    height: 168px;
    top: 0;
    bottom: 0;
    margin: 202px 0 auto 250px;
    z-index: 5;
    display: none;
}


.web {
    display: block;
}
.mob{
    display: none;
}


.quizz_box_reg_sl2, .quizz_box_reg_sl3{
    display: none;

}
.quizz_box_reg_sl1{
    display: block;
}

.popup_section{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 23445567;
    background: rgba(0,0,0,0.8);
    display: none;
}

.popup_center{
    position: fixed;
    width: 500px;
    border-radius: 10px;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 23445568;
    background: #fff;
}
.popup_close_btn{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 15px;
    right: 10px;
    cursor: pointer;
}
/*quizz registration end*/


@media (max-width: 1919px) {
    .banner{
        background: url("../promo/1920_background.png") no-repeat top center;
        background-size: contain;
    }
    .banner .center{
        height: 327px;
    }
}

@media (max-width: 1650px) {
    .banner{
        background: url("../promo/1599_background.png") no-repeat top center;
        background-size: contain;
        height: 324px;
        display: flex;
        align-items: center;
    }
    .banner .center{
        height: fit-content;
        zoom: .8;
        gap: 25px;
    }
    .banner_btns{
        justify-content: space-around;
    }
}

@media (max-width: 1350px) {
    .banner{
        height: 268px;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 1279px) {

    .banner{
        background: url("../promo/1279_background.png") no-repeat top center;
        background-size: contain;
        height: 333px;
        display: flex;
    }
    .header .center{
        /*height: 333px;*/
        width: calc(100% - 20px);
    }
    .banner .center{
        height: 265px;
        align-items: center;
        zoom: 0.9;
    }
    .banner_h1 {
        font-size: 40px;
    }
    .main_hi_text .center{
        padding: 0 20px;
        width: calc(100% - 40px);
        justify-content: space-evenly;
    }
    .main_games .center{
        padding: 0 10px;
        width: calc(100% - 20px);
        margin: 0 auto;
    }
    .main_games_container{
        justify-content: space-evenly;
    }

}

@media (max-width: 1110px) {
    .banner{
        height: 285px;
    }
    .banner .center{
        zoom: .8;
    }
    #game_container{
        height: 80vh;
    }
    .close_game_btn{
        display: none;
    }
    .sunduk_text_block{
        font-size: 20px;
    }
    .sunduk_btn_block, .sunduk_gif{
        zoom:0.8;
    }
    .sunduk_close_btn{
        right: 7px;
    }
}

@media (max-width: 955px) {
    .banner{
        height: 246px;
    }
    .main_games_arrow{
        display: none;
    }
    .main_games_h1_block{
        height: auto;
        padding-top: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    .main_games_h1{
        width: 100%;
        font-size: 18px;
        line-height: 26px;
        height: auto;
    }
    .main_games_h1 h2 {
        font-size: 18px;
    }
    .main_games_h1 p{
        width: 100%;
        font-size: 15px;
        line-height: 22px;
        height: auto;
    }
    .logos {
        display: none;
    }
    .disclaimer{
        margin-top: 60px;
    }
    .footer{
        padding: 0 20px 80px;
        width: calc(100% - 40px);
    }

}



@media (max-width: 870px) {
    .banner{
        background: url("../promo/860-420_background.png") no-repeat top center;
        background-size: contain;
        height: 337px;
    }
    .banner .center{
        height: 292px;
    }
    .logo_text{
        display: none;
    }
    .head_logo{
        width: auto;
    }
    .sunduk{
        background: url("../img/popup_background_860-600.jpg") no-repeat top center;
    }
    .sunduk_text_block {
        font-size: 14px;
    }
    .sunduk_btn_block, .sunduk_gif {
        zoom: 0.7;
    }
}

@media (max-width: 745px) {

    .main_games_container{
        zoom: 0.8;
    }
    .abtn{
        display: none;
    }
    .head_btns{
        width: 140px;
    }
    .banner{
        height: 282px;
    }
    /*.banner_h1{*/
    /*    font-size: 17px;*/
    /*    margin: 0 auto 4px;*/
    /*    padding-top: 279px;*/
    /*    max-width: 257px;*/
    /*}*/
    /*.banner_btns{*/
    /*    margin: 0 auto;*/
    /*    max-width: 280px;*/
    /*}*/
    /*.banner_btns a{*/
    /*    zoom: 0.4;*/
    /*}*/
    /*.banner .center{*/
    /*    display: block;*/
    /*    !*height: 401px;*!*/
    /*}*/
}

@media (max-width: 670px) {
    .banner{
        height: 254px;
    }

    .banner{
        height: 254px;
    }
    .banner .center{
        zoom:0.7;
    }
    .sunduk{
        background: url("../img/popup_background_599-320.jpg") no-repeat top center;
        height: 304px;
        background-color: #000;
    }
    .sunduk_cols{
        height: 304px;
        flex-flow: column nowrap;
    }
    .sunduk_gif{
        margin-top: -150px;
        margin-bottom: 36px;
    }
    .sunduk_btn_block{
        zoom: 0.6;
    }
    .sunduk_text_col{
        padding: 0 10px;
    }
    .hi_text_h1{
        font-size: 16px;
        height: auto;
        text-align: center;
        justify-content: center;
        line-height: 24px;
    }
    .hi_text_p {
        font-size: 14px;
        width: fit-content;
        margin: 50px auto;
        display: none;
        line-height: 22px;

    }
    .hi_text_container{
        max-width: 270px;

    }
    .hi_text_arrow_block:after,.hi_text_arrow_block:before{
        width: 90px;
    }
    .hi_text_arrow_block {
        margin: 50px auto;
    }

    .main_games .entry-content{
        font-size: 15px;
        line-height: 22px;
    }
}

@media (max-width: 585px) {
    .banner{
        height: 220px;
    }
    .banner .center{
        zoom: .6;
        padding: 0px;
        margin: 0px;
        height: 260px;
    }
    .popup_section{
        height: calc(100vh - 57px);
        top: 57px;
    }
    .fixedhead{
        position: fixed;
        top:0;
        left: 0;
        width: 100vw;
    }
    .popup_center{
        width: 100%;
        border-radius: 0;
        top: 57px;
        height: 100%;
    }
    .quizz_box_reg{
        border: 0px;
        margin: 0 auto;
        width: calc(100% - 60px);
        padding: 50px 30px;
    }
    .quizz__btn {
        width: 100%;
    }
    .popup_close_btn{
        top: 10px;
    }

    .main_games .entry-content{
        font-size: 15px;
        line-height: 22px;
    }
}
@media (max-width: 500px) {
    .banner{
        height: 300px;
        background: url("../promo/419-320_background.png") no-repeat top center;
        background-size: contain;
    }
    .banner .center{
        height: 260px;
        zoom: 1;
        justify-content: end;
    }
    .banner_h1 {
        font-size: 22px;
        margin-bottom: -5px;
    }
    .banner_btns{
        zoom: 0.45;
    }
    .copyright{
        flex-flow: row wrap;
        gap: 22px;
        justify-items: center;
        justify-content: center;
    }

    .main_games .entry-content{
        font-size: 15px;
        line-height: 22px;
    }
}

@media (max-width: 360px) {
    .banner_h1{
        font-size: 17px;
    }
    .banner_btns {
        zoom: 0.7;
        flex-wrap: wrap;
        gap: 20px;
    }

    .banner{
        height: 390px;
        background: url("../promo/319-280_background.png") no-repeat top center;
        background-size: contain;
    }
    .banner .center{
        height: 360px;
        zoom: 1;
        justify-content: end;
    }
    .sunduk_btn_block{
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .sunduk{
        height: auto;
    }

    .sunduk_cols{
        height: auto;
    }
    .sunduk_gif {
        margin-top: -109px;
        margin-bottom: 9px;
    }
    .sunduk_text_col {
        padding: 12px;
    }
    .sunduk_text_block{
        line-height: 1.23;
    }

    .main_games .entry-content{
        font-size: 15px;
        line-height: 22px;
    }
}

.sunduk_text_1{
    overflow: hidden;
    transition: 0.5s;
    animation: show-text1;
    animation-iteration-count: infinite;
    animation-duration: 8s;
}
.sunduk_text_2{
    overflow: hidden;
    height: 0;
    transition: 0.5s;
    animation: show-text2;
    animation-iteration-count: infinite;
    animation-duration: 8s;
}
@keyframes show-text1 {
    0%{height: 76px;}
    50%{height: 76px;}
    51%{height: 0px;}
    100%{height: 0px;}

}
@keyframes show-text2 {
    0%{height: 0px;}
    50%{height: 0px;}
    51%{height: 76px;}
    100%{height: 76px;}

}

.terms a{
    font-size: 20px;
    color: #0099ff;
    font-family: 'Mplus 1p Regular';
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

.spu-icon-close {
    border: 1px solid #ff1772;
    border-radius: 100%;
    padding: 4px 6px;
    font-weight: 900;
}

.spu-close.top_right {
    top: 15px;
    right: 15px;
}

.spu-content .btnReg {
    width: 190px;
    border-radius: 12px;
    font-size: 17px;
    border: none;
    background: linear-gradient(25deg,#241490,#ff4437);
}

.btn-primary {
    color: #fff !important;
}

.btn2 {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.header_links {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
}

.header_link {
    display: block;
    color: white;
    font-size: 14px;
    margin-left: 30px;
    cursor: pointer;
}

.header_link.registration {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    border-radius: 2em;
    background-color: #FF513A;
    width: auto;
    text-decoration: none;
}

.header_link.registration span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 1em;
    box-sizing: border-box;
    padding: 3px 16px;
}

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700;800&display=swap');
