:root {
--suRWQRJTpWDN: #2B669D;
--flmACWyrfBsJ: #F5F5F5;
--TnlhOQtLeDnu: #ffc107;
--ptfrVpYeooIQ: #830000;
--fLnJFRlqQReo: #e9e9e9;
--rEHLJUJCfWhf: #000;
--BcYkIgbHtEiW: rgba(250, 220, 220, 0.5);
--HQPSwmYCeuvW: #ec4b78;
--GURdqVsqgfbV: #b00000;
--tBbQEpScvSAC: #fff;
--jcgfekXtICmj: #F8F8F8;
--pcYFHJbndedl: #ece7e7;
--wIFgdzsJQnEP: #fff;
--VhydZgyGqZSw: #dad2d2;
--yntLhKTmiErD: #000000;
--SUzvcmDnzSQc: #3f14e5;
--QYjxBaZwDJEI: #200a82;
--LLILwQnzawbf: #ddd;
}


* {
box-sizing: border-box;
}

a {
color: var(--rEHLJUJCfWhf);
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

body {
font-family: 'Poppins', sans-serif;
font-size: 16px;
line-height: 1.5;
margin: 0;
padding: 0;
background-color: var(--jcgfekXtICmj);
color: var(--rEHLJUJCfWhf);
scroll-behavior: smooth;
}

menu {
display: flex;
list-style: none;
margin: 0;
padding: 0;
margin-left: auto;
}

menu li {
margin: 0 6px;
border-radius: 15px;
border: none;
padding: 7px 12px;
font-family: Inter, sans-serif;
font-weight: 700;
font-size: 20px;
line-height: 100%;
border-radius: 16px;
cursor: pointer;
}

menu li:last-child {
background-color: var(--ptfrVpYeooIQ);
color: #fff;
padding: 10px 20px;
border: none;
cursor: pointer;
margin-left: 30px;
transition: background-color 0.2s;
}

menu li:hover{
background-color: var(--GURdqVsqgfbV);
}
menu a {
color: #fff;
}
menu a:hover {
color: #fff;
}

img {
width: 100%;
}

figure {
margin: 0;
}

h1 {
font-size: 42px;
font-weight: 600;
line-height: 1.2;
margin-top: 50px;
font-family: Poppins, sans-serif;
}

h2 {
font-size: 34px;
line-height: 1.2;
margin-top: 40px;
font-family: Poppins, sans-serif;
}

h3 {
font-size: 28px;
line-height: 1.2;
margin-top: 30px;
font-family: Poppins, sans-serif;
}

.header-inner {
    gap: 30px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.content-container,
.goJFaNEtzLAB,
.inside-footer-bottom {
max-width: 1200px;
width: 100%;
margin: 0 auto;
text-align: center;
}

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

.header-brand a {
cursor: pointer;
pointer-events: auto;
}


.header-brand img {
width: 70px;
border-radius: 16px;
margin-top: 5px;
margin-left: 20px;
}

.site-header {
background-color: var( --jcgfekXtICmj);
padding: 10px 0;
display: flex;
}

.goJFaNEtzLAB {
background-color: var(--jcgfekXtICmj);
padding: 0 15px;
}
.burger-btn {
display: none;
background: none;
border: none;
font-size: 2rem;
cursor: pointer;
margin-left: auto;

}

.YYzkwlMwHCrC {
font-size: 32px;
font-weight: 600;
line-height: 30px;
padding-top: 15px;
}
.VOXYwRNvWLgW {
margin-left: 5px;
font-weight: 800;
}

.nav-wrapper {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}


.nav-list {
list-style: none;
display: flex;
align-items: flex-start;
gap: 30px;
font-family: Inter, sans-serif;
font-weight: 700;
font-size: 18px;
}

.nav-list {
white-space: nowrap;
display: flex;
align-items: center;
gap: 30px;
width: 100%;
list-style: none;
padding: 0;
margin: 0;
}



.nav-item a {
color: var(--rEHLJUJCfWhf);
}

/* slider */

.tEjtraWkHdpA-container {
padding: 20px;
background: var(--button-base);
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
overflow: hidden;
position: relative;
margin: 20px auto;
}

.tEjtraWkHdpA-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 15px;
}

.tEjtraWkHdpA-header span {
margin: 0;
font-size: 20px;
font-weight: bold;
}

.tEjtraWkHdpA-header .controls {
display: flex;
align-items: center;
gap: 10px;
}

.tEjtraWkHdpA-header .view-all {
font-size: 14px;
color: #007bff;
text-decoration: none;
font-weight: bold;
display: flex;
align-items: center;
gap: 5px;
cursor: pointer;
}

.tEjtraWkHdpA-header .view-all span {
background: #ddd;
color: #555;
border-radius: 50%;
font-size: 12px;
padding: 3px 6px;
}

.tEjtraWkHdpA-header .nav-button {
width: 30px;
height: 30px;
border: none;
background: var(--links);
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
font-size: 16px;
}

.tEjtraWkHdpA-header .nav-button:hover {
background: #ccc;
}

.tEjtraWkHdpA {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 10px;
overflow-x: visible;
}

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

.tEjtraWkHdpA-item {
width: 100%;
height: auto;

}

.tEjtraWkHdpA-item img {
    object-fit: cover;
    border-radius: 16px;
}
/* slider end */

.content-container {
    background-color: var(--jcgfekXtICmj);
    margin-bottom: 30px;
    border-radius: 0 0 16px 16px;
    padding: 0 15px 15px 15px;

}

.content-section {
    text-align: left;
    color: var(--rEHLJUJCfWhf);
}

.main-content {
    color: var(--rEHLJUJCfWhf);
}

.cta-btn {
    background-color: var(--ptfrVpYeooIQ);
    color: var(--tBbQEpScvSAC);
    padding: 15px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    text-decoration: none;
    max-width: 263px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0 auto;
    transition: background-color 0.7s ease;
}

.cta-btn:hover {
background-color: var(--GURdqVsqgfbV);
}

.cta-btn a {
color: var(--tBbQEpScvSAC);
font-family: Poppins;
font-weight: 700;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
}
.hero-image{
    filter: blur(2px);
}
/*demo-placeholder*/
.hero-banner {
box-shadow: 3px 3px 15px #000;
border-radius: 22px;
position: relative;
overflow: hidden;
display: inline-block;
width: 100%;
height: 100%;
}

.hero-banner__wrap::after {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
width: 100%;
}

.hero-banner__iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100;
}

