﻿/*! 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: rgba(0,0,0,0);
}
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;
}
button, [type=button], [type=reset], [type=submit]
{
    -webkit-appearance: button;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner
{
    border-style: none;
    padding: 0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-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;
}
html.en .en
{
    display: inline-block;
}
html .en
{
    display: none;
}
html.de .de
{
    display: inline-block;
}
html .de
{
    display: none;
}
html.pl .pl
{
    display: inline-block;
}
html .pl
{
    display: none;
}
html.pt .pt
{
    display: inline-block;
}
html .pt
{
    display: none;
}
html.es .es
{
    display: inline-block;
}
html .es
{
    display: none;
}
html.fr .fr
{
    display: inline-block;
}
html .fr
{
    display: none;
}
html.bg .bg
{
    display: inline-block;
}
html .bg
{
    display: none;
}
html.ru .ru
{
    display: inline-block;
}
html .ru
{
    display: none;
}
html.gr .gr
{
    display: inline-block;
}
html .gr
{
    display: none;
}
html.it .it
{
    display: inline-block;
}
html .it
{
    display: none;
}
.lang_switcher_outer
{
    position: absolute;
    font-family: "Roboto",Arial,sans-serif;
    top: 2.5em;
    left: 83%;
    transform: translateX(-50%);
    width: 7em;
    height: 3.5em;
    z-index: 6;
    cursor: pointer;
    color: #ed6438;
    text-transform: uppercase;
    font-weight: 400;
}
.lang_switcher_outer i
{
    background: url("../../gambling/image/lang-arr.svg") 0 0 no-repeat;
    background-size: contain;
    display: inline-block;
    width: 1.3em;
    position: absolute;
    height: .8em;
    top: 1.25em;
    right: .75em;
}
.lang_switcher_outer p
{
    font-size: 1.1em;
    position: relative;
    color: #ed6438;
    top: .5em;
    text-transform: none;
    display: inline-block;
    width: 45%;
    text-align: center;
}
.lang_flag
{
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 .7em 0 1.1em;
    position: relative;
    top: .25em;
}
.lang_switcher
{
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    height: 3.5em;
    cursor: pointer;
    position: relative;
    z-index: 3;
    border: .2em solid #ed6438;
    border-radius: .5em;
    text-align: left;
}
.curr_lang
{
    position: relative;
    display: inline-block;
    margin: 0 0 0 1em;
}
.curr_lang span
{
    font-size: 1.2em;
    padding: .85em 0 0 0;
    display: inline-block;
}
.curr_lang em
{
    top: .4em;
    margin: 0 .5em 0 0;
}
.lang_list
{
    position: absolute;
    list-style-type: none;
    top: 3.5em;
    display: none;
    left: 0;
    width: 14em;
    border-radius: .5em .5em .5em .5em;
    overflow: hidden;
    cursor: auto;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 0 0 2em #000;
}
.lang_list.act
{
    display: flex;
}
.lang_list li
{
    height: 2.8em;
    cursor: pointer;
    padding: .2em 0 0 1.2em;
    width: 50%;
    display: inline-block;
    white-space: nowrap;
    background: #fff;
}
.lang_list li span
{
    font-size: 1.2em;
    padding: .5em 0 0 0;
    display: inline-block;
    color: #ed6438;
}
.lang_list li:hover, .lang_list li.curr
{
    background: #ed6438;
}
.lang_list li:hover span, .lang_list li.curr span
{
    color: #fff;
}
@media(max-width: 550px)
{
    .lang_switcher_outer
    {
        font-size: 140%;
        left: unset;
        transform: unset;
        right: 5%;
        top: 3.2em;
    }
    .lang_list
    {
        left: unset;
        right: 0;
    }
}
*, *::before, *::after
{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
}
a, a:active, a:focus, a:visited
{
    text-decoration: none;
    color: inherit;
}
ul[class]
{
    list-style: none;
}
html
{
    font-size: 14px;
}
body
{
    font-family: "Open Sans",sans-serif;
    background: #000;
    overflow: hidden;
}
html.th .form__placeholder, html.jp .form__placeholder
{
    top: 2.2rem;
}
.wrapper
{
    position: relative;
    min-height: 100vh;
    position: fixed;
    inset: 0;
    overflow: hidden;
}
.persons
{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    object-fit: contain;
}
.persons.desktop
{
    display: block;
}
@media(max-width: 820px)
{
    .persons.desktop
    {
        display: none;
    }
}
.persons.mobile
{
    display: none;
}
@media(max-width: 820px)
{
    .persons.mobile
    {
        display: block;
    }
}
.copiedtext
{
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 5;
    text-align: center;
    opacity: 0;
    transform: translateY(-50%);
    color: #fff;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 700;
    transition: all .5s;
}
.copiedtext.copied
{
    opacity: 1;
    transform: translate(7rem,-50%);
}
.popup
{
    position: fixed;
    inset: 0;
}
.popup__text
{
    position: relative;
    z-index: 3;
}
.popup__promocode
{
    position: relative;
    display: flex;
    align-items: center;
    gap: .6rem;
    border-radius: 10px;
    background: #f7f8fa;
    backdrop-filter: blur(5px);
    text-align: center;
    min-width: 28.2rem;
    padding: 1.4rem 1.5rem;
    margin-top: 2.4rem;
    cursor: pointer;
}
.popup__promocode>span
{
    text-align: center;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #838aa4;
    font-weight: 400;
}
.popup__promocode-name
{
    font-weight: 700!important;
    color: #1c204d!important;
    margin-right: 3.8rem;
}
.popup__promocode>svg
{
    margin-left: auto;
}
.popup__promocode>svg path
{
    transition: all .2s ease;
}
.popup__promocode:hover svg path
{
    stroke: #1b204f;
}
.popup .logo
{
    width: 31.9rem;
    margin: 1.4rem 0 0;
}
.popup__window
{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    overflow: auto;
}
.popup__block
{
    display: flex;
    flex: 1;
    position: relative;
    padding: 2.2rem 2rem 26rem;
}
.popup__content
{
    display: flex;
    flex-direction: row-reverse;
    width: 106rem;
    min-height: 68.6rem;
    margin: 0 auto;
}
.popup__footer
{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-96rem);
    background: url("https://hitnspinpromo.com/vp_hs_25nd/img/footer.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    width: 147.1rem;
    height: 42.1rem;
    pointer-events: none;
}
.popup__footer-mob
{
    display: none;
}
.popup__footer>img
{
    width: 100%;
}
.popup__left
{
    position: relative;
    background: #200022;
    padding: 3.8rem 1rem 0;
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}
.popup__logos
{
    display: flex;
    align-items: center;
    margin-bottom: 5rem;
}
.popup__logos-first
{
    max-width: 11.4rem;
    width: 100%;
    margin-right: 3.5rem;
}
.popup__logos-second
{
    max-width: 18.7rem;
    width: 100%;
}
.popup__bonuses
{
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.popup__bonuses::before, .popup__bonuses::after
{
    position: absolute;
    content: "";
    left: 50%;
    bottom: -2rem;
    transform: translateX(-50%);
    background: radial-gradient(50% 50% at 50% 50%,#fff 0%,rgba(255,255,255,0) 100%);
    width: 90%;
    height: 4px;
}
.popup__bonuses::before
{
    bottom: unset;
    top: -2rem;
}
.popup__bonuses-item
{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.popup__bonuses-top
{
    font-weight: 900;
    font-size: 4rem;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 1rem;
}
.popup__bonuses-bottom
{
    font-weight: 800;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #fff;
}
.popup__bonuses-plus
{
    font-weight: 900;
    font-size: 4rem;
    text-transform: uppercase;
    color: #fff;
    margin: 0 1rem;
}
.popup__text>div
{
    color: #fff;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.1;
}
.popup__text>div>div
{
    font-size: 4.6rem;
    font-weight: 800;
    line-height: 4rem;
    margin: 1.8rem 0;
    color: #ffb23f;
}
.popup__text>div .bonus-small
{
    color: #ffb23f;
}
.popup__right
{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 50%;
    padding: 7rem 6.9rem;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}
.form
{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.form__icon
{
    position: absolute;
    top: 2.4rem;
    left: 2.6rem;
    z-index: 2;
    cursor: pointer;
    width: 2.2rem;
    height: 2.2rem;
    display: none;
}
.form__icon-lock
{
    top: 2.4rem;
    width: 2.4rem;
}
.form__icon path
{
    transition: all .2s ease;
}
.form__currency-text
{
    position: absolute;
    left: 2.2rem;
    top: 1.9rem;
    z-index: 2;
}
.form__currency-text>span
{
    font-weight: 400;
    font-size: 16px;
    color: #757575;
}
.form__currency-icon
{
    position: absolute;
    z-index: 2;
    left: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
    height: 2.6rem;
    width: 2.6rem;
}
.form__title
{
    text-align: center;
    margin-bottom: 4.3rem;
}
.form__title>span
{
    color: #1c204d;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 700;
}
.form__input
{
    width: 100%;
    height: 6.7rem;
    background: #f7f8fa;
    border-radius: 10px;
    border: none;
    transition: all .2s ease;
    outline: none;
    padding-left: 2rem;
    padding-right: 5.2rem;
    padding-top: 1rem;
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    color: #1c204d;
    border: 2px solid rgba(0,0,0,0);
    box-sizing: border-box;
    appearance: none;
    font-family: "Roboto",sans-serif;
}
.form__input.error
{
    border: 2px solid #c44723!important;
}
.form__input.error+label.error+.form__placeholder
{
    color: #c44723!important;
}
.form__input.error+label.error+.form__placeholder+.form__icon path
{
    fill: #c44723!important;
}
.form__input:focus
{
    border: 2px solid #a508b4;
    box-shadow: 0 .4rem 1rem 0 rgba(0,0,0,.15);
}
.form__input:focus+.form__placeholder
{
    font-size: 1rem;
    transform: translate(0,-75%);
}
.form__input:focus+.form__placeholder+.form__icon path
{
    fill: #a508b4;
}
.form__input:hover
{
    border: 2px solid #a508b4;
    box-shadow: 0 .4rem 1rem 0 rgba(0,0,0,.15);
}
.form__input:hover+.form__placeholder+.form__icon path
{
    fill: #a508b4;
}
.form .btn-register
{
    border-radius: 1rem;
    background: #ed6438;
    border: none;
    outline: none;
    width: 100%;
    padding: 2.1rem 0 2rem;
    margin: 2rem auto;
    cursor: pointer;
    transition: all .2s ease;
}
.form .btn-register>span
{
    font-weight: 700;
    font-size: 1.6rem;
    color: #fff;
    text-transform: lowercase;
}
.form .btn-register>span::first-letter 
{
    text-transform: uppercase;
}
.form .btn-register:hover
{
    background: #f44910;
}
.form .btn-login
{
    display: inline-block;
    text-align: center;
}
.form .btn-login>span
{
    font-weight: 700;
    font-size: 1.6rem;
    color: #ed6438;
    text-transform: lowercase;
}
.form .btn-login>span::first-letter 
{
    text-transform: uppercase;
}
.form .btn-login:hover>span
{
    color: #f44910;
}
.form__enter
{
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 16px;
    color: #280000;
    text-align: center;
}
.form__enter>a
{
    color: #f50100;
}
.form__enter>a:hover
{
    text-decoration: underline;
}
.form__content
{
    margin-bottom: 10px;
}
.form__content:last-child
{
    margin-bottom: 0;
}
.form-group
{
    position: relative;
}
.form-group:hover .form__input
{
    color: #000;
}
.form-group:hover .form__placeholder
{
    color: #000;
}
.form__placeholder
{
    position: absolute;
    left: 2.2rem;
    top: 2.5rem;
    display: flex;
    align-items: center;
    color: #1c204d;
    font-family: "Roboto",sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all .2s ease;
}
.form__placeholder.active
{
    font-size: 1rem;
    transform: translate(0,-75%);
}
.form__placeholder.hidden
{
    display: none;
}
.form__image
{
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    top: 2.1rem;
    right: 2.3rem;
    z-index: 2;
    cursor: pointer;
}
.form__image>svg
{
    width: 100%;
    height: 100%;
}
.link
{
    font-weight: 200;
    font-size: 1.5rem;
    line-height: 1.8rem;
    text-align: center;
    color: #1769ff;
    margin: 1.2rem auto 2rem;
}
.link:hover
{
    text-decoration: underline;
}
label.error
{
    display: block;
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    line-height: 12px;
    color: #c44723;
    margin-top: .7rem;
    position: static;
}
.password-control.view:after
{
    content: "";
    width: 2.2em;
    height: .1em;
    background: #4e4e4e;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
    transition: all .2s ease;
}
.select__placeholder
{
    position: absolute;
    top: .8em;
    left: 4em;
    z-index: 2;
    font-size: 1.1em;
    line-height: 1.6;
    color: #888d96;
    font-weight: 400;
}
.select2-container--default .select2-results>.select2-results__options
{
    max-height: 22.2rem;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple
{
    border-top-left-radius: 10px!important;
    border-top-right-radius: 10px!important;
}
.select2-container--default .select2-results>.select2-results__options
{
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    gap: 1rem;
}
.select2-results__option
{
    width: calc(33% - .8rem);
    text-align: center;
}
.select2-container, .selection
{
    width: 100%!important;
    height: 6.7rem!important;
}
.select2-container--default .select2-results__option--selected
{
    background: rgba(0,0,0,0);
    color: #ed6438;
}
.select2-container .select2-selection--single
{
    height: 6.7rem;
    background: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered
{
    text-align: left;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.9rem;
    height: 100%;
}
.select2-container .select2-selection--single .select2-selection__rendered
{
    font-family: "Roboto",sans-serif;
    padding-left: 2rem;
    padding-top: 3.3rem;
    font-weight: 500;
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #1c204d;
}
.select2-results__option
{
    padding: 1rem 0;
    font-weight: 600;
    font-size: 1.6rem;
    color: #1b204f;
}
.select2-container--open .select2-selection__arrow
{
    transform: translateY(-50%) rotate(180deg)!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow
{
    height: 1.1rem;
    top: 50%;
    right: 2.6rem;
    transform: translateY(-50%);
    width: 1.6rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s ease-in-out;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple
{
    border-bottom-left-radius: 10px!important;
    border-bottom-right-radius: 10px!important;
}
.select2-container--default .select2-results>.select2-results__options
{
    padding: 2rem 1.6rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b
{
    background-image: url("../../gambling/image/arrow.svg");
    background-color: rgba(0,0,0,0);
    background-size: contain;
    background-repeat: no-repeat;
    border: none!important;
    height: .9rem!important;
    width: 1.6rem!important;
    left: unset!important;
    margin: unset!important;
    top: unset!important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable
{
    background: rgba(0,0,0,0);
    color: #ed6438;
}
.select2-dropdown
{
    box-shadow: 0 .4rem 1rem rgba(0,0,0,.05);
    border-radius: 6px;
    overflow: hidden;
    padding: 0!important;
    border: none;
}
.select2-container--default .select2-selection--single
{
    border-radius: 10px;
    background: #f7f8fa;
    border: 2px solid rgba(0,0,0,0);
    transition: all .2s ease;
}
.select2-container--default .select2-selection--single:hover
{
    border: 2px solid #a508b4;
    box-shadow: 0 .4rem 1rem 0 rgba(0,0,0,.15);
    box-shadow: 0 .4rem 1rem 0 rgba(0,0,0,.15);
}
.select2-dropdown
{
    border-radius: 10px!important;
    top: 1rem;
}
.container__checkbox
{
    display: block;
    position: relative;
    padding-left: 2.8rem;
    cursor: pointer;
    text-align: left;
    font-weight: 200;
    font-size: 1.5rem;
    line-height: 1.8rem;
    color: #1769ff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container__checkbox span
{
    font-weight: 500;
}
.container__checkbox a
{
    font-weight: 500;
    text-decoration: underline!important;
}
.chbx_outer
{
    cursor: pointer;
    position: relative;
    display: block;
    user-select: none;
    text-align: left;
}
.chbx_outer input
{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark
{
    position: absolute;
    top: 6%;
    left: 0;
    width: 2.2rem;
    height: 2.2rem;
    background: rgba(0,0,0,0);
    border-radius: .6rem;
    border: .2rem solid #ed6438;
    transition: all .2s ease;
}
.chbx_outer input:checked~.checkmark
{
    background: #ed6438;
}
.chbx_outer .checkmark:after
{
    content: "";
    position: absolute;
    left: .53rem;
    top: .2rem;
    width: .7rem;
    height: 1.1rem;
    border: solid rgba(0,0,0,0);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.chbx_outer input:checked~.checkmark:after
{
    display: block;
    border: solid #fff;
    border-width: 0 .2rem .2rem 0;
}
.chbx_txt
{
    text-transform: initial;
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #838aa4;
    display: inline-block;
    padding-left: 4rem;
}
.chbx_txt a
{
    color: #034dcd;
    text-decoration: underline;
}
.chbx_txt a:hover
{
    text-decoration: none;
}
.chbx_wrap
{
    margin: 2.4rem auto 0;
}
.chbx_wrap.input-error .checkmark
{
    border: .2rem solid #f00;
}
.curr_hu .bonus-wrapper
{
    font-size: 4rem;
}
@media(max-width: 820px)
{
    .curr_hu .bonus-wrapper
    {
        font-size: 6rem;
    }
}
.curr_ro .bonus-wrapper, .curr_dk .bonus-wrapper, .curr_fo .bonus-wrapper, .curr_gl .bonus-wrapper, .curr_no .bonus-wrapper, .curr_pl .bonus-wrapper, .curr_no .bonus-wrapper, .curr_sj .bonus-wrapper, .curr_bg .bonus-wrapper
{
    font-size: 4.5rem;
}
@media(max-width: 820px)
{
    .curr_ro .bonus-wrapper, .curr_dk .bonus-wrapper, .curr_fo .bonus-wrapper, .curr_gl .bonus-wrapper, .curr_no .bonus-wrapper, .curr_pl .bonus-wrapper, .curr_no .bonus-wrapper, .curr_sj .bonus-wrapper, .curr_bg .bonus-wrapper
    {
        font-size: 6rem;
    }
}
html.de .popup__text>div
{
    font-size: 2.4rem;
}
@media(max-width: 820px)
{
    html.de .popup__text>div
    {
        font-size: 3.4rem;
        line-height: 3.8rem;
    }
}
html.pl .popup__text>div, html.fr .popup__text>div
{
    font-size: 2.5rem;
}
@media(max-width: 820px)
{
    html.pl .popup__text>div, html.fr .popup__text>div
    {
        font-size: 3.5rem;
        line-height: 3.8rem;
    }
}
.popup__left.no-promo .persons
{
    bottom: 0;
}
@media(max-width: 820px)
{
    .popup__left.no-promo .persons
    {
        bottom: -7rem;
    }
}
@media(max-width: 820px)
{
    .popup__left.no-promo
    {
        min-height: 72.5rem;
    }
}
html.pt .popup__text>div, html.es .popup__text>div
{
    font-size: 2.5rem;
}
@media(max-width: 820px)
{
    html.pt .popup__text>div, html.es .popup__text>div
    {
        font-size: 3.8rem;
        line-height: 4.2rem;
    }
}
.login-text
{
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 166.182%;
    color: #838aa4;
    text-align: center;
    margin-bottom: .5rem;
}
@media(max-width: 820px)
{
    .login-text
    {
        font-size: 3rem;
    }
}
html.curr_in .popup__text>div>div
{
    font-size: 4.2rem;
}
@media(max-width: 820px)
{
    html.curr_in .popup__text>div>div
    {
        font-size: 6rem;
    }
}
@media(max-width: 430px)
{
    html.curr_in .popup__text>div>div
    {
        font-size: 5.2rem;
    }
}
html.curr_bt .popup__text>div>div
{
    font-size: 4.2rem;
}
@media(max-width: 820px)
{
    html.curr_bt .popup__text>div>div
    {
        font-size: 6rem;
    }
}
@media(max-width: 430px)
{
    html.curr_bt .popup__text>div>div
    {
        font-size: 5.2rem;
    }
}
html.curr_np .popup__text>div>div
{
    font-size: 4.2rem;
}
@media(max-width: 820px)
{
    html.curr_np .popup__text>div>div
    {
        font-size: 6rem;
    }
}
@media(max-width: 430px)
{
    html.curr_np .popup__text>div>div
    {
        font-size: 5.2rem;
    }
}
html.curr_no .popup__text>div>div
{
    font-size: 4.2rem;
}
@media(max-width: 820px)
{
    html.curr_no .popup__text>div>div
    {
        font-size: 6rem;
    }
}
@media(max-width: 430px)
{
    html.curr_no .popup__text>div>div
    {
        font-size: 5.2rem;
    }
}
html.curr_sj .popup__text>div>div
{
    font-size: 4.2rem;
}
@media(max-width: 820px)
{
    html.curr_sj .popup__text>div>div
    {
        font-size: 6rem;
    }
}
@media(max-width: 430px)
{
    html.curr_sj .popup__text>div>div
    {
        font-size: 5.2rem;
    }
}
html.curr_mx .popup__text>div>div
{
    font-size: 4.2rem;
}
@media(max-width: 820px)
{
    html.curr_mx .popup__text>div>div
    {
        font-size: 6rem;
    }
}
@media(max-width: 430px)
{
    html.curr_mx .popup__text>div>div
    {
        font-size: 5.2rem;
    }
}
html.curr_ph .popup__text>div>div
{
    font-size: 4.2rem;
}
@media(max-width: 820px)
{
    html.curr_ph .popup__text>div>div
    {
        font-size: 6rem;
    }
}
@media(max-width: 430px)
{
    html.curr_ph .popup__text>div>div
    {
        font-size: 5.2rem;
    }
}
html.curr_th .popup__text>div>div
{
    font-size: 4.2rem;
}
@media(max-width: 820px)
{
    html.curr_th .popup__text>div>div
    {
        font-size: 6rem;
    }
}
@media(max-width: 430px)
{
    html.curr_th .popup__text>div>div
    {
        font-size: 5.2rem;
    }
}
html.curr_dk .popup__text>div>div
{
    font-size: 4.2rem;
}
@media(max-width: 820px)
{
    html.curr_dk .popup__text>div>div
    {
        font-size: 6rem;
    }
}
@media(max-width: 430px)
{
    html.curr_dk .popup__text>div>div
    {
        font-size: 5.2rem;
    }
}
html.curr_fo .popup__text>div>div
{
    font-size: 4.2rem;
}
@media(max-width: 820px)
{
    html.curr_fo .popup__text>div>div
    {
        font-size: 6rem;
    }
}
@media(max-width: 430px)
{
    html.curr_fo .popup__text>div>div
    {
        font-size: 5.2rem;
    }
}
html.curr_gl .popup__text>div>div
{
    font-size: 4.2rem;
}
@media(max-width: 820px)
{
    html.curr_gl .popup__text>div>div
    {
        font-size: 6rem;
    }
}
@media(max-width: 430px)
{
    html.curr_gl .popup__text>div>div
    {
        font-size: 5.2rem;
    }
}
html.curr_pl .popup__text>div>div
{
    font-size: 4.2rem;
}
@media(max-width: 820px)
{
    html.curr_pl .popup__text>div>div
    {
        font-size: 6rem;
    }
}
@media(max-width: 430px)
{
    html.curr_pl .popup__text>div>div
    {
        font-size: 5.2rem;
    }
}
html.curr_br .popup__text>div>div
{
    font-size: 4.2rem;
}
@media(max-width: 820px)
{
    html.curr_br .popup__text>div>div
    {
        font-size: 6rem;
    }
}
@media(max-width: 430px)
{
    html.curr_br .popup__text>div>div
    {
        font-size: 5.2rem;
    }
}
html.curr_pe .popup__text>div>div
{
    font-size: 4.2rem;
}
@media(max-width: 820px)
{
    html.curr_pe .popup__text>div>div
    {
        font-size: 6rem;
    }
}
@media(max-width: 430px)
{
    html.curr_pe .popup__text>div>div
    {
        font-size: 5.2rem;
    }
}
html.curr_ro .popup__text>div>div
{
    font-size: 4.2rem;
}
@media(max-width: 820px)
{
    html.curr_ro .popup__text>div>div
    {
        font-size: 6rem;
    }
}
@media(max-width: 430px)
{
    html.curr_ro .popup__text>div>div
    {
        font-size: 5.2rem;
    }
}
html.curr_ar .popup__text>div>div
{
    font-size: 4rem;
}
@media(max-width: 820px)
{
    html.curr_ar .popup__text>div>div
    {
        font-size: 6rem;
    }
}
@media(max-width: 430px)
{
    html.curr_ar .popup__text>div>div
    {
        font-size: 5rem;
    }
}
html.curr_hu .popup__text>div>div
{
    font-size: 4rem;
}
@media(max-width: 820px)
{
    html.curr_hu .popup__text>div>div
    {
        font-size: 6rem;
    }
}
@media(max-width: 430px)
{
    html.curr_hu .popup__text>div>div
    {
        font-size: 5rem;
    }
}
html.curr_kz .popup__text>div>div
{
    font-size: 4rem;
}
@media(max-width: 820px)
{
    html.curr_kz .popup__text>div>div
    {
        font-size: 6rem;
    }
}
@media(max-width: 430px)
{
    html.curr_kz .popup__text>div>div
    {
        font-size: 5rem;
    }
}
html.curr_jp .popup__text>div>div
{
    font-size: 4rem;
}
@media(max-width: 820px)
{
    html.curr_jp .popup__text>div>div
    {
        font-size: 6rem;
    }
}
@media(max-width: 430px)
{
    html.curr_jp .popup__text>div>div
    {
        font-size: 5rem;
    }
}
html.curr_cl .popup__text>div>div
{
    font-size: 4rem;
}
@media(max-width: 820px)
{
    html.curr_cl .popup__text>div>div
    {
        font-size: 6rem;
    }
}
@media(max-width: 430px)
{
    html.curr_cl .popup__text>div>div
    {
        font-size: 5rem;
    }
}
html.curr_co .popup__text>div>div
{
    font-size: 3.8rem;
}
@media(max-width: 820px)
{
    html.curr_co .popup__text>div>div
    {
        font-size: 6rem;
    }
}
@media(max-width: 430px)
{
    html.curr_co .popup__text>div>div
    {
        font-size: 4.8rem;
    }
}
html.curr_vn .popup__text>div>div
{
    font-size: 3.8rem;
}
@media(max-width: 820px)
{
    html.curr_vn .popup__text>div>div
    {
        font-size: 6rem;
    }
}
@media(max-width: 430px)
{
    html.curr_vn .popup__text>div>div
    {
        font-size: 4.8rem;
    }
}
.webp .wrapper
{
    background: url("../../gambling/image/bg.webp") center/cover no-repeat;
}
.no-webp .wrapper
{
    background: url("../../gambling/image/bg.jpg") center/cover no-repeat;
}
@media(max-width: 2200px)
{
    html
    {
        font-size: 12px;
    }
    .form__currency-text>span, label.error
    {
        font-size: 10px;
    }
}
@media(max-width: 2050px)
{
    html
    {
        font-size: 10px;
    }
}
@media(max-width: 1600px)
{
    html
    {
        font-size: 8px;
    }
}
@media(max-width: 1400px)
{
    html
    {
        font-size: 7px;
    }
    .popup__block
    {
        flex: 0;
    }
}
@media(max-width: 820px)
{
    html
    {
        font-size: 7.5px;
    }
    .persons
    {
        bottom: -7rem;
    }
    .wrapper
    {
        position: static;
    }
    body
    {
        overflow: auto;
    }
    html.ru .form__title>span
    {
        font-size: 5rem;
    }
    .popup__block
    {
        display: block;
        flex: unset;
        padding: 0 0 5rem;
        width: 100%;
        height: 100%;
    }
    .popup__promocode
    {
        min-width: 43rem;
        padding: 2.5rem 1.5rem;
    }
    .popup__promocode>span
    {
        font-size: 3.5rem;
    }
    .select2-container--open .select2-dropdown--above
    {
        top: -10px!important;
    }
    .select2-container--open .select2-dropdown
    {
        transform: unset;
        max-width: 100%;
    }
    .select2-container--default .select2-results>.select2-results__options
    {
        max-height: 25.2rem;
    }
    .popup
    {
        position: static;
        overflow: auto;
    }
    .popup__window
    {
        overflow: auto;
        flex-direction: column;
        min-height: 100vh;
        justify-content: flex-start;
    }
    .popup__content
    {
        height: 100%;
    }
    .form__currency-text
    {
        top: 1.8rem;
    }
    .popup__left
    {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        padding: 3rem 1rem 0;
        min-height: 79rem;
    }
    .form__title>span
    {
        font-size: 5rem;
    }
    .popup__right
    {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        padding: 4rem 5rem 6rem;
    }
    .popup__window
    {
        align-items: center;
        padding-top: 0;
    }
    .popup .logo
    {
        width: 40rem;
        margin-top: 0;
    }
    .popup .logo img
    {
        max-width: 100%;
        width: 100%;
    }
    .popup__footer
    {
        display: none;
    }
    .popup__footer-mob
    {
        display: block;
        margin-top: 10.5rem;
        width: 100%;
    }
    .popup__content
    {
        flex-direction: column;
        margin-top: 0;
        width: 70%;
    }
    .popup__bonuses-top
    {
        font-size: 5.2rem;
    }
    .popup__bonuses-bottom
    {
        font-size: 2.2rem;
    }
    .popup__text>div
    {
        font-size: 4.4rem;
        line-height: 4.8rem;
    }
    .popup__text>div>div
    {
        font-size: 6rem;
        line-height: 6rem;
    }
    .form__input, .select2-container .select2-selection--single, .select2-container, .selection
    {
        height: 9rem!important;
    }
    .popup__logos-second
    {
        max-width: 22.7rem;
    }
    .popup__logos-first
    {
        max-width: 16.4rem;
    }
    .popup__right, .popup__left
    {
        width: 100%;
    }
    .popup__wrapper
    {
        flex-direction: column;
    }
    .wrapper
    {
        background: url(https://hitnspinpromo.com/vp_hs_25nd/img/bg-mob.jpg) center/cover no-repeat;
    }
    .chbx_txt
    {
        padding-left: 6rem;
    }
    .chbx_outer input:checked~.checkmark:after
    {
        border-width: 0 .3rem .3rem 0;
    }
    .checkmark
    {
        width: 3.2rem;
        height: 3.2rem;
    }
    .form .btn-register
    {
        padding: 3.3rem 0;
    }
    .form .btn-register>span, .form .btn-login>span
    {
        font-size: 3rem;
    }
    .form .btn-register
    {
        margin-bottom: 4rem;
    }
    .chbx_outer .checkmark:after
    {
        left: .7rem;
        top: .5rem;
        width: 1rem;
        height: 1.3rem;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow
    {
        height: 17px;
        transform: unset;
        top: 3.5rem;
        width: 19px;
    }
    .form__currency-icon
    {
        height: 3.6rem;
        width: 3.6rem;
    }
    .select2-container--open .select2-dropdown
    {
        top: 5px;
    }
    .select2-container--open .select2-selection__arrow
    {
        transform: rotate(180deg)!important;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow b
    {
        height: 13px!important;
        width: 19px!important;
    }
    .form__icon
    {
        width: 3.3rem;
        height: 3.3rem;
        top: 2.6rem;
    }
    .form__input, .form__placeholder
    {
        font-size: 3rem;
    }
    .form__placeholder.active
    {
        font-size: 2rem;
        transform: translate(0,-75%);
    }
    .form__icon-lock
    {
        top: 2.6rem;
    }
    .form__input:focus+.form__placeholder
    {
        font-size: 2rem;
        transform: translate(0,-75%);
    }
    .form__input
    {
        padding-left: 4rem;
        padding-right: 6.4rem;
    }
    .form__placeholder
    {
        left: 4.4rem;
    }
    .btn-register
    {
        font-size: 3rem;
        padding: 2.9rem 0;
    }
    .form__enter
    {
        font-size: 2.2rem;
    }
    .select2-results__option
    {
        font-size: 2.3rem;
    }
    .form__currency-text
    {
        left: 4.4rem;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered
    {
        font-size: 3rem;
        padding-top: 4.5rem;
        padding-left: 4rem;
    }
    .form__image
    {
        top: 2.4rem;
        width: 4.3rem;
        height: 4.3rem;
    }
    .password-control.view:after
    {
        width: 3.2em;
    }
    label.error
    {
        font-size: 10px;
    }
}
@media(max-width: 800px)
{
    .popup__content
    {
        width: 80%;
    }
}
@media(max-width: 700px)
{
    .popup__content
    {
        width: 90%;
    }
}
@media(max-width: 600px)
{
    html
    {
        font-size: 6px;
    }
    html.th .form__placeholder
    {
        top: 1.8rem;
    }
    .wrapper
    {
        padding-bottom: 25rem;
    }
    .copiedtext.copied
    {
        opacity: 1;
        transform: translate(0,7rem);
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow
    {
        height: 14px;
        width: 16px;
        top: 3.2rem;
        right: 2.85rem;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow b
    {
        height: 10px!important;
        width: 16px!important;
    }
    .bg .popup__text>div, .ru .popup__text>div, .gr .popup__text>div
    {
        font-size: 3rem;
    }
}
@media(max-width: 460px)
{
    html
    {
        font-size: 5px;
    }
}
@media(max-width: 430px)
{
    html.de .popup__text>div, html.pl .popup__text>div, html.pt .popup__text>div, html.es .popup__text>div, html.fr .popup__text>div
    {
        font-size: 3rem;
    }
    html.pl .popup__text>div>div, html.pt .popup__text>div>div, html.es .popup__text>div>div, html.fr .popup__text>div>div
    {
        margin: 1rem 0;
    }
    .popup__text>div>div
    {
        margin: .8rem 0 0;
    }
    .popup .logo
    {
        width: 30rem;
    }
    .popup__content
    {
        width: 340px;
    }
    .popup__text>div>div
    {
        font-size: 5.5rem;
    }
    .curr_pl .bonus-wrapper
    {
        font-size: 5.4rem;
    }
    .popup__left.no-promo
    {
        min-height: 64rem;
    }
    .popup__left.no-promo .persons
    {
        bottom: 0;
    }
    .popup__left
    {
        min-height: 72rem;
    }
    .popup__left .persons
    {
        bottom: 0;
    }
    .popup__promocode
    {
        padding: 1rem 1.5rem;
        border-radius: 1rem;
        margin-top: 1.7rem;
    }
    .popup__promocode>span
    {
        font-size: 2.6rem;
    }
    .popup__promocode>svg
    {
        width: 4rem;
        height: 4rem;
    }
    .copiedtext.copied
    {
        opacity: 1;
        transform: translate(7rem,-50%);
    }
}
@media(max-width: 390px)
{
    html
    {
        font-size: 4.5px;
    }
    .popup__content
    {
        width: 310px;
    }
}
@media(max-width: 360px)
{
    html
    {
        font-size: 4px;
    }
    .popup__content
    {
        max-width: 280px;
        width: 90%;
    }
}