:root {
--xYNKyKEVVkrT: #1E64A6;
--XfCBVAoilQEK: #080733;
--RfqmZYyWYFRX: #ffc107;
--XZWiaQUfcQBK: #DAA1AC;
--WJtadinNHfNu: #e9e8e8;
--MhOUkKZMpmAn: #000;
--egoWamloFFqJ: rgba(255, 230, 230, 0.5);
--VAsZSHYopJAY: #9F2E4E;
--TixoUQAqIHJS: #b00000;
--DbJdZiGXXPsy: #fff;
--UYLcQDIaWaLX: #14132E;
--AiMcatXdsoDn: #0B0A32;
--ELqTmGPPrNsM: #fff;
--dutCrZqwBuMJ: #000000;
--SppOHAVoQyRE: #3b12f3;
--JPTmFOafzqpU: #290f9a;
--vjiVXksApQkp: #ddd;
}


* {
box-sizing: border-box;
}

a {
color: var(--ELqTmGPPrNsM);
text-decoration: none;
}

a:hover {
color: var(--JPTmFOafzqpU);
}

body {
font-family: 'Poppins', sans-serif;
font-size: 16px;
line-height: 1.5;
margin: 0;
padding: 0;
background-color: var(--UYLcQDIaWaLX);
color: var(--MhOUkKZMpmAn);
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:hover{
background-color: var(--TixoUQAqIHJS);
}
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;
}

.xOwTLcYLevoP {
gap: 30px;
max-width: 1200px;
width: 100%;
margin: 0 auto;
display: flex;
align-items: center;
}
.ZwUsTnqqQSQJ,
.ZarMoNoyPBFz,
.inside-BieqAzPErJfp {
max-width: 1200px;
width: 100%;
margin: 0 auto;
text-align: center;
}

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

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


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

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

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

}

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

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


.fmBfRtBuLsta {
list-style: none;
display: flex;
align-items: center;
justify-content: flex-start;
gap: 20px;
font-weight: 700;
font-size: 18px;
width: 100%;
list-style: none;
padding: 0;
margin: 0;
}

.cYhAYfcYKDRz a {
color: var(--DbJdZiGXXPsy);
}

.cYhAYfcYKDRz a:hover {
text-decoration: underline;
}

.cYhAYfcYKDRz.active a {
color: var(--XZWiaQUfcQBK);
font-weight: bold;

}


/* slider */

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

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

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

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

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

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

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

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

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

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

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

}

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

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

.dUfBoQrPwCie {
max-width: 1200px;
width: 100%;
margin: 0 auto;
text-align: center;
}

.SkQtBhfdJaGn {
text-align: left;
color: var(--DbJdZiGXXPsy);

}

.QHoPYKjOaxZb {
background-color: var(--VAsZSHYopJAY);
color: var(--DbJdZiGXXPsy);
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: 10px;
transition: background-color 0.7s ease;
}

.UzLRpapqxYYN {
width: 100%;
display: flex;
justify-content: space-evenly;

}

.JlgklAPBZSEh {
background-color: var(--AiMcatXdsoDn);
}
.SygDCtrdxIzf {
background-color: var(--xYNKyKEVVkrT);
}

.QHoPYKjOaxZb:hover {
background-color: var(--TixoUQAqIHJS);
}

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


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

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

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

.ZvmbAoGsyWXb img {
border-radius: 22px;
height: auto;
display: block;
}
.xyxApMfiQneB {
display: flex;
flex-wrap: nowrap;
justify-content: space-evenly;
color: var(--DbJdZiGXXPsy);
font-size: 26px;
margin-top: 20px;
transition: background-color 0.7s ease;
}

.xyxApMfiQneB  .OIbLINjgwssb {
text-transform:uppercase;
}
.xyxApMfiQneB  .OIbLINjgwssb:last-child{
background-color: var(--VAsZSHYopJAY);
}
.XbRpgCYLwicT {
position: absolute;
max-width: 600px;
transform: translate(-50%, -50%);
left: 30%;
top: 50%;
color: var(--DbJdZiGXXPsy);
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;
}

.XbRpgCYLwicT a:hover {
color: var(--DbJdZiGXXPsy);
}

