:root {
--WfUjByTEzLWO: #2D669C;
--flFzOVSxiDGA: #0241AD;
--CaMVdwGtOgcz: #ffc107;
--yaTKgyCnjnmo: #D72638;
--IEPOjNtvJIHo: #eae8e8;
--FAyBgdpLQyJo: #000;
--rZxNZCehzXyz: rgba(255, 230, 230, 0.5);
--BtlbUUMXYxnP: #ec4d77;
--arqXxClKnKcn: #b00000;
--ptvuNWZnOtRK: #fff;
--bazAyvQYVQRD: #02369B;
--vBJDTQBuMGqb: #ebeaea;
--jOWoIMGVMBVV: #fff;
--tjbphcsyuzRI: #d8cece;
--jeIUtAUQDoNH: #000000;
--kzoWHtygDqkd: #4316fa;
--ZYrlIUmUmPeY: #250c91;
--qZMyUroPGJQY: #ddd;
}

* {
box-sizing: border-box;
}

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

a:hover {
text-decoration: underline;
}

body {
font-family: 'Poppins', sans-serif;
font-size: 16px;
line-height: 1.5;
margin: 0;
padding: 0;
background-color: var(--bazAyvQYVQRD);
color: var(--FAyBgdpLQyJo);
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(--yaTKgyCnjnmo);
color: #fff;
padding: 10px 20px;
border: none;
cursor: pointer;
margin-left: 30px;
transition: background-color 0.2s;
}

menu li:hover{
background-color: var(--arqXxClKnKcn);
}
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;
}

.REGIcLFHVnGx {
gap: 30px;
max-width: 1200px;
width: 100%;
margin: 0 auto;
display: flex;
align-items: center;
}
.mwTBIPzWBrfv,
.cHxifvQLCKNY,
.inside-ilbPYKJkNCOd {
max-width: 1200px;
width: 100%;
margin: 0 auto;
text-align: center;
}
.inside-ilbPYKJkNCOd a {
color: var(--jeIUtAUQDoNH);
}
.eLzFcqKmtydr {
display: flex;
flex-direction: row;
align-items: center;
gap: 10px;
}

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

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

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

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

}

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

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


.EwMjFwXnPmJs {
list-style: none;
display: flex;
align-items: flex-start;
gap: 30px;
font-family: Inter, sans-serif;
font-weight: 700;
font-size: 18px;
}

.EwMjFwXnPmJs {
white-space: nowrap;
display: flex;
align-items: center;
gap: 30px;
width: 100%;
list-style: none;
padding: 0;
margin: 0;
}

.XwkiKStZIopU a {
color: var(--ptvuNWZnOtRK);
}

/* slider */

.QPSFiWMwHkQe-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;
}

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

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

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

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

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

.QPSFiWMwHkQe-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;
}

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

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

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

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

}

.QPSFiWMwHkQe-item img {

    object-fit: cover;
    border-radius: 16px;
}
/* slider end */

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

.TImMsoFRKYBF {
text-align: left;

color: var(--ptvuNWZnOtRK);

}
.ZmeDlKrVRKzq {
color: var(--ptvuNWZnOtRK);
}

.JOEBpCaVuePY {
background-color: var(--yaTKgyCnjnmo);
color: var(--ptvuNWZnOtRK);
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: 30px auto 0 auto;
transition: background-color 0.7s ease;
}

.JOEBpCaVuePY:hover {
background-color: var(--arqXxClKnKcn);
}

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

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

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

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

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

.nYIehwhQozxf {
    position: absolute;
    max-width: 600px;
    transform: translate(-50%, -50%);
    left: 30%;
    top: 50%;
    color: var(--ptvuNWZnOtRK);
    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;
}

.nYIehwhQozxf a:hover {
color: var(--ptvuNWZnOtRK);
}

.KEkRYchPgPum {
    background-color: var(--yaTKgyCnjnmo);
    color: var(--ptvuNWZnOtRK);
    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;
    font-family: Poppins, sans-serif;
       animation: pulse 2s infinite;
}


