: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;
    }
}
.ijy38d81 {
 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 */
}
.mllz1g8d {
    max-width: 149px;
    width: 100%;
}
.zrm9rr8axs { padding: 33px 42px; }
.ieeicnqm {
    width: 100%;
}
.t88kkmd0 {
    display: flex;
    justify-content: flex-end;
    align-items:center;
    gap: 30px;
    width: 100%;
}
.t88kkmd0 a.ranumhxu {
color: var(--color-light);
}
@media screen and (max-width:991px) {
    .t88kkmd0 a.ranumhxu {
        display:none;
    }
}
.jbghcbt8 {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items:center;
    
}
.za9g26x8 {
    border: none;
    background-color: var(--color-light);
    width: 100%;
    min-height: 42px;
    padding: 10px 20px;
    border-radius: 12px;
}
.za9g26x8 a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.za9g26x8:nth-of-type(1){
    background-color: var(--color-accent);
    
}
.za9g26x8:nth-of-type(2){

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

    }
    
    .p5tbxw4w {
        display: flex;
        flex-direction: column;
        gap: 4px;
        width: 50px;
        height: 43px;
        position: absolute;
        right: 15px;
        top: 25px;
        z-index: 100;
    }
    
    .hltmioo3 {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10%;
        right: 5%;
        transform: translate(50%, -50%);
        cursor: pointer;
    }
    
    .hltmioo3:before,
    .hltmioo3:after {
        content: '';
        position: absolute;
        width: 3px;
        height: 20px;
        background:var(--bg-card);
    }
    
    .hltmioo3:before {
        transform: rotate(45deg);
    }
    
    .hltmioo3:after {
        transform: rotate(-45deg);
    }
    
    .p5tbxw4w div {
        width: 25px;
        height: 3px;
        background-color:var(--color-light);
    }
 }
