
@font-face {
    font-display: block;
    font-family: font-icons;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/font-icons.c5f5949c..eot);
    src: url(../fonts/font-icons.c5f5949c..eot#iefix) format("embedded-opentype"), url(../fonts/font-icons.fd8f1419..ttf) format("truetype"), url(../fonts/font-icons.f3c41a20..woff) format("woff"), url(../fonts/font-icons.61e6cc0d..svg#font-icons) format("svg")
}

.button-text {
    background: transparent none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--button-text);
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    margin: 0;
    outline: none;
    padding: 0;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    vertical-align: top
}

.button-text:not(:disabled) {
    cursor: pointer
}

.button-text:disabled {
    opacity: .5
}

.button-text:active,
.button-text:focus,
.button-text:hover {
    background: transparent none;
    color: var(--button-text);
    outline: none
}

.button-text:active {
    color: var(--button-text-active)
}

.button-text:hover {
    color: var(--button-text-hover)
}


.font-icons {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: font-icons !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.font-icons--sportsbook:before {
    content: "\e965"
}

.font-icons--bar:before {
    content: "\e900"
}

.font-icons--arr-right:before {
    content: "\e902"
}

.font-icons--games:before {
    content: "\e90a"
}

.font-icons--home:before {
    content: "\e90b"
}

.font-icons--left:before {
    content: "\e90c"
}

.font-icons--profile:before {
    content: "\e90e"
}

.font-icons--right:before {
    content: "\e911"
}

.font-icons--search:before {
    content: "\e917"
}

.font-icons--select:before {
    content: "\e919"
}

.font-icons--telegram:before {
    content: "\e930"
}

.font-icons--facebook:before {
    content: "\e932"
}

.font-icons--app:before {
    content: "\e933"
}

.font-icons--tiktok:before {
    content: "\e93c"
}

.font-icons--instagram:before {
    content: "\e93d"
}

.font-icons--twitter:before {
    content: "\e93e"
}

.font-icons--youtub:before {
    content: "\e93f"
}

.font-icons--diamond:before {
    content: "\e941"
}

.font-icons--play:before {
    content: "\e942"
}

.font-icons--arrow-long:before {
    content: "\e94b"
}

.font-icons--random:before {
    content: "\e951"
}

.link {
    color: var(--text-color-primary);
    cursor: pointer;
    letter-spacing: -.24px;
    text-decoration: none;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.link:hover {
    color: var(--text-color-extra-2)
}

.btn,
.link-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: button-gradient 8s ease infinite;
    animation: button-gradient 8s ease infinite;
    background: -o-linear-gradient(346deg, #8a70f2, #03e8a5, #8a70f2);
    background: linear-gradient(104deg, #8a70f2, #03e8a5, #8a70f2);
    background-size: 300% 300%;
    border: none;
    border-radius: 30px;
    color: var(--button-primary-text);
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.3;
    margin: 0;
    outline: none;
    padding: 12px 24px;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn:not(:disabled),
.link-btn:not(:disabled) {
    cursor: pointer
}

.btn:disabled,
.link-btn:disabled {
    cursor: default;
    opacity: .5;
    pointer-events: none
}

.btn:active,
.btn:focus,
.btn:hover,
.link-btn:active,
.link-btn:focus,
.link-btn:hover {
    color: var(--button-primary-text);
    outline: none;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn:active,
.link-btn:active {
    background: var(--button-primary-bg-active);
    color: var(--button-primary-text-active)
}

.btn:hover,
.link-btn:hover {
    background: var(--button-primary-bg-hover);
    color: var(--button-primary-text-hover)
}

.link-btn--secondary {
    -webkit-animation: none;
    animation: none;
    background: var(--button-secondary-bg);
    border: var(--button-secondary-border);
    color: var(--button-secondary-text)
}

.link-btn--secondary:active,
.link-btn--secondary:focus,
.link-btn--secondary:hover {
    color: var(--button-secondary-text);
    outline: none;
    text-decoration: none
}

.link-btn--secondary:active {
    background: var(--button-secondary-bg-active);
    border-color: var(--button-secondary-border-color-active);
    color: var(--button-secondary-text-active)
}

.link-btn--secondary:hover {
    background: var(--button-secondary-bg-hover);
    border-color: var(--button-secondary-border-color-hover);
    color: var(--button-secondary-text-hover)
}

.link-btn {
    text-decoration: none
}

.text-btn:not(:disabled) {
    cursor: pointer
}

.image--hidden {
    display: none !important
}

.image--preview {
    background-image: url(../img/preview.e99331e6..png);
    background-repeat: repeat
}

.image--skeleton {
    position: relative
}

.skeleton-box {
    background-color: var(--skeleton-bg);
    background-image: url(../img/logo.253753ee..svg);
    background-position: 50%;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.skeleton-box__inner {
    -webkit-animation: shimmer 1.2s infinite;
    animation: shimmer 1.2s infinite;
    background: var(--skeleton-inner);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%
}

@-webkit-keyframes shimmer {
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes shimmer {
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.input__native:-webkit-autofill:active:not(:hover) {
    -webkit-text-fill-color: var(--text-color-primary) !important
}

.btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: button-gradient 8s ease infinite;
    animation: button-gradient 8s ease infinite;
    background: -o-linear-gradient(346deg, #8a70f2, #03e8a5, #8a70f2);
    background: linear-gradient(104deg, #8a70f2, #03e8a5, #8a70f2);
    background-size: 300% 300%;
    border: none;
    border-radius: 30px;
    color: var(--button-primary-text);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.3;
    margin: 0;
    outline: none;
    padding: 12px 24px;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn,
.btn:not(:disabled) {
    cursor: pointer
}

.btn:disabled {
    cursor: default;
    opacity: .5;
    pointer-events: none
}

.btn:active,
.btn:focus,
.btn:hover {
    color: var(--button-primary-text);
    outline: none;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn:active {
    background: var(--button-primary-bg-active);
    color: var(--button-primary-text-active)
}

.btn:hover {
    background: var(--button-primary-bg-hover);
    color: var(--button-primary-text-hover)
}

@-webkit-keyframes button-gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

@keyframes button-gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

.layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.layout__main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 60px
}

.header .menu {
    scrollbar-color: rgba(244, 247, 252, .15)
}

.header .menu::-webkit-scrollbar {
    height: 1px;
    width: 1px
}

.header .menu::-webkit-scrollbar-track {
    background: rgba(40, 42, 49, .6);
    border-radius: 2px
}

.header .menu::-webkit-scrollbar-thumb {
    background: rgba(244, 247, 252, .15);
    border-radius: 2px;
    margin: 0
}

.header .menu::-webkit-scrollbar-thumb:hover,
.header .menu:hover::-webkit-scrollbar-thumb {
    background: rgba(244, 247, 252, .15)
}

.header {
    background-color: var(--background-header);
    -webkit-box-shadow: var(--shadow-header);
    box-shadow: var(--shadow-header);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0 14px;
    position: fixed;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    width: 100%;
    z-index: 1050
}

@media(min-width:768px) {
    .header {
        padding: 0 32px
    }
}

@media(min-width:960px) {
    .header {
        padding: 0 38px
    }
}

@media(min-width:1248px) {
    .header {
        padding: 0 56px
    }
}

@media(min-width:1920px) {
    .header {
        padding: 0 104px
    }
}

.header__left,
.header__right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.header .header__logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: calc(100% - 20px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: auto
}

.header .header__button,
.header .header__pwa,
.header .header__search {
    margin: 0 12px 0 0
}

.header .menu {
    display: none
}

@media(min-width:1248px) {
    .header .menu {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 32px;
        overflow: hidden;
        overflow-x: auto;
        width: auto
    }
}

.header .header__sign-in-btn {
    margin-right: 8px
}

.header .header__locales {
    margin-right: 8px;
    width: auto
}

.header .header__jackpot {
    margin-right: 12px
}

.button-special {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.button-special {
    background: transparent;
    border: 1px solid var(--button-special-border);
    border-radius: 30px;
    color: var(--button-special-icon);
    cursor: pointer;
    font-size: 16px;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    margin: 0;
    min-height: 42px;
    min-width: 42px;
    outline: none;
    padding: 8px;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    -webkit-transition: background-color .3s ease, color .3s ease, border-color .3s ease;
    -o-transition: background-color .3s ease, color .3s ease, border-color .3s ease;
    transition: background-color .3s ease, color .3s ease, border-color .3s ease
}

.button-special:not(:disabled) {
    cursor: pointer
}

.button-special:disabled {
    opacity: .5
}

.button-special:active,
.button-special:focus,
.button-special:hover {
    outline: none;
    text-decoration: none
}

.button-special:hover {
    background: var(--button-special-bg-hover);
    border-color: var(--button-special-border-hover);
    color: var(--button-special-icon-hover)
}

.button-special:active {
    background: var(--button-special-bg-active);
    border-color: var(--button-special-border-active);
    color: var(--button-special-icon-active)
}

.button-special__content {
    color: var(--button-special-text);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -.02em
}

.logo {
    cursor: pointer;
    display: inline-block;
    vertical-align: top
}

.logo,
.logo:active,
.logo:focus,
.logo:hover {
    outline: none;
    text-decoration: none
}

.logo .image {
    border: none;
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    vertical-align: top
}

.menu {
    display: block;
    list-style: none
}

.menu,
.menu li {
    margin: 0;
    padding: 0;
    width: 100%
}

.menu li {
    display: inline-block;
    vertical-align: top
}

@media(min-width:1248px) {
    .menu li {
        padding: 0 16px;
        width: auto
    }
}

.menu li a {
    color: var(--text-color-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -.24px;
    padding: 5px 0;
    position: relative;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    text-decoration: none;
}

.menu li a:active,
.menu li a:focus,
.menu li a:hover {
    color: var(--text-color-primary);
    outline: none;
    text-decoration: none
}

.menu li a:after {
    background-color: var(--background-extra-14);
    bottom: -2px;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    max-width: 0;
    position: absolute;
    -webkit-transition: max-width .3s ease;
    -o-transition: max-width .3s ease;
    transition: max-width .3s ease;
    width: 30px
}

.menu li a:hover:after {
    max-width: 100%
}

.button-special,
.link-special {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    border: 1px solid var(--button-special-border);
    border-radius: 30px;
    color: var(--button-special-icon);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    margin: 0;
    min-height: 42px;
    min-width: 42px;
    outline: none;
    padding: 8px;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    -webkit-transition: background-color .3s ease, color .3s ease, border-color .3s ease;
    -o-transition: background-color .3s ease, color .3s ease, border-color .3s ease;
    transition: background-color .3s ease, color .3s ease, border-color .3s ease
}

.button-special:not(:disabled),
.link-special:not(:disabled) {
    cursor: pointer
}

.button-special:disabled,
.link-special:disabled {
    opacity: .5
}

.button-special:active,
.button-special:focus,
.button-special:hover,
.link-special:active,
.link-special:focus,
.link-special:hover {
    outline: none;
    text-decoration: none
}

.button-special:hover,
.link-special:hover {
    background: var(--button-special-bg-hover);
    border-color: var(--button-special-border-hover);
    color: var(--button-special-icon-hover)
}

.button-special:active,
.link-special:active {
    background: var(--button-special-bg-active);
    border-color: var(--button-special-border-active);
    color: var(--button-special-icon-active)
}

.button-special__content {
    color: var(--button-special-text);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -.02em
}

.game-panel:not(:hover) .notification-center--game .notification-center__container {
    display: none
}

.select-language-icons {
    color: var(--text-color-primary);
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%
}

.select-language-icons__bottom-line {
    height: 0;
    position: relative;
    width: 100%
}

.select-language-icons__dropdown {
    background: var(--background-secondary);
    border: 0 solid transparent;
    border-radius: 8px;
    -webkit-box-shadow: var(--shadow-dropdown);
    box-shadow: var(--shadow-dropdown);
    color: var(--text-color-primary);
    display: block;
    font-size: 12px;
    font-weight: 500;
    left: 0;
    margin: 4px 0 0;
    padding: 0;
    position: absolute;
    text-transform: none;
    top: 100%;
    width: 100%;
    z-index: 100
}

.select-language-icons__dropdown {
    display: none;
    padding: 4px
}

.select-language-icons__arrow {
    color: var(--text-color-secondary);
    display: none;
    font-size: 10px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

@media(min-width:768px) {
    .select-language-icons__arrow {
        display: block
    }
}

.select-language-icons__button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px;
    padding: 4px
}

.select-language-icons .option-link__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.select-language-icons__icon {
    border-radius: 50%;
    min-width: 16px;
    width: 16px
}

.select-language-icons .select-language-icons__option {
    border-radius: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.select-language-icons__indicator {
    background-color: var(--background-primary);
    border-radius: 50%;
    height: 6px;
    margin-left: 8px;
    width: 6px
}

.option-link--selected .select-language-icons__indicator {
    background: var(--background-extra-3);
    -webkit-box-shadow: 0 0 8px #4576d7, inset 0 1px 2px hsla(0, 0%, 100%, .43);
    box-shadow: 0 0 8px #4576d7, inset 0 1px 2px hsla(0, 0%, 100%, .43)
}

.select-language-icons .option-link--selected {
    background-color: transparent
}

.option--highlighted,
.option-link--selected {
    background: var(--background-primary) none
}

.option-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
    color: var(--text-color-primary);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    overflow: hidden;
    padding: 8px;
    white-space: normal
}

.option-link__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer {
    background-color: var(--footer-background);
    margin: 0;
    padding: 24px 14px 84px;
    width: 100%
}

@media(min-width:768px) {
    .footer {
        padding: 24px 32px
    }
}

@media(min-width:960px) {
    .footer {
        padding: 24px 38px
    }
}

@media(min-width:1248px) {
    .footer {
        padding: 24px 56px
    }
}

@media(min-width:1920px) {
    .footer {
        padding: 24px 104px
    }
}

.footer__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px
}

@media(min-width:768px) {
    .footer__top {
        margin-bottom: 32px
    }
}

@media(min-width:960px) {
    .footer__top {
        margin-bottom: 48px
    }
}

.footer__menu {
    border-bottom: 1px solid var(--footer-divider)
}

@media(min-width:768px) {
    .footer__menu {
        border: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.footer__menu:first-child {
    border-top: 1px solid var(--footer-divider)
}

@media(min-width:768px) {
    .footer__menu:first-child {
        border: 0
    }
}

.footer__menu-wrap {
    margin-bottom: 24px;
    width: 100%
}

@media(min-width:768px) {
    .footer__menu-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 32px
    }
}

@media(min-width:1248px) {
    .footer__menu-wrap {
        margin-bottom: 0;
        margin-right: 28px
    }
}

.footer__middle {
    margin-bottom: 24px
}

@media(min-width:768px) {
    .footer__middle {
        margin-bottom: 32px
    }
}

@media(min-width:960px) {
    .footer__middle {
        margin-bottom: 48px
    }
}

@media(min-width:1248px) {
    .footer__middle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.footer__logos {
    border-top: 1px solid var(--footer-divider);
    padding: 16px 0
}

@media(min-width:768px) {
    .footer__logos {
        padding: 24px 0
    }
}

.footer__logos:last-child {
    border-bottom: 1px solid var(--footer-divider)
}

.footer__section-license {
    border-top: 1px solid var(--footer-divider);
    display: block;
    margin: 0;
    padding: 16px 0 0;
    width: 100%
}

@media(min-width:768px) {
    .footer__section-license {
        padding-top: 24px
    }
}

.footer__social {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    padding: 16px 0
}

@media(min-width:768px) {
    .footer__social {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 24px 0
    }
}

.footer__logo {
    max-width: 114px
}

.footer-menu {
    color: var(--text-color-secondary);
    margin: 0;
    text-transform: none
}

.footer-menu__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    letter-spacing: -.01em;
    padding: 12px 0;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    width: 100%
}

.footer-menu__title:hover {
    color: var(--text-color-primary)
}

@media(min-width:768px) {
    .footer-menu__title {
        color: var(--text-color-primary);
        cursor: default;
        margin-bottom: 16px;
        padding: 0
    }
}

.nav {
    list-style: none;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: max-height .5s;
    -o-transition: max-height .5s;
    transition: max-height .5s
}

@media(min-width:768px) {
    .nav {
        max-height: unset
    }
}

.nav li {
    margin-bottom: 16px
}

@media(min-width:768px) {
    .nav li {
        margin-bottom: 8px
    }
}

.nav li:last-child {
    margin-bottom: 12px
}

@media(min-width:768px) {
    .nav li:last-child {
        margin-bottom: 0
    }
}

.nav li a {
    color: var(--text-color-secondary);
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -.02em;
    margin: 0;
    overflow: hidden;
    padding: 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    vertical-align: top;
    white-space: nowrap;
    width: 100%
}

.nav li a,
.nav li a:active,
.nav li a:focus {
    outline: none;
    text-decoration: none
}

.nav li a:active,
.nav li a:focus,
.nav li a:hover {
    color: var(--text-color-primary)
}

.responsibilities-logos {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%
}

@media(min-width:768px) {
    .responsibilities-logos {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.responsibilities-logos__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    opacity: .1;
    padding: 0;
    text-decoration: none;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    width: auto
}

.responsibilities-logos__item:hover {
    opacity: 1
}

.responsibilities-logos__image {
    display: inline-block;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    height: 28px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    vertical-align: top;
    width: auto
}

.footer-logos-slider__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 38px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 0;
    margin: 0;
    opacity: .1;
    padding: 0;
    text-decoration: none;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    width: 82px
}

.footer-logos-slider__item:hover {
    opacity: 1
}

.footer-logos-slider__item:focus-visible {
    outline: none
}

@media(min-width:768px) {
    .footer-logos-slider__item {
        height: 40px;
        width: 86px
    }
}

.footer-logos-slider__image {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.footer-slider.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.footer-slider.slick-slider .slick-list {
    display: block;
    margin: 0 25px;
    overflow: hidden;
    padding: 0;
    position: relative
}

@media(min-width:768px) {
    .footer-slider.slick-slider .slick-list {
        margin: 0 22px
    }
}

@media(min-width:960px) {
    .footer-slider.slick-slider .slick-list {
        margin: 0 44px
    }
}

@media(min-width:1248px) {
    .footer-slider.slick-slider .slick-list {
        margin: 0 auto;
        max-width: calc(100% - 80px)
    }
}

.footer-slider.slick-slider .slick-list:focus {
    outline: none
}

.footer-slider.slick-slider .slick-list,
.footer-slider.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.footer-slider.slick-slider .slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.footer-slider.slick-slider .slick-track:after,
.footer-slider.slick-slider .slick-track:before {
    content: "";
    display: table
}

.footer-slider.slick-slider .slick-track:after {
    clear: both
}

.footer-slider.slick-slider .slick-slide {
    display: none;
    float: left;
    height: 100%;
    line-height: 0;
    margin-left: 16px;
    min-height: 1px
}

@media(min-width:768px) {
    .footer-slider.slick-slider .slick-slide {
        margin-left: 20px
    }
}

.footer-slider.slick-slider .slick-slide:first-child {
    margin-left: 0
}

.footer-slider.slick-slider .slick-slide img:not(.image--hidden) {
    display: block
}

.footer-slider.slick-slider.slick-initialized .slick-slide {
    display: block
}

.footer-slider.slick-slider .slick-next,
.footer-slider.slick-slider .slick-prev {
    background: transparent;
    border: none;
    color: var(--text-color-secondary);
    cursor: pointer;
    display: block;
    font-size: 8px;
    height: 20px;
    line-height: 0px;
    outline: none;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px
}

.footer-slider.slick-slider .slick-next:focus,
.footer-slider.slick-slider .slick-next:hover,
.footer-slider.slick-slider .slick-prev:focus,
.footer-slider.slick-slider .slick-prev:hover {
    background: transparent;
    color: var(--text-color-primary);
    outline: none
}

.footer-slider.slick-slider .slick-prev {
    left: -2px
}

@media(min-width:1248px) {
    .footer-slider.slick-slider .slick-prev {
        left: 10px
    }
}

.footer-slider.slick-slider .slick-next {
    right: -2px
}

@media(min-width:1248px) {
    .footer-slider.slick-slider .slick-next {
        right: 10px
    }
}

.crypto-exchange-rate {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--footer-social-media-background);
    border-radius: 8px;
    color: var(--text-color-secondary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -.02em;
    padding: 12px
}

.crypto-exchange-rate__icon {
    margin-right: 6px;
    width: 16px
}

.footer-licence .link {
    display: block;
    width: 100%
}

.footer-licence .image {
    max-width: 100%
}

.panel {
    background-color: var(--background-bottom-menu);
    bottom: 0;
    -webkit-box-shadow: 0 -4px 10px 0 rgba(25, 26, 30, .3);
    box-shadow: 0 -4px 10px 0 rgba(25, 26, 30, .3);
    display: block;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 1010
}

@media(min-width:768px) {
    .panel {
        display: none
    }
}

.panel__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding: 0 0 8px;
    width: 100%
}

.panel__item,
.panel__list {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0
}

.panel__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0;
    width: 20%
}

.panel .panel__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--text-color-secondary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 10px;
    font-weight: 500;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    line-height: 2;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    width: 100%
}

.panel .panel__link--current,
.panel .panel__link:hover {
    color: var(--text-color-primary)
}

.panel__icon {
    font-size: 19px
}

.panel__item--main .panel__icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--background-extra-3);
    border-radius: 50%;
    -webkit-box-shadow: var(--shadow-button);
    box-shadow: var(--shadow-button);
    color: var(--text-constant);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 24px;
    height: 44px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 3px;
    -webkit-transition: background-color .3s ease, -webkit-box-shadow .3s ease;
    transition: background-color .3s ease, -webkit-box-shadow .3s ease;
    -o-transition: background-color .3s ease, box-shadow .3s ease;
    transition: background-color .3s ease, box-shadow .3s ease;
    transition: background-color .3s ease, box-shadow .3s ease, -webkit-box-shadow .3s ease;
    width: 44px
}

.panel__item--main .panel__link:hover .panel__icon {
    background: -o-linear-gradient(194deg, #8a70f2 3.97%, #03e8a5 101.83%);
    background: linear-gradient(-104deg, #8a70f2 3.97%, #03e8a5 101.83%)
}



.no-styles-btn:not(:disabled) {
    cursor: pointer
}

.input-search__native:-webkit-autofill:active:not(:hover) {
    -webkit-text-fill-color: var(--input-search-color) !important
}

.slick-arrow {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--arrow-bg);
    border: none;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--arrow-icon);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 8px;
    height: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    outline: none;
    position: absolute;
    right: 0;
    text-shadow: none;
    top: -48px;
    -webkit-transition: background-color .3s ease, opacity .3s ease;
    -o-transition: background-color .3s ease, opacity .3s ease;
    transition: background-color .3s ease, opacity .3s ease;
    width: 32px;
    z-index: 1
}

.slick-arrow:hover {
    background: var(--arrow-bg-hover)
}

.slick-arrow.slick-disabled {
    opacity: .5
}

.slick-arrow.slick-disabled:hover {
    background: var(--arrow-bg)
}

.slick-arrow--prev {
    right: 40px
}

.option {
    width: 100%
}

.option {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    color: var(--text-color-primary);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
    outline: none;
    padding: 0 16px;
    text-decoration: none;
    text-shadow: none;
    -webkit-transition: color .3s ease, background-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease
}

.option:first-of-type {
    margin-top: 0
}

.option:last-of-type {
    margin-bottom: 0
}

.option--highlighted {
    background: var(--background-primary) none
}

.textarea:-webkit-autofill:active:not(:hover) {
    -webkit-text-fill-color: var(--text-color-primary) !important
}

.about-us-v1 {
    background: var(--background-extra-5);
    border-radius: 14px;
    color: var(--text-color-primary);
    padding: 16px 16px 40px;
    position: relative
}

@media(min-width:768px) {
    .about-us-v1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 24px
    }
}

.about-us-v1__header {
    padding-bottom: 16px
}

@media(min-width:768px) {
    .about-us-v1__header {
        min-width: 270px;
        padding-bottom: 0;
        padding-right: 16px;
        padding-top: 64px;
        width: 270px
    }
}

@media(min-width:1248px) {
    .about-us-v1__header {
        min-width: 288px;
        padding-top: 0
    }
}

@media(min-width:1632px) {
    .about-us-v1__header {
        min-width: 456px
    }
}

.about-us-v1__title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 32px;
    margin-bottom: 8px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

@media(min-width:768px) {
    .about-us-v1__title {
        font-size: 22px;
        letter-spacing: .01em;
        line-height: 27px;
        margin-bottom: 16px;
        text-align: left
    }
}

.about-us-v1__desc {
    font-size: 12px;
    font-weight: 400;
    position: relative;
    text-align: center
}

@media(min-width:768px) {
    .about-us-v1__desc {
        font-size: 14px;
        letter-spacing: .01em;
        line-height: 22px;
        max-width: 156px;
        text-align: left
    }
}

@media(min-width:1248px) {
    .about-us-v1__desc {
        max-width: 100%
    }
}

.about-us-v1__img {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 254px
}

@media(min-width:1248px) {
    .about-us-v1__img {
        width: 288px
    }
}

.about-us-v1__grid {
    display: -ms-grid;
    display: grid;
    gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
}

@media(min-width:768px) {
    .about-us-v1__grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        width: 100%
    }
}

@media(min-width:1248px) {
    .about-us-v1__grid {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr
    }
}

.about-item {
    background: rgba(15, 13, 22, .2);
    border-radius: 8px;
    min-height: 128px;
    padding: 16px
}

.about-item__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px
}

.about-item__img {
    margin-right: 12px;
    width: 32px
}

.about-item__title {
    color: var(--text-color-primary);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -.02em
}

.about-item__content {
    color: var(--text-color-secondary);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6
}

.vip-about-1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: 28px 24px;
    position: relative
}

.vip-about-1__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.vip-about-1__content {
    color: var(--text-constant);
    max-width: 440px;
    position: relative;
    text-align: center
}

.vip-about-1__icon {
    font-size: 22px;
    margin-bottom: 10px
}

.vip-about-1__title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .01em;
    margin: 0 0 4px;
    text-transform: uppercase
}

.vip-about-1__desc {
    font-size: 14px;
    letter-spacing: .01em;
    line-height: 1.6;
    margin-bottom: 16px
}

.vip-about-1 .vip-about-1__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid var(--text-constant);
    border-radius: 50%;
    color: var(--text-constant);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    height: 22px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    -webkit-transition: color .3s ease, border-color .3s ease;
    -o-transition: color .3s ease, border-color .3s ease;
    transition: color .3s ease, border-color .3s ease;
    width: 22px
}

.vip-about-1 .vip-about-1__link:hover {
    border-color: var(--background-extra-14);
    color: var(--text-color-extra-2)
}

.link-no-styles:link,
.link-no-styles:visited {
    color: inherit;
    cursor: pointer;
    text-decoration: inherit
}

.jackpot-total {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    white-space: nowrap;
    width: auto
}

.jackpot-sum__symbol {
    text-transform: none
}

.odometer.odometer-auto-theme,
.odometer.odometer-auto-theme .odometer-digit {
    /* *zoom: 1; */
    display: inline-block;
    /* *display: inline; */
    position: relative;
    vertical-align: middle;
    /* *vertical-align: auto */
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer {
    /* *zoom: 1; */
    display: inline-block;
    /* *display: inline; */
    vertical-align: middle;
    /* *vertical-align: auto; */
    visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner {
    bottom: 0;
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon {
    display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner {
    -webkit-backface-visibility: hidden;
    display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0)
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value {
    position: absolute
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    -o-transition: transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.odometer.odometer-auto-theme {
    font-family: Helvetica Neue, sans-serif;
    line-height: 1.1em
}

.odometer.odometer-auto-theme .odometer-value {
    text-align: center
}

.jackpot-level {
    --min-width: 100%;
    --padding: 0 130px;
    --column-template: 74px 1fr;
    --gap: 4px 24px;
    --bg: transparent;
    --bg2: transparent;
    --bg3: transparent;
    --bg4: transparent;
    --color: var(--text-color-primary);
    --radius: 0;
    --img-size: 54px;
    --img-row: 1/3;
    --img-horizontal-position: center;
    --title-size: 14px;
    --title-mb: 4px;
    --sum-size: 20px;
    --backdrop-filter: none;
    --desc-column: initial;
    --horizontal-align: flex-start;
    --content-margin: 0;
    --desc-title-margin: 0 12px 0 0
}

@media(min-width:768px) {
    .jackpot-level {
        --min-width: 504px
    }
}

@media(min-width:1248px) {
    .jackpot-level {
        --min-width: 504px;
        --img-horizontal-position: flex-end
    }
}

.jackpot-promo-v7 .jackpot-level {
    --padding: 0;
    --column-template: 54px 1fr;
    --gap: 5px 12px;
    --min-width: unset;
    --title-size: 12px;
    --sum-size: 18px
}

@media(width >=768px) {
    .jackpot-promo-v7 .jackpot-level {
        --img-row: 1/2;
        --desc-column: 1/3;
        --gap: 7px 12px
    }
}

@media(width >=1248px) {
    .jackpot-promo-v7 .jackpot-level {
        --padding: 0 96px;
        --column-template: 1fr 1fr
    }
}

@media(width >=1632px) {
    .jackpot-promo-v7 .jackpot-level {
        --img-row: 1/3;
        --desc-column: initial;
        --gap: 5px 12px;
        --padding: 0 176px
    }
}

.jackpot-level {
    -webkit-backdrop-filter: var(--backdrop-filter);
    backdrop-filter: var(--backdrop-filter);
    background: var(--bg);
    border-radius: var(--radius);
    color: var(--color);
    display: -ms-grid;
    display: grid;
    gap: var(--gap);
    -ms-grid-columns: var(--column-template);
    grid-template-columns: var(--column-template);
    min-width: var(--min-width);
    padding: var(--padding)
}

.jackpot-level__img-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-row: var(--img-row);
    -webkit-box-pack: var(--img-horizontal-position);
    -ms-flex-pack: var(--img-horizontal-position);
    justify-content: var(--img-horizontal-position);
    line-height: 0;
    position: inherit
}

.jackpot-level__img {
    width: var(--img-size)
}

.jackpot-level__name {
    font-size: var(--title-size);
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1.4;
    margin-bottom: var(--title-mb);
    text-transform: uppercase
}

.jackpot-level__pool {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--jackpot-prize-color-1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: var(--sum-size);
    font-weight: 700;
    -webkit-box-pack: var(--horizontal-align);
    -ms-flex-pack: var(--horizontal-align);
    justify-content: var(--horizontal-align);
    letter-spacing: -.02em;
    white-space: nowrap
}

.jackpot-level--level_1 .jackpot-level__pool {
    color: var(--jackpot-prize-color-2)
}

.jackpot-level--level_2 .jackpot-level__pool {
    color: var(--jackpot-prize-color-3)
}

.jackpot-level__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: var(--content-margin);
    position: inherit
}

.jackpot-level .odometer.odometer-auto-theme {
    font-family: Manrope, Arial, sans-serif
}

.block-slider {
    padding: 16px 0
}

@media(min-width:768px) {
    .block-slider {
        padding: 24px 0
    }
}

.block-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
    min-height: 32px
}

@media(min-width:768px) {
    .block-header--is-slider {
        padding-right: 96px
    }
}

.title-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--block-title-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 12px;
    line-height: 32px;
    margin: 0
}

.slider-games {
    min-height: 215px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

@media(min-width:768px) {
    .slider-games {
        min-height: 220px
    }
}

@media(min-width:960px) {
    .slider-games {
        min-height: 280px
    }
}

@media(min-width:1248px) {
    .slider-games {
        min-height: 194px
    }
}

@media(min-width:1632px) {
    .slider-games {
        min-height: 280px
    }
}

@media(min-width:1920px) {
    .slider-games {
        min-height: 238px
    }
}

.slider-games .slider-games__item {
    display: block !important
}

.slider-games .slider-games__game {
    width: 160px
}

@media(min-width:768px) {
    .slider-games .slider-games__game {
        width: 164px
    }
}

@media(min-width:960px) {
    .slider-games .slider-games__game {
        width: 209px
    }
}

@media(min-width:1248px) {
    .slider-games .slider-games__game {
        width: 144px
    }
}

@media(min-width:1632px) {
    .slider-games .slider-games__game {
        width: 208px
    }
}

@media(min-width:1920px) {
    .slider-games .slider-games__game {
        width: 176px
    }
}

.slider .slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.slider .slick-slider .slick-list {
    display: block;
    margin: 0 -6px;
    overflow: hidden;
    padding: 0;
    position: relative
}

@media(min-width:768px) {
    .slider .slick-slider .slick-list {
        margin: 0 -8px
    }
}

.slider .slick-slider .slick-list:focus {
    outline: none
}

.slider .slick-slider .slick-list,
.slider .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slider .slick-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    margin-right: auto;
    position: relative;
    top: 0;
    -webkit-transition-delay: 10ms;
    -o-transition-delay: 10ms;
    transition-delay: 10ms
}

.slider .slick-slider .slick-track:after,
.slider .slick-slider .slick-track:before {
    content: "";
    display: table
}

.slider .slick-slider .slick-track:after {
    clear: both
}

.slider .slick-slider .slick-slide {
    display: none;
    min-height: 1px;
    padding: 0 6px
}

@media(min-width:768px) {
    .slider .slick-slider .slick-slide {
        padding: 0 8px
    }
}

.slider .slick-slider .slick-slide img:not(.image--hidden) {
    display: block
}

.slider .slick-slider .slick-slide>div {
    height: 100%
}

.slider .slick-slider.slick-initialized .slick-slide {
    display: block
}

.slider--left .slick-slider .slick-track {
    margin: 0
}

.game {
    background-color: var(--background-primary);
    border-radius: 8px;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
}

.game--without-padding {
    padding: 0
}

.game__main {
    line-height: 0;
    position: inherit
}

.game__action {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

@media(min-width:1248px) {
    .game:hover .game__action {
        opacity: 1
    }
}

.game .game-title-action__button--play .font-icons {
    font-size: 14px;
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px)
}

.game-title-image {
    aspect-ratio: 427/575;
    border-radius: 8px;
    overflow: hidden;
    width: 100%
}

.game-title-image__image {
    height: 100%;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    width: 100%;
    object-fit: cover;
}

.game-title-action {
    background: var(--background-extra-13);
    border-radius: 8px;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    line-height: 1;
    overflow: hidden;
    padding: 5px;
    position: absolute;
    top: 0;
    z-index: 10
}

.game-title-action,
.game-title-action__buttons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.game-title-action__buttons {
    gap: 8px;
    margin: 10% 0 0;
    padding: 0;
    text-align: center
}

.game-title-action .game-title-action__button--demo,
.game-title-action .game-title-action__button--play {
    bottom: 0;
    font-size: 10px;
    left: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    width: 100%
}

@media(min-width:1248px) {

    .game-title-action .game-title-action__button--demo,
    .game-title-action .game-title-action__button--play {
        position: static;
        width: auto
    }

    .game-title-action .game-title-action__button--play {
        font-size: 20px;
        min-width: 0;
        padding: 14px
    }

    .game-title-action .game-title-action__button--demo {
        background: var(--background-extra-13);
        border-radius: 8px;
        color: var(--text-constant);
        line-height: 1.6;
        padding: 4px 6px;
        -webkit-transition: background-color .3s ease, color .3s ease;
        -o-transition: background-color .3s ease, color .3s ease;
        transition: background-color .3s ease, color .3s ease
    }

    .game-title-action .game-title-action__button--demo:hover {
        background-color: var(--background-secondary);
        color: var(--text-color-primary)
    }
}

.game-title-labels {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: 4px;
    position: absolute;
    top: 4px;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    width: calc(100% - 30px)
}

.jackpot-promo-v7 {
    background-color: var(--background-secondary);
    border-radius: 16px;
    margin: 16px 0;
    overflow: hidden;
    padding: 20px;
    position: relative;
    width: 100%
}

@media(min-width:768px) {
    .jackpot-promo-v7 {
        margin: 24px 0
    }
}

@media(min-width:1920px) {
    .jackpot-promo-v7 {
        padding: 20px 116px
    }
}

.jackpot-promo-v7__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 22px
}

@media(min-width:768px) {
    .jackpot-promo-v7__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 18px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media(min-width:960px) {
    .jackpot-promo-v7__wrap {
        gap: 22px
    }
}

@media(min-width:1248px) {
    .jackpot-promo-v7__wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 19px
    }
}

@media(min-width:1632px) {
    .jackpot-promo-v7__wrap {
        gap: 75px
    }
}

.jackpot-promo-v7__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--text-constant);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    position: relative;
    text-align: center
}

