:root {
--oemkXVivCiRJ: #FF4C4C;
--YmuQWPrTFySm: #0E0202;
--csFjdvQINIXJ: #ffc107;
--xDFlaetMdqpv: #2770B4;
--kFSUZjBRSksc: #e9e7e7;
--MHBlzErKvWKu: #000;
--EdGrRKuoAlrt: rgba(255, 255, 255, 0.5);
--FlPXtOVdTxth: #eb4976;
--VWAPbZTgNssc: #b00000;
--GRGMttEjGCcb: #fff;
--ciXjPpHqbvcf: #020000;
--VpUufcgQeAlq: #eaeaea;
--TdXNgiOVOCgr: #fff;
--eRirbMbCezqe: #d5cdcd;
--MxgqQbUoQKZO: #000000;
--jEkbclBSkpPV: #3e13f0;
--HkpyUDjDzCQn: #260c8f;
--PyEeVHNHXZox: #ddd;
}

* {
box-sizing: border-box;
}

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

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

.mMTGbViwCgBY {
    gap: 30px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.vnuSUcTllKzT,
.HGNsQGaCojig,
.inside-mqciQYkjClWz {
max-width: 1200px;
width: 100%;
margin: 0 auto;
text-align: center;
}

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

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


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

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

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

}

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

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


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

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


.tlLyTKGqCBjP a {
color: var(--GRGMttEjGCcb);
}

/* slider */

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

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

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

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

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

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

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

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

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

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

.xBThzFmrcRkW-item {
width: 100%;
height: auto;
}

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

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

.bjVTcsOFsRas {
text-align: left;
color: var(--GRGMttEjGCcb);

}
.QMDbEnWLxSaZ {
color: var(--GRGMttEjGCcb);
}

.OWMkqcaWUKhl {
background-color: var(--oemkXVivCiRJ);
color: var(--GRGMttEjGCcb);
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;
}

.OWMkqcaWUKhl:hover {
background-color: var(--VWAPbZTgNssc);
}

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

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

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

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

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

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

.QfSPTkHFybax a:hover {
    color: var(--GRGMttEjGCcb);
}

.LdoyeEJcCXMM {
background-color: var(--oemkXVivCiRJ);
color: var(--GRGMttEjGCcb);
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);
  }
}
.LdoyeEJcCXMM:hover {
background-color: var(--VWAPbZTgNssc);
}

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

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

.BApfSNSDdEvj__btn:hover {
background-color: var(--VWAPbZTgNssc);
color: var(--GRGMttEjGCcb);
}

.BApfSNSDdEvj__text {
font-weight: 400;
}

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

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

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

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

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

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

.WOuKpYhkFMcV {
width: 150px;
}

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

.DNWWCcYEWEIX {
margin-left: 24px;
}

.gJmtaJTPDjTh {
font-size: 20px;
font-weight: bold;
color: var(--TdXNgiOVOCgr);
white-space: nowrap;
}
.QMDbEnWLxSaZ > .gJmtaJTPDjTh{
    display: none;
}
.YnvrHvGOCfcH {
display: flex;
align-items: center;
margin: 0 auto 10px auto;
justify-content: center;
border: 1px solid var(--PyEeVHNHXZox);
border-radius: 15px;
width: 130px;
}

.CznerKqQzRvi {
color: var(--csFjdvQINIXJ);
font-size: 24px;
}

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

.sYZtuBMvhqXL:hover {
background-color: var(--VWAPbZTgNssc);
color: var(--GRGMttEjGCcb);
}

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

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

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

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

.INCzAaSRlzNg p {
color: var(--GRGMttEjGCcb);
font-size: 34px;
text-align: start;
}
.nFEGhzXqFevg {
position: relative;
flex: 1;
overflow: hidden;
}
.nFEGhzXqFevg figure {
margin: 0;
}
.csICsRkMLDYR {
width: 120px;
height: 30px;
opacity: 1;
top: 40%;
left: 15%;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
background: var(--VWAPbZTgNssc);
color: var(--GRGMttEjGCcb);
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;
}
.nFEGhzXqFevg:hover .csICsRkMLDYR {
opacity: 1;
color: var(--GRGMttEjGCcb);
}
.nFEGhzXqFevg img {
display: block;
width: 100%;
height: auto;
border-radius: 6px;
}

