:root {
    --main-color: white;
    --head-color: black;
    --headers-color: black;
    --borders-color: #acabc1;
}

* {
    box-sizing: border-box;
}

html {
    font-display: swap;
    scroll-behavior: smooth;
}

a {
    color: var(--main_color);
    /*font-weight: 600;*/
    text-decoration-skip-ink: none;
    text-decoration-thickness: 2px;
    text-underline-position: from-font;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

body {
    width: 100%;
    text-align: left;
    background: #170a2d;
    font-family: Helvetica, Sans-Serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #fdfdfd;
    margin: 0;
}

[id] {
    scroll-margin-top: 150px;
}

h1 {
    line-height: 115%;
    margin-top: 40px;
}


article img {border-radius: 10px;}

p {
    color: #CCCCCC;
}
/*
table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
}

thead tr {
    border-bottom: solid 1px #fd4d0b;
    text-align: left;
}

tr {
    border-bottom: solid 1px #DDDDDD;
}

th, td {
    padding: 2px 0 2px 5px;
}

tr:hover, th:hover {
    background-color: #230f4d;
}
*/


h2 {
    line-height: 40px;
    margin: 15px 0 10px 0;
}

h3 {
    line-height: 40px;
    margin: 15px 0 10px 0;
}

strong {
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    iframe {
        width: 100%;
        height: 300px;
    }

    th, td {
        line-height: 22px;
    }
}

.block-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.header {
    display: block;
    /* position: sticky; */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: .3s;
    /* background: #0D092B; */
    /* padding: 12px 0; */
    /* box-shadow: 0 1px 1px #2f2b3d; */
    background: #21082b;
    position: sticky;
}

.header__burger {
    width: 32px;
    height: 32px;
    display: inline-block;
    position: relative;
    background: none;
    border: none;
    padding: 10px;
}

.header__burger span:first-child {
    top: 5px;
}

.header__burger span:last-child {
    top: 21px;
}

.header__burger.active span:first-child {
    transform: rotate(135deg);
    top: 14px;
}

.header__burger.active span:nth-child(2) {
    display: none;
}

.header__burger.active span:last-child {
    transform: rotate(-135deg);
    top: 14px;
}

.header__burger span {
    width: 26px;
    height: 3px;
    left: 3px;
    position: absolute;
    background: #ffffff;
    top: 13px;
    transform: rotate(0);
    transition: .2s;
    cursor: pointer;
}


.header__menu.active {
    display: block;
}

.header__nav {
    overflow-x: auto;
    overflow-y: hidden;
}

li.header-top__menu-item {
    display: flex;
    align-items: center;
}

a.header-top__menu-link {
    /* padding: 5px 10px; */
    /* border-radius: 10px; */
    /* width: 105px; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 44px; */
    /* font-weight: 600; */
    text-transform: uppercase;
}

a.header-top__menu-link.link:hover {
    color: #c767ee;
}

.header-top__menu-link.link {
    position: relative;
    display: inline-block;
    padding: 8px 4px;
    color: #fff;
    text-decoration: none;
    transition:
            color .25s ease,
            transform .25s ease,
            text-shadow .25s ease;
    overflow: hidden;
}

.header-top__menu-link.link::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 2px;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #9830c2, #bd85d4, #9830c2);
    border-radius: 10px;
    transform: translateX(-50%);
    box-shadow: 0 0 8px rgba(255, 36, 73, .7);
    transition: width .3s ease;
}



.header-top__menu-link.link:hover {
    color: #ffd166;
    transform: translateY(-2px);
    /* text-shadow:
        0 0 6px rgba(255, 209, 102, .45),
        0 0 14px rgba(255, 36, 73, .25); */
}

.header-top__menu-link.link:hover::before {
    width: 100%;
}

.header-top__menu-link.link:hover::after {
    opacity: 1;
    animation: menu-slot-shine .55s ease forwards;
}

@keyframes menu-slot-shine {
    from {
        left: -60%;
    }

    to {
        left: 130%;
    }
}

a.header-top__menu-link.login {
    background: #ce0820;
    padding: 5px 10px;
    border-radius: 10px;
    width: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    font-weight: 600;
    text-transform: math-auto;
}

a.header-top__menu-link.sign {
    background: #1d3375;
    padding: 5px 10px;
    border-radius: 10px;
    width: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    font-weight: 600;
    text-transform: math-auto;
}

a.header-top__menu-link.login:hover, a.header-top__menu-link.sign:hover {
    border: 1px solid #1D3375;
    background: none;
}


section {
    margin-top: 20px;
}

article {
    margin-top: 20px;
}

article li, section li {
}

main a {
    color: #dd5969;
    font-weight: 400;
    text-decoration: none;
}

main a:hover {
    color: #fd4d0b;
    text-decoration: underline;
}

@media only screen and (max-width: 1023px) {
    h2 {
        /* font-size: 26px; */
        line-height: 32px;
        margin: 12px 0 20px 0;
    }
}

