: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);
}
.t3gzwtf79 { display: grid; padding: 14px 36px; border: 1px dotted #675458; width: 58vw; margin: -20px; }
@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;
    }
}
.evqa2tcl {
 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 */
}
.b6xmpks2 {
    max-width: 149px;
    width: 100%;
}
.meczvmnb {
    width: 100%;
}
.eg8u8x9g {
    display: flex;
    justify-content: flex-end;
    align-items:center;
    gap: 30px;
    width: 100%;
}
.eg8u8x9g a.etlpbmfk {
color: var(--color-light);
}
@media screen and (max-width:991px) {
    .eg8u8x9g a.etlpbmfk {
        display:none;
    }
}
.o07onril {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items:center;
    
}
.twhco08j {
    border: none;
    background-color: var(--color-light);
    width: 100%;
    min-height: 42px;
    padding: 10px 20px;
    border-radius: 12px;
}
.twhco08j a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.twhco08j:nth-of-type(1){
    background-color: var(--color-accent);
    
}
.twhco08j:nth-of-type(2){

    
}
.ncrgsfrgl { border: 4px dashed #74e705; padding: 24px 14px; margin: 9px; }
.twhco08j:nth-of-type(2) a {
    color: var(--bg-card);
    text-transform: uppercase;
    
}
.tvab1nxc {
    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) {
    .evqa2tcl{
        height: auto;
        padding-right: 85px;
    }
    .tvab1nxc {
        display: none;
    }
    .eg8u8x9g {
        justify-content: center;
    }
}
@media screen and (max-width:478px) {
    .twhco08j {
        height: 32px;
        padding: 5px 10px;
    }
    .twhco08j a {
        font-size: 10px;
    }
}
.me0ywe0s {
    display: none;
 }
@media screen and (max-width: 768px) {
    .me0ywe0s {
        display: block;
        position: static;
        z-index: 902;
        
    }
    
    .jsbphpbc {
        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;
    }
    
    .jsbphpbc[active] {
        width: 100%;
        padding-top: 65px;
        left: 0;
    }
    .gk72tso9 {
        width: 100%;
        padding: 10px 40px;
        background-color: #FCC301;
        border: none;
    }
    .gk72tso9:nth-of-type(2){
        background-color:var(--color-accent);
    }
    .gk72tso9 a {
        text-transform: uppercase;
        color:var(--color-light);
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .ahv6r9xs {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
        height: 60%;
    }
    .kiwd5i0e {
        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;

    }
    
    .n83uqtp9 {
        display: flex;
        flex-direction: column;
        gap: 4px;
        width: 50px;
        height: 43px;
        position: absolute;
        right: 15px;
        top: 25px;
        z-index: 100;
    }
    
    .lptqc253 {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10%;
        right: 5%;
        transform: translate(50%, -50%);
        cursor: pointer;
    }
    
    .lptqc253:before,
    .lptqc253:after {
        content: '';
        position: absolute;
        width: 3px;
        height: 20px;
        background:var(--bg-card);
    }
    
    .lptqc253:before {
        transform: rotate(45deg);
    }
    
    .lptqc253:after {
        transform: rotate(-45deg);
    }
    
    .n83uqtp9 div {
        width: 25px;
        height: 3px;
        background-color:var(--color-light);
    }
 }
.nclttbn2 {
    width: 100%;
    height: auto;
    background-image: url('/img/bg.nvyfohy7');
    background-position: center;
    background-size: cover;
    margin-top: 70px;
}
.s982t7ex {
    max-width: 1440px;
    height: 500px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.foe3fwns {
    width: 60%;
}
.mjjsk086 {
    color:var(--color-light);
    font-family: 'arial black', sans-serif;
    font-size: 30pt;
    line-height: 1.2;
margin-bottom: 30px;
}
.ecer8nf2 {
    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){
    .nclttbn2 {
        width: 100%;
        margin-top: 70px;
    }
    .s982t7ex {
        max-width: 1440px;
        height: 300px;
        margin: 0 auto;
        padding: 0 30px;
    }
    .foe3fwns {
        width: 60%;
    }
    .mjjsk086 {
        color: var(--color-light);
        font-family: 'arial black', sans-serif;
        font-size: 30pt;
        line-height: 1.2;
    }
    .ecer8nf2 {
        font-size: 20px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 468px){
    .foe3fwns {
        width: 100%;
    }
    .mjjsk086 {
        font-size: 24px;
    }
    .ecer8nf2 {
        font-size: 18px;
    }
}
.lgjfph4r {  
    width: 100%;
}
.q00qe1rp { 
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.iln6tlzh { 
    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;
}
.iln6tlzh a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    color: var(--color-light);
}
.iln6tlzh img {
    max-width: 83px;
    width: 100%;
    height: 80px;
}
.iln6tlzh p {
    font-size: 16px;
    font-weight: bold;
}
.ac659tb9qek { padding-left: 45px; display: grid; }
@media  screen and (max-width: 768px) {
    .q00qe1rp { 
        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;
    }
    .iln6tlzh { 
        max-width: 260px;
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 30px;
        gap: 40px;
    }
    .iln6tlzh img {
        max-width: 83px;
        width: 100%;
        height: 80px;
    }
    .iln6tlzh p {
        font-size: 16px;
        font-weight: bold;
    }
}
.q2h4p1rr {
    width: 100%;
    margin-bottom: 40px;
}
.k7m3omwd {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.k7m3omwd h2 {
    color: var(--color-accent);
}
.qinhvmh2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    padding-top: 20px;
}
.w2hsbxw0 {
    width: 100%;
    height: auto;
    max-width: 220px;
    min-height: 220px;
    position: relative;
    background-color: inherit;
    border-radius: 10px;
}
.w2hsbxw0 img {
    height: auto;
    max-width: 220px;
    border-radius: 10px;
}
.w2hsbxw0 .ov3mauva {
    position: absolute;
    top: 45%;
    left: 40%;
    width: 60px;
    height: 60px;
    opacity: 0;
}
.w2hsbxw0:hover .ov3mauva {
    opacity: 1; 
}
.w2hsbxw0:hover img {
    opacity: 0.3;
}
@media screen and (max-width: 695px) {
    .qinhvmh2 {
        justify-content: center;
        gap:10px;
    }
    .w2hsbxw0 {
        max-width: 120px;
        min-height: 190px;
    }
    .w2hsbxw0 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);
}
.aj5z5kllaywe { border: 3px dashed #000c79; margin: 7px; padding: 7px 41px; display: none; width: 35px; }
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) {
    .us8s98c0 {
      width: 100%;
    }
  }
@media (max-width: 600px) {
    .us8s98c0 {
      width: 100%;
    }
    .bvf6r55r img {
        max-width: 35px;
    }
  }
.sviqe16u {
    margin-top: 70px;
}
.a229sfyc {
    width: 100%;
    margin-bottom: 40px;
}
.gbretbmq {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
overflow-x: hidden;
}
.a229sfyc .lztxtmyp {
    display: flex;
    justify-content: center;
}
.mvyjp9ar {
    display: flex;
    justify-content: center;
    align-items:center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.mvyjp9ar img {
    width: 100%;
}
.lztxtmyp {
    display: flex;
    justify-content: center;
    align-items:center;
    margin-bottom: 30px;
}
.bgw79a6j {
    border: none;
    background-color: var(--color-accent);
    border-radius: 10px;
    height: auto;
    padding: 20px 70px;
}
.bgw79a6j a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
}
.j4d26dss {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.idj9cb4y h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.kjj6ci8m {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 1px solid var(--color-light);
    padding: 1rem;
}
.peh3gmu3 {
	margin-bottom: 1rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 0px dotted var(--color-light);
    padding: 0 1rem;
}
.rs0339zsp { margin: 0px; padding: 42px 23px; border: 5px solid #b3ba46; color: rgb(100, 152, 144); display: grid; width: 13px; }
footer {
    width: 100%;
    margin-bottom: 40px;
}
.fk7kfbi6 {
    max-width: 1440px;
    margin: 30px auto;
    padding: 0 10px;
    padding-top: 30px;
}
.u60s1pof {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.u60s1pof img {
    opacity: 0.4;
}
.wvx370x8 {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    justify-content: center;
    gap: 10px;
    padding: 20px; 
}
.gaw0b977 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.gaw0b977 a {
    display: block; 
    color: var(--color-light);
    text-decoration: none; 
    margin-bottom: 15px; 
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
  }
.gaw0b977 a:hover {
    text-decoration: underline; 
  }
.wqpa1vw4 {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}
.wqpa1vw4 img {
    height: 30px;
}
.u5e4mst1 {
    font-size: 16px;
    margin: 40px 0;
}
@media (max-width: 768px) {
    .wvx370x8 {
      grid-template-columns: repeat(1, 2fr); 
    }
    .bgw79a6j {
        padding: 10px 40px;
    }
    .bgw79a6j a {
        font-size: 15px;
    }
  }
ul,li,ol {
    list-style: circle;
    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;
}
.s982t7ex {
  position: relative;
  z-index: 2;
}
.rj00f4s6fhe { display: grid; border: 4px dotted #53a3ef; }
.mjjsk086 {
  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) }
}
.nclttbn2 {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
.vqmcx6lq button:hover {
  transform: translateY(-8px) rotate(1deg);
}
.vqmcx6lq 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);
  }
}
.a229sfyc 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;


}
.mdw88wo0 {
max-width: 1440px;
margin: 0 auto;
padding: 10px;
}
.cyidl3ps {
            max-width: 1400px;
            margin: 0 auto;
        }
.te3bahk4 {
            display: flex;
            justify-content: flex-start;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 40px;
        }
.tvab1nxc {
            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;
        }
.tvab1nxc: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);
        }