.hero-banner img {
border-radius: 22px;
width: 100%;
height: 400px;
object-fit: cover;
object-position: center top;
display: block;
}

.hero-overlay {
    position: absolute;
    max-width: 600px;
    transform: translate(-50%, -50%);
    left: 30%;
    top: 50%;
    color: var(--tBbQEpScvSAC);
    border: none;
    z-index: 2;
    font-size: 26px;
    border-radius: 15px;
    padding: 20px 70px;
    transition: background-color 0.7s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 50px;
}

.hero-overlay a:hover {
    background-color: var(--GURdqVsqgfbV);
    color: var(--tBbQEpScvSAC);
}

.hero-cta-btn {
    background-color: var(--ptfrVpYeooIQ);
    color: #fff;
    font-weight: bold;
    border: none;
    cursor: pointer;
    z-index: 2;
    font-size: 24px;
    border-radius: 15px;
    width: 250px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.7s ease;
    font-family: Poppins, sans-serif;
animation: pulse 2s infinite;
}

@keyframes pulse {
   0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
.hero-cta-btn:hover {
background-color: var(--GURdqVsqgfbV);
}

.hero-banner__box {
display: flex;
justify-content: space-between;
align-items: center;
margin: 40px 0;
padding: 0 40px;
}

.hero-banner__btn {
background-color: var(--ptfrVpYeooIQ);
color: var(--tBbQEpScvSAC);
font-size: 21px;
padding: 15px 30px;
border-radius: 12px;
cursor: pointer;
text-decoration: none;
transition: background-color 0.7s ease;
}

.hero-banner__btn:hover {
background-color: var(--GURdqVsqgfbV);
color: var(--tBbQEpScvSAC);
}

.hero-banner__text {
font-weight: 400;
}

.hero-banner__text a {
font-weight: 400;
}
#jfzWtheAYGgf {
width: 100%;
height: 100%;
border: none;
overflow: hidden;
}

ol {
counter-reset: step;
list-style: none;
padding-left: 0;
margin-top: 1em;
margin-bottom: 1em;
}

ol li {
counter-increment: step;
position: relative;
padding-left: 3em;
margin-bottom: 1em;
font-size: 16px;
}

ol li::before {
content: counter(step);
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
border: 2px solid #3780B6;
border-radius: 50%;
color: #3780B6;
font-weight: bold;
font-size: 1em;
}

/*casinos-list*/
.GaugXVzGbblH {
margin-top: 30px;
background-color: var(--ptfrVpYeooIQ);
width: 100%;
border: 1px solid var(--LLILwQnzawbf);
padding: 15px;
box-sizing: border-box;
border-radius: 15px;
}

.LNGHfwDXvflh {
display: flex;
justify-content: space-between;
align-items: center;
}

.MtrNrfslxkGd {
display: flex;
align-items: center;
}

.MtrNrfslxkGd:nth-child(1) {
width: 30%;
}

.MtrNrfslxkGd:nth-child(2) {
width: 50%;
justify-content: center;
border-right: 1px solid var(--LLILwQnzawbf);
border-left: 1px solid var(--LLILwQnzawbf);
height: 100px;
}

.MtrNrfslxkGd:nth-child(3) {
width: 20%;
justify-content: center;
}
.MtrNrfslxkGd strong{
font-size: 18px;
}

.JgRrkWcvASWy {
width: 150px;
}

.JgRrkWcvASWy img{
border-radius: 16px;
}

.UfXtOLXGtvbn {
margin-left: 24px;
}

.brand-name {
    font-size: 20px;
    font-weight: bold;
    color: var(--rEHLJUJCfWhf);
    white-space: nowrap;
}

.main-content > .brand-name{
    display: none;
}
.DddByMkRvyeJ {
display: flex;
align-items: center;
margin: 0 auto 10px auto;
justify-content: center;
border: 1px solid var(--LLILwQnzawbf);
border-radius: 15px;
width: 130px;
}

.yLrTpztfCvfe {
color: var(--TnlhOQtLeDnu);
font-size: 24px;
}

