@font-face {
    font-family: GothamProMed;
    src: url("") format("embedded-opentype"),
    url("fonts/GothamProMed.otf") format("opentype"),
    url("fonts/GothamProMed.woff") format("woff"),
    url("fonts/GothamProMed.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: GothamProBlack;
    src: url("") format("embedded-opentype"),
    url("fonts/GothamProBlack.woff") format("woff"),
    url("fonts/GothamProBlack.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}
*{
    margin:0;
    padding:0
}
img{
    width:100%;
    height:auto;
    display:block
}
a{
    color:inherit;
    text-decoration:underline
}
a:hover{
    text-decoration:none
}
html{
    height:100%
}
.page{
    font-family:Roboto,Arial,sans-serif;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    line-height:1.15;
    -webkit-tap-highlight-color:transparent;
    font-size:10px;
    background-size:cover
}
.layout{
    min-height:100vh;
    position:relative;
    z-index:2;
    width:100%;
    overflow-x:hidden
}
.mob{
    display:none
}
.logo_wrap{
    position:absolute;
    z-index:5;
    left:50%;
    transform:translateX(-50%);
    top:5em
}
.logo{
    width:55em;
    height:auto;
    display:block;
    margin-top: -15rem
}
.container{
    padding:17em 0 0 0;
    overflow:hidden
}
.game_wrap{
    position:relative;
    width:100em;
    margin:0 auto;
    min-height:75em
}
.txt_1{
    text-align:center;
    text-transform:uppercase;
    color:#fff;
    font-size:5.2em;
    font-family:GothamProBlack,Roboto,Arial,sans-serif;
    font-weight:900;
    padding:0 2em
}
.txt_1 .pl{
    font-family:'Open Sans',Roboto,Arial,sans-serif;
    font-weight:700
}
.wheel_wrap{
    width:72.3em;
    position:relative;
    margin:0 auto
}
.wheel_spinner{
    margin: 0 auto;
    width: 100%;
    height: auto;
    position: center;
    left: -50%;
}
.wheel_spinner.wheel_spinner_animated{
    animation:2s spinner ease-in-out infinite
}
.wheel_spinner.wheel_spinner_animated_1{
    animation:4s spinTo1 ease-in-out forwards
}
.wheel_win_frame{
    background:url(img/wheel-win-frame.png) 0 0 no-repeat;
    width:10.5em;
    height:12.4em;
    background-size:contain;
    position:absolute;
    top:1em;
    left:50%;
    transform:translateX(-50%);
    z-index:3;
    font-size:75%
}
.wheel_btn{
    cursor:pointer;
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    z-index:3;
    background-size:26.4em 52.8em;
    width:100%;
    height:100%;
    text-align:center;
    border-radius:50%;
    box-sizing:border-box;
    padding:10.5em 0;
    font-size:75%
}
.wheel_btn:hover{
    background-position:50% -26.4em
}
.wheel_btn.disabled{
    pointer-events:none
}
.wheel_btn span{
    color:#fff;
    text-transform:uppercase;
    font-size:5em;
    line-height:1;
    font-family:'Open Sans',Roboto,Arial,sans-serif;
    font-weight:700
}
.bonus_wrap{
    width:15.6em;
    height:14.7em;
    box-sizing:border-box;
    position:absolute;
    text-align:center;
    text-transform:uppercase;
    border:.2em solid #ee9800;
    border-radius:1.2em;
    background:#000;
    padding:3em 0 0 0;
    left:-12em;
    display:none
}
.bonus_wrap div{
    margin:0 0 1em 0;
    min-height:3em;
    display:flex;
    justify-content:center;
    align-items:center
}
.bonus_wrap div em{
    font-style:normal;
    color:#fff;
    font-family:GothamProMed,Roboto,Arial,sans-serif;
    font-size:2.4em;
    position:relative;
    display:inline-block
}
.bonus_wrap div em span{
    position:relative;
    display:inline-block
}
.bonus_wrap img{
    margin:0 auto 1.5em;
    display:block
}
.bonus_wrap strong{
    color:#fff000;
    font-size:4em;
    font-family:GothamProBlack,Roboto,Arial,sans-serif
}
.bonus_wrap.bonus_1{
    top:0
}
.bonus_wrap.bonus_1 div{
    display:flex;
    align-items:center;
    justify-content:center
}
.bonus_wrap.bonus_1 img{
    min-width:2.6em;
    min-height:2.6em;
    max-width:2.6em;
    max-height:2.6em;
    display:block;
    margin:0 .5em 0 0
}
.bonus_wrap.bonus_2{
    padding:3em 0 0 0;
    top:17.5em
}
.bonus_wrap.bonus_2 div{
    margin-bottom:1em
}
.bonus_wrap.bonus_2 img{
    width:3.6em;
    height:2.6em;
    display:inline-block;
    margin:0 .5em 0 0
}
.bonus_wrap.bonus_2 em{
    top:-.1em
}
#game_2{
    display:none
}
.scratches_wrap{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    flex-direction:row
}
.scratch_outer{
    background:url(img/scratch-bg.png) 0 0 no-repeat;
    background-size:contain;
    width:43.2em;
    height:28.1em;
    position:relative;
    cursor:pointer;
    margin:0 0 -1em 0
}
.scratch_outer.scratch_outer_hover .scratch_hover{
    animation:opacity .35s ease-in-out forwards
}
.scratch_outer.used{
    cursor:auto
}
.scratch_outer.used .scratch_action,.scratch_outer.used .scratch_hover{
    display:none
}
.scratch_outer.used .scratch_bonus,.scratch_outer.used .scratch_txt,.scratch_outer.used .scratch_used{
    opacity:1;
    display:block
}
.scratch_outer.scratch_outer_action_1 .scratch_action{
    animation:opacity .35s ease-in-out forwards;
    display:block
}
.scratch_outer.scratch_outer_action_1 .scratch_bonus{
    animation:opacity .7s ease-in-out forwards;
    display:block
}
.scratch_outer.scratch_outer_action_1 .scratch_txt{
    animation:opacity 1.05s ease-in-out forwards;
    display:block
}
.scratch_outer.scratch_outer_action_1 .scratch_hover{
    display:none
}
.scratch_hover{
    position:absolute;
    left:0;
    top:0;
    opacity:0;
    background:url(img/scratch-hover.png) 0 0 no-repeat;
    width:43.2em;
    height:28.1em;
    background-size:contain;
    transition:.5s ease opacity;
    z-index:2
}
.scratch_hover.scratch_hover_mouseleave{
    animation:opacity-reverse .35s ease-in-out forwards
}
.scratch_action{
    position:absolute;
    display:none;
    width:35.4em;
    height:20.3em;
    left:3.9em;
    top:4em;
    z-index:3
}
.scratch_used{
    position:absolute;
    display:none;
    width:35.4em;
    height:20.3em;
    left:3.9em;
    top:4em;
    z-index:3
}
.scratch_bonus{
    width:35.7em;
    height:20.3em;
    z-index:2;
    left:3.6em;
    top:3.9em;
    text-align:center;
    opacity:0;
    position:absolute;
    box-sizing:border-box
}
.scratch_txt{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    top:9em;
    opacity:0;
    z-index:3
}
.x_img{
    width:24.2em;
    height:13.1em
}
@keyframes opacity{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
@keyframes opacity-reverse{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
@keyframes spinner{
    0%{
        transform:rotate(-4deg)
    }
    50%{
        transform:rotate(4deg)
    }
    100%{
        transform:rotate(-4deg)
    }
}
@keyframes spinTo1{
    0%{
        transform:rotate(-4deg)
    }
    70%{
        transform:rotate(636deg)
    }
    80%{
        transform:rotate(630deg)
    }
    100%{
        transform:rotate(634deg)
    }
}
.popup_overlay{
    display: none;
    align-content: center;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.75);
    z-index:4;
}
.popup_window{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    top:20em;
    width:62em;
    box-sizing:border-box;
    min-height:62em;
    border-radius:1.2em;
    overflow:hidden;
    border:.8em solid #ee9800;
    background:#191a24;
    padding:3em 4.25em;
    text-align:center;
    display:none;
    font-size:100%;
    /*zoom:70%*/
}
.popup_window#popup_window_2,.popup_window#popup_window_3{
    padding:3em 2em
}
.popup_window#popup_window_3{
    font-size:85%
}
.popup_txt_1{
    color:#fff;
    text-transform:uppercase;
    font-family:GothamProBlack,Roboto,Arial,sans-serif;
    font-size:4.8em;
    margin:0 0 .25em 0
}
.popup_txt_1 .pl{
    font-family:'Open Sans',Roboto,Arial,sans-serif;
    font-weight:700
}
.popup_anim{
    margin:0 auto 1em;
    width:36em;
    height:36em
}
.popup_btn{
    min-width:32em;
    height:8.5em;
    border-radius:4em;
    overflow:hidden;
    text-decoration:none;
    margin:0 auto;
    background-color:#ff5823;
    transition:.2s ease background-color;
    text-align:center;
    cursor:pointer;
    box-sizing:border-box;
    padding:1.7em 1em;
    max-width:50em;
    white-space:nowrap;
    display:block
}
.popup_btn:hover{
    background-color:#ff7b23
}
.popup_btn span{
    font-size:4.4em;
    text-transform:uppercase;
    color:#fff;
    font-weight:700;
    font-family:'Open Sans',Roboto,Arial,sans-serif;
    white-space:nowrap
}
.popup_btn.de{
    padding:2.2em 1em
}
.popup_btn.de span{
    font-size:3.4em
}
.popup_txt_2{
    color:#fff;
    text-transform:uppercase;
    font-family:GothamProBlack,Roboto,Arial,sans-serif;
    font-size:4.8em;
    margin:0 0 .25em 0
}
.popup_txt_2 strong{
    color:#fff000;
    display:block
}
.popup_img{
    margin:0 auto 2.5em;
    width:24.4em;
    height:23.3em
}
.popup_txt_3{
    text-align:center;
    text-transform:uppercase;
    color:#fff;
    font-family:GothamProBlack,Roboto,Arial,sans-serif;
    font-size:4.8em
}
.popup_txt_3 strong{
    color:#fff000
}
.popup_txt_3 i{
    font-style:normal;
    position:relative;
    display:inline-block
}
.popup_bonuses{
    display:flex;
    flex-direction:row;
    justify-content:center;
    flex-wrap:wrap;
    padding:2.5em 0
}
.popup_bonuses .bonus_wrap{
    position:static;
    margin:0 1.4em
}
.popup_txt_4{
    text-align:center;
    color:#fff;
    font-family:GothamProMed,Roboto,Arial,sans-serif;
    font-size:4.8em;
    line-height:1;
    margin:0 0 .15em 0
}
.popup_code_txt{
    text-align:center;
    display:inline-block;
    font-size:4.8em;
    color:#fff000;
    font-family:GothamProBlack,Roboto,Arial,sans-serif;
    position:relative;
    text-transform:uppercase;
    margin:0 0 .35em 0
}
.popup_code_txt:after{
    position:absolute;
    right:-.75em;
    top:-.05em;
    font-family:GothamProMed,Roboto,Arial,sans-serif;
    content:']';
    font-size:inherit;
    color:#fff
}
.popup_code_txt:before{
    position:absolute;
    left:-.75em;
    top:-.05em;
    font-family:GothamProMed,Roboto,Arial,sans-serif;
    content:'[';
    font-size:inherit;
    color:#fff
}

@media (orientation: landscape) {
    .page{
        background-image:url(img/bg-desk.jpg);
        background-position: 50% 0 ;
        background-repeat: no-repeat;
        background-color: #050100;
    }
}


/*@media (orientation: portrait) and (min-width: 700px){*/
/*    .popup_window{*/
/*        zoom: 115%;*/
/*    }*/
/*}*/

/*@media (orientation: portrait) and (min-width: 1000px){*/
/*    .popup_window{*/
/*        zoom: 135%;*/
/*    }*/
/*}*/

@media (orientation: portrait) {
    .page{
        background-image:url(img/bg-mob.jpg);
        background-position: 50% 0 ;
        background-repeat: no-repeat;
        background-color: #050100;
    }

    /*.popup_window{*/
    /*    top: 20%;*/
    /*}*/

    .wheel_wrap{
        zoom: 140%;
        margin-top: 65%;
        left: 49%;
        transform: translate(-50%, -60%);
    }

    .txt_1{
        padding-top: 2% ;
    }

    /*.logo_wrap{*/
    /*    zoom: 130%;*/
    /*}*/
}

@media (max-width:930px) and (orientation:landscape){
    .page{
        font-size:4.75px
    }
    .lang_switcher_outer{
        font-size:7px
    }
}
@media (max-width:812px) and (orientation:landscape){
    .page{
        font-size:4.5px
    }
}
@media (max-width:736px) and (orientation:landscape){
    .page{
        font-size:4.25px
    }
}
@media (max-width:667px) and (orientation:landscape){
    .page{
        font-size:4px
    }
}
@media (max-width:568px) and (orientation:landscape){
    .page{
        font-size:3.75px
    }
}
@media (max-width:750px) and (orientation:portrait){
    .bonus_wrap.bonus_1{
        left:-8em
    }
    .bonus_wrap.bonus_2{
        left:-8em
    }
}
@media (max-width:680px) and (orientation:portrait){
    .girar {
        font-size: 23px!important;
        margin-top: 53%!important;
    }
    .game_wrap{
        width:100%
    }
    .wheel_wrap{
        font-size:90%
    }
    .scratches_wrap{
        font-size:70%
    }
    .popup_window{
        font-size:85%;
        top:20%
    }
    .txt_1{
        padding:0
    }
    .bonus_wrap{
        bottom:4em;
        z-index:4
    }
    .bonus_wrap.bonus_1{
        left:8em;
        top:auto
    }
    .bonus_wrap.bonus_2{
        right:8em;
        top:auto;
        left:auto;
        z-index:4
    }
}
@media (max-width:605px) and (orientation:portrait){
}
@media (max-width:555px) and (orientation:portrait){
}
@media (max-width:495px) and (orientation:portrait){
}
@media (max-width:425px) and (orientation:portrait){
    .wheel_btn{
        width: 200%;
        height: 200%;
    }

}
@media (max-width:375px) and (orientation:portrait){
}
