:root {
        --XbOPcEmRLKes: #fffefa;
        --NdSfiLoPGNes: #FCFBFC;
        --GXJCNBYGWuew: #ffc107;
        --jpjXwKjVrbDe: #FCFBFC;
        --EpvwoffKxPDA: #eae8e8;
        --rHDMVApxPfFK: #000;
        --CUtLHELGxGuZ: #e94a71;
        --RhoQhPqLMYVn: #ab0000;
        --ZgaZBFfyhCeV: #fff;
        --nqaEsCCZQEBq: rgba(255, 230, 230, 0.5);
        --OFrDsePxXrjm: #FCFBFC;
        --ASwBDkNQZqHz: #f0eeee;
        --GrEgKDvKlKFm: #fff;
        --YrhuOLsNOgMv: #dad4d4;
        --DEfsTZBYCpMj: #000000;
        --fjSKvaHdMBjC: #4115f0;
        --VBwuHqZYtOKz: #290f9a;
        --eDbgUiXZXnPc: #ddd;
        --gRCOsNvbfZHc: left;
        --HtIspVbZdFrE: left;
        --RvhaYvXDWMBS: '➤';
        --pFGaSKrdZDVP: '»';
        --vnXmSoHhHtbV: '⇨';
        --plmaPYJCyZxV: '★';
        --deglHVIMjKQC: '→';
    }

* {
box-sizing: border-box;
}

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

a:hover {
color: var(--VBwuHqZYtOKz);
text-decoration: underline;
}

body {
font-family: 'Poppins', sans-serif;
font-size: 16px;
line-height: 1.5;
margin: 0;
padding: 0;
background-color: var(--XbOPcEmRLKes);
color: var(--rHDMVApxPfFK);
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;
background-color: var(--CUtLHELGxGuZ);
padding: 7px 12px;
cursor: pointer;
}

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

h2 {
font-size: 34px;
line-height: 1.2;
margin-top: 40px;
}

h3 {
font-size: 28px;
line-height: 1.2;
margin-top: 30px;
}

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

.essckoCxAsGz,
.zJYACxFPfBOX,
.XIILunrdeLna {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}
.iPnLupOGxmKL {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
}

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


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

.lrnAelyorUwn {
background-color: var(--ASwBDkNQZqHz);
padding: 10px 0;
display: flex;
}
.lrnAelyorUwn nav ul li a {
color: var(--DEfsTZBYCpMj);
}
.zJYACxFPfBOX {
background-color: var(--OFrDsePxXrjm);
padding: 0 15px;
}
.MnMEIDPxpglb {
display: none;
background: none;
border: none;
font-size: 2rem;
cursor: pointer;
margin-left: auto;

}

.NWJlywXxRcIg {
font-size: 32px;
font-weight: 600;
line-height: 30px;
padding-top: 15px;
}

.rMutaozSNezm {
margin-left: 5px;
font-weight: 800;
}

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


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

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

.eNtCzyOaEdtD a {
color: var(--ZgaZBFfyhCeV);
}

.eNtCzyOaEdtD.active a {
color: var(--DEfsTZBYCpMj);
font-weight: bold;
text-decoration: underline;

}

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

.UaMVzISYcsmG {
text-align: var(--gRCOsNvbfZHc);
}

.rzbgGreccjIq {
background-color: var(--CUtLHELGxGuZ);
color: var(--ZgaZBFfyhCeV);
padding: 15px;
border: none;
border-radius: 12px;
cursor: pointer;
text-decoration: none;
max-width: 300px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin: 30px auto 0 auto;
transition: background-color 0.7s ease;
}

.rzbgGreccjIq:hover {
background-color: var(--RhoQhPqLMYVn);
}

.rzbgGreccjIq a {
color: var(--ZgaZBFfyhCeV);
font-size: 28px;
font-weight: 500;
}

/*demo-placeholder*/
.tZHxYLQperzO {
box-shadow: 3px 3px 15px #000;
border-radius: 22px;
position: relative;
overflow: hidden;
display: inline-block;
width: 100%;
}
.KSmBMNuJTnYF {
position: absolute;
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
background-color: var(--nqaEsCCZQEBq);
color: #fff;
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;
}

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

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

