@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/rubik/rubik-400.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/exo2.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/exo2-SemiBold.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/exo2-Bold.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/rubik/rubik-700.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/raleway/raleway-800.woff2") format("woff2");
    font-display: swap;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
}

body {
    font-family: "Exo 2", "Arial", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #828f9a;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    background: #20242d;
}

*,
::after,
::before {
    box-sizing: border-box;
}

a {
    color: #fff;
    text-decoration: none;
}

/* a:hover { */

/* opacity: 0.6; */

/* } */

a:focus {
    opacity: 1;
}

a:active {
    opacity: 0.3;
}

button:hover {
    opacity: 0.6;
}

button:focus {
    opacity: 1;
}

button:active {
    opacity: 0.3;
}

html {
    height: 100%;
}

.main-content {
    flex-grow: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
}

h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 5px;
    text-transform: uppercase;
}

h2 {
    font-weight: 800;
    font-size: 26px;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    color: #ea391a;
}

@media (max-width: 576px) {
    h1,
    h2 {
        font-size: 30px;
    }
}

@media (max-width: 428px) {
    h1,
    h2 {
        font-size: 36px;
    }
}

@media (max-width: 375px) {
    h1,
    h2 {
        font-size: 30px;
    }
}

h3 {
    color: #404b67;
    font-size: 26px;
}

.h3-text {
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 1em;
}

p {
    margin-top: 0;
}

img {
    max-width: 100%;
    object-fit: contain;
}

.container {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
        margin-bottom: 0px;
    }
}

/* HEADER START*/

header {
    position: relative;
    z-index: 2;
    padding: 16px;
    overflow: hidden;
}

.top-menu {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: start;
    gap: 0px;
}

.top-menu a {
    text-decoration: none;
    color: #748198;
    font-weight: 600;
    font-size: 18px;
    transition: .3s;
}

.top-menu a:hover {
    color: #ff1900;
    transition: .3s;
}

@media (max-width: 991px) {
    .top-menu li {
        padding: 8px 0;
        border: 1px solid #ff2f5f;
        display: block;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .advantages-wrapper {
        justify-content: center !important;
    }
}

@media (max-width: 991px) {
    .section-footer {
        padding: 130px 0 0 !important;
        background-position: center;
        background-repeat: repeat-x !important;
    }
}

.one-time-bonus-box-content {
    max-width: 580px;
    min-width: 570px;
}

@media (max-width: 991px) {
    .one-time-bonus-box-content {
        min-width: 100%;
    }
}

#menu-panel-menu {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 10px 0 10px 0;
}

.panel-menu a {
    text-decoration: none;
    color: #292626;
    font-size: 16px;
}

.brand-logo-box {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.wrapper-head-logo-descr a {
    display: block;
}

.logo-site-header {
    width: 80px;
    height: 80px;
}

.title-description-wrapper p {
    margin: 0;
    padding: 0;
    line-height: 1;
}

.title-description-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.link-header-block {
    display: flex;
    gap: 12px;
    justify-content: center;
}

@media (max-width: 991px) {
    .link-header-block {
        margin-top: 20px;
    }
}

.site-title {
    text-transform: uppercase;
    font-weight: 700;
    color: #f6f6f6;
    font-size: 17px;
}

.brand-top-panel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 19px;
    border-bottom: 1px solid #ff0000;
}

.wrapper-navigation {
    padding: 6px 0px;
}

@media (max-width: 991px) {
    .brand-top-panel {
        display: block;
        max-height: inherit;
    }
}

.call-us-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.panel-info-wrapper {
    background-color: #63a991;
}

.panel-info-wrapper a {
    color: #fff;
}

.btn-header {
    border: 2px solid transparent;
    color: #1a1a1a;
    background: #fff;
    padding: 12px 32px;
    text-decoration: none;
    box-shadow: 0px 10px 40px 0px rgb(255 255 255 / 58%);
    line-height: 1;
    border-radius: 0px 10px;
}

.link-logo {
    color: #3f70fb;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0;
}

@media (max-width: 991px) {
    .link-logo {
        color: #3955f9;
    }
}

.brif-header {
    position: relative;
    color: #3954f9;
    border: 1px solid #3854f9;
    padding: 7px 30px;
    border-radius: 0px 10px;
}

@media (max-width: 991px) {
    .brif-header {
        display: none;
    }
}

/* Выпадающее меню START */

.sub-menu {
    position: absolute;
    display: none;
}

.sub-menu {
    position: absolute;
    display: none;
    transition: 0.3s;
    list-style: none;
    padding: 0;
    background: #fff;
    box-shadow: 0 10px 15px #22222217;
    border-radius: 8px;
    transition: 0.4s;
}

.sub-menu li {
    display: block;
    margin: 0;
    text-align: left;
    border-bottom: 1.5px dashed #a7b9fa;
}

@media (max-width: 991px) {
    .sub-menu li {
        border-bottom: 1px solid #769cfc;
        margin: 8px 0;
    }
}

.sub-menu li a {
    color: #222;
    display: block;
    padding: 10px 25px;
    font-size: 15px;
    border-radius: 0;
    transition: 0.3s;
    position: relative;
}

.sub-menu li a:hover {
    color: #3d65fb;
    padding: 10px 25px;
    margin-left: 5px;
    transition: 0.3s;
}

#menu-item-53:hover .sub-menu {
    display: block;
    transition: 0.3s;
}

@media (max-width: 991px) {
    #menu-item-53:hover .sub-menu {
        padding: 8px;
    }
}

#menu-item-54:hover .sub-menu {
    display: block;
    transition: 0.3s;
}

@media (max-width: 991px) {
    #menu-item-54:hover .sub-menu {
        padding: 8px;
    }
}

/* Выпадающее меню END */

/* HEADER END*/

/* Mobile menu */

