:root {
        --OxSFpIJnGDxF: #0A59A3;
        --sYPvfyKsHFHA: #15142E;
        --ioUMpoofzXsC: #ffc107;
        --cpUeWMNHYLaQ: #EEBDC4;
        --DzXUTNgJKeCJ: #e9eaea;
        --cBzfbzNaekSV: #000;
        --uRJnoothjlbp: rgba(242, 185, 185, 0.5);
        --VJCvXBwkbrYe: #9F2A4B;
        --rJWSoFbczvUg: #b00000;
        --nBaNallMbGOq: #fff;
        --HjaxdVqUfHWe: #0A0832;
        --FeBCtqvUZAYx: #060530;
        --KmzfmhOEwjrE: #fff;
        --HuFeMdPMlgcy: #000000;
        --mzLcNgPbEyfl: #3a12e0;
        --JMFmNLviUPuw: #230b8e;
        --RuFbygqJPLZA: #ddd;
    }


* {
    box-sizing: border-box;
}

a {
    color: var(--KmzfmhOEwjrE);
    text-decoration: none;
}

a:hover {
    color: var(--JMFmNLviUPuw);
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    background-color: var(--HjaxdVqUfHWe);
    color: var(--cBzfbzNaekSV);
    scroll-behavior: smooth;
}

menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: auto;
}

menu li {
    margin: 0 6px;
    border-radius: 15px;
    border: none;
    padding: 7px 12px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    border-radius: 16px;
    cursor: pointer;
}

menu li:last-child {
    background-color: var(--cpUeWMNHYLaQ);
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    margin-left: 30px;
    transition: background-color 0.2s;
}

menu li:hover{
    background-color: var(--rJWSoFbczvUg);
}
menu a {
    color: #fff;
}
menu a:hover {
    color: #fff;
}

img {
    width: 100%;
}

figure {
    margin: 0;
}

h1 {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 50px;
    font-family: Poppins, sans-serif;
}

h2 {
    font-size: 34px;
    line-height: 1.2;
    margin-top: 40px;
    font-family: Poppins, sans-serif;
}

h3 {
    font-size: 28px;
    line-height: 1.2;
    margin-top: 30px;
    font-family: Poppins, sans-serif;
}

