: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;
    }
}
.hzka173u {
 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 */
}
.mrssqbx63dw { margin: 3px; padding: 13px 29px; width: 22px; display: block; color: rgb(214, 97, 160); border: 5px dotted #9ccf88; }
.r7utt8nl {
    max-width: 149px;
    width: 100%;
}
.etjeh9yn {
    width: 100%;
}
.qnc2ccpm {
    display: flex;
    justify-content: flex-end;
    align-items:center;
    gap: 30px;
    width: 100%;
}
.wmm8vehz {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items:center;
    
}
.gm5205cd {
    border: none;
    background-color: var(--color-light);
    width: 100%;
    min-height: 42px;
    padding: 10px 20px;
    border-radius: 12px;
}
.gm5205cd a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.gm5205cd:nth-of-type(1){
    background-color: var(--color-accent);
    
}
.gm5205cd:nth-of-type(2){

    
}
.gm5205cd:nth-of-type(2) a {
    color: var(--bg-card);
    text-transform: uppercase;
    
}
.m2jct93o {
    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) {
    .hzka173u{
        height: auto;
        padding-left: 50px;
    }
    .m2jct93o {
        display: none;
    }
    .qnc2ccpm {
        justify-content: center;
    }
}
@media screen and (max-width:478px) {
    .gm5205cd {
        height: 32px;
        padding: 5px 10px;
    }
    .gm5205cd a {
        font-size: 10px;
    }
}
.fa5adkfs {
    display: none;
 }
@media screen and (max-width: 768px) {
    .fa5adkfs {
        display: block;
        position: static;
        z-index: 902;
        
    }
    
    .o6bejffo {
        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;
    }
    
    .o6bejffo.phu8un0j {
        width: 100%;
        padding-top: 65px;
        left: 0;
    }
    .to0jk42s {
        width: 100%;
        padding: 10px 40px;
        background-color: #FCC301;
        border: none;
    }
    .to0jk42s:nth-of-type(2){
        background-color:var(--color-accent);
    }
    .to0jk42s a {
        text-transform: uppercase;
        color:var(--color-light);
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .byhtyhbm {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
        height: 60%;
    }
    .go2dvrlg {
        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;

    }
    
    .dixuvdr3 {
        display: flex;
        flex-direction: column;
        gap: 4px;
        width: 50px;
        height: 43px;
        position: absolute;
        left: 15px;
        top: 25px;
        z-index: 100;
    }
    
    .b29ngfwu {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10%;
        right: 5%;
        transform: translate(50%, -50%);
        cursor: pointer;
    }
    
    .b29ngfwu:before,
    .b29ngfwu:after {
        content: '';
        position: absolute;
        width: 3px;
        height: 20px;
        background:var(--bg-card);
    }
    
    .b29ngfwu:before {
        transform: rotate(45deg);
    }
    
    .b29ngfwu:after {
        transform: rotate(-45deg);
    }
    
    .dixuvdr3 div {
        width: 25px;
        height: 3px;
        background-color:var(--color-light);
    }
 }
.n8fd8iec {
    width: 100%;
    height: auto;
    background-image: url('/img/bg.in5e7htw');
    background-position: center;
    background-size: cover;
    margin-top: 70px;
}
.qi7slzps {
    max-width: 1440px;
    height: 500px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.jmuthan3 {
    width: 60%;
}
.egg3f75lv { display: flex; padding: 1px 34px; }
.mfnrts0r {
    color:var(--color-light);
    font-family: 'arial black', sans-serif;
    font-size: 30pt;
    line-height: 1.2;
margin-bottom: 30px;
}
.nepvw1j6 {
    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){
    .n8fd8iec {
        width: 100%;
        margin-top: 70px;
    }
    .qi7slzps {
        max-width: 1440px;
        height: 300px;
        margin: 0 auto;
        padding: 0 30px;
    }
    .jmuthan3 {
        width: 60%;
    }
    .mfnrts0r {
        color: var(--color-light);
        font-family: 'arial black', sans-serif;
        font-size: 30pt;
        line-height: 1.2;
    }
    .nepvw1j6 {
        font-size: 20px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 468px){
    .jmuthan3 {
        width: 100%;
    }
    .mfnrts0r {
        font-size: 24px;
    }
    .nepvw1j6 {
        font-size: 18px;
    }
}
.s27191lu {  
    width: 100%;
}
.jw3nn3n3 { 
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.higab5ld { 
    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;
}
.higab5ld a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    color: var(--color-light);
}
.higab5ld img {
    max-width: 83px;
    width: 100%;
    height: 80px;
}
.higab5ld p {
    font-size: 16px;
    font-weight: bold;
}
@media  screen and (max-width: 768px) {
    .jw3nn3n3 { 
        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;
    }
    .higab5ld { 
        max-width: 260px;
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 30px;
        gap: 40px;
    }
    .higab5ld img {
        max-width: 83px;
        width: 100%;
        height: 80px;
    }
    .higab5ld p {
        font-size: 16px;
        font-weight: bold;
    }
}
.gbcpchuz {
    width: 100%;
    margin-bottom: 40px;
}
.gfkijbb2 {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.gfkijbb2 h2 {
    color: var(--color-accent);
}
.z8uc3278 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    padding-top: 20px;
}
.hlsxx006vye { margin: 11px; padding: 44px 35px; color: rgb(158, 247, 106); border: 5px dotted #e34bcc; display: grid; width: 55%; }
.q89axvl1 {
    width: 100%;
    height: auto;
    max-width: 220px;
    min-height: 220px;
    position: relative;
    background-color: inherit;
    border-radius: 10px;
}
.q89axvl1 img {
    height: auto;
    max-width: 220px;
    border-radius: 10px;
}
.q89axvl1 .vdgk40cs {
    position: absolute;
    top: 45%;
    left: 40%;
    width: 60px;
    height: 60px;
    opacity: 0;
}
.q89axvl1:hover .vdgk40cs {
    opacity: 1; 
}
.q89axvl1:hover img {
    opacity: 0.3;
}
@media screen and (max-width: 695px) {
    .z8uc3278 {
        justify-content: center;
        gap:10px;
    }
    .q89axvl1 {
        max-width: 120px;
        min-height: 190px;
    }
    .q89axvl1 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) {
    .s7aerhyl {
      width: 100%;
    }
  }
@media (max-width: 600px) {
    .s7aerhyl {
      width: 100%;
    }
    .zg8d8rz4 img {
        max-width: 35px;
    }
  }
.ibawu7aw {
    margin-top: 70px;
}
.v95e361p { border: 2px solid #a7b210; padding: 31px 18px; }
.eebxf1ke {
    width: 100%;
    margin-bottom: 40px;
}
.xmw82t29 {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.eebxf1ke .a77asujc {
    display: flex;
    justify-content: center;
}
.lvnmvabb {
    display: flex;
    justify-content: center;
    align-items:center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.lvnmvabb img {
    width: 100%;
}
.a77asujc {
    display: flex;
    justify-content: center;
    align-items:center;
    margin-bottom: 30px;
}
.amsgn4cj {
    border: none;
    background-color: var(--color-accent);
    border-radius: 10px;
    height: auto;
    padding: 20px 70px;
}
.amsgn4cj a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
}
.durj0bt7 {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.vhtu28qq h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.ibqhndcs {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 1px solid var(--color-light);
    padding: 1rem;
}
.uxnp3fe0tp { display: flex; border: 5px dashed #232061; margin: 16px; width: 92vw; color: rgb(69, 252, 99); padding: 9px 43px; }
.v890bouv {
	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;
}
.prcaotb6 {
    max-width: 1440px;
    margin: 30px auto;
    padding: 0 10px;
    padding-top: 30px;
}
.t8qw580d {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.t8qw580d img {
    opacity: 0.4;
}
.i2kgiyak {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    justify-content: center;
    gap: 10px;
    padding: 20px; 
}
.bn183vwt {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bn183vwt a {
    display: block; 
    color: var(--color-light);
    text-decoration: none; 
    margin-bottom: 15px; 
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
  }
.bn183vwt a:hover {
    text-decoration: underline; 
  }
.iefktzrq {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}
.iefktzrq img {
    height: 30px;
}
.s2yus569 {
    font-size: 16px;
    margin: 40px 0;
}
@media (max-width: 768px) {
    .i2kgiyak {
      grid-template-columns: repeat(1, 2fr); 
    }
    .amsgn4cj {
        padding: 10px 40px;
    }
    .amsgn4cj 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;
}
.qi7slzps {
  position: relative;
  z-index: 2;
}
.uxxafe4c0g9b { border: 4px solid #5a8c51; }
.mfnrts0r {
  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) }
}
.n8fd8iec {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
.ezz5pq3d button:hover {
  transform: translateY(-8px) rotate(1deg);
}
.ezz5pq3d 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);
  }
}
.eebxf1ke 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;


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

            .m2jct93o {
                flex: 1 1 150px;
                padding: 20px 16px;
                font-size: 14px;
            }
        }
@media (max-width: 480px) {
            .m2jct93o {
                flex: 1 1 calc(50% - 6px);
            }
        }
.hssyuhs9 {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 20px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.o63azgf0 {
        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;
    }
.o63azgf0:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.o63azgf0:active {
        transform: translateY(-1px);
    }
.l9slh5b0zn8 { margin: 1px; color: rgb(243, 222, 130); display: grid; width: 26vw; padding-left: 43px; }
@media (max-width: 480px) {
        .o63azgf0 {
            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
}
.xhm9yx3l {
    position: relative;
    align-items: center
}
.skub2mbk {
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    height: 100%
}
@media (max-width: 1024px) {
    .skub2mbk {
        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"
    }
}
.ipzdo2kj {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.i9tiwt6j {
    height: 60px;
    min-width: 10%;
    margin-left: 24px;
    margin-right: 2px;
    flex-shrink: 3;
    z-index: 2
}
@media (max-width: 1024px) {
    .i9tiwt6j {
        max-width: 100px;
        margin: 0;
        border-width: 2px;
        grid-area: img
    }
}
.dcl1igd3 {
    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) {
    .dcl1igd3 {
        display: contents
    }
}
.dcl1igd3 svg *[fill] {
    fill: currentcolor
}
.dcl1igd3 svg *[stroke] {
    stroke: currentcolor
}
.kh2osw20 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px
}
@media (max-width: 1024px) {
    .kh2osw20 {
        align-items: start;
        grid-area: text
    }
}
.yrqzwsqp {
    flex: 1;
    font-weight: 800;
    line-height: 110%;
    text-align: center;
    color: var(--color-accent);
    font-size: 32px
}
@media (max-width: 1024px) {
    .yrqzwsqp {
        font-size: 18px;
        text-align: start
    }
}
.lkmhunk6 {
    flex: 1;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
    color: var(--color-light);
    font-size: 16px
}
.vmua2vsak489 { width: 48px; padding: 44px 45px; margin: 2px; color: rgb(171, 218, 110); }
@media (max-width: 1024px) {
    .lkmhunk6 {
        font-size: 14px;
        text-align: start
    }
}
.gxj5701a {
    position: absolute;
    right: 35%;
    overflow: visible;
    z-index: 1
}
@media (max-width: 1024px) {
    .gxj5701a {
        right: -8%
    }
}
.bi58l4pn {
    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
}
.bi58l4pn:hover {
    filter: brightness(1.2)
}
.bi58l4pn:active {
    filter: contrast(200%) saturate(50%)
}
@media (max-width: 576px) {
    .bi58l4pn {
        height: 40px;
        font-size: 14px;
        padding: 11px 0
    }
}
.bi58l4pn {
    animation: pulsate 1.5s ease-in-out infinite
}
@media (max-width: 1024px) {
    .bi58l4pn {
        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
    }
}
.u1gzoc4t {
max-height: 370px;
    overflow-y: scroll;
}
.v4hxnsfb {
margin-right:5px;
}
.bnv2a1bb {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.bjl0fk7o {
    background-color: /* Синий фон для иконки глобуса */
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.bjl0fk7o svg {
    width: 20px;
    height: 20px;
    fill: white;
}
.fb64xbns {
    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;
}
.bnv2a1bb[active] .fb64xbns {
    display: block;
}
.fb64xbns ul li {
 list-style: none;
margin-left: 5px;
}
.iccmuxe801c { color: rgb(234, 112, 204); padding-right: 13px; margin: 17px; }
.fb64xbns ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
.fb64xbns 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;
}
.fb64xbns li a:hover {
    background-color: #f5f5f5;
}
.fb64xbns li a svg {
    width: 20px;
    height: 15px;
    margin-right: 10px;
    border: 1px solid #eee;
}
.e9ln5v8q {
overflow: hidden;
}
.q89axvl1 {
max-width:inherit;
text-align: center;
}
.k3f8pc73 {
 flex-basis: 49%; 
}
.wkwygrq6 {
 flex-basis: 32.3333%; 
}
.umjcasuu {
 flex-basis: 24%; 
}
.r5khjt6n {
 flex-basis: 19%; 
}
.nvcgotc1 {
 flex-basis: 15.6666%; 
}
.jm5yziqo {
 flex-basis: 13.2857%; 
}
.yfe1zz1od60p { margin: 11px; padding-right: 33px; border: 5px solid #123d4d; color: rgb(167, 116, 71); padding-left: 37px; }
.mo1me9a4 {
width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.mo1me9a4 .yzp52ro6 {
max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.mo1me9a4 .lvy5n4e2 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.mo1me9a4 .lvy5n4e2 .lumo4tub  {
list-style:none;
}
.mo1me9a4 .lvy5n4e2 .lumo4tub 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;
}
.mo1me9a4 + section.n8fd8iec {
margin-top:0px;
}