:root {
--yZbjZmcSyPyC: #276198;
--tORdFSeyBIBt: #EFEFEF;
--RuoSxHYshCQE: #ffc107;
--VcweDzSAdFcg: #FF4C4C;
--SFrUDOHnJtPR: #ebeaea;
--jPVTakfpIPRH: #000;
--ZJLpevjOJTUS: rgba(255, 255, 255, 0.5);
--hwaRwWJhNZMh: #e94770;
--OCShVqPnttBc: #b00000;
--UlwWsrsCXDmN: #fff;
--AtkKUvMmDYUE: #FDFDFD;
--ubUFRmCEKdvG: #eae6e6;
--BJBiajkmOUHE: #fff;
--VQQXWifdObYC: #d7cece;
--wvZCaBvIjNuQ: #000000;
--czayduKehCcE: #4517ff;
--tbdZTnryZzoW: #230b8e;
--yeykaCBSqeZs: #ddd;
}


* {
box-sizing: border-box;
}

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

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

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

.qsJBZokCZoXW,
.wmNlHLqyIpdP,
.inside-FRnOjBjUivil {
max-width: 1200px;
width: 100%;
margin: 0 auto;
text-align: center;
}

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

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


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

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

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

}

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

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


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

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



.kgZExWHNIrsd a {
color: var(--jPVTakfpIPRH);
}

/* slider */

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

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

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

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

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

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

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

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

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

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

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

}

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

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

}

.GuWJEckalxrf {
    text-align: left;
    color: var(--jPVTakfpIPRH);
}

.IFSTLTndMshM {
    color: var(--jPVTakfpIPRH);
}

.lEgmCczCnJtq {
    background-color: var(--VcweDzSAdFcg);
    color: var(--UlwWsrsCXDmN);
    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;
}

.lEgmCczCnJtq:hover {
background-color: var(--OCShVqPnttBc);
}

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

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

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

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

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

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

.HMqKbdJPFlCE a:hover {
    background-color: var(--OCShVqPnttBc);
    color: var(--UlwWsrsCXDmN);
}

.TirZPYIfFemW {
    background-color: var(--VcweDzSAdFcg);
    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);
  }
}
.TirZPYIfFemW:hover {
background-color: var(--OCShVqPnttBc);
}

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

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

.nFzSLpndzvXU__btn:hover {
background-color: var(--OCShVqPnttBc);
color: var(--UlwWsrsCXDmN);
}

.nFzSLpndzvXU__text {
font-weight: 400;
}

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

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

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

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

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

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

.DzNcCBnmSaKC {
width: 150px;
}

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

.NlhCFNJGbNKd {
margin-left: 24px;
}

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

.IFSTLTndMshM > .DLBVVyhkGvgM{
    display: none;
}
.tTtmcoJLgYyD {
display: flex;
align-items: center;
margin: 0 auto 10px auto;
justify-content: center;
border: 1px solid var(--yeykaCBSqeZs);
border-radius: 15px;
width: 130px;
}

.MFyYWOVNWWIL {
color: var(--RuoSxHYshCQE);
font-size: 24px;
}

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

.TkfAQXunlXTT:hover {
background-color: var(--OCShVqPnttBc);
color: var(--UlwWsrsCXDmN);
}

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


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



.YPoPpmrLTfwb {
width: 100%;

}

.NnlPzPkhBZgI {
width: 100%;
}

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

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

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

.WxngeUecVpbs .YPoPpmrLTfwb {
position: relative;
}

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


/*pros-cons*/

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

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

.nXVdxwCUuzMt .zmdwFEFanKLj {
width: 100%;
}

.LeToyJgzQXIo h3 {
    margin-top: 0;
}

.kgZExWHNIrsd.active a {
    color: var(--yZbjZmcSyPyC);
    font-weight: bold;

}

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

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

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


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

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

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

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


.HMqKbdJPFlCE {
    padding: 5px 15px;

}


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

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

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

.LeToyJgzQXIo .xuyUByqVetVi:first-child .GuWJEckalxrf {
color: green;
}

.LeToyJgzQXIo .xuyUByqVetVi:last-child .GuWJEckalxrf {
color: red;
}