@media(min-width:768px) {
    .jackpot-promo-v7__header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left
    }
}

@media(min-width:1248px) {
    .jackpot-promo-v7__header {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.jackpot-promo-v7__bg {
    height: 250px;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%
}

@media(min-width:768px) {
    .jackpot-promo-v7__bg {
        height: 100%
    }
}

.jackpot-promo-v7__content {
    display: -ms-grid;
    display: grid;
    gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 0 20px;
    position: relative;
    width: 100%
}

@media(min-width:768px) {
    .jackpot-promo-v7__content {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0
    }
}

@media(min-width:1248px) {
    .jackpot-promo-v7__content {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

.jackpot-promo-v7__title {
    color: var(--text-constant);
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 4px;
    position: relative;
    text-transform: uppercase
}

@media(min-width:768px) {
    .jackpot-promo-v7__title {
        margin: 0 24px 0 0
    }
}

@media(min-width:960px) {
    .jackpot-promo-v7__title {
        font-size: 30px
    }
}

@media(min-width:1248px) {
    .jackpot-promo-v7__title {
        font-size: 24px;
        margin: 0 0 4px
    }
}

.jackpot-promo-v7__pool-title {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1.6;
    margin-bottom: 4px;
    text-transform: uppercase
}

.jackpot-promo-v7__pool-sum {
    color: var(--jackpot-pool-color);
    font-size: 20px;
    font-weight: 900
}

@media(min-width:1248px) {
    .jackpot-promo-v7__pool-sum {
        font-size: 18px
    }
}

.jackpot-promo-v7__block-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0
}

.jackpot-promo-v7 .jackpot-promo-v7__button {
    min-width: 150px
}

.container {
    display: block;
    margin: 0 auto;
    padding: 0 14px;
    width: 100%
}

@media(min-width:768px) {
    .container {
        padding: 0 32px
    }
}

@media(min-width:960px) {
    .container {
        padding: 0 38px
    }
}

@media(min-width:1248px) {
    .container {
        padding: 0 55px
    }
}

@media(min-width:1920px) {
    .container {
        padding: 0 104px
    }
}

.page-home-general-banner-game {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 16px;
    color: var(--text-constant);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 166px;
    overflow: hidden;
    padding: 16px 32px;
    position: relative;
    width: 100%
}

.page-home-general-banner-game:hover .page-home-general-banner-game__img {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25)
}

.page-home-general-banner-game__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right center;
    object-position: right center;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: -webkit-transform .5s linear;
    transition: -webkit-transform .5s linear;
    -o-transition: transform .5s linear;
    transition: transform .5s linear;
    transition: transform .5s linear, -webkit-transform .5s linear;
    width: 100%
}

.page-home-general-banner-game__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: inherit;
    width: 100%
}

