: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;
}
@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;
    }
}
.bebwqixc {
 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 */
}
.faydl0crnjdk { border: 3px dashed #fca0de; width: 26px; color: rgb(251, 77, 69); padding: 20px 20px; margin: 11px; }
.kfxqwz1c {
    max-width: 149px;
    width: 100%;
}
.qqpq585r {
    width: 100%;
}
.kwob6u5r {
    display: flex;
    justify-content: flex-end;
    align-items:center;
    gap: 30px;
    width: 100%;
}
.kwob6u5r a.pzz7g3yr {
color: var(--color-light);
}
@media screen and (max-width:991px) {
    .kwob6u5r a.pzz7g3yr {
        display:none;
    }
}
.r5jk9fp8 {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items:center;
    
}
.q96v1bgc {
    border: none;
    background-color: var(--color-light);
    width: 100%;
    min-height: 42px;
    padding: 10px 20px;
    border-radius: 12px;
}
.q96v1bgc a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.q96v1bgc:nth-of-type(1){
    background-color: var(--color-accent);
    
}
.q96v1bgc:nth-of-type(2){

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

    }
    
    .miwgdil6 {
        display: flex;
        flex-direction: column;
        gap: 4px;
        width: 50px;
        height: 43px;
        position: absolute;
        right: 15px;
        top: 25px;
        z-index: 100;
    }
    
    .rgiouruv {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10%;
        right: 5%;
        transform: translate(50%, -50%);
        cursor: pointer;
    }
    
    .rgiouruv:before,
    .rgiouruv:after {
        content: '';
        position: absolute;
        width: 3px;
        height: 20px;
        background:var(--bg-card);
    }
    
    .rgiouruv:before {
        transform: rotate(45deg);
    }
    
    .rgiouruv:after {
        transform: rotate(-45deg);
    }
    
    .miwgdil6 div {
        width: 25px;
        height: 3px;
        background-color:var(--color-light);
    }
 }