.OIbLINjgwssb {
background-color: var(--xYNKyKEVVkrT);
color: var(--DbJdZiGXXPsy);
font-weight: bold;
border: none;
cursor: pointer;
font-size: 24px;
border-radius: 15px;
padding: 20px 40px;
min-width:300px;
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);
}
}


#main-nav + div a:nth-child(2):hover,
.OIbLINjgwssb:hover {
background-color: var(--TixoUQAqIHJS);
}

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

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

.ZvmbAoGsyWXb__btn:hover {
background-color: var(--TixoUQAqIHJS);
color: var(--DbJdZiGXXPsy);
}

.ZvmbAoGsyWXb__text {
font-weight: 400;
}

.ZvmbAoGsyWXb__text a {
font-weight: 400;
}
#AVDPkErhwhIc {
width: 100%;
height: 100%;
border: none;
overflow: hidden;
}

.SpNqUgTxumIP ol {
counter-reset: step;
list-style: none;
padding-left: 0;
margin-top: 1em;
margin-bottom: 1em;
}

.SpNqUgTxumIP ol li {
counter-increment: step;
position: relative;
padding-left: 3em;
margin-bottom: 1em;
color: white;
font-size: 16px;
}

.SpNqUgTxumIP 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*/
.oJLJwuxEKsaP {
margin-top: 30px;
background-color: var(--XZWiaQUfcQBK);
width: 100%;
border: 1px solid var(--vjiVXksApQkp);
padding: 15px;
box-sizing: border-box;
border-radius: 15px;
}

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

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

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

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

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

.IhrthRcCEPEi {
width: 150px;
}

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

.CDqorzvfalEO {
margin-left: 24px;
}

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

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

.QpcLklDAOQKd {
color: var(--RfqmZYyWYFRX);
font-size: 24px;
}

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

.yXWPUEgZSJuq:hover {
background-color: var(--TixoUQAqIHJS);
color: var(--DbJdZiGXXPsy);
}

/*IMG*/
.BxtkWsRpdOvm {
display: flex;
align-items: center;
max-width: 569px;
width: 100%;

}

.Ktvkxfofynwv {
width: 100%;
}

.QkGZFriXTxwM {
width: 100%;
box-shadow: 3px 3px 15px #000;
}

/*pros-cons*/

.JwiiiSiVOFHp {
display: flex;
justify-content: space-between;
gap: 20px;
}

.JwiiiSiVOFHp > .BxtkWsRpdOvm:nth-child(1) {
flex: 1 1 50%;
min-width: 300px;
}

.JwiiiSiVOFHp > .BxtkWsRpdOvm:nth-child(1) img {
width: 100%;
height: auto;
display: block;
border-radius: 8px;
}