@keyframes pulse {
   0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
.KEkRYchPgPum:hover {
background-color: var(--arqXxClKnKcn);
}

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

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

.wXAWnKwQWuDs__btn:hover {
background-color: var(--arqXxClKnKcn);
color: var(--ptvuNWZnOtRK);
}

.wXAWnKwQWuDs__text {
font-weight: 400;
}

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

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

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

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*/
.etjAaIeeZavw {
margin-top: 30px;
background-color: var(--yaTKgyCnjnmo);
width: 100%;
border: 1px solid var(--qZMyUroPGJQY);
padding: 15px;
box-sizing: border-box;
border-radius: 15px;
}

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

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

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

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

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

.UBBhExEIUXFT {
width: 150px;
}

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

.CtluGtqxyTQs {
margin-left: 24px;
}

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

.ZmeDlKrVRKzq > .stadeXRosEhx{
    display: none;
}

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

.EyuZYlAdZSLL {
color: var(--CaMVdwGtOgcz);
font-size: 24px;
}

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

.oHgoWXTYEvdt:hover {
background-color: var(--arqXxClKnKcn);
color: var(--ptvuNWZnOtRK);
}

/*IMG*/
.QphpczTSAJAN {
display: flex;
align-items: center;
max-width: 384px;
width: 100%;
  transition: filter 0.3s ease, transform 0.3s ease;
}

 .QphpczTSAJAN:hover {
transform: scale(1.04);
filter: brightness(70%);
 }
.HmNLASsIovWK {
width: 100%;
}

.HmNLASsIovWK {
width: 100%;

}

.tKokQKaMNAgT {
width: 100%;
}


.zekqrYcppCtS {
display: flex;
flex-direction: column;
gap: 12px;
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;
}
.zekqrYcppCtS span {
margin: 0;
font-size: 20px;
font-weight: bold;
}

.zekqrYcppCtS p {
color: var(--ptvuNWZnOtRK);
font-size: 34px;
text-align: start;
}
.PCUlbGmrFgwk {
position: relative;
flex: 1;
overflow: hidden;
}
.PCUlbGmrFgwk figure {
margin: 0;
}
.CnkuwPHKfCpS {
width: 120px;
height: 30px;
opacity: 1;
top: 40%;
left: 15%;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
background: var(--arqXxClKnKcn);
color: var(--ptvuNWZnOtRK);
font-weight: bold;
font-size: 17px;
text-align: center;
letter-spacing: 1px;
text-decoration: none;
opacity: 0;
transition: opacity 0.2s;
z-index: 1;
border-radius: 6px;
}
.PCUlbGmrFgwk:hover .CnkuwPHKfCpS {
opacity: 1;
color: var(--ptvuNWZnOtRK);
}
.PCUlbGmrFgwk img {
display: block;
width: 100%;
height: auto;
border-radius: 6px;
}

.PCUlbGmrFgwk .HmNLASsIovWK {
position: relative;
}

.qUCKMAuDvAkl {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 16px;
}


/*pros-cons*/

.UnzSZNESYgaF {
display: flex;
justify-content: space-between;
gap: 20px
padding: 15px;
}

.aeFSqktZKqdB {
gap: 10px;
width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
margin-top:40px;
}

.aeFSqktZKqdB .QphpczTSAJAN {
width: 100%;
}

.afZHaTMmCyPP h3 {
    margin-top: 0;
}

.XwkiKStZIopU.active a {
text-decoration: underline;
font-weight: bold;

}

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

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

.VBzLurzIGjgt {
    background: var(--bazAyvQYVQRD);
    color: var(--jOWoIMGVMBVV);
    font-weight: 600;
    border: 2px solid var(--jOWoIMGVMBVV);
    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;
}


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

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

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

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

.nYIehwhQozxf {
    gap: 50px;

}


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

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

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

.afZHaTMmCyPP .UnzSZNESYgaF:first-child .TImMsoFRKYBF {
color: green;
}

.afZHaTMmCyPP .UnzSZNESYgaF:last-child .TImMsoFRKYBF {
color: red;
}

.afZHaTMmCyPP .UnzSZNESYgaF:first-child li::before {
color: green;
}

.afZHaTMmCyPP .UnzSZNESYgaF:last-child li::before {
color: red;
}

/*Table*/

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


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

table thead {
background-color: var(--ptvuNWZnOtRK);
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(--FAyBgdpLQyJo);
border: 1px solid var(--FAyBgdpLQyJo);
}

table thead th:first-child {
border-radius: 16px 0 0 0;
border: 1px solid var(--FAyBgdpLQyJo);
}

table thead th:last-child {
border-radius: 0 16px 0 0;
border: 1px solid var(--FAyBgdpLQyJo);
}

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

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(--FAyBgdpLQyJo);
}
.ZCkajWtJlKLj, .ZCkajWtJlKLj table {

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

.ZCkajWtJlKLj, .ZCkajWtJlKLj table {

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

.ZCkajWtJlKLj table {
    width: max-content;
    width: 100%;
}
/*FAQ*/
.aVocJuoUxMIt-item {
background-color: var(--flFzOVSxiDGA);
padding: 20px;
border-radius: 16px;
margin-bottom: 24px;
border: 1px solid var(--qZMyUroPGJQY);
color: var(--ptvuNWZnOtRK);
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.aVocJuoUxMIt h3 {
font-size: 20px;

}
.QSHxGmgwlxAP {
text-align: left;
}

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

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

/*Footer*/
.ilbPYKJkNCOd {

color: var(--ptvuNWZnOtRK);
}

.inside-ilbPYKJkNCOd {
padding: 10px;
}

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

.tBOvYNfDcVZT:hover {
opacity: 1;
}

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

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

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

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

.GCNmsOtbdRLF_item a{
color: var(--FAyBgdpLQyJo);
}


/*New*/

.BVGeJtGUZuJR {
margin-top: 40px;
}

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

.GIQWFJxqucAS {

background: linear-gradient(180deg, #744F1B 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;
}
.GIQWFJxqucAS:first-child {
background: linear-gradient(180deg, #305907 0%, #072230 100%);
color: --ptvuNWZnOtRK;
}

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

.GIQWFJxqucAS a {
color: --ptvuNWZnOtRK;
}

.klamqSCgAqhe {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: auto;
    flex-wrap: wrap;
}
.klamqSCgAqhe .TttrjSJwaXbB:first-child:first-child {
 width: 48px;
}
.kmEbYtlTxaeL {
width: 100%;
padding: 0 20px;
box-sizing: border-box;
max-width: 1200px;
}


.axDBRLQIyMhG nav ul {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    padding: 0;
    text-transform: uppercase;
}


.axDBRLQIyMhG nav ul li a:hover {
    color: var(--ptvuNWZnOtRK);
    text-decoration: underline;
}

.sgnAbGkMNQjb {
    display: none;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    margin-left: auto;
    z-index: 1001;
}

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

.XwkiKStZIopU {
position: relative;
}

#main-nav + div{
display: flex;
justify-content: end;
align-items: center;
gap: 10px;
flex-grow: 2;
margin-right: 20px;
font-weight: 700;
font-size: 18px;

}

#main-nav + div a{
font-size: 16px;
white-space: nowrap;
word-break: keep-all;
padding: 10px 20px;
text-align: center;
max-width: 200px;
border-radius: 16px;
}

#main-nav + div a:nth-child(2) {
background: #289507;
color: #fff !important;
border-radius: 16px;
padding: 10px 20px;
font-weight: 700;
transition: background 0.2s;
animation: pulse 2s infinite;
}


#main-nav + div a:nth-child(2):hover {
background: #1f7d04;
}


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

.jkGfVgeoljdX {
display: none;
position: absolute;
top: 100%;
left: 0;
background: var(--bazAyvQYVQRD);
border: 1px solid var(--jOWoIMGVMBVV);
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;
}

.XwkiKStZIopU:hover > .jkGfVgeoljdX {
display: block;
}

.qyZDitIlgVoi {
margin: 0;
}

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

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

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

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

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

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

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

.QHgBrgtxCjZb:hover {
text-decoration: underline;
color: var(--arqXxClKnKcn);
}

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

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


/*Media*/
@media(max-width: 1200px)
{
.inside-ilbPYKJkNCOd{
    padding: 30px 15px;
    text-align: center;
}
.ZGeAhpBiawhp {
    flex-direction: column;
}
}


@media(max-width: 992px){
.RMdWExDOgQrZ:nth-child(1),
.RMdWExDOgQrZ:nth-child(2),
.RMdWExDOgQrZ:nth-child(3){
width: 33%;
}

.axDBRLQIyMhG nav ul {
    flex-direction: column;
    gap: 20px;
}
.EwMjFwXnPmJs {
flex-direction: column;
gap: 20px;
}
.XwkiKStZIopU:nth-last-child(2) {
margin-left: 0;
}
.XwkiKStZIopU:last-child a {
width: 100%;
margin: 10px 0 0 0;
}
.BKsdPlToUCON{
text-align: center;
padding: 0 10px;
}
.CtluGtqxyTQs {
margin-left: 10px;
}
.REGIcLFHVnGx{
padding: 0 15px;
align-items: center;
flex-wrap: wrap;
}

.sgnAbGkMNQjb {
display: block;
color: var(--ptvuNWZnOtRK);
order: 2;
padding-left: 0;
 padding-right: 0px;
}
#main-nav {
display: none;
}
#main-nav + div{
margin-right:0;
}
#main-nav.active {
display: flex;
order:3;
}

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

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