.LeToyJgzQXIo .xuyUByqVetVi:first-child li::before {
color: green;
}

.LeToyJgzQXIo .xuyUByqVetVi:last-child li::before {
color: red;
}

/*Table*/

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


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

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

}

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

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

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

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

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

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

.JPdKwkpjiDiz, .JPdKwkpjiDiz table {

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

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

}
.HhwoBGtJiNzY {
text-align: left;
}

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

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

/*Footer*/
.FRnOjBjUivil {
color: var(--jPVTakfpIPRH);
}

.inside-FRnOjBjUivil {
padding: 10px;
}

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

.tbRUSxYEuhBf:hover {
opacity: 1;
}

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

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

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

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

.GCpvurHrUmcV_item a{
color: var(--jPVTakfpIPRH);
}


/*New*/

.XDqAWaFPDCAB {
margin-top: 40px;
}

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

.CLXyFuOYVkxz {

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

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

.CLXyFuOYVkxz a {
color:  var(--UlwWsrsCXDmN);
}

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


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

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

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


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

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

.kgZExWHNIrsd:hover > .eAHGuDZJtXhL {
display: block;
}

.gYGFoGYpMuBT {
margin: 0;
}

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

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

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

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

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

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

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

.TeDBhbAGplsI:hover {
text-decoration: underline;
color: var(--OCShVqPnttBc);
}

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

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

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

.kgZExWHNIrsd:last-child a {
width: 100%;
margin: 10px 0 0 0;
}
.kgZExWHNIrsd:nth-last-child(2) {
margin-left: 0;
}
.RFqqTdzievcV{
text-align: center;
padding: 0 10px;
}
.NlhCFNJGbNKd {
margin-left: 10px;
}
.wSBRQhGbsUrd{
padding: 0 15px;
align-items: center;
flex-wrap: wrap;
}

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

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


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

}
@media(max-width: 756px){
    .fjbZkdgovoYk {
grid-template-columns: repeat(2, 1fr);
}
.FGaGyGGzFyJe {
    grid-template-columns: repeat(3, 1fr);
}
.HMqKbdJPFlCE {
    font-size: 26px;
    width: 70%;
    left: 50%;
}
.nFzSLpndzvXU {
    height: unset;
}
.dDXOEnKxjIoJ{
    flex-wrap: wrap;
}
.TuitZXaMWsFe:nth-child(1){
    width: 100%;
    justify-content: center;
}
.TuitZXaMWsFe:nth-child(2){
    width: 50%;
    border: none;
    height: 70px;
}
.TuitZXaMWsFe:nth-child(3) {
    width: 50%;
}
.nFzSLpndzvXU__box{
    padding: 0;
}

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

.TZouaDoQznFW {
    gap: 12px;
    justify-content: center;
}
.VUNVLcRpzNSZ {
    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(--AtkKUvMmDYUE);
border-top: 1px solid var(--yeykaCBSqeZs);
}
#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;
}

.LJECrWombKwi > .DLBVVyhkGvgM{
    display:none;
}

