* {
    box-sizing: border-box
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: sans-serif
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font: 1em monospace, monospace
}

a {
    background: 0 0;
    text-decoration: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font: 1em monospace, monospace
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    max-width: 100%;
    width: auto;
    height: auto;
    display: block
}

button, input, optgroup, select, textarea {
    font: 100%/1.15 inherit;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

ul a {
    border-bottom: 0 none;
    line-height: inherit
}

html {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased
}

@media (max-width: 768px) and (orientation: portrait) {
    html {
        font-size: 4.6875vw
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    html {
        font-size: 2.5vw
    }
}

@media (min-width: 769px) {
    html {
        font-size: .9375vw
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 769px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 1025px) {
    .container {
        max-width: 982px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1300px
    }
}

.content-container {
    margin-left: 225px;
    overflow: hidden
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .content-container {
        margin-left: 70px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .content-container {
        margin-top: 0;
        margin-left: 4.8337333333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .content-container {
        margin-top: 5.5566666667rem;
        margin-left: 5.5566666667rem
    }
}

@media (max-width: 768px) {
    .content-container {
        margin-top: 50px;
        margin-left: 0
    }
}

.justify-center {
    justify-content: center
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.flex {
    display: flex;
    flex-wrap: wrap
}

.grid {
    display: grid;
    grid-gap: 40px;
    grid-template-rows:auto;
    grid-template-columns:100%;
    grid-template-areas:"content"
}

@media only screen and (max-width: 991px) {
    .grid {
        grid-gap: 0
    }
}

.grid-template-games-sidebar_right {
    grid-template-areas:"demo demo" "content sidebar";
    grid-template-columns:1fr 300px
}

@media only screen and (max-width: 991px) {
    .grid-template-games-sidebar_right {
        grid-template-areas:"demo" "content" "sidebar";
        grid-template-columns:1fr
    }
}

.grid-template-games-sidebar_left {
    grid-template-areas:"demo demo" "sidebar content";
    grid-template-columns:300px 1fr
}

@media only screen and (max-width: 991px) {
    .grid-template-games-sidebar_left {
        grid-template-areas:"demo" "content" "sidebar";
        grid-template-columns:1fr
    }
}

.grid-template-games {
    grid-template-areas:"demo" "content"
}

.grid-template-sidebar_left {
    grid-template-areas:"sidebar content";
    grid-template-columns:300px 1fr
}

@media only screen and (max-width: 991px) {
    .grid-template-sidebar_left {
        grid-template-areas:"content" "sidebar";
        grid-template-columns:1fr
    }
}

.grid-template-sidebar_right {
    grid-template-areas:"content sidebar";
    grid-template-columns:1fr 300px
}

@media only screen and (max-width: 991px) {
    .grid-template-sidebar_right {
        grid-template-areas:"content" "sidebar";
        grid-template-columns:1fr
    }
}

.grid-template {
    grid-template-areas:"content"
}

.grid-sidebar {
    grid-area: sidebar
}

.grid-content {
    grid-area: content
}

.grid-game {
    grid-area: demo
}

body {
    font: 1rem/1.48 Gilroy;
    color: #fff
}

.flex {
    display: flex;
    flex-wrap: wrap
}

svg {
    display: inline-block;
    vertical-align: baseline;
    transition: fill .3s, stroke .3s
}

.btn {
    background: #6ea500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    padding: 0;
    border-radius: 4px;
    font-weight: 600;
    outline: 0;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    white-space: nowrap
}

.dark .btn {
    background: #97a94c
}

.no-touch .btn:hover {
    background: #548200
}

.dark .no-touch .btn:hover {
    background: #bed753
}

@media (max-width: 768px) {
    .reg-form-paginate .btn {
        height: 56px;
        padding-left: 37px;
        padding-right: 37px;
        font-size: 16px;
        letter-spacing: .058px
    }
}

.btn.btn--back {
    background: 0 0;
    position: relative;
    color: #545d4f;
    font-size: 16px;
    padding: 0 0 0 20px;
    margin-right: 30px
}

.dark .btn.btn--back {
    color: #9ba959
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .btn.btn--back {
        font-size: 1.1048533333rem;
        padding: 0 0 0 1.3810666667rem;
        margin-right: 2.0716rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .btn.btn--back {
        font-size: 1.7781333333rem;
        padding: 0 0 0 2.2226666667rem;
        margin-right: 3.334rem
    }
}

@media (max-width: 768px) {
    .no-mobile-iframe .btn.btn--back {
        font-size: .8533333333rem;
        padding: 0 0 0 1.0666666667rem;
        margin-right: 1.6rem
    }
}

.missing-data-iframe .btn.btn--back {
    color: #99a187
}

.btn.btn--back .btn__icon {
    left: 0;
    color: #545d4f;
    filter: none
}

.dark .btn.btn--back .btn__icon {
    color: #9ba959
}

.missing-data-iframe .btn.btn--back .btn__icon {
    color: #99a187
}

.no-touch .btn.btn--back:hover {
    background: 0 0
}

.btn.disabled, .btn[disabled] {
    background: #f2f2f2;
    pointer-events: none;
    color: #9ea097
}

.dark .btn.disabled, .dark .btn[disabled] {
    background: #272a2d;
    color: #9ea097
}

.btn.disabled .btn__icon, .btn[disabled] .btn__icon {
    color: #9ea097
}

.dark .btn.disabled .btn__icon, .dark .btn[disabled] .btn__icon {
    text-shadow: 0 4px 7px #fff;
    color: #9ea097
}

.missing-data-iframe .btn.disabled .btn__icon, .missing-data-iframe .btn[disabled] .btn__icon, .registration-iframe .btn.disabled .btn__icon, .registration-iframe .btn[disabled] .btn__icon {
    color: #292925
}

.missing-data-iframe .btn.disabled, .missing-data-iframe .btn[disabled], .registration-iframe .btn.disabled, .registration-iframe .btn[disabled] {
    background: #9aa189;
    color: #292925
}

.dark .btn.tournament__participated__btn {
    background: #2f3336
}

.btn--icon {
    position: relative;
    display: inline-flex;
    align-items: center
}

.btn--small {
    font-size: .8em;
    padding: .7em 1em
}

.btn--small .btn__icon {
    height: 1.0666666667rem
}

@media (min-width: 769px) and (max-width: 1024px) {
    .btn--small {
        height: 3.5562666667rem;
        font-size: 1.5558666667rem
    }

    .btn--small .btn__icon {
        height: 1.7781333333rem
    }
}

.btn--lg {
    justify-content: center;
    padding: 1.125em 2.375em
}

.btn--lg.btn--spinner-icon {
    padding-left: 2.53333rem !important
}

@media (min-width: 769px) and (max-width: 1024px) {
    .btn--lg {
        padding: 0 2.7783333333rem;
        font-size: 1.5558666667rem;
        letter-spacing: -.03334rem
    }

    .btn--lg.btn--spinner-icon {
        padding-left: 4.22307rem !important
    }
}

.btn__icon, .btn__icon-spin {
    width: 17px;
    height: 16px;
    margin-right: 10px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .btn__icon, .btn__icon-spin {
        width: 1.1739066667rem;
        height: 1.1048533333rem;
        margin-right: .6905333333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .btn__icon, .btn__icon-spin {
        width: 1.8892666667rem;
        height: 1.7781333333rem;
        margin-right: 1.1113333333rem
    }
}

@media (max-width: 768px) {
    .btn__icon, .btn__icon-spin {
        left: 20px
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .no-mobile-iframe .btn__icon, .no-mobile-iframe .btn__icon-spin {
        width: .9066666667rem;
        height: .8533333333rem;
        margin-right: .5333333333rem
    }
}

.avatar-change .btn__icon, .avatar-change .btn__icon-spin, .deposit-popup .btn__icon, .deposit-popup .btn__icon-spin {
    margin-right: 0
}

.registration-iframe .btn__icon, .registration-iframe .btn__icon-spin {
    position: relative;
    width: 17px;
    height: 16px;
    left: 0;
    top: auto;
    transform: none
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .registration-iframe .btn__icon, .registration-iframe .btn__icon-spin {
        width: 1.1739066667rem;
        height: 1.1048533333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .registration-iframe .btn__icon, .registration-iframe .btn__icon-spin {
        width: 1.8892666667rem;
        height: 1.7781333333rem
    }
}

@media (max-width: 768px) {
    .no-mobile-iframe .registration-iframe .btn__icon, .no-mobile-iframe .registration-iframe .btn__icon-spin {
        width: .9066666667rem;
        height: .8533333333rem;
        left: 0
    }
}

.btn--spinner-icon .btn__icon {
    display: none
}

.btn--rounded {
    border-radius: 30px;
    font-size: 16px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .btn--rounded {
        border-radius: 2.0716rem;
        font-size: 1.1048533333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .btn--rounded {
        border-radius: 3.334rem;
        font-size: 1.7781333333rem
    }
}

.btn--rounded-he {
    border-radius: 30px;
    padding-left: 35px;
    padding-right: 35px;
    height: 56px;
    font-size: 16px;
    line-height: 0
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .btn--rounded-he {
        border-radius: 2.0716rem;
        padding-left: 2.4168666667rem;
        padding-right: 2.4168666667rem;
        height: 3.8669866667rem;
        font-size: 1.1048533333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .btn--rounded-he {
        border-radius: 3.334rem;
        padding-left: 3.8896666667rem;
        padding-right: 3.8896666667rem;
        height: 6.2234666667rem;
        font-size: 1.7781333333rem
    }
}

@media (max-width: 768px) {
    .btn--rounded-he {
        height: 42px;
        padding-left: 25px;
        padding-right: 25px;
        font-size: 14px
    }

    .no-mobile-iframe .btn--rounded-he {
        border-radius: 1.6rem;
        padding-left: 1.8666666667rem;
        padding-right: 1.8666666667rem;
        height: 2.9866666667rem;
        font-size: .8533333333rem
    }
}

.btn--rounded-he.red-button {
    background: 0 0;
    border: 3px solid #df1f3d;
    color: #292925
}

.dark .btn--rounded-he.red-button {
    color: rgba(255, 255, 255, .8)
}

.no-touch .btn--rounded-he.red-button:hover {
    border-color: rgba(178, 25, 49, .5);
    color: #525d4e
}

.btn--ui {
    padding: 6px 18px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1
}

.avatar-change__file-hint-text .btn--ui {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translate3d(0, -50%, 0);
    z-index: 50
}

.avatar-change__file-hint-text .btn--ui.disabled, .avatar-change__file-hint-text .btn--ui[disabled] {
    background: #6ea500;
    pointer-events: none;
    color: #fff
}

.dark .avatar-change__file-hint-text .btn--ui.disabled, .dark .avatar-change__file-hint-text .btn--ui[disabled] {
    background: #97a94c
}

@media (min-width: 769px) and (max-width: 1024px) {
    .avatar-change__file-hint-text .btn--ui {
        left: 11.1133333333rem
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .avatar-change__file-hint-text .btn--ui {
        left: 6.9053333333rem
    }
}

.btn--round-shadow {
    border-radius: 30px;
    font-size: 16px;
    box-shadow: 0 14px 25px 0 rgba(110, 165, 0, .31), 0 6px 27px 0 rgba(110, 165, 0, .25)
}

.no-touch .btn--round-shadow:hover {
    box-shadow: none
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .btn--round-shadow {
        border-radius: 2.0716rem;
        font-size: 1.1048533333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .btn--round-shadow {
        border-radius: 3.334rem;
        font-size: 1.7781333333rem
    }
}

.btn--shadow {
    box-shadow: 0 4px 13px 0 rgba(28, 30, 26, .5), 0 4px 12px 0 #6ea500
}

.dark .btn--shadow {
    box-shadow: 0 4px 13px 0 rgba(28, 30, 26, .5), 0 4px 12px 0 #97a94c
}

.btn--gray {
    background: #9ea097
}

.btn--lk {
    height: 40px;
    font-weight: 400;
    border-radius: 3px;
    padding: 12px 15px;
    line-height: 1
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .btn--lk {
        font-size: .9667466667rem;
        height: 2.7621333333rem;
        border-radius: .20716rem;
        padding: .82864rem 1.0358rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .btn--lk {
        font-size: 1.5558666667rem;
        height: 4.4453333333rem;
        border-radius: .3334rem;
        padding: 1.3336rem 1.667rem
    }
}

@media (max-width: 768px) {
    .btn--lk {
        border-radius: 0;
        width: 100%;
        padding: 0 17px;
        font-size: 14px;
        justify-content: space-between
    }
}

.btn--profile-close {
    background: #828282;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    color: #fff;
    padding: 0
}

.dark .btn--profile-close {
    background: #272a2d;
    color: #969e8f
}

.no-touch .btn--profile-close:hover {
    background: #545454
}

.dark .no-touch .btn--profile-close:hover {
    background: #31353a !important;
    color: #969e8f !important
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .btn--profile-close {
        width: 2.7621333333rem;
        height: 2.7621333333rem;
        border-radius: .6905333333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .btn--profile-close {
        width: 3.5562666667rem;
        height: 3.5562666667rem;
        border-radius: .8890666667rem
    }
}

@media (max-width: 768px) {
    .btn--profile-close {
        width: 32px;
        height: 32px;
        border-radius: 8px
    }
}

.balance-coins .btn--profile-close {
    flex-shrink: 0
}

@media (max-width: 768px) {
    .balance-coins .btn--profile-close {
        position: absolute;
        top: 15px;
        right: 15px
    }
}

.payment-modal .btn--profile-close {
    width: 30px;
    height: 30px;
    border-radius: 7px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .payment-modal .btn--profile-close {
        width: 2.0716rem;
        height: 2.0716rem;
        border-radius: .4833733333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .payment-modal .btn--profile-close {
        width: 3.334rem;
        height: 3.334rem;
        border-radius: .7779333333rem
    }
}

.btn--dep {
    position: relative;
    font-size: 16px;
    line-height: 1;
    height: 43px;
    padding: 0 13px;
    border-radius: 4px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .btn--dep {
        font-size: 1.1048533333rem;
        height: 2.9692933333rem;
        padding: 0 .8976933333rem;
        border-radius: .2762133333rem;
        max-height: 2.90024rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .btn--dep {
        font-size: 1.7781333333rem;
        height: 4.7787333333rem;
        padding: 0 1.4447333333rem;
        border-radius: .4445333333rem;
        max-height: 4.6676rem
    }
}

@media (max-width: 768px) {
    .btn--dep {
        font-size: 15px;
        padding: 0 15px;
        max-height: none;
        flex-shrink: 0
    }
}

.registration-iframe .btn--dep {
    font-size: 16px;
    line-height: 1;
    height: 43px;
    border-radius: 4px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .registration-iframe .btn--dep {
        font-size: 1.1048533333rem;
        height: 2.9692933333rem;
        border-radius: .2762133333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .registration-iframe .btn--dep {
        font-size: 1.7781333333rem;
        height: 4.7787333333rem;
        border-radius: .4445333333rem
    }
}

@media (max-width: 768px) {
    .registration-iframe .btn--dep {
        font-size: 15px;
        flex-shrink: inherit
    }

    .no-mobile-iframe .registration-iframe .btn--dep {
        font-size: .8533333333rem;
        height: 2.2933333333rem;
        border-radius: .2133333333rem
    }
}

.btn--set {
    position: relative;
    height: 52px;
    padding: 0 38px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 0
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .btn--set {
        height: 3.5907733333rem;
        padding: 0 2.6240266667rem;
        border-radius: 2.0716rem;
        font-size: 1.1048533333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .btn--set {
        height: 4.6676rem;
        padding: 0 2.7783333333rem;
        border-radius: 3.334rem;
        font-size: 1.5558666667rem
    }
}

@media (max-width: 768px) {
    .btn--set {
        height: 42px;
        padding: 0 25px;
        font-size: 14px
    }
}

.btn--form, .btn--icon-custom {
    position: relative;
    height: 53px;
    padding: 0 38px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .btn--form, .btn--icon-custom {
        height: 3.6598266667rem;
        padding: 0 2.6240266667rem;
        border-radius: 2.0716rem;
        font-size: 1.1048533333rem
    }

    .custom-modal--contacts .btn--form, .custom-modal--contacts .btn--icon-custom {
        height: 2.9692933333rem;
        padding: 0 2.0716rem;
        border-radius: 2.0716rem;
        font-size: .8976933333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .btn--form, .btn--icon-custom {
        height: 5.8900666667rem;
        padding: 0 2.7783333333rem;
        border-radius: 3.334rem;
        font-size: 1.5558666667rem
    }
}

@media (max-width: 768px) {
    .btn--form, .btn--icon-custom {
        height: 42px;
        padding: 0 25px;
        font-size: 14px
    }
}

.reg-form__btn-wr--eur .btn--form, .reg-form__btn-wr--eur .btn--icon-custom {
    height: 56px;
    width: 100%
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .reg-form__btn-wr--eur .btn--form, .reg-form__btn-wr--eur .btn--icon-custom {
        height: 3.8669866667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .reg-form__btn-wr--eur .btn--form, .reg-form__btn-wr--eur .btn--icon-custom {
        height: 6.2234666667rem
    }
}

@media (max-width: 768px) {
    .reg-form__btn-wr--eur .btn--form, .reg-form__btn-wr--eur .btn--icon-custom {
        height: 56px;
        font-size: 16px
    }
}

.registration-iframe .btn--form, .registration-iframe .btn--icon-custom {
    height: 53px;
    padding: 0 38px;
    border-radius: 30px;
    font-size: 16px;
    width: 100%
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .registration-iframe .btn--form, .registration-iframe .btn--icon-custom {
        height: 3.6598266667rem;
        padding: 0 2.6240266667rem;
        border-radius: 2.0716rem;
        font-size: 1.1048533333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .registration-iframe .btn--form, .registration-iframe .btn--icon-custom {
        height: 5.8900666667rem;
        padding: 0 2.7783333333rem;
        border-radius: 3.334rem;
        font-size: 1.5558666667rem
    }
}

@media (max-width: 768px) {
    .registration-iframe .btn--form, .registration-iframe .btn--icon-custom {
        height: 42px;
        padding: 0 25px;
        font-size: 14px
    }

    .no-mobile-iframe .registration-iframe .btn--form, .no-mobile-iframe .registration-iframe .btn--icon-custom {
        height: 2.8266666667rem;
        padding: 0 1.3333333333rem;
        border-radius: 1.6rem;
        font-size: .7466666667rem
    }
}

.btn--res {
    padding: 13px 16px 13px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .btn--res {
        padding: .8976933333rem 1.1048533333rem .8976933333rem;
        border-radius: .2762133333rem;
        font-size: 1.1048533333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .btn--res {
        padding: 1.4447333333rem 1.7781333333rem 1.4447333333rem;
        border-radius: .4445333333rem;
        font-size: 1.7781333333rem
    }
}

@media (max-width: 768px) {
    .btn--res {
        padding-top: 15px;
        padding-bottom: 14px;
        font-size: 15px
    }
}

.btn--lk-profile {
    width: 120px;
    text-align: center;
    height: 48px;
    padding: 0 16px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 0;
    letter-spacing: -.23px;
    flex-shrink: 0
}

.btn--lk-profile.disabled, .btn--lk-profile[disabled] {
    background: #828282;
    pointer-events: auto;
    color: #fff
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .btn--lk-profile {
        max-width: 8.2864rem;
        height: 3.31456rem;
        padding: 0 1.1048533333rem;
        border-radius: .6905333333rem;
        font-size: 1.1048533333rem;
        letter-spacing: -.0158822667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .btn--lk-profile {
        max-width: 9.7797333333rem;
        height: 4.2230666667rem;
        padding: 0 1.3336rem;
        border-radius: .8890666667rem;
        font-size: 1.5558666667rem
    }
}

@media (max-width: 768px) {
    .btn--lk-profile {
        position: relative;
        font-size: 14px;
        height: 38px;
        padding: 0 12px;
        width: auto
    }
}

.balance-coins .btn--lk-profile:not(:first-child) {
    margin-left: 6px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .balance-coins .btn--lk-profile:not(:first-child) {
        margin-left: .41432rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .balance-coins .btn--lk-profile:not(:first-child) {
        margin-left: .6668rem
    }
}

@media (max-width: 768px) {
    .balance-coins .btn--lk-profile {
        width: 78px
    }
}

.btn--no-bg {
    background: 0 0;
    border: 2px solid;
    border-color: #6ea500;
    color: #292925
}

.btn--no-bg .btn__icon {
    color: #6ea500
}

.dark .btn--no-bg {
    background: 0 0;
    border-color: #97a94c;
    color: #383d41
}

.dark .btn--no-bg .btn__icon {
    color: #97a94c
}

.no-touch .dark .btn--no-bg:hover {
    background: 0 0;
    opacity: .8
}

.btn--cancel {
    background: 0 0;
    border: 2px solid #df1f3d;
    color: #292925
}

.dark .btn--cancel {
    background: 0 0;
    color: #383d41
}

.btn--cancel .btn__icon {
    color: #df1f3d
}

.no-touch .dark .btn--cancel:hover {
    background: 0 0;
    opacity: .8
}

.btn.btn--big-black {
    background: #292925;
    height: auto;
    color: #fff;
    display: inline-block;
    padding: 1em .7em;
    border-radius: .5em;
    border: none;
    font-weight: 600;
    font-size: .8rem;
    line-height: 1;
    letter-spacing: normal;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: all .2s ease;
    transition-property: border, color, background-color
}

@media (max-width: 768px) {
    .btn.btn--big-black {
        padding: 1em 1em
    }
}

.no-touch .btn.btn--big-black:hover {
    background: #525d4e
}

.mg-top-120 {
    margin-top: 120px
}

.promo-slider {
    overflow-x: hidden
}

.promo-slider-artboard {
    position: absolute;
    left: 0;
    top: 1px;
    width: 100%;
    transform: translate3d(0, -100%, 0);
    z-index: 2
}

.promo-slider-wr {
    background: #e8f0c1;
    position: relative
}

.dark .promo-slider-wr {
    background: #32352c
}

.promo-slider__inner {
    padding: 0 20px 55px;
    overflow-x: visible;
    position: relative;
    max-width: 1236px;
    margin-left: auto;
    margin-right: auto;
    z-index: 7
}

@media (min-width: 769px) and (max-width: 1024px) {
    .promo-slider__inner {
        padding: 0 2.2226666667rem 3.8896666667rem
    }
}

@media (max-width: 768px) {
    .promo-slider__inner {
        max-width: 100%;
        overflow-x: hidden;
        padding: 0 20px 19px
    }
}

.promo-slider__inner .swiper-wrapper {
    display: flex;
    justify-content: center
}

@media (max-width: 768px) {
    .promo-slider__inner .swiper-wrapper {
        justify-content: end
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .promo-slider__inner .swiper-wrapper {
        justify-content: center
    }
}

.container-sidebar--promo {
    position: relative;
    margin-bottom: 40px
}

.promo-slider__item {
    flex-shrink: 0;
    width: 240px;
    margin-right: 92px;
    text-align: center;
    position: relative
}

@media (min-width: 769px) and (max-width: 1024px) {
    .promo-slider__item {
        width: 16.67rem;
        margin-right: 5.001rem
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .promo-slider__item {
        width: 16.5728rem;
        margin-right: 6.3529066667rem
    }
}

@media (max-width: 768px) {
    .promo-slider__item {
        width: 94px;
        margin-right: 5px
    }
}

.promo-slider__item:hover .promo-slider__item-img, .promo-slider__item:hover .promo-slider__item-title {
    transform: translateY(1px)
}

.promo-slider__item:hover .promo-slider__item-title {
    text-shadow: 0 4px 9px rgba(28, 30, 26, .4)
}

.promo-slider__item:last-child {
    margin-right: 0
}

.promo-slider__item-img {
    width: auto;
    margin-bottom: 14px;
    height: 178px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 769px) and (max-width: 1024px) {
    .promo-slider__item-img {
        height: 15.5586666667rem;
        margin-bottom: 1.1113333333rem
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .promo-slider__item-img {
        margin-bottom: .9667466667rem;
        height: 12.2914933333rem
    }
}

@media (max-width: 768px) {
    .promo-slider__item-img {
        height: 84px;
        margin-bottom: 9px
    }
}

.promo-slider__item-title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 90px;
    height: 76px;
    width: 100%;
    color: #fff;
    font-size: 46px;
    line-height: .83;
    font-weight: 700;
    letter-spacing: -1.31px;
    text-shadow: 0 8px 13px rgba(28, 30, 26, .8)
}

@media (min-width: 769px) and (max-width: 1024px) {
    .promo-slider__item-title {
        top: 6.668rem;
        height: 6.1123333333rem;
        font-size: 3.5562666667rem;
        line-height: .89;
        letter-spacing: -.056678rem;
        text-shadow: 0 .6668rem 1.11133rem rgba(28, 30, 26, .5)
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .promo-slider__item-title {
        top: 6.2148rem;
        height: 5.2480533333rem;
        font-size: 3.1764533333rem;
        letter-spacing: -.0904598667rem;
        text-shadow: 0 .55243rem .89769rem rgba(28, 30, 26, .8)
    }
}

@media (max-width: 768px) {
    .promo-slider__item-title {
        top: 36px;
        height: 32px;
        width: 100%;
        color: #fff;
        font-size: 18px;
        line-height: .89;
        letter-spacing: -.51px;
        text-shadow: 0 4px 7px rgba(28, 30, 26, .5)
    }
}

.promo-slider__item-text {
    font-size: 18px;
    line-height: 1.17;
    letter-spacing: normal;
    font-weight: 600;
    color: #292925
}

.dark .promo-slider__item-text {
    color: rgba(255, 255, 255, .7)
}

@media (min-width: 769px) and (max-width: 1024px) {
    .promo-slider__item-text {
        font-size: 1.667rem;
        line-height: 1.08;
        letter-spacing: -.10002rem
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .promo-slider__item-text {
        font-size: 1.24296rem
    }
}

@media (max-width: 768px) {
    .promo-slider__item-text {
        font-size: 12px;
        line-height: 1.08;
        letter-spacing: -.9px
    }
}

.promo-slider__item-num {
    background: #df1f3d;
    position: absolute;
    right: 0;
    top: 0;
    min-width: 36px;
    height: 36px;
    border-radius: 18px;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    color: #fff
}

@media (min-width: 769px) and (max-width: 1024px) {
    .promo-slider__item-num {
        min-width: 4.0008rem;
        height: 4.0008rem;
        border-radius: 2.0004rem;
        font-size: 1.5558666667rem;
        line-height: 4.0008rem
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .promo-slider__item-num {
        min-width: 2.48592rem;
        height: 2.48592rem;
        border-radius: 1.24296rem;
        font-size: .9667466667rem;
        line-height: 2.48592rem
    }
}

@media (max-width: 768px) {
    .promo-slider__item-num {
        min-width: 36px;
        height: 36px;
        border-radius: 18px;
        font-size: 14px;
        line-height: 36px
    }
}

.promo-slider-wrapper {
    display: flex
}

@media (max-width: 1024px) {
    .promo-slider-wrapper {
        overflow-x: scroll;
        overflow-y: hidden;
        padding-bottom: 15px
    }
}

.section-title {
    padding: 0 20px;
    margin-bottom: 42px;
    font-weight: 600;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -2.07px;
    position: relative;
    text-align: center;
    color: #292925;
    z-index: 5
}

.dark .section-title {
    color: #bed753
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .section-title {
        padding: 0 20px;
        margin-bottom: 42px;
        font-size: 48px;
        letter-spacing: -2.07px
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .section-title {
        font-size: 3.8896666667rem;
        margin-bottom: 4.6676rem;
        letter-spacing: -.230046rem
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .section-title {
        margin-bottom: 2.90024rem;
        font-size: 3.31456rem;
        letter-spacing: -.1429404rem
    }
}

@media (max-width: 768px) {
    .section-title {
        letter-spacing: -1.12px;
        font-size: 26px;
        margin-bottom: 20px;
        padding: 0 10px
    }
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy/Gilroy-Bold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy/Gilroy-Heavy.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy/Gilroy-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

.top-bar {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 75;
    top: 34px;
    left: 0;
    width: 100%;
    height: 66px
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .top-bar {
        width: 100%;
        top: 0
    }
}

@media (min-width: 1580px) and (max-width: 1919px) {
    .top-bar {
        top: 33px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .top-bar {
        top: 0;
        width: 100%;
        height: 4.55752rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .top-bar {
        position: fixed;
        height: 5.5566666667rem;
        width: 100%;
        top: 0
    }
}

@media (max-width: 768px) {
    .top-bar {
        height: 50px;
        width: auto;
        top: 0;
        z-index: 102;
        margin-left: 50px
    }
}

.top-bar:before {
    background: rgba(255, 255, 255, .8);
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    height: 66px;
    width: 100%;
    transition: .2s ease
}

.dark .top-bar:before {
    background: rgba(56, 61, 65, .8)
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .top-bar:before {
        top: -6.9053333333rem;
        height: 4.8337333333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .top-bar:before {
        height: 5.5566666667rem;
        top: 0
    }
}

@media (max-width: 768px) {
    .top-bar:before {
        display: none
    }
}

.sport .top-bar {
    position: fixed;
    top: 0
}

.sport .top-bar:before {
    top: 0;
    height: 66px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .sport .top-bar:before {
        height: 4.55752rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .sport .top-bar:before {
        height: 5.5242666667rem
    }
}

@media (max-width: 768px) {
    .sport .top-bar:before {
        height: 66px
    }
}

.top-bar--game-page {
    display: none
}

.top-bar-wr {
    position: absolute;
    left: 225px;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 1328px;
    margin: 0 auto
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .top-bar-wr {
        left: 70px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .top-bar-wr {
        width: 91.7028266667rem;
        left: 4.8337333333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .top-bar-wr {
        width: 100%;
        left: 0;
        padding-left: 7.2236666667rem
    }
}

@media (max-width: 768px) {
    .top-bar-wr {
        background-color: rgba(255, 255, 255, .8);
        position: fixed;
        height: 50px;
        left: 0;
        top: 0;
        width: auto;
        margin-left: 50px
    }

    .dark .top-bar-wr {
        background-color: rgba(56, 61, 65, .8)
    }
}

.burger {
    background: #6ea500;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 66px;
    cursor: pointer
}

.dark .burger {
    background: #97a94c
}

.burger:hover {
    background: #548200
}

.dark .burger:hover {
    background: #bed753
}

.menu-opened .burger {
    background: #548200
}

.dark .menu-opened .burger {
    background: #bed753
}

.icon-close, .modal-opened .icon-back {
    display: none
}

.icon-close {
    width: 16px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .icon-close {
        width: 1.1048533333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .icon-close {
        width: 1.7781333333rem
    }
}

@media (max-width: 768px) {
    .icon-close {
        width: 12px
    }
}

.modal-opened .icon-close {
    display: block
}

.icon-home {
    width: 29px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .icon-home {
        width: 2.0025466667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .icon-home {
        width: 1.7781333333rem
    }
}

@media (max-width: 768px) {
    .icon-home {
        width: 16px
    }
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .burger {
        width: 70px;
        height: 66px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .burger {
        width: 4.8337333333rem;
        height: 4.55752rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .burger {
        width: 5.5566666667rem;
        height: 5.5566666667rem
    }
}

@media (max-width: 768px) {
    .burger {
        width: 50px;
        height: 50px;
        top: -50px
    }
}

.burger__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
    color: #fff
}

@media (max-width: 768px) {
    .burger__trigger {
        box-shadow: 0 5px 10px 0 rgba(84, 130, 0, .39)
    }
}

.burger__trigger-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all .2s ease
}

.icon-burger {
    top: 23px;
    opacity: 1;
    height: 18px;
    width: 30px;
    font-size: 18px;
    font-weight: 800;
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .icon-burger {
        top: 24px;
        width: 30px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .icon-burger {
        top: 1.5191733333rem;
        width: 2.0716rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .icon-burger {
        top: 1.7781333333rem;
        width: 2.5560666667rem
    }
}

@media (max-width: 768px) {
    .icon-burger {
        top: 16px;
        width: 21px
    }
}

.menu-opened .icon-burger {
    top: -20px;
    opacity: 0
}

@media (max-width: 768px) {
    .menu-opened .icon-burger {
        top: -20px
    }
}

.modal-opened .icon-burger {
    display: none
}

.top-bar__burger {
    flex-shrink: 0;
    margin-right: 14px
}

.top-bar__burger:last-child {
    margin-right: 0
}

@media (min-width: 769px) and (max-width: 1024px) {
    .top-bar__burger {
        margin-right: 3.3333333333rem
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .top-bar__burger {
        margin-right: 1.6666666667rem
    }
}

.top-bar__logo {
    flex-shrink: 0;
    display: inline-block;
    cursor: pointer
}

.top-bar__logo:last-child {
    margin-right: 0
}

.header__logo-image {
    width: auto;
    height: 39px
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .header__logo-image {
        height: 39px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .header__logo-image {
        height: 2.69308rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .header__logo-image {
        height: 3.8896666667rem
    }
}

@media (max-width: 768px) {
    .header__logo-image {
        height: 26px
    }
}

.top-bar__links, .top-bar__links-item {
    display: flex;
    align-items: center
}

.top-bar__links-item {
    background: rgba(255, 255, 255, .6);
    flex-direction: row;
    height: 2.5555555556rem;
    margin-right: .3333333333rem;
    border-radius: .5555555556rem;
    cursor: pointer
}

.dark .top-bar__links-item {
    background: rgba(56, 61, 65, .6)
}

.top-bar--fixed .top-bar__links-item {
    background: 0 0
}

.top-bar--a {
    position: absolute
}

@media (min-width: 1546px) {
    .top-bar__links-item {
        height: 46px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .top-bar__links-item {
        height: 3.1764533333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .top-bar__links-item {
        background-color: transparent
    }
}

.top-bar__link {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -.8px;
    color: #292925;
    transition: color .25s ease-in-out;
    padding: 0 1.1111111111rem
}

.dark .top-bar__link {
    color: rgba(255, 255, 255, .8)
}

.top-bar__link.active, .top-bar__links-item:hover .top-bar__link {
    color: #6ea500
}

.dark .top-bar__link.active, .dark .top-bar__links-item:hover .top-bar__link {
    color: #fff
}

.top-bar--fixed .top-bar__link {
    padding: 0 10px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .top-bar--fixed .top-bar__link {
        padding: 0 1.3120133333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .top-bar__link {
        font-size: 1.5558666667rem;
        line-height: 1.14;
        letter-spacing: -.0977973333rem
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .top-bar__link {
        padding: 0 1.3120133333rem;
        font-size: 1.1048533333rem
    }
}

.top-bar__links-item-link {
    display: flex;
    align-items: center
}

.nav-links__links-item-ic {
    width: auto;
    height: 20px;
    margin-right: 10px;
    color: #fff;
    opacity: .8
}

.nav-links__links-item-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    letter-spacing: normal;
    transition: all .3s ease
}

.top-bar__right {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%
}

@media (min-width: 769px) and (max-width: 1024px) {
    .top-bar__right {
        margin-right: 1.667rem
    }
}

@media (max-width: 768px) {
    .top-bar__right {
        margin-left: 10px;
        margin-right: 10px
    }
}

.top-bar--fixed {
    position: fixed;
    top: 0
}

.top-bar--fixed:before {
    top: -66px;
    height: 132px
}

@media (min-width: 1580px) and (max-width: 1919px) {
    .top-bar--fixed:before {
        top: -66px;
        height: 132px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .top-bar--fixed:before {
        top: -4.55752rem;
        height: 9.11504rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .top-bar--fixed:before {
        top: -3.7785333333rem;
        height: 9.3352rem
    }
}

.quick-bar__menu-item__element {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding-left: 70px;
    cursor: pointer;
    padding-right: 15px
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .quick-bar__menu-item__element {
        height: 60px
    }
}

@media (min-width: 1580px) and (max-width: 1919px) {
    .quick-bar__menu-item__element {
        height: 70px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .quick-bar__menu-item__element {
        height: 4.1432rem;
        padding-left: 4.8337333333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .quick-bar__menu-item__element {
        height: 5.5566666667rem;
        padding-left: 5.5566666667rem
    }
}

@media (max-width: 768px) {
    .quick-bar__menu-item__element {
        height: 50px;
        padding-left: 50px;
        padding-right: 12px
    }
}

.quick-bar__menu-item__image-wr {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    width: 70px
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .quick-bar__menu-item__image-wr {
        height: 60px
    }
}

@media (min-width: 1580px) and (max-width: 1919px) {
    .quick-bar__menu-item__image-wr {
        height: 70px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .quick-bar__menu-item__image-wr {
        height: 4.1432rem;
        width: 4.8337333333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .quick-bar__menu-item__image-wr {
        height: 5.5566666667rem;
        width: 5.5566666667rem
    }
}

@media (max-width: 768px) {
    .quick-bar__menu-item__image-wr {
        height: 50px;
        width: auto;
        padding-left: 18px
    }
}

.quick-bar__menu-item__image {
    width: 22px;
    height: 22px;
    border-radius: 7px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .quick-bar__menu-item__image {
        width: 1.5191733333rem;
        height: 1.5191733333rem;
        border-radius: .4833733333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .quick-bar__menu-item__image {
        width: 2.4449333333rem;
        height: 2.4449333333rem;
        border-radius: .7779333333rem
    }
}

@media (max-width: 768px) {
    .quick-bar__menu-item__image {
        width: 18px;
        height: 18px;
        border-radius: 5px
    }
}

.quick-bar__menu-item__label {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #b1baad;
    letter-spacing: normal;
    white-space: nowrap;
    transition: all .3s ease
}

.dark .quick-bar__menu-item__label {
    color: rgba(255, 255, 255, .8)
}

.quick-bar__menu-item__label:hover {
    color: #6ea500
}

.dark .quick-bar__menu-item__label:hover {
    color: #97a94c
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .quick-bar__menu-item__label {
        width: 255px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .quick-bar__menu-item__label {
        width: 10.7032666667rem;
        font-size: 1.1048533333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .quick-bar__menu-item__label {
        font-size: 1.5558666667rem;
        width: 16.67rem
    }
}

@media (max-width: 768px) {
    .quick-bar__menu-item__label {
        font-size: 13px
    }
}

.quick-bar__menu-item__arrow-icon {
    width: 12px;
    fill: #b1baad;
    transition: transform .2s ease
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .quick-bar__menu-item__arrow-icon {
        width: .82864rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .quick-bar__menu-item__arrow-icon {
        width: 1.3336rem
    }
}

.quick-bar__menu-item__arrow-icon.opened {
    transform: rotateX(180deg)
}

.quick-bar {
    position: fixed !important;
    left: 0;
    top: 0;
    z-index: 84;
    display: flex;
    width: auto;
    height: 100%
}

@media (max-width: 768px) {
    .quick-bar {
        top: 0;
        width: 50px;
        height: 50px;
        z-index: 101
    }
}

.menu-opened .quick-bar {
    z-index: 101
}

@media (max-width: 768px) {
    .menu-opened .quick-bar {
        width: 100%;
        height: 100%
    }
}

@media (min-width: 1920px) {
    .quick-bar--game-page .quick-bar__menu, .quick-bar--game-page .quick-bar__sidebar {
        width: 70px
    }
}

.quick-bar__inner-1 {
    display: flex !important;
    flex-shrink: 0
}

@media (max-width: 768px) {
    .quick-bar__inner-1, .quick-bar__inner-2 {
        width: 100%;
        height: 100%
    }

    .quick-bar__inner-2 {
        padding-top: 50px
    }
}

.quick-bar__menu-wr {
    height: 100%
}

.quick-bar__overlay {
    background: rgba(0, 0, 0, .5);
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

@media (max-width: 768px) {
    .quick-bar__overlay {
        top: 50px
    }
}

.menu-opened .quick-bar__overlay {
    display: block
}

.quick-bar__sidebar {
    background: #292925;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 225px;
    padding-top: 96px;
    height: 100%;
    transition: all .2s ease
}

.dark .quick-bar__sidebar {
    background: #383d41
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .quick-bar__sidebar {
        width: 70px
    }

    .menu-opened .quick-bar__sidebar {
        width: 225px !important
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .quick-bar__sidebar {
        padding-top: 4.6265733333rem;
        width: 4.83373rem !important
    }

    .menu-opened .quick-bar__sidebar {
        width: 15.537rem !important
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .quick-bar__sidebar {
        padding-top: 8.8906666667rem;
        width: 5.5566666667rem;
        height: 100vh;
        overflow-x: hidden;
        transition: all .2s ease
    }

    .menu-opened .quick-bar__sidebar {
        width: 22.2266666667rem
    }
}

@media (max-width: 768px) {
    .quick-bar__sidebar {
        padding-top: 0;
        padding-bottom: 49px;
        width: 0;
        transition: all .2s ease
    }

    .menu-opened .quick-bar__sidebar {
        width: 200px
    }
}

.quick-bar__menu {
    padding-bottom: 30px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .quick-bar__menu {
        padding-bottom: 2.0716rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .quick-bar__menu {
        padding-bottom: 3.334rem
    }
}

@media (max-width: 768px) {
    .quick-bar__menu {
        padding-top: 5px;
        padding-bottom: 20px
    }
}

.quick-bar__menu-item-header {
    position: relative;
    display: flex;
    align-items: center;
    height: 65px;
    padding-left: 70px;
    cursor: pointer
}

.quick-bar__menu-item-header.active:before {
    background: #6ea500;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.dark .quick-bar__menu-item-header.active:before {
    background: #97a94c
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .quick-bar__menu-item-header.active:before {
        width: .3452666667rem;
        border-top-right-radius: .3452666667rem;
        border-bottom-right-radius: .3452666667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .quick-bar__menu-item-header.active:before {
        width: .5556666667rem;
        border-top-right-radius: .5556666667rem;
        border-bottom-right-radius: .5556666667rem
    }
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .quick-bar__menu-item-header {
        height: 60px
    }
}

@media (min-width: 1580px) and (max-width: 1919px) {
    .quick-bar__menu-item-header {
        height: 65px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .quick-bar__menu-item-header {
        height: 3.7979333333rem;
        padding-left: 4.8337333333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .quick-bar__menu-item-header {
        height: 5.5566666667rem;
        padding-left: 5.5566666667rem
    }
}

@media (max-width: 768px) {
    .quick-bar__menu-item-header {
        height: 50px;
        padding-left: 50px
    }
}

.quick-bar__menu-item-header-block {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 65px;
    width: 70px
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .quick-bar__menu-item-header-block {
        height: 60px
    }
}

@media (min-width: 1580px) and (max-width: 1919px) {
    .quick-bar__menu-item-header-block {
        height: 70px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .quick-bar__menu-item-header-block {
        height: 3.7979333333rem;
        width: 4.8337333333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .quick-bar__menu-item-header-block {
        height: 5.5566666667rem;
        width: 5.5566666667rem
    }
}

@media (max-width: 768px) {
    .quick-bar__menu-item-header-block {
        height: 50px;
        width: auto;
        padding-left: 18px
    }
}

.quick-bar__menu-item-header-block-ic {
    color: #6ea500
}

.dark .quick-bar__menu-item-header-block-ic {
    color: #97a94c
}

.icon-wheel-of-fortune {
    color: #df1f3d;
    width: auto;
    height: 22px
}

.dark .icon-wheel-of-fortune {
    color: #df1f3d
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .icon-wheel-of-fortune {
        height: 22px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .icon-wheel-of-fortune {
        height: 1.7263333333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .icon-wheel-of-fortune {
        height: 2.2226666667rem
    }
}

@media (max-width: 768px) {
    .icon-wheel-of-fortune {
        height: 14px
    }
}

.icon-user {
    width: 18px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .icon-user {
        width: 1.3810666667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .icon-user {
        width: 2.0004rem
    }
}

@media (max-width: 768px) {
    .icon-user {
        width: 16px
    }
}

.icon-heart {
    width: 20px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .icon-heart {
        width: 1.5191733333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .icon-heart {
        width: 2.2226666667rem
    }
}

@media (max-width: 768px) {
    .icon-heart {
        width: 18px
    }
}

.icon-joystick {
    width: 24px
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .icon-joystick {
        height: 24px;
        width: 25px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .icon-joystick {
        width: 1.7263333333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .icon-joystick {
        width: 2.3338rem
    }
}

@media (max-width: 768px) {
    .icon-joystick {
        height: 19px;
        width: 20px
    }
}

.icon-ball {
    width: 22px
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .icon-ball {
        width: 22px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .icon-ball {
        width: 1.5191733333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .icon-ball {
        width: 2.1115333333rem
    }
}

@media (max-width: 768px) {
    .icon-ball {
        width: 18px
    }
}

.icon-cashbox {
    width: 19px
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .icon-cashbox {
        height: 23px;
        width: 18px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .icon-cashbox {
        height: 1.65728rem;
        width: 1.3810666667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .icon-cashbox {
        width: 2.0004rem
    }
}

@media (max-width: 768px) {
    .icon-cashbox {
        height: 20px;
        width: 20px
    }
}

.icon-gift {
    width: 18px
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .icon-gift {
        height: 19px;
        width: 19px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .icon-gift {
        height: 1.7953866667rem;
        width: 1.5191733333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .icon-gift {
        width: 1.8892666667rem
    }
}

@media (max-width: 768px) {
    .icon-gift {
        height: 17px;
        width: 17px
    }
}

.icon-calendar {
    width: 18px
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .icon-calendar {
        height: 19px;
        width: 19px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .icon-calendar {
        height: 1.3810666667rem;
        width: 1.3810666667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .icon-calendar {
        width: 1.8892666667rem
    }
}

@media (max-width: 768px) {
    .icon-calendar {
        height: 17px;
        width: 17px
    }
}

.icon-help {
    width: 19px
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .icon-help {
        height: 19px;
        width: 20px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .icon-help {
        height: 1.7263333333rem;
        width: 1.65728rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .icon-help {
        width: 2.0004rem
    }
}

@media (max-width: 768px) {
    .icon-help {
        height: 17px;
        width: 18px
    }
}

.icon-news {
    width: 19px
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .icon-news {
        height: 20px;
        width: 21px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .icon-news {
        height: 1.3810666667rem;
        width: 1.3120133333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .icon-news {
        width: 2.0004rem
    }
}

@media (max-width: 768px) {
    .icon-news {
        height: 18px;
        width: 18px
    }
}

.icon-telega {
    width: 23px
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .icon-telega {
        height: 22px;
        width: 22px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .icon-telega {
        height: 1.5191733333rem;
        width: 1.5191733333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .icon-telega {
        width: 2.4449333333rem
    }
}

@media (max-width: 768px) {
    .icon-telega {
        height: 22px;
        width: 20px
    }
}

.icon-moon {
    width: 20px
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .icon-moon {
        height: 19px;
        width: 19px
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .icon-moon {
        width: 2.1115333333rem
    }
}

@media (max-width: 768px) {
    .icon-moon {
        height: 19px;
        width: 18px
    }
}

.quick-bar__menu-item-header-icon--red_dot {
    background: #df2244;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.quick-bar__menu-item-header-text {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #b1baad;
    letter-spacing: normal;
    white-space: nowrap;
    transition: all .3s ease
}

.dark .quick-bar__menu-item-header-text {
    color: rgba(255, 255, 255, .8)
}

.active .quick-bar__menu-item-header-text {
    color: #6ea500
}

.dark .active .quick-bar__menu-item-header-text {
    color: #97a94c
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .quick-bar__menu-item-header-text {
        width: 255px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .quick-bar__menu-item-header-text {
        width: 10.7032666667rem;
        font-size: 1.1048533333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .quick-bar__menu-item-header-text {
        font-size: 1.5558666667rem;
        width: 16.67rem
    }
}

@media (max-width: 768px) {
    .quick-bar__menu-item-header-text {
        font-size: 13px
    }
}

.quick-bar__menu-item:hover .quick-bar__menu-item-header-text, .quick-bar__menu-item:hover .quick-bar__menu-item__label {
    color: #6ea500
}

.dark .quick-bar__menu-item:hover .quick-bar__menu-item-header-text, .dark .quick-bar__menu-item:hover .quick-bar__menu-item__label {
    color: #97a94c
}

.tooltip.quick-bar__menu-item-tooltip {
    left: 70px !important
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .tooltip.quick-bar__menu-item-tooltip {
        left: 4.83373rem !important
    }
}

.tooltip.quick-bar__menu-item-tooltip .tooltip-inner {
    background: #292925;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .09);
    color: #f2f2f2;
    font-size: 16px;
    padding: 13px 12px 13px 10px;
    line-height: 1
}

.dark .tooltip.quick-bar__menu-item-tooltip .tooltip-inner {
    background: #383d41
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .tooltip.quick-bar__menu-item-tooltip .tooltip-inner {
        box-shadow: 0 .27621rem .62148rem 0 rgba(0, 0, 0, .16), 0 .13811rem .34527rem 0 rgba(0, 0, 0, .09);
        font-size: 1.1048533333rem;
        padding: .8976933333rem .82864rem .8976933333rem .6905333333rem
    }
}

.tooltip.quick-bar__menu-item-tooltip .tooltip-arrow {
    left: -13px;
    right: 0
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .tooltip.quick-bar__menu-item-tooltip .tooltip-arrow {
        left: -.8976933333rem
    }
}

.tooltip.quick-bar__menu-item-tooltip[x-placement^=left] {
    margin-left: 7px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .tooltip.quick-bar__menu-item-tooltip[x-placement^=left] {
        margin-left: .3452666667rem
    }
}

.tooltip.quick-bar__menu-item-tooltip[x-placement^=left] .tooltip-arrow {
    border-width: 5px 13px 5px 0 !important;
    border-color: #292925
}

.dark .tooltip.quick-bar__menu-item-tooltip[x-placement^=left] .tooltip-arrow {
    border-color: #383d41
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .tooltip.quick-bar__menu-item-tooltip[x-placement^=left] .tooltip-arrow {
        border-width: .34527rem .89769rem .34527rem 0 !important
    }
}

.tooltip.quick-bar__menu-item-tooltip.hide {
    display: none !important
}

.user-top {
    height: 100%;
    width: 100%
}

.user-top, .user-top .user-top__left, .user-top .user-top__right {
    display: flex;
    align-items: center
}

.user-top .user-top__right {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0
}

.user-top__jackpot-wr {
    position: absolute;
    top: 0;
    height: 100%;
    padding-right: 5px;
    text-decoration: none;
    left: 0;
    pointer-events: none
}

@media (min-width: 769px) and (max-width: 1024px) {
    .user-top__jackpot-wr {
        left: -1.667rem
    }
}

@media (max-width: 768px) {
    .user-top__jackpot-wr {
        display: none
    }
}

.user-top__right-item {
    position: relative;
    margin-right: 20px;
    width: 46px;
    height: 46px;
    cursor: pointer
}

.user-top__right-item:last-child {
    margin-right: 0
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .user-top__right-item {
        width: 3.1764533333rem;
        height: 3.1764533333rem;
        margin-right: 1.3810666667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .user-top__right-item {
        width: auto;
        height: 4.4453333333rem;
        margin-right: .5556666667rem
    }

    .user-top__right-item:last-child {
        margin-right: 0
    }
}

.user-top__right-item:hover .nav-links__links-item-text {
    color: rgba(255, 255, 255, .7)
}

@media (min-width: 769px) and (max-width: 1024px) {
    .user-top__right-item--search {
        width: 4.4453333333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .user-top__right-item--theme {
        width: auto;
        height: auto
    }
}

.user-top__reg-desktop, .user-top__reg-mobile {
    display: flex;
    align-items: center
}

.user-top__reg-mobile .user-top__btn-wr-registration {
    margin-right: 10px;
    line-height: 1
}

@media (max-width: 768px) {
    .user-top__reg-mobile .user-top__btn-wr-registration {
        line-height: 20px
    }
}

.user-top__reg-mobile .user-top__btn-wr-registration .user-top__btn {
    border-radius: 6px;
    height: 38px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px
}

@media (max-width: 768px) {
    .user-top__reg-mobile .user-top__btn-wr-registration .user-top__btn {
        border-radius: 6px;
        height: 38px;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        font-size: 14px
    }
}

.user-top__reg-mobile .user-top__btn-wr-signin {
    padding: 8px;
    display: flex;
    align-items: center
}

@media (max-width: 768px) {
    .user-top__reg-mobile .user-top__btn-wr-signin {
        padding: 8px
    }
}

.user-top__reg-mobile .user-top__btn-wr-signin .user-top__icon-signin {
    color: #292925;
    width: 20px
}

.dark .user-top__reg-mobile .user-top__btn-wr-signin .user-top__icon-signin {
    color: rgba(255, 255, 255, .8)
}

@media (max-width: 768px) {
    .user-top__reg-mobile .user-top__btn-wr-signin .user-top__icon-signin {
        width: 20px
    }
}

.user-top__reg-desktop {
    margin-left: 20px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .user-top__reg-desktop {
        margin-left: 1.3810666667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .user-top__reg-desktop {
        margin-left: 2.2226666667rem
    }
}

.user-top__reg-desktop .user-top__btn-wr-reg {
    display: flex
}

.user-top__reg-desktop .user-top__btn-wr-reg .user-top__reg-desktop__btn {
    font-size: 15px;
    font-weight: 600;
    height: 46px;
    padding-left: 29px;
    padding-right: 29px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .user-top__reg-desktop .user-top__btn-wr-reg .user-top__reg-desktop__btn {
        font-size: 15px;
        height: 46px;
        padding-left: 29px;
        padding-right: 29px;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .user-top__reg-desktop .user-top__btn-wr-reg .user-top__reg-desktop__btn {
        font-size: 1.0358rem;
        height: 3.1764533333rem;
        padding-left: 2.0025466667rem;
        padding-right: 2.0025466667rem;
        border-bottom-left-radius: .6905333333rem;
        border-top-left-radius: .6905333333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .user-top__reg-desktop .user-top__btn-wr-reg .user-top__reg-desktop__btn {
        font-size: 1.667rem;
        height: 4.4453333333rem;
        padding-left: 3.2228666667rem;
        padding-right: 3.2228666667rem;
        border-bottom-left-radius: 1.1113333333rem;
        border-top-left-radius: 1.1113333333rem
    }
}

.user-top__reg-desktop .user-top__btn-wr-signin {
    display: flex
}

.user-top__reg-desktop .user-top__btn-wr-signin .user-top__reg-desktop__btn {
    background: #171713;
    font-size: 15px;
    font-weight: 600;
    height: 46px;
    padding-left: 15px;
    padding-right: 29px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.user-top__reg-desktop .user-top__btn-wr-signin .user-top__reg-desktop__btn:hover {
    background: #525d4e
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .user-top__reg-desktop .user-top__btn-wr-signin .user-top__reg-desktop__btn {
        font-size: 15px;
        height: 46px;
        padding-left: 15px;
        padding-right: 29px;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .user-top__reg-desktop .user-top__btn-wr-signin .user-top__reg-desktop__btn {
        font-size: 1.0358rem;
        height: 3.1764533333rem;
        padding-left: 1.0358rem;
        padding-right: 2.0025466667rem;
        border-bottom-right-radius: .6905333333rem;
        border-top-right-radius: .6905333333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .user-top__reg-desktop .user-top__btn-wr-signin .user-top__reg-desktop__btn {
        font-size: 1.667rem;
        height: 4.4453333333rem;
        padding-left: 1.667rem;
        padding-right: 3.2228666667rem;
        padding-top: 0;
        padding-bottom: 0;
        border-bottom-right-radius: 1.1113333333rem;
        border-top-right-radius: 1.1113333333rem
    }
}

.user-top__reg-desktop .user-top__btn-wr-signin .user-top__icon-signin {
    color: #fff;
    height: 21px;
    margin-right: 10px
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .user-top__reg-desktop .user-top__btn-wr-signin .user-top__icon-signin {
        height: 21px;
        margin-right: 10px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .user-top__reg-desktop .user-top__btn-wr-signin .user-top__icon-signin {
        height: 1.45012rem;
        margin-right: .6905333333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .user-top__reg-desktop .user-top__btn-wr-signin .user-top__icon-signin {
        height: 2.3338rem;
        margin-right: 1.1113333333rem
    }
}

.user-top__right-item-link {
    background: rgba(255, 255, 255, .6);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 10px;
    color: #292925;
    cursor: pointer
}

.top-bar--fixed .user-top__right-item-link {
    background: 0 0 !important
}

.dark .user-top__right-item-link {
    background: rgba(56, 61, 65, .6);
    color: rgba(255, 255, 255, .8)
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .user-top__right-item-link {
        width: 46px;
        height: 46px;
        border-radius: 10px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .user-top__right-item-link {
        width: 3.1764533333rem;
        height: 3.1764533333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .user-top__right-item-link {
        width: 4.4453333333rem;
        height: 4.4453333333rem;
        background-color: transparent
    }

    .user-top__right-item--theme .user-top__right-item-link {
        width: auto;
        height: auto
    }
}

.user-top__right-item-link:hover {
    color: #6ea500
}

.dark .user-top__right-item-link:hover {
    color: #fff
}

.user-top__right-item-link .user-top__right-item-ic {
    width: 18px
}

.dark .user-top__right-item-link .user-top__right-item-ic {
    width: 22px
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .user-top__right-item-link .user-top__right-item-ic {
        width: 18px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .user-top__right-item-link .user-top__right-item-ic {
        width: 1.3120133333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .user-top__right-item-link .user-top__right-item-ic {
        width: 2.1115333333rem
    }
}

.user-top__btn-payment-wr {
    position: relative;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

@media (max-width: 768px) {
    .user-top__btn-payment-wr {
        margin-right: 10px
    }
}

.user-top__btn {
    margin-right: 10px
}

@media (min-width: 769px) and (max-width: 1024px) {
    .user-top__btn {
        margin-right: 1.1113333333rem
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .user-top__btn {
        margin-right: .6905333333rem
    }
}

@media (min-width: 1546px) {
    .user-top__btn {
        margin-right: 10px
    }
}

.user-top__btn--payment {
    height: 46px;
    padding: 0 15px;
    border-radius: 6px;
    margin-right: 0;
    font-size: 14px;
    line-height: 1
}

.user-top__btn--payment .btn__icon {
    left: 20px;
    width: auto;
    height: 22px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .user-top__btn--payment {
        height: 3.1764533333rem;
        padding: 0 1.0358rem;
        border-radius: .41432rem;
        font-size: 1.1048533333rem
    }

    .user-top__btn--payment .btn__icon {
        left: 1.3810666667rem;
        height: 1.5191733333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .user-top__btn--payment {
        height: 4.2230666667rem;
        padding: 0 1.1113333333rem;
        border-radius: .6668rem;
        font-size: 1.5558666667rem
    }

    .user-top__btn--payment .btn__icon {
        left: .7779333333rem;
        height: 2.4449333333rem
    }
}

@media (max-width: 768px) {
    .user-top__btn--payment {
        height: 36px;
        padding: 0 12px
    }

    .user-top__btn--payment .btn__icon {
        left: 10px;
        height: 18px
    }
}

.icon-back {
    bottom: -25px;
    opacity: 0;
    width: 16px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .icon-back {
        bottom: -1.7263333333rem;
        width: 1.1048533333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .icon-back {
        bottom: -1.667rem;
        width: 1.3336rem
    }
}

@media (max-width: 768px) {
    .icon-back {
        bottom: -25px;
        width: 12px
    }
}

.menu-opened .icon-back {
    bottom: 1px;
    opacity: 1
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .menu-opened .icon-back {
        bottom: .0690533333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .menu-opened .icon-back {
        bottom: .1111333333rem
    }
}

@media (max-width: 768px) {
    .menu-opened .icon-back {
        bottom: 1px
    }
}

.user-top {
    height: 100%;
    width: 100%
}

.user-top, .user-top .user-top__left, .user-top .user-top__right {
    display: flex;
    align-items: center
}

.user-top .user-top__right {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0
}

.user-top__jackpot-wr {
    position: absolute;
    top: 0;
    height: 100%;
    padding-right: 5px;
    text-decoration: none;
    left: 0;
    pointer-events: none
}

@media (min-width: 769px) and (max-width: 1024px) {
    .user-top__jackpot-wr {
        left: -1.667rem
    }
}

@media (max-width: 768px) {
    .user-top__jackpot-wr {
        display: none
    }
}

.user-top__right-item {
    position: relative;
    margin-right: 20px;
    width: 46px;
    height: 46px;
    cursor: pointer
}

.user-top__right-item:last-child {
    margin-right: 0
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .user-top__right-item {
        width: 3.1764533333rem;
        height: 3.1764533333rem;
        margin-right: 1.3810666667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .user-top__right-item {
        width: auto;
        height: 4.4453333333rem;
        margin-right: .5556666667rem
    }

    .user-top__right-item:last-child {
        margin-right: 0
    }
}

.user-top__right-item:hover .nav-links__links-item-text {
    color: rgba(255, 255, 255, .7)
}

@media (min-width: 769px) and (max-width: 1024px) {
    .user-top__right-item--search {
        width: 4.4453333333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .user-top__right-item--theme {
        width: auto;
        height: auto
    }
}

.user-top__reg-desktop, .user-top__reg-mobile {
    display: flex;
    align-items: center
}

.user-top__reg-mobile .user-top__btn-wr-registration {
    margin-right: 10px;
    line-height: 1
}

@media (max-width: 768px) {
    .user-top__reg-mobile .user-top__btn-wr-registration {
        line-height: 20px
    }
}

.user-top__reg-mobile .user-top__btn-wr-registration .user-top__btn {
    border-radius: 6px;
    height: 38px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px
}

@media (max-width: 768px) {
    .user-top__reg-mobile .user-top__btn-wr-registration .user-top__btn {
        border-radius: 6px;
        height: 38px;
        padding: 0 12px;
        margin-right: 0;
        font-size: 14px
    }
}

.user-top__reg-mobile .user-top__btn-wr-signin {
    padding: 8px;
    display: flex;
    align-items: center
}

@media (max-width: 768px) {
    .user-top__reg-mobile .user-top__btn-wr-signin {
        padding: 8px
    }
}

.user-top__reg-mobile .user-top__btn-wr-signin .user-top__icon-signin {
    color: #292925;
    width: 20px
}

.dark .user-top__reg-mobile .user-top__btn-wr-signin .user-top__icon-signin {
    color: rgba(255, 255, 255, .8)
}

@media (max-width: 768px) {
    .user-top__reg-mobile .user-top__btn-wr-signin .user-top__icon-signin {
        width: 20px
    }
}

.user-top__reg-desktop {
    margin-left: 20px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .user-top__reg-desktop {
        margin-left: 1.3810666667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .user-top__reg-desktop {
        margin-left: 2.2226666667rem
    }
}

.user-top__reg-desktop .user-top__btn-wr-reg {
    display: flex
}

.user-top__reg-desktop .user-top__btn-wr-reg .user-top__reg-desktop__btn {
    font-size: 15px;
    font-weight: 600;
    height: 46px;
    padding-left: 29px;
    padding-right: 29px;
    border-radius: 10px 0 0 10px
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .user-top__reg-desktop .user-top__btn-wr-reg .user-top__reg-desktop__btn {
        font-size: 15px;
        height: 46px;
        padding-left: 29px;
        padding-right: 29px;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .user-top__reg-desktop .user-top__btn-wr-reg .user-top__reg-desktop__btn {
        font-size: 1.0358rem;
        height: 3.1764533333rem;
        padding-left: 2.0025466667rem;
        padding-right: 2.0025466667rem;
        border-bottom-left-radius: .6905333333rem;
        border-top-left-radius: .6905333333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .user-top__reg-desktop .user-top__btn-wr-reg .user-top__reg-desktop__btn {
        font-size: 1.667rem;
        height: 4.4453333333rem;
        padding-left: 3.2228666667rem;
        padding-right: 3.2228666667rem;
        border-bottom-left-radius: 1.1113333333rem;
        border-top-left-radius: 1.1113333333rem
    }
}

.user-top__reg-desktop .user-top__btn-wr-signin {
    display: flex
}

.user-top__reg-desktop .user-top__btn-wr-signin .user-top__reg-desktop__btn {
    background: #171713;
    font-size: 15px;
    font-weight: 600;
    height: 46px;
    padding-left: 15px;
    padding-right: 29px;
    border-radius: 0 10px 10px 0
}

.user-top__reg-desktop .user-top__btn-wr-signin .user-top__reg-desktop__btn:hover {
    background: #525d4e
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .user-top__reg-desktop .user-top__btn-wr-signin .user-top__reg-desktop__btn {
        font-size: 15px;
        height: 46px;
        padding-left: 15px;
        padding-right: 29px;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .user-top__reg-desktop .user-top__btn-wr-signin .user-top__reg-desktop__btn {
        font-size: 1.0358rem;
        height: 3.1764533333rem;
        padding-left: 1.0358rem;
        padding-right: 2.0025466667rem;
        border-bottom-right-radius: .6905333333rem;
        border-top-right-radius: .6905333333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .user-top__reg-desktop .user-top__btn-wr-signin .user-top__reg-desktop__btn {
        font-size: 1.667rem;
        height: 4.4453333333rem;
        padding: 0 3.2228666667rem 0 1.667rem;
        border-bottom-right-radius: 1.1113333333rem;
        border-top-right-radius: 1.1113333333rem
    }
}

.user-top__reg-desktop .user-top__btn-wr-signin .user-top__icon-signin {
    color: #fff;
    height: 21px;
    margin-right: 10px
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .user-top__reg-desktop .user-top__btn-wr-signin .user-top__icon-signin {
        height: 21px;
        margin-right: 10px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .user-top__reg-desktop .user-top__btn-wr-signin .user-top__icon-signin {
        height: 1.45012rem;
        margin-right: .6905333333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .user-top__reg-desktop .user-top__btn-wr-signin .user-top__icon-signin {
        height: 2.3338rem;
        margin-right: 1.1113333333rem
    }
}

.user-top__right-item-link {
    background: rgba(255, 255, 255, .6);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 10px;
    color: #292925;
    cursor: pointer
}

.top-bar--fixed .user-top__right-item-link {
    background: 0 0 !important
}

.dark .user-top__right-item-link {
    background: rgba(56, 61, 65, .6);
    color: rgba(255, 255, 255, .8)
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .user-top__right-item-link {
        width: 46px;
        height: 46px;
        border-radius: 10px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .user-top__right-item-link {
        width: 3.1764533333rem;
        height: 3.1764533333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .user-top__right-item-link {
        width: 4.4453333333rem;
        height: 4.4453333333rem;
        background-color: transparent
    }

    .user-top__right-item--theme .user-top__right-item-link {
        width: auto;
        height: auto
    }
}

.user-top__right-item-link:hover {
    color: #6ea500
}

.dark .user-top__right-item-link:hover {
    color: #fff
}

.user-top__right-item-link .user-top__right-item-ic {
    width: 18px
}

.dark .user-top__right-item-link .user-top__right-item-ic {
    width: 22px
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .user-top__right-item-link .user-top__right-item-ic {
        width: 18px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .user-top__right-item-link .user-top__right-item-ic {
        width: 1.3120133333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .user-top__right-item-link .user-top__right-item-ic {
        width: 2.1115333333rem
    }
}

.user-top__btn-payment-wr {
    position: relative;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

@media (max-width: 768px) {
    .user-top__btn-payment-wr {
        margin-right: 10px
    }
}

.user-top__btn {
    margin-right: 10px
}

@media (min-width: 769px) and (max-width: 1024px) {
    .user-top__btn {
        margin-right: 1.1113333333rem
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .user-top__btn {
        margin-right: .6905333333rem
    }
}

@media (min-width: 1546px) {
    .user-top__btn {
        margin-right: 10px
    }
}

.user-top__btn--payment {
    height: 46px;
    padding: 0 15px;
    border-radius: 6px;
    margin-right: 0;
    font-size: 14px;
    line-height: 1
}

.user-top__btn--payment .btn__icon {
    left: 20px;
    width: auto;
    height: 22px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .user-top__btn--payment {
        height: 3.1764533333rem;
        padding: 0 1.0358rem;
        border-radius: .41432rem;
        font-size: 1.1048533333rem
    }

    .user-top__btn--payment .btn__icon {
        left: 1.3810666667rem;
        height: 1.5191733333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .user-top__btn--payment {
        height: 4.2230666667rem;
        padding: 0 1.1113333333rem;
        border-radius: .6668rem;
        font-size: 1.5558666667rem
    }

    .user-top__btn--payment .btn__icon {
        left: .7779333333rem;
        height: 2.4449333333rem
    }
}

@media (max-width: 768px) {
    .user-top__btn--payment {
        height: 36px;
        padding: 0 12px
    }

    .user-top__btn--payment .btn__icon {
        left: 10px;
        height: 18px
    }
}

.header__login-in-link {
    display: flex;
    align-items: center;
    height: 66px;
    padding: 0 18px;
    margin-right: 30px;
    cursor: pointer;
    transition: all .2s ease
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .header__login-in-link {
        height: 4.55752rem;
        padding: 0 1.24296rem;
        margin-right: 2.0716rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .header__login-in-link {
        height: 5.5566666667rem;
        padding: 0 1.1113333333rem;
        margin-right: 3.334rem
    }
}

.header__login-in-link.opened {
    background: #f2f2f2;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.dark .header__login-in-link.opened {
    background: #383d41
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .header__login-in-link.opened {
        border-top-left-radius: .41432rem;
        border-top-right-radius: .41432rem
    }
}

.top-bar--fixed .header__login-in-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.header__login-avatar-wr {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    margin-right: 20px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .header__login-avatar-wr {
        width: 3.1074rem;
        height: 3.1074rem;
        margin-right: 1.3810666667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .header__login-avatar-wr {
        width: 3.8896666667rem;
        height: 3.8896666667rem;
        margin-right: 1.1113333333rem
    }
}

.header__login-avatar {
    background: #659b27;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 42px;
    height: 42px;
    border-radius: 50%
}

.dark .header__login-avatar {
    background: #97a94c
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .header__login-avatar {
        width: 2.90024rem;
        height: 2.90024rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .header__login-avatar {
        width: 4.0008rem;
        height: 4.0008rem
    }
}

.header__login-avatar--text {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .header__login-avatar--text {
        font-size: .9667466667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .header__login-avatar--text {
        font-size: 1.5558666667rem
    }
}

.header__login-progress {
    background: #df1f3d;
    color: #f2f2f2;
    position: absolute;
    right: -10px;
    bottom: 16px;
    min-width: 20px;
    border-radius: 10px;
    font-size: 10px;
    line-height: 20px;
    text-align: center
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .header__login-progress {
        right: -.6905333333rem;
        bottom: 1.1048533333rem;
        min-width: 1.3810666667rem;
        border-radius: .6905333333rem;
        font-size: .6905333333rem;
        line-height: 1.3810666667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .header__login-progress {
        right: -.7779333333rem;
        bottom: 1.3336rem
    }
}

.header__login-info {
    min-width: 100px;
    line-height: 1
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .header__login-info {
        min-width: 6.9053333333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .header__login-info {
        min-width: 11.1133333333rem
    }
}

.header__login-info .header__login-balance {
    display: flex;
    align-items: center;
    position: relative
}

.header__login-info .header__login-balance .span.header__login-balance__amount {
    white-space: nowrap
}

.header__login-name {
    color: #282824;
    overflow: hidden;
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .header__login-name {
        margin-bottom: .1381066667rem;
        font-size: .9667466667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .header__login-name {
        margin-bottom: 0;
        font-size: 1.4447333333rem
    }
}

.dark .header__login-name {
    color: rgba(255, 255, 255, .8)
}

.dark .header__login-name:hover {
    color: #fff
}

.header__login-name:hover {
    color: #525d4e
}

.header__login-status {
    color: #838587;
    margin-bottom: 1px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -.6px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .header__login-status {
        margin-bottom: .0690533333rem;
        font-size: .82864rem;
        letter-spacing: -.041432rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .header__login-status {
        margin-bottom: .1111333333rem;
        font-size: 1.1113333333rem
    }
}

.dark .header__login-status {
    color: rgba(255, 255, 255, .6)
}

.header__login-status-separate {
    padding-left: 2px;
    padding-right: 2px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .header__login-status-separate {
        padding-left: .1381066667rem;
        padding-right: .1381066667rem
    }
}

.header__login-balance {
    font-weight: 600;
    font-size: 18px;
    line-height: .89;
    letter-spacing: -.2px;
    vertical-align: middle;
    color: #6ea500
}

.dark .header__login-balance {
    color: #97a94c
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .header__login-balance {
        font-size: 1.24296rem;
        letter-spacing: -.0138106667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .header__login-balance {
        font-size: 1.667rem
    }
}

.header__login-in {
    position: relative;
    margin-left: 6px
}

.header__login-menu {
    background: #f2f2f2;
    box-shadow: 0 19px 12px 0 rgba(28, 30, 26, .36);
    overflow: hidden;
    position: absolute;
    right: 30px;
    top: 66px;
    width: 270px;
    border-radius: 6px 0 6px 6px
}

.dark .header__login-menu {
    background: #383d41
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .header__login-menu {
        box-shadow: 0 1.31201rem .82864rem 0 rgba(28, 30, 26, .36);
        right: 2.0716rem;
        top: 4.55752rem;
        width: 18.6444rem;
        border-bottom-left-radius: .41432rem;
        border-bottom-right-radius: .41432rem;
        border-top-left-radius: .41432rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .header__login-menu {
        box-shadow: 0 2.11153rem 1.3336rem 0 rgba(28, 30, 26, .36);
        right: 3.334rem;
        top: 5.5566666667rem;
        width: 30.006rem;
        border-bottom-left-radius: .6668rem;
        border-bottom-right-radius: .6668rem;
        border-top-left-radius: .6668rem
    }
}

.header__login-menu-item {
    border-bottom-color: #9ea097;
    color: #9ea097;
    display: block;
    padding: 23px 19px 20px;
    border-bottom: 1px dashed;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    transition: all .2s ease
}

.dark .header__login-menu-item {
    border-bottom-color: #9ea097;
    color: rgba(255, 255, 255, .8)
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .header__login-menu-item {
        padding: 1.5882266667rem 1.3120133333rem 1.3810666667rem;
        border-bottom: .0690533333rem dashed;
        font-size: 1.1048533333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .header__login-menu-item {
        padding: 2.5560666667rem 2.1115333333rem 2.2226666667rem;
        border-bottom: .1111333333rem dashed;
        font-size: 1.7781333333rem
    }
}

.header__login-menu-item:hover {
    background: #fff
}

.dark .header__login-menu-item:hover {
    background: #5b646a
}

.header__login-menu-item:last-child {
    border-bottom: none
}

.header__login-menu-item-ic {
    color: #525d4e;
    position: absolute;
    left: 18px
}

.dark .header__login-menu-item-ic {
    color: rgba(255, 255, 255, .6)
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .header__login-menu-item-ic {
        left: 1.24296rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .header__login-menu-item-ic {
        left: 2.0004rem
    }
}

.icon-settings {
    width: 16px;
    height: 17px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .icon-settings {
        width: 1.1048533333rem;
        height: 1.1739066667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .icon-settings {
        width: 1.7781333333rem;
        height: 1.8892666667rem
    }
}

.icon-star-menu {
    width: 17px;
    height: 17px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .icon-star-menu {
        width: 1.1739066667rem;
        height: 1.1739066667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .icon-star-menu {
        width: 1.8892666667rem;
        height: 1.8892666667rem
    }
}

.icon-USD {
    width: 8px;
    height: 17px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .icon-USD {
        width: .5524266667rem;
        height: 1.1739066667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .icon-USD {
        width: .8890666667rem;
        height: 1.8892666667rem
    }
}

.icon-gift-menu {
    width: 16px;
    height: 17px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .icon-gift-menu {
        width: 1.1048533333rem;
        height: 1.1739066667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .icon-gift-menu {
        width: 1.7781333333rem;
        height: 1.8892666667rem
    }
}

.header__login-menu-item--ic {
    position: relative;
    padding-left: 53px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .header__login-menu-item--ic {
        padding-left: 3.6598266667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .header__login-menu-item--ic {
        padding-left: 5.8900666667rem
    }
}

.user-top__btn-wr-balance {
    line-height: 0
}

.user-top__btn-wr-balance .header__login-balance {
    font-size: 12px;
    line-height: 1
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .user-top__btn-wr-balance .header__login-balance {
        font-size: .82864rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .user-top__btn-wr-balance .header__login-balance {
        font-size: 1.3336rem
    }
}

@media (max-width: 768px) {
    .user-top__btn-wr-balance .header__login-balance {
        padding-right: 8px
    }
}

.user-top-balance__notify-ic {
    height: 11px;
    cursor: pointer;
    width: 5px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .user-top-balance__notify-ic {
        height: .7595866667rem;
        width: .3452666667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .user-top-balance__notify-ic {
        height: 1.0002rem;
        width: .4445333333rem
    }
}

.user-top-balance__notify-ic-btn {
    background: #6fbc00;
    width: 19px;
    height: 19px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-left: 6px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .user-top-balance__notify-ic-btn {
        width: 1.3120133333rem;
        height: 1.3120133333rem;
        border-radius: .3452666667rem;
        margin-left: .41432rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .user-top-balance__notify-ic-btn {
        width: 1.7781333333rem;
        height: 1.7781333333rem;
        border-radius: .5556666667rem;
        margin-left: .6668rem
    }
}

.dark .user-top-balance__notify-ic-btn {
    background: #9aa859
}

.user-top-balance__notify-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    color: #fff;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    transition: all .3s ease
}

.user-top-balance__notify-close:hover {
    color: rgba(255, 255, 255, .7)
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .user-top-balance__notify-close {
        top: 1.0358rem;
        right: 1.0358rem;
        width: 1.1048533333rem;
        height: 1.1048533333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .user-top-balance__notify-close {
        top: 1.667rem;
        right: 1.667rem;
        width: 1.7781333333rem;
        height: 1.7781333333rem
    }
}

@media (max-width: 768px) {
    .user-top-balance__notify-close {
        top: .5333333333rem;
        right: 13px
    }
}

.user-top-balance__notify-close-ic {
    width: auto;
    height: 16px;
    letter-spacing: normal;
    color: #545d4f
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .user-top-balance__notify-close-ic {
        height: 1.1048533333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .user-top-balance__notify-close-ic {
        height: 1.7781333333rem
    }
}

.dark .user-top-balance__notify-close-ic {
    color: #c6c7ca
}

.user-top-balance__notify-text {
    margin-bottom: 6px;
    font-size: 14px;
    color: #747c6e;
    white-space: normal;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: -.9px
}

.dark .user-top-balance__notify-text {
    color: #c6c7ca
}

.user-top-balance__notify-text:last-child {
    margin-bottom: 0
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .user-top-balance__notify-text {
        margin-bottom: .41432rem;
        font-size: .9667466667rem;
        letter-spacing: -.062148rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .user-top-balance__notify-text {
        margin-bottom: .6668rem;
        font-size: 1.5558666667rem;
        letter-spacing: -.020004rem
    }
}

@media (max-width: 768px) {
    .user-top-balance__notify-text {
        font-size: 13px;
        letter-spacing: -.9px
    }
}

.user-top-balance__notify-btn {
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    color: #6da602;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -.86px;
    cursor: pointer;
    transition: all .3s ease
}

.dark .user-top-balance__notify-btn {
    color: #929f54
}

.dark .user-top-balance__notify-btn:hover {
    color: rgba(109, 166, 2, .7)
}

.user-top-balance__notify-btn:hover {
    color: rgba(146, 159, 84, .7)
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .user-top-balance__notify-btn {
        font-size: 1.0358rem;
        letter-spacing: -.0593858667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .user-top-balance__notify-btn {
        font-size: 1.667rem;
        letter-spacing: -.053344rem
    }
}

@media (max-width: 768px) {
    .user-top-balance__notify-btn {
        font-size: 15px;
        letter-spacing: -.86px
    }
}

.user-top-balance__notify {
    background: #fff;
    position: absolute;
    top: 35px;
    right: -14px;
    width: 350px;
    padding: 15px 40px 19px 21px;
    box-shadow: 0 7px 14px 0 rgba(0, 0, 0, .24);
    border-radius: 6px;
    cursor: default;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    z-index: 20
}

.dark .user-top-balance__notify {
    background: #393d41
}

.user-top-balance__notify:before {
    border: 0 15px 15px 15px solid transparent transparent #fff transparent;
    content: "";
    position: absolute;
    right: 8px;
    left: auto;
    top: -10px
}

.dark .user-top-balance__notify:before {
    border-color: transparent transparent #393d41 transparent
}

.user-top-balance__notify:after {
    content: "";
    left: 0;
    top: 0;
    width: 12px;
    height: 100%;
    position: absolute;
    border-radius: 6px;
    border-left: 6px solid #6ea500
}

.dark .user-top-balance__notify:after {
    border-left: 6px solid #98a657
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .user-top-balance__notify {
        top: 2.4168666667rem;
        right: -.9667466667rem;
        width: 24.1686666667rem;
        padding: 1.0358rem 2.7621333333rem 1.3120133333rem 1.45012rem;
        box-shadow: 0 .48337rem .96675rem 0 rgba(0, 0, 0, .24);
        border-radius: .41432rem
    }

    .user-top-balance__notify:before {
        right: .5524266667rem;
        top: -.6905333333rem;
        border-width: 0 1.0358rem 1.0358rem 1.0358rem
    }

    .user-top-balance__notify:after {
        width: .82864rem;
        border-radius: .41432rem;
        border-left: .41432rem solid #6ea500
    }

    .dark .user-top-balance__notify:after {
        border-left: .41432rem solid #98a657
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .user-top-balance__notify {
        top: 3.8896666667rem;
        right: -1.5558666667rem;
        width: 43.342rem;
        padding: 1.667rem 4.4453333333rem 2.1115333333rem 2.3338rem
    }

    .user-top-balance__notify:before {
        right: 1.1113333333rem;
        left: auto;
        top: -1.1113333333rem;
        border-style: solid;
        border-width: 0 1.667rem 1.667rem 1.667rem
    }
}

@media (max-width: 768px) {
    .d-enter {
        display: none
    }

    .user-top-balance__notify {
        top: 50px;
        right: 0;
        left: 0;
        position: fixed;
        width: 100vw;
        border-radius: 0;
        padding: 15px 45px 18px 15px
    }

    .user-top-balance__notify:before {
        right: 50px;
        left: auto;
        top: -.3333333333rem;
        border-style: solid;
        border-width: 0 .4666666667rem .4666666667rem .4666666667rem
    }

    .user-top-balance__notify:after {
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        height: 6px;
        position: absolute;
        border-radius: 0;
        border-left: none;
        background-color: #6ea500
    }

    .dark .user-top-balance__notify:after {
        background-color: #98a657
    }
}

.real-time-winners {
    background: #fff;
    position: fixed;
    left: 225px;
    right: 0;
    bottom: 0;
    z-index: 35;
    display: flex;
    height: 70px;
    padding: 12px 20px 12px 0;
    opacity: .7;
    transition: all .3s ease
}

.dark .real-time-winners {
    background: rgba(56, 61, 65, .6)
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .real-time-winners {
        height: 70px;
        left: 70px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .real-time-winners {
        left: 4.8337333333rem;
        height: 4.1432rem;
        padding-top: .4833733333rem;
        padding-bottom: .4833733333rem
    }
}

.real-time-winners:hover {
    opacity: 1
}

.dark .real-time-winners:hover {
    background: #383d41
}

.real-time-winners--game-page {
    background: linear-gradient(90deg, rgba(28, 30, 26, 0), rgba(41, 41, 37, .6) 50%, rgba(41, 41, 37, 0)) transparent
}

.real-time-winners--game-page .real-time-winners__close-icon {
    color: #fff
}

.real-time-winners__inner {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 100%
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .real-time-winners__inner {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .real-time-winners__inner {
        padding-left: 1.3810666667rem;
        padding-right: 1.3810666667rem
    }
}

.real-time-winners__close {
    position: absolute;
    right: 15px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    cursor: pointer;
    outline: 0;
    border: none;
    background: 0 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent
}

.real-time-winners__close-icon {
    height: 16px;
    color: #292925;
    letter-spacing: normal;
    transition: all .3s ease
}

.dark .real-time-winners__close-icon {
    color: rgba(255, 255, 255, .8)
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .real-time-winners__close-icon {
        height: 16px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .real-time-winners__close-icon {
        height: 1.1048533333rem
    }
}

.real-time-winners__list {
    justify-content: space-between;
    height: 100%;
    margin-right: 31px
}

.real-time-winners__item, .real-time-winners__list {
    display: flex;
    align-items: center
}

.real-time-winners__item {
    flex: 0 0 auto;
    width: 200px;
    min-height: 48px;
    margin-right: 14px;
    transition: all .3s ease
}

@media (max-width: 2440px) {
    .real-time-winners__item:nth-child(10) {
        display: none
    }
}

@media (max-width: 2226px) {
    .real-time-winners__item:nth-child(9) {
        display: none
    }
}

@media (max-width: 2003px) {
    .real-time-winners__item:nth-child(8) {
        display: none
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .real-time-winners__item:nth-child(7) {
        display: none
    }
}

.real-time-winners__item:last-child {
    margin-right: 0
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .real-time-winners__item {
        width: 200px;
        min-height: 48px;
        margin-right: 14px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .real-time-winners__item {
        width: 13.8106666667rem;
        min-height: 3.31456rem;
        margin-right: .9667466667rem
    }
}

.real-time-winners__game-link {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 55px;
    font-size: 12px;
    line-height: 1.25;
    color: #acacac !important;
    letter-spacing: -.58px;
    cursor: pointer
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .real-time-winners__game-link {
        padding-left: 56px;
        font-size: 12px;
        letter-spacing: -.58px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .real-time-winners__game-link {
        padding-left: 3.8669866667rem;
        font-size: .82864rem;
        letter-spacing: -.0400509333rem
    }
}

.real-time-winners__game-logo-bg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 46px;
    height: 46px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 10px
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .real-time-winners__game-logo-bg {
        width: 46px;
        height: 46px;
        border-radius: 10px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .real-time-winners__game-logo-bg {
        width: 2.8311866667rem;
        height: 2.8311866667rem;
        border-radius: .6905333333rem
    }
}

.real-time-winners__game-logo-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    max-width: 63px;
    max-height: 67px
}

.real-time-winners__game-name {
    display: block;
    color: #525d4e;
    position: relative;
    overflow: hidden;
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: -.87px;
    text-overflow: ellipsis
}

.dark .real-time-winners__game-name {
    color: rgba(255, 255, 255, .7)
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .real-time-winners__game-name {
        margin-bottom: 3px;
        font-size: 13px;
        letter-spacing: -.87px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .real-time-winners__game-name {
        margin-top: .1381066667rem;
        margin-bottom: .0690533333rem;
        font-size: .82864rem;
        letter-spacing: -.0600764rem
    }
}

.real-time-winners__nik-name {
    color: #9ea097;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: -.67px;
    line-height: 1;
    text-decoration: none;
    margin-bottom: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle
}

.dark .real-time-winners__nik-name {
    color: rgba(255, 255, 255, .6)
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .real-time-winners__nik-name {
        font-size: 10px;
        letter-spacing: -.67px;
        margin-bottom: 2px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .real-time-winners__nik-name {
        font-size: .6905333333rem;
        letter-spacing: -.0462657333rem;
        margin-bottom: .1381066667rem
    }
}

.real-time-winners__win {
    display: block;
    width: 100%
}

.real-time-winners__win-amount {
    color: #548200;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    letter-spacing: normal
}

.dark .real-time-winners__win-amount {
    color: #97a94c
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .real-time-winners__win-amount {
        font-size: 18px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .real-time-winners__win-amount {
        font-size: 1.1739066667rem
    }
}

@-webkit-keyframes nowWinsAnim1 {
    0% {
        opacity: 0
    }
    10% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@keyframes nowWinsAnim1 {
    0% {
        opacity: 0
    }
    10% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes nowWinsAnim2 {
    0% {
        opacity: 0
    }
    10% {
        opacity: 0
    }
    20% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@keyframes nowWinsAnim2 {
    0% {
        opacity: 0
    }
    10% {
        opacity: 0
    }
    20% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes nowWinsAnim3 {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    30% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@keyframes nowWinsAnim3 {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    30% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes nowWinsAnim4 {
    0% {
        opacity: 0
    }
    30% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@keyframes nowWinsAnim4 {
    0% {
        opacity: 0
    }
    30% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes nowWinsAnim5 {
    0% {
        opacity: 0
    }
    40% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@keyframes nowWinsAnim5 {
    0% {
        opacity: 0
    }
    40% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes nowWinsAnim6 {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    60% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@keyframes nowWinsAnim6 {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    60% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes nowWinsAnim7 {
    0% {
        opacity: 0
    }
    60% {
        opacity: 0
    }
    70% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@keyframes nowWinsAnim7 {
    0% {
        opacity: 0
    }
    60% {
        opacity: 0
    }
    70% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes nowWinsAnim8 {
    0% {
        opacity: 0
    }
    70% {
        opacity: 0
    }
    80% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@keyframes nowWinsAnim8 {
    0% {
        opacity: 0
    }
    70% {
        opacity: 0
    }
    80% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes nowWinsAnim9 {
    0% {
        opacity: 0
    }
    80% {
        opacity: 0
    }
    90% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@keyframes nowWinsAnim9 {
    0% {
        opacity: 0
    }
    80% {
        opacity: 0
    }
    90% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes nowWinsAnim10 {
    0% {
        opacity: 0
    }
    90% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes nowWinsAnim10 {
    0% {
        opacity: 0
    }
    90% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.providers-list {
    background: #373833;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 46px 10px 54px
}

.dark .providers-list {
    background: rgba(56, 61, 65, .6)
}

@media (min-width: 769px) and (max-width: 1024px) {
    .providers-list {
        padding: 3.8896666667rem 1.1113333333rem
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .providers-list {
        padding: 3.4526666667rem 2.0716rem 3.4526666667rem 2.0716rem
    }
}

@media (max-width: 768px) {
    .providers-list {
        padding: 1.6666666667rem 1.3333333333rem
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .providers-list .container {
        max-width: 100%;
        padding: 0
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .providers-list .container {
        max-width: 100%
    }
}

.providers-list__item {
    flex-shrink: 0;
    width: 150px;
    height: 89px;
    margin: 0 18px 11px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .providers-list__item {
        width: 9.8746266667rem;
        height: 5.7314266667rem;
        margin: 0 1.1048533333rem .0690533333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .providers-list__item {
        width: 12.3358rem;
        height: 7.0014rem;
        margin: 0 1.667rem .1111333333rem
    }
}

@media (max-width: 768px) {
    .providers-list__item {
        width: 75px;
        height: 45px;
        margin: 0 11px 1px
    }
}

.providers-list__item-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

@media (max-width: 768px) {
    .providers-list__item-link {
        height: 100%
    }
}

.providers-list__item-link:hover .providers-list__item-img--hover {
    opacity: 1
}

.providers-list__item-img, .providers-list__item-img--hover {
    height: 89px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .providers-list__item-img, .providers-list__item-img--hover {
        height: 100%
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .providers-list__item-img, .providers-list__item-img--hover {
        height: 100%
    }
}

@media (max-width: 768px) {
    .providers-list__item-img, .providers-list__item-img--hover {
        height: 100%
    }
}

.providers-list__item-img--hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .3s ease
}

.payment-systems-list {
    background: #4b4c46
}

.payment-systems-list-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 120px;
    padding: 0 50px;
    max-width: 1070px;
    margin: 0 auto
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .payment-systems-list-wrap {
        height: 8.2864rem;
        padding: 0 3.4526666667rem;
        max-width: 73.8870666667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .payment-systems-list-wrap {
        justify-content: center;
        height: auto;
        padding: 0 1.667rem;
        max-width: 100%
    }
}

@media (max-width: 768px) {
    .payment-systems-list-wrap {
        justify-content: center;
        height: auto;
        padding: 10px 15px;
        max-width: 100%
    }
}

.payment-systems-list__item {
    margin: 10px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .payment-systems-list__item {
        margin: .6905333333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .payment-systems-list__item {
        margin: 1.1113333333rem
    }
}

.payment-systems-list__item--freekassa {
    display: flex
}

.payment-systems-list__item-img.visa-debit-logo {
    width: 62px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .payment-systems-list__item-img.visa-debit-logo {
        width: 4.2813066667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .payment-systems-list__item-img.visa-debit-logo {
        width: 6.8902666667rem
    }
}

.payment-systems-list__item-img.mastercard-logo {
    width: 148px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .payment-systems-list__item-img.mastercard-logo {
        width: 10.2198933333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .payment-systems-list__item-img.mastercard-logo {
        width: 16.4477333333rem
    }
}

.payment-systems-list__item-img.mir-logo {
    width: 57px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .payment-systems-list__item-img.mir-logo {
        width: 3.93604rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .payment-systems-list__item-img.mir-logo {
        width: 6.3346rem
    }
}

.payment-systems-list__item-img.qiwi-logo {
    width: 65px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .payment-systems-list__item-img.qiwi-logo {
        width: 4.4884666667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .payment-systems-list__item-img.qiwi-logo {
        width: 7.0014rem
    }
}

.payment-systems-list__item-img.beeline-logo {
    width: 93px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .payment-systems-list__item-img.beeline-logo {
        width: 6.42196rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .payment-systems-list__item-img.beeline-logo {
        width: 10.002rem
    }
}

.payment-systems-list__item-img.megafon-logo {
    width: 125px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .payment-systems-list__item-img.megafon-logo {
        width: 8.6316666667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .payment-systems-list__item-img.megafon-logo {
        width: 13.6694rem
    }
}

.payment-systems-list__item-img.umoney-logo {
    width: 87px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .payment-systems-list__item-img.umoney-logo {
        width: 6.00764rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .payment-systems-list__item-img.umoney-logo {
        width: 9.6686rem
    }
}

.payment-systems-list__item-img.payeer-logo {
    width: 86px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .payment-systems-list__item-img.payeer-logo {
        width: 5.9385866667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .payment-systems-list__item-img.payeer-logo {
        width: 9.5574666667rem
    }
}

.main-footer {
    background: #778771;
    display: flex;
    margin-left: 225px;
    padding-bottom: 100px;
    padding-top: 70px
}

.dark .main-footer {
    background: #272a2d
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .main-footer {
        margin-left: 0
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .main-footer {
        padding-bottom: 6.9053333333rem;
        padding-top: 4.8337333333rem;
        margin-left: 0
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .main-footer {
        margin-left: 0;
        padding: 4.4453333333rem 3.8896666667rem 10.002rem 3.8896666667rem
    }
}

@media (max-width: 768px) {
    .main-footer {
        margin-left: 0;
        padding-bottom: 125px;
        padding-top: 22px
    }
}

.hide-real-time-winners .main-footer {
    padding-bottom: 40px
}

.main-footer__inner {
    width: 1280px;
    margin: 0 auto
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .main-footer__inner {
        width: 74.5776rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .main-footer__inner {
        width: auto;
        padding-left: 13.336rem;
        padding-right: 13.336rem
    }
}

@media (max-width: 768px) {
    .main-footer__inner {
        width: auto;
        padding-left: 50px;
        padding-right: 50px
    }
}

.main-footer__left {
    float: left
}

@media (min-width: 769px) and (max-width: 1024px) {
    .main-footer__left {
        width: 50%
    }
}

@media (max-width: 768px) {
    .main-footer__left {
        width: 100%;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .main-footer__left {
        float: none;
        flex-direction: column
    }
}

.main-footer__right {
    float: right
}

@media (min-width: 769px) and (max-width: 1024px) {
    .main-footer__right {
        width: 50%
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .main-footer__right {
        float: none
    }
}

.main-footer__right .footer-menu {
    width: 440px;
    padding-top: 7px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .main-footer__right .footer-menu {
        width: 30.3834666667rem;
        padding-top: .4833733333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .main-footer__right .footer-menu {
        width: 48.8986666667rem;
        padding-top: .7779333333rem
    }
}

@media (max-width: 768px) {
    .main-footer__right .footer-menu {
        width: auto;
        padding-top: 7px;
        text-align: center
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .main-footer__right .footer-menu {
        padding-top: 20px
    }
}

.main-footer__bottom {
    float: left;
    width: 100%;
    max-width: 615px;
    clear: both
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .main-footer__bottom {
        max-width: 42.4678rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .main-footer__bottom {
        max-width: 68.347rem
    }
}

@media (max-width: 768px) {
    .main-footer__bottom {
        max-width: 615px
    }
}

.main-footer__topwrap-license {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .main-footer__topwrap-license {
        margin-bottom: .3452666667rem
    }
}

@media (max-width: 768px) {
    .main-footer__topwrap-license {
        margin-bottom: 5px
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .main-footer__topwrap-license {
        justify-content: center
    }
}

.main-footer__topwrap {
    width: 260px;
    margin-bottom: 5px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .main-footer__topwrap {
        width: 17.9538666667rem;
        margin-bottom: .3452666667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .main-footer__topwrap {
        width: 28.8946666667rem;
        margin-bottom: .5556666667rem
    }
}

@media (max-width: 768px) {
    .main-footer__topwrap {
        width: auto;
        margin-bottom: 5px
    }
}

.main-footer__topwrap-license-wr {
    position: relative;
    display: flex;
    align-items: flex-start
}

.main-footer__topwrap-license-wr-logo {
    position: relative;
    margin: 8px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .main-footer__topwrap-license-wr-logo {
        margin: .5524266667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .main-footer__topwrap-license-wr-logo {
        margin: .8890666667rem .8890666667rem .8890666667rem 0
    }
}

@media (max-width: 768px) {
    .main-footer__topwrap-license-wr-logo {
        margin: 8px 8px 8px 0
    }
}

.main-footer__topwrap-license-wr-logo:after {
    background: #fff;
    content: "";
    position: absolute;
    width: 1px;
    height: 36px;
    top: 0;
    right: 0
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .main-footer__topwrap-license-wr-logo:after {
        width: .0690533333rem;
        height: 2.48592rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .main-footer__topwrap-license-wr-logo:after {
        width: .1111333333rem;
        height: 4.0008rem
    }
}

@media (max-width: 768px) {
    .main-footer__topwrap-license-wr-logo:after {
        width: 1px;
        height: 36px
    }
}

.main-footer__topwrap-license-wr-logo-img {
    width: 104px;
    margin-right: 40px;
    margin-bottom: 20px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .main-footer__topwrap-license-wr-logo-img {
        width: 7.1815466667rem;
        margin-right: 2.7621333333rem;
        margin-bottom: 1.3810666667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .main-footer__topwrap-license-wr-logo-img {
        width: 11.5578666667rem;
        margin-right: 4.4453333333rem;
        margin-bottom: 2.2226666667rem
    }
}

@media (max-width: 768px) {
    .main-footer__topwrap-license-wr-logo-img {
        width: 84px;
        margin-right: 25px;
        margin-bottom: 20px
    }
}

.main-footer__topwrap-license-wr-img {
    margin-left: 40px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .main-footer__topwrap-license-wr-img {
        margin-left: 2.7621333333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .main-footer__topwrap-license-wr-img {
        margin-left: 4.4453333333rem
    }
}

@media (max-width: 768px) {
    .main-footer__topwrap-license-wr-img {
        margin-left: 15px
    }
}

.main-footer__topwrap-license-wr-img > div {
    min-width: 2.77778rem !important
}

@media (min-width: 769px) and (max-width: 1024px) {
    .main-footer__topwrap-license-wr-img > div {
        min-width: 5.55667rem !important
    }
}

.main-footer__topwrap-license-wr-img a {
    display: block
}

.main-footer__topwrap-license-wr-img .modal-licence {
    cursor: pointer;
    height: 2.7777777778rem;
    min-height: auto !important;
    max-height: none !important
}

@media (min-width: 769px) and (max-width: 1024px) {
    .main-footer__topwrap-license-wr-img .modal-licence {
        height: 5.5566666667rem
    }
}

.main-footer__topwrap-license-wr-img img {
    width: auto;
    height: 2.7777777778rem;
    min-height: auto !important;
    max-height: none !important
}

@media (min-width: 769px) and (max-width: 1024px) {
    .main-footer__topwrap-license-wr-img img {
        height: 5.5566666667rem
    }
}

.main-footer__text {
    max-width: 332px;
    margin-bottom: 43px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -.5px;
    color: #fff
}

.dark .main-footer__text {
    color: rgba(255, 255, 255, .6)
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .main-footer__text {
        max-width: 22.9257066667rem;
        margin-bottom: 2.9692933333rem;
        font-size: .9667466667rem;
        letter-spacing: -.0345266667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .main-footer__text {
        max-width: 25.5606666667rem;
        margin-bottom: 3.8896666667rem;
        font-size: 1.5558666667rem;
        letter-spacing: -.0555666667rem
    }
}

@media (max-width: 768px) {
    .main-footer__text {
        max-width: 280px;
        margin-bottom: 10px;
        font-size: 12px;
        letter-spacing: -.43px
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .main-footer__text {
        margin: 0 auto
    }
}

.main-footer__text-ft {
    width: 100%;
    max-width: 657px;
    line-height: 1.56;
    letter-spacing: -.11px;
    font-size: 16px;
    margin-bottom: 37px
}

.dark .main-footer__text-ft {
    color: rgba(255, 255, 255, .6)
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .main-footer__text-ft {
        max-width: 45.36804rem;
        letter-spacing: -.0075958667rem;
        font-size: 1.1048533333rem;
        margin-bottom: 2.5549733333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .main-footer__text-ft {
        max-width: 73.0146rem;
        letter-spacing: -.0122246667rem;
        font-size: 1.7781333333rem;
        margin-bottom: 4.1119333333rem
    }
}

@media (max-width: 768px) {
    .main-footer__text-ft {
        font-size: 16px;
        text-align: center;
        margin-bottom: 37px;
        line-height: 1.57;
        letter-spacing: -.09px
    }
}

.main-footer__copyright {
    font-size: 16px;
    line-height: 1;
    letter-spacing: -.11px
}

.dark .main-footer__copyright {
    color: rgba(255, 255, 255, .6)
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .main-footer__copyright {
        font-size: 1.1048533333rem;
        letter-spacing: -.0075958667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .main-footer__copyright {
        font-size: 1.7781333333rem;
        letter-spacing: -.0122246667rem
    }
}

@media (max-width: 768px) {
    .main-footer__copyright {
        font-size: 16px;
        text-align: center
    }
}

.footer-menu__title {
    width: 100%;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 21px;
    line-height: 1;
    letter-spacing: -.6px;
    color: #89ce00
}

.dark .footer-menu__title {
    color: #97a94c
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .footer-menu__title {
        margin-bottom: 2.0716rem;
        font-size: 1.45012rem;
        letter-spacing: -.041432rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .footer-menu__title {
        margin-bottom: 3.334rem;
        font-size: 2.3338rem;
        letter-spacing: -.06668rem
    }
}

@media (max-width: 768px) {
    .footer-menu__title {
        margin-bottom: 30px;
        font-size: 21px;
        letter-spacing: -.6px
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .footer-menu__title {
        margin-bottom: 21px
    }
}

.main-footer__menu-col {
    width: 100%;
    padding-right: 20px;
    display: flex;
    flex-wrap: wrap
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .main-footer__menu-col {
        padding-right: 1.3810666667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .main-footer__menu-col {
        padding-right: 2.2226666667rem
    }

    .main-footer__menu-col:last-child {
        padding-right: 0
    }
}

@media (max-width: 768px) {
    .main-footer__menu-col {
        width: 100%;
        padding-right: 0
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .main-footer__menu-col {
        width: auto;
        text-align: left;
        margin-right: 25px
    }

    .main-footer__menu-col:last-child {
        margin-right: 0
    }
}

.footer-menu__item {
    margin-bottom: 21px;
    width: 50%
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .footer-menu__item {
        margin-bottom: 1.45012rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .footer-menu__item {
        margin-bottom: 2.3338rem
    }
}

@media (max-width: 768px) {
    .footer-menu__item {
        margin-bottom: 14px
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .footer-menu__item {
        margin-bottom: 21px
    }
}

.footer-menu__item-link {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.14;
    color: #f2f2f2;
    letter-spacing: -.12px;
    transition: all .3s ease
}

.dark .footer-menu__item-link {
    color: rgba(255, 255, 255, .8)
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .footer-menu__item-link {
        font-size: 1.1048533333rem;
        letter-spacing: -.0082864rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .footer-menu__item-link {
        font-size: 1.7781333333rem;
        letter-spacing: -.013336rem
    }
}

@media (max-width: 768px) {
    .footer-menu__item-link {
        font-size: 16px;
        letter-spacing: -.12px
    }
}

.no-touch .footer-menu__item-link:hover {
    color: #89ce00
}

.jkl {
    flex-shrink: 0;
    order: 20;
    z-index: 1;
    margin-left: 225px;
    border-top: 3px solid #9ea097
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .jkl {
        margin-left: 70px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .jkl {
        margin-left: 4.83373rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .jkl {
        margin-left: 5.5566666667rem
    }
}

@media (max-width: 768px) {
    .jkl {
        margin-left: 0
    }
}

.jkl-content {
    background: #373833;
    padding: 53px 66px
}

@media (max-width: 768px) {
    .jkl-content {
        padding: 20px 15px
    }
}

.jkl .jkl-content .h1, .jkl .jkl-content .h2, .jkl .jkl-content h1, .jkl .jkl-content h2 {
    text-transform: unset;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 600
}

.jkl .jkl-content .h1, .jkl .jkl-content .h2, .jkl .jkl-content h1, .jkl .jkl-content h2 {
    color: #ffffff;
}

.jkl .jkl-content p {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.5;
}

.jkl .jkl-content p {
    color: #ffffff;
}

.jkl .jkl-content ul {
    margin-bottom: 34px;
    list-style: disc;
    padding: 0 20px
}

.jkl .jkl-content li {
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    margin-bottom: 0
}

.jkl .jkl-content ul li {
    color: #ffffff;
}

.jkl .jkl-content ol {
    margin-top: -26px;
    margin-bottom: 34px
}

.jkl .jkl-content ol li {
    list-style: inside;
    list-style: decimal;
    font-size: 14px;
    line-height: 1.5;
    padding-left: 18px;
    margin-bottom: 0;
    color: #ffffff;
}

.main-slider {
    overflow: hidden;
    position: relative;
    z-index: 0;
    height: 720px
}

.main-slider__inner {
    height: 100%
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .main-slider {
        height: 540px
    }
}

@media (min-width: 1580px) and (max-width: 1919px) {
    .main-slider {
        height: 720px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .main-slider {
        height: 37.2888rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .main-slider {
        height: 47.7873333333rem
    }
}

@media (max-width: 768px) {
    .main-slider {
        height: 275px
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .main-slider {
        height: 490px
    }
}

.main-slider__inner .swiper-wrapper {
    display: flex
}

.main-slider__pagination {
    background: rgba(0, 0, 0, .3);
    position: absolute;
    right: -.3333333333rem;
    bottom: 2.8rem;
    transform: skew(-15deg, 0);
    width: 56.5vw;
    height: 2.6666666667rem;
    pointer-events: none
}

.main-slider__pagination-inner {
    transform: skew(15deg, 0);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding: 0 1rem;
    font-style: italic;
    font-size: .7333333333rem;
    line-height: 1;
    color: #fff;
    letter-spacing: normal
}

.main-slider-navigate {
    display: none;
    width: 1328px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 40%;
    right: 0;
    z-index: 7
}

@media screen and (min-width: 769px) {
    .main-slider-navigate {
        display: block
    }
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .main-slider-navigate {
        width: 1328px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .main-slider-navigate {
        width: 91.7028266667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .main-slider-navigate {
        width: 82.2386666667rem
    }
}

.main-slider-navigate__next, .main-slider-navigate__prev {
    position: absolute;
    top: 50%;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    cursor: pointer;
    display: block;
    outline: 0
}

@media (min-width: 769px) and (max-width: 1024px) {
    .main-slider-navigate__next, .main-slider-navigate__prev {
        top: -43%
    }
}

@media (max-width: 768px) {
    .main-slider-navigate__next, .main-slider-navigate__prev {
        display: none
    }
}

.main-slider-navigate__next:hover .main-slider-navigate__next-ic, .main-slider-navigate__next:hover .main-slider-navigate__prev-ic, .main-slider-navigate__prev:hover .main-slider-navigate__next-ic, .main-slider-navigate__prev:hover .main-slider-navigate__prev-ic {
    color: #548200
}

.main-slider-navigate__prev {
    left: 0;
    width: 72px;
    text-align: left
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .main-slider-navigate__prev {
        width: 72px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .main-slider-navigate__prev {
        width: 4.97184rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .main-slider-navigate__prev {
        width: 8.0016rem
    }
}

.main-slider-navigate__next {
    right: 0;
    width: 72px;
    text-align: right
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .main-slider-navigate__next {
        width: 72px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .main-slider-navigate__next {
        width: 4.97184rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .main-slider-navigate__next {
        width: 8.0016rem
    }
}

.main-slider-navigate__next-ic, .main-slider-navigate__prev-ic {
    width: auto;
    height: 60px;
    color: #6ea500;
    letter-spacing: normal;
    transition: all .3s ease
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .main-slider-navigate__next-ic, .main-slider-navigate__prev-ic {
        height: 62px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .main-slider-navigate__next-ic, .main-slider-navigate__prev-ic {
        height: 4.2813066667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .main-slider-navigate__next-ic, .main-slider-navigate__prev-ic {
        height: 5.5566666667rem
    }
}

.main-slider__item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    pointer-events: none
}

.swiper-slide-active {
    z-index: 2;
    pointer-events: auto
}

.swiper-slide-duplicate-active {
    z-index: 0;
    transition: none
}

@media screen and (min-width: 769px) {
    .swiper-slide-active .main-slider-anim-1, .swiper-slide-active .main-slider-anim-2, .swiper-slide-duplicate-active .main-slider-anim-1, .swiper-slide-duplicate-active .main-slider-anim-2 {
        transform: translateZ(0);
        opacity: 1
    }
}

.swiper-slide-duplicate-next, .swiper-slide-duplicate-prev, .swiper-slide-next, .swiper-slide-prev {
    z-index: 1
}

@media screen and (min-width: 769px) {
    .main-slider-anim-1 {
        transition: transform .4s ease-in, opacity .4s ease-in
    }
}

@media screen and (min-width: 769px) {
    .main-slider-anim-1, .main-slider-anim-2 {
        transform: translate3d(-100px, 0, 0);
        opacity: 0
    }

    .main-slider-anim-2 {
        transition: transform .4s ease-in .1s, opacity .4s ease-in .1s
    }
}

.main-slider__item-text-wr {
    height: 100%;
    width: 1328px;
    position: relative;
    z-index: 5;
    padding: 140px 70px 0 70px;
    margin: 0 auto;
    text-align: left
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .main-slider__item-text-wr {
        width: 1328px;
        padding: 80px 70px 0 70px
    }
}

@media (min-width: 1580px) and (max-width: 1919px) {
    .main-slider__item-text-wr {
        width: 1328px;
        padding: 140px 70px 0 70px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .main-slider__item-text-wr {
        width: 91.7028266667rem;
        padding: 5.5242666667rem 4.8337333333rem 0 4.8337333333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .main-slider__item-text-wr {
        width: 82.2386666667rem;
        padding: 4.4453333333rem 4.4453333333rem 0 4.4453333333rem
    }
}

@media (max-width: 768px) {
    .main-slider__item-text-wr {
        padding: 20px 20px 120px 20px;
        width: 100%;
        text-align: center
    }
}

.main-slider__item-bg-wr {
    overflow: hidden
}

.main-slider__item-bg, .main-slider__item-bg-wr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.main-slider__item-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.main-slider__item-subtitle {
    font-weight: 600;
    font-size: 48px;
    line-height: .94;
    letter-spacing: -2.07px;
    color: #292925
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .main-slider__item-subtitle {
        font-size: 30px;
        letter-spacing: -2.07px
    }
}

@media (min-width: 1580px) and (max-width: 1919px) {
    .main-slider__item-subtitle {
        font-size: 48px;
        letter-spacing: -2.07px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .main-slider__item-subtitle {
        font-size: 2.0716rem;
        letter-spacing: -.1429404rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .main-slider__item-subtitle {
        font-size: 3.334rem;
        letter-spacing: -.230046rem
    }
}

@media (max-width: 768px) {
    .main-slider__item-subtitle {
        font-size: 21px;
        line-height: 25px;
        letter-spacing: -.9px;
        color: #292925
    }
}

.main-slider__item-title {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 62px;
    line-height: 1;
    color: #548200;
    letter-spacing: -2.67px;
    text-shadow: 1px 1px 0 #121c00
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .main-slider__item-title {
        margin-bottom: 15px;
        font-size: 42px;
        letter-spacing: -2.67px;
        text-shadow: 1px 1px 0 #121c00
    }
}

@media (min-width: 1580px) and (max-width: 1919px) {
    .main-slider__item-title {
        margin-bottom: 30px;
        font-size: 62px;
        letter-spacing: -2.67px;
        text-shadow: 1px 1px 0 #121c00
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .main-slider__item-title {
        margin-bottom: 1.0358rem;
        font-size: 2.90024rem;
        letter-spacing: -.1843724rem;
        text-shadow: .0690533333rem .0690533333rem 0 #121c00
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .main-slider__item-title {
        font-size: 4.6676rem;
        letter-spacing: -.296726rem
    }
}

@media (max-width: 768px) {
    .main-slider__item-title {
        margin-bottom: 4px;
        font-size: 26px;
        line-height: 25px;
        letter-spacing: -1.12px;
        text-shadow: 1px 1px 1px #121c00
    }
}

.main-slider__item-text {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.21;
    letter-spacing: -.51px;
    color: #525d4e;
    margin-bottom: 10px
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .main-slider__item-text {
        margin-bottom: 10px;
        font-size: 28px;
        letter-spacing: -.51px
    }
}

@media (min-width: 1580px) and (max-width: 1919px) {
    .main-slider__item-text {
        font-size: 28px;
        letter-spacing: -.51px;
        margin-bottom: 10px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .main-slider__item-text {
        margin-bottom: .6905333333rem;
        font-size: 1.9334933333rem;
        letter-spacing: -.0352172rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .main-slider__item-text {
        font-size: 2.5560666667rem;
        letter-spacing: -.056678rem;
        margin-bottom: 1.1113333333rem
    }
}

@media (max-width: 768px) {
    .main-slider__item-text {
        font-size: 16px;
        line-height: 21px;
        letter-spacing: -.3px;
        margin-bottom: 5px;
        color: #292925
    }
}

.main-slider__item-img {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
    transform: translate3d(120px, -50%, 0);
    width: auto;
    max-height: 50%
}

.main-slider__item-btn {
    display: inline-block;
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 16px 47px 16px 47px;
    margin-top: 30px;
    border-radius: 30px;
    z-index: 5
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .main-slider__item-btn {
        font-size: 16px;
        margin-top: 10px;
        padding: 16px 47px 16px 47px;
        border-radius: 30px
    }
}

@media (min-width: 1580px) and (max-width: 1919px) {
    .main-slider__item-btn {
        font-size: 16px;
        padding: 16px 47px 16px 47px;
        margin-top: 30px;
        border-radius: 30px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .main-slider__item-btn {
        font-size: 1.1048533333rem;
        margin-top: .6905333333rem;
        padding: 1.1048533333rem 3.2455066667rem 1.1048533333rem 3.2455066667rem;
        border-radius: 2.0716rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .main-slider__item-btn {
        font-size: 1.7781333333rem;
        padding: 1.1113333333rem 5.4455333333rem 1.1113333333rem 5.4455333333rem;
        margin-top: 1.1113333333rem;
        border-radius: 3.334rem
    }
}

@media (max-width: 768px) {
    .main-slider__item-btn {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        width: 170px;
        margin: 0 auto;
        padding: 9px 25px 9px 25px;
        font-size: 14px;
        border-radius: 30px
    }
}

@media (min-width: 421px) and (max-width: 768px) {
    .main-slider__item-btn {
        bottom: 50px
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .main-slider__item-btn {
        bottom: 80px
    }
}

.main-slider__item-btn .btn__text {
    font-size: 11px
}

.main-slider__item-artboard {
    position: absolute;
    left: -1%;
    bottom: -3px;
    z-index: 1;
    width: 102%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 100%;
    pointer-events: none
}

@media (max-width: 768px) {
    .main-slider__item-artboard {
        position: absolute;
        bottom: -2px;
        width: 102%
    }
}

.artboard-basic {
    background: url(../img/artboard-banner-basic.svg) no-repeat bottom/contain
}

.odometer.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-animating-up .odometer-ribbon-inner {
    transition-duration: .5s !important
}

.container-sidebar__jackpot {
    position: relative;
    margin: -160px auto 30px;
    width: 1328px;
    height: 6.91rem
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .container-sidebar__jackpot {
        width: 1328px;
        margin: -145px auto 40px;
        left: 14px
    }
}

@media (min-width: 1713px) and (max-width: 1919px) {
    .container-sidebar__jackpot {
        margin: -160px auto 30px;
        width: 1328px;
        left: 0
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .container-sidebar__jackpot {
        width: 91.7028266667rem;
        margin: -10.0127333333rem auto 2.7621333333rem;
        left: .9667466667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .container-sidebar__jackpot {
        width: auto;
        margin: -5.5566666667rem auto 4.2230666667rem
    }
}

@media (max-width: 768px) {
    .container-sidebar__jackpot {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 49px;
        height: auto
    }
}

@media (min-width: 421px) and (max-width: 768px) {
    .container-sidebar__jackpot {
        margin-top: -30px
    }
}

.jackpot-block {
    display: flex;
    align-items: center
}

.user-top .jackpot-block {
    position: relative;
    top: 100%;
    margin: 0 auto;
    width: 1328px;
    pointer-events: none
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .user-top .jackpot-block {
        width: 1328px;
        left: 14px
    }
}

@media (min-width: 1713px) and (max-width: 1919px) {
    .user-top .jackpot-block {
        width: 1328px;
        left: 0
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .user-top .jackpot-block {
        width: auto;
        left: 7.77933rem !important
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .user-top .jackpot-block {
        width: 91.7028266667rem;
        left: .9667466667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .user-top .jackpot-block {
        margin: 0 auto
    }
}

@media (max-width: 768px) {
    .user-top .jackpot-block {
        display: none
    }
}

.jackpot-block--invisible {
    opacity: 0
}

.user-top .jackpot-block--static {
    top: 0
}

.jackpot-block__img {
    display: flex;
    justify-content: flex-end;
    width: 234px;
    margin-right: 30px
}

.container-sidebar__jackpot .jackpot-block__img {
    transition: height .2s ease
}

.jackpot-block--min .jackpot-block__img {
    display: flex;
    justify-content: flex-end;
    width: 120px;
    margin-right: 12px
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .jackpot-block__img {
        width: 220px;
        margin-right: 12px
    }
}

@media (min-width: 1713px) and (max-width: 1919px) {
    .jackpot-block__img {
        width: 234px;
        margin-right: 30px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .jackpot-block__img {
        width: 15.1917333333rem;
        margin-right: .82864rem
    }

    .jackpot-block--min .jackpot-block__img {
        width: 6.2148rem;
        margin-right: .82864rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .jackpot-block__img {
        width: 11.1133333333rem;
        margin-right: 1.3336rem
    }

    .user-top .jackpot-block__img {
        width: 3.334rem
    }

    .jackpot-block--min .jackpot-block__img {
        left: 5.5566666667rem
    }
}

@media (max-width: 768px) {
    .jackpot-block--min .jackpot-block__img, .jackpot-block__img {
        width: 80px;
        margin-right: 15px
    }
}

.jackpot-block__img-item {
    height: 120px;
    width: auto
}

.jackpot-block--min .jackpot-block__img-item {
    height: 30px;
    width: auto
}

.jackpot-block--static .jackpot-block__img-item {
    transition: none
}

.user-top .jackpot-block__img-item {
    transition: height .2s ease
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .jackpot-block__img-item {
        height: 100px
    }
}

@media (min-width: 1713px) and (max-width: 1919px) {
    .jackpot-block__img-item {
        height: 120px;
        width: auto
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .jackpot-block__img-item {
        height: 6.9053333333rem
    }

    .jackpot-block--min .jackpot-block__img-item {
        height: 2.0716rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .jackpot-block__img-item {
        height: 6.7791333333rem
    }

    .user-top .jackpot-block--min .jackpot-block__img-item {
        height: 3.334rem
    }
}

@media (max-width: 768px) {
    .jackpot-block__img-item {
        height: 64px
    }
}

.jackpot-block__text {
    cursor: pointer
}

.container-sidebar__jackpot .jackpot-block__text {
    display: block
}

.jackpot-block--min .jackpot-block__text {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.jackpot-block__text-title {
    font-size: 35px;
    line-height: .91;
    letter-spacing: -1.17px;
    font-weight: 600;
    color: #9ea097;
    margin-bottom: 5px;
    transition: font-size .2s ease
}

.jackpot-block--min .jackpot-block__text-title {
    width: 100%;
    color: #9ea097;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 13px;
    line-height: .91;
    letter-spacing: -.45px;
    text-shadow: none
}

.user-top .jackpot-block--static .jackpot-block__text-title {
    transition: none
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .jackpot-block__text-title {
        font-size: 29px;
        letter-spacing: -1.17px;
        margin-bottom: 5px
    }
}

@media (min-width: 1713px) and (max-width: 1919px) {
    .jackpot-block__text-title {
        font-size: 35px;
        letter-spacing: -1.17px;
        margin-bottom: 5px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .jackpot-block__text-title {
        margin-bottom: .3452666667rem;
        font-size: 2.0025466667rem;
        letter-spacing: -.0807924rem
    }

    .jackpot-block--min .jackpot-block__text-title {
        font-size: .8976933333rem;
        letter-spacing: -.031074rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .jackpot-block__text-title {
        font-size: 2.1115333333rem;
        letter-spacing: -.130026rem;
        margin-bottom: .5556666667rem
    }

    .jackpot-block--min .jackpot-block__text-title {
        margin-bottom: 0;
        font-size: 1.4447333333rem;
        letter-spacing: -.0444533333rem
    }
}

@media (max-width: 768px) {
    .jackpot-block__text-title {
        font-size: 18px;
        line-height: .95;
        letter-spacing: -.6px;
        margin-bottom: 5px
    }
}

.jackpot-block__text-number {
    font-size: 62px;
    line-height: 1;
    letter-spacing: -2.2px;
    font-weight: 600;
    padding-right: 5px;
    color: #df1f3d;
    text-shadow: 0 4px 9px rgba(41, 41, 37, .3), 0 2px 5px rgba(41, 41, 37, .1);
    transition: font-size .2s ease;
    overflow: hidden
}

.jackpot-block__text-number:hover {
    text-shadow: none
}

.jackpot-block__text-number .odometer.odometer-theme-default {
    font-family: Gilroy
}

.jackpot-block__text-number .odometer.odometer-theme-default .odometer-inside span {
    font-family: Gilroy;
    font-weight: 600
}

.jackpot-block__text-number .odometer-value {
    width: .67em
}

.jackpot-block__text-number .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    overflow: visible
}

.jackpot-block--min .jackpot-block__text-number {
    display: inline-block;
    color: #df1f3d;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.23;
    letter-spacing: -.67px;
    padding-right: 3px;
    text-shadow: none
}

.jackpot-block--min .jackpot-block__text-number span {
    font-weight: 400
}

.user-top .jackpot-block--static .jackpot-block__text-number {
    transition: none
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .jackpot-block__text-number {
        font-size: 50px;
        letter-spacing: -2.2px;
        text-shadow: 0 4px 9px rgba(41, 41, 37, .3), 0 2px 5px rgba(41, 41, 37, .1)
    }
}

@media (min-width: 1713px) and (max-width: 1919px) {
    .jackpot-block__text-number {
        font-size: 62px;
        letter-spacing: -2.2px;
        text-shadow: 0 4px 9px rgba(41, 41, 37, .3), 0 2px 5px rgba(41, 41, 37, .1)
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .jackpot-block__text-number {
        font-size: 3.4526666667rem;
        letter-spacing: -.1519173333rem;
        text-shadow: 0 .27621rem .62148rem rgba(41, 41, 37, .3), 0 .13811rem .34527rem rgba(41, 41, 37, .1)
    }

    .jackpot-block--min .jackpot-block__text-number {
        font-size: 1.3120133333rem;
        line-height: 1.23;
        letter-spacing: -.0462657333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .jackpot-block__text-number {
        font-size: 4.2230666667rem;
        letter-spacing: -.2444933333rem;
        text-shadow: 0 .44453rem 1.0002rem rgba(41, 41, 37, .3), 0 .22227rem .55567rem rgba(41, 41, 37, .1)
    }

    .jackpot-block--min .jackpot-block__text-number {
        font-size: 2.1115333333rem;
        line-height: 1.23;
        letter-spacing: -.0744593333rem
    }
}

@media (max-width: 768px) {
    .jackpot-block__text-number {
        font-size: 32px;
        line-height: 1.02;
        letter-spacing: -1.14px
    }
}

.jackpot-block__text-number span {
    font-weight: 400
}

.jackpot-block__text-number span:hover {
    text-shadow: none
}

.container-sidebar__jackpot .jackpot-block--min {
    position: relative;
    left: 103px
}

.user-top .jackpot-block--min {
    height: 100%;
    left: 114px;
    width: auto;
    pointer-events: auto
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .user-top .jackpot-block--min {
        left: 114px
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .user-top .jackpot-block--min {
        left: 5rem
    }
}

@media (min-width: 769px) and (max-width: 850px) {
    .user-top .jackpot-block--min {
        left: 3rem
    }
}

.odometer.odometer-auto-theme, .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default, .odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0)
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    transition: transform 2s
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    transition: transform 2s;
    transform: translateY(0)
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    font-family: Helvetica Neue, sans-serif;
    line-height: 1.1em
}

.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
    text-align: center
}

.cards-slots-slider {
    display: flex;
    justify-content: center;
    overflow-x: visible;
    width: 1328px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .cards-slots-slider {
        width: 1328px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .cards-slots-slider {
        width: 91.7028266667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .cards-slots-slider {
        width: 82.2386666667rem;
        margin-top: 2.8894666667rem
    }
}

@media (max-width: 768px) {
    .cards-slots-slider {
        width: 100%;
        overflow-x: hidden
    }
}

.cards-slots-slider__inner {
    width: 100%;
    overflow-y: hidden
}

.cards-slots-slider__inner .swiper-wrapper {
    display: flex;
    justify-content: space-between
}

@media (max-width: 1024px) {
    .cards-slots-slider__inner .swiper-wrapper {
        padding-bottom: 10px
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .cards-slots-slider__inner .swiper-wrapper {
        justify-content: space-between;
        margin-left: -10px;
        margin-right: -10px
    }
}

@media (max-width: 768px) {
    .cards-slots-slider__inner .swiper-wrapper {
        margin-left: .2rem;
        margin-right: .2rem
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .cards-slots-slider__inner .swiper-wrapper {
        max-width: 568px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 620px) and (max-width: 768px) {
    .cards-slots-slider__inner .swiper-wrapper {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto
    }
}

.cards-slots-slider__item {
    position: relative;
    margin-left: 22px;
    margin-right: 22px;
    max-width: 120px;
    flex-shrink: 0
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .cards-slots-slider__item {
        margin-left: 22px;
        margin-right: 22px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .cards-slots-slider__item {
        margin-left: 1.5191733333rem;
        margin-right: 1.5191733333rem;
        max-width: 8.2864rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .cards-slots-slider__item {
        margin-left: 1.1113333333rem;
        margin-right: 1.1113333333rem;
        max-width: 8.335rem
    }
}

@media (max-width: 768px) {
    .cards-slots-slider__item {
        margin-left: 6px;
        margin-right: 7px;
        max-width: 58px
    }
}

@media (min-width: 620px) and (max-width: 768px) {
    .cards-slots-slider__item {
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 20px
    }
}

.cards-slots-slider__item .active .cards-slots-slider__item-wr, .cards-slots-slider__item:hover .cards-slots-slider__item-wr {
    box-shadow: 0 4px 9px 0 rgba(28, 30, 26, .16), 0 2px 5px 0 rgba(28, 30, 26, .09);
    transform: translate3d(0, 1px, 0)
}

.cards-slots-slider__item .active .cards-slots-slider__icon, .cards-slots-slider__item:hover .cards-slots-slider__icon {
    color: #6ea500
}

.cards-slots-slider__item .active .cards-slots__item-title, .cards-slots-slider__item:hover .cards-slots__item-title {
    color: #6ea500
}

.cards-slots-slider__item-wr {
    background: #292925;
    height: 120px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin-bottom: 30px;
    color: #fff;
    box-shadow: 0 16px 32px 0 rgba(28, 30, 26, .5)
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .cards-slots-slider__item-wr {
        margin-bottom: 20px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .cards-slots-slider__item-wr {
        height: 8.2864rem;
        width: 8.2864rem;
        border-radius: 2.0716rem;
        margin-bottom: 1.3810666667rem;
        box-shadow: 0 1.10485rem 2.20971rem 0 rgba(28, 30, 26, .5)
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .cards-slots-slider__item-wr {
        height: 8.335rem;
        width: 8.335rem;
        border-radius: 2.2226666667rem;
        margin-bottom: .6668rem;
        box-shadow: 0 .3334rem .77793rem 0 rgba(28, 30, 26, .15), 0 .88907rem 1.77813rem 0 rgba(28, 30, 26, .25)
    }
}

@media (max-width: 768px) {
    .cards-slots-slider__item-wr {
        height: 58px;
        width: 58px;
        border-radius: 18px;
        margin-bottom: 10px;
        box-shadow: 0 3px 7px 0 rgba(28, 30, 26, .15), 0 8px 16px 0 rgba(28, 30, 26, .25)
    }
}

@media (min-width: 620px) and (max-width: 768px) {
    .cards-slots-slider__item-wr {
        width: 75px;
        height: 75px;
        border-radius: 20px;
        margin-bottom: 6px
    }
}

.cards-slots-slider__icon {
    width: 100%;
    height: 50px
}

.cards-slots__item-title {
    color: #525d4e;
    font-size: 18px;
    letter-spacing: -1px;
    text-align: center;
    font-weight: 600;
    line-height: 1;
    width: 110%;
    margin-left: -5%
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .cards-slots__item-title {
        font-size: 18px;
        letter-spacing: normal
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .cards-slots__item-title {
        font-size: 1.24296rem;
        letter-spacing: normal
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .cards-slots__item-title {
        font-size: 1.3336rem;
        letter-spacing: normal
    }
}

@media (max-width: 768px) {
    .cards-slots__item-title {
        font-size: 12px
    }
}

@media (min-width: 620px) and (max-width: 768px) {
    .cards-slots__item-title {
        font-size: 13px
    }
}

.navigation.pagination {
    margin-top: 30px
}

.navigation.pagination .nav-links {
    display: flex;
    justify-content: center
}

.navigation.pagination .nav-links .page-numbers {
    background: linear-gradient(135deg, #f82b4d, #f83a53 22%, #f96923 72%, #fa8418);
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
    margin: 0 10px;
    border-radius: 5px;
    transition: .3s
}

@media only screen and (max-width: 767px) {
    .navigation.pagination .nav-links .page-numbers {
        margin: 0 2px;
        padding: 5px 10px;
        font-size: 12px
    }
}

.navigation.pagination .nav-links .page-numbers:hover {
    background: linear-gradient(135deg, #ff7200, #ff7200);
    transform: scale(1.05);
    color: #fff
}

.navigation.pagination .nav-links .page-numbers.dots {
    background: 0 0;
    border: none;
    padding: 0;
    display: flex;
    align-items: flex-end;
    color: #000
}

.navigation.pagination .nav-links .current {
    background: linear-gradient(135deg, #ff7200, #ff7200);
    color: #fff
}

body.menu-open {
    overflow: hidden
}

.scrollfix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000000a8;
    z-index: 999;
    display: none;
    opacity: 0;
    transition: .3s
}

.scrollfix.menu-open {
    display: block;
    opacity: 1
}

.mobile-menu-container {
    position: fixed;
    left: 0;
    top: 0;
    background: #000000b0;
    height: 100vh;
    z-index: 999;
    width: 100vw;
    transform: translateX(100vw);
    transition: .3s
}

.mobile-menu-container.menu-open {
    transform: translateX(0)
}

.mobile-menu-container .mobile-menu-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh
}

.mobile-menu-container .mobile-menu-wrapper .mobile-menu-close {
    width: 30px;
    color: #bdd2e5;
    position: absolute;
    right: 50px;
    top: 50px
}

.mobile-menu-container .mobile-menu-wrapper .mobile-menu-close:hover {
    color: #269ab9
}

.mobile-menu-container .mobile-menu-wrapper .mobile-menu {
    width: 100%
}

.mobile-menu-container .mobile-menu-wrapper .mobile-menu #menu {
    padding: 0;
    margin: 0;
    list-style: none
}

.mobile-menu-container .mobile-menu-wrapper .mobile-menu #menu .menu-item {
    text-align: center
}

.mobile-menu-container .mobile-menu-wrapper .mobile-menu #menu .menu-item a {
    color: #bdd2e5;
    padding: 10px;
    font-weight: 600;
    font-size: 20px
}

.mobile-menu-container .mobile-menu-wrapper .mobile-menu #menu .menu-item a:hover {
    color: #269ab9
}

.section__bonus {
    margin-bottom: 30px;
    margin-top: 30px
}

.section__bonus .flex {
    gap: 20px
}

@media only screen and (max-width: 991px) {
    .section__bonus .flex {
        gap: 10px
    }
}

.section__casino {
    margin-bottom: 30px
}

@media only screen and (min-width: 768px) {
    .section__casino .c-table .c-td.c-pos {
        width: 6%
    }
}

.section__casino .c-table .c-td.c-logo {
    padding: 0 10px 0 30px;
    justify-content: flex-start
}

@media only screen and (min-width: 768px) {
    .section__casino .c-table .c-td.c-logo {
        width: 28%
    }
}

.section__casino .c-table .c-td.c-rate {
    padding: 0 50px;
    flex-direction: column
}

@media only screen and (max-width: 991px) {
    .section__casino .c-table .c-td.c-rate {
        padding: 0 20px
    }
}

@media only screen and (min-width: 768px) {
    .section__casino .c-table .c-td.c-rate {
        width: 25%
    }
}

@media only screen and (min-width: 768px) {
    .section__casino .c-table .c-td.c-bonus {
        width: 17%
    }
}

.section__casino .c-table .c-td.c-nav {
    flex-direction: column
}

@media only screen and (min-width: 768px) {
    .section__casino .c-table .c-td.c-nav {
        width: 24%
    }
}

.section__news {
    margin-bottom: 30px
}

.section__seotext {
    margin-top: 20px;
    background: #001620;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 1.45
}

.section__seotext:not(:last-child) {
    margin-bottom: 30px
}

.section__seotext img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 15px
}

.timer-block {
    display: flex;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.timer-block__count {
    display: block;
    margin-bottom: 3px;
    font-weight: 900;
    font-size: 24px;
    line-height: 1;
    color: #d7cec5;
    letter-spacing: .3px
}

@media (max-width: 1280px) {
    .timer-block__count {
        font-size: 18px;
        letter-spacing: .2px
    }
}

.timer-block__label {
    display: block;
    margin-top: -1px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #d7cec5;
    letter-spacing: -.1px
}

@media (max-width: 1280px) {
    .timer-block__label {
        font-size: 10px;
        margin-top: -4px
    }
}

.tournaments-stats-slider {
    margin-bottom: 30px
}

@media (max-width: 1280px) {
    .tournaments-stats-slider {
        margin-bottom: 0
    }
}

.tournaments-stats-slider__title {
    font-weight: 900;
    font-size: 98px;
    line-height: 1;
    color: #d7cec5;
    text-align: center;
    opacity: .65;
    text-transform: uppercase
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__title {
        letter-spacing: -.3px;
        font-size: 62px
    }
}

@media (max-width: 712px) {
    .tournaments-stats-slider__title {
        margin-bottom: 5px;
        font-size: 28px;
        letter-spacing: -.2px
    }
}

.tournaments-stats-slider__inner {
    position: relative;
    overflow: hidden;
    padding: 0 0 40px
}

.tournaments-stats-slider__inner .swiper-wrapper {
    display: flex
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__inner {
        padding-bottom: 35px
    }
}

.tournaments-stats-slider--blocked {
    position: relative
}

.tournaments-stats-slider--blocked:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99
}

.tournaments-stats-slider__item {
    transform: scale(.8) translateZ(0);
    flex-shrink: 0;
    width: 732px !important;
    opacity: .83;
    transition: all .4s ease-out;
    transition-property: transform, opacity, margin;
    filter: blur(3px)
}

.tournaments-stats-slider__item.swiper-slide-active {
    position: relative;
    z-index: 1;
    transform: scale(1) translateZ(0);
    filter: blur(0);
    opacity: 1
}

.tournaments-stats-slider__item.swiper-slide-active .tournaments-stats-slider__item-bottom, .tournaments-stats-slider__item.swiper-slide-active .tournaments-stats-slider__item-main {
    pointer-events: auto
}

.tournaments-stats-slider__item.swiper-slide-prev {
    transform: scale(.8) translate3d(150px, 0, 0)
}

.tournaments-stats-slider__item.swiper-slide-next {
    transform: scale(.8) translate3d(-150px, 0, 0)
}

.tournaments-stats-slider__item.swiper-slide-preventTransition {
    transition: all 0s !important
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__item {
        width: 470px !important
    }

    .touch .tournaments-stats-slider__item.swiper-slide-active {
        filter: none
    }

    .tournaments-stats-slider__item.swiper-slide-active {
        filter: blur(0)
    }

    .tournaments-stats-slider__item.swiper-slide-prev {
        transform: scale(.8) translate3d(90px, 0, 0)
    }

    .tournaments-stats-slider__item.swiper-slide-next {
        transform: scale(.8) translate3d(-90px, 0, 0)
    }
}

@media (min-width: 1140px) and (max-width: 1280px) {
    .tournaments-stats-slider__item {
        transform: scale(.7) translateZ(0);
        width: 610px
    }

    .tournaments-stats-slider__item.swiper-slide-active {
        filter: none
    }

    .tournaments-stats-slider__item.swiper-slide-prev {
        transform: scale(.7) translate3d(310px, 0, 0)
    }

    .tournaments-stats-slider__item.swiper-slide-next {
        transform: scale(.7) translate3d(-310px, 0, 0)
    }
}

@media (max-width: 712px) {
    .tournaments-stats-slider__item {
        width: 312px !important
    }

    .tournaments-stats-slider__item.swiper-slide-active {
        filter: none
    }

    .tournaments-stats-slider__item.swiper-slide-prev {
        transform: scale(.8) translate3d(50px, 0, 0)
    }

    .tournaments-stats-slider__item.swiper-slide-next {
        transform: scale(.8) translate3d(-50px, 0, 0)
    }
}

.tournaments-stats-slider__item .timer-block__item.day, .tournaments-stats-slider__item .timer-block__item.hour, .tournaments-stats-slider__item .timer-block__item.min {
    position: relative;
    margin-right: 20px
}

.tournaments-stats-slider__item .timer-block__item.day:before, .tournaments-stats-slider__item .timer-block__item.hour:before, .tournaments-stats-slider__item .timer-block__item.min:before {
    content: ":";
    position: absolute;
    right: -7px;
    top: 0;
    font-size: 21px;
    line-height: 1;
    color: #d7cec5
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__item .timer-block__item.day, .tournaments-stats-slider__item .timer-block__item.hour, .tournaments-stats-slider__item .timer-block__item.min {
        margin-right: 15px
    }

    .tournaments-stats-slider__item .timer-block__item.day:before, .tournaments-stats-slider__item .timer-block__item.hour:before, .tournaments-stats-slider__item .timer-block__item.min:before {
        right: -5px;
        font-size: 17px
    }
}

.tournaments-stats-slider__item-main {
    overflow: hidden;
    position: relative;
    height: 400px;
    padding: 29px 20px 36px 330px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: no-repeat 50%/cover;
    pointer-events: none
}

.tournaments-stats-slider__item-main:before {
    background: radial-gradient(circle at 0 40%, rgba(79, 69, 59, .53), #4f453b);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.tournaments-stats-slider__item-main .tournaments-stats-slider__item-time {
    padding-left: 64px;
    margin-bottom: 30px;
    line-height: 0
}

.tournaments-stats-slider__item-main .tournaments-stats-slider__item-time-ic {
    left: 7px;
    top: 20px
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__item-main {
        height: 340px;
        padding: 15px 20px 5px 178px
    }

    .tournaments-stats-slider__item-main .tournaments-stats-slider__item-time {
        padding-left: 54px;
        margin-bottom: 20px
    }

    .tournaments-stats-slider__item-main .tournaments-stats-slider__item-time-ic {
        left: 12px
    }
}

@media (min-width: 1140px) and (max-width: 1280px) {
    .tournaments-stats-slider__item-main {
        height: 400px;
        padding: 29px 20px 36px 285px
    }

    .tournaments-stats-slider__item-main .tournaments-stats-slider__item-time {
        padding-left: 54px;
        margin-bottom: 20px
    }

    .tournaments-stats-slider__item-main .tournaments-stats-slider__item-time-ic {
        left: 12px
    }
}

@media (max-width: 712px) {
    .tournaments-stats-slider__item-main {
        padding: 15px 10px 5px
    }
}

.tournaments-stats-slider__item-main-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 305px;
    height: 100%;
    background: no-repeat 50%/contain
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__item-main-img {
        left: auto;
        right: 307px;
        width: 163px
    }
}

@media (min-width: 1140px) and (max-width: 1280px) {
    .tournaments-stats-slider__item-main-img {
        left: 0;
        right: auto;
        width: 255px
    }
}

@media (max-width: 712px) {
    .tournaments-stats-slider__item-main-img {
        display: none
    }
}

.tournaments-stats-slider__item-main-head {
    position: relative;
    min-height: 44px;
    padding-left: 64px;
    margin-bottom: 38px
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__item-main-head {
        padding: 5px 0 0 54px;
        margin-bottom: 10px
    }
}

.tournaments-stats-slider__item-main-head-ic-wr {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 44px;
    border-radius: 5px
}

.tournaments-stats-slider__item-main-head-ic {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: auto;
    height: 18px;
    color: #e4c544
}

.tournaments-stats-slider__item-main-head-title {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    color: #d7cec5;
    letter-spacing: -.1px
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__item-main-head-title {
        margin-bottom: 3px;
        font-size: 12px
    }
}

@media (min-width: 1140px) and (max-width: 1280px) {
    .tournaments-stats-slider__item-main-head-title {
        margin-bottom: 4px;
        font-size: 16px
    }
}

.tournaments-stats-slider__item-main-head-name {
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    color: #f09235;
    letter-spacing: -.2px
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__item-main-head-name {
        letter-spacing: -.1px;
        font-size: 23px
    }
}

.tournaments-stats-slider__item-desc {
    position: relative;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.56;
    color: #d7cec5;
    letter-spacing: -.7px
}

.tournaments-stats-slider__item-desc a {
    color: #f09235;
    font-size: inherit;
    text-decoration: none;
    border-bottom: 1px dashed
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__item-desc {
        font-size: 15px
    }
}

@media (max-width: 712px) {
    .tournaments-stats-slider__item-desc {
        font-size: 14px
    }
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__table--next-items .tournaments-stats-slider__table-prev {
        display: block
    }

    .tournaments-stats-slider__table--next-items .tournaments-stats-slider__table-body-row:first-child, .tournaments-stats-slider__table--next-items .tournaments-stats-slider__table-body-row:nth-child(2), .tournaments-stats-slider__table--next-items .tournaments-stats-slider__table-body-row:nth-child(3), .tournaments-stats-slider__table--next-items .tournaments-stats-slider__table-body-row:nth-child(4), .tournaments-stats-slider__table--next-items .tournaments-stats-slider__table-body-row:nth-child(5), .tournaments-stats-slider__table--next-items .tournaments-stats-slider__table-next {
        display: none
    }

    .tournaments-stats-slider__table--next-items .tournaments-stats-slider__table-body-row:nth-child(10), .tournaments-stats-slider__table--next-items .tournaments-stats-slider__table-body-row:nth-child(11), .tournaments-stats-slider__table--next-items .tournaments-stats-slider__table-body-row:nth-child(6), .tournaments-stats-slider__table--next-items .tournaments-stats-slider__table-body-row:nth-child(7), .tournaments-stats-slider__table--next-items .tournaments-stats-slider__table-body-row:nth-child(8), .tournaments-stats-slider__table--next-items .tournaments-stats-slider__table-body-row:nth-child(9) {
        display: flex
    }
}

@media (min-width: 1281px) {
    .tournaments-stats-slider__table, .tournaments-stats-slider__table-body__scroll {
        width: 382px
    }
}

.tournaments-stats-slider__table-head {
    position: relative;
    display: flex;
    padding-bottom: 12px;
    margin-bottom: 16px
}

.tournaments-stats-slider__table-head:after {
    background: linear-gradient(90deg, rgba(131, 118, 106, 0), #83766a 50%, rgba(131, 118, 106, 0));
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__table-head {
        padding-bottom: 8px;
        margin-bottom: 12px
    }
}

.tournaments-stats-slider__table-head-col {
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    color: #d7cec5;
    letter-spacing: -.1px
}

.tournaments-stats-slider__table-head-col:first-child {
    flex: 0 0 27px
}

.tournaments-stats-slider__table-head-col:nth-child(2) {
    flex: 0 0 222px
}

.tournaments-stats-slider__table-head-col:last-child {
    flex: 1 1 auto
}

@media (max-width: 1579px) and (min-width: 1280px) {
    .tournaments-stats-slider__table-head-col {
        font-size: 13px
    }
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__table-head-col:last-child {
        padding-right: 10px;
        text-align: right
    }
}

.tournaments-stats-slider__table-body {
    height: 213px
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__table-body {
        height: auto
    }
}

.tournaments-stats-slider__table-body-row {
    display: flex;
    align-items: center;
    min-height: 30px;
    margin-bottom: 16px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.tournaments-stats-slider__table-body-row:last-child {
    margin-bottom: 0
}

@media (max-width: 1579px) and (min-width: 1280px) {
    .tournaments-stats-slider__table-body-row {
        margin-bottom: 15px
    }
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__table-body-row {
        margin-bottom: 12px
    }

    .tournaments-stats-slider__table-body-row:nth-child(10), .tournaments-stats-slider__table-body-row:nth-child(11), .tournaments-stats-slider__table-body-row:nth-child(6), .tournaments-stats-slider__table-body-row:nth-child(7), .tournaments-stats-slider__table-body-row:nth-child(8), .tournaments-stats-slider__table-body-row:nth-child(9) {
        display: none
    }

    .tournaments-stats-slider__table-body-row:last-child {
        margin-bottom: 12px
    }
}

.tournaments-stats-slider__table-body-col:first-child {
    flex: 0 0 27px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    color: #d7cec5;
    letter-spacing: -.1px
}

.tournaments-stats-slider__table-body-col:nth-child(2) {
    flex: 0 0 222px
}

.tournaments-stats-slider__table-body-col:last-child {
    position: relative;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    color: #d7cec5;
    letter-spacing: normal
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__table-body-col:first-child {
        flex: 0 0 24px;
        font-size: 12px
    }

    .tournaments-stats-slider__table-body-col:nth-child(2) {
        flex: 1 1 auto;
        padding-right: 10px
    }

    .tournaments-stats-slider__table-body-col:last-child {
        padding-right: 10px;
        font-size: 18px
    }
}

@media (max-width: 712px) {
    .tournaments-stats-slider__table-body-col:last-child {
        padding-right: 0
    }
}

.tournaments-stats-slider__table-body-col--fill {
    color: #f09235
}

.tournaments-stats-slider__table-body-info {
    position: relative;
    padding: 2px 0 0 40px
}

.tournaments-stats-slider__table-body-avatar {
    background: #6dac6d;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 28px;
    color: #fff;
    letter-spacing: -.1px;
    text-align: center
}

@media (max-width: 1579px) and (min-width: 1280px) {
    .tournaments-stats-slider__table-body-avatar {
        width: 30px;
        height: 30px;
        transform: translate3d(0, -13px, 0)
    }
}

.tournaments-stats-slider__table-body-nick {
    margin-bottom: 3px;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    color: #faf6f2;
    letter-spacing: -.1px
}

@media (max-width: 1579px) and (min-width: 1280px) {
    .tournaments-stats-slider__table-body-nick {
        font-size: 13px
    }
}

.tournaments-stats-slider__table-body-hint {
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    color: #d7cec5;
    letter-spacing: normal
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__table-body-hint {
        display: none
    }
}

.tournaments-stats-slider__table-body-status {
    display: inline-block;
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
    color: #f09235;
    letter-spacing: .1px
}

.tournaments-stats-slider__table-body-dot {
    position: relative;
    display: inline-block;
    margin: 0 4px
}

.tournaments-stats-slider__table-body-dot:before {
    background: #fff;
    content: "";
    position: absolute;
    left: -1px;
    top: -4px;
    width: 2px;
    height: 2px;
    border-radius: 1px
}

.tournaments-stats-slider__table-pagin {
    display: none;
    position: relative;
    padding: 0 25px
}

.tournaments-stats-slider__table-pagin:after {
    display: block;
    height: 0;
    clear: both;
    content: ""
}

.tournaments-stats-slider__table-pagin [class*=" icon-"], .tournaments-stats-slider__table-pagin [class^=icon-] {
    display: inline-block;
    font-size: 9px;
    vertical-align: middle
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__table-pagin {
        display: block
    }
}

.tournaments-stats-slider__table-next, .tournaments-stats-slider__table-prev {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #faf6f2;
    letter-spacing: -.1px;
    cursor: pointer
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__table-next, .tournaments-stats-slider__table-prev {
        display: block
    }
}

.tournaments-stats-slider__table-prev {
    display: none;
    float: left
}

.tournaments-stats-slider__table-prev [class*=" icon-"], .tournaments-stats-slider__table-prev [class^=icon-] {
    margin-right: 10px
}

.tournaments-stats-slider__table-next {
    float: right
}

.tournaments-stats-slider__table-next [class*=" icon-"], .tournaments-stats-slider__table-next [class^=icon-] {
    margin-left: 10px
}

.tournaments-stats-slider__table-next-ic, .tournaments-stats-slider__table-prev-ic {
    width: auto;
    height: 9px
}

.tournaments-stats-slider__table-prev-ic {
    margin-right: 8px
}

.tournaments-stats-slider__table-next-ic {
    margin-left: 8px
}

.tournaments-stats-slider__item-bottom {
    background: #35302b;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 83px;
    box-shadow: 0 36px 39px -24px rgba(0, 0, 0, .5);
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    pointer-events: none
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__item-bottom {
        height: 66px;
        box-shadow: none;
        padding: 13px 15px 13px 10px
    }
}

@media (max-width: 712px) {
    .tournaments-stats-slider__item-bottom {
        display: block;
        height: auto;
        padding: 13px 15px 22px 10px
    }
}

.tournaments-stats-slider__item-time {
    position: relative;
    display: block;
    padding: 0 35px 0 44px
}

.tournaments-stats-slider__item-time:after {
    background: linear-gradient(180deg, rgba(79, 69, 59, 0), #4f453b 51%, rgba(79, 69, 59, 0));
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__item-time {
        padding: 0 0 0 31px
    }

    .tournaments-stats-slider__item-time:after {
        display: none
    }
}

@media (max-width: 712px) {
    .tournaments-stats-slider__item-time {
        margin-bottom: 17px
    }

    .tournaments-stats-slider__item-time:last-child {
        margin-bottom: 0
    }
}

.tournaments-stats-slider__item-time-label {
    position: relative;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    letter-spacing: -.1px
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__item-time-label {
        margin-bottom: 5px
    }
}

.tournaments-stats-slider__item-time-ic {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 30px;
    color: #b0a499
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__item-time-ic {
        height: 19px
    }
}

.tournaments-stats-slider__timer {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.tournaments-stats-slider__timer-item {
    display: inline-block;
    width: 40px;
    margin-right: 10px;
    vertical-align: top;
    letter-spacing: normal
}

.tournaments-stats-slider__timer-item:last-child {
    margin-right: 0
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__timer-item {
        width: 35px;
        margin-right: 2px
    }
}

.tournaments-stats-slider__timer-num {
    margin-bottom: 3px;
    font-weight: 900;
    font-size: 24px;
    line-height: 1;
    color: #d7cec5;
    letter-spacing: .3px
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__timer-num {
        letter-spacing: .2px;
        margin-bottom: 0;
        font-size: 22px
    }
}

.tournaments-stats-slider__timer-text {
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    color: #d7cec5;
    letter-spacing: -.1px
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__timer-text {
        font-size: 10px
    }
}

@media (min-width: 1140px) and (max-width: 1280px) {
    .tournaments-stats-slider__timer-text {
        font-size: 11px
    }
}

.tournaments-stats-slider__prize {
    display: block;
    position: relative;
    min-width: 230px;
    padding-left: 44px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__prize {
        min-width: 150px;
        padding-left: 31px
    }
}

.tournaments-stats-slider__prize-ic {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: 22px;
    color: #b0a499;
    letter-spacing: normal
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__prize-ic {
        display: block;
        height: 14px
    }
}

.tournaments-stats-slider__prize-sum {
    display: inline-block;
    margin-right: 5px;
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
    color: #f09235;
    letter-spacing: .3px
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__prize-sum {
        font-size: 18px;
        letter-spacing: .2px
    }
}

@media (min-width: 1140px) and (max-width: 1280px) {
    .tournaments-stats-slider__prize-sum {
        font-size: 20px
    }
}

.tournaments-stats-slider__prize-currency {
    display: inline-block;
    font-weight: 600;
    font-size: 21px;
    line-height: 1;
    color: #d7cec5;
    letter-spacing: .3px
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__prize-currency {
        font-size: 16px;
        letter-spacing: .2px
    }
}

.tournaments-stats-slider__prize-hint {
    display: block;
    margin-top: 3px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #d7cec5;
    letter-spacing: normal
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__prize-hint {
        margin-top: 1px;
        font-size: 10px;
        letter-spacing: .1px
    }
}

@media (min-width: 1140px) and (max-width: 1280px) {
    .tournaments-stats-slider__prize-hint {
        font-size: 11px
    }
}

.tournaments-stats-slider__item-bottom-btn {
    position: relative;
    display: inline-block;
    min-width: 94px;
    padding: 13px 16px 11px;
    border-radius: 20px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    letter-spacing: -.1px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: all .1s ease-out
}

.no-touch .tournaments-stats-slider__item-bottom-btn {
    box-shadow: 0 5px 10px -5px rgba(240, 146, 53, .77)
}

.tournaments-stats-slider__item-bottom-btn [class*=" icon-"]:before, .tournaments-stats-slider__item-bottom-btn [class^=icon-]:before {
    font-size: 17px;
    line-height: 40px
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__item-bottom-btn {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        min-width: auto;
        height: 40px;
        box-shadow: 0 10px 19px -9px rgba(240, 146, 53, .77);
        padding: 0;
        border-radius: 50%;
        text-align: center
    }
}

@media (max-width: 712px) {
    .tournaments-stats-slider__item-bottom-btn {
        position: absolute;
        right: 10px;
        bottom: 15px
    }
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__item-bottom-btn-text {
        display: none
    }
}

.tournaments-stats-slider__item-bottom-btn-ic {
    display: none;
    color: #fff
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__item-bottom-btn-ic {
        display: block
    }
}

.tournaments-stats-slider__next, .tournaments-stats-slider__prev {
    position: absolute;
    top: 50%;
    color: #f09235;
    letter-spacing: normal;
    transition: all .2s ease-out;
    cursor: pointer;
    z-index: 20
}

@media (max-width: 712px) {
    .tournaments-stats-slider__next, .tournaments-stats-slider__prev {
        display: none
    }
}

.tournaments-stats-slider__prev {
    left: 50%;
    transform: translate3d(-430px, -76px, 0)
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__prev {
        transform: translate3d(-267px, -40px, 0)
    }
}

@media (min-width: 1140px) and (max-width: 1280px) {
    .tournaments-stats-slider__prev {
        transform: translate3d(-347px, -40px, 0)
    }
}

@media (max-width: 712px) {
    .tournaments-stats-slider__prev {
        transform: translate3d(-170px, -40px, 0)
    }
}

.tournaments-stats-slider__next {
    right: 50%;
    transform: translate3d(430px, -76px, 0)
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__next {
        transform: translate3d(267px, -40px, 0)
    }
}

@media (min-width: 1140px) and (max-width: 1280px) {
    .tournaments-stats-slider__next {
        transform: translate3d(347px, -40px, 0)
    }
}

@media (max-width: 712px) {
    .tournaments-stats-slider__next {
        transform: translate3d(170px, -40px, 0)
    }
}

.tournaments-stats-slider__next-ic, .tournaments-stats-slider__prev-ic {
    width: auto;
    height: 72px
}

@media (max-width: 1280px) {
    .tournaments-stats-slider__next-ic, .tournaments-stats-slider__prev-ic {
        height: 36px
    }
}

.section__casino--container .c-tbody {
    --bg_color: #1c212c;
    --text_color: #bdd2e5;
    --border-color: #269ab9;
    --bg_demo_button: linear-gradient(to bottom, #3cf 0%, #39f 100%);
    --color_demo_button: #fff;
    --border_demo_button: #069;
    --hover_bg_demo_button: linear-gradient(to bottom, #39f 0%, #3cf 100%);
    --hover_color_demo_button: #fff;
    --hover_border_demo_button: #33cbff;
    --bg_play_button: linear-gradient(to bottom, #f33 0%, #ff7533 100%);
    --color_play_button: #fff;
    --border_play_button: #ff3c33;
    --hover_bg_play_button: linear-gradient(to bottom, #ff7533 0%, #f33 100%);
    --hover_color_play_button: #fff;
    --hover_border_play_button: #ff3433
}

.section__casino--container .c-tbody .c-tr {
    width: 100%
}

.section__casino--container .c-tbody .c-tr section {
    display: flex;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .section__casino--container .c-tbody .c-tr section {
        flex-direction: column
    }
}

@media only screen and (min-width: 768px) {
    .section__casino--container .c-tbody .c-tr .c-td:not(:last-child) {
        border-right: 1px solid #363e60
    }
}

@media only screen and (max-width: 767px) {
    .section__casino--container .c-tbody .c-tr .c-td.c-pos {
        width: 100%;
        margin-bottom: 20px;
        padding: 17px 0;
        background-color: #0b122e;
        border-radius: 5px 5px 0 0
    }
}

@media only screen and (max-width: 1199px) {
    .section__casino--container .c-tbody .c-tr .c-td.c-logo {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
}

@media only screen and (max-width: 767px) {
    .section__casino--container .c-tbody .c-tr .c-td.c-logo {
        padding: 0 15px;
        margin-bottom: 20px
    }
}

.section__casino--container .c-tbody .c-tr .c-td.c-logo .c-logo-img {
    position: relative;
    margin-right: 26px;
    min-width: 140px;
    width: 140px
}

@media only screen and (max-width: 1199px) {
    .section__casino--container .c-tbody .c-tr .c-td.c-logo .c-logo-img {
        margin-right: 0;
        margin-bottom: 10px
    }
}

.section__casino--container .c-tbody .c-tr .c-td.c-logo .c-logo-title {
    text-align: left
}

@media only screen and (max-width: 767px) {
    .section__casino--container .c-tbody .c-tr .c-td.c-rate {
        margin-bottom: 15px;
        padding: 0 15px
    }
}

.section__casino--container .c-tbody .c-tr .c-td.c-rate .c-rate-text {
    margin-bottom: 5px
}

@media only screen and (min-width: 768px) {
    .section__casino--container .c-tbody .c-tr .c-td.c-rate .c-rate-text .c-rate-title {
        display: none
    }
}

.section__casino--container .c-tbody .c-tr .c-td.c-rate .c-rate-bar {
    width: 100%;
    height: 25px;
    border: 1px solid #8e8e8e;
    border-radius: 50px;
    position: relative
}

@media only screen and (max-width: 767px) {
    .section__casino--container .c-tbody .c-tr .c-td.c-rate .c-rate-bar {
        max-width: 260px
    }
}

.section__casino--container .c-tbody .c-tr .c-td.c-rate .c-rate-bar .c-rate-count {
    background: linear-gradient(90deg, gold 2%, #ff8a00 96%);
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50px
}

.section__casino--container .c-tbody .c-tr .c-td.c-bonus {
    padding: 0 10px
}

@media only screen and (max-width: 767px) {
    .section__casino--container .c-tbody .c-tr .c-td.c-bonus {
        margin-bottom: 15px;
        padding: 0 15px
    }
}

@media only screen and (max-width: 767px) {
    .section__casino--container .c-tbody .c-tr .c-td.c-nav {
        flex-direction: row
    }
}

.section__casino--container .c-tbody .c-tr .c-td.c-nav .btn {
    min-width: 145px;
    display: inline-block;
    padding: 10px 40px;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    border: 0;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
    transition: all .3s ease-out;
    cursor: pointer
}

@media only screen and (max-width: 767px) {
    .section__casino--container .c-tbody .c-tr .c-td.c-nav .btn {
        min-width: 106px;
        padding: 8px 20px;
        font-size: 15px;
        margin: 0 10px
    }
}

.section__casino--container .c-tbody .c-tr .c-td.c-nav .btn.btn-accent {
    background: #f9314b;
    color: #fff
}

.section__casino--container .c-tbody .c-tr .c-td.c-nav .btn.btn-accent:hover {
    background: #fb7b8c
}

.section__casino--container .c-tbody .c-tr .c-td.c-nav .btn.btn-light {
    background: #e3e7f1;
    color: #0b122e
}

@media only screen and (min-width: 768px) {
    .section__casino--container .c-tbody .c-tr .c-td.c-nav .btn.btn-light {
        margin-top: 22px
    }
}

.section__casino--container .c-tbody .c-tr .c-td.c-nav .btn.btn-light:hover {
    background: #9fadcf
}

[class^=grid-template-sidebar_] .section__casino--container .c-tbody .c-tr .c-td.c-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

[class^=grid-template-sidebar_] .section__casino--container .c-tbody .c-tr .c-td.c-logo .c-logo-img {
    margin: 0 0 10px 0
}

[class^=grid-template-sidebar_] .section__casino--container .c-tbody .c-tr .c-td.c-rate {
    padding: 0 30px
}

[class^=grid-template-sidebar_] .section__casino--container .c-tbody .c-tr .c-td.c-nav .btn {
    min-width: 115px;
    padding: 10px 15px
}

.section__news--container .pok-item {
    width: 100%;
    padding: 10px 0
}

ul.section-games__list {
    width: 100%;
    margin-left: -5px;
    margin-right: -5px
}

@media (min-width: 769px) and (max-width: 1024px) {
    ul.section-games__list {
        width: 82.2386666667rem;
        margin-left: -.5556666667rem;
        margin-right: -.5556666667rem
    }
}

@media (max-width: 768px) {
    ul.section-games__list {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (min-width: 470px) and (max-width: 619px) {
    ul.section-games__list {
        max-width: 450px;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 620px) and (max-width: 768px) {
    ul.section-games__list {
        max-width: 600px;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto
    }
}

.section-games__list-item {
    position: relative;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    padding: 0 6px;
    margin-bottom: 16px;
    display: flex;
    transition: all .3s ease;
    transform: translateZ(0)
}

.section-games__list-item .mobile_link_game {
    width: 100%;
    height: 100%
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .section-games__list-item {
        padding: 0 .41432rem;
        margin-bottom: 1.1048533333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .section-games__list-item {
        flex: 0 0 20%;
        max-width: 20%;
        margin-bottom: 1.4447333333rem;
        padding: 0 .5556666667rem
    }
}

@media (max-width: 768px) {
    .section-games__list-item {
        padding: 0 5px;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 16px
    }
}

@media (min-width: 470px) and (max-width: 619px) {
    .section-games__list-item {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
        padding: 0 5px;
        margin-bottom: 16px
    }
}

@media (min-width: 620px) and (max-width: 768px) {
    .section-games__list-item {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0 5px;
        margin-bottom: 16px
    }
}

.section-games__list-item--blocked-clicked {
    pointer-events: none
}

.section-games__list-item--not-time-work {
    filter: contrast(.8)
}

.section-games__list-item-stickers {
    position: absolute;
    top: -8px;
    right: 14px;
    transform: translateZ(0);
    z-index: 5
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .section-games__list-item-stickers {
        top: -9px;
        right: 14px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .section-games__list-item-stickers {
        top: -.62148rem;
        right: .9667466667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .section-games__list-item-stickers {
        top: -.8890666667rem;
        right: 1.5558666667rem
    }
}

@media (max-width: 768px) {
    .section-games__list-item-stickers {
        top: -8px;
        right: 14px
    }
}

.item-stickers {
    line-height: 26px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    border-radius: 15px;
    padding: 0 16px
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .item-stickers {
        line-height: 26px;
        font-size: 16px;
        border-radius: 15px;
        padding: 0 16px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .item-stickers {
        line-height: 1.7953866667rem;
        font-size: 1.1048533333rem;
        border-radius: 1.0358rem;
        padding: 0 1.1048533333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .item-stickers {
        font-size: 1.3336rem;
        line-height: 1.1113333333rem;
        border-radius: 1.667rem;
        padding: .4445333333rem 1.1113333333rem
    }
}

@media (max-width: 768px) {
    .item-stickers {
        font-size: 12px;
        line-height: 10px;
        padding: 4px 10px;
        border-radius: 15px
    }
}

.item-stickers.stick-new {
    background: #6ea500;
    color: #fff
}

.item-stickers.stick-top {
    background: #e0e400;
    color: #383d41;
    display: none
}

.item-stickers.stick-hot {
    background: #df2244;
    display: none
}

.section-games__list-item-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    min-height: 67px;
    padding: 15px 10px 15px 25px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    cursor: pointer;
    transform: translateZ(0);
    pointer-events: none
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .section-games__list-item-header {
        min-height: 4.6265733333rem;
        padding: 1.0358rem .6905333333rem 1.0358rem 1.7263333333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .section-games__list-item-header {
        min-height: 5.3344rem;
        padding: 1.2224666667rem .6668rem 1.2224666667rem 1.3336rem
    }
}

@media (max-width: 768px) {
    .section-games__list-item-header {
        min-height: 47px;
        padding: 10px 6px 10px 12px;
        line-height: 1
    }
}

.item-header-heart {
    background: rgba(28, 30, 26, .5);
    color: #f2f2f2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    margin-right: 18px;
    cursor: pointer;
    transition: color .2s ease;
    pointer-events: visible
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .item-header-heart {
        width: 2.5549733333rem;
        height: 2.5549733333rem;
        margin-right: 1.24296rem;
        border-radius: .6905333333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .item-header-heart {
        width: 2.7783333333rem;
        height: 2.7783333333rem;
        margin-right: 1.1113333333rem;
        border-radius: .6668rem
    }
}

@media (max-width: 768px) {
    .item-header-heart {
        width: 25px;
        height: 25px;
        margin-right: 7px;
        border-radius: 6px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .item-header-heart svg {
        width: 1.24296rem;
        height: 1.1739066667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .item-header-heart svg {
        width: 1.4447333333rem;
        height: 1.3336rem
    }
}

@media (max-width: 768px) {
    .item-header-heart svg {
        width: 13px;
        height: 12px
    }
}

.item-header-heart-active, .no-touch .item-header-heart:hover {
    color: #e0e400
}

.item-header-title {
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 5px;
    text-transform: uppercase
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .item-header-title {
        font-size: .82864rem;
        letter-spacing: .3452666667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .item-header-title {
        margin-bottom: .3334rem;
        font-size: .8890666667rem;
        line-height: 1;
        letter-spacing: .4445333333rem
    }
}

@media (max-width: 768px) {
    .item-header-title {
        margin-bottom: 3px;
        font-size: 8px;
        line-height: 1;
        letter-spacing: 3.3px
    }
}

.item-header-num {
    color: #fff;
    display: inline-block;
    font-weight: 600;
    font-size: 21px;
    line-height: 1;
    letter-spacing: .5px;
    padding-right: 3px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .item-header-num {
        font-size: 1.45012rem;
        letter-spacing: .0345266667rem;
        padding-right: .20716rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .item-header-num {
        font-size: 1.667rem
    }
}

@media (max-width: 768px) {
    .item-header-num {
        font-size: 15px;
        letter-spacing: -.5px;
        padding-right: 2px
    }
}

.item-header-currency {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    line-height: 1
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .item-header-currency {
        font-size: 1.3810666667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .item-header-currency {
        font-size: 1.5558666667rem
    }
}

@media (max-width: 768px) {
    .item-header-currency {
        font-size: 14px
    }
}

.section-games__list-item-wr {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 16px 25px 0 rgba(41, 41, 37, .25), 0 7px 14px 0 rgba(41, 41, 37, .15);
    width: 100%;
    height: 100%;
    position: relative;
    top: 0
}

.dark .section-games__list-item-wr {
    background: #383d41
}

.no-touch .section-games__list-item-wr:hover {
    box-shadow: 0 4px 9px 0 rgba(41, 41, 37, .16), 0 2px 5px 0 rgba(41, 41, 37, .09);
    position: relative;
    top: 1px
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .section-games__list-item-wr {
        border-radius: 24px;
        box-shadow: 0 16px 25px 0 rgba(41, 41, 37, .25), 0 7px 14px 0 rgba(41, 41, 37, .15);
        width: 100%;
        height: 100%;
        position: relative;
        top: 0
    }

    .section-games__list-item-wr:hover {
        box-shadow: 0 4px 9px 0 rgba(41, 41, 37, .16), 0 2px 5px 0 rgba(41, 41, 37, .09);
        position: relative;
        top: 1px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .section-games__list-item-wr {
        border-radius: 1.65728rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .section-games__list-item-wr {
        border-radius: 1.4447333333rem
    }
}

@media (max-width: 768px) {
    .section-games__list-item-wr {
        border-bottom-left-radius: 13px;
        border-bottom-right-radius: 13px;
        box-shadow: 0 3px 7px 0 rgba(41, 41, 37, .15), 0 8px 16px 0 rgba(41, 41, 37, .25)
    }
}

.section-games__list-item-block {
    display: block;
    height: 165px;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    cursor: pointer;
    transform: translateZ(0)
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .section-games__list-item-block {
        height: 165px;
        border-top-left-radius: 24px;
        border-top-right-radius: 24px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .section-games__list-item-block {
        height: 11.3938rem;
        border-top-left-radius: 1.65728rem;
        border-top-right-radius: 1.65728rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .section-games__list-item-block {
        height: 12.1135333333rem;
        border-top-left-radius: 1.4447333333rem;
        border-top-right-radius: 1.4447333333rem
    }
}

@media (max-width: 768px) {
    .section-games__list-item-block {
        height: auto;
        padding-top: 78%;
        border-top-left-radius: 13px;
        border-top-right-radius: 13px
    }
}

.section-games__list-item-block-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.section-games__list-item-block-inner img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section-games__list-item-block-inner--bg-text {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 100%;
    padding: 0 10px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.section-games__list-item-block-inner--bg-text-title {
    font-size: 1.1048533333rem
}

@media (max-width: 768px) {
    .section-games__list-item-block-inner--bg-text-title {
        font-size: 16px
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .section-games__list-item-block-inner--bg-text-title {
        font-size: 1.5558666667rem
    }
}

@media (min-width: 1546px) {
    .section-games__list-item-block-inner--bg-text-title {
        font-size: 18px
    }
}

.section-games__list-item-block-inner--bg-text-time {
    margin-top: 5px;
    font-size: 2.27876rem
}

@media (max-width: 768px) {
    .section-games__list-item-block-inner--bg-text-time {
        font-size: 30px
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .section-games__list-item-block-inner--bg-text-time {
        font-size: 3.6674rem
    }
}

@media (min-width: 1546px) {
    .section-games__list-item-block-inner--bg-text-time {
        font-size: 33px
    }
}

.section-games__list-item-block-inner-img {
    position: absolute;
    left: 50%;
    top: 0;
    min-width: 100%;
    height: 100%;
    transform: translate3d(-50%, 0, 0)
}

.section-games__list-item-block-inner-img[lazy=error] {
    top: 50%;
    width: auto;
    height: auto;
    min-width: auto;
    transform: translate3d(-50%, -50%, 0)
}

.section-games__list-item-play {
    background: #6ea500;
    position: absolute;
    right: 20px;
    top: -28px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .4), 0 12px 24px -12px rgba(0, 0, 0, .2);
    color: #fff;
    cursor: pointer;
    z-index: 12
}

.dark .section-games__list-item-play {
    background: #97a94c
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .section-games__list-item-play {
        right: 20px;
        top: -28px;
        width: 56px;
        height: 56px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .section-games__list-item-play {
        right: 1.3810666667rem;
        top: -1.9334933333rem;
        width: 3.8669866667rem;
        height: 3.8669866667rem
    }
}

.section-games__list-item-play:hover {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .25), 0 2px 3px 0 rgba(0, 0, 0, .15)
}

.section-games__list-item-play-ic {
    height: 20px;
    margin-left: 3px
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .section-games__list-item-play-ic {
        height: 20px;
        margin-left: 3px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .section-games__list-item-play-ic {
        height: 1.3810666667rem;
        margin-left: .20716rem
    }
}

.section-games__list-item-play-demo {
    position: absolute;
    right: 28px;
    bottom: 0;
    z-index: 1;
    padding-bottom: 8px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    letter-spacing: -.6px;
    cursor: pointer;
    border-bottom: 3px solid #548200;
    color: #525d4e;
    transition: all .2s ease
}

.no-touch .section-games__list-item-play-demo:hover {
    color: #6ea500
}

.dark .section-games__list-item-play-demo {
    color: #97a94c;
    border-bottom: 3px solid #bed753
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .section-games__list-item-play-demo {
        right: 28px;
        padding-bottom: 8px;
        font-size: 15px;
        letter-spacing: -.6px;
        border-bottom: 3px solid #548200
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .section-games__list-item-play-demo {
        right: 1.9334933333rem;
        padding-bottom: .5524266667rem;
        font-size: 1.0358rem;
        letter-spacing: -.041432rem;
        border-bottom: .20716rem solid #548200
    }
}

.section-games__list-item-title {
    overflow: hidden;
    font-size: 16px;
    line-height: 1.25;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #292925;
    min-height: 65px;
    padding: 8px 82px 15px 24px;
    margin-bottom: 0;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px
}

.dark .section-games__list-item-title {
    color: rgba(255, 255, 255, .8)
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .section-games__list-item-title {
        font-size: 16px;
        min-height: 65px;
        padding: 8px 82px 15px 24px;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .section-games__list-item-title {
        font-size: 1.1048533333rem;
        min-height: 4.4884666667rem;
        padding: .5524266667rem 5.6623733333rem 1.0358rem 1.65728rem;
        border-bottom-left-radius: 1.65728rem;
        border-bottom-right-radius: 1.65728rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .section-games__list-item-title {
        font-size: 1.3336rem;
        padding: 1.1113333333rem 1.0002rem .8890666667rem;
        height: 3.8896666667rem;
        border-bottom-left-radius: 1.4447333333rem;
        border-bottom-right-radius: 1.4447333333rem;
        min-height: auto;
        white-space: nowrap;
        text-overflow: ellipsis
    }
}

@media (max-width: 768px) {
    .section-games__list-item-title {
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 12px;
        padding: 10px 9px 8px;
        height: 35px;
        min-height: 0;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px
    }
}

.section-games__list-item-block-inner--realmoney-only {
    background: linear-gradient(180deg, rgba(110, 165, 0, .65), #a9d301);
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition: all .25s ease-in-out;
    z-index: 10
}

.section-games__list-item-block-inner--realmoney-only.show {
    display: block
}

.section-games__list-item-block-inner--realmoney-only div {
    width: 100%;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: .6666666667rem;
    text-align: center
}

.section-games__list-item-block-inner--realmoney-only div b {
    display: block;
    font-size: 1rem;
    margin-bottom: .2777777778rem
}

@media (min-width: 1546px) {
    .section-games__list-item-block-inner--realmoney-only div {
        font-size: .8888888889rem
    }

    .section-games__list-item-block-inner--realmoney-only div b {
        font-size: 1.2222222222rem;
        margin-bottom: 0
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .section-games__list-item-block-inner--realmoney-only div {
        font-size: 1rem
    }

    .section-games__list-item-block-inner--realmoney-only div b {
        font-size: 1.3333333333rem;
        margin-bottom: 0
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .section-games__list-item-block-inner--realmoney-only div {
        font-size: 1rem
    }

    .section-games__list-item-block-inner--realmoney-only div b {
        font-size: 1.2222222222rem;
        margin-bottom: 0
    }
}

@media (min-width: 620px) and (max-width: 768px) {
    .section-games__list-item-block-inner--realmoney-only div {
        font-size: .3333333333rem
    }

    .section-games__list-item-block-inner--realmoney-only div b {
        font-size: .4444444444rem;
        margin-bottom: 0
    }
}

@media (min-width: 470px) and (max-width: 619px) {
    .section-games__list-item-block-inner--realmoney-only div {
        font-size: .4444444444rem
    }

    .section-games__list-item-block-inner--realmoney-only div b {
        font-size: .5555555556rem;
        margin-bottom: 0
    }
}

.section-games__list-item-ft {
    position: relative;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    transform: translateZ(0)
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .section-games__list-item-ft {
        border-bottom-left-radius: 1.65728rem;
        border-bottom-right-radius: 1.65728rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .section-games__list-item-ft {
        border-bottom-left-radius: 1.4447333333rem;
        border-bottom-right-radius: 1.4447333333rem
    }
}

.section-games__list-item-ft-stickers {
    background: #fff;
    display: flex;
    align-items: center;
    position: absolute;
    left: 30px;
    top: -23px;
    padding-left: 7px;
    padding-right: 7px;
    z-index: 12
}

.dark .section-games__list-item-ft-stickers {
    background: #383d41
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .section-games__list-item-ft-stickers {
        left: 30px;
        top: -25px;
        padding-left: 7px;
        padding-right: 7px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .section-games__list-item-ft-stickers {
        left: 2.0716rem;
        top: -1.65728rem;
        padding-left: .4833733333rem;
        padding-right: .4833733333rem;
        padding-top: .41432rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .section-games__list-item-ft-stickers {
        top: -1.5558666667rem;
        left: 1.667rem;
        height: 1.5558666667rem;
        padding-left: .5556666667rem;
        padding-right: .5556666667rem;
        padding-top: 1.1113333333rem
    }
}

@media (max-width: 768px) {
    .section-games__list-item-ft-stickers {
        left: 15px;
        top: -13px;
        height: 14px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 7px
    }
}

.section-games__list-item-ft-stickers:before {
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
    height: 100%;
    width: 18px
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .section-games__list-item-ft-stickers:before {
        left: -17px;
        width: 18px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .section-games__list-item-ft-stickers:before {
        left: -1.1048533333rem;
        width: 1.24296rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .section-games__list-item-ft-stickers:before {
        left: -1.0002rem;
        width: 1.1113333333rem
    }
}

@media (max-width: 768px) {
    .section-games__list-item-ft-stickers:before {
        left: -9px;
        width: 10px
    }
}

.section-games__list-item-ft-stickers:after {
    content: "";
    position: absolute;
    top: 0;
    right: -16px;
    height: 100%;
    width: 18px
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .section-games__list-item-ft-stickers:after {
        right: -17px;
        width: 18px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .section-games__list-item-ft-stickers:after {
        right: -1.1048533333rem;
        width: 1.24296rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .section-games__list-item-ft-stickers:after {
        right: -1.0002rem;
        width: 1.1113333333rem
    }
}

@media (max-width: 768px) {
    .section-games__list-item-ft-stickers:after {
        right: -9px;
        width: 10px
    }
}

.block-stickers-item {
    margin-right: 16px;
    position: relative;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .block-stickers-item {
        height: 1.3120133333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .block-stickers-item {
        height: 2.7783333333rem
    }
}

.block-stickers-item:hover .block-stickers-item-tooltip {
    display: block
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .block-stickers-item {
        margin-right: 15px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .block-stickers-item {
        margin-right: 1.0358rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .block-stickers-item {
        margin-right: .5555555556rem
    }
}

@media (max-width: 768px) {
    .block-stickers-item {
        margin-right: 10px
    }
}

.block-stickers-item:last-child {
    margin-right: 0
}

.block-stickers-item .icon-stick {
    height: 14px;
    width: 18px;
    color: #6ea500
}

.dark .block-stickers-item .icon-stick {
    color: #97a94c
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .block-stickers-item .icon-stick {
        width: 17px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .block-stickers-item .icon-stick {
        width: 1.1739066667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .block-stickers-item .icon-stick {
        width: 1.4447333333rem
    }
}

@media (max-width: 768px) {
    .block-stickers-item .icon-stick {
        width: 18px;
        height: 10px
    }
}

.block-stickers-item-tooltip {
    background: #fff;
    position: absolute;
    bottom: 45px;
    left: -75px;
    z-index: 10;
    display: none;
    width: 190px;
    box-sizing: border-box;
    box-shadow: 0 7px 30px 0 rgba(0, 0, 0, .6);
    border-radius: 6px
}

.block-stickers-item-tooltip p {
    position: relative;
    z-index: 9999;
    display: block;
    padding: 10px;
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: -.8px;
    text-align: center;
    color: #545d4f
}

.block-stickers-item-tooltip:before {
    background: #fff;
    display: block;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 40%;
    z-index: 5;
    transform: rotate(-45deg);
    width: 20px;
    height: 20px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .block-stickers-item-tooltip {
        bottom: 3.1074rem;
        left: -5.179rem;
        width: 13.1201333333rem;
        box-shadow: 0 .48337rem 2.0716rem 0 rgba(0, 0, 0, .6);
        border-radius: .41432rem
    }

    .block-stickers-item-tooltip:before {
        bottom: -.6905333333rem;
        width: 1.3810666667rem;
        height: 1.3810666667rem
    }

    .block-stickers-item-tooltip p {
        padding: .6905333333rem;
        font-size: .9667466667rem;
        letter-spacing: -.0552426667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .block-stickers-item-tooltip {
        bottom: 4.4453333333rem;
        left: -5.001rem;
        width: 13.336rem;
        box-shadow: 0 .77793rem 3.334rem 0 rgba(0, 0, 0, .6);
        border-radius: .6668rem
    }

    .block-stickers-item-tooltip:before {
        bottom: -.5556666667rem;
        width: 1.667rem;
        height: 1.667rem
    }

    .block-stickers-item-tooltip p {
        padding: .5556666667rem;
        font-size: 1.1113333333rem;
        letter-spacing: -.0444533333rem
    }
}

@media (max-width: 768px) {
    .block-stickers-item-tooltip {
        left: -53px;
        bottom: 35px;
        width: 140px;
        padding: 0
    }

    .block-stickers-item-tooltip:before {
        width: 15px;
        height: 15px;
        bottom: -5px
    }

    .block-stickers-item-tooltip p {
        padding: 5px;
        font-size: 11px;
        letter-spacing: -.4px
    }
}

.game-label {
    transform: skew(-15deg, 0);
    padding: 0 7px;
    margin-right: 5px;
    border-radius: 1px
}

.game-label:last-child {
    margin-right: 0
}

.game-label--hot {
    background: linear-gradient(270deg, #ff4747, #ea3f3f)
}

.game-label--top {
    background: linear-gradient(90deg, #ffd564, #cca247)
}

.game-label--new {
    background: linear-gradient(270deg, #84cc66, #5e9248 0)
}

.game-label__inner {
    transform: skew(15deg, 0);
    font-style: italic;
    font-size: 8px;
    line-height: 14px;
    color: #fff;
    letter-spacing: -.18px;
    text-transform: uppercase;
    text-align: center
}

@media (min-width: 421px) and (max-width: 768px) {
    .game-label__inner {
        font-size: .3333333333rem;
        line-height: .5555555556rem;
        letter-spacing: -.01rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .game-label__inner {
        font-size: .8333333333rem;
        line-height: 1.3888888889rem;
        letter-spacing: -.01rem
    }
}

@media (min-width: 1025px) {
    .game-label__inner {
        font-size: .4444444444rem;
        line-height: .7777777778rem;
        letter-spacing: -.01rem
    }
}

.game-filters__section-item {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    display: flex;
    padding-right: 10px;
    margin-bottom: 2px;
    align-items: center;
    position: relative;
    cursor: pointer
}

.game-filters__section-item--jackpot {
    margin-bottom: 12px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .game-filters__section-item {
        padding-right: .6905333333rem;
        margin-bottom: .82864rem
    }

    .game-filters__section-item--jackpot {
        margin-bottom: 15px
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .game-filters__section-item {
        flex: 0 0 20%;
        max-width: 20%;
        padding-right: 1.1113333333rem;
        margin-bottom: 2.2226666667rem
    }

    .game-filters__section-item--jackpot {
        margin-bottom: 5px
    }
}

@media (max-width: 768px) {
    .game-filters__section-item {
        padding-right: 0;
        max-width: 50%;
        flex: 0 0 48%;
        margin-bottom: 5px
    }
}

@media (min-width: 470px) and (max-width: 619px) {
    .game-filters__section-item {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
        margin-bottom: 14px
    }
}

@media (min-width: 620px) and (max-width: 768px) {
    .game-filters__section-item {
        flex: 0 0 25%;
        max-width: 25%;
        margin-bottom: 8px
    }
}

.checkbox__item {
    padding-left: 25px;
    line-height: 1;
    font-size: 0
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .checkbox__item {
        padding-left: 1.7263333333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .checkbox__item {
        padding-left: 1.8892666667rem
    }
}

@media (max-width: 768px) {
    .checkbox__item {
        padding-left: 17px;
        padding-top: 5px;
        padding-bottom: 5px
    }
}

.checkbox__label {
    color: #292925;
    display: inline-block;
    margin-bottom: 3px;
    font-weight: 600;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: normal;
    transition: all .2s ease
}

.dark .no-touch .active .checkbox__label, .dark .no-touch .checkbox__label:hover {
    color: #97a94c
}

.dark .checkbox__label {
    color: rgba(255, 255, 255, .8)
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .checkbox__label {
        margin-bottom: .20716rem;
        font-size: 1.0358rem;
        line-height: 1.9334933333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .checkbox__label {
        font-size: 1.4447333333rem;
        letter-spacing: -.0877953333rem;
        line-height: 1.9334933333rem
    }
}

@media (max-width: 768px) {
    .checkbox__label {
        font-size: 13px;
        line-height: 1;
        letter-spacing: -.79px
    }
}

.checkbox__label:last-child {
    margin-bottom: 0
}

.active .checkbox__label, .checkbox__label:hover {
    color: #6ea500
}

.checkbox__input {
    border: 2px solid #6ea500;
    color: #6ea500;
    position: absolute;
    left: 0;
    top: 14px;
    display: block;
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    transition: all .2s ease;
    transform: translate3d(0, -50%, 0)
}

.dark .checkbox__input {
    border-color: #97a94c;
    color: #97a94c
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .checkbox__input {
        top: .8976933333rem;
        border: .1381066667rem solid #6ea500;
        width: 1.0358rem;
        height: 1.0358rem;
        border-radius: .20716rem;
        font-size: .5524266667rem;
        line-height: .9667466667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .checkbox__input {
        top: .8890666667rem;
        border: .2222666667rem solid #6ea500;
        border-radius: .3334rem;
        width: 1.3336rem;
        height: 1.3336rem
    }
}

@media (max-width: 768px) {
    .checkbox__input {
        top: 11px;
        width: 12px;
        height: 12px;
        border-radius: 3px;
        display: flex;
        align-items: center
    }
}

.checkbox__input-ic {
    width: 11px;
    height: 11px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .checkbox__input-ic {
        width: .7595866667rem;
        height: .7595866667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .checkbox__input-ic {
        width: .8890666667rem;
        height: .8890666667rem
    }
}

@media (max-width: 768px) {
    .checkbox__input-ic {
        width: 9px;
        height: 9px
    }
}

.checkbox__item--vip {
    background: #292925;
    border: 2px solid #292925;
    position: relative;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    cursor: pointer;
    padding: 0 13px 0 53px;
    border-radius: 12px;
    height: 48px;
    display: flex;
    align-items: center
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .checkbox__item--vip {
        border: .1381066667rem solid #292925;
        letter-spacing: -.2762133333rem;
        padding: 0 .8976933333rem 0 3.6598266667rem;
        border-radius: .82864rem;
        height: 3.31456rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .checkbox__item--vip {
        border: .2222666667rem solid #292925;
        letter-spacing: -.4445333333rem;
        padding: 0 1.4447333333rem 0 5.8900666667rem;
        border-radius: 1.3336rem;
        height: 5.3344rem
    }
}

.active .checkbox__item--vip, .checkbox__item--vip:hover {
    border-color: #6ea500
}

.active .checkbox__item--vip .checkbox__input-ic, .active .checkbox__item--vip .checkbox__label, .checkbox__item--vip:hover .checkbox__input-ic, .checkbox__item--vip:hover .checkbox__label {
    color: #6ea500
}

.checkbox__item--vip .checkbox__input-ic {
    color: #fff;
    width: 20px;
    height: 19px;
    position: absolute;
    transition: all .2s ease;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    left: 18px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .checkbox__item--vip .checkbox__input-ic {
        width: 1.3810666667rem;
        height: 1.3120133333rem;
        left: 1.24296rem
    }
}

.checkbox__item--vip .checkbox__label {
    color: #fff;
    display: inline-block;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: .41px;
    transition: all .2s ease
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .checkbox__item--vip .checkbox__label {
        font-size: 1.1048533333rem;
        letter-spacing: .0283118667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .checkbox__item--vip .checkbox__label {
        font-size: 1.3336rem;
        letter-spacing: -.0255606667rem
    }
}

@media (max-width: 768px) {
    .checkbox__item--vip .checkbox__label {
        font-size: 15px;
        line-height: 1;
        letter-spacing: -.79px
    }
}

.checkbox__label-num {
    color: #df1f3d;
    display: block;
    font-weight: 600;
    font-size: 21px;
    line-height: 1;
    letter-spacing: -.23px;
    white-space: nowrap
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .checkbox__label-num {
        font-size: 1.45012rem;
        letter-spacing: -.0158822667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .checkbox__label-num {
        font-size: 1.3336rem;
        letter-spacing: -.0255606667rem
    }
}

@media (max-width: 768px) {
    .checkbox__label-num {
        font-size: 12px;
        letter-spacing: -.23px
    }
}

.game-filter {
    width: 1328px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .game-filter {
        width: 1328px;
        padding-top: 25px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .game-filter {
        width: 91.7028266667rem;
        padding-top: 1.7263333333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .game-filter {
        width: 82.2386666667rem;
        padding-top: 2.7783333333rem
    }
}

@media (max-width: 768px) {
    .game-filter {
        width: 290px;
        margin: 0 auto 10px;
        padding-top: 0
    }
}

@media (min-width: 470px) and (max-width: 619px) {
    .game-filter {
        width: 440px
    }
}

@media (min-width: 620px) and (max-width: 768px) {
    .game-filter {
        width: 590px;
        margin: 0 auto
    }
}

.game-filters__section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.game-filters__section--live-dialer .game-filters__section-item {
    height: 48px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .game-filters__section--live-dialer .game-filters__section-item {
        height: 3.31456rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .game-filters__section--live-dialer .game-filters__section-item {
        height: 5.3344rem;
        margin-bottom: .5556666667rem
    }
}

.game-filters__section--live-dialer .checkbox__input {
    top: 23px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .game-filters__section--live-dialer .checkbox__input {
        top: 1.5882266667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .game-filters__section--live-dialer .checkbox__input {
        top: 2.6672rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .game-filters__section--jackpot .game-filters__section-item {
        margin-bottom: .5556666667rem
    }
}

@media (min-width: 470px) and (max-width: 619px) {
    .game-filters__section--jackpot .game-filters__section-item {
        padding-right: 10px
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .game-filters__section--jackpot .game-filters__section-item {
        padding-right: 10px
    }
}

.game-filters__section--jackpot .checkbox__input {
    left: 15px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .game-filters__section--jackpot .checkbox__input {
        left: 1.0358rem
    }
}

.game-filters__section--jackpot .checkbox__label {
    line-height: 1;
    margin-bottom: 0
}

@media (min-width: 577px) and (max-width: 768px) {
    .game-filters__section--jackpot .checkbox__label {
        line-height: 28px
    }
}

.game-filters__section--jackpot .checkbox__item {
    background: #fff;
    box-shadow: 0 10px 27px -6px rgba(41, 41, 37, .24);
    border-radius: 8px;
    width: 100%;
    padding: 5px 5px 5px 40px
}

.dark .game-filters__section--jackpot .checkbox__item {
    background: #383d41
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .game-filters__section--jackpot .checkbox__item {
        box-shadow: 0 .69053rem 1.86444rem -.41432rem rgba(41, 41, 37, .24);
        border-radius: .5524266667rem;
        padding: .3452666667rem .3452666667rem .3452666667rem 2.7621333333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .game-filters__section--jackpot .checkbox__item {
        box-shadow: 0 1.11133rem 3.0006rem -.6668rem rgba(41, 41, 37, .24);
        border-radius: .8890666667rem;
        padding: .5556666667rem .5556666667rem .5556666667rem 4.4453333333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .game-filters__section--jackpot .checkbox__label {
        line-height: 3.1117333333rem
    }
}

.section-games {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 35px;
    width: 1328px;
    margin-left: auto;
    margin-right: auto;
    z-index: 5
}

@media (min-width: 1546px) and (max-width: 1919px) {
    .section-games {
        margin-bottom: 60px;
        width: 1328px
    }
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .section-games {
        margin-bottom: 4.1432rem;
        width: 91.7028266667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .section-games {
        margin-left: auto;
        margin-right: auto;
        width: 82.2386666667rem;
        margin-bottom: 3.8896666667rem
    }
}

@media (max-width: 768px) {
    .section-games {
        width: 100%;
        margin-bottom: 35px
    }
}

.section-games__wrap {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1328px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 36px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .section-games__wrap {
        width: 91.7028266667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .section-games__wrap {
        width: 100%;
        margin-top: 2.2226666667rem
    }
}

@media (max-width: 768px) {
    .section-games__wrap {
        margin-top: 0;
        max-width: 440px;
        width: 100%;
        display: block
    }
}

.section-games__wrap:before {
    background: url(../img/wave-basic.svg) repeat-x 100%/contain;
    content: "";
    display: block;
    flex: 1 1 auto;
    height: 16px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .section-games__wrap:before {
        height: 1.1048533333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .section-games__wrap:before {
        height: 1.7781333333rem;
        background-size: cover;
        background-position: 0
    }
}

@media (max-width: 768px) {
    .section-games__wrap:before {
        display: none
    }
}

.section-games__wrap:after {
    background: url(../img/wave-basic.svg) repeat-x 0/contain;
    content: "";
    display: block;
    height: 16px;
    flex: 1 1 auto
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .section-games__wrap:after {
        height: 1.1048533333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .section-games__wrap:after {
        height: 1.7781333333rem;
        background-size: cover
    }
}

@media (max-width: 768px) {
    .section-games__wrap:after {
        height: 16px;
        background-size: auto;
        background-position: 100%
    }
}

.section-games__btn-all {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 260px;
    height: 56px;
    margin-left: 35px;
    margin-right: 35px;
    border-radius: 30px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .section-games__btn-all {
        font-size: 1.1048533333rem;
        width: 17.9538666667rem;
        height: 3.8669866667rem;
        margin-left: 2.4168666667rem;
        margin-right: 2.4168666667rem;
        border-radius: 2.0716rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .section-games__btn-all {
        font-size: 1.5558666667rem;
        margin-left: 3.8896666667rem;
        margin-right: 3.8896666667rem;
        width: 28.8946666667rem;
        height: 4.6676rem
    }
}

@media (max-width: 768px) {
    .section-games__btn-all {
        height: 42px;
        width: 170px;
        margin-bottom: 32px;
        font-size: 14px;
        margin-left: auto;
        margin-right: auto
    }
}

.section-games__btn-all-text {
    width: 100%
}

.bonuses-list {
    position: relative;
    z-index: 10;
    overflow: visible;
    padding: 10px 0
}

.bonuses-list:after, .bonuses-list:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 10;
    width: 6px;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 16px 0 rgba(28, 30, 26, .67)
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .bonuses-list:after, .bonuses-list:before {
        width: .41432rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .bonuses-list:after, .bonuses-list:before {
        width: .6668rem
    }
}

.bonuses-list:before {
    left: -50px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .bonuses-list:before {
        left: -3.4526666667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .bonuses-list:before {
        left: -3.8896666667rem
    }
}

.bonuses-list:after {
    right: -50px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .bonuses-list:after {
        right: -3.4526666667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .bonuses-list:after {
        right: -3.8896666667rem
    }
}

.bonuses-list__items {
    display: flex
}

@media (max-width: 768px) {
    .bonuses-list__items {
        display: block;
        white-space: nowrap
    }
}

.bonuses-list__item {
    background: url(../img/gold-2-min.jpg) 0 0/cover;
    overflow: hidden;
    transform: translateZ(0);
    position: relative;
    flex-shrink: 0;
    width: 330px;
    padding: 43px 30px 160px;
    margin-right: 44px;
    border-radius: 20px;
    box-shadow: 0 16px 32px 0 rgba(41, 41, 37, .25), 0 7px 14px 0 rgba(41, 41, 37, .15);
    transition: all .3s ease;
    margin-bottom: 44px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .bonuses-list__item {
        width: 16.5728rem;
        padding: 2.48592rem 1.3810666667rem 6.9053333333rem;
        margin-right: 1.7263333333rem;
        border-radius: 1.3810666667rem;
        box-shadow: 0 .82864rem 1.10485rem 0 rgba(41, 41, 37, .25), 0 .48337rem .69053rem 0 rgba(41, 41, 37, .15)
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .bonuses-list__item {
        width: 21.671rem;
        padding: 2.7783333333rem 1.8892666667rem 10.6688rem;
        margin-right: 2.2226666667rem;
        border-radius: 2.2226666667rem;
        box-shadow: 0 1.77813rem 3.55627rem 0 rgba(41, 41, 37, .25), 0 .77793rem 1.55587rem 0 rgba(41, 41, 37, .15)
    }
}

@media (max-width: 768px) {
    .bonuses-list__item {
        overflow: visible;
        width: 144px;
        height: 218px;
        padding: 16px 14px 89px;
        margin-right: 13px;
        border-radius: 15px;
        box-shadow: 0 7px 14px 0 rgba(56, 61, 65, .25), 0 3px 6px 0 rgba(56, 61, 65, .15)
    }
}

.bonuses-list__item:last-child {
    margin-right: 0
}

.bonuses-list__item:hover {
    transform: translate3d(0, 1px, 0);
    box-shadow: none
}

.bonuses-list__item-grad {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .bonuses-list__item-grad {
        border-radius: 1.0358rem
    }
}

.bonuses-list__item-text-1 {
    color: #fff;
    position: relative;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 56px;
    line-height: 1;
    min-height: 56px;
    letter-spacing: -1.6px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .bonuses-list__item-text-1 {
        margin-bottom: 0;
        font-size: 3.0383466667rem;
        min-height: 3.8669866667rem;
        letter-spacing: -.1104853333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .bonuses-list__item-text-1 {
        margin-bottom: .7779333333rem;
        font-size: 3.6674rem;
        min-height: 3.6674rem;
        letter-spacing: -.10002rem
    }
}

@media (max-width: 768px) {
    .bonuses-list__item-text-1 {
        margin-bottom: 5px;
        font-size: 25px;
        min-height: 25px;
        letter-spacing: -.7px
    }
}

.bonuses-list__item--fifth_bonus .bonuses-list__item-text-1, .bonuses-list__item--third_bonus .bonuses-list__item-text-1, .bonuses-list__item--yellow_bonus .bonuses-list__item-text-1 {
    color: #292925
}

.bonuses-list__item-text-1-min {
    color: #fff;
    display: inline-block;
    font-size: 36px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .bonuses-list__item-text-1-min {
        font-size: 1.9334933333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .bonuses-list__item-text-1-min {
        font-size: 2.3338rem
    }
}

@media (max-width: 768px) {
    .bonuses-list__item-text-1-min {
        font-size: 16px
    }
}

.bonuses-list__item--fourth_bonus .bonuses-list__item-text-1-min, .bonuses-list__item--long_island_bonus .bonuses-list__item-text-1-min, .bonuses-list__item--second_bonus .bonuses-list__item-text-1-min {
    color: #f2f2f2
}

.bonuses-list__item-text-2 {
    color: #f2f2f2;
    position: relative;
    min-height: 38px;
    margin-bottom: 76px;
    font-weight: 600;
    font-size: 38px;
    line-height: 1;
    letter-spacing: 2px
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .bonuses-list__item-text-2 {
        min-height: 2.6240266667rem;
        margin-bottom: 1.7953866667rem;
        font-size: 2.0716rem;
        letter-spacing: .1381066667rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .bonuses-list__item-text-2 {
        min-height: 2.4449333333rem;
        margin-bottom: 5.2232666667rem;
        font-size: 2.4449333333rem;
        letter-spacing: .2222666667rem
    }
}

@media (max-width: 768px) {
    .bonuses-list__item-text-2 {
        min-height: 17px;
        margin-bottom: 21px;
        font-size: 17px
    }
}

.bonuses-list__item--second_freespins .bonuses-list__item-text-2, .bonuses-list__item--yellow_bonus .bonuses-list__item-text-2 {
    color: #525d4e
}

.bonuses-list__item-text-2-min {
    display: inline-block;
    margin-left: 3px;
    font-size: 19px;
    letter-spacing: normal
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .bonuses-list__item-text-2-min {
        margin-left: .20716rem;
        font-size: 1.3120133333rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .bonuses-list__item-text-2-min {
        margin-left: .1111333333rem;
        font-size: 1.3336rem
    }
}

@media (max-width: 768px) {
    .bonuses-list__item-text-2-min {
        font-size: 12px
    }
}

.bonuses-list__item-for {
    background: #fff;
    color: #292925;
    position: absolute;
    right: 26px;
    top: 55px;
    padding: 6px 21px 6px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
    text-transform: uppercase
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .bonuses-list__item-for {
        right: 1.7953866667rem;
        top: 2.90024rem;
        padding: .41432rem;
        border-radius: 1.3810666667rem;
        font-size: .82864rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .bonuses-list__item-for {
        right: 1.667rem;
        top: 3.4451333333rem;
        padding: .6668rem;
        border-radius: 2.2226666667rem;
        font-size: 1.0002rem
    }
}

@media (max-width: 768px) {
    .bonuses-list__item-for {
        right: 50%;
        top: 0;
        transform: translate3d(50%, -50%, 0);
        padding: 6px 13px;
        font-size: 9px
    }
}

.bonuses-list__bonus-name {
    color: #292925;
    position: relative;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.16
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .bonuses-list__bonus-name {
        font-size: 1.7953866667rem;
        margin-bottom: 2.0716rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .bonuses-list__bonus-name {
        font-size: 2.1115333333rem;
        letter-spacing: .03334rem
    }
}

@media (max-width: 768px) {
    .bonuses-list__bonus-name {
        font-size: 14px;
        line-height: 1.14;
        letter-spacing: .2px
    }
}

.bonuses-list__item--fourth_bonus .bonuses-list__bonus-name, .bonuses-list__item--fourth_freespins .bonuses-list__bonus-name, .bonuses-list__item--long_island_bonus .bonuses-list__bonus-name, .bonuses-list__item--second_bonus .bonuses-list__bonus-name, .bonuses-list__item--third_freespins .bonuses-list__bonus-name {
    color: #f2f2f2
}

.bonuses-list__item-more {
    background: #1c1e1a;
    color: #f2f2f2;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 16px 24px 12px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: .3px;
    text-decoration: none;
    cursor: pointer
}

.bonuses-list__item-more a {
    color: #f2f2f2
}

@media (min-width: 1025px) and (max-width: 1545px) {
    .bonuses-list__item-more {
        padding: 1.1048533333rem 1.65728rem .82864rem;
        border-top-left-radius: 1.3810666667rem;
        border-bottom-right-radius: 1.3810666667rem;
        font-size: 1.0358rem;
        letter-spacing: .020716rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .bonuses-list__item-more {
        padding: 1.1113333333rem 1.667rem .7779333333rem;
        border-top-left-radius: 2.2226666667rem;
        border-bottom-right-radius: 2.2226666667rem;
        font-size: 1.3336rem;
        letter-spacing: .0222266667rem;
        bottom: -.2222666667rem
    }
}

@media (max-width: 768px) {
    .bonuses-list__item-more {
        padding: 9px 11px 6px;
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
        font-size: 9px;
        letter-spacing: .1px
    }
}

.no-touch .bonuses-list__item-more:hover {
    background: #525d4e
}

.play {
    background: #292925;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    z-index: 8;
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    height: 100vh;
    padding: 0 2.2226666667rem 2.2226666667rem;
    margin-top: 0;
    margin-left: 5.5566666667rem
}

.play ~ .main-footer, .play ~ .providers-list {
    display: none
}

@media (max-width: 768px) {
    .iframe-wrap .play {
        width: 100%;
        height: 100%
    }
}

@media (max-width: 768px) {
    .custom-modal--play .play {
        position: absolute;
        top: 0;
        bottom: 0;
        height: 100%;
        margin-top: 0;
        padding: 0
    }
}

.hide-real-time-winners .play {
    padding-bottom: 40px
}

.play .real-time-winners {
    background: 0 0;
    left: 70px
}

.play .real-time-winners__close-icon {
    color: #fff
}

@media (min-width: 1025px) {
    .play {
        padding-bottom: 4.8337333333rem;
        margin-left: 4.8337333333rem
    }
}

@media (min-width: 1546px) {
    .play {
        margin-left: 70px
    }
}

@media (max-width: 768px) {
    .play {
        overflow: visible;
        margin-top: 50px;
        margin-left: 0
    }
}

.play__main {
    position: relative;
    flex-shrink: 0;
    width: 70%;
    margin-top: 140px
}

@media (max-width: 768px) {
    .play__main {
        position: fixed;
        top: 50px;
        left: 0;
        width: 100vw !important;
        height: calc(100vh - 50px);
        border-radius: 0;
        z-index: -1
    }
}

@media (max-width: 768px) {
    .custom-modal--play .play__main {
        position: absolute;
        top: 0;
        bottom: 0;
        height: 100%
    }
}

.play__sidebar {
    position: relative;
    width: 23.338rem;
    padding-top: 2.2226666667rem;
    margin-left: 3.334rem
}

@media (min-width: 1025px) {
    .play__sidebar {
        width: 17.2222222222rem;
        padding-top: 2.2226666667rem;
        margin-left: 1.6666666667rem
    }
}

@media (min-width: 1546px) {
    .play__sidebar {
        padding-top: 2.0555555556rem
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .play__sidebar {
        margin: 4.4453333333rem 2.2226666667rem 0;
        padding: 0;
        position: absolute;
        right: 0;
        z-index: 11
    }
}

.play__center {
    background: #292925;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    box-shadow: 0 3.334rem 5.55667rem -1.11133rem rgba(0, 0, 0, .39);
    border-radius: 2.2226666667rem;
    transition: width .3s ease, height .3s ease
}

@media (min-width: 1025px) {
    .play__center {
        box-shadow: 0 1.66667rem 2.77778rem -.55556rem rgba(0, 0, 0, .39);
        border-radius: 1.1111111111rem
    }
}

@media (max-width: 768px) {
    .play__center {
        position: fixed;
        top: 50px;
        left: 0;
        width: 100vw !important;
        height: calc(100vh - 98px) !important;
        border-radius: 0;
        z-index: -1;
        background-color: #fff;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll
    }
}

@media (max-width: 768px) {
    .custom-modal--play .play__center {
        position: absolute;
        top: 0;
        bottom: 0;
        max-height: 100%
    }
}

.game__center {
    background: #292925;
    position: relative;
    display: block;
    flex-shrink: 0;
    border: none;
    width: inherit;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

@media (max-width: 768px) {
    .game__center {
        width: 100vw !important;
        height: calc(100vh - 98px) !important;
        max-height: 100%;
        border-radius: 0;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }
}

.play__sidebar__widget_btn {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    display: none
}

@media (min-width: 769px) and (max-width: 1024px) {
    .play__sidebar__widget_btn {
        display: block
    }
}

.play__sidebar__widget_btn .play__sidebar__widget_btn__item {
    background: #292925;
    border: 2px solid #6ea500;
    position: absolute;
    right: 0;
    z-index: 2;
    transform: translate3d(20px, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .2s ease
}

.play__sidebar__widget_btn .play__sidebar__widget_btn__item:hover {
    transform: translateZ(0)
}

.play__sidebar__widget_btn .play__sidebar__widget_btn__item--bonus {
    top: 50px
}

.play__sidebar__widget_btn .play__sidebar__widget_btn__item--tournaments {
    bottom: 120px
}

.play__sidebar__widget_btn .play__sidebar__widget_btn__item img {
    display: block;
    max-width: 80%;
    max-height: 80%
}

.box__game-iframe, .box__game-main {
    width: 100%;
    height: 100%
}

.box__game-main {
    position: relative
}

.box__game-main img {
    width: 100%;
    height: 100%
}

.box__game-main .play-btn {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 150px;
    transform: translateY(-50%) translateX(-50%)
}

.box__game-main .play-btn svg {
    fill: #fff
}

.single_games_title_mobile {
    color: #fff;
    font-size: 14px;
    background: #000;
    margin: -6px 0 0;
    padding: 5px
}

.widget__item {
    padding: 10px;
    margin-bottom: 10px;
    background: #172042;
    border-radius: 5px;
    box-shadow: 3px 3px 4px #00000033
}

.widget__item .widget__item__title {
    background: #0b122e;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 20px;
    padding: 12px 10px;
    border-radius: 5px;
    color: #b7bed8
}

.widget__banner__wrapper {
    position: relative
}

.widget__banner__wrapper .widget__banner--title {
    background: #0b122eb5;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    padding: 10px
}

.widget__banner__wrapper .widget__banner--text {
    font-size: 14px;
    text-align: center;
    padding: 10px 15px;
    background: #0b122e;
    color: #b7bed8
}

.widget__banner__wrapper .widget__banner--button {
    position: absolute;
    bottom: 15%;
    right: 10px;
    width: 100px;
    padding: 7px 5px;
    margin: 5px 0;
    text-align: center;
    transition: all .2s;
    background: #f9314b;
    color: #fff
}

.widget__banner__wrapper .widget__banner--button:hover {
    background: #fb7b8c
}

@media only screen and (max-width: 991px) {
    .widget__last-news {
        display: flex;
        flex-wrap: wrap
    }
}

.custom-widget__last-news {
    display: block
}

@media only screen and (max-width: 991px) {
    .custom-widget__last-news {
        width: 50%;
        padding: 0 10px
    }
}

@media only screen and (max-width: 575px) {
    .custom-widget__last-news {
        width: 100%
    }
}

@media only screen and (max-width: 991px) {
    .custom-widget__last-news img {
        width: 100%
    }
}

.custom-widget__last-news .custom-widget__last-news-text {
    background: #0b122e;
    width: 100%;
    display: flex;
    padding: 20px 15px 15px 10px;
    text-align: center;
    flex-direction: column;
    color: #b7bed8
}

.custom-widget__last-news .custom-widget__last-news-text .custom-widget__last-news-title {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 5px
}

.custom-widget__last-news .custom-widget__last-news-text .custom-widget__slast-news-excerpt {
    font-size: 12px
}

.custom-widget__last-news .custom-widget__last-news-text .custom-widget__slast-news-excerpt p {
    margin: 0
}

.provider__list__item--link {
    background: #e3e7f1;
    color: #0b122e;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: all .3s
}

.provider__list__item--link:hover {
    background: #9fadcf
}

@media only screen and (max-width: 991px) {
    .custom-widget__casino {
        display: flex;
        flex-wrap: wrap
    }
}

.custom-widget__casino-item {
    background: #0b122e;
    padding: 30px 23px;
    margin-bottom: 10px
}

@media only screen and (max-width: 991px) {
    .custom-widget__casino-item {
        width: calc(50% - 20px);
        margin: 10px
    }
}

@media only screen and (max-width: 575px) {
    .custom-widget__casino-item {
        width: 100%;
        margin: 10px auto;
        max-width: 320px
    }
}

.custom-widget__casino-item .custom-widget__casino-img {
    display: block;
    width: 150px;
    margin: 0 auto 30px;
    position: relative
}

.custom-widget__casino-item .casino-item__rate {
    margin-bottom: 10px
}

.custom-widget__casino-item .casino-item__rate .casino-item__rate-bar {
    width: 100%;
    height: 25px;
    border: 1px solid #8e8e8e;
    border-radius: 50px;
    position: relative
}

.custom-widget__casino-item .casino-item__rate .casino-item__rate-bar .casino-item__rate-count {
    background: linear-gradient(90deg, gold 2%, #ff8a00 96%);
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50px
}

.custom-widget__casino-item .custom-widget__casino-nav {
    display: flex;
    justify-content: space-around
}

.custom-widget__casino-item .custom-widget__casino-nav .custom-widget__casino-button {
    width: 100px;
    margin: 5px;
    text-align: center;
    padding: 10px 5px;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 3px 3px 3px #00000033;
    transition: all .3s ease-out;
    cursor: pointer
}

.custom-widget__casino-item .custom-widget__casino-nav .custom-widget__casino-button.button-demo {
    background: #f9314b;
    color: #fff
}

.custom-widget__casino-item .custom-widget__casino-nav .custom-widget__casino-button.button-demo:hover {
    background: #fb7b8c
}

.custom-widget__casino-item .custom-widget__casino-nav .custom-widget__casino-button.button-play {
    background: #e3e7f1;
    color: #0b122e
}

.custom-widget__casino-item .custom-widget__casino-nav .custom-widget__casino-button.button-play:hover {
    background: #9fadcf
}

.custom-widget__slot-item {
    display: flex;
    align-items: center;
    width: 100%;
    color: #252525;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 15px
}

.custom-widget__slot-item:nth-child(2n) img {
    order: 1
}

.custom-widget__slot-item img {
    flex-shrink: 0;
    max-width: 100px
}

.custom-widget__slot-item .custom-widget__slot-title {
    background: #0b122e;
    height: 66px;
    justify-content: center;
    text-align: center;
    font-size: 17px;
    line-height: 22px;
    flex-grow: 1;
    pointer-events: none;
    position: relative;
    padding: 5px 15px;
    color: #b7bed8;
    display: flex;
    align-items: center
}

.section__title {
    --color: #548200
}

.section__title .section__title--title h1, .section__title .section__title--title span {
    color: var(--color);
    font-weight: 700;
    font-size: 32px;
    margin: 0
}

.section__title--breadcrumbs {
    --text_color: #FFFFFF;
    --link_color: #FFFFFF;
    margin-bottom: 20px
}

.section__title--breadcrumbs .content-page__breadcrumbs {
    display: flex;
    color: var(--text_color);
    font-size: 14px;
    font-weight: 600;
    text-shadow: 1px 1px 0 #000
}

.section__title--breadcrumbs .content-page__breadcrumbs .content-page__breadcrumbs-arrow {
    padding: 0 10px
}

.section__title--breadcrumbs .content-page__breadcrumbs span a {
    color: var(--link_color);
    text-decoration: underline
}

.img-fig {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.fig-img img {
    border-radius: 14px;
    margin: 30px auto;
}


  .table-responsive {
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      margin-bottom: 15px;
      font-size: 16px;
  }

.responsive-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
}

.responsive-table th,
.responsive-table td {
    padding: 5px 5px;
    border: 1px solid #ddd;
    text-align: left;
    font-size: 16px;
}

.responsive-table th {
    background-color: #f4f4f4;
    font-weight: bold;
    color: black;
}