.header_container_75.submenu {
    background: #070321;
    border-top: 1px solid #2f2b3d;
    border-bottom: 1px solid #2f2b3d;
}

.header_container_75 {
    width: 100%;
    border-bottom: 1px solid #2f2b3d;
}

.header__logo-nav {
    display: flex;
    justify-content: space-between;
    /* grid-gap: 20px; */
    align-items: center;
    flex-direction: column;
}


.logo {
    display: block;
    position: relative;
    z-index: 3;
    margin-top: -10px;
}

@media only screen and (min-width: 768px) {
    .header__burger {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .header__inner {
        padding: 0 20px;
    }


}

.header__actions {
    display: none;
    align-items: center;
}

.header__menu {
    display: flex;
    flex-direction: row;
    justify-content: start;
    grid-gap: 8px;
    list-style: none;
    margin: 0;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .5);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 15px 0;
}

@media only screen and (max-width: 767px) {
    .header__menu {
        display: none;
    }

    .header__actions {
        display: flex;
    }

    .header__menu {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .header__menu {
        box-shadow: none;
        position: static;
    }
}

.header__menu-link {
    display: inline-flex;
    padding: 5px;
    transition: .3s ease-in-out;
    text-decoration: none;
    font-weight: 400;
    color: #ffffffb3;
}

.header__menu-link-active {
    display: inline-flex;
    padding: 5px;
    font-weight: 400;
    color: white;
    text-decoration: none;
}


@media only screen and (max-width: 768px) {
    .header__menu-item {
        border-bottom: solid 1px #ffffffb3;
    }
}

.header__menu-link:hover {
    color: white;
}

.header__top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 10px 0;
}

#header-top__menu {
    display: flex;
    flex-direction: row;
    justify-content: end;
    grid-gap: 18px;
    list-style: none;
    margin: 0;
}

header .btn-block {
    display: flex;
    gap: 20px;
}

.header-burger {
    display: none;
}

@media (max-width: 767px) {

    .header_container_75 {
        position: relative;
    }

    .header__top {
        position: relative;
        display: flex;
        align-items: center;
        gap: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header__top .logo {
        flex: 1 1 auto;
        min-width: 0;
    }

    .header__top .logo img {
        display: block;
        width: 150px;
        max-width: 100%;
        height: auto;
    }

    .btn-block {
        display: flex;
        align-items: center;
        gap: 6px;
        flex: 0 0 auto;
    }

    .btn-block .header-top__menu-link {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 38px;
        padding: 7px 11px;
        border-radius: 7px;
        font-size: 13px;
        line-height: 1;
        white-space: nowrap;
        text-decoration: none;
    }

    .header-burger {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex: 0 0 42px;
        width: 42px;
        height: 42px;
        padding: 0;
        gap: 5px;
        border: 0;
        border-radius: 8px;
        background: transparent;
        cursor: pointer;
        z-index: 102;
    }

    .header-burger span {
        display: block;
        width: 24px;
        height: 2px;
        border-radius: 2px;
        background: #fff;
        transition: transform .25s ease, opacity .25s ease;
    }

    .header-burger.active span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .header-burger.active span:nth-child(2) {
        opacity: 0;
    }

    .header-burger.active span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .header-top__menu {
        position: absolute;
        top: calc(100% + 1px);
        left: 0;
        right: 0;
        z-index: 100;
        display: flex;
        flex-direction: column;
        gap: 0;
        margin: 0;
        padding: 8px;
        list-style: none;
        background: #101723;
        border-radius: 0 0 12px 12px;
        box-shadow: 0 12px 30px rgba(0, 0, 0, .3);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px);
        pointer-events: none;
        transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    }

    .header-top__menu.open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

    .header-top__menu-item {
        width: 100%;
        margin: 0;
    }

    .header-top__menu .header-top__menu-link {
        display: block;
        width: 100%;
        padding: 13px 14px;
        border-radius: 7px;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        line-height: 1.3;
    }

    .header-top__menu .header-top__menu-link:hover {
        background: rgba(255, 255, 255, .08);
    }
}

@media (max-width: 480px) {

    .header__top {
        gap: 6px;
    }

    .header__top .logo img {
        width: 160px;
    }

    .btn-block {
        gap: 4px;
    }

    .btn-block .header-top__menu-link {
        min-height: 34px;
        padding: 6px 8px;
        font-size: 12px;
    }

    .header-burger {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
    }

    .header-burger span {
        width: 21px;
    }
}

.header-top__menu-link, .header-top__menu-link-active {
    text-decoration: none;
}


/************************************************
 * HEADER MOBILE
 ************************************************/