.nFEGhzXqFevg .bPlCnoQBtJpQ {
position: relative;
}

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


/*pros-cons*/

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

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

.OEARTvnuHoZp .fFdDGONebwtA {
width: 100%;
}
.aJxpkcKjLtgf h3 {
    margin-top: 0;
}

.tlLyTKGqCBjP.active a {
    color: var(--xDFlaetMdqpv);
    font-weight: bold;

}

.FnKyqoUkgLpj {
    display: flex;
    margin-top: 20px;
}

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

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


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

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

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

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


.QfSPTkHFybax {
    gap: 50px;

}

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

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

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

.aJxpkcKjLtgf .YlWtBgHTNAJb:first-child .bjVTcsOFsRas {
color: green;
}

.aJxpkcKjLtgf .YlWtBgHTNAJb:last-child .bjVTcsOFsRas {
color: red;
}

.aJxpkcKjLtgf .YlWtBgHTNAJb:first-child li::before {
color: green;
}

.aJxpkcKjLtgf .YlWtBgHTNAJb:last-child li::before {
color: red;
}

/*Table*/

table {
    width: 100%;
    border: 1px solid var(--YmuQWPrTFySm);
    border-radius: 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background-color: var(--TdXNgiOVOCgr);
    color: var(--YmuQWPrTFySm);
    max-width: 100%;
}


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

table thead {
background-color: var(--GRGMttEjGCcb);
height: 50px;
border-radius: 20px;
border: none;

}

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

table thead th:first-child {
border-radius: 20px;
}

table thead th:last-child {
border-radius: 20px;
}

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

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(--YmuQWPrTFySm);
}
.VaudIByQTkKT {
border-radius: 20px;
}