.page-home-general-banner-game__title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .01em;
    margin: 0;
    text-transform: uppercase
}

.page-home-general-banner-game__desc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .01em;
    margin: 14px 0 0
}

.page-home-general-banner-game__icon {
    font-size: 5px;
    margin-left: 12px
}

.page-home-general-banner-game__game {
    width: 100px
}

.game-only-image .game-only-image__button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 0;
    position: relative;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    width: 100%
}

.game-only-image__img {
    aspect-ratio: 427/575;
    border-radius: 8px;
    height: auto;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.page-home-general-banner-promotion {
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 166px;
    overflow: hidden;
    padding: 32px;
    position: relative;
    width: 100%
}

.page-home-general-banner-promotion__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right center;
    object-position: right center;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: -webkit-transform .5s linear;
    transition: -webkit-transform .5s linear;
    -o-transition: transform .5s linear;
    transition: transform .5s linear;
    transition: transform .5s linear, -webkit-transform .5s linear;
    width: 100%
}

.page-home-general-banner-promotion:hover .page-home-general-banner-promotion__img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.page-home-general-banner-promotion__content {
    color: var(--text-constant);
    font-size: 16px;
    font-weight: 700;
    height: 100%;
    letter-spacing: .01em;
    position: relative;
    text-transform: uppercase
}

