:root {
--jirpwIlnskRH: #256096;
--bOHamHhAVPCf: #FAFAFA;
--KCLtnsFXfvXi: #ffc107;
--jqcuUOBdHVlc: #CC1414;
--qZFGYceanWWa: #eae8e7;
--DkYVGlpNSaht: #000;
--cAByJylvyBIo: rgba(250, 200, 200, 0.5);
--wAqvdnNgoqSX: #ee4f7c;
--ucBKnxGyVPpU: #b00000;
--kUyxbyZIHhpV: #fff;
--iEqNmYcFehVk: #FBFBFB;
--xzROxJEIAcPz: #f0ecec;
--RYUTQgqawgyL: #fff;
--lkwqUZTPdWik: #d9d1d1;
--vXgbchtmZrJK: #000000;
--WGSDMVZQDKJV: #3d14fa;
--sVWhTSXlBHvR: #240b8b;
--mpFyzANqahaL: #ddd;
}


* {
box-sizing: border-box;
}

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

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

.cSXnhlkpoZOt {
    gap: 30px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.ALliIYvHKQVV,
.cxpYQQXMGHuw,
.inside-YGeuvQWFKpnh {
max-width: 1200px;
width: 100%;
margin: 0 auto;
text-align: center;
}
.inside-YGeuvQWFKpnh a {
color: var(--vXgbchtmZrJK);
}
.QqLxLxshXtLe {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

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


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

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

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

}

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

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


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

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



.vLWmNclSimuw a {
color: var(--DkYVGlpNSaht);
}

/* slider */

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

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

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

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

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

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

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

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

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

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

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

}

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

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

}

.tmRjKvRaAPrK {
    text-align: left;
    color: var(--DkYVGlpNSaht);
}

.qWzbALvupqoH {
    color: var(--DkYVGlpNSaht);
}

.PDYpxKtDnGKx {
    background-color: var(--jqcuUOBdHVlc);
    color: var(--kUyxbyZIHhpV);
    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;
}

.PDYpxKtDnGKx:hover {
background-color: var(--ucBKnxGyVPpU);
}

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

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

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

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

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

.jWBFeQLZbfzc {
    position: absolute;
    max-width: 600px;
    transform: translate(-50%, -50%);
    left: 30%;
    top: 50%;
    color: var(--kUyxbyZIHhpV);
    border: none;
    z-index: 2;
    font-size: 26px;
    border-radius: 15px;
    padding: 20px 70px;
    transition: background-color 0.7s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 50px;
}

.jWBFeQLZbfzc a:hover {
    background-color: var(--ucBKnxGyVPpU);
    color: var(--kUyxbyZIHhpV);
}

.OaSjRtGVVmkr {
    background-color: var(--jqcuUOBdHVlc);
    color: #fff;
    font-weight: bold;
    border: none;
    cursor: pointer;
    z-index: 2;
    font-size: 24px;
    border-radius: 15px;
    width: 271px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    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);
  }
}
.OaSjRtGVVmkr:hover {
background-color: var(--ucBKnxGyVPpU);
}

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

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

.FUseSjAhPzcO__btn:hover {
background-color: var(--ucBKnxGyVPpU);
color: var(--kUyxbyZIHhpV);
}

.FUseSjAhPzcO__text {
font-weight: 400;
}

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

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

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

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

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

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

.LVqHNLyBlcCa {
width: 150px;
}

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

.RSWhvMOwPBgc {
margin-left: 24px;
}

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

.qWzbALvupqoH > .CvegeICjkmOG{
    display: none;
}
.BhBzBKhlYUxc {
display: flex;
align-items: center;
margin: 0 auto 10px auto;
justify-content: center;
border: 1px solid var(--mpFyzANqahaL);
border-radius: 15px;
width: 130px;
}

.MTJByaytxwEw {
color: var(--KCLtnsFXfvXi);
font-size: 24px;
}

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

.yZheTRgLrMTl:hover {
background-color: var(--ucBKnxGyVPpU);
color: var(--kUyxbyZIHhpV);
}

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


.pBGjWOrynTee:hover {
transform: scale(1.04);
filter: brightness(70%);
 }



.nYpfUIFHLOOR {
width: 100%;

}

.ZiDpbcIzJspc {
width: 100%;
}

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

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

.cUKdRuIQNRqu .nYpfUIFHLOOR {
position: relative;
}

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


/*pros-cons*/

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

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

.yHWuROdgxfVC .pBGjWOrynTee {
width: 100%;
}

.XfhytbiVYGsf h3 {
    margin-top: 0;
}

.vLWmNclSimuw.active a {
    color: var(--jirpwIlnskRH);
    font-weight: bold;

}

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

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

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


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

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

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

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


.jWBFeQLZbfzc {
    padding: 5px 15px;

}


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

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

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

.XfhytbiVYGsf .FEcFDluSQcdX:first-child .tmRjKvRaAPrK {
color: green;
}