.ciQLLQLnDWBE {
padding: 15px 45px;
border-radius: 15px;
font-size: 21px;
background-color: var(--ptfrVpYeooIQ);
color: var(--tBbQEpScvSAC);
transition: background-color 0.7s ease;
}

.ciQLLQLnDWBE:hover {
background-color: var(--GURdqVsqgfbV);
color: var(--tBbQEpScvSAC);
}

/*IMG*/
.game-link {
display: flex;
align-items: center;
max-width: 384px;
width: 100%;
transition: filter 0.3s ease, transform 0.3s ease;
}


.game-link:hover {
transform: scale(1.04);
filter: brightness(70%);
 }



.game-figure {
width: 100%;

}

.game-image {
width: 100%;
}

.section-header {
display: flex;
flex-direction: column;
gap: 12px;
padding: 20px;
background: var(--button-base);
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
overflow: hidden;
position: relative;
margin: 20px auto;
}
.section-header span {
margin: 0;
font-size: 20px;
font-weight: bold;
}

.section-header p {
color: var(--tBbQEpScvSAC);
font-size: 34px;
text-align: start;
}

.game-card {
position: relative;
flex: 1;
overflow: hidden;
}
.game-card figure {
margin: 0;
}
.game-hover-overlay {
width: 120px;
height: 30px;
opacity: 1;
top: 40%;
left: 15%;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
background: var(--GURdqVsqgfbV);
color: var(--tBbQEpScvSAC);
font-weight: bold;
font-size: 17px;
text-align: center;
letter-spacing: 1px;
text-decoration: none;
opacity: 0;
transition: opacity 0.2s;
z-index: 1;
border-radius: 6px;
}
.game-card:hover .game-hover-overlay {
opacity: 1;
color: var(--tBbQEpScvSAC);
}
.game-card img {
display: block;
width: 100%;
height: auto;
border-radius: 6px;
}

.game-card .game-figure {
position: relative;
}

.games-grid {
display: grid;
grid-template-columns: repeat(5, 1fr); 
gap: 16px;
}


/*pros-cons*/

.games-section {
display: flex;
justify-content: space-between;
gap: 20px;
padding: 15px;
}

.section-divider {
gap: 10px;
width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
margin-top:40px;
}

.section-divider .game-link {
width: 100%;
}

.jRMrULVzDJEr h3 {
    margin-top: 0;
}

.nav-item.active a {
    color: var(--suRWQRJTpWDN);
    font-weight: bold;

}

.qpiriiYOowud {
    display: flex;
    margin-top: 20px;
}

.rwXjvUNBkYGh {
    position: relative;
    display: inline-block;
    margin-top: 10px;
}

.yiiSztDiNkDd {
    background: var(--jcgfekXtICmj);
    color: var(--rEHLJUJCfWhf);
    font-weight: 600;
    border: 2px solid var(--rEHLJUJCfWhf);
    border-radius: 12px;
    padding: 7px 22px;
    transition: border 0.18s, color 0.18s, background 0.18s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    gap: 8px;
}


.MWmisFVMAajj {
    font-size: 15px;
    margin-left: 6px;
    transition: transform 0.22s;
}

#lang-dropdown-toggle:checked + .yiiSztDiNkDd .MWmisFVMAajj {
    transform: rotate(180deg);
}

.QlmLfQjalOou {
    display: none;
    position: absolute;
    min-width: 145px;
    background: var(--tBbQEpScvSAC);
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.10);
    border: 1.5px solid var(--TnlhOQtLeDnu);
    z-index: 99;
    padding: 6px 0;
}
.HJBRNXbkxbRh{
left: 0;
bottom: 110%;
}
.wmKDWkujOtbr{
right: 0;
top: 110%;
}
#lang-dropdown-toggle:checked ~ .QlmLfQjalOou {
    display: flex;
    flex-direction: column;
    animation: fadeInLangList 0.18s;
}
@keyframes fadeInLangList {
    from { opacity: 0; transform: translateY(10px);}
    to { opacity: 1; transform: translateY(0);}
}

.QlmLfQjalOou .nXydMPhURUqI {
white-space: nowrap;
    border-radius: 8px;
    padding: 8px 22px;
    margin: 0 8px;
    font-size: 17px;
    background: transparent;
    color: var(--rEHLJUJCfWhf);
    border: none;
    box-shadow: none;
    font-weight: 500;
    transition: background 0.18s, color 0.18s;
    text-align: left;
    display: block;
}
.QlmLfQjalOou .nXydMPhURUqI:hover {
    background: var(--GURdqVsqgfbV);
    color: var(--TnlhOQtLeDnu);
}
.QlmLfQjalOou .nXydMPhURUqI.is-active {
    color: var(--TnlhOQtLeDnu);
    font-weight: 600;
    background: var(--GURdqVsqgfbV);
    border-radius: 8px;
}


.hero-overlay {
    padding: 5px 15px;

}


/*wp-block-list*/
.dxRVNsZXnhEY {
list-style: none;
}

.dxRVNsZXnhEY li {
margin-bottom: 10px;
}

.dxRVNsZXnhEY li:last-child {
margin-bottom: 0px;
}

.jRMrULVzDJEr .games-section:first-child .content-section {
color: green;
}

