:root {
--uGnENzcrPUau: #316CA4;
--DWQnknpMuKhQ: #02369B;
--lVebKKrvfbxv: #ffc107;
--hiBvPWegTKYm: #F44336;
--xMrMPMcKpxae: #e8e8e7;
--ysRvCVocHyEf: #000;
--guPVUhupfSEf: rgba(242, 185, 185, 0.5);
--rVlzgjsJSYbm: #e94872;
--VecarILaYiGW: #b00000;
--cyRHrWsKLjLP: #fff;
--wTGFbUasFeMC: #02389E;
--aEESAGccnYut: #e7e6e6;
--PrJePatSfbVi: #fff;
--sAhDBREsNRRg: #d6cece;
--qhtMzYFDbaNT: #000000;
--qAcTspFGtPuk: #4517ff;
--dATvuSanLQFk: #270d96;
--YaTDmaiSlArj: #ddd;
}

* {
box-sizing: border-box;
}

a {
color: var(--PrJePatSfbVi);
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(--wTGFbUasFeMC);
color: var(--ysRvCVocHyEf);
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(--hiBvPWegTKYm);
color: #fff;
padding: 10px 20px;
border: none;
cursor: pointer;
margin-left: 30px;
transition: background-color 0.2s;
}

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

.WMIZzuxsKJDl {
gap: 30px;
max-width: 1200px;
width: 100%;
margin: 0 auto;
display: flex;
align-items: center;
}
.mOTFggywomei,
.ZwAwevfsFFRY,
.inside-XuFYnqlFAgMr {
max-width: 1200px;
width: 100%;
margin: 0 auto;
text-align: center;
}

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

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

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

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

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

}

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

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


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

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

.qQRHOxabMULW a {
color: var(--cyRHrWsKLjLP);
}

/* slider */

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

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

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

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

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

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

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

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

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

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

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

}

.TMctjgjZTovx-item img {

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

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

.jWEivOyIDNdl {
text-align: left;

color: var(--cyRHrWsKLjLP);

}
.FxjxbQZYASYv {
color: var(--cyRHrWsKLjLP);
}

.SKSNpWsqsAgV {
background-color: var(--hiBvPWegTKYm);
color: var(--cyRHrWsKLjLP);
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;
}

.SKSNpWsqsAgV:hover {
background-color: var(--VecarILaYiGW);
}

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

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

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

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

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

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

.dZXRKBltjqcR a:hover {
color: var(--cyRHrWsKLjLP);
}

.bHbHkOsQBGuQ {
    background-color: var(--hiBvPWegTKYm);
    color: var(--cyRHrWsKLjLP);
    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);
  }
}
.bHbHkOsQBGuQ:hover {
background-color: var(--VecarILaYiGW);
}

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

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

.QQxaRCZZzQTF__btn:hover {
background-color: var(--VecarILaYiGW);
color: var(--cyRHrWsKLjLP);
}

.QQxaRCZZzQTF__text {
font-weight: 400;
}

.QQxaRCZZzQTF__text a {
font-weight: 400;
}
#aPTqBoauecLz {
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*/
.aDbwtCfrOXaZ {
margin-top: 30px;
background-color: var(--hiBvPWegTKYm);
width: 100%;
border: 1px solid var(--YaTDmaiSlArj);
padding: 15px;
box-sizing: border-box;
border-radius: 15px;
}

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

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

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

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

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

.EQgdDipxScWu {
width: 150px;
}

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

.xvRxpXkBGivm {
margin-left: 24px;
}

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

.FxjxbQZYASYv > .vgDqnOSmbxjX{
    display: none;
}

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

.FFRWOgTBSPiQ {
color: var(--lVebKKrvfbxv);
font-size: 24px;
}

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

.qOujaFSGGIRs:hover {
background-color: var(--VecarILaYiGW);
color: var(--cyRHrWsKLjLP);
}

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

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

.qEABlUboprfy {
width: 100%;

}

.AxbPqpUcwKqB {
width: 100%;
}

.ugjJTlLDoBpI {
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;
}
.ugjJTlLDoBpI span {
margin: 0;
font-size: 20px;
font-weight: bold;
}

.ugjJTlLDoBpI p {
color: var(--cyRHrWsKLjLP);
font-size: 34px;
text-align: start;
}