.eLzFcqKmtydr img {
width: 50px;
margin-left: 0;
}

.aeFSqktZKqdB{
    flex-wrap:wrap;
}

.GIQWFJxqucAS {
    font-size: clamp(14px, 6vw, 32px);
}

.eoMudQoPmBix {
    flex-direction: column;
    align-items: center;
}

}
@media(max-width: 756px){
.qUCKMAuDvAkl {
grid-template-columns: repeat(2, 1fr);
}
.QPSFiWMwHkQe {
    grid-template-columns: repeat(3, 1fr);
}
.nYIehwhQozxf {
    font-size: 26px;
    width: 70%;
    left: 50%;
}
.wXAWnKwQWuDs {
    height: unset;
}
.vqmsFnEJeods{
    flex-wrap: wrap;
}
.RMdWExDOgQrZ:nth-child(1){
    width: 100%;
    justify-content: center;
}
.RMdWExDOgQrZ:nth-child(2){
    width: 50%;
    border: none;
    height: 70px;
}
.RMdWExDOgQrZ:nth-child(3) {
    width: 50%;
}
.wXAWnKwQWuDs__box{
    padding: 0;
}
.KEkRYchPgPum{
    padding: 5px 20px;
    font-weight: bold;
}
.CgbrxIolFyjd {
    gap: 12px;
    justify-content: center;
}
.GamGQQLpooqf {
    font-size: 15px;
    padding: 7px 14px;
}
#main-nav + div{
position: fixed;
z-index: 1;
bottom: 0;
left: 0;
height:70px;
font-weight: 600;
font-size: 16px;
width:100%;
gap:15px;
padding-left: 20px;
padding-right: 20px;
justify-content: center;
background-color: var(--bazAyvQYVQRD);
border-top: 1px solid var(--qZMyUroPGJQY);
}
#main-nav + div a:first-child{
border: 1px solid #fff;
}
#main-nav + div a{
    width:100%;
