:root {
        --kTmokubuYQPS: #F53636;
        --fCaDYWLfmBhL: #0C0202;
        --HiFHVQmcfQrb: #ffc107;
        --MJukZJjOOJpx: #0C0202;
        --rbYBvfUahNrd: #e8e9e9;
        --hIGqoVZQqFNA: #000;
        --neQNPYtNxiVX: #ec4b78;
        --JwFUgxDCjxmZ: #b40000;
        --NojnHQdOKqfW: #fff;
        --SMLUaCnwkoZe: rgba(255, 255, 255, 0.6);
        --cMOHyiDQPVGf: #0C0202;
        --bnVGvOWkshqw: #f0eeee;
        --AytsBStTSSfR: #fff;
        --yQKaKFtfADYd: #d9d1d1;
        --IRCuwbMhrFxV: #000000;
        --ZWDhIXoNNUrN: #4014f7;
        --cetZUCMrGrIZ: #240b8b;
        --iYLNCQwwpqZI: #ddd;
        --dSeGLXTVaxZN: left;
        --toTuxMkqMCfn: left;
        --NOXMpGjVrfjj: '➤';
        --gxGamuONhsNF: '»';
        --loESkSsYefho: '⇨';
        --iyTNLWLmybcS: '★';
        --hGxPjaJRdqLE: '→';
    }

* {
box-sizing: border-box;
}

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

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

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

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

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

.eqlsLjheBLmY,
.uHxKjGYcnDYw,
.inside-yoCupPMhSboe {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}
.cBnGbVtpXBrL {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
}

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


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

.vUqGjuIUDxGv {
background-color: var(--bnVGvOWkshqw);
padding: 10px 0;
display: flex;
}
.vUqGjuIUDxGv nav ul li a {
color: var(--IRCuwbMhrFxV);
}
.uHxKjGYcnDYw {
background-color: var(--cMOHyiDQPVGf);
padding: 0 15px;
}
.BIOKonNRvrVJ {
display: none;
background: none;
border: none;
font-size: 2rem;
cursor: pointer;
margin-left: auto;

}

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

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

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


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

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

.EUxyioLwYmhT a {
color: var(--NojnHQdOKqfW);
}

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

}

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

.HmZRgpQfLUWc {
text-align: var(--dSeGLXTVaxZN);
}

.UFvQrqvHZhns {
background-color: var(--neQNPYtNxiVX);
color: var(--NojnHQdOKqfW);
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;
}

.UFvQrqvHZhns:hover {
background-color: var(--JwFUgxDCjxmZ);
}

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

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

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

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

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

.hjkzoHxzrbbH:hover {
background-color: var(--JwFUgxDCjxmZ);
}

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

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

.UkYnGhKtigAM__btn:hover {
background-color: var(--JwFUgxDCjxmZ);
color: var(--NojnHQdOKqfW);
}

.UkYnGhKtigAM__text {
font-weight: 400;
}

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

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

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

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

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

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

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

.EErtiZPmHdvo {
width: 150px;
}

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

.UmkKoWBTxbog {
margin-left: 24px;
}

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

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

.hqERqdHckZzP {
color: var(--HiFHVQmcfQrb);
font-size: 24px;
}

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

.jTQOkexvJXPe:hover {
background-color: var(--JwFUgxDCjxmZ);
color: var(--NojnHQdOKqfW);
}

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

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

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

.MAKMzMzfgJAi .crhRYEbTGaif {
width: 48%;
}

.MAKMzMzfgJAi h3 {
margin-top: 0;
}

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

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

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

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

.MAKMzMzfgJAi .crhRYEbTGaif:first-child .HmZRgpQfLUWc {
color: green;
}

.MAKMzMzfgJAi .crhRYEbTGaif:last-child .HmZRgpQfLUWc {
color: red;
}

.MAKMzMzfgJAi .crhRYEbTGaif:first-child li::before {
color: green;
}

.MAKMzMzfgJAi .crhRYEbTGaif:last-child li::before {
color: red;
}

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

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

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

}

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

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

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

.ZLbMtcGcRJmY table tbody tr {
border-bottom: 1px solid var(--iYLNCQwwpqZI);
background-color: var(--fCaDYWLfmBhL);
}

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

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

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