.xyVbeebZvfTK {
position: relative;
flex: 1;
overflow: hidden;
}
.xyVbeebZvfTK figure {
margin: 0;
}
.gLPunGEGtfTX {
width: 120px;
height: 30px;
opacity: 1;
top: 40%;
left: 15%;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
background: var(--VecarILaYiGW);
color: var(--cyRHrWsKLjLP);
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;
}
.xyVbeebZvfTK:hover .gLPunGEGtfTX {
opacity: 1;
color: var(--cyRHrWsKLjLP);
}
.xyVbeebZvfTK img {
display: block;
width: 100%;
height: auto;
border-radius: 6px;
}

.xyVbeebZvfTK .qEABlUboprfy {
position: relative;
}

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


/*pros-cons*/

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

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

.saiCYSLOMVFi .TjUhQzWNFLSt {
width: 100%;
}

.FnSdaAOiJhGY h3 {
    margin-top: 0;
}

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

}

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

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

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


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

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

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

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

.dZXRKBltjqcR {
    gap: 50px;

}


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

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

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

.FnSdaAOiJhGY .PQsZQnuICkSI:first-child .jWEivOyIDNdl {
color: green;
}

.FnSdaAOiJhGY .PQsZQnuICkSI:last-child .jWEivOyIDNdl {
color: red;
}

.FnSdaAOiJhGY .PQsZQnuICkSI:first-child li::before {
color: green;
}

.FnSdaAOiJhGY .PQsZQnuICkSI:last-child li::before {
color: red;
}

/*Table*/

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


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

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

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

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

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

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

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

.RZewtoTChAYj, .RZewtoTChAYj table {

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

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

}
.hbmbCifoWRJD {
text-align: left;
}

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

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

/*Footer*/
.XuFYnqlFAgMr {

color: var(--cyRHrWsKLjLP);
}

.inside-XuFYnqlFAgMr {
padding: 10px;
}

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

.ESktGhagnmHI:hover {
opacity: 1;
}

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

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

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

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

.sFETCfwKUvuQ_item a{
color: var(--ysRvCVocHyEf);
}


/*New*/

.TrZqcIRkmtIV {
margin-top: 40px;
}

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

.GcfoXeThibLW {

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

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

.GcfoXeThibLW a {
color: --cyRHrWsKLjLP;
}

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


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


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

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

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

.qQRHOxabMULW {
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;
}

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

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

.qQRHOxabMULW:hover > .eXgrpdCGKJVv {
display: block;
}

.MnuapurZebmP {
margin: 0;
}

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

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

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

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

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

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

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

.vwXqqIIuBMWc:hover {
text-decoration: underline;
color: var(--VecarILaYiGW);
}

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

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


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


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

.wXSlzKPdFlrY nav ul {
    flex-direction: column;
    gap: 20px;
}
.PawJXqQmBYDv {
flex-direction: column;
gap: 20px;
}
.qQRHOxabMULW:nth-last-child(2) {
margin-left: 0;
}
.qQRHOxabMULW:last-child a {
width: 100%;
margin: 10px 0 0 0;
}
.tfwQTWCicFSL{
text-align: center;
padding: 0 10px;
}
.xvRxpXkBGivm {
margin-left: 10px;
}
.WMIZzuxsKJDl{
padding: 0 15px;
align-items: center;
flex-wrap: wrap;
}

.VqEMoUUyNOrI {
display: block;
color: var(--cyRHrWsKLjLP);
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;
}

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

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

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

.saiCYSLOMVFi{
    flex-wrap:wrap;
}

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

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

}
@media(max-width: 756px){
    .PWFEvIgjOkgx {
grid-template-columns: repeat(2, 1fr);
}
.TMctjgjZTovx {
    grid-template-columns: repeat(3, 1fr);
}
.dZXRKBltjqcR {
    font-size: 26px;
    width: 70%;
    left: 50%;
}
.QQxaRCZZzQTF {
    height: unset;
}
.bpEUxfMqWnlx{
    flex-wrap: wrap;
}
.hedvyTnLIZso:nth-child(1){
    width: 100%;
    justify-content: center;
}
.hedvyTnLIZso:nth-child(2){
    width: 50%;
    border: none;
    height: 70px;
}
.hedvyTnLIZso:nth-child(3) {
    width: 50%;
}
.QQxaRCZZzQTF__box{
    padding: 0;
}
.bHbHkOsQBGuQ{
    padding: 5px 20px;
    font-weight: bold;
}
.GaeoKCFAtEmi {
    gap: 12px;
    justify-content: center;
}
.HYfLvbOLhkbA {
    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(--wTGFbUasFeMC);
border-top: 1px solid var(--YaTDmaiSlArj);
}
#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;
}
.cFimkKvNWPDP > .vgDqnOSmbxjX{
    display:none;
}

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


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


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

