:root {
        --VbQjFYMymKMb: #3d3d3d;
        --QndAOHtVFKMF: #8164d8;
        --OOeOuqNBLdbS: #ffc107;
        --ERCpDbMqudqx: #271c44;
        --IMvINHlOTFHk: #ebe9e9;
        --IjlVVDubeGwQ: #fff;
        --FZZvorVXJFuJ: #b02f2f;
        --sNLRTCpnFACm: #b00000;
        --ndGARQbYsTZy: #fff;
        --OMiXCTWeqRkE: #37295f;
        --MhatFKsUsWZp: #2a2a2a;
        --CEpUwortTGtX: #fff;
        --gxStQYjJwdNj: #3a3737;
        --JuAytABUKzfP:#fff;
        --eNeVYesTUnhq: #fff;
        --XWVqoyQvMNPH: #7b69da;
        --ZyvQIydllpSM: #ddd;
        --fSBkQWKIFxRD: left;
        --JDbMAvXMgPvV: left;
        --dogZJlOzdMHV: '➤';
        --vwNGEORoibFQ: '⮞';
        --LmianYrWUnpw: '⇨';
        --MZdlUzLcHlyv: '★';
        --XMaxBHqnqpok: '→';
    }

* {
box-sizing: border-box;
}

a {
color: var(--eNeVYesTUnhq);
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(--VbQjFYMymKMb);
color: var(--IjlVVDubeGwQ);
scroll-behavior: smooth;
}

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

.ghAeTbzfzRmt {
        gap: 30px;
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
        display: flex;
        align-items: center;
}
.ghAeTbzfzRmt > .NqwcYSHbgRla {
  margin-left: auto;
  font-weight:600;
animation: pulse 2s infinite;
}
@keyframes pulse {
   0% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1);
     box-shadow: 0 0 20px var(--FZZvorVXJFuJ);
  }
  100% {
    transform: scale(0.95);
  }
}
.gxYiNxHuUeuq,
.sjTdQJhbZMxi,
.inside-dbzYkQLedVNj {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}
.ErVywCsitYik {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
}

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


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

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

.sjTdQJhbZMxi {
background-color: var(--OMiXCTWeqRkE);
padding: 0 15px;
}
.YALAUQhLCaQh {
display: none;
background: none;
border: none;
font-size: 2rem;
cursor: pointer;

}

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

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

.CsnRHOsbQquc {
display: flex;
align-items: center;
justify-content: center;
}


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

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


.sfitoZeroXAw.active a {
font-weight: bold;
text-decoration: underline;

}

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

.FxHaqsHyiYbl {
text-align: var(--fSBkQWKIFxRD);
}

.YtjVdAJOXHYL {
background-color: var(--FZZvorVXJFuJ);
color: var(--ndGARQbYsTZy);
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;
}

.YtjVdAJOXHYL:hover {
background-color: var(--sNLRTCpnFACm);
}

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

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

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

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

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

.uaiqdhawMNUL {
position: absolute;
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
background-color: var(--FZZvorVXJFuJ);
color: #fff;
border: none;
cursor: pointer;
z-index: 2;
font-size: 32px;
border-radius: 15px;
padding: 20px 70px;
transition: background-color 0.7s ease;
}

.uaiqdhawMNUL:hover {
background-color: var(--sNLRTCpnFACm);
}

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

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

.efqFyYxxisTB__btn:hover {
background-color: var(--sNLRTCpnFACm);
color: var(--ndGARQbYsTZy);
}

.efqFyYxxisTB__text {
font-weight: 400;
}

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

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

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

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

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

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

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

.DAJfmluruKXA {
width: 150px;
}

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

.yCeauqSRTsKt {
margin-left: 24px;
}

.LtuuIghjhpRE {
font-size: 20px;
font-weight: bold;
white-space: nowrap;
}
.yCeauqSRTsKt .LtuuIghjhpRE {
white-space: normal;
text-align:center;
}
.aUzPJpodFsOw {
display: flex;
align-items: center;
margin: 0 auto 10px auto;
justify-content: center;
border: 1px solid var(--ZyvQIydllpSM);
border-radius: 15px;
width: 130px;
}

.DlrHNoWcxgFt {
color: var(--OOeOuqNBLdbS);
font-size: 24px;
}

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

.NqwcYSHbgRla:hover {
background-color: var(--sNLRTCpnFACm);
color: var(--ndGARQbYsTZy);
}

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

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

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

.FWyNBeFowagJ .rWwBgybiwpDX {
width: 48%;
}

.FWyNBeFowagJ h3 {
margin-top: 0;
}

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

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

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

.eKfktxCjvVQi li::before {
content: var(--vwNGEORoibFQ);
font-size: 16px;
margin-right: 10px;
}

.FWyNBeFowagJ .rWwBgybiwpDX:first-child .FxHaqsHyiYbl {
color: green;
}