.vyeKQCJWmJnM {
background-color: var(--CUtLHELGxGuZ);
color: #fff;
border: none;
cursor: pointer;
z-index: 2;
font-size: 32px;
border-radius: 15px;
padding: 20px 70px;
transition: background-color 0.7s ease;
}

.vyeKQCJWmJnM:hover {
background-color: var(--RhoQhPqLMYVn);
}

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

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

.vmeCKlccUqnd:hover {
background-color: var(--RhoQhPqLMYVn);
color: var(--ZgaZBFfyhCeV);
}

.KKpgLnOzkBDb {
font-weight: 400;
}

.KKpgLnOzkBDb a {
font-weight: 400;
}
#gueZufDxzMTp {
width: 100%;
jIqpMFaDJSFP
border: none;
overflow: hidden;
}

/*casinos-list*/
.cBusIUuTRSSF {
margin-top: 30px;
background-color: var(--jpjXwKjVrbDe);
width: 100%;
border: 1px solid var(--eDbgUiXZXnPc);
padding: 15px;
box-sizing: border-box;
border-radius: 15px;
}

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

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

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

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

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

.yXJWvSqNWekX {
width: 150px;
}

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

.PhGHAeECOhNB {
margin-left: 24px;
}

.NcgpflXydeOP {
font-size: 20px;
font-weight: bold;
white-space: nowrap;
}

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

.lVIJppnnHHBC {
color: var(--GXJCNBYGWuew);
font-size: 24px;
}

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

.kVzLItWXqFdQ:hover {
background-color: var(--RhoQhPqLMYVn);
color: var(--ZgaZBFfyhCeV);
}

/*IMG*/
.wrkiTpguYBzM {
width: 85%;
margin: 24px auto 15px auto;
}

.HDujsljyIDng {
width: 100%;
border-radius: 16px;
box-shadow: 3px 3px 15px #000;
}

/*pros-cons*/
.HRMrCNLVoAMW {
display: flex;
justify-content: space-between;
background-color: var(--NdSfiLoPGNes);
border-radius: 16px;
padding: 15px;
border: 1px solid var(--eDbgUiXZXnPc);
}

.HRMrCNLVoAMW .MMZZIosvnAWM {
width: 48%;
}

.HRMrCNLVoAMW h3 {
margin-top: 0;
}

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

.OEdfeJIGJmTx li {
margin-bottom: 10px;
list-style: none;
}

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

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

.HRMrCNLVoAMW .MMZZIosvnAWM:first-child .UaMVzISYcsmG {
color: green;
}

.HRMrCNLVoAMW .MMZZIosvnAWM:last-child .UaMVzISYcsmG {
color: red;
}

.HRMrCNLVoAMW .MMZZIosvnAWM:first-child li::before {
color: green;
}

.HRMrCNLVoAMW .MMZZIosvnAWM:last-child li::before {
color: red;
}

/*Table*/
.varzKTfNKUQj table {
width: 100%;
border: 1px solid var(--EpvwoffKxPDA);
border-radius: 16px;
}

.varzKTfNKUQj td {
width: 50%;
border: 1px solid var(--EpvwoffKxPDA);
border-radius: 6px;
}

.varzKTfNKUQj table thead {
background-color: var(--jpjXwKjVrbDe);
height: 50px;
border-radius: 16px 16px 0 0;
border: none;

}

.varzKTfNKUQj table thead th {
font-size: 18px;
font-weight: 600;
text-align: center;
padding: 10px;
}

.varzKTfNKUQj table thead th:first-child {
border-radius: 16px 0 0 0;
}

.varzKTfNKUQj table thead th:last-child {
border-radius: 0 16px 0 0;
}

.varzKTfNKUQj table tbody tr {
border-bottom: 1px solid var(--eDbgUiXZXnPc);
background-color: var(--NdSfiLoPGNes);
}

.varzKTfNKUQj table tbody tr:last-child td:first-child {
border-radius: 0 0 0 16px;
}

.varzKTfNKUQj table tbody tr:last-child td:last-child {
border-radius: 0 0 16px 0;
}