.jDanEoYgtSeX {
max-width: 569px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.wEfEXULPepNo {
gap: 10px;
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}

.wEfEXULPepNo .BxtkWsRpdOvm {
max-width: 281px;
height: 211px;
width: 100%;
}

.JwiiiSiVOFHp {
position: relative;
}

.JwiiiSiVOFHp > .small-grid-wrapper {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 15px;
flex: 1 1 50%;
min-width: 300px;
}

.ULXZDkrrWkNw h3 {
margin-top: 0;
}

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

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

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

.HMZvYwjRBGEB li::before {
content: '»';
font-size: 16px;
margin-right: 10px;
}

.ULXZDkrrWkNw .JwiiiSiVOFHp:first-child .SkQtBhfdJaGn {
color: green;
}

.ULXZDkrrWkNw .JwiiiSiVOFHp:last-child .SkQtBhfdJaGn {
color: red;
}

.ULXZDkrrWkNw .JwiiiSiVOFHp:first-child li::before {
color: green;
}

.ULXZDkrrWkNw .JwiiiSiVOFHp:last-child li::before {
color: red;
}

/*Table*/

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


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

table thead {
background-color: var(--DbJdZiGXXPsy);
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(--DbJdZiGXXPsy);
}

table thead th:first-child {
border-radius: 16px 0 0 0;
color: var(--XfCBVAoilQEK);
}

table thead th:last-child {
border-radius: 0 16px 0 0;
color: var(--XfCBVAoilQEK);
}

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

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

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

.EtSJgwGUeRMW, .EtSJgwGUeRMW table {

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

.EtSJgwGUeRMW table {
width: max-content;
min-width: 1170px;
}
/*FAQ*/
.bHgLIDgLKMwW-item {
background-color: var(--XfCBVAoilQEK);
padding: 20px;
border-radius: 16px;
margin-bottom: 24px;
border: 1px solid var(--vjiVXksApQkp);
color: var(--DbJdZiGXXPsy);
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.bHgLIDgLKMwW h3 {
font-size: 20px;

}
.VKHJoIfrvIdS {
text-align: left;
}

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

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

/*Footer*/
.BieqAzPErJfp {
color: var(--DbJdZiGXXPsy);
}

.inside-BieqAzPErJfp {
padding: 30px 0;
}

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

.OXDprcblSoSZ:hover {
opacity: 1;
}

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

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

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

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

.qVNgxjWIeccS_item a{
color: var(--MhOUkKZMpmAn);
}


/*New*/

.qniOXHjNkmIO {
margin-top: 40px;
}

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

.webmAfdoAtfG {
background: linear-gradient(180deg, #5E1B74 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;
font-weight: 700;
}
.webmAfdoAtfG:first-child {
background: linear-gradient(180deg, #506645 0%, #B11748 100%);
color: --DbJdZiGXXPsy;
}

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

.webmAfdoAtfG a {
color: --DbJdZiGXXPsy;
}


.cHTEDOlrbYEB {
margin-top: 30px;
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
width: auto;
flex-wrap: wrap;
}
.cHTEDOlrbYEB .lzYMKRnrnTmL:first-child:first-child {
width: 48px;
}
.PpCyHikpSQSQ {
display: flex;
flex-direction: column;
}
.PpCyHikpSQSQ nav {
display: flex;
align-items: center;
justify-content: space-evenly;
}

.PpCyHikpSQSQ nav ul {
display: flex;
list-style: none;
align-items: center;
justify-content: space-evenly;
gap: 40px;
width: 100%;
padding: 0;
}
.PpCyHikpSQSQ nav ul li a {
color: var(--DbJdZiGXXPsy);
}
.PpCyHikpSQSQ nav ul li a:hover {
text-decoration: underline;
}
.LMaOJjiFaUXX {
display: none;
background: none;
border: none;
font-size: 2rem;
cursor: pointer;
margin-left: auto;
z-index: 1001;
}

.AERVzUGcnFNM {
display: flex;
gap: 28px;
justify-content: center;
margin: 30px 0 20px 0;
flex-wrap: wrap;
}

.kBFsqvawpeHf {
display: flex;
align-items: center;
background: var(--DbJdZiGXXPsy);
border-radius: 12px;
padding: 7px 22px;
box-shadow: 0 2px 8px rgba(0,0,0,0.07);
font-family: Inter, sans-serif;
font-size: 18px;
color: var(--MhOUkKZMpmAn);
font-weight: 500;
text-decoration: none;
border: 2px solid transparent;
transition: border 0.18s, color 0.18s, background 0.18s;
}

.kBFsqvawpeHf:hover,
.kBFsqvawpeHf.is-active {
border: 2px solid var(--RfqmZYyWYFRX);
color: var(--RfqmZYyWYFRX);
background: var(--TixoUQAqIHJS);
}

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

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

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


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

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

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

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


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

.cYhAYfcYKDRz {
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;
color: var(--DbJdZiGXXPsy);
}

#main-nav + div a:nth-child(2) {
background-color: var(--xYNKyKEVVkrT);
color: var(--DbJdZiGXXPsy);
border-radius: 16px;
padding: 10px 20px;
font-weight: 700;
transition: all 0.7s;
animation: pulse 2s infinite;
}


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

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

.cYhAYfcYKDRz:hover > .yHvSSUAacgHe {
display: block;
}

.uKpYWTAPenhw {
margin: 0;
}

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

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




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

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

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

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

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

.CHmioDPPRajq:hover {
text-decoration: underline;
color: var(--TixoUQAqIHJS);
}

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

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




/*Media*/
@media(max-width: 1200px){
.inside-BieqAzPErJfp{
padding: 30px 15px;
text-align: center;
}
.LbpGgLFYXrem{
padding:0 15px;
}
.xOwTLcYLevoP{
padding:0 30px;
}
.iqzWuEavXUAQ {
flex-direction: column;
}
#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(--UYLcQDIaWaLX);
border-top: 1px solid var(--vjiVXksApQkp);
}
#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;
}
.BieqAzPErJfp{
padding-bottom:70px;
}
.OXDprcblSoSZ {
bottom: 75px;
}
}
@media(max-width: 992px){
.MquqcpoMhEKn:nth-child(1),
.MquqcpoMhEKn:nth-child(2),
.MquqcpoMhEKn:nth-child(3){
width: 33%;
}
.cYhAYfcYKDRz:last-child {
margin: 0 auto;
}
.fmBfRtBuLsta {
flex-direction: column;
gap: 5px;
}
.cYhAYfcYKDRz:nth-last-child(2) {
margin-left: 0;
}
.cYhAYfcYKDRz:last-child a {
width: 100%;
margin: 10px 0 0 0;
}
.BajqFgxWXeFG{
text-align: center;
padding: 0 10px;
}
.CDqorzvfalEO {
margin-left: 10px;
}

.LMaOJjiFaUXX {
display: block;
color: var(--DbJdZiGXXPsy);

}
#main-nav {
display: none;
}

#main-nav + div{
margin-right:0;
}

#main-nav.active {
display: block;
position: absolute;
z-index: 9999;
background-color: var( --UYLcQDIaWaLX);
top: 80px;
left: 0;
padding-bottom: 20px;
}

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


