:root {
--spyRjJZDxWeW: #306AA1;
--FdUwuRTMeTAK: #013193;
--pNpQtozMVKat: #ffc107;
--clwdOGmkKiMD: #E53935;
--vRdcGmQJVaWn: #e8e8e8;
--VsabLAvOzOzo: #000;
--QApwTRFKoTan: rgba(255, 230, 230, 0.5);
--sZvLEbaRwRbz: #ec4b78;
--CwkjwChWnBwt: #b00000;
--zPXuVoFYdrAa: #fff;
--AeyHvmEaoyVn: #0345B3;
--prVqkGokfZac: #eae8e8;
--sXrLsmgOXjEa: #fff;
--lPLNuEIObaZK: #d6d1d1;
--QPUuKgUHJugV: #000000;
--URBTyQMvZHwu: #3e13f0;
--IXnqjHJlwbZu: #210a87;
--JiPvGRWcjPfO: #ddd;
}

* {
box-sizing: border-box;
}

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

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

.fWTNQKvPhRjt {
gap: 30px;
max-width: 1200px;
width: 100%;
margin: 0 auto;
display: flex;
align-items: center;
}
.IeYWmYmYRIXI,
.WgGaJHrsYYpX,
.inside-HAGsNpwrQOWr {
max-width: 1200px;
width: 100%;
margin: 0 auto;
text-align: center;
}

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

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

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

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

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

}

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

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


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

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

.prZJvbkZbEzN a {
color: var(--zPXuVoFYdrAa);
}

/* slider */

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

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

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

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

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

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

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

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

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

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

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

}

.AWTWywRxZyeC-item img {

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

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

.kIRCFSqhHIps {
text-align: left;

color: var(--zPXuVoFYdrAa);

}
.AETbVEPKQHyM {
color: var(--zPXuVoFYdrAa);
}

.cRLxfrzvReLC {
background-color: var(--clwdOGmkKiMD);
color: var(--zPXuVoFYdrAa);
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;
}

.cRLxfrzvReLC:hover {
background-color: var(--CwkjwChWnBwt);
}

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

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

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

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

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

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

.TqAsUYADNeKF a:hover {
color: var(--zPXuVoFYdrAa);
}

.ISgblppZpzyK {
    background-color: var(--clwdOGmkKiMD);
    color: var(--zPXuVoFYdrAa);
    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);
  }
}
.ISgblppZpzyK:hover {
background-color: var(--CwkjwChWnBwt);
}

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

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

.fingNqPpfxTf__btn:hover {
background-color: var(--CwkjwChWnBwt);
color: var(--zPXuVoFYdrAa);
}

.fingNqPpfxTf__text {
font-weight: 400;
}

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

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

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

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

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

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

.lugqpFxjoMIx {
width: 150px;
}

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

.limZyUHZMAdg {
margin-left: 24px;
}

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

.AETbVEPKQHyM > .rtugXTmNXvki{
    display: none;
}

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

.nQrRYqyRkgbp {
color: var(--pNpQtozMVKat);
font-size: 24px;
}

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

.MIYBSFbfFwKh:hover {
background-color: var(--CwkjwChWnBwt);
color: var(--zPXuVoFYdrAa);
}

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

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

.AtufeWwBmcQG {
width: 100%;

}

.foQeqAuewRJt {
width: 100%;
}

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

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

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

.PKOUElHCWQnH .AtufeWwBmcQG {
position: relative;
}

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


/*pros-cons*/

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

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

.URXEpBZstHDd .jKzpdktmJzUi {
width: 100%;
}

.yXpTLaIRIkcI h3 {
    margin-top: 0;
}

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

}

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

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

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


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

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

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

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

.TqAsUYADNeKF {
    gap: 50px;

}


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

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

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

.yXpTLaIRIkcI .kSxxYDCbpAdv:first-child .kIRCFSqhHIps {
color: green;
}

.yXpTLaIRIkcI .kSxxYDCbpAdv:last-child .kIRCFSqhHIps {
color: red;
}

