:root {
        --olBggwxlcrmv: #fffcfe;
        --pIeOBwRGVZnu: #FBF8FB;
        --HXwoDguMQTng: #ffc107;
        --sxCEbXwcLEZd: #FBF8FB;
        --pqimdOlaEdwp: #e9eaea;
        --DPzEqZreIYBa: #000;
        --cpNQJLWiWAHm: #ea4c73;
        --KzxtBZDcnLeZ: #b30000;
        --VDwAraqDWYcS: #fff;
        --BfXTcuizkfmC: rgba(250, 220, 220, 0.5);
        --NnxvElTDShdp: #FBF8FB;
        --IwKygpoVTGLQ: #ebe8e8;
        --dQaIRkpUIhZu: #fff;
        --zWJINbfZVgzf: #d9d2d2;
        --wSwKdPXKUDHl: #000000;
        --mOocdhMrivBc: #4014f7;
        --BVdrNdGvLahS: #240b8b;
        --ogEsQlGomtbJ: #ddd;
        --kWcQUwTaBOzc: left;
        --KPOurMUFVWoV: left;
        --GEpNvqMABuXS: '➤';
        --SBHRDSGzZkcG: '»';
        --kCdcQcwItKyL: '⇨';
        --nvPRJWASInWl: '★';
        --cenQWqxjgHFf: '→';
    }

* {
box-sizing: border-box;
}

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

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

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

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

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

.qlXiXiksVrFG,
.rbqozMRqmpKl,
.yeBDbIQFkSCx {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}
.lmbtQWxLDCnG {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
}

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


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

.YKgObiAYnXDY {
background-color: var(--IwKygpoVTGLQ);
padding: 10px 0;
display: flex;
}
.YKgObiAYnXDY nav ul li a {
color: var(--wSwKdPXKUDHl);
}
.rbqozMRqmpKl {
background-color: var(--NnxvElTDShdp);
padding: 0 15px;
}
.ItKqVidyILgo {
display: none;
background: none;
border: none;
font-size: 2rem;
cursor: pointer;
margin-left: auto;

}

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

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

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


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

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

.dEUuDZKovvjV a {
color: var(--VDwAraqDWYcS);
}

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

}

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

.nuRPCtCBwOhK {
text-align: var(--kWcQUwTaBOzc);
}

.AZrqrCuPIESL {
background-color: var(--cpNQJLWiWAHm);
color: var(--VDwAraqDWYcS);
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;
}

.AZrqrCuPIESL:hover {
background-color: var(--KzxtBZDcnLeZ);
}

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

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

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

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

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

.lDjdrCPgfVDo:hover {
background-color: var(--KzxtBZDcnLeZ);
}

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

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

.bTeHlmxbYyTX:hover {
background-color: var(--KzxtBZDcnLeZ);
color: var(--VDwAraqDWYcS);
}

.mryZmlvkHYYH {
font-weight: 400;
}

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

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

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

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

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

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

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

.cqnTbRDvdpGW {
width: 150px;
}

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

.aUDpLmSLcwDg {
margin-left: 24px;
}

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

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

.znOMEfpxuaOm {
color: var(--HXwoDguMQTng);
font-size: 24px;
}

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

.GNwBclHezHkX:hover {
background-color: var(--KzxtBZDcnLeZ);
color: var(--VDwAraqDWYcS);
}

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

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

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

.QOdihjFrqHWo .MUfDBelomvcN {
width: 48%;
}

.QOdihjFrqHWo h3 {
margin-top: 0;
}

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

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

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

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

.QOdihjFrqHWo .MUfDBelomvcN:first-child .nuRPCtCBwOhK {
color: green;
}

.QOdihjFrqHWo .MUfDBelomvcN:last-child .nuRPCtCBwOhK {
color: red;
}

.QOdihjFrqHWo .MUfDBelomvcN:first-child li::before {
color: green;
}

.QOdihjFrqHWo .MUfDBelomvcN:last-child li::before {
color: red;
}

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

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

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

}

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

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

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

.vbomlNSUVncm table tbody tr {
border-bottom: 1px solid var(--ogEsQlGomtbJ);
background-color: var(--pIeOBwRGVZnu);
}

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

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

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

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

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

