:root {
    --topbar: 46px;
    --sidebar: 48px;
    --app-max: 946px;
    --bg: #000;
    --panel: #0b0908;
    --line: #33251c;
    --line-soft: rgba(255, 170, 96, .22);
    --muted: #90877d;
    --text: #f6f0e8;
    --accent: #ff9b55;
    --accent2: #ff4b1e;
    --card: #17110d;
}

* {
    box-sizing: border-box
}

html {
    background: #000
}

body {
    margin: 0;
    min-height: 100vh;
    background: #000;
    color: var(--text);
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    overflow-x: hidden
}

a {
    color: inherit;
    text-decoration: none
}

button {
    font: inherit;
    color: inherit;
    border: 0;
    background: none;
    cursor: pointer
}

img {
    display: block;
    max-width: 100%
}

.app {
    position: relative;
    max-width: var(--app-max);
    min-height: 100vh;
    margin: 0 auto;
    background: #000;
    overflow: hidden
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 80;
    height: var(--topbar);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: linear-gradient(180deg, #151210, #0a0908);
    border-bottom: 1px solid #3a2a20;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .35)
}

.topbar__left,
.topbar__right {
    display: flex;
    align-items: center;
    gap: 32px;
    min-width: 0
}

.logo {
    width: 136px;
    height: 40px;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    overflow: visible
}

.logo img {
    width: 136px;
    height: auto;
    max-width: none
}

.icon-btn,
.gift-btn {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    padding: 0
}

.icon-btn img {
    width: 40px;
    height: 40px;
    max-width: none
}

.gift-btn {
    position: relative;
    width: 42px
}

.gift-btn img {
    width: 42px;
    height: 42px;
    max-width: none
}

.balance {
    height: 34px;
    min-width: 88px;
    border-radius: 999px;
    background: #070606;
    border: 1px solid rgba(255, 255, 255, .05);
    display: grid;
    place-items: center;
    padding: 0 14px;
    font-size: 12px;
    font-weight: 900;
    color: #fff;
    letter-spacing: .01em
}

.cashier {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 999px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    letter-spacing: 0%;
    line-height: 20px;
    background: linear-gradient(0deg, #e56300, #fe4b68);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .2), 0 6px 18px rgba(255, 75, 30, .16);
    text-align: center;
    vertical-align: middle;
}

.cashier--desktop {
    min-width: 122px;
    padding: 0 16px 0 10px
}

.cashier--desktop img {
    width: 22px;
    height: 22px
}

.cashier--mobile {
    display: none;
    width: 40px;
    padding: 0
}

.cashier--mobile img {
    width: 40px;
    height: 40px
}

.sidebar {
    position: fixed;
    z-index: 60;
    top: var(--topbar);
    left: calc(50% - (var(--app-max) / 2));
    width: var(--sidebar);
    bottom: 0;
    background: linear-gradient(180deg, #141311, #050505);
    border-right: 1px solid #2b211a;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 9px 2px 12px;
    gap: 5px;
    overflow: hidden
}

.side-btn {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    transition: .18s;
    padding: 0;
    overflow: visible
}

.side-btn:hover {
    background: rgba(255, 187, 128, .06)
}

.side-btn img.side-icon {
    width: 24px;
    height: 24px;
    max-width: none;
    object-fit: contain;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .45))
}

.side-btn--active {
    width: 44px;
    height: 48px;
    background: transparent;
    overflow: visible
}

.side-btn--active img.side-icon {
    width: 48px;
    height: 48px
}

.side-btn--rank {
    width: 44px;
    height: 48px;
    margin-bottom: 1px
}

.side-btn--rank img {
    width: 46px;
    height: 46px;
    object-fit: contain;
    max-width: none
}

.side-divider {
    width: 33px;
    height: 9px;
    margin: 0 auto;
    position: relative;
    flex: 0 0 auto;
    background: radial-gradient(circle at center, #3b2b1f 0 2.5px, transparent 2.6px)
}

.side-divider:before,
.side-divider:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 13px;
    height: 1px;
    background: #33261c
}

.side-divider:before {
    left: 0
}

.side-divider:after {
    right: 0
}

.main {
    padding: 0 0 38px var(--sidebar)
}

.hero {
    position: relative;
    min-height: 280px;
    border-radius: 0 0 14px 14px;
    overflow: hidden;
    background: url('../img/bg.webp');
    background-position: 100% center !important;
    border-bottom: 1px solid rgba(255, 160, 102, .14)
}

.hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .96) 0%, rgba(0, 0, 0, .84) 24%, rgba(0, 0, 0, .35) 49%, rgba(0, 0, 0, .12) 100%)
}

.hero:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .20) 74%, rgba(0, 0, 0, .58) 100%)
}

.hero__content {
    position: relative;
    z-index: 2;
    min-height: 280px;
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 22px 40px
}

.hero__content>span {
    margin-bottom: 12px;
    color: #ffc176;
    font-size: 20px;
    font-weight: 800
}

.hero__content h1 {
    margin: 0 0 32px;
    font-size: 52px;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: 2%;
    line-height: 56px;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .65);
    text-align: center;
    text-transform: uppercase;
}

.bonus-line {
    display: block
}

.bonus-mobile {
    display: none !important
}

.hero__btn {
    min-width: 170px;
    padding: 14px 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    font-style: Bold;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    background: linear-gradient(0deg, #e56300, #fe4b68);
    box-shadow: 0 10px 22px rgba(255, 75, 30, .18)
}

.hero__dots {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    display: flex;
    gap: 7px;
    align-items: center
}

.hero__dots b,
.hero__dots i {
    display: block;
    height: 6px;
    border-radius: 999px;
    background: #4a3b2c
}

.hero__dots b {
    width: 24px;
    background: #c8861d
}

.hero__dots i {
    width: 7px
}

.category-wrap,
.games-section,
.providers-section,
.compact-section,
.trending-section,
.seo-block,
.footer {
    width: min(780px, calc(100% - 118px));
    margin-left: 80px
}

.category-wrap {
    position: relative;
    margin-top: 32px;
    margin-bottom: 18px
}

.category-nav {
    display: flex;
    gap: 8px;
    margin: 0;
    max-width: calc(100% - 42px);
    overflow-x: hidden;
    scrollbar-width: none;
    scroll-behavior: smooth
}

.category-nav::-webkit-scrollbar {
    display: none
}

.category-card {
    flex: 0 0 98px;
    min-height: 52px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: linear-gradient(180deg, #080706, #050505);
    border: 1px solid #392a20;
    color: #eee8df;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 900;
    box-shadow: inset 0 1px 0 rgba(255, 210, 165, .07), 0 12px 22px rgba(0, 0, 0, .35)
}

.category-card img {
    width: 20px;
    height: 20px
}

.category-card--active,
.category-card--active-soft {
    background: linear-gradient(180deg, #342719, #19120d);
    border-color: #624029
}

.category-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, #1c150f, #0c0a08);
    border: 1px solid #3b2b20;
    color: #d9c2a8;
    font-size: 22px;
    line-height: 1;
    box-shadow: 0 7px 18px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .04)
}

.category-arrow.is-disabled {
    opacity: .38;
    filter: brightness(.55)
}

.category-wrap:after {
    content: "";
    position: absolute;
    right: 36px;
    top: 0;
    bottom: 0;
    width: 36px;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), #000 88%)
}

.games-section,
.providers-section,
.compact-section,
.trending-section {
    margin-top: 18px;
    position: relative
}

.section-head {
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px
}

.section-head h2 {
    margin: 0;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .02em
}

.section-head h2 span {
    color: #ff8f3d
}

.section-actions {
    display: flex;
    align-items: center;
    gap: 7px
}

.section-actions a {
    font-size: 16px;
    font-weight: 500;
    color: #FFCC99;
    margin-right: 16px
}

.section-actions button {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: linear-gradient(180deg, #2d2117, #15100c);
    border: 1px solid #5b3d28;
    color: #ffcc99;
    font-size: 18px;
    display: grid;
    place-items: center;
    line-height: 1;
    transition: opacity .18s, filter .18s, background .18s, color .18s, transform .18s;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(255, 255, 255, .04)
}

.section-actions button.is-disabled {
    opacity: .35;
    filter: brightness(.55);
    pointer-events: none
}

.section-actions button:not(.is-disabled):hover {
    transform: translateY(-1px);
    filter: brightness(1.08)
}

.game-row {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px
}

.game-row--top {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    grid-auto-rows: auto
}

.game-card {
    position: relative;
    aspect-ratio: 150/210;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255, 180, 100, .64);
    background: #120c09;
    box-shadow: 0 15px 28px rgba(0, 0, 0, .62), 0 0 0 1px rgba(255, 151, 72, .08), inset 0 1px 0 rgba(255, 230, 190, .14)
}

.game-card img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.game-card:hover {
    box-shadow: 0 18px 38px rgba(0, 0, 0, .72), 0 0 0 1px rgba(255, 165, 102, .25), 0 0 22px rgba(255, 110, 44, .13);
    transform: translateY(-2px);
    transition: .18s
}

.provider-row {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
    padding-bottom: 2px;
    position: relative
}

.provider-row::-webkit-scrollbar {
    display: none
}

.providers-section:after,
.compact-section:after,
.trending-section:after {
    content: "";
    position: absolute;
    right: 0;
    top: 34px;
    bottom: 0;
    width: 46px;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), #000 82%)
}

.provider-card {
    flex: 0 0 170px;
    min-height: 194px;
    border-radius: 14px;
    padding: 13px;
    background: linear-gradient(180deg, #2b2118, #11100f);
    border: 1px solid #3e2e24;
    box-shadow: 0 16px 30px rgba(0, 0, 0, .64), 0 0 0 1px rgba(255, 151, 72, .07), inset 0 1px 0 rgba(255, 230, 190, .09)
}

.provider-logo {
    height: 27px;
    width: auto;
    max-width: 128px;
    margin: 0 auto 9px;
    object-fit: contain
}

.provider-card div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    margin-bottom: 11px
}

.provider-card div img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 6px;
    object-fit: cover;
    background: #17120f;
    border: 1px solid rgba(255, 255, 255, .08)
}

.provider-card button {
    height: 30px;
    width: 100%;
    border-radius: 999px;
    background: linear-gradient(180deg, #17110d, #0d0b09);
    border: 1px solid #4b3527;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 900;
    color: #eee8df
}

.compact-section {
    margin-bottom: 20px
}

.red-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #ff2e2e;
    border-radius: 50%;
    vertical-align: middle
}

.win-row {
    display: flex;
    gap: 9px;
    overflow-x: auto;
    scrollbar-width: none;
    position: relative
}

.win-row::-webkit-scrollbar {
    display: none
}