@media only screen and (max-width: 767px) {

    .header {
        position: relative;
        z-index: 1000;
        /* background: #0D092B; */
        position: sticky;
    }

    .header__inner {
        padding: 0;
    }

    header .btn-block {
        display: flex;
        gap: 10px;
    }

    a.header-top__menu-link.login {
        /* background: #ce0820; */
        padding: 5px 10px;
        border-radius: 8px;
        width: 80px;
        /* display: flex; */
        /* align-items: center; */
        /* justify-content: center; */
        /* height: 44px; */
        /* font-weight: 600; */
    }

    a.header-top__menu-link.sign {
        /* background: #1d3375; */
        padding: 5px 10px;
        border-radius: 8px;
        width: 80px;
        /* display: flex; */
        /* align-items: center; */
        /* justify-content: center; */
        /* height: 44px; */
        /* font-weight: 600; */
    }

    /*
     * Top row:
     * burger / logo / login / signup
     */
    .header__top.container_75 {
        width: 100%;
        max-width: none;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        padding: 8px 12px;
        margin: 0;
    }


    /* Burger */
    .header__actions {
        display: flex;
        flex: 0 0 34px;
        width: 34px;
        height: 44px;
        align-items: center;
        justify-content: center;
    }

    .header__nav {
        overflow: visible;
    }

    .header__burger {
        display: block;
        width: 32px;
        height: 32px;
        padding: 0;
        margin: 0;
        flex-shrink: 0;
        cursor: pointer;
    }

    .header__burger span {
        left: 3px;
        width: 26px;
        height: 3px;
        border-radius: 2px;
        background: #fff;
    }

    .header__burger span:first-child {
        top: 5px;
    }

    .header__burger span:nth-child(2) {
        top: 14px;
    }

    .header__burger span:last-child {
        top: 23px;
    }

    /* X */
    .header__burger.active span:first-child {
        top: 14px;
        transform: rotate(45deg);
    }

    .header__burger.active span:nth-child(2) {
        opacity: 0;
    }

    .header__burger.active span:last-child {
        top: 14px;
        transform: rotate(-45deg);
    }

    /* Logo */
    .logo {
        flex: 0 1 145px;
        width: 145px;
        min-width: 0;
    }

    .logo img {
        width: 100%;
        max-width: 145px;
        height: auto;
        margin: 0;
    }


    /*
     * Login / Signup
     */
    #header-top__menu {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex: 1 0 auto;
        gap: 6px;
        padding: 0;
        margin: 0 0 0 auto;
        /* margin-top: 50px; */
        height: calc(100vh - 54px);
        flex-direction: column;
        padding: 15px 20px;
        /* border-bottom: 2px solid #8f8f8f; */
        background: #20082a;
        border-radius: 0;
        align-items: start;
        justify-content: flex-start;
    }

    /*
     * Random wheel is only desktop
     */
    #header-top__menu .header__random-game {
        display: none;
    }

    li.header-top__menu-item {
        flex: 0 0 auto;
        border-bottom: 1px solid #494949;
        padding: 8px 0;
    }

    a.header-top__menu-link {
        width: auto;
        height: 44px;
        padding: 5px 14px;
        border-radius: 9px;
        font-size: 14px;
        line-height: 1;
        white-space: nowrap;
        /* min-width: 76px; */
        /* height: 36px; */
    }

    a.header-top__menu-link.login {
        min-width: 60px;
        height: 36px;
    }

    a.header-top__menu-link.sign {
        min-width: 78px;
        height: 36px;
    }


    /*
     * Remove old second header row on mobile.
     * Menu itself will be fixed/off-canvas.
     */
    .header_container_75.submenu {
        width: 0;
        height: 0;
        padding: 0;
        margin: 0;
        border: 0;
        background: transparent;
    }

    /*
     * Left slide menu
     */
    .header__menu,
    .header__menu.active {
        display: flex !important;
        position: fixed;
        top: 60px;
        left: 0;
        z-index: 1100;
        width: 280px;
        max-width: 85vw;
        height: calc(100dvh - 60px);
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        margin: 0;
        padding: 15px 18px 30px;
        list-style: none;
        background: #070321;
        border-top: 1px solid #2f2b3d;
        border-right: 1px solid #2f2b3d;
        box-shadow: 12px 10px 30px rgba(0, 0, 0, .45);
        overflow-y: auto;
        transform: translateX(-105%);
        opacity: 0;
        visibility: hidden;
        transition: transform .28s ease,
        opacity .25s ease,
        visibility .25s ease;
    }


    .header__menu.active {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }


    .header__menu-item {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, .13);
    }


    .header__menu-link {
        display: flex;
        width: 100%;
        padding: 14px 8px;
        color: #fff;
        font-size: 16px;
        line-height: 22px;
        text-decoration: none;
    }

    .header__menu-link:hover {
        color: #fff;
        background: rgba(255, 255, 255, .05);
    }

    /* Dark overlay behind opened menu */
    .header__overlay {
        position: fixed;
        top: 60px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1050;
        background: rgba(0, 0, 0, .55);
        opacity: 0;
        visibility: hidden;
        transition: opacity .25s ease,
        visibility .25s ease;
    }

    .header__overlay.active {
        opacity: 1;
        visibility: visible;
    }

    body.mobile-menu-open {
        overflow: hidden;
    }
}