.VaudIByQTkKT, .VaudIByQTkKT table {

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

.VaudIByQTkKT, .VaudIByQTkKT table {

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

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

}
.CTxjFudvWBxi {
text-align: left;
}

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

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

/*Footer*/
.mqciQYkjClWz {
color: var(--GRGMttEjGCcb);
}

.inside-mqciQYkjClWz {
    padding-top: 10px;
}

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

.wqaAXlKDBghX:hover {
opacity: 1;
}

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

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

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

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

.TSBhOTqQGeDR_item a{
color: var(--MHBlzErKvWKu);
}


/*New*/

.MrTgkkOymCSq {
margin-top: 40px;
}

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

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

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

.WGawOfFycvBC a {
color: --GRGMttEjGCcb;
}


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


.ArCRRwKTPwvN nav ul {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    padding: 0;
    text-transform: uppercase;
}
.ArCRRwKTPwvN nav ul li a {
color: var(--GRGMttEjGCcb);
}
.ArCRRwKTPwvN nav ul li a:hover {
color: var(--HkpyUDjDzCQn);
}
.IjMrpeikJHRc {
display: none;
background: none;
border: none;
font-size: 2rem;
cursor: pointer;
margin-left: auto;
z-index: 1001;
}

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



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

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

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

.tlLyTKGqCBjP:hover > .xHTagHRsvWko {
display: block;
}

.iwIZwugkORSL {
margin: 0;
}

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

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




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

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

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

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

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

.YEWDKbUHaNaT:hover {
text-decoration: underline;
color: var(--VWAPbZTgNssc);
}

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

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


/*Media*/
@media(max-width: 1200px){
.inside-mqciQYkjClWz{
padding: 30px 15px;
text-align: center;
}
.VaudIByQTkKT table {
width: max-content;
width: 100%;
}
.CnXjfaKPvyIK {
    flex-direction: column;
}
}
@media(max-width: 992px){
.fjlWwLchLzRM:nth-child(1),
.fjlWwLchLzRM:nth-child(2),
.fjlWwLchLzRM:nth-child(3){
width: 33%;
}
.CnXjfaKPvyIK {
flex-direction: column;
}
.OEARTvnuHoZp{
    flex-wrap:wrap;
}
.ArCRRwKTPwvN nav ul {
flex-direction: column;
gap: 20px;

}

.mdWZZnImLkJV {
flex-direction: column;
gap: 20px;
}
.tlLyTKGqCBjP:nth-last-child(2) {
margin-left: 0;
}
.tlLyTKGqCBjP:last-child a {
width: 100%;
margin: 10px 0 0 0;
}
.IziNiURzovTg{
text-align: center;
padding: 0 10px;
}
.DNWWCcYEWEIX {
margin-left: 10px;
}
.mMTGbViwCgBY{
padding: 0 15px;
align-items: center;
flex-wrap: wrap;
}

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

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


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

.iXGvAZaTvoMy {
    flex-direction: column;
    align-items: center;
}
.YlWtBgHTNAJb {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

}
@media(max-width: 756px){
.TfstVsnJiglp {
grid-template-columns: repeat(2, 1fr);
}
.xBThzFmrcRkW {
    grid-template-columns: repeat(3, 1fr);
}
.QfSPTkHFybax {
    font-size: 26px;
    width: 70%;
    left: 50%;
}
.BApfSNSDdEvj {
    height: unset;
}
.AxzdWaMcPswQ{
    flex-wrap: wrap;
}
.fjlWwLchLzRM:nth-child(1){
    width: 100%;
    justify-content: center;
}
.fjlWwLchLzRM:nth-child(2){
    width: 50%;
    border: none;
    height: 70px;
}
.fjlWwLchLzRM:nth-child(3) {
    width: 50%;
}
.BApfSNSDdEvj__box{
    padding: 0;
}
.LdoyeEJcCXMM{
    padding: 5px 20px;

}

.FnKyqoUkgLpj {
    gap: 12px;
    justify-content: center;
}
.tpRGUhyDPolt {
    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(--ciXjPpHqbvcf);
border-top: 1px solid var(--PyEeVHNHXZox);
}
#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;
}
.EABLVplXqLWQ > .gJmtaJTPDjTh{
    display:none;
}

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

}
@media(max-width: 700px){
.LdoyeEJcCXMM {
    padding: 10px 25px;
    font-size: 28px;
    font-weight: bold;
}
.QfSPTkHFybax {
    font-size: 18px;
    width: 100%;
    gap: 0px;
}
footer > div:first-child {
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.FnKyqoUkgLpj {
    margin-left: 0;
    margin-top: 12px;
    width: 100%;
    justify-content: center;
}
.MXNzgfMhyguk {
    justify-content: center;
    width: auto;
    flex-wrap: wrap;
}
}
@media(max-width: 576px){
.EABLVplXqLWQ img {
margin-left: 5px;
}

.xBThzFmrcRkW {
grid-template-columns: repeat(2, 1fr);
}
.QfSPTkHFybax {
    font-size: 20px;
    width: 100%;
}
.OWMkqcaWUKhl a {
font-size: 24px;
}
.aJxpkcKjLtgf {
flex-wrap: wrap;
}
.aJxpkcKjLtgf .YlWtBgHTNAJb {
width: 100%;
}
.wGzNptIKkvmT {
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;
}
.bPlCnoQBtJpQ {
width: 100%;
margin: 20px auto 15px auto;
max-width: 385px
}
.BApfSNSDdEvj__box {
flex-direction: column;
margin: 20px 0 20px 0;
}
.BApfSNSDdEvj__text{
margin-top: 15px;
}
.LdoyeEJcCXMM {
font-size: 20px;
}
.TSBhOTqQGeDR{
margin-top: 20px;
}
.EABLVplXqLWQ{
display: flex;
justify-content: center;
}
.EABLVplXqLWQ img {
width: 50px;
}
}
@media(max-width: 480px){
.mMTGbViwCgBY{
gap:15px;
}
.fjlWwLchLzRM:nth-child(1) {
flex-direction: column;
}
.fjlWwLchLzRM:nth-child(2),
.fjlWwLchLzRM:nth-child(3) {
width: 100%;
}
.DNWWCcYEWEIX {
margin-left: 0px;
}

.sYZtuBMvhqXL{
padding: 10px 20px;
}
.OWMkqcaWUKhl{
    max-width: 280px;
    padding: 20px 0 20px 0;
}
table thead th {
font-size: 14px;
}
table tbody td {
font-size: 14px;
}
.wqaAXlKDBghX {
position: fixed;
bottom: 30px;
right: 30px;
width: 30px;
height: 30px;
}
.wqaAXlKDBghX::after, .btn-up::before {
width: 14px;
}
.WOuKpYhkFMcV {
width: 100px;
}
.EABLVplXqLWQ img {
margin-left: 5px;
}
.IziNiURzovTg{
font-size: 14px;
}
}
@media (max-width: 375px) {
.mMTGbViwCgBY{
gap:4px;
}

}
@media (max-width: 360px) {
.liJPtiCaHAIh {
font-size: 12px;
}
}
/*popup*/
.JSOCDXTthzsn {
background: var(--xDFlaetMdqpv);
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;
}
.JSOCDXTthzsn__info {
display: flex;
}
.JSOCDXTthzsn__box {
margin-left: 15px;
}
.JSOCDXTthzsn__img {
width: 130px;
height: 100%;
border-radius: 16px;
}
.JSOCDXTthzsn__title {
font-size: 24px;
font-weight: 600;
}
.JSOCDXTthzsn__sub-title {
margin-top: 10px;
color: var(--MHBlzErKvWKu);
}
.JSOCDXTthzsn__btn {
    width: 240px;
    height: 50px;
    margin: 10px auto 0 auto;
    background: var(--oemkXVivCiRJ);
    color: var(--GRGMttEjGCcb);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: all 0.7s ease-in-out;
    color: var(--GRGMttEjGCcb);
}
.JSOCDXTthzsn__btn:hover{
background: var(--VWAPbZTgNssc);
transition: all 0.7s ease-in-out;
color: var(--GRGMttEjGCcb);
}
.JSOCDXTthzsn__close {
width: 30px;
height: 30px;
background-color: #eee;
position: absolute;
left: -15px;
top: -15px;
border-radius: 15px;
border: 1px solid #1e232f;
cursor: pointer;
}
.JSOCDXTthzsn__close-wrap {
position: relative;
}
.JSOCDXTthzsn__close-wrap::after {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(-45deg);
top: 12px;
left: 3px;
}
.JSOCDXTthzsn__close-wrap::before {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(45deg);
top: 12px;
left: 3px;
}
.JSOCDXTthzsn__show {
opacity: 1;
left: 40px;
transition: all 0.3s ease-in-out;
visibility: visible;
background-color: var(--VpUufcgQeAlq);
}

@media(max-width: 576px){
.JSOCDXTthzsn{
max-width: 93%;
left: 20px;
padding-right: 15px;
}
.JSOCDXTthzsn__img {
width: 70px;
}
.JSOCDXTthzsn__sub-title {
margin-right: 15px;
}
.JSOCDXTthzsn__btn{
width: 220px;
}
}
@media(max-width: 480px){

.JSOCDXTthzsn__info {
display: flex;
flex-direction: column;
align-items: center;
}
.JSOCDXTthzsn__btn {
width: 200px;
margin-top: 0;
height: 40px;
}
.JSOCDXTthzsn__sub-title {
margin-right: 0;
text-align: center;
}
.JSOCDXTthzsn__box {
margin-left: 0;
}
}
