: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;
    }
}
.fhjjxdbi {
 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 */
}
.v4vo5v0a {
    max-width: 149px;
    width: 100%;
}
.mzm7d4lu {
    width: 100%;
}
.c5hy3w9x { margin: 6px; color: rgb(73, 60, 45); border: 1px dashed #3d50b2; padding: 35px 10px; }
.bmf042u3 {
    display: flex;
    justify-content: flex-end;
    align-items:center;
    gap: 30px;
    width: 100%;
}
.ydbx8bl4 {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items:center;
    
}
.y3xei6pp {
    border: none;
    background-color: var(--color-light);
    width: 100%;
    min-height: 42px;
    padding: 10px 20px;
    border-radius: 12px;
}
.y3xei6pp a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.y3xei6pp:nth-of-type(1){
    background-color: var(--color-accent);
    
}
.y3xei6pp:nth-of-type(2){

    
}
.y3xei6pp:nth-of-type(2) a {
    color: var(--bg-card);
    text-transform: uppercase;
    
}
.veho0p8m {
    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) {
    .fhjjxdbi{
        height: auto;
        padding-left: 50px;
    }
    .veho0p8m {
        display: none;
    }
    .bmf042u3 {
        justify-content: center;
    }
}
@media screen and (max-width:478px) {
    .y3xei6pp {
        height: 32px;
        padding: 5px 10px;
    }
    .y3xei6pp a {
        font-size: 10px;
    }
}
.qfppnv52 {
    display: none;
 }
@media screen and (max-width: 768px) {
    .qfppnv52 {
        display: block;
        position: static;
        z-index: 902;
        
    }
    
    .vljaxwi7 {
        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;
    }
    
    .vljaxwi7[active] {
        width: 100%;
        padding-top: 65px;
        left: 0;
    }
    .ofb5ytp4 {
        width: 100%;
        padding: 10px 40px;
        background-color: #FCC301;
        border: none;
    }
    .ofb5ytp4:nth-of-type(2){
        background-color:var(--color-accent);
    }
    .ofb5ytp4 a {
        text-transform: uppercase;
        color:var(--color-light);
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .cpvbf9pu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
        height: 60%;
    }
    .yuvpf1zs {
        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;

    }
    
    .ma84teu3 {
        display: flex;
        flex-direction: column;
        gap: 4px;
        width: 50px;
        height: 43px;
        position: absolute;
        left: 15px;
        top: 25px;
        z-index: 100;
    }
    
    .rkr1ic3u {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10%;
        right: 5%;
        transform: translate(50%, -50%);
        cursor: pointer;
    }
    
    .rkr1ic3u:before,
    .rkr1ic3u:after {
        content: '';
        position: absolute;
        width: 3px;
        height: 20px;
        background:var(--bg-card);
    }
    
    .rkr1ic3u:before {
        transform: rotate(45deg);
    }
    
    .rkr1ic3u:after {
        transform: rotate(-45deg);
    }
    
    .ma84teu3 div {
        width: 25px;
        height: 3px;
        background-color:var(--color-light);
    }
 }
.o5wfuxcp {
    width: 100%;
    height: auto;
    background-image: url('/img/bg.ftdzjmim');
    background-position: center;
    background-size: cover;
    margin-top: 70px;
}
.t39ew6ob {
    max-width: 1440px;
    height: 500px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.mcyj2b4l {
    width: 60%;
}
.qs1o6mwd {
    color:var(--color-light);
    font-family: 'arial black', sans-serif;
    font-size: 30pt;
    line-height: 1.2;
margin-bottom: 30px;
}
.ydludh9w {
    font-family: 'arial black', sans-serif;
    font-size: 30px;
    line-height: 1.2;
    margin-top: 20px;
margin-bottom: 20px;
}
em {
    color:#FCC301;
}
.l5f4s6wq6 { color: rgb(28, 206, 8); padding: 43px 28px; }
@media screen and (max-width: 870px){
    .o5wfuxcp {
        width: 100%;
        margin-top: 70px;
    }
    .t39ew6ob {
        max-width: 1440px;
        height: 300px;
        margin: 0 auto;
        padding: 0 30px;
    }
    .mcyj2b4l {
        width: 60%;
    }
    .qs1o6mwd {
        color: var(--color-light);
        font-family: 'arial black', sans-serif;
        font-size: 30pt;
        line-height: 1.2;
    }
    .ydludh9w {
        font-size: 20px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 468px){
    .mcyj2b4l {
        width: 100%;
    }
    .qs1o6mwd {
        font-size: 24px;
    }
    .ydludh9w {
        font-size: 18px;
    }
}
.lhiv1fkd {  
    width: 100%;
}
.jildlnj1 { 
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.ej82w23g { 
    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;
}
.ej82w23g a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    color: var(--color-light);
}
.ej82w23g img {
    max-width: 83px;
    width: 100%;
    height: 80px;
}
.ej82w23g p {
    font-size: 16px;
    font-weight: bold;
}
@media  screen and (max-width: 768px) {
    .jildlnj1 { 
        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;
    }
    .ej82w23g { 
        max-width: 260px;
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 30px;
        gap: 40px;
    }
    .ej82w23g img {
        max-width: 83px;
        width: 100%;
        height: 80px;
    }
    .ej82w23g p {
        font-size: 16px;
        font-weight: bold;
    }
}
.mmplp7tj {
    width: 100%;
    margin-bottom: 40px;
}
.t7xcxxe0 {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.t7xcxxe0 h2 {
    color: var(--color-accent);
}
.e3g489kr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    padding-top: 20px;
}
.p7hcehh8s { color: rgb(57, 40, 127); border: 4px solid #34dde6; }
.imcwlcrn {
    width: 100%;
    height: auto;
    max-width: 220px;
    min-height: 220px;
    position: relative;
    background-color: inherit;
    border-radius: 10px;
}
.imcwlcrn img {
    height: auto;
    max-width: 220px;
    border-radius: 10px;
}
.imcwlcrn .naa7zmg5 {
    position: absolute;
    top: 45%;
    left: 40%;
    width: 60px;
    height: 60px;
    opacity: 0;
}
.imcwlcrn:hover .naa7zmg5 {
    opacity: 1; 
}
.imcwlcrn:hover img {
    opacity: 0.3;
}
@media screen and (max-width: 695px) {
    .e3g489kr {
        justify-content: center;
        gap:10px;
    }
    .imcwlcrn {
        max-width: 120px;
        min-height: 190px;
    }
    .imcwlcrn 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) {
    .bnkov9gu {
      width: 100%;
    }
  }
@media (max-width: 600px) {
    .bnkov9gu {
      width: 100%;
    }
    .bg4xy0v4 img {
        max-width: 35px;
    }
  }
.y7s1w2wo {
    margin-top: 70px;
}
.syamz3r5 {
    width: 100%;
    margin-bottom: 40px;
}
.gt5d308c {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.syamz3r5 .v0ixfr7b {
    display: flex;
    justify-content: center;
}
.b5oweyio {
    display: flex;
    justify-content: center;
    align-items:center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.mzn66n1vl { padding: 37px 4px; margin: 17px; }
.b5oweyio img {
    width: 100%;
}
.v0ixfr7b {
    display: flex;
    justify-content: center;
    align-items:center;
    margin-bottom: 30px;
}
.krf0s7od {
    border: none;
    background-color: var(--color-accent);
    border-radius: 10px;
    height: auto;
    padding: 20px 70px;
}
.krf0s7od a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
}
.koqcjnmg {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.sf6fkxb4 h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.lqjpfypa {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 1px solid var(--color-light);
    padding: 1rem;
}
.eht66aiq {
	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;
}
.rgpk1jcn {
    max-width: 1440px;
    margin: 30px auto;
    padding: 0 10px;
    padding-top: 30px;
}
.wbk2cz8t {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.wbk2cz8t img {
    opacity: 0.4;
}
.rvdcbgaf {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    justify-content: center;
    gap: 10px;
    padding: 20px; 
}
.lky4nbb3e { padding-left: 20px; color: rgb(106, 241, 244); margin: 0px; padding-right: 14px; }
.osaujpq2 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.osaujpq2 a {
    display: block; 
    color: var(--color-light);
    text-decoration: none; 
    margin-bottom: 15px; 
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
  }
.osaujpq2 a:hover {
    text-decoration: underline; 
  }
.s75217yy {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}
.s75217yy img {
    height: 30px;
}
.pc9fmnu0 {
    font-size: 16px;
    margin: 40px 0;
}
@media (max-width: 768px) {
    .rvdcbgaf {
      grid-template-columns: repeat(1, 2fr); 
    }
    .krf0s7od {
        padding: 10px 40px;
    }
    .krf0s7od 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;
}
.t39ew6ob {
  position: relative;
  z-index: 2;
}
.qs1o6mwd {
  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) }
}
.o5wfuxcp {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
.fvenhdtcfvj { width: 6vw; margin: -11px; padding: 47px 38px; border: 3px dashed #bdc9ee; }
.itbbbn2i button:hover {
  transform: translateY(-8px) rotate(1deg);
}
.itbbbn2i 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);
  }
}
.syamz3r5 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;


}
.aytwhf6x {
max-width: 1440px;
margin: 0 auto;
padding: 10px;
}
.xmuy034a {
            max-width: 1400px;
            margin: 0 auto;
        }
.z9lt9842 {
            display: flex;
            justify-content: flex-start;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 40px;
        }
.veho0p8m {
            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;
        }
.veho0p8m: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);
        }
.veho0p8m:active {
            transform: translateY(0);
        }
@media (max-width: 768px) {
            .z9lt9842 {
                gap: 12px;
            }

            .veho0p8m {
                flex: 1 1 150px;
                padding: 20px 16px;
                font-size: 14px;
            }
        }
@media (max-width: 480px) {
            .veho0p8m {
                flex: 1 1 calc(50% - 6px);
            }
        }
.b5lplz9q {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 20px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.yexq6q8l {
        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;
    }
.jpi0brbs7q3c { padding: 21px 3px; }
.yexq6q8l:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.yexq6q8l:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .yexq6q8l {
            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
}
.qlgq23g8 {
    position: relative;
    align-items: center
}
.eek1lcyh {
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    height: 100%
}
@media (max-width: 1024px) {
    .eek1lcyh {
        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"
    }
}
.zhl3l0w1 {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.pildl2tu {
    height: 60px;
    min-width: 10%;
    margin-left: 24px;
    margin-right: 2px;
    flex-shrink: 3;
    z-index: 2
}
@media (max-width: 1024px) {
    .pildl2tu {
        max-width: 100px;
        margin: 0;
        border-width: 2px;
        grid-area: img
    }
}
.u5pv3ew8 {
    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) {
    .u5pv3ew8 {
        display: contents
    }
}
.u5pv3ew8 svg *[fill] {
    fill: currentcolor
}
.u5pv3ew8 svg *[stroke] {
    stroke: currentcolor
}
.uijkbvsg {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px
}
.ayxjbfyb10w { padding: 34px 34px; }
@media (max-width: 1024px) {
    .uijkbvsg {
        align-items: start;
        grid-area: text
    }
}
.hsiyiwwd {
    flex: 1;
    font-weight: 800;
    line-height: 110%;
    text-align: center;
    color: var(--color-accent);
    font-size: 32px
}
@media (max-width: 1024px) {
    .hsiyiwwd {
        font-size: 18px;
        text-align: start
    }
}
.dzmkrgbz {
    flex: 1;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
    color: var(--color-light);
    font-size: 16px
}
@media (max-width: 1024px) {
    .dzmkrgbz {
        font-size: 14px;
        text-align: start
    }
}
.uuxlpzne {
    position: absolute;
    right: 35%;
    overflow: visible;
    z-index: 1
}
@media (max-width: 1024px) {
    .uuxlpzne {
        right: -8%
    }
}
.o2egg4lj {
    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
}
.o2egg4lj:hover {
    filter: brightness(1.2)
}
.o2egg4lj:active {
    filter: contrast(200%) saturate(50%)
}
@media (max-width: 576px) {
    .o2egg4lj {
        height: 40px;
        font-size: 14px;
        padding: 11px 0
    }
}
.o2egg4lj {
    animation: pulsate 1.5s ease-in-out infinite
}
@media (max-width: 1024px) {
    .o2egg4lj {
        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
    }
}
.t1kjbhj2 {
max-height: 370px;
    overflow-y: scroll;
}
.vzhbgii3 {
margin-right:5px;
}
.tn8vfwho {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.w5qqu14pmv { color: rgb(215, 212, 19); }
.uz4k0mex {
    background-color: /* Синий фон для иконки глобуса */
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.uz4k0mex svg {
    width: 20px;
    height: 20px;
    fill: white;
}
.oh7f5ea5 {
    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;
}
.tn8vfwho[active] .oh7f5ea5 {
    display: block;
}
.oh7f5ea5 ul li {
 list-style: none;
margin-left: 5px;
}
.oh7f5ea5 ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
.oh7f5ea5 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;
}
.oh7f5ea5 li a:hover {
    background-color: #f5f5f5;
}
.oh7f5ea5 li a svg {
    width: 20px;
    height: 15px;
    margin-right: 10px;
    border: 1px solid #eee;
}
.mclzxvxs {
overflow: hidden;
}
.imcwlcrn {
max-width:inherit;
text-align: center;
}
.ckuc0b68j { padding: 41px 11px; border: 5px solid #41f9be; }
.y8bijpw6 {
 flex-basis: 49%; 
}
.ixlpvves {
 flex-basis: 32.3333%; 
}
.zc4ckkr6 {
 flex-basis: 24%; 
}
.mzw8rubu {
 flex-basis: 19%; 
}
.c73j3ac1 {
 flex-basis: 15.6666%; 
}
.b7ccn4fz {
 flex-basis: 13.2857%; 
}
.wyxz8n2x {
width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.wyxz8n2x .jagu3d8p {
max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.wyxz8n2x .c80608w3 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.wyxz8n2x .c80608w3 .jn1s12fc  {
list-style:none;
}
.wyxz8n2x .c80608w3 .jn1s12fc 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;
}
.wyxz8n2x + section.o5wfuxcp {
margin-top:0px;
}