/************************************************
 * END HEADER MOBILE
 ************************************************/


.main {
    position: relative;
    overflow: hidden;
}

main {
    display: block;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}

.container-header {
    width: 100%;
    margin: 0 auto;
}

.container_75 {
    width: 80%;
    margin: 0 auto;
    max-width: 1280px;
}

.container_50 {
    width: 40%;
    margin: 0 auto;
}

.container_50_2 {
    width: 80%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 20px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .container_50, .container_50_2 {
        width: 100%;
        padding: 0 20px;
    }
}

.container_40_60 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    grid-gap: 20px;
    padding: 0 40px;
}

@media (max-width: 1023px) {
    .container_40_60 {
        grid-template-columns: 1fr;
    }
}

.container_60_40 {
    width: 100%;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-gap: 20px;
    padding: 0 40px;
}

@media (max-width: 1023px) {
    .container_60_40 {
        grid-template-columns: 1fr;
    }
}

.container_25_2 {
    width: 75%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 20px;
    margin: 0 auto;
}

.container_33_3 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px;
    margin: 0 auto;
    padding: 0 40px;
}

.container_75_2 {
    width: 75%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 20px;
    margin: 0 auto;
}

.container_25 {
    width: 25%;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .container, .container_75, .container_33_3, .container_40_60, .container_60_40 {
        width: 100%;
        padding: 0 20px;
    }

    .header__inner {
        margin: 0;
    }

    .container_50_2 {
        padding: 0 20px;
    }
}

.bordered, .bordered-green, .bordered-red {
    border: solid 1px var(--borders-color);
    padding: 0 20px;
    font-weight: 300;
}

.bordered:hover {
    border: solid 1px var(--borders-color);
}

.bordered-red:hover {
    border: solid 1px red !important;
}

.bordered-green:hover {
    border: solid 1px green !important;
}

.box--outlined {
    border: solid 1px var(--head-color);
    padding: 0 20px;
}

.box--outlined:hover {
    border: solid 1px #cccccc;
}

.hero__content {
    width: 60%;
}

.hero__content p {
    /* color: var(--head-color); */
}