.FWyNBeFowagJ .rWwBgybiwpDX:last-child .FxHaqsHyiYbl {
color: red;
}

.FWyNBeFowagJ .rWwBgybiwpDX:first-child li::before {
color: green;
}

.FWyNBeFowagJ .rWwBgybiwpDX:last-child li::before {
color: red;
}

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

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

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

}

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

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

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

.AMGCUZfmdqau table tbody tr {
border-bottom: 1px solid var(--ZyvQIydllpSM);
background-color: var(--QndAOHtVFKMF);
}

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

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

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

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

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

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

/*Footer*/
.dbzYkQLedVNj {
background-color: var(--gxStQYjJwdNj);
color: var(--JuAytABUKzfP);
}

.inside-dbzYkQLedVNj {
padding: 30px 0;
display: flex;
gap: 5px;
justify-content: center;
}

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

.OSlPRunwQXtN:hover {
opacity: 1;
}

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

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

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

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

.YbEeKqYRFLSn_item a{
color: var(--IjlVVDubeGwQ);
}
.YALAUQhLCaQh {
display: none;
background: none;
border: none;
font-size: 2rem;
cursor: pointer;
z-index: 1001;
}
.kIIkGDEABaoS {
display: block;
padding: 0.5em 1em;
cursor: pointer;
text-decoration: none;
color: inherit;
}

.OlhAdPVJizVK {
display: none;
position: absolute;
background: var(--OMiXCTWeqRkE);
border: 1px solid var(--CEpUwortTGtX);
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;
}

.sfitoZeroXAw:hover > .OlhAdPVJizVK {
display: block;
}


.WiOgiFyYvGmA {
margin: 0;
}

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

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


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

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

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

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

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

.yNmIzJZwkSnO:hover {
text-decoration: underline;
color: var(--sNLRTCpnFACm);
}

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

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

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

.LGcUAQvWmQIV {
display: flex;
}

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

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


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

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

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

.kxuJtpOjYaaG .vwNGEORoibFQ {
border-radius: 8px;
padding: 8px 22px;
margin: 0 8px;
font-size: 17px;
background: transparent;
color: var(--IjlVVDubeGwQ);
border: none;
box-shadow: none;
font-weight: 500;
transition: background 0.18s, color 0.18s;
text-align: left;
display: block;
}
.kxuJtpOjYaaG .vwNGEORoibFQ:hover {
background: var(--sNLRTCpnFACm);
}
.kxuJtpOjYaaG .vwNGEORoibFQ.is-active {
color: var(--OOeOuqNBLdbS);
font-weight: 600;
background: var(--sNLRTCpnFACm);
border-radius: 8px;
}


/*Media*/
@media(max-width: 1200px){
.inside-dbzYkQLedVNj{
padding: 30px 15px;
text-align: center;
}
.vnLwHbDcdlVY:nth-child(1),
.vnLwHbDcdlVY:nth-child(2),
.vnLwHbDcdlVY:nth-child(3){
width: 33%;
}
}
@media(max-width: 1100px){

.ghAeTbzfzRmt > .NqwcYSHbgRla{
padding: 15px 15px;
 font-size: 18px;
padding: 15px 15px;
}
.ghAeTbzfzRmt{
gap:20px;
}
}
@media(max-width: 992px){

.ADlyarojqYJI{
text-align: center;
padding: 0 10px;
}
.yCeauqSRTsKt {
margin-left: 10px;
}
.ghAeTbzfzRmt{
padding: 0 15px;
display: flex;
}
.YALAUQhLCaQh {
display: block;
color: var(--JuAytABUKzfP);
order:1;
}

.mXTIMvNogoVq {
flex-direction: column;
gap: 20px;
}
.ghAeTbzfzRmt > .NqwcYSHbgRla {
  margin-right:0px;
}

#main-nav {
display: none;

}
#main-nav.active {
display: flex;
   width: 100%;
   order:3;
}
.ghAeTbzfzRmt {
justify-content: space-between;
flex-direction: row;
align-items: center;
flex-wrap: wrap;
}

.efqFyYxxisTB__box {
padding: 0 10px;
}
}

