@keyframes lead-carousel-anim {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes promo-effect__halftone {
    to {
        background-size: 2.375em 2.375em, .1em .1em
    }
}

.svg-sprite-icon {
    fill: currentColor;
    display: inline-block;
    height: 1em;
    width: 1em
}

.icon-header__games {
    font-size: 21.2rem;
    width: 1em
}

.icon-header__promo {
    font-size: 12.7rem;
    width: 1.3622047244em
}

.icon-header__tournament {
    font-size: 46.3rem;
    width: .8963282937em
}

.logo-small {
    font-size: 28.9rem;
    width: 1.6124567474em
}

.monkey {
    font-size: 37rem;
    width: 1em
}

.icon-footer__astropay {
    background: url("/assets/img/svgSprite-backgroundImages.svg") no-repeat;
    background-position: -625px -297px;
    height: 23px;
    width: 86px
}

.icon-footer__interac {
    background: url("/assets/img/svgSprite-backgroundImages.svg") no-repeat;
    background-position: -749px -459px;
    height: 56px;
    width: 56px
}

.icon-footer__maestro {
    background: url("/assets/img/svgSprite-backgroundImages.svg") no-repeat;
    background-position: -749px -515px;
    height: 35px;
    width: 45px
}

.icon-footer__mastercard {
    background: url("/assets/img/svgSprite-backgroundImages.svg") no-repeat;
    background-position: -279px -571px;
    height: 35px;
    width: 45px
}

.icon-footer__neteller {
    background: url("/assets/img/svgSprite-backgroundImages.svg") no-repeat;
    background-position: -459px -232px;
    height: 30px;
    width: 184px
}

.icon-footer__skrill {
    background: url("/assets/img/svgSprite-backgroundImages.svg") no-repeat;
    background-position: -704px -202px;
    height: 30px;
    width: 87px
}

.icon-footer__visa {
    background: url("/assets/img/svgSprite-backgroundImages.svg") no-repeat;
    background-position: -687px -320px;
    height: 35px;
    width: 57px
}

.icon-footer__webmoney {
    background: url("/assets/img/svgSprite-backgroundImages.svg") no-repeat;
    background-position: -422px -334px;
    height: 35px;
    width: 36px
}

.icon-gamesFilter__all {
    background: url("/assets/img/svgSprite-backgroundImages.svg") no-repeat;
    background-position: -313px -606px;
    height: 30px;
    width: 30px
}

.icon-gamesFilter__jackpot {
    background: url("/assets/img/svgSprite-backgroundImages.svg") no-repeat;
    background-position: -459px -360px;
    height: 17px;
    width: 30px
}

.icon-gamesFilter__liveGames {
    background: url("/assets/img/svgSprite-backgroundImages.svg") no-repeat;
    background-position: -387px -379px;
    height: 189px;
    width: 160px
}

.icon-gamesFilter__lotteries {
    background: url("/assets/img/svgSprite-backgroundImages.svg") no-repeat;
    background-position: -343px -606px;
    height: 30px;
    width: 26px
}

.icon-gamesFilter__poker {
    background: url("/assets/img/svgSprite-backgroundImages.svg") no-repeat;
    background-position: -787px -232px;
    height: 30px;
    width: 20px
}

.icon-gamesFilter__slots {
    background: url("/assets/img/svgSprite-backgroundImages.svg") no-repeat;
    background-position: -426px -251px;
    height: 22px;
    width: 30px
}

.icon-gamesFilter__tableGames {
    background: url("/assets/img/svgSprite-backgroundImages.svg") no-repeat;
    background-position: -489px -360px;
    height: 15px;
    width: 30px
}

html {
    margin-right: 0 !important
}

@supports(padding:0px) {

    html body,
    html footer,
    html header {
        padding-left: min(0vmin, env(safe-area-inset-left));
        padding-right: min(0vmin, env(safe-area-inset-right))
    }
}

@media screen and (min-width:768px) {
    html ::-webkit-scrollbar-track {
        background-color: transparent;
        border-radius: 10px
    }

    html ::-webkit-scrollbar {
        background-color: transparent;
        width: 8px
    }

    html ::-webkit-scrollbar-thumb {
        background-color: #155c68;
        border-radius: 10px
    }
}

body {
    background-color: #222;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-family: Open Sans, sans-serif;
    height: 100vh;
    overflow-x: hidden;
    padding-bottom: 35px;
    position: relative
}

@media(min-width:769px) {
    body {
        padding-bottom: 0
    }
}

.container,
.wrapper {
    height: 100%;
    margin: 0 auto;
    max-width: 1400px;
    overflow: hidden;
    padding: 0 15px;
    position: relative
}

.container:after,
.wrapper:after {
    clear: both;
    content: "";
    display: table
}

a {
    -webkit-font-smoothing: subpixel-antialiased;
    transform: translateZ(0)
}

a,
img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.block-footer {
    flex-shrink: 0
}

:root {
    --top-menu-margin: 0
}

@media(min-width:769px)and (max-width:991px) {
    :root {
        --top-menu-margin: 15px
    }
}

@media(min-width:992px)and (max-width:1199px) {
    :root {
        --top-menu-margin: 80px
    }
}

@media(min-width:1200px) {
    :root {
        --top-menu-margin: 110px
    }
}

.blur-up {
    filter: blur(5px);
    transition: filter .4s
}

.blur-up.lazyloaded {
    filter: blur(0)
}

nav ol,
nav ul,
ol,
ul {
    list-style: none
}

*,
:after,
:before,
:focus {
    outline: 0 !important
}

body,
html {
    margin: 0;
    padding: 0
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 100%
}

body {
    margin: 0
}

a {
    text-decoration: none
}

a:active,
a:focus,
a:hover,
button:focus {
    outline: 0
}

h1,
h2,
h3 {
    cursor: default;
    font-weight: 400;
    margin: 0
}

b {
    font-weight: 700
}

p {
    margin: 1em 0
}

ol,
ul {
    margin: 0;
    padding: 0
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

button {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

button {
    line-height: normal
}

button {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer
}

button {
    background-color: transparent;
    border: none
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

*,
:after,
:before {
    -webkit-tap-highlight-color: transparent;
    box-sizing: inherit
}

aside,
footer,
header,
nav {
    display: block
}

html {
    font-feature-settings: "liga", "kern";
    -webkit-font-smoothing: antialiased;
    font-kerning: normal;
    text-rendering: optimizelegibility
}

body {
    font-size: 15px;
    line-height: 1.5
}

h1,
h2,
h3 {
    font-weight: 700;
    line-height: 1.2
}

h1 {
    font-size: 38px;
    font-weight: 800;
    letter-spacing: 3px;
    line-height: 1.25;
    margin-bottom: 19px;
    text-shadow: 2px 4px 0 #e9417d
}

h1,
h2 {
    color: #fff;
    font-style: italic
}

h2 {
    font-size: 28px;
    font-stretch: normal;
    font-weight: 700;
    letter-spacing: 2.2px;
    line-height: 1.7;
    margin-bottom: 12px;
    text-shadow: 2px 2px 0 #e9417d
}

h3 {
    font-size: 22px;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 2.15;
    margin-bottom: 16px
}

h3 {
    color: #fff;
    font-weight: 800
}

b,
i {
    color: #fff
}

p {
    margin-top: 0
}

::-moz-selection {
    background-color: #1e727c;
    color: #fff
}

::selection {
    background-color: #1e727c;
    color: #fff
}

.text-center {
    text-align: center !important;
    width: 100%
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("")
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1
}

.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    border-radius: 50%;
    display: inline-block;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px))
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity, 1)
}