.xOwTLcYLevoP {
flex-direction: row;
gap: 10px;
align-items: center;
justify-content: space-between;
}
}
@media(max-width: 768px){
.gasHphcxHrXT {
grid-template-columns: repeat(3, 1fr);
}
.xyxApMfiQneB {
width: max-content;
margin: 20px auto;
gap: 20px;
}
.XbRpgCYLwicT {
font-size: 26px;
width: 70%;
left: 50%;
}
.PpCyHikpSQSQ nav ul {
flex-direction: column;
padding: 0;
}
.JwiiiSiVOFHp {
flex-wrap: wrap;
}

.PpCyHikpSQSQ nav {
flex-direction: column;
}

.PpCyHikpSQSQ nav ul {
gap: 10px;
}
.pEEBpHjsAcBH {
width: 100%;
}

.ZvmbAoGsyWXb {
height: unset;
}
.SckKfzjwKJIC{
flex-wrap: wrap;
}
.MquqcpoMhEKn:nth-child(1){
width: 100%;
justify-content: center;
}
.MquqcpoMhEKn:nth-child(2){
width: 50%;
border: none;
height: 70px;
}
.MquqcpoMhEKn:nth-child(3) {
width: 50%;
}
.ZvmbAoGsyWXb__box{
padding: 0;
}

.BxtkWsRpdOvm {
display: flex;
align-items: center;
max-width: 281px;
width: 100%;

}

}
@media(max-width: 700px){
.OIbLINjgwssb {
padding: 15px 20px;
min-width: 220px;
font-size: 24px;
}
.wKmIyLHlgYDh {
flex-direction: column;
}
.cHTEDOlrbYEB {
justify-content: center;
width: 100%;
}
.XbRpgCYLwicT {
font-size: 18px;
width: 100%;

}
}
@media(max-width: 576px){
.PrBmaPwCkWRj img {
margin-left: 5px;
}
.gasHphcxHrXT {
grid-template-columns: repeat(2, 1fr);
}

.HMZvYwjRBGEB {
flex-direction: column;
gap: 10px;
align-items: center;
}

.cHTEDOlrbYEB {
gap: 5px;
}

.QHoPYKjOaxZb a {
font-size: 24px;
}
.ULXZDkrrWkNw {
flex-wrap: wrap;
}
.ULXZDkrrWkNw .JwiiiSiVOFHp {
width: 100%;
}
.HMZvYwjRBGEB {
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;
}
.Ktvkxfofynwv {
width: 100%;
margin: 20px auto 15px auto;
max-width: 385px
}
.ZvmbAoGsyWXb__box {
flex-direction: column;
margin: 20px 0 20px 0;
}
.ZvmbAoGsyWXb__text{
margin-top: 15px;
}
.OIbLINjgwssb {
font-size: 14px;
}
.qVNgxjWIeccS{
margin-top: 20px;
}
.PrBmaPwCkWRj{
display: flex;
justify-content: center;
}
.PrBmaPwCkWRj img {
width: 50px;
}
}
@media(max-width: 480px){
.LbpGgLFYXrem{
padding:0;
}
.xOwTLcYLevoP{
padding:0 15px;
}
.MquqcpoMhEKn:nth-child(1) {
flex-direction: column;
}
.MquqcpoMhEKn:nth-child(2),
.MquqcpoMhEKn:nth-child(3) {
width: 100%;
}
.CDqorzvfalEO {
margin-left: 0px;
}
.xyxApMfiQneB {
flex-direction: column;
}
.OIbLINjgwssb{
padding: 15px;
font-size: 15px;
}
.yXWPUEgZSJuq{
padding: 10px 20px;
}
.QHoPYKjOaxZb{
max-width: 280px;
padding: 10px;
}
table thead th {
font-size: 14px;
}
table tbody td {
font-size: 14px;
}
.OXDprcblSoSZ {
position: fixed;
bottom: 30px;
right: 30px;
width: 30px;
height: 30px;
}
.OXDprcblSoSZ::after, .btn-up::before {
width: 14px;
}
.IhrthRcCEPEi {
width: 100px;
}
.PrBmaPwCkWRj img {
margin-left: 5px;
}
.BajqFgxWXeFG{
font-size: 14px;
}
}
@media (max-width: 360px) {
.nCkFEINLvOxm{
font-size: 18px;
}
}