@media screen and (max-width: 991px) {
    .top-menu {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}

@media screen and (max-width: 991px) {
    .loan-services-item {
        grid-column: span 1;
    }
    .loan-services-box {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    }
    .advantages-box-item {
        min-width: 100%;
    }
}

.menu-open-icon {
    display: none;
}

@media screen and (max-width: 991px) {
    .brand-top-panel {
        position: relative;
    }

    .menu-open-icon {
        display: block;
        width: 38px;
        height: 38px;
        align-self: center;
        background-image: url(../img/mobile-menu.svg);
        background-position: center;
        background-size: 30px auto;
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 20;
    }
    .logo-wrapper {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
        padding-right: 48px;
    }
}

@media screen and (max-width: 991px) {
    .main-navigation {
        display: none;
    }
    @media screen and (max-width: 991px) {
        .our-games .our-games-item {
            width: 100%;
        }
    }
    .switch-none {
        display: block;
        margin: 20px 0;
    }
}

@media screen and (max-width: 991px) {
    .menu-open-icon.switch-icon {
        background-image: none;
    }

    .menu-open-icon.switch-icon::before,
    .menu-open-icon.switch-icon::after {
        background: #ffffff;
        border-radius: 2px;
        content: "";
        height: 4px;
        left: 5px;
        position: absolute;
        top: 17px;
        width: 28px;
    }

    .menu-open-icon.switch-icon::before {
        transform: rotate(45deg);
    }

    .menu-open-icon.switch-icon::after {
        transform: rotate(-45deg);
    }
}

/*main*/

main {
    flex-grow: 1;
    display: flex;
    padding: 0 16px;
    justify-content: space-between;
}

@media (max-width: 991px) {
    main {
        margin-top: 0px;
        display: block;
    }
}

.panel {
    max-width: 4%;
    width: 100%;
    background: #191d24;
    border-radius: 12px;
    padding: 16px;
}

@media (max-width: 991px) {
    .panel {
        display: none;
    }
}

.icons-panel {
    width: 35px;
}

.icon-links-panel {
    position: relative;
}

.icon-links-panel span {
    display: block;
    position: absolute;
    top: calc(50% - 15px);
    left: 150%;
    z-index: 10;
    visibility: hidden;
    transition: .2s;
    background: #db3f34;
    padding: 2px 6px;
    border-radius: 5px;
    color: #ffffff;
}

.icon-links-panel:hover span {
    visibility: visible;
    transition: .2s;
    left: 118%;
}

.icons-panel {
    display: block;
    margin: 0 auto 20px;
    position: relative;
}

.row {
    max-width: 80%;
    width: 100%;
    background: #191d24;
    border-radius: 12px;
    padding: 16px;
}

@media (max-width: 991px) {
    .row {
        max-width: 100%;
    }
}

.sidebar {
    max-width: 15%;
    width: 100%;
    background: #191d24;
    border-radius: 12px;
    padding: 16px;
}

@media (max-width: 991px) {
    .sidebar {
        max-width: 100%;
    }
}

.info-mobile {
    position: absolute;
    left: 70px;
    top: 200px;
    width: 125px;
    height: 40px;
    background: #fff;
    border-radius: 0px 10px;
    padding: 0px 16px;
    cursor: pointer;
    margin: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #3953f9;
    transition: 0.8s;
}

.info-mobile:nth-child(2) {
    left: 90px;
    top: 250px;
}

.info-mobile:nth-child(3) {
    left: 70px;
    top: 300px;
}

.info-mobile:hover {
    padding: 0px 20px;
    transition: 0.8s;
    opacity: inherit;
    color: #000;
    box-shadow: 0px 0 10px 0px rgb(255 255 255 / 58%);
}

/*ПОДСКАЗКА START*/

.text-site-box {
    display: inline;
    font-size: 16px;
}

.img-info {
    width: 14px;
    height: auto;
}

.text-info-site {
    display: none;
    transition: 0.3s;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
}

.img-info:hover+.text-info-site {
    display: block;
    position: absolute;
    width: 300px;
    bottom: 30px;
    left: calc(50% - 88px);
    padding: 20px;
    background: #fff;
    margin: 0;
    box-shadow: 0px 6px 24px rgb(188 188 188 / 25%);
    border-radius: 12px;
    z-index: 2;
    transition: 0.4s;
}

.block-info-site {
    position: relative;
    display: inline-block;
}

/*ПОДСКАЗКА END*/

/*footer START*/

.section-footer {
    background: #ccc;
}

.section-footer p {
    font-size: 16px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .footer-content {
        display: block;
    }
}

.bottom-menu li,
.bottom-menu-2 li {
    list-style: none;
    font-size: 16px;
}

.bottom-menu li a,
.bottom-menu-2 li a {
    text-decoration: none;
    font-size: 16px;
}

@media (max-width: 768px) {
    .bottom-menu,
    .bottom-menu-2 {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .footer-box {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .our-games-item {
        grid-row: span 1 !important;
        grid-column: span 1 !important;
    }
}

.footer-logo a {
    text-decoration: none;
    display: block;
    font-size: 22px;
    color: #ffb400;
}

.footer-logo p {
    margin-bottom: 0;
}

.link-img-footer {
    color: #3d65fb;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 900;
    text-decoration: none;
    margin-bottom: 20px;
}

.breadcrumbs-text {
    display: flex;
}

.breadcrumbs-text p {
    padding-right: 6px;
}

.aioseo-breadcrumb {
    color: #dd823c;
    text-decoration: none;
    font-size: 16px;
}

.aioseo-breadcrumb a {
    color: #444444;
    text-decoration: none;
    font-size: 16px;
}

/*footer END*/

.block-main-text {
    max-width: 50%;
    width: 100%;
}

@media (max-width: 991px) {
    .block-main-text {
        max-width: 100%;
    }
}

.block-main {
    padding: 40px 16px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    background: linear-gradient(45deg, #08389b, #9d1d1d);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 991px) {
    .block-main {
        flex-wrap: wrap;
        gap: 40px;
        padding: 40px 16px;
    }
}

.block-main.carousel-2 {
    background: linear-gradient(45deg, #e71111, #ffffff);
}

.block-main.carousel-3 {
    background: linear-gradient(to right, #4f1111 0%, #b24646 100%);
}

.block-main h1,
.block-main h2,
.block-main div {
    color: #fff;
}

.block-main::before {
    content: '';
    display: block;
    width: 500px;
    height: 900px;
    background: linear-gradient(45deg, #d12c21, #fffffe);
    clip-path: polygon(0 0%, 90% 0%, 28% 100%, 0 101%);
    position: absolute;
    top: -300px;
    right: 0;
    z-index: 0;
    transform: rotate(24deg);
}

.block-main::after {
    content: '';
    display: block;
    width: 100px;
    height: 900px;
    background: linear-gradient(45deg, #ffffff, #fffffe);
    /* clip-path: polygon(0 0%, 90% 0%, 28% 100%, 0 101%); */
    position: absolute;
    top: -300px;
    right: -51px;
    z-index: 0;
    transform: rotate(41deg);
    filter: revert;
}

.site-description {
    font-size: 20px;
    font-weight: bold;
    color: #dc3e3e;
}

canvas {
    display: block;
    vertical-align: bottom;
}

/* ---- stats.js ---- */

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13e8e9;
    font-size: 0.8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

/* ---- particles.js container ---- */

#particles-js {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    z-index: 0;
    background-color: #f7f7f5;
}

.block-main-text-description {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.block-main-text-blinding {
    font-size: 18px;
    line-height: 1.1;
    border-left: 3px solid #00d26a;
    padding-left: 5px;
    margin-bottom: 30px;
}

.typed-cursor {
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.registration-link {
    padding: 13px 25px;
    text-align: center;
    font-size: 24px;
    color: #f00746;
    background-color: #ffffff;
    border-color: transparent;
    font-weight: 900;
    transition: .3s;
    border-radius: 50px;
    text-transform: uppercase;
    box-shadow: 0px 10px 40px 0px rgb(255 255 255 / 58%);
    display: block;
}

@media (max-width: 991px) {
    .registration-link {
        padding: 18px 16px;
        text-align: center;
        font-size: 20px;
        color: #181319;
        background-color: #ffffff;
        border-color: transparent;
        border-radius: 10px;
        position: relative;
        font-weight: 800;
        transition: .3s;
        display: block;
    }
}

.registration-link:hover {
    opacity: 1;
    background: #f00746;
    color: #ffffff;
    transition: .3s;
}

/* .registration-link:before { */

/* content: ""; */

/* position: absolute; */

/* top: 0; */

/* left: -55px; */

/* width: 2em; */

/* height: 100%; */

/* background-color: rgba(255, 255, 255, 0.3); */

/* } */

/* .registration-link:hover:before { */

/* animation: moveLight 0.5s; */

/* } */

@keyframes moveLight {
    from {
        transform: translateX(-4em) skewX(-45deg);
    }
    to {
        transform: translateX(10em) skewX(-45deg);
    }
}

.hero-block {
    position: relative;
    margin-bottom: 0;
}

.block-main-wrapper {
    position: relative;
    z-index: 88;
}

header {}

.brand-logo-box,
.registration-link,
.block-main-text,
.block-main-image {
    position: relative;
    z-index: 10;
}

section.our-games {
    margin-bottom: 50px;
}

.our-games-item {
    border-radius: 10px;
    box-shadow: 0 4px 25px rgb(19 25 34 / 10%);
    min-height: 300px;
    background-position: center;
    margin-bottom: 10px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    background: linear-gradient(45deg, #0000003d, transparent);
    width: 100%;
}

.our-games-item img {
    z-index: 0;
    left: 0;
    top: 0;
    filter: brightness(0.8);
}

.one-time-bonus-box-img {
    width: 140px;
    height: 100%;
    filter: invert(1);
    position: relative;
    z-index: 5;
}

.our-games-item-wrapper {
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
}

.our-games-item-wrapper a {
    background: linear-gradient(180deg, #ff3867 0%, #f00545 58%, #c60038 100%);
    box-shadow: 0 4px 0 #9a002d, 0 0 18px rgb(255 0 75 / 28%);
    color: #ffffff;
    display: inline-flex;
    justify-content: center;
    min-width: 96px;
    padding: 11px 22px 12px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    transition: 0.3s;
}

.our-games-item-wrapper a:hover {
    background: linear-gradient(180deg, #ff4d78 0%, #f6084b 58%, #cf003d 100%);
    opacity: 1;
    transform: translateY(-1px);
}

.our-games-image-link {
    display: block;
    height: auto;
    width: 100%;
}

.our-games-image-link img {
    border-radius: inherit;
    display: block;
    filter: none;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.our-games-item.first {
    background-image: url(../../../uploads/2023/04/jingo.png);
    background-size: cover;
}

.our-games-item.second {
    background-image: url(../../../uploads/2023/04/king.png);
    background-size: cover;
}

.our-games-item.third {
    background-image: url(../../../uploads/2023/04/dike.png);
    background-size: cover;
}

.our-games-item.fourth {
    background-image: url(../../../uploads/2023/04/dungeon.png);
    background-size: cover;
}

.our-games-item.fifth {
    background-image: url(../../../uploads/2023/04/jackpot.png);
    background-size: cover;
}

.our-games-item.sixth {
    background-image: url(../../../uploads/2023/04/slot.png);
    background-size: cover;
}

.our-games-item.seventh {
    background-image: url(../../../uploads/2023/04/double.png);
    background-size: cover;
}

.our-games-item:hover {
    background-position: right;
    transition: 2s;
}

section.advantages {
    background: #f6f6f4;
    padding-top: 50px;
    margin-bottom: 60px;
}

.main-content {
    margin-bottom: 50px;
}

.advantages-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.advantages-item img {
    width: 100px;
    height: auto;
}

.advantages-item {
    max-width: 235px;
    margin-bottom: 30px;
    text-align: center;
}

.advantages-item-description {
    text-align: center;
    display: block;
    font-weight: bold;
}

section.join-us {
    text-align: center;
    padding: 50px 0px;
}

.join-us .registration-link {
    margin: 0 auto;
}

.block-main-image img {
    width: 100%;
}

.block-main-image {
    position: relative;
    width: 100%;
    min-height: 300px;
}

.block-main-image img {
    position: absolute;
    width: 635px;
    height: 450px;
    object-fit: contain;
    background-size: cover;
    transform: translate(-5px, -5px);
    animation: inimate__one 5s infinite;
    top: -80px;
}

@media (max-width: 991px) {
    .block-main-image img {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: auto;
        object-fit: contain;
        background-size: cover;
        transform: translate(-5px, -5px);
        animation: inimate__one 5s infinite;
        top: 0;
    }
}

@keyframes inimate__one {
    0% {
        transform: translate3d(-15px, 0, 0);
    }
    50% {
        transform: translate3d(15px, 0, 0);
    }
    100% {
        transform: translate3d(-15px, 0, 0);
    }
}

/* .block-main-image:after { */

/* display: block; */

/* content: ''; */

/* width: 80px; */

/* height: 80px; */

/* background: url(/wp-content/uploads/2023/06/coin-1.png); */

/* z-index: 3; */

/* position: absolute; */

/* background-size: contain; */

/* right: -105px; */

/* bottom: 0px; */

/* background-repeat: no-repeat; */

/* } */

/* .block-main-image:before { */

/* display: block; */

/* content: ''; */

/* width: 80px; */

/* height: 80px; */

/* background: url(/wp-content/uploads/2023/06/coin-1.png); */

/* z-index: 3; */

/* position: absolute; */

/* background-size: contain; */

/* background-repeat: no-repeat; */

/* } */

.our-games-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
    gap: 30px;
}

h2.our-games-item-heading,
.our-games-item-desc {
    color: #ffffff;
    margin: 0;
    margin-bottom: 10px;
    display: inline;
    border-bottom: none;
    position: relative;
}

h2.our-games-item-heading {
    font-size: 30px;
}

.our-games-item-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    position: relative;
}

.our-games-item-gamers svg {
    animation: 5s linear 0s normal none infinite running rot;
    -webkit-animation: 5s linear 0s normal none infinite running rot;
}

@keyframes rot {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rot {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.our-games-item-gamers {
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

h2 span {
    color: #f4b73e;
}

.bonus-section {
    /* filter: blur(5px); */
}

.bonus-section-title {
    margin: 0;
    margin-bottom: 10px;
}

.bonus-section-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}

.demand-item img {
    width: 35px;
}

.demand-item {
    width: 31%;
    background: #dbdbd666;
    padding: 1.8rem;
    margin: 1.5rem 0;
    border-radius: 20px;
    text-align: center;
}

@media (max-width: 991px) {
    .demand .demand-item {
        width: 100%;
    }
}

.demand-item-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    padding: 5px 10px;
    max-width: 205px;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 10px;
}

.demand-item-heading {
    color: black;
    font-weight: 700;
}

.bonus-section-desc {
    margin: 0;
    margin-bottom: 5px;
}

.bonus-box-item {
    width: 49%;
    background: linear-gradient(100deg, #2d78ff, #679af8);
    padding: 1.8rem;
    margin: 1.5rem 0;
    border-radius: 20px;
    text-align: center;
}

@media (max-width: 991px) {
    .bonus-box-item {
        width: 100%;
    }
}

.bonus-box-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.bonus-box-item span,
.bonus-box-item a {
    color: #fff;
}

.bonus-box-item-title {
    font-size: 20px;
    font-weight: 800;
    text-align: left;
}

.bonus-box-item-desc {
    text-align: left;
}

.button {
    margin-top: auto;
    text-align: right;
}

.button-reg {
    margin-top: auto;
    text-align: right;
}

.button-reg {
    margin-top: auto;
    width: fit-content;
    margin-left: auto;
    background: #ffb400;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
}

.bonus-section-row.bonus-box {
    margin-bottom: 0px;
}

.cashback-section-row.cashback-box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    background: linear-gradient(90deg, #fcc237, #d9ad43);
    padding: 1.5rem 2rem 2.5rem 2.75rem;
    border-radius: 20px;
    align-items: center;
    margin-bottom: 60px;
}

.cashback-box-img {
    width: 150px;
    height: 100%;
    animation: spin 2s infinite linear;
}

.cashback-box-content-title {
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 24px;
}

.cashback-box-content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cashback-box-content {
    flex-grow: 1;
}

.cashback-box-content-bottom-emount {
    font-size: 2.25rem;
    font-weight: 700;
    white-space: nowrap;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.emount-number-img {
    width: 35px;
}

.button-cashback {
    margin-top: auto;
    width: fit-content;
    margin-left: auto;
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
}

@keyframes spin {
    0% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(0, 8%, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

.cashback-box-content-description {
    color: #ffffff;
}

.cashback-box-content-bottom-number {
    color: #ffffff;
    font-weight: 600;
}

.bottom-number {
    max-width: 155px;
    display: block;
    line-height: 1;
}

.cashback-box-content-bottom-number {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 5px;
    border: 1px solid #ffffff;
    border-radius: 10px;
}

.cashback-box-content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    flex-wrap: wrap;
}

span.x3 {
    font-size: 40px;
}

.example {
    background: #ffffff;
    color: #535353;
    font-size: 16px;
    padding: 5px;
    border-radius: 8px;
}

.example b {
    background: #f7bf39;
    padding: 2px 6px;
    border-radius: 50px;
    font-size: 12px;
}

.one-time-bonus-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
}

.one-time-bonus-box.tg-section {
    background: linear-gradient(100deg, #28a7e8, #0f55be);
    color: #ffffff;
    padding: 1.8rem;
    margin: 1.5rem 0;
    border-radius: 20px;
}

.one-time-bonus-box.vk-section {
    background: linear-gradient(100deg, #5a88db, #679af8);
    color: #ffffff;
    padding: 1.8rem;
    margin: 1.5rem 0;
    border-radius: 20px;
    margin-bottom: 60px;
}

.bonus-section-content-title {
    font-size: 22px;
    font-weight: bold;
}

.get-your-bonus-section {
    display: flex;
    flex-direction: column;
}

.one-time-buttton {
    width: fit-content;
    margin-left: auto;
    background: #ffb400;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
}

.get-bonus-text {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.one-time-bonus-button {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 180px;
}

.bonus-n {
    text-align: right;
    font-size: 50px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 10px;
    position: relative;
    z-index: 2;
}

.one-time-number-img {
    width: 45px;
}

.one-time-bonus-box-content p {
    line-height: 1.2;
}

.one-time-bonus-box.tg-section::after,
.one-time-bonus-box.vk-section::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/bg-tg-bonus.svg);
    width: 478px;
    height: 180px;
    right: -10px;
    top: -50px;
    z-index: 0;
    background-size: cover;
}

.one-time-bonus-box.tg-section,
.one-time-bonus-box.vk-section {
    position: relative;
}

.one-time-bonus-box.tg-section:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/bg-tg-bonus.svg);
    width: 478px;
    height: 180px;
    right: -10px;
    top: -45px;
    z-index: 0;
    background-size: cover;
}

.ref-bonus-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1.8rem;
    margin: 1.5rem 0;
    border-radius: 20px;
    background: #f9f3f3;
    margin-bottom: 80px;
}

.ref-time-bonus-box-img {
    width: 280px;
    height: 100%;
}

.ref-bonus-button {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.ref-time-bonus-box-content-title {
    font-size: 28px;
    font-weight: bold;
}

.devisions {
    margin-bottom: 80px;
}

.check-img {
    width: 24px;
}

.sticker-img {
    width: 110px;
}

.user-image {
    width: 70px;
}

.devisions-table {
    text-align: center;
}

.devisions-table {
    text-align: center;
    line-height: 1.4;
}

.first-row-dev {
    text-align: left;
}

.devisions-table td {
    padding: 10px;
}

.devision-title {
    font-size: 23px;
}

.devisions-title {
    margin-bottom: 40px;
}

.devisions-table {
    background: #f9f3f3;
    border-radius: 10px;
    padding: 10px;
}

.devisions-table tr:not(:last-child) td {
    border-bottom: 1px solid #cdc2c2;
}

table {
    display: block;
    overflow-x: auto;
}

table tbody {
    display: table;
    width: 100%;
}

@media (max-width: 991px) {
    .one-time-bonus-box.tg-section,
    .one-time-bonus-box.vk-section {
        justify-content: center;
    }
    .bonus-n,
    .ref-bonus-box,
    .cashback-box-content-bottom {
        justify-content: center;
    }
    .bonus-box-item-desc {
        text-align: center;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .bonus-box-item-title {
        text-align: center;
    }
    h1,
    h2 {
        text-align: center;
    }
    .bonus-box-item {
        align-items: center;
    }
    .button-cashback,
    .button-reg {
        margin-left: inherit;
    }
}

.social-section .bonus-section-row {
    justify-content: center;
    gap: 30px;
}

.expert-review--color-orange-1 {
    border-radius: 10px;
}

.top-menu li {
    border-radius: 10px;
    padding: 10px 20px;
}

.top-menu li a {
    padding: 10px 20px;
}

.strong-view.wpmtst-modern .wpmtst-testimonial-image img {
    border-radius: inherit !important;
}

input,
textarea {
    background: #ffffff;
    border: 1px solid #b9b9b9;
    border-radius: 4px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #b9b9b9;
    padding: 14px 16px;
}

.wpmtst-testimonial {
    background: #ffffff;
    border: 1px solid #b9b9b9;
    border-radius: 4px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #b9b9b9;
    padding: 14px 16px;
    box-sizing: border-box;
    width: 100%;
}

.strong-view.wpmtst-modern {
    margin-bottom: 60px;
    width: 100%;
    height: auto;
}

.our-games-title {
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 1.4;
    border-bottom: 2px solid #ffb400;
}

.details {
    margin-bottom: 20px;
    background: #f9f3f3;
    padding: 5px 5px 15px 5px;
    border-radius: 10px;
}

.details ul {
    margin-top: 10px;
    max-width: 100%;
}

summary {
    display: inline-block;
    padding: 0.3em 0.5em 0.3em 0.4em;
    cursor: pointer;
    font-weight: 500;
    font-size: 24px;
    color: #000;
}

summary:hover:before {
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#page details p {
    margin-bottom: 14px;
}

#page details p,
#page details li {
    font-size: 20px;
}

summary:before {
    content: "";
    width: 34px;
    height: 34px;
    background-image: url(../img/plus-blue.svg);
    margin-right: 0.3em;
    display: inline-block;
    position: relative;
    top: 8px;
    transition: 0.7s;
}

.details p {
    padding: 20px;
}

.our-games-item-background {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-item-top-row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

img.review-item-screenshot-img {
    width: 100%;
    height: auto;
}

span.item-rev-name {
    font-weight: bold;
    font-size: 21px;
    max-width: 145px;
    line-height: 1.1;
}

.review-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-radius: 30px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.2);
    padding: 15px;
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 25px;
    break-inside: avoid;
}

@media (min-width: 991px) {
    .review-items-wrapper.container {
        column-count: 3;
        column-gap: 10px;
    }
}

.review-item-content {
    line-height: 1.1;
}

figure.wp-block-table {
    width: 100%;
    margin: 0;
}

.link-header-b {
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 148px;
    height: 45px;
    padding: 18px 30px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: 700;
    border: none;
    transition: 0.3s;
    font-size: 20px;
    background: linear-gradient(180deg, #ff3867 0%, #f00545 58%, #c60038 100%);
    box-shadow: 0 6px 0 #9a002d, 0 0 28px rgb(255 0 75 / 48%);
}

.link-header-w {
    color: #f5f7fb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 148px;
    height: 45px;
    padding: 18px 30px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: 700;
    border: none;
    transition: 0.3s;
    font-size: 20px;
    background: #303741;
}

.link-header-b:hover {
    color: #ffffff;
    background: linear-gradient(180deg, #ff4d78 0%, #f6084b 58%, #cf003d 100%);
    transform: translateY(-1px);
    opacity: 1;
}

.link-header-w:hover {
    color: #ffffff;
    background: #3a414c;
    transform: translateY(-1px);
    opacity: 1;
}

@media (max-width: 390px) {
    .link-header-w,
    .link-header-b {
        min-width: 0;
        min-height: 54px;
        padding: 12px 18px;
        font-size: 18px;
        border-radius: 12px;
    }
}

/*BLOG style START*/

.news-page-category-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog-cart {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 20%;
    background-color: #0f246200;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 10px;
    color: #ffb400;
    font-size: 14px;
}

@media (max-width: 991px) {
    .blog-cart {
        max-width: 100%;
    }
}

.image-link {
    display: block;
    object-fit: contain;
    max-height: 420px;
    max-width: 100%;
    overflow: hidden;
    border-radius: 3px;
}

.image-link img {
    height: 160px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.go-to-news-link {
    font-weight: 400;
    min-height: 110px;
    margin-bottom: 20px;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    line-height: 1.4;
}

.blog-cart p {
    margin: 0;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 300;
    color: #707d93;
}

.pagination {
    font-size: 20px;
    display: none;
    gap: 10px;
    margin-bottom: 50px;
}

.pagination a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

/*BLOG style END*/

.link-inner {
    color: #000;
    padding: 10px 21px;
    border-radius: 8px;
    text-decoration: none;
    border: 2px solid #ffb400;
    transition: .3s;
    font-size: 20px;
    background: #ffb400;
    margin: 10px 0 !important;
    display: inline-block;
    font-weight: 700;
}

footer .top-menu {
    display: block;
}

footer .top-menu li {
    border-radius: 10px;
    padding: 0;
}

@media (max-width: 991px) {
    .footer-box {
        border: none;
    }
}

.section-footer {
    background: #191d24;
    padding-top: 50px;
    margin-top: 40px;
}

.footer-box {
    flex-basis: 30%;
}

@media (max-width: 991px) {
    .footer-box {
        flex-basis: 100%;
    }
}

/*  contact form 7 */

.form {
    margin-top: 1em;
}

.form input {
    background: #ccc0;
    padding: 10px 16px;
    border: 2px solid #214c87;
    border-radius: 40px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
    width: 100%;
    max-width: -webkit-fill-available;
    font-family: 'Myriad Pro Condensed';
}

@media (max-width: 576px) {
    .form input {
        margin-bottom: 12px;
    }
}

select {
    background: #ccc0;
    padding: 10px 16px;
    border: 1px solid #444444;
    border-radius: 3px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
    width: 100%;
    max-width: -webkit-fill-available;
    font-family: 'Myriad Pro Condensed';
}

.form textarea {
    display: block;
    max-height: 200px;
    color: #000;
    background: #ccc0;
    padding: 10px 16px;
    border-radius: 30px;
    border: 2px solid #214c87;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
    width: 100%;
    max-width: -webkit-fill-available;
    font-family: 'Myriad Pro Condensed';
}

.form input::-webkit-input-placeholder {
    color: #000;
}

.form textarea::-webkit-input-placeholder {
    color: #000;
}

.form label {
    color: #000;
}

.form span {
    color: #000;
}

.btn-form input {
    padding: 10px 36px;
    margin: 0;
    display: block;
    font-weight: 400;
    background: #214c87;
    border-radius: 40px;
    color: #fff !important;
    font-size: 22px;
    border: 2px solid #fff0;
    cursor: pointer;
}

@media (max-width: 768px) {
    .btn-form input {
        width: 100%;
    }
}

.input:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
    color: #000;
    background-color: #fff0;
    border-color: #ffba00;
    outline: 0;
}

.input,
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    color: #000;
}

.form span {
    color: #000;
    text-align: center;
    font-size: 16px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    position: absolute;
}

::-moz-placeholder {
    color: #000 !important;
}

/* Firefox 19+ */

:-moz-placeholder {
    color: #000 !important;
}

.form-2 p {
    display: flex;
}

/*  end contact form 7 */

.block-form-page {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.box-form-page {
    flex-basis: 50%;
}

.box-form-descr-page {
    flex-basis: 50%;
}

.block-main-text-mini {
    background: #000000;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 8px;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 900;
}

.owl-nav {
    z-index: 10;
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 30px;
    position: absolute;
    top: 300px;
    left: 16px;
}

@media (max-width: 991px) {
    .owl-nav {
        top: inherit;
        left: 16px;
        bottom: 30px;
    }
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: #ffffff;
    padding: 0 !important;
    font: inherit;
    font-size: 24px;
    line-height: 0;
    position: relative;
}

.owl-prev,
.owl-next {
    border: 1px solid #ffffff !important;
    border-radius: 100%;
    width: 30px;
    height: 30px;
}

.owl-prev span,
.owl-next span {
    position: relative;
    top: -2px;
}

.block-content h2,
.block-content p,
.block-content li,
.block-content ul {
    color: #fff;
}

/*Scroll START*/

.block-content::-webkit-scrollbar {
    width: 6px;
    height: 4px;
}

.block-content::-webkit-scrollbar-track {
    background: #fff0;
    border-radius: 2px;
}

.block-content::-webkit-scrollbar-thumb {
    background-color: #ffb400;
    border-radius: 4px;
}

/*Scroll END*/

section.faq {
    /* filter: blur(9px); */
}

section.faq strong {
    color: #908a8a;
}

.play-menu {
    display: flex;
    justify-content: space-between;
    margin: 16px 0;
}

@media (max-width: 991px) {
    .play-menu {
        flex-wrap: wrap;
    }
}

.icon-links-rows {
    display: flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 991px) {
    .icon-links-rows {
        flex-basis: 50%;
    }
}

.icon-links-rows img {
    width: 40px;
}

.icon-links-rows p {
    margin-bottom: 0;
    color: #748198;
    font-size: 16px;
}

.block-turnir {
    background: transparent;
    margin-bottom: 30px;
    min-height: 0;
    padding: 0;
}

.sidebar-image-card {
    background: #151a22;
    border-radius: 22px;
    box-shadow: 0 14px 30px rgb(0 0 0 / 18%);
    margin-right: auto;
    margin-left: auto;
    max-width: 368px;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.our-games-item.sidebar-image-card {
    display: block;
    min-height: 0;
}

a.block-turnir-link {
    display: block;
    transition: 0.3s;
}

a.block-turnir-link:hover {
    opacity: 1;
    transform: translateY(-1px);
}

a.block-turnir-link img {
    border-radius: inherit;
    display: block;
    height: auto;
    width: 100%;
}

footer h2,
footer div {
    color: #fff;
}

a#b {
    color: #ffb400;
}

.content-image-row {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 24px 0;
}

.content-image-row a {
    display: block;
    transition: 0.3s;
}

.content-image-row a:hover {
    opacity: 0.9;
}

.content-image-row img {
    border-radius: 12px;
    display: block;
    height: auto;
    width: 100%;
}

.content-banner-link {
    display: block;
    margin: 24px 0;
    transition: 0.3s;
}

.content-banner-link:hover {
    opacity: 0.9;
}

.content-banner-link img {
    border-radius: 12px;
    display: block;
    height: auto;
    width: 100%;
}

.app-download-block {
    align-items: center;
    background: #1b2029;
    border: 1px solid #3a414c;
    border-radius: 8px;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr auto;
    margin: 28px 0;
    padding: 20px;
}

.app-download-copy h3 {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.15;
    margin: 0 0 8px;
}

.app-download-copy p {
    color: #aeb7c8;
    font-size: 16px;
    line-height: 1.45;
    margin: 0;
}

.app-download-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.store-button {
    align-items: center;
    background: #000000;
    border: 1px solid #5b6170;
    border-radius: 7px;
    color: #ffffff;
    display: flex;
    gap: 9px;
    min-height: 44px;
    min-width: 150px;
    padding: 7px 12px;
    text-decoration: none;
    transition: 0.3s;
}

.store-button:hover {
    border-color: #ffffff;
    opacity: 1;
}

.store-button svg {
    fill: #ffffff;
    flex: 0 0 25px;
    height: 25px;
    width: 25px;
}

.store-button span {
    color: #ffffff;
    display: grid;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.05;
}

.store-button small {
    color: #ffffff;
    font-size: 8px;
    font-weight: 400;
}

.responsible-support-block {
    align-items: center;
    background: #1b2029;
    border: 1px solid #3a414c;
    border-radius: 8px;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr auto;
    margin: 28px 0;
    padding: 20px;
}

.responsible-support-label {
    display: none;
}

.responsible-support-intro h3 {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.15;
    margin: 0 0 8px;
}

.responsible-support-intro p {
    color: #aeb7c8;
    font-size: 16px;
    line-height: 1.45;
    margin: 0;
}

.responsible-support-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
    min-width: 320px;
}

.responsible-support-card {
    background: #000000;
    border: 1px solid #5b6170;
    border-radius: 7px;
    display: block;
    min-width: 150px;
    padding: 10px 12px;
    text-decoration: none;
    transition: 0.3s;
    width: 180px;
}

.responsible-support-card:hover {
    border-color: #ffffff;
    opacity: 1;
}

.responsible-support-card strong {
    color: #ffffff !important;
    display: block;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 6px;
}

.responsible-support-card span {
    color: #aeb7c8;
    display: block;
    font-size: 12px;
    line-height: 1.3;
}

@media (max-width: 576px) {
    .content-image-row {
        gap: 14px;
        grid-template-columns: 1fr;
    }

    .app-download-block {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .app-download-copy h3 {
        font-size: 20px;
    }

    .app-download-copy p {
        font-size: 16px;
    }

    .app-download-actions {
        justify-content: flex-start;
    }

    .store-button {
        min-height: 44px;
    }

    .responsible-support-block {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .responsible-support-grid {
        justify-content: flex-start;
        min-width: 0;
    }

    .responsible-support-card {
        width: 100%;
    }

    .responsible-support-grid {
        grid-template-columns: 1fr;
    }
}

/* 
baners start*/

.block_90 {
    padding: 0 16px;
    display: block;
    max-width: 100%;
    margin-bottom: 20px;
}

@media (min-width: 991px) {
    .block_90 {
        display: none;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .block-main-image {
        display: block;
        margin: 0 auto;
        max-width: 260px;
        position: relative;
        width: 58%;
        z-index: 2;
    }

    .block-main-image img {
        display: block;
        height: auto;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .block-main {
        background: linear-gradient(135deg, #4f1418 0%, #a82d35 48%, #2f0b12 100%);
        display: block;
        min-height: 380px;
        padding: 20px 16px 124px;
        position: relative;
    }

    .block-main.carousel-2 {
        background: linear-gradient(135deg, #5f1618 0%, #c13a3d 46%, #f4c8c8 100%);
    }

    .block-main.carousel-3 {
        background: linear-gradient(135deg, #2b070b 0%, #65131a 48%, #a6373a 100%);
    }

    .block-main-text {
        position: relative;
        z-index: 4;
    }

    .block-main-text-description {
        font-size: 16px;
        line-height: 1.35;
        width: 400px !important;
    }

    .block-main-image {
        bottom: -90px !important;
        left: 67% !important;
        margin-top: 30px !important;
        width: 320px !important;
        position: absolute;
        transform: translateX(-50%);
        width: 48%;
        z-index: 1;
    }

    .block-main .registration-link {
        border-radius: 12px;
        box-shadow: 0 5px 0 #9a002d, 0 0 18px rgb(255 0 75 / 30%);
        display: inline-flex;
        font-size: 13px;
        justify-content: center;
        line-height: 1;
        margin-top: 14px;
        max-width: 168px;
        min-width: 132px;
        padding: 11px 14px;
        position: relative;
        right: auto;
        text-align: center;
        z-index: 6;
    }
}

@media (max-width: 576px) {
    .block-main {
        min-height: 360px;
        padding-bottom: 118px;
    }

    .block-main-text-description {
        max-width: 78%;
    }

    .block-main-image {
        bottom: -10px;
        left: 40%;
        width: 40%;
    }
}

@media (max-width: 991px) {
    .hero-block {
        margin-bottom: 12px;
    }
}

.block_100 {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

@media (max-width: 991px) {
    .block_100 {
        display: none;
    }
}

.hero-block {
    margin-bottom: 20px;
}

.link-head-a {
    display: block !important;
    margin: 12px auto;
    text-align: center;
}

.wrapper_link-head {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}

.link-head-a {
    display: block !important;
    margin: 0 auto;
    text-align: center;
}

/* 
baners end*/

td {
    padding: 5px;
    border: 1px solid #ffffff;
}

td p {
    margin: 0;
}

/* BetFury-style footer */

.section-footer {
    background: #20242d;
    border-top: 1px solid #ff1f4f;
    margin-top: 40px;
    padding: 42px 0 24px;
}

.footer-container {
    max-width: 1920px;
    padding-right: 60px;
    padding-left: 60px;
}

.footer-top {
    display: grid;
    grid-template-columns: minmax(420px, 1.35fr) repeat(3, minmax(150px, 0.55fr));
    gap: 90px;
    align-items: start;
}

.footer-brand {
    max-width: 760px;
}

.footer-logo-script {
    display: inline-block;
    line-height: 1;
    margin-bottom: 28px;
    text-decoration: none;
}

.footer-logo-script img {
    display: block;
    height: 94px;
    object-fit: contain;
    object-position: left center;
    width: auto;
}

.footer-brand p {
    color: #8f9aab;
    font-size: 18px;
    line-height: 1.45;
    margin: 0 0 22px;
    max-width: 760px;
}

.footer-contacts {
    display: grid;
    gap: 8px;
    margin-bottom: 22px;
}

.footer-contact {
    align-items: center;
    color: #ffffff;
    display: inline-flex;
    font-size: 18px;
    font-weight: 700;
    gap: 10px;
    text-decoration: none;
}

.footer-contact svg {
    fill: #ff2f5f;
    flex: 0 0 22px;
    height: 22px;
    width: 22px;
}

.footer-socials {
    display: flex;
    gap: 12px;
}

.footer-socials a {
    align-items: center;
    background: #2b313b;
    border: 1px solid #454d5d;
    border-radius: 50%;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    transition: 0.3s;
    width: 42px;
}

.footer-socials a:hover {
    background: #ff2f5f;
    border-color: #ff2f5f;
    opacity: 1;
}

.footer-socials svg {
    fill: #ffffff;
    height: 21px;
    width: 21px;
}

.footer-column {
    display: grid;
    gap: 10px;
}

.footer-column h2 {
    color: #ffffff;
    display: block;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.footer-column a {
    color: #c8ceda;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none;
    transition: 0.3s;
}

.footer-column a:hover {
    color: #ff2f5f;
    opacity: 1;
}

.footer-divider {
    background: #3a414c;
    height: 1px;
    margin: 28px 0;
    width: 100%;
}

.footer-crypto-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 34px;
    justify-content: center;
}

.footer-crypto-row img {
    border-radius: 50%;
    display: block;
    height: 46px;
    object-fit: contain;
    width: 46px;
}

.footer-crypto-row span {
    color: #8f9aab;
    font-size: 18px;
    white-space: nowrap;
}

.footer-trust-row {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 28px;
}

.footer-trust-card {
    align-items: center;
    background: #252b35;
    border: 1px solid #3a414c;
    border-radius: 6px;
    color: #0d0c0c;
    display: flex;
    gap: 14px;
    min-height: 58px;
    padding: 12px 20px;
}

.footer-trust-card img {
    height: 34px;
    object-fit: contain;
    width: 34px;
}

.footer-trust-card svg {
    fill: #ffffff;
    height: 34px;
    width: 34px;
}

.footer-trust-card span {
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.15;
}

.footer-compliance-logos {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin-top: 24px;
}

.footer-compliance-logos a {
    display: block;
    transition: 0.3s;
}

.footer-compliance-logos a:hover {
    opacity: 0.82;
}

.footer-compliance-logos img {
    display: block;
    max-height: 38px;
    object-fit: contain;
    width: auto;
}

.footer-age {
    align-items: center;
    border: 3px solid #ff2f5f;
    border-radius: 50%;
    display: inline-flex;
    flex: 0 0 36px;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.footer-copyright {
    color: #8f9aab;
    font-size: 18px;
    margin: 0;
}

@media (max-width: 1400px) {
    .footer-top {
        gap: 48px;
        grid-template-columns: minmax(360px, 1.2fr) repeat(3, minmax(140px, 0.6fr));
    }

    .footer-brand p {
        font-size: 17px;
    }

    .footer-crypto-row {
        gap: 24px;
    }

    .footer-crypto-row img {
        height: 42px;
        width: 42px;
    }
}

@media (max-width: 991px) {
    .section-footer {
        margin-top: 0;
        padding: 0 0 24px !important;
    }

    .footer-container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .footer-top {
        grid-template-columns: 1fr 1fr;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-logo-script {
        margin-bottom: 18px;
        margin-top: 0;
    }

    .footer-logo-script img {
        height: 110px;
    }

    .footer-crypto-row {
        gap: 16px;
    }

    .footer-trust-row {
        grid-template-columns: 1fr;
    }

    .sidebar-mobile-slider {
        display: flex;
        gap: 12px;
        margin-bottom: 16px;
    }

    .sidebar-mobile-slider .sidebar-image-card {
        flex: 1 1 0;
        min-width: 0;
    }

    .sidebar-mobile-slider .block-turnir {
        margin-bottom: 0;
    }

    .sidebar-mobile-hidden {
        display: none;
    }
}

@media (max-width: 576px) {
    .section-footer {
        padding-top: 0 !important;
    }

    .footer-top {
        gap: 26px;
        grid-template-columns: 1fr;
    }

    .footer-logo-script {
        margin-top: 0;
    }

    .footer-logo-script img {
        height: 110px;
    }

    .footer-brand p,
    .footer-copyright {
        font-size: 16px;
    }

    .footer-contact,
    .footer-column a,
    .footer-trust-card span {
        font-size: 16px;
    }

    .footer-column h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .footer-divider {
        margin: 24px 0;
    }

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

    .footer-trust-card {
        padding: 12px 16px;
    }

    .footer-compliance-logos {
        gap: 14px;
    }

    .footer-compliance-logos img {
        max-height: 34px;
    }
}
