:root {
--color-cta-box-shadow: rgba(37, 117, 252, 0.3);
}
a,
  button,
  input,
  svg ,
  textarea {
    transition-duration: var(--transition-duration);
  }
body {
    color: var(--color-light);
    background-color: var(--bg-dark);
    font-family: var(--font-family);
    display: flex;
    flex-direction: column;
}
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
a {
    text-decoration: none;
}
h1 {
    font-size: 40px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    margin-bottom: 20px;
}
h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    margin: 10px 0 16px;
}
h3 {
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    margin: 10px 0 16px;
}
h4 {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin: 10px 0 16px;
}
.i8hmyun6c6 { display: none; padding: 5px 48px; }
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 10px 0 20px;
}
strong {
    color:var(--color-accent);
    font-weight: 600;
}
@media screen and (max-width:768px)  {
    h1 {
        font-size: 25px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    p {
        font-size: 16px;
    }
}
.p3f1gft6 {
 position: fixed;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    gap: 30px;
    min-height: 70px;
    padding-left: 2%;
    padding-right: 2%;

    /* додатково для розмиття */
    background-color: #0b0a0859; /* темний колір з прозорістю */
    backdrop-filter: blur(10px); /* розмиття за фоном */
    -webkit-backdrop-filter: blur(10px); /* для Safari */
}
.a600zs3l {
    max-width: 149px;
    width: 100%;
}
.fpiq0hly {
    width: 100%;
}
.ib8tfwse {
    display: flex;
    justify-content: flex-end;
    align-items:center;
    gap: 30px;
    width: 100%;
}
.ib8tfwse a.z2se2m63 {
color: var(--color-light);
}
@media screen and (max-width:991px) {
    .ib8tfwse a.z2se2m63 {
        display:none;
    }
}
.wrnavqzm {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items:center;
    
}
.x5amwhbl {
    border: none;
    background-color: var(--color-light);
    width: 100%;
    min-height: 42px;
    padding: 10px 20px;
    border-radius: 12px;
}
.x5amwhbl a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.x5amwhbl:nth-of-type(1){
    background-color: var(--color-accent);
    
}
.x5amwhbl:nth-of-type(2){

    
}
.x5amwhbl:nth-of-type(2) a {
    color: var(--bg-card);
    text-transform: uppercase;
    
}
.kcf59kho {
    margin-right: auto;
    color: var(--color-light);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;

}
.zu7kgaj20w { border: 5px dotted #e82f44; }
@media screen and (max-width:768px) {
    .p3f1gft6{
        height: auto;
        padding-right: 85px;
    }
    .kcf59kho {
        display: none;
    }
    .ib8tfwse {
        justify-content: center;
    }
}
@media screen and (max-width:478px) {
    .x5amwhbl {
        height: 32px;
        padding: 5px 10px;
    }
    .x5amwhbl a {
        font-size: 10px;
    }
}
.qnviv56b {
    display: none;
 }
@media screen and (max-width: 768px) {
    .qnviv56b {
        display: block;
        position: static;
        z-index: 902;
        
    }
    
    .bzf6uhzf {
        position: fixed;
        left: -60%;
        top: 0; 
        width: 0;
        height: 150px; 
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        background-color: var(--color-light);
        overflow: hidden;
        transition: left 0.3s ease; 
        z-index: 903;
        padding: 30px 10px;
    }
    
    .bzf6uhzf[active] {
        width: 100%;
        padding-top: 65px;
        left: 0;
    }
    .vzd7u08z {
        width: 100%;
        padding: 10px 40px;
        background-color: #FCC301;
        border: none;
    }
    .vzd7u08z:nth-of-type(2){
        background-color:var(--color-accent);
    }
    .vzd7u08z a {
        text-transform: uppercase;
        color:var(--color-light);
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .t9msbaw6 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
        height: 60%;
    }
    .gmv0rb6c {
        width: 100%;
        border-bottom: 1px solid var(--bg-dark);
        padding-bottom: 10px;
        font-weight: 700;
        color:var(--bg-card);
        font-size: 16px;
        font-weight: 700;
        margin-top: 20px;
        text-transform: uppercase;

    }
    
    .wuacgrrx {
        display: flex;
        flex-direction: column;
        gap: 4px;
        width: 50px;
        height: 43px;
        position: absolute;
        right: 15px;
        top: 25px;
        z-index: 100;
    }
    
    .iwmy266k {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10%;
        right: 5%;
        transform: translate(50%, -50%);
        cursor: pointer;
    }
    
    .iwmy266k:before,
    .iwmy266k:after {
        content: '';
        position: absolute;
        width: 3px;
        height: 20px;
        background:var(--bg-card);
    }
    
    .iwmy266k:before {
        transform: rotate(45deg);
    }
    
    .iwmy266k:after {
        transform: rotate(-45deg);
    }
    
    .wuacgrrx div {
        width: 25px;
        height: 3px;
        background-color:var(--color-light);
    }
 }
.vouekv3z {
    width: 100%;
    height: auto;
    background-image: url('/img/bg.hbwbc2ij');
    background-position: center;
    background-size: cover;
    margin-top: 70px;
}
.aqlzteqh {
    max-width: 1440px;
    height: 500px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.dvu0g7qx {
    width: 60%;
}
.zqw1lrb7 {
    color:var(--color-light);
    font-family: 'arial black', sans-serif;
    font-size: 30pt;
    line-height: 1.2;
margin-bottom: 30px;
}
.ex12lcqf {
    font-family: 'arial black', sans-serif;
    font-size: 30px;
    line-height: 1.2;
    margin-top: 20px;
margin-bottom: 20px;
}
em {
    color:#FCC301;
}
@media screen and (max-width: 870px){
    .vouekv3z {
        width: 100%;
        margin-top: 70px;
    }
    .aqlzteqh {
        max-width: 1440px;
        height: 300px;
        margin: 0 auto;
        padding: 0 30px;
    }
    .dvu0g7qx {
        width: 60%;
    }
    .zqw1lrb7 {
        color: var(--color-light);
        font-family: 'arial black', sans-serif;
        font-size: 30pt;
        line-height: 1.2;
    }
    .ex12lcqf {
        font-size: 20px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 468px){
    .dvu0g7qx {
        width: 100%;
    }
    .zqw1lrb7 {
        font-size: 24px;
    }
    .ex12lcqf {
        font-size: 18px;
    }
}
.ihxpyw9v {  
    width: 100%;
}
.kw0g0psk { 
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.dkj9kl5r { 
    max-width: 260px;
    width: 100%;
    height: 200px;
    padding-top: 30px;
    background-color: var(--bg-dark);
    box-shadow: 0px 0px 9px 9px #0000000d;
    border-radius: 10px;
}
.s3ccak2nzenu { padding: 28px 10px; color: rgb(176, 76, 92); margin: 13px; border: 1px dotted #ed5cfd; width: 69vw; display: grid; }
.dkj9kl5r a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    color: var(--color-light);
}
.dkj9kl5r img {
    max-width: 83px;
    width: 100%;
    height: 80px;
}
.dkj9kl5r p {
    font-size: 16px;
    font-weight: bold;
}
@media  screen and (max-width: 768px) {
    .kw0g0psk { 
        max-width: 1440px;
        margin: 0 auto;
        padding: 0 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        align-items: center;
        padding-top: 30px;
    }
    .dkj9kl5r { 
        max-width: 260px;
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 30px;
        gap: 40px;
    }
    .dkj9kl5r img {
        max-width: 83px;
        width: 100%;
        height: 80px;
    }
    .dkj9kl5r p {
        font-size: 16px;
        font-weight: bold;
    }
}
.oseyt41v {
  width: 100%;
  margin-bottom: 40px;
}
.y1vwuqqc {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.y1vwuqqc h2 {
  color: var(--color-accent);
}
.mbma8zvw {
  display: grid;
  gap: 20px;
  padding-top: 20px;
}
@media (max-width: 800px) {
  .mbma8zvw {
    justify-content: center;
  }
}
.onzvd3zj {
  width: 100%;
  height: auto;
  max-width: 220px;
  height: auto;
  position: relative;
 
  border-radius: 10px;
}
.onzvd3zj img {
  width: 100%;
  height: auto;
  margin: 0 auto !important;
  border-radius: 10px;
}
.onzvd3zj .cjdsvvrl {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 30px;
  height: 30px;
  opacity: 0;
}
.zpi3c2ds { border: 1px dotted #d97b50; margin: 12px; padding: 40px 21px; width: 42px; color: rgb(73, 143, 116); }
@media (max-width: 768px){
.onzvd3zj .cjdsvvrl {

  width: 20px;
  height: 20px;

}

}
.onzvd3zj {
max-width:inherit;
text-align: center;
}
.mbma8zvw:has(.v216vroh) {
  grid-template-columns: repeat(4, 1fr);
}
.mbma8zvw:has(.gkvrg5sx) {
  grid-template-columns: repeat(5, 1fr);
}
.mbma8zvw:has(.hzs8sw3t) {
  grid-template-columns: repeat(6, 1fr);
}
.mbma8zvw:has(.ggl85kv3) {
  grid-template-columns: repeat(7, 1fr);
}
.mbma8zvw:has(.q6eoy05s) {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1024px) {
  .mbma8zvw {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .mbma8zvw {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .mbma8zvw {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
}
@media (max-width: 380px) {
  .mbma8zvw {
    grid-template-columns: 1fr !important;
  }
}
.onzvd3zj:hover .cjdsvvrl {
  opacity: 1; 
}
.onzvd3zj:hover img {
  opacity: 0.3;
}
table {
    width: 100%; 
    border-collapse: separate;
    border-spacing: 10px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    margin: 30px 0;
}
@media (max-width: 868px) {
    table {
        max-width: 100%;
        overflow-x: auto;
        display: block;
    }
}
td, th {
  white-space: normal; 
  word-wrap: break-word; 
  box-shadow: 0 2px 8px var(--color-accent);
}
td {
    border: none; 
    border-radius: 10px 10px 10px 10px; 
	border: 1px double var(--color-light);
    padding: 5px 10px; 
}
tr {
    background-color: rgba(146, 146, 146, 0.197);
    border: 2px solid var(--color-light);
}
.bx4un6xvb { margin: -1px; color: rgb(184, 146, 32); padding-left: 12px; display: block; }
th {
    font-size: 20px;
    font-weight: 700;
    background-color: rgba(146, 146, 146, 0.197); 
    border-radius: 10px 10px 10px 10px; 
    padding: 10px 0;
}
@media (max-width: 1280px) {
    .n6d6scgx {
      width: 100%;
    }
  }
@media (max-width: 600px) {
    .n6d6scgx {
      width: 100%;
    }
    .n0m0yr0w img {
        max-width: 35px;
    }
  }
.d27j0v4f {
    margin-top: 70px;
}
.y415qy55 {
    width: 100%;
    margin-bottom: 40px;
}
.te7hw3ps {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
overflow-x: hidden;
}
.y415qy55 .ifr2v7k3 {
    display: flex;
    justify-content: center;
}
.l4rvuvxx {
    display: flex;
    justify-content: center;
    align-items:center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.l4rvuvxx img {
    width: 100%;
}
.ifr2v7k3 {
    display: flex;
    justify-content: center;
    align-items:center;
    margin-bottom: 30px;
}
.z8p2r7q8 {
    border: none;
    background-color: var(--color-accent);
    border-radius: 10px;
    height: auto;
    padding: 20px 70px;
}
.z8p2r7q8 a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
}
.ln4cu42h {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.a1id1l0z h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.nghju1jf {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 1px solid var(--color-light);
    padding: 1rem;
}
.rjf2awdq {
	margin-bottom: 1rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 0px dotted var(--color-light);
    padding: 0 1rem;
}
.ze2ycehc003 { width: 2px; padding: 12px 6px; }
footer {
    width: 100%;
    margin-bottom: 40px;
}
.be0mqm6z {
    max-width: 1440px;
    margin: 30px auto;
    padding: 0 10px;
    padding-top: 30px;
}
.a89wercd {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.a89wercd img {
    opacity: 0.4;
}
.m395t083 {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 20px; 
}
.nldufh0f {
    display: flex;
    justify-content: center;
    align-items: center;
}
.nldufh0f a {
    display: block; 
    color: var(--color-light);
    text-decoration: none; 
    margin-bottom: 15px; 
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
  }
.nldufh0f a:hover {
    text-decoration: underline; 
  }
.w19d4ds7 {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}
.w19d4ds7 img {
    height: 30px;
}
.u72ho4i8 {
    font-size: 16px;
    margin: 40px 0;
}
@media (max-width: 768px) {
    .m395t083 {
      grid-template-columns: repeat(1, 2fr); 
    }
    .z8p2r7q8 {
        padding: 10px 40px;
    }
    .z8p2r7q8 a {
        font-size: 15px;
    }
  }
ul,li,ol {
    list-style: circle;
    line-height: 1.5;
    margin-left: 20px;
}
/* ===== CURSOR TRAIL STYLES ===== */
#cursor-trail-dot {
    position: fixed;
    width: 10px;
    height: 10px;
    background: var(--color-accent);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transition: all 0.1s ease;
}
.duw5vknyzbw9 { width: 60%; padding: 48px 32px; color: rgb(45, 132, 79); margin: 3px; border: 2px dotted #c19607; display: grid; }
.aqlzteqh {
  position: relative;
  z-index: 2;
}
.zqw1lrb7 {
  text-shadow: 0 0 10px var(--color-accent), 0 0 20px var(--color-accent);
  animation: glow 2s ease-in-out infinite alternate;
}
@keyframes glow {
  from { text-shadow: 0 0 10px var(--color-accent), 0 0 20px var(--color-accent); }
  to { text-shadow: 0 0 20px var(--color-accent) 0 0 40px var(--color-accent) }
}
.vouekv3z {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
.wlq58b42 button:hover {
  transform: translateY(-8px) rotate(1deg);
}
.wlq58b42 button{
  filter: grayscale(0%); 
  border-radius: 12px;
  animation: pulseShadow 2s infinite ease-in-out;
  margin: 20px 0;
}
@keyframes pulseShadow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.y415qy55 img {
  border-radius: 12px;
  box-shadow: 0 8px 25px var(--color-accent); 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  margin: 20px 0;


}
.ir80apyu {
max-width: 1440px;
margin: 0 auto;
padding: 10px;
}
.e7ygbeii {
            max-width: 1400px;
            margin: 0 auto;
        }
.yt92x318 {
            display: flex;
            justify-content: flex-start;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 40px;
        }
.kcf59kho {
            background: rgba(0, 0, 0, 0.5);
            border: 2px solid rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            padding: 10px;
            text-align: center;
            text-decoration: none !important;
            color: var(--color-text);
            font-size: 16px;
            font-weight: 500;
            transition: all 0.3s ease;
            cursor: pointer;
            backdrop-filter: blur(10px);
            margin: 0 !important;
        }
.kcf59kho:hover {
            background: rgba(0, 0, 0, 0.7);
            border-color: var(--color-accent);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(149, 223, 161, 0.3);
            color: var(--color-accent);
        }
.kcf59kho:active {
            transform: translateY(0);
        }
.rwq7wy1wtm { padding: 43px 14px; width: 68%; margin: -15px; color: rgb(206, 254, 187); display: flex; }
@media (max-width: 768px) {
            .yt92x318 {
                gap: 12px;
            }

            .kcf59kho {
                flex: 1 1 150px;
                padding: 20px 16px;
                font-size: 14px;
            }
        }
@media (max-width: 480px) {
            .kcf59kho {
                flex: 1 1 calc(50% - 6px);
            }
        }
.dzku2tc8 {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 20px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.cmmv2zqa {
        display: inline-block;
        text-decoration: none; 
        cursor: pointer;
        
        padding: 16px 48px;
        border-radius: 12px; 
        border: none;
        
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center;
        
        color: var(--color-light);
        background-color: var(--color-accent);
       
        
        transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    }
.cmmv2zqa:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.cmmv2zqa:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .cmmv2zqa {
            width: 100%;
            padding: 10px 20px 16px;
        }
    }
#casino-sticky-block {
    position: fixed;
    z-index: 2;
    bottom: 0;
    width: 75%;
    max-width: 750px;
    left: 50%;
    transform: translate(-50%);
    height: 0;
    background: var(--bg-dark);
    transition: height, .4s;
    border-radius: 12px;
    border: 2px solid var(--color-accent, #fff);
    box-shadow: 0 0 16px 10px #00000026
}
#casino-sticky-block[open] {
    height: -moz-fit-content;
    height: fit-content;
    bottom: 28px
}
@media (max-width: 1024px) {
    #casino-sticky-block[open] {
        bottom: 0;
        height: unset;
        width: 100%;
        border-radius: 12px 12px 0 0
    }
}
#casino-sticky-block[closed] {
    display: none
}
.qfahiljd {
    position: relative;
    align-items: center
}
.flhip1gx {
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    height: 100%
}
@media (max-width: 1024px) {
    .flhip1gx {
        display: grid;
        gap: 12px;
        background: var(--bg-dark);
        border-radius: 6px;
        margin: 16px;
        padding: 12px;
        justify-content: start;
        grid-template-columns: auto 1fr;
        grid-template-areas: "img text" "button button"
    }
}
.s1xqn3p5 {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.nctzv0sr {
    height: 60px;
    min-width: 10%;
    margin-left: 24px;
    margin-right: 2px;
    flex-shrink: 3;
    z-index: 2
}
@media (max-width: 1024px) {
    .nctzv0sr {
        max-width: 100px;
        margin: 0;
        border-width: 2px;
        grid-area: img
    }
}
.faku8b0n {
    display: flex;
    height: auto;
    flex-grow: 1;
    align-items: center;
    justify-content: space-between;
    margin: 10px;
    padding: 20px 8px;
    gap: 25px;
    color: var(--color-light);
    background: var(--bg-dark);
    border-radius: 6px;
    position: relative;
    overflow: hidden
}
@media (max-width: 1024px) {
    .faku8b0n {
        display: contents
    }
}
.faku8b0n svg *[fill] {
    fill: currentcolor
}
.faku8b0n svg *[stroke] {
    stroke: currentcolor
}
.ru7re07c {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px
}
.sj240laebos { width: 50%; }
@media (max-width: 1024px) {
    .ru7re07c {
        align-items: start;
        grid-area: text
    }
}
.wohb79c3 {
    flex: 1;
    font-weight: 800;
    line-height: 110%;
    text-align: center;
    color: var(--color-accent);
    font-size: 32px
}
@media (max-width: 1024px) {
    .wohb79c3 {
        font-size: 18px;
        text-align: start
    }
}
.t8egmf62 {
    flex: 1;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
    color: var(--color-light);
    font-size: 16px
}
@media (max-width: 1024px) {
    .t8egmf62 {
        font-size: 14px;
        text-align: start
    }
}
.yob3ix32 {
    position: absolute;
    right: 35%;
    overflow: visible;
    z-index: 1
}
@media (max-width: 1024px) {
    .yob3ix32 {
        right: -8%
    }
}
.q19bpw47 {
    width: 278px;
    flex-shrink: 0;
    z-index: 2;
    height: -moz-fit-content;
    height: fit-content;
    padding: 17px 0;
    color:var(--bg-dark);
    font-weight: 800;
    font-size: 17px;
    text-decoration: none;
    text-align: center;
    background-color:  var(--color-accent, #011c39);
    border-radius: 8px;
    line-height: 18px;
    display: block;
    justify-self: center
}
.q19bpw47:hover {
    filter: brightness(1.2)
}
.q19bpw47:active {
    filter: contrast(200%) saturate(50%)
}
@media (max-width: 576px) {
    .q19bpw47 {
        height: 40px;
        font-size: 14px;
        padding: 11px 0
    }
}
.q19bpw47 {
    animation: pulsate 1.5s ease-in-out infinite
}
@media (max-width: 1024px) {
    .q19bpw47 {
        grid-area: button;
        min-width: 100%
    }
}
#casino-sticky-block__close-btn {
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 3;
    cursor: pointer;
    width: 10px;
    height: 10px;
    color: var(--color-accent)
}
@media (max-width: 1024px) {
    #casino-sticky-block__close-btn {
        width: 8px;
        height: 8px;
        top: -8px;
        right: 8px
    }
}
.w50vqsqz {
max-height: 370px;
    overflow-y: scroll;
}
.ov6ivrgd {
margin-right:5px;
}
.fnh0f5o2 {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.g1nuctm2 {
    background-color: /* Синий фон для иконки глобуса */
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.g1nuctm2 svg {
    width: 20px;
    height: 20px;
    fill: white;
}
.bxwy3r40yg { color: rgb(15, 176, 32); padding: 33px 2px; border: 1px dashed #5ffbed; display: flex; }
.clx93ipd {
    display: none;
    position: absolute;
    top: 120%; /* Расположение под иконкой */
    right: 0;
    background-color: var(--bg-dark);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    overflow: hidden;
    z-index: 10;
    min-width: 160px;
}
.fnh0f5o2[active] .clx93ipd {
    display: block;
}
.clx93ipd ul li {
 list-style: none;
margin-left: 5px;
}
.clx93ipd ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
.clx93ipd li a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    text-decoration: none;
    color: var(--color-light);
    font-size: 14px;
    transition: background-color 0.2s ease;
}
.clx93ipd li a:hover {
    border: 1px solid black;
}
.clx93ipd li a svg {
    width: 20px;
    height: 15px;
    margin-right: 10px;
    border: 1px solid #eee;
}
.utomg019 {
overflow: hidden;
}
.e3fqsr8b {
width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.e3fqsr8b .b0scj70p {
max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.e3fqsr8b .gncwv450 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.e3fqsr8b .gncwv450 .uiowgx85  {
list-style:none;
}
.e3fqsr8b .gncwv450 .uiowgx85 a {
    display: flex;
    align-items: center;
    font-weight: 500;
    text-decoration: none;
    padding: 3px 10px;
    line-height: normal;
    white-space: nowrap;
    border: 1px solid var(--color-accent);
    color: var(--color-light);
    border-radius: 15px;
}
.oyzn35kmm9i { width: 45px; border: 1px dashed #c94f49; }
.e3fqsr8b + section.vouekv3z {
margin-top:0px;
}
/* slotpage */

        .ucum488w {
          width: 100%;
height: 700px;
display: flex;
justify-content: center;
align-items: center;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin: 40px 0;
border-radius: 20px;


        }
.g1oftdtq {
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 5;
        }
.tlb0uk89 {
            padding: 18px 45px;
            font-size: 1.2rem;
            font-weight: bold;
            text-transform: uppercase;
            cursor: pointer;
            border: none;
            border-radius: 5px;
            transition: 0.3s;
        }
.tq0jn6ee {
            background-color: #00bcd4;
            color: #fff;
        }
.k9ky5k0y {
            background-color: #ff9800;
            color: #fff;
        }
.tlb0uk89:hover {
            opacity: 0.85;
            transform: translateY(-2px);
        }
iframe[full-frame] {
            width: 100%;
            height: 100%;
            border: none;
        }
/* slotpage end */


.s5vhts52 ul {
    list-style: none;
    display: flex;
    column-gap: 5px;
margin: 10px 0px;
    padding: 0;
   
}
.s5vhts52 ul li {
    list-style: none;
    margin-left: 0;
color: var(--color-accent);
}
.puskcz9g {
    background: var(--bg-dark);
    color: var(--color-light);
    font-family: var(--font-family);
    font-size: 14px;
}
.m395t083 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}
.nldufh0f a {
    color: var(--color-light);
    text-decoration: none;
    position: relative;
    transition: 0.3s ease;
}
.hlpbrye60eut { width: 97vw; padding-left: 41px; margin: -4px; padding-right: 17px; }
.nldufh0f a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-accent);
    transition: 0.3s ease;
}
.nldufh0f a:hover {
    color: var(--color-accent);
}
.nldufh0f a:hover::after {
    width: 100%;
}
/* ===== Disclaimer ===== */

.nf56xigr {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.tobrzc78 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.qpq37esv {
    background: var(--color-accent);
    color: var(--bg-dark);
    padding: 6px 14px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 13px;
}
/* Divider */

.ee2ty2l1 {
    height: 1px;
    background: rgba(255,255,255,0.08);
    margin: 28px auto;
    width: 80%;
}
/* Help links */

.zuyhzzt5 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.zprkuhlp {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}
.zuyhzzt5 a {
    color: var(--color-light);
    text-decoration: none;
    transition: 0.3s ease;
}
.zuyhzzt5 a:hover {
    color: var(--color-accent);
}
.q59f3o4s {
    opacity: 0.4;
}
/* Payment / RG icons */

.w19d4ds7 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}
.p4vsx9zh { color: rgb(171, 220, 27); width: 59vw; padding: 43px 43px; }
.w19d4ds7 img {
    height: 32px;
    opacity: 0.7;
    transition: 0.3s ease;
}
.w19d4ds7 img:hover {
    opacity: 1;
    transform: translateY(-3px);
}
/* Affiliate text */

.k0986skd {
    opacity: 0.7;
    font-size: 13px;
    line-height: 1.6;
}
/* Copyright */

.u72ho4i8 {
    margin-top: 20px;
    font-size: 13px;
    opacity: 0.5;
}
/* Mobile */

@media (max-width: 768px) {
    .m395t083 {
        flex-direction: column;
        gap: 12px;
    }

    .ee2ty2l1 {
        width: 100%;
    }

    .w19d4ds7 img {
        height: 26px;
    }
}
.puskcz9g {
    background: linear-gradient(
        to bottom,
        #111 0%,
        var(--bg-dark) 40%
    );
}