.jRMrULVzDJEr .games-section:last-child .content-section {
color: red;
}

.jRMrULVzDJEr .games-section:first-child li::before {
color: green;
}

.jRMrULVzDJEr .games-section:last-child li::before {
color: red;
}

/*Table*/

table {
    width: 100%;
    border: 1px solid var(--flmACWyrfBsJ);
    border-radius: 16px;
    overflow-x: auto;
    white-space: normal;
    -webkit-overflow-scrolling: touch;
    background-color: var(--wIFgdzsJQnEP);
    color: var(--flmACWyrfBsJ);
    max-width: 100%;
}


td {
    border: 1px solid var(--rEHLJUJCfWhf);
    border-radius: 6px;
    padding: 10px;
    color: var(--flmACWyrfBsJ);
    white-space: normal;
}

table thead {
background-color: var(--tBbQEpScvSAC);
height: 50px;
border: none;

}

table thead th {
font-size: 18px;
font-weight: 600;
text-align: center;
padding: 10px;
color: var(--rEHLJUJCfWhf);
border: 1px solid var(--rEHLJUJCfWhf);
}

table thead th:first-child {
    border-radius: 16px 0 0 0;
    border: 1px solid var(--rEHLJUJCfWhf);
}

table thead th:last-child {
    border-radius: 0 16px 0 0;
    border: 1px solid var(--rEHLJUJCfWhf);
}

table tbody tr {
border-bottom: 1px solid var(--rEHLJUJCfWhf);
background-color: var(--wIFgdzsJQnEP);
}

table tbody tr:last-child td:first-child {
border-radius: 0 0 0 16px;
}

table tbody tr:last-child td:last-child {
border-radius: 0 0 16px 0;
}

table tbody td {
padding: 10px;
color: var(--rEHLJUJCfWhf);
}
.content-figure, .content-figure table {

width: 100%;
max-width: 100%;
overflow-x: auto;
}

.content-figure, .content-figure table {

overflow-x: auto;
-webkit-overflow-scrolling: touch;
}

.content-figure table {
    width: max-content;
    width: 100%;
}
/*FAQ*/
.QgCkoHmBrjrh-item {
background-color: var(--flmACWyrfBsJ);
padding: 20px;
border-radius: 16px;
margin-bottom: 24px;
border: 1px solid var(--suRWQRJTpWDN);
color: var(--rEHLJUJCfWhf);
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.QgCkoHmBrjrh h3 {
font-size: 20px;

}
.JSFmObMzdJdg {
text-align: left;
}

.QgCkoHmBrjrh-item:last-child {
margin-bottom: 0;
}

.QgCkoHmBrjrh-item h3 {
margin: 10px 0;
}

/*Footer*/
.footer-bottom {
color: var(--rEHLJUJCfWhf);
}

.inside-footer-bottom {
padding: 10px;
}

/*btn-up*/
.back-to-top {
position: fixed;
bottom: 40px;
right: 40px;
width: 40px;
height: 40px;
z-index:2;
background-color: var(--ptfrVpYeooIQ);
border-radius: 8px;
cursor: pointer;
/* opacity: 0.5; */
transition: opacity 0.3s ease;
}

.back-to-top:hover {
opacity: 1;
}

.back-to-top::after,
.back-to-top::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 20px;
height: 2px;
background-color: var(--tBbQEpScvSAC);
}

.back-to-top::after {
transform: translate(-12%, -50%) rotate(40deg);
}

.back-to-top::before {
transform: translate(-88%, -50%) rotate(-40deg);
}

/*lwptoc*/
.snZLPTREKYGB {
margin-top: 40px;
}
.snZLPTREKYGB_toggle {
margin-left: 10px;
cursor: pointer;
}
.snZLPTREKYGB_toggle:before {
content: '[ ';
}
.snZLPTREKYGB_toggle:after {
content: ' ]';
}
.snZLPTREKYGB_items {
margin-top: 15px;
max-height: 0px;
opacity: 0;
overflow: hidden;
transition: max-height 0.3s ease, opacity 0.3s ease;
}
.snZLPTREKYGB_items-show {
max-height: 500px;
opacity: 1;
}
.snZLPTREKYGB_itemWrap {
margin-left: 15px;
}

.snZLPTREKYGB_item a{
color: var(--rEHLJUJCfWhf);
}


/*New*/

.bonuses-section {
margin-top: 40px;
}

.bonus-cards {
display: flex;
gap: 20px;
justify-content: center;
flex-wrap: nowrap;
}

