: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;
}
.kaqq7u2gr3g { display: inline-block; margin: -2px; }
strong {
    color:var(--color-accent);
}
@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;
    }
}
.km17mrne {
 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 */
}
.pqwamu3n {
    max-width: 149px;
    width: 100%;
}
.ivptnuhq {
    width: 100%;
}
.o13kp6lz {
    display: flex;
    justify-content: flex-end;
    align-items:center;
    gap: 30px;
    width: 100%;
}
.o13kp6lz a.ih6yoiyx {
color: var(--color-light);
}
@media screen and (max-width:991px) {
    .o13kp6lz a.ih6yoiyx {
        display:none;
    }
}
.ftci90dj {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items:center;
    
}
.ws6idxmb {
    border: none;
    background-color: var(--color-light);
    width: 100%;
    min-height: 42px;
    padding: 10px 20px;
    border-radius: 12px;
}
.ws6idxmb a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.ws6idxmb:nth-of-type(1){
    background-color: var(--color-accent);
    
}
.ws6idxmb:nth-of-type(2){

    
}
.rx3h8ec7pv4 { color: rgb(55, 5, 165); padding: 46px 38px; width: 44vw; }
.ws6idxmb:nth-of-type(2) a {
    color: var(--bg-card);
    text-transform: uppercase;
    
}
.dti6c9pi {
    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) {
    .km17mrne{
        height: auto;
        padding-right: 85px;
    }
    .dti6c9pi {
        display: none;
    }
    .o13kp6lz {
        justify-content: center;
    }
}
@media screen and (max-width:478px) {
    .ws6idxmb {
        height: 32px;
        padding: 5px 10px;
    }
    .ws6idxmb a {
        font-size: 10px;
    }
}
.fmyl0asu {
    display: none;
 }