@media only screen and (max-width: 1023px) {
    .hero__image {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .hero__inner {
        padding: 20px 40px;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
    }
}

.hero__inner {
    display: flex;
    padding: 20px 15px;
    flex-direction: column-reverse;
    justify-content: center;
    min-height: 152px;
    /* background: var(--main-color); */
    /* box-shadow: oklch(0 0 0 / 0.01) 0px 0px 0px 1px, oklch(0 0 0 / 0.04) 0px 1px 0px 0px; */
}

@media only screen and (min-width: 1024px) {
    .hero__inner {
        padding: 40px 40px;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
    }
}

.hero__title {
    /* color: var(--headers-color); */
    margin: 0 0 20px 0;
    line-height: 40px;
    text-align: left;
}

@media only screen and (max-width: 1023px) {
    .hero__title {
        margin: 0 0 20px 0;
    }
}

@media only screen and (min-width: 1024px) {
    font-size: 44px;
    line-height: 48px;
}

@media only screen and (max-width: 1279px) {
    font-size: 36px;
}

@media only screen and (max-width: 767px) {
    font-size: 32px;
}

.hero__image {
    /* width: 400px; */
    /* height: 400px; */
    border-radius: 10px;
    box-shadow: 0 8px 24px rgb(42 36 85), 0 0 0 1px rgba(255, 255, 255, 0.06), 0 0 18px rgba(64, 64, 185, 0.16);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

@media only screen and (max-width: 1023px) {
    .hero__content {
        width: 100%;
    }

    .hero__image {
        width: 100%;
        height: auto;
    }
}


/*** deposit hero img ***/
.casino-hero {
    position: relative;
    width: 100%;
}

.casino-hero .hero__image {
    display: block;
    width: 100%;
    height: auto;
}

/* Deposit button */
.casino-hero__deposit {
    position: absolute;
    z-index: 5;
    left: 8.8%;
    bottom: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    min-height: 52px;
    padding: 10px 26px;
    overflow: hidden;
    background: #ce0820;
    border: 2px solid #ff3149;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 0 5px 18px rgba(206, 8, 32, 0.42),
    0 0 0 0 rgba(206, 8, 32, 0.55);
    transition: transform 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
    animation: deposit-pulse 2s infinite;
}

/* Running shine */
.casino-hero__deposit::before {
    content: "";
    position: absolute;
    top: -40%;
    left: -45%;

    width: 28%;
    height: 180%;

    background: rgba(255, 255, 255, 0.35);

    transform: rotate(20deg);
    animation: deposit-shine 3s infinite;
}

.casino-hero__deposit:hover {
    background: #ed0b27;
    color: #fff;

    transform: scale(1.06);

    box-shadow: 0 7px 22px rgba(206, 8, 32, 0.55),
    0 0 18px rgba(255, 30, 60, 0.35);
}

.casino-hero__deposit:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
}


/* Pulse */
@keyframes deposit-pulse {
    0% {
        box-shadow: 0 5px 18px rgba(206, 8, 32, 0.42),
        0 0 0 0 rgba(206, 8, 32, 0.55);
    }

    60% {
        box-shadow: 0 5px 18px rgba(206, 8, 32, 0.42),
        0 0 0 10px rgba(206, 8, 32, 0);
    }

    100% {
        box-shadow: 0 5px 18px rgba(206, 8, 32, 0.42),
        0 0 0 0 rgba(206, 8, 32, 0);
    }
}


/* Shine */
@keyframes deposit-shine {
    0%,
    65% {
        left: -45%;
    }

    100% {
        left: 130%;
    }
}


/* Mobile */
@media (max-width: 767px) {

    .casino-hero {
        text-align: center;
    }

    .casino-hero__deposit {
        position: relative;

        left: auto;
        bottom: auto;

        width: 230px;
        min-width: 0;
        min-height: 42px;

        margin: 14px auto 0;
        padding: 9px 16px;

        font-size: 15px;

        transform: none;
    }

    .casino-hero__deposit:hover {
        transform: scale(1.04);
    }
}


/* Accessibility */
@media (prefers-reduced-motion: reduce) {

    .casino-hero__deposit,
    .casino-hero__deposit::before {
        animation: none;
    }
}

/*** end deposit hero img ***/


.card {
    flex: 1;
    padding: 20px;
    /* background: white; */
    box-shadow: oklch(0 0 0 / 0.01) 0px 0px 0px 1px, oklch(0 0 0 / 0.04) 0px 1px 0px 0px;
}

.card h4 {
}

.card--accent {
    flex: 1;
    /* padding: 20px 0; */
    /* background: var(--main-color); */
    /* border: solid 2px #fd4d0b; */
}

.card--accent p, .card--accent li {
    /* color: black; */
}

.section-card img {
}

.modal {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.modal__content {
    position: relative;
    background: #000;
    width: 80%;
    height: auto;
    max-width: 1200px;
    overflow: visible;
}

.modal__controls {
    position: absolute;
    top: 0px;
    right: -40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 10;
}

@media (max-width: 767px) {
    .modal__controls {
        right: -32px;
    }
}

.close {
    position: relative;
    font-size: 38px;
    color: #cfcde4;
    cursor: pointer;
    z-index: 2;
}

.close:hover {
    color: white;
}

.fullscreen:hover {
    color: white;
}

.fullscreen {
    position: relative;
    font-size: 32px;
    color: #cfcde4;
    cursor: pointer;
}

.modal__content iframe {
    width: 100%;
    height: 650px;
    border: none;
}

.pros-cons {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin: 20px auto;
    grid-gap: 20px;
    font-weight: 400;
}

.pros-cons img {
}

.pros-cons-img {
    padding: 20px;
}

.pros-cons-img p {
    padding: 0 5px;
    font-size: 15px;
    text-align: center;
    line-height: 22px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    article table, main table {
        width: 100%;
    }
}

.hero__btn {
    max-width: 200px;
    margin: 0 auto 15px;
    background: #d40008;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    text-decoration: none;
    transition: .3s ease-in-out;
    cursor: pointer;
    margin-top: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px;
}

.btn {
    width: 160px;
    background: #1d3375;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    line-height: 30px;
    text-decoration: none;
    transition: .3s ease-in-out;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px;
    border-radius: 8px;
}

.btn img {
    margin: 0;
}

.hero__btn:hover, .btn:hover {
    background: #2e3c56;
    color: #fd4d0b;
    text-decoration: none;
}

.demo {
    position: relative;
}

.demo__play-btn {
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    cursor: pointer;
}

.demo__real-btn {
    position: absolute;
    top: 45%;
    left: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    transform: translate(-50%, -50%);
    z-index: 1;
    cursor: pointer;
}

.demo__real-btn img {
    width: 30px;
    height: 30px;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .demo__play-btn {
        top: 15%;
    }

    .demo__real-btn {
        top: 50%;
    }

    .btn {
        width: 280px;
        max-width: 80%;
        margin: 0 auto;
    }
}

.demo__iframe {
    width: 900px;
    height: 500px;
    display: block;
    margin: 0 auto;
    border: 0;
}

.demo__preview {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    filter: brightness(60%);
}

@media only screen and (max-width: 1023px) {
    .demo__iframe {
        width: 100%;
        height: 50vw;
    }
}

.faq {
    /* padding: 20px; */
    /* background: white; */
    /* border: solid 1px var(--borders-color); */
}

.faq__list {
    padding: 0;
}

.faq__item {
    flex-direction: column;
    /* padding: 0 10px 0 20px; */
    /* border: 1px solid #AAAAAA; */
    /* font-size: 14px; */
}

.faq__item {
    list-style: none;
    margin-bottom: 20px;
}

.faq__item:hover {
    background-color: #f5f5f5;
}

.faq__item .faq__question {
    padding: 8px 0;
    /* min-height: 40px; */
    width: 100%;
    line-height: normal;
    font-style: normal;
    font-weight: 500;
    align-items: center;
    /* flex-direction: column; */
    padding: 8px 10px 8px 20px;
    border: 1px solid #AAAAAA;
    font-size: 14px;
}

.faq__item, .faq__item .faq__question {
    display: flex;
    justify-content: space-between;
    transition: all .2s ease-in-out;
    position: relative;
    color: white;
}

.faq__text h3 {
    font-size: 18px;
    margin: 0;
}

.faq__answer {
    margin: -10px 20px 0px 25px;
}

.faq__arrow {
    color: #fd4d0b;
}

@media only screen and (max-width: 767px) {
    .author {
        padding: 0;
    }

    .faq__list {
        padding: 0;
    }
}

.author__inner {
    overflow: hidden;
    /* background: var(--main-color); */
    position: relative;
    z-index: 1;
    align-items: center;
}

.author__profile-link {
    width: 100%;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .author__inner {
        display: grid;
        grid-template-columns: 1fr 2fr;
    }
}

@media only screen and (min-width: 1280px) {
    .author__inner {
        grid-template-columns: 1fr 3fr;
    }
}

.author__photo {
    object-fit: cover;
    display: block;
}

@media only screen and (max-width: 767px) {
}

.author__meta {
    display: flex;
    gap: 10px;
}

.author__name {
    line-height: 32px;
    color: #ffffff;
}

.author__name a {
    color: var(--head-color);
}

@media only screen and (max-width: 767px) {
    .author__inner {
        margin: 0 auto;
        padding-top: 40px;
    }

    .social {
        margin-top: 10px;
    }
}

.author__body {
    padding: 20px;
}

@media only screen and (min-width: 768px) {
}

.footer {
    padding: 24px 0 0;
    margin-top: 20px;
    /* background: #2f3349; */
    color: #fff;
    border-top: solid 1px #5c5c5c;
}

.footer__inner {
    padding-bottom: 36px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media only screen and (min-width: 1024px) {
    .footer__inner {
        flex-direction: row;
        gap: 20px;
    }
}

.footer__brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    width: 100%;
    text-align: center;
}

@media only screen and (min-width: 1024px) {
    .footer__brand {
        gap: 23px;
        text-align: left;
        align-items: flex-start;
        margin: 0 20px 0 0;
        max-width: 280px;
    }
}

.footer__columns {
    display: grid;
    width: 70%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    font-size: 14px;
}

@media only screen and (min-width: 1024px) {
    .footer__columns {
        grid-gap: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .footer__columns div:nth-child(4) {
    }

    .footer__columns {
        width: 100%;
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 767px) {
}

.footer__nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
}

.footer__nav-link {
    color: #ffffffb3;
    text-decoration: none;
    font-size: 14px;
    line-height: 12px;
}

.footer__nav-link:hover {
    color: white;
}

.footer__bottom img:hover {
    transform: translateY(-3px) scale(1.1);
}

@media only screen and (min-width: 1280px) {
}

@media only screen and (min-width: 1024px) {
    .footer__bottom {
        padding: 0 0 15px;
        display: flex;
        justify-content: space-between;
        grid-gap: 40px;
        align-items: center;
    }
}

@media only screen and (max-width: 1023px) {
    .footer__bottom {
        padding: 15px 0 15px;
    }
}

.footer__bottom {
    font-size: 14px;
    border-top: 1px solid #4040B9;
    padding-bottom: 10px;
    text-align: center;
}

.footer__bottom p {
    color: white;
}

.footer__badges {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 20px;
}

.best-game-best-casino {
    width: 200px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.best-game-queen {
    font-size: 42px;
}

.best-game {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.best-game-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

.best-game-logo {
    width: 200px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.best-game-rating {
    width: 12%;
    text-align: center;
}

.best-game-casino-rating {
    font-size: 36px;
    font-weight: 400;
    color: #4040B9;
    margin: 10px 0 5px 0;
}

.best-game-row-pluses {
    width: 25%;
}

.best-game-bonus {
    width: 20%;
    border: solid 1px #696969;
    padding: 10px 10px 5px 10px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.best-game-gift {
    font-size: 22px;
    font-weight: 400;
    margin-top: -10px;
}

.best-game-footer {
    margin-top: 15px;
    margin-bottom: -15px;
    padding-top: 5px;
    border-top: solid 1px #4f4f4f;
    font-size: 14px;
    text-align: center;
    /* color: #757575; */
}

@media only screen and (max-width: 1023px) {
    .best-game-best-casino {
        width: 100%;
    }

    .best-game {
        flex-direction: column;
    }

    .best-game-logo {
        width: 100%;
    }

    .best-game-rating {
        width: 100%;
    }

    .best-game-row-pluses {
        width: 90%;
    }

    .best-game-bonus {
        width: 100%;
        text-align: center;
    }
}

/**** end new ***/



/*** tables ***/
.table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 24px 0;
    border-radius: 14px;
}

.table-scroll::-webkit-scrollbar {
    height: 10px;
}

.table-scroll::-webkit-scrollbar-track {
    background: #1a0b2d;
    border-radius: 999px;
}

.table-scroll::-webkit-scrollbar-thumb {
    background: #4b2d74;
    border-radius: 999px;
}

.table-scroll::-webkit-scrollbar-thumb:hover {
    background: #6a429b;
}

table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
    background: #0d041c;
    color: #ffffff;
    border: 1px solid rgb(255 255 255 / 19%);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgb(255 255 255 / 27%);
}

thead th {
    padding: 16px 14px;
    text-align: left;
    /* font-size: 20px; */
    line-height: 1.35;
    font-weight: 700;
    color: #ffffff;
    /* background: linear-gradient(180deg, #4e3877 0%, #180031 100%); */
    border-bottom: 2px solid rgba(255, 255, 255, 0.14);
    white-space: nowrap;
    /* background: #230a4d; */
    background: linear-gradient(180deg, #4e3877 0%, #180031 100%);
}

tbody td {
    padding: 14px 14px;
    /* font-size: 16px; */
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgb(255 255 255 / 18%);
    border-right: 1px solid rgb(255 255 255 / 14%);
    vertical-align: top;
}

thead th:last-child,
tbody td:last-child {
    border-right: none;
}

tbody tr:last-child td {
    border-bottom: none;
}

tbody td:first-child {
    width: 290px;
    font-weight: 600;
    color: #ffffff;
    background: rgb(255 255 255 / 0%);
}

tbody tr:nth-child(even) td {
    background: rgba(255, 255, 255, 0.015);
}

tbody tr:hover td {
    background: rgba(255, 255, 255, 0.06);
}

td p,
th p {
    margin: 0;
}

@media (max-width: 767px) {
    table {
        min-width: 620px;
    }

    thead th {
        padding: 14px 12px;
        font-size: 17px;
    }

    tbody td {
        padding: 12px 12px;
        font-size: 15px;
    }

    tbody td:first-child {
        width: 220px;
    }
}

/*** end tables ***/

/* FAQ wrapper */
.faq {
    margin: 40px 0;
}

.faq h2 {
    margin-bottom: 20px;
    color: #ffffff;
}

/* faq */
.faq {
    margin: 40px 0;
}

.faq h2 {
    margin-bottom: 20px;
    color: #ffffff;
}

/* accordion wrapper */
.faq__accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* accordion item */
.accordion__item {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    transition:
            background 0.25s ease,
            border-color 0.25s ease;
}

/* header */
.accordion__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    cursor: pointer;
    user-select: none;
    transition: background 0.25s ease;
}

.accordion__header:hover {
    background: rgba(255, 255, 255, 0.06);
}

.accordion__item-title {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
}

/* button */
.accordion__item-button {
    position: relative;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

/* hide svg */
.accordion__item-button svg {
    display: none;
}

/* plus icon */
.accordion__item-button::before,
.accordion__item-button::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background: #ffffff;
    transform: translate(-50%, -50%);
    transition:
            transform 0.25s ease,
            opacity 0.25s ease;
}

.accordion__item-button::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

/* body closed */
.accordion__body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition:
            max-height 0.35s ease,
            opacity 0.25s ease;
}

/* body text */
.accordion__body > p {
    margin: 0;
    padding: 20px 18px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.65;
}

/* body opened */
.accordion__item.show .accordion__body,
.accordion__item.active .accordion__body,
.accordion__item.open .accordion__body,
.accordion__item.accordion__item--active .accordion__body {
    max-height: 500px;
    opacity: 1;
}

/* minus icon when opened */
.accordion__item.show .accordion__item-button::after,
.accordion__item.active .accordion__item-button::after,
.accordion__item.open .accordion__item-button::after,
.accordion__item.accordion__item--active .accordion__item-button::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg);
}

/* active item */
.accordion__item.show,
.accordion__item.active,
.accordion__item.open,
.accordion__item.accordion__item--active {
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.08);
}

/* mobile */
@media (max-width: 575px) {
    .faq {
        margin: 32px 0;
    }

    .faq h2 {
        margin-bottom: 16px;
        font-size: 24px;
        line-height: 1.25;
    }

    .faq__accordion {
        gap: 10px;
    }

    .accordion__header {
        padding: 15px 16px;
        gap: 12px;
    }

    .accordion__item-title {
        font-size: 16px;
        line-height: 1.4;
    }

    .accordion__item-button {
        flex-basis: 28px;
        width: 28px;
        height: 28px;
    }

    .accordion__item-button::before,
    .accordion__item-button::after {
        width: 12px;
    }

    .accordion__body > p {
        padding: 16px 16px;
        font-size: 15px;
        line-height: 1.6;
    }
}

textarea#message {
    max-width: 100%;
}