.ebyGlGwXftHB h3 {
margin: 10px 0;
}

/*Footer*/
.KAmwbEZvEoPp {
background-color: var(--zWJINbfZVgzf);
color: var(--wSwKdPXKUDHl);
}

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

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

.EXGEoTqQoQfv:hover {
opacity: 1;
}

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

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

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

/*lwptoc*/
.ZknybXBKbJMS {
margin-top: 40px;
}
.cQTiYntsrsDG {
margin-left: 10px;
cursor: pointer;
}
.cQTiYntsrsDG:before {
content: '[ ';
}
.cQTiYntsrsDG:after {
content: ' ]';
}
.LgFBzSXkrXTt {
margin-top: 15px;
max-height: 0px;
opacity: 0;
overflow: hidden;
transition: max-height 0.3s ease, opacity 0.3s ease;
}
.XPXHYmAjUigj {
max-height: 500px;
opacity: 1;
}
.YDCDDqUITKdd {
margin-left: 15px;
}

.tEPXSPTWlwNV a{
color: var(--DPzEqZreIYBa);
}
.ItKqVidyILgo {
display: none;
background: none;
border: none;
font-size: 2rem;
cursor: pointer;
margin-left: auto;
z-index: 1001;
}
.CVrPQhgAiNNb {
display: block;
padding: 0.5em 1em;
cursor: pointer;
text-decoration: none;
color: inherit;
}
.RMESkxIinEKn {
display: none;
position: absolute;
background: var(--NnxvElTDShdp);
border: 1px solid var(--dQaIRkpUIhZu);
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;
}

.dEUuDZKovvjV:hover > .RMESkxIinEKn {
display: block;
}


.PQxadujPCJNp {
margin: 0;
}

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

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


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

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

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

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

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

.lNtXqPpvrXjT:hover {
text-decoration: underline;
color: var(--KzxtBZDcnLeZ);
}

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

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

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

.aEWUKRueYdGU {
display: flex;
}

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

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


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

#UOaMpUwUyOzr:checked + .OnJlrTheqvGQ .nuvLiJUyZKas {
transform: rotate(180deg);
}

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

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

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

.xyIktecWubTT .XLnivVNjhomG {
position: relative;
}

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


/*Media*/
@media(max-width: 1200px){
.yeBDbIQFkSCx{
padding: 30px 15px;
text-align: center;
}
.EGrmBygsaqlN {
grid-template-columns: repeat(2, 1fr);
}
}
@media(max-width: 992px){
.gSJgMtWORcio:nth-child(1),
.gSJgMtWORcio:nth-child(2),
.gSJgMtWORcio:nth-child(3){
width: 33%;
}
.kJRorNWlgUbO {
display: none !important;
}
.LUnpXbIlDlcm{
text-align: center;
padding: 0 10px;
}
.aUDpLmSLcwDg {
margin-left: 10px;
}
.iaGzWsknyivy{
padding: 0 15px;
display: flex;
}
.ItKqVidyILgo {
display: block;
color: var(--wSwKdPXKUDHl);

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

}
.pGeqLPVNssuL {
flex-direction: column;
gap: 20px;
}
#wvrNfQcZPdLO {
display: none;

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

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

}
@media(max-width: 756px){
.HhFQywXUIIuw {
font-size: 26px;
width: 70%;
}
.lmbtQWxLDCnG img {
margin-left: 0;
}
.EGrmBygsaqlN {
grid-template-columns: repeat(2, 1fr)
}
.eDNvAkvgKAKp {
    height: unset;
}
.APxotjlhiMhC{
flex-wrap: wrap;
}
.gSJgMtWORcio:nth-child(1){
width: 100%;
justify-content: center;
}
.gSJgMtWORcio:nth-child(2){
width: 50%;
border: none;
height: 70px;
}
.gSJgMtWORcio:nth-child(3) {
width: 50%;
}
.ftdVEhppOTBH{
padding: 0;
}
.lDjdrCPgfVDo{
padding: 15px 50px;
}
.HhFQywXUIIuw {
padding: 20px 30px;

}
}
@media(max-width: 700px){
.lDjdrCPgfVDo {
padding: 20px 30px;
font-size: 28px;
}
}
@media(max-width: 576px){
.HhFQywXUIIuw {
font-size: 14px;
width: 70%;
}
.csUKwTYVwDqP {
font-size: 16px;
}
.AZrqrCuPIESL a {
font-size: 24px;
}
.QOdihjFrqHWo {
flex-wrap: wrap;
}
.QOdihjFrqHWo .MUfDBelomvcN {
width: 100%;
}
.DxefkucKVbpE {
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;
}
.XLnivVNjhomG {
width: 100%;
margin: 20px auto 15px auto;
}
.ftdVEhppOTBH {
flex-direction: column;
margin: 20px 0 20px 0;
}
.mryZmlvkHYYH{
margin-top: 15px;
}
.lDjdrCPgfVDo {
font-size: 24px;
}
.ZknybXBKbJMS{
margin-top: 20px;
}
.lmbtQWxLDCnG{
display: flex;
justify-content: center;
margin-left: auto;
}
.lmbtQWxLDCnG img {
width: 50px;
}
}
@media(max-width: 480px){
.gSJgMtWORcio:nth-child(1) {
flex-direction: column;
}
.gSJgMtWORcio:nth-child(2),
.gSJgMtWORcio:nth-child(3) {
width: 100%;
}
.aUDpLmSLcwDg {
margin-left: 0px;
}
.lDjdrCPgfVDo{
padding: 20px 30px;
font-size: 20px;
font-weight: 600;
}
.GNwBclHezHkX{
padding: 10px 20px;
}
.AZrqrCuPIESL{
max-width: 280px;
padding: 10px;
}
.EXGEoTqQoQfv {
position: fixed;
bottom: 30px;
right: 30px;
width: 30px;
height: 30px;
}
.EXGEoTqQoQfv::after, .btn-up::before {
width: 14px;
}

.cqnTbRDvdpGW {
width: 100px;
}
.LUnpXbIlDlcm{
font-size: 14px;
}
}