.win-row article {
    flex: 0 0 144px;
    height: 58px;
    border-radius: 12px;
    background: linear-gradient(180deg, #241b14, #14100d);
    border: 1px solid #30241b;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    grid-template-rows: 16px 15px 16px;
    gap: 0 7px;
    padding: 8px;
    box-shadow: 0 16px 30px rgba(0, 0, 0, .64), 0 0 0 1px rgba(255, 151, 72, .07), inset 0 1px 0 rgba(255, 230, 190, .09)
}

.win-row img {
    grid-row: 1/4;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    object-fit: cover
}

.win-row b {
    font-size: 10px;
    align-self: end;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.win-row em {
    font-style: normal;
    font-size: 9px;
    color: #a2978b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.win-row small {
    font-size: 9px;
    color: #ffcc99;
    font-weight: 800
}

.trending-section {
    margin-bottom: 38px
}

.trend-row {
    display: flex;
    gap: 9px;
    overflow-x: auto;
    scrollbar-width: none;
    position: relative
}

.trend-row::-webkit-scrollbar {
    display: none
}

.trend-row article {
    flex: 0 0 86px;
    min-height: 132px;
    border-radius: 12px;
    padding: 6px 6px 8px;
    background: linear-gradient(180deg, #18120e, #090807);
    border: 1px solid #3b2b20;
    text-align: center;
    box-shadow: 0 16px 30px rgba(0, 0, 0, .64), 0 0 0 1px rgba(255, 151, 72, .07), inset 0 1px 0 rgba(255, 230, 190, .09)
}

.trend-row img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 9px;
    object-fit: cover;
    margin-bottom: 8px;
    border: 1px solid rgba(255, 176, 93, .4)
}

.trend-row b {
    display: block;
    color: #ffcc99;
    font-size: 9.5px
}

.trend-row small {
    display: block;
    margin-top: 2px;
    color: #eee8df;
    font-size: 7.5px;
    font-weight: 800;
    line-height: 1.15
}

.seo-block {
    margin-top: 12px;
    margin-bottom: 34px;
    color: #9d948c
}

.seo-block h2 {
    font-size: 14px;
    color: #fff;
    margin: 0 0 8px
}

.seo-block p {
    font-size: 10px;
    line-height: 1.45;
    margin: 0 0 16px
}

.read-more {
    font-size: 10px;
    font-weight: 900;
    color: #eee8df
}

.footer {
    padding: 0 0 28px;
    color: #9d948c
}

.footer h3,
.footer-col button {
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .02em
}

.footer a {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #eee8df;
    font-size: 11px;
    margin: 0 0 8px
}

.contacts a {
    color: #ffd59e;
    text-decoration: underline;
    text-underline-offset: 2px
}

.contacts img {
    width: 16px;
    height: 16px;
    flex: 0 0 auto
}

.footer__top {
    display: grid;
    grid-template-columns: 1fr 1fr 260px;
    gap: 42px;
    align-items: end;
    margin-bottom: 23px
}

.socials div {
    display: flex;
    gap: 14px
}

.socials a {
    margin: 0;
    display: block
}

.socials img {
    width: 28px;
    height: 28px
}

.partners {
    height: 60px;
    border-radius: 16px;
    background: linear-gradient(180deg, #2d2117, #17110d);
    border: 1px solid #6b4a32;
    padding: 10px 14px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    text-decoration: none !important
}

.partners span {
    font-size: 10px;
    color: #eee8df;
    white-space: nowrap
}

.partners img {
    width: 150px;
    height: auto
}

.payments {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
    margin: 0 0 26px
}

.payments img {
    height: 24px;
    width: auto;
    max-width: 82px;
    opacity: .9
}

.footer__cols {
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr .8fr;
    gap: 42px;
    margin-bottom: 24px
}

.footer-col button {
    display: block;
    padding: 0;
    background: none;
    border: 0;
    text-align: left
}

.footer-col a {
    display: block;
    color: #b8ada3;
    font-size: 11px;
    line-height: 1.25;
    margin-bottom: 8px
}

.licenses {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 0 0 18px
}

.licenses img {
    height: 34px;
    width: auto
}

.licenses img:first-child {
    height: 40px
}

.legal {
    max-width: 760px;
    margin: 0 auto 20px;
    text-align: center;
    color: #817970;
    font-size: 9px;
    line-height: 1.35
}

.copy {
    text-align: center;
    margin: 0;
    color: #c8c1b9;
    font-size: 10px
}

.floating-tools {
    position: fixed;
    z-index: 75;
    left: calc(50% - (var(--app-max) / 2)+8px);
    bottom: 8px;
    display: flex;
    flex-direction: column;
    gap: 7px
}

.floating-tools button {
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 9px
}

.floating-tools img {
    width: 30px;
    height: 30px
}

.bottom-nav,
.mobile-menu {
    display: none
}

@media (max-width:1180px) {
    .sidebar {
        left: calc((100vw - min(100vw, var(--app-max))) / 2)
    }

    .floating-tools {
        left: calc((100vw - min(100vw, var(--app-max))) / 2+8px)
    }
}

@media (max-width:900px) {
    .hero {
        background-size: 155% auto !important;
        background-position: 70% top !important;
        background-repeat: no-repeat;
        filter: saturate(1.10) contrast(1.03);
    }

    :root {
        --topbar: 38px;
        --sidebar: 0px
    }

    .app {
        max-width: 390px
    }

    .topbar {
        height: var(--topbar);
        padding: 12px 16px
    }

    .topbar__left .js-menu,
    .topbar__search,
    .cashier--desktop,
    .gift-btn {
        display: none !important
    }

    .topbar__left {
        gap: 0
    }

    .logo {
        width: 119px;
        height: 40px
    }

    .logo img {
        width: 80px;
        height: auto
    }

    .topbar__right {
        gap: 5px
    }

    .icon-btn,
    .icon-btn img {
        width: 28px;
        height: 28px
    }

    .balance {
        height: 28px;
        min-width: 68px;
        font-size: 9px;
        padding: 0 8px
    }

    .cashier--mobile {
        display: grid;
        width: 30px;
        height: 30px
    }

    .cashier--mobile img {
        width: 30px;
        height: 30px
    }

    .sidebar {
        display: none
    }

    .main {
        padding: 0 0 74px
    }

    .hero {
        min-height: 244px;
        border-radius: 0 0 8px 8px;
        background-size: cover;
        background-position: center top;
        filter: saturate(1.10) contrast(1.03)
    }

    .hero:before {
        background: linear-gradient(180deg, rgba(0, 0, 0, .02) 0%, rgba(0, 0, 0, .05) 39%, rgba(0, 0, 0, .72) 69%, rgba(0, 0, 0, .96) 100%)
    }

    .hero:after {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .32) 100%)
    }

    .hero__content {
        min-height: 244px;
        width: 100%;
        justify-content: flex-end;
        padding: 130px 12px 34px
    }

    .hero__content>span {
        font-size: 9px;
        margin-bottom: 4px
    }

    .hero__content h1 {
        font-size: 21px;
        line-height: 1.08;
        margin-bottom: 10px
    }

    .bonus-desktop {
        display: none !important
    }

    .bonus-mobile {
        display: block !important
    }

    .hero__btn {
        height: 32px;
        min-width: 104px;
        font-size: 10px
    }

    .hero__dots {
        bottom: 12px;
        gap: 5px
    }

    .hero__dots b {
        height: 4px;
        width: 16px
    }

    .hero__dots i {
        height: 4px;
        width: 5px
    }

    .category-wrap,
    .games-section,
    .providers-section,
    .compact-section,
    .trending-section,
    .seo-block,
    .footer {
        width: auto;
        margin-left: 0;
        margin-right: 0
    }

    .category-wrap {
        margin: 10px 8px 13px
    }

    .category-nav {
        max-width: 100%;
        overflow-x: auto;
        padding: 0;
        gap: 7px
    }

    .category-wrap:after,
    .category-arrow {
        display: none
    }

    .category-card {
        flex: 0 0 calc((100% - 7px)/2);
        min-height: 42px;
        border-radius: 8px;
        flex-direction: row;
        font-size: 8px;
        gap: 6px;
        background: linear-gradient(180deg, #120d09, #090807);
        border-color: #392a20
    }

    .category-card--active,
    .category-card--active-soft {
        background: linear-gradient(180deg, #342719, #19120d);
        border-color: #624029
    }

    .category-card img {
        width: 15px;
        height: 15px
    }

    .games-section,
    .providers-section,
    .compact-section,
    .trending-section {
        margin: 14px 8px 0
    }

    .section-head {
        height: 20px;
        margin-bottom: 7px
    }

    .section-head h2 {
        font-size: 10px
    }

    .section-actions button {
        display: none !important
    }

    .section-actions a {
        display: inline-flex !important;
        margin-right: 0;
        color: #ffcc99;
        font-size: 8px
    }

    .game-row {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        scrollbar-width: none;
        padding-bottom: 2px
    }

    .game-row::-webkit-scrollbar {
        display: none
    }

    .game-card {
        flex: 0 0 76px;
        border-radius: 7px
    }

    .game-row--top {
        display: grid;
        grid-template-rows: repeat(2, auto);
        grid-auto-columns: 76px;
        grid-auto-flow: column;
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden
    }

    .game-row--top .game-card {
        width: 76px;
        flex: none
    }

    .game-row--top .game-card:nth-child(1) {
        grid-row: 1;
        grid-column: 1
    }

    .game-row--top .game-card:nth-child(2) {
        grid-row: 1;
        grid-column: 2
    }

    .game-row--top .game-card:nth-child(3) {
        grid-row: 1;
        grid-column: 3
    }

    .game-row--top .game-card:nth-child(4) {
        grid-row: 1;
        grid-column: 4
    }

    .game-row--top .game-card:nth-child(5) {
        grid-row: 1;
        grid-column: 5
    }

    .game-row--top .game-card:nth-child(6) {
        grid-row: 1;
        grid-column: 6
    }

    .game-row--top .game-card:nth-child(7) {
        grid-row: 1;
        grid-column: 7
    }

    .game-row--top .game-card:nth-child(8) {
        grid-row: 2;
        grid-column: 1
    }

    .game-row--top .game-card:nth-child(9) {
        grid-row: 2;
        grid-column: 2
    }

    .game-row--top .game-card:nth-child(10) {
        grid-row: 2;
        grid-column: 3
    }

    .game-row--top .game-card:nth-child(11) {
        grid-row: 2;
        grid-column: 4
    }

    .game-row--top .game-card:nth-child(12) {
        grid-row: 2;
        grid-column: 5
    }

    .game-row--top .game-card:nth-child(13) {
        grid-row: 2;
        grid-column: 6
    }

    .game-row--top .game-card:nth-child(14) {
        grid-row: 2;
        grid-column: 7
    }

    .providers-section:after,
    .compact-section:after,
    .trending-section:after {
        display: none
    }

    .provider-row {
        gap: 8px
    }

    .provider-card {
        flex-basis: 150px;
        min-height: 168px;
        border-radius: 10px;
        padding: 10px
    }

    .provider-logo {
        height: 24px;
        max-width: 112px;
        margin-bottom: 7px
    }

    .provider-card div {
        gap: 5px;
        margin-bottom: 9px
    }

    .provider-card button {
        height: 26px;
        font-size: 8px
    }

    .compact-section {
        margin-bottom: 16px
    }

    .win-row {
        gap: 8px
    }

    .win-row article {
        flex-basis: 128px;
        height: 54px;
        padding: 6px;
        grid-template-columns: 40px minmax(0, 1fr);
        grid-template-rows: 15px 14px 15px
    }

    .win-row img {
        width: 40px;
        height: 40px
    }

    .win-row b {
        font-size: 9px
    }

    .win-row em,
    .win-row small {
        font-size: 8px
    }

    .trending-section {
        margin-bottom: 28px
    }

    .trend-row {
        gap: 8px
    }

    .trend-row article {
        flex-basis: 66px;
        min-height: 116px;
        border-radius: 9px;
        padding: 5px 5px 7px
    }

    .trend-row img {
        border-radius: 7px;
        margin-bottom: 6px
    }

    .trend-row b {
        font-size: 7.5px
    }

    .trend-row small {
        font-size: 6.3px
    }

    .seo-block {
        margin: 22px 8px 24px
    }

    .seo-block h2 {
        font-size: 11px;
        line-height: 1.25;
        margin-bottom: 6px
    }

    .seo-block p {
        font-size: 8.5px;
        line-height: 1.45;
        margin-bottom: 13px
    }

    .read-more {
        font-size: 9px
    }

    .footer {
        padding: 0 8px 24px
    }

    .footer h3 {
        font-size: 10px;
        text-transform: none;
        margin-bottom: 8px
    }

    .footer a {
        font-size: 9px;
        margin-bottom: 7px
    }

    .footer__top {
        grid-template-columns: 1fr;
        gap: 17px;
        margin-bottom: 16px
    }

    .contacts a {
        font-size: 9px
    }

    .contacts img {
        width: 14px;
        height: 14px
    }

    .socials div {
        gap: 11px
    }

    .socials img {
        width: 20px;
        height: 20px
    }

    .partners {
        height: 60px;
        width: 100%;
        border-radius: 10px;
        padding: 8px 14px
    }

    .partners span {
        font-size: 8px
    }

    .partners img {
        width: 126px
    }

    .payments {
        justify-content: flex-start;
        gap: 9px 17px;
        flex-wrap: nowrap;
        overflow: hidden;
        margin-bottom: 14px;
        padding: 0 8px
    }

    .payments img {
        height: 20px;
        min-width: 44px;
        max-width: 58px
    }

    .footer__cols {
        display: grid;
        grid-template-columns: 1fr;
        gap: 6px;
        margin-bottom: 21px
    }

    .footer-col {
        background: #0f0d0b;
        border-radius: 7px;
        overflow: hidden
    }

    .footer-col button {
        position: relative;
        width: 100%;
        height: 28px;
        margin: 0;
        padding: 0 25px 0 10px;
        text-align: left;
        font-size: 9px;
        background: #100f0d;
        border: 0;
        color: #fff
    }

    .footer-col button:after {
        content: "⌄";
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 12px;
        color: #d8c3ad
    }

    .footer-col.is-open button:after {
        content: "⌃"
    }

    .footer-col a {
        display: none;
        padding: 0 10px;
        color: #e5ddd6;
        font-size: 8px;
        line-height: 1.4;
        margin-bottom: 9px
    }

    .footer-col.is-open {
        background: #2a241f
    }

    .footer-col.is-open a {
        display: block
    }

    .footer-col.is-open a:first-of-type {
        margin-top: 6px
    }

    .licenses {
        gap: 8px;
        flex-wrap: wrap;
        margin-bottom: 15px
    }

    .licenses img {
        height: 28px
    }

    .licenses img:first-child {
        height: 34px;
        width: 90px
    }

    .licenses img:last-child {
        width: 70px
    }

    .legal {
        font-size: 7.5px;
        line-height: 1.35;
        margin-bottom: 19px;
        max-width: 202px
    }

    .copy {
        font-size: 8px;
        line-height: 1.4
    }

    .floating-tools {
        display: none
    }

    .bottom-nav {
        position: fixed;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        z-index: 100;
        width: min(390px, 100vw);
        height: 64px;
        padding: 0;
        background: #0b0908;
        border-top: 1px solid #382a20;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        box-shadow: 0 -12px 36px rgba(0, 0, 0, .55)
    }

    .bottom-nav a,
    .bottom-nav button {
        min-width: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
        background: transparent;
        border: 0;
        overflow: visible
    }

    .bottom-nav img {
        width: 78px;
        height: 64px;
        max-width: none;
        object-fit: contain
    }

    .bottom-nav__cashier img {
        height: 76px;
        margin-top: -12px
    }

    .mobile-menu {
        display: block
    }

    .mobile-menu {
        position: fixed;
        inset: 0;
        z-index: 120;
        pointer-events: none
    }

    .mobile-menu__backdrop {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, .55);
        opacity: 0;
        transition: .2s
    }

    .mobile-menu__panel {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: min(320px, 88vw);
        background: #100d0a;
        border-left: 1px solid #3d2c20;
        transform: translateX(100%);
        transition: .2s;
        padding: 16px;
        box-shadow: -20px 0 50px rgba(0, 0, 0, .45);
        overflow: auto
    }

    .mobile-menu.is-open {
        pointer-events: auto
    }

    .mobile-menu.is-open .mobile-menu__backdrop {
        opacity: 1
    }

    .mobile-menu.is-open .mobile-menu__panel {
        transform: none
    }

    .mobile-menu__top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 18px
    }

    .mobile-menu__top img {
        width: 100px
    }

    .mobile-menu__top button {
        font-size: 28px
    }

    .rank-card {
        display: flex;
        align-items: center;
        gap: 10px;
        background: #1a130e;
        border: 1px solid #3c2a1e;
        border-radius: 12px;
        padding: 10px;
        margin-bottom: 14px
    }

    .rank-card img {
        width: 44px;
        height: 44px
    }

    .rank-card strong {
        display: block
    }

    .rank-card small {
        color: #b9aca0
    }

    .mobile-menu__panel>a {
        display: block;
        padding: 12px;
        border-bottom: 1px solid #251b14
    }

    .mobile-menu__panel .install {
        margin-top: 12px;
        text-align: center;
        border-radius: 999px;
        background: linear-gradient(0deg, #e56300, #fe4b68);
        border: 0;
        font-weight: 900;
        text-transform: uppercase
    }
}

@media (max-width:360px) {
    .balance {
        display: none
    }

    .hero__content h1 {
        font-size: 20px
    }

    .game-card,
    .game-row--top,
    .game-row--top .game-card {
        flex-basis: 74px;
        grid-auto-columns: 74px
    }

    .provider-card {
        flex-basis: 148px
    }

    .trend-row article {
        flex-basis: 65px
    }
}

@media (min-width:901px) {
    :root {
        --topbar: 64px;
        --sidebar: 72px;
        --app-max: 1440px;
    }

    .topbar {
        height: var(--topbar);
        padding: 12px 16px;
    }

    .topbar__left {
        width: 216px;
        height: 40px;
        gap: 32px;
        flex: 0 0 216px;
    }

    .topbar__left .js-menu,
    .topbar__left .js-menu img,
    .topbar__search,
    .topbar__search img,
    .topbar__right>.icon-btn,
    .topbar__right>.icon-btn img {
        width: 40px;
        height: 40px;
    }

    .logo,
    .logo img {
        width: 144px;
        height: 40px;
    }

    .logo img {
        object-fit: contain;
    }

    .topbar__right {
        width: 422px;
        height: 40px;
        flex: 0 0 422px;
        gap: 8px;
        justify-content: flex-end;
    }

    .balance {
        width: 83px;
        min-width: 83px;
        height: 34px;
        padding: 0 10px;
    }

    .cashier,
    .cashier--desktop {
        width: 143px;
        min-width: 143px;
        height: 40px;
    }

    .cashier--desktop {
        padding: 0 16px 0 12px;
    }

    .gift-btn {
        width: 40px;
        height: 40px;
        margin-left: 32px;
        margin-right: 12px;
    }

    .gift-btn img {
        width: 40px;
        height: 40px;
    }

    .sidebar {
        width: var(--sidebar);
        padding: 12px;
        gap: 0;
    }

    .side-btn {
        width: 48px;
        height: 48px;
        padding: 12px;
        margin: 0 0 8px;
        border-radius: 10px;
    }

    .side-btn img.side-icon,
    .side-btn--active img.side-icon {
        width: 24px;
        height: 24px;
    }

    .side-btn--rank {
        width: 48px;
        height: 48px;
        padding: 0;
        margin: 0;
    }

    .side-btn--rank svg,
    .side-btn--rank img {
        width: 48px;
        height: 48px;
    }

    .side-btn--active {
        width: 48px;
        height: 48px;
        margin-top: 20px;
        margin-bottom: 36px;
    }

    .side-divider {
        margin: 0 0 8px;
    }

    .category-wrap,
    .games-section,
    .providers-section,
    .compact-section,
    .trending-section,
    .seo-block,
    .footer {
        width: min(1194px, calc(100% - 174px));
        margin-left: 102px;
    }

    .category-wrap {
        margin-top: 32px;
        margin-bottom: 0;
    }

    .category-wrap+.games-section {
        margin-top: 32px;
    }

    .category-nav {
        gap: 8px;
        overflow-x: auto;
        max-width: calc(100% - 42px);
    }

    .category-card {
        flex: 0 0 144px;
        width: 144px;
        height: 80px;
        min-height: 80px;
        gap: 5px;
        font-size: 14px;
        line-height: 1;
        font-weight: 500;
    }

    .category-card svg,
    .category-card img {
        width: 24px;
        height: 24px;
        flex: 0 0 24px;
    }

    .category-arrow.is-back {
        font-size: 22px;
    }

    .games-section,
    .providers-section,
    .compact-section,
    .trending-section {
        margin-top: 18px;
    }

    .games-section,
    .providers-section {
        margin-top: 32px;
    }

    .section-head h2 {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .section-head h2 span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
    }

    .section-head h2 svg {
        width: 24px;
        height: 24px;
    }

    .games-section .section-head {
        margin-bottom: 16px;
    }

    .game-row,
    .game-row--top {
        display: grid;
        grid-template-columns: repeat(7, 150px);
        gap: 12px;
    }

    .game-card {
        width: 150px;
        height: 210px;
        aspect-ratio: auto;
    }

    .providers-section .section-head {
        margin-bottom: 16px;
    }

    .provider-row {
        gap: 12px;
    }

    .provider-card {
        flex: 0 0 256px;
        width: 256px;
        height: 292px;
        min-height: 292px;
        padding: 20px 12px 16px;
        border-radius: 14px;
    }

    .provider-card>svg,
    .provider-logo {
        display: block;
        height: 32px;
        max-width: 154px;
        margin: 0 auto 16px;
        object-fit: contain;
    }

    .provider-card div {
        display: grid;
        grid-template-columns: repeat(3, 72px);
        gap: 8px;
        margin-bottom: 16px;
        justify-content: center;
    }

    .provider-card div img {
        width: 72px;
        height: 72px;
        aspect-ratio: auto;
        border-radius: 8px;
    }

    .provider-card button {
        width: 232px;
        height: 40px;
        padding: 11px 12px;
        font-weight: 700;
        font-size: 14px;
        line-height: 1;
    }

    .providers-section+.compact-section {
        margin-top: 32px;
    }
}

@media (min-width:901px) {
    .main {
        padding-left: 72px;
    }

    .sidebar {
        width: 72px;
        padding: 12px 12px 20px;
        align-items: center;
        box-sizing: border-box;
    }

    .side-btn {
        width: 48px;
        height: 48px;
        padding: 12px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 16px;
        align-self: center;
        justify-self: center;
        display: grid;
        place-items: center;
    }

    .side-btn>svg {
        width: 24px;
        height: 24px;
        display: block;
        flex: 0 0 auto;
    }

    .side-btn--rank,
    .side-btn--active {
        width: 48px;
        height: 48px;
        padding: 0;
    }

    .side-btn--rank {
        margin: 0 !important;
    }

    .side-btn--rank>svg,
    .side-btn--active>svg {
        width: 48px;
        height: 48px;
    }

    .side-btn--rank+.side-divider {
        margin-top: 8px !important;
        margin-bottom: 20px !important;
    }

    .side-divider {
        align-self: center;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0;
        margin-bottom: 16px;
    }

    .side-divider+.side-btn--active {
        margin-top: 0 !important;
    }

    .side-btn--active {
        margin-bottom: 36px !important;
    }

    .sidebar>.side-btn:last-child {
        margin-bottom: 0 !important;
    }

    .category-wrap,
    .games-section,
    .providers-section,
    .compact-section,
    .trending-section,
    .seo-block,
    .footer {
        width: 1194px;
        max-width: calc(100% - 174px);
        margin-left: 102px;
        margin-right: 72px;
    }

    .category-arrow {
        right: 0;
    }

    .section-actions {
        margin-right: 0;
    }
}

@media (min-width:901px) {
    .sidebar {
        width: 72px;
        padding: 12px 12px 20px;
        align-items: center;
    }

    .side-btn {
        width: 48px;
        height: 48px;
        padding: 0;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 16px;
        display: grid;
        place-items: center;
        align-self: center;
    }

    .side-btn>svg,
    .side-btn img.side-icon,
    .side-btn--active>svg,
    .side-btn--rank>svg {
        width: 48px;
        height: 48px;
        max-width: none;
        display: block;
    }

    .side-btn--rank {
        margin: 0 !important;
    }

    .side-btn--rank+.side-divider {
        margin-top: 8px !important;
        margin-bottom: 20px !important;
    }

    .side-divider {
        align-self: center;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 16px;
    }

    .side-divider+.side-btn--active {
        margin-top: 0 !important;
    }

    .side-btn--active {
        margin-bottom: 36px !important;
    }

    .category-wrap,
    .games-section,
    .providers-section,
    .compact-section,
    .trending-section,
    .seo-block,
    .footer {
        width: 1122px;
        max-width: 1122px;
        margin-left: 123px;
        margin-right: 123px;
    }

    .category-nav {
        max-width: calc(100% - 42px);
    }

    .category-arrow {
        right: 0;
    }

    .section-actions {
        margin-right: 0;
    }

    .game-row,
    .game-row--top {
        grid-template-columns: repeat(7, 150px);
        gap: 12px;
    }

    .providers-section:after,
    .compact-section:after,
    .trending-section:after {
        right: 0;
    }

    .floating-tools {
        left: calc(50% - (var(--app-max) / 2)+16px);
        bottom: 20px;
        gap: 16px;
    }

    .floating-tools button,
    .floating-tools img,
    .floating-tools svg {
        width: 40px;
        height: 40px;
    }
}

@media (min-width:901px) and (max-width:1440px) {

    .category-wrap,
    .games-section,
    .providers-section,
    .compact-section,
    .trending-section,
    .seo-block,
    .footer {
        width: min(1122px, calc(100vw - 72px - 246px));
        max-width: 1122px;
    }
}

@media (min-width:901px) {
    .sidebar {
        top: 64px;
        bottom: 0;
        width: 72px;
        padding: 12px 12px 20px;
        align-items: center;
        gap: 0;
    }

    .side-btn {
        width: 48px;
        height: 48px;
        padding: 0;
        margin: 0 0 16px !important;
        display: grid;
        place-items: center;
        align-self: center;
    }

    .side-btn>svg,
    .side-btn img.side-icon {
        width: 48px;
        height: 48px;
        max-width: none;
        display: block;
    }

    .side-btn--rank {
        margin: 0 !important;
    }

    .side-btn--rank+.side-divider {
        margin-top: 8px !important;
        margin-bottom: 20px !important;
    }

    .side-divider {
        align-self: center;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .side-divider+.side-btn--active {
        margin-top: 0 !important;
    }

    .side-btn--active {
        margin-bottom: 36px !important;
    }

    .floating-tools {
        bottom: 20px;
        gap: 16px;
    }

    .floating-tools button,
    .floating-tools img,
    .floating-tools svg {
        width: 40px;
        height: 40px;
    }

    .hero {
        height: 420px;
        min-height: 420px;
        background-image: url('../img/bg.webp');
        background-position: center center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .hero__content {
        min-height: 420px;
        padding-top: 48px;
        padding-bottom: 72px;
    }

    .hero:before {
        background: linear-gradient(90deg, rgba(0, 0, 0, .82) 0%, rgba(0, 0, 0, .68) 25%, rgba(0, 0, 0, .16) 50%, rgba(0, 0, 0, .04) 100%);
    }

    .hero:after {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .04) 70%, rgba(0, 0, 0, .22) 100%);
    }

    .hero__dots {
        bottom: 30px;
    }
}

@media (min-width:901px) {
    .sidebar {
        padding: 12px 12px 20px;
        gap: 0;
    }

    .sidebar .side-btn {
        width: 48px;
        height: 48px;
        padding: 0;
        margin: 0 0 8px !important;
        align-self: center;
        display: grid;
        place-items: center;
    }

    .sidebar .side-btn>svg,
    .sidebar .side-btn img.side-icon,
    .sidebar .side-btn--rank>svg,
    .sidebar .side-btn--active>svg {
        width: 48px;
        height: 48px;
        max-width: none;
        display: block;
    }

    .sidebar .side-btn--rank {
        margin: 0 !important;
    }

    .sidebar .side-btn--rank+.side-divider {
        margin-top: 8px !important;
        margin-bottom: 19px !important;
    }

    .sidebar .side-divider {
        width: 33px;
        height: 9px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 8px !important;
        align-self: center;
        flex: 0 0 auto;
    }

    .sidebar .side-divider+.side-btn--active {
        margin-top: 0 !important;
        margin-bottom: 8px !important;
    }

    .sidebar .side-btn--active {
        margin-bottom: 8px !important;
    }

    .floating-tools {
        left: calc(50% - (var(--app-max) / 2)+16px);
        bottom: 20px;
        gap: 16px;
    }

    .floating-tools button,
    .floating-tools svg,
    .floating-tools img {
        width: 40px;
        height: 40px;
    }

    .hero {
        background-image: url('../img/bg.webp');
        background-position: center right;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media (min-width:901px) {

    .compact-section,
    .trending-section,
    .seo-block,
    .footer {
        width: 1122px;
        max-width: 1122px;
        margin-left: 123px;
        margin-right: 123px;
    }

    .providers-section+.compact-section,
    .compact-section {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .section-head {
        min-height: 24px;
        height: 24px;
        margin-bottom: 16px;
    }

    .section-head h2 {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin: 0;
        font-family: Jost, Inter, Arial, sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0;
        text-transform: uppercase;
        color: #ffffff;
    }

    .red-dot {
        flex: 0 0 auto;
        width: 7px;
        height: 7px;
        margin-left: 0;
        background: #ff2e2e;
        border-radius: 999px;
    }

    .win-row {
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 0;
    }

    .win-row article {
        flex: 0 0 220px;
        width: 220px;
        height: 88px;
        min-height: 88px;
        box-sizing: border-box;
        grid-template-columns: 64px minmax(0, 1fr);
        grid-template-rows: 18px 18px 18px;
        align-content: center;
        column-gap: 12px;
        row-gap: 2px;
        padding: 12px 53px 12px 12px;
        border-radius: 14px;
    }

    .win-row img {
        grid-row: 1 / 4;
        width: 64px;
        height: 64px;
        border-radius: 8px;
        object-fit: cover;
    }

    .win-row b {
        align-self: center;
        font-family: Jost, Inter, Arial, sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0;
        color: #ffffff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .win-row em {
        align-self: center;
        font-family: Inter, Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0;
        color: #A29C96;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .win-row small {
        align-self: center;
        font-family: Jost, Inter, Arial, sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0;
        color: #FFCC99;
        white-space: nowrap;
    }

    .trending-section {
        margin-top: 0;
        margin-bottom: 32px;
    }

    .trending-section .section-head {
        margin-bottom: 16px;
    }

    .trend-row {
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 0;
    }

    .trend-row article {
        flex: 0 0 128px;
        width: 128px;
        height: 208px;
        min-height: 208px;
        box-sizing: border-box;
        padding: 8px 8px 31px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        border-radius: 20px;
        border: 1px solid #3b2b20;
        text-align: center;
    }

    .trend-row img {
        width: 112px;
        height: 128px;
        flex: 0 0 128px;
        margin: 0;
        border-radius: 12px;
        object-fit: cover;
        border: 1px solid #FFA566;
    }

    .trend-row b {
        display: block;
        margin: 0;
        font-family: Jost, Inter, Arial, sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0;
        text-align: center;
        color: #FFCC99;
    }

    .trend-row small {
        display: block;
        margin: 0;
        max-width: 112px;
        font-family: Jost, Inter, Arial, sans-serif;
        font-weight: 700;
        font-size: 12px;
        line-height: 125%;
        letter-spacing: 0;
        text-align: center;
        color: #FFFFFF;
    }

    .trending-section:after,
    .compact-section:after {
        right: 0;
    }

    .seo-block {
        box-sizing: border-box;
        margin-top: 0;
        padding-top: 32px;
        margin-bottom: 32px;
        color: #A29C96;
    }

    .seo-block h2 {
        margin: 0 0 8px;
        font-family: Jost, Inter, Arial, sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0;
        color: #FFFFFF;
    }

    .seo-block p {
        position: relative;
        max-height: 81px;
        overflow: hidden;
        margin: 0 0 16px;
        font-family: Inter, Arial, sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0;
        color: #A29C96;
        -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 58%, rgba(0, 0, 0, .45) 100%);
        mask-image: linear-gradient(180deg, #000 0%, #000 58%, rgba(0, 0, 0, .45) 100%);
    }

    .read-more {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 0;
        border: 0;
        background: transparent;
        font-family: Jost, Inter, Arial, sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0;
        color: #EEE8DF;
        cursor: pointer;
    }

    .read-more svg {
        flex: 0 0 12px;
        width: 12px;
        height: 7px;
        display: block;
    }

    .footer {
        padding: 0 0 28px;
        color: #A29C96;
    }

    .footer__top {
        display: grid;
        grid-template-columns: 358px 358px 358px;
        gap: 24px;
        align-items: start;
        margin-bottom: 32px;
    }

    .footer h3 {
        margin: 0 0 8px;
        font-family: Jost, Inter, Arial, sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0;
        text-transform: none;
        color: #FFFFFF;
    }

    .contacts a {
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 0 0 8px;
        font-family: Inter, Arial, sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0;
        color: #FFCC99;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-thickness: 5%;
        text-underline-offset: 25%;
        text-decoration-skip-ink: auto;
    }

    .contacts img {
        width: 24px;
        height: 24px;
        flex: 0 0 24px;
    }

    .socials h3 {
        margin-bottom: 8px;
    }

    .socials div {
        width: 358px;
        height: 44px;
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .socials a {
        display: block;
        flex: 0 0 44px;
        width: 44px;
        height: 44px;
        margin: 0;
    }

    .socials img {
        width: 44px;
        height: 44px;
        display: block;
    }

    .partners {
        width: 358px;
        height: 72px;
        box-sizing: border-box;
        padding: 20px 25px;
        border-radius: 16px;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        text-decoration: none !important;
    }

    .partners span {
        font-family: Jost, Inter, Arial, sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0;
        color: #EEE8DF;
        white-space: nowrap;
    }

    .partners img {
        width: 136px;
        height: 32px;
        object-fit: contain;
        flex: 0 0 136px;
    }

    .payments {
        box-sizing: border-box;
        width: 1122px;
        padding: 0 93px;
        margin: 0 0 32px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 24px;
        flex-wrap: nowrap;
    }

    .payments img {
        width: 96px;
        height: 48px;
        max-width: 96px;
        object-fit: contain;
        opacity: .9;
    }

    .footer__cols {
        width: 1122px;
        height: 216px;
        box-sizing: border-box;
        display: grid;
        grid-template-columns: repeat(4, 273px);
        gap: 10px;
        margin-bottom: 32px;
    }

    .footer-col button {
        display: block;
        margin: 0 0 16px;
        padding: 0;
        border: 0;
        background: transparent;
        font-family: Jost, Inter, Arial, sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0;
        text-align: left;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .footer-col a {
        display: block;
        margin: 0 0 12px;
        font-family: Jost, Inter, Arial, sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0;
        color: #A29C96;
    }

    .licenses {
        width: 580px;
        height: 48px;
        margin: 0 auto 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 32px;
        overflow: hidden;
    }

    .licenses img,
    .licenses img:first-child,
    .licenses img:last-child {
        height: 48px;
        width: auto;
        max-width: 110px;
        object-fit: contain;
    }

    .legal {
        width: 1122px;
        max-width: 1122px;
        height: 72px;
        max-height: 72px;
        overflow: hidden;
        margin: 0 auto 32px;
        font-family: Inter, Arial, sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0;
        text-align: center;
        color: #A29C96;
    }

    .copy {
        width: 1122px;
        height: 18px;
        margin: 0 auto;
        font-family: Inter, Arial, sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0;
        text-align: center;
        color: #EEE8DF;
    }
}

.seo-block p {
    transition: max-height .22s ease, color .22s ease, -webkit-mask-image .22s ease, mask-image .22s ease;
}

.seo-block.is-expanded p {
    max-height: none !important;
    overflow: visible !important;
    color: #EEE8DF !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
}

.seo-block.is-expanded .read-more svg {
    transform: rotate(180deg);
}

.read-more svg {
    transition: transform .18s ease;
}

@media (max-width:900px) {
    .main {
        padding-bottom: 92px;
    }

    .hero__content {
        justify-content: flex-end;
        padding-top: 204px;
        padding-bottom: 28px;
    }

    .category-card {
        color: #FFFFFF;
    }

    .category-card svg,
    .category-card svg * {
        color: #FFFFFF;
        fill: currentColor !important;
        stroke: currentColor !important;
    }

    .category-card--active,
    .category-card--active-soft {
        color: #FFFFFF;
    }

    .games-section,
    .providers-section,
    .compact-section,
    .trending-section {
        overflow: visible;
    }

    .game-row,
    .game-row--top,
    .provider-row,
    .win-row,
    .trend-row {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
        padding-right: 0;
    }

    .game-card {
        flex: 0 0 calc((100% - 16px) / 3.35);
        scroll-snap-align: start;
    }

    .game-row--top {
        grid-template-rows: repeat(2, auto);
        grid-auto-columns: calc((100% - 16px) / 3.35);
        grid-auto-flow: column;
    }

    .game-row--top .game-card {
        width: auto;
        min-width: 0;
    }

    .provider-card {
        flex: 0 0 calc(100% - 72px);
        max-width: 312px;
        scroll-snap-align: start;
    }

    .provider-row {
        gap: 8px;
    }

    .win-row article {
        flex: 0 0 calc(100% - 72px);
        max-width: 312px;
        scroll-snap-align: start;
    }

    .trend-row article {
        scroll-snap-align: start;
    }

    .seo-block {
        margin-top: 32px;
    }

    .seo-block p {
        max-height: 58px;
        overflow: hidden;
        color: #706963;
        -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 45%, rgba(0, 0, 0, .18) 100%);
        mask-image: linear-gradient(180deg, #000 0%, #000 45%, rgba(0, 0, 0, .18) 100%);
    }

    .seo-block.is-expanded p {
        color: #EEE8DF !important;
    }

    .footer {
        padding-bottom: 88px;
    }
}

@media (max-width:900px) {
    .game-row--top {
        display: grid;
        grid-template-rows: repeat(2, auto);
        grid-auto-flow: column;
        grid-auto-columns: calc((100% - 54px) / 3);
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        scroll-snap-type: x proximity;
        padding-right: 30px;
    }

    .game-row--top::-webkit-scrollbar {
        display: none;
    }

    .game-row--top .game-card {
        width: auto;
        flex: none;
        scroll-snap-align: start;
    }

    .game-row--top .game-card:nth-child(1) {
        grid-row: 1;
        grid-column: 1;
    }

    .game-row--top .game-card:nth-child(2) {
        grid-row: 1;
        grid-column: 2;
    }

    .game-row--top .game-card:nth-child(3) {
        grid-row: 1;
        grid-column: 3;
    }

    .game-row--top .game-card:nth-child(4) {
        grid-row: 1;
        grid-column: 4;
    }

    .game-row--top .game-card:nth-child(5) {
        grid-row: 1;
        grid-column: 5;
    }

    .game-row--top .game-card:nth-child(6) {
        grid-row: 1;
        grid-column: 6;
    }

    .game-row--top .game-card:nth-child(7) {
        grid-row: 1;
        grid-column: 7;
    }

    .game-row--top .game-card:nth-child(8) {
        grid-row: 2;
        grid-column: 1;
    }

    .game-row--top .game-card:nth-child(9) {
        grid-row: 2;
        grid-column: 2;
    }

    .game-row--top .game-card:nth-child(10) {
        grid-row: 2;
        grid-column: 3;
    }

    .game-row--top .game-card:nth-child(11) {
        grid-row: 2;
        grid-column: 4;
    }

    .game-row--top .game-card:nth-child(12) {
        grid-row: 2;
        grid-column: 5;
    }

    .game-row--top .game-card:nth-child(13) {
        grid-row: 2;
        grid-column: 6;
    }

    .game-row--top .game-card:nth-child(14) {
        grid-row: 2;
        grid-column: 7;
    }

    .win-row {
        gap: 8px;
        padding-right: 26px;
        scroll-snap-type: x proximity;
    }

    .win-row article {
        flex: 0 0 120px;
        max-width: 120px;
        height: 54px;
        scroll-snap-align: start;
    }

    .trend-row {
        gap: 8px;
        padding-right: 40px;
        scroll-snap-type: x proximity;
    }

    .trend-row article {
        flex: 0 0 calc((100% - 48px) / 2);
        max-width: none;
        min-height: auto;
        border-radius: 10px;
        padding: 6px 6px 8px;
        scroll-snap-align: start;
    }

    .trend-row img {
        width: 100%;
        aspect-ratio: 112 / 128;
        object-fit: cover;
    }

    .partners {
        height: 72px;
        width: 100%;
        padding: 12px 16px;
        display: flex !important;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 4px;
        text-align: center;
        border-radius: 12px;
    }

    .partners img {
        width: 126px;
        height: auto;
        margin: 0 auto;
    }

    .partners span {
        display: block;
        width: 100%;
        font-size: 8px;
        line-height: 11px;
        text-align: center;
    }

    .footer-col:not(.is-open) a {
        display: none !important;
    }

    .footer-col:not(.is-open) {
        background: #0f0d0b;
    }

    .footer-col.is-open a {
        display: block !important;
    }
}

:root {
    --font-accent: "Jost", "Inter", Arial, sans-serif;
    --font-main: "Inter", Arial, sans-serif;
}

body,
button,
a,
input,
textarea {
    font-family: var(--font-main);
}

.hero__content>span {
    color: #FFCC99;
}

@media (max-width:900px) {
    :root {
        --topbar: 64px;
    }

    html,
    body {
        background: #000;
    }

    .app {
        max-width: 390px;
        width: 100%;
        overflow-x: hidden;
    }

    .topbar {
        height: 64px;
        padding: 12px 16px;
        gap: 0;
        justify-content: space-between;
    }

    .topbar__left {
        width: 130px;
        flex: 0 0 130px;
        gap: 0;
    }

    .topbar__left .js-menu,
    .topbar__search,
    .cashier--desktop,
    .gift-btn {
        display: none !important;
    }

    .logo,
    .logo svg,
    .logo img {
        width: 130px !important;
        height: 40px !important;
        max-width: none;
    }

    .topbar__right {
        width: 187px;
        height: 40px;
        flex: 0 0 187px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
    }

    .topbar__right .icon-btn,
    .topbar__right .icon-btn img,
    .topbar__right .cashier--mobile,
    .topbar__right .cashier--mobile img {
        width: 40px;
        height: 40px;
    }

    .topbar__right .balance {
        height: 40px;
        min-width: 91px;
        padding: 0 10px;
        font-family: var(--font-main);
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        color: #FFFFFF;
    }

    .main {
        padding: 0 0 73px;
    }

    .hero {
        min-height: 380px;
        border-radius: 0 0 8px 8px;
        background-size: cover;
        background-position: center top;
        margin-bottom: 13px;
    }

    .hero:before {
        background: linear-gradient(180deg, rgba(0, 0, 0, .03) 0%, rgba(0, 0, 0, .12) 35%, rgba(0, 0, 0, .70) 72%, rgba(0, 0, 0, .98) 100%);
    }

    .hero:after {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .34) 100%);
    }

    .hero__content {
        min-height: 380px;
        width: 100%;
        padding: 204px 16px 36px;
        justify-content: flex-end;
        text-align: center;
    }

    .hero__content>span {
        font-family: var(--font-accent);
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        color: #FFCC99;
        margin: 0 0 12px;
    }

    .hero__content h1 {
        font-family: var(--font-accent);
        font-weight: 700;
        font-size: 32px;
        line-height: 36px;
        letter-spacing: 0;
        text-align: center;
        text-transform: uppercase;
        margin: 0 0 24px;
    }

    .bonus-desktop {
        display: none !important;
    }

    .bonus-mobile {
        display: block !important;
    }

    .hero__btn {
        width: 170px;
        height: 48px;
        min-width: 170px;
        padding: 14px 32px;
        margin: 0 auto 20px;
        background: linear-gradient(360deg, #E56300 0%, #FE4B68 100%);
        font-family: var(--font-accent);
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
        color: #FFFFFF;
        text-align: center;
        text-transform: uppercase;
    }

    .hero__dots {
        position: static;
        transform: none;
        width: 268px;
        height: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 0;
        margin: 0 auto;
    }

    .hero__dots b,
    .hero__dots i {
        height: 8px;
        border-radius: 999px;
    }

    .hero__dots b {
        width: 24px;
    }

    .hero__dots i {
        width: 8px;
    }

    .category-wrap,
    .games-section,
    .providers-section,
    .compact-section,
    .trending-section,
    .seo-block,
    .footer {
        width: 358px;
        max-width: calc(100% - 32px);
        margin-left: auto;
        margin-right: auto;
    }

    .category-wrap {
        margin-top: 0;
        margin-bottom: 24px;
    }

    .category-nav {
        width: 358px;
        max-width: 100%;
        height: 48px;
        display: flex;
        gap: 8px;
        overflow-x: auto;
        scrollbar-width: none;
        padding: 0;
    }

    .category-card {
        flex: 0 0 175px;
        width: 175px;
        height: 48px;
        min-height: 48px;
        gap: 3px;
        padding: 12px 16px 12px 12px;
        border-radius: 12px;
        border-width: 1px;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-family: var(--font-accent);
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        color: #FFFFFF;
        text-transform: uppercase;
    }

    .category-card svg,
    .category-card img {
        width: 24px !important;
        height: 24px !important;
        flex: 0 0 24px;
    }

    .category-card svg path,
    .category-card svg g,
    .category-card svg rect {
        fill: #FFFFFF;
    }

    .games-section,
    .providers-section,
    .compact-section,
    .trending-section {
        margin-top: 0;
    }

    .section-head {
        height: 24px;
        display: flex;
        align-items: center;
        margin-bottom: 12px;
    }

    .section-head h2 {
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 0;
        font-family: var(--font-accent);
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .section-head h2 span,
    .section-head h2 svg {
        width: 24px;
        height: 24px;
        flex: 0 0 24px;
    }

    .section-actions a {
        font-family: var(--font-accent);
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        color: #FFCC99;
        margin-right: 0;
    }

    .section-actions button {
        display: none !important;
    }

    .game-row {
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        scroll-snap-type: x proximity;
        padding: 0 22px 0 0;
    }

    .game-row::-webkit-scrollbar,
    .provider-row::-webkit-scrollbar,
    .win-row::-webkit-scrollbar,
    .trend-row::-webkit-scrollbar {
        display: none;
    }

    .game-row--recent {
        margin-bottom: 32px;
    }

    .game-card {
        flex: 0 0 107.14px;
        width: 107.14px;
        height: 150px;
        aspect-ratio: auto;
        scroll-snap-align: start;
        border-radius: 8px;
    }

    .game-row--top {
        display: grid;
        grid-template-rows: repeat(2, 150px);
        grid-auto-flow: column;
        grid-auto-columns: 107.14px;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        scroll-snap-type: x proximity;
        padding: 0 22px 0 0;
        margin-bottom: 32px;
    }

    .game-row--top .game-card {
        width: 107.14px;
        height: 150px;
        flex: none;
    }

    .game-row--top .game-card:nth-child(1) {
        grid-row: 1;
        grid-column: 1;
    }

    .game-row--top .game-card:nth-child(2) {
        grid-row: 1;
        grid-column: 2;
    }

    .game-row--top .game-card:nth-child(3) {
        grid-row: 1;
        grid-column: 3;
    }

    .game-row--top .game-card:nth-child(4) {
        grid-row: 1;
        grid-column: 4;
    }

    .game-row--top .game-card:nth-child(5) {
        grid-row: 1;
        grid-column: 5;
    }

    .game-row--top .game-card:nth-child(6) {
        grid-row: 1;
        grid-column: 6;
    }

    .game-row--top .game-card:nth-child(7) {
        grid-row: 1;
        grid-column: 7;
    }

    .game-row--top .game-card:nth-child(8) {
        grid-row: 2;
        grid-column: 1;
    }

    .game-row--top .game-card:nth-child(9) {
        grid-row: 2;
        grid-column: 2;
    }

    .game-row--top .game-card:nth-child(10) {
        grid-row: 2;
        grid-column: 3;
    }

    .game-row--top .game-card:nth-child(11) {
        grid-row: 2;
        grid-column: 4;
    }

    .game-row--top .game-card:nth-child(12) {
        grid-row: 2;
        grid-column: 5;
    }

    .game-row--top .game-card:nth-child(13) {
        grid-row: 2;
        grid-column: 6;
    }

    .game-row--top .game-card:nth-child(14) {
        grid-row: 2;
        grid-column: 7;
    }

    .providers-section {
        margin-bottom: 32px;
    }

    .provider-row {
        gap: 12px;
        overflow-x: auto;
        scrollbar-width: none;
        padding: 0 90px 0 0;
    }

    .provider-card {
        flex: 0 0 256px;
        width: 256px;
        height: 292px;
        min-height: 292px;
        padding: 20px 12px 16px;
        border-radius: 14px;
        border: 1px solid #2F251B;
        scroll-snap-align: start;
    }

    .provider-logo {
        width: 128px;
        height: 32px;
        max-width: 128px;
        object-fit: contain;
        margin: 0 auto 16px;
    }

    .provider-card div {
        grid-template-columns: repeat(3, 72px);
        gap: 8px;
        margin-bottom: 16px;
        justify-content: center;
    }

    .provider-card div img {
        width: 72px;
        height: 72px;
        border-radius: 8px;
    }

    .provider-card button {
        width: 232px;
        height: 40px;
        padding: 11px 12px;
        font-family: var(--font-accent);
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        text-transform: uppercase;
    }

    .compact-section {
        margin-bottom: 32px;
    }

    .win-row {
        gap: 12px;
        overflow-x: auto;
        scrollbar-width: none;
        padding: 0 126px 0 0;
    }

    .win-row article {
        flex: 0 0 220px;
        width: 220px;
        max-width: 220px;
        height: 88px;
        padding: 12px 12px;
        display: grid;
        grid-template-columns: 64px minmax(0, 1fr);
        grid-template-rows: 18px 18px 18px;
        column-gap: 12px;
        align-content: center;
        border: 1px solid #2F251B;
        border-radius: 12px;
        scroll-snap-align: start;
    }

    .win-row img {
        width: 64px;
        height: 64px;
        border-radius: 8px;
    }

    .win-row b {
        font-family: var(--font-accent);
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 2px;
    }

    .win-row em {
        font-family: var(--font-main);
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #A29C96;
        margin: 0 0 2px;
    }

    .win-row small {
        font-family: var(--font-accent);
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        color: #FFCC99;
    }

    .trending-section {
        margin-bottom: 32px;
    }

    .trend-row {
        gap: 12px;
        overflow-x: auto;
        scrollbar-width: none;
        padding: 0 90px 0 0;
    }

    .trend-row article {
        flex: 0 0 128px;
        width: 128px;
        height: 208px;
        min-height: 208px;
        padding: 8px 8px 31px;
        border-radius: 20px;
        border: 1px solid #2F251B;
        scroll-snap-align: start;
    }

    .trend-row img {
        width: 112px;
        height: 128px;
        aspect-ratio: auto;
        object-fit: cover;
        margin: 0 0 8px;
        border-radius: 12px;
        border: 1px solid #FFA566;
    }

    .trend-row b {
        font-family: var(--font-accent);
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        color: #FFCC99;
    }

    .trend-row small {
        font-family: var(--font-accent);
        font-weight: 700;
        font-size: 12px;
        line-height: 125%;
        text-align: center;
        color: #FFFFFF;
    }

    .seo-block {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .seo-block h2 {
        font-family: var(--font-accent);
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 8px;
        color: #FFFFFF;
    }

    .seo-block p {
        position: relative;
        max-height: 72px;
        overflow: hidden;
        font-family: var(--font-main);
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #A29C96;
        margin: 0 0 12px;
    }

    .seo-block:not(.is-expanded) p:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 38px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000 88%);
        pointer-events: none;
    }

    .seo-block.is-expanded p {
        max-height: none;
        color: #EEE8DF;
    }

    .read-more {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        height: 24px;
        padding: 0;
        margin: 0 0 12px;
        font-family: var(--font-accent);
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #EEE8DF;
    }

    .read-more svg,
    .read-more__icon {
        width: 24px;
        height: 24px;
    }

    .seo-block.is-expanded .read-more svg {
        transform: rotate(180deg);
    }

    .footer {
        padding: 0 0 32px;
    }

    .footer__top {
        display: grid;
        grid-template-columns: 1fr;
        gap: 32px;
        margin-bottom: 32px;
    }

    .footer h3 {
        font-family: var(--font-accent);
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 8px;
        color: #FFFFFF;
    }

    .contacts a {
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 0 0 8px;
        font-family: var(--font-main);
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #FFCC99;
        text-decoration: underline;
        text-underline-offset: 25%;
        text-decoration-thickness: 5%;
    }

    .contacts img {
        width: 24px;
        height: 24px;
        flex: 0 0 24px;
    }

    .socials div {
        width: 358px;
        max-width: 100%;
        height: 44px;
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .socials img,
    .socials a {
        width: 44px;
        height: 44px;
        margin: 0;
    }

    .partners {
        width: 358px;
        max-width: 100%;
        height: 104px;
        padding: 20px 25px;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
        border: 1px solid #534132;
        border-radius: 12px;
        background: linear-gradient(180deg, #2d2117, #17110d);
        margin: 0 0 32px;
        text-align: center;
    }

    .partners img {
        width: 136px;
        height: 32px;
        object-fit: contain;
        margin: 0 0 12px;
    }

    .partners span {
        font-family: var(--font-accent);
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #EEE8DF;
        text-align: center;
    }

    .payments {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        width: 358px;
        max-width: 100%;
        margin: 0 auto 32px;
        padding: 0;
    }

    .payments::-webkit-scrollbar {
        display: none;
    }

    .payments img {
        flex: 0 0 88px;
        width: 88px;
        height: 44px;
        object-fit: contain;
        max-width: none;
    }

    .footer__cols {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        width: 358px;
        max-width: 100%;
        margin: 0 auto 32px;
    }

    .footer-col {
        width: 358px;
        max-width: 100%;
        border-radius: 8px;
        background: #100f0d;
        overflow: hidden;
    }

    .footer-col button {
        position: relative;
        width: 100%;
        min-height: 44px;
        margin: 0;
        padding: 12px 44px 12px 16px;
        background: #100f0d;
        border: 0;
        text-align: left;
        font-family: var(--font-accent);
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        color: #EEE8DF;
        text-transform: uppercase;
    }

    .footer-col button:after {
        content: "";
        position: absolute;
        right: 12px;
        top: 50%;
        width: 24px;
        height: 24px;
        transform: translateY(-50%);
        background-repeat: no-repeat;
        background-size: 24px 24px;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9998 15.55C11.8665 15.55 11.7415 15.5292 11.6248 15.4875C11.5082 15.4458 11.3998 15.375 11.2998 15.275L6.6998 10.675C6.51647 10.4917 6.4248 10.2583 6.4248 9.975C6.4248 9.69167 6.51647 9.45833 6.6998 9.275C6.88313 9.09167 7.11648 9 7.39981 9C7.68314 9 7.91647 9.09167 8.0998 9.275L11.9998 13.175L15.8998 9.275C16.0832 9.09167 16.3165 9 16.5998 9C16.8832 9 17.1165 9.09167 17.2998 9.275C17.4832 9.45833 17.5748 9.69167 17.5748 9.975C17.5748 10.2583 17.4832 10.4917 17.2998 10.675L12.6998 15.275C12.5998 15.375 12.4915 15.4458 12.3748 15.4875C12.2582 15.5292 12.1332 15.55 11.9998 15.55Z' fill='%23A29C96'/%3E%3C/svg%3E");
    }

    .footer-col.is-open {
        height: auto;
        min-height: 220px;
        background: #2D2926;
        padding-bottom: 12px;
    }

    .footer-col.is-open button {
        background: #2D2926;
        margin-bottom: 12px;
    }

    .footer-col.is-open button:after {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9998 10.7749L8.0998 14.6749C7.91647 14.8583 7.68314 14.9499 7.39981 14.9499C7.11648 14.9499 6.88313 14.8583 6.6998 14.6749C6.51647 14.4916 6.4248 14.2583 6.4248 13.9749C6.4248 13.6916 6.51647 13.4583 6.6998 13.2749L11.2998 8.6749C11.3998 8.5749 11.5082 8.50407 11.6248 8.4624C11.7415 8.42074 11.8665 8.3999 11.9998 8.3999C12.1332 8.3999 12.2582 8.42074 12.3748 8.4624C12.4915 8.50407 12.5998 8.5749 12.6998 8.6749L17.2998 13.2749C17.4832 13.4583 17.5748 13.6916 17.5748 13.9749C17.5748 14.2583 17.4832 14.4916 17.2998 14.6749C17.1165 14.8583 16.8832 14.9499 16.5998 14.9499C16.3165 14.9499 16.0832 14.8583 15.8998 14.6749L11.9998 10.7749Z' fill='white'/%3E%3C/svg%3E");
    }

    .footer-col a {
        display: none;
        width: 326px;
        max-width: calc(100% - 32px);
        height: 40px;
        padding: 10px 0;
        margin: 0 auto;
        font-family: var(--font-accent);
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #EEE8DF;
    }

    .footer-col.is-open a {
        display: block;
    }

    .licenses {
        width: 358px;
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        flex-wrap: wrap;
        margin: 0 auto 32px;
    }

    .licenses img {
        height: 36px;
        width: auto;
        object-fit: contain;
    }

    .licenses img:first-child,
    .licenses img:nth-child(2) {
        height: 48px;
    }

    .legal {
        max-width: 358px;
        width: 358px;
        margin: 0 auto 32px;
        font-family: var(--font-main);
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        color: #A29C96;
    }

    .copy {
        width: 358px;
        max-width: 100%;
        margin: 0 auto;
        font-family: var(--font-main);
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        color: #EEE8DF;
    }

    .bottom-nav {
        position: fixed;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        z-index: 100;
        width: min(390px, 100vw);
        height: 74px;
        display: grid;
        grid-template-columns: repeat(5, 78px);
        justify-content: center;
        align-items: end;
        padding: 0;
        background: #0b0908;
        border-top: 1px solid #382a20;
        box-shadow: 0 -12px 36px rgba(0, 0, 0, .55);
    }

    .bottom-nav a,
    .bottom-nav button {
        width: 78px;
        height: 64px;
        min-width: 78px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 4px;
        padding: 0;
        margin: 0;
        border: 0;
        background: transparent;
        overflow: visible;
        font-family: var(--font-accent);
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        color: #EEE8DF;
        text-transform: none;
    }

    .bottom-nav a.active,
    .bottom-nav a.active span {
        color: #FFCC99;
    }

    .bottom-nav img {
        width: 78px;
        height: 32px;
        object-fit: contain;
        max-width: none;
        flex: 0 0 auto;
    }

    .bottom-nav__cashier img {
        width: 78px;
        height: 48px;
        margin-top: -16px;
    }

    .bottom-nav span {
        display: block;
        width: 78px;
        height: 18px;
        font-family: var(--font-accent);
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        color: inherit;
    }
}

@media (min-width:601px) and (max-width:900px) {
    .app {
        max-width: 768px;
    }

    .topbar {
        padding-left: 24px;
        padding-right: 24px;
    }

    .category-wrap,
    .games-section,
    .providers-section,
    .compact-section,
    .trending-section,
    .seo-block,
    .footer {
        width: calc(100% - 48px);
        max-width: 720px;
    }

    .hero {
        min-height: 420px;
        background-position: center center;
    }

    .hero__content {
        min-height: 420px;
        padding-top: 180px;
    }

    .game-card,
    .game-row--top .game-card {
        flex-basis: 120px;
        width: 120px;
        height: 168px;
    }

    .game-row--top {
        grid-auto-columns: 120px;
        grid-template-rows: repeat(2, 168px);
    }

    .provider-row,
    .win-row,
    .trend-row,
    .payments {
        padding-right: 140px;
    }

    .bottom-nav {
        width: min(768px, 100vw);
    }
}

@media (max-width:900px) {
    .provider-card>svg {
        display: block;
        width: 128px;
        height: 32px;
        margin: 0 auto 16px;
    }

    .provider-card>div {
        justify-content: center;
        align-content: center;
        justify-items: center;
        align-items: center;
    }

    .game-row--top {
        width: 100%;
        padding-right: 22px;
    }

    .red-dot {
        display: none !important;
    }

    .partners {
        flex-direction: column-reverse;
    }

    .partners img {
        order: 1;
        margin: 0 0 12px;
    }

    .partners span {
        order: 2;
    }

    .payments {
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        scroll-snap-type: x proximity;
        padding: 0 46px 0 0;
    }

    .payments>* {
        flex: 0 0 88px;
        width: 88px !important;
        min-width: 88px;
        height: 44px !important;
        max-width: none;
        scroll-snap-align: start;
        display: block;
    }

    .payments>svg {
        width: 88px !important;
        height: 44px !important;
    }

    .footer-col button {
        appearance: none;
        -webkit-appearance: none;
        background-image: none !important;
    }

    .footer-col button::before,
    .footer-col button::-webkit-details-marker,
    .footer-col summary::-webkit-details-marker {
        display: none !important;
        content: none !important;
    }

    .licenses {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }

    .licenses>* {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .licenses>*:nth-child(-n+2) {
        flex: 0 0 calc((100% - 12px) / 2);
        max-width: calc((100% - 12px) / 2);
    }

    .licenses>*:nth-child(n+3) {
        flex: 0 0 calc((100% - 24px) / 3);
        max-width: calc((100% - 24px) / 3);
    }

    .licenses>*:nth-child(1) {
        justify-content: flex-end;
    }

    .licenses>*:nth-child(2) {
        justify-content: flex-start;
    }

    .licenses>*:nth-child(1) {
        width: 136px !important;
        height: 32px !important;
    }

    .licenses>*:nth-child(2) {
        width: 44px !important;
        height: 44px !important;
    }

    .licenses>*:nth-child(3),
    .licenses>*:nth-child(4),
    .licenses>*:nth-child(5) {
        width: auto !important;
        height: 36px !important;
    }
}

@media (max-width:480px) {

    .category-wrap,
    .games-section,
    .providers-section,
    .compact-section,
    .trending-section,
    .seo-block,
    .footer {
        max-width: calc(100% - 24px);
    }
}

@media (max-width:390px) {
    .topbar {
        padding-left: 12px;
        padding-right: 12px;
    }

    .topbar__right {
        width: auto;
        gap: 6px;
    }

    .topbar__right .balance {
        min-width: 84px;
        padding: 0 8px;
        font-size: 15px;
    }

    .category-wrap,
    .games-section,
    .providers-section,
    .compact-section,
    .trending-section,
    .seo-block,
    .footer,
    .socials div,
    .partners,
    .payments,
    .footer-col,
    .licenses,
    .legal {
        width: 100%;
        max-width: calc(100% - 24px);
    }

    .category-nav {
        width: 100%;
    }

    .category-card {
        flex-basis: 175px;
        width: 175px;
    }

    .provider-row,
    .trend-row,
    .payments {
        padding-right: 52px;
    }
}

@media (max-width:360px) {
    .hero__content {
        padding-left: 12px;
        padding-right: 12px;
    }

    .hero__content h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .hero__btn {
        width: 164px;
    }

    .game-card,
    .game-row--top .game-card {
        width: 100px;
        height: 140px;
        flex-basis: 100px;
    }

    .game-row--top {
        grid-template-rows: repeat(2, 140px);
        grid-auto-columns: 100px;
    }

    .provider-card {
        flex-basis: calc(100% - 48px);
        width: calc(100% - 48px);
    }

    .trend-row article {
        flex-basis: 122px;
        width: 122px;
    }

    .bottom-nav {
        width: 100%;
        grid-template-columns: repeat(5, 1fr);
    }

    .bottom-nav a,
    .bottom-nav button,
    .bottom-nav span,
    .bottom-nav img {
        width: 100%;
    }
}

@media (min-width:601px) and (max-width:900px) {
    .app {
        max-width: 790px;
    }

    .category-wrap,
    .games-section,
    .providers-section,
    .compact-section,
    .trending-section,
    .seo-block,
    .footer {
        width: calc(100% - 56px);
        max-width: 742px;
    }

    .provider-row,
    .win-row,
    .trend-row,
    .payments {
        padding-right: 120px;
    }
}

@media (max-width:900px) {
    .game-row--top {
        display: grid !important;
        grid-template-columns: none !important;
        grid-template-rows: repeat(2, 150px) !important;
        grid-auto-flow: column !important;
        grid-auto-columns: 107.14px !important;
        gap: 12px !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scrollbar-width: none !important;
        scroll-snap-type: x proximity !important;
        padding-right: 34px !important;
        margin-bottom: 32px !important;
    }

    .game-row--top .game-card {
        width: 107.14px !important;
        min-width: 107.14px !important;
        max-width: 107.14px !important;
        height: 150px !important;
        flex: 0 0 107.14px !important;
        aspect-ratio: auto !important;
        scroll-snap-align: start !important;
    }

    .game-row--top .game-card:nth-child(1) {
        grid-row: 1 !important;
        grid-column: 1 !important;
    }

    .game-row--top .game-card:nth-child(2) {
        grid-row: 1 !important;
        grid-column: 2 !important;
    }

    .game-row--top .game-card:nth-child(3) {
        grid-row: 1 !important;
        grid-column: 3 !important;
    }

    .game-row--top .game-card:nth-child(4) {
        grid-row: 1 !important;
        grid-column: 4 !important;
    }

    .game-row--top .game-card:nth-child(5) {
        grid-row: 1 !important;
        grid-column: 5 !important;
    }

    .game-row--top .game-card:nth-child(6) {
        grid-row: 1 !important;
        grid-column: 6 !important;
    }

    .game-row--top .game-card:nth-child(7) {
        grid-row: 1 !important;
        grid-column: 7 !important;
    }

    .game-row--top .game-card:nth-child(8) {
        grid-row: 2 !important;
        grid-column: 1 !important;
    }

    .game-row--top .game-card:nth-child(9) {
        grid-row: 2 !important;
        grid-column: 2 !important;
    }

    .game-row--top .game-card:nth-child(10) {
        grid-row: 2 !important;
        grid-column: 3 !important;
    }

    .game-row--top .game-card:nth-child(11) {
        grid-row: 2 !important;
        grid-column: 4 !important;
    }

    .game-row--top .game-card:nth-child(12) {
        grid-row: 2 !important;
        grid-column: 5 !important;
    }

    .game-row--top .game-card:nth-child(13) {
        grid-row: 2 !important;
        grid-column: 6 !important;
    }

    .game-row--top .game-card:nth-child(14) {
        grid-row: 2 !important;
        grid-column: 7 !important;
    }

    .partners {
        flex-direction: column !important;
    }

    .partners img {
        order: 1 !important;
        margin: 0 0 12px !important;
    }

    .partners span {
        order: 2 !important;
    }

    .footer-col button::before {
        content: none !important;
        display: none !important;
    }

    .footer-col button::after {
        content: "" !important;
        color: transparent !important;
        font-size: 0 !important;
        line-height: 0 !important;
        text-indent: -9999px !important;
        overflow: hidden !important;
    }

    .footer-col.is-open button::after {
        content: "" !important;
        color: transparent !important;
        font-size: 0 !important;
        line-height: 0 !important;
        text-indent: -9999px !important;
        overflow: hidden !important;
    }
}

@media (max-width:360px) {
    .game-row--top {
        grid-template-rows: repeat(2, 140px) !important;
        grid-auto-columns: 100px !important;
    }

    .game-row--top .game-card {
        width: 100px !important;
        min-width: 100px !important;
        max-width: 100px !important;
        height: 140px !important;
        flex-basis: 100px !important;
    }
}

@media (min-width:901px) and (max-width:1180px) {
    .app {
        max-width: 100vw;
        width: 100%;
        overflow-x: hidden;
    }

    .main {
        padding-left: 72px;
    }

    .hero {
        width: calc(100% - 96px);
        margin-left: 24px;
        margin-right: 24px;
    }

    .category-wrap,
    .games-section,
    .providers-section,
    .compact-section,
    .trending-section,
    .seo-block,
    .footer {
        width: calc(100% - 174px);
        max-width: none;
        margin-left: 102px;
        margin-right: 24px;
        overflow: visible;
    }

    .category-nav,
    .game-row,
    .game-row--top,
    .provider-row,
    .win-row,
    .trend-row,
    .payments {
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        scroll-snap-type: x proximity;
    }

    .category-nav::-webkit-scrollbar,
    .game-row::-webkit-scrollbar,
    .game-row--top::-webkit-scrollbar,
    .provider-row::-webkit-scrollbar,
    .win-row::-webkit-scrollbar,
    .trend-row::-webkit-scrollbar,
    .payments::-webkit-scrollbar {
        display: none;
    }

    .category-nav {
        max-width: calc(100% - 52px);
        padding-right: 20px;
    }

    .game-row,
    .game-row--top {
        display: flex !important;
        gap: 12px;
        padding-right: 60px;
    }

    .game-row--top {
        flex-wrap: nowrap;
    }

    .game-row .game-card,
    .game-row--top .game-card {
        flex: 0 0 150px;
        width: 150px;
        height: 210px;
        scroll-snap-align: start;
    }

    .provider-row,
    .win-row,
    .trend-row {
        padding-right: 80px;
    }

    .footer {
        padding-right: 0;
    }

    .footer__top {
        grid-template-columns: 260px 320px 358px;
        gap: 32px;
        align-items: start;
    }

    .partners {
        width: 358px;
        max-width: 358px;
        margin-left: 0;
    }

    .payments {
        justify-content: flex-start;
        flex-wrap: nowrap;
        padding-right: 80px;
        margin-left: 0;
        margin-right: 0;
    }

    .footer__cols {
        grid-template-columns: repeat(3, minmax(180px, 1fr));
        gap: 32px;
    }

    .licenses,
    .legal,
    .copy {
        max-width: 100%;
    }
}

@media (min-width:601px) and (max-width:900px) {
    .footer {
        display: block;
    }

    .footer__top,
    .contacts,
    .socials,
    .partners,
    .payments,
    .footer__cols,
    .footer-col,
    .licenses,
    .legal,
    .copy {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .footer__top {
        justify-items: start;
        align-items: start;
    }

    .partners {
        width: 358px;
    }

    .payments {
        width: 100%;
        max-width: 100%;
        justify-content: flex-start;
        padding-right: 90px;
    }

    .footer__cols,
    .footer-col {
        width: min(358px, 100%);
    }

    .licenses {
        width: min(358px, 100%);
        justify-content: flex-start;
    }

    .legal,
    .copy {
        width: 100%;
        max-width: 520px;
        text-align: left;
    }
}

.top-spark-icon,
.top-spark-icon svg {
    width: 24px;
    height: 24px;
}

@media (max-width:900px) {
    .game-row--top {
        grid-template-columns: none !important;
        grid-template-rows: repeat(2, 150px) !important;
        grid-auto-flow: column !important;
        grid-auto-columns: 107.14px !important;
        gap: 12px !important;
        padding-right: 36px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
    }

    .game-row--top .game-card {
        width: 107.14px !important;
        min-width: 107.14px !important;
        max-width: 107.14px !important;
        height: 150px !important;
        flex: 0 0 107.14px !important;
    }

    .footer-col button::after,
    .footer-col.is-open button::after {
        content: "" !important;
        color: transparent !important;
        font-size: 0 !important;
        line-height: 0 !important;
        text-indent: -9999px !important;
        overflow: hidden !important;
    }

    .footer-col button::before,
    .footer-col.is-open button::before {
        content: none !important;
        display: none !important;
    }
}

@media (max-width:370px) {

    .game-card,
    .game-row--recent .game-card,
    .game-row--top .game-card {
        width: 96px !important;
        min-width: 96px !important;
        max-width: 96px !important;
        height: 134px !important;
        flex: 0 0 96px !important;
    }

    .game-row--top {
        grid-template-rows: repeat(2, 134px) !important;
        grid-auto-columns: 96px !important;
        gap: 10px !important;
        padding-right: 34px !important;
    }

    .game-row {
        gap: 10px;
        padding-right: 34px;
    }

    .provider-card {
        flex: 0 0 244px !important;
        width: 244px !important;
        min-width: 244px !important;
    }

    .provider-card div {
        grid-template-columns: repeat(3, 68px) !important;
        gap: 7px !important;
    }

    .provider-card div img {
        width: 68px !important;
        height: 68px !important;
    }

    .provider-card button {
        width: 220px !important;
    }
}

@media (max-width:340px) {
    .bottom-nav {
        height: 66px !important;
        grid-template-columns: repeat(5, 1fr) !important;
    }

    .bottom-nav a,
    .bottom-nav button {
        min-width: 0 !important;
        width: 100% !important;
        height: 58px !important;
        font-size: 11px !important;
        line-height: 14px !important;
        gap: 2px !important;
    }

    .bottom-nav img {
        width: 58px !important;
        height: 26px !important;
    }

    .bottom-nav__cashier img {
        width: 60px !important;
        height: 40px !important;
        margin-top: -10px !important;
    }

    .bottom-nav span {
        width: 100% !important;
        height: 14px !important;
        font-size: 11px !important;
        line-height: 14px !important;
    }

    .main {
        padding-bottom: 84px;
    }
}

.top-games-icon,
.top-games-icon svg {
    width: 24px;
    height: 24px;
    display: inline-flex;
    flex: 0 0 24px;
}

@media (min-width:901px) and (max-width:1180px) {

    .category-wrap,
    .games-section,
    .providers-section,
    .compact-section,
    .trending-section,
    .seo-block,
    .footer {
        width: calc(100% - 140px) !important;
        max-width: 980px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .footer {
        padding-left: 28px !important;
        padding-right: 28px !important;
        box-sizing: border-box;
    }

    .footer__top {
        grid-template-columns: minmax(210px, 250px) minmax(230px, 290px) minmax(230px, 290px) !important;
        gap: 20px !important;
        justify-content: center !important;
    }

    .partners {
        width: 100% !important;
        max-width: 290px !important;
    }

    .payments {
        justify-content: center !important;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .footer__cols {
        grid-template-columns: repeat(3, minmax(150px, 1fr)) !important;
        gap: 24px !important;
    }

    .licenses,
    .legal,
    .copy {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (min-width:601px) and (max-width:900px) {
    .category-wrap {
        width: calc(100% - 48px) !important;
        max-width: 720px !important;
    }

    .category-nav {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        padding-right: 26px !important;
    }

    .category-card {
        flex: 0 0 calc((100% - 8px) / 2) !important;
        width: calc((100% - 8px) / 2) !important;
        min-width: calc((100% - 8px) / 2) !important;
        max-width: calc((100% - 8px) / 2) !important;
    }
}

.top-maple-icon,
.top-maple-icon svg {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
}

@media (min-width:901px) and (max-width:1180px) {
    .footer {
        width: min(760px, calc(100% - 260px)) !important;
        max-width: 760px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        overflow: visible !important;
    }

    .footer__top {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
        gap: 28px !important;
        align-items: start !important;
    }

    .footer__top .partners {
        grid-column: 1 / -1 !important;
        justify-self: center !important;
        width: 320px !important;
        max-width: 320px !important;
    }

    .contacts,
    .socials {
        min-width: 0 !important;
    }

    .socials div {
        width: 100% !important;
        max-width: 320px !important;
    }

    .payments {
        width: 100% !important;
        max-width: 100% !important;
        justify-content: flex-start !important;
        overflow-x: auto !important;
        flex-wrap: nowrap !important;
        padding-right: 64px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .payments>* {
        flex: 0 0 88px !important;
        width: 88px !important;
        height: 44px !important;
        min-width: 88px !important;
    }

    .footer__cols {
        width: 100% !important;
        max-width: 100% !important;
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 24px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .footer-col {
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
    }

    .footer-col a {
        white-space: normal !important;
    }

    .licenses,
    .legal,
    .copy {
        width: 100% !important;
        max-width: 100% !important;
    }

    .legal,
    .copy {
        text-align: center !important;
    }
}

@media (min-width:601px) and (max-width:900px) {
    .category-wrap {
        width: calc(100% - 56px) !important;
        max-width: 742px !important;
    }

    .category-nav {
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 72px !important;
    }

    .category-card {
        flex: 0 0 175px !important;
        width: 175px !important;
    }
}

@media (min-width:901px) {
    .read-more {
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .read-more svg,
    .read-more__icon {
        width: 24px !important;
        height: 24px !important;
        min-width: 24px !important;
        min-height: 24px !important;
        display: block;
    }

    .read-more svg path,
    .read-more__icon path {
        fill: #EEE8DF;
    }
}

@media (max-width:600px) {
    .hero {
        position: relative;
        padding-bottom: 35px !important;
    }

    .hero__content {
        padding-bottom: 0 !important;
    }

    .hero__dots {
        position: absolute !important;
        left: 50% !important;
        bottom: 24px !important;
        transform: translateX(-50%) !important;
        z-index: 5;
        display: flex !important;
        width: 268px;
        height: 8px;
        align-items: center;
        justify-content: center;
        gap: 8px;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .hero__dots b {
        display: block !important;
        width: 24px;
        height: 8px;
        border-radius: 999px;
        background: #D89516;
    }

    .hero__dots i {
        display: block !important;
        width: 8px;
        height: 8px;
        border-radius: 999px;
        background: rgba(255, 204, 153, 0.25);
    }
}

@media (max-width:600px) {
    .licenses {
        width: 342px !important;
        max-width: 100% !important;
        margin: 0 auto 32px !important;
        padding: 0 !important;
        display: grid !important;
        grid-template-columns: repeat(12, 1fr) !important;
        grid-template-rows: 48px 36px !important;
        column-gap: 0 !important;
        row-gap: 18px !important;
        justify-items: center !important;
        align-items: center !important;
    }

    .licenses>svg {
        flex: none !important;
        max-width: none !important;
        margin: 0 !important;
        display: block !important;
    }

    .licenses>svg:nth-child(1) {
        grid-column: 3 / 7 !important;
        grid-row: 1 !important;
        justify-self: end !important;
        width: 136px !important;
        height: 44px !important;
    }

    .licenses>svg:nth-child(2) {
        grid-column: 7 / 10 !important;
        grid-row: 1 !important;
        justify-self: start !important;
        width: 48px !important;
        height: 48px !important;
        margin-left: 18px !important;
    }

    .licenses>svg:nth-child(3) {
        grid-column: 3 / 5 !important;
        grid-row: 2 !important;
        justify-self: center !important;
        width: 44px !important;
        height: 36px !important;
    }

    .licenses>svg:nth-child(4) {
        grid-column: 5 / 8 !important;
        grid-row: 2 !important;
        justify-self: center !important;
        width: 82px !important;
        height: 36px !important;
    }

    .licenses>svg:nth-child(5) {
        grid-column: 8 / 12 !important;
        grid-row: 2 !important;
        justify-self: center !important;
        width: 112px !important;
        height: 36px !important;
    }
}

@media (max-width:600px) {
    .licenses>svg:nth-child(3) {
        grid-column: 2 / 4 !important;
        justify-self: center !important;
    }

    .licenses>svg:nth-child(4) {
        grid-column: 4 / 7 !important;
        justify-self: center !important;
    }

    .licenses>svg:nth-child(5) {
        grid-column: 8 / 12 !important;
        justify-self: start !important;
        margin-left: -17px !important;
    }
}

/* license mobile fix */
@media (max-width:600px){
  .licenses{
    width:342px !important;
    max-width:100% !important;
    margin:0 auto 32px !important;
    padding:0 !important;
    display:grid !important;
    grid-template-columns:repeat(12,1fr) !important;
    grid-template-rows:48px 36px !important;
    column-gap:0 !important;
    row-gap:18px !important;
    justify-items:center !important;
    align-items:center !important;
    overflow:visible !important;
  }

  .licenses>img{
    flex:none !important;
    max-width:none !important;
    margin:0 !important;
    display:block !important;
    object-fit:contain !important;
  }

  .licenses>img:nth-child(1){
    grid-column:3 / 7 !important;
    grid-row:1 !important;
    justify-self:end !important;
    width:136px !important;
    height:44px !important;
  }

  .licenses>img:nth-child(2){
    grid-column:7 / 10 !important;
    grid-row:1 !important;
    justify-self:start !important;
    width:48px !important;
    height:48px !important;
    margin-left:18px !important;
  }

  .licenses>img:nth-child(3){
    grid-column:2 / 4 !important;
    grid-row:2 !important;
    justify-self:center !important;
    width:44px !important;
    height:36px !important;
  }

  .licenses>img:nth-child(4){
    grid-column:4 / 7 !important;
    grid-row:2 !important;
    justify-self:center !important;
    width:82px !important;
    height:36px !important;
  }

  .licenses>img:nth-child(5){
    grid-column:8 / 12 !important;
    grid-row:2 !important;
    justify-self:start !important;
    width:112px !important;
    height:36px !important;
    margin-left:-17px !important;
  }
}

/* align bottom floating sidebar buttons */
.floating-tools {
  left: calc(50% - (var(--app-max) / 2)) !important;
  width: var(--sidebar) !important;
  align-items: center !important;
  bottom: 20px !important;
  gap: 16px !important;
}

.floating-tools button {
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 50% !important;
  overflow: visible !important;
}

.floating-tools button svg,
.floating-tools button img {
  width: 40px !important;
  height: 40px !important;
  max-width: none !important;
  display: block !important;
}

@media (max-width: 1180px) {
  .floating-tools {
    left: calc((100vw - min(100vw, var(--app-max))) / 2) !important;
  }
}

/* final footer layout + ref clickable fixes: no global font-size changes */
.game-card,
.provider-card {
  cursor: pointer;
}

.payments img,
.licenses img {
  cursor: pointer;
}

@media (min-width: 901px) and (max-width: 1180px) {
  .footer {
    width: min(820px, calc(100% - 170px)) !important;
    max-width: 820px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 0 34px !important;
    overflow: visible !important;
  }

  .footer__top {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 28px 46px !important;
    align-items: start !important;
    justify-content: center !important;
    margin: 0 0 32px !important;
  }

  .footer__top .partners {
    grid-column: 1 / -1 !important;
    justify-self: center !important;
    width: 320px !important;
    max-width: 320px !important;
    height: 72px !important;
    min-height: 72px !important;
    margin: 0 !important;
    padding: 18px 24px !important;
    flex-direction: row !important;
    gap: 16px !important;
  }

  .footer__top .partners img {
    width: 136px !important;
    height: 32px !important;
    margin: 0 !important;
  }

  .footer__top .partners span {
    width: auto !important;
    text-align: left !important;
  }

  .contacts,
  .socials,
  .footer-col {
    min-width: 0 !important;
  }

  .payments {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 32px !important;
    padding: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 14px 18px !important;
    overflow: visible !important;
  }

  .payments img {
    flex: 0 0 74px !important;
    width: 74px !important;
    min-width: 74px !important;
    max-width: 74px !important;
    height: 38px !important;
    object-fit: contain !important;
  }

  .footer__cols {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 22px !important;
    margin: 0 0 32px !important;
    overflow: visible !important;
  }

  .footer-col {
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    overflow: visible !important;
  }

  .footer-col button {
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    text-align: left !important;
  }

  .footer-col button::before,
  .footer-col button::after {
    display: none !important;
    content: none !important;
  }

  .footer-col a,
  .footer-col.is-open a {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 0 10px !important;
    white-space: normal !important;
  }

  .licenses {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 48px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 16px 24px !important;
    margin: 0 auto 24px !important;
    overflow: visible !important;
  }

  .licenses img {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: 138px !important;
    height: 44px !important;
    object-fit: contain !important;
  }

  .licenses img:nth-child(1) {
    width: 136px !important;
    height: 44px !important;
  }

  .licenses img:nth-child(2) {
    width: 48px !important;
    height: 48px !important;
  }

  .legal {
    clear: both !important;
    position: relative !important;
    z-index: 1 !important;
    width: 100% !important;
    max-width: 680px !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    margin: 0 auto 24px !important;
    text-align: center !important;
  }

  .copy {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    text-align: center !important;
  }
}


/* ref clickable cards fix */
.win-row article,
.trend-row article {
  cursor: pointer;
}

/* dynamic PHP content blocks: article, FAQ and reviews */
.dynamic-content,
.dynamic-faq,
.reviews-block {
  width: min(780px, calc(100% - 118px)) !important;
  margin-left: 80px !important;
  margin-right: 0 !important;
  color: #A29C96;
  font-family: var(--font-main, Inter, Arial, sans-serif);
}

.dynamic-content {
  margin-top: 18px !important;
  margin-bottom: 34px !important;
  padding: 22px 24px !important;
  border: 1px solid rgba(255, 165, 102, .18);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(28, 18, 12, .82), rgba(8, 7, 6, .96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03), 0 14px 32px rgba(0, 0, 0, .24);
  overflow: hidden;
}

.dynamic-content h2,
.dynamic-faq > h2,
.reviews-block > h2 {
  margin: 0 0 14px !important;
  color: #FFFFFF;
  font-family: var(--font-accent, Inter, Arial, sans-serif);
  font-size: 22px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  letter-spacing: -.01em;
}

.dynamic-content h2:not(:first-child) {
  margin-top: 28px !important;
  padding-top: 22px !important;
  border-top: 1px solid rgba(255, 165, 102, .14);
}

.dynamic-content h3 {
  margin: 22px 0 10px !important;
  color: #EEE8DF;
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}

.dynamic-content p,
.dynamic-content li,
.faq-item-content-visible,
.review-item p {
  color: #A29C96;
  font-size: 15px !important;
  line-height: 1.6 !important;
  font-weight: 400;
}

.dynamic-content p {
  margin: 0 0 14px !important;
}

.dynamic-content strong {
  color: #EEE8DF;
  font-weight: 800;
}

.dynamic-content em {
  color: #FFD59E;
  font-style: normal;
}

.dynamic-content a {
  color: #FFD59E;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.dynamic-content ul,
.dynamic-content ol {
  margin: 12px 0 18px !important;
  padding: 0 !important;
  display: grid;
  gap: 10px;
  list-style: none;
}

.dynamic-content li {
  position: relative;
  min-height: 22px;
  padding: 10px 12px 10px 36px !important;
  border: 1px solid rgba(255, 165, 102, .12);
  border-radius: 12px;
  background: rgba(255, 255, 255, .025);
}

.dynamic-content li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 18px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(180deg, #FFA566, #E56300);
  box-shadow: 0 0 0 4px rgba(255, 165, 102, .09);
}

.dynamic-content table {
  width: 100% !important;
  max-width: 100%;
  margin: 18px 0 !important;
  border-collapse: collapse;
  border-radius: 14px;
  overflow: hidden;
  display: block;
  overflow-x: auto;
  border: 1px solid rgba(255, 165, 102, .16);
}

.dynamic-content th,
.dynamic-content td {
  padding: 12px 14px !important;
  border-bottom: 1px solid rgba(255, 165, 102, .12);
  color: #EEE8DF;
  text-align: left;
  vertical-align: top;
  white-space: normal;
}

.dynamic-content th {
  background: rgba(255, 165, 102, .10);
  color: #FFD59E;
  font-weight: 900;
}

.dynamic-content td {
  background: rgba(255, 255, 255, .025);
}

.dynamic-faq,
.reviews-block {
  margin-top: 26px !important;
  margin-bottom: 34px !important;
}

.faq-content,
.reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.faq-item,
.review-item {
  padding: 16px 18px !important;
  border: 1px solid rgba(255, 165, 102, .16) !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, rgba(28, 18, 12, .82), rgba(8, 7, 6, .96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03);
}

.faq-item-title,
.review-item h3 {
  margin: 0 0 8px !important;
  color: #EEE8DF;
  font-family: var(--font-accent, Inter, Arial, sans-serif);
  font-size: 17px !important;
  line-height: 1.3 !important;
  font-weight: 900 !important;
}

.faq-item-content,
.review-item div,
.review-item p {
  margin: 0 !important;
}

@media (min-width: 901px) and (max-width: 1180px) {
  .dynamic-content,
  .dynamic-faq,
  .reviews-block {
    width: min(820px, calc(100% - 170px)) !important;
    max-width: 820px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 900px) {
  .dynamic-content,
  .dynamic-faq,
  .reviews-block {
    width: auto !important;
    max-width: none !important;
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .dynamic-content {
    margin-top: 24px !important;
    margin-bottom: 28px !important;
    padding: 18px 16px !important;
    border-radius: 16px;
  }

  .dynamic-content h2,
  .dynamic-faq > h2,
  .reviews-block > h2 {
    font-size: 20px !important;
    line-height: 1.18 !important;
    margin-bottom: 12px !important;
  }

  .dynamic-content h3 {
    font-size: 17px !important;
  }

  .dynamic-content p,
  .dynamic-content li,
  .faq-item-content-visible,
  .review-item p {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .dynamic-content li {
    padding: 10px 10px 10px 34px !important;
  }

  .faq-item,
  .review-item {
    padding: 14px 14px !important;
    border-radius: 14px !important;
  }

  .faq-item-title,
  .review-item h3 {
    font-size: 16px !important;
  }
}

@media (max-width: 420px) {
  .dynamic-content,
  .dynamic-faq,
  .reviews-block {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .dynamic-content {
    padding: 16px 14px !important;
  }

  .dynamic-content table {
    font-size: 13px;
  }

  .dynamic-content th,
  .dynamic-content td {
    padding: 10px 12px !important;
  }
}

/* dynamic intro + variable content alignment fix */
.hero__content .hero__title {
  margin: 0 0 32px;
  font-size: 52px;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .65);
  text-align: center;
  text-transform: uppercase;
  font-family: var(--font-accent, Inter, Arial, sans-serif);
}

.dynamic-intro,
.dynamic-content,
.dynamic-faq,
.reviews-block {
  width: min(1122px, calc(100% - 246px)) !important;
  max-width: 1122px !important;
  margin-left: 123px !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
  min-width: 0 !important;
  overflow-wrap: anywhere;
  word-break: normal;
}

.dynamic-intro {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  padding: 24px 26px !important;
  border: 1px solid rgba(255, 165, 102, .18);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(28, 18, 12, .82), rgba(8, 7, 6, .96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03), 0 14px 32px rgba(0, 0, 0, .22);
  color: #A29C96;
}

.dynamic-intro h1 {
  margin: 0 0 14px !important;
  max-width: 980px;
  color: #FFFFFF;
  font-family: var(--font-accent, Inter, Arial, sans-serif);
  font-size: 30px !important;
  line-height: 1.16 !important;
  font-weight: 900 !important;
  letter-spacing: -.02em;
}

.dynamic-intro__lead,
.dynamic-intro__lead p {
  margin: 0 !important;
  max-width: 1040px;
  color: #BDB5AD;
  font-size: 16px !important;
  line-height: 1.58 !important;
  font-weight: 400;
}

.dynamic-content {
  margin-top: 30px !important;
  margin-bottom: 34px !important;
}

.dynamic-faq,
.reviews-block {
  margin-top: 32px !important;
  margin-bottom: 34px !important;
}

.dynamic-content,
.dynamic-faq,
.reviews-block {
  overflow: hidden !important;
}

.dynamic-content table {
  min-width: 520px;
  width: 100% !important;
  display: table;
}

.dynamic-content h2,
.dynamic-faq > h2,
.reviews-block > h2 {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.reviews-grid {
  width: 100%;
}

.review-item,
.faq-item {
  min-width: 0;
}

.review-item p,
.faq-item-content-visible,
.dynamic-content p,
.dynamic-content li {
  overflow-wrap: anywhere;
}

@media (min-width: 901px) and (max-width: 1180px) {
  .dynamic-intro,
  .dynamic-content,
  .dynamic-faq,
  .reviews-block {
    width: calc(100% - 140px) !important;
    max-width: 980px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .dynamic-intro {
    padding: 22px 24px !important;
  }

  .dynamic-intro h1 {
    font-size: 28px !important;
  }
}

@media (max-width: 900px) {
  .hero__content .hero__title {
    font-size: 32px;
    line-height: 36px;
    margin: 0 0 24px;
  }

  .dynamic-intro,
  .dynamic-content,
  .dynamic-faq,
  .reviews-block {
    width: auto !important;
    max-width: none !important;
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .dynamic-intro {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
    padding: 18px 16px !important;
    border-radius: 16px;
  }

  .dynamic-intro h1 {
    font-size: 23px !important;
    line-height: 1.18 !important;
    margin-bottom: 12px !important;
  }

  .dynamic-intro__lead,
  .dynamic-intro__lead p {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .dynamic-content table {
    display: block;
    min-width: 560px;
    overflow-x: auto;
  }
}

@media (max-width: 420px) {
  .hero__content .hero__title {
    font-size: 28px;
    line-height: 32px;
  }

  .dynamic-intro,
  .dynamic-content,
  .dynamic-faq,
  .reviews-block {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .dynamic-intro {
    padding: 16px 14px !important;
  }

  .dynamic-intro h1 {
    font-size: 21px !important;
  }
}


.topbar-ref-link {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    padding: 0;
    cursor: pointer;
}

.topbar-ref-link img {
    width: 40px;
    height: 40px;
    max-width: none;
}
@media (max-width: 900px) {
    .topbar__left .topbar-ref-link {
        display: none !important;
    }
}

.sidebar-lang-link {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    border: 0;
    text-decoration: none;
    cursor: pointer;
}

.sidebar-lang-link svg {
    width: 40px;
    height: 40px;
    display: block;
}