: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;
}
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 10px 0 20px;
}
strong {
    color:var(--color-accent);
    font-weight: 600;
}
.t9qbseou { padding-right: 26px; color: rgb(133, 168, 82); }
@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;
    }
}
.n9tt1sgr {
 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 */
}
.p1xnrpzg {
    max-width: 149px;
    width: 100%;
}
.vsjhf96c {
    width: 100%;
}
.xe4nmta7 {
    display: flex;
    justify-content: flex-end;
    align-items:center;
    gap: 30px;
    width: 100%;
}
.xe4nmta7 a.lp6gghid {
color: var(--color-light);
}
@media screen and (max-width:991px) {
    .xe4nmta7 a.lp6gghid {
        display:none;
    }
}
.qrnilhii {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items:center;
    
}
.hpzkabqz {
    border: none;
    background-color: var(--color-light);
    width: 100%;
    min-height: 42px;
    padding: 10px 20px;
    border-radius: 12px;
}
.hpzkabqz a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.hpzkabqz:nth-of-type(1){
    background-color: var(--color-accent);
    
}
.hpzkabqz:nth-of-type(2){

    
}
.f414ewxkcn { border: 4px solid #5f8993; width: 68%; padding: 7px 14px; display: block; color: rgb(18, 172, 86); margin: 5px; }
.hpzkabqz:nth-of-type(2) a {
    color: var(--bg-card);
    text-transform: uppercase;
    
}
.a3maxw4y {
    margin-right: auto;
    color: var(--color-light);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;

}
@media screen and (max-width:768px) {
    .n9tt1sgr{
        height: auto;
        padding-right: 85px;
    }
    .a3maxw4y {
        display: none;
    }
    .xe4nmta7 {
        justify-content: center;
    }
}
@media screen and (max-width:478px) {
    .hpzkabqz {
        height: 32px;
        padding: 5px 10px;
    }
    .hpzkabqz a {
        font-size: 10px;
    }
}
.zxq26dww {
    display: none;
 }
@media screen and (max-width: 768px) {
    .zxq26dww {
        display: block;
        position: static;
        z-index: 902;
        
    }
    
    .s5vr6h19 {
        position: fixed;
        left: -60%;
        top: 0; 
        width: 0;
        border-bottom: 2px solid var(--color-accent); 
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        background-color: var(--bg-dark);
        overflow: hidden;
        transition: left 0.3s ease; 
        z-index: 903;
        padding: 30px 10px;
    }
    .s5vr6h19 a {
 color:var(--color-light);
}
    .s5vr6h19[active] {
        width: 100%;
        padding-top: 65px;
        left: 0;
    }
    .e2wmco2t {
        width: 100%;
        padding: 10px 40px;
        background-color: #FCC301;
        border: none;
    }
    .e2wmco2t:nth-of-type(2){
        background-color:var(--color-accent);
    }
    .e2wmco2t a {
        text-transform: uppercase;
        color:var(--color-light);
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .hdv4elql {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
        height: 60%;
    }
    .qx6tatd3 {
        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;

    }
    
    .nwlwalxc {
        display: flex;
        flex-direction: column;
        gap: 4px;
        width: 50px;
        height: 43px;
        position: absolute;
        right: 15px;
        top: 25px;
        z-index: 100;
    }
    
    .y3882zbu {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10%;
        right: 5%;
        transform: translate(50%, -50%);
        cursor: pointer;
    }
    
    .y3882zbu:before,
    .y3882zbu:after {
        content: '';
        position: absolute;
        width: 3px;
        height: 20px;
        background:var(--bg-card);
    }
    
    .y3882zbu:before {
        transform: rotate(45deg);
    }
    
    .y3882zbu:after {
        transform: rotate(-45deg);
    }
    
    .nwlwalxc div {
        width: 25px;
        height: 3px;
        background-color:var(--color-light);
    }
 }
.ip9ssq8t {
    width: 100%;
    height: auto;
    background-image: url('/img/bg.wqrz532x');
    background-position: center;
    background-size: cover;
    margin-top: 70px;
}
.yd1fir3h {
    max-width: 1440px;
    height: 500px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.k1uktsln {
    width: 60%;
}
.wl4k9xpt {
    color:var(--color-light);
    font-family: 'arial black', sans-serif;
    font-size: 30pt;
    line-height: 1.2;
margin-bottom: 30px;
}
.pdr165im {
    font-family: 'arial black', sans-serif;
    font-size: 30px;
    line-height: 1.2;
    margin-top: 20px;
margin-bottom: 20px;
}
@media screen and (max-width: 870px){
    .ip9ssq8t {
        width: 100%;
        margin-top: 70px;
    }
    .yd1fir3h {
        max-width: 1440px;
        height: 300px;
        margin: 0 auto;
        padding: 0 30px;
    }
    .k1uktsln {
        width: 60%;
    }
    .wl4k9xpt {
        color: var(--color-light);
        font-family: 'arial black', sans-serif;
        font-size: 30pt;
        line-height: 1.2;
    }
    .pdr165im {
        font-size: 20px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 468px){
    .k1uktsln {
        width: 100%;
    }
    .wl4k9xpt {
        font-size: 24px;
    }
    .pdr165im {
        font-size: 18px;
    }
}
.zq1ch2ax {  
    width: 100%;
}
.v97uy0q5 { 
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.sdz3l2a6 { 
    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;
}
.sdz3l2a6 a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    color: var(--color-light);
}
.sdz3l2a6 img {
    max-width: 83px;
    width: 100%;
    height: 80px;
}
.sdz3l2a6 p {
    font-size: 16px;
    font-weight: bold;
}
.e5wnbwaou7 { margin: -9px; border: 3px dashed #bd5f5c; }
@media  screen and (max-width: 768px) {
    .v97uy0q5 { 
        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;
    }
    .sdz3l2a6 { 
        max-width: 260px;
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 30px;
        gap: 40px;
    }
    .sdz3l2a6 img {
        max-width: 83px;
        width: 100%;
        height: 80px;
    }
    .sdz3l2a6 p {
        font-size: 16px;
        font-weight: bold;
    }
}
.af0hdstw {
  width: 100%;
  margin-bottom: 40px;
}
.c5j8jv6b {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.c5j8jv6b h2 {
  color: var(--color-accent);
}
.u8a02z14 {
  display: grid;
  gap: 20px;
  padding-top: 20px;
}
@media (max-width: 800px) {
  .u8a02z14 {
    justify-content: center;
  }
}
.b46me1kq {
  width: 100%;
  height: auto;
  max-width: 220px;
  height: auto;
  position: relative;
 
  border-radius: 10px;
}
.b46me1kq img {
  width: 100%;
  height: auto;
  margin: 0 auto !important;
  border-radius: 10px;
}
.b46me1kq .b2og4o2q {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 30px;
  height: 30px;
  opacity: 0;
}
@media (max-width: 768px){
.b46me1kq .b2og4o2q {

  width: 20px;
  height: 20px;

}

}
.b46me1kq {
max-width:inherit;
text-align: center;
}
.u8a02z14:has(.gndizaqa) {
  grid-template-columns: repeat(4, 1fr);
}
.u8a02z14:has(.wipi56ss) {
  grid-template-columns: repeat(5, 1fr);
}
.u8a02z14:has(.hdkr8oxq) {
  grid-template-columns: repeat(6, 1fr);
}
.u8a02z14:has(.e39sxyxk) {
  grid-template-columns: repeat(7, 1fr);
}
.u8a02z14:has(.fi8b62w0) {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1024px) {
  .u8a02z14 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .u8a02z14 {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .u8a02z14 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
}
@media (max-width: 380px) {
  .u8a02z14 {
    grid-template-columns: 1fr !important;
  }
}
.b46me1kq:hover .b2og4o2q {
  opacity: 1; 
}
.prnacb534o { color: rgb(171, 180, 147); width: 38px; padding: 39px 30px; display: flex; }
.b46me1kq: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);
}
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) {
    .nh771f9v {
      width: 100%;
    }
  }
@media (max-width: 600px) {
    .nh771f9v {
      width: 100%;
    }
    .mnz5kl0p img {
        max-width: 35px;
    }
  }
.jrto0a58 {
    margin-top: 70px;
}
.oroiu64v {
    width: 100%;
    margin-bottom: 40px;
}
.rw958q6w {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
overflow-x: hidden;
}
.oroiu64v .rimsehxh {
    display: flex;
    justify-content: center;
}
.mra21aui {
    display: flex;
    justify-content: center;
    align-items:center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.o4m1bkoh5 { color: rgb(68, 254, 143); margin: -11px; display: inline-block; padding-left: 18px; }
.mra21aui img {
    width: 100%;
}
.rimsehxh {
    display: flex;
    justify-content: center;
    align-items:center;
    margin-bottom: 30px;
}
.rw958q6w a{
 color: var(--color-accent);
}
.wtxheepz {
    border: none;
    background-color: var(--color-accent);
    border-radius: 10px;
    height: auto;
    padding: 20px 70px;
}
.wtxheepz a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
}
.zqpkxyg3 {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.su5sfp4f h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.ni7avlkx {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 1px solid var(--color-light);
    padding: 1rem;
}
.h3qe5fsc {
	margin-bottom: 1rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 0px dotted var(--color-light);
    padding: 0 1rem;
}
footer {
    width: 100%;
    margin-bottom: 40px;
}
.smtr2seg {
    max-width: 1440px;
    margin: 30px auto;
    padding: 0 10px;
    padding-top: 30px;
}
.eah4msld {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.eah4msld img {
    opacity: 0.4;
}
.j7exo0qg {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 20px; 
}
.x4s789fv35o { margin: -7px; padding: 9px 11px; border: 1px solid #3c7c1f; display: grid; width: 63vw; color: rgb(244, 244, 198); }
.j0qc5t0r {
    display: flex;
    justify-content: center;
    align-items: center;
}
.j0qc5t0r a {
    display: block; 
    color: var(--color-light);
    text-decoration: none; 
    margin-bottom: 15px; 
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
  }
.j0qc5t0r a:hover {
    text-decoration: underline; 
  }
.lbvswfss {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}
.lbvswfss img {
    height: 30px;
}
.pqannl52 {
    font-size: 16px;
    margin: 40px 0;
}
@media (max-width: 768px) {
    .j7exo0qg {
      grid-template-columns: repeat(1, 2fr); 
    }
    .wtxheepz {
        padding: 10px 40px;
    }
    .wtxheepz a {
        font-size: 15px;
    }
  }
ul li {
    list-style: circle;
    line-height: 1.5;
    margin-left: 20px;
}
ol li {
    list-style-type: decimal;
    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;
}
.yd1fir3h {
  position: relative;
  z-index: 2;
}
.wl4k9xpt {
  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) }
}
.ip9ssq8t {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
.e17komm4 button:hover {
  transform: translateY(-8px) rotate(1deg);
}
.mullprdi { display: none; color: rgb(221, 123, 240); border: 2px dotted #9f2bf7; }
.e17komm4 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);
  }
}
.oroiu64v 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;


}
.rq93p0ik {
max-width: 1440px;
margin: 0 auto;
padding: 10px;
}
.un1ieb81 {
            max-width: 1400px;
            margin: 0 auto;
        }
.orvswtdp {
            display: flex;
            justify-content: flex-start;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 40px;
        }
.a3maxw4y {
            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;
        }
.a3maxw4y: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);
        }
.a3maxw4y:active {
            transform: translateY(0);
        }
@media (max-width: 768px) {
            .orvswtdp {
                gap: 12px;
            }

            .a3maxw4y {
                flex: 1 1 150px;
                padding: 20px 16px;
                font-size: 14px;
            }
        }
@media (max-width: 480px) {
            .a3maxw4y {
                flex: 1 1 calc(50% - 6px);
            }
        }
.wfvu28g0 {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 20px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.pa5s1rmo {
        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;
    }
.pa5s1rmo:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.pa5s1rmo:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .pa5s1rmo {
            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
}
.fvnl09ta7 { width: 51vw; margin: -7px; border: 3px dashed #84511f; padding: 18px 43px; }
.ltc0w92m {
    position: relative;
    align-items: center
}
.tznyxjcr {
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    height: 100%
}
@media (max-width: 1024px) {
    .tznyxjcr {
        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"
    }
}
.qzby0aiq {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.h3n5e5i4 {
    height: 60px;
    min-width: 10%;
    margin-left: 24px;
    margin-right: 2px;
    flex-shrink: 3;
    z-index: 2
}
@media (max-width: 1024px) {
    .h3n5e5i4 {
        max-width: 100px;
        margin: 0;
        border-width: 2px;
        grid-area: img
    }
}
.hnb126n0 {
    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) {
    .hnb126n0 {
        display: contents
    }
}
.hnb126n0 svg *[fill] {
    fill: currentcolor
}
.hnb126n0 svg *[stroke] {
    stroke: currentcolor
}
.jq8d0hxy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px
}
@media (max-width: 1024px) {
    .jq8d0hxy {
        align-items: start;
        grid-area: text
    }
}
.xizvgfg3 {
    flex: 1;
    font-weight: 800;
    line-height: 110%;
    text-align: center;
    color: var(--color-accent);
    font-size: 32px
}
@media (max-width: 1024px) {
    .xizvgfg3 {
        font-size: 18px;
        text-align: start
    }
}
.d39f8rtl {
    flex: 1;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
    color: var(--color-light);
    font-size: 16px
}
@media (max-width: 1024px) {
    .d39f8rtl {
        font-size: 14px;
        text-align: start
    }
}
.zxh6dshc {
    position: absolute;
    right: 35%;
    overflow: visible;
    z-index: 1
}
.ajhdref11v6v { padding-right: 4px; width: 21vw; padding-left: 48px; color: rgb(221, 54, 212); }
@media (max-width: 1024px) {
    .zxh6dshc {
        right: -8%
    }
}
.zev4qadf {
    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
}
.zev4qadf:hover {
    filter: brightness(1.2)
}
.zev4qadf:active {
    filter: contrast(200%) saturate(50%)
}
@media (max-width: 576px) {
    .zev4qadf {
        height: 40px;
        font-size: 14px;
        padding: 11px 0
    }
}
.zev4qadf {
    animation: pulsate 1.5s ease-in-out infinite
}
@media (max-width: 1024px) {
    .zev4qadf {
        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
    }
}
.ivnk1w6i {
max-height: 370px;
    overflow-y: scroll;
}
.bhqy6frf {
margin-right:5px;
}
.v7uuymrk {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.me6ahmrc {
    background-color: /* Синий фон для иконки глобуса */
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.me6ahmrc svg {
    width: 20px;
    height: 20px;
    fill: white;
}
.afy4hrix {
    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;
}
.v7uuymrk[active] .afy4hrix {
    display: block;
}
.afy4hrix ul li {
 list-style: none;
margin-left: 5px;
}
.afy4hrix ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
.y0w6vb4ep8p9 { border: 5px dotted #f11356; padding-right: 16px; margin: 5px; padding-left: 24px; }
.afy4hrix 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;
}
.afy4hrix li a:hover {
    border: 1px solid black;
}
.afy4hrix li a svg {
    width: 20px;
    height: 15px;
    margin-right: 10px;
    border: 1px solid #eee;
}
.zbftxtek {
overflow: hidden;
}
.p8fd8il3 {
width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.p8fd8il3 .oh24bkgl {
max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.p8fd8il3 .nocb4bb1 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.p8fd8il3 .nocb4bb1 .jdmqbw1i  {
list-style:none;
}
.p8fd8il3 .nocb4bb1 .jdmqbw1i 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;
}
.p8fd8il3 + section.ip9ssq8t {
margin-top:0px;
}
/* slotpage */

        .olyui90a {
          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;


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


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

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

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

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

.lbvswfss {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}
.lbvswfss img {
    height: 32px;
    opacity: 0.7;
    transition: 0.3s ease;
}
.lbvswfss img:hover {
    opacity: 1;
    transform: translateY(-3px);
}
/* Affiliate text */

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

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

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

    .j5r1q42r {
        width: 100%;
    }

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