: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;
}
.n78d5szpr { color: rgb(189, 244, 169); margin: -19px; padding: 35px 37px; }
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;
    }
}
.qq440vk6 {
 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 */
}
.uiq7vlh0 {
    max-width: 149px;
    width: 100%;
}
.kolz3myx {
    width: 100%;
}
.owea6jr9 {
    display: flex;
    justify-content: flex-end;
    align-items:center;
    gap: 30px;
    width: 100%;
}
.owea6jr9 a.m5luvyww {
color: var(--color-light);
}
@media screen and (max-width:991px) {
    .owea6jr9 a.m5luvyww {
        display:none;
    }
}
.rgeklms6 {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items:center;
    
}
.ot9037i8 {
    border: none;
    background-color: var(--color-light);
    width: 100%;
    min-height: 42px;
    padding: 10px 20px;
    border-radius: 12px;
}
.ot9037i8 a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.ot9037i8:nth-of-type(1){
    background-color: var(--color-accent);
    
}
.ot9037i8:nth-of-type(2){

    
}
.ot9037i8:nth-of-type(2) a {
    color: var(--bg-card);
    text-transform: uppercase;
    
}
.gdaxtu2r {
    margin-right: auto;
    color: var(--color-light);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;

}
.u0jirkrm { padding: 22px 23px; color: rgb(153, 34, 158); width: 36%; display: inline-block; }
@media screen and (max-width:768px) {
    .qq440vk6{
        height: auto;
        padding-right: 85px;
    }
    .gdaxtu2r {
        display: none;
    }
    .owea6jr9 {
        justify-content: center;
    }
}
@media screen and (max-width:478px) {
    .ot9037i8 {
        height: 32px;
        padding: 5px 10px;
    }
    .ot9037i8 a {
        font-size: 10px;
    }
}
.cfiaxxmn {
    display: none;
 }
