/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    max-width: 100%;
    height: auto
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}
/* 
@font-face {
    font-family: GothamPro;
    src: url(../fonts/GothamProRegular/GothamProRegular.eot);
    src: url(../fonts/GothamProRegular/GothamProRegular.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamProRegular/GothamProRegular.woff) format("woff"), url(../fonts/GothamProRegular/GothamProRegular.ttf);
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: GothamPro;
    src: url(../fonts/GothamProMed/GothamProMed.eot);
    src: url(../fonts/GothamProMed/GothamProMed.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamProMed/GothamProMed.woff) format("woff"), url(../fonts/GothamProMed/GothamProMed.ttf);
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: GothamPro;
    src: url(../fonts/GothamProBold/GothamProBold.eot);
    src: url(../fonts/GothamProBold/GothamProBold.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamProBold/GothamProBold.woff) format("woff"), url(../fonts/GothamProBold/GothamProBold.ttf);
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: GothamPro;
    src: url(../fonts/GothamProBlack/GothamProBlack.eot);
    src: url(../fonts/GothamProBlack/GothamProBlack.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamProBlack/GothamProBlack.woff) format("woff"), url(../fonts/GothamProBlack/GothamProBlack.ttf);
    font-weight: 900;
    font-style: normal;
    font-display: swap
} */

*,
::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0
}

a {
    text-decoration: none
}

ul[class] {
    list-style: none
}

html {
    font-size: 10px
}

img {
    width: 100%
}

body {
    font-family: GothamPro, sans-serif;
    background: #1c155b
}

html.ro .popup__btn span {
    font-size: 2.2em
}

.container {
    max-width: 124rem;
    padding: 2rem 2rem 1rem;
    margin: 0 auto
}

.wrapper {
    background: url(./bg.jpg) 50% 100% no-repeat no-repeat;
    background-size: cover;
    position: relative;
    min-height: 100vh
}

.logo {
    display: block;
    margin: 0 auto 2rem;
    width: 23.8rem;
    position: relative;
    z-index: 3
}

.title {
    font-size: 4.5rem;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.1;
    text-align: center;
    font-weight: 900;
    margin-bottom: 3.2rem;
    text-shadow: 4px 4px 6px #2745c5
}

.game {
    max-width: 56.4em;
    margin: 0 auto 16rem
}

.button {
    border-radius: 2em;
    width: 51.2em;
    height: 9em;
    margin: 0 auto;
    padding-top: .5em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: inherit;
    background: linear-gradient(86deg, #48d400 0, #87de00 100%);
    box-shadow: 0 0 3.3rem rgba(145, 255, 0, .6);
    transition: all .3s ease-in-out;
    border: none;
    cursor: pointer
}

.button .text {
    font-size: 4.6em;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1
}

.button .counter__wrapper {
    display: none
}

.counter {
    background: 0 0;
    border: 2px solid #67b2ff;
    pointer-events: none;
    width: 40em
}

.counter .text {
    display: none !important
}

.counter .counter__wrapper {
    display: block
}

.counter__content {
    color: #fff;
    font-size: 5.6em;
    text-align: center;
    font-weight: 700;
    line-height: 1
}

.canvas {
    margin: -11em auto 0;
    pointer-events: none;
    width: 56.4em !important;
    height: 54.5em !important;
    position: relative
}

#canvas,
#dom_overlay_container {
    width: 100% !important;
    height: 100% !important
}

.footer {
    position: absolute;
    bottom: 1rem;
    max-width: 124rem;
    padding: 0 2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%
}

.footer__text {
    text-align: center;
    font-size: 10px;
    color: #5f0d7e
}

.payments {
    margin: 0 auto 2rem
}

.payments__desk {
    display: block
}

.payments__mob {
    display: none
}

html.en .en {
    display: block
}

html .en {
    display: none
}

html.de .de {
    display: block
}

html .de {
    display: none
}

html.ru .ru {
    display: block
}

html .ru {
    display: none
}

html.pl .pl {
    display: block
}

html .pl {
    display: none
}

html.no .no {
    display: block
}

html .no {
    display: none
}

html.dk .dk {
    display: block
}

html .dk {
    display: none
}

html.cz .cz {
    display: block
}

html .cz {
    display: none
}

html.ro .ro {
    display: block
}

html .ro {
    display: none
}

html.ee .ee {
    display: block
}

html .ee {
    display: none
}

html.lt .lt {
    display: block
}

html .lt {
    display: none
}

html.lv .lv {
    display: block
}

html .lv {
    display: none
}

html.gr .gr {
    display: block
}

html .gr {
    display: none
}

html.hu .hu {
    display: block
}

html .hu {
    display: none
}

html.it .it {
    display: block
}

html .it {
    display: none
}

.lang_switcher_outer {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 8.5em;
    height: 4em;
    z-index: 10;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 100%;
    font-family: Roboto
}

.lang_switcher_outer .lang_switcher {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 3;
    background: #1782ff;
    border-radius: .5em;
    height: 4em;
    padding: 0 .5em
}

