:root {
--vxbOjdprEzpM: #2D659A;
--WxFwyZatlKtp: #012885;
--XpDvhOjEoTHt: #ffc107;
--HzppoewLgLdW: #F53636;
--KTfiAvYByAoY: #e8e8e8;
--tWbZeAKGpGwq: #000;
--fOWNQDXCmDlH: rgba(250, 195, 195, 0.5);
--MNjSpWpLqjQi: #ed4c79;
--qXYpusQbhFbK: #b00000;
--aSfPbwcRmnWO: #fff;
--ZBUFKfQznxsu: #012C8B;
--BaraRCvfQBPm: #edecec;
--aGdxWOTkxLYR: #fff;
--vySYttOGFIfP: #d5d0d0;
--fZGWgRIvYxOK: #000000;
--KxczfVPpTjOQ: #3e14f8;
--wlPfqKfAdwtx: #270d95;
--jgQUHAtyINkx: #ddd;
}

* {
box-sizing: border-box;
}

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

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

.kupkkRCqInNH {
gap: 30px;
max-width: 1200px;
width: 100%;
margin: 0 auto;
display: flex;
align-items: center;
}
.AZBTXAqnSgFY,
.DyzKbZKQoIPK,
.inside-LMaephZTImsE {
max-width: 1200px;
width: 100%;
margin: 0 auto;
text-align: center;
}

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

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

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

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

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

}

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

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


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

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

.FBOTBdUKunxK a {
color: var(--aSfPbwcRmnWO);
}

/* slider */

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

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

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

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

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

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

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

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

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

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

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

}

.xSZwxPBaEWRu-item img {

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

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

.AVNQdKjjTngk {
text-align: left;

color: var(--aSfPbwcRmnWO);

}
.SavFyzyQCNkd {
color: var(--aSfPbwcRmnWO);
}

.LRSzfHcGMoiL {
background-color: var(--HzppoewLgLdW);
color: var(--aSfPbwcRmnWO);
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;
}

.LRSzfHcGMoiL:hover {
background-color: var(--qXYpusQbhFbK);
}

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

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

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

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

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

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

.pNsSVTOiRAPD a:hover {
color: var(--aSfPbwcRmnWO);
}

.PenHuvyVwmjr {
    background-color: var(--HzppoewLgLdW);
    color: var(--aSfPbwcRmnWO);
    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);
  }
}
.PenHuvyVwmjr:hover {
background-color: var(--qXYpusQbhFbK);
}

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

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

.RzVvTNfcdLnM__btn:hover {
background-color: var(--qXYpusQbhFbK);
color: var(--aSfPbwcRmnWO);
}

.RzVvTNfcdLnM__text {
font-weight: 400;
}

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

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

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

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

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

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

.lEMDweTRstrK {
width: 150px;
}

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

.GiOFzslpdsPm {
margin-left: 24px;
}

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

.SavFyzyQCNkd > .VkperTANgxNy{
    display: none;
}

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

.AjZiBDyOZwmF {
color: var(--XpDvhOjEoTHt);
font-size: 24px;
}

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

.qDolaKRAKxnO:hover {
background-color: var(--qXYpusQbhFbK);
color: var(--aSfPbwcRmnWO);
}

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

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

.sgBeBKVkzMnT {
width: 100%;

}

.NCorDhbHOmNz {
width: 100%;
}

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

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

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

.fpcskKRcqUiY .sgBeBKVkzMnT {
position: relative;
}

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


/*pros-cons*/

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

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

.jCqKmSqZWZvh .smExCZLtNFCS {
width: 100%;
}

.DqjzRyQgbbxA h3 {
    margin-top: 0;
}

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

}

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

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

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


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

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

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

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

.pNsSVTOiRAPD {
    gap: 50px;

}


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

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

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

.DqjzRyQgbbxA .KOHvzTuLNrcm:first-child .AVNQdKjjTngk {
color: green;
}

