.bg:before{background-image:url(../images/23.jpg);background-size:cover;background-position:center center}
.intercom-namespace div{font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size-adjust:none;font-size:100%;font-style:normal;letter-spacing:normal;font-stretch:normal;font-variant:normal;font-weight:normal;text-align-last:initial;text-decoration:none;text-emphasis:none;text-indent:0px;text-justify:auto;text-shadow:none;text-transform:none;alignment-baseline:baseline;animation-play-state:running;backface-visibility:visible;background-color:transparent;background-image:none;baseline-shift:baseline;border:0px none transparent;border-radius:0px;inset:auto;box-decoration-break:slice;box-shadow:none;box-sizing:content-box;caption-side:top;clear:none;clip:auto;color:inherit;column-count:auto;column-fill:balance;column-gap:normal;column-width:auto;content:normal;counter-increment:none;counter-reset:none;cursor:auto;direction:ltr;dominant-baseline:auto;empty-cells:show;float:none;height:auto;hyphenate-character:auto;hyphens:manual;image-rendering:auto;line-height:inherit;list-style:outside none disc;margin:0px;max-height:none;max-width:none;min-height:0px;min-width:0px;opacity:1;orphans:2;outline-offset:0px;overflow:visible;padding:0px;page:auto;break-after:auto;break-before:auto;break-inside:auto;perspective:none;perspective-origin:50% 50%;pointer-events:auto;position:static;quotes:none;resize:none;size:auto;table-layout:auto;transform:none;transform-origin:50% 50% 0px;transform-style:flat;unicode-bidi:normal;vertical-align:baseline;white-space:normal;widows:2;width:auto;word-break:normal;word-spacing:normal;overflow-wrap:normal;z-index:auto;text-align:start;-webkit-font-smoothing:antialiased}.intercom-namespace :focus:not(:focus-visible){outline:none}.intercom-namespace div{display:block}.intercom-namespace .intercom-app{line-height:1}.intercom-namespace a:visited{color:rgb(212,182,120);cursor:pointer}.intercom-namespace a:hover,.intercom-namespace .intercom-anchor:hover{color:rgb(200,161,81)}.intercom-namespace a:active,.intercom-namespace .intercom-anchor:active{color:rgb(174,136,56)}
.intercom-namespace .intercom-with-namespace-124i1mg{z-index:2147483002;position:fixed;bottom:20px;right:20px;transform-origin:right bottom;height:min(704px,100% - 40px);min-height:80px;width:min(400px,max(0px,-20px + 100vw));max-height:704px;border-radius:24px;overflow:hidden;box-shadow:rgba(9,14,21,0.16) 0px 5px 40px 0px;transition:width 200ms,height 200ms,max-height 200ms,transform 300ms cubic-bezier(0,1.2,1,1),opacity 83ms ease-out;transform:scale(0);opacity:0;pointer-events:none;visibility:hidden}
.sf-hidden{display:none!important}

.game-item_hover {
    z-index: 2;
}

.game-item_hover .game-hover {
    display: flex;
    border-radius: 12px;
    -webkit-tap-highlight-color: transparent;
    border: 2px solid var(--c-27);
    opacity: 1;
    pointer-events: auto;
}

.game-item_locked {
    animation: 0.4s ease-in-out 0s 1 normal none running gameItemLocked;
}

.game-item_message {
    position: absolute;
    font-size: 15px;
    left: 50%;
    top: 50%;
    color: var(--c-FF);
    white-space: nowrap;
}

.game-item_message > div {
    position: relative;
    background: rgba(var(--c-00), 0.8);
    color: var(--c-ED);
    left: -50%;
    top: -20px;
    text-align: center;
    border-radius: 6px;
    padding: 6px;
}

.R-600 .game-item__jackpot .icon-jackpot-bag, .O-HOR .game-item__jackpot .icon-jackpot-bag {
    zoom: 0.8; margin-bottom: 3px;
    margin-right: 3px;
}

.game-item_more-button {
    background: rgba(38, 38, 38, 0.81);
    backdrop-filter: blur(3px);
    border-radius: 4px;
    position: absolute;
    z-index: 3;
    transition: background 0.3s ease-out;
    width: 100% !important;
    height: 100% !important;
}

.game-item_more-button span {
    position: absolute;
    width: 90%;
    height: 60%;
    inset: 0px;
    margin: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    color: var(--c-FF-FF);
}

.game-item_more-button span svg {
    transition: fill 0.3s ease-out;
    margin-top: 16px;
    fill: rgb(149, 164, 150);
    width: 50px;
    height: 36px;
}

.game-item_more-button:hover {
    background: rgba(38, 38, 38, 0.6);
}

.game-item_more-button:hover svg {
    fill: rgb(255, 255, 255);
}