.tjfdk94i {
    width: 100%;
    height: auto;
    background-image: url('/img/bg.vnolz4fv');
    background-position: center;
    background-size: cover;
    margin-top: 70px;
}
.lwasmq0l {
    max-width: 1440px;
    height: 500px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.oy3wkiya { width: 93%; border: 2px dashed #fecae2; margin: -7px; color: rgb(220, 33, 171); padding-right: 38px; padding-left: 32px; }
.nmyubcts {
    width: 60%;
}
.logfj6zv {
    color:var(--color-light);
    font-family: 'arial black', sans-serif;
    font-size: 30pt;
    line-height: 1.2;
margin-bottom: 30px;
}
.bam8w4ir {
    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){
    .tjfdk94i {
        width: 100%;
        margin-top: 70px;
    }
    .lwasmq0l {
        max-width: 1440px;
        height: 300px;
        margin: 0 auto;
        padding: 0 30px;
    }
    .nmyubcts {
        width: 60%;
    }
    .logfj6zv {
        color: var(--color-light);
        font-family: 'arial black', sans-serif;
        font-size: 30pt;
        line-height: 1.2;
    }
    .bam8w4ir {
        font-size: 20px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 468px){
    .nmyubcts {
        width: 100%;
    }
    .logfj6zv {
        font-size: 24px;
    }
    .bam8w4ir {
        font-size: 18px;
    }
}
.ybgh50v5 {  
    width: 100%;
}
.qnxrmprz { 
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.jkc2lxv0 { 
    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;
}
.jkc2lxv0 a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    color: var(--color-light);
}
.jkc2lxv0 img {
    max-width: 83px;
    width: 100%;
    height: 80px;
}
.jkc2lxv0 p {
    font-size: 16px;
    font-weight: bold;
}
@media  screen and (max-width: 768px) {
    .qnxrmprz { 
        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;
    }
    .jkc2lxv0 { 
        max-width: 260px;
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 30px;
        gap: 40px;
    }
    .jkc2lxv0 img {
        max-width: 83px;
        width: 100%;
        height: 80px;
    }
    .jkc2lxv0 p {
        font-size: 16px;
        font-weight: bold;
    }
}
.vi09th7i {
  width: 100%;
  margin-bottom: 40px;
}
.xssyw7bi {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.xssyw7bi h2 {
  color: var(--color-accent);
}
.pw4cfdwf {
  display: grid;
  gap: 20px;
  padding-top: 20px;
}
@media (max-width: 800px) {
  .pw4cfdwf {
    justify-content: center;
  }
}
.myfq2sag {
  width: 100%;
  height: auto;
  max-width: 220px;
  height: auto;
  position: relative;
 
  border-radius: 10px;
}
.irif6qhkkx0f { padding: 49px 37px; width: 8px; border: 5px solid #40082b; }
.myfq2sag img {
  width: 100%;
  height: auto;
  margin: 0 auto !important;
  border-radius: 10px;
}
.myfq2sag .ocvqw7x8 {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 30px;
  height: 30px;
  opacity: 0;
}
@media (max-width: 768px){
.myfq2sag .ocvqw7x8 {

  width: 20px;
  height: 20px;

}

}
.myfq2sag {
max-width:inherit;
text-align: center;
}
.pw4cfdwf:has(.k38bu40e) {
  grid-template-columns: repeat(4, 1fr);
}
.pw4cfdwf:has(.ulyvyry0) {
  grid-template-columns: repeat(5, 1fr);
}
.pw4cfdwf:has(.ipkcuj1t) {
  grid-template-columns: repeat(6, 1fr);
}
.pw4cfdwf:has(.iym3t2zm) {
  grid-template-columns: repeat(7, 1fr);
}
.pw4cfdwf:has(.vhrhbn6d) {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1024px) {
  .pw4cfdwf {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .pw4cfdwf {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .pw4cfdwf {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
}
@media (max-width: 380px) {
  .pw4cfdwf {
    grid-template-columns: 1fr !important;
  }
}
.myfq2sag:hover .ocvqw7x8 {
  opacity: 1; 
}
.myfq2sag:hover img {
  opacity: 0.3;
}
.bfjjknrj5 { color: rgb(136, 76, 19); }
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) {
    .vod2azic {
      width: 100%;
    }
  }
@media (max-width: 600px) {
    .vod2azic {
      width: 100%;
    }
    .qp4bnd4p img {
        max-width: 35px;
    }
  }
.p4opq8eh {
    margin-top: 70px;
}
.s3pt3x1o {
    width: 100%;
    margin-bottom: 40px;
}
.e56xm2uq {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
overflow-x: hidden;
}
.s3pt3x1o .lu0wc3e2 {
    display: flex;
    justify-content: center;
}
.kte7idjy {
    display: flex;
    justify-content: center;
    align-items:center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.kte7idjy img {
    width: 100%;
}
.lu0wc3e2 {
    display: flex;
    justify-content: center;
    align-items:center;
    margin-bottom: 30px;
}
.e56xm2uq a{
 color: var(--color-accent);
}
.wddn441h {
    border: none;
    background-color: var(--color-accent);
    border-radius: 10px;
    height: auto;
    padding: 20px 70px;
}
.knpo1xqw0beu { padding-right: 6px; display: block; }
.wddn441h a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
}
.td6si0cx {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.awuy02fj h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.z9y7m5dg {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 1px solid var(--color-light);
    padding: 1rem;
}
.tjvoovix {
	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;
}
.jiysnc7d {
    max-width: 1440px;
    margin: 30px auto;
    padding: 0 10px;
    padding-top: 30px;
}
.quds67sd {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.quds67sd img {
    opacity: 0.4;
}
.blosoxm4 {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 20px; 
}
.il4lqf7b {
    display: flex;
    justify-content: center;
    align-items: center;
}
.il4lqf7b a {
    display: block; 
    color: var(--color-light);
    text-decoration: none; 
    margin-bottom: 15px; 
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
  }
.gpxk5ajegp { color: rgb(140, 108, 48); padding: 6px 8px; margin: -9px; width: 32%; border: 4px dotted #ec4c75; }
.il4lqf7b a:hover {
    text-decoration: underline; 
  }
.hcau6b1z {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}
.hcau6b1z img {
    height: 30px;
}
.kpx5u41w {
    font-size: 16px;
    margin: 40px 0;
}
@media (max-width: 768px) {
    .blosoxm4 {
      grid-template-columns: repeat(1, 2fr); 
    }
    .wddn441h {
        padding: 10px 40px;
    }
    .wddn441h 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;
}
.lwasmq0l {
  position: relative;
  z-index: 2;
}
.logfj6zv {
  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) }
}
.tjfdk94i {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
.eg3tm7uz button:hover {
  transform: translateY(-8px) rotate(1deg);
}
.eg3tm7uz 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);
  }
}
.s3pt3x1o 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;


}
.edvtl5kr {
max-width: 1440px;
margin: 0 auto;
padding: 10px;
}
.bsgmzn9slw2g { padding: 14px 2px; width: 57px; display: flex; }
.fmy2m8vw {
            max-width: 1400px;
            margin: 0 auto;
        }
.moyjxtek {
            display: flex;
            justify-content: flex-start;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 40px;
        }
.h99omexn {
            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;
        }
.h99omexn: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);
        }
.h99omexn:active {
            transform: translateY(0);
        }
@media (max-width: 768px) {
            .moyjxtek {
                gap: 12px;
            }

            .h99omexn {
                flex: 1 1 150px;
                padding: 20px 16px;
                font-size: 14px;
            }
        }
@media (max-width: 480px) {
            .h99omexn {
                flex: 1 1 calc(50% - 6px);
            }
        }
.qjjyq8pd {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 20px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.hddlm8zv {
        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;
    }
.hddlm8zv:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.hddlm8zv:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .hddlm8zv {
            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
}
.wh0060g9z82j { color: rgb(170, 186, 147); margin: 17px; display: grid; border: 4px dotted #5c9f69; width: 16px; padding: 1px 40px; }
.euyekt6j {
    position: relative;
    align-items: center
}
.cktqk97e {
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    height: 100%
}
@media (max-width: 1024px) {
    .cktqk97e {
        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"
    }
}
.x9o5l0yi {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.v1p3s5bq {
    height: 60px;
    min-width: 10%;
    margin-left: 24px;
    margin-right: 2px;
    flex-shrink: 3;
    z-index: 2
}
@media (max-width: 1024px) {
    .v1p3s5bq {
        max-width: 100px;
        margin: 0;
        border-width: 2px;
        grid-area: img
    }
}
.dj8joye6 {
    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) {
    .dj8joye6 {
        display: contents
    }
}
.dj8joye6 svg *[fill] {
    fill: currentcolor
}
.dj8joye6 svg *[stroke] {
    stroke: currentcolor
}
.zp6j5plq {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px
}
@media (max-width: 1024px) {
    .zp6j5plq {
        align-items: start;
        grid-area: text
    }
}
.fqq0glrf {
    flex: 1;
    font-weight: 800;
    line-height: 110%;
    text-align: center;
    color: var(--color-accent);
    font-size: 32px
}
@media (max-width: 1024px) {
    .fqq0glrf {
        font-size: 18px;
        text-align: start
    }
}
.y67j28qz {
    flex: 1;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
    color: var(--color-light);
    font-size: 16px
}
@media (max-width: 1024px) {
    .y67j28qz {
        font-size: 14px;
        text-align: start
    }
}
.m1v4ypv9 {
    position: absolute;
    right: 35%;
    overflow: visible;
    z-index: 1
}
@media (max-width: 1024px) {
    .m1v4ypv9 {
        right: -8%
    }
}
.ng6h9i9i {
    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
}
.ng6h9i9i:hover {
    filter: brightness(1.2)
}
.ng6h9i9i:active {
    filter: contrast(200%) saturate(50%)
}
.fgfeiv3ra { color: rgb(218, 101, 188); margin: 18px; padding-left: 7px; padding-right: 43px; }
@media (max-width: 576px) {
    .ng6h9i9i {
        height: 40px;
        font-size: 14px;
        padding: 11px 0
    }
}
.ng6h9i9i {
    animation: pulsate 1.5s ease-in-out infinite
}
@media (max-width: 1024px) {
    .ng6h9i9i {
        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
    }
}
.fp8iee7o {
max-height: 370px;
    overflow-y: scroll;
}
.oq1kciou {
margin-right:5px;
}
.rdxo385k {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.l06qhg04 {
    background-color: /* Синий фон для иконки глобуса */
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.l06qhg04 svg {
    width: 20px;
    height: 20px;
    fill: white;
}
.mgp6fwm9 {
    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;
}
.rdxo385k[active] .mgp6fwm9 {
    display: block;
}
.mgp6fwm9 ul li {
 list-style: none;
margin-left: 5px;
}
.mgp6fwm9 ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
.mgp6fwm9 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;
}
.mgp6fwm9 li a:hover {
    border: 1px solid black;
}
.mgp6fwm9 li a svg {
    width: 20px;
    height: 15px;
    margin-right: 10px;
    border: 1px solid #eee;
}
.jm30tgurbj9 { margin: 7px; padding: 32px 26px; display: inline-block; color: rgb(98, 155, 123); border: 1px dashed #82bbdb; width: 30vw; }
.b1v6abka {
overflow: hidden;
}
.i5u4pz1e {
width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.i5u4pz1e .zoij6ni2 {
max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.i5u4pz1e .hux072u3 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.i5u4pz1e .hux072u3 .vwj25lfy  {
list-style:none;
}
.i5u4pz1e .hux072u3 .vwj25lfy 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;
}
.i5u4pz1e + section.tjfdk94i {
margin-top:0px;
}
/* slotpage */

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


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


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

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

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

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

.v0px69ku {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.n75m4k9i {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}
.v0px69ku a {
    color: var(--color-light);
    text-decoration: none;
    transition: 0.3s ease;
}
.m8ax3kfh1n { padding-left: 42px; border: 4px dotted #f9625f; color: rgb(42, 161, 220); }
.v0px69ku a:hover {
    color: var(--color-accent);
}
.ur8b0ezj {
    opacity: 0.4;
}
/* Payment / RG icons */

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

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

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

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

    .g3fitkb4 {
        width: 100%;
    }

    .hcau6b1z img {
        height: 26px;
    }
}
.ro4lr1or {
    background: linear-gradient(
        to bottom,
        #111 0%,
        var(--bg-dark) 40%
    );
}
.j3b119gd {
      width: 100%;
      background: var(--bg);
      border-top: 1px solid rgba(255,255,255,0.06);
      padding: 32px 20px 24px;
      color: var(--color-text);
    }
.iqsc4s5f {
      max-width: 860px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
/* ── Divider line between sections ───────────────── */
    .g3fitkb4 {
      width: 100%;
      height: 1px;
      background: rgba(255,255,255,0.05);
    }
/* ── Main disclaimer text ─────────────────────────── */
    .ilizwr1i {
      font-size: 12px;
      line-height: 1.7;
      color: var(--color-text);
      text-align: center;
    }
/* ── Age badge ────────────────────────────────────── */
    .wymz44z1 {
      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 ───────────────────────────────── */
    .v0px69ku {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 6px 12px;
      font-size: 12px;
      color: var(--color-text);
      text-align: center;
    }
.r59atb4bpl8 { padding: 25px 15px; width: 74vw; margin: 9px; border: 5px solid #1d8b8e; }
.v0px69ku div {
display: flex;
gap: 10px;
}
.v0px69ku span {
      color: #9aa0b0;
      font-weight: 600;
      display: block;
      width: 100%;
      margin-bottom: 5px;
    }
.v0px69ku a {
      color: #8a94a6;
      text-decoration: none;
      transition: color 0.2s;
      white-space: nowrap;

    }
.v0px69ku a:hover { color: #c5cad6; }
.ur8b0ezj {
      color: rgba(255,255,255,0.18);
      font-size: 14px;
      line-height: 1;
    }
/* ── Responsible-gambling icon badges ─────────────── */
    .qyg2i9og {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 12px;
    }
.ik0d6btq {
      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;
    }
.ik0d6btq:hover {
      background: rgba(255,255,255,0.08);
      border-color: rgba(255,255,255,0.14);
      color: #c5cad6;
    }
/* SVG inline icons */
    .ik0d6btq svg {
      flex-shrink: 0;
    }
/* ── ΚΕΘΕΑ-ΑΛΦΑ custom badge ──────────────────────── */
    .on716bsq {
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }
.aqohnavcdh { margin: -8px; color: rgb(227, 35, 76); padding: 11px 6px; }
.ny2chhnr {
      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 ──────────────────────────── */
    .b5bdg5p0 {
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }
.k2qeomts {
      width: 28px;
      height: 28px;
      border-radius: 4px;
      background: #f4a10d;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
/* ── GamblingTherapy badge ────────────────────────── */
    .t99zxoj6 {
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }
.z7xtr6dq {
      width: 28px;
      height: 28px;
      border-radius: 4px;
      background: #27a844;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
/* ── Affiliate note ───────────────────────────────── */
    .jfcho3k5 {
      font-size: 11px;
      color: var(--color-text);
      text-align: center;
    }
.jfcho3k5 a {
      color: var(--color-text);
      text-decoration: underline;
      text-underline-offset: 2px;
    }
.jfcho3k5 a:hover { color: #9aa0b0; }
/* ── Copyright ────────────────────────────────────── */
    .nwhx4za4 {
      font-size: 11px;
   color: var(--color-text);
      text-align: center;
    }
/* ── Responsive ───────────────────────────────────── */
    @media (max-width: 480px) {
      .qyg2i9og { gap: 8px; }
      .ik0d6btq { font-size: 10px; padding: 6px 10px; }
    }
.m3eda9pn {
max-width: 100%;

}