.bonus-card {

background: linear-gradient(180deg, #744F1B 0%, #707306 100%);
border: 1px solid;
border-radius: 10px;
text-align: center;
display: flex;
flex-direction: column;
max-width: 380px;
width: 100%;
height: 195px;
text-align: center;
color: #fff;
align-items: center;
justify-content: center;
font-size: 32px;
overflow: hidden;
transition: transform 0.2s ease;
}
.bonus-card:first-child {
background: linear-gradient(180deg, #305907 0%, #072230 100%);
color: --tBbQEpScvSAC;
}

.bonus-card:last-child {
background: linear-gradient(180deg, #2564AC 0%, #2B1D69 100%);
}

.bonus-card a {
color:  var(--tBbQEpScvSAC);
}

.payment-icons {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: auto;
    flex-wrap: wrap;
}
.payment-icons .payment-icon:first-child:first-child {
 width: 48px;
}
.iJlEQdXwdGgu {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    max-width: 1200px;
}
.site-footer{
    border-top: 3px solid var(--ptfrVpYeooIQ);
    border-bottom: 3px solid var(--ptfrVpYeooIQ);
    margin: 1em 0;
    border-radius: 20px;
}

.site-footer nav ul {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    padding: 0;
    text-transform: uppercase;
}
.site-footer nav ul li a {
color: var(--rEHLJUJCfWhf);
}
.site-footer nav ul li a:hover {
color: var(--QYjxBaZwDJEI);
}
.burger-btn {
display: none;
background: none;
border: none;
font-size: 2rem;
cursor: pointer;
margin-left: auto;
z-index: 1001;
}
/* .footer-divider {
    border: none;
    border-top: 3px solid var(--ptfrVpYeooIQ);
    margin: 1em 0;
    border-radius: 20px;
} */

.payments-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: nowrap;
    margin-top: 40px;
    margin-bottom: 16px;
}

.nav-item {
position: relative;
}

#main-nav + div{
display: flex;
justify-content: end;
align-items: center;
gap: 10px;
flex-grow: 2;
margin-right: 20px;
font-weight: 700;
font-size: 18px;

}
#main-nav + div a{
font-size: 16px;
white-space: nowrap;
word-break: keep-all;
padding: 10px 20px;
text-align: center;
max-width: 200px;
border-radius: 16px;
}

#main-nav + div a:nth-child(2) {
  background: #eca304;
  color: #000000 !important;
  border-radius: 16px;
  padding: 10px 20px;
  font-weight: 700;
  transition: background 0.2s;
  animation: pulse 2s infinite;
}
#main-nav + div a:nth-child(1) {
  background: #221d1b;
  color: #ffffff !important;
  border-radius: 16px;
  padding: 10px 20px;
  font-weight: 700;
}


#main-nav + div a:nth-child(2):hover {
  background: #d90400;
  color: #ffffff !important;

}


.izrWoqrtHtCO {
display: block;
padding: 0.5em 1em;
cursor: pointer;
text-decoration: none;
color: inherit;
}

.nwIRWFjBQVHL {
display: none;
position: absolute;
top: 100%;
left: 0;
background: var(--jcgfekXtICmj);
border: 1px solid var(--wIFgdzsJQnEP);
border-radius: 4px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
list-style: none;
margin: 0;
padding: 0.5em 0;
min-width: 180px;
z-index: 100;
}

.nav-item:hover > .nwIRWFjBQVHL {
display: block;
}

.dOAGvOiboLVX {
margin: 0;
}

.outgAvoFSdpL {
display: block;
padding: 0.5em 1em;
white-space: nowrap;
text-decoration: none;
transition: background 0.2s;
}

.outgAvoFSdpL:hover {
background: rgba(0,0,0,0.05);
}

/* С…Р»С–Р±РЅС– РєСЂРёС…С‚Рё */
.breadcrumb {
font-size: 0.9em;
color: #666;
padding: 0.75em 0;
}

.vZweqrjZcTNW {
max-width: 1200px;
margin: 0 auto;
padding: 0 1em;
}

.breadcrumb__list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
align-items: center;
}

.breadcrumb__item {
display: flex;
align-items: center;
}

.breadcrumb__link {
color: var(--rEHLJUJCfWhf);
text-decoration: none;
transition: color .2s;
}

.breadcrumb__link:hover {
text-decoration: underline;
color: var(--GURdqVsqgfbV);
}

.breadcrumb__link[aria-current="page"] {
color: #333;
font-weight: bold;
cursor: default;
text-decoration: none;
}

.breadcrumb__separator {
margin: 0 0.5em;
color: #999;
font-size: 1.2em;
line-height: 1;
}

/* Nav drawer backdrop */
.nav-backdrop {
position: fixed;
inset: 0;
background: rgba(0,0,0,0.45);
z-index: 1001;
opacity: 0;
pointer-events: none;
transition: opacity 0.32s ease;
}
.nav-backdrop.active {
opacity: 1;
pointer-events: all;
}

/* Close button inside drawer */
.nav-close {
position: absolute;
top: 20px;
right: 20px;
background: none;
border: none;
font-size: 26px;
cursor: pointer;
color: #333;
line-height: 1;
padding: 4px 8px;
}
.nav-close:hover {
color: var(--ptfrVpYeooIQ);
}
@media(min-width: 1200px){
    .nav-close {
        display: none;
}
}
/*Media*/
@media(max-width: 1200px){
.inside-footer-bottom{
    padding: 30px 15px;
    text-align: center;
}
.payments-section {
    flex-direction: column;
}
}
@media(max-width: 992px){
.MtrNrfslxkGd:nth-child(1),
.MtrNrfslxkGd:nth-child(2),
.MtrNrfslxkGd:nth-child(3){
width: 33%;
}
.nav-list {
    flex-direction: column;
    gap: 20px;
}

.nav-item:last-child a {
width: 100%;
margin: 10px 0 0 0;
}
.nav-item:nth-last-child(2) {
margin-left: 0;
}
.text-content{
text-align: center;
padding: 0 10px;
}
.UfXtOLXGtvbn {
margin-left: 10px;
}
.header-inner{
padding: 0 15px;
align-items: center;
flex-wrap: wrap;
}

.burger-btn {
display: block;
color: var(--yntLhKTmiErD);
order: 2;
padding-left: 0;
   padding-right: 0px;
}

#main-nav {
position: fixed;
top: 0;
right: 0;
height: 100vh;
width: 280px;
background: #fff;
transform: translateX(100%);
transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
z-index: 1002;
display: flex;
flex-direction: column;
justify-content: flex-start;
padding: 80px 30px 30px;
box-shadow: -6px 0 32px rgba(0,0,0,0.18);
overflow-y: auto;
order: unset;
}

