    .game__provider, .game__title a{
        color: #fff;
    }

    .image-responsive {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .image-sizer {
        transition: padding-bottom 0.2s cubic-bezier(0.25, 0.8, 0.5, 1);
        flex: 1 0 0px;
    }

    .preloader__loader img {
        display: block;
        max-width: 100%;
        height: auto;
    }    

    .image-cover {
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .image-content {
        flex: 1 0 0px;
        max-width: 100%;
    }

    .bonus-title {
        align-self: center;
        color: #ffb131;
        font-weight: 700;
        font-size: 14px;
        line-height: 1.6;
        text-transform: uppercase;
    }

    .mb-0-box {
        margin-bottom: 0;
    }

    .mb-4-box {
        margin-bottom: 16px;
    }

    .theme-dark {
        color: #fff;
    }

    .banner-text-title {
        font-size: 1.25rem;
    }

    .banner-text-subtitle {
        font-size: 1rem;
    }

    .banner-button a {
        position: absolute;
        bottom: 5px;
        left: 10px;
        background-color: white;
        color: black;
        padding: 5px 15px;
        border-radius: 8px;
        font-size: 1rem;
        text-decoration: none;
        z-index: 10;
        transition: background-color 0.3s;
    }

    @media (min-width: 768px) {
        .banner-text-title {
            font-size: 2.25rem;
        }

        .banner-text-subtitle {
            font-size: 1.5rem;
        }

        .banner-button a {
            padding: 15px 25px;
            font-size: 1.2rem;
        }
    }

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

    .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: flex;
        transition-property: transform;
        transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
        box-sizing: content-box;
    }

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

    .swiper-horizontal {
        touch-action: pan-y;
    }

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

    .swiper-backface-hidden .swiper-slide {
        transform: translateZ(0);
        backface-visibility: hidden;
    }

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

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: var(--swiper-pagination-bottom, .625rem);
        top: var(--swiper-pagination-top, auto);
        left: 0;
        width: 100%;
    }

    .swiper-pagination-bullet {
        width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, .625rem));
        height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, .625rem));
        display: inline-block;
        border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
        background: var(--swiper-pagination-bullet-inactive-color, transparent);
        opacity: var(--swiper-pagination-bullet-inactive-opacity, .3);
        border: 1px solid var(--swiper-pagination-color, var(--swiper-theme-color));
    }

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

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

    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
    }

    .pointer-events-none {
        pointer-events: none;
    }

    .pointer-events-auto {
        pointer-events: auto;
    }

    .absolute {
        position: absolute;
    }

    .relative {
        position: relative;
    }

    .inset-0 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .-right-2 {
        right: -.5rem;
    }

    .bottom-0 {
        bottom: 0;
    }

    .right-0 {
        right: 0;
    }

    .top-0 {
        top: 0;
    }

    .-z-1 {
        z-index: -1;
    }

    .z-1 {
        z-index: 1;
    }

    .z-2 {
        z-index: 2;
    }

    .col-span-5 {
        grid-column: span 5 / span 5;
    }

    .col-span-full {
        grid-column: 1 / -1;
    }

    .row-span-2 {
        grid-row: span 2 / span 2;
    }

    .mb-5\.5 {
        margin-bottom: 2rem;
    }

    .mt-1 {
        margin-top: .25rem;
    }

    .block {
        display: block;
    }

    .inline {
        display: inline;
    }

    .flex {
        display: flex;
    }

    .grid {
        display: grid;
    }

    .aspect-\[1\.2\] {
        aspect-ratio: 1.2;
    }

    .aspect-\[716\/284\] {
        aspect-ratio: 716/284;
    }

    .aspect-\[860\/300\] {
        aspect-ratio: 860/300;
    }

    .h-20 {
        height: 5rem;
    }

    .h-\[110\%\] {
        height: 110%;
    }

    .h-full {
        height: 100%;
    }

    .w-5 {
        width: 1.25rem;
    }

    .w-6 {
        width: 1.5rem;
    }

    .w-full {
        width: 100%;
    }

    .max-w-\[11rem\] {
        max-width: 11rem;
    }

    .max-w-\[24rem\] {
        max-width: 24rem;
    }

    .-scale-x-100 {
        --tw-scale-x: -1;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }

    .flex-col {
        flex-direction: column;
    }

    .items-start {
        align-items: flex-start;
    }

    .items-center {
        align-items: center;
    }

    .justify-center {
        justify-content: center;
    }

    .justify-between {
        justify-content: space-between;
    }

    .gap-2\.5 {
        gap: .625rem;
    }

    .overflow-hidden {
        overflow: hidden;
    }

    .rounded-2xl {
        border-radius: 1.125rem;
    }

    .rounded-3xl {
        border-radius: 1.25rem;
    }

    .bg-\[\#1c233a\] {
        background-color: #1c233a;
    }

    .bg-gradient-var {
        background-image: linear-gradient(var(--angle, 0deg), var(--from, transparent) var(--from-offset, 0%), var(--to, transparent) var(--to-offset, 100%));
    }

    .bg-contain {
        background-size: contain;
    }

    .bg-clip-text {
        -webkit-background-clip: text;
        background-clip: text;
    }

    .object-cover {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .p-4\.5 {
        padding: 1.125rem;
    }

    .p-5 {
        padding: 1.25rem;
    }

    .px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .text-lg {
        font-size: .875rem;
    }

    .text-sm {
        font-size: .75rem;
    }

    .font-bold {
        font-weight: 700;
    }

    .leading-\[1\.2\] {
        line-height: 1.2;
    }

    .leading-tight {
        line-height: 1.25;
    }

    .text-\[\#BCDFFF\] {
        color: #bcdfff;
    }

    .text-\[\#cdfbff\] {
        color: #cdfbff;
    }

    .text-transparent {
        color: transparent;
    }

    .text-white {
        color: #fff;
    }

    .text-white\/90 {
        color: #ffffffe6;
    }

    .opacity-0 {
        opacity: 0;
    }

    .opacity-50 {
        opacity: .5;
    }

    .opacity-99 {
        opacity: .99;
    }

    .transition {
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-duration: .15s;
    }

    .transition-all {
        transition-property: all;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-duration: .15s;
    }

    .transition-colors {
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-duration: .15s;
    }

    .\[--bg\:--to\] {
        --bg: var(--to);
    }

    .\[--from\:\#1d7688\] {
        --from: #1d7688;
    }

    .\[--from\:\#3E76D1\] {
        --from: #3E76D1;
    }

    .\[--from\:white\] {
        --from: white;
    }

    .\[--to\:\#1e748580\] {
        --to: #1e748580;
    }

    .\[--to\:\#223D6F\] {
        --to: #223D6F;
    }

    .\[--to\:\#B7DAE1\] {
        --to: #B7DAE1;
    }

    .\[--to\:\#b7e1d6\] {
        --to: #b7e1d6;
    }

    ::-webkit-scrollbar {
        width: 1px;
        height: 1px;
        --scrollbar-mt: 0rem;
        --scrollbar-mb: 0rem;
        --scrollbar-bg: #161b2e;
    }

    ::-webkit-scrollbar-track {
        width: 1px;
        background-color: var(--scrollbar-bg);
        margin-top: var(--scrollbar-mt);
        margin-bottom: var(--scrollbar-mb);
    }

    ::-webkit-scrollbar-thumb {
        background-color: #2d3653;
    }

    * {
        scrollbar-color: #2d3653 var(--scrollbar-bg);
    }

    *:not(select):not(textarea):not(input)::-moz-scrollbar-thumb {
        background-color: #2d3653;
    }

    *:not(select):not(textarea):not(input)::-moz-scrollbar-track {
        background-color: var(--scrollbar-bg);
    }

    .first\:rounded-l-3xl:first-child {
        border-top-left-radius: 1.25rem;
        border-bottom-left-radius: 1.25rem;
    }

    .last\:rounded-r-3xl:last-child {
        border-top-right-radius: 1.25rem;
        border-bottom-right-radius: 1.25rem;
    }

    @media (hover: hover) and (pointer: fine) {
        .hover\:bg-bg-mix-50:hover {
            background-color: color-mix(in srgb, var(--bg) 50%, transparent);
        }

        .hover\:opacity-100:hover {
            opacity: 1;
        }

        .hover\:brightness-105:hover {
            --tw-brightness: brightness(1.05);
            filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
        }
    }

    .disabled\:invisible:disabled {
        visibility: hidden;
    }

    .disabled\:opacity-0:disabled {
        opacity: 0;
    }

    @media (hover: hover) and (pointer: fine) {
        .group:hover .group-hover\:opacity-100 {
            opacity: 1;
        }
    }

    @media not all and (min-width: 768px) {
        .max-md\:hidden {
            display: none;
        }
    }

    @media not all and (min-width: 540px) {
        .max-sm\:text-tiny {
            font-size: .6875rem;
        }
    }

    @media (min-width: 540px) {
        .sm\:mt-2 {
            margin-top: .5rem;
        }

        .sm\:h-30 {
            height: 7.5rem;
        }

        .sm\:w-10 {
            width: 2.5rem;
        }

        .sm\:max-w-\[30rem\] {
            max-width: 30rem;
        }

        .sm\:gap-4 {
            gap: 1rem;
        }

        .sm\:px-7\.5 {
            padding-left: 1.875rem;
            padding-right: 1.875rem;
        }

        .sm\:text-2xl {
            font-size: 1.125rem;
        }

        .sm\:text-\[1\.75rem\] {
            font-size: 1.75rem;
        }

        .sm\:text-lg {
            font-size: .875rem;
        }
    }

    @media (min-width: 768px) {
        .md\:col-start-6 {
            grid-column-start: 6;
        }

        .md\:p-10 {
            padding: 2.5rem;
        }
    }

    @media (min-width: 1024px) {
        .lg\:col-span-3 {
            grid-column: span 3 / span 3;
        }

        .lg\:col-span-7 {
            grid-column: span 7 / span 7;
        }

        .lg\:col-start-8 {
            grid-column-start: 8;
        }

        .lg\:mb-0 {
            margin-bottom: 0.5rem;
        }

        .lg\:aspect-auto {
            aspect-ratio: auto;
        }

        .lg\:h-35\.5 {
            height: 8.875rem;
        }

        .lg\:transition {
            transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
            transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
            transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
            transition-timing-function: cubic-bezier(.4, 0, .2, 1);
            transition-duration: .15s;
        }
    }

    .\[\&_\.swiper-pagination\]\:bottom-1 .swiper-pagination {
        bottom: .25rem;
    }

    @media (min-width: 1024px) {
        .lg\:\[\&_\.swiper-pagination\]\:bottom-3 .swiper-pagination {
            bottom: .75rem;
        }
    }

    .home-game-slider {
        margin-bottom: 24px;
    }

    @media (min-width:768px) {
        .home-game-slider {
            margin-bottom: 32px;
        }
    }

    .game {
        aspect-ratio: 1;
        display: block;
        height: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
        cursor: pointer;
    }

    .game__block-img {
        display: flex;
        font-size: 0;
        margin: 0;
        overflow: hidden;
        padding: 0;
        width: 100%;
        max-height: 134%;
        border-radius: 10px
    }

    .game__action {
        align-items: center;
        background-color: rgba(10, 10, 13, .65);
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        height: 100%;
        justify-content: center;
        left: 0;
        opacity: 0;
        overflow: hidden;
        padding: 5px;
        position: absolute;
        top: 0;
        transition: opacity .3s ease;
        width: 100%;
    }

    .game:hover .game__action {
        opacity: 0;
    }

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

    .game__label-list {
        -moz-column-gap: 4px;
        column-gap: 4px;
        display: flex;
        flex-wrap: wrap;
        left: 0;
        opacity: 1;
        padding: 8px;
        pointer-events: none;
        position: absolute;
        row-gap: 4px;
        top: 0;
        transition: opacity .3s ease;
    }

    @media (min-width:1200px) {
        .game:hover .game__label-list {
            opacity: 0;
        }
    }

    .game__label {
        border-radius: 12px;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        letter-spacing: .2px;
        line-height: 16px;
        padding: 2px 6px;
        text-transform: uppercase;
    }

    .game__label--new {
        background: #1adb4a;
        color: #0a0a0d;
    }

    .game__label--top {
        background: #00dccd;
        color: #0a0a0d;
    }

    .game__label--cashback {
        background: #7e14ff;
        color: #fff;
    }

    .game__label--hot {
        background: #ff230a;
        color: #fff;
    }

    .game__label--exclusive {
        background: radial-gradient(243.63% 279.45% at 127.61% -17.5%, #2ad0ca 0, #e1f664 22.92%, #feb0fe 56.7%, #5df7a4 98.15%);
        color: #0a0a0d;
    }

    .game__label--hot-rtp {
        background: linear-gradient(111deg, #ffd912 -.07%, #ff1212 83.92%);
        color: #fff;
    }

    .game__title {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        margin: 8px 0 4px;
        max-width: 144px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

    .game__provider,
    .game__title {
        font-style: normal;
        text-align: center;
    }

    .game__provider {
        color: hsla(0, 0%, 100%, .65);
        font-size: 12px;
        font-weight: 500;
        letter-spacing: .2px;
        line-height: 16px;
        text-transform: uppercase;
    }

    .game .game__button--play {
        align-items: center;
        display: flex;
        font-size: 21px;
        height: 100%;
        justify-content: center;
        left: 50%;
        min-height: unset;
        min-width: unset;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    @media (min-width:1200px) {
        .game .game__button--play {
            border-radius: 50%;
            height: 56px;
            left: unset;
            position: relative;
            top: unset;
            transform: unset;
            width: 56px;
        }
    }

    .game .game__button--demo {
        border-radius: 25px;
        bottom: 8px;
        color: #fff;
        display: none;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        left: 50%;
        letter-spacing: .2px;
        line-height: 16px;
        padding: 6px 12px;
        position: absolute;
        text-transform: uppercase;
        transform: translate(-50%);
        transition: background .3s ease;
    }

    .game .game__button--demo:hover {
        background: rgba(10, 10, 13, .65);
    }

    @media (min-width:1200px) {
        .game .game__button--demo {
            display: block;
        }
    }

    .game__play {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

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

    .base-slider {
        -moz-column-gap: 12px;
        column-gap: 12px;
        display: grid;
        grid-template-areas: "header header controls""slider slider slider";
        grid-template-columns: 1fr 1fr 88px;
        row-gap: 12px;
    }

    @media (min-width:768px) {
        .base-slider {
            row-gap: 20px;
        }
    }

    .base-slider--with-see-more {
        -moz-column-gap: 12px;
        column-gap: 12px;
        grid-template-areas: "header header see-more""slider slider slider";
        grid-template-columns: 1fr 1fr minmax(86px, min-content);
        row-gap: 12px;
    }

    @media (min-width:768px) {
        .base-slider--with-see-more {
            row-gap: 20px;
        }
    }

    @media (min-width:1200px) {
        .base-slider--with-see-more {
            grid-template-areas: "header see-more controls""slider slider slider";
            grid-template-columns: 1fr minmax(86px, min-content) 88px;
        }
    }

    .base-slider__header {
        align-items: center;
        display: flex;
        grid-area: header;
    }

    .base-slider__controls {
        display: none;
        grid-area: controls;
    }

    @media (min-width:1200px) {
        .base-slider__controls {
            display: flex;
        }
    }

    .base-slider__title {
        color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        margin: 0;
    }

    .base-slider__title:first-letter {
        text-transform: uppercase;
    }

    @media (min-width:480px) {
        .base-slider__title {
            font-size: 20px;
            line-height: 30px;
        }
    }

    @media (min-width:768px) {
        .base-slider__title {
            font-size: 24px;
            line-height: 32px;
        }
    }

    .base-slider .base-slider__button--see-more {
        grid-area: see-more;
    }

    .base-slider .base-slider__button--next,
    .base-slider .base-slider__button--prev {
        border-radius: 50%;
        height: 40px;
        min-width: unset;
        width: 40px;
    }

    .base-slider__arrows {
        -moz-column-gap: 8px;
        column-gap: 8px;
        display: flex;
    }

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

    .base-slider__slider.slick-slider .slick-list {
        display: block;
        margin: 0 -4px;
        padding: 0;
        position: relative;
    }

    @media (min-width:480px) {
        .base-slider__slider.slick-slider .slick-list {
            margin: 0 -/2;
        }
    }

    @media (min-width:768px) {
        .base-slider__slider.slick-slider .slick-list {
            margin: 0 -6px;
        }
    }

    @media (min-width:960px) {
        .base-slider__slider.slick-slider .slick-list {
            margin: 0 -/2;
        }
    }

    @media (min-width:1200px) {
        .base-slider__slider.slick-slider .slick-list {
            margin: 0 -8px;
        }
    }

    @media (min-width:1440px) {
        .base-slider__slider.slick-slider .slick-list {
            margin: 0 -/2;
        }
    }

    @media (min-width:1680px) {
        .base-slider__slider.slick-slider .slick-list {
            margin: 0 -/2;
        }
    }

    .base-slider__slider.slick-slider .slick-list:focus {
        outline: none;
    }

    @media (min-width:1200px) {
        .base-slider__slider.slick-slider .slick-list {
            overflow: hidden;
        }
    }

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

    .base-slider__slider.slick-slider .slick-track {
        display: block;
        left: 0;
        position: relative;
        top: 0;
    }

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

    .base-slider__slider.slick-slider .slick-track:after {
        clear: both;
    }

    .base-slider__slider.slick-slider .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
        padding: 0 4px;
    }

    @media (min-width:480px) {
        .base-slider__slider.slick-slider .slick-slide {
            padding: 0/2;
        }
    }

    @media (min-width:768px) {
        .base-slider__slider.slick-slider .slick-slide {
            padding: 0 6px;
        }
    }

    @media (min-width:960px) {
        .base-slider__slider.slick-slider .slick-slide {
            padding: 0/2;
        }
    }

    @media (min-width:1200px) {
        .base-slider__slider.slick-slider .slick-slide {
            padding: 0 8px;
        }
    }

    @media (min-width:1440px) {
        .base-slider__slider.slick-slider .slick-slide {
            padding: 0/2;
        }
    }

    @media (min-width:1680px) {
        .base-slider__slider.slick-slider .slick-slide {
            padding: 0/2;
        }
    }

    .base-slider__slider.slick-slider .slick-slide>div {
        display: flex;
    }

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

    .base-slider__slider.slick-slider.slick-initialized .slick-slide {
        display: block;
    }

    .home-game-slider {
        margin-bottom: 24px;
    }

    @media (min-width:768px) {
        .home-game-slider {
            margin-bottom: 32px;
        }
    }

    .base-slider__horiz-scroll .home-game-slider__item {
        aspect-ratio: 1;
        width: calc(50vw - 20px);
    }

    @media (min-width:480px) {
        .base-slider__horiz-scroll .home-game-slider__item {
            width: calc(33.33333vw - 16px);
        }
    }

    @media (min-width:768px) {
        .base-slider__horiz-scroll .home-game-slider__item {
            width: calc(25vw - 20px);
        }
    }

    @media (min-width:960px) {
        .base-slider__horiz-scroll .home-game-slider__item {
            width: calc(12vw - 18px);
        }
    }

    .game {
        aspect-ratio: 1;
        display: block;
        height: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
    }

    .game__img {
        border-radius: 10px;
        height: 100%;
        width: 100%;
    }

    .game__action {
        align-items: center;
        background-color: rgba(10, 10, 13, .65);
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        height: 134%;
        justify-content: center;
        left: 0;
        opacity: 0;
        overflow: hidden;
        padding: 5px;
        position: absolute;
        top: 0;
        transition: opacity .3s ease;
        width: 100%;
    }

    .game:hover .game__action {
        opacity: 0;
    }

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

    .game__label-list {
        -moz-column-gap: 4px;
        column-gap: 4px;
        display: flex;
        flex-wrap: wrap;
        left: 0;
        opacity: 1;
        padding: 8px;
        pointer-events: none;
        position: absolute;
        row-gap: 4px;
        top: 0;
        transition: opacity .3s ease;
    }

    @media (min-width:1200px) {
        .game:hover .game__label-list {
            opacity: 0;
        }
    }

    .game__label {
        border-radius: 12px;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        letter-spacing: .2px;
        line-height: 16px;
        padding: 2px 6px;
        text-transform: uppercase;
    }

    .game__label--new {
        background: #1adb4a;
        color: #0a0a0d;
    }

    .game__label--top {
        background: #00dccd;
        color: #0a0a0d;
    }

    .game__label--cashback {
        background: #7e14ff;
        color: #fff;
    }

    .game__label--hot {
        background: #ff230a;
        color: #fff;
    }

    .game__label--exclusive {
        background: radial-gradient(243.63% 279.45% at 127.61% -17.5%, #2ad0ca 0, #e1f664 22.92%, #feb0fe 56.7%, #5df7a4 98.15%);
        color: #0a0a0d;
    }

    .game__label--hot-rtp {
        background: linear-gradient(111deg, #ffd912 -.07%, #ff1212 83.92%);
        color: #fff;
    }

    .game__title {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        margin: 8px 0 4px;
        max-width: 144px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

    .game__provider,
    .game__title {
        font-style: normal;
        text-align: center;
    }

    .game__provider {
        color: hsla(0, 0%, 100%, .65);
        font-size: 12px;
        font-weight: 500;
        letter-spacing: .2px;
        line-height: 16px;
        text-transform: uppercase;
    }

    .game .game__button--play {
        align-items: center;
        display: flex;
        font-size: 21px;
        height: 100%;
        justify-content: center;
        left: 50%;
        min-height: unset;
        min-width: unset;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    @media (min-width:1200px) {
        .game .game__button--play {
            border-radius: 50%;
            height: 56px;
            left: unset;
            position: relative;
            top: unset;
            transform: unset;
            width: 56px;
        }
    }

    .game .game__button--demo {
        border-radius: 25px;
        bottom: 8px;
        color: #fff;
        display: none;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        left: 50%;
        letter-spacing: .2px;
        line-height: 16px;
        padding: 6px 12px;
        position: absolute;
        text-transform: uppercase;
        transform: translate(-50%);
        transition: background .3s ease;
    }

    .game .game__button--demo:hover {
        background: rgba(10, 10, 13, .65);
    }

    @media (min-width:1200px) {
        .game .game__button--demo {
            display: block;
        }
    }

    .game__play {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

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

    .base-slider {
        -moz-column-gap: 12px;
        column-gap: 12px;
        display: grid;
        grid-template-areas: "header header controls""slider slider slider";
        grid-template-columns: 1fr 1fr 88px;
        row-gap: 12px;
    }

    @media (min-width:768px) {
        .base-slider {
            row-gap: 20px;
        }
    }

    .base-slider--with-see-more {
        -moz-column-gap: 12px;
        column-gap: 12px;
        grid-template-areas: "header header see-more""slider slider slider";
        grid-template-columns: 1fr 1fr minmax(86px, min-content);
        row-gap: 12px;
    }

    @media (min-width:768px) {
        .base-slider--with-see-more {
            row-gap: 20px;
        }
    }

    @media (min-width:1200px) {
        .base-slider--with-see-more {
            grid-template-areas: "header see-more controls""slider slider slider";
            grid-template-columns: 1fr minmax(86px, min-content) 88px;
        }
    }

    .base-slider__header {
        align-items: center;
        display: flex;
        grid-area: header;
    }

    .base-slider__controls {
        display: none;
        grid-area: controls;
    }

    @media (min-width:1200px) {
        .base-slider__controls {
            display: flex;
        }
    }

    .base-slider__title {
        color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        margin: 0;
    }

    .base-slider__title:first-letter {
        text-transform: uppercase;
    }

    @media (min-width:480px) {
        .base-slider__title {
            font-size: 20px;
            line-height: 30px;
        }
    }

    @media (min-width:768px) {
        .base-slider__title {
            font-size: 24px;
            line-height: 32px;
        }
    }

    .base-slider .base-slider__button--see-more {
        grid-area: see-more;
    }

    .base-slider .base-slider__button--next,
    .base-slider .base-slider__button--prev {
        border-radius: 50%;
        height: 40px;
        min-width: unset;
        width: 40px;
    }

    .base-slider__arrows {
        -moz-column-gap: 8px;
        column-gap: 8px;
        display: flex;
    }

    .base-slider__horiz-scroll {
        -ms-overflow-style: none;
        -moz-column-gap: 8px;
        column-gap: 8px;
        display: grid;
        grid-area: slider;
        grid-auto-flow: column;
        grid-template-columns: max-content;
        margin-left: -16px;
        overflow: auto;
        padding-left: 16px;
        padding-right: 16px;
        row-gap: 8px;
        scrollbar-width: none;
        width: calc(100% + 32px);
    }

    @media (min-width:768px) {
        .base-slider__horiz-scroll {
            -moz-column-gap: 12px;
            column-gap: 12px;
            margin-left: -24px;
            padding-left: 24px;
            padding-right: 24px;
            row-gap: 12px;
            width: calc(100% + 48px);
        }
    }

    .title-main {
        font-weight: 700;
        font-size: 20px;
    }

    @media (max-width: 1650px) {
        .top-slots {
            grid-template-columns: repeat(4, 1fr);
        }
    }

    @media (max-width: 1450px) {
        .top-slots {
            grid-template-columns: repeat(4, 1fr);
        }
    }

    .home-game-slider__item {
        margin-bottom: 34%;
    }

    .base-slider__horiz-scroll {
        grid-template-rows: repeat(1, 1fr);
    }

    .top-slots {
        margin-top: 1%;
        margin-bottom: 1%;
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(8, 1fr);
        justify-content: space-between;
    }

    .title-1 {
        margin-top: 1%;
    }
    
    .welcome-package-new {
        margin-bottom: 3%;
        background: linear-gradient(145deg, #241956, #1E1544);
        border-radius: 24px;
        padding: 24px;
        color: white;
        position: relative;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1),
                    inset 0 0 80px rgba(27, 18, 61, 0.7);
    }
    .welcome-package-new::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 24px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 20px rgba(127, 255, 0, 0.1);
        pointer-events: none;
    }
    
    .welcome-package-new::after {
        content: '';
        position: absolute;
        top: 1px;
        left: 1px;
        right: 1px;
        bottom: 1px;
        border-radius: 23px;
        background: linear-gradient(145deg, 
            rgba(255, 255, 255, 0.03) 0%,
            rgba(255, 255, 255, 0) 50%);
        pointer-events: none;
    }
    .welcome-total {
        text-align: center;
        margin-bottom: 24px;
    }
    .welcome-total-title {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 16px;
    }
    .welcome-total-bonus {
        font-size: 42px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }
    .welcome-total-percent {
        color: #7FFF00;
    }
    .welcome-total-fs {
        color: #FF69B4;
    }
    .bonus-cards {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .bonus-card {
        background: linear-gradient(145deg, #363153, #2D2D2D);
        border-radius: 16px;
        padding: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        overflow: hidden;
    }
    .bonus-card.active {
        background: linear-gradient(145deg, #FFB131, #FF8C00);
        border: 1px solid rgba(255, 177, 49, 0.3);
        box-shadow: 0 4px 12px rgba(255, 177, 49, 0.15);
    }
    .bonus-card.completed {
        background: linear-gradient(to right, #4A4A4A, #2D2D2D);
    }
    .bonus-info {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }    
    .bonus-step {
        font-size: 16px;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.9);
        background: rgba(0, 0, 0, 0.2);
        padding: 4px 12px;
        border-radius: 12px;
        display: inline-block;
    }
    .bonus-amount {
        font-size: 24px;
        font-weight: 700;
    }
    .bonus-fs {
        font-size: 18px;
        color: rgba(255, 255, 255, 0.9);
    }
    .bonus-icon {
        width: 32px;
        height: 32px;
        margin-left: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bonus-icon svg {
        width: 24px;
        height: 24px;
    }
    .btn-more {
        flex: 1;
        padding: 14px;
        border-radius: 12px;
        border: 2px solid rgba(255, 255, 255, 0.2);
        background: transparent;
        color: white;
        font-weight: 600;
        cursor: pointer;
        text-align: center;
    }
    .action-buttons {
        margin-top: 24px;
        display: flex;
        justify-content: center;
    }
    .btn-deposit {
        padding: 14px 48px;
        border-radius: 12px;
        border: none;
        background: #7FFF00;
        color: #000;
        font-weight: 600;
        cursor: pointer;
        text-align: center;
        transition: all 0.3s ease;
        text-decoration: none;
        display: inline-block;
    }
    .btn-deposit:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(127, 255, 0, 0.3);
    }
    
    @media (max-width: 480px) {
        .btn-deposit {
            padding: 12px 36px;
        }
    }        
    @media (min-width: 768px) {
        .bonus-cards {
            flex-direction: row;
        }
        .bonus-card {
            flex: 1;
        }
    }
    @media (max-width: 480px) {
        .bonus-card {
            padding: 12px;
            min-height: 80px; /* Уменьшаем высоту */
        }
        
        .bonus-info {
            gap: 2px;
            text-align: center; /* Центрируем текст */
            width: 100%; /* Занимаем всю ширину */
        }
        
        .bonus-step {
            font-size: 12px;
            padding: 3px 8px;
            display: inline-block;
            margin: 0 auto; /* Центрируем */
        }
        
        .bonus-amount {
            font-size: 18px;
            margin: 2px 0;
        }
        
        .bonus-fs {
            font-size: 14px;
        }
        
        .bonus-icon {
            position: absolute;
            top: 8px;
            right: 8px;
        }
        
        .bonus-icon svg {
            width: 16px;
            height: 16px;
        }

        .welcome-package-new {
            padding: 16px;
        }
        .welcome-total-title {
            font-size: 24px;
        }
        .welcome-total-bonus {
            font-size: 32px;
        }
        .bonus-step {
            font-size: 14px;
        }
        .bonus-amount {
            font-size: 20px;
        }
        .bonus-fs {
            font-size: 16px;
        }
    }
    .welcome-total-subtitle {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.8);
        margin-bottom: 20px;
        line-height: 1.4;
    }
    
    @media (max-width: 480px) {
        .welcome-total-subtitle {
            font-size: 14px;
            margin-bottom: 16px;
        }
    }

    /* Authentication form improvements - fixed width */
    .vm--modal .auth__content {
        min-width: 680px;
        width: 680px;
    }

    .vm--modal .auth__inner {
        min-width: 320px;
        width: 52%;
    }

    .vm--modal .auth__image {
        min-width: 300px;
        width: 48%;
    }

    @media (max-width: 768px) {
        .vm--modal .auth__content {
            min-width: 100%;
            width: 100%;
            max-width: 480px;
        }
        
        .vm--modal .auth__inner {
            width: 100%;
            min-width: 280px;
            padding: 20px;
        }
        
        .vm--modal .auth__image {
            display: none;
        }
        
        /* Mobile: full width for all inputs */
        .vm--modal .modal__input,
        .vm--modal .modal__input[style*="display: flex"],
        .vm--modal .modal__input[style*="background-color: white"] {
            width: 100% !important;
            max-width: 100% !important;
            min-width: auto !important;
            margin: 0 !important;
            box-sizing: border-box !important;
        }
        
        .vm--modal .modal__input input,
        .vm--modal .modal__input[style*="display: flex"] input {
            width: 100% !important;
            max-width: 100% !important;
            min-width: auto !important;
            box-sizing: border-box !important;
        }
    }

    @media (max-width: 480px) {
        .vm--modal .auth__content {
            max-width: 100%;
            width: 100%;
        }
        
        .vm--modal .auth__inner {
            min-width: 260px;
            padding: 16px;
        }
        
        /* Small mobile: ensure full width */
        .vm--modal .modal__input,
        .vm--modal .modal__input[style*="display: flex"],
        .vm--modal .modal__input[style*="background-color: white"] {
            width: 100% !important;
            max-width: 100% !important;
            min-width: auto !important;
            margin: 0 !important;
            box-sizing: border-box !important;
        }
        
        .vm--modal .modal__input input,
        .vm--modal .modal__input[style*="display: flex"] input {
            width: 100% !important;
            max-width: 100% !important;
            min-width: auto !important;
            box-sizing: border-box !important;
        }
    }

    /* Ensure all modal inputs have consistent width */
    .vm--modal .modal__input {
        width: 100% !important;
        max-width: 320px !important;
        box-sizing: border-box;
    }

    /* Special handling for phone input with +91 prefix */
    .vm--modal .modal__input[style*="display: flex"] {
        width: 100% !important;
        max-width: 320px !important;
        min-width: 280px !important;
    }

    .vm--modal .modal__input[style*="display: flex"] input[type="tel"] {
        flex: 1 !important;
        min-width: 0 !important;
        width: auto !important;
        margin: 0 !important;
        padding-left: 12px !important;
    }

    .vm--modal .modal__input[style*="display: flex"] span {
        flex-shrink: 0 !important;
        padding: 0 8px !important;
        font-weight: 500;
        color: #666;
    }

    /* Registration form specific mobile fixes */
    @media (max-width: 768px) {
        .vm--modal .flex.flex-col.space-y-3 .modal__input,
        .vm--modal .flex.flex-col.space-y-3 .modal__input[style*="display: flex"],
        .vm--modal .flex.flex-col.space-y-3 .modal__input[style*="background-color: white"],
        .vm--modal .flex.flex-col.space-y-4 .modal__input,
        .vm--modal .flex.flex-col.space-y-4 .modal__input[style*="display: flex"],
        .vm--modal .flex.flex-col.space-y-4 .modal__input[style*="background-color: white"] {
            width: 100% !important;
            max-width: 100% !important;
            min-width: auto !important;
            margin: 0 0 10px 0 !important;
            box-sizing: border-box !important;
        }
        
        .vm--modal .flex.flex-col.space-y-3 .modal__input input,
        .vm--modal .flex.flex-col.space-y-3 .modal__input[style*="display: flex"] input,
        .vm--modal .flex.flex-col.space-y-4 .modal__input input,
        .vm--modal .flex.flex-col.space-y-4 .modal__input[style*="display: flex"] input {
            width: 100% !important;
            max-width: 100% !important;
            min-width: auto !important;
            padding: 12px !important;
            box-sizing: border-box !important;
        }
        
        .vm--modal .auth__title {
            margin-bottom: 15px !important;
        }
        
        /* Fix for simple modal forms (Sign In) without flex containers */
        .vm--modal .modal__form .modal__input {
            width: 100% !important;
            max-width: 100% !important;
            min-width: auto !important;
            margin: 0 0 10px 0 !important;
            box-sizing: border-box !important;
        }
        
        .vm--modal .modal__form .modal__input input {
            width: 100% !important;
            max-width: 100% !important;
            min-width: auto !important;
            box-sizing: border-box !important;
            margin: 0 !important;
            padding: 12px !important;
        }
        
        .vm--modal .modal__form .modal__form-btn {
            width: 100% !important;
            max-width: 100% !important;
            min-width: auto !important;
            margin: 10px 0 !important;
            box-sizing: border-box !important;
        }
        
        .vm--modal .modal__form .modal__form-btn button {
            width: 100% !important;
            max-width: 100% !important;
            min-width: auto !important;
            box-sizing: border-box !important;
            padding: 12px !important;
        }
        
        .vm--modal .modal__form .modal__form-txt {
            width: 100% !important;
            max-width: 100% !important;
            min-width: auto !important;
            margin: 10px 0 !important;
            box-sizing: border-box !important;
        }
    }

    @media (max-width: 480px) {
        .vm--modal .flex.flex-col.space-y-3 .modal__input,
        .vm--modal .flex.flex-col.space-y-3 .modal__input[style*="display: flex"],
        .vm--modal .flex.flex-col.space-y-3 .modal__input[style*="background-color: white"],
        .vm--modal .flex.flex-col.space-y-4 .modal__input,
        .vm--modal .flex.flex-col.space-y-4 .modal__input[style*="display: flex"],
        .vm--modal .flex.flex-col.space-y-4 .modal__input[style*="background-color: white"] {
            width: 100% !important;
            max-width: 100% !important;
            min-width: auto !important;
            margin: 0 0 10px 0 !important;
            box-sizing: border-box !important;
        }
        
        .vm--modal .flex.flex-col.space-y-3 .modal__input input,
        .vm--modal .flex.flex-col.space-y-3 .modal__input[style*="display: flex"] input,
        .vm--modal .flex.flex-col.space-y-4 .modal__input input,
        .vm--modal .flex.flex-col.space-y-4 .modal__input[style*="display: flex"] input {
            width: 100% !important;
            max-width: 100% !important;
            min-width: auto !important;
            padding: 12px !important;
            box-sizing: border-box !important;
        }
        
        .vm--modal .auth__title {
            margin-bottom: 15px !important;
            font-size: 1.5rem;
        }
        
        /* Fix for simple modal forms (Sign In) without flex containers */
        .vm--modal .modal__form .modal__input {
            width: 100% !important;
            max-width: 100% !important;
            min-width: auto !important;
            margin: 0 0 10px 0 !important;
            box-sizing: border-box !important;
        }
        
        .vm--modal .modal__form .modal__input input {
            width: 100% !important;
            max-width: 100% !important;
            min-width: auto !important;
            box-sizing: border-box !important;
            margin: 0 !important;
            padding: 12px !important;
        }
        
        .vm--modal .modal__form .modal__form-btn {
            width: 100% !important;
            max-width: 100% !important;
            min-width: auto !important;
            margin: 10px 0 !important;
            box-sizing: border-box !important;
        }
        
        .vm--modal .modal__form .modal__form-btn button {
            width: 100% !important;
            max-width: 100% !important;
            min-width: auto !important;
            box-sizing: border-box !important;
            padding: 12px !important;
        }
        
        .vm--modal .modal__form .modal__form-txt {
            width: 100% !important;
            max-width: 100% !important;
            min-width: auto !important;
            margin: 10px 0 !important;
            box-sizing: border-box !important;
        }
    }

    