@-webkit-keyframes gameItemLocked {
    0%, 100% {
        transform: rotateZ(0deg);
    }

    20% {
        transform: rotateZ(5deg);
    }

    40% {
        transform: rotateZ(-5deg);
    }

    60% {
        transform: rotateZ(3deg);
    }

    70% {
        transform: rotateZ(-3deg);
    }

    80% {
        transform: rotateZ(1deg);
    }

    90% {
        transform: rotateZ(1deg);
    }
}

@keyframes gameItemLocked {
    0%, 100% {
        transform: rotateZ(0deg);
    }

    20% {
        transform: rotateZ(5deg);
    }

    40% {
        transform: rotateZ(-5deg);
    }

    60% {
        transform: rotateZ(3deg);
    }

    70% {
        transform: rotateZ(-3deg);
    }

    80% {
        transform: rotateZ(1deg);
    }

    90% {
        transform: rotateZ(1deg);
    }
}

.game-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0px;
    background: rgba(0, 0, 0, 0.9);
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 6px;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 2;
    pointer-events: none;
}

.game-hover__link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
}

.game-hover__buttons {
    position: absolute;
    left: 0px;
    top: calc(100% + 2px);
    padding-bottom: 2px;
    width: 100%;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
    -webkit-box-pack: center;
    justify-content: center;
}

.game-hover__buttons .button {
    border-radius: 0px 0px 4px 4px;
    padding: 0px 12px;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 36px;
    width: auto;
    margin: 0px 3px;
}

.game-hover__buttons .button__area {
    display: block;
    top: -50%;
    bottom: -50%;
}

.game-hover__button-demo .button__area {
    right: 0px;
    left: -50%;
}

.game-hover__button-favorite .button__area {
    left: 0px;
    right: -50%;
}

.game-hover__button-favorite svg {
    width: 27px;
    height: 21px;
    fill: var(--c-00);
    stroke: var(--c-00);
    stroke-width: 40;
}

.game-hover__button-tour .button__area {
    left: 0px;
    right: -50%;
}

.game-hover__button-tour svg {
    width: 21px;
    height: 21px;
    fill: var(--c-00);
}

.game-hover__play {
    width: 40%;
}

.game-hover__play .button_major:not(.button_no_hover):hover {
    border-color: var(--c-3B);
    border-image-source: none !important;
}

.game-hover__play-wrap {
    position: absolute;
    inset: 0px;
    margin: auto;
}

.game-hover__play-wrap .button {
    position: absolute;
    inset: 0px;
    margin: auto;
    width: 36%;
    height: 53%;
    border-radius: 50%;
}

.game-hover__play-wrap .button__area {
    display: block;
    inset: -38% -75% -25%;
}

.game-hover__play-wrap .button::before {
    border-radius: 50% !important;
}

.game-hover__play-wrap:hover .button {
    animation: 0.8s ease-out 0s infinite normal none running tremor;
}

.game-hover__play-wrap:hover .button_pressed {
    animation: auto ease 0s 1 normal none running none;
}

.game-hover__play-wrap:hover .button__border::after {
    animation-duration: 1s !important;
    animation-timing-function: ease-in-out !important;
}

.game-hover__play .icon-info_button, .game-hover__play .icon-play_button {
    width: 50%;
    height: 50%;
    max-width: 50%;
    max-height: 50%;
    position: absolute;
    top: 25%;
    left: 30%;
    cursor: pointer;
}

@-webkit-keyframes tremor {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.1);
    }

    90% {
        transform: scale(1);
    }
}

@keyframes tremor {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.1);
    }

    90% {
        transform: scale(1);
    }
}

.game-hover__play .icon-info_button {
    left: 25%;
}

.game-hover__stats {
    position: absolute;
    z-index: 10;
    right: -6px;
    top: -6px;
    padding: 12px;
    cursor: pointer;
}

.game-hover__stats svg {
    width: 32px;
    height: 32px;
    fill: var(--c-A7);
}

.game-hover__stats:hover svg {
    fill: var(--c-FF-FF);
}

.game-hover__favorite {
    position: absolute;
    z-index: 10;
    left: -6px;
    top: -7px;
    padding: 12px;
    cursor: pointer;
}

.game-hover__favorite svg {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: var(--c-A7);
    stroke-width: 40;
    left: -6px;
    top: -6px;
    transition: stroke 0.3s;
}

.game-hover__favorite svg:hover {
    stroke: var(--c-FF-FF);
    transition: stroke 0.3s;
}

.game-hover-quad {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-flow: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.game-hover-quad::before, .game-hover-quad::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--c-ED);
    transform: translate(-50%, -50%);
}

.game-hover-quad::before {
    width: 100%;
    height: 2px;
}

.game-hover-quad::after {
    width: 2px;
    height: 100%;
}