/*popup*/
.AxbPXsctNPkZ {
background: var(--XZWiaQUfcQBK);
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;
}
.AxbPXsctNPkZ__info {
display: flex;
}
.AxbPXsctNPkZ__box {
margin-left: 15px;
}
.AxbPXsctNPkZ__img {
width: 130px;
height: 100%;
border-radius: 16px;
}
.AxbPXsctNPkZ__title {
font-size: 24px;
font-weight: 600;
}
.AxbPXsctNPkZ__sub-title {
margin-top: 10px;
color: var(--MhOUkKZMpmAn);
}
.AxbPXsctNPkZ__btn {
width: 240px;
height: 50px;
margin: 10px auto 0 auto;
background: var(--VAsZSHYopJAY);
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(--DbJdZiGXXPsy);
}
.AxbPXsctNPkZ__btn:hover{
background: var(--TixoUQAqIHJS);
transition: all 0.7s ease-in-out;
color: var(--DbJdZiGXXPsy);
}
.AxbPXsctNPkZ__close {
width: 30px;
height: 30px;
background-color: #eee;
position: absolute;
left: -15px;
top: -15px;
border-radius: 15px;
border: 1px solid #1e232f;
cursor: pointer;
}
.AxbPXsctNPkZ__close-wrap {
position: relative;
}
.AxbPXsctNPkZ__close-wrap::after {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(-45deg);
top: 12px;
left: 3px;
}
.AxbPXsctNPkZ__close-wrap::before {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(45deg);
top: 12px;
left: 3px;
}
.AxbPXsctNPkZ__show {
opacity: 1;
left: 40px;
transition: all 0.3s ease-in-out;
visibility: visible;
background-color: var(--PTMaclUVJNRG);
}
@media(max-width: 576px){
.AxbPXsctNPkZ{
max-width: 93%;
left: 20px;
padding-right: 15px;
}
.AxbPXsctNPkZ__img {
width: 70px;
}
.AxbPXsctNPkZ__sub-title {
margin-right: 15px;
}
.AxbPXsctNPkZ__btn{
width: 220px;
}
}
@media(max-width: 480px){

.AxbPXsctNPkZ__info {
display: flex;
flex-direction: column;
align-items: center;
}
.AxbPXsctNPkZ__btn {
width: 200px;
margin-top: 0;
height: 40px;
}
.AxbPXsctNPkZ__sub-title {
margin-right: 0;
text-align: center;
}
.AxbPXsctNPkZ__box {
margin-left: 0;
}
}