@media screen and (max-width: 768px) {
    .fmyl0asu {
        display: block;
        position: static;
        z-index: 902;
        
    }
    
    .tcp1uoix {
        position: fixed;
        left: -60%;
        top: 0; 
        width: 0;
        height: 150px; 
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        background-color: var(--color-light);
        overflow: hidden;
        transition: left 0.3s ease; 
        z-index: 903;
        padding: 30px 10px;
    }
    
    .tcp1uoix[active] {
        width: 100%;
        padding-top: 65px;
        left: 0;
    }
    .frqcrytw {
        width: 100%;
        padding: 10px 40px;
        background-color: #FCC301;
        border: none;
    }
    .frqcrytw:nth-of-type(2){
        background-color:var(--color-accent);
    }
    .frqcrytw a {
        text-transform: uppercase;
        color:var(--color-light);
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .nnm1ykhm {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
        height: 60%;
    }
    .u8u94ztj {
        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;

    }
    
    .v2ikg7er {
        display: flex;
        flex-direction: column;
        gap: 4px;
        width: 50px;
        height: 43px;
        position: absolute;
        right: 15px;
        top: 25px;
        z-index: 100;
    }
    
    .ujbuh33e {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10%;
        right: 5%;
        transform: translate(50%, -50%);
        cursor: pointer;
    }
    
    .ujbuh33e:before,
    .ujbuh33e:after {
        content: '';
        position: absolute;
        width: 3px;
        height: 20px;
        background:var(--bg-card);
    }
    
    .ujbuh33e:before {
        transform: rotate(45deg);
    }
    
    .ujbuh33e:after {
        transform: rotate(-45deg);
    }
    
    .v2ikg7er div {
        width: 25px;
        height: 3px;
        background-color:var(--color-light);
    }
 }
.r9vrgtks {
    width: 100%;
    height: auto;
    background-image: url('/img/bg.lc26h4ta');
    background-position: center;
    background-size: cover;
    margin-top: 70px;
}
.u4jitxsx {
    max-width: 1440px;
    height: 500px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.wam31y84 {
    width: 60%;
}
.otu4ayuy {
    color:var(--color-light);
    font-family: 'arial black', sans-serif;
    font-size: 30pt;
    line-height: 1.2;
margin-bottom: 30px;
}
.gxzbjv5k {
    font-family: 'arial black', sans-serif;
    font-size: 30px;
    line-height: 1.2;
    margin-top: 20px;
margin-bottom: 20px;
}
em {
    color:#FCC301;
}
@media screen and (max-width: 870px){
    .r9vrgtks {
        width: 100%;
        margin-top: 70px;
    }
    .u4jitxsx {
        max-width: 1440px;
        height: 300px;
        margin: 0 auto;
        padding: 0 30px;
    }
    .wam31y84 {
        width: 60%;
    }
    .otu4ayuy {
        color: var(--color-light);
        font-family: 'arial black', sans-serif;
        font-size: 30pt;
        line-height: 1.2;
    }
    .gxzbjv5k {
        font-size: 20px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 468px){
    .wam31y84 {
        width: 100%;
    }
    .otu4ayuy {
        font-size: 24px;
    }
    .gxzbjv5k {
        font-size: 18px;
    }
}
.sfeaajrj {  
    width: 100%;
}
.s0ycuxyt { 
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.c63wxes2 { 
    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;
}
.c63wxes2 a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    color: var(--color-light);
}
.c63wxes2 img {
    max-width: 83px;
    width: 100%;
    height: 80px;
}
.utz45h4y { border: 2px dotted #e838e3; }
.c63wxes2 p {
    font-size: 16px;
    font-weight: bold;
}
@media  screen and (max-width: 768px) {
    .s0ycuxyt { 
        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;
    }
    .c63wxes2 { 
        max-width: 260px;
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 30px;
        gap: 40px;
    }
    .c63wxes2 img {
        max-width: 83px;
        width: 100%;
        height: 80px;
    }
    .c63wxes2 p {
        font-size: 16px;
        font-weight: bold;
    }
}
.ckjz1h0g {
    width: 100%;
    margin-bottom: 40px;
}
.fq32wzd4 {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.fq32wzd4 h2 {
    color: var(--color-accent);
}
.ps937aa2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    padding-top: 20px;
}
.nvtetefm {
    width: 100%;
    height: auto;
    max-width: 220px;
    min-height: 220px;
    position: relative;
    background-color: inherit;
    border-radius: 10px;
}
.nvtetefm img {
    height: auto;
    max-width: 220px;
    border-radius: 10px;
}
.nvtetefm .jpgnoz9r {
    position: absolute;
    top: 45%;
    left: 40%;
    width: 60px;
    height: 60px;
    opacity: 0;
}
.nvtetefm:hover .jpgnoz9r {
    opacity: 1; 
}
.nvtetefm:hover img {
    opacity: 0.3;
}
@media screen and (max-width: 695px) {
    .ps937aa2 {
        justify-content: center;
        gap:10px;
    }
    .nvtetefm {
        max-width: 120px;
        min-height: 190px;
    }
    .nvtetefm img {
       
    }
}
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;
}
.dtlqbhp9 { color: rgb(149, 160, 83); padding: 37px 28px; width: 92%; border: 5px dotted #adefee; }
@media (max-width: 1280px) {
    .pbx42zmo {
      width: 100%;
    }
  }
@media (max-width: 600px) {
    .pbx42zmo {
      width: 100%;
    }
    .hhhohp2a img {
        max-width: 35px;
    }
  }
.q6ql39vk {
    margin-top: 70px;
}
.zgdi91ku {
    width: 100%;
    margin-bottom: 40px;
}
.fd1e7pkh {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
overflow-x: hidden;
}
.zgdi91ku .rqmgacf7 {
    display: flex;
    justify-content: center;
}
.d5u1csnj {
    display: flex;
    justify-content: center;
    align-items:center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.d5u1csnj img {
    width: 100%;
}
.rqmgacf7 {
    display: flex;
    justify-content: center;
    align-items:center;
    margin-bottom: 30px;
}
.y9bjtowy {
    border: none;
    background-color: var(--color-accent);
    border-radius: 10px;
    height: auto;
    padding: 20px 70px;
}
.y9bjtowy a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
}
.jeaajap2 {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.dmltr2up h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.p6cluej6 {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 1px solid var(--color-light);
    padding: 1rem;
}
.orgt11yy {
	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;
}
.cakydslu {
    max-width: 1440px;
    margin: 30px auto;
    padding: 0 10px;
    padding-top: 30px;
}
.i5uvb7rjj { padding-left: 9px; }
.y1xfsunv {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.y1xfsunv img {
    opacity: 0.4;
}
.i3e39jnj {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 20px; 
}
.nkoom6j7 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.nkoom6j7 a {
    display: block; 
    color: var(--color-light);
    text-decoration: none; 
    margin-bottom: 15px; 
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
  }
.nkoom6j7 a:hover {
    text-decoration: underline; 
  }
.iizioov5 {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}
.iizioov5 img {
    height: 30px;
}
.px4b7o3y {
    font-size: 16px;
    margin: 40px 0;
}
@media (max-width: 768px) {
    .i3e39jnj {
      grid-template-columns: repeat(1, 2fr); 
    }
    .y9bjtowy {
        padding: 10px 40px;
    }
    .y9bjtowy a {
        font-size: 15px;
    }
  }
ul,li,ol {
    list-style: circle;
    line-height: 1.5;
    margin-left: 20px;
}
.hr31i1037z { width: 79vw; }
/* ===== 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;
}
.u4jitxsx {
  position: relative;
  z-index: 2;
}
.otu4ayuy {
  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) }
}
.r9vrgtks {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
.h75reg3d button:hover {
  transform: translateY(-8px) rotate(1deg);
}
.h75reg3d 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);
  }
}
.zgdi91ku 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;


}
.gkhnkdk6 {
max-width: 1440px;
margin: 0 auto;
padding: 10px;
}
.sal24jg4 {
            max-width: 1400px;
            margin: 0 auto;
        }
.fswnhdml {
            display: flex;
            justify-content: flex-start;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 40px;
        }
.wgounp6o5g3a { border: 3px solid #55fc55; margin: 19px; color: rgb(74, 243, 202); display: grid; width: 3px; padding: 41px 33px; }
.dti6c9pi {
            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;
        }
.dti6c9pi: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);
        }
.dti6c9pi:active {
            transform: translateY(0);
        }
@media (max-width: 768px) {
            .fswnhdml {
                gap: 12px;
            }

            .dti6c9pi {
                flex: 1 1 150px;
                padding: 20px 16px;
                font-size: 14px;
            }
        }
@media (max-width: 480px) {
            .dti6c9pi {
                flex: 1 1 calc(50% - 6px);
            }
        }
.zekggq8q {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 20px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.qqwy8ji7 {
        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;
    }
.qqwy8ji7:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.qqwy8ji7:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .qqwy8ji7 {
            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
}
.w6ew1lvj { margin: 2px; padding: 37px 3px; width: 94%; }
.h42fzcc6 {
    position: relative;
    align-items: center
}
.qpyj3y2j {
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    height: 100%
}
@media (max-width: 1024px) {
    .qpyj3y2j {
        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"
    }
}
.fosqrlpk {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.dql53zlx {
    height: 60px;
    min-width: 10%;
    margin-left: 24px;
    margin-right: 2px;
    flex-shrink: 3;
    z-index: 2
}
@media (max-width: 1024px) {
    .dql53zlx {
        max-width: 100px;
        margin: 0;
        border-width: 2px;
        grid-area: img
    }
}
.jx7azllh {
    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) {
    .jx7azllh {
        display: contents
    }
}
.jx7azllh svg *[fill] {
    fill: currentcolor
}
.jx7azllh svg *[stroke] {
    stroke: currentcolor
}
.isrqv2vy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px
}
@media (max-width: 1024px) {
    .isrqv2vy {
        align-items: start;
        grid-area: text
    }
}
.by6m5pi4 {
    flex: 1;
    font-weight: 800;
    line-height: 110%;
    text-align: center;
    color: var(--color-accent);
    font-size: 32px
}
@media (max-width: 1024px) {
    .by6m5pi4 {
        font-size: 18px;
        text-align: start
    }
}
.vmpig3re {
    flex: 1;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
    color: var(--color-light);
    font-size: 16px
}
@media (max-width: 1024px) {
    .vmpig3re {
        font-size: 14px;
        text-align: start
    }
}
.uo8213as {
    position: absolute;
    right: 35%;
    overflow: visible;
    z-index: 1
}
@media (max-width: 1024px) {
    .uo8213as {
        right: -8%
    }
}
.rtq4kbl7 {
    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
}
.rtq4kbl7:hover {
    filter: brightness(1.2)
}
.rtq4kbl7:active {
    filter: contrast(200%) saturate(50%)
}
@media (max-width: 576px) {
    .rtq4kbl7 {
        height: 40px;
        font-size: 14px;
        padding: 11px 0
    }
}
.rtq4kbl7 {
    animation: pulsate 1.5s ease-in-out infinite
}
.gvwa6fkjqqn1 { border: 1px dotted #24a757; margin: 20px; display: none; padding: 5px 28px; }
@media (max-width: 1024px) {
    .rtq4kbl7 {
        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
    }
}
.m7lqzxmh {
max-height: 370px;
    overflow-y: scroll;
}
.ynkzujti {
margin-right:5px;
}
.kqru5uev {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.ofuu16c7 {
    background-color: /* Синий фон для иконки глобуса */
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.ofuu16c7 svg {
    width: 20px;
    height: 20px;
    fill: white;
}
.h93qm8iq {
    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;
}
.kqru5uev[active] .h93qm8iq {
    display: block;
}
.h93qm8iq ul li {
 list-style: none;
margin-left: 5px;
}
.h93qm8iq ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
.h93qm8iq 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;
}
.ao46j9b6 { padding: 47px 28px; display: none; color: rgb(238, 194, 139); width: 85px; margin: -10px; border: 3px solid #835e05; }
.h93qm8iq li a:hover {
    background-color: #f5f5f5;
}
.h93qm8iq li a svg {
    width: 20px;
    height: 15px;
    margin-right: 10px;
    border: 1px solid #eee;
}
.ij5wfd4w {
overflow: hidden;
}
.nvtetefm {
max-width:inherit;
text-align: center;
}
.lq40h5jx {
 flex-basis: 49%; 
}
.blzqg2po {
 flex-basis: 32.3333%; 
}
.qk0403u3 {
 flex-basis: 24%; 
}
.g4ry72w6 {
 flex-basis: 19%; 
}
.ry0e2f3z {
 flex-basis: 15.6666%; 
}
.gy3zuti0 {
 flex-basis: 13.2857%; 
}
.c9zhbmxw {
width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.c9zhbmxw .h09ttoym {
max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.pzj1w7k7krxb { width: 78%; color: rgb(252, 224, 158); }
.c9zhbmxw .qz0dl9iu {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.c9zhbmxw .qz0dl9iu .c4es6dgx  {
list-style:none;
}
.c9zhbmxw .qz0dl9iu .c4es6dgx 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;
}
.c9zhbmxw + section.r9vrgtks {
margin-top:0px;
}
/* slotpage */

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


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


.jhe3cyja ul {
    list-style: none;
    display: flex;
    column-gap: 5px;
margin: 10px 0px;
    padding: 0;
   
}
.jhe3cyja ul li {
    list-style: none;
    margin-left: 0;
color: var(--color-accent);
}
.uxb1cjoqswf { border: 3px dotted #214ace; width: 21px; padding: 2px 8px; }