: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: #0D092B;
    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 {
}

p {
    color: #CCCCCC;
}

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

thead tr {
    border-bottom: solid 1px #fd4d0b;
    /* color: var(--headers-color); */
    text-align: left;
}

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

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

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

h1 {
    /*//font-size: 38px;*/
}

h2 {
    /*//font-size: 30px;*/
    line-height: 40px;
    margin: 15px 0 10px 0;
    /* color: var(--headers-color); */
}

h3 {
    /*//text-align: center;*/
    /* margin-top: 12px; */
    /* color: var(--headers-color); */
    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: 2;
    transition: .3s;
    /* background: #0D092B; */
    /* padding: 12px 0; */
    /* box-shadow: 0 1px 1px #2f2b3d; */
    background: #070321;
    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;
}

a.header-top__menu-link.login {
    background: #ce0820;
}

a.header-top__menu-link.sign {
    background: #1d3375;
}

a.header-top__menu-link: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-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;
    }

    /*
     * 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;
    }

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

    li.header-top__menu-item {
        flex: 0 0 auto;
    }

    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: 78px;
        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: 2.8%;
    bottom: 6%;

    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: 0.7fr 0.5fr 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 ***/


/*************** ORI *************/
/*** tables ***/

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td {
    border: 1px solid gray;
    border-style: solid;
    padding: 8px 15px;
}

td p {
    margin: 0;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    margin: 0 auto;
}

.table-dark {
    color: #fff;
    background-color: #212529;
    width: 100%;
    border-collapse: collapse;
}

.table tr {
    vertical-align: bottom;
    border-bottom: 1px solid #747474;
}

.table-dark th, .table-dark td, .table-dark thead th {
    border-color: #32383e;
}

.table thead th {
    vertical-align: bottom;
    text-align: left;
}

.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    text-align: left;
}

/*** 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 #ec4055;
    border-radius: 10px;
    padding: 15px 35px;
    /* background: #080521; */
}