/* mobile */
@media screen and (max-width: 992px) {
    .navbar {
        justify-content: space-between;
        padding: 10px 10px;
        /*gap: 20px;*/
    }

    .nav-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        text-align: left;
        padding: 20px 0;
        position: absolute;
        background-color: var(--main_color);
        top: 50px;
        left: 0;
        padding-left: 30px;
    }

    .nav-menu.active {
        display: block;
    }

    .nav-menu li {
        padding: 10px;
    }

    .nav-toggle {
        display: block;
    }

    .footer-dark {
        padding: 30px 0;
    }

    .footer-row {
        padding: 0 10px;
    }

    .footer-col {
        width: 100%;
    }
}


/*** games ***/
/* Game image blocks */
.game-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
    margin: 25px 0;
}

.game-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 6px;
    background: #08051f;
    text-decoration: none;
    box-shadow: 0 8px 24px rgb(42 36 85), 0 0 0 1px rgba(255, 255, 255, 0.06), 0 0 18px rgba(64, 64, 185, 0.16);
    transition:
            box-shadow 0.25s ease,
            transform 0.25s ease;
    border-radius: 10px;
}

.game-card__image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 300 / 435;
    object-fit: cover;
    transition: filter 0.25s ease, transform 0.25s ease;
    /* border-radius: 10px; */
    /* border: 1px solid #000000; */
}

