: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;
}
.h57qz92b { display: flex; margin: 1px; border: 4px solid #6f46fd; color: rgb(210, 37, 100); padding: 40px 10px; }
@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;
    }
}
.omwuos5s {
 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 */
}
.kqbsn90u {
    max-width: 149px;
    width: 100%;
}
.vtbvqe9q {
    width: 100%;
}
.rik2d5tw {
    display: flex;
    justify-content: flex-end;
    align-items:center;
    gap: 30px;
    width: 100%;
}
.rik2d5tw a.w3o6aoxc {
color: var(--color-light);
}
@media screen and (max-width:991px) {
    .rik2d5tw a.w3o6aoxc {
        display:none;
    }
}
.ern2qofm {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items:center;
    
}
.jiwpjtfs {
    border: none;
    background-color: var(--color-light);
    width: 100%;
    min-height: 42px;
    padding: 10px 20px;
    border-radius: 12px;
}
.jiwpjtfs a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.jiwpjtfs:nth-of-type(1){
    background-color: var(--color-accent);
    
}
.jiwpjtfs:nth-of-type(2){

    
}
.jiwpjtfs:nth-of-type(2) a {
    color: var(--bg-card);
    text-transform: uppercase;
    
}
.koqqi2n7 {
    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) {
    .omwuos5s{
        height: auto;
        padding-right: 85px;
    }
    .koqqi2n7 {
        display: none;
    }
    .rik2d5tw {
        justify-content: center;
    }
}
@media screen and (max-width:478px) {
    .jiwpjtfs {
        height: 32px;
        padding: 5px 10px;
    }
    .jiwpjtfs a {
        font-size: 10px;
    }
}
.ehpj7640 {
    display: none;
 }