.vhystopp {
    width: 100%;
    height: auto;
    background-image: url('/img/bg.mqhrwk34');
    background-position: center;
    background-size: cover;
    margin-top: 70px;
}
.eid3vkulck4b { padding: 30px 15px; }
.w89winzy {
    max-width: 1440px;
    height: 500px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.fswjf3ss {
    width: 60%;
}
.jt27vum4 {
    color:var(--color-light);
    font-family: 'arial black', sans-serif;
    font-size: 30pt;
    line-height: 1.2;
margin-bottom: 30px;
}
.po6wr93s {
    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){
    .vhystopp {
        width: 100%;
        margin-top: 70px;
    }
    .w89winzy {
        max-width: 1440px;
        height: 300px;
        margin: 0 auto;
        padding: 0 30px;
    }
    .fswjf3ss {
        width: 60%;
    }
    .jt27vum4 {
        color: var(--color-light);
        font-family: 'arial black', sans-serif;
        font-size: 30pt;
        line-height: 1.2;
    }
    .po6wr93s {
        font-size: 20px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 468px){
    .fswjf3ss {
        width: 100%;
    }
    .jt27vum4 {
        font-size: 24px;
    }
    .po6wr93s {
        font-size: 18px;
    }
}
.lipiqdsy {  
    width: 100%;
}
.zyjul5k9 { 
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.mifxiwgm { 
    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;
}
.mifxiwgm a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    color: var(--color-light);
}
.mifxiwgm img {
    max-width: 83px;
    width: 100%;
    height: 80px;
}
.mifxiwgm p {
    font-size: 16px;
    font-weight: bold;
}
@media  screen and (max-width: 768px) {
    .zyjul5k9 { 
        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;
    }
    .mifxiwgm { 
        max-width: 260px;
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 30px;
        gap: 40px;
    }
    .mifxiwgm img {
        max-width: 83px;
        width: 100%;
        height: 80px;
    }
    .mifxiwgm p {
        font-size: 16px;
        font-weight: bold;
    }
}
.t6558q9q {
  width: 100%;
  margin-bottom: 40px;
}
.s4qlksjvzd { margin: -11px; }
.u68q1ba1 {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.u68q1ba1 h2 {
  color: var(--color-accent);
}
.bxcs1s93 {
  display: grid;
  gap: 20px;
  padding-top: 20px;
}
@media (max-width: 800px) {
  .bxcs1s93 {
    justify-content: center;
  }
}
.hplc0sdw {
  width: 100%;
  height: auto;
  max-width: 220px;
  height: auto;
  position: relative;
 
  border-radius: 10px;
}
.hplc0sdw img {
  width: 100%;
  height: auto;
  margin: 0 auto !important;
  border-radius: 10px;
}
.hplc0sdw .nq6z9c5p {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 30px;
  height: 30px;
  opacity: 0;
}
@media (max-width: 768px){
.hplc0sdw .nq6z9c5p {

  width: 20px;
  height: 20px;

}

}
.hplc0sdw {
max-width:inherit;
text-align: center;
}
.bxcs1s93:has(.lvii0uub) {
  grid-template-columns: repeat(4, 1fr);
}
.bxcs1s93:has(.j85emi8j) {
  grid-template-columns: repeat(5, 1fr);
}
.bxcs1s93:has(.hvqrkoz3) {
  grid-template-columns: repeat(6, 1fr);
}
.bxcs1s93:has(.l8w4fyag) {
  grid-template-columns: repeat(7, 1fr);
}
.e4e1bu6afcx { color: rgb(233, 199, 124); margin: 19px; padding: 37px 23px; width: 96vw; display: flex; border: 5px dotted #8ec62e; }
.bxcs1s93:has(.et04xgzq) {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1024px) {
  .bxcs1s93 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .bxcs1s93 {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .bxcs1s93 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
}
@media (max-width: 380px) {
  .bxcs1s93 {
    grid-template-columns: 1fr !important;
  }
}
.hplc0sdw:hover .nq6z9c5p {
  opacity: 1; 
}
.hplc0sdw: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) {
    .ug4l0ms5 {
      width: 100%;
    }
  }
@media (max-width: 600px) {
    .ug4l0ms5 {
      width: 100%;
    }
    .k7qko2ui img {
        max-width: 35px;
    }
  }
.puo3einz {
    margin-top: 70px;
}
.k8at5g71 {
    width: 100%;
    margin-bottom: 40px;
}
.n3ex9o9l45 { color: rgb(142, 13, 186); border: 2px dashed #6fef9e; margin: 7px; display: none; }
.xq714fyx {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
overflow-x: hidden;
}
.k8at5g71 .x2fpkmji {
    display: flex;
    justify-content: center;
}
.c4iopzmj {
    display: flex;
    justify-content: center;
    align-items:center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.c4iopzmj img {
    width: 100%;
}
.x2fpkmji {
    display: flex;
    justify-content: center;
    align-items:center;
    margin-bottom: 30px;
}
.xq714fyx a{
 color: var(--color-accent);
}
.bboxkc3s {
    border: none;
    background-color: var(--color-accent);
    border-radius: 10px;
    height: auto;
    padding: 20px 70px;
}
.bboxkc3s a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
}
.rchvwpkn {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.c0j10fa4 h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.t1ct7qf6 {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 1px solid var(--color-light);
    padding: 1rem;
}
.h5tu2gue {
	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;
}
.gi78nyjj {
    max-width: 1440px;
    margin: 30px auto;
    padding: 0 10px;
    padding-top: 30px;
}
.jx42uwjlf { padding-left: 44px; width: 92vw; margin: 6px; }
.j0ab41zi {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.j0ab41zi img {
    opacity: 0.4;
}
.zhodatzc {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 20px; 
}
.u1zlw35p {
    display: flex;
    justify-content: center;
    align-items: center;
}
.u1zlw35p a {
    display: block; 
    color: var(--color-light);
    text-decoration: none; 
    margin-bottom: 15px; 
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
  }
.u1zlw35p a:hover {
    text-decoration: underline; 
  }
.qlmyv5h2 {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}
.qlmyv5h2 img {
    height: 30px;
}
.odvps5xm {
    font-size: 16px;
    margin: 40px 0;
}
@media (max-width: 768px) {
    .zhodatzc {
      grid-template-columns: repeat(1, 2fr); 
    }
    .bboxkc3s {
        padding: 10px 40px;
    }
    .bboxkc3s 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;
}
.w89winzy {
  position: relative;
  z-index: 2;
}
.jt27vum4 {
  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) }
}
.vhystopp {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
.nbrqqdh8jf { color: rgb(197, 100, 196); width: 10%; padding: 10px 48px; display: flex; }
.av1kytma button:hover {
  transform: translateY(-8px) rotate(1deg);
}
.av1kytma 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);
  }
}
.k8at5g71 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;


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

            .t9n4zepm {
                flex: 1 1 150px;
                padding: 20px 16px;
                font-size: 14px;
            }
        }
@media (max-width: 480px) {
            .t9n4zepm {
                flex: 1 1 calc(50% - 6px);
            }
        }
.em4o9i7e {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 20px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.zt7v1oyx {
        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;
    }
.zt7v1oyx:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.zt7v1oyx:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .zt7v1oyx {
            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
}
.chdr90e4zjdn { width: 54vw; color: rgb(38, 127, 64); display: block; padding: 10px 12px; border: 3px dotted #3f2a18; }
#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
}
.jumuqnvh {
    position: relative;
    align-items: center
}
.gwrmhxlv {
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    height: 100%
}
@media (max-width: 1024px) {
    .gwrmhxlv {
        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"
    }
}
.dbabc010 {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.z0relrx3 {
    height: 60px;
    min-width: 10%;
    margin-left: 24px;
    margin-right: 2px;
    flex-shrink: 3;
    z-index: 2
}
@media (max-width: 1024px) {
    .z0relrx3 {
        max-width: 100px;
        margin: 0;
        border-width: 2px;
        grid-area: img
    }
}
.ejwc8wy0 {
    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) {
    .ejwc8wy0 {
        display: contents
    }
}
.ejwc8wy0 svg *[fill] {
    fill: currentcolor
}
.ejwc8wy0 svg *[stroke] {
    stroke: currentcolor
}
.t4edy9gb {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px
}
@media (max-width: 1024px) {
    .t4edy9gb {
        align-items: start;
        grid-area: text
    }
}
.vyqnua17 {
    flex: 1;
    font-weight: 800;
    line-height: 110%;
    text-align: center;
    color: var(--color-accent);
    font-size: 32px
}
.cup8zqkqveyf { width: 19px; padding-left: 22px; color: rgb(215, 136, 202); margin: -9px; }
@media (max-width: 1024px) {
    .vyqnua17 {
        font-size: 18px;
        text-align: start
    }
}
.o3288uh9 {
    flex: 1;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
    color: var(--color-light);
    font-size: 16px
}
@media (max-width: 1024px) {
    .o3288uh9 {
        font-size: 14px;
        text-align: start
    }
}
.b3j6ivl4 {
    position: absolute;
    right: 35%;
    overflow: visible;
    z-index: 1
}
@media (max-width: 1024px) {
    .b3j6ivl4 {
        right: -8%
    }
}
.xok3rfvq {
    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
}
.xok3rfvq:hover {
    filter: brightness(1.2)
}
.xok3rfvq:active {
    filter: contrast(200%) saturate(50%)
}
@media (max-width: 576px) {
    .xok3rfvq {
        height: 40px;
        font-size: 14px;
        padding: 11px 0
    }
}
.xok3rfvq {
    animation: pulsate 1.5s ease-in-out infinite
}
@media (max-width: 1024px) {
    .xok3rfvq {
        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
    }
}
.x9ott415 {
max-height: 370px;
    overflow-y: scroll;
}
.izwqdhi1 {
margin-right:5px;
}
.hcahkoef {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.z6hvfkkc {
    background-color: /* Синий фон для иконки глобуса */
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.xw6efzczv { border: 2px solid #bc1287; padding: 7px 7px; width: 7%; display: inline-block; color: rgb(120, 245, 36); }
.z6hvfkkc svg {
    width: 20px;
    height: 20px;
    fill: white;
}
.ydxj4biy {
    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;
}
.hcahkoef[active] .ydxj4biy {
    display: block;
}
.ydxj4biy ul li {
 list-style: none;
margin-left: 5px;
}
.ydxj4biy ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
.ydxj4biy 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;
}
.ydxj4biy li a:hover {
    border: 1px solid black;
}
.ydxj4biy li a svg {
    width: 20px;
    height: 15px;
    margin-right: 10px;
    border: 1px solid #eee;
}
.lx0v0qdw {
overflow: hidden;
}
.goitq0rf {
width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.goitq0rf .i1p9gjid {
max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.goitq0rf .qjyt7vcy {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.no5bh0lq { border: 4px dashed #0d45ae; margin: -13px; width: 46px; padding: 23px 1px; }
.goitq0rf .qjyt7vcy .he5x9gx1  {
list-style:none;
}
.goitq0rf .qjyt7vcy .he5x9gx1 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;
}
.goitq0rf + section.vhystopp {
margin-top:0px;
}
/* slotpage */

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


        }
.yid5ng4b {
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 5;
        }
.xtnckg4m {
            padding: 18px 45px;
            font-size: 1.2rem;
            font-weight: bold;
            text-transform: uppercase;
            cursor: pointer;
            border: none;
            border-radius: 5px;
            transition: 0.3s;
        }
.f50iw0dg {
            background-color: #00bcd4;
            color: #fff;
        }
.qbrr1gqj {
            background-color: #ff9800;
            color: #fff;
        }
.xtnckg4m:hover {
            opacity: 0.85;
            transform: translateY(-2px);
        }
iframe[full-frame] {
            width: 100%;
            height: 100%;
            border: none;
        }
.u1orb3hb3h { width: 56px; border: 3px dotted #05b3a4; padding: 33px 32px; margin: -9px; display: inline-block; color: rgb(141, 4, 143); }
/* slotpage end */


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

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

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

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

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

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

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

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

    .zua83rvh {
        width: 100%;
    }

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