: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);
}
@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;
    }
}
.it9ksxhp {
 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 */
}
.hsxg34sk {
    max-width: 149px;
    width: 100%;
}
.ar8bh5s2 {
    width: 100%;
}
.n5orsur4dr8t { padding: 28px 24px; display: grid; margin: -16px; border: 2px dotted #8eeecf; width: 69px; color: rgb(0, 112, 218); }
.imf5wb86 {
    display: flex;
    justify-content: flex-end;
    align-items:center;
    gap: 30px;
    width: 100%;
}
.oaweq0jt {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items:center;
    
}
.p190m0ju {
    border: none;
    background-color: var(--color-light);
    width: 100%;
    min-height: 42px;
    padding: 10px 20px;
    border-radius: 12px;
}
.p190m0ju a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.p190m0ju:nth-of-type(1){
    background-color: var(--color-accent);
    
}
.p190m0ju:nth-of-type(2){

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

    }
    
    .gkowr16s {
        display: flex;
        flex-direction: column;
        gap: 4px;
        width: 50px;
        height: 43px;
        position: absolute;
        right: 15px;
        top: 25px;
        z-index: 100;
    }
    
    .qwcyn8w0 {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10%;
        right: 5%;
        transform: translate(50%, -50%);
        cursor: pointer;
    }
    
    .qwcyn8w0:before,
    .qwcyn8w0:after {
        content: '';
        position: absolute;
        width: 3px;
        height: 20px;
        background:var(--bg-card);
    }
    
    .qwcyn8w0:before {
        transform: rotate(45deg);
    }
    
    .qwcyn8w0:after {
        transform: rotate(-45deg);
    }
    
    .gkowr16s div {
        width: 25px;
        height: 3px;
        background-color:var(--color-light);
    }
 }