.yXpTLaIRIkcI .kSxxYDCbpAdv:first-child li::before {
color: green;
}

.yXpTLaIRIkcI .kSxxYDCbpAdv:last-child li::before {
color: red;
}

/*Table*/

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


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

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

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

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

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

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

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

.zjVqvkgJINxC, .zjVqvkgJINxC table {

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

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

}
.SWfnUUOCUFzp {
text-align: left;
}

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

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

/*Footer*/
.HAGsNpwrQOWr {

color: var(--zPXuVoFYdrAa);
}

.inside-HAGsNpwrQOWr {
padding: 10px;
}

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

.nutoWYeKyuiq:hover {
opacity: 1;
}

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

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

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

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

.ILkeujtsaGyy_item a{
color: var(--VsabLAvOzOzo);
}


/*New*/

.MnCRdiMIdiXi {
margin-top: 40px;
}

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

.ZksprFddAgpE {

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

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

.ZksprFddAgpE a {
color: --zPXuVoFYdrAa;
}

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


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


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

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

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

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

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

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

.prZJvbkZbEzN:hover > .VWFqeRZFCbAj {
display: block;
}

.pZYIVZixoUrW {
margin: 0;
}

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

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

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

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

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

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

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

.zMWYHpMUcaTD:hover {
text-decoration: underline;
color: var(--CwkjwChWnBwt);
}

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

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


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


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

.mDfRdiQoYDQD nav ul {
    flex-direction: column;
    gap: 20px;
}
.sQcFskXPuBRz {
flex-direction: column;
gap: 20px;
}
.prZJvbkZbEzN:nth-last-child(2) {
margin-left: 0;
}
.prZJvbkZbEzN:last-child a {
width: 100%;
margin: 10px 0 0 0;
}
.gmCmfkpEPrFR{
text-align: center;
padding: 0 10px;
}
.limZyUHZMAdg {
margin-left: 10px;
}
.fWTNQKvPhRjt{
padding: 0 15px;
align-items: center;
flex-wrap: wrap;
}

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

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

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

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

.URXEpBZstHDd{
    flex-wrap:wrap;
}

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

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

}
@media(max-width: 756px){
    .SFRzKhRiCkGb {
grid-template-columns: repeat(2, 1fr);
}
.AWTWywRxZyeC {
    grid-template-columns: repeat(3, 1fr);
}
.TqAsUYADNeKF {
    font-size: 26px;
    width: 70%;
    left: 50%;
}
.fingNqPpfxTf {
    height: unset;
}
.IvuRLGbKSEFq{
    flex-wrap: wrap;
}
.GedMVhBvFjKw:nth-child(1){
    width: 100%;
    justify-content: center;
}
.GedMVhBvFjKw:nth-child(2){
    width: 50%;
    border: none;
    height: 70px;
}
.GedMVhBvFjKw:nth-child(3) {
    width: 50%;
}
.fingNqPpfxTf__box{
    padding: 0;
}
.ISgblppZpzyK{
    padding: 5px 20px;
    font-weight: bold;
}
.PRcupWCUzURe {
    gap: 12px;
    justify-content: center;
}
.lKfZiREJmhsp {
    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(--AeyHvmEaoyVn);
border-top: 1px solid var(--JiPvGRWcjPfO);
}
#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;
}
.afEWMNpVjQUo > .rtugXTmNXvki{
    display:none;
}

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


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


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