.page-home-general-banner-promotion__title {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .16em
}

.page-home-general-banner-promotion__description {
    margin-top: 8px
}

.page-home-general-banner-promotion__link {
    color: var(--text-constant);
    font-size: 12px;
    font-weight: 700;
    position: relative;
    text-decoration: underline;
    text-transform: uppercase;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.page-home-general-banner-promotion__link:hover {
    color: var(--text-color-extra-2)
}

.page-home-general-banner-v6 {
    padding: 16px 0
}

@media(min-width:768px) {
    .page-home-general-banner-v6 {
        padding: 24px 0
    }
}

@media(min-width:1248px) {
    .page-home-general-banner-v6__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .page-home-general-banner-v6__slider {
        width: calc(68% - 16px)
    }
}

.page-home-general-banner-v6__slider:hover .page-home-general-banner-v6__image {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.page-home-general-banner-v6__promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-top: 16px
}

@media(min-width:1248px) {
    .page-home-general-banner-v6__promo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0 0 16px;
        width: 32%
    }
}

.page-home-general-banner-v6__slide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 16px;
    color: var(--text-constant);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 348px;
    overflow: hidden;
    padding: 24px;
    position: relative;
    text-align: center
}

@media(min-width:960px) {
    .page-home-general-banner-v6__slide {
        padding: 24px 80px;
        text-align: left
    }
}