.varzKTfNKUQj table tbody td {
padding: 10px;
}

/*FAQ*/
.rQaQVrthKvMR {
background-color: var(--NdSfiLoPGNes);
padding: 20px;
border-radius: 16px;
margin-bottom: 24px;
border: 1px solid var(--eDbgUiXZXnPc);
}

.rQaQVrthKvMR:last-child {
margin-bottom: 0;
}

.rQaQVrthKvMR h3 {
margin: 10px 0;
}

/*Footer*/
.KmyjZXjTYNIf {
background-color: var(--YrhuOLsNOgMv);
color: var(--DEfsTZBYCpMj);
}

.XIILunrdeLna {
padding: 30px 0;
text-align: center;
}

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

.qxrdJjGdjkwf:hover {
opacity: 1;
}

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

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

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

/*lwptoc*/
.iIyKBfJrkZrP {
margin-top: 40px;
}
.qYPlUEfBvyyS {
margin-left: 10px;
cursor: pointer;
}
.qYPlUEfBvyyS:before {
content: '[ ';
}
.qYPlUEfBvyyS:after {
content: ' ]';
}
.swOToNKAAmNW {
margin-top: 15px;
max-height: 0px;
opacity: 0;
overflow: hidden;
transition: max-height 0.3s ease, opacity 0.3s ease;
}
.JDFsnyKVxdIS {
max-height: 500px;
opacity: 1;
}
.uVNOSNpJpgYK {
margin-left: 15px;
}

.TbRXXnIqUfNS a{
color: var(--rHDMVApxPfFK);
}
.MnMEIDPxpglb {
display: none;
background: none;
border: none;
font-size: 2rem;
cursor: pointer;
margin-left: auto;
z-index: 1001;
}
.QiqTZUaaPBxw {
display: block;
padding: 0.5em 1em;
cursor: pointer;
text-decoration: none;
color: inherit;
}
.WVEiGtNikxPt {
display: none;
position: absolute;
background: var(--OFrDsePxXrjm);
border: 1px solid var(--GrEgKDvKlKFm);
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;
}

.eNtCzyOaEdtD:hover > .WVEiGtNikxPt {
display: block;
}


.oBkfIqkPFUxM {
margin: 0;
}

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

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


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

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

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

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

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

.XdSXRqUnCRiS:hover {
text-decoration: underline;
color: var(--RhoQhPqLMYVn);
}

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

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

.sxIDPtEXLRAm {
        margin: 0 auto;
        max-width: 1200px;
        display: flex;
        justify-content: space-between;
        align-items: center;
}
.sxIDPtEXLRAm nav {
        width: 100%
}
.sxIDPtEXLRAm nav ul {
gap: 25px;
display: flex;
list-style: none;
align-items: center;
justify-content: flex-start;
flex-direction: row;
padding: 0;
text-transform: uppercase;
}
.sxIDPtEXLRAm nav ul li a {
color: var(--DEfsTZBYCpMj);
}
.sxIDPtEXLRAm nav ul li a:hover {
color: var(--VBwuHqZYtOKz);
}

.JOtbTBHtYBsr {
display: flex;
}

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

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


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

#IrMWDTGRuXaZ:checked + .yNDwntzJxCiQ .IzDwNDEQWyWl {
transform: rotate(180deg);
}

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

.uJGHxXOlrWdq .pFGaSKrdZDVP {
white-space: nowrap;
border-radius: 8px;
padding: 8px 22px;
margin: 0 8px;
font-size: 17px;
background: transparent;
color: var(--rHDMVApxPfFK);
border: none;
box-shadow: none;
font-weight: 500;
transition: background 0.18s, color 0.18s;
text-align: left;
display: block;
}
.uJGHxXOlrWdq .pFGaSKrdZDVP:hover {
background: var(--RhoQhPqLMYVn);
color: var(--GXJCNBYGWuew);
}
.uJGHxXOlrWdq .pFGaSKrdZDVP.is-active {
color: var(--GXJCNBYGWuew);
font-weight: 600;
background: var(--RhoQhPqLMYVn);
border-radius: 8px;
}
.ZDiljuopTLPn {
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;
}
.ZDiljuopTLPn span {
margin: 0;
font-size: 20px;
font-weight: bold;
}