.tvab1nxc:active {
            transform: translateY(0);
        }
.q3c6vw46q1 { width: 58%; margin: 5px; border: 3px solid #557c33; color: rgb(8, 116, 145); padding: 14px 37px; }
@media (max-width: 768px) {
            .te3bahk4 {
                gap: 12px;
            }

            .tvab1nxc {
                flex: 1 1 150px;
                padding: 20px 16px;
                font-size: 14px;
            }
        }
@media (max-width: 480px) {
            .tvab1nxc {
                flex: 1 1 calc(50% - 6px);
            }
        }
.kpjmae9e {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 20px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.pf0z3cow {
        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;
    }
.pf0z3cow:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.pf0z3cow:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .pf0z3cow {
            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
}
.tf3gm7e6 {
    position: relative;
    align-items: center
}
.rh8q0tz6 {
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    height: 100%
}
@media (max-width: 1024px) {
    .rh8q0tz6 {
        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"
    }
}
.sjak72wk {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.efmx61ep {
    height: 60px;
    min-width: 10%;
    margin-left: 24px;
    margin-right: 2px;
    flex-shrink: 3;
    z-index: 2
}
@media (max-width: 1024px) {
    .efmx61ep {
        max-width: 100px;
        margin: 0;
        border-width: 2px;
        grid-area: img
    }
}
.pdc05os6 {
    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
}
.oshavahye { color: rgb(240, 160, 114); border: 4px dashed #5ab2a5; }
@media (max-width: 1024px) {
    .pdc05os6 {
        display: contents
    }
}
.pdc05os6 svg *[fill] {
    fill: currentcolor
}
.pdc05os6 svg *[stroke] {
    stroke: currentcolor
}
.fi8alkw9 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px
}
@media (max-width: 1024px) {
    .fi8alkw9 {
        align-items: start;
        grid-area: text
    }
}
.vf0i22uk {
    flex: 1;
    font-weight: 800;
    line-height: 110%;
    text-align: center;
    color: var(--color-accent);
    font-size: 32px
}
@media (max-width: 1024px) {
    .vf0i22uk {
        font-size: 18px;
        text-align: start
    }
}
.uzwpl1mt {
    flex: 1;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
    color: var(--color-light);
    font-size: 16px
}
@media (max-width: 1024px) {
    .uzwpl1mt {
        font-size: 14px;
        text-align: start
    }
}
.ouckl8ri {
    position: absolute;
    right: 35%;
    overflow: visible;
    z-index: 1
}
@media (max-width: 1024px) {
    .ouckl8ri {
        right: -8%
    }
}
.m7utqvbe {
    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
}
.m7utqvbe:hover {
    filter: brightness(1.2)
}
.m7utqvbe:active {
    filter: contrast(200%) saturate(50%)
}
@media (max-width: 576px) {
    .m7utqvbe {
        height: 40px;
        font-size: 14px;
        padding: 11px 0
    }
}
.m7utqvbe {
    animation: pulsate 1.5s ease-in-out infinite
}
@media (max-width: 1024px) {
    .m7utqvbe {
        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)
}
.lg1a0h0ee { margin: 11px; padding: 19px 8px; border: 3px dotted #a3b1d9; }
@media (max-width: 1024px) {
    #casino-sticky-block__close-btn {
        width: 8px;
        height: 8px;
        top: -8px;
        right: 8px
    }
}
.jfatg3ss {
max-height: 370px;
    overflow-y: scroll;
}
.vs3fwg8a {
margin-right:5px;
}
.apd33la7 {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.fybnumez {
    background-color: /* Синий фон для иконки глобуса */
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.fybnumez svg {
    width: 20px;
    height: 20px;
    fill: white;
}
.g78fy1qq {
    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;
}
.apd33la7[active] .g78fy1qq {
    display: block;
}
.g78fy1qq ul li {
 list-style: none;
margin-left: 5px;
}
.g78fy1qq ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
.g78fy1qq 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;
}
.i6ao25k0nx { border: 5px solid #d264bb; padding-right: 4px; width: 25px; }
.g78fy1qq li a:hover {
    background-color: #f5f5f5;
}
.g78fy1qq li a svg {
    width: 20px;
    height: 15px;
    margin-right: 10px;
    border: 1px solid #eee;
}
.uunqvv8y {
overflow: hidden;
}
.w2hsbxw0 {
max-width:inherit;
text-align: center;
}
.hbctil8o {
 flex-basis: 49%; 
}
.fhzfxfgp {
 flex-basis: 32.3333%; 
}
.rvjtub91 {
 flex-basis: 24%; 
}
.adpt4lgt {
 flex-basis: 19%; 
}
.l4dljrmb {
 flex-basis: 15.6666%; 
}
.ps4l7esh {
 flex-basis: 13.2857%; 
}
.d4as6n0t {
width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.bndyne42 { padding: 45px 20px; display: none; margin: -11px; border: 5px dotted #627a4a; width: 24px; }
.d4as6n0t .pstm9vjg {
max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.d4as6n0t .bq7zm81z {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.d4as6n0t .bq7zm81z .ladis0wd  {
list-style:none;
}
.d4as6n0t .bq7zm81z .ladis0wd 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;
}
.d4as6n0t + section.nclttbn2 {
margin-top:0px;
}
/* slotpage */

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


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