.page-home-general-banner-v6__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: -webkit-transform .5s linear;
    transition: -webkit-transform .5s linear;
    -o-transition: transform .5s linear;
    transition: transform .5s linear;
    transition: transform .5s linear, -webkit-transform .5s linear;
    width: 100%
}

@media(min-width:768px) {
    .page-home-general-banner-v6__image {
        -o-object-position: right center;
        object-position: right center
    }
}

.page-home-general-banner-v6__content {
    position: relative;
    width: 100%
}

.page-home-general-banner-v6__title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .16em;
    margin: 0 0 12px;
    text-transform: uppercase
}

@media(min-width:768px) {
    .page-home-general-banner-v6__title {
        font-size: 16px
    }
}

.page-home-general-banner-v6__description {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: .01em;
    margin: 0;
    text-transform: uppercase
}

@media(min-width:768px) {
    .page-home-general-banner-v6__description {
        font-size: 32px
    }
}

.page-home-general-banner-v6 .page-home-general-banner-v6__button {
    margin-top: 32px;
    min-width: 116px
}

.fixed-buttons-block {
    bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 0;
    padding: 0;
    pointer-events: none;
    position: fixed;
    width: 100%;
    z-index: 1030
}

@media(min-width:768px) {
    .fixed-buttons-block {
        bottom: 16px
    }
}

.fixed-buttons-block__left {
    padding-left: 16px
}

.block-slider.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.block-slider.slick-slider .slick-list {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative
}

.block-slider.slick-slider .slick-list:focus {
    outline: none
}

.block-slider.slick-slider .slick-list,
.block-slider.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.block-slider.slick-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.block-slider.slick-slider .slick-track:after,
.block-slider.slick-slider .slick-track:before {
    content: "";
    display: table
}

.block-slider.slick-slider .slick-track:after {
    clear: both
}

.block-slider.slick-slider .slick-slide {
    display: none;
    float: left;
    min-height: 1px;
    padding: 0 6px
}

@media(min-width:768px) {
    .block-slider.slick-slider .slick-slide {
        padding: 0 8px
    }
}

.block-slider.slick-slider .slick-slide img:not(.image--hidden) {
    display: block
}

.block-slider.slick-slider.slick-initialized .slick-slide {
    display: block
}

