:root {
--TXTecUNESyum: #245889;
--eaKaxCaVjrmS: #0241AD;
--cLyiXPcyprDq: #ffc107;
--LfsOGtZkaWNR: #D72638;
--luDFkcYEAvVY: #e8e7e8;
--TWQJkTSSmNrR: #000;
--OGwklxGBTnJr: rgba(252, 220, 220, 0.5);
--RLlnJEOaaQzA: #ea4973;
--zCdDepxfYnzq: #b00000;
--sgOljVZMODDm: #fff;
--PTBCzbIsYxZD: #0241AD;
--jgkYDfPamfwq: #ebe8e8;
--fknmJPGPYAhS: #fff;
--PDYqZelfaCPU: #d6cece;
--LIJLQTUWRyYB: #000000;
--DOiQNWxoiQfI: #4115eb;
--VVUswdxetaiO: #280e93;
--CIHsZUdtYAzR: #ddd;
}

* {
box-sizing: border-box;
}

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

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

.NpOWgumwjxMt {
gap: 30px;
max-width: 1200px;
width: 100%;
margin: 0 auto;
display: flex;
align-items: center;
}
.dLiBoHyWqrbe,
.hYcnrsBBHVOu,
.inside-JicIVgAHOpQu {
max-width: 1200px;
width: 100%;
margin: 0 auto;
text-align: center;
}

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

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

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

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

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

}

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

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


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

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

.MJyxxyFwmlsV a {
color: var(--sgOljVZMODDm);
}

/* slider */

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

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

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

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

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

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

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

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

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

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

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

}

.BKlfHEwuDofw-item img {

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

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

.VnZloxBAMnVP {
text-align: left;

color: var(--sgOljVZMODDm);

}
.NQFgkkiqLJFs {
color: var(--sgOljVZMODDm);
}

.InOkeWxvAnCp {
background-color: var(--LfsOGtZkaWNR);
color: var(--sgOljVZMODDm);
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;
}

.InOkeWxvAnCp:hover {
background-color: var(--zCdDepxfYnzq);
}

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

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

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

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

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

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

.sLZgfmdblIdi a:hover {
color: var(--sgOljVZMODDm);
}

.gDVytPvcOXQz {
    background-color: var(--LfsOGtZkaWNR);
    color: var(--sgOljVZMODDm);
    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);
  }
}
.gDVytPvcOXQz:hover {
background-color: var(--zCdDepxfYnzq);
}

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

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

.TZdEgcPBXDwp__btn:hover {
background-color: var(--zCdDepxfYnzq);
color: var(--sgOljVZMODDm);
}

.TZdEgcPBXDwp__text {
font-weight: 400;
}

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

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

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

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

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

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

.WuJcUAjxhBWh {
width: 150px;
}

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

.MjxbZFOhQGqd {
margin-left: 24px;
}

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

.NQFgkkiqLJFs > .jNlwysXZdmnH{
    display: none;
}

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

.fPiGCDCUjFbN {
color: var(--cLyiXPcyprDq);
font-size: 24px;
}

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

.uLGUbQRxBodv:hover {
background-color: var(--zCdDepxfYnzq);
color: var(--sgOljVZMODDm);
}

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

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

.GivNaSZgvaAs {
width: 100%;

}

.peWhrgBgrqBr {
width: 100%;
}

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

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

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

.KBlDXawKFgAE .GivNaSZgvaAs {
position: relative;
}

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


/*pros-cons*/

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

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

.PGLzxqgqMKyo .iTrCrejUfogY {
width: 100%;
}

.LHrdvnDfsUOJ h3 {
    margin-top: 0;
}

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

}

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

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

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


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

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

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

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

.sLZgfmdblIdi {
    gap: 50px;

}


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

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

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

.LHrdvnDfsUOJ .BRjfKFhylMFq:first-child .VnZloxBAMnVP {
color: green;
}

.LHrdvnDfsUOJ .BRjfKFhylMFq:last-child .VnZloxBAMnVP {
color: red;
}