.game-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.25s ease;
    pointer-events: none;
}

.game-card__play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%) scale(0.92);

    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 90px;
    min-height: 42px;
    padding: 9px 20px;

    border-radius: 5px;
    background: #ce0820;
    color: #fff;

    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;

    opacity: 0;
    visibility: hidden;

    transition: opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease;

    pointer-events: none;
}

.game-card:hover::after,
.game-card:focus-visible::after {
    background: rgba(0, 0, 0, 0.48);
}

.game-card:hover .game-card__image,
.game-card:focus-visible .game-card__image {
    transform: scale(1.025);
}

.game-card:hover .game-card__play,
.game-card:focus-visible .game-card__play {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}


/* Mobile */
@media (max-width: 767px) {
    .game-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin: 20px 0;
    }

    .game-card {
        border-radius: 5px;
    }

    .game-card__play {
        min-width: 76px;
        min-height: 38px;
        padding: 8px 15px;
        font-size: 13px;
    }
}

/*** end games ***/

.info-panel {
    /* border: 1px solid #3b1e6b; */
    border-radius: 10px;
    padding: 15px 35px;
    background: #2e0937;
}

.duplex-block {
    display: grid;
    gap: 55px;
    font-size: 18px;
    max-width: 890px;
    margin: 0 auto;
    grid-template-columns: 450px 1fr;
    line-height: 150%;
    padding: 20px 40px;
    background: #0a0116;
    align-items: center;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .duplex-block {
        grid-template-columns: 1fr;
        padding: 10px;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
}

.content_btn {
    position: relative;
    overflow: hidden;
    width: 270px;
    height: 44px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 40px;
    border-radius: 10px;
    background-color: #ce0820;
    background-image: linear-gradient(#950616, #950616);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 0 100%;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition:
            background-size .8s cubic-bezier(.4, 0, .2, 1),
            box-shadow .3s ease;
}

.content_btn span {
    /* position: relative; */
    /* z-index: 2; */
}

.content_btn::after {
    content: "★";
    position: absolute;
    top: 50%;
    left: -35px;
    z-index: 1;
    color: rgba(255, 255, 255, .65);
    font-size: 42px;
    line-height: 1;
    opacity: 0;
    transform: translateY(-50%) rotate(0deg);
    text-shadow:
            0 0 6px rgba(255, 255, 255, .5),
            0 0 12px rgba(255, 255, 255, .25);
    pointer-events: none;
}

.content_btn:hover,
.content_btn:focus {
    background-size: 100% 100%;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 5px 16px rgba(110, 0, 15, .3);
}

.content_btn:hover::after,
.content_btn:focus::after {
    animation: content-star-run .8s cubic-bezier(.4, 0, .2, 1) forwards;
}

.content_btn:visited {
    color: #fff;
    text-decoration: none;
}

@keyframes content-star-run {
    0% {
        left: -35px;
        opacity: 0;
        transform: translateY(-50%) rotate(0deg) scale(.7);
    }

    12% {
        opacity: 1;
    }

    75% {
        opacity: .75;
        transform: translateY(-50%) rotate(900deg) scale(1);
    }

    100% {
        left: calc(100% - 38px);
        opacity: .65;
        transform: translateY(-50%) rotate(1080deg) scale(.9);
    }
}