.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 .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.btn {
    background-color: transparent;
    background-image: none;
    border: 1px solid #ff0;
    color: #ff0;
    display: inline-block;
    font-weight: 700;
    max-width: 100%;
    padding: 10px 20px;
    position: relative;
    text-transform: uppercase;
    transition: color .2s, background-color .2s, border-color .2s
}

.btn:hover {
    background-color: #ff0;
    border-color: transparent;
    color: #000;
    cursor: pointer
}

.btn:active {
    background-color: #cc0
}

.btn:disabled {
    background-color: #262626;
    border-color: #4f5150;
    color: #4f5150;
    pointer-events: none
}

.lang-select {
    height: 100%;
    overflow: hidden;
    padding: 0 8px;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

.lang-select__arrow {
    height: 26px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 20px
}

.lang-select__arrow b {
    border-color: #ffe029 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin: -2px 0 0 -4px;
    position: absolute;
    top: 50%;
    width: 0
}

.lang-item {
    align-items: center;
    color: #fff;
    display: flex;
    position: relative
}

.lang-item:hover {
    color: #fdc061;
    transition: color .3s ease-in-out
}

.lang-list {
    background-color: #2b2a2a;
    border: 1px solid #ff0;
    border-top: 0 solid #ff0;
    display: none;
    left: -1px;
    padding: 0 8px;
    position: absolute;
    text-align: left;
    top: 50px;
    width: calc(100% + 2px)
}

.lang-list__link {
    align-items: center;
    color: inherit;
    display: flex;
    text-decoration: none;
    width: 100%
}

@media screen and (min-width:769px) {
    .lang-list__link {
        padding: 12px 0
    }
}

@media screen and (max-width:769px) {
    .lang-list__link {
        padding: 5px 0
    }
}

.lang-box {
    background: transparent;
    border: 1px solid #ff0;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    height: 28px;
    letter-spacing: 2px;
    line-height: 28px;
    margin: 12px 0;
    position: relative;
    text-transform: uppercase;
    z-index: 20
}

.link,
a {
    color: #e9417d;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-decoration: none;
    transition: color .2s
}

.link:active,
.link:hover,
a.is-active,
a:active,
a:hover {
    color: #ff0
}

.toast-quest:hover:not(.toast:hover-warning):not(.toast-tournament:hover-warning):not(.toast-quest:hover-warning),
.toast-tournament:hover:not(.toast:hover-warning):not(.toast-tournament:hover-warning):not(.toast-quest:hover-warning),
.toast:hover:not(.toast:hover-warning):not(.toast-tournament:hover-warning):not(.toast-quest:hover-warning) {
    box-shadow: 0 0 30px #000
}

.fixed-nav__auth {
    position: fixed;
    z-index: 900
}

@media(min-width:769px) {
    .fixed-nav__auth {
        right: 15px;
        top: 10px
    }
}

@media(max-width:575px) {
    .fixed-nav__auth {
        right: 5px;
        top: 5px
    }
}

@media(min-width:576px)and (max-width:768px) {
    .fixed-nav__auth {
        right: 10px;
        top: 5px
    }
}

.aside-signin__link,
.aside-signup__link {
    display: inline-flex;
    font-weight: 800;
    position: relative;
    text-transform: uppercase;
    transform-origin: 0 0;
    transition: all .3s ease
}

@media(min-width:576px) {

    .aside-signin__link,
    .aside-signup__link {
        font-size: 15px;
        letter-spacing: 3px
    }
}

@media(max-width:575px) {

    .aside-signin__link,
    .aside-signup__link {
        font-size: 12px;
        letter-spacing: 2px
    }
}

.aside-signin__link:hover,
.aside-signup__link:hover {
    transform: scale(1.1)
}

.aside-signup__link {
    background-color: #ff0;
    -webkit-clip-path: polygon(0 25%, 100% 0, 100% 100%, 9% 96%);
    clip-path: polygon(0 25%, 100% 0, 100% 100%, 9% 96%);
    color: #e9417d;
    left: 15px;
    z-index: 52
}

@media(min-width:769px) {
    .aside-signup__link {
        padding: 20px 15px 18px 40px
    }
}

@media(max-width:768px) {
    .aside-signup__link {
        padding: 14px 5px 10px 25px
    }
}

.aside-signup__link:hover {
    color: #e9417d
}

.aside-signin__link {
    background-color: #e9417d;
    color: #ff0;
    z-index: 51
}

@media(min-width:769px) {
    .aside-signin__link {
        -webkit-clip-path: polygon(0 12%, 100% 0, 93% 69%, 0 100%);
        clip-path: polygon(0 12%, 100% 0, 93% 69%, 0 100%);
        padding: 20px 33px 30px 25px;
        top: 7px
    }
}

@media(max-width:768px) {
    .aside-signin__link {
        -webkit-clip-path: polygon(0 13%, 100% 0, 96% 75%, 0 95%);
        clip-path: polygon(0 13%, 100% 0, 96% 75%, 0 95%);
        padding: 9px 10px 17px 15px;
        top: 5px
    }
}

.aside-signin__link:hover {
    color: #ff0;
    z-index: 52
}

.footer {
    background-image: url("./assets/img/bg-footer.svg"), linear-gradient(180deg, #2a707d, #222);
    background-position: center 20px, 50%;
    background-repeat: no-repeat;
    background-size: contain, 100% 100%;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    padding: 50px 0 70px
}

@media(min-width:769px) {
    .footer {
        padding: 50px 0
    }

    .footer__main-section {
        display: flex
    }
}

.footer__links {
    padding-bottom: 30px;
    text-align: center
}

@media(min-width:769px) {
    .footer__links {
        flex: 0 0 auto;
        padding-right: 50px;
        text-align: left
    }

    .footer__partners {
        flex: 0 1 auto
    }
}

.footer__title {
    color: #a0a1a4;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: uppercase
}

.footer__list-item {
    display: block;
    padding: 0 0 5px
}

.footer__link {
    color: #fff;
    font-weight: 600;
    opacity: .9;
    text-decoration: underline
}

.footer__copyright {
    font-size: 12px;
    font-weight: 700;
    opacity: .9;
    padding-top: 25px;
    text-align: center;
    width: 100%
}

.footer .icon {
    display: block
}

.footer .icon-footer__astropay {
    margin-top: 20px
}

.footer .icon-18 {
    background-image: url("./assets/img/sprite.png.webp");
    background-position: 0 0;
    height: 53px;
    width: 53px
}

.select-language-wrapper {
    display: inline-block;
    margin: auto;
    max-width: 100%;
    padding-bottom: 20px;
    width: 165px
}

.payment-systems {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding-bottom: 30px
}

@media(max-width:1199px) {
    .payment-systems {
        margin-top: -15px
    }
}

.payment-systems__link {
    align-items: center;
    cursor: default;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    transition: transform .2s
}

@media(min-width:1200px) {
    .payment-systems__link {
        min-width: 14.2857142857%
    }
}

@media(max-width:1199px) {
    .payment-systems__link {
        margin-top: 15px
    }
}

@media(max-width:575px) {
    .payment-systems__link {
        min-width: 33.3333333333%
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .payment-systems__link {
        min-width: 20%
    }
}

@media(min-width:769px)and (max-width:991px) {
    .payment-systems__link {
        min-width: 25%
    }
}

@media(min-width:576px)and (max-width:768px) {
    .payment-systems__link {
        min-width: 20%
    }
}

.payment-systems__link:first-child {
    margin-left: 0
}

.payment-systems__link:last-child {
    margin-right: 0
}

.payment-systems__title {
    color: hsla(0, 0%, 100%, .6);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 0;
    margin-top: auto;
    padding-top: 10px;
    text-transform: uppercase;
    transition: color .2s;
    white-space: pre
}

.partners__line {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center
}

.partners__link {
    cursor: pointer;
    margin: 0 10px 20px;
    text-align: center
}

@media(min-width:1200px) {
    .partners__link {
        min-width: 16.6666666667%
    }
}

@media(max-width:575px) {
    .partners__link {
        min-width: 33.3333333333%
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .partners__link {
        min-width: 16.6666666667%
    }
}

@media(min-width:769px)and (max-width:991px) {
    .partners__link {
        min-width: 20%
    }
}

@media(min-width:576px)and (max-width:768px) {
    .partners__link {
        min-width: 20%
    }
}

.partners__link>div,
.partners__link>i {
    margin: auto
}

.partners__link:hover .icon {
    transform: scale(.9)
}

.partners__link i {
    display: block
}

.game-list__item {
    position: relative
}

.game__demo {
    border-bottom: 1px solid transparent;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    text-shadow: 1px 1px 0 #000;
    text-transform: uppercase;
    transition: all .3s ease;
    vertical-align: middle
}

.game__demo {
    border-color: #e9417d;
    color: #e9417d;
    transform: translateY(10px)
}

.game__play {
    background-color: #ff0;
    border-radius: 50%;
    display: block;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    transform: scale(.5);
    transition: all .3s ease;
    width: 40px
}

@media screen and (min-width:640px) {

    .game__play {
        height: 60px;
        width: 60px
    }
}

.game__play:after {
    border-color: transparent transparent transparent #e9417d;
    border-style: solid;
    border-width: 8px 0 8px 14px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 0
}

@media screen and (min-width:640px) {

    .game__play:after {
        border-width: 11.5px 0 11.5px 20px;
        margin-left: -6px;
        margin-top: -11.5px
    }
}

.game__labels {
    transition: opacity .3s ease
}

.game__label {
    background-color: #ff0;
    color: #e9417d;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.9;
    padding: 0 10px;
    position: absolute;
    text-transform: uppercase;
    z-index: 15
}

.game__label_top-left {
    left: -5px;
    top: -1px
}

.game__label_top-left:before {
    border-color: transparent #ff0 transparent transparent;
    border-style: solid;
    border-width: 0 5px 5px 0;
    bottom: -5px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0
}

.game-hover {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease-in-out;
    z-index: 15
}

.game-hover__btn-box {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 20
}

@media screen and (max-width:429px) {
    .game-hover__btn-box {
        top: 30%
    }
}

@media screen and (min-width:430px) {
    .game-hover__btn-box {
        top: 25%
    }
}

.game-hover__btn-demo,
.game-hover__btn-onmoney {
    white-space: nowrap
}

.game-hover__btn-onmoney {
    display: block;
    margin: 0 auto;
    padding: 0
}

@media screen and (max-width:1300px) {
    .game-hover__btn-onmoney {
        font-size: 12px
    }
}

@media screen and (max-width:1180px) {
    .game-hover__btn-onmoney {
        font-size: 10px
    }
}

@media screen and (max-width:1100px) {
    .game-hover__btn-onmoney {
        font-size: 8px
    }
}

@media screen and (max-width:992px) {
    .game-hover__btn-onmoney {
        font-size: 13px
    }
}

@media screen and (max-width:820px) {
    .game-hover__btn-onmoney {
        font-size: 11px
    }
}

@media screen and (max-width:768px) {
    .game-hover__btn-onmoney {
        font-size: 14px
    }
}

@media screen and (max-width:680px) {
    .game-hover__btn-onmoney {
        font-size: 12px
    }
}

@media screen and (max-width:620px) {
    .game-hover__btn-onmoney {
        font-size: 10px
    }
}

@media screen and (max-width:540px) {
    .game-hover__btn-onmoney {
        font-size: 14px
    }
}

@media screen and (max-width:450px) {
    .game-hover__btn-onmoney {
        font-size: 12px
    }
}

@media screen and (max-width:400px) {
    .game-hover__btn-onmoney {
        font-size: 10px
    }
}

@media screen and (max-width:340px) {
    .game-hover__btn-onmoney {
        font-size: 10px
    }
}

@media screen and (max-width:429px) {
    .game-hover__btn-onmoney {
        height: 40px;
        width: 40px
    }
}

@media screen and (min-width:430px) {
    .game-hover__btn-onmoney {
        height: 60px;
        width: 60px
    }
}

.game-hover__btn-demo {
    display: inline-block;
    margin: 6% 0 0
}

.game-hover:after,
.game-hover:before {
    content: "";
    height: 0;
    position: absolute;
    transition: all .3s ease;
    transition-delay: .2s;
    width: 0
}

.game-hover:after {
    border-right: 1px solid #ffe029;
    border-top: 1px solid #ffe029;
    right: 0;
    top: 0
}

.game-hover:before {
    border-bottom: 1px solid #ffe029;
    border-left: 1px solid #ffe029;
    bottom: 0;
    left: 0
}

.game-item {
    min-height: 120px;
    text-align: center
}

@media(max-width:992px)and (orientation:landscape) {
    .game-item {
        min-height: 110px
    }
}

.game-item__title {
    border-bottom: 1px solid transparent;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    margin-top: 5px;
    text-shadow: 1px 1px 0 #000;
    text-transform: uppercase;
    transform: translateY(-10px);
    transition: all .3s ease;
    vertical-align: middle
}

.game-item:not(.is-active) a {
    pointer-events: none
}

.game-item .v-lazy-image {
    filter: blur(10px);
    transition: filter .4s
}

.game-item .v-lazy-image-loaded {
    filter: blur(0)
}

.game-item .image-wrapper {
    overflow: hidden
}

.game-item .image-wrapper img {
    transition: transform .3s ease;
    will-change: auto
}

.games-list {
    margin: auto
}

.games-category {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    /*margin-bottom: 49px;*/
    position: static;
    text-align: center;
    z-index: 5
}

@media(min-width:769px) {
    .games-category {
        min-width: 790px;
        padding: 0 10px;
        width: 100%
    }
}

@media(min-width:1200px) {
    .games-category {
        margin-bottom: 20px
    }
}

@media(max-width:768px) {
    .games-category {
        background-color: #2b2a2a;
        border-bottom: 1px solid #383838;
        overflow: auto
    }

    .games-category:after,
    .games-category:before {
        box-shadow: 0 0 30px 25px #222;
        content: "";
        height: 85px;
        position: absolute;
        width: 0;
        z-index: 1
    }
}

@media(min-width:769px) {
    .games-category__item {
        align-items: center;
        display: flex;
        min-width: 90px;
        padding: 0 15px
    }
}

@media(max-width:768px) {
    .games-category__item {
        min-width: 80px;
        padding: 0 5px
    }
}

.games-category__icon {
    fill: currentcolor;
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff;
    display: flex;
    height: 40px;
    justify-content: center;
    position: relative;
    transition: transform .3s ease;
    width: 100%
}

@media(min-width:1200px) {
    .games-category__icon {
        height: unset;
        width: unset
    }
}

.games-category__link {
    color: #fff;
    display: block;
    transition: all .3s ease
}

@media(min-width:1200px) {
    .games-category__link {
        align-items: center;
        display: flex
    }
}

@media(max-width:768px) {
    .games-category__link {
        padding: 10px 0 15px
    }
}

.games-category__link.is-selected {
    color: #ff0;
    pointer-events: none
}

@media(min-width:1200px) {
    .games-category__link.is-selected {
        transform: scale(1.22)
    }
}

.games-category__link:hover {
    color: #ff0
}

@media(min-width:1200px) {
    .games-category__link:hover {
        transform: scale(1.22)
    }
}

.games-category__name {
    font-size: 12px;
    font-weight: 700;
    padding-top: 5px;
    text-transform: uppercase
}

@media(min-width:1200px) {
    .games-category__name {
        margin-left: 10px;
        padding-top: 0
    }
}

.games-category:before {
    left: -5px
}

.games-category:after {
    right: -5px
}

.games-catalog {
    padding-bottom: 25px
}

@media(min-width:769px) {
    .games-catalog {
        max-width: 1792px;
        padding: 60px 20px 50px
    }
}

@media(min-width:1200px) {
    .games-catalog {
        padding: 40px 20px 50px
    }
}

.games-load {
    margin: auto;
    order: 10;
    padding-top: 45px;
    position: relative;
    text-align: center;
    width: 100%
}

.games-load__button {
    background: none;
    border: 0;
    border-bottom: 2px solid #e9417d;
    color: #e9417d;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-top: 15px;
    padding-bottom: 4px;
    text-transform: uppercase;
    transition: all .3s ease
}

.games-load__button:hover {
    border-color: #ffe029;
    color: #ffe029
}

.games-load:after {
    background: url("./assets/img/load-more.webp") no-repeat;
    content: "";
    height: 45px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    top: 0;
    width: 78px
}

.game-list__item {
    display: inline-flex;
    grid-row: span 1;
    height: 100%;
    order: 0;
    width: 100%
}

@media(max-width:575px) {
    .game-list__item:nth-child(n+3):nth-child(-n+7) {
        order: 2
    }

    .game-list__item:nth-child(n+7):nth-child(-n+10) {
        order: 3
    }

    .game-list__item:nth-child(n+11):nth-child(-n+22) {
        order: 4
    }

    .game-list__item:nth-child(n+23):nth-child(-n+26) {
        order: 5
    }

    .game-list__item:nth-child(n+27) {
        order: 6
    }
}

@media(min-width:1200px) {
    .game-list__item:nth-child(n+5):nth-child(-n+11) {
        order: 2
    }

    .game-list__item:nth-child(n+12):nth-child(-n+24) {
        order: 3
    }

    .game-list__item:nth-child(n+25):nth-child(-n+41) {
        order: 4
    }

    .game-list__item:nth-child(n+42):nth-child(-n+55) {
        order: 5
    }

    .game-list__item:nth-child(n+56) {
        order: 6
    }
}

@media(min-width:992px)and (max-width:1199.98px) {
    .game-list__item:nth-child(n+5):nth-child(-n+9) {
        order: 2
    }

    .game-list__item:nth-child(n+10):nth-child(-n+20) {
        order: 3
    }

    .game-list__item:nth-child(n+21):nth-child(-n+46) {
        order: 4
    }

    .game-list__item:nth-child(n+47):nth-child(-n+57) {
        order: 5
    }

    .game-list__item:nth-child(n+58) {
        order: 6
    }
}

@media(min-width:769px)and (max-width:991.98px) {
    .game-list__item:nth-child(n+4):nth-child(-n+12) {
        order: 2
    }

    .game-list__item:nth-child(n+13):nth-child(-n+25) {
        order: 3
    }

    .game-list__item:nth-child(n+26):nth-child(-n+46) {
        order: 4
    }

    .game-list__item:nth-child(n+47):nth-child(-n+55) {
        order: 5
    }

    .game-list__item:nth-child(n+56) {
        order: 6
    }
}

@media(min-width:576px)and (max-width:768.98px) {
    .game-list__item:nth-child(n+2):nth-child(-n+7) {
        order: 2
    }

    .game-list__item:nth-child(n+8):nth-child(-n+15) {
        order: 3
    }

    .game-list__item:nth-child(n+16):nth-child(-n+25) {
        order: 4
    }

    .game-list__item:nth-child(n+26):nth-child(-n+31) {
        order: 5
    }

    .game-list__item:nth-child(n+32) {
        order: 6
    }
}

.game-list__item img {
    display: block;
    height: 100%;
    max-height: 156px;
    max-width: 236px;
    width: 100%
}

.game-list__item img:before {
    background-color: #000;
    border: 1px solid #ff0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.game-list__wrapper {
    grid-gap: 20px;
    display: grid;
    grid-auto-columns: auto;
    margin: auto;
    overflow: hidden;
    padding: 5px 5px 27px;
    position: relative;
    width: 100%
}

@media(max-width:575px) {
    .game-list__wrapper {
        grid-template-columns: repeat(2, 1fr) !important
    }
}

@media(min-width:1200px) {
    .game-list__wrapper {
        grid-template-columns: repeat(7, 1fr)
    }
}

@media(min-width:992px)and (max-width:1199.98px) {
    .game-list__wrapper {
        grid-template-columns: repeat(6, 1fr)
    }
}

@media(min-width:769px)and (max-width:991.98px) {
    .game-list__wrapper {
        grid-template-columns: repeat(5, 1fr)
    }
}

@media(min-width:576px)and (max-width:768.98px) {
    .game-list__wrapper {
        grid-template-columns: repeat(4, 1fr)
    }
}

.game-list__wrapper:not(.is-mobile) {
    max-width: 1772px
}

@media(min-width:992px) {
    .game-list__promo-item.game-list__promo-item_3 {
        grid-column: 5/7;
        grid-row: 5/7
    }
}

@media(max-width:991px) {
    .game-list__promo-item.game-list__promo-item_3 {
        grid-column: 4/6;
        grid-row: 5
    }
}

@media(max-width:575px) {
    .game-list__promo-item.game-list__promo-item_3 {
        grid-column: 1/3;
        grid-row: 8
    }
}

@media(min-width:576px)and (max-width:768px) {
    .game-list__promo-item.game-list__promo-item_3 {
        grid-column: 2/4;
        grid-row: 7
    }
}

.game-list__promo-item .text-center {
    bottom: 0;
    position: absolute
}

.game-list__promo-item .promo-item__element {
    display: flex;
    height: 100%;
    position: relative;
    text-align: center;
    width: 100%
}

@media(max-width:575px) {
    .game-list__promo-item .promo-item__element {
        min-height: 170px
    }
}

.game-list__promo-item .promo-inner {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%
}

.game-list__promo-item .promo-inner__link {
    background-color: #e9417d;
    -webkit-clip-path: polygon(8.6% 0, 94.7% 0, 92% 100%, 13% 93%);
    clip-path: polygon(8.6% 0, 94.7% 0, 92% 100%, 13% 93%);
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.1px;
    line-height: 1.54;
    margin: auto;
    padding: 10px 42px 11px 47px;
    text-align: center;
    text-transform: uppercase;
    transform-origin: 0 0;
    transition: color 1s ease
}

.game-list__promo-item .promo-inner__link:hover {
    animation: promo-effect__halftone 1.3s forwards;
    background: radial-gradient(circle, #e9417d .2em, transparent .25em) 0 0/1.25em 1.25em, radial-gradient(circle, #e9417d .2em, transparent .25em) 6.25em 6.25em/1.25em 1.25em
}

.main-page .content-box {
    overflow: hidden;
    position: relative;
    transition: max-height 1s linear
}

.main-page .content-box:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.main-page .show-all {
    background-color: transparent;
    color: #d93e75;
    display: block;
    font-size: 15px;
    line-height: 1.1;
    margin: 25px 0 25px auto
}

.icon-gamesFilter__liveGames {
    background: url("icon-gamesFilter__liveGames.svg") no-repeat 50% 50%;
    background-size: cover;
    display: inline-block;
    height: 30px;
    width: 25px
}

.header {
    left: 0;
    max-width: 1400px;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (min-width:1400px) {
    .header {
        left: 50%;
        margin-left: -700px
    }
}

.header-logo {
    left: 10px;
    top: 10px;
    z-index: 151
}

@media(min-width:769px) {
    .header-logo {
        position: absolute;
        top: 20px
    }
}

@media only screen and (max-width:1240px) {
    :not(.signed) .header-logo {
        position: fixed;
        top: 5px
    }
}

.header-logo__link {
    display: block
}

@media(max-width:575px) {
    .header-logo__link svg {
        max-height: 50px;
        max-width: 50px
    }
}

@media(min-width:576px)and (max-width:768px) {
    .header-logo__link svg {
        max-height: 60px;
        max-width: 60px
    }
}

@media(min-width:769px)and (max-width:991px) {
    .header-logo__link svg {
        max-height: 70px;
        max-width: 50px
    }
}

@media(min-width:992px) {
    .header-logo__link svg {
        max-height: 87px;
        max-width: 87px
    }
}

@media only screen and (min-width:576px)and (max-width:1366px)and (min-device-pixel-ratio:2) {
    .header-logo__link svg {
        max-height: 60px;
        max-width: 60px
    }
}

.header-nav {
    align-items: center;
    bottom: 0;
    display: flex;
    height: 35px;
    justify-content: space-between;
    left: 0;
    width: 100%;
    z-index: 150
}

@media(min-width:769px) {
    .header-nav {
        background-color: transparent;
        box-shadow: none;
        margin-top: 35px;
        position: relative;
        text-align: center;
        transform: translateY(-35px)
    }
}

@media only screen and (min-width:769px)and (max-width:1240px) {
    .header-nav {
        height: 45px
    }
}

@media only screen and (max-width:1240px) {
    .header-nav {
        background-color: #1e727c;
        box-shadow: 0 10px 15px 10px rgba(0, 0, 0, .75);
        margin-top: 0;
        position: fixed;
        transform: none
    }
}

@media only screen and (max-width:1366px)and (min-device-pixel-ratio:2) {
    .header-nav {
        background-color: #1e727c;
        box-shadow: 0 10px 15px 10px rgba(0, 0, 0, .75);
        margin-top: 0;
        position: fixed;
        transform: none
    }
}

@media only screen and (device-width:375px)and (device-height:812px)and (device-pixel-ratio:3) {
    .header-nav {
        height: 45px
    }
}

.header-nav__icon {
    fill: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 34px;
    left: 0;
    margin-right: 10px;
    order: -1;
    position: relative;
    width: 34px
}

@media (max-width:769px),
only screen and (max-width:1366px)and (min-device-pixel-ratio:2) {
    .header-nav__icon {
        height: 26px;
        width: 26px
    }
}

.header-nav__list {
    cursor: default;
    display: block;
    transition: transform .3s ease
}

@media only screen and (min-width:769px)and (max-width:1240px) {
    .header-nav__list {
        display: flex;
        justify-content: space-around;
        position: static;
        top: 0;
        transform: translateX(0);
        width: 100%
    }
}

@media only screen and (min-width:1241px) {
    .header-nav__list {
        display: flex;
        justify-content: space-evenly;
        padding-left: var(--top-menu-margin);
        position: absolute;
        top: 0;
        transform: translateX(0);
        width: 70%
    }
}

@media (max-width:769px),
only screen and (max-width:1366px)and (min-device-pixel-ratio:2) {
    .header-nav__list {
        display: flex;
        justify-content: space-around;
        position: static;
        width: 100%
    }
}

@media screen and (min-width:1400px) {
    .header-nav__list {
        left: 0;
        max-width: 1400px;
        right: 0
    }
}

.header-nav__item {
    display: inline-flex
}

@media(max-width:768px) {
    .header-nav__item {
        display: inline-block;
        padding-left: 10px
    }

    .header-nav__item:first-child {
        margin-left: 5px;
        margin-right: 15px
    }
}

@media(min-width:769px)and (max-width:991px) {
    .header-nav__item:nth-child(2) {
        margin-left: 30px
    }
}

@media(min-width:769px) {
    .header-nav__item {
        line-height: 90px
    }
}

.header-nav__item_logo {
    margin-bottom: 35px;
    margin-top: 35px;
    padding-left: 0
}

@media(min-width:769px) {
    .header-nav__item_logo {
        display: none
    }
}

@media (max-width:769px),
only screen and (max-width:1366px)and (min-device-pixel-ratio:2) {
    .header-nav__item_logo {
        display: none
    }
}

.header-nav__link {
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-weight: 700;
    line-height: 1;
    padding: 0 10px;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    text-transform: uppercase;
    transition: transform .3s ease;
    vertical-align: middle;
    will-change: transform
}

@media(min-width:769px) {
    .header-nav__link {
        font-size: 14px;
        letter-spacing: 2px;
        padding-bottom: 25px;
        padding-top: 25px
    }
}

@media (max-width:769px),
only screen and (max-width:1366px)and (min-device-pixel-ratio:2) {
    .header-nav__link {
        font-size: 12px
    }
}

@media screen and (min-width:500px)and (max-width:767px) {
    .header-nav__link {
        padding-left: 30px
    }
}

@media screen and (max-width:499px) {
    .header-nav__link {
        font-size: 9px;
        padding-left: 10px
    }
}

.header-nav__link_logo {
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-height:420px) {
    .header-nav__link_logo {
        display: none
    }
}

.header-nav__link.is-active,
.header-nav__link:hover {
    color: #ff0;
    transform: scale(1.2)
}

.header-nav__link:hover {
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.header-nav__link:hover svg {
    fill: #ff0
}

.leadCarousel {
    background-color: #222;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 2
}

@media(min-width:1200px) {
    .leadCarousel {
        overflow: unset
    }
}

.leadCarousel__wrapper {
    position: relative
}

.leadCarousel .swiper-pagination {
    display: flex;
    justify-content: center
}

@media(min-width:992px) {
    .leadCarousel .swiper-pagination {
        bottom: 0
    }
}

@media(max-width:991px) {
    .leadCarousel .swiper-pagination {
        bottom: 5px
    }
}

@media(min-width:1200px) {
    .leadCarousel .swiper-pagination {
        bottom: -20px;
        position: absolute
    }
}

.leadCarousel .swiper-pagination__preview {
    display: inline-flex;
    height: 100%;
    width: 100%
}

@media(min-width:769px) {
    .leadCarousel .swiper-pagination__preview {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: .6
    }
}

@media(max-width:768px) {
    .leadCarousel .swiper-pagination__preview {
        display: none
    }
}

.leadCarousel .swiper-pagination-bullet {
    background-color: transparent;
    opacity: 1;
    position: relative
}

@media(min-width:769px)and (max-width:1199px) {
    .leadCarousel .swiper-pagination-bullet {
        align-items: flex-end;
        border-radius: 0;
        display: flex;
        flex-flow: row wrap;
        overflow: hidden;
        transform-origin: 50% 100%
    }

    .leadCarousel .swiper-pagination-bullet:hover .swiper-pagination__preview {
        opacity: 1
    }
}

@media(min-width:1200px) {
    .leadCarousel .swiper-pagination-bullet {
        height: 53px;
        width: 220px
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .leadCarousel .swiper-pagination-bullet {
        height: 43px;
        width: 180px
    }
}

@media(min-width:769px)and (max-width:991px) {
    .leadCarousel .swiper-pagination-bullet {
        height: 29px;
        width: 120px
    }
}

@media(max-width:768px) {
    .leadCarousel .swiper-pagination-bullet {
        background-size: 0;
        border: 1px solid #fff;
        border-radius: 50%;
        display: block;
        font-size: 16px;
        height: 14px;
        position: relative;
        transition: background-color .3s ease;
        width: 14px
    }

    .leadCarousel .swiper-pagination-bullet:after {
        content: ""
    }
}

.leadCarousel .swiper-pagination-bullet:after {
    background-color: #ff0;
    border-radius: 50%;
    height: 6px;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    transform: scale(0);
    transition: transform .3s ease;
    width: 6px
}

@media(min-width:769px) {
    .leadCarousel .swiper-pagination-bullet-active .swiper-pagination__preview {
        animation-duration: .5s;
        animation-fill-mode: both;
        animation-name: lead-carousel-anim
    }

    .leadCarousel .swiper-pagination-bullet-active img {
        display: none
    }
}

@media(max-width:768px) {
    .leadCarousel .swiper-pagination-bullet-active {
        border-color: #ff0
    }

    .leadCarousel .swiper-pagination-bullet-active:after {
        transform: scale(1)
    }
}

:root {
    --app-header: 20px
}

.static {
    color: #bfbfbf
}

.static p {
    margin-top: 1em
}

.static li {
    display: list-item;
    text-align: -webkit-match-parent
}

.static ul:not(.breadcrumbs-list) {
    display: block;
    list-style-type: disc
}

@media(min-width:992px) {

    .static ol,
    .static ul:not(.breadcrumbs-list) {
        margin-bottom: 30px;
        padding-left: 33px
    }
}

@media(max-width:991px) {

    .static ol,
    .static ul:not(.breadcrumbs-list) {
        margin-bottom: 15px;
        padding-left: 15px
    }
}

.static ol {
    display: block;
    list-style-type: decimal;
    padding-left: 49px
}

.static ol li {
    position: relative
}

.static img {
    display: inline-flex;
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

@supports(-webkit-overflow-scrolling:touch) {
}

.personal_profile .gdpr-block__form label textarea::-input-placeholder {
    color: #aeaeae;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase
}
 
        html {
        margin-right: 0 !important;
      }
      @media screen and (min-width: 768px) {
        html ::-webkit-scrollbar-track {
          background-color: transparent;
          border-radius: 10px;
        }
        html ::-webkit-scrollbar {
          background-color: transparent;
          width: 8px;
        }
        html ::-webkit-scrollbar-thumb {
          background-color: #155c68;
          border-radius: 10px;
        }
      }
      body {
        background-color: #222;
        color: #fff;
        display: flex;
        flex-direction: column;
        font-family: Open Sans, sans-serif;
        height: 100vh;
        overflow-x: hidden;
        padding-bottom: 35px;
        position: relative;
      }
      @media (min-width: 769px) {
        body {
          padding-bottom: 0;
        }
      }
      a {
        -webkit-font-smoothing: subpixel-antialiased;
        transform: translateZ(0);
      }
      a,
      img {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
      }
      :root {
        --top_menu_margin: 0;
      }
      @media (min-width: 769px) and (max-width: 991px) {
        :root {
          --top_menu_margin: 15px;
        }
      }
      @media (min-width: 992px) and (max-width: 1199px) {
        :root {
          --top_menu_margin: 80px;
        }
      }
      @media (min-width: 1200px) {
        :root {
          --top_menu_margin: 110px;
        }
      }
      *,
      :after,
      :before,
      :focus {
        outline: 0 !important;
      }
      body,
      html {
        margin: 0;
        padding: 0;
      }
      html {
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
        box-sizing: border-box;
        font-family: sans-serif;
        font-size: 100%;
      }
      body {
        margin: 0;
      }
      a {
        text-decoration: none;
      }
      p {
        margin: 1em 0;
      }
      *,
      :after,
      :before {
        box-sizing: inherit;
      }
      html {
        font-feature-settings: "liga", "kern";
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        font-kerning: normal;
      }
      body {
        font-size: 15px;
        line-height: 1.5;
      }
      p {
        margin-top: 0;
      }
      :root {
        --swiper-theme-color: #007aff;
      }
      nav ol,
      nav ul,
      ol,
      ul {
        list-style: none;
      }
      ol,
      ul {
        margin: 0;
        padding: 0;
      }
      img {
        -ms-interpolation-mode: bicubic;
        border: 0;
      }
      svg:not(:root) {
        overflow: hidden;
      }
      button {
        font-size: 100%;
        margin: 0;
        padding: 0;
        vertical-align: baseline;
      }
      button {
        line-height: normal;
      }
      button {
        -moz-appearance: none;
        appearance: none;
        -webkit-appearance: none;
        cursor: pointer;
      }
      button {
        border: none;
      }
      .btn {
        background-color: transparent;
        background-image: none;
        border: 1px solid #ff0;
        color: #ff0;
        display: inline-block;
        font-weight: 700;
        max-width: 100%;
        padding: 10px 20px;
        position: relative;
        text-transform: uppercase;
        transition: color 0.2s, background-color 0.2s, border-color 0.2s;
      }
      .text-center {
        text-align: center !important;
        width: 100%;
      }
      .header {
        left: 0;
        max-width: 1400px;
        position: absolute;
        top: 0;
        width: 100%;
      }
      @media screen and (min-width: 1400px) {
        .header {
          left: 50%;
          margin-left: -700px;
        }
      }
      .header-logo {
        left: 10px;
        top: 10px;
        z-index: 151;
      }
      @media (min-width: 769px) {
        .header-logo {
          position: absolute;
          top: 20px;
        }
      }
      .header-logo__link {
        display: block;
      }
      .fixed-nav__auth {
        position: fixed;
        z-index: 900;
      }
      @media (min-width: 769px) {
        .fixed-nav__auth {
          right: 15px;
          top: 10px;
        }
      }
      .aside-signin__link,
      .aside-signup__link {
        display: inline-flex;
        font-weight: 800;
        position: relative;
        text-transform: uppercase;
        transform-origin: 0 0;
        transition: all 0.3s ease;
      }
      @media (min-width: 576px) {
        .aside-signin__link,
        .aside-signup__link {
          font-size: 15px;
          letter-spacing: 3px;
        }
      }
      .aside-signup__link {
        background-color: #ff0;
        -webkit-clip-path: polygon(0 25%, 100% 0, 100% 100%, 9% 96%);
        clip-path: polygon(0 25%, 100% 0, 100% 100%, 9% 96%);
        color: #e9417d;
        left: 15px;
        z-index: 52;
      }
      @media (min-width: 769px) {
        .aside-signup__link {
          padding: 20px 15px 18px 40px;
        }
      }
      .aside-signin__link {
        background-color: #e9417d;
        color: #ff0;
        z-index: 51;
      }
      @media (min-width: 769px) {
        .aside-signin__link {
          -webkit-clip-path: polygon(0 12%, 100% 0, 93% 69%, 0 100%);
          clip-path: polygon(0 12%, 100% 0, 93% 69%, 0 100%);
          padding: 20px 33px 30px 25px;
          top: 7px;
        }
      } 
        .icon-star {
        position: relative;
        top: -3px;
      }
        .image {
            width: 100% !important;
            display: block;
            cursor: pointer;
        }
      .swiper {
        list-style: none;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        padding: 0;
        position: relative;
        z-index: 1;
        height: 100%;
        width: 100%;

      }
      .swiper-wrapper {
        box-sizing: content-box;
        display: flex;
        height: 100%;
        position: relative;
        transition-property: transform;
        width: 100%;
        z-index: 1;
      }
      .swiper-wrapper {
        transform: translateZ(0);
      }
      .swiper-pointer-events {
        touch-action: pan-y;
      }
      .swiper-slide {
        flex-shrink: 0;
        height: 100%;
        position: relative;
        transition-property: transform;
        width: 100%;
      }
      :root {
        --swiper-navigation-size: 44px;
      }
      .swiper-pagination {
        position: absolute;
        text-align: center;
        transform: translateZ(0);
        transition: opacity 0.3s;
        z-index: 10;
      }
      .swiper-horizontal > .swiper-pagination-bullets,
      .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 10px;
        left: 0;
        width: 100%;
      }
      .swiper-pagination-bullet {
        background: var(--swiper-pagination-bullet-inactive-color, #000);
        border-radius: 50%;
        display: inline-block;
        height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
        opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
        width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
      }
      .swiper-pagination-clickable .swiper-pagination-bullet {
        cursor: pointer;
      }
      .swiper-pagination-bullet-active {
        background: var(--swiper-pagination-color, var(--swiper-theme-color));
        opacity: var(--swiper-pagination-bullet-opacity, 1);
      }
      .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);
      }
      a {
        color: #e9417d;
        display: inline-block;
        position: relative;
        text-decoration: none;
      }
      :root {
        --app-header: 20px;
      }
      .games-category {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
      /*  margin-bottom: 49px;*/
        position: static;
        text-align: center;
        z-index: 5;
      }
      .games-category__icon {
        fill: currentColor;
        align-items: center;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        color: #fff;
        display: flex;
        height: 40px;
        justify-content: center;
        position: relative;
        transition: transform 0.3s ease;
        width: 100%;
      }
      .games-category__link {
        color: #fff;
        display: block;
        transition: all 0.3s ease;
      }
      .games-category__link.is-selected {
        color: #ff0;
        pointer-events: none;
      }
      .games-category__name {
        font-size: 12px;
        font-weight: 700;
        padding-top: 5px;
        text-transform: uppercase;
      } 