@media(max-width: 756px){
.efqFyYxxisTB {
    height: unset;
}
.rQrYAnPuoYPO{
flex-wrap: wrap;
}
.vnLwHbDcdlVY:nth-child(1){
width: 100%;
justify-content: center;
}
.vnLwHbDcdlVY:nth-child(2){
width: 50%;
border: none;
height: 70px;
}
.vnLwHbDcdlVY:nth-child(3) {
width: 50%;
}
.efqFyYxxisTB__box{
padding: 0;
}
.uaiqdhawMNUL{
padding: 15px 50px;
}

.efqFyYxxisTB__box {
flex-direction: column;
margin: 20px 0 20px 0;
}

.efqFyYxxisTB__text{
margin-top: 15px;
}
.uaiqdhawMNUL{
padding: 15px 50px;
}
.oOcSVGpdLQFr {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.oOcSVGpdLQFr nav ul {
flex-direction: column;
gap: 20px;
}
}
@media(max-width: 700px){
.uaiqdhawMNUL {
padding: 20px 30px;
font-size: 28px;
}
.ghAeTbzfzRmt > .NqwcYSHbgRla{
padding: 10px 15px;

}
}
@media(max-width: 576px){
    .ErVywCsitYik > .LtuuIghjhpRE{
    display: none;
}
.YtjVdAJOXHYL a {
font-size: 24px;
}
.FWyNBeFowagJ {
flex-wrap: wrap;
}
.FWyNBeFowagJ .rWwBgybiwpDX {
width: 100%;
}
.eKfktxCjvVQi {
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;
}
.OhiqjlRsKoCM {
width: 100%;
margin: 20px auto 15px auto;
}

.uaiqdhawMNUL {
font-size: 24px;
}
.YbEeKqYRFLSn{
margin-top: 20px;
}
.ErVywCsitYik{
display: flex;
justify-content: center;

}
.ErVywCsitYik img {
width: 50px;
}
.inside-dbzYkQLedVNj {
flex-direction: column;
}
}
@media(max-width: 480px){
.vnLwHbDcdlVY:nth-child(1) {
flex-direction: column;
}
.vnLwHbDcdlVY:nth-child(2),
.vnLwHbDcdlVY:nth-child(3) {
width: 100%;
}
.yCeauqSRTsKt {
margin-left: 0px;
}
.uaiqdhawMNUL{
padding: 15px;
}
.NqwcYSHbgRla{
padding: 10px 20px;
}
.YtjVdAJOXHYL{
max-width: 280px;
padding: 10px;
}
.OSlPRunwQXtN {
position: fixed;
bottom: 30px;
right: 30px;
width: 30px;
height: 30px;
}
.OSlPRunwQXtN::after, .btn-up::before {
width: 14px;
}
.uaiqdhawMNUL {
font-size: 19px;
}
.DAJfmluruKXA {
width: 100px;
}
.ADlyarojqYJI{
font-size: 14px;
}
.ghAeTbzfzRmt {
gap:20px;
}
}

@media(max-width: 375px){
    .ghAeTbzfzRmt > .NqwcYSHbgRla{
padding: 10px 10px;
 font-size: 16px;
}
}

/*popup*/
.fHInQrSjrKZj {
background: var(--ERCpDbMqudqx);
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;
}
.fHInQrSjrKZj__info {
display: flex;
}
.fHInQrSjrKZj__box {
margin-left: 15px;
}
.fHInQrSjrKZj__img {
width: 130px;
height: 100%;
border-radius: 16px;
}
.fHInQrSjrKZj__title {
font-size: 24px;
font-weight: 600;
}
.fHInQrSjrKZj__sub-title {
margin-top: 10px;
color: var(--IjlVVDubeGwQ);
}
.fHInQrSjrKZj__btn {
width: 240px;
height: 50px;
margin: 10px auto 0 auto;
background: var(--FZZvorVXJFuJ);
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(--ndGARQbYsTZy);
}
.fHInQrSjrKZj__btn:hover{
background: var(--sNLRTCpnFACm);
transition: all 0.7s ease-in-out;
color: var(--ndGARQbYsTZy);
}
.fHInQrSjrKZj__close {
width: 30px;
height: 30px;
background-color: #eee;
position: absolute;
left: -15px;
top: -15px;
border-radius: 15px;
border: 1px solid #1e232f;
cursor: pointer;
}
.fHInQrSjrKZj__close-wrap {
position: relative;
}
.fHInQrSjrKZj__close-wrap::after {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(-45deg);
top: 12px;
left: 3px;
}
.fHInQrSjrKZj__close-wrap::before {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(45deg);
top: 12px;
left: 3px;
}
.fHInQrSjrKZj__show {
opacity: 1;
left: 40px;
transition: all 0.3s ease-in-out;
visibility: visible;
}
@media(max-width: 576px){
.fHInQrSjrKZj{
max-width: 93%;
left: 20px;
padding-right: 15px;
}
.fHInQrSjrKZj__img {
width: 70px;
}
.fHInQrSjrKZj__sub-title {
margin-right: 15px;
}
.fHInQrSjrKZj__btn{
width: 220px;
}
}
@media(max-width: 480px){

.fHInQrSjrKZj__info {
display: flex;
flex-direction: column;
align-items: center;
}
.fHInQrSjrKZj__btn {
width: 200px;
margin-top: 0;
height: 40px;
}
.fHInQrSjrKZj__sub-title {
margin-right: 0;
text-align: center;
}
.fHInQrSjrKZj__box {
margin-left: 0;
}
}
