:root {
--AqGkHREYAsjv: #225B91;
--ScbSqPDdPUQm: #F6F6F6;
--TFvJWAAyirOS: #ffc107;
--lCneFZYTKRah: #D61C1C;
--AEKZhkJzlCvH: #e9eaea;
--KxymhwzxNJDi: #000;
--byIYxiirVeZm: rgba(250, 200, 200, 0.5);
--gcTVKSiewEfC: #ea4a75;
--epUpJBnRGeEq: #b00000;
--xrwpAYVTutJP: #fff;
--BGrSnyRIUBJP: #F8F8F8;
--zVYFCGtkVuql: #efebeb;
--ydFbdMkFUwiq: #fff;
--VySMpLRfUlew: #dbd2d2;
--uoIGjvzOMDmy: #000000;
--LycknSkvRRMU: #3f14e5;
--OgBrYZsLEKLf: #250c91;
--JKJSiwDoohUp: #ddd;
}


* {
box-sizing: border-box;
}

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

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

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

.lNprUFFkuSwq,
.OTAJjHsIkjKK,
.inside-ISzdkqFfkLby {
max-width: 1200px;
width: 100%;
margin: 0 auto;
text-align: center;
}

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

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


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

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

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

}

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

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


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

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



.fjkAfRQMewZc a {
color: var(--KxymhwzxNJDi);
}

/* slider */

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

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

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

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

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

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

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

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

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

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

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

}

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

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

}

.aKFVYXJCfrmT {
    text-align: left;
    color: var(--KxymhwzxNJDi);
}

.dSCBwnVLQOTn {
    color: var(--KxymhwzxNJDi);
}

.feGrjLEBPLCh {
    background-color: var(--lCneFZYTKRah);
    color: var(--xrwpAYVTutJP);
    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;
}

.feGrjLEBPLCh:hover {
background-color: var(--epUpJBnRGeEq);
}

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

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

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

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

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

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

.xxIKwAErctgn a:hover {
    background-color: var(--epUpJBnRGeEq);
    color: var(--xrwpAYVTutJP);
}

.veNKOrZFDXzO {
    background-color: var(--lCneFZYTKRah);
    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);
  }
}
.veNKOrZFDXzO:hover {
background-color: var(--epUpJBnRGeEq);
}

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

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

.aJByciidangF__btn:hover {
background-color: var(--epUpJBnRGeEq);
color: var(--xrwpAYVTutJP);
}

.aJByciidangF__text {
font-weight: 400;
}

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

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

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

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

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

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

.QyUYhHVkXiXU {
width: 150px;
}

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

.LkwPbtaWzkRO {
margin-left: 24px;
}

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

.dSCBwnVLQOTn > .hLNGCnsBkoYI{
    display: none;
}
.DtRjtjzwKOmG {
display: flex;
align-items: center;
margin: 0 auto 10px auto;
justify-content: center;
border: 1px solid var(--JKJSiwDoohUp);
border-radius: 15px;
width: 130px;
}

.ReZKIFJxpVgJ {
color: var(--TFvJWAAyirOS);
font-size: 24px;
}

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

.oOSzXHDnwhvL:hover {
background-color: var(--epUpJBnRGeEq);
color: var(--xrwpAYVTutJP);
}

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


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



.mXJLQFacwMGh {
width: 100%;

}

.QqFTAJVxiBra {
width: 100%;
}

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

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

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

.aQXZsfpNvbEo .mXJLQFacwMGh {
position: relative;
}

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


/*pros-cons*/

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

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

.eppeIIBfnWiY .VtuoUllgjncG {
width: 100%;
}

.QJuGwsTYjBTg h3 {
    margin-top: 0;
}

.fjkAfRQMewZc.active a {
    color: var(--AqGkHREYAsjv);
    font-weight: bold;

}

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

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

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


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

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

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

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


.xxIKwAErctgn {
    padding: 5px 15px;

}


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

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

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

.QJuGwsTYjBTg .SIaVhNbAGzLG:first-child .aKFVYXJCfrmT {
color: green;
}