#main-nav + div{
margin-right:0;
}

#main-nav.active {
transform: translateX(0);
}

.header-brand img {
    width: 50px;
    margin-left: 0;
}


.bonus-card {
    font-size: clamp(14px, 6vw, 32px);
}
.section-divider{
    flex-wrap:wrap;
}
.bonus-cards {
    flex-direction: column;
    align-items: center;
}

}
@media(max-width: 756px){
    .games-grid {
grid-template-columns: repeat(2, 1fr);
}
.tEjtraWkHdpA {
    grid-template-columns: repeat(3, 1fr);
}
.hero-overlay {
    font-size: 26px;
    width: 70%;
    left: 50%;
}
.hero-banner {
    height: unset;
}
.LNGHfwDXvflh{
    flex-wrap: wrap;
}
.MtrNrfslxkGd:nth-child(1){
    width: 100%;
    justify-content: center;
}
.MtrNrfslxkGd:nth-child(2){
    width: 50%;
    border: none;
    height: 70px;
}
.MtrNrfslxkGd:nth-child(3) {
    width: 50%;
}
.hero-banner__box{
    padding: 0;
}

.site-footer nav ul {
    flex-direction: column;
}

.qpiriiYOowud {
    gap: 12px;
    justify-content: center;
}
.nXydMPhURUqI {
    font-size: 15px;
    padding: 7px 14px;
}
#main-nav + div{
 position: fixed;
 z-index: 1;
  bottom: 0;
  left: 0;
  height:70px;
font-weight: 600;
font-size: 16px;
width:100%;
gap:15px;
padding-left: 20px;
padding-right: 20px;
justify-content: center;
background-color: var(--jcgfekXtICmj);
border-top: 1px solid var(--LLILwQnzawbf);
}
#main-nav + div a:first-child{
border: 1px solid #fff;
}
#main-nav + div a{
    width:100%;
border-radius: 40px;
padding: 12px 20px;
}
#main-nav + div a:nth-child(2){
border-radius: 40px;
padding: 12px 20px;
}

/* .header-brand > .brand-name{
    display:none;
} */