.TMctjgjZTovx {
grid-template-columns: repeat(2, 1fr);
}
.dZXRKBltjqcR {
    font-size: 20px;
    width: 100%;
}
.SKSNpWsqsAgV a {
font-size: 24px;
}
.FnSdaAOiJhGY {
flex-wrap: wrap;
}
.FnSdaAOiJhGY .PQsZQnuICkSI {
width: 100%;
}
.prOuOTXRGKkt {
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;
}
.qEABlUboprfy {
width: 100%;
margin: 20px auto 15px auto;
max-width: 385px
}
.QQxaRCZZzQTF__box {
flex-direction: column;
margin: 20px 0 20px 0;
}
.QQxaRCZZzQTF__text{
margin-top: 15px;
}
.bHbHkOsQBGuQ {
font-size: 18px;
}
.sFETCfwKUvuQ{
margin-top: 20px;
}
.cFimkKvNWPDP{
display: flex;
justify-content: center;
}
.cFimkKvNWPDP img {
width: 50px;
}
}
@media(max-width: 480px){
.WMIZzuxsKJDl{
    gap:15px;
}

.hedvyTnLIZso:nth-child(1) {
flex-direction: column;
}
.hedvyTnLIZso:nth-child(2),
.hedvyTnLIZso:nth-child(3) {
width: 100%;
}
.xvRxpXkBGivm {
margin-left: 0px;
}

.qOujaFSGGIRs{
padding: 10px 20px;
}
.SKSNpWsqsAgV{
    max-width: 280px;
    padding: 20px 0 20px 0;
}
table thead th {
font-size: 14px;
}
table tbody td {
font-size: 14px;
}
.ESktGhagnmHI {
position: fixed;
bottom: 30px;
right: 30px;
width: 30px;
height: 30px;
}
.ESktGhagnmHI::after, .btn-up::before {
width: 14px;
}
.EQgdDipxScWu {
width: 100px;
}
.cFimkKvNWPDP img {
margin-left: 5px;
}
.tfwQTWCicFSL{
font-size: 14px;
}
}

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

@media (max-width: 360px) {
.liJPtiCaHAIh {
font-size: 12px;
}
}
/*popup*/
.hegywIRuKzJy {
background: var(--hiBvPWegTKYm);
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;
}
.hegywIRuKzJy__info {
display: flex;
}
.hegywIRuKzJy__box {
margin-left: 15px;
}
.hegywIRuKzJy__img {
width: 130px;
height: 100%;
border-radius: 16px;
}
.hegywIRuKzJy__title {
font-size: 24px;
font-weight: 600;
}
.hegywIRuKzJy__sub-title {
margin-top: 10px;
color: var(--ysRvCVocHyEf);
}
.hegywIRuKzJy__btn {
    width: 240px;
    height: 50px;
    margin: 10px auto 0 auto;
    background: var(--uGnENzcrPUau);
    color: var(--cyRHrWsKLjLP);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: all 0.7s ease-in-out;
    color: var(--cyRHrWsKLjLP);
}
.hegywIRuKzJy__btn:hover{
background: var(--VecarILaYiGW);
transition: all 0.7s ease-in-out;
color: var(--cyRHrWsKLjLP);
}
.hegywIRuKzJy__close {
width: 30px;
height: 30px;
background-color: #eee;
position: absolute;
left: -15px;
top: -15px;
border-radius: 15px;
border: 1px solid #1e232f;
cursor: pointer;
}
.hegywIRuKzJy__close-wrap {
position: relative;
}
.hegywIRuKzJy__close-wrap::after {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(-45deg);
top: 12px;
left: 3px;
}
.hegywIRuKzJy__close-wrap::before {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(45deg);
top: 12px;
left: 3px;
}
.hegywIRuKzJy__show {
opacity: 1;
left: 40px;
transition: all 0.3s ease-in-out;
visibility: visible;
background-color: var(--aEESAGccnYut);
}
@media(max-width: 576px){
.hegywIRuKzJy{
max-width: 93%;
left: 20px;
padding-right: 15px;
}
.hegywIRuKzJy__img {
width: 70px;
}
.hegywIRuKzJy__sub-title {
margin-right: 15px;
}
.hegywIRuKzJy__btn{
width: 220px;
}
}
@media(max-width: 480px){

.hegywIRuKzJy__info {
display: flex;
flex-direction: column;
align-items: center;
}
.hegywIRuKzJy__btn {
width: 200px;
margin-top: 0;
height: 40px;
}
.hegywIRuKzJy__sub-title {
margin-right: 0;
text-align: center;
}
.hegywIRuKzJy__box {
margin-left: 0;
}
}