.XjALszJJKwRy {
    gap: 30px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.MICmQPaIaVJl,
.gJJhAWbcUeIS,
.inside-fxJMUIqdFRjM {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.hJrLifRkISTx {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.hJrLifRkISTx a {
    cursor: pointer;
    pointer-events: auto;
}


    .hJrLifRkISTx img {
    width: 70px;
    border-radius: 16px;
    margin-top: 5px;
    margin-left: 20px;
}

.EZASaOraZQDN {
    background-color: var( --HjaxdVqUfHWe);
    padding: 10px 0;
    display: flex;
}

.gJJhAWbcUeIS {
    background-color: var(--HjaxdVqUfHWe);
    padding: 0 15px;
}
.hyfehCYytHJg {
    display: none;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    margin-left: auto;

}

.IzzDEeMUaVrJ {
font-size: 32px;
font-weight: 600;
line-height: 30px;
padding-top: 15px;
}
.IGzRhtYVqcpf {
    margin-left: 5px;
    font-weight: 800;
}

.tlARWvghdbmx {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.XtcOwJHMCYla {
list-style: none;
display: flex;
align-items: flex-start;
gap: 30px;
font-family: Inter, sans-serif;
font-weight: 700;
font-size: 20px;
}
.uxMGkOmoBEqV:last-child {
margin-left: auto;
}
.XtcOwJHMCYla {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.uxMGkOmoBEqV:nth-last-child {
    margin-left: auto;
}


.uxMGkOmoBEqV:last-child a {
    background: var(--OxSFpIJnGDxF);
    color: #fff !important;
    border-radius: 16px;
    padding: 8px 22px;
    font-weight: 700;
    transition: background 0.2s;
}

.uxMGkOmoBEqV:last-child a:hover {
    background: #225c89;
}

.uxMGkOmoBEqV a {
    color: var(--nBaNallMbGOq);
}

.uxMGkOmoBEqV a:hover {
    text-decoration: underline;
}

.uxMGkOmoBEqV.active a {
    color: var(--cpUeWMNHYLaQ);
    font-weight: bold;

}


/* slider */

.xrEDVGhYHIfG-container {
padding: 20px;
background: var(--button-base);
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
overflow: hidden;
position: relative;
margin: 20px auto;
}

.xrEDVGhYHIfG-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 15px;
}

.xrEDVGhYHIfG-header span {
margin: 0;
font-size: 20px;
font-weight: bold;
}

.xrEDVGhYHIfG-header .controls {
display: flex;
align-items: center;
gap: 10px;
}

.xrEDVGhYHIfG-header .view-all {
font-size: 14px;
color: #007bff;
text-decoration: none;
font-weight: bold;
display: flex;
align-items: center;
gap: 5px;
cursor: pointer;
}

.xrEDVGhYHIfG-header .view-all span {
background: #ddd;
color: #555;
border-radius: 50%;
font-size: 12px;
padding: 3px 6px;
}

.xrEDVGhYHIfG-header .nav-button {
width: 30px;
height: 30px;
border: none;
background: var(--links);
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
font-size: 16px;
}

.xrEDVGhYHIfG-header .nav-button:hover {
background: #ccc;
}

.xrEDVGhYHIfG {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 10px;
overflow-x: visible;
}

.xrEDVGhYHIfG::-webkit-scrollbar {
display: none;
}

.xrEDVGhYHIfG-item {
width: 100%;
height: auto;

}

.xrEDVGhYHIfG-item img {
object-fit: cover;
border-radius: 16px;
}
/* slider end */

.MICmQPaIaVJl {
    background-color: var(--HjaxdVqUfHWe);
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 0 0 16px 16px;
}

.WWxmUejllAgF {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.JOesLoOZqXjZ {
    text-align: left;
    color: var(--nBaNallMbGOq);

}

.VLVZCDwFmGYc {
    background-color: var(--VJCvXBwkbrYe);
    color: var(--nBaNallMbGOq);
    padding: 15px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    text-decoration: none;
    max-width: 263px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    transition: background-color 0.7s ease;
}

.tTNRySxGPSKd {
    width: 100%;
    display: flex;
    justify-content: space-evenly;

}

.wsPZIPIZQVaG {
    background-color: var(--FeBCtqvUZAYx);
}
.NHsfxwhlMBXR {
    background-color: var(--OxSFpIJnGDxF);
}

.VLVZCDwFmGYc:hover {
    background-color: var(--rJWSoFbczvUg);
}

.VLVZCDwFmGYc a {
    color: var(--nBaNallMbGOq);
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

/*demo-placeholder*/
.dFiCXZWPZrTv {
box-shadow: 3px 3px 15px #000;
border-radius: 22px;
position: relative;
overflow: hidden;
display: inline-block;
width: 100%;
height: 100%;
}

.dFiCXZWPZrTv__wrap::after {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
width: 100%;
}

.dFiCXZWPZrTv__iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100;
}

.dFiCXZWPZrTv img {
    border-radius: 22px;
    height: auto;
    display: block;
}

.KEFcVlaQgkwo {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-evenly;
    color: var(--nBaNallMbGOq);
    border: none;
    z-index: 2;
    font-size: 26px;
    border-radius: 15px;
    padding: 20px 70px;
    transition: background-color 0.7s ease;
}

.vCUAdnyXOZXG {
    max-height: 300px;
}

.gutdbDxbdUUj {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 30%;
    top: 50%;
    color: var(--nBaNallMbGOq);
    border: none;
    z-index: 2;
    font-size: 26px;
    border-radius: 15px;
    transition: background-color 0.7s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.KEFcVlaQgkwo:first-child {
    background-color: var(--OxSFpIJnGDxF));
}

.KEFcVlaQgkwo a:hover {
    color: var(--KmzfmhOEwjrE);
}

.KViwOINWWIwZ {
background-color: var(--VJCvXBwkbrYe);
color: #fff;
font-weight: bold;
border: none;
cursor: pointer;
z-index: 2;
font-size: 24px;
border-radius: 15px;
padding: 20px 70px;
transition: background-color 0.7s ease;
}

.KViwOINWWIwZ:first-child {
background-color: var(--OxSFpIJnGDxF);
}

.KViwOINWWIwZ:hover {
background-color: var(--rJWSoFbczvUg);
}

.dFiCXZWPZrTv__box {
display: flex;
justify-content: space-between;
align-items: center;
margin: 40px 0;
padding: 0 40px;
}

.dFiCXZWPZrTv__btn {
    background-color: var(--VJCvXBwkbrYe);
    color: var(--nBaNallMbGOq);
    font-size: 21px;
    padding: 15px 30px;
    border-radius: 12px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.7s ease;
}

.dFiCXZWPZrTv__btn:hover {
    background-color: var(--rJWSoFbczvUg);
    color: var(--nBaNallMbGOq);
}

.dFiCXZWPZrTv__text {
font-weight: 400;
}

.dFiCXZWPZrTv__text a {
font-weight: 400;
}
#vHyoUyxmgXmY {
width: 100%;
height: 100%;
border: none;
overflow: hidden;
}

.rgFJQKVDvdSc ol {
    counter-reset: step;
    list-style: none;
    padding-left: 0;
    margin-top: 1em;
    margin-bottom: 1em;
}

.rgFJQKVDvdSc ol li {
    counter-increment: step;
    position: relative;
    padding-left: 3em;
    margin-bottom: 1em;
    color: white;
    font-size: 16px;
}

.rgFJQKVDvdSc ol li::before {
    content: counter(step);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 2px solid #3780B6;
    border-radius: 50%;
    color: #3780B6;
    font-weight: bold;
    font-size: 1em;
}

/*casinos-list*/
.lwlalGLYPuLz {
margin-top: 30px;
background-color: var(--cpUeWMNHYLaQ);
width: 100%;
border: 1px solid var(--RuFbygqJPLZA);
padding: 15px;
box-sizing: border-box;
border-radius: 15px;
}

.fLbRJuJoLsgO {
display: flex;
justify-content: space-between;
align-items: center;
}

.HpJcsqNOxSiP {
display: flex;
align-items: center;
}

.HpJcsqNOxSiP:nth-child(1) {
width: 30%;
}

.HpJcsqNOxSiP:nth-child(2) {
width: 50%;
justify-content: center;
border-right: 1px solid var(--RuFbygqJPLZA);
border-left: 1px solid var(--RuFbygqJPLZA);
height: 100px;
}

.HpJcsqNOxSiP:nth-child(3) {
width: 20%;
justify-content: center;
}
.HpJcsqNOxSiP strong{
font-size: 18px;
}

.yjeAOehkaNIB {
width: 150px;
}

.yjeAOehkaNIB img{
border-radius: 16px;
}

.JhfRzgCmOFLH {
margin-left: 24px;
}

.OMLoGpiSNUHn {
    font-size: 20px;
    font-weight: bold;
    color: var(--KmzfmhOEwjrE);
    white-space: nowrap;
}

.SespbZSybpNG {
display: flex;
align-items: center;
margin: 0 auto 10px auto;
justify-content: center;
border: 1px solid var(--RuFbygqJPLZA);
border-radius: 15px;
width: 130px;
}

.koyySsFBWcYX {
color: var(--ioUMpoofzXsC);
font-size: 24px;
}

.kCSWYWhBiDkb {
padding: 15px 45px;
border-radius: 15px;
font-size: 21px;
background-color: var(--VJCvXBwkbrYe);
color: var(--nBaNallMbGOq);
transition: background-color 0.7s ease;
}

.kCSWYWhBiDkb:hover {
background-color: var(--rJWSoFbczvUg);
color: var(--nBaNallMbGOq);
}

/*IMG*/
.dMhtIcacNOfp {
    display: flex;
    align-items: center;
    max-width: 569px;
    width: 100%;

}

.rRxvoMjdbaRC {
    width: 100%;
}

.tdqcjKOHgrsb {
    width: 100%;
    box-shadow: 3px 3px 15px #000;
}

/*pros-cons*/

.yrVytnoUwxVx {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.yrVytnoUwxVx > .dMhtIcacNOfp:nth-child(1) {
    flex: 1 1 50%;
    min-width: 300px;
}

.yrVytnoUwxVx > .dMhtIcacNOfp:nth-child(1) img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.yuXAJkwUYTmO {
    max-width: 569px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.KDTfalVJxgop {
    gap: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.KDTfalVJxgop .dMhtIcacNOfp {
    max-width: 281px;
    height: 211px;
    width: 100%;
}

.yrVytnoUwxVx {
    position: relative;
}

.yrVytnoUwxVx > .small-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    flex: 1 1 50%;
    min-width: 300px;
}

.WiAOfXOBMKzv h3 {
    margin-top: 0;
}

/*wp-block-list*/
.XCZLpGVMkXwS {
    list-style: none;
}

.XCZLpGVMkXwS li {
    margin-bottom: 10px;
}

.XCZLpGVMkXwS li:last-child {
    margin-bottom: 0px;
}

.XCZLpGVMkXwS li::before {
    content: '»';
    font-size: 16px;
    margin-right: 10px;
}

.WiAOfXOBMKzv .yrVytnoUwxVx:first-child .JOesLoOZqXjZ {
    color: green;
}

.WiAOfXOBMKzv .yrVytnoUwxVx:last-child .JOesLoOZqXjZ {
    color: red;
}

.WiAOfXOBMKzv .yrVytnoUwxVx:first-child li::before {
    color: green;
}

.WiAOfXOBMKzv .yrVytnoUwxVx:last-child li::before {
color: red;
}

/*Table*/

table {
width: 100%;
border: 1px solid var(--sYPvfyKsHFHA);
border-radius: 16px;
overflow-x: auto;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
background-color: var(--KmzfmhOEwjrE);
color: var(--sYPvfyKsHFHA);
max-width: 100%;
}


td {
border: 1px solid var(--sYPvfyKsHFHA);
border-radius: 6px;
padding: 10px;
color: var(--sYPvfyKsHFHA);
white-space: normal;
}

table thead {
background-color: var(--nBaNallMbGOq);
height: 50px;
border-radius: 16px 16px 0 0;
border: none;

}

table thead th {
font-size: 18px;
font-weight: 600;
text-align: center;
padding: 10px;
color: var(--nBaNallMbGOq);
}

table thead th:first-child {
border-radius: 16px 0 0 0;
color: var(--sYPvfyKsHFHA);
}

table thead th:last-child {
border-radius: 0 16px 0 0;
color: var(--sYPvfyKsHFHA);
}

table tbody tr {
border-bottom: 1px solid var(--sYPvfyKsHFHA);
background-color: var(--HjaxdVqUfHWe);
}

table tbody tr:last-child td:first-child {
border-radius: 0 0 0 16px;
}

table tbody tr:last-child td:last-child {
border-radius: 0 0 16px 0;
}

table tbody td {
padding: 10px;
color: var(--nBaNallMbGOq);
}
.lwrXFLvIqrSD, .lwrXFLvIqrSD table {

width: 100%;
max-width: 100%;
overflow-x: auto;
}

.lwrXFLvIqrSD, .lwrXFLvIqrSD table {

overflow-x: auto;
-webkit-overflow-scrolling: touch;
}

.lwrXFLvIqrSD table {
width: max-content;
min-width: 1170px;
}
/*FAQ*/
.aJbsucKcwFNR-item {
    background-color: var(--sYPvfyKsHFHA);
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 24px;
    border: 1px solid var(--RuFbygqJPLZA);
    color: var(--nBaNallMbGOq);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.aJbsucKcwFNR h3 {
    font-size: 20px;

}
.zzorCIgsilFp {
    text-align: left;
}

.aJbsucKcwFNR-item:last-child {
margin-bottom: 0;
}

.aJbsucKcwFNR-item h3 {
margin: 10px 0;
}

/*Footer*/
.fxJMUIqdFRjM {
color: var(--nBaNallMbGOq);
}

.inside-fxJMUIqdFRjM {
padding: 30px 0;
}

/*btn-up*/
.EYtAvJQvbEfM {
position: fixed;
bottom: 40px;
right: 40px;
width: 40px;
height: 40px;
background-color: var(--VJCvXBwkbrYe);
border-radius: 8px;
cursor: pointer;
opacity: 0.5;
transition: opacity 0.3s ease;
}

.EYtAvJQvbEfM:hover {
opacity: 1;
}

.EYtAvJQvbEfM::after,
.EYtAvJQvbEfM::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 20px;
height: 2px;
background-color: var(--nBaNallMbGOq);
}

.EYtAvJQvbEfM::after {
transform: translate(-12%, -50%) rotate(40deg);
}

.EYtAvJQvbEfM::before {
transform: translate(-88%, -50%) rotate(-40deg);
}

/*lwptoc*/
.YGnoNSGmTzce {
margin-top: 40px;
}
.YGnoNSGmTzce_toggle {
margin-left: 10px;
cursor: pointer;
}
.YGnoNSGmTzce_toggle:before {
content: '[ ';
}
.YGnoNSGmTzce_toggle:after {
content: ' ]';
}
.YGnoNSGmTzce_items {
margin-top: 15px;
max-height: 0px;
opacity: 0;
overflow: hidden;
transition: max-height 0.3s ease, opacity 0.3s ease;
}
.YGnoNSGmTzce_items-show {
max-height: 500px;
opacity: 1;
}
.YGnoNSGmTzce_itemWrap {
margin-left: 15px;
}

.YGnoNSGmTzce_item a{
color: var(--cBzfbzNaekSV);
}


/*New*/

.qbqaeyHjiLNh {
    margin-top: 40px;
}

.kwjFLLWnkZAQ {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: nowrap;
}

.EjpHbfXbPpZn {
    background: linear-gradient(180deg, #5E1B74 0%, #707306 100%);
    border: 1px solid;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    max-width: 380px;
    width: 100%;
    height: 195px;
    text-align: center;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    overflow: hidden;
    transition: transform 0.2s ease;
    font-weight: 700;
}
.EjpHbfXbPpZn:first-child {
    background: linear-gradient(180deg, #506645 0%, #B11748 100%);
    color: --nBaNallMbGOq;
}

.EjpHbfXbPpZn:last-child {
    background: linear-gradient(180deg, #CC3342 0%, #2B1D69 100%);
}

.EjpHbfXbPpZn a {
    color: --nBaNallMbGOq;
}


.GeKYcGEbeMdK {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: auto;
    flex-wrap: wrap;
}
.GeKYcGEbeMdK .PdyIEHoWQSrY:first-child:first-child {
 width: 48px;
}
.LKHkWIWSJeJa {
    display: flex;
    flex-direction: column;
}
.LKHkWIWSJeJa nav {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.LKHkWIWSJeJa nav ul {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-evenly;
    gap: 40px;
    width: 100%;
}
.LKHkWIWSJeJa nav ul li a {
    color: var(--nBaNallMbGOq);
}
.LKHkWIWSJeJa nav ul li a:hover {
    text-decoration: underline;
}
.hyfehCYytHJg {
display: none;
background: none;
border: none;
font-size: 2rem;
cursor: pointer;
margin-left: auto;
z-index: 1001;
}

.oXzVzVryUTLR {
display: flex;
gap: 28px;
justify-content: center;
margin: 30px 0 20px 0;
flex-wrap: wrap;
}

.QPADvalpMTXz {
display: flex;
align-items: center;
background: var(--nBaNallMbGOq);
border-radius: 12px;
padding: 7px 22px;
box-shadow: 0 2px 8px rgba(0,0,0,0.07);
font-family: Inter, sans-serif;
font-size: 18px;
color: var(--cBzfbzNaekSV);
font-weight: 500;
text-decoration: none;
border: 2px solid transparent;
transition: border 0.18s, color 0.18s, background 0.18s;
}

.QPADvalpMTXz:hover,
.QPADvalpMTXz.is-active {
border: 2px solid var(--ioUMpoofzXsC);
color: var(--ioUMpoofzXsC);
background: var(--rJWSoFbczvUg);
}

    .oXzVzVryUTLR {
    display: flex;
    margin-top: 30px;
    }

    .GjATZghRSZQq {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    }

    .HfrukcvEjiuq {
    background: var(--HjaxdVqUfHWe);
    color: var(--KmzfmhOEwjrE);
    font-weight: 600;
    border: 2px solid var(--KmzfmhOEwjrE);
    border-radius: 12px;
    padding: 7px 22px;
    transition: border 0.18s, color 0.18s, background 0.18s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    gap: 8px;
    }


    .eaUZlEhIXMkz {
    font-size: 15px;
    margin-left: 6px;
    transition: transform 0.22s;
    }

    #lang-dropdown-toggle:checked + .HfrukcvEjiuq .eaUZlEhIXMkz {
    transform: rotate(180deg);
    }

    .NzULtkUYcVGa {
    display: none;
    position: absolute;
    min-width: 145px;
    background: var(--nBaNallMbGOq);
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.10);
    border: 1.5px solid var(--ioUMpoofzXsC);
    z-index: 99;
    padding: 6px 0;
    }
.axDqsQmpcKxk{
left: 0;
bottom: 110%;
}
.sKXUApgHyPLg{
right: 0;
top: 110%;
}
    #lang-dropdown-toggle:checked ~ .NzULtkUYcVGa {
    display: flex;
    flex-direction: column;
    animation: fadeInLangList 0.18s;
    }
    @keyframes fadeInLangList {
    from { opacity: 0; transform: translateY(10px);}
    to { opacity: 1; transform: translateY(0);}
    }

    .NzULtkUYcVGa .QPADvalpMTXz {
white-space: nowrap;
    border-radius: 8px;
    padding: 8px 22px;
    margin: 0 8px;
    font-size: 17px;
    background: transparent;
    color: var(--cBzfbzNaekSV);
    border: none;
    box-shadow: none;
    font-weight: 500;
    transition: background 0.18s, color 0.18s;
    text-align: left;
    display: block;
    }
    .NzULtkUYcVGa .QPADvalpMTXz:hover {
    background: var(--rJWSoFbczvUg);
    color: var(--ioUMpoofzXsC);
    }
    .NzULtkUYcVGa .QPADvalpMTXz.is-active {
    color: var(--ioUMpoofzXsC);
    font-weight: 600;
    background: var(--rJWSoFbczvUg);
    border-radius: 8px;
    }


    .tjJytKvaoIfK {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: nowrap;
    margin-top: 40px;
    margin-bottom: 16px;
    }

    .uxMGkOmoBEqV {
    position: relative;
    }

    .ISsCoigrzwXb {
    display: block;
    padding: 0.5em 1em;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    }

    .MWoLEAuecYXF {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--HjaxdVqUfHWe);
    border: 1px solid var(--KmzfmhOEwjrE);
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    list-style: none;
    margin: 0;
    padding: 0.5em 0;
    min-width: 180px;
    z-index: 100;
    }

    .uxMGkOmoBEqV:hover > .MWoLEAuecYXF {
    display: block;
    }

    .TGNudgAUpqYr {
    margin: 0;
    }

    .tiEOdGnSpEOM {
    display: block;
    padding: 0.5em 1em;
    white-space: nowrap;
    text-decoration: none;
    transition: background 0.2s;
    }

    .tiEOdGnSpEOM:hover {
    background: rgba(0,0,0,0.05);
    }




    /* хлібні крихти */
    .KKHsDDrRhKWX {
    font-size: 0.9em;
    color: #666;
    padding: 0.75em 0;
    }

    .oeWLdxizRrsQ {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1em;
    }

    .ilVxdlRfOOTh {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    }

    .VzKclGeKRIiX {
    display: flex;
    align-items: center;
    }

    .LyFSpFpyqkRT {
    color: var(--nBaNallMbGOq);
    text-decoration: none;
    transition: color .2s;
    }

    .LyFSpFpyqkRT:hover {
    text-decoration: underline;
    color: var(--rJWSoFbczvUg);
    }

    .LyFSpFpyqkRT[aria-current="page"] {
    color: #939090;
    font-weight: bold;
    cursor: default;
    text-decoration: none;
    }

    .zJEVJbKAnisR {
    margin: 0 0.5em;
    color: #999;
    font-size: 1.2em;
    line-height: 1;
    }




    /*Media*/
@media(max-width: 1200px){
    .inside-fxJMUIqdFRjM{
    padding: 30px 15px;
    text-align: center;
}
    .tjJytKvaoIfK {
    flex-direction: column;
    }
}
@media(max-width: 992px){
    .HpJcsqNOxSiP:nth-child(1),
    .HpJcsqNOxSiP:nth-child(2),
    .HpJcsqNOxSiP:nth-child(3){
    width: 33%;
}
.uxMGkOmoBEqV:last-child {
    margin: 0 auto;
}
.XtcOwJHMCYla {
    flex-direction: column;
    gap: 0;
}
.uxMGkOmoBEqV:nth-last-child(2) {
    margin-left: 0;
}
.uxMGkOmoBEqV:last-child a {
    width: 100%;
    margin: 10px 0 0 0;
}
.PDUFAyokvtzV{
    text-align: center;
    padding: 0 10px;
}
.JhfRzgCmOFLH {
    margin-left: 10px;
}
.XjALszJJKwRy{
    padding: 0 15px;
}

.hyfehCYytHJg {
    display: block;
    color: var(--nBaNallMbGOq);

}
#main-nav {
    display: none;

}
#main-nav.active {
    display: flex;
}


.XjALszJJKwRy {
flex-direction: row;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
.hJrLifRkISTx {
    width: auto;
}
.hJrLifRkISTx img {
    width: 50px;
    margin-left: 0;
}


.XjALszJJKwRy {
    flex-direction: row;
    align-items: flex-start;
}
}
@media(max-width: 756px){
.xrEDVGhYHIfG {
    grid-template-columns: repeat(3, 1fr);
}
.KEFcVlaQgkwo {
    font-size: 26px;
    width: 100%;
}
.LKHkWIWSJeJa nav ul {
    flex-direction: column;
    padding: 0;
}
.yrVytnoUwxVx {
    flex-wrap: wrap;
}

.LKHkWIWSJeJa nav {
    flex-direction: column;
}

.LKHkWIWSJeJa nav ul {
    gap: 10px;
}
.vbfVxVuiZZBA {
    width: 100%;
}

.dFiCXZWPZrTv {
height: unset;
}
.fLbRJuJoLsgO{
flex-wrap: wrap;
}
.HpJcsqNOxSiP:nth-child(1){
width: 100%;
justify-content: center;
}
.HpJcsqNOxSiP:nth-child(2){
width: 50%;
border: none;
height: 70px;
}
.HpJcsqNOxSiP:nth-child(3) {
width: 50%;
}
.dFiCXZWPZrTv__box{
padding: 0;
}
.KViwOINWWIwZ{
    padding: 15px 50px;
    font-weight: bold;
}
    .dMhtIcacNOfp {
    display: flex;
    align-items: center;
    max-width: 281px;
    width: 100%;

}
}
@media(max-width: 700px){
.KViwOINWWIwZ {
padding: 15px 20px;
font-size: 24px;
}
.kwjFLLWnkZAQ {
    flex-direction: column;
}
.GeKYcGEbeMdK {
    justify-content: center;
    width: 100%;
}
}
@media(max-width: 576px){
.hJrLifRkISTx img {
margin-left: 5px;
}
.xrEDVGhYHIfG {
    grid-template-columns: repeat(2, 1fr);
}
.KEFcVlaQgkwo {
    font-size: 14px;
    flex-direction: row;
    justify-content: center;
    padding: 0;
}
.XCZLpGVMkXwS {
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.GeKYcGEbeMdK {
    gap: 5px;
}

.gutdbDxbdUUj {
    flex-direction: column;
    left: 50%;
}
.VLVZCDwFmGYc a {
font-size: 24px;
}
.WiAOfXOBMKzv {
flex-wrap: wrap;
}
.WiAOfXOBMKzv .yrVytnoUwxVx {
width: 100%;
}
.XCZLpGVMkXwS {
padding-left: 10px;
}
table thead th {
    font-size: 14px;
}
table tbody td {
    font-size: 14px;
}
h1 {
font-size: 32px;
margin-top: 30px;
}
h2 {
font-size: 26px;
line-height: 1.2;
margin-top: 30px;
}
h3 {
font-size: 22px;
margin: 20px auto;
}
.rRxvoMjdbaRC {
width: 100%;
margin: 20px auto 15px auto;
max-width: 385px
}
.dFiCXZWPZrTv__box {
flex-direction: column;
margin: 20px 0 20px 0;
}
.dFiCXZWPZrTv__text{
margin-top: 15px;
}
.KViwOINWWIwZ {
font-size: 14px;
}
.YGnoNSGmTzce{
margin-top: 20px;
}
.hJrLifRkISTx{
display: flex;
justify-content: center;
}
.hJrLifRkISTx img {
width: 50px;
}
}
@media(max-width: 480px){
.HpJcsqNOxSiP:nth-child(1) {
flex-direction: column;
}
.HpJcsqNOxSiP:nth-child(2),
.HpJcsqNOxSiP:nth-child(3) {
width: 100%;
}
.JhfRzgCmOFLH {
margin-left: 0px;
}
.KViwOINWWIwZ{
    width: 170px;
    padding: 15px;
    font-size: 15px;
}
.kCSWYWhBiDkb{
padding: 10px 20px;
}
.VLVZCDwFmGYc{
max-width: 280px;
padding: 10px;
}
table thead th {
    font-size: 14px;
}
table tbody td {
    font-size: 14px;
}
.EYtAvJQvbEfM {
position: fixed;
bottom: 30px;
right: 30px;
width: 30px;
height: 30px;
}
.EYtAvJQvbEfM::after, .btn-up::before {
width: 14px;
}
.yjeAOehkaNIB {
width: 100px;
}
.hJrLifRkISTx img {
margin-left: 5px;
}
.PDUFAyokvtzV{
font-size: 14px;
}
}
@media (max-width: 360px) {
    .liJPtiCaHAIh {
        font-size: 12px;
    }
}

    /*popup*/
    .ydrsERYxnpFm {
    background: var(--cpUeWMNHYLaQ);
    border: 1px solid #717785;
    border-radius: 8px;
    bottom: 40px;
    display: flex;
    flex-direction: column;
    min-height: 136px;
    opacity: 0;
    padding: 12px;
    position: fixed;
    left: -100%;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    max-width: 460px;
    width: 100%;
    z-index: 10000;
    }
    .ydrsERYxnpFm__info {
    display: flex;
    }
    .ydrsERYxnpFm__box {
    margin-left: 15px;
    }
    .ydrsERYxnpFm__img {
    width: 130px;
    height: 100%;
    border-radius: 16px;
    }
    .ydrsERYxnpFm__title {
    font-size: 24px;
    font-weight: 600;
    }
    .ydrsERYxnpFm__sub-title {
    margin-top: 10px;
    color: var(--cBzfbzNaekSV);
    }
    .ydrsERYxnpFm__btn {
    width: 240px;
    height: 50px;
    margin: 10px auto 0 auto;
    background: var(--VJCvXBwkbrYe);
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: all 0.7s ease-in-out;
    color: var(--nBaNallMbGOq);
    }
    .ydrsERYxnpFm__btn:hover{
    background: var(--rJWSoFbczvUg);
    transition: all 0.7s ease-in-out;
    color: var(--nBaNallMbGOq);
    }
    .ydrsERYxnpFm__close {
    width: 30px;
    height: 30px;
    background-color: #eee;
    position: absolute;
    left: -15px;
    top: -15px;
    border-radius: 15px;
    border: 1px solid #1e232f;
    cursor: pointer;
    }
    .ydrsERYxnpFm__close-wrap {
    position: relative;
    }
    .ydrsERYxnpFm__close-wrap::after {
    content: "";
    position: absolute;
    display: block;
    width: 22px;
    height: 3px;
    background-color: #1e232f;
    transform: rotate(-45deg);
    top: 12px;
    left: 3px;
    }
    .ydrsERYxnpFm__close-wrap::before {
    content: "";
    position: absolute;
    display: block;
    width: 22px;
    height: 3px;
    background-color: #1e232f;
    transform: rotate(45deg);
    top: 12px;
    left: 3px;
    }
    .ydrsERYxnpFm__show {
    opacity: 1;
    left: 40px;
    transition: all 0.3s ease-in-out;
    visibility: visible;
    background-color: var(--kRmJXmGFvnWj);
    }
    @media(max-width: 576px){
    .ydrsERYxnpFm{
    max-width: 93%;
    left: 20px;
    padding-right: 15px;
    }
    .ydrsERYxnpFm__img {
    width: 70px;
    }
    .ydrsERYxnpFm__sub-title {
    margin-right: 15px;
    }
    .ydrsERYxnpFm__btn{
    width: 220px;
    }
    }
    @media(max-width: 480px){

    .ydrsERYxnpFm__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    .ydrsERYxnpFm__btn {
    width: 200px;
    margin-top: 0;
    height: 40px;
    }
    .ydrsERYxnpFm__sub-title {
    margin-right: 0;
    text-align: center;
    }
    .ydrsERYxnpFm__box {
    margin-left: 0;
    }
    }