@media screen and (max-width: 768px) {
    .cfiaxxmn {
        display: block;
        position: static;
        z-index: 902;
        
    }
    
    .sfejptin {
        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;
    }
    
    .sfejptin[active] {
        width: 100%;
        padding-top: 65px;
        left: 0;
    }
    .fywma557 {
        width: 100%;
        padding: 10px 40px;
        background-color: #FCC301;
        border: none;
    }
    .fywma557:nth-of-type(2){
        background-color:var(--color-accent);
    }
    .fywma557 a {
        text-transform: uppercase;
        color:var(--color-light);
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .l9rc6oeg {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
        height: 60%;
    }
    .lfuickkj {
        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;

    }
    
    .y6oyq0wc {
        display: flex;
        flex-direction: column;
        gap: 4px;
        width: 50px;
        height: 43px;
        position: absolute;
        right: 15px;
        top: 25px;
        z-index: 100;
    }
    
    .ekh7pyfb {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10%;
        right: 5%;
        transform: translate(50%, -50%);
        cursor: pointer;
    }
    
    .ekh7pyfb:before,
    .ekh7pyfb:after {
        content: '';
        position: absolute;
        width: 3px;
        height: 20px;
        background:var(--bg-card);
    }
    
    .ekh7pyfb:before {
        transform: rotate(45deg);
    }
    
    .ekh7pyfb:after {
        transform: rotate(-45deg);
    }
    
    .y6oyq0wc div {
        width: 25px;
        height: 3px;
        background-color:var(--color-light);
    }
 }
.ppijhdwr {
    width: 100%;
    height: auto;
    background-image: url('/img/bg.gkyzhko0');
    background-position: center;
    background-size: cover;
    margin-top: 70px;
}
.zt3kanbx {
    max-width: 1440px;
    height: 500px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.b1mzcy3k {
    width: 60%;
}
.xj2hcsn6 {
    color:var(--color-light);
    font-family: 'arial black', sans-serif;
    font-size: 30pt;
    line-height: 1.2;
margin-bottom: 30px;
}
.h520zwu4 {
    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){
    .ppijhdwr {
        width: 100%;
        margin-top: 70px;
    }
    .zt3kanbx {
        max-width: 1440px;
        height: 300px;
        margin: 0 auto;
        padding: 0 30px;
    }
    .b1mzcy3k {
        width: 60%;
    }
    .xj2hcsn6 {
        color: var(--color-light);
        font-family: 'arial black', sans-serif;
        font-size: 30pt;
        line-height: 1.2;
    }
    .h520zwu4 {
        font-size: 20px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 468px){
    .b1mzcy3k {
        width: 100%;
    }
    .xj2hcsn6 {
        font-size: 24px;
    }
    .h520zwu4 {
        font-size: 18px;
    }
}
.agh3ae10 {  
    width: 100%;
}
.um1o1kr1 { 
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.usz91mjd { 
    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;
}
.usz91mjd a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    color: var(--color-light);
}
.usz91mjd img {
    max-width: 83px;
    width: 100%;
    height: 80px;
}
.usz91mjd p {
    font-size: 16px;
    font-weight: bold;
}
@media  screen and (max-width: 768px) {
    .um1o1kr1 { 
        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;
    }
    .usz91mjd { 
        max-width: 260px;
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 30px;
        gap: 40px;
    }
    .usz91mjd img {
        max-width: 83px;
        width: 100%;
        height: 80px;
    }
    .usz91mjd p {
        font-size: 16px;
        font-weight: bold;
    }
}
.nzhdwvrx {
    width: 100%;
    margin-bottom: 40px;
}
.snl66bpec { padding: 19px 21px; }
.ge70upyz {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.ge70upyz h2 {
    color: var(--color-accent);
}
.qu5776al {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    padding-top: 20px;
}
.dujbo1de {
    width: 100%;
    height: auto;
    max-width: 220px;
    min-height: 220px;
    position: relative;
    background-color: inherit;
    border-radius: 10px;
}
.dujbo1de img {
    height: auto;
    max-width: 220px;
    border-radius: 10px;
}
.dujbo1de .r5ji1a6x {
    position: absolute;
    top: 45%;
    left: 40%;
    width: 60px;
    height: 60px;
    opacity: 0;
}
.dujbo1de:hover .r5ji1a6x {
    opacity: 1; 
}
.dujbo1de:hover img {
    opacity: 0.3;
}
@media screen and (max-width: 695px) {
    .qu5776al {
        justify-content: center;
        gap:10px;
    }
    .dujbo1de {
        max-width: 120px;
        min-height: 190px;
    }
    .dujbo1de 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);
}
.xr998qdeydu { margin: -7px; display: inline-block; padding: 42px 17px; width: 67vw; }
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) {
    .ny5mxmt1 {
      width: 100%;
    }
  }
@media (max-width: 600px) {
    .ny5mxmt1 {
      width: 100%;
    }
    .x8ng1hes img {
        max-width: 35px;
    }
  }
.epypop9w {
    margin-top: 70px;
}
.ysy8nizj {
    width: 100%;
    margin-bottom: 40px;
}
.eb6x6hyb {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
overflow-x: hidden;
}
.ysy8nizj .dwpa80i4 {
    display: flex;
    justify-content: center;
}
.wi96oyjy {
    display: flex;
    justify-content: center;
    align-items:center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.wi96oyjy img {
    width: 100%;
}
.dwpa80i4 {
    display: flex;
    justify-content: center;
    align-items:center;
    margin-bottom: 30px;
}
.er4jlbm7 {
    border: none;
    background-color: var(--color-accent);
    border-radius: 10px;
    height: auto;
    padding: 20px 70px;
}
.er4jlbm7 a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
}
.ua2rxpag {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.xye3dxkth { display: grid; width: 75%; border: 1px dotted #1cb7a7; margin: -2px; padding: 28px 26px; color: rgb(172, 224, 69); }
.kqcta64l h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.yixo5deq {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 1px solid var(--color-light);
    padding: 1rem;
}
.t7oyy1uk {
	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;
}
.tqnev2l2 {
    max-width: 1440px;
    margin: 30px auto;
    padding: 0 10px;
    padding-top: 30px;
}
.r7k9zyt5 {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.r7k9zyt5 img {
    opacity: 0.4;
}
.wlsjom2j {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 20px; 
}
.afm8t6ov {
    display: flex;
    justify-content: center;
    align-items: center;
}
.afm8t6ov a {
    display: block; 
    color: var(--color-light);
    text-decoration: none; 
    margin-bottom: 15px; 
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
  }
.afm8t6ov a:hover {
    text-decoration: underline; 
  }
.fzg3ddle {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}
.fzg3ddle img {
    height: 30px;
}
.lzlu8f2r {
    font-size: 16px;
    margin: 40px 0;
}
.amykrza9qv { width: 42%; }
@media (max-width: 768px) {
    .wlsjom2j {
      grid-template-columns: repeat(1, 2fr); 
    }
    .er4jlbm7 {
        padding: 10px 40px;
    }
    .er4jlbm7 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;
}
.zt3kanbx {
  position: relative;
  z-index: 2;
}
.xj2hcsn6 {
  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) }
}
.ppijhdwr {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
.x7h5o6nr button:hover {
  transform: translateY(-8px) rotate(1deg);
}
.x7h5o6nr 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);
  }
}
.ysy8nizj 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;


}
.t6nz6npb {
max-width: 1440px;
margin: 0 auto;
padding: 10px;
}
.np6cdi0n {
            max-width: 1400px;
            margin: 0 auto;
        }
.fik21csb {
            display: flex;
            justify-content: flex-start;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 40px;
        }
.gdaxtu2r {
            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;
        }