.notification-initial {
    background: var(--background-main);
    bottom: 0;
    -webkit-box-shadow: var(--shadow-modal);
    box-shadow: var(--shadow-modal);
    left: 0;
    padding: 20px 60px 20px 14px;
    position: fixed;
    right: 0;
    z-index: 1020;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media(min-width:768px) {
    .notification-initial {
        padding-left: 32px
    }
}

@media(min-width:960px) {
    .notification-initial {
        padding-left: 38px
    }
}

@media(min-width:1248px) {
    .notification-initial {
        padding-left: 55px
    }
}

.notification-initial__link {
    color: var(--text-color-extra-2) !important
}

.notification-initial__link:hover {
    text-decoration: underline
}

/* .notification-initial__accept {
    margin-right: 15px;
    margin-top: 15px
} */

.notification-initial__text-wrapper {
    overflow-wrap: anywhere;
    word-break: normal
}

.notification-initial__title {
    color: var(--text-color-primary);
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 3px
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}

body {
    margin: 0
}

main {
    display: block
}

a {
    background-color: transparent
}

img {
    border-style: none
}

button {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button
}

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

button:-moz-focusring {
    outline: 1px dotted ButtonText
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

:root {
    --background-main: #1e1d22;
    --background-primary: #27252e;
    --background-secondary: #1a191d;
    --background-header: #27252e;
    --background-sidebar: #27252e;
    --background-calendar: #1e2025;
    --background-bottom-menu: #27252e;
    --background-extra-1: #35323e;
    --background-extra-2: linear-gradient(128deg, #8a70f1 -7.53%, #5840b5 92.48%);
    --background-extra-3: linear-gradient(104deg, #8a70f2 3.97%, #03e8a5 101.83%);
    --background-extra-4: rgba(20, 19, 23, .4);
    --background-extra-5: #27252e;
    --background-extra-6: rgba(15, 13, 22, .2);
    --background-extra-7: linear-gradient(211deg, #8a70f2 18.61%, #594f93 81.72%);
    --background-extra-8: #35323e;
    --background-extra-9: rgba(244, 247, 252, .15);
    --background-extra-10: linear-gradient(138deg, #ffce5a 16.96%, #ff8b29 91.65%);
    --background-extra-11: radial-gradient(90% 105% at 10% 7.5%, #fec600 0%, #fd470e 100%);
    --background-extra-12: radial-gradient(111.11% 115% at 0% -7.5%, #78ecd0 0%, #0b6699 100%);
    --background-extra-13: rgba(25, 26, 30, .7);
    --background-extra-14: #8a70f2;
    --background-extra-15: rgba(25, 26, 30, .86);
    --background-extra-16: rgba(28, 30, 35, .85);
    --background-extra-17: #2d2b33;
    --background-extra-18: linear-gradient(104deg, #a55eff 3.97%, #11aaa1 101.83%);
    --background-extra-19: #fff;
    --background-extra-20: linear-gradient(269deg, #8a6ff2 2.09%, #02e8a4 98.51%);
    --background-extra-21: #2f2d35;
    --background-extra-22: #46434e;
    --background-gradient: linear-gradient(270deg, #24262b, rgba(36, 38, 43, .68) 47.92%, rgba(36, 38, 43, 0));
    --background-gradient-2: linear-gradient(180deg, rgba(25, 26, 30, 0), rgba(25, 26, 30, .75) 49.26%, rgba(25, 26, 30, .93) 73.4%, rgba(25, 26, 30, .97) 84.11%, #191a1e);
    --background-gradient-3: linear-gradient(180deg, rgba(50, 52, 59, 0), #32343b);
    --text-color-primary: #fff;
    --text-color-secondary: #6b667a;
    --text-constant: #fff;
    --text-color-extra-1: #727683;
    --text-color-extra-2: #8a70f2;
    --text-color-extra-3: #03e8a5;
    --text-color-extra-4: #191a1e;
    --text-color-extra-5: #000;
    --text-color-extra-6: #43e9ff;
    --text-color-extra-7: #ffd953;
    --text-color-extra-8: #191a1e;
    --button-primary-bg: linear-gradient(104deg, #8a70f2 3.97%, #03e8a5 101.83%);
    --button-primary-text: #1e1d22;
    --button-primary-bg-hover: linear-gradient(104deg, #03e8a5 3.97%, #8a70f2 101.83%);
    --button-primary-text-hover: #1e1d22;
    --button-primary-bg-active: linear-gradient(104deg, #02d295 3.97%, #725ad2 101.83%);
    --button-primary-text-active: #1e1d22;
    --button-secondary-bg: #3e3b46;
    --button-secondary-border: none;
    --button-secondary-text: #fff;
    --button-secondary-bg-hover: #34313c;
    --button-secondary-border-color-hover: #34313c;
    --button-secondary-text-hover: #fff;
    --button-secondary-bg-active: #34313c;
    --button-secondary-border-color-active: #34313c;
    --button-secondary-text-active: #fff;
    --button-special-bg: #32343b;
    --button-special-border: #35323e;
    --button-special-text: #f4f7fc;
    --button-special-icon: #524e5e;
    --button-special-bg-hover: #373441;
    --button-special-border-hover: #191a1e;
    --button-special-text-hover: #f4f7fc;
    --button-special-icon-hover: #fff;
    --button-special-bg-active: #191a1e;
    --button-special-border-active: #191a1e;
    --button-special-text-active: #f4f7fc;
    --button-special-icon-active: #f4f7fc;
    --button-text: #f4f7fc;
    --button-text-hover: #5ca7ec;
    --button-text-active: #3b91e0;
    --button-extra-1-bg: linear-gradient(104.16deg, #32343b 3.97%, #191a1e 101.83%);
    --button-extra-1-text: #f4f7fc;
    --button-extra-1-bg-hover: linear-gradient(103.96deg, #191a1e 4.07%, #32343b 109.21%);
    --button-extra-1-text-hover: #f4f7fc;
    --button-extra-1-bg-active: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(103.96deg, #191a1e 4.07%, #32343b 109.21%);
    --button-extra-1-text-active: #f4f7fc;
    --button-extra-2-bg: linear-gradient(104.16deg, #32343b 3.97%, #24262b 101.83%);
    --button-extra-2-text: #f4f7fc;
    --button-extra-2-bg-hover: linear-gradient(104.16deg, #24262b 3.97%, #32343b 101.83%);
    --button-extra-2-text-hover: #f4f7fc;
    --button-extra-2-bg-active: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(104.16deg, #24262b 3.97%, #32343b 101.83%);
    --button-extra-2-text-active: #f4f7fc;
    --button-extra-3-bg: linear-gradient(97.51deg, #b35ff5 -12.75%, #1e34aa 105.9%);
    --button-extra-3-text: #f4f7fc;
    --button-extra-3-bg-hover: linear-gradient(97.51deg, #1e34aa -12.75%, #b35ff5 102.91%);
    --button-extra-3-text-hover: #f4f7fc;
    --button-extra-3-bg-active: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(97.51deg, #1e34aa -12.75%, #b35ff5 102.91%);
    --button-extra-3-text-active: #f4f7fc;
    --button-game-page-bg: #35323e;
    --button-game-page-bg-active: #191a1e;
    --button-game-page-bg-active-extra: linear-gradient(104deg, #8a70f2 3.97%, #03e8a5 101.83%);
    --button-game-page-text: #696d7b;
    --button-game-page-text-active: #696d7b;
    --button-game-page-text-active-extra: #f4f7fc;
    --button-close-bg: #24262b;
    --button-close-bg-hover: #32343b;
    --button-close-border: #32343b;
    --button-close-border-hover: #32343b;
    --button-close-color: #696d7b;
    --button-close-color-hover: #f4f7fc;
    --search-bg: #32343b;
    --search-bg-extra: #24262b;
    --search-border-color: #32343b;
    --search-text: #696d7b;
    --search-icon: #696d7b;
    --search-bg-active: #191a1e;
    --search-border-color-active: #696d7b;
    --search-text-active: #f4f7fc;
    --arrow-bg: #3e3b46;
    --arrow-bg-hover: #35323e;
    --arrow-icon: #fff;
    --table-head-color: #fff;
    --table-head-background: rgba(30, 29, 34, .6);
    --table-color: #5e586b;
    --table-color-1: #ffcf55;
    --table-color-2: #7eb8ed;
    --table-color-3: #768193;
    --table-row: #1b1a1f;
    --table-row-extra: #27252e;
    --checkbox-border: #32343b;
    --checkbox-border-active: #32343b;
    --checkbox-bg: transparent;
    --checkbox-bg-active: #32343b;
    --checkbox-icon: transparent;
    --checkbox-icon-active: #f4f7fc;
    --checkbox-color: #696d7b;
    --checkbox-color-active: #f4f7fc;
    --switch-bg: transparent;
    --switch-bg-hover: #8a70f2;
    --switch-border: #8a70f2;
    --switch-border-hover: #8a70f2;
    --switch-disk: #f4f7fc;
    --switch-disk-active: #f4f7fc;
    --slider-dots-color: rgba(99, 95, 114, .4);
    --slider-dots-color-active: #02e8a4;
    --block-title-color: #f4f7fc;
    --block-title-icon: #696d7b;
    --indicator-correctly: #21ca6f;
    --indicator-error: #de2b2b;
    --indicator-warning: #ffc90a;
    --indicator-extra: #2f80ed;
    --social-media-background: #32343b;
    --social-media-background-hover: #32343b;
    --shadow-header: 0px 4px 15px rgba(25, 26, 30, .5);
    --shadow-menu: 0px -4px 10px rgba(25, 26, 30, .3);
    --shadow-modal: 0px 4px 20px rgba(25, 26, 30, .3);
    --shadow-dropdown: 0px 6px 12px rgba(25, 26, 30, .45);
    --shadow-button: 0px 4px 15px rgba(25, 26, 30, .5);
    --shadow-extra-1: 0 4px 15px 0 rgba(25, 26, 30, .5);
    --footer-background: #161519;
    --footer-divider: #35323e;
    --footer-social-media-background: #201e24;
    --footer-social-media-background-hover: #888293;
    --page-jackpot-background: #191a1e;
    --page-jackpot-background-element: #24262b;
    --page-jackpot-background-level: radial-gradient(113.15% 141.42% at 0% 0%, #3f424b 0%, #1b1d22 100%);
    --jackpot-pool-color: #ffe768;
    --jackpot-prize-color-1: #ffe34d;
    --jackpot-prize-color-2: #e7f5ff;
    --jackpot-prize-color-3: #ffd3b1;
    --jackpot-prize-color-background-1: linear-gradient(176.88deg, rgba(230, 182, 15, .4) 2.59%, rgba(255, 107, 0, .24) 35.3%, rgba(27, 29, 74, 0) 97.41%);
    --jackpot-prize-color-background-2: linear-gradient(176.88deg, rgba(174, 209, 211, .4) 2.59%, rgba(79, 89, 100, .26) 35.3%, rgba(27, 29, 74, 0) 97.41%);
    --jackpot-prize-color-background-3: linear-gradient(176.88deg, rgba(202, 79, 71, .4) 2.59%, rgba(182, 81, 24, .14) 35.3%, rgba(27, 29, 74, 0) 97.41%);
    --jackpot-prize-color-background-4: linear-gradient(176.88deg, rgba(71, 157, 152, .24) 2.59%, rgba(71, 157, 152, .1) 35.3%, rgba(27, 29, 74, 0) 97.41%);
    --page-vip-background: #1e1d22;
    --page-vip-background-element: #1b1a1f;
    --skeleton-bg: #1f2125;
    --skeleton-inner: linear-gradient(90deg, rgba(55, 58, 65, 0), #373a41 50%, rgba(55, 58, 65, 0));
    --color-extra-1: #4a4657
}

html {
    height: auto;
    padding: env(safe-area-inset);
    width: 100%
}

.body,
html {
    min-height: 100%
}

.body {
    background-color: var(--background-main);
    color: var(--text-color-secondary);
    font-family: Manrope, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.3;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    overflow-x: hidden;
    padding: 0;
    text-align: left;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    width: 100vw
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img {
    border: none
}

a[disabled] {
    pointer-events: none
}

.footer-licence-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--text-color-extra-1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 11px;
    font-weight: 400;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    letter-spacing: -.02em;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%
}

@media(min-width:768px) {
    .footer-licence-info {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.footer-licence-info a {
    color: var(--text-color-extra-2);
    text-decoration: none
}

.footer-licence-info a:hover {
    text-decoration: underline
}

.footer-licence-info__licence {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 12px;
    margin-right: 0;
    width: 48px
}

@media(min-width:768px) {
    .footer-licence-info__licence {
        margin-bottom: 0;
        margin-right: 16px
    }
}

.footer-licence-info__text {
    text-align: center
}

@media(min-width:768px) {
    .footer-licence-info__text {
        text-align: left
    }
}

.footer-responsibilities {
    color: var(--text-color-extra-1);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 18px;
    text-align: center
}

@media(min-width:1248px) {
    .footer-responsibilities {
        max-width: 30%
    }
}

@media(min-width:768px) {
    .footer-responsibilities {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left
    }
}

@media(min-width:1248px) {
    .footer-responsibilities {
        display: block
    }
}

.footer-responsibilities .footer-responsibilities__list {
    margin-bottom: 16px;
    padding: 0
}

@media(min-width:768px) {
    .footer-responsibilities .footer-responsibilities__list {
        margin: 0 16px 0 0;
        width: auto
    }
}

@media(min-width:1248px) {
    .footer-responsibilities .footer-responsibilities__list {
        margin: 0 0 16px
    }
}

.social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0
}

.social-list__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--footer-social-media-background);
    border-radius: 8px;
    color: rgba(var(--text-color-primary), .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background-color .75s, color .75s;
    -o-transition: background-color .75s, color .75s;
    transition: background-color .75s, color .75s;
    width: 40px
}

.social-list__link:hover {
    background-color: var(--footer-social-media-background-hover);
    color: var(--text-color-primary)
}

.body {
    scrollbar-color: rgba(244, 247, 252, .15)
}

.body::-webkit-scrollbar {
    height: 1px;
    width: 1px
}

.body::-webkit-scrollbar-track {
    background: rgba(40, 42, 49, .6);
    border-radius: 2px
}

.body::-webkit-scrollbar-thumb {
    border-radius: 2px;
    margin: 0
}

.body::-webkit-scrollbar-thumb,
.body::-webkit-scrollbar-thumb:hover {
    background: rgba(244, 247, 252, .15)
}

.body:hover::-webkit-scrollbar-thumb {
    background: rgba(244, 247, 252, .15)
}

@media screen and (max-width: 968px) {
    .slick-arrow {
        display: none;
    }
}

@charset "UTF-8";

.games-filter-v1 {
    padding: 16px 0;
    position: relative;
    z-index: 100
}

@media(min-width:768px) {
    .games-filter-v1 {
        padding: 24px 0
    }
}

.games-filter-v1__wrap {
    background: var(--background-primary);
    border-radius: 14px;
    padding: 16px
}

@media(min-width:768px) {
    .games-filter-v1__wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.games-filter-v1 .games-filter-v1__category-menu {
    margin-bottom: 16px;
    position: relative;
    z-index: 110
}

@media(min-width:768px) {
    .games-filter-v1 .games-filter-v1__category-menu {
        margin-bottom: 0;
        max-width: 238px
    }
}

@media(min-width:1248px) {
    .games-filter-v1 .games-filter-v1__category-menu {
        max-width: 100%
    }
}

.category-select {
    scrollbar-color: rgba(244, 247, 252, .15)
}

.category-select::-webkit-scrollbar {
    height: 1px;
    width: 1px
}

.category-select::-webkit-scrollbar-track {
    background: rgba(40, 42, 49, .6);
    border-radius: 2px
}

.category-select::-webkit-scrollbar-thumb {
    background: rgba(244, 247, 252, .15);
    border-radius: 2px;
    margin: 0
}

.category-select::-webkit-scrollbar-thumb:hover,
.category-select:hover::-webkit-scrollbar-thumb {
    background: rgba(244, 247, 252, .15)
}

.category-select__list {
    scrollbar-color: rgba(244, 247, 252, .15)
}

.category-select__list::-webkit-scrollbar {
    height: 3px;
    width: 2px
}

.category-select__list::-webkit-scrollbar-track {
    background: rgba(40, 42, 49, .6);
    border-radius: 2px
}

.category-select__list::-webkit-scrollbar-thumb {
    background: rgba(244, 247, 252, .15);
    border-radius: 2px;
    margin: 0
}

.category-select__list::-webkit-scrollbar-thumb:hover,
.category-select__list:hover::-webkit-scrollbar-thumb {
    background: rgba(244, 247, 252, .15)
}

.category-select {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%
}

@media(min-width:1248px) {
    .category-select {
        overflow: auto;
        position: static
    }
}

.category-select__button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    background-color: var(--background-extra-8);
    border: none;
    border-radius: 8px;
    color: var(--text-color-primary);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 14px;
    font-weight: 600;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    letter-spacing: -.02em;
    margin: 0;
    min-height: 40px;
    outline: none;
    padding: 8px;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    width: 100%
}

@media(min-width:1248px) {
    .category-select__button {
        display: none
    }
}

.category-select__button:hover {
    background-color: var(--background-secondary)
}

.category-select__button-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.category-select__caret {
    color: var(--text-color-secondary);
    display: inline-block;
    font-size: 10px;
    margin: 0 0 0 5px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    vertical-align: top;
    width: auto
}

.category-select__list {
    background-color: var(--background-secondary);
    border-radius: 8px;
    -webkit-box-shadow: var(--shadow-dropdown);
    box-shadow: var(--shadow-dropdown);
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 4px 0 0;
    overflow-x: auto;
    padding: 16px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%
}

@media(min-width:1248px) {
    .category-select__list {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 24px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0;
        padding: 0 0 4px;
        position: static
    }
}

.category-select .category-select__option {
    margin: 8px 0;
    padding: 0
}

@media(min-width:1248px) {
    .category-select .category-select__option {
        margin: 0;
        width: auto
    }
}

.category-select .category-select__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    color: var(--text-color-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    letter-spacing: -.02em;
    line-height: 18px;
    margin: 0;
    outline: none;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    white-space: nowrap;
    width: 100%
}

.category-select .category-select__link:active,
.category-select .category-select__link:focus,
.category-select .category-select__link:hover {
    cursor: pointer;
    outline: none;
    text-decoration: none
}

.category-select .category-select__link:hover {
    background: var(--background-primary);
    color: var(--text-color-primary)
}

@media(min-width:1248px) {
    .category-select .category-select__link:hover {
        background: var(--button-primary-bg);
        color: var(--button-primary-text)
    }
}

.category-select .category-select__link:hover img {
    -webkit-filter: brightness(10);
    filter: brightness(10)
}

@media(min-width:1248px) {
    .category-select .category-select__link:hover img {
        -webkit-filter: brightness(.1);
        filter: brightness(.1)
    }
}

.category-select .category-select__link:hover .category-select__count {
    background: var(--background-extra-7);
    color: var(--text-color-extra-6)
}

@media(min-width:1248px) {
    .category-select .category-select__link:hover .category-select__count {
        background: transparent;
        color: var(--button-primary-text)
    }
}

.category-select__name {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%
}

.category-select__link-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 70%
}

@media(min-width:1248px) {
    .category-select__link-content {
        max-width: 150px
    }
}

.category-select__icon {
    display: inline-block;
    -webkit-filter: none;
    filter: none;
    height: 24px;
    margin: 0 8px 0 0;
    vertical-align: top;
    width: auto
}

.category-select__count {
    background: var(--background-main);
    border-radius: 4px;
    color: var(--text-color-secondary);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: -.24px;
    margin: 0;
    padding: 4px 8px
}

@media(min-width:1248px) {
    .category-select__count {
        background: transparent;
        font-size: 12px;
        padding: 0 4px 12px
    }
}

.providers-slider-container {
    position: relative
}

.providers-slider-container__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--text-color-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-right: 96px
}

.providers-slider-container__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    padding: 0
}

.providers-slider-container__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--background-primary);
    border-radius: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 160px;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    width: 160px
}

.providers-slider-container__item:hover {
    background-color: var(--background-secondary)
}

@media(min-width:768px) {
    .providers-slider-container__item {
        height: 84px;
        min-width: 164px;
        width: 164px
    }
}

@media(min-width:1248px) {
    .providers-slider-container__item {
        min-width: 176px;
        width: 176px
    }
}

.providers-slider-container__image {
    max-height: calc(100% - 40px);
    max-width: calc(100% - 36px)
}

.home-about-us {
    padding: 16px 0
}

@media(min-width:768px) {
    .home-about-us {
        padding: 24px 0
    }
}

.home {
    display: block;
    margin: 0;
    padding: 0 0 32px;
    width: 100%
}

@media(min-width:768px) {
    .home {
        padding-bottom: 48px
    }
}

.home__providers {
    display: block;
    padding: 16px 0;
    width: 100%
}

@media(min-width:768px) {
    .home__providers {
        padding: 24px 0
    }
}

.home-winners {
    padding: 16px 0
}

@media(min-width:768px) {
    .home-winners {
        padding: 24px 0
    }
}

.tabs-buttons {
    scrollbar-color: rgba(244, 247, 252, .15)
}

.tabs-buttons::-webkit-scrollbar {
    height: 1px;
    width: 1px
}

.tabs-buttons::-webkit-scrollbar-track {
    background: rgba(40, 42, 49, .6);
    border-radius: 2px
}

.tabs-buttons::-webkit-scrollbar-thumb {
    background: rgba(244, 247, 252, .15);
    border-radius: 2px;
    margin: 0
}

.tabs-buttons::-webkit-scrollbar-thumb:hover,
.tabs-buttons:hover::-webkit-scrollbar-thumb {
    background: rgba(244, 247, 252, .15)
}

.tabs-buttons {
    background-color: var(--background-primary);
    border-radius: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 16px;
    margin-bottom: 16px;
    max-width: 100%;
    overflow-x: auto;
    padding: 4px
}

.tabs-buttons__text {
    position: relative
}

.tabs-buttons__tab {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    border-radius: 8px;
    color: var(--text-color-secondary);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    min-height: 38px;
    overflow: hidden;
    padding: 0 16px;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: background-color .3s ease, color .3s ease;
    -o-transition: background-color .3s ease, color .3s ease;
    transition: background-color .3s ease, color .3s ease;
    white-space: nowrap
}

.tabs-buttons__tab--active,
.tabs-buttons__tab:hover {
    background-color: var(--background-secondary);
    color: var(--text-color-primary)
}

.tabs-buttons__tab--active {
    cursor: default
}

.tabs-buttons__tab:before {
    background: var(--background-extra-1);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 0
}

.tabs-buttons--main .tabs-buttons__tab--active,
.tabs-buttons--main .tabs-buttons__tab:hover {
    color: var(--text-color-primary)
}

.tabs-buttons--main .tabs-buttons__tab--active:before,
.tabs-buttons--main .tabs-buttons__tab:hover:before {
    opacity: 1
}

.winners-in-slider {
    position: relative
}

.winners-in-slider__item {
    background-color: var(--background-primary);
    border-radius: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    min-width: 272px;
    padding: 16px;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    width: 272px
}

.winners-in-slider__item:hover {
    background-color: var(--background-secondary)
}

.winners-in-slider__wrapper-image {
    aspect-ratio: 427/575;
    border-radius: 8px;
    margin-right: 16px;
    width: 60px
}

.winners-in-slider__image {
    border-radius: 8px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 60px
}

.winners-in-slider__game {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--text-color-secondary);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 10px)
}

.winners-in-slider__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: calc(100% - 60px)
}

.winners-in-slider__username {
    color: var(--text-color-primary);
    max-width: 100%;
    overflow: hidden
}

.winners-in-slider__sum {
    color: var(--text-color-primary);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.02em
}

.home-vip {
    padding: 16px 0
}

@media(min-width:768px) {
    .home-vip {
        padding: 24px 0
    }
}

.home-tournaments {
    padding: 16px 0
}

@media(min-width:768px) {
    .home-tournaments {
        padding: 24px 0
    }
}

.random-game-v1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 346px;
    overflow: hidden;
    padding-top: 24px;
    position: relative;
    width: 100%
}

.random-game-v1__slider {
    left: 0;
    padding-top: 52px;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.random-game-v1__random-wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 552px;
    position: relative;
    width: 100%
}

.random-game-v1__random-wrap--s6 {
    max-width: 726px;
    min-height: 346px
}

.random-game-v1__random-game {
    width: 210px
}

.games-random {
    min-height: 237px
}

.games-random__game {
    width: 176px
}

.slider-random-games.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.slider-random-games.slick-slider .slick-list {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative
}

.slider-random-games.slick-slider .slick-list:focus {
    outline: none
}

.slider-random-games.slick-slider .slick-list,
.slider-random-games.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slider-random-games.slick-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.slider-random-games.slick-slider .slick-track:after,
.slider-random-games.slick-slider .slick-track:before {
    content: "";
    display: table
}

.slider-random-games.slick-slider .slick-track:after {
    clear: both
}

.slider-random-games.slick-slider .slick-slide {
    display: none;
    float: left;
    line-height: 0;
    min-height: 1px;
    padding: 0 4px
}

.slider-random-games.slick-slider .slick-slide img:not(.image--hidden) {
    display: block
}

.slider-random-games.slick-slider.slick-initialized .slick-slide {
    display: block
}

.randome-game {
    text-align: center
}

.randome-game__preview {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: var(--background-extra-3);
    border-radius: 16px;
    left: 0;
    line-height: 0;
    overflow: hidden;
    padding: 1px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.randome-game__preview-img {
    border-radius: 16px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.randome-game__game {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 2
}

.randome-game__wrap {
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.randome-game__preview-text {
    color: var(--text-color-primary);
    font-size: 20px;
    font-weight: 700;
    left: 50%;
    letter-spacing: -.02em;
    line-height: 1.4;
    max-width: 164px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}

.randome-game__button {
    bottom: 0;
    margin-top: 16px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media(min-width:768px) {
    .randome-game__button {
        margin-top: 24px
    }
}

.randome-game__icon {
    font-size: 12px;
    margin-right: 5px
}

.game-random {
    background-color: var(--background-primary);
    border-radius: 14px;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
}

.game-random__header {
    line-height: 0;
    position: inherit
}

.game-random__img {
    border: none;
    border-radius: 8px;
    height: 100%;
    width: 100%
}

.game-random__action {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: var(--background-extra-13);
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    line-height: 1;
    opacity: 0;
    overflow: hidden;
    padding: 5px;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    width: 100%
}

@media(min-width:1248px) {
    .game-random:hover .game-random__action {
        opacity: 1
    }
}

.game-random__buttons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 10% 0 0;
    padding: 0;
    text-align: center;
    width: 100%
}

.game-random .game-random__button--demo,
.game-random .game-random__button--play {
    bottom: 0;
    font-size: 10px;
    left: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    width: 100%
}

@media(min-width:1248px) {

    .game-random .game-random__button--demo,
    .game-random .game-random__button--play {
        position: static;
        width: auto
    }

    .game-random .game-random__button--play {
        font-size: 20px;
        min-height: 56px;
        min-width: 56px
    }

    .game-random .game-random__button--demo {
        background: var(--background-extra-13);
        border-radius: 8px;
        color: var(--text-color-primary);
        margin-top: 8px;
        min-height: 24px;
        min-width: 48px;
        -webkit-transition: background-color .3s ease, color .3s ease;
        -o-transition: background-color .3s ease, color .3s ease;
        transition: background-color .3s ease, color .3s ease
    }

    .game-random .game-random__button--demo:hover {
        background-color: var(--background-secondary)
    }
}

@media screen and (max-width: 968px) {
    .button-special, .link-special,
    .about-us-v1__img{
        display: none;
    }
    .header .header__button,
    .header .header__sign-in-btn{
        margin: 0;
        padding: 7px 14px; 
    }
    .header .header__sign-in-btn{
        margin-right: 0 10px;
        display: none;
    }
    .header .header__logo{
        max-width: 100px;
    }
    .page-home-general-banner-v6__description{
        font-size: 24px;
    }
    .page-home-general-banner-promotion__img{
        filter: brightness(0.5);
    }
    .slick-track{
        overflow-x: auto;
    }
    .slick-track::-webkit-scrollbar{
        display: none;
    }
}


.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
}

.slick-slide {
    margin: 0 10px; /* Расстояние между слайдами */
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background: transparent;
    border: none;
    cursor: pointer;
}

.slick-prev {
    left: -25px;
}

.slick-next {
    right: -25px;
}

.slick-prev i,
.slick-next i {
    font-size: 24px;
    color: #000;
}

.error-page {
    align-items: center;
    color: var(--text-color-primary);
    display: flex
;
    flex-direction: column;
    justify-content: center;
    padding: 32px 14px;
}

@media (min-width: 768px) {
    .error-page {
        padding: 80px 20px;
    }
}
.error-page__img {
    margin-bottom: 32px;
    max-width: 460px;
    width: 100%;
}
.image--preview {
    background-image: url(../img/preview.e99331e6..png);
    background-repeat: repeat;
}
.image--hidden {
    display: none !important;
}
.error-page__img {
    margin-bottom: 32px;
    max-width: 460px;
    width: 100%;
}
.error-page__title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .16px;
    margin-bottom: 16px;
    text-align: center;
    text-transform: uppercase;
}
.error-page__body {
    color: var(--text-color-secondary);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.64;
    max-width: 752px;
    text-align: center;
}
.error-page .error-page__link {
    margin-top: 32px;
    min-width: 156px;
}
.related{
    margin: 35px 0;
}
.related-title{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}
.related-list{
    justify-content: center;
}
.breadcrumbs {
    display: flex
;
    align-items: center;
    gap: 10px;
    margin: 25px 0;
}
.breadcrumbs a{
    padding-bottom: 0;
}
.strong-form input[type="text"],
.strong-form textarea{
    background: none;
    padding: 20px;
}