.XfhytbiVYGsf .FEcFDluSQcdX:last-child .tmRjKvRaAPrK {
color: red;
}

.XfhytbiVYGsf .FEcFDluSQcdX:first-child li::before {
color: green;
}

.XfhytbiVYGsf .FEcFDluSQcdX:last-child li::before {
color: red;
}

/*Table*/

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


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

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

}

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

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

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

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

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

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

.CKjClRkkktGM, .CKjClRkkktGM table {

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

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

}
.AqylVDoqwNiX {
text-align: left;
}

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

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

/*Footer*/
.YGeuvQWFKpnh {
color: var(--DkYVGlpNSaht);
}

.inside-YGeuvQWFKpnh {
padding: 10px;
}

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

.qmixpAaXfHEy:hover {
opacity: 1;
}

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

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

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

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

.UcyVHoBvwExW_item a{
color: var(--DkYVGlpNSaht);
}


/*New*/

.kXYnNlVepXdv {
margin-top: 40px;
}

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

.rbgcHEtnjBjx {

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

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

.rbgcHEtnjBjx a {
color:  var(--kUyxbyZIHhpV);
}

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


.tfcqKrJhfgII nav ul {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    padding: 0;
    text-transform: uppercase;
}
.tfcqKrJhfgII nav ul li a {
color: var(--DkYVGlpNSaht);
}
.tfcqKrJhfgII nav ul li a:hover {
color: var(--sVWhTSXlBHvR);
}
.yiqhZyXJlLUl {
display: none;
background: none;
border: none;
font-size: 2rem;
cursor: pointer;
margin-left: auto;
z-index: 1001;
}
.TtHhvoamDXOw {
    border: none;
    border-top: 1px solid var(--jqcuUOBdHVlc);
    margin: 1em 0;
}

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

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



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

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

.vLWmNclSimuw:hover > .gagcymrxNDWg {
display: block;
}

.qOtjEHESJfpE {
margin: 0;
}

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

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

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

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

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

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

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

.aYuCWfqaWdfJ:hover {
text-decoration: underline;
color: var(--ucBKnxGyVPpU);
}

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

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

/*Media*/
@media(max-width: 1200px){
.inside-YGeuvQWFKpnh{
    padding: 30px 15px;
    text-align: center;
}
.QqcZhumOfDBO {
    flex-direction: column;
}
}
@media(max-width: 992px){
.xttpWyiasfIx:nth-child(1),
.xttpWyiasfIx:nth-child(2),
.xttpWyiasfIx:nth-child(3){
width: 33%;
}
.tLepDejGqvHd {
    flex-direction: column;
    gap: 20px;
}

.vLWmNclSimuw:last-child a {
width: 100%;
margin: 10px 0 0 0;
}
.vLWmNclSimuw:nth-last-child(2) {
margin-left: 0;
}
.nnWJfgSBrKSq{
text-align: center;
padding: 0 10px;
}
.RSWhvMOwPBgc {
margin-left: 10px;
}
.cSXnhlkpoZOt{
padding: 0 15px;
align-items: center;
flex-wrap: wrap;
}

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

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


.rbgcHEtnjBjx {
    font-size: clamp(14px, 6vw, 32px);
}
.yHWuROdgxfVC{
    flex-wrap:wrap;
}
.pKaYRKtQphEw {
    flex-direction: column;
    align-items: center;
}

}
@media(max-width: 756px){
.ZkgxFpOfFrln {
grid-template-columns: repeat(2, 1fr);
}
.dXbYogrDFLJo {
    grid-template-columns: repeat(3, 1fr);
}
.jWBFeQLZbfzc {
    font-size: 26px;
    width: 70%;
    left: 50%;
}
.FUseSjAhPzcO {
    height: unset;
}
.zBhUlqfkvPII{
    flex-wrap: wrap;
}
.xttpWyiasfIx:nth-child(1){
    width: 100%;
    justify-content: center;
}
.xttpWyiasfIx:nth-child(2){
    width: 50%;
    border: none;
    height: 70px;
}
.xttpWyiasfIx:nth-child(3) {
    width: 50%;
}
.FUseSjAhPzcO__box{
    padding: 0;
}

.tfcqKrJhfgII nav ul {
    flex-direction: column;
}

.fUXBfQCmkaIN {
    gap: 12px;
    justify-content: center;
}
.eznhHqoqXGkT {
    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(--iEqNmYcFehVk);
border-top: 1px solid var(--mpFyzANqahaL);
}
#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;
}

.QqLxLxshXtLe > .CvegeICjkmOG{
    display:none;
}

.qWzbALvupqoH > .CvegeICjkmOG{
      color: var(--RYUTQgqawgyL);
    display: flex;
    justify-content: center;
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 10px;
      background: var(--jirpwIlnskRH);
}
}
@media(max-width: 700px){
.OaSjRtGVVmkr {
    padding: 10px 25px;
    font-size: 28px;
    font-weight: bold;
}
.jWBFeQLZbfzc {
    font-size: 18px;
    width: 100%;
    gap: 0px;
}
footer > div:first-child {
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.fUXBfQCmkaIN {
    margin-left: 0;
    margin-top: 12px;
    width: 100%;
    justify-content: center;
}
.WusWvxQXZEGj {
    justify-content: center;
    width: auto;
    flex-wrap: wrap;
}
}
@media(max-width: 576px){
.QqLxLxshXtLe img {
margin-left: 5px;
}
.dXbYogrDFLJo {
grid-template-columns: repeat(2, 1fr);
}
.jWBFeQLZbfzc {
font-size: 20px;
width: 100%;
}
.PDYpxKtDnGKx a {
font-size: 24px;
}
.XfhytbiVYGsf {
flex-wrap: wrap;
}
.XfhytbiVYGsf .FEcFDluSQcdX {
width: 100%;
}
.HzkNQSstdLpt {
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;
}
.nYpfUIFHLOOR {
width: 100%;
margin: 20px auto 15px auto;
max-width: 385px
}
.FUseSjAhPzcO__box {
flex-direction: column;
margin: 20px 0 20px 0;
}
.FUseSjAhPzcO__text{
margin-top: 15px;
}
.OaSjRtGVVmkr {
font-size: 20px;
}
.UcyVHoBvwExW{
margin-top: 20px;
}
.QqLxLxshXtLe{
display: flex;
justify-content: center;
}
.QqLxLxshXtLe img {
width: 50px;
}
}
@media(max-width: 480px){
.cSXnhlkpoZOt{
    gap:15px;
}

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

.yZheTRgLrMTl{
padding: 10px 20px;
}
.PDYpxKtDnGKx{
    max-width: 280px;
    padding: 20px 0 20px 0;
}
table thead th {
font-size: 14px;
}
table tbody td {
font-size: 14px;
}
.qmixpAaXfHEy {
position: fixed;
bottom: 30px;
right: 30px;
width: 30px;
height: 30px;
}
.qmixpAaXfHEy::after, .btn-up::before {
width: 14px;
}
.LVqHNLyBlcCa {
width: 100px;
}
.QqLxLxshXtLe img {
margin-left: 5px;
}
.nnWJfgSBrKSq{
font-size: 14px;
}
}

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

@media (max-width: 360px) {
.liJPtiCaHAIh {
font-size: 12px;
}
}
/*popup*/
.dBJyuLwyeQrL {
background: var(--jqcuUOBdHVlc);
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;
}
.dBJyuLwyeQrL__info {
display: flex;
}
.dBJyuLwyeQrL__box {
margin-left: 15px;
}
.dBJyuLwyeQrL__img {
width: 130px;
height: 100%;
border-radius: 16px;
}
.dBJyuLwyeQrL__title {
font-size: 24px;
font-weight: 600;
}
.dBJyuLwyeQrL__sub-title {
margin-top: 10px;
color: var(--DkYVGlpNSaht);
}
.dBJyuLwyeQrL__btn {
width: 240px;
height: 50px;
margin: 10px auto 0 auto;
background: var(--jqcuUOBdHVlc);
color: #fff;
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
border-radius: 8px;
transition: all 0.7s ease-in-out;
color: var(--kUyxbyZIHhpV);
}
.dBJyuLwyeQrL__btn:hover{
background: var(--ucBKnxGyVPpU);
transition: all 0.7s ease-in-out;
color: var(--kUyxbyZIHhpV);
}
.dBJyuLwyeQrL__close {
width: 30px;
height: 30px;
background-color: #eee;
position: absolute;
left: -15px;
top: -15px;
border-radius: 15px;
border: 1px solid #1e232f;
cursor: pointer;
}
.dBJyuLwyeQrL__close-wrap {
position: relative;
}
.dBJyuLwyeQrL__close-wrap::after {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(-45deg);
top: 12px;
left: 3px;
}
.dBJyuLwyeQrL__close-wrap::before {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(45deg);
top: 12px;
left: 3px;
}
.dBJyuLwyeQrL__show {
opacity: 1;
left: 40px;
transition: all 0.3s ease-in-out;
visibility: visible;
background-color: var(--xzROxJEIAcPz);
}
@media(max-width: 576px){
.dBJyuLwyeQrL{
max-width: 93%;
left: 20px;
padding-right: 15px;
}
.dBJyuLwyeQrL__img {
width: 70px;
}
.dBJyuLwyeQrL__sub-title {
margin-right: 15px;
}
.dBJyuLwyeQrL__btn{
width: 220px;
}
}
@media(max-width: 480px){

.dBJyuLwyeQrL__info {
display: flex;
flex-direction: column;
align-items: center;
}
.dBJyuLwyeQrL__btn {
width: 200px;
margin-top: 0;
height: 40px;
}
.dBJyuLwyeQrL__sub-title {
margin-right: 0;
text-align: center;
}
.dBJyuLwyeQrL__box {
margin-left: 0;
}
}