border-radius: 40px;
padding: 12px 20px;
}
#main-nav + div a:nth-child(2){
border-radius: 40px;
padding: 12px 20px;
}

.eLzFcqKmtydr > .stadeXRosEhx{
    display:none;
}

.ZmeDlKrVRKzq > .stadeXRosEhx{
    display: flex;
    justify-content: center;
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 10px;
}
}


@media(max-width: 700px){
.KEkRYchPgPum {
    padding: 10px 25px;
    font-size: 28px;
    font-weight: bold;
}
.nYIehwhQozxf {
    font-size: 18px;
    width: 100%;
    gap: 0px;
}
footer > div:first-child {
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.CgbrxIolFyjd {
    margin-left: 0;
    margin-top: 12px;
    width: 100%;
    justify-content: center;
}
.klamqSCgAqhe {
    justify-content: center;
    width: 100%;
}
}


@media(max-width: 576px){
.eLzFcqKmtydr img {
margin-left: 5px;
}

.QPSFiWMwHkQe {
grid-template-columns: repeat(2, 1fr);
}
.nYIehwhQozxf {
    font-size: 20px;
    width: 100%;
}
.JOEBpCaVuePY a {
font-size: 24px;
}
.afZHaTMmCyPP {
flex-wrap: wrap;
}
.afZHaTMmCyPP .UnzSZNESYgaF {
width: 100%;
}
.ljBrYDhHiHJs {
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;
}
.HmNLASsIovWK {
width: 100%;
margin: 20px auto 15px auto;
max-width: 385px
}
.wXAWnKwQWuDs__box {
flex-direction: column;
margin: 20px 0 20px 0;
}
.wXAWnKwQWuDs__text{
margin-top: 15px;
}
.KEkRYchPgPum {
font-size: 18px;
}
.GCNmsOtbdRLF{
margin-top: 20px;
}
.eLzFcqKmtydr{
display: flex;
justify-content: center;
}
.eLzFcqKmtydr img {
width: 50px;
}
}
@media(max-width: 480px){

.REGIcLFHVnGx{
gap:15px;
}
.RMdWExDOgQrZ:nth-child(1) {
flex-direction: column;
}
.RMdWExDOgQrZ:nth-child(2),
.RMdWExDOgQrZ:nth-child(3) {
width: 100%;
}
.CtluGtqxyTQs {
margin-left: 0px;
}

.oHgoWXTYEvdt{
padding: 10px 20px;
}
.JOEBpCaVuePY{
    max-width: 280px;
    padding: 20px 0 20px 0;
}
table thead th {
font-size: 14px;
}
table tbody td {
font-size: 14px;
}
.tBOvYNfDcVZT {
position: fixed;
bottom: 30px;
right: 30px;
width: 30px;
height: 30px;
}
.tBOvYNfDcVZT::after, .btn-up::before {
width: 14px;
}
.UBBhExEIUXFT {
width: 100px;
}
.eLzFcqKmtydr img {
margin-left: 5px;
}
.BKsdPlToUCON{
font-size: 14px;
}
}

@media (max-width: 375px) {
.REGIcLFHVnGx{
gap:4px;
}
}

@media (max-width: 360px) {
.liJPtiCaHAIh {
font-size: 12px;
}
}
/*popup*/
.BzTHdAsPELPA {
background: var(--yaTKgyCnjnmo);
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;
}
.BzTHdAsPELPA__info {
display: flex;
}
.BzTHdAsPELPA__box {
margin-left: 15px;
}
.BzTHdAsPELPA__img {
width: 130px;
height: 100%;
border-radius: 16px;
}
.BzTHdAsPELPA__title {
font-size: 24px;
font-weight: 600;
}
.BzTHdAsPELPA__sub-title {
margin-top: 10px;
color: var(--FAyBgdpLQyJo);
}
.BzTHdAsPELPA__btn {
    width: 240px;
    height: 50px;
    margin: 10px auto 0 auto;
    background: var(--WfUjByTEzLWO);
    color: var(--ptvuNWZnOtRK);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: all 0.7s ease-in-out;
    color: var(--ptvuNWZnOtRK);
}
.BzTHdAsPELPA__btn:hover{
background: var(--arqXxClKnKcn);
transition: all 0.7s ease-in-out;
color: var(--ptvuNWZnOtRK);
}
.BzTHdAsPELPA__close {
width: 30px;
height: 30px;
background-color: #eee;
position: absolute;
left: -15px;
top: -15px;
border-radius: 15px;
border: 1px solid #1e232f;
cursor: pointer;
}
.BzTHdAsPELPA__close-wrap {
position: relative;
}
.BzTHdAsPELPA__close-wrap::after {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(-45deg);
top: 12px;
left: 3px;
}
.BzTHdAsPELPA__close-wrap::before {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(45deg);
top: 12px;
left: 3px;
}
.BzTHdAsPELPA__show {
opacity: 1;
left: 40px;
transition: all 0.3s ease-in-out;
visibility: visible;
background-color: var(--vBJDTQBuMGqb);
}
@media(max-width: 576px){
.BzTHdAsPELPA{
max-width: 93%;
left: 20px;
padding-right: 15px;
}
.BzTHdAsPELPA__img {
width: 70px;
}
.BzTHdAsPELPA__sub-title {
margin-right: 15px;
}
.BzTHdAsPELPA__btn{
width: 220px;
}
}
@media(max-width: 480px){

.BzTHdAsPELPA__info {
display: flex;
flex-direction: column;
align-items: center;
}
.BzTHdAsPELPA__btn {
width: 200px;
margin-top: 0;
height: 40px;
}
.BzTHdAsPELPA__sub-title {
margin-right: 0;
text-align: center;
}
.BzTHdAsPELPA__box {
margin-left: 0;
}
}