.main-content > .brand-name{
      color: var(--wIFgdzsJQnEP);
    display: flex;
    justify-content: center;
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 10px;
      background: var(--suRWQRJTpWDN);
}
}
@media(max-width: 700px){
.hero-banner img {
    height: 220px;
}
.hero-cta-btn {
    padding: 10px 25px;
    font-size: 28px;
    font-weight: bold;
}
.hero-overlay {
    font-size: 18px;
    width: 100%;
    gap: 0px;
}
footer > div:first-child {
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.qpiriiYOowud {
    margin-left: 0;
    margin-top: 12px;
    width: 100%;
    justify-content: center;
}
.payment-icons {
    justify-content: center;
    width: auto;
    flex-wrap: wrap;
}
}
@media(max-width: 576px){
.header-brand img {
margin-left: 5px;
}
.tEjtraWkHdpA {
grid-template-columns: repeat(2, 1fr);
}
.hero-overlay {
font-size: 20px;
width: 100%;
}
.cta-btn a {
font-size: 24px;
}
.jRMrULVzDJEr {
flex-wrap: wrap;
}
.jRMrULVzDJEr .games-section {
width: 100%;
}
.dxRVNsZXnhEY {
padding-left: 10px;
}
table thead th {
font-size: 14px;
}
table tbody td {
font-size: 14px;
}
h1 {
font-size: 32px;
margin-top: 30px;
}
h2 {
font-size: 26px;
line-height: 1.2;
margin-top: 30px;
}
h3 {
font-size: 22px;
margin: 20px auto;
}
.game-figure {
width: 100%;
margin: 20px auto 15px auto;
max-width: 385px
}
.hero-banner__box {
flex-direction: column;
margin: 20px 0 20px 0;
}
.hero-banner__text{
margin-top: 15px;
}
.hero-cta-btn {
font-size: 20px;
}
.snZLPTREKYGB{
margin-top: 20px;
}
.header-brand{
display: flex;
justify-content: center;
}
.header-brand img {
width: 50px;
}
}
@media(max-width: 480px){
.hero-banner img {
    height: 180px;
}
.header-inner{
gap:15px;
}

.MtrNrfslxkGd:nth-child(1) {
flex-direction: column;
}
.MtrNrfslxkGd:nth-child(2),
.MtrNrfslxkGd:nth-child(3) {
width: 100%;
}
.UfXtOLXGtvbn {
margin-left: 0px;
}

.ciQLLQLnDWBE{
padding: 10px 20px;
}
.cta-btn{
    max-width: 280px;
    padding: 20px 0 20px 0;
}
table thead th {
font-size: 14px;
}
table tbody td {
font-size: 14px;
}
.back-to-top {
position: fixed;
bottom: 80px;
right: 30px;
width: 30px;
height: 30px;
}
.back-to-top::after, .btn-up::before {
width: 14px;
}
.JgRrkWcvASWy {
width: 100px;
}
.header-brand img {
margin-left: 5px;
}
.text-content{
font-size: 14px;
}
}

@media (max-width: 375px) {
.header-inner{
gap:4px;
}

}

@media (max-width: 360px) {
.text-small {
font-size: 12px;
}
}
/*popup*/
.popup {
background: var(--ptfrVpYeooIQ);
border: 1px solid #717785;
border-radius: 8px;
bottom: 40px;
display: flex;
flex-direction: column;
min-height: 136px;
opacity: 0;
padding: 12px;
position: fixed;
left: -100%;
transition: all 0.3s ease-in-out;
visibility: hidden;
max-width: 460px;
width: 100%;
z-index: 10000;
}
.popup__info {
display: flex;
}
.popup__box {
margin-left: 15px;
}
.popup__img {
width: 130px;
height: 100%;
border-radius: 16px;
}
.popup__title {
font-size: 24px;
font-weight: 600;
}
.popup__subtitle {
margin-top: 10px;
color: var(--rEHLJUJCfWhf);
}
.popup__btn {
width: 240px;
height: 50px;
margin: 10px auto 0 auto;
background: var(--ptfrVpYeooIQ);
color: #fff;
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
border-radius: 8px;
transition: all 0.7s ease-in-out;
color: var(--tBbQEpScvSAC);
}
.popup__btn:hover{
background: var(--GURdqVsqgfbV);
transition: all 0.7s ease-in-out;
color: var(--tBbQEpScvSAC);
}
.popup__close {
width: 30px;
height: 30px;
background-color: #eee;
position: absolute;
left: -15px;
top: -15px;
border-radius: 15px;
border: 1px solid #1e232f;
cursor: pointer;
}
.popup__close-wrap {
position: relative;
}
.popup__close-wrap::after {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(-45deg);
top: 12px;
left: 3px;
}
.popup__close-wrap::before {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(45deg);
top: 12px;
left: 3px;
}
.popup--show {
opacity: 1;
left: 40px;
transition: all 0.3s ease-in-out;
visibility: visible;
background-color: var(--pcYFHJbndedl);
}
@media(max-width: 576px){
.popup{
max-width: 93%;
left: 20px;
padding-right: 15px;
}
.popup__img {
width: 70px;
}
.popup__subtitle {
margin-right: 15px;
}
.popup__btn{
width: 220px;
}
}
@media(max-width: 480px){

.popup__info {
display: flex;
flex-direction: column;
align-items: center;
}
.popup__btn {
width: 200px;
margin-top: 0;
height: 40px;
}
.popup__subtitle {
margin-right: 0;
text-align: center;
}
.popup__box {
margin-left: 0;
}
}

/* ===== Contacts page ===== */
.contacts-block {
max-width: 560px;
margin: 40px auto;
padding: 0 16px;
}

.contact-card {
display: flex;
align-items: center;
gap: 20px;
background: #fff;
border-radius: 16px;
padding: 24px;
margin-bottom: 28px;
box-shadow: 0 2px 12px rgba(0,0,0,.08);
}

.contact-card__avatar img {
width: 80px;
height: 80px;
border-radius: 50%;
object-fit: cover;
border: 3px solid var(--ptfrVpYeooIQ);
}

.contact-card__name {
margin: 0 0 4px;
font-size: 18px;
font-weight: 700;
}

.contact-card__role {
margin: 0;
font-size: 13px;
color: #777;
}

.contact-form {
background: #fff;
border-radius: 16px;
padding: 28px;
box-shadow: 0 2px 12px rgba(0,0,0,.08);
display: flex;
flex-direction: column;
gap: 18px;
}

.contact-form__field {
display: flex;
flex-direction: column;
gap: 6px;
}

.contact-form__field label {
font-size: 13px;
font-weight: 600;
color: #333;
}

.contact-form__field input,
.contact-form__field textarea {
border: 1.5px solid #ddd;
border-radius: 10px;
padding: 10px 14px;
font-family: 'Poppins', sans-serif;
font-size: 14px;
outline: none;
transition: border-color .2s;
resize: none;
}

.contact-form__field input:focus,
.contact-form__field textarea:focus {
border-color: var(--ptfrVpYeooIQ);
}

.contact-form__submit {
background: var(--ptfrVpYeooIQ);
color: #fff;
border: none;
border-radius: 10px;
padding: 13px;
font-family: 'Poppins', sans-serif;
font-size: 15px;
font-weight: 700;
cursor: pointer;
transition: background .2s, transform .1s;
}

.contact-form__submit:hover {
background: var(--GURdqVsqgfbV);
transform: translateY(-1px);
}

/* Contact success popup */
.contact-success {
position: fixed;
inset: 0;
background: rgba(0,0,0,.45);
display: flex;
align-items: center;
justify-content: center;
z-index: 9999;
opacity: 0;
pointer-events: none;
transition: opacity .25s;
}

.contact-success--visible {
opacity: 1;
pointer-events: all;
}

.contact-success__box {
background: #fff;
border-radius: 20px;
padding: 40px 36px;
text-align: center;
max-width: 320px;
width: 90%;
box-shadow: 0 8px 32px rgba(0,0,0,.18);
transform: scale(.9);
transition: transform .25s;
}

.contact-success--visible .contact-success__box {
transform: scale(1);
}

.contact-success__icon {
width: 60px;
height: 60px;
background: var(--ptfrVpYeooIQ);
color: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 28px;
font-weight: 700;
margin: 0 auto 16px;
}

.contact-success__box h3 {
margin: 0 0 8px;
font-size: 20px;
}

.contact-success__box p {
margin: 0 0 24px;
color: #666;
font-size: 14px;
}

.contact-success__close {
background: var(--ptfrVpYeooIQ);
color: #fff;
border: none;
border-radius: 10px;
padding: 10px 32px;
font-family: 'Poppins', sans-serif;
font-size: 15px;
font-weight: 700;
cursor: pointer;
transition: background .2s;
}

.contact-success__close:hover {
background: var(--GURdqVsqgfbV);
}

.hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /* opacity: 0.7; */
}

