.mobile__slidebox {
    display: none
}

@media(max-width:768px) {
    .mobile__slidebox {
        display: block;
    }
    .desctope_slidebox {
        display: none;
    }
}

.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: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-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 {
    -webkit-transform: translateY(-100%);
    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: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s;
    -webkit-transform: translateY(0);
    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
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media(prefers-reduced-motion:reduce),
(print) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

.odometer-inside * {
    will-change: transform
}

.jackpot {
    overflow: hidden;
    position: relative;
    margin-top: -2.8666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .jackpot {
        margin-top: -5.5555555556rem
    }
}

@media(min-width:1025px) {
    .jackpot {
        margin-top: -2.2222222222rem;
        margin-bottom: -1.9444444444rem
    }
}

@media(min-width:1025px) {
    .jackpot__inner-1 {
        display: flex;
        justify-content: flex-end;
        width: 97.2222222222rem;
        height: 5.5555555556rem;
        padding: 0 23.5555555556rem 0 30px;
        margin: 0 auto
    }
}

.jackpot__inner-2 {
    position: relative;
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end
}

.jackpot__inner {
    width: 43.5vw;
    left: 100%;
    padding-top: .6rem;
    background-color: #232e39
}

.jackpot__inner:before {
    left: 12.8rem;
    -webkit-transform: skew(-15deg, 0);
    transform: skew(-15deg, 0);
    width: 4rem
}

.jackpot__inner:after,
.jackpot__inner:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #232e39
}

.jackpot__inner:after {
    left: 100%;
    width: 66.6666666667rem
}

.jackpot__inner .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    overflow: visible
}

@media(min-width:451px) {
    .jackpot__inner:before {
        left: 24.3333333333rem
    }
}

@media(min-width:769px) {
    .jackpot__inner {
        width: 40vw;
        padding-top: .9rem
    }
    .jackpot__inner:before {
        left: unset;
        right: 42rem;
        width: 6rem
    }
    .jackpot__inner:after {
        position: absolute;
        left: 100%
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .jackpot__inner {
        position: relative;
        left: auto
    }
    .jackpot__inner:before {
        left: -4.5rem;
        right: auto
    }
}

@media(min-width:1025px) {
    .jackpot__inner {
        position: absolute;
        left: 100%;
        width: 21.8888888889rem;
        padding-top: .8888888889rem;
        background-color: #232e39
    }
    .jackpot__inner:before {
        left: -1.2222222222rem
    }
    .jackpot__inner:after {
        left: 100%
    }
}

.jackpot__title {
    position: relative;
    padding-left: 1.1333333333rem;
    margin-bottom: .3333333333rem;
    font-style: italic;
    font-weight: 600;
    font-size: .6rem;
    line-height: 1;
    color: hsla(0, 0%, 100%, .56);
    letter-spacing: normal;
    text-transform: uppercase
}

@media(min-width:769px)and (max-width:1024px) {
    .jackpot__title {
        padding-left: 3.3333333333rem;
        margin-bottom: .6666666667rem;
        font-size: 1.3888888889rem;
        color: hsla(0, 0%, 100%, .7)
    }
}

@media(min-width:1025px) {
    .jackpot__title {
        padding-left: 1.7777777778rem;
        margin-bottom: .6666666667rem;
        font-size: 1rem;
        color: hsla(0, 0%, 100%, .7)
    }
}

.jackpot__sum {
    overflow: hidden;
    margin-right: -.1333333333rem;
    background-color: #232e39
}

@media(min-width:769px) {
    .jackpot__sum {
        margin-right: -.1111111111rem
    }
}

@media(min-width:1025px) {
    .jackpot__sum {
        overflow: visible;
        margin-right: 0;
        background-color: transparent
    }
}

.jackpot__sum-currency {
    position: relative;
    z-index: 1
}

@media(min-width:769px)and (max-width:1024px) {
    .jackpot__sum-currency {
        letter-spacing: .5rem
    }
}

@media(min-width:1025px) {
    .jackpot__sum-currency {
        letter-spacing: .2777777778rem
    }
}

.jackpot__sum-inner {
    padding-top: .2666666667rem;
    padding-left: .8666666667rem;
    font-style: italic;
    font-weight: 700;
    line-height: 1.1em;
    font-size: .9333333333rem;
    color: hsla(0, 0%, 100%, .8);
    letter-spacing: .025em;
    text-transform: uppercase
}

@media(min-width:769px)and (max-width:1024px) {
    .jackpot__sum-inner {
        padding-top: 0;
        padding-left: 2.5rem;
        font-size: 2.5rem
    }
}

@media(min-width:1025px) {
    .jackpot__sum-inner {
        padding-top: .1666666667rem;
        padding-left: 1.0555555556rem;
        font-size: 2.0555555556rem;
        color: #fff
    }
}

.odometer-digit-spacer {
    padding: 0 3px
}

.odometer-digit {
    overflow: hidden;
    margin: 0 -3px
}

.odometer-value {
    width: 100%
}

.btn {
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 2.6666666667rem;
    padding: 0 .6666666667rem;
    border: none;
    border-radius: .1333333333rem;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    outline: none;
    cursor: pointer
}

@media(min-width:769px)and (max-width:1024px) {
    .btn {
        height: 5.4rem;
        padding: 0 2.5rem;
        border-radius: .2rem
    }
}

@media(min-width:1025px) {
    .btn {
        height: 3rem;
        padding: 0 1.3888888889rem;
        border-radius: .1111111111rem
    }
}

.btn__bg {
    overflow: hidden;
    right: 0;
    display: block;
    height: 100%;
    border-radius: .1333333333rem
}

.btn__bg,
.btn__bg:before {
    position: absolute;
    top: 0;
    left: 0
}

.btn__bg:before {
    content: "";
    z-index: -1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 201%;
    height: 102%;
    background-image: linear-gradient(270deg, #a53eeb, #3e3eeb)
}

.btn--gray .btn__bg:before {
    opacity: 0
}

.no-touch .btn__bg:before {
    transition: all .2s ease-in-out
}

.no-touch .btn:hover .btn__bg:before {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
}

.no-touch .btn--gray:hover .btn__bg:before {
    opacity: 1
}

.btn--gray .btn__bg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    background-color: #394755;
    width: 201%;
    height: 102%;
    transition: all .2s ease-in-out
}

.btn--skew .btn__bg {
    -webkit-transform: skew(-15deg, 0);
    transform: skew(-15deg, 0)
}

@media(min-width:769px)and (max-width:1024px) {
    .btn__bg {
        border-radius: .2rem
    }
}

@media(min-width:1025px) {
    .btn__bg {
        border-radius: .1111111111rem
    }
}

.btn--skew {
    overflow: visible;
    padding: 0 12px
}

@media(min-width:769px) {
    .btn--skew {
        padding: 0 30px
    }
}

@media(min-width:1025px) {
    .btn--skew {
        padding: 0 1.6666666667rem
    }
}

.btn--small {
    height: 24px
}

@media(min-width:769px) {
    .btn--small {
        padding-left: 15px
    }
}

.btn__text {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 .2666666667rem;
    font-style: italic;
    font-size: .7333333333rem;
    line-height: 1;
    color: #fff;
    letter-spacing: normal;
    text-transform: uppercase;
    text-align: center
}

.btn--small .btn__text {
    font-size: 11px
}

.main-slider__item-btn .btn__text {
    font-size: .7333333333rem;
    white-space: nowrap
}

.section-games__header-btn .btn__text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .7333333333rem;
    white-space: nowrap;
    overflow: hidden
}

.user-top__btn .btn__text {
    font-size: .7333333333rem
}

.section-games__list-item-btn .btn__text {
    font-size: .778em;
    letter-spacing: -.006em
}

@media(min-width:1025px)and (max-width:1400px) {
    .section-games__list-item-btn .btn__text {
        font-size: .9444444444rem;
        letter-spacing: -.0055555556rem
    }
}