/*FAQ*/
.uXIkyilfUvAW-item {
background-color: var(--fCaDYWLfmBhL);
padding: 20px;
border-radius: 16px;
margin-bottom: 24px;
border: 1px solid var(--iYLNCQwwpqZI);
}

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

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

/*Footer*/
.yoCupPMhSboe {
background-color: var(--yQKaKFtfADYd);
color: var(--IRCuwbMhrFxV);
}

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

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

.uVlvmRcbJfbf:hover {
opacity: 1;
}

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

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

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

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

.PPvERxyDJrub_item a{
color: var(--hIGqoVZQqFNA);
}
.BIOKonNRvrVJ {
display: none;
background: none;
border: none;
font-size: 2rem;
cursor: pointer;
margin-left: auto;
z-index: 1001;
}
.DTeqaJRKIthu {
display: block;
padding: 0.5em 1em;
cursor: pointer;
text-decoration: none;
color: inherit;
}
.tJglUrWWlfDQ {
display: none;
position: absolute;
background: var(--cMOHyiDQPVGf);
border: 1px solid var(--AytsBStTSSfR);
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;
}

.EUxyioLwYmhT:hover > .tJglUrWWlfDQ {
display: block;
}


.zrcDLtRDRJEN {
margin: 0;
}

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

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


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

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

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

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

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

.AuWYsNSnFNqs:hover {
text-decoration: underline;
color: var(--JwFUgxDCjxmZ);
}

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

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

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

.CyzkoRTqCbQw {
display: flex;
}

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

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


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

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

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

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

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

.LTiboHPsmLxe .WkVsReXHoGPz {
position: relative;
}

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


/*Media*/
@media(max-width: 1200px){
.inside-yoCupPMhSboe{
padding: 30px 15px;
text-align: center;
}
.pIvTQnmUfuYH {
grid-template-columns: repeat(2, 1fr);
}
}
@media(max-width: 992px){
.YwrwPFEeqCxo:nth-child(1),
.YwrwPFEeqCxo:nth-child(2),
.YwrwPFEeqCxo:nth-child(3){
width: 33%;
}
.qzsiXotNAjqm {
display: none !important;
}
.tuAUZrwwXJeP{
text-align: center;
padding: 0 10px;
}
.UmkKoWBTxbog {
margin-left: 10px;
}
.YnTUlySaLeGM{
padding: 0 15px;
display: flex;
}
.BIOKonNRvrVJ {
display: block;
color: var(--IRCuwbMhrFxV);

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

}
.uBcXOhtbmnKR {
flex-direction: column;
gap: 20px;
}
#main-nav {
display: none;

}
#main-nav.active {
display: flex;
}
.YnTUlySaLeGM {
justify-content: space-between;
flex-direction: row;
align-items: center;
flex-wrap: nowrap;
}
.BIOKonNRvrVJ {
margin-left: auto;
}

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

}
@media(max-width: 756px){
.QGXJwQDEVbNA {
font-size: 26px;
width: 70%;
}
.cBnGbVtpXBrL img {
margin-left: 0;
}
.pIvTQnmUfuYH {
grid-template-columns: repeat(2, 1fr)
}
.UkYnGhKtigAM {
    height: unset;
}
.hnTvDdMBLMEB{
flex-wrap: wrap;
}
.YwrwPFEeqCxo:nth-child(1){
width: 100%;
justify-content: center;
}
.YwrwPFEeqCxo:nth-child(2){
width: 50%;
border: none;
height: 70px;
}
.YwrwPFEeqCxo:nth-child(3) {
width: 50%;
}
.UkYnGhKtigAM__box{
padding: 0;
}
.hjkzoHxzrbbH{
padding: 15px 50px;
}
.QGXJwQDEVbNA {
padding: 20px 30px;

}
}
@media(max-width: 700px){
.hjkzoHxzrbbH {
padding: 20px 30px;
font-size: 28px;
}
}
@media(max-width: 576px){
.QGXJwQDEVbNA {
font-size: 14px;
width: 70%;
}
.bfcAgWaiSRyQ {
font-size: 16px;
}
.UFvQrqvHZhns a {
font-size: 24px;
}
.MAKMzMzfgJAi {
flex-wrap: wrap;
}
.MAKMzMzfgJAi .crhRYEbTGaif {
width: 100%;
}
.ptUowGvvibme {
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;
}
.WkVsReXHoGPz {
width: 100%;
margin: 20px auto 15px auto;
}
.UkYnGhKtigAM__box {
flex-direction: column;
margin: 20px 0 20px 0;
}
.UkYnGhKtigAM__text{
margin-top: 15px;
}
.hjkzoHxzrbbH {
font-size: 24px;
}
.PPvERxyDJrub{
margin-top: 20px;
}
.cBnGbVtpXBrL{
display: flex;
justify-content: center;
margin-left: auto;
}
.cBnGbVtpXBrL img {
width: 50px;
}
}
@media(max-width: 480px){
.YwrwPFEeqCxo:nth-child(1) {
flex-direction: column;
}
.YwrwPFEeqCxo:nth-child(2),
.YwrwPFEeqCxo:nth-child(3) {
width: 100%;
}
.UmkKoWBTxbog {
margin-left: 0px;
}
.hjkzoHxzrbbH{
padding: 20px 30px;
font-size: 20px;
font-weight: 600;
}
.jTQOkexvJXPe{
padding: 10px 20px;
}
.UFvQrqvHZhns{
max-width: 280px;
padding: 10px;
}
.uVlvmRcbJfbf {
position: fixed;
bottom: 30px;
right: 30px;
width: 30px;
height: 30px;
}
.uVlvmRcbJfbf::after, .btn-up::before {
width: 14px;
}

.EErtiZPmHdvo {
width: 100px;
}
.tuAUZrwwXJeP{
font-size: 14px;
}
}