/* ===== Promo Cards ===== */
.promo-section {
margin: 44px 0;
}

.promo-cards {
display: flex;
gap: 18px;
justify-content: center;
flex-wrap: nowrap;
}

.promo-card {
flex: 1;
max-width: 340px;
border-radius: 22px;
padding: 32px 22px 26px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
position: relative;
overflow: hidden;
transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.promo-card::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 4px;
border-radius: 22px 22px 0 0;
}

.promo-card--green {
background: linear-gradient(155deg, #061a06 0%, #072230 100%);
box-shadow: 0 4px 28px rgba(48, 200, 80, 0.18);
}
.promo-card--green::before {
background: linear-gradient(90deg, #30c850, #a0ff60);
}

.promo-card--gold {
background: linear-gradient(155deg, #1c1100 0%, #2a1800 100%);
box-shadow: 0 4px 28px rgba(255, 175, 0, 0.2);
}
.promo-card--gold::before {
background: linear-gradient(90deg, #ff9500, #ffe060);
}

.promo-card--blue {
background: linear-gradient(155deg, #020c2a 0%, #0d1f4a 100%);
box-shadow: 0 4px 28px rgba(50, 130, 255, 0.2);
}
.promo-card--blue::before {
background: linear-gradient(90deg, #2564ac, #60a8ff);
}

.promo-card:hover {
transform: translateY(-7px);
box-shadow: 0 16px 48px rgba(0,0,0,0.4);
}

.promo-card__icon {
font-size: 52px;
line-height: 1;
margin-bottom: 14px;
filter: drop-shadow(0 2px 10px rgba(255,255,255,0.25));
}

.promo-card__badge {
font-size: 10px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
color: rgba(255,255,255,0.45);
margin-bottom: 10px;
}

.promo-card__title {
font-size: 20px;
font-weight: 800;
color: #fff;
margin: 0 0 10px;
line-height: 1.2;
}

.promo-card__desc {
font-size: 14px;
color: rgba(255,255,255,0.72);
margin: 0 0 22px;
line-height: 1.65;
flex-grow: 1;
}

.promo-card__btn {
display: inline-block;
padding: 11px 30px;
border-radius: 30px;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.6px;
text-transform: uppercase;
text-decoration: none;
transition: opacity 0.2s, transform 0.15s;
}

.promo-card--green .promo-card__btn {
background: linear-gradient(90deg, #30c850, #78e030);
color: #001800;
}
.promo-card--gold .promo-card__btn {
background: linear-gradient(90deg, #ff9500, #ffd040);
color: #1a0800;
}
.promo-card--blue .promo-card__btn {
background: linear-gradient(90deg, #2564ac, #4898e8);
color: #fff;
}

.promo-card__btn:hover {
opacity: 0.85;
transform: scale(1.05);
text-decoration: none;
}

@media(max-width: 992px) {
.promo-cards {
flex-direction: column;
align-items: center;
}
.promo-card {
max-width: 420px;
width: 100%;
}
}

/* =============================================
   BRIGHT CTA BUTTONS — PP links
   ============================================= */
.hero-cta-btn,
.cta-btn,
.hero-banner__btn,
.ciQLLQLnDWBE {
    background: linear-gradient(135deg, #ff1a1a 0%, #cc0000 100%) !important;
    color: #fff !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.4) !important;
    box-shadow: 0 4px 22px rgba(220, 0, 0, 0.55), 0 2px 6px rgba(0,0,0,0.35) !important;
    border: none !important;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.15s ease !important;
}
.hero-cta-btn:hover,
.cta-btn:hover,
.hero-banner__btn:hover,
.ciQLLQLnDWBE:hover {
    background: linear-gradient(135deg, #ff3333 0%, #e60000 100%) !important;
    color: #fff !important;
    box-shadow: 0 6px 32px rgba(220, 0, 0, 0.80), 0 2px 8px rgba(0,0,0,0.4) !important;
    transform: translateY(-2px) !important;
}
.cta-btn a,
.hero-banner__btn a {
    color: #fff !important;
}