.IFSTLTndMshM > .DLBVVyhkGvgM{
      color: var(--BJBiajkmOUHE);
    display: flex;
    justify-content: center;
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 10px;
      background: var(--yZbjZmcSyPyC);
}
}
@media(max-width: 700px){
.TirZPYIfFemW {
    padding: 10px 25px;
    font-size: 28px;
    font-weight: bold;
}
.HMqKbdJPFlCE {
    font-size: 18px;
    width: 100%;
    gap: 0px;
}
footer > div:first-child {
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.TZouaDoQznFW {
    margin-left: 0;
    margin-top: 12px;
    width: 100%;
    justify-content: center;
}
.XQJQKYrGSLcj {
    justify-content: center;
    width: auto;
    flex-wrap: wrap;
}
}
@media(max-width: 576px){
.LJECrWombKwi img {
margin-left: 5px;
}
.FGaGyGGzFyJe {
grid-template-columns: repeat(2, 1fr);
}
.HMqKbdJPFlCE {
font-size: 20px;
width: 100%;
}
.lEgmCczCnJtq a {
font-size: 24px;
}
.LeToyJgzQXIo {
flex-wrap: wrap;
}
.LeToyJgzQXIo .xuyUByqVetVi {
width: 100%;
}
.ZulWShSHIUvr {
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;
}
.YPoPpmrLTfwb {
width: 100%;
margin: 20px auto 15px auto;
max-width: 385px
}
.nFzSLpndzvXU__box {
flex-direction: column;
margin: 20px 0 20px 0;
}
.nFzSLpndzvXU__text{
margin-top: 15px;
}
.TirZPYIfFemW {
font-size: 20px;
}
.GCpvurHrUmcV{
margin-top: 20px;
}
.LJECrWombKwi{
display: flex;
justify-content: center;
}
.LJECrWombKwi img {
width: 50px;
}
}
@media(max-width: 480px){
.wSBRQhGbsUrd{
gap:15px;
}

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

.TkfAQXunlXTT{
padding: 10px 20px;
}
.lEgmCczCnJtq{
    max-width: 280px;
    padding: 20px 0 20px 0;
}
table thead th {
font-size: 14px;
}
table tbody td {
font-size: 14px;
}
.tbRUSxYEuhBf {
position: fixed;
bottom: 30px;
right: 30px;
width: 30px;
height: 30px;
}
.tbRUSxYEuhBf::after, .btn-up::before {
width: 14px;
}
.DzNcCBnmSaKC {
width: 100px;
}
.LJECrWombKwi img {
margin-left: 5px;
}
.RFqqTdzievcV{
font-size: 14px;
}
}

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

}

@media (max-width: 360px) {
.liJPtiCaHAIh {
font-size: 12px;
}
}
/*popup*/
.PeQDsjrwStou {
background: var(--VcweDzSAdFcg);
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;
}
.PeQDsjrwStou__info {
display: flex;
}
.PeQDsjrwStou__box {
margin-left: 15px;
}
.PeQDsjrwStou__img {
width: 130px;
height: 100%;
border-radius: 16px;
}
.PeQDsjrwStou__title {
font-size: 24px;
font-weight: 600;
}
.PeQDsjrwStou__sub-title {
margin-top: 10px;
color: var(--jPVTakfpIPRH);
}
.PeQDsjrwStou__btn {
width: 240px;
height: 50px;
margin: 10px auto 0 auto;
background: var(--VcweDzSAdFcg);
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(--UlwWsrsCXDmN);
}
.PeQDsjrwStou__btn:hover{
background: var(--OCShVqPnttBc);
transition: all 0.7s ease-in-out;
color: var(--UlwWsrsCXDmN);
}
.PeQDsjrwStou__close {
width: 30px;
height: 30px;
background-color: #eee;
position: absolute;
left: -15px;
top: -15px;
border-radius: 15px;
border: 1px solid #1e232f;
cursor: pointer;
}
.PeQDsjrwStou__close-wrap {
position: relative;
}
.PeQDsjrwStou__close-wrap::after {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(-45deg);
top: 12px;
left: 3px;
}
.PeQDsjrwStou__close-wrap::before {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(45deg);
top: 12px;
left: 3px;
}
.PeQDsjrwStou__show {
opacity: 1;
left: 40px;
transition: all 0.3s ease-in-out;
visibility: visible;
background-color: var(--ubUFRmCEKdvG);
}
@media(max-width: 576px){
.PeQDsjrwStou{
max-width: 93%;
left: 20px;
padding-right: 15px;
}
.PeQDsjrwStou__img {
width: 70px;
}
.PeQDsjrwStou__sub-title {
margin-right: 15px;
}
.PeQDsjrwStou__btn{
width: 220px;
}
}
@media(max-width: 480px){

.PeQDsjrwStou__info {
display: flex;
flex-direction: column;
align-items: center;
}
.PeQDsjrwStou__btn {
width: 200px;
margin-top: 0;
height: 40px;
}
.PeQDsjrwStou__sub-title {
margin-right: 0;
text-align: center;
}
.PeQDsjrwStou__box {
margin-left: 0;
}
}