.DqjzRyQgbbxA .KOHvzTuLNrcm:last-child .AVNQdKjjTngk {
color: red;
}

.DqjzRyQgbbxA .KOHvzTuLNrcm:first-child li::before {
color: green;
}

.DqjzRyQgbbxA .KOHvzTuLNrcm:last-child li::before {
color: red;
}

/*Table*/

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


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

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

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

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

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

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

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

.fyAUWcREvsbi, .fyAUWcREvsbi table {

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

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

}
.LsJfstnzSjPP {
text-align: left;
}

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

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

/*Footer*/
.LMaephZTImsE {

color: var(--aSfPbwcRmnWO);
}

.inside-LMaephZTImsE {
padding: 10px;
}

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

.gaWdqvxQmKPf:hover {
opacity: 1;
}

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

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

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

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

.MangoYPwqwAz_item a{
color: var(--tWbZeAKGpGwq);
}


/*New*/

.ZWSdKaYoMJqa {
margin-top: 40px;
}

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

.RYbSRBQHktRf {

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

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

.RYbSRBQHktRf a {
color: --aSfPbwcRmnWO;
}

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


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


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

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

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

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

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

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

.FBOTBdUKunxK:hover > .jOgKVuZDUszj {
display: block;
}

.nszZgfKKZMeg {
margin: 0;
}

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

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

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

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

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

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

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

.HdwCubxLQvCm:hover {
text-decoration: underline;
color: var(--qXYpusQbhFbK);
}

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

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


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


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

.KTRNGdSQSbDq nav ul {
    flex-direction: column;
    gap: 20px;
}
.UIwTCndRlGSA {
flex-direction: column;
gap: 20px;
}
.FBOTBdUKunxK:nth-last-child(2) {
margin-left: 0;
}
.FBOTBdUKunxK:last-child a {
width: 100%;
margin: 10px 0 0 0;
}
.IGmqsVqcbrJQ{
text-align: center;
padding: 0 10px;
}
.GiOFzslpdsPm {
margin-left: 10px;
}
.kupkkRCqInNH{
padding: 0 15px;
align-items: center;
flex-wrap: wrap;
}

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

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

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

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

.jCqKmSqZWZvh{
    flex-wrap:wrap;
}

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

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

}
@media(max-width: 756px){
    .PLRoFQWrrcAU {
grid-template-columns: repeat(2, 1fr);
}
.xSZwxPBaEWRu {
    grid-template-columns: repeat(3, 1fr);
}
.pNsSVTOiRAPD {
    font-size: 26px;
    width: 70%;
    left: 50%;
}
.RzVvTNfcdLnM {
    height: unset;
}
.kbvZBOzmNpCS{
    flex-wrap: wrap;
}
.TEThIsoAbKbj:nth-child(1){
    width: 100%;
    justify-content: center;
}
.TEThIsoAbKbj:nth-child(2){
    width: 50%;
    border: none;
    height: 70px;
}
.TEThIsoAbKbj:nth-child(3) {
    width: 50%;
}
.RzVvTNfcdLnM__box{
    padding: 0;
}
.PenHuvyVwmjr{
    padding: 5px 20px;
    font-weight: bold;
}
.TLREpWhlvlpL {
    gap: 12px;
    justify-content: center;
}
.jmfiKJouNtsC {
    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(--ZBUFKfQznxsu);
border-top: 1px solid var(--jgQUHAtyINkx);
}
#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;
}
.jIrzSyXqukMi > .VkperTANgxNy{
    display:none;
}

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


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


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