.LHrdvnDfsUOJ .BRjfKFhylMFq:first-child li::before {
color: green;
}

.LHrdvnDfsUOJ .BRjfKFhylMFq:last-child li::before {
color: red;
}

/*Table*/

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


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

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

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

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

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

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

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

.GjCKsSZzgGtP, .GjCKsSZzgGtP table {

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

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

}
.MxVCKbnjsihK {
text-align: left;
}

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

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

/*Footer*/
.JicIVgAHOpQu {

color: var(--sgOljVZMODDm);
}

.inside-JicIVgAHOpQu {
padding: 10px;
}

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

.gpjLivJLGirU:hover {
opacity: 1;
}

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

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

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

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

.VvBWUcGyskVX_item a{
color: var(--TWQJkTSSmNrR);
}


/*New*/

.DschRPnjKsFI {
margin-top: 40px;
}

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

.xIkPJPTKTXaQ {

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

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

.xIkPJPTKTXaQ a {
color: --sgOljVZMODDm;
}

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


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


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

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

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

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

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

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

.MJyxxyFwmlsV:hover > .oNBtJqlmCNvW {
display: block;
}

.hxPmKElMuWvZ {
margin: 0;
}

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

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

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

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

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

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

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

.UqwWToYxTPfM:hover {
text-decoration: underline;
color: var(--zCdDepxfYnzq);
}

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

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


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


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

.eyxbTeqIMofq nav ul {
    flex-direction: column;
    gap: 20px;
}
.eowjESTUYcLO {
flex-direction: column;
gap: 20px;
}
.MJyxxyFwmlsV:nth-last-child(2) {
margin-left: 0;
}
.MJyxxyFwmlsV:last-child a {
width: 100%;
margin: 10px 0 0 0;
}
.eSfpPeKNpfMt{
text-align: center;
padding: 0 10px;
}
.MjxbZFOhQGqd {
margin-left: 10px;
}
.NpOWgumwjxMt{
padding: 0 15px;
align-items: center;
flex-wrap: wrap;
}

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

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

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

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

.PGLzxqgqMKyo{
    flex-wrap:wrap;
}

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

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

}
@media(max-width: 756px){
    .eapxyfSsKQdz {
grid-template-columns: repeat(2, 1fr);
}
.BKlfHEwuDofw {
    grid-template-columns: repeat(3, 1fr);
}
.sLZgfmdblIdi {
    font-size: 26px;
    width: 70%;
    left: 50%;
}
.TZdEgcPBXDwp {
    height: unset;
}
.dCOZXKnrucvW{
    flex-wrap: wrap;
}
.balpoCdakhoM:nth-child(1){
    width: 100%;
    justify-content: center;
}
.balpoCdakhoM:nth-child(2){
    width: 50%;
    border: none;
    height: 70px;
}
.balpoCdakhoM:nth-child(3) {
    width: 50%;
}
.TZdEgcPBXDwp__box{
    padding: 0;
}
.gDVytPvcOXQz{
    padding: 5px 20px;
    font-weight: bold;
}
.fSDnbukwGziS {
    gap: 12px;
    justify-content: center;
}
.VzrPcnjZXuQm {
    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(--PTBCzbIsYxZD);
border-top: 1px solid var(--CIHsZUdtYAzR);
}
#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;
}
.tNQsgrAPZHjX > .jNlwysXZdmnH{
    display:none;
}

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


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


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

