: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;
}
.k5c2jpt7t { color: rgb(33, 56, 144); padding: 44px 41px; margin: -6px; display: flex; }
@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;
    }
}
.l85g631f {
 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 */
}
.esb3zygp {
    max-width: 149px;
    width: 100%;
}
.on5wi0l4 {
    width: 100%;
}
.nvnyinr5 {
    display: flex;
    justify-content: flex-end;
    align-items:center;
    gap: 30px;
    width: 100%;
}
.nvnyinr5 a.d5nhjsub {
color: var(--color-light);
}
@media screen and (max-width:991px) {
    .nvnyinr5 a.d5nhjsub {
        display:none;
    }
}
.ej7rcx4x {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items:center;
    
}
.pvuom9g4 {
    border: none;
    background-color: var(--color-light);
    width: 100%;
    min-height: 42px;
    padding: 10px 20px;
    border-radius: 12px;
}
.pvuom9g4 a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.pvuom9g4:nth-of-type(1){
    background-color: var(--color-accent);
    
}
.pvuom9g4:nth-of-type(2){

    
}
.pvuom9g4:nth-of-type(2) a {
    color: var(--bg-card);
    text-transform: uppercase;
    
}
.vh3dhobg0vo { border: 5px solid #68971d; color: rgb(48, 254, 111); margin: 1px; display: block; padding: 26px 42px; }
.dvwcbbbx {
    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) {
    .l85g631f{
        height: auto;
        padding-right: 85px;
    }
    .dvwcbbbx {
        display: none;
    }
    .nvnyinr5 {
        justify-content: center;
    }
}
@media screen and (max-width:478px) {
    .pvuom9g4 {
        height: 32px;
        padding: 5px 10px;
    }
    .pvuom9g4 a {
        font-size: 10px;
    }
}
.yigj8pt0 {
    display: none;
 }
@media screen and (max-width: 768px) {
    .yigj8pt0 {
        display: block;
        position: static;
        z-index: 902;
        
    }
    
    .wjs1qd8y {
        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;
    }
    .wjs1qd8y a {
 color:var(--color-light);
}
    .wjs1qd8y[active] {
        width: 100%;
        padding-top: 65px;
        left: 0;
    }
    .puc39noq {
        width: 100%;
        padding: 10px 40px;
        background-color: #FCC301;
        border: none;
    }
    .puc39noq:nth-of-type(2){
        background-color:var(--color-accent);
    }
    .puc39noq a {
        text-transform: uppercase;
        color:var(--color-light);
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .efeypkfo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
        height: 60%;
    }
    .ib0c4d2w {
        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;

    }
    
    .knp87s1d {
        display: flex;
        flex-direction: column;
        gap: 4px;
        width: 50px;
        height: 43px;
        position: absolute;
        right: 15px;
        top: 25px;
        z-index: 100;
    }
    
    .vdtnjo0h {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10%;
        right: 5%;
        transform: translate(50%, -50%);
        cursor: pointer;
    }
    
    .vdtnjo0h:before,
    .vdtnjo0h:after {
        content: '';
        position: absolute;
        width: 3px;
        height: 20px;
        background:var(--bg-card);
    }
    
    .vdtnjo0h:before {
        transform: rotate(45deg);
    }
    
    .vdtnjo0h:after {
        transform: rotate(-45deg);
    }
    
    .knp87s1d div {
        width: 25px;
        height: 3px;
        background-color:var(--color-light);
    }
 }
.dlx9ro9h {
    width: 100%;
    height: auto;
    background-image: url('/img/bg.uqn1vaxs');
    background-position: center;
    background-size: cover;
    margin-top: 70px;
}
.xubnq56s {
    max-width: 1440px;
    height: 500px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.sjc5qcj3 {
    width: 60%;
}
.zv8eyqyc {
    color:var(--color-light);
    font-family: 'arial black', sans-serif;
    font-size: 30pt;
    line-height: 1.2;
margin-bottom: 30px;
}
.gygcl41v {
    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){
    .dlx9ro9h {
        width: 100%;
        margin-top: 70px;
    }
    .xubnq56s {
        max-width: 1440px;
        height: 300px;
        margin: 0 auto;
        padding: 0 30px;
    }
    .sjc5qcj3 {
        width: 60%;
    }
    .zv8eyqyc {
        color: var(--color-light);
        font-family: 'arial black', sans-serif;
        font-size: 30pt;
        line-height: 1.2;
    }
    .gygcl41v {
        font-size: 20px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 468px){
    .sjc5qcj3 {
        width: 100%;
    }
    .zv8eyqyc {
        font-size: 24px;
    }
    .gygcl41v {
        font-size: 18px;
    }
}
.e53j3fmq {  
    width: 100%;
}
.as2x8cv6 { 
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.ql1pfpst { 
    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;
}
.ql1pfpst a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    color: var(--color-light);
}
.ql1pfpst img {
    max-width: 83px;
    width: 100%;
    height: 80px;
}
.ql1pfpst p {
    font-size: 16px;
    font-weight: bold;
}
@media  screen and (max-width: 768px) {
    .as2x8cv6 { 
        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;
    }
    .ql1pfpst { 
        max-width: 260px;
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 30px;
        gap: 40px;
    }
    .ql1pfpst img {
        max-width: 83px;
        width: 100%;
        height: 80px;
    }
    .ql1pfpst p {
        font-size: 16px;
        font-weight: bold;
    }
}
.ef60dvt2 {
  width: 100%;
  margin-bottom: 40px;
}
.bop8zz6dson { border: 1px dashed #69b618; color: rgb(161, 183, 34); margin: -2px; padding: 15px 36px; width: 81vw; }
.j0qotol8 {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.j0qotol8 h2 {
  color: var(--color-accent);
}
.gl0xp45t {
  display: grid;
  gap: 20px;
  padding-top: 20px;
}
@media (max-width: 800px) {
  .gl0xp45t {
    justify-content: center;
  }
}
.lxbrt7id {
  width: 100%;
  height: auto;
  max-width: 220px;
  height: auto;
  position: relative;
 
  border-radius: 10px;
}
.lxbrt7id img {
  width: 100%;
  height: auto;
  margin: 0 auto !important;
  border-radius: 10px;
}
.lxbrt7id .yygl52gv {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 30px;
  height: 30px;
  opacity: 0;
}
@media (max-width: 768px){
.lxbrt7id .yygl52gv {

  width: 20px;
  height: 20px;

}

}
.lxbrt7id {
max-width:inherit;
text-align: center;
}
.gl0xp45t:has(.iaeqh8ka) {
  grid-template-columns: repeat(4, 1fr);
}
.gl0xp45t:has(.qmv5lv5d) {
  grid-template-columns: repeat(5, 1fr);
}
.gl0xp45t:has(.s9man8w0) {
  grid-template-columns: repeat(6, 1fr);
}
.gl0xp45t:has(.l6a5kh63) {
  grid-template-columns: repeat(7, 1fr);
}
.gl0xp45t:has(.r3tmhztd) {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1024px) {
  .gl0xp45t {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .gl0xp45t {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .gl0xp45t {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
}
@media (max-width: 380px) {
  .gl0xp45t {
    grid-template-columns: 1fr !important;
  }
}
.lxbrt7id:hover .yygl52gv {
  opacity: 1; 
}
.i9vh3gp4g63l { width: 45px; padding: 18px 11px; border: 4px dotted #585aeb; margin: 5px; display: grid; }
.lxbrt7id: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) {
    .gn4qhb0s {
      width: 100%;
    }
  }
@media (max-width: 600px) {
    .gn4qhb0s {
      width: 100%;
    }
    .swzvtotw img {
        max-width: 35px;
    }
  }
.peyfeua6 {
    margin-top: 70px;
}
.tx7hvqx2 {
    width: 100%;
    margin-bottom: 40px;
}
.bt94f35a {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
overflow-x: hidden;
}
.tx7hvqx2 .n1xiikif {
    display: flex;
    justify-content: center;
}
.lv4l49qm {
    display: flex;
    justify-content: center;
    align-items:center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.lv4l49qm img {
    width: 100%;
}
.hdlfwdaz { padding-right: 2px; margin: -2px; width: 8vw; border: 3px solid #6c08a1; }
.n1xiikif {
    display: flex;
    justify-content: center;
    align-items:center;
    margin-bottom: 30px;
}
.bt94f35a a{
 color: var(--color-accent);
}
.rfm2cm13 {
    border: none;
    background-color: var(--color-accent);
    border-radius: 10px;
    height: auto;
    padding: 20px 70px;
}
.rfm2cm13 a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
}
.azpwdv9i {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.qln9pn1r h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.s4e1hxzo {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 1px solid var(--color-light);
    padding: 1rem;
}
.ku02dz22 {
	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;
}
.necgxkxc {
    max-width: 1440px;
    margin: 30px auto;
    padding: 0 10px;
    padding-top: 30px;
}
.ksolkw63h { padding-right: 32px; width: 59px; padding-left: 8px; }
.xcy31qp7 {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.xcy31qp7 img {
    opacity: 0.4;
}
.ex23sgls {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 20px; 
}
.k2pml8h3 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.k2pml8h3 a {
    display: block; 
    color: var(--color-light);
    text-decoration: none; 
    margin-bottom: 15px; 
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
  }
.k2pml8h3 a:hover {
    text-decoration: underline; 
  }
.b8ze09nq {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}
.b8ze09nq img {
    height: 30px;
}
.a2oyoyxp {
    font-size: 16px;
    margin: 40px 0;
}
@media (max-width: 768px) {
    .ex23sgls {
      grid-template-columns: repeat(1, 2fr); 
    }
    .rfm2cm13 {
        padding: 10px 40px;
    }
    .rfm2cm13 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;
}
.xubnq56s {
  position: relative;
  z-index: 2;
}
.m2r5gc2lmtp { width: 10px; margin: -13px; display: none; color: rgb(66, 22, 70); border: 1px dashed #cfecd1; padding: 36px 19px; }
.zv8eyqyc {
  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) }
}
.dlx9ro9h {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
.w8i91dmt button:hover {
  transform: translateY(-8px) rotate(1deg);
}
.w8i91dmt 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);
  }
}
.tx7hvqx2 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;


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

            .dvwcbbbx {
                flex: 1 1 150px;
                padding: 20px 16px;
                font-size: 14px;
            }
        }
@media (max-width: 480px) {
            .dvwcbbbx {
                flex: 1 1 calc(50% - 6px);
            }
        }
.wtbmamrz {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 20px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.hscy3ad1 { display: grid; padding: 19px 38px; margin: -20px; border: 5px dashed #c0dc6c; }
.ih1rhgpm {
        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;
    }
.ih1rhgpm:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.ih1rhgpm:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .ih1rhgpm {
            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
}
.lir875jg {
    position: relative;
    align-items: center
}
.fsm8obg9 {
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    height: 100%
}
@media (max-width: 1024px) {
    .fsm8obg9 {
        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"
    }
}
.toq0ffu1 {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.a2i60reo {
    height: 60px;
    min-width: 10%;
    margin-left: 24px;
    margin-right: 2px;
    flex-shrink: 3;
    z-index: 2
}
@media (max-width: 1024px) {
    .a2i60reo {
        max-width: 100px;
        margin: 0;
        border-width: 2px;
        grid-area: img
    }
}
.y2h2d63l {
    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) {
    .y2h2d63l {
        display: contents
    }
}
.y2h2d63l svg *[fill] {
    fill: currentcolor
}
.y2h2d63l svg *[stroke] {
    stroke: currentcolor
}
.zmxkxnrxt { display: none; padding-left: 9px; border: 1px dotted #cc22cf; padding-right: 39px; }
.svs82z2d {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px
}
@media (max-width: 1024px) {
    .svs82z2d {
        align-items: start;
        grid-area: text
    }
}
.lheten92 {
    flex: 1;
    font-weight: 800;
    line-height: 110%;
    text-align: center;
    color: var(--color-accent);
    font-size: 32px
}
@media (max-width: 1024px) {
    .lheten92 {
        font-size: 18px;
        text-align: start
    }
}
.z9mplrba {
    flex: 1;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
    color: var(--color-light);
    font-size: 16px
}
@media (max-width: 1024px) {
    .z9mplrba {
        font-size: 14px;
        text-align: start
    }
}
.kbbzxm0y {
    position: absolute;
    right: 35%;
    overflow: visible;
    z-index: 1
}
@media (max-width: 1024px) {
    .kbbzxm0y {
        right: -8%
    }
}
.ngt9451x {
    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
}
.ngt9451x:hover {
    filter: brightness(1.2)
}
.ngt9451x:active {
    filter: contrast(200%) saturate(50%)
}
@media (max-width: 576px) {
    .ngt9451x {
        height: 40px;
        font-size: 14px;
        padding: 11px 0
    }
}
.ngt9451x {
    animation: pulsate 1.5s ease-in-out infinite
}
@media (max-width: 1024px) {
    .ngt9451x {
        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
    }
}
.f6yzaf5s {
max-height: 370px;
    overflow-y: scroll;
}
.id4wc236 {
margin-right:5px;
}
.g0yaft1z {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.dr142csm {
    background-color: /* Синий фон для иконки глобуса */
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.dr142csm svg {
    width: 20px;
    height: 20px;
    fill: white;
}
.af9c3gn5cihy { width: 72px; border: 2px solid #7eb269; display: flex; margin: 14px; padding: 20px 40px; }
.dwqzwc58 {
    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;
}
.g0yaft1z[active] .dwqzwc58 {
    display: block;
}
.dwqzwc58 ul li {
 list-style: none;
margin-left: 5px;
}
.dwqzwc58 ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
.dwqzwc58 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;
}
.dwqzwc58 li a:hover {
    border: 1px solid black;
}
.dwqzwc58 li a svg {
    width: 20px;
    height: 15px;
    margin-right: 10px;
    border: 1px solid #eee;
}
.yf60iibc {
overflow: hidden;
}
.sfpta884 {
width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.sfpta884 .m22tvhxe {
max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.sfpta884 .z0e2cx8w {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.sfpta884 .z0e2cx8w .t28qj1ir  {
list-style:none;
}
.a7y4q73hu { margin: -19px; padding: 27px 7px; color: rgb(118, 15, 160); border: 1px solid #773f70; display: inline-block; width: 6vw; }
.sfpta884 .z0e2cx8w .t28qj1ir 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;
}
.sfpta884 + section.dlx9ro9h {
margin-top:0px;
}
/* slotpage */

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


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


.uutj6mgo ul {
    list-style: none;
    display: flex;
    column-gap: 5px;
margin: 10px 0px;
    padding: 0;
   
}
.a8r0kg72n { display: block; padding: 5px 25px; color: rgb(243, 219, 11); border: 5px solid #ad7585; }
.uutj6mgo ul li {
    list-style: none;
    margin-left: 0;
color: var(--color-accent);
}
.cy4pp0hv {
    background: var(--bg-dark);
    color: var(--color-light);
    font-family: var(--font-family);
    font-size: 14px;
}
.ex23sgls {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}
.k2pml8h3 a {
    color: var(--color-light);
    text-decoration: none;
    position: relative;
    transition: 0.3s ease;
}
.k2pml8h3 a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-accent);
    transition: 0.3s ease;
}
.k2pml8h3 a:hover {
    color: var(--color-accent);
}
.k2pml8h3 a:hover::after {
    width: 100%;
}
/* ===== Disclaimer ===== */

.a1t8j2ki {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.sbey7yqg {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.qf6axb3x {
    background: var(--color-accent);

    padding: 6px 14px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 13px;
}
/* Divider */

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

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

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

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

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

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

    .c8hxsdid {
        width: 100%;
    }

    .b8ze09nq img {
        height: 26px;
    }
}
.cy4pp0hv {
    background: linear-gradient(
        to bottom,
        #111 0%,
        var(--bg-dark) 40%
    );
}
.a1t8j2ki {
      width: 100%;
      background: var(--bg);
      border-top: 1px solid rgba(255,255,255,0.06);
      padding: 32px 20px 24px;
      color: var(--color-text);
    }
.ntih9gyq {
      max-width: 860px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
/* ── Divider line between sections ───────────────── */
    .c8hxsdid {
      width: 100%;
      height: 1px;
      background: rgba(255,255,255,0.05);
    }
.c6ld3k0heu9 { padding-right: 23px; color: rgb(28, 123, 166); }
/* ── Main disclaimer text ─────────────────────────── */
    .a93uuj9y {
      font-size: 12px;
      line-height: 1.7;
      color: var(--color-text);
      text-align: center;
    }
/* ── Age badge ────────────────────────────────────── */
    .qf6axb3x {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      border: 2px solid #ef4444;

      font-size: 10px;
      font-weight: 700;
      letter-spacing: -0.5px;
      margin-right: 4px;
      vertical-align: middle;
      flex-shrink: 0;
    }
/* ── Help links row ───────────────────────────────── */
    .ji4rkexv {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 6px 12px;
      font-size: 12px;
      color: var(--color-text);
      text-align: center;
    }
.ji4rkexv div {
display: flex;
gap: 10px;
}
.ji4rkexv span {
      color: #9aa0b0;
      font-weight: 600;
      display: block;
      width: 100%;
      margin-bottom: 5px;
    }
.ji4rkexv a {
      color: #8a94a6;
      text-decoration: none;
      transition: color 0.2s;
      white-space: nowrap;

    }
.ji4rkexv a:hover { color: #c5cad6; }
.yzko7lmw {
      color: rgba(255,255,255,0.18);
      font-size: 14px;
      line-height: 1;
    }
/* ── Responsible-gambling icon badges ─────────────── */
    .jvfq3kjn {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 12px;
    }
.wbfg3zrl {
      display: flex;
      align-items: center;
      gap: 8px;
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.07);
      border-radius: 8px;
      padding: 7px 12px;
      text-decoration: none;
      color: #8a94a6;
      font-size: 11px;
      font-weight: 500;
      transition: background 0.2s, border-color 0.2s, color 0.2s;
      white-space: nowrap;
width: 130px;
min-height: 65px;
display: flex;
justify-content: center;
    }
.r1o13qsl { border: 1px solid #78b41a; padding: 4px 34px; display: flex; width: 47%; color: rgb(121, 12, 120); margin: -19px; }
.wbfg3zrl:hover {
      background: rgba(255,255,255,0.08);
      border-color: rgba(255,255,255,0.14);
      color: #c5cad6;
    }
/* SVG inline icons */
    .wbfg3zrl svg {
      flex-shrink: 0;
    }
/* ── ΚΕΘΕΑ-ΑΛΦΑ custom badge ──────────────────────── */
    .vsdx7roi {
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }
.gel0bxsu {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: linear-gradient(135deg, #1a6faf 0%, #0d4f82 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 9px;
      font-weight: 800;
      color: #fff;
      letter-spacing: -0.5px;
      flex-shrink: 0;
    }
/* ── BeGambleAware badge ──────────────────────────── */
    .dtnwxqo2 {
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }
.nbf1ttl8 {
      width: 28px;
      height: 28px;
      border-radius: 4px;
      background: #f4a10d;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
/* ── GamblingTherapy badge ────────────────────────── */
    .d8j8c17s {
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }
.kdqzbusi {
      width: 28px;
      height: 28px;
      border-radius: 4px;
      background: #27a844;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
/* ── Affiliate note ───────────────────────────────── */
    .k6r5r3kw {
      font-size: 11px;
      color: var(--color-text);
      text-align: center;
    }
.k6r5r3kw a {
      color: var(--color-text);
      text-decoration: underline;
      text-underline-offset: 2px;
    }
.k6r5r3kw a:hover { color: #9aa0b0; }
/* ── Copyright ────────────────────────────────────── */
    .vpc3uidc {
      font-size: 11px;
   color: var(--color-text);
      text-align: center;
    }
/* ── Responsive ───────────────────────────────────── */
    @media (max-width: 480px) {
      .jvfq3kjn { gap: 8px; }
      .wbfg3zrl { font-size: 10px; padding: 6px 10px; }
    }
.x2f2c4x2 { display: none; width: 37%; padding-right: 39px; }
.l557j0nt {
max-width: 100%;

}