.e7cz9mvl {
    width: 100%;
    height: auto;
    background-image: url('/img/bg.rstvlnbh');
    background-position: center;
    background-size: cover;
    margin-top: 70px;
}
.lzhc9sy2 {
    max-width: 1440px;
    height: 500px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.irns2ypk {
    width: 60%;
}
.gcw3vlrz {
    color:var(--color-light);
    font-family: 'arial black', sans-serif;
    font-size: 30pt;
    line-height: 1.2;
margin-bottom: 30px;
}
.ow5i7zug {
    font-family: 'arial black', sans-serif;
    font-size: 30px;
    line-height: 1.2;
    margin-top: 20px;
margin-bottom: 20px;
}
em {
    color:#FCC301;
}
.d1myw3dfjau { color: rgb(82, 252, 71); display: flex; width: 50%; margin: -5px; padding: 40px 7px; }
@media screen and (max-width: 870px){
    .e7cz9mvl {
        width: 100%;
        margin-top: 70px;
    }
    .lzhc9sy2 {
        max-width: 1440px;
        height: 300px;
        margin: 0 auto;
        padding: 0 30px;
    }
    .irns2ypk {
        width: 60%;
    }
    .gcw3vlrz {
        color: var(--color-light);
        font-family: 'arial black', sans-serif;
        font-size: 30pt;
        line-height: 1.2;
    }
    .ow5i7zug {
        font-size: 20px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 468px){
    .irns2ypk {
        width: 100%;
    }
    .gcw3vlrz {
        font-size: 24px;
    }
    .ow5i7zug {
        font-size: 18px;
    }
}
.lvh8qaoi {  
    width: 100%;
}
.t2ftri65 { 
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.i245p7bn { 
    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;
}
.i245p7bn a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    color: var(--color-light);
}
.i245p7bn img {
    max-width: 83px;
    width: 100%;
    height: 80px;
}
.i245p7bn p {
    font-size: 16px;
    font-weight: bold;
}
@media  screen and (max-width: 768px) {
    .t2ftri65 { 
        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;
    }
    .i245p7bn { 
        max-width: 260px;
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 30px;
        gap: 40px;
    }
    .i245p7bn img {
        max-width: 83px;
        width: 100%;
        height: 80px;
    }
    .i245p7bn p {
        font-size: 16px;
        font-weight: bold;
    }
}
.awrw4alh {
    width: 100%;
    margin-bottom: 40px;
}
.d306ajpi {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.d306ajpi h2 {
    color: var(--color-accent);
}
.r31tbvvl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    padding-top: 20px;
}
.gx1wy0h7 {
    width: 100%;
    height: auto;
    max-width: 220px;
    min-height: 220px;
    position: relative;
    background-color: inherit;
    border-radius: 10px;
}
.n5ku1tuz7 { border: 4px dashed #a5cf50; padding: 36px 21px; margin: 12px; width: 79vw; }
.gx1wy0h7 img {
    height: auto;
    max-width: 220px;
    border-radius: 10px;
}
.gx1wy0h7 .u0xqm3ae {
    position: absolute;
    top: 45%;
    left: 40%;
    width: 60px;
    height: 60px;
    opacity: 0;
}
.gx1wy0h7:hover .u0xqm3ae {
    opacity: 1; 
}
.gx1wy0h7:hover img {
    opacity: 0.3;
}
@media screen and (max-width: 695px) {
    .r31tbvvl {
        justify-content: center;
        gap:10px;
    }
    .gx1wy0h7 {
        max-width: 120px;
        min-height: 190px;
    }
    .gx1wy0h7 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;
}
@media (max-width: 1280px) {
    .p6s4pjn8 {
      width: 100%;
    }
  }
@media (max-width: 600px) {
    .p6s4pjn8 {
      width: 100%;
    }
    .o7yf59rf img {
        max-width: 35px;
    }
  }
.ggimi52e {
    margin-top: 70px;
}
.n21prfyc {
    width: 100%;
    margin-bottom: 40px;
}
.o8rh67va {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
overflow-x: hidden;
}
.n21prfyc .yyhc00cw {
    display: flex;
    justify-content: center;
}
.gkesovg0rrrl { width: 13px; padding: 5px 47px; display: grid; color: rgb(197, 110, 150); border: 5px dashed #849f65; }
.elyibwv1 {
    display: flex;
    justify-content: center;
    align-items:center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.elyibwv1 img {
    width: 100%;
}
.yyhc00cw {
    display: flex;
    justify-content: center;
    align-items:center;
    margin-bottom: 30px;
}
.oshjxtig {
    border: none;
    background-color: var(--color-accent);
    border-radius: 10px;
    height: auto;
    padding: 20px 70px;
}
.oshjxtig a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
}
.vak96iyv {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.bmsmyjs2 h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.tcindwa4 {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 1px solid var(--color-light);
    padding: 1rem;
}
.jtl0a8to {
	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;
}
.z58zce7s {
    max-width: 1440px;
    margin: 30px auto;
    padding: 0 10px;
    padding-top: 30px;
}
.s5gl5vx2 {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.s5gl5vx2 img {
    opacity: 0.4;
}
.kprmzgln {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    justify-content: center;
    gap: 10px;
    padding: 20px; 
}
.bqydc800ikse { display: flex; width: 29px; padding-left: 30px; color: rgb(250, 44, 226); border: 2px dotted #3ad6a2; margin: -19px; padding-right: 42px; }
.cjiysy1g {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cjiysy1g a {
    display: block; 
    color: var(--color-light);
    text-decoration: none; 
    margin-bottom: 15px; 
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
  }
.cjiysy1g a:hover {
    text-decoration: underline; 
  }
.ox5soid4 {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}
.ox5soid4 img {
    height: 30px;
}
.i67e81h8 {
    font-size: 16px;
    margin: 40px 0;
}
@media (max-width: 768px) {
    .kprmzgln {
      grid-template-columns: repeat(1, 2fr); 
    }
    .oshjxtig {
        padding: 10px 40px;
    }
    .oshjxtig 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;
}
.lzhc9sy2 {
  position: relative;
  z-index: 2;
}
.gcw3vlrz {
  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) }
}
.e7cz9mvl {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
.hqzb3xbx button:hover {
  transform: translateY(-8px) rotate(1deg);
}
.hqzb3xbx 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);
  }
}
.n21prfyc 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;


}
.fo306hvt {
max-width: 1440px;
margin: 0 auto;
padding: 10px;
}
.utkza3o998w { padding-left: 23px; border: 5px solid #08b788; display: inline-block; padding-right: 5px; }
.om41fy50 {
            max-width: 1400px;
            margin: 0 auto;
        }
.vamac9ry {
            display: flex;
            justify-content: flex-start;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 40px;
        }
.my94jxvj {
            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;
        }
.my94jxvj: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);
        }
.my94jxvj:active {
            transform: translateY(0);
        }
@media (max-width: 768px) {
            .vamac9ry {
                gap: 12px;
            }

            .my94jxvj {
                flex: 1 1 150px;
                padding: 20px 16px;
                font-size: 14px;
            }
        }
@media (max-width: 480px) {
            .my94jxvj {
                flex: 1 1 calc(50% - 6px);
            }
        }
.u5j1ayu0 {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 20px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.qirfbyz3 {
        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;
    }
.qirfbyz3:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.qirfbyz3:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .qirfbyz3 {
            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
}
.hkfrrcqxw { margin: -20px; width: 10vw; padding: 33px 1px; color: rgb(232, 164, 155); display: inline-block; border: 2px solid #55ccb0; }
#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
}
.apux0uox {
    position: relative;
    align-items: center
}
.r59wcxlc {
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    height: 100%
}
@media (max-width: 1024px) {
    .r59wcxlc {
        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"
    }
}
.q3x9l4r6 {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.d2x8vthm {
    height: 60px;
    min-width: 10%;
    margin-left: 24px;
    margin-right: 2px;
    flex-shrink: 3;
    z-index: 2
}
@media (max-width: 1024px) {
    .d2x8vthm {
        max-width: 100px;
        margin: 0;
        border-width: 2px;
        grid-area: img
    }
}
.qr4ctfi1 {
    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) {
    .qr4ctfi1 {
        display: contents
    }
}
.qr4ctfi1 svg *[fill] {
    fill: currentcolor
}
.qr4ctfi1 svg *[stroke] {
    stroke: currentcolor
}
.r3yixorh {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px
}
@media (max-width: 1024px) {
    .r3yixorh {
        align-items: start;
        grid-area: text
    }
}
.e7ce6qmb {
    flex: 1;
    font-weight: 800;
    line-height: 110%;
    text-align: center;
    color: var(--color-accent);
    font-size: 32px
}
@media (max-width: 1024px) {
    .e7ce6qmb {
        font-size: 18px;
        text-align: start
    }
}
.szhz7tf4 {
    flex: 1;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
    color: var(--color-light);
    font-size: 16px
}
@media (max-width: 1024px) {
    .szhz7tf4 {
        font-size: 14px;
        text-align: start
    }
}
.b7ikrw2b {
    position: absolute;
    right: 35%;
    overflow: visible;
    z-index: 1
}
.gf0efebdb { border: 5px dotted #de783c; width: 45%; color: rgb(98, 161, 182); }
@media (max-width: 1024px) {
    .b7ikrw2b {
        right: -8%
    }
}
.fvlc20js {
    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
}
.fvlc20js:hover {
    filter: brightness(1.2)
}
.fvlc20js:active {
    filter: contrast(200%) saturate(50%)
}
@media (max-width: 576px) {
    .fvlc20js {
        height: 40px;
        font-size: 14px;
        padding: 11px 0
    }
}
.fvlc20js {
    animation: pulsate 1.5s ease-in-out infinite
}
@media (max-width: 1024px) {
    .fvlc20js {
        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
    }
}
.o3mlv4ua {
max-height: 370px;
    overflow-y: scroll;
}
.qc3vb6xk {
margin-right:5px;
}
.oba4w2nz {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.ojqv4ylf {
    background-color: /* Синий фон для иконки глобуса */
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.ojqv4ylf svg {
    width: 20px;
    height: 20px;
    fill: white;
}
.a4te9crc {
    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;
}
.oba4w2nz[active] .a4te9crc {
    display: block;
}
.a4te9crc ul li {
 list-style: none;
margin-left: 5px;
}
.a4te9crc ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
.a4te9crc 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;
}
.oiezhefybv3e { color: rgb(210, 5, 191); }
.a4te9crc li a:hover {
    background-color: #f5f5f5;
}
.a4te9crc li a svg {
    width: 20px;
    height: 15px;
    margin-right: 10px;
    border: 1px solid #eee;
}
.ww2064kl {
overflow: hidden;
}
.gx1wy0h7 {
max-width:inherit;
text-align: center;
}
.h1qcelvt {
 flex-basis: 49%; 
}
.ppmbg8t5 {
 flex-basis: 32.3333%; 
}
.ht22oy8g {
 flex-basis: 24%; 
}
.ie5wdpfj {
 flex-basis: 19%; 
}
.kf1vovur {
 flex-basis: 15.6666%; 
}
.of1h4xta {
 flex-basis: 13.2857%; 
}
.fv9eaat7 {
width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.xlvuts39piin { padding-left: 13px; display: block; }
.fv9eaat7 .xbt2y9a1 {
max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.fv9eaat7 .gnvltxw6 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.fv9eaat7 .gnvltxw6 .jt1otfqg  {
list-style:none;
}
.fv9eaat7 .gnvltxw6 .jt1otfqg 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;
}
.fv9eaat7 + section.e7cz9mvl {
margin-top:0px;
}
/* slotpage */

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


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