/*popup*/
.kwWtQPXOrgKw {
background: var(--MJukZJjOOJpx);
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;
}
.kwWtQPXOrgKw__info {
display: flex;
}
.kwWtQPXOrgKw__box {
margin-left: 15px;
}
.kwWtQPXOrgKw__img {
width: 130px;
height: 100%;
border-radius: 16px;
}
.kwWtQPXOrgKw__title {
font-size: 24px;
font-weight: 600;
}
.kwWtQPXOrgKw__sub-title {
margin-top: 10px;
color: var(--hIGqoVZQqFNA);
}
.kwWtQPXOrgKw__btn {
width: 240px;
height: 50px;
margin: 10px auto 0 auto;
background: var(--neQNPYtNxiVX);
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(--NojnHQdOKqfW);
}
.kwWtQPXOrgKw__btn:hover{
background: var(--JwFUgxDCjxmZ);
transition: all 0.7s ease-in-out;
color: var(--NojnHQdOKqfW);
}
.kwWtQPXOrgKw__close {
width: 30px;
height: 30px;
background-color: #eee;
position: absolute;
left: -15px;
top: -15px;
border-radius: 15px;
border: 1px solid #1e232f;
cursor: pointer;
}
.kwWtQPXOrgKw__close-wrap {
position: relative;
}
.kwWtQPXOrgKw__close-wrap::after {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(-45deg);
top: 12px;
left: 3px;
}
.kwWtQPXOrgKw__close-wrap::before {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(45deg);
top: 12px;
left: 3px;
}
.kwWtQPXOrgKw__show {
opacity: 1;
left: 40px;
transition: all 0.3s ease-in-out;
visibility: visible;
}
@media(max-width: 576px){
.kwWtQPXOrgKw{
max-width: 93%;
left: 20px;
padding-right: 15px;
}
.kwWtQPXOrgKw__img {
width: 70px;
}
.kwWtQPXOrgKw__sub-title {
margin-right: 15px;
}
.kwWtQPXOrgKw__btn{
width: 220px;
}
}
@media(max-width: 480px){

.kwWtQPXOrgKw__info {
display: flex;
flex-direction: column;
align-items: center;
}
.kwWtQPXOrgKw__btn {
width: 200px;
margin-top: 0;
height: 40px;
}
.kwWtQPXOrgKw__sub-title {
margin-right: 0;
text-align: center;
}
.kwWtQPXOrgKw__box {
margin-left: 0;
}
}