.QJuGwsTYjBTg .SIaVhNbAGzLG:last-child .aKFVYXJCfrmT {
color: red;
}

.QJuGwsTYjBTg .SIaVhNbAGzLG:first-child li::before {
color: green;
}

.QJuGwsTYjBTg .SIaVhNbAGzLG:last-child li::before {
color: red;
}

/*Table*/

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


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

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

}

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

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

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

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

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

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

.JuhwkjyfQGmE, .JuhwkjyfQGmE table {

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

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

}
.dEXqPalNWyrH {
text-align: left;
}

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

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

/*Footer*/
.ISzdkqFfkLby {
color: var(--KxymhwzxNJDi);
}

.inside-ISzdkqFfkLby {
padding: 10px;
}

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

.evJYmjiZdLAx:hover {
opacity: 1;
}

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

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

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

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

.sbhYGWGEHleY_item a{
color: var(--KxymhwzxNJDi);
}


/*New*/

.TYlVOSOAQJRj {
margin-top: 40px;
}

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

.NkiagBFNXwPy {

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

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

.NkiagBFNXwPy a {
color:  var(--xrwpAYVTutJP);
}

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


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

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

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


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

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

.fjkAfRQMewZc:hover > .sWXtgwVwUGLg {
display: block;
}

.zTKYMOAmxuZk {
margin: 0;
}

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

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

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

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

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

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

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

.sqiCUzFpaYtc:hover {
text-decoration: underline;
color: var(--epUpJBnRGeEq);
}

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

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

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

.fjkAfRQMewZc:last-child a {
width: 100%;
margin: 10px 0 0 0;
}
.fjkAfRQMewZc:nth-last-child(2) {
margin-left: 0;
}
.FtpqzWCLlYXp{
text-align: center;
padding: 0 10px;
}
.LkwPbtaWzkRO {
margin-left: 10px;
}
.vWmXQgjiqOGm{
padding: 0 15px;
align-items: center;
flex-wrap: wrap;
}

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

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


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

}
@media(max-width: 756px){
    .tDOkIMLwSXvQ {
grid-template-columns: repeat(2, 1fr);
}
.SgCIvzKxEkjP {
    grid-template-columns: repeat(3, 1fr);
}
.xxIKwAErctgn {
    font-size: 26px;
    width: 70%;
    left: 50%;
}
.aJByciidangF {
    height: unset;
}
.kwphSxnetwak{
    flex-wrap: wrap;
}
.CqjtcCwYLqZp:nth-child(1){
    width: 100%;
    justify-content: center;
}
.CqjtcCwYLqZp:nth-child(2){
    width: 50%;
    border: none;
    height: 70px;
}
.CqjtcCwYLqZp:nth-child(3) {
    width: 50%;
}
.aJByciidangF__box{
    padding: 0;
}

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

.HhjjckcehLHo {
    gap: 12px;
    justify-content: center;
}
.kNipGhVhFtED {
    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(--BGrSnyRIUBJP);
border-top: 1px solid var(--JKJSiwDoohUp);
}
#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;
}

.YXyCmiGAYdoz > .hLNGCnsBkoYI{
    display:none;
}

