:root {
--rsLyLnojxGix: #F44336;
--SBzXhdJcJqaC: #0E0202;
--LjBOQBnjFcZU: #ffc107;
--iuVCGcLQzKva: #1F6FBA;
--CSKcXDyjLVyD: #e9e7e7;
--hoYLTxjmZYEr: #000;
--VsjJjHFOGOMZ: rgba(255, 240, 240, 0.5);
--uBjSlIYghnWD: #ee4d7b;
--IJLPBzRYjXRa: #b00000;
--LcavPBCOypFg: #fff;
--lpTzleOrhbwf: #0C0202;
--DCaZuMmgSttM: #e9eaea;
--uTYaBYmFhLvH: #fff;
--uWWELDCKzqqy: #dad4d4;
--FFsALhOgRshb: #000000;
--oEEPnoDxxAKE: #3b12f3;
--mUVHcIQkiZkc: #240b8b;
--YHbGFcqEMTsi: #ddd;
}

* {
box-sizing: border-box;
}

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

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

.AavAQxiHuqSj {
    gap: 30px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.cJNhXTbvmQuG,
.iEEKmRrhOxJj,
.inside-zPIRyfLeKVnG {
max-width: 1200px;
width: 100%;
margin: 0 auto;
text-align: center;
}

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

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


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

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

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

}

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

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


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

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


.psOyvneaVAjt a {
color: var(--LcavPBCOypFg);
}

/* slider */

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

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

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

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

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

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

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

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

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

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

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

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

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

.GKggYCAFTLxF {
text-align: left;
color: var(--LcavPBCOypFg);

}
.CqKcXKfNHaCh {
color: var(--LcavPBCOypFg);
}

.HUlQWtVldhFm {
background-color: var(--rsLyLnojxGix);
color: var(--LcavPBCOypFg);
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;
}

.HUlQWtVldhFm:hover {
background-color: var(--IJLPBzRYjXRa);
}

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

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

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

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

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

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

.kHyqtjltKeRf a:hover {
    color: var(--LcavPBCOypFg);
}

.ScmimEaXiYyq {
background-color: var(--rsLyLnojxGix);
color: var(--LcavPBCOypFg);
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);
  }
}
.ScmimEaXiYyq:hover {
background-color: var(--IJLPBzRYjXRa);
}

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

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

.pkKQhzRsjasH__btn:hover {
background-color: var(--IJLPBzRYjXRa);
color: var(--LcavPBCOypFg);
}

.pkKQhzRsjasH__text {
font-weight: 400;
}

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

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

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

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

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

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

.qBWgmjTAmNDP {
width: 150px;
}

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

.ndZZjPJuBEas {
margin-left: 24px;
}

.nUInkwOwWZnm {
font-size: 20px;
font-weight: bold;
color: var(--uTYaBYmFhLvH);
white-space: nowrap;
}
.CqKcXKfNHaCh > .nUInkwOwWZnm{
    display: none;
}
.sbZdyAjRQoPh {
display: flex;
align-items: center;
margin: 0 auto 10px auto;
justify-content: center;
border: 1px solid var(--YHbGFcqEMTsi);
border-radius: 15px;
width: 130px;
}

.RIuVspfgJPna {
color: var(--LjBOQBnjFcZU);
font-size: 24px;
}

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

.MDWjIxpAXYvy:hover {
background-color: var(--IJLPBzRYjXRa);
color: var(--LcavPBCOypFg);
}

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

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

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

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

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

.sqsKIuYYXVbU .rKHDMQnKaBPc {
position: relative;
}

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


/*pros-cons*/

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

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

.QcUDIzyVEhwE .OGFlFRuNrSts {
width: 100%;
}
.trAPXLalbnGo h3 {
    margin-top: 0;
}

.psOyvneaVAjt.active a {
    color: var(--iuVCGcLQzKva);
    font-weight: bold;

}

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

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

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


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

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

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

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


.kHyqtjltKeRf {
    gap: 50px;

}

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

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

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

.trAPXLalbnGo .KVCWChJDbcNP:first-child .GKggYCAFTLxF {
color: green;
}

.trAPXLalbnGo .KVCWChJDbcNP:last-child .GKggYCAFTLxF {
color: red;
}

.trAPXLalbnGo .KVCWChJDbcNP:first-child li::before {
color: green;
}