@media(min-width:769px) {
    .btn__text {
        padding: 0 .2rem;
        font-size: 1.6rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .main-slider__item-btn .btn__text {
        font-size: 1.6rem
    }
    .section-games__header-btn .btn__text {
        font-size: 1.2222222222rem
    }
    .user-top__btn .btn__text {
        font-size: 1.6rem
    }
}

@media(min-width:1025px) {
    .btn__text {
        padding: 0 .1111111111rem;
        font-size: .8888888889rem
    }
    .main-slider__item-btn .btn__text {
        font-size: .8888888889rem
    }
    .section-games__header-btn .btn__text {
        font-size: .6111111111rem
    }
    .user-top__btn .btn__text {
        font-size: .8888888889rem
    }
}

.main-slider {
    overflow: hidden;
    position: relative
}

.main-slider__inner {
    -webkit-transform: translate3d(-8.2666666667rem, 0, 0);
    transform: translate3d(-8.2666666667rem, 0, 0)
}

.main-slider__inner .swiper-wrapper {
    display: flex;
    will-change: transform;
    transition-timing-function: ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

@media(min-width:451px)and (max-width:768px) {
    .main-slider__inner {
        -webkit-transform: translate3d(-22vw, 0, 0);
        transform: translate3d(-22vw, 0, 0)
    }
}

@media(min-width:769px) {
    .main-slider__inner {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    .main-slider__inner .swiper-wrapper {
        will-change: inherit
    }
}

.main-slider__next,
.main-slider__prev {
    position: absolute;
    top: 50%;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    cursor: pointer;
    display: none
}

@media(min-width:769px) {
    .main-slider__next,
    .main-slider__prev {
        display: block
    }
}

.main-slider__prev {
    left: 30px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

@media(min-width:1750px) {
    .main-slider__prev {
        left: 50%;
        -webkit-transform: translate3d(-837px, -50%, 0);
        transform: translate3d(-837px, -50%, 0)
    }
}

.main-slider__next {
    right: 30px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

@media(min-width:1750px) {
    .main-slider__next {
        right: 50%;
        -webkit-transform: translate3d(837px, -50%, 0);
        transform: translate3d(837px, -50%, 0)
    }
}

.main-slider__next-ic,
.main-slider__prev-ic {
    width: auto;
    height: 2.4rem;
    color: #fff;
    letter-spacing: normal
}

.no-touch .main-slider__next-ic,
.no-touch .main-slider__prev-ic {
    transition: color .2s ease-in-out
}

.no-touch .main-slider__next:hover .main-slider__next-ic,
.no-touch .main-slider__prev:hover .main-slider__prev-ic {
    color: hsla(0, 0%, 100%, .7)
}

@media(min-width:769px) {
    .main-slider__next-ic,
    .main-slider__prev-ic {
        height: 2rem
    }
}

.main-slider__item {
    position: relative;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 22rem;
    padding: 5.2rem 0 2.8rem
}

@media(max-width:768px) {
    .main-slider__item:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 2.8rem;
        z-index: 2;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        height: 2.6666666667rem;
        background-color: rgba(0, 0, 0, .3);
        pointer-events: none
    }
}

@media(min-width:769px) {
    .main-slider__item {
        width: 70.3333333333rem !important;
        min-height: 38.8888888889rem;
        padding: 10rem 0 8rem
    }
}

@media(min-width:1025px) {
    .main-slider__item {
        min-height: 22.2222222222rem;
        padding: 2.5rem 0 4.4444444444rem
    }
}

.main-slider__item-text-wr {
    position: relative;
    z-index: 2;
    padding: 0 2.6666666667rem 0 9.3333333333rem
}

@media(min-width:451px)and (max-width:768px) {
    .main-slider__item-text-wr {
        padding-left: 26vw
    }
}

@media(min-width:769px) {
    .main-slider__item-text-wr {
        max-width: 45%;
        padding: 0 1.1111111111rem 0 4.1666666667rem
    }
}

.main-slider__item-bg-wr {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: skew(-15deg, 0);
    transform: skew(-15deg, 0);
    width: 100%;
    height: 100%
}

.main-slider__item-bg-wr:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .61);
    pointer-events: none;
    will-change: opacity;
    transition: opacity .2s ease-in-out
}

.swiper-slide-active .main-slider__item-bg-wr:after {
    opacity: 0
}

@media(min-width:769px) {
    .main-slider__item-bg-wr:after {
        background-color: rgba(35, 46, 57, .7);
        will-change: inherit
    }
}

.main-slider__item-left-snow,
.main-slider__item-right-snow {
    position: absolute;
    top: 0;
    z-index: 2;
    display: block;
    width: auto;
    height: 100%;
    pointer-events: none;
    transition: opacity 1s ease-in-out
}

.swiper-slide-active .main-slider__item-left-snow,
.swiper-slide-active .main-slider__item-right-snow {
    opacity: 0
}

.main-slider__item-left-snow {
    right: -4rem;
    -webkit-transform: skew(15deg, 0) translateZ(0);
    transform: skew(15deg, 0) translateZ(0)
}

@media(min-width:769px)and (max-width:1024px) {
    .main-slider__item-left-snow {
        right: -6rem
    }
}

@media(min-width:1025px) {
    .main-slider__item-left-snow {
        right: -3.3333333333rem
    }
}

.main-slider__item-right-snow {
    left: -4rem;
    -webkit-transform: skew(15deg, 0) translateZ(0);
    transform: skew(15deg, 0) translateZ(0)
}

@media(min-width:769px)and (max-width:1024px) {
    .main-slider__item-right-snow {
        left: -6rem
    }
}

@media(min-width:1025px) {
    .main-slider__item-right-snow {
        left: -3.3333333333rem
    }
}

.main-slider__item-bg {
    position: absolute;
    left: 0;
    right: -16vw;
    top: 0;
    -webkit-transform: translateZ(0) skew(15deg, 0);
    transform: translateZ(0) skew(15deg, 0);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

@media(max-width:768px) {
    .main-slider__item-bg {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        background-position: 0
    }
}

@media(min-width:769px) {
    .main-slider__item-bg {
        left: -5.5rem;
        right: -5.5rem
    }
}

@media(min-width:1025px) {
    .main-slider__item-bg {
        left: -3.3333333333rem;
        right: -3.3333333333rem
    }
}

.main-slider__item-desktop-img {
    position: absolute;
    left: -50px;
    right: -50px;
    top: 0;
    -webkit-transform: translateZ(0) skew(15deg, 0);
    transform: translateZ(0) skew(15deg, 0);
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100%
}

@media(min-width:1025px) {
    .main-slider__item-desktop-img {
        left: -3.0555555556rem;
        right: -3.0555555556rem
    }
}

.main-slider__item-title {
    position: relative;
    left: -.3333333333rem;
    -webkit-transform: translate3d(0, 2rem, 0);
    transform: translate3d(0, 2rem, 0);
    margin-bottom: .6666666667rem;
    font-style: italic;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.17;
    color: #fff;
    letter-spacing: normal;
    text-transform: uppercase;
    padding-left: .3333333333rem;
    will-change: transfrom, opacity;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    transition-duration: .3s;
    transition-timing-function: ease-in-out
}

.swiper-slide-active .main-slider__item-title {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    transition-delay: .65s
}

@media(min-width:769px) {
    .main-slider__item-title {
        -webkit-transform: translate3d(0, 3rem, 0);
        transform: translate3d(0, 3rem, 0);
        margin-bottom: .5555555556rem;
        font-size: 2.7777777778rem;
        left: -.2777777778rem;
        padding-left: .2777777778rem;
        will-change: inherit
    }
    .swiper-slide-active .main-slider__item-title {
        transition-delay: .65s
    }
}

@media(min-width:1025px) {
    .main-slider__item-title {
        -webkit-transform: translate3d(0, 1.6666666667rem, 0);
        transform: translate3d(0, 1.6666666667rem, 0);
        font-size: 2.1111111111rem
    }
    .swiper-slide-active .main-slider__item-title {
        transition-delay: .65s
    }
}

.main-slider__item-text {
    -webkit-transform: translate3d(0, 2rem, 0);
    transform: translate3d(0, 2rem, 0);
    font-size: .7333333333rem;
    line-height: 1;
    color: #fff;
    letter-spacing: .0126666667rem;
    will-change: transform, opacity;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    transition-duration: .3s;
    transition-timing-function: ease-in-out
}

.swiper-slide-active .main-slider__item-text {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: .7;
    transition-delay: .7s
}

@media(min-width:769px) {
    .main-slider__item-text {
        -webkit-transform: translate3d(0, 3rem, 0);
        transform: translate3d(0, 3rem, 0);
        font-size: 1.5555555556rem;
        line-height: 1.24;
        letter-spacing: .0105555556rem;
        will-change: inherit
    }
    .swiper-slide-active .main-slider__item-text {
        transition-delay: .7s
    }
}

@media(min-width:1025px) {
    .main-slider__item-text {
        -webkit-transform: translate3d(0, 1.6666666667rem, 0);
        transform: translate3d(0, 1.6666666667rem, 0);
        font-size: 1.1666666667rem
    }
    .swiper-slide-active .main-slider__item-text {
        transition-delay: .7s
    }
}

.main-slider__item-btn {
    position: relative;
    z-index: 2;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    min-width: 47vw;
    padding-left: 1.3333333333rem;
    margin-left: 7.3333333333rem;
    opacity: 0;
    pointer-events: none;
    will-change: transfrom, opacity;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    transition-duration: .3s;
    transition-timing-function: ease-in-out
}

.swiper-slide-active .main-slider__item-btn {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    pointer-events: auto;
    transition-delay: .75s
}

@media(min-width:451px)and (max-width:768px) {
    .main-slider__item-btn {
        margin-left: 20vw;
        min-width: 22vw
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .main-slider__item-btn {
        width: auto;
        min-width: 23rem;
        height: 5.4rem;
        padding-right: 2rem;
        margin-left: 4.7222222222rem;
        white-space: nowrap
    }
}

@media(min-width:769px) {
    .main-slider__item-btn {
        will-change: inherit
    }
    .swiper-slide-active .main-slider__item-btn {
        transition-delay: .75s
    }
}

@media(min-width:1025px) {
    .main-slider__item-btn {
        width: auto;
        min-width: 12.7777777778rem;
        height: 3rem;
        padding-right: 1.1111111111rem;
        margin-left: 4.7222222222rem;
        white-space: nowrap
    }
    .swiper-slide-active .main-slider__item-btn {
        transition-delay: .75s
    }
}

.main-slider__item-btn-ic {
    display: inline-block;
    width: 0;
    opacity: .7
}

.no-touch .main-slider__item-btn-ic {
    transition-property: margin-left, width;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

@media(min-width:769px)and (max-width:1024px) {
    .main-slider__item-btn-ic {
        height: 1.1rem
    }
    .no-touch .main-slider__item-btn:hover .main-slider__item-btn-ic {
        margin-left: .5rem;
        width: 1.8rem
    }
}

@media(min-width:1025px) {
    .main-slider__item-btn-ic {
        height: .6111111111rem
    }
    .no-touch .main-slider__item-btn:hover .main-slider__item-btn-ic {
        margin-left: .2777777778rem;
        width: 1rem
    }
}

.game-label {
    -webkit-transform: skew(-15deg, 0);
    transform: skew(-15deg, 0);
    padding: 0 .389em;
    margin-right: .278em;
    border-radius: .056em;
    cursor: pointer
}

@media(min-width:1025px)and (max-width:1400px) {
    .game-label {
        padding: 0 .4444444444rem;
        margin-right: .2777777778rem;
        border-radius: .0555555556rem
    }
}

.game-label:last-child {
    margin-right: 0
}

.game-label--new {
    background-image: linear-gradient(270deg, #84cc66, #5e9248 0)
}

.game-label--real_money {
    background-image: linear-gradient(270deg, #ffd564, #cca247)
}

.game-label__inner {
    -webkit-transform: skew(15deg, 0);
    transform: skew(15deg, 0);
    font-style: italic;
    font-size: .722em;
    line-height: 1.385em;
    letter-spacing: -.022em;
    color: #fff;
    text-transform: uppercase;
    text-align: center
}

@media(min-width:1025px)and (max-width:1400px) {
    .game-label__inner {
        font-size: .8333333333rem;
        line-height: 1.1666666667rem;
        letter-spacing: -.0161111111rem
    }
}

.section-games__list {
    align-items: flex-start;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.section-games__list.row {
    padding: 0 8px;
    margin-left: 0;
    margin-right: 0
}

.section-games__list.row:before {
    display: none
}

@media(min-width:769px) {
    .section-games__list.row {
        padding: 0 6px
    }
}

@media(min-width:1025px) {
    .section-games__list.row {
        padding: 0
    }
}

.section-games__list-item {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: flex;
    margin-bottom: 2px;
    padding: 0 !important;
    transition: all .2s ease-in-out
}

.no-touch .section-games__list-item:hover {
    z-index: 1
}

@media(max-width:768px) {
    .section-games__list-item {
        font-size: 1rem;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media(min-width:451px)and (max-width:768px) {
    .section-games__list-item {
        flex: 0 0 33.333% !important;
        max-width: 33.333% !important;
        font-size: 1.27rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__list-item {
        flex: 0 0 20%;
        max-width: 20%;
        margin-bottom: 3px;
        font-size: 1.95rem
    }
}

@media(min-width:1025px) {
    .section-games__list-item {
        flex: 0 0 20%;
        max-width: 20%;
        margin-bottom: 3px;
        font-size: 1.6rem
    }
}

@media(min-width:1401px) {
    .section-games__list-item {
        font-size: 1rem;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }
}

@-webkit-keyframes fadeInJackpotCount {
    0% {
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
        opacity: 1
    }
}

@keyframes fadeInJackpotCount {
    0% {
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
        opacity: 1
    }
}

.section-games__list-item-sizer {
    padding-top: 66%;
    flex: 1 0 0%
}

.section-games__list-item-markers {
    position: absolute;
    left: .4rem;
    top: 1px;
    z-index: 30;
    display: flex;
    pointer-events: none;
    transition: all .1s cubic-bezier(.4, 0, .2, 1);
    transition-delay: .12s
}

.no-touch .section-games__list-item:hover .section-games__list-item-markers {
    -webkit-transform: translateY(.6666666667rem);
    transform: translateY(.6666666667rem);
    opacity: 0;
    transition-delay: 0s
}

@media(min-width:451px) {
    .section-games__list-item-markers {
        left: .5333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__list-item-markers {
        left: 1rem
    }
    .no-touch .section-games__list-item:hover .section-games__list-item-markers {
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem)
    }
}

@media(min-width:1025px) {
    .section-games__list-item-markers {
        left: .5555555556rem
    }
    .no-touch .section-games__list-item:hover .section-games__list-item-markers {
        -webkit-transform: translateY(.5555555556rem);
        transform: translateY(.5555555556rem)
    }
}

.section-games__list-item-marker {
    -webkit-transform: skew(-15deg, 0);
    transform: skew(-15deg, 0);
    width: .9333333333rem;
    height: .4666666667rem;
    margin-right: .1333333333rem
}

.section-games__list-item-marker:last-child {
    margin-right: 0
}

@media(min-width:451px) {
    .section-games__list-item-marker {
        width: 1.3333333333rem;
        height: .6666666667rem;
        margin-right: .2rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__list-item-marker {
        width: 2rem;
        height: 1.1rem;
        margin-right: .1rem
    }
}

@media(min-width:1025px) {
    .section-games__list-item-marker {
        width: 1.1111111111rem;
        height: .6111111111rem;
        margin-right: .0555555556rem
    }
}

.section-games__list-item-marker--real_money {
    background: linear-gradient(90deg, #ffd564 -226.97%, #cca247 -70.29%);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .51)
}

.section-games__list-item-marker--new {
    background: linear-gradient(90deg, #84cc66 -103.49%, #5e9248 86.99%);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .51)
}

.section-games__list-item-content {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 2px);
    transition: all .25s cubic-bezier(.4, 0, .2, 1)
}

.section-games__list-item-content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 50% 50%, rgba(46, 58, 71, .8), rgba(46, 58, 71, .94) 89%);
    opacity: 0;
    transition: all .2s ease-in-out
}

.no-touch .section-games__list-item:hover .section-games__list-item-content {
    width: 114%;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .5);
    left: -7%;
    top: -7%;
    z-index: 20
}

.no-touch .section-games__list-item:hover .section-games__list-item-content:after {
    opacity: 1
}

@media(min-width:769px) {
    .section-games__list-item-content {
        width: calc(100% - 4px)
    }
}

.section-games__list-item-img-wr {
    overflow: hidden;
    position: relative;
    padding-top: 66%;
    border: 1px solid transparent
}

.no-touch .section-games__list-item:hover .section-games__list-item-img-wr {
    border-color: #2e3a47
}

.section-games__list-item-img {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    display: block;
    min-width: 100%;
    min-height: 100%
}

.section-games__list-item-labels {
    display: flex;
    align-items: flex-start
}

.section-games__list-item-labels--hover {
    -webkit-transform: translate3d(0, 1rem, 0);
    transform: translate3d(0, 1rem, 0);
    opacity: 0;
    transition: all .1s cubic-bezier(.4, 0, .2, 1)
}

.no-touch .section-games__list-item:hover .section-games__list-item-labels--hover {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    transition: all .25s cubic-bezier(.4, 0, .2, 1);
    transition-delay: .1s
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__list-item-labels--hover {
        -webkit-transform: translate3d(0, 1.5rem, 0);
        transform: translate3d(0, 1.5rem, 0)
    }
}

@media(min-width:1025px) {
    .section-games__list-item-labels--hover {
        -webkit-transform: translate3d(0, .8333333333rem, 0);
        transform: translate3d(0, .8333333333rem, 0)
    }
}

.section-games__list-item-hover-elements {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 1.1333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__list-item-hover-elements {
        padding: 2rem
    }
}

@media(min-width:1025px) {
    .section-games__list-item-hover-elements {
        padding: 1.1111111111rem
    }
}

.section-games__list-item-hover-elements-top {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

@media(max-width:768px) {
    .section-games__list-item-hover-elements-top {
        z-index: 11
    }
}

.section-games__list-item-hover-elements-top--align-left {
    justify-content: flex-end
}

.section-games__list-item-btns {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__list-item-btns {
        margin-top: 2rem
    }
}

@media(min-width:1025px) {
    .section-games__list-item-btns {
        margin-top: .5555555556rem
    }
}

.section-games__list-item-btn-wr {
    opacity: 0;
    margin-right: .389em;
    transition: all .2s ease-in-out
}

.section-games__list-item-btn-wr:first-child,
.section-games__list-item-btn-wr:last-child {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0)
}

.section-games__list-item-btn-wr:last-child {
    margin-right: 0
}

.no-touch .section-games__list-item:hover .section-games__list-item-btn-wr {
    opacity: 1;
    transition: all .2s cubic-bezier(.4, 0, .2, 1)
}

.no-touch .section-games__list-item:hover .section-games__list-item-btn-wr:first-child,
.no-touch .section-games__list-item:hover .section-games__list-item-btn-wr:last-child {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition-delay: .15s
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__list-item-btn-wr:first-child,
    .section-games__list-item-btn-wr:last-child {
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }
}

@media(min-width:1025px) {
    .section-games__list-item-btn-wr:first-child,
    .section-games__list-item-btn-wr:last-child {
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }
}

@media(min-width:1025px)and (max-width:1400px) {
    .section-games__list-item-btn-wr {
        margin-right: .3888888889rem
    }
}

.section-games__list-item-btn {
    height: 2.1333333333rem;
    min-width: 4.3333333333rem;
    padding: 0 .7333333333rem;
    font-size: inherit
}

@media(min-width:451px) {
    .section-games__list-item-btn {
        height: 2.5333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__list-item-btn {
        height: 3.8rem;
        min-width: 6.5rem;
        padding: 0 1.1rem
    }
}

@media(min-width:1025px) {
    .section-games__list-item-btn {
        height: 2.1111111111rem;
        min-width: 3.6111111111rem;
        padding: 0 .6111111111rem
    }
}

.no-touch .section-games__list-item-btn--demo:hover:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    background-image: linear-gradient(90deg, #232e39, rgba(35, 46, 57, 0) 90%), linear-gradient(180deg, #232e39, rgba(35, 46, 57, .79), rgba(35, 46, 57, .27) 51%, rgba(35, 46, 57, .71) 99%, #232e39), linear-gradient(90deg, #3c479d 0, #7159a6)
}

.section-games__list-item-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__list-item-info {
        min-height: 3.8rem
    }
}

@media(min-width:1025px) {
    .section-games__list-item-info {
        min-height: 2.1111111111rem
    }
}

.section-games__list-item-provider {
    position: relative;
    z-index: 1;
    max-width: 50%;
    margin-left: .6666666667rem;
    font-weight: 600;
    font-size: .8rem;
    line-height: 1.2rem;
    letter-spacing: -.0161904667rem;
    color: #cfd3d6;
    text-align: right;
    text-transform: capitalize;
    cursor: pointer;
    opacity: 0;
    transition: all .1s ease-in-out
}

.no-touch .section-games__list-item:hover .section-games__list-item-provider {
    -webkit-animation: fadeInJackpotCount .2s cubic-bezier(.4, 0, .2, 1) .25s 1 forwards;
    animation: fadeInJackpotCount .2s cubic-bezier(.4, 0, .2, 1) .25s 1 forwards
}

.no-touch .section-games__list-item-provider:hover {
    color: #fff
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__list-item-provider {
        margin-left: 1rem;
        font-size: 1.2rem;
        line-height: 1.8rem;
        letter-spacing: -.0242857rem
    }
}

@media(min-width:1025px) {
    .section-games__list-item-provider {
        margin-left: .5555555556rem;
        font-size: .7777777778rem;
        line-height: 1.0555555556rem;
        letter-spacing: -.0190476111rem
    }
}

.section-games__list-item-jackpot-hover {
    position: relative;
    z-index: 1;
    margin-top: -1rem;
    text-align: left;
    pointer-events: none
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__list-item-jackpot-hover {
        margin-top: -1.5rem
    }
}

@media(min-width:1025px) {
    .section-games__list-item-jackpot-hover {
        margin-top: -.8333333333rem
    }
}

.section-games {
    position: relative;
    margin-bottom: 1.4rem
}

.section-games:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 6rem;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), transparent)
}

@media(max-width:768px) {
    .section-games {
        padding-bottom: 1px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games {
        margin-bottom: 3rem
    }
    .section-games:before {
        height: 9rem
    }
}

@media(min-width:1025px) {
    .section-games {
        padding-top: .8333333333rem;
        margin-bottom: 1.6666666667rem
    }
    .section-games:before {
        display: none
    }
}

.section-games__header {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3.6rem;
    margin-left: .8rem
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__header {
        height: 5.5555555556rem;
        margin-bottom: .5555555556rem;
        margin-left: 1rem
    }
}

@media(min-width:1025px) {
    .section-games__header {
        overflow: visible;
        height: 2.1111111111rem;
        padding-right: .2777777778rem;
        margin-bottom: 1.6666666667rem;
        margin-left: 0
    }
}

.section-games__title-wr {
    display: flex;
    align-items: center;
    position: relative;
    flex-grow: 1
}

@media(max-width:768px) {
    .section-games__title-wr {
        padding-right: .6666666667rem
    }
}

.section-games__title-ic {
    width: auto;
    height: 1.4666666667rem;
    color: #fff;
    margin-right: 1.4666666667rem;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media(max-width:768px) {
    .section-games__title-ic {
        padding-left: 1px;
        padding-right: 1px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__title-ic {
        height: 3.3rem
    }
}

@media(min-width:1025px) {
    .section-games__title-ic {
        height: 1.8333333333rem
    }
}

.section-games__title {
    padding-left: .2rem;
    font-style: italic;
    font-weight: 600;
    font-size: .8rem;
    line-height: 1;
    color: #fff;
    letter-spacing: normal;
    text-transform: uppercase
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__title {
        padding-left: .3rem;
        font-size: 1.5555555556rem
    }
}

@media(min-width:1025px) {
    .section-games__title {
        padding-left: .1666666667rem;
        font-size: 1rem
    }
}

.section-games__header-btn {
    min-width: 6.6666666667rem;
    height: 1.6rem;
    padding-left: .8333333333rem;
    padding-right: 1rem;
    margin-right: -.3333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__header-btn {
        width: 16rem;
        height: 4.5rem;
        padding-right: 1.6666666667rem;
        padding-left: 1.6666666667rem;
        margin-right: -1rem
    }
}

@media(min-width:1025px) {
    .section-games__header-btn {
        width: 8.8888888889rem;
        height: 2.1111111111rem;
        padding-left: 1.5555555556rem;
        padding-right: 1.5555555556rem;
        margin-right: .2777777778rem
    }
}

.section-games__header-btn-ic {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    height: auto;
    width: 0;
    margin-left: 0;
    margin-right: 0;
    transition: all .2s cubic-bezier(.4, 0, .2, 1)
}

@media(min-width:769px)and (max-width:1024px) {
    .no-touch .section-games__header-btn:hover .section-games__header-btn-ic {
        width: 1.3rem;
        margin-left: 1rem
    }
}

@media(min-width:1025px) {
    .no-touch .section-games__header-btn:hover .section-games__header-btn-ic {
        width: .7222222222rem;
        margin-left: .5555555556rem
    }
}

.section-games__list {
    margin-bottom: 1.3333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__list {
        margin-bottom: 2rem
    }
}

@media(min-width:1025px) {
    .section-games__list {
        margin-bottom: 1.1111111111rem
    }
}

.no-touch .section-games__header-btn:hover .section-games__header-btn-ic--right {
    width: .8666666667rem;
    margin-left: .6666666667rem
}

.section-games__wrapper_right {
    display: flex;
    align-items: center
}

.input-field {
    margin-bottom: .6666666667rem;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.input-field:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field {
        margin-bottom: 1rem
    }
}

@media(min-width:1025px) {
    .input-field {
        margin-bottom: .5555555556rem
    }
}

.input-field__input-wr {
    position: relative;
    display: flex;
    align-items: center
}

.input-field__input-wr:not(.input-field__input-wr--mobile):not(.input-field__input-wr--country) {
    border: 1px solid rgba(167, 184, 202, .5);
    border-radius: .2rem;
    background-color: #232e39;
    transition: all .2s ease-in-out
}

.no-touch .input-field__input-wr:not(.input-field__input-wr--mobile):not(.input-field__input-wr--country):hover {
    border-color: rgba(167, 184, 202, .9)
}

.input-field__input {
    flex: 1 1 auto;
    display: block;
    height: 3.0666666667rem;
    box-shadow: none;
    padding: .6rem 1rem 0;
    border-radius: .2rem;
    border: none;
    background-color: #283440;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.0666666667rem;
    color: rgba(220, 231, 243, .9);
    letter-spacing: -.012rem;
    transition: all .2s ease-in-out
}

.input-field__input::-webkit-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.0666666667rem;
    color: #dce7f3;
    letter-spacing: -.012rem;
    opacity: .9
}

.input-field__input::-moz-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.0666666667rem;
    color: #dce7f3;
    letter-spacing: -.012rem;
    opacity: .9
}

.input-field__input:-ms-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.0666666667rem;
    color: #dce7f3;
    letter-spacing: -.012rem;
    opacity: .9
}

.input-field__input:-moz-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.0666666667rem;
    color: #dce7f3;
    letter-spacing: -.012rem;
    opacity: .9
}

.input-field__input:focus {
    outline: none
}

.input-field__input:focus::-webkit-input-placeholder {
    color: transparent
}

.input-field__input:focus::-moz-placeholder {
    color: transparent
}

.input-field__input:focus:-ms-input-placeholder {
    color: transparent
}

.input-field__input:focus:-moz-placeholder {
    color: transparent
}

.providers-filter__input .input-field__input {
    background-color: transparent;
    padding-top: 0;
    font-size: 1.2rem;
    letter-spacing: -.046rem;
    font-style: normal;
    height: 2.5333333333rem;
    padding-right: 2rem
}

.providers-filter__input .input-field__input::-webkit-input-placeholder {
    font-size: .8rem;
    color: #dce7f3;
    letter-spacing: -.012rem;
    opacity: .5
}

.providers-filter__input .input-field__input::-moz-placeholder {
    font-size: .8rem;
    color: #dce7f3;
    letter-spacing: -.012rem;
    opacity: .5
}

.providers-filter__input .input-field__input:-ms-input-placeholder {
    font-size: .8rem;
    color: #dce7f3;
    letter-spacing: -.012rem;
    opacity: .5
}

.providers-filter__input .input-field__input:-moz-placeholder {
    font-size: .8rem;
    color: #dce7f3;
    letter-spacing: -.012rem;
    opacity: .5
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__input {
        height: 4.6rem;
        padding: .9rem 1.5rem 0;
        border-radius: .3rem;
        font-size: 1.6rem;
        letter-spacing: -.018rem
    }
    .input-field__input::-webkit-input-placeholder {
        font-size: 1.6rem;
        letter-spacing: -.018rem
    }
    .input-field__input::-moz-placeholder {
        font-size: 1.6rem;
        letter-spacing: -.018rem
    }
    .input-field__input:-ms-input-placeholder {
        font-size: 1.6rem;
        letter-spacing: -.018rem
    }
    .input-field__input:-moz-placeholder {
        font-size: 1.6rem;
        letter-spacing: -.018rem
    }
    .providers-filter__input .input-field__input {
        height: 3.8rem;
        font-size: 2rem;
        letter-spacing: -.1rem;
        padding-right: 3rem
    }
    .providers-filter__input .input-field__input::-webkit-input-placeholder {
        font-size: 1.6rem;
        letter-spacing: -.1rem
    }
    .providers-filter__input .input-field__input::-moz-placeholder {
        font-size: 1.6rem;
        letter-spacing: -.1rem
    }
    .providers-filter__input .input-field__input:-ms-input-placeholder {
        font-size: 1.6rem;
        letter-spacing: -.1rem
    }
    .providers-filter__input .input-field__input:-moz-placeholder {
        font-size: 1.6rem;
        letter-spacing: -.1rem
    }
}

@media(min-width:1025px) {
    .input-field__input {
        height: 2.5555555556rem;
        padding: .5rem .8333333333rem 0;
        border-radius: .1666666667rem;
        font-size: .8888888889rem;
        letter-spacing: -.01rem
    }
    .input-field__input::-webkit-input-placeholder {
        font-size: .8888888889rem;
        letter-spacing: -.01rem
    }
    .input-field__input::-moz-placeholder {
        font-size: .8888888889rem;
        letter-spacing: -.01rem
    }
    .input-field__input:-ms-input-placeholder {
        font-size: .8888888889rem;
        letter-spacing: -.01rem
    }
    .input-field__input:-moz-placeholder {
        font-size: .8888888889rem;
        letter-spacing: -.01rem
    }
    .providers-filter__input .input-field__input {
        height: 2rem;
        font-size: .8888888889rem;
        letter-spacing: -.0555555556rem;
        padding-right: 1.6666666667rem;
        padding-left: 2.7777777778rem
    }
    .providers-filter__input .input-field__input::-webkit-input-placeholder {
        font-size: .8888888889rem;
        letter-spacing: -.0555555556rem
    }
    .providers-filter__input .input-field__input::-moz-placeholder {
        font-size: .8888888889rem;
        letter-spacing: -.0555555556rem
    }
    .providers-filter__input .input-field__input:-ms-input-placeholder {
        font-size: .8888888889rem;
        letter-spacing: -.0555555556rem
    }
    .providers-filter__input .input-field__input:-moz-placeholder {
        font-size: .8888888889rem;
        letter-spacing: -.0555555556rem
    }
}

.providers-filter {
    width: 100%;
    border-radius: .1666666667rem;
    box-shadow: 0 -.2222222222rem 2.0555555556rem 0 rgba(0, 0, 0, .26);
    margin-bottom: 1.3888888889rem
}

.providers-filter__button {
    position: relative;
    padding: .5rem 1.3333333333rem .5rem 1.1111111111rem;
    cursor: pointer;
    background: #293541;
    font-size: 1rem;
    font-weight: 700;
    font-stretch: normal;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: -.0611111111rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.providers-filter__title-text {
    font-style: italic;
    font-weight: 600;
    font-size: .9444444444rem;
    color: #b4c8db;
    letter-spacing: -.0166666667rem;
    text-transform: uppercase;
    transition: width .3s ease;
    line-height: 2.5333333333rem
}

.providers-filter__title-text:not(:last-of-type) {
    margin-right: .4444444444rem
}

.providers-filter__title-text.active {
    color: #fff
}

@media(min-width:769px)and (max-width:1024px) {
    .providers-filter__title-text {
        line-height: 3.8rem
    }
}

@media(min-width:1025px) {
    .providers-filter__title-text {
        line-height: 2.1111111111rem
    }
}

.providers-filter__input {
    margin-bottom: 0;
    width: 100%;
    display: block;
    transition: width .3s ease
}

.providers-filter__dropdown-inner {
    background: #2e3a47;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 16.5rem;
    overflow: hidden;
    transition: height .1s ease
}

.providers-filter__filter-wrap {
    position: relative;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    min-width: 20%;
    width: 94%;
    height: 2.9333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .providers-filter__filter-wrap {
        height: 3.8rem
    }
}

@media(min-width:1025px) {
    .providers-filter__filter-wrap {
        height: 2.1111111111rem
    }
}

.providers-filter__filter-btn {
    position: absolute;
    top: .4666666667rem;
    left: .6666666667rem;
    display: flex;
    cursor: pointer;
    z-index: 1
}

.providers-filter__filter-icon {
    width: 1.8666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .providers-filter__filter-icon {
        width: 2.8rem
    }
}

@media(min-width:1025px) {
    .providers-filter__filter-icon {
        width: 1.5555555556rem
    }
}

.providers-filter__dropdown {
    overflow: hidden;
    display: flex !important;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: .6666666667rem 0 .3333333333rem 1.3333333333rem;
    padding-right: 0 !important;
    width: auto !important;
    position: relative;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.providers-filter__dropdown::-webkit-scrollbar {
    display: none
}

.providers-filter__dropdown-item {
    box-sizing: border-box;
    flex-basis: calc(50% - 1.33333rem);
    color: #b4c8db;
    font-size: .7777777778rem;
    font-weight: 700;
    line-height: 1.0555555556rem;
    letter-spacing: -.0277777778rem;
    padding: .5555555556rem 0;
    border-bottom: .0555555556rem solid hsla(0, 0%, 100%, .2);
    cursor: pointer;
    margin-right: 1.3333333333rem;
    position: relative
}

.providers-filter__dropdown-item.no-border {
    border-bottom: 0
}

.providers-filter__dropdown-item:hover {
    color: #fff;
    transition: color .25s ease-in-out
}

.providers-filter__button-bottom {
    width: 100%;
    height: 1.6666666667rem;
    background-color: #3a4a58;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.providers-filter__button-bottom-arrow-ic {
    width: .8333333333rem;
    height: .5555555556rem;
    color: #cad5e0;
    transition: all .2s ease-in-out
}

.main {
    position: relative
}

@media(max-width:768px) {
    .main {
        width: 100vw
    }
}

.main__bg-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto
}

.bottom-menu {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    bottom: 0;
    z-index: var(--bottom-menu-layer);
    width: 100%;
    background-color: #232e39
}

.bottom-menu__items {
    display: flex;
    height: 3.6rem
}

.bottom-menu__item {
    flex: 1 1 33%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: .6666666667rem 0 .9333333333rem;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    text-align: center
}

.bottom-menu__item.active {
    color: transparent;
    background-image: linear-gradient(90deg, rgba(35, 46, 57, 0) 10%, rgba(35, 46, 57, .52) 77%, #232e39), linear-gradient(90deg, #232e39, rgba(35, 46, 57, .52) 23%, rgba(35, 46, 57, 0) 90%), linear-gradient(180deg, #232e39, rgba(35, 46, 57, .48), rgba(35, 46, 57, .27) 51%, rgba(35, 46, 57, .3)), linear-gradient(90deg, #7159a6 0, #3c479d)
}

.bottom-menu__item.active:first-child {
    background-image: linear-gradient(90deg, rgba(35, 46, 57, 0) 10%, rgba(35, 46, 57, .52) 77%, #232e39), linear-gradient(180deg, #232e39, rgba(35, 46, 57, .48), rgba(35, 46, 57, .27) 51%, rgba(35, 46, 57, .3)), linear-gradient(90deg, #7159a6 0, #3c479d)
}

.bottom-menu__item-ic-wr {
    position: relative;
    display: inline-block
}

.bottom-menu__item-ic {
    width: auto;
    color: #fff;
    letter-spacing: normal
}

.bottom-menu__item-ic,
.bottom-menu__item-ic--roulette,
.bottom-menu__item-ic--search {
    height: 1.2666666667rem
}

.bottom-menu__item-text {
    flex-shrink: 0;
    display: block;
    width: 100%;
    font-size: .5333333333rem;
    line-height: 1.18;
    letter-spacing: normal;
    color: #fff;
    text-transform: uppercase
}

.footer-menu {
    padding-top: 2rem;
    text-align: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

@media(min-width:769px)and (max-width:1024px) {
    .footer-menu {
        padding-top: 3.3333333333rem
    }
}

@media(min-width:1025px) {
    .footer-menu {
        padding-top: 1.6666666667rem
    }
}

.footer-menu__item {
    display: inline-block;
    margin: 0 1.3333333333rem 1.6666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .footer-menu__item {
        margin: 0 2.2222222222rem 2.7777777778rem
    }
}

@media(min-width:1025px) {
    .footer-menu__item {
        margin: 0 1.1111111111rem 1.3888888889rem
    }
}

.footer-menu__item-link {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: block;
    font-weight: 600;
    font-size: .9333333333rem;
    line-height: 1.14;
    color: hsla(0, 0%, 100%, .7) !important;
    letter-spacing: -.008rem
}

.no-touch .footer-menu__item-link {
    transition: color .2s ease-in-out
}

.no-touch .footer-menu__item-link:hover {
    color: #fff !important
}

@media(min-width:769px)and (max-width:1024px) {
    .footer-menu__item-link {
        font-size: 1.6666666667rem;
        line-height: .89;
        letter-spacing: -.0166666667rem
    }
}

@media(min-width:1025px) {
    .footer-menu__item-link {
        font-size: 1rem;
        line-height: .89;
        letter-spacing: -.0083333333rem
    }
}

.social {
    margin: 2.3333333333rem 0
}

@media(min-width:769px)and (max-width:1024px) {
    .social {
        margin: 3.5rem 0
    }
}

@media(min-width:1025px) {
    .social {
        margin: 1.9444444444rem 0
    }
}

.social__list {
    text-align: center
}

.social__item {
    display: inline-block;
    margin-right: 1.1333333333rem
}

.social__item:last-child {
    margin-right: 0
}

.social__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: linear-gradient(99.35deg, #232e39 7.07%, rgba(49, 47, 66, .70012) 95.26%);
    -webkit-filter: drop-shadow(0 .2666666667rem .2666666667rem rgba(0, 0, 0, .25));
    filter: drop-shadow(0 .2666666667rem .2666666667rem rgba(0, 0, 0, .25));
    transition: all .2s ease-in-out
}

.social__link:hover {
    background: #fff
}

@media(min-width:769px)and (max-width:1024px) {
    .social__link {
        width: 3.4rem;
        height: 3.4rem;
        -webkit-filter: drop-shadow(0 .4rem .4rem rgba(0, 0, 0, .25));
        filter: drop-shadow(0 .4rem .4rem rgba(0, 0, 0, .25))
    }
}

@media(min-width:1025px) {
    .social__link {
        width: 1.8888888889rem;
        height: 1.8888888889rem;
        -webkit-filter: drop-shadow(0 .2222222222rem .2222222222rem rgba(0, 0, 0, .25));
        filter: drop-shadow(0 .2222222222rem .2222222222rem rgba(0, 0, 0, .25))
    }
}

.social__ic {
    width: 1.1333333333rem;
    color: #fff;
    transition: all .2s ease-in-out
}

.social__link:hover .social__ic {
    color: #232e39
}

@media(min-width:769px)and (max-width:1024px) {
    .social__ic {
        width: 1.9rem
    }
}

@media(min-width:1025px) {
    .social__ic {
        width: 1.0555555556rem
    }
}

.main-footer {
    padding-bottom: 2.4rem !important
}

@media(min-width:769px)and (max-width:1024px) {
    .main-footer {
        padding: 5.5555555556rem 0 13.3333333333rem
    }
}

@media(min-width:1025px) {
    .main-footer {
        padding-bottom: 6.6666666667rem !important
    }
}

.main-footer__animate-element {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    opacity: 0;
    transition: all .2s ease-in-out;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.main-footer__animate-element.animated {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.main-footer__license {
    display: flex;
    align-items: center;
    margin: 0 0 1.3333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .main-footer__license {
        margin: 0 0 4rem
    }
}

@media(min-width:1025px) {
    .main-footer__license {
        margin: 0 0 2.2222222222rem
    }
}

.main-footer__gaming {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem
}

.no-touch .main-footer__gaming {
    transition: -webkit-filter .2s ease-in-out;
    transition: filter .2s ease-in-out;
    transition: filter .2s ease-in-out, -webkit-filter .2s ease-in-out
}

.no-touch .main-footer__gaming:hover {
    filter: brightness(120%);
    -webkit-filter: brightness(120%)
}

@media(min-width:769px)and (max-width:1024px) {
    .main-footer__gaming {
        margin-bottom: 4rem
    }
}

@media(min-width:1025px) {
    .main-footer__gaming {
        margin-bottom: 2.2222222222rem
    }
}

.main-footer__gaming-item {
    margin-right: 1rem
}

.main-footer__gaming-item:last-child {
    margin-right: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .main-footer__gaming-item {
        margin-right: 2rem
    }
}

@media(min-width:1025px) {
    .main-footer__gaming-item {
        margin-right: 1.1111111111rem
    }
}

.main-footer__gaming-img {
    height: 45px;
    width: auto
}

@media(min-width:769px) {
    .main-footer__gaming-img {
        height: 3rem
    }
}

@media(min-width:1025px) {
    .main-footer__gaming-img {
        height: 2.5rem
    }
}

.main-footer__license-img-wr {
    position: relative;
    flex-shrink: 0;
    width: 3.3333333333rem !important
}

@media(min-width:769px)and (max-width:1024px) {
    .main-footer__license-img-wr {
        width: 5.5555555556rem !important;
        margin-right: 4rem
    }
}

@media(min-width:1025px) {
    .main-footer__license-img-wr {
        width: 2.7777777778rem !important;
        margin-right: 2rem
    }
}

.main-footer__license-img {
    position: relative;
    left: -10px
}

.main-footer__license-img>div {
    min-width: 3.3333333333rem !important
}

@media(min-width:769px)and (max-width:1024px) {
    .main-footer__license-img>div {
        min-width: 7rem !important
    }
}

@media(min-width:1025px) {
    .main-footer__license-img>div {
        min-width: 3.5rem !important
    }
}

.modal-licence {
    height: 3.3333333333rem;
    min-height: auto !important;
    max-height: none !important;
    cursor: pointer
}

@media(min-width:769px)and (max-width:1024px) {
    .modal-licence {
        height: 6.6666666667rem
    }
}

@media(min-width:1025px) {
    .modal-licence {
        height: 3.5rem
    }
}

.modal-licence-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 128px;
    min-width: 32px
}

.modal-licence__img {
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: 100%
}

.main-footer__license-text {
    font-size: .6666666667rem;
    line-height: 1.5;
    color: hsla(0, 0%, 100%, .5);
    letter-spacing: normal
}

@media(min-width:769px)and (max-width:1024px) {
    .main-footer__license-text {
        position: relative;
        padding-left: 4.7777777778rem;
        font-size: 1.3888888889rem
    }
    .main-footer__license-text:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        width: 1px;
        height: 8.3333333333rem;
        background-color: hsla(0, 0%, 100%, .49)
    }
}

@media(min-width:1025px) {
    .main-footer__license-text {
        position: relative;
        padding-left: 2.3888888889rem;
        font-size: .8888888889rem
    }
    .main-footer__license-text:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        width: 1px;
        height: 4.0555555556rem;
        background-color: hsla(0, 0%, 100%, .49)
    }
}

.main-footer__text {
    margin-bottom: 1.7333333333rem;
    font-size: .6666666667rem;
    line-height: 1.5;
    color: hsla(0, 0%, 100%, .5);
    letter-spacing: normal;
    text-align: center
}

@media(min-width:769px)and (max-width:1024px) {
    .main-footer__text {
        margin-bottom: 2.7777777778rem;
        font-size: 1.3888888889rem;
        line-height: 1.56
    }
}

@media(min-width:1025px) {
    .main-footer__text {
        margin-bottom: 1.7777777778rem;
        font-size: .8888888889rem;
        line-height: 1.56
    }
}

.main-footer__copyright {
    font-weight: 600;
    font-size: .9333333333rem;
    line-height: 1;
    color: hsla(0, 0%, 100%, .7);
    letter-spacing: -.008rem;
    text-align: center
}

@media(min-width:769px)and (max-width:1024px) {
    .main-footer__copyright {
        font-size: 1.3888888889rem;
        letter-spacing: -.0144444444rem
    }
}

@media(min-width:1025px) {
    .main-footer__copyright {
        font-size: .8888888889rem;
        letter-spacing: -.0072222222rem
    }
}

.winners-dropdown {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 21.5rem;
    height: 8rem;
    border-left: 1px solid #232e39;
    border-right: 1px solid #232e39;
    margin-left: auto
}

@media(min-width:1025px) {
    .winners-dropdown {
        width: 11.9444444444rem;
        height: 4.4444444444rem
    }
}

.winners-dropdown__selected {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 1rem 4rem 1rem 1.5rem;
    border-top: 1px solid transparent;
    background-color: #2e3a47;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.no-touch .winners-dropdown:hover .winners-dropdown__selected {
    background-color: #394655
}

@media(min-width:1025px) {
    .winners-dropdown__selected {
        padding: .5555555556rem 2.2222222222rem .5555555556rem .8333333333rem
    }
}

.winners-dropdown__selected-text {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #cad5e0;
    letter-spacing: -.05rem;
    overflow-x: hidden;
    overflow-y: visible;
    text-overflow: ellipsis
}

@media(min-width:1025px) {
    .winners-dropdown__selected-text {
        font-size: .8888888889rem;
        letter-spacing: -.0277777778rem
    }
}

.winners-dropdown__selected-ic {
    position: absolute;
    right: 1.7rem;
    top: 50%;
    margin-top: -.4rem;
    width: 1.4rem;
    height: auto;
    color: #cad5e0;
    letter-spacing: normal
}

@media(min-width:1025px) {
    .winners-dropdown__selected-ic {
        right: .9444444444rem;
        margin-top: -.2222222222rem;
        width: .7777777778rem
    }
}

.real-time-winners {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    height: 8rem;
    background-color: #2e3a47
}

@media(min-width:1025px) {
    .real-time-winners {
        height: 4.4444444444rem
    }
}

.real-time-winners__inner {
    display: flex;
    align-items: center;
    max-width: 100%;
    height: 100%;
    width: 100%
}

.real-time-winners__close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.6rem;
    height: 100%;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    cursor: pointer
}

@media(min-width:1025px) {
    .real-time-winners__close {
        width: 2.5555555556rem
    }
}

.real-time-winners__close-icon {
    width: 1.6rem;
    height: auto;
    color: hsla(0, 0%, 100%, .7);
    letter-spacing: normal;
    transition: all .2s ease-in-out
}

.no-touch .real-time-winners__close:hover .real-time-winners__close-icon {
    color: #fff
}

@media(min-width:1025px) {
    .real-time-winners__close-icon {
        width: .8888888889rem
    }
}

.real-time-winners__list {
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    flex: 1 1 auto;
    margin-left: 1rem
}

.real-time-winners__item {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    width: 10.5555555556rem;
    min-height: 2.6666666667rem;
    margin-right: .5555555556rem;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    transition: all .2s ease-in-out
}

.real-time-winners__item:first-child {
    -webkit-animation: nowWinsAnim10 .3s linear 1;
    animation: nowWinsAnim10 .3s linear 1
}

.real-time-winners__item:nth-child(2) {
    -webkit-animation: nowWinsAnim9 .3s linear 1;
    animation: nowWinsAnim9 .3s linear 1
}

.real-time-winners__item:nth-child(3) {
    -webkit-animation: nowWinsAnim8 .3s linear 1;
    animation: nowWinsAnim8 .3s linear 1
}

.real-time-winners__item:nth-child(4) {
    -webkit-animation: nowWinsAnim7 .3s linear 1;
    animation: nowWinsAnim7 .3s linear 1
}

.real-time-winners__item:nth-child(5) {
    -webkit-animation: nowWinsAnim6 .3s linear 1;
    animation: nowWinsAnim6 .3s linear 1
}

.real-time-winners__item:nth-child(6) {
    -webkit-animation: nowWinsAnim5 .3s linear 1;
    animation: nowWinsAnim5 .3s linear 1
}

.real-time-winners__item:nth-child(7) {
    -webkit-animation: nowWinsAnim4 .3s linear 1;
    animation: nowWinsAnim4 .3s linear 1
}

.real-time-winners__item:nth-child(8) {
    -webkit-animation: nowWinsAnim3 .3s linear 1;
    animation: nowWinsAnim3 .3s linear 1
}

.real-time-winners__item:nth-child(9) {
    -webkit-animation: nowWinsAnim2 .3s linear 1;
    animation: nowWinsAnim2 .3s linear 1
}

.real-time-winners__list:not(.real-time-winners__list--slider) .real-time-winners__item:last-child {
    display: none
}

@media(min-width:1025px)and (max-width:1400px) {
    .no-touch .real-time-winners__item:hover {
        -webkit-transform: translate3d(0, -.4444444444rem, 0);
        transform: translate3d(0, -.4444444444rem, 0)
    }
}

@media(min-width:1401px) {
    .no-touch .real-time-winners__item:hover {
        -webkit-transform: translate3d(0, -.5555555556rem, 0);
        transform: translate3d(0, -.5555555556rem, 0)
    }
}

.real-time-winners__game-link {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 8rem;
    font-style: italic;
    font-size: 1.2rem;
    line-height: 1.25;
    color: #acacac !important;
    letter-spacing: -.058rem;
    cursor: pointer
}

@media(min-width:1025px) {
    .real-time-winners__game-link {
        padding-left: 4.4444444444rem;
        font-size: .8333333333rem;
        letter-spacing: -.0322222222rem
    }
}

@media(min-width:1401px) {
    .real-time-winners__game-link {
        padding-left: 4.4444444444rem;
        font-size: .6666666667rem;
        letter-spacing: -.0322222222rem
    }
}

.real-time-winners__game-logo-bg {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 7.2rem;
    height: 4.8rem;
    background-color: rgba(35, 46, 57, .7);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    transition: all .2s cubic-bezier(.4, 0, .2, 1)
}

@media(min-width:1025px) {
    .real-time-winners__game-logo-bg {
        width: 4rem;
        height: 2.6666666667rem
    }
}

.real-time-winners__nickname {
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
    padding-right: .2rem;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle
}

.real-time-winners__win {
    display: block;
    width: 100%
}

.real-time-winners__winner-wrapper {
    display: flex;
    flex-direction: column
}

.real-time-winners__win-amount {
    font-weight: 600;
    color: #f8f55c;
    padding-right: .5rem
}

.real-time-winners__game-title {
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
    padding-right: .2rem;
    font-weight: 600;
    vertical-align: middle;
    text-overflow: ellipsis;
    max-height: 5.5rem;
    padding-bottom: 2px;
    white-space: nowrap
}

@media(min-width:1025px) {
    .real-time-winners__game-title {
        padding-right: .1111111111rem;
        max-height: 3.0555555556rem;
        max-width: 5.5555555556rem
    }
}

@media(min-width:1401px) {
    .real-time-winners__game-title {
        max-height: 3.3333333333rem;
        max-width: 5.5555555556rem
    }
}

@-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
    }
}

.user-top {
    display: flex;
    align-items: center;
    height: 100%
}

.user-top__lang {
    position: relative;
    margin-right: 30px
}

.user-top__lang-flag {
    width: 32px;
    border-radius: 5px;
    cursor: pointer
}

@media(min-width:1025px) {
    .user-top__lang-flag {
        width: 1.8333333333rem;
        border-radius: .2777777778rem
    }
}

.user-top__signin-ic-wr {
    display: flex;
    align-items: center;
    margin-right: .8666666667rem;
    opacity: .9
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top__signin-ic-wr {
        margin-right: 1.8rem
    }
}

@media(min-width:1025px) {
    .user-top__signin-ic-wr {
        margin-right: 1.2777777778rem
    }
}

.user-top__signin-ic {
    width: auto;
    height: 1.1333333333rem;
    color: #fff
}

@media(min-width:769px) {
    .user-top__signin-ic {
        height: 2.2666666667rem
    }
}

@media(min-width:1025px) {
    .user-top__signin-ic {
        height: 1.6666666667rem
    }
}

.user-top__btn-wr {
    position: relative;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

@media(min-width:1025px) {
    .user-top__btn-wr {
        height: 100%
    }
}

.user-top__btn-wr-registration {
    margin-right: -1.2rem
}

@media(max-width:768px) {
    .user-top__btn-wr-registration {
        margin-right: 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top__btn-wr-registration {
        margin-right: -1.9444444444rem
    }
}

@media(min-width:1025px) {
    .user-top__btn-wr-registration {
        margin-right: 0
    }
}

.user-top__btn {
    height: 2.5333333333rem;
    padding: 0 .8rem;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.user-top__btn-wr-registration .user-top__btn {
    padding-right: 1.3333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top__btn {
        height: 4.2222222222rem;
        padding: 0 1.3333333333rem
    }
    .user-top__btn-wr-registration .user-top__btn {
        padding-right: 2.2222222222rem;
        margin-right: -.3rem
    }
}

@media(min-width:1025px) {
    .user-top__btn {
        height: 100%
    }
    .user-top__btn-wr-registration .user-top__btn {
        padding-left: 1.6666666667rem;
        padding-right: 2.2222222222rem;
        margin-right: -.7222222222rem
    }
}

.burger {
    position: absolute;
    left: .6666666667rem;
    top: 1.5333333333rem;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 1.3333333333rem;
    height: .9333333333rem;
    cursor: pointer
}

@media(min-width:769px)and (max-width:1024px) {
    .burger {
        left: 1.1rem;
        top: 2.2rem;
        width: 2.9rem;
        height: 2rem
    }
}

@media(min-width:1025px) {
    .burger {
        left: 1.6666666667rem;
        top: 1.2222222222rem;
        width: 1.4444444444rem;
        height: 1rem
    }
}

.burger-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 3rem;
    height: 4rem;
    cursor: pointer
}

@media(min-width:769px)and (max-width:1024px) {
    .burger-wrapper {
        width: 6rem;
        height: 6.5rem
    }
}

@media(min-width:1025px) {
    .burger-wrapper {
        width: 3.8888888889rem;
        height: 3.6111111111rem
    }
}

.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: var(--top-bar-layer);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 4rem;
    padding-left: 10px;
    background-color: rgba(35, 46, 57, .68)
}

@media(min-width:769px)and (max-width:1024px) {
    .top-bar {
        height: 6.4rem;
        padding-left: 20px
    }
}

@media(min-width:1025px) {
    .top-bar {
        height: 3.5555555556rem;
        padding-left: 20px;
        background-color: #314253
    }
}

.top-bar__left {
    display: flex;
    align-items: center
}

@media(max-width:768px) {
    .top-bar__left {
        height: 100%
    }
}

.top-bar__logo {
    flex-shrink: 0;
    display: inline-block;
    margin-left: 2.2666666667rem;
    cursor: pointer
}

@media(min-width:769px)and (max-width:1024px) {
    .top-bar__logo {
        margin-right: 3rem;
        margin-left: 5rem
    }
}

@media(min-width:1025px) {
    .top-bar__logo {
        margin-right: 3.3333333333rem;
        margin-left: 2.7777777778rem
    }
}

.top-bar__logo-img {
    width: auto;
    height: 1.3333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .top-bar__logo-img {
        height: 2.6rem
    }
}

@media(min-width:1025px) {
    .top-bar__logo-img {
        height: 1.4444444444rem
    }
}

.top-bar__links {
    display: flex;
    align-items: center
}

.top-bar__links-item {
    margin-right: 1.6666666667rem;
    cursor: pointer
}

.top-bar__links-item:last-child {
    margin-right: 0
}

.top-bar__links-item-link {
    display: flex;
    align-items: center;
    color: #fff
}

.no-touch .top-bar__links-item:hover .top-bar__links-item-link {
    color: hsla(0, 0%, 100%, .7)
}

.nav-links__links-item-ic {
    width: auto;
    height: 1.1111111111rem;
    margin-right: .5555555556rem;
    transition: all .2s cubic-bezier(.4, 0, .2, 1)
}

@media(min-width:769px)and (max-width:1024px) {
    .nav-links__links-item-ic {
        height: 2rem;
        margin-right: 1rem
    }
}

.nav-links__links-item-text {
    font-size: .8888888889rem;
    line-height: 1;
    letter-spacing: normal;
    transition: all .2s cubic-bezier(.4, 0, .2, 1)
}

@media(min-width:769px)and (max-width:1024px) {
    .nav-links__links-item-text {
        font-size: 1.6rem
    }
}

.top-bar__right {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 10px
}

@media(min-width:769px)and (max-width:1024px) {
    .top-bar__right {
        margin-right: 1.2222222222rem
    }
}

@media(min-width:1025px) {
    .top-bar__right {
        margin-right: 0
    }
}

.footer-payment-providers {
    background-color: #2e3b48
}

.footer-payment-providers__list {
    justify-content: center;
    align-items: center;
    padding: 1.8666666667rem 0 .2666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .footer-payment-providers__list {
        padding: 4.2rem 0 2.1rem
    }
}

@media(min-width:1025px) {
    .footer-payment-providers__list {
        padding: 2.3333333333rem 0 2.5555555556rem
    }
}

.footer-payment-providers__item {
    margin: 0 1rem 1.7333333333rem;
    cursor: pointer
}

.no-touch .footer-payment-providers__item:hover {
    filter: brightness(120%);
    -webkit-filter: brightness(120%)
}

@media(min-width:769px)and (max-width:1024px) {
    .footer-payment-providers__item {
        margin: 0 2.5rem 2.5rem
    }
}

@media(min-width:1025px) {
    .footer-payment-providers__item {
        margin: 0 1.3888888889rem
    }
}

.footer-payment-providers__item-img {
    width: auto
}

.footer-payment-providers__item-img--visa {
    height: 2.2rem
}

@media(min-width:769px)and (max-width:1024px) {
    .footer-payment-providers__item-img--visa {
        height: 3.3rem
    }
}

@media(min-width:1025px) {
    .footer-payment-providers__item-img--visa {
        height: 1.8333333333rem
    }
}

.footer-payment-providers__item-img--mastercard {
    height: 1.4rem
}

@media(min-width:769px)and (max-width:1024px) {
    .footer-payment-providers__item-img--mastercard {
        height: 2.6rem
    }
}

@media(min-width:1025px) {
    .footer-payment-providers__item-img--mastercard {
        height: 1.4444444444rem
    }
}

.footer-payment-providers__item-img--interac-r {
    height: 2.8rem
}

@media(min-width:769px)and (max-width:1024px) {
    .footer-payment-providers__item-img--interac-r {
        height: 4.2rem
    }
}

@media(min-width:1025px) {
    .footer-payment-providers__item-img--interac-r {
        height: 2.3333333333rem
    }
}

.footer-payment-providers__item-img--piastrix {
    height: 2rem
}

@media(min-width:769px)and (max-width:1024px) {
    .footer-payment-providers__item-img--piastrix {
        height: 4rem
    }
}

@media(min-width:1025px) {
    .footer-payment-providers__item-img--piastrix {
        height: 2.2222222222rem
    }
}

.footer-payment-providers__item-img--webmoney {
    height: 1.3333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .footer-payment-providers__item-img--webmoney {
        height: 2.3rem
    }
}

@media(min-width:1025px) {
    .footer-payment-providers__item-img--webmoney {
        height: 1.2777777778rem
    }
}

.footer-payment-providers__item-img--litecoin {
    height: 1.6rem
}

@media(min-width:769px)and (max-width:1024px) {
    .footer-payment-providers__item-img--litecoin {
        height: 2.8rem
    }
}

@media(min-width:1025px) {
    .footer-payment-providers__item-img--litecoin {
        height: 1.5555555556rem
    }
}

.footer-payment-providers__item-img--bitcoin {
    height: 1.1333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .footer-payment-providers__item-img--bitcoin {
        height: 2.1rem
    }
}

@media(min-width:1025px) {
    .footer-payment-providers__item-img--bitcoin {
        height: 1.1666666667rem
    }
}

.footer-payment-providers__item-img--etherium {
    height: 1.6rem
}

@media(min-width:769px)and (max-width:1024px) {
    .footer-payment-providers__item-img--etherium {
        height: 2.8rem
    }
}

@media(min-width:1025px) {
    .footer-payment-providers__item-img--etherium {
        height: 1.5555555556rem
    }
}

.footer-payment-providers__item-img--skrill {
    height: 1.2666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .footer-payment-providers__item-img--skrill {
        height: 2.3rem
    }
}

@media(min-width:1025px) {
    .footer-payment-providers__item-img--skrill {
        height: 1.2777777778rem
    }
}

html {
    font-family: sans-serif
}

body,
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    font-size: 100%;
    margin: 0
}

body,
body * {
    box-sizing: border-box
}

body * {
    -webkit-tap-highlight-color: transparent
}

:after,
:before {
    box-sizing: border-box
}

a {
    background-color: transparent
}

.no-touch a:hover,
a:active {
    outline: 0
}

h1,
h2 {
    margin: 0;
    padding: 0;
    text-transform: none
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

svg {
    display: inline-block;
    vertical-align: baseline;
    transition: fill .3s;
    pointer-events: none
}

button,
input {
    color: inherit;
    font: inherit;
    margin: 0
}

button:focus,
input:focus {
    outline: none
}

button {
    border: none;
    box-shadow: none;
    background-color: transparent;
    overflow: visible
}

button:focus {
    outline: none
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button;
    cursor: pointer
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal;
    border-radius: 0
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

ul {
    list-style: none
}

ul {
    padding: 0;
    margin: 0
}

:focus {
    outline: none
}

:root {
    --real-time-winners-layer: 2;
    --real-time-winners-layer--game: 95;
    --bottom-confirm-notify-layer: 99;
    --search-layer: 100;
    --search-layer--game-page: 150;
    --top-bar-layer: 100;
    --top-bar-layer--search-opened: 151;
    --top-bar-layer--providers-popup-show: 151;
    --bottom-menu-layer: 140;
    --custom-modal-layer: 140;
    --custom-modal-layer-deposit: 141;
    --custom-modal-layer-over-bottom-menu: 141;
    --custom-modal-layer-adult: 142;
    --custom-modal--play: 80;
    --custom-modal-layer--mystery-wheel: 110;
    --custom-modal-layer--wheel-of-fortune: 110;
    --custom-modal-layer--wheel-x-mas-flight: 110;
    --balance-modal-layer: 110;
    --quick-bar-layer: 1200;
    --quick-bar-layer--game: 400;
    --live-chat-widget-layer: 10090;
    --notification-block-layer: 10200;
    --vue-notification-group: 10200
}

@media(max-width:768px)and (max-width:450px) {
    html {
        font-size: 4.21875vw
    }
}

@media(max-width:768px)and (min-width:451px) {
    html {
        font-size: 2.25vw
    }
}

@media(min-width:769px) {
    html {
        font-size: .9375vw
    }
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #232e39;
    font-size: 21px;
    line-height: 1.48;
    color: #fff
}

a {
    text-decoration: none;
    color: #1183ff;
    display: inline-block
}

ul a {
    border-bottom: 0;
    line-height: inherit
}

.main-footer__license-img a {
    display: block
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

img {
    display: block;
    width: 100%
}

.main-footer__license-img img {
    width: unset;
    height: 3.3333333333rem;
    min-height: auto !important;
    max-height: none !important
}

@media(min-width:769px)and (max-width:1024px) {
    .main-footer__license-img img {
        height: 6.6666666667rem
    }
}

@media(min-width:1025px) {
    .main-footer__license-img img {
        height: 3.5rem
    }
}

@media(min-width:1025px) {
    .content-container {
        margin-top: 3.5555555556rem
    }
}

h1 {
    margin-bottom: 1.3333333333rem;
    font-weight: 700;
    font-size: 1.2666666667rem;
    line-height: 1.37;
    color: #fff;
    letter-spacing: normal;
    text-transform: uppercase
}

@media(min-width:769px)and (max-width:1024px) {
    h1 {
        margin-bottom: 8rem;
        font-size: 3.8rem
    }
}

@media(min-width:1025px) {
    h1 {
        margin-bottom: 4.4444444444rem;
        font-size: 2.1111111111rem
    }
}

.container {
    width: 100%;
    padding: 0 15px;
    max-width: none
}

@media(min-width:1025px) {
    .container {
        width: 93.8888888889rem;
        padding: 0
    }
}

.row {
    flex: 1 1 auto
}

#app {
    height: unset !important
}

.entry-content img {
    width: auto;
    margin: auto;
    max-width: 100%
}

[role=button] {
    cursor: pointer
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:1025px) {
    .container {
        padding-right: 0;
        padding-left: 0
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.container:after,
.row:after {
    clear: both
}

.vb-dragger {
    display: block;
    width: .4rem;
    right: .1333333333rem;
    background-color: hsla(0, 0%, 100%, .2)
}

.vb-visible .vb-dragger {
    min-height: 1px
}

.providers-filter .vb-dragger {
    border-radius: .5555555556rem;
    background-color: hsla(0, 0%, 100%, .4)
}

@media(min-width:769px)and (max-width:1024px) {
    .vb-dragger {
        width: .6666666667rem;
        right: .4rem
    }
}

@media(min-width:1025px) {
    .vb-dragger {
        width: .3333333333rem;
        right: .1111111111rem
    }
}

@media(max-width:768px) {
    .vb-content {
        padding-right: 0 !important
    }
}

@media(min-width:769px) {
    .vb-content {
        -webkit-overflow-scrolling: touch
    }
}

.container-sidebar {
    position: relative;
    z-index: 1
}

@media(max-width:768px) {
    .main .container-sidebar {
        padding-bottom: 1.6666666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .main .container-sidebar {
        padding-bottom: 2.5rem
    }
}

@media(min-width:1025px) {
    .container-sidebar {
        display: flex;
        width: 93.8888888889rem;
        padding: 0;
        margin: 0 auto
    }
}

.container-sidebar__center {
    flex: 1 1 auto
}

@media(min-width:1025px) {
    .container-sidebar__center {
        margin-right: 1.6666666667rem
    }
}

.main .container-sidebar__center-inner {
    overflow: hidden
}

@media(min-width:1025px) {
    .main .container-sidebar__center-inner {
        overflow: inherit
    }
}

.container-sidebar__sidebar {
    position: relative;
    flex-shrink: 0
}

@media(min-width:1025px) {
    .container-sidebar__sidebar {
        width: 21.8888888889rem;
        margin-bottom: 2.4444444444rem
    }
    .main .container-sidebar__sidebar {
        margin-top: 4.6666666667rem
    }
}

@media(max-width:768px) {
    .container-sidebar__sidebar-inner {
        position: static !important
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .container-sidebar__sidebar-inner {
        position: static !important
    }
}

@media(min-width:1025px) {
    .container-sidebar__sidebar-inner {
        width: 21.8888888889rem
    }
}

.currency-content {
    display: none
}

.currency-content.default {
    display: inline
}

.currency-eur .currency-content.default:not(.eur) {
    display: none !important
}

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

html.load,
html.load body {
    overflow: hidden
}

html.load {
    height: calc(100vh - 1px)
}

#app {
    height: 100vh
}

body {
    padding: 0;
    overflow-x: hidden;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.seo-block {
    flex-shrink: 0;
    z-index: 1;
    background-color: #2e3b48
}

.seo-block h1,
.seo-block .h1,
.seo-block h2,
.seo-block .h2,
.seo-block h3,
.seo-block .h3,
.seo-block h4,
.seo-block .h4 {
    color: #b7c3ce;
    text-transform: unset;
    margin-bottom: .6666666667rem;
    font-size: 1.2rem;
    font-weight: 600
}

@media (min-width:769px) and (max-width:1024px) {
    .seo-block h1,
    .seo-block .h1,
    .seo-block h2,
    .seo-block .h2,
    .seo-block h3,
    .seo-block .h3,
    .seo-block h4,
    .seo-block .h4 {
        margin-bottom: 1rem;
        font-size: 1.8rem
    }
}

@media (min-width:1025px) {
    .seo-block h1,
    .seo-block .h1,
    .seo-block h2,
    .seo-block .h2,
    .seo-block h3,
    .seo-block .h3,
    .seo-block h4,
    .seo-block .h4 {
        margin-bottom: .5555555556rem;
        font-size: 1rem
    }
}

.seo-block-wrapper {
    border-top: 3px solid #b7c3ce
}

.seo-block-content {
    padding: 1rem 1rem 1.7333333333rem
}

@media (min-width:769px) and (max-width:1024px) {
    .seo-block-content {
        padding: 2rem 2rem 10rem
    }
}

@media (min-width:1025px) {
    .seo-block-content {
        padding: 1.1111111111rem 1.1111111111rem 5.5555555556rem
    }
}

.seo-block-content__p {
    color: #b7c3ce;
    margin-bottom: 2.1333333333rem;
    font-size: .8rem;
    line-height: 1.4
}

@media (min-width:451px) {
    .seo-block-content__p {
        margin-bottom: 2.1333333333rem;
        font-size: .9333333333rem;
        line-height: 1.0666666667rem
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .seo-block-content__p {
        margin-bottom: 3.2rem;
        font-size: 1.4rem;
        line-height: 1.6rem
    }
}

@media (min-width:1025px) {
    .seo-block-content__p {
        margin-bottom: 1.7777777778rem;
        font-size: .7777777778rem;
        line-height: .8888888889rem
    }
}

.seo-block__text-before-list {
    margin-bottom: 1rem;
    font-size: .8rem;
    line-height: 1.4;
    color: #b7c3ce
}

@media (min-width:451px) {
    .seo-block__text-before-list {
        margin-bottom: .2666666667rem;
        font-size: .9333333333rem;
        line-height: 1.0666666667rem;
        color: #b7c3ce
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .seo-block__text-before-list {
        margin-bottom: .4rem;
        font-size: 1.4rem;
        line-height: 1.6rem;
        color: #b7c3ce
    }
}

@media (min-width:1025px) {
    .seo-block__text-before-list {
        margin-bottom: .2222222222rem;
        font-size: .7777777778rem;
        line-height: .8888888889rem;
        color: #b7c3ce
    }
}

.seo-block__ul-title {
    color: #b7c3ce;
    font-size: 1.0666666667rem;
    margin-bottom: .2666666667rem;
    font-weight: 600
}

@media (min-width:451px) {
    .seo-block__ul-title {
        font-size: 1.0666666667rem;
        margin-bottom: .2666666667rem
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .seo-block__ul-title {
        font-size: 1.6rem;
        margin-bottom: .4rem
    }
}

@media (min-width:1025px) {
    .seo-block__ul-title {
        font-size: .8888888889rem;
        margin-bottom: .2222222222rem
    }
}

.seo-block__ul {
    margin-bottom: 2.2666666667rem
}

@media (min-width:769px) and (max-width:1024px) {
    .seo-block__ul {
        margin-bottom: 3.4rem
    }
}

@media (min-width:1025px) {
    .seo-block__ul {
        margin-bottom: 1.8888888889rem
    }
}

.seo-block__ul-li {
    position: relative;
    font-size: .8rem;
    line-height: 1.4;
    color: #b7c3ce;
    padding-left: 1.2rem;
    margin-bottom: 0
}

.seo-block__ul-li:before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: transparent;
    text-align: center;
    top: .1333333333rem;
    left: 0;
    width: .8rem;
    height: .8rem;
    border: 1px solid #b7c3ce;
    font-size: .4rem;
    line-height: .8rem;
    color: #b7c3ce
}

@media (min-width:451px) {
    .seo-block__ul-li {
        font-size: .9333333333rem;
        line-height: 1.0666666667rem;
        padding-left: 1.2rem
    }
    .seo-block__ul-li:before {
        top: .1333333333rem;
        width: .8rem;
        height: .8rem;
        font-size: .4rem;
        line-height: .8rem
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .seo-block__ul-li {
        font-size: 1.4rem;
        line-height: 1.6rem;
        padding-left: 1.8rem
    }
    .seo-block__ul-li:before {
        top: .2rem;
        width: 1.2rem;
        height: 1.2rem;
        font-size: .6rem;
        line-height: 1.2rem
    }
}

@media (min-width:1025px) {
    .seo-block__ul-li {
        font-size: .7777777778rem;
        line-height: .8888888889rem;
        padding-left: 1rem
    }
    .seo-block__ul-li:before {
        top: .1111111111rem;
        width: .6666666667rem;
        height: .6666666667rem;
        font-size: .3333333333rem;
        line-height: .6666666667rem
    }
}

.icon-star {
    height: 20px;
    margin-bottom: 0;
    position: relative;
    margin-right: 4px;
    top: 3px;
    margin-top: 0;
    width: 20px;
    display: inline !important
}

.q-question-block {
    border: 2px solid #000;
    border-radius: 1rem;
    margin-bottom: 1rem
}

.q-question {
    padding: 10px 5px;
    font-weight: 700
}

.q-answer {
    padding: 10px 5px
}

@media (max-width:1024px) {
    .top-bar__links,
    .user-top__lang-flag,
    .real-time-winners {
        display: none
    }
}

.main-slider__item {
    left: 17%
}

@media(max-width:768px) {
    .main-slider__item {
        left: 0
    }
    .main-slider__item-bg-wr {
        transform: none
    }
}

@media (min-width:769px) {
    .bottom-menu {
        display: none
    }
}

.main ul {
    list-style: inherit
}

.main-content__wrapper {
    margin-top: 150px
}

ul#menu-top-menu {
    justify-content: space-between;
    gap: 20px
}

.section-index-page,
.section-single-page {
    margin-top: 100px
}

#menu-top-menu a {
    color: #fff;
    font-size: 15px
}

.section-games__list-item-img {
    object-fit: cover
}

table {
    width: 100%
}

td {
    border: 1px solid #c0c0c063;
    font-size: 13px;
    padding: 4px
}

li,
p {
    font-size: 17px
}