.dSCBwnVLQOTn > .hLNGCnsBkoYI{
      color: var(--ydFbdMkFUwiq);
    display: flex;
    justify-content: center;
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 10px;
      background: var(--AqGkHREYAsjv);
}
}
@media(max-width: 700px){
.veNKOrZFDXzO {
    padding: 10px 25px;
    font-size: 28px;
    font-weight: bold;
}
.xxIKwAErctgn {
    font-size: 18px;
    width: 100%;
    gap: 0px;
}
footer > div:first-child {
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.HhjjckcehLHo {
    margin-left: 0;
    margin-top: 12px;
    width: 100%;
    justify-content: center;
}
.EPbIyobDdIea {
    justify-content: center;
    width: auto;
    flex-wrap: wrap;
}
}
@media(max-width: 576px){
.YXyCmiGAYdoz img {
margin-left: 5px;
}
.SgCIvzKxEkjP {
grid-template-columns: repeat(2, 1fr);
}
.xxIKwAErctgn {
font-size: 20px;
width: 100%;
}
.feGrjLEBPLCh a {
font-size: 24px;
}
.QJuGwsTYjBTg {
flex-wrap: wrap;
}
.QJuGwsTYjBTg .SIaVhNbAGzLG {
width: 100%;
}
.oDZzXxyJUmFm {
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;
}
.mXJLQFacwMGh {
width: 100%;
margin: 20px auto 15px auto;
max-width: 385px
}
.aJByciidangF__box {
flex-direction: column;
margin: 20px 0 20px 0;
}
.aJByciidangF__text{
margin-top: 15px;
}
.veNKOrZFDXzO {
font-size: 20px;
}
.sbhYGWGEHleY{
margin-top: 20px;
}
.YXyCmiGAYdoz{
display: flex;
justify-content: center;
}
.YXyCmiGAYdoz img {
width: 50px;
}
}
@media(max-width: 480px){
.vWmXQgjiqOGm{
gap:15px;
}

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

.oOSzXHDnwhvL{
padding: 10px 20px;
}
.feGrjLEBPLCh{
    max-width: 280px;
    padding: 20px 0 20px 0;
}
table thead th {
font-size: 14px;
}
table tbody td {
font-size: 14px;
}
.evJYmjiZdLAx {
position: fixed;
bottom: 30px;
right: 30px;
width: 30px;
height: 30px;
}
.evJYmjiZdLAx::after, .btn-up::before {
width: 14px;
}
.QyUYhHVkXiXU {
width: 100px;
}
.YXyCmiGAYdoz img {
margin-left: 5px;
}
.FtpqzWCLlYXp{
font-size: 14px;
}
}

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

}

@media (max-width: 360px) {
.liJPtiCaHAIh {
font-size: 12px;
}
}
/*popup*/
.VELneUqSODYU {
background: var(--lCneFZYTKRah);
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;
}
.VELneUqSODYU__info {
display: flex;
}
.VELneUqSODYU__box {
margin-left: 15px;
}
.VELneUqSODYU__img {
width: 130px;
height: 100%;
border-radius: 16px;
}
.VELneUqSODYU__title {
font-size: 24px;
font-weight: 600;
}
.VELneUqSODYU__sub-title {
margin-top: 10px;
color: var(--KxymhwzxNJDi);
}
.VELneUqSODYU__btn {
width: 240px;
height: 50px;
margin: 10px auto 0 auto;
background: var(--lCneFZYTKRah);
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(--xrwpAYVTutJP);
}
.VELneUqSODYU__btn:hover{
background: var(--epUpJBnRGeEq);
transition: all 0.7s ease-in-out;
color: var(--xrwpAYVTutJP);
}
.VELneUqSODYU__close {
width: 30px;
height: 30px;
background-color: #eee;
position: absolute;
left: -15px;
top: -15px;
border-radius: 15px;
border: 1px solid #1e232f;
cursor: pointer;
}
.VELneUqSODYU__close-wrap {
position: relative;
}
.VELneUqSODYU__close-wrap::after {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(-45deg);
top: 12px;
left: 3px;
}
.VELneUqSODYU__close-wrap::before {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(45deg);
top: 12px;
left: 3px;
}
.VELneUqSODYU__show {
opacity: 1;
left: 40px;
transition: all 0.3s ease-in-out;
visibility: visible;
background-color: var(--zVYFCGtkVuql);
}
@media(max-width: 576px){
.VELneUqSODYU{
max-width: 93%;
left: 20px;
padding-right: 15px;
}
.VELneUqSODYU__img {
width: 70px;
}
.VELneUqSODYU__sub-title {
margin-right: 15px;
}
.VELneUqSODYU__btn{
width: 220px;
}
}
@media(max-width: 480px){

.VELneUqSODYU__info {
display: flex;
flex-direction: column;
align-items: center;
}
.VELneUqSODYU__btn {
width: 200px;
margin-top: 0;
height: 40px;
}
.VELneUqSODYU__sub-title {
margin-right: 0;
text-align: center;
}
.VELneUqSODYU__box {
margin-left: 0;
}
}