.ZDiljuopTLPn p {
color: var(--ZgaZBFfyhCeV);
font-size: 34px;
text-align: start;
}
.tDBrQTritDfO {
display: flex;
gap: 12px;
}
.HPkHLyFuZRxK {
position: relative;
flex: 1;
overflow: hidden;
}
.HPkHLyFuZRxK figure {
margin: 0;
}
.NtmzoCKuxsIt {
width: 120px;
height: 30px;
opacity: 1;
top: 40%;
left: 15%;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
background: var(--RhoQhPqLMYVn);
color: var(--ZgaZBFfyhCeV);
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;
}
.HPkHLyFuZRxK:hover .NtmzoCKuxsIt {
opacity: 1;
color: var(--ZgaZBFfyhCeV);
}
.HPkHLyFuZRxK img {
display: block;
width: 100%;
height: auto;
border-radius: 6px;
}

.HPkHLyFuZRxK .wrkiTpguYBzM {
position: relative;
}

.tDBrQTritDfO {
display: grid;
grid-template-columns: repeat(5, 1fr); /* десктоп: 5 в ряд */
gap: 16px;
}


/*Media*/
@media(max-width: 1200px){
.XIILunrdeLna{
padding: 30px 15px;
text-align: center;
}
.tDBrQTritDfO {
grid-template-columns: repeat(2, 1fr);
}
}
@media(max-width: 992px){
.EFZJmptsohds:nth-child(1),
.EFZJmptsohds:nth-child(2),
.EFZJmptsohds:nth-child(3){
width: 33%;
}
.NtmzoCKuxsIt {
display: none !important;
}
.zzEZemLcZoxm{
text-align: center;
padding: 0 10px;
}
.PhGHAeECOhNB {
margin-left: 10px;
}
.yphwJoBbUPdy{
padding: 0 15px;
display: flex;
}
.MnMEIDPxpglb {
display: block;
color: var(--DEfsTZBYCpMj);

}
.sxIDPtEXLRAm nav ul {
flex-direction: column;
gap: 20px;

}
.ISGxCJAnrKRz {
flex-direction: column;
gap: 20px;
}
#SDQlMRHlGOOW {
display: none;

}
#SDQlMRHlGOOW.active {
display: flex;
}
.yphwJoBbUPdy {
justify-content: space-between;
flex-direction: row;
align-items: center;
flex-wrap: nowrap;
}
.MnMEIDPxpglb {
margin-left: auto;
}

.sxIDPtEXLRAm {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}

}
@media(max-width: 756px){
.KSmBMNuJTnYF {
font-size: 26px;
width: 70%;
}
.iPnLupOGxmKL img {
margin-left: 0;
}
.tDBrQTritDfO {
grid-template-columns: repeat(2, 1fr)
}
.tZHxYLQperzO {
    height: unset;
}
.qerwcaxIqRkA{
flex-wrap: wrap;
}
.EFZJmptsohds:nth-child(1){
width: 100%;
justify-content: center;
}
.EFZJmptsohds:nth-child(2){
width: 50%;
border: none;
height: 70px;
}
.EFZJmptsohds:nth-child(3) {
width: 50%;
}
.dCSAugStrQHn{
padding: 0;
}
.vyeKQCJWmJnM{
padding: 15px 50px;
}
.KSmBMNuJTnYF {
padding: 20px 30px;

}
}
@media(max-width: 700px){
.vyeKQCJWmJnM {
padding: 20px 30px;
font-size: 28px;
}
}
@media(max-width: 576px){
.KSmBMNuJTnYF {
font-size: 14px;
width: 70%;
}
.NcgpflXydeOP {
font-size: 16px;
}
.rzbgGreccjIq a {
font-size: 24px;
}
.HRMrCNLVoAMW {
flex-wrap: wrap;
}
.HRMrCNLVoAMW .MMZZIosvnAWM {
width: 100%;
}
.OEdfeJIGJmTx {
padding-left: 10px;
}
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;
}
.wrkiTpguYBzM {
width: 100%;
margin: 20px auto 15px auto;
}
.dCSAugStrQHn {
flex-direction: column;
margin: 20px 0 20px 0;
}
.KKpgLnOzkBDb{
margin-top: 15px;
}
.vyeKQCJWmJnM {
font-size: 24px;
}
.iIyKBfJrkZrP{
margin-top: 20px;
}
.iPnLupOGxmKL{
display: flex;
justify-content: center;
margin-left: auto;
}
.iPnLupOGxmKL img {
width: 50px;
}
}
@media(max-width: 480px){
.EFZJmptsohds:nth-child(1) {
flex-direction: column;
}
.EFZJmptsohds:nth-child(2),
.EFZJmptsohds:nth-child(3) {
width: 100%;
}
.PhGHAeECOhNB {
margin-left: 0px;
}
.vyeKQCJWmJnM{
padding: 20px 30px;
font-size: 20px;
font-weight: 600;
}
.kVzLItWXqFdQ{
padding: 10px 20px;
}
.rzbgGreccjIq{
max-width: 280px;
padding: 10px;
}
.qxrdJjGdjkwf {
position: fixed;
bottom: 30px;
right: 30px;
width: 30px;
height: 30px;
}
.qxrdJjGdjkwf::after, .btn-up::before {
width: 14px;
}

.yXJWvSqNWekX {
width: 100px;
}
.zzEZemLcZoxm{
font-size: 14px;
}
}