.trAPXLalbnGo .KVCWChJDbcNP:last-child li::before {
color: red;
}

/*Table*/

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


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

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

}

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

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

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

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

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

.xIvgBrNFITNH, .xIvgBrNFITNH table {

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

.xIvgBrNFITNH, .xIvgBrNFITNH table {

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

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

}
.RLeiFOkiqyRS {
text-align: left;
}

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

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

/*Footer*/
.zPIRyfLeKVnG {
color: var(--LcavPBCOypFg);
}

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

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

.ngVvNpuMQZwC:hover {
opacity: 1;
}

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

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

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

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

.bARKQzjkmnAT_item a{
color: var(--hoYLTxjmZYEr);
}


/*New*/

.LEemYlThArbT {
margin-top: 40px;
}

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

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

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

.RhBLUEuMZyMi a {
color: --LcavPBCOypFg;
}


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


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

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



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

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

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

.psOyvneaVAjt:hover > .DhgOmIvzAyMq {
display: block;
}

.krpBKPHSVoOb {
margin: 0;
}

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

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




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

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

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

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

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

.eErvyPsgQzpP:hover {
text-decoration: underline;
color: var(--IJLPBzRYjXRa);
}

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

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


/*Media*/
@media(max-width: 1200px){
.inside-zPIRyfLeKVnG{
padding: 30px 15px;
text-align: center;
}
.xIvgBrNFITNH table {
width: max-content;
width: 100%;
}
.EoIWiTUwKoXl {
    flex-direction: column;
}
}
@media(max-width: 992px){
.NIBpmZIAdhJQ:nth-child(1),
.NIBpmZIAdhJQ:nth-child(2),
.NIBpmZIAdhJQ:nth-child(3){
width: 33%;
}
.EoIWiTUwKoXl {
flex-direction: column;
}
.QcUDIzyVEhwE{
    flex-wrap:wrap;
}
.FdRKlmNdSAnJ nav ul {
flex-direction: column;
gap: 20px;

}

.RFBMNJPhFibm {
flex-direction: column;
gap: 20px;
}
.psOyvneaVAjt:nth-last-child(2) {
margin-left: 0;
}
.psOyvneaVAjt:last-child a {
width: 100%;
margin: 10px 0 0 0;
}
.poHqpVfkZFtx{
text-align: center;
padding: 0 10px;
}
.ndZZjPJuBEas {
margin-left: 10px;
}
.AavAQxiHuqSj{
padding: 0 15px;
align-items: center;
flex-wrap: wrap;
}

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

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


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

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

}
@media(max-width: 756px){
.fsXdgldshqhb {
grid-template-columns: repeat(2, 1fr);
}
.RFaJmTowXYqW {
    grid-template-columns: repeat(3, 1fr);
}
.kHyqtjltKeRf {
    font-size: 26px;
    width: 70%;
    left: 50%;
}
.pkKQhzRsjasH {
    height: unset;
}
.XImSwkFpOumF{
    flex-wrap: wrap;
}
.NIBpmZIAdhJQ:nth-child(1){
    width: 100%;
    justify-content: center;
}
.NIBpmZIAdhJQ:nth-child(2){
    width: 50%;
    border: none;
    height: 70px;
}
.NIBpmZIAdhJQ:nth-child(3) {
    width: 50%;
}
.pkKQhzRsjasH__box{
    padding: 0;
}
.ScmimEaXiYyq{
    padding: 5px 20px;

}

.SxnzdQpPygPo {
    gap: 12px;
    justify-content: center;
}
.aYrzUNYpsAFH {
    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(--lpTzleOrhbwf);
border-top: 1px solid var(--YHbGFcqEMTsi);
}
#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;
}
.rQBOXLPKaDip > .nUInkwOwWZnm{
    display:none;
}

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

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

.RFaJmTowXYqW {
grid-template-columns: repeat(2, 1fr);
}
.kHyqtjltKeRf {
    font-size: 20px;
    width: 100%;
}
.HUlQWtVldhFm a {
font-size: 24px;
}
.trAPXLalbnGo {
flex-wrap: wrap;
}
.trAPXLalbnGo .KVCWChJDbcNP {
width: 100%;
}
.atHXdqRUJDGX {
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;
}
.rKHDMQnKaBPc {
width: 100%;
margin: 20px auto 15px auto;
max-width: 385px
}
.pkKQhzRsjasH__box {
flex-direction: column;
margin: 20px 0 20px 0;
}
.pkKQhzRsjasH__text{
margin-top: 15px;
}
.ScmimEaXiYyq {
font-size: 20px;
}
.bARKQzjkmnAT{
margin-top: 20px;
}
.rQBOXLPKaDip{
display: flex;
justify-content: center;
}
.rQBOXLPKaDip img {
width: 50px;
}
}
@media(max-width: 480px){
.AavAQxiHuqSj{
gap:15px;
}
.NIBpmZIAdhJQ:nth-child(1) {
flex-direction: column;
}
.NIBpmZIAdhJQ:nth-child(2),
.NIBpmZIAdhJQ:nth-child(3) {
width: 100%;
}
.ndZZjPJuBEas {
margin-left: 0px;
}

.MDWjIxpAXYvy{
padding: 10px 20px;
}
.HUlQWtVldhFm{
    max-width: 280px;
    padding: 20px 0 20px 0;
}
table thead th {
font-size: 14px;
}
table tbody td {
font-size: 14px;
}
.ngVvNpuMQZwC {
position: fixed;
bottom: 30px;
right: 30px;
width: 30px;
height: 30px;
}
.ngVvNpuMQZwC::after, .btn-up::before {
width: 14px;
}
.qBWgmjTAmNDP {
width: 100px;
}
.rQBOXLPKaDip img {
margin-left: 5px;
}
.poHqpVfkZFtx{
font-size: 14px;
}
}
@media (max-width: 375px) {
.AavAQxiHuqSj{
gap:4px;
}

}
@media (max-width: 360px) {
.liJPtiCaHAIh {
font-size: 12px;
}
}
/*popup*/
.EmQjDkfcfCXd {
background: var(--iuVCGcLQzKva);
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;
}
.EmQjDkfcfCXd__info {
display: flex;
}
.EmQjDkfcfCXd__box {
margin-left: 15px;
}
.EmQjDkfcfCXd__img {
width: 130px;
height: 100%;
border-radius: 16px;
}
.EmQjDkfcfCXd__title {
font-size: 24px;
font-weight: 600;
}
.EmQjDkfcfCXd__sub-title {
margin-top: 10px;
color: var(--hoYLTxjmZYEr);
}
.EmQjDkfcfCXd__btn {
    width: 240px;
    height: 50px;
    margin: 10px auto 0 auto;
    background: var(--rsLyLnojxGix);
    color: var(--LcavPBCOypFg);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: all 0.7s ease-in-out;
    color: var(--LcavPBCOypFg);
}
.EmQjDkfcfCXd__btn:hover{
background: var(--IJLPBzRYjXRa);
transition: all 0.7s ease-in-out;
color: var(--LcavPBCOypFg);
}
.EmQjDkfcfCXd__close {
width: 30px;
height: 30px;
background-color: #eee;
position: absolute;
left: -15px;
top: -15px;
border-radius: 15px;
border: 1px solid #1e232f;
cursor: pointer;
}
.EmQjDkfcfCXd__close-wrap {
position: relative;
}
.EmQjDkfcfCXd__close-wrap::after {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(-45deg);
top: 12px;
left: 3px;
}
.EmQjDkfcfCXd__close-wrap::before {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(45deg);
top: 12px;
left: 3px;
}
.EmQjDkfcfCXd__show {
opacity: 1;
left: 40px;
transition: all 0.3s ease-in-out;
visibility: visible;
background-color: var(--DCaZuMmgSttM);
}

@media(max-width: 576px){
.EmQjDkfcfCXd{
max-width: 93%;
left: 20px;
padding-right: 15px;
}
.EmQjDkfcfCXd__img {
width: 70px;
}
.EmQjDkfcfCXd__sub-title {
margin-right: 15px;
}
.EmQjDkfcfCXd__btn{
width: 220px;
}
}
@media(max-width: 480px){

.EmQjDkfcfCXd__info {
display: flex;
flex-direction: column;
align-items: center;
}
.EmQjDkfcfCXd__btn {
width: 200px;
margin-top: 0;
height: 40px;
}
.EmQjDkfcfCXd__sub-title {
margin-right: 0;
text-align: center;
}
.EmQjDkfcfCXd__box {
margin-left: 0;
}
}