/*popup*/
.HeSSGFcywlbP {
background: var(--sxCEbXwcLEZd);
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;
}
.HulkcpMAKkkl {
display: flex;
}
.cIyMYCCsBBgi {
margin-left: 15px;
}
.PBXucOnNYvZb {
width: 130px;
height: 100%;
border-radius: 16px;
}
.jgPwTcVfQmWP {
font-size: 24px;
font-weight: 600;
}
.RVgqKBmZaLZb {
margin-top: 10px;
color: var(--DPzEqZreIYBa);
}
.dkLmxKcdZFby {
width: 240px;
height: 50px;
margin: 10px auto 0 auto;
background: var(--cpNQJLWiWAHm);
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(--VDwAraqDWYcS);
}
.dkLmxKcdZFby:hover{
background: var(--KzxtBZDcnLeZ);
transition: all 0.7s ease-in-out;
color: var(--VDwAraqDWYcS);
}
.RkLIWbzNlfVJ {
width: 30px;
height: 30px;
background-color: #eee;
position: absolute;
left: -15px;
top: -15px;
border-radius: 15px;
border: 1px solid #1e232f;
cursor: pointer;
}
.KKbPawBuFkLY {
position: relative;
}
.KKbPawBuFkLY::after {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(-45deg);
top: 12px;
left: 3px;
}
.KKbPawBuFkLY::before {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(45deg);
top: 12px;
left: 3px;
}
.rroIgOaxdwkA {
opacity: 1;
left: 40px;
transition: all 0.3s ease-in-out;
visibility: visible;
}
@media(max-width: 576px){
.HeSSGFcywlbP{
max-width: 93%;
left: 20px;
padding-right: 15px;
}
.PBXucOnNYvZb {
width: 70px;
}
.RVgqKBmZaLZb {
margin-right: 15px;
}
.dkLmxKcdZFby{
width: 220px;
}
}
@media(max-width: 480px){

.HulkcpMAKkkl {
display: flex;
flex-direction: column;
align-items: center;
}
.dkLmxKcdZFby {
width: 200px;
margin-top: 0;
height: 40px;
}
.RVgqKBmZaLZb {
margin-right: 0;
text-align: center;
}
.cIyMYCCsBBgi {
margin-left: 0;
}
}