.VXeagvxMMQyh {
max-width: 1200px;
width: 100%;
margin: 40px auto;
padding: 0 15px;
}

.XXGoYPrLVInl {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 12px;
}

.pXKFjdJARmpN a {
color: var(--CUtLHELGxGuZ);
text-decoration: underline;
text-underline-offset: 3px;
text-decoration-color: var(--CUtLHELGxGuZ);
transition: color 0.2s ease;
}

.pXKFjdJARmpN a:hover {
color: var(--RhoQhPqLMYVn);
}


/*popup*/
.viKqmRNPnUpy {
background: var(--jpjXwKjVrbDe);
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;
}
.QkzwlLVcgXAd {
display: flex;
}
.XmTtOUippdqS {
margin-left: 15px;
}
.kPOUGGwJwxlh {
width: 130px;
height: 100%;
border-radius: 16px;
}
.TccWBLATDXZv {
font-size: 24px;
font-weight: 600;
}
.UKxEGfTMyCOZ {
margin-top: 10px;
color: var(--rHDMVApxPfFK);
}
.eMSvvmkNchqH {
width: 240px;
height: 50px;
margin: 10px auto 0 auto;
background: var(--CUtLHELGxGuZ);
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(--ZgaZBFfyhCeV);
}
.eMSvvmkNchqH:hover{
background: var(--RhoQhPqLMYVn);
transition: all 0.7s ease-in-out;
color: var(--ZgaZBFfyhCeV);
}
.EKlbfXRumkMK {
width: 30px;
height: 30px;
background-color: #eee;
position: absolute;
left: -15px;
top: -15px;
border-radius: 15px;
border: 1px solid #1e232f;
cursor: pointer;
}
.cPnZBtKEwFnw {
position: relative;
}
.cPnZBtKEwFnw::after {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(-45deg);
top: 12px;
left: 3px;
}
.cPnZBtKEwFnw::before {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(45deg);
top: 12px;
left: 3px;
}
.YKmClSCpFuue {
opacity: 1;
left: 40px;
transition: all 0.3s ease-in-out;
visibility: visible;
}
@media(max-width: 576px){
.viKqmRNPnUpy{
max-width: 93%;
left: 20px;
padding-right: 15px;
}
.kPOUGGwJwxlh {
width: 70px;
}
.UKxEGfTMyCOZ {
margin-right: 15px;
}
.eMSvvmkNchqH{
width: 220px;
}
}
@media(max-width: 480px){

.QkzwlLVcgXAd {
display: flex;
flex-direction: column;
align-items: center;
}
.eMSvvmkNchqH {
width: 200px;
margin-top: 0;
height: 40px;
}
.UKxEGfTMyCOZ {
margin-right: 0;
text-align: center;
}
.XmTtOUippdqS {
margin-left: 0;
}
}