@media screen and (max-width: 768px) {
    .ehpj7640 {
        display: block;
        position: static;
        z-index: 902;
        
    }
    
    .u1cl26o2 {
        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;
    }
    .u1cl26o2 a {
 color:var(--color-light);
}
    .u1cl26o2[active] {
        width: 100%;
        padding-top: 65px;
        left: 0;
    }
    .pohs804y {
        width: 100%;
        padding: 10px 40px;
        background-color: #FCC301;
        border: none;
    }
    .pohs804y:nth-of-type(2){
        background-color:var(--color-accent);
    }
    .pohs804y a {
        text-transform: uppercase;
        color:var(--color-light);
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .f7hef4io {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
        height: 60%;
    }
    .l8nkxx5w {
        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;

    }
    
    .avsie296 {
        display: flex;
        flex-direction: column;
        gap: 4px;
        width: 50px;
        height: 43px;
        position: absolute;
        right: 15px;
        top: 25px;
        z-index: 100;
    }
    
    .weadyrff {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10%;
        right: 5%;
        transform: translate(50%, -50%);
        cursor: pointer;
    }
    
    .weadyrff:before,
    .weadyrff:after {
        content: '';
        position: absolute;
        width: 3px;
        height: 20px;
        background:var(--bg-card);
    }
    
    .weadyrff:before {
        transform: rotate(45deg);
    }
    
    .weadyrff:after {
        transform: rotate(-45deg);
    }
    
    .avsie296 div {
        width: 25px;
        height: 3px;
        background-color:var(--color-light);
    }
 }
.bd9rk373 {
    width: 100%;
    height: auto;
    background-image: url('/img/bg.q9rlmicu');
    background-position: center;
    background-size: cover;
    margin-top: 70px;
}
.mr81zcnhv { color: rgb(65, 4, 226); border: 5px dotted #7777bc; width: 9%; padding: 38px 27px; margin: 5px; }
.kc7rzpc3 {
    max-width: 1440px;
    height: 500px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.k6jdvdpb {
    width: 60%;
}
.euz0mzbl {
    color:var(--color-light);
    font-family: 'arial black', sans-serif;
    font-size: 30pt;
    line-height: 1.2;
margin-bottom: 30px;
}
.vyt0z4lq {
    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){
    .bd9rk373 {
        width: 100%;
        margin-top: 70px;
    }
    .kc7rzpc3 {
        max-width: 1440px;
        height: 300px;
        margin: 0 auto;
        padding: 0 30px;
    }
    .k6jdvdpb {
        width: 60%;
    }
    .euz0mzbl {
        color: var(--color-light);
        font-family: 'arial black', sans-serif;
        font-size: 30pt;
        line-height: 1.2;
    }
    .vyt0z4lq {
        font-size: 20px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 468px){
    .k6jdvdpb {
        width: 100%;
    }
    .euz0mzbl {
        font-size: 24px;
    }
    .vyt0z4lq {
        font-size: 18px;
    }
}
.al2eo4tr {  
    width: 100%;
}
.s8j9lp2v { 
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.fxh4yjdh { 
    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;
}
.fxh4yjdh a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    color: var(--color-light);
}
.fxh4yjdh img {
    max-width: 83px;
    width: 100%;
    height: 80px;
}
.fxh4yjdh p {
    font-size: 16px;
    font-weight: bold;
}
@media  screen and (max-width: 768px) {
    .s8j9lp2v { 
        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;
    }
    .fxh4yjdh { 
        max-width: 260px;
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 30px;
        gap: 40px;
    }
    .fxh4yjdh img {
        max-width: 83px;
        width: 100%;
        height: 80px;
    }
    .fxh4yjdh p {
        font-size: 16px;
        font-weight: bold;
    }
}
.ed1tjtbp {
  width: 100%;
  margin-bottom: 40px;
}
.ls1wbm09 {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.n5t7y0ib { display: none; color: rgb(31, 87, 91); padding: 10px 1px; }
.ls1wbm09 h2 {
  color: var(--color-accent);
}
.jl74thk5 {
  display: grid;
  gap: 20px;
  padding-top: 20px;
}
@media (max-width: 800px) {
  .jl74thk5 {
    justify-content: center;
  }
}
.taonbff5 {
  width: 100%;
  height: auto;
  max-width: 220px;
  height: auto;
  position: relative;
 
  border-radius: 10px;
}
.taonbff5 img {
  width: 100%;
  height: auto;
  margin: 0 auto !important;
  border-radius: 10px;
}
.taonbff5 .i7zmjz8q {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 30px;
  height: 30px;
  opacity: 0;
}
@media (max-width: 768px){
.taonbff5 .i7zmjz8q {

  width: 20px;
  height: 20px;

}

}
.taonbff5 {
max-width:inherit;
text-align: center;
}
.jl74thk5:has(.bw44b7mz) {
  grid-template-columns: repeat(4, 1fr);
}
.jl74thk5:has(.b4pa6dc8) {
  grid-template-columns: repeat(5, 1fr);
}
.jl74thk5:has(.wgucj3s7) {
  grid-template-columns: repeat(6, 1fr);
}
.jl74thk5:has(.ps648qxu) {
  grid-template-columns: repeat(7, 1fr);
}
.jl74thk5:has(.als4xu5o) {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1024px) {
  .jl74thk5 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .jl74thk5 {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .jl74thk5 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
}
@media (max-width: 380px) {
  .jl74thk5 {
    grid-template-columns: 1fr !important;
  }
}
.taonbff5:hover .i7zmjz8q {
  opacity: 1; 
}
.xncj18nemb5r { margin: -6px; border: 1px solid #fca50e; width: 19vw; padding: 8px 38px; display: inline-block; }
.taonbff5: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) {
    .z1mwx946 {
      width: 100%;
    }
  }
@media (max-width: 600px) {
    .z1mwx946 {
      width: 100%;
    }
    .tf01pctb img {
        max-width: 35px;
    }
  }
.hej30xat {
    margin-top: 70px;
}
.lkld1dw1 {
    width: 100%;
    margin-bottom: 40px;
}
.d6lvh6sx {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
overflow-x: hidden;
}
.lkld1dw1 .vbtwz41z {
    display: flex;
    justify-content: center;
}
.zruaswgh {
    display: flex;
    justify-content: center;
    align-items:center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.zruaswgh img {
    width: 100%;
}
.mi7w91wsh6k { color: rgb(59, 152, 64); width: 59px; border: 5px solid #c0db73; padding: 21px 21px; margin: -5px; display: grid; }
.vbtwz41z {
    display: flex;
    justify-content: center;
    align-items:center;
    margin-bottom: 30px;
}
.d6lvh6sx a{
 color: var(--color-accent);
}
.pns5kao1 {
    border: none;
    background-color: var(--color-accent);
    border-radius: 10px;
    height: auto;
    padding: 20px 70px;
}
.pns5kao1 a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
}
.illr1wo9 {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.xt7me8of h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.lr6kp6d8 {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 1px solid var(--color-light);
    padding: 1rem;
}
.yc57qdlb {
	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;
}
.bca98x97 {
    max-width: 1440px;
    margin: 30px auto;
    padding: 0 10px;
    padding-top: 30px;
}
.ln1n0d8xt { margin: -16px; color: rgb(139, 150, 74); border: 5px dotted #447036; }
.k0s0cohh {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.k0s0cohh img {
    opacity: 0.4;
}
.efrjvd0r {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 20px; 
}
.dbxl0qh2 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.dbxl0qh2 a {
    display: block; 
    color: var(--color-light);
    text-decoration: none; 
    margin-bottom: 15px; 
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
  }
.dbxl0qh2 a:hover {
    text-decoration: underline; 
  }
.mxnd1ccc {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}
.mxnd1ccc img {
    height: 30px;
}
.x8bb36ts {
    font-size: 16px;
    margin: 40px 0;
}
@media (max-width: 768px) {
    .efrjvd0r {
      grid-template-columns: repeat(1, 2fr); 
    }
    .pns5kao1 {
        padding: 10px 40px;
    }
    .pns5kao1 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;
}
.kc7rzpc3 {
  position: relative;
  z-index: 2;
}
.euz0mzbl {
  text-shadow: 0 0 10px var(--color-accent), 0 0 20px var(--color-accent);
  animation: glow 2s ease-in-out infinite alternate;
}
.np47whbpfrzm { margin: -7px; padding: 4px 11px; border: 2px dashed #7b71c6; color: rgb(247, 75, 194); }
@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) }
}
.bd9rk373 {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
.hlexslxm button:hover {
  transform: translateY(-8px) rotate(1deg);
}
.hlexslxm 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);
  }
}
.lkld1dw1 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;


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

            .koqqi2n7 {
                flex: 1 1 150px;
                padding: 20px 16px;
                font-size: 14px;
            }
        }
@media (max-width: 480px) {
            .koqqi2n7 {
                flex: 1 1 calc(50% - 6px);
            }
        }
.yl8olbjs {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 20px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.hzyl742d {
        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;
    }
.zhfprqbo { padding: 6px 35px; border: 3px dotted #b43615; width: 91px; }
.hzyl742d:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.hzyl742d:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .hzyl742d {
            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
}
.wudaspi7 {
    position: relative;
    align-items: center
}
.cj4sc3o1 {
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    height: 100%
}
@media (max-width: 1024px) {
    .cj4sc3o1 {
        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"
    }
}
.ufdmwcv4 {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.vxf3sf91 {
    height: 60px;
    min-width: 10%;
    margin-left: 24px;
    margin-right: 2px;
    flex-shrink: 3;
    z-index: 2
}
@media (max-width: 1024px) {
    .vxf3sf91 {
        max-width: 100px;
        margin: 0;
        border-width: 2px;
        grid-area: img
    }
}
.cczunmma {
    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) {
    .cczunmma {
        display: contents
    }
}
.cczunmma svg *[fill] {
    fill: currentcolor
}
.cczunmma svg *[stroke] {
    stroke: currentcolor
}
.lexnenyq {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px
}
@media (max-width: 1024px) {
    .lexnenyq {
        align-items: start;
        grid-area: text
    }
}
.pc6gmud3 {
    flex: 1;
    font-weight: 800;
    line-height: 110%;
    text-align: center;
    color: var(--color-accent);
    font-size: 32px
}
.o2oa7cs1zr { margin: -13px; border: 1px dashed #21dcfe; padding: 23px 45px; }
@media (max-width: 1024px) {
    .pc6gmud3 {
        font-size: 18px;
        text-align: start
    }
}
.ogwg7e0y {
    flex: 1;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
    color: var(--color-light);
    font-size: 16px
}
@media (max-width: 1024px) {
    .ogwg7e0y {
        font-size: 14px;
        text-align: start
    }
}
.l64k5tec {
    position: absolute;
    right: 35%;
    overflow: visible;
    z-index: 1
}
@media (max-width: 1024px) {
    .l64k5tec {
        right: -8%
    }
}
.rskazdnp {
    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
}
.rskazdnp:hover {
    filter: brightness(1.2)
}
.rskazdnp:active {
    filter: contrast(200%) saturate(50%)
}
@media (max-width: 576px) {
    .rskazdnp {
        height: 40px;
        font-size: 14px;
        padding: 11px 0
    }
}
.rskazdnp {
    animation: pulsate 1.5s ease-in-out infinite
}
@media (max-width: 1024px) {
    .rskazdnp {
        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
    }
}
.dct1j008 {
max-height: 370px;
    overflow-y: scroll;
}
.mda99q4q {
margin-right:5px;
}
.m29jt1ls {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.v1q8avqyhkk { padding: 48px 8px; }
.ynh2izf1 {
    background-color: /* Синий фон для иконки глобуса */
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.ynh2izf1 svg {
    width: 20px;
    height: 20px;
    fill: white;
}
.r28vjd6x {
    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;
}
.m29jt1ls[active] .r28vjd6x {
    display: block;
}
.r28vjd6x ul li {
 list-style: none;
margin-left: 5px;
}
.r28vjd6x ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
.r28vjd6x 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;
}
.r28vjd6x li a:hover {
    border: 1px solid black;
}
.r28vjd6x li a svg {
    width: 20px;
    height: 15px;
    margin-right: 10px;
    border: 1px solid #eee;
}
.nm31yuxk {
overflow: hidden;
}
.vu1qek7k {
width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.vu1qek7k .p0yt43gc {
max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.vu1qek7k .adref9od {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.vu1qek7k .adref9od .fuhk00ce  {
list-style:none;
}
.vu1qek7k .adref9od .fuhk00ce 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;
}
.v56usrdh0qd9 { display: none; padding: 26px 27px; width: 87vw; color: rgb(29, 83, 114); }
.vu1qek7k + section.bd9rk373 {
margin-top:0px;
}
/* slotpage */

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


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


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

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

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

.zp7nbspx {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.zzeck2ky {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}
.zp7nbspx a {
    color: var(--color-light);
    text-decoration: none;
    transition: 0.3s ease;
}
.zp7nbspx a:hover {
    color: var(--color-accent);
}
.nk02t70a {
    opacity: 0.4;
}
.xu671p7z1s { border: 5px dotted #d258ec; padding: 5px 19px; color: rgb(12, 97, 171); margin: -4px; }
/* Payment / RG icons */

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

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

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

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

    .hmgxubn3 {
        width: 100%;
    }

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