.BKlfHEwuDofw {
grid-template-columns: repeat(2, 1fr);
}
.sLZgfmdblIdi {
    font-size: 20px;
    width: 100%;
}
.InOkeWxvAnCp a {
font-size: 24px;
}
.LHrdvnDfsUOJ {
flex-wrap: wrap;
}
.LHrdvnDfsUOJ .BRjfKFhylMFq {
width: 100%;
}
.EckvUMvmAoUF {
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;
}
.GivNaSZgvaAs {
width: 100%;
margin: 20px auto 15px auto;
max-width: 385px
}
.TZdEgcPBXDwp__box {
flex-direction: column;
margin: 20px 0 20px 0;
}
.TZdEgcPBXDwp__text{
margin-top: 15px;
}
.gDVytPvcOXQz {
font-size: 18px;
}
.VvBWUcGyskVX{
margin-top: 20px;
}
.tNQsgrAPZHjX{
display: flex;
justify-content: center;
}
.tNQsgrAPZHjX img {
width: 50px;
}
}
@media(max-width: 480px){
.NpOWgumwjxMt{
    gap:15px;
}

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

.uLGUbQRxBodv{
padding: 10px 20px;
}
.InOkeWxvAnCp{
    max-width: 280px;
    padding: 20px 0 20px 0;
}
table thead th {
font-size: 14px;
}
table tbody td {
font-size: 14px;
}
.gpjLivJLGirU {
position: fixed;
bottom: 30px;
right: 30px;
width: 30px;
height: 30px;
}
.gpjLivJLGirU::after, .btn-up::before {
width: 14px;
}
.WuJcUAjxhBWh {
width: 100px;
}
.tNQsgrAPZHjX img {
margin-left: 5px;
}
.eSfpPeKNpfMt{
font-size: 14px;
}
}

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

@media (max-width: 360px) {
.liJPtiCaHAIh {
font-size: 12px;
}
}
/*popup*/
.hlZerZHYYUzA {
background: var(--LfsOGtZkaWNR);
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;
}
.hlZerZHYYUzA__info {
display: flex;
}
.hlZerZHYYUzA__box {
margin-left: 15px;
}
.hlZerZHYYUzA__img {
width: 130px;
height: 100%;
border-radius: 16px;
}
.hlZerZHYYUzA__title {
font-size: 24px;
font-weight: 600;
}
.hlZerZHYYUzA__sub-title {
margin-top: 10px;
color: var(--TWQJkTSSmNrR);
}
.hlZerZHYYUzA__btn {
    width: 240px;
    height: 50px;
    margin: 10px auto 0 auto;
    background: var(--TXTecUNESyum);
    color: var(--sgOljVZMODDm);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: all 0.7s ease-in-out;
    color: var(--sgOljVZMODDm);
}
.hlZerZHYYUzA__btn:hover{
background: var(--zCdDepxfYnzq);
transition: all 0.7s ease-in-out;
color: var(--sgOljVZMODDm);
}
.hlZerZHYYUzA__close {
width: 30px;
height: 30px;
background-color: #eee;
position: absolute;
left: -15px;
top: -15px;
border-radius: 15px;
border: 1px solid #1e232f;
cursor: pointer;
}
.hlZerZHYYUzA__close-wrap {
position: relative;
}
.hlZerZHYYUzA__close-wrap::after {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(-45deg);
top: 12px;
left: 3px;
}
.hlZerZHYYUzA__close-wrap::before {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(45deg);
top: 12px;
left: 3px;
}
.hlZerZHYYUzA__show {
opacity: 1;
left: 40px;
transition: all 0.3s ease-in-out;
visibility: visible;
background-color: var(--jgkYDfPamfwq);
}
@media(max-width: 576px){
.hlZerZHYYUzA{
max-width: 93%;
left: 20px;
padding-right: 15px;
}
.hlZerZHYYUzA__img {
width: 70px;
}
.hlZerZHYYUzA__sub-title {
margin-right: 15px;
}
.hlZerZHYYUzA__btn{
width: 220px;
}
}
@media(max-width: 480px){

.hlZerZHYYUzA__info {
display: flex;
flex-direction: column;
align-items: center;
}
.hlZerZHYYUzA__btn {
width: 200px;
margin-top: 0;
height: 40px;
}
.hlZerZHYYUzA__sub-title {
margin-right: 0;
text-align: center;
}
.hlZerZHYYUzA__box {
margin-left: 0;
}
}