.xSZwxPBaEWRu {
grid-template-columns: repeat(2, 1fr);
}
.pNsSVTOiRAPD {
    font-size: 20px;
    width: 100%;
}
.LRSzfHcGMoiL a {
font-size: 24px;
}
.DqjzRyQgbbxA {
flex-wrap: wrap;
}
.DqjzRyQgbbxA .KOHvzTuLNrcm {
width: 100%;
}
.XwCPylRYiQtp {
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;
}
.sgBeBKVkzMnT {
width: 100%;
margin: 20px auto 15px auto;
max-width: 385px
}
.RzVvTNfcdLnM__box {
flex-direction: column;
margin: 20px 0 20px 0;
}
.RzVvTNfcdLnM__text{
margin-top: 15px;
}
.PenHuvyVwmjr {
font-size: 18px;
}
.MangoYPwqwAz{
margin-top: 20px;
}
.jIrzSyXqukMi{
display: flex;
justify-content: center;
}
.jIrzSyXqukMi img {
width: 50px;
}
}
@media(max-width: 480px){
.kupkkRCqInNH{
    gap:15px;
}

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

.qDolaKRAKxnO{
padding: 10px 20px;
}
.LRSzfHcGMoiL{
    max-width: 280px;
    padding: 20px 0 20px 0;
}
table thead th {
font-size: 14px;
}
table tbody td {
font-size: 14px;
}
.gaWdqvxQmKPf {
position: fixed;
bottom: 30px;
right: 30px;
width: 30px;
height: 30px;
}
.gaWdqvxQmKPf::after, .btn-up::before {
width: 14px;
}
.lEMDweTRstrK {
width: 100px;
}
.jIrzSyXqukMi img {
margin-left: 5px;
}
.IGmqsVqcbrJQ{
font-size: 14px;
}
}

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

@media (max-width: 360px) {
.liJPtiCaHAIh {
font-size: 12px;
}
}
/*popup*/
.AEceVNpxpsZC {
background: var(--HzppoewLgLdW);
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;
}
.AEceVNpxpsZC__info {
display: flex;
}
.AEceVNpxpsZC__box {
margin-left: 15px;
}
.AEceVNpxpsZC__img {
width: 130px;
height: 100%;
border-radius: 16px;
}
.AEceVNpxpsZC__title {
font-size: 24px;
font-weight: 600;
}
.AEceVNpxpsZC__sub-title {
margin-top: 10px;
color: var(--tWbZeAKGpGwq);
}
.AEceVNpxpsZC__btn {
    width: 240px;
    height: 50px;
    margin: 10px auto 0 auto;
    background: var(--vxbOjdprEzpM);
    color: var(--aSfPbwcRmnWO);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: all 0.7s ease-in-out;
    color: var(--aSfPbwcRmnWO);
}
.AEceVNpxpsZC__btn:hover{
background: var(--qXYpusQbhFbK);
transition: all 0.7s ease-in-out;
color: var(--aSfPbwcRmnWO);
}
.AEceVNpxpsZC__close {
width: 30px;
height: 30px;
background-color: #eee;
position: absolute;
left: -15px;
top: -15px;
border-radius: 15px;
border: 1px solid #1e232f;
cursor: pointer;
}
.AEceVNpxpsZC__close-wrap {
position: relative;
}
.AEceVNpxpsZC__close-wrap::after {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(-45deg);
top: 12px;
left: 3px;
}
.AEceVNpxpsZC__close-wrap::before {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(45deg);
top: 12px;
left: 3px;
}
.AEceVNpxpsZC__show {
opacity: 1;
left: 40px;
transition: all 0.3s ease-in-out;
visibility: visible;
background-color: var(--BaraRCvfQBPm);
}
@media(max-width: 576px){
.AEceVNpxpsZC{
max-width: 93%;
left: 20px;
padding-right: 15px;
}
.AEceVNpxpsZC__img {
width: 70px;
}
.AEceVNpxpsZC__sub-title {
margin-right: 15px;
}
.AEceVNpxpsZC__btn{
width: 220px;
}
}
@media(max-width: 480px){

.AEceVNpxpsZC__info {
display: flex;
flex-direction: column;
align-items: center;
}
.AEceVNpxpsZC__btn {
width: 200px;
margin-top: 0;
height: 40px;
}
.AEceVNpxpsZC__sub-title {
margin-right: 0;
text-align: center;
}
.AEceVNpxpsZC__box {
margin-left: 0;
}
}