.game-hover-quad .game-hover__play {
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.game-hover-quad .game-hover__play .button {
    display: none;
}

.game-hover-quad__block {
    width: 50%;
    height: 50%;
    position: relative;
}

.game-hover-quad__block:hover .button, .game-hover-quad__block:active .button {
    display: block;
}

.jackpot-banner-item_hover img {
    transition: 0.3s;
    height: 80% !important;
}

.jackpot-banner-item_hover .jackpot-banner-item_shadow {
    height: 50% !important;
}

.jackpot-banner-item_hover .c-yellow {
    transition: 0.3s;
    bottom: 34% !important;
}

.jackpot-banner-item_hover .jackpot-banner-item_prise {
    transition: 0.3s;
    bottom: 22% !important;
}

.R-800 .jackpot-banner-item_hover .jackpot-banner-item_prise {
    bottom: 23% !important;
}

.jackpot-banner-item_hover .jackpot-banner-item_text {
    transition: 0.3s;
    bottom: 37% !important;
}

.jackpot-banner-item_hover .button {
    transition: 0.3s;
    bottom: 3% !important;
}

.textSeo {
    color: #fff;
}
.textSeo p {
    line-height: 1.6;
}
.textSeo h1,
.textSeo h2,
.textSeo h3 {
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 28px;
    font-weight: 700;
}
.textSeo h1:first-child,
.textSeo h2:first-child,
.textSeo h3:first-child {
    margin-top: 0;
}
@media (max-width: 1000px) {
    .gridPromo {
        display: flex;
        flex-direction: column;
    }
    .js-info-block {
        display: none
    }
}
@media (max-width: 767px) {
    .textSeo {
        padding: 0 20px!important;
    }
    .textSeo h1,
    .textSeo h2,
    .textSeo h3 {
        font-size: 24px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .filters__prod {
        display: none;
    }
    .filters__search {
        display: none
    }
    .filters {
        display: flex
    }
    .games-list-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        height: auto!important;
    }
    .games-list-wrap .game-item {
        width: 100%!important;
        margin: 0!important;
        height: auto!important;
        aspect-ratio: 1.502646;
    }
    .games-list-wrap .game-item:nth-child(n+9) {
        display: none!important
    }
    .banner-unreg__pers {
        right: 0
    }
    .container.js-container {
        margin-top: 80px;
    }
}
@media (max-width: 575px) {
    .js-header-left-sidebar-wrapper, .js-open-quick-search {
        display: none!important;
    }
    .header-item:last-child {
        min-width: unset;
    }
    .header-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding:  16px;
        height: auto;
    }
    .header-account {
        padding: 0;
    }
    .header-logo .icon-riobet {
        height: 30px;
    }
    .header-account .button:first-child {
        display: none;
    }
    .games-list-wrap {
        gap: 8px;
    }
    .jackpot-banner-wrap.swiper-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        transform: none!important;
    }
    .jackpot-banner-wrap.swiper-wrapper .jackpot-banner-item {
        width: 100%!important;
        margin: 0!important;
        max-width: unset;
        min-width: unset;
        max-height: unset;
        min-height: unset;
        height: auto !important;
        aspect-ratio: 0.896277;
    }
    .slider-content {
        width: 100%;
        left: 0;
    }
    .footer-license {
        flex-wrap: wrap;
    }
    .menu {
        justify-content: flex-start;
    }
    .banner-unreg__pers{
        height: 110px;
        bottom: 0;
        top: auto;
    }
    .banner-unreg__text__down {
        font-size: 17px;
        line-height: 21px;
    }
    .banner-unreg{
        height: 210px;
    }
    .banner-unreg__text{
        padding: 20px;
    }
    .banner-unreg__text button {
        max-width: 140px;
    }
    .filters-cat-buttons-wrap {
        display: none
    }
    .js-all-jackpots.js-button {
        display: none
    }
}
@media (max-width: 470px) {
    .jackpot-banner-wrap.swiper-wrapper {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .footer-select {
        flex-direction: column;
    }
}
/* === Responsive SEO Tables (Riobet) === */
.textSeo table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 15px;
    color: #fff;
    background: rgba(255,255,255,0.05);
    border-radius: 8px;
    overflow: hidden;
}
.textSeo table thead tr {
    background: rgba(255,255,255,0.12);
}
.textSeo table th,
.textSeo table td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    vertical-align: top;
}
.textSeo table th {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: rgba(255,255,255,0.85);
}
.textSeo table tbody tr:last-child td {
    border-bottom: none;
}
.textSeo table tbody tr:hover {
    background: rgba(255,255,255,0.06);
}
.textSeo ul,
.textSeo ol {
    padding-left: 24px;
    margin: 10px 0 16px;
    line-height: 1.8;
}
.textSeo ul li,
.textSeo ol li {
    margin-bottom: 6px;
}
@media (max-width: 767px) {
    .textSeo table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        border-radius: 8px;
    }
    .textSeo table thead,
    .textSeo table tbody,
    .textSeo table tr {
        display: table;
        width: 100%;
    }
}
@media (max-width: 480px) {
    .textSeo table {
        font-size: 13px;
    }
    .textSeo table th,
    .textSeo table td {
        padding: 9px 10px;
    }
    .textSeo ul,
    .textSeo ol {
        padding-left: 18px;
    }
}