.AWTWywRxZyeC {
grid-template-columns: repeat(2, 1fr);
}
.TqAsUYADNeKF {
    font-size: 20px;
    width: 100%;
}
.cRLxfrzvReLC a {
font-size: 24px;
}
.yXpTLaIRIkcI {
flex-wrap: wrap;
}
.yXpTLaIRIkcI .kSxxYDCbpAdv {
width: 100%;
}
.bUxNqFPqbCMK {
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;
}
.AtufeWwBmcQG {
width: 100%;
margin: 20px auto 15px auto;
max-width: 385px
}
.fingNqPpfxTf__box {
flex-direction: column;
margin: 20px 0 20px 0;
}
.fingNqPpfxTf__text{
margin-top: 15px;
}
.ISgblppZpzyK {
font-size: 18px;
}
.ILkeujtsaGyy{
margin-top: 20px;
}
.afEWMNpVjQUo{
display: flex;
justify-content: center;
}
.afEWMNpVjQUo img {
width: 50px;
}
}
@media(max-width: 480px){
.fWTNQKvPhRjt{
    gap:15px;
}

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

.MIYBSFbfFwKh{
padding: 10px 20px;
}
.cRLxfrzvReLC{
    max-width: 280px;
    padding: 20px 0 20px 0;
}
table thead th {
font-size: 14px;
}
table tbody td {
font-size: 14px;
}
.nutoWYeKyuiq {
position: fixed;
bottom: 30px;
right: 30px;
width: 30px;
height: 30px;
}
.nutoWYeKyuiq::after, .btn-up::before {
width: 14px;
}
.lugqpFxjoMIx {
width: 100px;
}
.afEWMNpVjQUo img {
margin-left: 5px;
}
.gmCmfkpEPrFR{
font-size: 14px;
}
}

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

@media (max-width: 360px) {
.liJPtiCaHAIh {
font-size: 12px;
}
}
/*popup*/
.TSuDnPeQwnsD {
background: var(--clwdOGmkKiMD);
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;
}
.TSuDnPeQwnsD__info {
display: flex;
}
.TSuDnPeQwnsD__box {
margin-left: 15px;
}
.TSuDnPeQwnsD__img {
width: 130px;
height: 100%;
border-radius: 16px;
}
.TSuDnPeQwnsD__title {
font-size: 24px;
font-weight: 600;
}
.TSuDnPeQwnsD__sub-title {
margin-top: 10px;
color: var(--VsabLAvOzOzo);
}
.TSuDnPeQwnsD__btn {
    width: 240px;
    height: 50px;
    margin: 10px auto 0 auto;
    background: var(--spyRjJZDxWeW);
    color: var(--zPXuVoFYdrAa);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: all 0.7s ease-in-out;
    color: var(--zPXuVoFYdrAa);
}
.TSuDnPeQwnsD__btn:hover{
background: var(--CwkjwChWnBwt);
transition: all 0.7s ease-in-out;
color: var(--zPXuVoFYdrAa);
}
.TSuDnPeQwnsD__close {
width: 30px;
height: 30px;
background-color: #eee;
position: absolute;
left: -15px;
top: -15px;
border-radius: 15px;
border: 1px solid #1e232f;
cursor: pointer;
}
.TSuDnPeQwnsD__close-wrap {
position: relative;
}
.TSuDnPeQwnsD__close-wrap::after {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(-45deg);
top: 12px;
left: 3px;
}
.TSuDnPeQwnsD__close-wrap::before {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(45deg);
top: 12px;
left: 3px;
}
.TSuDnPeQwnsD__show {
opacity: 1;
left: 40px;
transition: all 0.3s ease-in-out;
visibility: visible;
background-color: var(--prVqkGokfZac);
}
@media(max-width: 576px){
.TSuDnPeQwnsD{
max-width: 93%;
left: 20px;
padding-right: 15px;
}
.TSuDnPeQwnsD__img {
width: 70px;
}
.TSuDnPeQwnsD__sub-title {
margin-right: 15px;
}
.TSuDnPeQwnsD__btn{
width: 220px;
}
}
@media(max-width: 480px){

.TSuDnPeQwnsD__info {
display: flex;
flex-direction: column;
align-items: center;
}
.TSuDnPeQwnsD__btn {
width: 200px;
margin-top: 0;
height: 40px;
}
.TSuDnPeQwnsD__sub-title {
margin-right: 0;
text-align: center;
}
.TSuDnPeQwnsD__box {
margin-left: 0;
}
}
