/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{
    -webkit-text-size-adjust:100%;
    line-height:1.15
}
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
}
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
}
[hidden],template{
    display:none
}
.animated{
    animation-duration:var(--animate-duration);
    animation-fill-mode:both
}
.animated.infinite{
    animation-iteration-count:infinite
}
.animated.repeat-1{
    animation-iteration-count:var(--animate-repeat)
}
.animated.repeat-2{
    animation-iteration-count:calc(var(--animate-repeat)*2)
}
.animated.repeat-3{
    animation-iteration-count:calc(var(--animate-repeat)*3)
}
.animated.delay-1s{
    animation-delay:var(--animate-delay)
}
.animated.delay-2s{
    animation-delay:calc(var(--animate-delay)*2)
}
.animated.delay-3s{
    animation-delay:calc(var(--animate-delay)*3)
}
.animated.delay-4s{
    animation-delay:calc(var(--animate-delay)*4)
}
.animated.delay-5s{
    animation-delay:calc(var(--animate-delay)*5)
}
.animated.faster{
    animation-duration:calc(var(--animate-duration)/2)
}
.animated.fast{
    animation-duration:calc(var(--animate-duration)*.8)
}
.animated.slow{
    animation-duration:calc(var(--animate-duration)*2)
}
.animated.slower{
    animation-duration:calc(var(--animate-duration)*3)
}
@media (prefers-reduced-motion:reduce),print{
    .animated{
        animation-duration:1ms!important;
        animation-iteration-count:1!important;
        transition-duration:1ms!important
    }
    .animated[class*=Out]{
        opacity:0
    }
}
@keyframes fadeOut{
    0%{
        opacity:1
    }
    to{
        opacity:0
    }
}
.fadeOut{
    animation-name:fadeOut
}
@keyframes fadeIn{
    0%{
        opacity:0
    }
    to{
        opacity:1
    }
}
.fadeIn{
    animation-name:fadeIn
}
.rnc__notification-container--bottom-center,.rnc__notification-container--bottom-full,.rnc__notification-container--bottom-left,.rnc__notification-container--bottom-right,.rnc__notification-container--center,.rnc__notification-container--top-center,.rnc__notification-container--top-full,.rnc__notification-container--top-left,.rnc__notification-container--top-right{
    min-width:325px;
    pointer-events:all;
    position:absolute
}
.rnc__notification-container--bottom-center,.rnc__notification-container--center,.rnc__notification-container--top-center{
    align-items:center;
    display:flex;
    flex-direction:column;
    justify-content:center;
    left:calc(50% - 175px);
    max-width:350px
}
.rnc__notification-container--center{
    height:100%;
    pointer-events:none;
    top:20px
}
.rnc__notification-container--bottom-full,.rnc__notification-container--top-full{
    min-width:100%;
    width:100%
}
.rnc__notification-container--bottom-full{
    bottom:0
}
.rnc__notification-container--top-center{
    top:20px
}
.rnc__notification-container--bottom-center{
    bottom:20px
}
.rnc__notification-container--top-left{
    left:20px;
    top:20px
}
.rnc__notification-container--top-right{
    right:20px;
    top:20px
}
.rnc__notification-container--bottom-left{
    bottom:20px;
    left:20px
}
.rnc__notification-container--bottom-right{
    bottom:20px;
    right:20px
}
.rnc__notification-container--mobile-bottom,.rnc__notification-container--mobile-top{
    pointer-events:all;
    position:absolute
}
.rnc__notification-container--mobile-top{
    left:20px;
    right:20px;
    top:20px
}
.rnc__notification-container--mobile-bottom{
    bottom:20px;
    left:20px;
    margin-bottom:-15px;
    right:20px
}
.rnc__util--flex-center{
    align-items:center;
    display:flex;
    flex-direction:column;
    justify-content:center;
    min-width:325px;
    pointer-events:all
}
.rnc__notification-item--default{
    background-color:#007bff;
    border-left:8px solid #0562c7
}
.rnc__notification-item--default .rnc__notification-timer{
    background-color:#007bff
}
.rnc__notification-item--default .rnc__notification-timer-filler{
    background-color:#fff
}
.rnc__notification-item--default .rnc__notification-close-mark{
    background-color:#007bff
}
.rnc__notification-item--success{
    background-color:#28a745;
    border-left:8px solid #1f8838
}
.rnc__notification-item--success .rnc__notification-timer{
    background-color:#28a745
}
.rnc__notification-item--success .rnc__notification-timer-filler{
    background-color:#fff
}
.rnc__notification-item--success .rnc__notification-close-mark{
    background-color:#28a745
}
.rnc__notification-item--danger{
    background-color:#dc3545;
    border-left:8px solid #bd1120
}
.rnc__notification-item--danger .rnc__notification-timer{
    background-color:#dc3545
}
.rnc__notification-item--danger .rnc__notification-timer-filler{
    background-color:#fff
}
.rnc__notification-item--danger .rnc__notification-close-mark{
    background-color:#dc3545
}
.rnc__notification-item--info{
    background-color:#17a2b8;
    border-left:8px solid #138b9e
}
.rnc__notification-item--info .rnc__notification-timer{
    background-color:#17a2b8
}
.rnc__notification-item--info .rnc__notification-timer-filler{
    background-color:#fff
}
.rnc__notification-item--info .rnc__notification-close-mark{
    background-color:#17a2b8
}
.rnc__notification-item--warning{
    background-color:#eab000;
    border-left:8px solid #ce9c09
}
.rnc__notification-item--warning .rnc__notification-timer{
    background-color:#eab000
}
.rnc__notification-item--warning .rnc__notification-timer-filler{
    background-color:#fff
}
.rnc__notification-item--warning .rnc__notification-close-mark{
    background-color:#eab000
}
.rnc__notification-item--awesome{
    background-color:#685dc3;
    border-left:8px solid #4c3fb1
}
.rnc__notification-item--awesome .rnc__notification-timer{
    background-color:#685dc3
}
.rnc__notification-item--awesome .rnc__notification-timer-filler{
    background-color:#fff
}
.rnc__notification-item--awesome .rnc__notification-close-mark{
    background-color:#685dc3
}
@keyframes timer{
    0%{
        width:100%
    }
    to{
        width:0
    }
}
.rnc__base{
    height:100%;
    pointer-events:none;
    position:fixed;
    width:100%;
    z-index:9000
}
.rnc__notification-item{
    border-radius:3px;
    box-shadow:1px 3px 4px rgba(0,0,0,.2);
    cursor:pointer;
    display:flex;
    margin-bottom:15px;
    position:relative
}
.rnc__notification-container--bottom-full .rnc__notification-item,.rnc__notification-container--top-full .rnc__notification-item{
    border-radius:0;
    margin-bottom:0
}
.rnc__notification-container--bottom-full .rnc__notification,.rnc__notification-container--top-full .rnc__notification{
    width:100%!important
}
.rnc__notification-timer{
    margin-top:10px;
    width:100%
}
.rnc__notification-timer,.rnc__notification-timer-filler{
    border-radius:5px;
    height:3px
}
.rnc__notification-title{
    color:#fff;
    font-size:14px;
    font-weight:700;
    margin-bottom:5px;
    margin-top:5px
}
.rnc__notification-message{
    word-wrap:break-word;
    color:#fff;
    font-size:14px;
    line-height:150%;
    margin-bottom:0;
    margin-top:0;
    max-width:calc(100% - 15px)
}
.rnc__notification-content{
    display:inline-block;
    padding:8px 15px;
    width:100%
}
.rnc__notification-close-mark{
    border-radius:50%;
    display:inline-block;
    height:18px;
    position:absolute;
    right:10px;
    top:10px;
    width:18px
}
.rnc__notification-close-mark:after{
    color:#fff;
    content:"×";
    font-size:12px;
    left:50%;
    position:absolute;
    top:50%;
    transform:translate(-50%,-50%)
}
.rnc__notification-container--mobile-bottom .notification,.rnc__notification-container--mobile-bottom .rnc__notification-item,.rnc__notification-container--mobile-top .notification,.rnc__notification-container--mobile-top .rnc__notification-item{
    max-width:100%;
    width:100%
}
.rnc__notification-container--bottom-right .notification,.rnc__notification-container--top-right .notification{
    margin-left:auto
}
.rnc__notification-container--bottom-left .notification,.rnc__notification-container--top-left .notification{
    margin-right:auto
}
.rnc__notification-container--mobile-bottom .notification,.rnc__notification-container--mobile-top .notification{
    margin-left:auto;
    margin-right:auto
}
html{
    height:auto;
    width:100%
}
.body,html{
    min-height:100%
}
.body{
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizelegibility;
    background-color:#000;
    color:#999;
    font-family:Inter,Arial,sans-serif;
    font-size:14px;
    font-style:normal;
    font-weight:400;
    letter-spacing:normal;
    line-height:1.2;
    margin:0;
    max-width:100%;
    overflow:auto;
    overflow-x:hidden;
    padding:0;
    text-align:left;
    width:100vw
}
*{
    box-sizing:border-box
}
img{
    border:none
}
input::-ms-clear,input::-ms-reveal{
    display:none;
    height:0;
    width:0
}
input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{
    -webkit-appearance:none;
    margin:0
}
input[type=number]{
    -moz-appearance:textfield
}
.grecaptcha-badge{
    visibility:hidden
}
.react-notification-root .notification-item{
    box-shadow:none
}
.react-notification-root .notification-item.fadeOut.faster{
    display:none;
    opacity:0
}
.footer-licence-info{
    align-items:flex-start;
    color:#999;
    display:flex;
    flex-direction:column;
    font-size:12px;
    font-weight:400;
    justify-content:space-between;
    letter-spacing:.12px;
    line-height:1.2;
    margin:0;
    padding:0;
    text-align:left;
    width:100%
}
@media(min-width:960px){
    .footer-licence-info{
        flex-direction:row
    }
}
.footer-licence-info a{
    color:#ec3200;
    text-decoration:none
}
.footer-licence-info a:hover{
    text-decoration:underline
}
.footer-licence-info p{
    margin:0;
    padding:0
}
.footer-licence-info__cell{
    align-items:center;
    display:flex;
    flex-direction:column;
    justify-content:center;
    margin-bottom:20px;
    width:100%
}
@media(min-width:960px){
    .footer-licence-info__cell{
        align-items:flex-start;
        flex-direction:row;
        justify-content:flex-start;
        margin-bottom:0;
        width:calc(50% - 20px)
    }
}
.footer-licence-info__cell--second{
    flex-direction:column
}
.footer-licence-info__licence{
    flex-shrink:0;
    margin-bottom:20px;
    margin-right:0;
    width:60px
}
@media(min-width:960px){
    .footer-licence-info__licence{
        margin-bottom:0;
        margin-right:25px
    }
}
.footer-licence-info__text{
    margin-bottom:10px;
    text-align:center
}
@media(min-width:960px){
    .footer-licence-info__text{
        text-align:left
    }
}
.bonuses{
    display:block;
    margin:64px 0 0;
    padding:0;
    width:100%
}
.bonuses__section,.bonuses__section-row{
    display:block;
    margin:0;
    padding:0;
    width:100%
}
.bonuses__section-row:not(:first-child){
    margin-top:16px
}
@media(min-width:768px){
    .bonuses__section-row:not(:first-child){
        margin-top:32px
    }
}
.bonuses__section-row--grid{
    grid-column-gap:16px;
    grid-row-gap:16px;
    align-items:flex-start;
    display:grid;
    flex-direction:row;
    flex-wrap:wrap;
    grid-template-columns:1fr;
    justify-content:center;
    margin:0 auto;
    padding:0;
    width:100%
}
@media(min-width:768px){
    .bonuses__section-row--grid{
        grid-row-gap:32px
    }
}
@media(min-width:1248px){
    .bonuses__section-row--grid{
        grid-column-gap:26px;
        grid-template-columns:repeat(2,1fr)
    }
}
@media(min-width:1440px){
    .bonuses__section-row--grid{
        grid-column-gap:32px
    }
}
.bonuses__section-item{
    align-items:flex-start;
    align-self:stretch;
    background-color:#212121;
    border-radius:4px;
    display:inline-flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;
    margin:0;
    min-height:360px;
    padding:0;
    text-align:center;
    width:100%
}
@media(min-width:960px){
    .bonuses__section-item--left{
        text-align:left
    }
    .bonuses__section-item--right{
        text-align:right
    }
}
.bonuses__inner{
    display:block;
    margin:16px 0 0;
    padding:0;
    width:100%
}
@media(min-width:768px){
    .bonuses__inner{
        margin-top:38px
    }
}
.bonuses__more{
    display:block;
    margin:16px 0 0;
    padding:0;
    text-align:center;
    width:100%
}
@media(min-width:768px){
    .bonuses__more{
        margin-top:24px
    }
}
@media(min-width:1248px){
    .bonuses__more{
        margin-top:32px
    }
}
.registr-promo{
    align-items:flex-end;
    color:#fff;
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    font-size:14px;
    font-weight:700;
    justify-content:center;
    line-height:1.2;
    margin:0;
    min-height:100%;
    padding:0;
    position:relative;
    text-align:left;
    text-transform:uppercase;
    width:100%
}
.registr-promo__bg{
    display:block;
    height:100%;
    left:0;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:center bottom;
    object-position:center bottom;
    position:absolute;
    top:0;
    width:100%
}
.registr-promo__content{
    display:block;
    padding:0 24px 60px;
    position:relative;
    text-align:center;
    width:100%
}
.registr-promo__list{
    align-items:flex-start;
    display:inline-flex;
    flex-direction:column;
    flex-wrap:nowrap;
    justify-content:flex-start;
    list-style:none;
    margin:0;
    max-width:100%;
    padding:0;
    width:auto
}
.registr-promo__item{
    align-items:center;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:flex-start;
    margin:0;
    padding:10px 0 10px 54px;
    position:relative;
    width:100%
}
.registr-promo__icon{
    display:block;
    left:27px;
    pointer-events:none;
    position:absolute;
    top:50%;
    transform:translate(-50%,-50%)
}
.registr-promo__text{
    position:relative
}
.registr-title{
    color:#fff;
    display:block;
    font-size:20px;
    font-weight:700;
    line-height:1.2;
    margin:0;
    padding:0 0 16px;
    text-align:center;
    text-transform:uppercase;
    width:100%
}
.registr-title b{
    color:#ff9500;
    display:block;
    margin:8px 0 0
}
.home-slide__image{
    display:block;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:center;
    object-position:center;
    width:100%
}
.home-slide__content{
    bottom:0;
    color:#fff;
    display:block;
    font-size:16px;
    font-weight:500;
    left:0;
    letter-spacing:normal;
    line-height:1.2;
    margin:0;
    padding:0;
    position:absolute;
    right:0;
    top:0;
    width:100%
}
@media(min-width:768px){
    .home-slide__content{
        font-size:20px
    }
}
.home-slide__block{
    align-items:center;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;
    margin:0;
    min-height:100%;
    padding:40px 24px;
    position:relative;
    text-align:center;
    width:100%
}
@media(min-width:768px){
    .home-slide__block{
        padding:94px 48px
    }
}
@media(min-width:1248px){
    .home-slide__block{
        padding:94px 54px
    }
}
@media(min-width:1440px){
    .home-slide__block{
        padding:94px 64px
    }
}
.home-slide__block--left{
    justify-content:flex-start;
    text-align:left
}
.home-slide__block--right{
    justify-content:flex-end;
    text-align:right
}
.home-slide__block--top{
    align-items:flex-start
}
.home-slide__block--bottom{
    align-items:flex-end
}
.home-slide__block--with-registration{
    display:none;
    width:calc(100% - 500px)
}
@media(min-width:768px){
    .home-slide__block--with-registration{
        display:flex
    }
}
.home-slide__block-inner{
    display:block;
    margin:0;
    padding:0;
    text-align:inherit;
    width:100%
}
.home-slide__title{
    display:block;
    font-size:24px;
    font-weight:700;
    letter-spacing:.24px;
    margin:0 0 9px;
    text-transform:uppercase
}
@media(min-width:768px){
    .home-slide__title{
        font-size:56px;
        letter-spacing:.56px;
        margin-bottom:50px
    }
}
.home-slide__block--with-registration .home-slide__title{
    font-size:24px
}
@media(min-width:768px){
    .home-slide__block--with-registration .home-slide__title{
        font-size:32px
    }
}
@media(min-width:1248px){
    .home-slide__block--with-registration .home-slide__title{
        font-size:40px
    }
}
.home-slide__block-button{
    font-family:Inter,Arial,sans-serif
}
.home-slide__block-button .home-slide__button{
    font-size:16px;
    min-height:52px;
    min-width:167px
}
@media(min-width:768px){
    .home-slide__block-button .home-slide__button{
        font-size:22px;
        min-height:67px;
        min-width:215px
    }
}
.home-slide__row{
    align-items:center;
    display:flex;
    flex-direction:column;
    flex-wrap:nowrap;
    justify-content:center;
    width:100%
}
@media(min-width:768px){
    .home-slide__row{
        flex-direction:row;
        max-width:100%;
        width:auto
    }
}
.home-slide__block--left .home-slide__row{
    justify-content:flex-start
}
.home-slide__block--right .home-slide__row{
    justify-content:flex-end
}
.home-slide__block--with-registration .home-slide__row{
    align-items:flex-start;
    flex-direction:column
}
@media(min-width:960px){
    .home-slide__block--with-registration .home-slide__row{
        flex-direction:row;
        max-width:100%;
        width:auto
    }
}
.home-slide__cell{
    align-items:center;
    display:inline-flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:inherit;
    width:100%
}
@media(min-width:768px){
    .home-slide__cell{
        width:auto
    }
}
.home-slide__cell:not(:first-child){
    margin:16px 0 0
}
@media(min-width:768px){
    .home-slide__cell:not(:first-child){
        margin:0 0 0 24px
    }
}
@media(max-width:767px){
    .home-slide__cell:last-child{
        margin:0 0 16px;
        order:-1
    }
}
.home-slide__block--with-registration .home-slide__cell:last-child{
    margin:0
}
@media(max-width:959px){
    .home-slide__block--with-registration .home-slide__cell:last-child{
        margin:0;
        order:-1
    }
}
.home-slide__cell-inner{
    display:block;
    text-align:inherit;
    width:100%
}
.home-slide__full-link{
    align-items:center;
    color:inherit;
    display:flex;
    height:100%;
    justify-content:center;
    left:0;
    position:absolute;
    text-decoration:none;
    top:0;
    width:100%
}
.home-slide .registration-form-nomodal{
    max-width:400px;
    min-height:360px;
    position:absolute;
    right:50%;
    top:50%;
    transform:translate(50%,-50%)
}
@media(min-width:768px){
    .home-slide .registration-form-nomodal{
        right:48px;
        transform:translateY(-50%)
    }
}
@media(min-width:1248px){
    .home-slide .registration-form-nomodal{
        right:54px
    }
}
@media(min-width:1440px){
    .home-slide .registration-form-nomodal{
        right:64px
    }
}
.banner{
    align-items:center;
    align-self:stretch;
    border-radius:4px;
    color:#fff;
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    font-size:12px;
    font-weight:600;
    justify-content:flex-start;
    letter-spacing:.12px;
    line-height:1.2;
    margin:0;
    overflow:hidden;
    position:relative;
    text-align:center;
    text-transform:none;
    width:100%
}
@media(min-width:768px){
    .banner{
        text-align:left
    }
}
@media(min-width:960px){
    .banner{
        font-size:16px;
        letter-spacing:.16px
    }
}
@media(min-width:1248px){
    .banner{
        font-size:10px;
        letter-spacing:.1px
    }
}
.banner p{
    margin:0;
    padding:0
}
.banner__img{
    display:block;
    height:100%;
    left:0;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:center;
    object-position:center;
    top:0;
    width:100%
}
.banner__content{
    display:block;
    padding:5px;
    position:absolute;
    width:100%
}
@media(min-width:960px){
    .banner__content{
        padding:20px 10%
    }
}
.banner__content p{
    font-size:12px
}
@media(min-width:960px){
    .banner__content p{
        font-size:14px
    }
}
@media(min-width:1440px){
    .banner__content p{
        font-size:16px
    }
}
.banner__title{
    font-size:16px;
    font-weight:700;
    letter-spacing:.16px;
    margin:0 0 4px;
    text-transform:uppercase
}
p+.banner__title{
    margin:4px 0 0
}
@media(min-width:768px){
    .banner__title{
        font-size:20px;
        letter-spacing:.2px;
        margin-bottom:8px
    }
}
@media(min-width:960px){
    .banner__title{
        font-size:26px
    }
}
@media(min-width:1440px){
    .banner__title{
        font-size:28px
    }
}
@media(min-width:1920px){
    .banner__title{
        font-size:32px
    }
}
.banner__button-wrapper{
    display:block;
    margin:10px 0 0
}
@media(min-width:960px){
    .banner__button-wrapper{
        margin-top:15px;
        margin-top:24px
    }
}
.banner__button-wrapper .banner__button{
    font-size:12px;
    min-height:27px;
    min-width:120px;
    padding:6px 12px
}
@media(min-width:768px){
    .banner__button-wrapper .banner__button{
        min-height:31px;
        min-width:148px;
        padding:12px 14px
    }
}
@media(min-width:960px){
    .banner__button-wrapper .banner__button{
        min-height:35px;
        min-width:160px
    }
}
@media(min-width:1248px){
    .banner__button-wrapper .banner__button{
        font-size:12px;
        min-height:28px;
        min-width:128px
    }
}
.game-banner{
    border-radius:4px;
    grid-column:span 2;
    order:1;
    overflow:hidden;
    padding:48px 32px;
    position:relative
}
@media(min-width:768px){
    .game-banner{
        padding:24px 32px
    }
}
.game-banner:nth-child(2),.game-banner:nth-child(3){
    order:3
}
.game-banner:nth-child(4){
    order:5
}
.game-banner__title{
    color:#fff;
    font-size:28px;
    font-weight:700;
    letter-spacing:.28px;
    margin-bottom:8px;
    margin-top:0;
    text-transform:uppercase
}
.game-banner p{
    color:#fff;
    font-size:14px;
    font-weight:600;
    letter-spacing:.14px;
    margin-bottom:16px;
    margin-top:0
}
.game-banner__pretitle{
    margin-bottom:8px;
    margin-top:0
}
.game-banner__content{
    position:relative;
    z-index:2
}
.game-banner__img{
    bottom:0;
    min-height:100%;
    min-width:100%;
    position:absolute;
    right:0;
    z-index:1
}
.game-banner__button-wrapper{
    margin-top:16px
}
.welcome-modal__image{
    display:block;
    max-width:100%
}
.welcome-modal__content{
    align-items:center;
    display:flex;
    flex-direction:column;
    padding:24px
}
@media(min-width:960px){
    .welcome-modal__content{
        padding:30px 25px 40px
    }
}
.welcome-modal__title{
    color:#fff;
    font-size:22px;
    font-weight:900;
    line-height:22px;
    text-align:center;
    text-transform:uppercase
}
@media(min-width:960px){
    .welcome-modal__title{
        font-size:22px;
        line-height:22px
    }
}
.welcome-modal__desc{
    color:#fff;
    font-size:17px;
    font-weight:700;
    line-height:21px;
    margin-top:12px;
    text-align:center
}
@media(min-width:960px){
    .welcome-modal__desc{
        font-size:17px;
        font-weight:700;
        line-height:21px;
        margin-top:18px
    }
}
.welcome-modal .welcome-modal__button{
    margin-top:24px;
    min-height:55px;
    min-width:250px
}
@media(min-width:960px){
    .welcome-modal .welcome-modal__button{
        margin-top:28px
    }
}
.vip-snippet__item{
    display:none
}
.snippet-reward .vip-snippet__item--reward{
    display:inline-block
}
.snippet-rate .vip-snippet__item--exchangeRate{
    display:block
}
.footer-copyright__text{
    color:#fff;
    font-size:14px;
    letter-spacing:-.25px;
    line-height:17px
}
.footer-copyright__text p{
    margin-bottom:15px;
    margin-top:0
}
.footer-copyright__text a{
    color:#fff;
    display:inline-block;
    margin-bottom:15px;
    text-decoration:underline
}
.footer-copyright__text a:hover,.support{
    color:#fff
}
.support{
    display:block;
    font-size:14px;
    font-weight:400;
    line-height:1.2;
    margin:0;
    padding:30px 0;
    text-align:left;
    text-transform:none;
    width:100%
}
@media(min-width:768px){
    .support{
        padding-top:40px
    }
}
.support__title{
    display:block;
    font-size:24px;
    font-weight:700;
    margin:0 0 17px;
    padding:0;
    text-transform:uppercase;
    width:100%
}
@media(min-width:768px){
    .support__title{
        font-size:40px
    }
}
.support__desc{
    margin:0
}
.support p,.support__desc{
    display:block;
    padding:0;
    width:100%
}
.support p{
    margin:0 0 10px
}
.support__content{
    align-items:flex-start;
    display:flex;
    flex-direction:column;
    flex-wrap:nowrap;
    justify-content:flex-start;
    margin-top:40px
}
@media(min-width:1248px){
    .support__content{
        flex-direction:row
    }
}
.support__form-wrapper{
    align-items:flex-start;
    display:inline-flex;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content:flex-start;
    margin:0 0 32px;
    padding:0;
    width:100%
}
@media(min-width:768px){
    .support__form-wrapper{
        margin:0 0 64px
    }
}
@media(min-width:1248px){
    .support__form-wrapper{
        margin:0 5%;
        width:48.8%
    }
}
@media(min-width:1440px){
    .support__form-wrapper{
        width:57.4%
    }
}
@media(min-width:1920px){
    .support__form-wrapper{
        margin:0 5%;
        width:49.1%
    }
}
.support__list{
    align-items:flex-start;
    display:inline-flex;
    flex-direction:column;
    flex-wrap:nowrap;
    justify-content:flex-start;
    margin:0;
    padding:0;
    width:100%
}
@media(min-width:768px){
    .support__list{
        flex-direction:row
    }
}
@media(min-width:1248px){
    .support__list{
        flex:1;
        flex-direction:column;
        overflow:hidden
    }
}
.support__item{
    align-items:flex-start;
    display:grid;
    flex-direction:column;
    flex-wrap:nowrap;
    grid-template-columns:1fr;
    justify-content:flex-start;
    margin:0;
    padding:0;
    text-align:center;
    width:100%
}
@media(min-width:768px){
    .support__item{
        padding:0 10px;
        width:33.3333333333%
    }
}
@media(min-width:960px){
    .support__item{
        padding:0 12px
    }
}
@media(min-width:1248px){
    .support__item{
        grid-column-gap:16px;
        grid-template-columns:32px 1fr;
        padding:0;
        text-align:left;
        width:100%
    }
}
.support__item:not(:first-child){
    margin-top:32px
}
@media(min-width:768px){
    .support__item:not(:first-child){
        margin:0
    }
}
@media(min-width:1248px){
    .support__item:not(:first-child){
        margin-top:50px
    }
}
.support__icon{
    align-items:center;
    display:inline-flex;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content:center;
    margin:0 0 8px;
    padding:0;
    width:100%
}
@media(min-width:1248px){
    .support__icon{
        align-self:stretch;
        margin:0
    }
}
.support__icon img{
    display:block;
    height:24px;
    margin:0 auto;
    max-width:100%;
    width:auto
}
@media(min-width:1248px){
    .support__icon img{
        height:32px
    }
}
.support__item-title{
    align-items:center;
    display:inline-flex;
    flex-direction:row;
    flex-wrap:nowrap;
    font-size:20px;
    font-weight:700;
    justify-content:center;
    margin:0 0 16px;
    padding:0;
    text-transform:uppercase;
    width:100%
}
@media(min-width:768px){
    .support__item-title{
        align-items:flex-start;
        min-height:48px;
        padding:0 10px
    }
}
@media(min-width:960px){
    .support__item-title{
        padding:0 40px
    }
}
@media(min-width:1248px){
    .support__item-title{
        align-items:center;
        align-self:stretch;
        font-size:24px;
        justify-content:flex-start;
        margin:0;
        padding:0
    }
}
.support__item-desc{
    color:#fff;
    display:block;
    font-weight:500;
    margin:0;
    padding:0;
    width:100%
}
@media(min-width:1248px){
    .support__item-desc{
        font-size:16px;
        grid-column:span 2;
        padding:15px 0 0
    }
}
.support a{
    color:#fff;
    text-decoration:underline
}
.layout.landing .footer__section-menu,.layout.landing .layout__header{
    display:none
}
.layout.landing .layout__main{
    padding-top:0
}
.landing-template .promoNew-banner__title{
    color:#fff;
    font-size:3rem;
    font-style:italic;
    font-weight:300
}
.landing-template .promo-form__header-content{
    background-color:rgba(0,0,0,.5);
    padding:5px 0;
    padding-top:5px
}
.landing-template .input__native{
    z-index:1
}
.landing-template .input__native ::-moz-placeholder{
    color:#fff!important
}
.landing-template .input__native ::placeholder{
    color:#fff!important
}
.landing-template .input__focus-container{
    z-index:0
}
.landing-template .registration-dynamic-form__col--promo{
    display:none
}
.landing-template .registration-dynamic-form__col--form{
    width:100%
}
.landing-template .registration-dynamic-form__header{
    display:none
}
.landing-template .promo-form{
    display:block;
    margin:0;
    padding:0;
    position:relative;
    width:100%
}
.landing-template .promo-form__inner{
    display:block;
    margin:0 auto;
    max-width:1249px;
    padding:0;
    width:100%
}
.landing-template .promo-form__main-header{
    display:block;
    left:0;
    margin:0;
    padding:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:1
}
.landing-template .promo-form__main-header header{
    display:block;
    position:absolute
}
@media(max-width:768px){
    .landing-template .promo-form__main-header header{
        height:50px
    }
    .landing-template .promo-form__main-header header>.row{
        align-items:center;
        align-self:stretch;
        display:flex;
        flex-direction:row;
        flex-wrap:nowrap;
        justify-content:flex-start;
        margin:0;
        padding:0;
        width:100%
    }
    .landing-template .promo-form__main-header header>.row>.col-xs-4{
        display:inline-block;
        float:none;
        margin:0 10px 0 0;
        padding:0;
        width:auto
    }
    .landing-template .promo-form__main-header header>.row>.col-xs-8{
        display:inline-block;
        flex:1;
        float:none;
        margin:0;
        padding:0;
        width:100%
    }
    .landing-template .promo-form__main-header header .slide-panel{
        height:50px
    }
    .landing-template .promo-form__main-header header .custom-btn{
        height:50px;
        line-height:50px;
        text-transform:none;
        white-space:nowrap
    }
    .landing-template .promo-form__main-header header .mobile-logo{
        height:50px;
        margin-left:40px
    }
    .landing-template .promo-form__main-header header .header__user-block{
        align-items:center;
        align-self:stretch;
        display:flex;
        flex-direction:row;
        flex-wrap:nowrap;
        justify-content:flex-end;
        margin:0;
        padding:0;
        width:100%
    }
    .landing-template .promo-form__main-header header .header__user-block .inline-block{
        display:inline-block;
        width:auto
    }
    .landing-template .promo-form__main-header header .header__user-block .inline-block:not(.language_selector){
        flex:1;
        width:100%
    }
    .landing-template .promo-form__main-header header .auth-lnk-wrapper{
        white-space:nowrap
    }
    .landing-template .promo-form__main-header header .language_selector{
        position:relative;
        right:0;
        top:0
    }
    .landing-template .promo-form__main-header header .dropdown-toggle__custom{
        background:transparent none!important;
        height:50px
    }
}
.landing-template .promo-form__color{
    color:#f53434
}
.landing-template .promo-form__sup{
    display:inline-block;
    margin-top:6px;
    padding-right:52px;
    position:relative
}
@media(min-width:769px){
    .landing-template .promo-form__sup{
        padding-right:44px
    }
}
@media(min-width:961px){
    .landing-template .promo-form__sup{
        padding-right:61px
    }
}
@media(min-width:1249px){
    .landing-template .promo-form__sup{
        padding-right:67px
    }
}
.landing-template .promo-form__sup sup{
    display:inline-block;
    font-size:18px;
    line-height:1;
    position:absolute;
    right:0;
    text-align:left;
    top:-.3em;
    vertical-align:top
}
@media(min-width:769px){
    .landing-template .promo-form__sup sup{
        font-size:15px
    }
}
@media(min-width:961px){
    .landing-template .promo-form__sup sup{
        font-size:21px
    }
}
@media(min-width:1249px){
    .landing-template .promo-form__sup sup{
        font-size:23px
    }
}
.landing-template .promo-form__header{
    background:#001 none;
    display:block;
    margin:0;
    padding:50px 0 0;
    position:relative;
    width:100%
}
@media(min-width:769px){
    .landing-template .promo-form__header{
        padding-top:60px
    }
}
.landing-template .promo-form__header .promo-form__inner{
    position:relative
}
.landing-template .promo-form__header-bg{
    display:block;
    height:244px;
    left:50%;
    opacity:.4;
    position:absolute;
    top:0;
    transform:translate(-50%);
    width:auto
}
@media(min-width:769px){
    .landing-template .promo-form__header-bg{
        height:100%;
        -o-object-fit:cover;
        object-fit:cover;
        opacity:1;
        top:0;
        width:100%
    }
}
.landing-template .promo-form__row-form{
    align-items:flex-start;
    display:flex;
    flex-direction:column;
    flex-wrap:nowrap;
    justify-content:flex-start;
    margin:0;
    padding:0;
    width:100%
}
@media(min-width:769px){
    .landing-template .promo-form__row-form{
        flex-direction:row;
        padding:8px 8px 26px
    }
}
@media(min-width:1249px){
    .landing-template .promo-form__row-form{
        padding:8px 40px 26px
    }
}
.landing-template .promo-form__form{
    align-items:flex-start;
    background-color:rgba(14,15,18,.7);
    display:inline-flex;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content:center;
    margin:0 auto;
    max-width:398px;
    order:2;
    padding:15px 0 0;
    width:100%
}
@media(min-width:769px){
    .landing-template .promo-form__form{
        border-radius:3px;
        margin:0 10px 0 0;
        order:1;
        width:368px
    }
}
@media(min-width:961px){
    .landing-template .promo-form__form{
        width:398px
    }
}
.landing-template .promo-form__header-content{
    color:#fff;
    display:inline-block;
    font-size:40px;
    font-weight:700;
    line-height:.9;
    margin:0;
    order:1;
    padding:30px 10px;
    text-align:center;
    text-transform:uppercase;
    width:100%
}
@media(min-width:769px){
    .landing-template .promo-form__header-content{
        flex:1;
        font-size:42px;
        order:2;
        overflow:hidden;
        padding-top:30px
    }
}
@media(min-width:961px){
    .landing-template .promo-form__header-content{
        font-size:58px;
        padding-top:30px
    }
}
@media(min-width:1249px){
    .landing-template .promo-form__header-content{
        font-size:60px;
        line-height:60px
    }
}
.landing-template .promo-form__header-content small{
    font-size:26px
}
@media(min-width:769px){
    .landing-template .promo-form__header-content small{
        font-size:34px
    }
}
@media(min-width:961px){
    .landing-template .promo-form__header-content small{
        font-size:50px
    }
}
@media(min-width:1249px){
    .landing-template .promo-form__header-content small{
        font-size:55px
    }
}
.landing-template .promo-form__header-content p{
    display:block;
    margin:0;
    padding:0;
    width:100%
}
.landing-template .promo-form__logo{
    align-items:center;
    background-color:#262626;
    display:flex;
    flex-direction:row;
    justify-content:center;
    margin:0;
    min-height:102px;
    padding:0 10px;
    width:100%
}
.landing-template .promo-form__logo-list{
    display:block;
    margin:0;
    max-width:100%;
    overflow:hidden;
    overflow-x:auto;
    padding:20px 0;
    scrollbar-color:hsla(0,0%,100%,.2) transparent;
    scrollbar-width:thin;
    text-align:center;
    white-space:nowrap;
    width:100%
}
.landing-template .promo-form__logo-list::-webkit-scrollbar{
    height:4px;
    width:4px
}
.landing-template .promo-form__logo-list::-webkit-scrollbar-track{
    background:none transparent;
    border-radius:3px
}
.landing-template .promo-form__logo-list::-webkit-scrollbar-thumb{
    background:hsla(0,0%,100%,.2);
    border-radius:3px
}
.landing-template .promo-form__logo-list::-webkit-scrollbar-thumb:hover{
    background:hsla(0,0%,100%,.4)
}
.landing-template .promo-form__logo-item{
    display:inline-block;
    margin:0 10px;
    max-height:25px;
    max-width:105px;
    min-height:20px;
    min-width:30px;
    -o-object-fit:contain;
    object-fit:contain;
    -o-object-position:center;
    object-position:center
}
.landing-template .promo-form__logo-item:first-child{
    margin-left:0
}
.landing-template .promo-form__logo-item:last-child{
    margin-right:0
}
@media(min-width:961px){
    .landing-template .promo-form__logo-item{
        margin:0 15px;
        max-height:50px;
        max-width:150px;
        min-height:20px;
        min-width:30px
    }
}
@media(min-width:1249px){
    .landing-template .promo-form__logo-item{
        margin:0 18px;
        max-height:50px;
        max-width:140px;
        min-height:35px;
        min-width:100px
    }
}
.landing-template .promo-form__section-games{
    background-color:#000;
    display:block;
    margin:0;
    padding:0 24px;
    width:100%
}
@media(min-width:768px){
    .landing-template .promo-form__section-games{
        padding:0 48px
    }
}
@media(min-width:1248px){
    .landing-template .promo-form__section-games{
        padding:0 54px
    }
}
@media(min-width:1440px){
    .landing-template .promo-form__section-games{
        padding:0 64px
    }
}
.landing-template .promo-form__games{
    display:block;
    margin:0;
    padding:18px 8px 8px;
    width:100%
}
@media(min-width:769px){
    .landing-template .promo-form__games{
        padding:22px 2px 50px
    }
}
@media(min-width:961px){
    .landing-template .promo-form__games{
        padding:26px 2px 32px
    }
}
@media(min-width:1249px){
    .landing-template .promo-form__games{
        padding:40px 2px 62px
    }
}
.landing-template .promo-form__games-slider{
    display:block;
    margin:0 auto;
    max-width:752px;
    padding:0;
    width:100%
}
@media(min-width:769px){
    .landing-template .promo-form__games-slider{
        max-width:752px
    }
}
@media(min-width:961px){
    .landing-template .promo-form__games-slider{
        max-width:944px
    }
}
@media(min-width:1249px){
    .landing-template .promo-form__games-slider{
        max-width:1024px
    }
}
.landing-template .promo-form__games-title{
    color:#fff;
    display:block;
    font-size:20px;
    font-weight:700;
    line-height:1.2;
    margin:0 0 12px;
    padding:0;
    text-align:center;
    text-transform:uppercase;
    width:100%
}
@media(min-width:769px){
    .landing-template .promo-form__games-title{
        font-size:22px
    }
}
@media(min-width:961px){
    .landing-template .promo-form__games-title{
        font-size:28px
    }
}
@media(min-width:1249px){
    .landing-template .promo-form__games-title{
        font-size:30px
    }
}
.landing-template .promo-form__section-jackpot{
    align-items:center;
    background:#400000 none;
    display:flex;
    flex-direction:row;
    justify-content:center;
    margin:60px 0 0;
    overflow:hidden;
    padding:0 24px;
    position:relative;
    width:100%
}
@media(min-width:768px){
    .landing-template .promo-form__section-jackpot{
        padding:0 48px
    }
}
@media(min-width:1248px){
    .landing-template .promo-form__section-jackpot{
        padding:0 54px
    }
}
@media(min-width:1440px){
    .landing-template .promo-form__section-jackpot{
        padding:0 64px
    }
}
@media(min-width:769px){
    .landing-template .promo-form__section-jackpot{
        background:#400000 url(/images/promo-form__jackpot__bg.fc31196c..jpg) no-repeat left -200px center;
        background-size:auto 100%;
        min-height:314px
    }
}
@media(min-width:961px){
    .landing-template .promo-form__section-jackpot{
        background-position:left -280px center;
        min-height:387px
    }
}
@media(min-width:1249px){
    .landing-template .promo-form__section-jackpot{
        background-position:50%
    }
}
@media(min-width:1441px){
    .landing-template .promo-form__section-jackpot{
        background-position:50%;
        background-size:cover
    }
}
.landing-template .promo-form__section-jackpot:after{
    animation:faling-money-fs 10s linear infinite;
    background:url(/images/promo-form__jackpot__bg--active.3b9c6e76..png) repeat-y 0 0/1008px 301px;
    bottom:0;
    content:"";
    left:15px;
    pointer-events:none;
    position:absolute;
    right:auto;
    top:0;
    width:1008px
}
@media(min-width:769px){
    .landing-template .promo-form__section-jackpot:after{
        animation:faling-money-fs-sm 12s linear infinite;
        background:url(/images/promo-form__jackpot__bg--active.3b9c6e76..png) repeat-y top/1070px 314px;
        left:0;
        right:0;
        width:100%
    }
}
@media(min-width:961px){
    .landing-template .promo-form__section-jackpot:after{
        animation:faling-money-fs-md 15s linear infinite;
        background:url(/images/promo-form__jackpot__bg--active.3b9c6e76..png) repeat-y top/1488px 484px
    }
}
.landing-template .promo-form__jackpot{
    align-items:center;
    display:flex;
    flex-direction:column;
    flex-wrap:nowrap;
    justify-content:center;
    margin:0 auto;
    max-width:769px;
    padding:0;
    position:relative;
    width:100%
}
@media(min-width:769px){
    .landing-template .promo-form__jackpot{
        flex-direction:row;
        justify-content:flex-start
    }
}
@media(min-width:961px){
    .landing-template .promo-form__jackpot{
        max-width:961px
    }
}
@media(min-width:1249px){
    .landing-template .promo-form__jackpot{
        max-width:1249px
    }
}
.landing-template .promo-form__jackpot-info{
    display:block;
    margin:0;
    padding:33px 10px 0;
    position:relative;
    width:100%;
    z-index:1
}
@media(min-width:769px){
    .landing-template .promo-form__jackpot-info{
        padding:30px 20px;
        width:54%
    }
}
.landing-template .promo-form__jackpot-block-image{
    display:block;
    margin:0 auto;
    max-width:400px;
    padding:0;
    position:relative;
    width:100%
}
@media(min-width:769px){
    .landing-template .promo-form__jackpot-block-image{
        bottom:0;
        flex:1;
        height:100%;
        margin:0;
        max-width:100%;
        position:absolute;
        right:0;
        top:0;
        width:50%
    }
}
@media(min-width:1249px){
    .landing-template .promo-form__jackpot-block-image{
        width:60%
    }
}
.landing-template .promo-form__jackpot-image{
    display:block;
    height:256px;
    margin:0;
    -o-object-fit:cover;
    object-fit:cover;
    padding:0;
    width:100%
}
@media(min-width:769px){
    .landing-template .promo-form__jackpot-image{
        height:307px;
        left:50%;
        position:absolute;
        top:50%;
        transform:translate(-50%,-50%);
        width:auto
    }
}
@media(min-width:961px){
    .landing-template .promo-form__jackpot-image{
        height:378px
    }
}
.landing-template .promo-form__jackpot-title{
    color:#ef4033;
    display:block;
    font-size:24px;
    font-weight:700;
    line-height:1.2;
    margin:0 0 20px;
    padding:0;
    text-align:center;
    text-transform:uppercase;
    width:100%
}
@media(min-width:769px){
    .landing-template .promo-form__jackpot-title{
        font-size:23px;
        margin-bottom:15px
    }
}
@media(min-width:961px){
    .landing-template .promo-form__jackpot-title{
        font-size:32px;
        margin-bottom:20px
    }
}
@media(min-width:1249px){
    .landing-template .promo-form__jackpot-title{
        font-size:36px
    }
}
.landing-template .promo-form__jackpot-summ{
    color:#fff;
    display:block;
    font-size:46px;
    font-weight:700;
    line-height:1.2;
    margin:0;
    padding:0;
    text-align:center;
    width:100%
}
@media(min-width:769px){
    .landing-template .promo-form__jackpot-summ{
        font-size:53px
    }
}
@media(min-width:961px){
    .landing-template .promo-form__jackpot-summ{
        font-size:74px
    }
}
@media(min-width:1249px){
    .landing-template .promo-form__jackpot-summ{
        font-size:82px
    }
}
.landing-template .promo-form__jackpot-button{
    display:block;
    margin:10px 0 0;
    padding:0;
    text-align:center;
    width:100%
}
@media(min-width:961px){
    .landing-template .promo-form__jackpot-button{
        margin-top:20px
    }
}
.landing-template .promo-form__jackpot-button .button{
    background-color:#ef4033;
    border-radius:43px;
    font-size:21px;
    font-weight:700;
    min-height:66px;
    min-width:226px;
    text-transform:uppercase
}
@media(min-width:769px){
    .landing-template .promo-form__jackpot-button .button{
        font-size:17px;
        min-height:56px;
        min-width:189px
    }
}
@media(min-width:961px){
    .landing-template .promo-form__jackpot-button .button{
        font-size:24px;
        min-height:77px;
        min-width:265px
    }
}
@media(min-width:1249px){
    .landing-template .promo-form__jackpot-button .button{
        font-size:27px;
        min-height:85px;
        min-width:293px
    }
}
.landing-template .promo-form__footer{
    display:block;
    margin:0 auto;
    max-width:1143px;
    padding:20px 10px 30px;
    text-align:center;
    width:100%
}
@media(min-width:769px){
    .landing-template .promo-form__footer{
        padding-bottom:38px
    }
}
@media(min-width:1249px){
    .landing-template .promo-form__footer{
        padding-bottom:50px
    }
}
@keyframes faling-money-fs{
    0%{
        background-position:center 0
    }
    to{
        background-position:center 602px
    }
}
@keyframes faling-money-fs-sm{
    0%{
        background-position:center 0
    }
    to{
        background-position:center 628px
    }
}
@keyframes faling-money-fs-md{
    0%{
        background-position:center 0
    }
    to{
        background-position:center 968px
    }
}
.landing-template .landing-animation{
    height:100%;
    left:20px;
    pointer-events:none;
    position:absolute;
    right:40px;
    top:0
}
.landing-template .landing-animation__decor-card{
    position:absolute
}
.landing-template .landing-animation__decor-card--card-1{
    animation:vert-move-b-fs 7s infinite;
    left:-170px;
    width:150px
}
.landing-template .landing-animation__decor-card--card-2{
    animation:vert-move-a-fs 4s infinite;
    left:-280px;
    top:250px;
    width:100px
}
.landing-template .landing-animation__decor-card--card-3{
    animation:vert-move-a-fs 7s infinite;
    left:-200px;
    top:430px;
    width:100px
}
.landing-template .landing-animation__decor-card--card-4{
    animation:vert-move-a-fs 9s infinite;
    right:-170px;
    width:90px
}
.landing-template .landing-animation__decor-card--card-5{
    animation:vert-move-b-fs 6s infinite;
    right:-250px;
    top:250px;
    width:100px
}
.landing-template .landing-animation__decor-card--card-6{
    animation:vert-move-a-fs 7s infinite;
    right:-200px;
    top:400px;
    width:130px
}
@keyframes vert-move-a-fs{
    0%{
        transform:translateY(0) scale(.9)
    }
    50%{
        transform:translateY(30px) scale(.9)
    }
    to{
        transform:translateY(0) scale(.9)
    }
}
@keyframes vert-move-b-fs{
    0%{
        transform:translateY(0) rotate(20deg) scale(.8)
    }
    50%{
        transform:translateY(30px) rotate(20deg) scale(.8)
    }
    to{
        transform:translateY(0) rotate(20deg) scale(.8)
    }
}
.landing-template .promo-timer{
    display:block;
    margin:0;
    padding:0;
    width:100%
}
.landing-template .promo-timer__title{
    color:hsla(0,0%,100%,.5);
    display:block;
    font-size:18px;
    font-weight:700;
    letter-spacing:normal;
    margin:0 0 13px;
    padding:0;
    text-align:center;
    text-transform:uppercase;
    width:100%
}
.landing-template .promo-timer__list{
    align-items:center;
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content:center;
    margin:0 auto;
    max-width:321px;
    padding:0;
    width:100%
}
.landing-template .promo-timer__item{
    align-items:center;
    align-self:stretch;
    background-color:rgba(40,40,40,.41);
    border:1px solid #555;
    display:inline-flex;
    flex-direction:column;
    flex-wrap:nowrap;
    justify-content:center;
    margin:0;
    padding:0;
    width:33.3333333333%
}
.landing-template .promo-timer__item:not(:first-child){
    margin-left:-1px
}
.landing-template .promo-timer__label{
    background-color:rgba(38,38,38,.8);
    color:#fff;
    font-size:17px;
    font-weight:400;
    height:40px;
    padding:5px;
    text-transform:uppercase
}
.landing-template .promo-timer__label,.landing-template .promo-timer__value{
    align-items:center;
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content:center;
    line-height:1;
    margin:0;
    text-align:center;
    width:100%
}
.landing-template .promo-timer__value{
    color:#efd22e;
    flex:1;
    font-size:39px;
    font-weight:700;
    min-height:66px;
    overflow:hidden;
    padding:20px 5px 0
}
.landing-template .promo{
    display:block;
    margin:0;
    padding:0;
    width:100%
}
.landing-template .promo__section{
    align-items:center;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;
    margin:0 auto;
    max-width:1441px;
    min-height:38.5vw;
    padding:30px 15px;
    position:relative;
    width:100%
}
@media(min-width:769px){
    .landing-template .promo__section{
        padding:30px 20px
    }
}
@media(min-width:1249px){
    .landing-template .promo__section{
        min-height:480px;
        padding:40px
    }
}
.landing-template .promo__section--left{
    justify-content:flex-start
}
.landing-template .promo__section--left .promo__content{
    margin-left:0;
    margin-right:0
}
.landing-template .promo__section--right{
    justify-content:flex-end
}
.landing-template .promo__section--right .promo__content{
    margin-left:0;
    margin-right:0
}
@media(min-width:769px){
    .landing-template .promo__section:first-child{
        padding-top:70px
    }
}
.landing-template .promo__bg{
    bottom:0;
    display:block;
    height:100%;
    left:0;
    opacity:.4;
    overflow:hidden;
    position:absolute;
    right:0;
    top:0;
    width:100%
}
@media(min-width:961px){
    .landing-template .promo__bg{
        opacity:1
    }
}
.landing-template .promo__bg img{
    display:block;
    left:50%;
    max-height:100%;
    max-width:100%;
    position:absolute;
    top:50%;
    transform:translate(-50%,-50%)
}
.promo__section--right .landing-template .promo__bg img{
    left:0;
    transform:translateY(-50%)
}
.promo__section--left .landing-template .promo__bg img{
    left:auto;
    right:0;
    transform:translateY(-50%)
}
.landing-template .promo__bg--full img{
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:center;
    object-position:center;
    width:100%
}
.promo__section--right .landing-template .promo__bg--full img{
    -o-object-position:left center;
    object-position:left center
}
.promo__section--left .landing-template .promo__bg--full img{
    -o-object-position:right center;
    object-position:right center
}
.landing-template .promo__content{
    color:#fff;
    display:block;
    font-size:14px;
    font-weight:400;
    letter-spacing:normal;
    line-height:1.4;
    margin:0 auto;
    position:relative;
    text-align:center;
    text-transform:none;
    width:100%
}
@media(min-width:769px){
    .landing-template .promo__content{
        font-size:16px
    }
}
@media(min-width:961px){
    .landing-template .promo__content{
        width:50%
    }
}
.promo__section--left .landing-template .promo__content{
    margin:0 auto 0 0
}
.promo__section--right .landing-template .promo__content{
    margin:0 0 0 auto
}
.landing-template .promo__title-1{
    font-size:22px;
    font-weight:700;
    text-transform:uppercase
}
@media(min-width:769px){
    .landing-template .promo__title-1{
        font-size:32px
    }
}
@media(min-width:1249px){
    .landing-template .promo__title-1{
        font-size:42px
    }
}
.landing-template .promo__title-2{
    font-size:30px;
    font-weight:700;
    text-transform:uppercase
}
@media(min-width:769px){
    .landing-template .promo__title-2{
        font-size:40px
    }
}
@media(min-width:1249px){
    .landing-template .promo__title-2{
        font-size:60px
    }
}
.landing-template .promo__title-3{
    font-size:40px;
    font-weight:900;
    text-transform:uppercase
}
@media(min-width:769px){
    .landing-template .promo__title-3{
        font-size:50px
    }
}
@media(min-width:1249px){
    .landing-template .promo__title-3{
        font-size:72px
    }
}
.landing-template .promo__extra{
    color:#efd22e
}
.landing-template .promo__red{
    color:#da2c2c
}
.landing-template .promo__italic{
    font-style:italic
}
.landing-template .promo__jackpot{
    display:block;
    font-size:30px;
    font-weight:800;
    line-height:1;
    margin:0 0 10px;
    padding:0;
    width:100%
}
@media(min-width:769px){
    .landing-template .promo__jackpot{
        font-size:45px;
        margin-bottom:22px
    }
}
@media(min-width:1249px){
    .landing-template .promo__jackpot{
        font-size:50px
    }
}
.landing-template .promo__jackpot-title{
    display:block;
    margin:0;
    padding:0 0 15px;
    width:100%
}
@media(min-width:769px){
    .landing-template .promo__jackpot-title{
        padding-bottom:35px
    }
}
.landing-template .promo__jackpot-title>span{
    align-items:center;
    background-image:url(/images/promo__jackpot-title__border.3c1ed3e6..svg);
    background-position:50%;
    background-repeat:no-repeat;
    background-size:auto 100%;
    display:inline-flex;
    flex-direction:row;
    flex-wrap:wrap;
    font-size:18px;
    font-weight:700;
    justify-content:center;
    margin:0 auto;
    padding:10px 48px;
    text-transform:uppercase;
    width:auto
}
@media(min-width:769px){
    .landing-template .promo__jackpot-title>span{
        font-size:20px
    }
}
@media(min-width:1249px){
    .landing-template .promo__jackpot-title>span{
        font-size:24px
    }
}
.landing-template .promo__buttons{
    display:block;
    margin:0;
    padding:20px 0 0;
    text-align:center;
    width:100%
}
.landing-template .promo__button{
    align-items:center;
    background-color:#da2c2c;
    background-image:none;
    border:none;
    border-radius:30px;
    box-shadow:none;
    display:inline-flex;
    flex-wrap:wrap;
    font-size:24px;
    font-style:normal;
    font-weight:700;
    justify-content:center;
    letter-spacing:normal;
    line-height:1;
    margin:0;
    min-height:58px;
    min-width:194px;
    padding:5px 20px;
    position:relative;
    text-transform:uppercase;
    transition:background-color .3s ease;
    vertical-align:middle
}
.landing-template .promo__button,.landing-template .promo__button:active,.landing-template .promo__button:active:focus,.landing-template .promo__button:active:hover,.landing-template .promo__button:focus,.landing-template .promo__button:hover{
    color:#fff;
    cursor:pointer;
    outline:none;
    text-decoration:none
}
body.device-desktop .landing-template .promo__button:hover{
    background:none rgba(218,44,44,.9);
    color:#fff
}
.landing-template .promo__button span{
    display:none
}
.landing-template .promo__button span.promo__button-default{
    display:inline-block
}
.promo__buttons .bonus .landing-template .promo__button span.promo__button-default,.promo__buttons .play .landing-template .promo__button span.promo__button-default{
    display:none
}
.promo__buttons .bonus .landing-template .promo__button span.promo__button-bonus,.promo__buttons .play .landing-template .promo__button span.promo__button-play{
    display:inline-block
}
.landing-template .promo__timer{
    margin:0 0 10px
}
.landing-template .timer{
    color:#efd22e;
    font-size:39px;
    font-weight:700;
    line-height:1;
    margin:0;
    min-height:66px
}
.landing-template .promotions-bonus{
    background:url(/images/bg.807be7f0..png) 0 0;
    background-size:100%
}
.landing-template .bonuses{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around
}
.landing-template .bonuses--landing{
    margin-left:0;
    width:100%
}
.landing-template .bonuses__item{
    background-color:#000;
    color:#dc2f2f;
    list-style-type:none;
    margin-bottom:20px;
    padding:10px 0;
    text-align:center;
    width:30%
}
@media(max-width:960px){
    .landing-template .bonuses__item{
        align-items:center;
        border:1px solid #17181a;
        display:flex;
        justify-content:space-around;
        width:100%
    }
}
@media(max-width:768px){
    .landing-template .bonuses__item{
        flex-direction:column
    }
}
.landing-template .bonuses__item--second{
    color:#25ce69
}
.landing-template .bonuses__item--third{
    color:#9b3ebf
}
.landing-template .bonuses__item--days{
    align-items:center;
    border-bottom:4px solid #0f1422;
    display:flex;
    width:48%
}
@media(max-width:1248px){
    .landing-template .bonuses__item--days{
        flex-direction:column
    }
}
@media(max-width:960px){
    .landing-template .bonuses__item--days{
        border:none;
        flex-direction:row;
        width:100%
    }
}
@media(max-width:768px){
    .landing-template .bonuses__item--days{
        border:1px solid #17181a;
        flex-direction:column
    }
}
.landing-template .bonuses__item--landing{
    width:33.3333333333%
}
@media(max-width:1440px){
    .landing-template .bonuses__item--landing{
        align-items:center;
        display:flex;
        justify-content:space-around;
        width:100%
    }
}
@media(max-width:1248px){
    .landing-template .bonuses__item--landing .bonuses__title{
        font-size:18px
    }
    .landing-template .bonuses__item--landing .bonuses__info{
        font-size:20px
    }
}
@media(max-width:1440px){
    .landing-template .bonuses__image{
        width:50%
    }
}
@media(max-width:1248px){
    .landing-template .bonuses__image{
        order:1;
        width:auto
    }
}
@media(max-width:960px){
    .landing-template .bonuses__image{
        width:300px
    }
}
@media(max-width:1248px){
    .landing-template .bonuses__conditions{
        order:0
    }
}
.landing-template .bonuses__title{
    border-bottom:1px solid;
    color:inherit;
    font-size:26px;
    font-weight:900;
    margin:0 27px 10px;
    text-transform:uppercase
}
@media(max-width:768px){
    .landing-template .bonuses__title{
        font-size:22px
    }
}
.landing-template .bonuses__info{
    font-size:28px;
    font-weight:900;
    text-transform:uppercase
}
@media(max-width:768px){
    .landing-template .bonuses__info{
        font-size:22px
    }
}
.landing-template .bonuses__info--white{
    color:#fff
}
.landing-template .bonuses__link{
    color:#fff;
    display:block;
    margin-top:10px;
    text-decoration:none
}
.landing-template .bonuses__link:hover{
    color:#fff;
    text-decoration:underline
}
.landing-template .promotions-tournament{
    align-items:center;
    color:#fff;
    display:flex;
    text-align:center
}
@media(max-width:960px){
    .landing-template .promotions-tournament{
        flex-direction:column
    }
}
.landing-template .promotions-tournament__wrapper{
    width:50%
}
@media(max-width:960px){
    .landing-template .promotions-tournament__wrapper{
        width:100%
    }
}
.landing-template .promotions-tournament__timers{
    border:1px solid rgba(255,242,0,.2);
    border-radius:3px;
    display:flex;
    justify-content:center;
    margin:0 auto 30px;
    width:60%
}
@media(max-width:960px){
    .landing-template .promotions-tournament__timers{
        width:50%
    }
}
@media(max-width:768px){
    .landing-template .promotions-tournament__timers{
        width:100%
    }
}
.landing-template .promotions-tournament__info{
    line-height:2;
    margin-bottom:10px;
    text-align:justify
}
.landing-template .promotions-tournament__image{
    width:50%
}
@media(max-width:960px){
    .landing-template .promotions-tournament__image{
        width:100%
    }
}
.landing-template .promotions-tournament__terms{
    font-size:20px
}
.landing-template .timer{
    margin:10px 0;
    text-align:center;
    text-transform:uppercase;
    width:40%
}
.timer-single .landing-template .timer{
    width:100%
}
.landing-template .timer__title{
    font-size:14px;
    font-weight:600
}
.landing-template .timer__value{
    color:#f0d22f;
    font-size:28px;
    font-weight:700;
    line-height:1
}
.timer-single--full .landing-template .timer__value{
    color:#fe3e3e
}
@media(max-width:1248px){
    .landing-template .timer__value{
        font-size:24px
    }
}
@media(max-width:960px){
    .landing-template .timer__value{
        font-size:22px
    }
}
.landing-template .timer__value--single{
    display:inline-block;
    font-size:26px;
    letter-spacing:-2px;
    margin-right:10px
}
.landing-template .timer__value--single:last-child{
    margin-right:0
}
@media(max-width:768px){
    .landing-template .timer__value--single{
        font-size:22px
    }
}
.landing-template .timer__second{
    display:inline-block;
    min-width:32px
}
.landing-template .timer--border{
    border-right:1px solid rgba(36,34,0,.5)
}
.landing-template .timer-single{
    background:rgba(0,0,0,.8);
    border-radius:4px 4px 0 0;
    display:block;
    margin:0 auto -10px;
    padding:20px;
    width:285px
}
@media(max-width:768px){
    .landing-template .timer-single{
        width:255px
    }
}
.landing-template .timer-single--full{
    background-color:rgba(0,0,0,.5);
    border-radius:4px;
    line-height:61px;
    margin:0;
    min-width:460px;
    padding:0;
    text-align:center
}
@media(max-width:960px){
    .landing-template .timer-single--full{
        min-width:auto;
        width:calc(50% - 8px)
    }
}
@media(max-width:768px){
    .landing-template .timer-single--full{
        width:100%
    }
}
.landing-template .page-title{
    text-align:center
}
.landing-template .page-title--tourn{
    margin:40px 0 60px
}
.landing-template .page-title__title{
    color:#fff;
    font-size:34px;
    font-weight:300;
    margin-bottom:28px;
    margin-top:28px;
    text-transform:uppercase
}
.terms-and-policy-update .landing-template .page-title__title{
    color:#000
}
@media(max-width:1440px){
    .landing-template .page-title__title{
        font-size:29px
    }
}
@media(max-width:1248px){
    .landing-template .page-title__title{
        font-size:24px
    }
}
@media(max-width:960px){
    .landing-template .page-title__title{
        font-size:28px
    }
}
@media(max-width:768px){
    .landing-template .page-title__title{
        font-size:24px
    }
}
.landing-template .page-title__title--no-margin{
    margin-bottom:0
}
.landing-template .page-title__title--red{
    color:#da2c2c
}
.landing-template .page-title__title--grey{
    color:#ccc
}
.landing-template .page-title__title--letterspacing{
    letter-spacing:1px
}
.landing-template .page-title__title--capitalize{
    text-transform:capitalize
}
.landing-template .page-title__title--light{
    font-weight:200
}
.landing-template .page-title__title--bold{
    font-weight:700
}
.landing-template .page-title__title--bolder{
    font-weight:900
}
.landing-template .page-title__title--small{
    font-size:20px
}
.landing-template .page-title__title--medium{
    font-size:44px
}
@media(max-width:1440px){
    .landing-template .page-title__title--medium{
        font-size:38px
    }
}
@media(max-width:1248px){
    .landing-template .page-title__title--medium{
        font-size:32px
    }
}
@media(max-width:768px){
    .landing-template .page-title__title--medium{
        font-size:26px
    }
}
.landing-template .page-title__title--middle{
    font-size:48px
}
@media(max-width:960px){
    .landing-template .page-title__title--middle{
        font-size:42px
    }
}
@media(max-width:768px){
    .landing-template .page-title__title--middle{
        font-size:36px
    }
}
.landing-template .page-title__title--big{
    font-size:56px
}
@media(max-width:1440px){
    .landing-template .page-title__title--big{
        font-size:46px
    }
}
@media(max-width:1248px){
    .landing-template .page-title__title--big{
        font-size:38px
    }
}
@media(max-width:960px){
    .landing-template .page-title__title--big{
        font-size:48px
    }
}
@media(max-width:768px){
    .landing-template .page-title__title--big{
        font-size:40px
    }
}
.landing-template .page-title__text{
    color:#fff;
    font-size:15px;
    font-weight:300;
    margin-bottom:28px
}
.landing-template .page-title__text--justify{
    text-align:justify
}
@media(max-width:1248px){
    .landing-template .page-title__text--home{
        display:none
    }
}
.landing-template .page-title__text--affil{
    line-height:34px;
    text-align:justify
}
@media(max-width:1440px){
    .landing-template .page-title__text--affil{
        line-height:25px
    }
}
.landing-template .page-title__deposit{
    background-color:hsla(0,0%,100%,.1);
    color:hsla(0,0%,100%,.5);
    font-size:15px;
    font-weight:200;
    letter-spacing:8px;
    line-height:42px;
    margin-bottom:10px;
    text-align:center;
    text-transform:uppercase;
    word-spacing:10px
}
@media(max-width:768px){
    .landing-template .page-title__deposit{
        letter-spacing:2px;
        word-spacing:2px
    }
}
.landing-template .page-title__link{
    display:inline-block;
    margin:0 10px;
    width:150px
}
@media(max-width:768px){
    .landing-template .page-title__link{
        width:115px
    }
}
.landing-template .page-title__image{
    width:100%
}
.landing-template .banner-button--promotions{
    margin-top:8px
}
.landing-template .landing-header{
    background:url(/images/cars.56d40ebd..png) no-repeat 100% 0;
    padding:30px 0 60px
}
@media(max-width:1599px){
    .landing-template .landing-header{
        background-position:right -100px top
    }
}
@media(max-width:1199px){
    .landing-template .landing-header{
        background-position:right -300px top
    }
}
@media(max-width:991px){
    .landing-template .landing-header{
        background:#000
    }
}
@media(max-width:768px){
    .landing-template .landing-header{
        padding:60px 0
    }
}
.landing-template .landing-header--small{
    display:block;
    margin-left:auto;
    margin-right:auto;
    max-width:1600px;
    min-height:inherit
}
@media(min-width:960px){
    .landing-template .landing-header--small{
        align-items:center;
        display:flex;
        min-height:500px
    }
}
.landing-template .landing-header__logo{
    background:url(/images/logo.137f674d..png) 50% no-repeat;
    background-size:100%;
    height:130px;
    left:50%;
    position:absolute;
    top:0;
    transform:translateX(-50%);
    width:178px
}
@media(max-width:768px){
    .landing-template .landing-header__logo{
        height:102px;
        width:140px
    }
}
.landing-template .landing-banner{
    border:4px solid #242424;
    padding:44px 0 20px;
    position:relative;
    text-align:center;
    width:616px
}
@media(max-width:991px){
    .landing-template .landing-banner{
        margin:0 auto
    }
}
@media(max-width:768px){
    .landing-template .landing-banner{
        width:90%
    }
}
@media(max-width:570px){
    .landing-template .landing-banner{
        padding:20px 0
    }
}
.landing-template .landing-banner__text{
    color:#d93234;
    font-size:48px;
    font-weight:700;
    line-height:1.2;
    text-transform:uppercase
}
@media(max-width:768px){
    .landing-template .landing-banner__text{
        font-size:35px
    }
}
@media(max-width:570px){
    .landing-template .landing-banner__text{
        font-size:23px
    }
}
.landing-template .landing-banner__text--color{
    color:#fff;
    font-weight:300;
    letter-spacing:1px
}
.landing-template .landing-banner__text--small{
    font-size:36px
}
@media(max-width:768px){
    .landing-template .landing-banner__text--small{
        font-size:30px
    }
}
@media(max-width:570px){
    .landing-template .landing-banner__text--small{
        font-size:16px
    }
}
.landing-template .landing-banner__text--welcom{
    background-color:#000;
    left:0;
    margin:0 auto;
    max-width:410px;
    padding:0 20px;
    position:absolute;
    right:0;
    top:-25px
}
@media(max-width:768px){
    .landing-template .landing-banner__text--welcom{
        top:-15px
    }
}
@media(max-width:570px){
    .landing-template .landing-banner__text--welcom{
        max-width:220px
    }
}
.landing-template .advantage{
    background:url(/images/trace.312afe89..png) top 50px center no-repeat;
    background-size:100%;
    display:flex;
    justify-content:space-around;
    margin:0;
    padding:0 0 350px
}
@media(max-width:1199px){
    .landing-template .advantage{
        padding-bottom:195px
    }
}
@media(max-width:991px){
    .landing-template .advantage{
        background-position:top 90px center
    }
}
@media(max-width:767px){
    .landing-template .advantage{
        background:#000;
        flex-wrap:wrap;
        justify-content:center;
        padding-bottom:20px
    }
}
.landing-template .advantage__item{
    list-style:none;
    text-align:center
}
@media(max-width:767px){
    .landing-template .advantage__item{
        margin-bottom:15px;
        width:50%
    }
}
.landing-template .advantage__icon{
    height:110px;
    margin:0 auto;
    width:96px
}
.landing-template .advantage__icon--friend{
    background:url(/images/i1.382448a6..png) no-repeat 50%
}
.landing-template .advantage__icon--cash{
    background:url(/images/i2.ab03ffa5..png) no-repeat 50%
}
.landing-template .advantage__icon--games{
    background:url(/images/i3.01d36004..png) no-repeat 50%
}
.landing-template .advantage__icon--secure{
    background:url(/images/i4.db267174..png) no-repeat 50%
}
.landing-template .advantage__icon--vip{
    background:url(/images/i5.76a779a9..png) no-repeat 50%
}
.landing-template .advantage__img{
    padding:20px 0
}
.landing-template .advantage__text{
    color:#fff;
    font-size:16px;
    font-weight:400;
    letter-spacing:.5px;
    text-transform:uppercase
}
.landing-template .unlock{
    margin-bottom:20px;
    margin-top:-50px
}
@media(max-width:767px){
    .landing-template .unlock{
        margin-top:0
    }
}
.landing-template .unlock__text{
    color:#fff;
    font-size:42px;
    font-weight:300;
    margin-bottom:40px;
    text-align:center;
    text-transform:uppercase
}
@media(max-width:991px){
    .landing-template .unlock__text{
        font-size:35px
    }
}
@media(max-width:767px){
    .landing-template .unlock__text{
        font-size:25px
    }
}
.landing-template .unlock__list{
    counter-reset:inside-list 0;
    display:flex;
    justify-content:space-around;
    list-style:none;
    margin:0;
    padding:0
}
@media(max-width:767px){
    .landing-template .unlock__list{
        flex-direction:column
    }
}
.landing-template .unlock__item{
    color:#fff;
    font-size:20px;
    font-weight:400;
    text-transform:uppercase
}
@media(max-width:991px){
    .landing-template .unlock__item{
        font-size:14px
    }
}
@media(max-width:767px){
    .landing-template .unlock__item{
        font-size:18px;
        margin-bottom:15px;
        text-align:center;
        width:100%
    }
}
@media(max-width:600px){
    .landing-template .unlock__item{
        font-size:18px;
        margin-bottom:15px;
        text-align:center;
        width:100%
    }
}
.landing-template .unlock__item:before{
    background-color:#4e1213;
    border:2px solid #d93234;
    border-radius:50%;
    box-sizing:border-box;
    content:"" counter(inside-list) "";
    counter-increment:inside-list 1;
    display:inline-block;
    font-size:24px;
    font-weight:400;
    height:46px;
    margin-right:20px;
    padding-top:5px;
    position:relative;
    text-align:center;
    vertical-align:middle;
    width:46px
}
@media(max-width:767px){
    .landing-template .unlock__item:before{
        display:block;
        margin:0 auto 10px
    }
}
.landing-template .landing__button{
    padding:30px 10px;
    text-align:center
}
.landing-template .landing__content{
    align-items:flex-start;
    display:flex;
    flex-wrap:wrap;
    font-size:0;
    justify-content:center;
    letter-spacing:normal;
    line-height:0;
    width:100%
}
@media(min-width:992px){
    .landing-template .landing__content{
        justify-content:space-between
    }
}
.landing-template .landing__promo{
    align-items:flex-start;
    background-color:rgba(0,0,0,.4);
    border-radius:3px;
    color:#fff;
    display:inline-flex;
    flex-wrap:wrap;
    font-size:30px;
    font-weight:300;
    justify-content:center;
    letter-spacing:.84px;
    line-height:1;
    margin:0 0 20px;
    padding:120px 15px 20px;
    position:relative;
    text-align:center;
    text-transform:uppercase;
    width:100%
}
.landing-template .landing__promo p{
    color:inherit;
    display:block;
    font-size:inherit;
    font-weight:inherit;
    letter-spacing:inherit;
    line-height:inherit;
    margin:0;
    padding:0;
    text-align:inherit;
    width:100%
}
.landing-template .landing__promo b{
    color:#da2c2b;
    font-size:1.14em;
    font-weight:900;
    letter-spacing:.96px
}
.landing-template .landing__promo small{
    color:inherit;
    display:inline-block;
    font-size:.71em;
    font-weight:300;
    padding-top:20px;
    vertical-align:top
}
.landing-template .landing__promo small b{
    color:#da2c2b;
    font-weight:900;
    letter-spacing:.6px
}
@media(min-width:768px){
    .landing-template .landing__promo{
        font-size:42px;
        padding:150px 20px 34px
    }
}
@media(min-width:992px){
    .landing-template .landing__promo{
        margin:0;
        width:480px
    }
}
.landing-template .landing__promo:before{
    background-image:url(/images/logor.5fb63766..png);
    background-position:top;
    background-repeat:no-repeat;
    background-size:auto 100%;
    content:"";
    display:block;
    height:240px;
    left:0;
    pointer-events:none;
    position:absolute;
    top:-100px;
    width:100%
}
@media(max-width:991px){
    .landing-template .landing__promo:before{
        height:170px;
        top:-25px
    }
}
@media(max-width:767px){
    .landing-template .landing__promo:before{
        top:-55px
    }
}
.landing-template .landing__promo .landing__button{
    margin:10px auto 0;
    padding:0
}
.landing-template .landing__terms{
    align-items:flex-start;
    color:#fff;
    display:inline-flex;
    flex-direction:column;
    flex-wrap:wrap;
    font-size:18px;
    font-style:normal;
    font-weight:300;
    justify-content:flex-start;
    letter-spacing:normal;
    line-height:1.2;
    text-align:left;
    width:100%
}
@media(min-width:992px){
    .landing-template .landing__terms{
        padding:0 0 0 20px;
        width:calc(100% - 480px)
    }
}
@media(min-width:1200px){
    .landing-template .landing__terms{
        padding:0 40px 0 90px
    }
}
.landing-template .landing__terms p{
    color:inherit;
    font-size:inherit;
    font-weight:inherit;
    letter-spacing:inherit;
    line-height:inherit;
    margin:0;
    padding:0;
    text-align:inherit
}
.landing-template .landing__terms p b{
    color:#da2c2c;
    font-style:normal;
    font-weight:700;
    letter-spacing:1px
}
.landing-template .landing__terms p.landing__text-bold{
    font-size:20px;
    font-weight:900;
    padding-top:10px
}
.landing-template .landing__terms p.landing__text-bold b{
    color:#da2c2c
}
.landing-template .landing__terms ul{
    list-style:none;
    margin:0;
    padding:30px 0
}
.landing-template .landing__terms ul li{
    font-size:16px;
    font-weight:300;
    line-height:30px;
    margin:0;
    padding:0
}
.landing-template .landing__terms ul li:before{
    color:#da2c2c;
    content:"•";
    display:inline-block;
    margin:0 5px 0 0;
    vertical-align:top
}
.landing-template .landing__terms ul li a{
    color:#da2c2c
}
.landing-template .landing__terms ul li b{
    font-style:normal;
    font-weight:700;
    letter-spacing:1px
}
.landing-template .landing__terms ul li.bonuses__item:before{
    display:none
}
.landing-template .landing__terms-title{
    border-bottom:4px solid #da2c2c;
    color:#fff;
    display:block;
    font-size:24px;
    font-weight:300;
    letter-spacing:normal;
    line-height:1.2;
    margin:0 0 20px;
    padding:0 0 10px;
    text-transform:uppercase;
    width:100%
}
.landing-template .landing__terms-title b{
    font-weight:900;
    letter-spacing:.48px
}
.landing-template .landing-button{
    align-items:center;
    background-color:#dd2b2c;
    border-radius:30px;
    color:#fff;
    cursor:pointer;
    display:inline-flex;
    flex-wrap:wrap;
    font-size:24px;
    justify-content:center;
    line-height:1;
    margin:0 8px;
    min-height:56px;
    min-width:196px;
    padding:10px 19px;
    text-align:center;
    text-transform:uppercase
}
.landing-template .landing-button:active,.landing-template .landing-button:focus,.landing-template .landing-button:hover{
    color:#fff;
    opacity:.9;
    text-decoration:none
}
.landing-template .page-landing-streamer,.landing-template .page-roshtein,.landing-template .page-roshtein-lottery{
    background-image:url(/images/streamer__bg.de189561..jpg);
    background-position:top;
    background-repeat:no-repeat;
    background-size:100% auto
}
.landing-template .page-landing-streamer .landing__content,.landing-template .page-roshtein .landing__content,.landing-template .page-roshtein-lottery .landing__content{
    margin-left:auto;
    margin-right:auto;
    max-width:1600px
}
.landing-template .page-landing-streamer .landing__content li a:not(.link-btn),.landing-template .page-roshtein .landing__content li a:not(.link-btn),.landing-template .page-roshtein-lottery .landing__content li a:not(.link-btn){
    color:#ec3200
}
.landing-template .page-landing-streamer .background-image,.landing-template .page-landing-streamer .landing-header,.landing-template .page-roshtein .background-image,.landing-template .page-roshtein .landing-header,.landing-template .page-roshtein-lottery .background-image,.landing-template .page-roshtein-lottery .landing-header{
    background-color:transparent;
    background-image:none
}
.landing-template .page-landing-streamer .landing-header,.landing-template .page-roshtein .landing-header,.landing-template .page-roshtein-lottery .landing-header{
    padding-top:105px
}
@media(max-width:1599px){
    .landing-template .bonuses__item--landing .bonuses__conditions{
        min-width:610px!important
    }
}
@media(max-width:992px){
    .landing-template .bonuses__item--landing .bonuses__conditions{
        min-width:440px!important
    }
}
@media(max-width:767px){
    .landing-template .bonuses__item--landing .bonuses__conditions{
        min-width:auto!important
    }
}
.landing-template .landing-template__footer{
    color:#999;
    margin:25px 0
}
.landing-template .promotions-tournament p{
    font-size:20px;
    margin:20px 0;
    text-align:left
}
.landing-template ol,.landing-template ul{
    color:#fff;
    font-size:20px;
    line-height:1.5
}
.landing-template ul{
    margin-left:2rem
}
.landing-template ul li{
    text-align:left
}
.landing-template .highlight{
    color:red;
    font-weight:700
}
.landing-template .terms{
    margin:2rem auto
}
.landing-template .page-content{
    border:1px solid #2d2d2d;
    border-radius:2px;
    color:#999;
    font-size:13px;
    font-weight:400;
    line-height:20px;
    margin:25px;
    padding:40px 70px
}
@media(max-width:768px){
    .landing-template .page-content{
        margin:10px;
        padding:40px 20px
    }
}
.landing-template .page-content h2{
    font-size:25px;
    font-weight:400;
    letter-spacing:1px;
    margin-bottom:20px;
    text-align:center;
    text-transform:uppercase
}
@media(max-width:768px){
    .landing-template .page-content h2{
        font-size:20px
    }
}
.landing-template .page-content p{
    margin-bottom:10px
}
.landing-template .page-content li{
    margin-bottom:10px;
    margin-left:15px
}
.landing-template .page-content .btn-clps{
    cursor:pointer;
    font-size:13px;
    font-weight:400;
    text-align:center
}
.landing-template .btn-conttext{
    font-size:13px;
    font-weight:400;
    text-decoration:underline
}
.landing-template .btn-conttext:hover{
    text-decoration:none
}
.landing-template .btn-conttext--more{
    display:none
}
.collapsed .landing-template .btn-conttext--more,.landing-template .btn-conttext--less{
    display:inline-block
}
.collapsed .landing-template .btn-conttext--less{
    display:none
}
.landing-template .promo-play{
    background-color:#000;
    color:#fff;
    display:block;
    font-size:14px;
    font-weight:400;
    line-height:1.2;
    margin:0;
    padding:0;
    text-align:left;
    width:100%
}
@media(min-width:961px){
    .landing-template .promo-play{
        font-size:16px
    }
}
.landing-template .promo-play__container{
    display:block;
    margin:0 auto;
    max-width:1249px;
    padding:0;
    width:100%
}
@media(min-width:1921px){
    .landing-template .promo-play__container{
        max-width:1921px
    }
}
.landing-template .promo-play h1{
    color:#fff;
    display:block;
    font-size:48px;
    font-weight:800;
    line-height:56.7px;
    margin:0 0 30px;
    padding:0;
    text-align:left;
    text-transform:uppercase
}
@media(min-width:961px){
    .landing-template .promo-play h1{
        font-size:56px;
        line-height:63px
    }
}
@media(min-width:1249px){
    .landing-template .promo-play h1{
        font-size:62px;
        line-height:70px;
        margin-bottom:37px
    }
}
.landing-template .promo-play h1 b{
    color:#f52a38;
    font-weight:900
}
.landing-template .promo-play ul:not([class]){
    display:block;
    list-style:none;
    margin:0;
    padding:0;
    width:100%
}
.landing-template .promo-play ul:not([class]) li{
    display:block;
    font-size:16px;
    font-weight:400;
    line-height:1.5;
    margin:0;
    padding:9px 0 9px 28px;
    position:relative
}
@media(min-width:961px){
    .landing-template .promo-play ul:not([class]) li{
        font-size:18px;
        padding:10px 0 10px 34px
    }
}
@media(min-width:1249px){
    .landing-template .promo-play ul:not([class]) li{
        font-size:20px;
        padding:11px 0 11px 34px
    }
}
.landing-template .promo-play ul:not([class]) li:before{
    background:#da2c2c url(/images/promo-play__list__point.507b8ada..svg) no-repeat left 2px center;
    background-size:9px auto;
    border-radius:50%;
    content:"";
    display:block;
    height:16px;
    left:0;
    position:absolute;
    top:11px;
    width:16px
}
@media(min-width:961px){
    .landing-template .promo-play ul:not([class]) li:before{
        background-size:11px auto;
        height:18px;
        top:12px;
        width:18px
    }
}
@media(min-width:1249px){
    .landing-template .promo-play ul:not([class]) li:before{
        top:16px
    }
}
.landing-template .promo-play .button{
    background-color:#f53434;
    border-radius:56px;
    box-shadow:0 0 6px #ff1717;
    font-size:32px;
    font-weight:700;
    min-height:73px;
    min-width:260px;
    text-transform:uppercase;
    transition:box-shadow .3s ease,background-color .3s ease
}
body.device-desktop .landing-template .promo-play .button:hover{
    background-color:#ea0c0c;
    box-shadow:none
}
@media(min-width:961px){
    .landing-template .promo-play .button{
        box-shadow:0 0 8px #ff1717;
        font-size:40px;
        height:89px;
        width:320px
    }
}
@media(min-width:1249px){
    .landing-template .promo-play .button{
        box-shadow:0 0 10px #ff1717;
        font-size:50px;
        height:111px;
        width:399px
    }
}
.landing-template .promo-play__header{
    align-self:center;
    background:transparent url(/images/promo-play__banner.b2a62a26..jpg) no-repeat center top calc(50% - 75px);
    background-size:auto 600px;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;
    margin:0;
    min-height:347px;
    padding:50px 0 0;
    width:100%
}
@media(min-width:769px){
    .landing-template .promo-play__header{
        background-position:left calc(50% - 60px) top;
        background-size:auto 600px;
        min-height:534px;
        padding:120px 0 20px
    }
}
@media(min-width:961px){
    .landing-template .promo-play__header{
        background-position:top;
        min-height:600px
    }
}
@media(min-width:1249px){
    .landing-template .promo-play__header{
        background-size:cover;
        min-height:666px
    }
}
.landing-template .promo-play__header-inner{
    align-items:center;
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content:center;
    margin:0;
    padding:20px 18px;
    width:100%
}
@media(min-width:769px){
    .landing-template .promo-play__header-inner{
        padding:20px 26px 20px 18px
    }
}
@media(min-width:961px){
    .landing-template .promo-play__header-inner{
        padding:20px 56px 20px 44px
    }
}
@media(min-width:1249px){
    .landing-template .promo-play__header-inner{
        padding:20px 60px 20px 36px
    }
}
@media(min-width:1921px){
    .landing-template .promo-play__header-inner{
        padding:20px 187px 20px 156px
    }
}
.landing-template .promo-play__header-list{
    align-items:flex-start;
    display:none;
    flex:1;
    flex-direction:column;
    flex-wrap:nowrap;
    justify-content:flex-start;
    margin:0;
    padding:0;
    width:100%
}
@media(min-width:769px){
    .landing-template .promo-play__header-list{
        display:inline-flex
    }
}
.landing-template .promo-play__header-image{
    align-items:flex-end;
    display:inline-flex;
    flex-direction:row;
    flex-wrap:wrap;
    height:255px;
    justify-content:center;
    margin:0;
    max-width:100%;
    padding:0;
    position:relative;
    width:259px
}
@media(min-width:769px){
    .landing-template .promo-play__header-image{
        height:276px;
        margin-left:40px;
        margin-top:-50px;
        width:268px
    }
}
@media(min-width:961px){
    .landing-template .promo-play__header-image{
        height:340px;
        width:330px
    }
}
@media(min-width:1249px){
    .landing-template .promo-play__header-image{
        height:425px;
        margin-left:86px;
        width:412px
    }
}
@media(min-width:1921px){
    .landing-template .promo-play__header-image{
        margin-left:190px
    }
}
.landing-template .promo-play__header-image-bg{
    display:block;
    height:auto;
    left:50%;
    max-height:100%;
    max-width:100%;
    -o-object-fit:contain;
    object-fit:contain;
    -o-object-position:center;
    object-position:center;
    position:absolute;
    top:0;
    transform:translate(-50%);
    width:241px
}
@media(min-width:769px){
    .landing-template .promo-play__header-image-bg{
        width:100%
    }
}
.landing-template .promo-play__steps{
    background-color:#262626;
    display:block;
    margin:0 auto;
    max-width:1600px;
    padding:0;
    width:100%
}
.landing-template .promo-play__section-winners-jackpot{
    display:block;
    margin:0;
    padding:0;
    width:100%
}
.landing-template .promo-play__row-winners-jackpot{
    align-items:flex-start;
    display:flex;
    flex-direction:column;
    flex-wrap:nowrap;
    justify-content:flex-start;
    margin:0 auto;
    max-width:1328px;
    padding:18px 8px 8px;
    width:100%
}
@media(min-width:769px){
    .landing-template .promo-play__row-winners-jackpot{
        padding:30px 8px 10px
    }
}
@media(min-width:961px){
    .landing-template .promo-play__row-winners-jackpot{
        flex-direction:row;
        padding:25px 21px 10px
    }
}
@media(min-width:1249px){
    .landing-template .promo-play__row-winners-jackpot{
        padding:36px 25px 28px
    }
}
@media(min-width:1921px){
    .landing-template .promo-play__row-winners-jackpot{
        padding:36px 0 35px
    }
}
.landing-template .promo-play__jackpot,.landing-template .promo-play__winners{
    align-items:flex-start;
    display:inline-flex;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content:center;
    margin:0;
    padding:0;
    width:100%
}
@media(min-width:961px){
    .landing-template .promo-play__jackpot,.landing-template .promo-play__winners{
        align-self:stretch
    }
}
.landing-template .promo-play__jackpot{
    margin:12px 0 0
}
@media(min-width:769px){
    .landing-template .promo-play__jackpot{
        margin:14px 0 0
    }
}
@media(min-width:961px){
    .landing-template .promo-play__jackpot{
        margin:22px 0 0 22px;
        padding:0;
        width:384px
    }
}
@media(min-width:1249px){
    .landing-template .promo-play__jackpot{
        margin:25px 0 0 13px;
        width:504px
    }
}
@media(min-width:1921px){
    .landing-template .promo-play__jackpot{
        margin:19px 0 0 32px;
        width:512px
    }
}
@media(min-width:961px){
    .landing-template .promo-play__winners{
        flex:1;
        overflow:hidden
    }
}
.landing-template .promo-play__footer{
    display:block;
    margin:0 auto;
    max-width:1318px;
    padding:20px 10px 30px;
    text-align:center;
    width:100%
}
@media(min-width:769px){
    .landing-template .promo-play__footer{
        padding-bottom:38px
    }
}
@media(min-width:1249px){
    .landing-template .promo-play__footer{
        padding-bottom:50px
    }
}
.landing-template .landing-steps{
    align-items:flex-start;
    color:#fff;
    display:flex;
    flex-direction:column;
    flex-wrap:nowrap;
    font-size:18px;
    font-weight:700;
    justify-content:flex-start;
    letter-spacing:normal;
    line-height:1.2;
    margin:0 auto;
    max-width:1328px;
    padding:0;
    text-align:left;
    width:100%
}
@media(min-width:769px){
    .landing-template .landing-steps{
        align-items:center;
        flex-direction:row;
        font-size:16px;
        min-height:81px
    }
}
@media(min-width:961px){
    .landing-template .landing-steps{
        font-size:20px;
        min-height:90px
    }
}
@media(min-width:1249px){
    .landing-template .landing-steps{
        font-size:30px;
        min-height:111px
    }
}
.landing-template .landing-steps__text{
    font-size:28px
}
.landing-template .landing-steps__item{
    align-items:center;
    display:inline-flex;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content:flex-start;
    margin:0;
    padding:14px 23px;
    position:relative;
    width:100%
}
@media(min-width:769px){
    .landing-template .landing-steps__item{
        align-self:stretch;
        padding:10px 8px 10px 28px;
        width:33.3333333333%
    }
    .landing-template .landing-steps__item:first-child{
        padding-left:8px
    }
}
@media(min-width:961px){
    .landing-template .landing-steps__item{
        padding-left:50px
    }
    .landing-template .landing-steps__item:first-child{
        padding-left:40px
    }
}
@media(min-width:1249px){
    .landing-template .landing-steps__item{
        padding-left:45px
    }
    .landing-template .landing-steps__item:first-child{
        padding-left:24px
    }
}
@media(min-width:1921px){
    .landing-template .landing-steps__item{
        padding-left:68px
    }
    .landing-template .landing-steps__item:first-child{
        padding-left:31px
    }
}
.landing-template .landing-steps__item:not(:first-child):before{
    background-image:linear-gradient(180deg,rgba(0,0,0,.2) 0,transparent);
    content:"";
    display:block;
    height:70%;
    left:0;
    position:absolute;
    top:0;
    width:100%
}
@media(min-width:769px){
    .landing-template .landing-steps__item:not(:first-child):before{
        background-image:linear-gradient(270deg,rgba(0,0,0,.2) 0,transparent);
        height:100%;
        left:-70px;
        width:70px
    }
}
.landing-template .landing-steps__step{
    color:hsla(0,0%,100%,.7);
    font-weight:400;
    margin:0 0 5px
}
@media(min-width:769px){
    .landing-template .landing-steps__step{
        font-size:14px
    }
}
@media(min-width:961px){
    .landing-template .landing-steps__step{
        font-size:16px
    }
}
@media(min-width:1249px){
    .landing-template .landing-steps__step{
        font-size:20px
    }
}
.landing-template .landing-steps__icon{
    align-items:center;
    background-color:#f52a38;
    border-radius:50%;
    display:inline-flex;
    flex-direction:row;
    flex-wrap:nowrap;
    height:66px;
    justify-content:center;
    margin:0 22px 0 0;
    padding:0;
    position:relative;
    width:66px
}
@media(min-width:769px){
    .landing-template .landing-steps__icon{
        margin-right:8px
    }
}
@media(min-width:961px){
    .landing-template .landing-steps__icon{
        height:73px;
        margin-right:10px;
        width:73px
    }
}
@media(min-width:1249px){
    .landing-template .landing-steps__icon{
        height:91px;
        margin-right:13px;
        width:91px
    }
}
.landing-template .landing-steps__icon img{
    display:block;
    height:100%;
    -o-object-fit:contain;
    object-fit:contain;
    width:100%
}
.landing-template .landing-steps__block{
    align-items:flex-start;
    display:inline-flex;
    flex:1;
    flex-direction:column;
    flex-wrap:nowrap;
    justify-content:flex-start;
    margin:0;
    overflow:hidden;
    padding:0;
    position:relative;
    width:100%
}
.landing-template .cup{
    display:flex;
    justify-content:center;
    margin-bottom:30px
}
@media(max-width:768px){
    .landing-template .cup{
        flex-direction:column
    }
}
.landing-template .cup__place{
    text-align:center
}
.landing-template .cup__place img{
    max-width:100%
}
.landing-template .cup__place--first{
    color:#ffd542;
    order:2
}
@media(max-width:768px){
    .landing-template .cup__place--first{
        order:0
    }
}
.landing-template .cup__place--second{
    color:#cacaca;
    order:1
}
.landing-template .cup__place--third{
    color:#e16f54;
    order:3
}
.landing-template .cup__text--money{
    border:inherit;
    border-bottom:1px solid;
    border-top:1px solid;
    font-size:32px;
    font-weight:700;
    margin:0 auto;
    width:50%
}
@media(max-width:960px){
    .landing-template .cup__text--money{
        font-size:24px
    }
}
.landing-template .cup__image{
    width:100%
}
@media(max-width:768px){
    .landing-template .cup__image{
        width:60%
    }
}
.landing-template .prizes{
    color:#fff
}
.landing-template .prizes__wrap{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    padding:0 5px 40px
}
.landing-template .prizes__item{
    background-color:#1a1a1a;
    margin:30px 10px;
    position:relative;
    text-align:center;
    width:calc(15% - 20px)
}
@media(max-width:1248px){
    .landing-template .prizes__item{
        width:calc(20% - 20px)
    }
}
@media(max-width:960px){
    .landing-template .prizes__item{
        width:calc(25% - 20px)
    }
}
@media(max-width:768px){
    .landing-template .prizes__item{
        margin:20px 10px;
        width:calc(50% - 20px)
    }
}
.landing-template .prizes__place{
    background-color:#1a1a1a;
    border:3px solid #000;
    border-radius:50%;
    font-size:16px;
    height:45px;
    left:0;
    line-height:45px;
    margin:auto;
    position:absolute;
    right:0;
    top:-24px;
    width:45px
}
.landing-template .prizes__money{
    border:2px solid rgba(0,0,0,.2);
    font-size:20px;
    line-height:78px;
    margin:6px
}
@media(max-width:960px){
    .landing-template .prizes__money{
        font-size:16px;
        line-height:55px
    }
}
.landing-template .leaderboard--new{
    margin-bottom:40px
}
@media(max-width:768px){
    .landing-template .leaderboard__container{
        padding:0
    }
}
@media(max-width:960px){
    .landing-template .leaderboard__container:last-child table thead th{
        font-size:0!important;
        line-height:0!important;
        min-height:auto!important;
        padding:0!important
    }
}
.landing-template .leaderboard__table{
    background:transparent;
    border-collapse:separate;
    border-spacing:0 5px;
    margin-left:20px;
    text-align:center;
    width:calc(100% - 40px)
}
@media(max-width:768px){
    .landing-template .leaderboard__table{
        margin:0;
        width:100%
    }
}
.landing-template .leaderboard__caption-cell{
    background-color:rgba(28,28,28,.7);
    border-left:5px solid #000;
    border-radius:3px;
    border-right:5px solid #000;
    color:#e3c342;
    font-size:13px;
    font-weight:600;
    line-height:50px;
    text-transform:uppercase
}
.leaderboard--single .landing-template .leaderboard__caption-cell{
    border:0;
    border-radius:0;
    color:#fe3e3e;
    font-weight:900;
    line-height:40px
}
.leaderboard--single .landing-template .leaderboard__caption-cell:first-child{
    border-radius:4px 0 0 4px
}
.leaderboard--single .landing-template .leaderboard__caption-cell:last-child{
    border-radius:0 4px 4px 0;
    width:155px
}
.landing-template .leaderboard__caption-cell:first-child{
    border-left:none;
    width:80px
}
@media(max-width:768px){
    .landing-template .leaderboard__caption-cell:first-child{
        width:60px
    }
}
.landing-template .leaderboard__caption-cell:nth-of-type(3){
    width:110px
}
@media(max-width:1248px){
    .landing-template .leaderboard__caption-cell:nth-of-type(3){
        width:80px
    }
}
.landing-template .leaderboard__caption-cell:last-child{
    border-right:none;
    width:155px
}
@media(max-width:1920px){
    .landing-template .leaderboard__caption-cell:last-child{
        width:115px
    }
}
@media(max-width:1248px){
    .landing-template .leaderboard__caption-cell:last-child{
        width:80px
    }
}
.landing-template .leaderboard__row{
    background:#1c1c1c;
    border-radius:4px
}
.landing-template .leaderboard__row:nth-child(odd){
    background:#000
}
.tournaments-panel .landing-template .leaderboard__row:nth-child(odd){
    background:transparent
}
.landing-template .leaderboard__cell{
    border-right:2px solid rgba(0,0,0,.4);
    color:#fff;
    font-size:13px;
    font-weight:600;
    line-height:50px;
    margin:5px 0
}
.leaderboard--single .landing-template .leaderboard__cell{
    border-right:0;
    line-height:40px
}
.leaderboard--single .landing-template .leaderboard__cell:last-child{
    color:#feee48
}
.landing-template .leaderboard__cell:first-child{
    border-radius:5px 0 0 5px
}
.landing-template .leaderboard__cell:nth-of-type(2){
    max-width:80px;
    overflow:hidden;
    text-overflow:ellipsis
}
.landing-template .leaderboard__cell:last-child{
    border-radius:0 5px 5px 0;
    border-right:none
}
.landing-template .one-table{
    float:none;
    margin-left:auto;
    margin-right:auto;
    width:70%
}
.leaderboard--single .landing-template .one-table{
    width:100%
}
@media(max-width:768px){
    .landing-template .one-table{
        width:100%
    }
}
.landing-template .one-table:nth-of-type(1n-1){
    margin-bottom:0
}
.landing-template .one-table:last-child{
    margin-top:0
}
.landing-template .one-table:last-child>table{
    margin-top:-20px
}
.leaderboard--single .landing-template .one-table:last-child>table{
    margin-top:-10px
}
.landing-template .one-table:last-child>table thead th{
    font-size:0!important;
    line-height:0!important;
    min-height:auto!important;
    padding:0!important
}
.landing-template--v2{
    background-color:#0b0b14
}
.landing-template--v2 .layout__footer{
    margin-left:auto;
    margin-right:auto;
    max-width:1400px
}
.landing-template--v2 .footer-licence-info__image{
    width:70%
}
.landing-template--v2 .container{
    margin-left:auto;
    margin-right:auto;
    max-width:1204px;
    padding-left:20px;
    padding-right:20px
}
.landing-template--v2 .landing-header{
    padding-top:68px;
    position:relative
}
@media(max-width:768px){
    .landing-template--v2 .landing-header{
        padding-top:30px
    }
}
.landing-template--v2 .landing-header__bg{
    left:0;
    max-width:100vw;
    position:absolute;
    top:0;
    width:100%;
    z-index:1
}
@media(max-width:1248px){
    .landing-template--v2 .landing-header__bg{
        width:auto
    }
}
.landing-template--v2 .landing-header__logo{
    display:flex;
    justify-content:center
}
@media(max-width:768px){
    .landing-template--v2 .landing-header__logo-link{
        width:140px
    }
}
.landing-template--v2 .landing-header__logo-link img{
    max-width:100%
}
.landing-template--v2 .landing-header .container{
    position:relative;
    z-index:2
}
.landing-template--v2 .landing-header__content-wrap{
    display:flex;
    margin-top:48px
}
@media(max-width:1248px){
    .landing-template--v2 .landing-header__content-wrap{
        flex-wrap:wrap
    }
}
.landing-template--v2 .landing-header__block{
    position:relative;
    width:50%
}
@media(max-width:1248px){
    .landing-template--v2 .landing-header__block{
        width:100%
    }
}
.landing-template--v2 .landing-header__block--text{
    z-index:2
}
.landing-template--v2 .landing-header__pretitle{
    color:#eaffff;
    font-size:24px;
    font-weight:400;
    margin-bottom:0;
    margin-top:0;
    text-shadow:0 0 8px #0085ff,0 0 32px #06f
}
@media(max-width:1248px){
    .landing-template--v2 .landing-header__pretitle{
        text-align:center
    }
}
@media(max-width:768px){
    .landing-template--v2 .landing-header__pretitle{
        font-size:20px
    }
}
.landing-template--v2 .landing-header__title{
    color:#fff;
    font-size:48px;
    font-weight:900;
    line-height:56px;
    margin-bottom:0;
    margin-top:0;
    text-transform:uppercase
}
@media(max-width:1248px){
    .landing-template--v2 .landing-header__title{
        text-align:center
    }
}
@media(max-width:768px){
    .landing-template--v2 .landing-header__title{
        font-size:32px;
        line-height:44px
    }
}
.landing-template--v2 .landing-header__form-wrap{
    margin-left:auto;
    padding:80px;
    position:relative;
    width:90%
}
@media(max-width:1248px){
    .landing-template--v2 .landing-header__form-wrap{
        margin-bottom:180px;
        margin-right:auto;
        margin-top:50px;
        width:520px
    }
}
@media(max-width:768px){
    .landing-template--v2 .landing-header__form-wrap{
        padding:40px;
        width:100%
    }
}
.landing-template--v2 .landing-header__form-title{
    color:#eaffff;
    font-size:24px;
    font-weight:400;
    margin-bottom:30px;
    margin-top:0;
    position:relative;
    text-align:center;
    text-shadow:0 0 8px #0085ff,0 0 32px #06f;
    z-index:2
}
@media(max-width:768px){
    .landing-template--v2 .landing-header__form-title{
        font-size:20px
    }
}
.landing-template--v2 .landing-header__form-bg{
    height:112%;
    left:-8%;
    position:absolute;
    top:-6%;
    width:116%;
    z-index:1
}
.landing-template--v2 .landing-header__car{
    left:-112%;
    pointer-events:none;
    position:absolute;
    top:430px;
    z-index:2
}
@media(max-width:1248px){
    .landing-template--v2 .landing-header__car{
        bottom:-200px;
        left:auto;
        right:60px;
        top:auto
    }
}
@media(max-width:768px){
    .landing-template--v2 .landing-header__car{
        bottom:-230px
    }
}
.landing-template--v2 .landing-header__form-line{
    left:-234px;
    pointer-events:none;
    position:absolute;
    top:-144px;
    z-index:2
}
.landing-template--v2 .landing-header__figure-1{
    left:-200px;
    position:absolute;
    top:0;
    z-index:-1
}
@media(max-width:1248px){
    .landing-template--v2 .landing-header__figure-1{
        left:-60px;
        top:-120px
    }
}
@media(max-width:768px){
    .landing-template--v2 .landing-header__figure-1{
        left:-90px;
        top:-20px
    }
}
.landing-template--v2 .landing-header__figure-2{
    left:-15px;
    position:absolute;
    top:440px;
    z-index:-1
}
@media(max-width:1248px){
    .landing-template--v2 .landing-header__figure-2{
        right:50px;
        top:200px
    }
}
@media(max-width:768px){
    .landing-template--v2 .landing-header__figure-2{
        display:none
    }
}
.landing-template--v2 .landing-header__figure-3{
    left:-100px;
    position:absolute;
    top:100px;
    z-index:2
}
@media(max-width:1248px){
    .landing-template--v2 .landing-header__figure-3{
        left:auto;
        right:-140px;
        top:200px
    }
}
.landing-template--v2 .landing-header__figure-4{
    position:absolute;
    right:100px;
    top:-80px;
    z-index:-1
}
@media(max-width:1248px){
    .landing-template--v2 .landing-header__figure-4{
        display:none
    }
}
.landing-template--v2 .landing-header__figure-5{
    position:absolute;
    right:-200px;
    top:-120px;
    z-index:-1
}
@media(max-width:1248px){
    .landing-template--v2 .landing-header__figure-5{
        right:60px;
        top:0
    }
}
@media(max-width:768px){
    .landing-template--v2 .landing-header__figure-5{
        right:0
    }
}
.landing-template--v2 .landing-header__light-1{
    bottom:-40px;
    pointer-events:none;
    position:absolute;
    right:-100px;
    z-index:2
}
@media(max-width:768px){
    .landing-template--v2 .landing-header__light-1{
        bottom:-120px;
        right:-80px
    }
}
.landing-template--v2 .landing-header__light-2{
    left:-180px;
    position:absolute;
    top:300px;
    z-index:-1
}
@media(max-width:1248px){
    .landing-template--v2 .landing-header__light-2{
        left:-120px;
        top:-60px
    }
}
.landing-template--v2 .btn{
    background:url(/images/landing-new__btn-bg.fd6caf9e..svg) no-repeat 50%;
    background-size:cover!important;
    border:none;
    border-radius:0;
    box-shadow:none;
    font-size:20px!important;
    font-weight:900;
    margin-bottom:15px;
    padding:12px 60px;
    width:100%
}
.landing-template--v2 .btn:hover{
    background:url(/images/landing-new__btn-bg.fd6caf9e..svg) no-repeat 50%
}
.landing-template--v2 .input{
    background:rgba(131,180,255,.14)!important;
    border-radius:2px;
    color:#fff;
    font-size:16px;
    font-weight:400;
    line-height:24px;
    padding:10px 16px
}
.landing-template--v2 .input::-moz-placeholder{
    color:#fff
}
.landing-template--v2 .input::placeholder{
    color:#fff
}
.landing-template--v2 .input--empty .input__native+.input__focus-container{
    background:rgba(131,180,255,.14)
}
.landing-template--v2 .input .input__native+.input__focus-container,.landing-template--v2 .input .input__native:hover+.input__focus-container,.landing-template--v2 .input--default .input__native+.input__focus-container,.landing-template--v2 .input--default .input__native:hover+.input__focus-container{
    background:rgba(131,180,255,.14);
    border-color:rgba(131,180,255,.14)
}
.landing-template--v2 .input .input__native+.input__focus-container,.landing-template--v2 .input--default .input__native+.input__focus-container{
    background:rgba(131,180,255,.14)
}
.landing-template--v2 .input--error .input__native+.input__focus-container{
    border-color:rgba(236,50,0,.3)
}
.landing-template--v2 .registration-dynamic-form__buttons{
    flex-wrap:wrap
}
.landing-template--v2 .registration-dynamic-form .select__arrow-icon-wrapper{
    color:#fff
}
.landing-template--v2 .registration-dynamic-form__back-button{
    background:none!important;
    color:#fff;
    font-size:14px;
    font-weight:700;
    line-height:20px;
    padding-bottom:0;
    padding-top:0;
    text-transform:none
}
.landing-template--v2 .registration-dynamic-form__link{
    color:#ec3200
}
.landing-template--v2 .registration-dynamic-form__button-wrapper{
    margin-left:0!important;
    width:100%
}
.landing-template--v2 .registration-dynamic-form__col--promo,.landing-template--v2 .registration-dynamic-form__header,.landing-template--v2 .registration-dynamic-form__title{
    display:none
}
.landing-template--v2 .registration-dynamic-form__col--form{
    min-height:auto;
    padding:0;
    position:relative;
    width:100%;
    z-index:2
}
.landing-template--v2 .registration-dynamic-form__form-step{
    margin-bottom:5px
}
.landing-template--v2 .registration-dynamic-form .radio-group{
    margin:20px 0 10px
}
.landing-template--v2 .registration-dynamic-form .radio__label{
    color:#fff;
    font-size:16px;
    font-weight:400;
    line-height:24px
}
.landing-template--v2 .registration-dynamic-form .radio__point{
    height:18px;
    width:18px
}
.landing-template--v2 .registration-dynamic-form .checkbox__block{
    margin-bottom:8px
}
.landing-template--v2 .registration-dynamic-form .checkbox__label{
    color:#fff;
    font-size:14px;
    font-weight:400;
    line-height:20px
}
.landing-template--v2 .registration-dynamic-form .checkbox__label a{
    color:#ec3200
}
.landing-template--v2 .registration-dynamic-form .checkbox__point{
    height:18px;
    width:18px
}
.landing-template--v2 .captcha-term-and-policy{
    color:#fff;
    font-size:14px;
    font-weight:400;
    line-height:20px
}
.landing-template--v2 .captcha-term-and-policy a{
    color:#ec3200
}
.landing-template--v2 .promo-form{
    margin-top:60px
}
.landing-template--v2 .promo-form .container{
    max-width:1576px;
    position:relative
}
.landing-template--v2 .promo-form__bg{
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%
}
.landing-template--v2 .promo-form__logo-list{
    align-items:center;
    display:flex;
    margin-left:auto;
    margin-right:auto;
    max-width:1160px
}
@media(max-width:1248px){
    .landing-template--v2 .promo-form__logo-list{
        flex-wrap:wrap;
        justify-content:center
    }
}
.landing-template--v2 .promo-form__logo-item{
    margin:30px;
    max-height:60px;
    max-width:150px;
    min-height:35px;
    min-width:100px
}
.landing-template--v2 .bonuses .container{
    max-width:1400px
}
.landing-template--v2 .bonuses__list{
    display:flex
}
@media(max-width:1248px){
    .landing-template--v2 .bonuses__list{
        flex-wrap:wrap
    }
}
.landing-template--v2 .bonuses__icon{
    display:block;
    margin-left:auto;
    margin-right:auto
}
.landing-template--v2 .bonuses__block{
    margin-left:25px;
    margin-right:25px;
    width:calc(25% - 50px)
}
@media(max-width:1248px){
    .landing-template--v2 .bonuses__block{
        width:calc(50% - 50px)
    }
}
@media(max-width:768px){
    .landing-template--v2 .bonuses__block{
        width:calc(100% - 50px)
    }
}
.landing-template--v2 .bonuses__title{
    color:#fff;
    font-size:24px;
    font-weight:900;
    margin-bottom:16px;
    margin-top:0;
    text-align:center
}
.landing-template--v2 .bonuses__text{
    color:hsla(0,0%,100%,.65);
    font-size:16px;
    font-weight:400;
    line-height:24px;
    margin:0;
    text-align:center
}
.landing-template--v2 .vip-club{
    padding-top:130px
}
@media(max-width:1248px){
    .landing-template--v2 .vip-club{
        margin-bottom:100px
    }
}
.landing-template--v2 .vip-club .container{
    max-width:1400px
}
.landing-template--v2 .vip-club__content{
    display:flex;
    position:relative
}
@media(max-width:1248px){
    .landing-template--v2 .vip-club__content{
        flex-wrap:wrap
    }
}
.landing-template--v2 .vip-club__bg{
    left:-160px;
    max-width:100vw;
    position:absolute;
    top:-240px
}
@media(max-width:1248px){
    .landing-template--v2 .vip-club__bg{
        left:50%;
        top:-200px;
        transform:translateX(-50%)
    }
}
.landing-template--v2 .vip-club__block{
    position:relative;
    z-index:2
}
.landing-template--v2 .vip-club__block--img{
    display:flex;
    justify-content:center;
    width:40%
}
@media(max-width:1248px){
    .landing-template--v2 .vip-club__block--img{
        width:100%
    }
}
.landing-template--v2 .vip-club__block--text{
    padding-left:30px;
    width:60%
}
@media(max-width:1248px){
    .landing-template--v2 .vip-club__block--text{
        margin-top:-100px;
        padding-left:0;
        width:100%
    }
}
.landing-template--v2 .vip-club__title{
    color:#fff;
    font-size:48px;
    font-weight:900;
    margin-bottom:20px;
    margin-top:50px
}
@media(max-width:1248px){
    .landing-template--v2 .vip-club__title{
        text-align:center
    }
}
@media(max-width:768px){
    .landing-template--v2 .vip-club__title{
        font-size:32px
    }
}
.landing-template--v2 .vip-club__text{
    color:hsla(0,0%,100%,.65);
    font-size:20px;
    font-weight:400;
    line-height:32px;
    margin-bottom:30px
}
@media(max-width:1248px){
    .landing-template--v2 .vip-club__text{
        text-align:center
    }
}
@media(max-width:768px){
    .landing-template--v2 .vip-club__text{
        font-size:16px;
        line-height:24px
    }
}
.landing-template--v2 .vip-club__img{
    margin-top:-100px;
    max-width:100%;
    position:relative;
    z-index:2
}
.landing-template--v2 .vip-club .btn{
    background:none;
    color:#fff;
    font-size:20px;
    font-weight:900;
    position:relative;
    text-transform:none;
    width:auto
}
@media(max-width:1248px){
    .landing-template--v2 .vip-club .btn{
        left:50%;
        transform:translateX(-50%)
    }
}
.landing-template--v2 .vip-club .btn span{
    position:relative;
    z-index:2
}
.landing-template--v2 .vip-club .btn__bg{
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%
}
.landing-template--v2 .games-slider__wrap .container{
    position:relative
}
.landing-template--v2 .games-slider{
    z-index:2
}
.landing-template--v2 .games-slider__bg{
    height:140%;
    left:-20%;
    position:absolute;
    top:-20%;
    width:140%
}
.landing-template--v2 .games-slider__title{
    color:#fff;
    font-size:40px;
    font-weight:900;
    text-align:center
}
@media(max-width:768px){
    .landing-template--v2 .games-slider__title{
        font-size:32px
    }
}
.landing-template--v2 .jackpot{
    margin-top:100px;
    padding-left:20px;
    padding-right:20px
}
.landing-template--v2 .jackpot .container{
    max-width:1240px;
    padding:60px;
    position:relative
}
@media(max-width:1248px){
    .landing-template--v2 .jackpot .container{
        padding:70px 15px
    }
}
@media(max-width:768px){
    .landing-template--v2 .jackpot .container{
        overflow:hidden;
        padding:50px 15px
    }
}
.landing-template--v2 .jackpot__bg{
    left:0;
    position:absolute;
    top:0;
    width:100%
}
@media(max-width:768px){
    .landing-template--v2 .jackpot__bg{
        width:auto
    }
}
.landing-template--v2 .jackpot__content{
    display:flex;
    justify-content:space-between
}
@media(max-width:768px){
    .landing-template--v2 .jackpot__content{
        flex-wrap:wrap
    }
}
.landing-template--v2 .jackpot__block{
    position:relative;
    z-index:2
}
.landing-template--v2 .jackpot__block--img{
    width:40%
}
@media(max-width:1248px){
    .landing-template--v2 .jackpot__block--img{
        width:30%
    }
}
@media(max-width:768px){
    .landing-template--v2 .jackpot__block--img{
        order:2;
        width:100%
    }
}
.landing-template--v2 .jackpot__block--text{
    width:50%
}
@media(max-width:1248px){
    .landing-template--v2 .jackpot__block--text{
        width:70%
    }
}
@media(max-width:768px){
    .landing-template--v2 .jackpot__block--text{
        order:1;
        width:100%
    }
}
.landing-template--v2 .jackpot__img{
    margin-top:-100px;
    max-width:100%
}
@media(max-width:1248px){
    .landing-template--v2 .jackpot__img{
        margin-top:-50px;
        max-width:125%
    }
}
@media(max-width:768px){
    .landing-template--v2 .jackpot__img{
        display:block;
        margin-left:auto;
        margin-right:auto;
        margin-top:20px;
        max-width:100%
    }
}
.landing-template--v2 .jackpot__btn-wrap{
    display:flex;
    justify-content:center
}
.landing-template--v2 .jackpot .btn{
    background:url(/images/landing-new__btn-bg.8d0aadb0..png) no-repeat 50%;
    width:auto
}
.landing-template--v2 .jackpot__title{
    color:#eaffff;
    font-size:48px;
    font-weight:400;
    margin-bottom:13px;
    margin-top:0;
    text-align:center;
    text-shadow:0 0 8px #0085ff,0 0 16px #0075ff,0 0 32px #06f
}
@media(max-width:1248px){
    .landing-template--v2 .jackpot__title{
        font-size:40px;
        margin-bottom:7px
    }
}
@media(max-width:768px){
    .landing-template--v2 .jackpot__title{
        font-size:32px;
        margin-bottom:13px
    }
}
.landing-template--v2 .jackpot__price{
    color:#fff;
    font-size:56px;
    font-weight:600;
    margin-bottom:32px;
    margin-top:0;
    text-align:center
}
@media(max-width:1248px){
    .landing-template--v2 .jackpot__price{
        font-size:48px
    }
}
@media(max-width:768px){
    .landing-template--v2 .jackpot__price{
        font-size:32px
    }
}
.page-tourn-list{
    display:block;
    margin:0;
    padding:32px 0;
    width:100%
}
@media(min-width:768px){
    .page-tourn-list{
        padding:64px 0
    }
}
.page-tourn-list__title{
    color:#fff;
    display:block;
    font-size:24px;
    font-weight:700;
    letter-spacing:normal;
    line-height:1.2;
    margin:0 0 32px;
    padding:0;
    text-align:left;
    text-transform:uppercase;
    width:100%
}
@media(min-width:768px){
    .page-tourn-list__title{
        font-size:40px;
        margin-bottom:64px
    }
}
.page-tourn-list__main{
    display:block;
    margin:0;
    padding:0;
    width:100%
}
.page-tourn-list__grid{
    grid-column-gap:26px;
    grid-row-gap:32px;
    align-items:flex-start;
    display:grid;
    grid-template-columns:1fr;
    justify-content:flex-start;
    margin:64px 0 0;
    padding:0;
    width:100%
}
@media(min-width:768px){
    .page-tourn-list__grid{
        grid-row-gap:64px
    }
}
@media(min-width:1248px){
    .page-tourn-list__grid{
        grid-template-columns:repeat(2,1fr)
    }
}
@media(min-width:1440px){
    .page-tourn-list__grid{
        grid-column-gap:32px
    }
}
.page-tourn-list__item{
    align-items:flex-start;
    align-self:stretch;
    display:inline-flex;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content:center;
    margin:0;
    overflow:hidden;
    padding:0;
    width:100%
}
.lottery{
    padding:0
}
.lottery__box{
    margin:0 auto;
    max-width:1220px;
    padding:0 24px
}
@media(min-width:768px){
    .lottery__box{
        padding:0 30px
    }
}
.lottery__title{
    color:#262626;
    font-size:24px;
    font-weight:500;
    margin-bottom:30px;
    margin-top:0;
    text-align:center;
    text-transform:uppercase;
    z-index:1
}
@media(min-width:768px){
    .lottery__title{
        font-size:28px
    }
}
@media(min-width:960px){
    .lottery__title{
        font-size:34px
    }
}
.lottery__description{
    color:#fff;
    font-size:14px;
    font-weight:500;
    letter-spacing:.18px;
    margin-bottom:0;
    opacity:.5;
    text-transform:uppercase
}
@media(min-width:768px){
    .lottery__description{
        font-size:18px
    }
}
.lottery__icon{
    display:inline-block;
    padding-bottom:33px
}
@media(min-width:768px){
    .lottery__icon{
        padding-bottom:40px
    }
}
.lottery-banner{
    background:url(/images/lottery_banner.e1e036c6..png) 50% no-repeat;
    background-size:cover;
    min-height:400px;
    padding:40px 0 30px;
    text-align:center
}
@media(min-width:768px){
    .lottery-banner{
        border-radius:0 0 4px 4px;
        padding:46px 0 36px
    }
}
.lottery-banner__title{
    color:#fff;
    font-size:36px;
    font-weight:700;
    margin-bottom:25px;
    text-transform:uppercase
}
@media(min-width:768px){
    .lottery-banner__title{
        font-size:56px;
        margin-bottom:38px;
        text-align:left
    }
    .lottery-banner__btn-wrap{
        align-items:center;
        display:flex;
        flex-wrap:wrap
    }
}
.lottery-banner__link-wrap{
    align-items:center;
    display:flex;
    flex-direction:column
}
.lottery-banner .deposit-button{
    font-size:18px;
    font-weight:700;
    letter-spacing:.18px;
    margin-bottom:18px;
    min-height:70px;
    min-width:176px
}
@media(min-width:768px){
    .lottery-banner .deposit-button{
        font-size:22px;
        margin-bottom:0;
        margin-right:34px;
        min-width:238px
    }
}
.lottery-banner .link{
    color:#fff;
    display:block;
    font-size:15px;
    font-weight:500;
    letter-spacing:.15px;
    line-height:32px;
    text-align:center
}
@media(min-width:768px){
    .lottery-banner .link{
        font-size:18px
    }
}
.lottery-banner .link:hover{
    text-decoration:underline
}
.lottery-conditions{
    background:#19191a;
    color:#fff;
    padding:31px 0 35px
}
@media(min-width:768px){
    .lottery-conditions{
        padding:55px 0
    }
}
.lottery-conditions__title{
    font-size:24px;
    font-weight:500;
    margin-bottom:10px;
    text-transform:uppercase
}
@media(min-width:768px){
    .lottery-conditions__title{
        font-size:28px;
        margin-bottom:3px
    }
}
@media(min-width:960px){
    .lottery-conditions__title{
        font-size:34px
    }
}
.lottery-conditions__title--small{
    font-size:14px;
    font-weight:400;
    margin-bottom:24px;
    text-transform:none
}
@media(min-width:768px){
    .lottery-conditions__title--small{
        font-size:16px
    }
}
.lottery-conditions__wrap{
    max-width:800px;
    padding:0 12px;
    text-align:center
}
@media(min-width:768px){
    .lottery-conditions__wrap{
        padding:0 30px
    }
}
.lottery-conditions__list{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    margin:0;
    max-width:960px;
    padding:0;
    width:100%
}
.lottery-conditions__cell{
    align-items:stretch;
    display:flex;
    justify-content:center;
    list-style:none;
    margin-bottom:25px;
    max-width:380px;
    width:100%
}
.lottery-conditions__cell:nth-child(odd){
    margin-right:0
}
@media(min-width:768px){
    .lottery-conditions__cell:nth-child(odd){
        margin-right:30px
    }
    .lottery-conditions__cell{
        max-width:100%;
        width:calc(50% - 15px)
    }
}
.lottery-conditions-prize{
    background-color:#000;
    background-image:url(/images/lottery_prize-bg.f5e816d2..png);
    background-position:bottom;
    background-repeat:no-repeat;
    background-size:100%;
    color:#fff;
    padding:40px 0;
    position:relative
}
@media(min-width:960px){
    .lottery-conditions-prize{
        padding:50px 0
    }
}
.lottery-conditions-prize__wrap{
    max-width:920px;
    position:relative;
    text-align:center;
    z-index:2
}
.lottery-conditions-prize__title{
    color:#fff;
    margin-bottom:35px
}
@media(min-width:768px){
    .lottery-conditions-prize__title{
        margin-bottom:40px
    }
}
.lottery-conditions-prize__list{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    margin:-5px;
    padding:0
}
@media(min-width:768px){
    .lottery-conditions-prize__list{
        margin:-10px
    }
}
@media(min-width:960px){
    .lottery-conditions-prize__list{
        margin:-10px -15px
    }
}
.lottery-conditions-prize__cell{
    list-style:none;
    margin:5px;
    width:100%
}
@media(min-width:768px){
    .lottery-conditions-prize__cell{
        margin:10px;
        width:33.3333333333%
    }
}
@media(min-width:960px){
    .lottery-conditions-prize__cell{
        margin:10px 15px
    }
}
.lottery-conditions-prize__cell--full{
    text-align:center;
    width:100%
}
.lottery-conditions-terms{
    background:#000;
    padding:40px 0
}
.lottery-conditions-terms__wrap{
    max-width:1200px;
    padding:0 12px;
    text-align:center
}
@media(min-width:768px){
    .lottery-conditions-terms__wrap{
        padding:0 30px
    }
}
.lottery-conditions-terms__title{
    color:#fff;
    margin-bottom:30px
}
@media(min-width:768px){
    .lottery-conditions-terms__title{
        margin-bottom:40px
    }
}
.lottery-conditions-terms__list{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-bottom:-20px
}
.lottery-conditions-terms__item{
    align-items:center;
    background-color:hsla(0,0%,100%,.1);
    border-radius:10px;
    display:flex;
    justify-content:center;
    margin-bottom:20px;
    padding:10px 20px;
    width:100%
}
@media(min-width:768px){
    .lottery-conditions-terms__item{
        width:calc(50% - 10px)
    }
}
@media(min-width:960px){
    .lottery-conditions-terms__item{
        width:calc(33.33333% - 13.33333px)
    }
}
.body{
    scrollbar-color:#fff;
    scrollbar-width:thin
}
.body::-webkit-scrollbar{
    height:3px;
    width:3px
}
.body::-webkit-scrollbar-track{
    background:hsla(0,0%,100%,.5);
    border-radius:2px
}
.body::-webkit-scrollbar-thumb{
    background:hsla(0,0%,100%,.6);
    border-radius:2px;
    margin:0
}
.body::-webkit-scrollbar-thumb:hover{
    background:#fff
}
.body:hover::-webkit-scrollbar-thumb{
    background:hsla(0,0%,100%,.8)
}
.tournaments__banner{
    margin:100px 0;
    position:relative;
    text-align:center
}
.tournaments__title{
    color:hsla(0,0%,100%,.8);
    font-size:30px;
    line-height:35px
}
@media(min-width:768px){
    .tournaments__title{
        font-size:42px;
        line-height:50px
    }
}
.tournaments__title--color{
    color:#d3ac81;
    font-size:33px;
    line-height:40px
}
@media(min-width:768px){
    .tournaments__title--color{
        font-size:48px;
        line-height:58px
    }
}
.tournaments__img{
    bottom:0;
    height:100%;
    left:0;
    -o-object-fit:cover;
    object-fit:cover;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:-1
}
.notification__container{
    align-items:center;
    background:linear-gradient(180deg,#3594bc,#2f5e94);
    border-radius:10px;
    box-shadow:0 0 35px #0f1c34;
    display:flex;
    padding:10px 40px 10px 10px;
    position:relative;
    word-break:break-all
}
.notification__text-wrapper{
    overflow-wrap:anywhere;
    word-break:normal
}
.notification__title{
    color:#fff;
    font-size:14px;
    font-weight:700;
    margin:0 0 3px
}
.notification__message{
    color:#fff;
    font-size:13px;
    font-weight:500;
    line-height:16px;
    margin:0
}
.notification__icon{
    font-size:20px;
    margin-right:10px
}
.notification__close-button.text-btn{
    background:rgba(15,28,52,.2);
    border-radius:50%;
    color:#fff;
    font-size:9px;
    height:24px;
    position:absolute;
    right:10px;
    top:50%;
    transform:translateY(-50%);
    width:24px
}
.notification__close-button.text-btn:focus,.notification__close-button.text-btn:hover{
    background:rgba(15,28,52,.3)
}
.notification__icon--success{
    color:#48a902
}
.notification__icon--warning{
    color:#ff9500
}
.notification__icon--danger{
    color:#ec3200
}
@font-face{
    font-display:block;
    font-family:font-icons;
    font-style:normal;
    font-weight:400;
    src:url(/fonts/font-icons.7de31f2f..ttf) format("truetype"),url(/fonts/font-icons.a3b21398..woff) format("woff"),url(/fonts/font-icons.c1dbd0da..svg#font-icons) format("svg")
}
.font-icons{
    speak:never;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-family:font-icons!important;
    font-style:normal;
    font-variant:normal;
    font-weight:400;
    line-height:1;
    text-transform:none
}
.font-icons--info-circle:before{
    content:""
}
.font-icons--success:before{
    content:""
}
.font-icons--warning:before{
    content:""
}
.font-icons--globe:before{
    content:""
}
.font-icons--fire:before{
    content:""
}
.font-icons--folder:before{
    content:""
}
.font-icons--sticker:before{
    content:""
}
.font-icons--medal:before{
    content:""
}
.font-icons--tourn-bold:before{
    content:""
}
.font-icons--about:before{
    content:""
}
.font-icons--bar:before{
    content:""
}
.font-icons--bar-open:before{
    content:""
}
.font-icons--chat:before{
    content:""
}
.font-icons--chat-full:before{
    content:""
}
.font-icons--close:before{
    content:""
}
.font-icons--deposit:before{
    content:""
}
.font-icons--favorite:before{
    content:""
}
.font-icons--favorite-add:before{
    content:""
}
.font-icons--fullscreen:before{
    content:""
}
.font-icons--games:before{
    content:""
}
.font-icons--home:before{
    content:""
}
.font-icons--left:before{
    content:""
}
.font-icons--notification:before{
    content:""
}
.font-icons--profile:before{
    content:""
}
.font-icons--screen-4:before{
    content:""
}
.font-icons--search:before{
    content:""
}
.font-icons--select:before{
    content:""
}
.font-icons--star:before{
    content:""
}
.font-icons--time:before{
    content:""
}
.font-icons--top:before{
    content:""
}
.font-icons--tourn:before{
    content:""
}
.font-icons--show:before{
    content:""
}
.font-icons--hide:before{
    content:""
}
.font-icons--fullscreen-close:before{
    content:""
}
.font-icons--register:before{
    content:""
}
.font-icons--respons:before{
    content:""
}
.font-icons--rg:before{
    content:""
}
.font-icons--right:before{
    content:""
}
.font-icons--screen:before{
    content:""
}
.font-icons--screen-2:before{
    content:""
}
.font-icons--fullscreen-game:before{
    content:""
}
.font-icons--singlescreen:before{
    content:""
}
.font-icons--dualscreen:before{
    content:""
}
.font-icons--quadscreen:before{
    content:""
}
.font-icons--telegram:before{
    color:#08c;
    content:""
}
.font-icons--instagram:before{
    color:#e4405f;
    content:""
}
.font-icons--facebook:before{
    color:#4267b2;
    content:""
}
.font-icons--twitter:before{
    color:#1da1f2;
    content:""
}
.font-icons--mailru:before{
    color:#ff9e00;
    content:""
}
.font-icons--odnoklassniki:before{
    color:#ee8208;
    content:""
}
.font-icons--vkontakte:before{
    color:#4a76a8;
    content:""
}
.font-icons--yandex:before{
    color:red;
    content:""
}
.font-icons--cards:before{
    content:""
}
.font-icons--check:before{
    content:""
}
.font-icons--gift:before{
    content:""
}
.font-icons--lootbox:before{
    content:""
}
.font-icons--up:before{
    content:""
}
.font-icons--fs:before{
    content:""
}
.text-btn{
    background:transparent none;
    border:none;
    box-shadow:none;
    display:inline-block;
    font-size:20px;
    line-height:1;
    margin:0;
    outline:none;
    padding:0;
    transition:color .3s ease;
    vertical-align:top
}
.text-btn:not(:disabled){
    cursor:pointer
}
.text-btn:disabled{
    opacity:.5
}
.text-btn:active,.text-btn:focus,.text-btn:hover{
    background:transparent none;
    color:#999;
    outline:none
}
.text-btn:hover{
    color:#fff
}
.text-btn--secondary{
    color:#999
}
.text-btn--secondary:hover{
    color:#fff
}
.text-btn--primary{
    color:#999
}
.text-btn--primary:hover{
    color:#fff
}
.text-btn--danger{
    color:#999
}
.text-btn--danger:hover{
    color:#fff
}
.loading{
    background-color:rgba(14,24,53,.9);
    bottom:0;
    display:grid;
    height:100vh;
    left:0;
    padding:25px;
    position:fixed;
    right:0;
    top:0;
    z-index:1080
}
.loading,.loading__logo-wrap{
    align-items:center;
    justify-content:center
}
.loading__logo-wrap{
    animation:pulse 1.5s infinite;
    display:flex;
    max-width:150px;
    position:relative;
    transform:scale(1)
}
@media(min-width:768px){
    .loading__logo-wrap{
        max-width:300px
    }
}
.loading__logo-image{
    max-width:100%;
    width:90%
}
@keyframes pulse{
    0%{
        transform:scale(1)
    }
    50%{
        transform:scale(1.4)
    }
    to{
        transform:scale(1)
    }
}
.image--hidden{
    display:none!important
}