.lang_switcher_outer .lang_switcher .curr_lang {
    position: relative;
    display: inline-block;
    top: .8em;
    margin: 0 .7em 0 .5em
}

.lang_switcher_outer .lang_switcher .curr_lang span {
    font-size: 1.3em;
    padding: .35em 0 0 0;
    display: inline-block
}

.lang_switcher_outer .lang_switcher .curr_lang .lang_flag {
    top: .4em;
    margin: 0 .5em 0 0
}

.lang_switcher_outer i {
    top: .8em;
    background: url(./lang-arr.svg) 0 0 no-repeat;
    background-size: contain;
    width: 1.4em;
    position: relative;
    height: .8em;
    display: inline-block
}

.lang_switcher_outer p {
    font-size: 1.1em;
    position: relative;
    color: #fff;
    top: .7em;
    text-transform: none;
    display: inline-block;
    width: 41%;
    text-align: center;
    margin-left: .3em;
    display: none
}

.lang_flag {
    display: inline-block;
    border-radius: 50%;
    width: 1.6em;
    height: 1.6em;
    margin: 0 .7em 0 .5em;
    position: relative;
    top: .35em
}

.lang_flag.flag_ru {
    opacity: 0
}

.lang_list {
    position: absolute;
    list-style-type: none;
    top: 3em;
    padding-top: 1em;
    display: none;
    right: 0;
    width: 100%;
    overflow: hidden;
    cursor: auto;
    border-top: none;
    background: rgba(23, 130, 255, .9);
    border-radius: 0 0 .5em .5em
}

.lang_list.act {
    display: grid;
    grid-template-columns: 1fr
}

.lang_list li {
    background: 0 0;
    height: 3em;
    cursor: pointer;
    padding: 0 .5em
}

.lang_list li span {
    font-size: 1.3em;
    padding: .7em 0 0 0;
    display: inline-block
}

.lang_list li.curr {
    pointer-events: none;
    background: #fff
}

.lang_list li.curr span {
    color: #1782ff
}

.lang_list li:hover {
    background: #fff
}

.lang_list li:hover span {
    color: #1782ff
}

.popup {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .73);
    display: none
}

.popup__container {
    border-width: 2px;
    border-color: #fff;
    border-style: solid;
    border-radius: 1em;
    background-color: #16085f;
    position: absolute;
    width: 50.5em;
    min-height: 39.2em;
    left: 50%;
    transform: translateX(-50%);
    top: 15rem;
    padding: 4.5em
}

.popup__title {
    margin-bottom: 3em
}

.popup__title span {
    font-size: 4.6em;
    color: #fff;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 4px 4px 6px #2745c5
}

.popup__win {
    margin-bottom: 3em
}

.popup__win span {
    font-size: 3.5em;
    color: #fff;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 4px 4px 6px #2745c5
}

.popup__btn {
    border-radius: 1.5em;
    background-color: #67b2ff;
    width: 33.6em;
    height: 6.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 0 2em #2745c5;
    transition: all .3s ease-in-out
}

.popup__btn:hover {
    background: #93c7fd
}

.popup__btn span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.6em
}

.pl .popup__title {
    margin-bottom: 2rem
}

.pl .popup__title span {
    font-size: 4em
}

.pl .popup__win span {
    font-size: 3.2em
}

.de .popup__btn span {
    font-size: 2.4em
}

@media (hover:hover) and (pointer:fine) {
    .button:hover {
        box-shadow: 0 0 4rem #48d400
    }
}

@media (max-width:1800px) {
    .game {
        margin-bottom: 18rem
    }
}

@media (max-width:1600px) {
    html {
        font-size: 9.5px
    }
}

@media (max-width:1460px) {
    html {
        font-size: 9px
    }
}

@media (max-width:1040px) {
    html {
        font-size: 10px
    }

    .game {
        font-size: 105%
    }
}

@media (max-width:820px) {
    html {
        font-size: 9.5px
    }

    .game {
        font-size: 100%
    }
}

@media (max-width:740px) {
    html {
        font-size: 9px
    }
}

@media (max-width:620px) {
    html {
        font-size: 8.5px
    }
}

@media (max-width:580px) {
    html {
        font-size: 8px
    }

    .wrapper {
        background: url(./bg-mob.jpg?v=1.0.1) 50% 100%
    }

    .payments {
        margin-bottom: 1rem
    }

    .payments__desk {
        display: none
    }

    .payments__mob {
        display: block
    }

    .footer__text {
        font-size: 8px
    }

    .game {
        margin-bottom: 20rem
    }

    .game {
        font-size: 100%
    }
}

@media (max-width:480px) {
    html {
        font-size: 7px
    }
}

@media (max-width:430px) {
    html {
        font-size: 6.8px
    }

    .game {
        font-size: 95%
    }
}

@media (max-width:400px) {
    html {
        font-size: 6.2px
    }
}

@media (max-width:360px) {
    html {
        font-size: 5.8px
    }
}

@media (max-width:340px) {
    html {
        font-size: 5.5px
    }
}