.gdaxtu2r: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);
        }
.gdaxtu2r:active {
            transform: translateY(0);
        }
.kdfg07y5ldj { margin: 19px; width: 57%; }
@media (max-width: 768px) {
            .fik21csb {
                gap: 12px;
            }

            .gdaxtu2r {
                flex: 1 1 150px;
                padding: 20px 16px;
                font-size: 14px;
            }
        }
@media (max-width: 480px) {
            .gdaxtu2r {
                flex: 1 1 calc(50% - 6px);
            }
        }
.m3gidg0s {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 20px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.oelo12we {
        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;
    }
.oelo12we:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.oelo12we:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .oelo12we {
            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
}
.vp7hz2lr {
    position: relative;
    align-items: center
}
.l7fiacdy {
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    height: 100%
}
@media (max-width: 1024px) {
    .l7fiacdy {
        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"
    }
}
.byd22l7w {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.peif9h76 {
    height: 60px;
    min-width: 10%;
    margin-left: 24px;
    margin-right: 2px;
    flex-shrink: 3;
    z-index: 2
}
@media (max-width: 1024px) {
    .peif9h76 {
        max-width: 100px;
        margin: 0;
        border-width: 2px;
        grid-area: img
    }
}
.z3pp28es {
    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) {
    .z3pp28es {
        display: contents
    }
}
.z3pp28es svg *[fill] {
    fill: currentcolor
}
.z3pp28es svg *[stroke] {
    stroke: currentcolor
}
.eawcichh {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px
}
.j9chfgbe { border: 1px solid #1cef98; display: flex; padding: 25px 9px; width: 92px; margin: 17px; }
@media (max-width: 1024px) {
    .eawcichh {
        align-items: start;
        grid-area: text
    }
}
.shjfxl19 {
    flex: 1;
    font-weight: 800;
    line-height: 110%;
    text-align: center;
    color: var(--color-accent);
    font-size: 32px
}
@media (max-width: 1024px) {
    .shjfxl19 {
        font-size: 18px;
        text-align: start
    }
}
.x3q2611v {
    flex: 1;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
    color: var(--color-light);
    font-size: 16px
}
@media (max-width: 1024px) {
    .x3q2611v {
        font-size: 14px;
        text-align: start
    }
}
.kj9nmn6t {
    position: absolute;
    right: 35%;
    overflow: visible;
    z-index: 1
}
@media (max-width: 1024px) {
    .kj9nmn6t {
        right: -8%
    }
}
.vc56gp3j {
    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
}
.vc56gp3j:hover {
    filter: brightness(1.2)
}
.vc56gp3j:active {
    filter: contrast(200%) saturate(50%)
}
@media (max-width: 576px) {
    .vc56gp3j {
        height: 40px;
        font-size: 14px;
        padding: 11px 0
    }
}
.vc56gp3j {
    animation: pulsate 1.5s ease-in-out infinite
}
@media (max-width: 1024px) {
    .vc56gp3j {
        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
    }
}
.jpwjea6z {
max-height: 370px;
    overflow-y: scroll;
}
.q6p8wrqk {
margin-right:5px;
}
.ie6sipw2 {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.gmrto4rwz2ea { padding-left: 23px; }
.mntcj4e4 {
    background-color: /* Синий фон для иконки глобуса */
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.mntcj4e4 svg {
    width: 20px;
    height: 20px;
    fill: white;
}
.no9hmw22 {
    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;
}
.ie6sipw2[active] .no9hmw22 {
    display: block;
}
.no9hmw22 ul li {
 list-style: none;
margin-left: 5px;
}
.no9hmw22 ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
.no9hmw22 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;
}
.no9hmw22 li a:hover {
    background-color: #f5f5f5;
}
.no9hmw22 li a svg {
    width: 20px;
    height: 15px;
    margin-right: 10px;
    border: 1px solid #eee;
}
.oql8vvqp {
overflow: hidden;
}
.dujbo1de {
max-width:inherit;
text-align: center;
}
.cci6kyxu {
 flex-basis: 49%; 
}
.cdxtivyu {
 flex-basis: 32.3333%; 
}
.zk96y6kk {
 flex-basis: 24%; 
}
.x2co34v1 {
 flex-basis: 19%; 
}
.jdy9przawm1c { border: 4px solid #5160c8; margin: 13px; padding: 10px 48px; }
.qjdd6zpi {
 flex-basis: 15.6666%; 
}
.pzqpccbf {
 flex-basis: 13.2857%; 
}
.ibnetani {
width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.ibnetani .bce03mud {
max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.ibnetani .noxe64zp {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.ibnetani .noxe64zp .beychgxh  {
list-style:none;
}
.ibnetani .noxe64zp .beychgxh 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;
}
.ibnetani + section.ppijhdwr {
margin-top:0px;
}
/* slotpage */

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


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