:root {
        --lxNfDbxANboL: #bfb940;
        --azZGGYkbUssW: #2d4289;
        --jZqFuSqADGBC: #3b5591;
        --gLXHaKnYUxcg: #90a4bf;
        --VFTuRIrSGuRj: #e7e7e7;
        --aeqTDMKKMmQY: #000;
        --gZcOMnRClqCZ: #698fcd;
        --WBiOZfFDyZFv: #2c3683;
        --xzQWodMOUuNU: #fff;
        --cecVqSmnTOvK: #3c5093;
        --ULaGPiorqeSG: #364a99;
        --HhsjdRjihyZA: #fff;
        --DCSjtJbUPQsh: #cfd0d5;
        --UZrDtVCkKhbb: #000000;
        --zpHFRtLxevJf: #42c04c;
        --NAMcRPNlEYMp: #27752b;
        --YRpjyAyeDnwa: #ddd;
        --XfvMaULYGpvE: left;
        --UPJzqNbRZfdZ: left;
        --slaSmjIfPTrO: '➤';
        --TREgiUlILano: '⮞';
        --qFoRFkAFOpZe: '⇨';
        --HcgadQcyYeuZ: '★';
        --lpJnaRSbihuj: '→';
    }

* {
box-sizing: border-box;
}

a {
color: var(--UZrDtVCkKhbb);
text-decoration: none;
}

a:hover {
color: var(--NAMcRPNlEYMp);
text-decoration: underline;
}

body {
font-family: 'Poppins', sans-serif;
font-size: 16px;
line-height: 1.5;
margin: 0;
padding: 0;
background-color: var(--HhsjdRjihyZA);
color: var(--aeqTDMKKMmQY);
scroll-behavior: smooth;
}

img {
width: 100%;
}

figure {
margin: 0;
}

h1 {
font-size: 44px;
font-weight: 600;
line-height: 1.2;
margin-top: 48px;
}

h2 {
font-size: 36px;
line-height: 1.2;
margin-top: 43px;
}

h3 {
font-size: 26px;
line-height: 1.2;
margin-top: 28px;
}

.qocCZXxvLbVq {
        gap: 19px;
        max-width: 1202px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;

}

.yeRAGgacPAVe,
.uplUJXEqEGgM,
.inside-VzFvbYLRPjba {
max-width: 1202px;
width: 100%;
margin: 0 auto;
}
.kUGQgzIzgaGA {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 13px;
}

.kUGQgzIzgaGA a {
        cursor: pointer;
        pointer-events: auto;
}


.kUGQgzIzgaGA img {
width: 70px;
border-radius: 16px;
margin-top: 5px;
margin-left: 19px;
}

.kuEwBKepwwol {
background-color: var(--lxNfDbxANboL);
padding: 13px 0;
display: flex;
}
.kuEwBKepwwol .bQCEkAqqVoJT{
margin-right:19px;
justify-content: flex-end;
flex-grow: 2;
font-weight: 600;
text-align:center;
}
#main-nav + .bQCEkAqqVoJT > .PczTUJrxRQTq {
  animation: pulse 2s infinite;
}

@keyframes pulse {
   0% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1);
     box-shadow: 0 0 19px var(--gZcOMnRClqCZ);
  }
  100% {
    transform: scale(0.95);
  }
}
.uplUJXEqEGgM {
background-color: var(--cecVqSmnTOvK);
padding: 0 17px;
}
.XYlQNzkHtKOp {
display: none;
background: none;
border: none;
font-size: 2rem;
cursor: pointer;
margin-left: auto;

}

.iuFsSIjuovWI {
font-size: 35px;
font-weight: 600;
line-height: 28px;
padding-top: 17px;
}

.WxVJuNTlUsog {
margin-left: 5px;
font-weight: 800;
}

.cFcILTEhLZoZ {
display: flex;
align-items: center;
justify-content: center;
}


.tNdqUHmjwkeM {
white-space: nowrap;
display: flex;
gap: 19px;
align-items: center;
width: 100%;
list-style: none;
font-weight: 700;
font-size: 17px;
padding: 0;
margin: 0;
}

.ZpnRkurcJRmO.active a {
font-weight: bold;
text-decoration: underline;

}

.yeRAGgacPAVe {
background-color: var(--xzQWodMOUuNU);
padding: 17px;
margin-bottom: 28px;
border-radius: 0 0 16px 16px;
}

.UZxIjYfdXMLb {
text-align: var(--XfvMaULYGpvE);
}

.luQxMVnFUzBI {
background-color: var(--azZGGYkbUssW);
color: var(--xzQWodMOUuNU);
padding: 17px;
border: none;
border-radius: 12px;
cursor: pointer;
text-decoration: none;
max-width: 300px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin: 28px auto 0 auto;
transition: background-color 0.7s ease;
}

.luQxMVnFUzBI:hover {
background-color: var(--jZqFuSqADGBC);
}

.luQxMVnFUzBI a {
color: var(--xzQWodMOUuNU);
font-size: 26px;
font-weight: 500;
}

/*demo-placeholder*/
.tTgavyJTkNRX {
box-shadow: 3px 3px 17px #000;
border-radius: 24px;
position: relative;
overflow: hidden;
display: inline-block;
width: 100%;
height: 100%;
}

.tTgavyJTkNRX__wrap::after {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
width: 100%;
}

.tTgavyJTkNRX__iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100;
}

.tTgavyJTkNRX img {
border-radius: 24px;
height: auto;
display: block;
}

.BvRlzEiWczzp {
position: absolute;
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
background-color: var(--azZGGYkbUssW);
color: #fff;
border: none;
cursor: pointer;
z-index: 2;
font-size: 35px;
border-radius: 17px;
padding: 19px 70px;
transition: background-color 0.7s ease;
}

.BvRlzEiWczzp:hover {
background-color: var(--jZqFuSqADGBC);
}

.tTgavyJTkNRX__box {
display: flex;
justify-content: space-between;
align-items: center;
margin: 43px 0;
padding: 0 43px;
}

.tTgavyJTkNRX__btn {
background-color: var(--azZGGYkbUssW);
color: var(--xzQWodMOUuNU);
font-size: 23px;
padding: 17px 28px;
border-radius: 12px;
cursor: pointer;
text-decoration: none;
transition: background-color 0.7s ease;
}

.tTgavyJTkNRX__btn:hover {
background-color: var(--jZqFuSqADGBC);
color: var(--xzQWodMOUuNU);
}

.tTgavyJTkNRX__text {
font-weight: 400;
}

.tTgavyJTkNRX__text a {
font-weight: 400;
}
#aAPRsyfFtJKI {
width: 100%;
height: 100%;
border: none;
overflow: hidden;
}

/*casinos-list*/
.qvfqQFRnssxN {
margin-top: 28px;
background-color: var(--xzQWodMOUuNU);
width: 100%;
border: 1px solid var(--YRpjyAyeDnwa);
padding: 17px;
box-sizing: border-box;
border-radius: 17px;
}

.TKODFceVlHJH {
display: flex;
justify-content: space-between;
align-items: center;
}

.bQCEkAqqVoJT {
display: flex;
align-items: center;
}

.bQCEkAqqVoJT:nth-child(1) {
width: 30%;
}

.bQCEkAqqVoJT:nth-child(2) {
width: 50%;
justify-content: center;
border-right: 1px solid var(--YRpjyAyeDnwa);
border-left: 1px solid var(--YRpjyAyeDnwa);
height: 101px;
}

.bQCEkAqqVoJT:nth-child(3) {
width: 20%;
justify-content: center;
}
.bQCEkAqqVoJT strong{
font-size: 17px;
}

.aFOeKnURBoEy {
width: 149px;
}

.aFOeKnURBoEy img{
border-radius: 16px;
}

.dsEznnuYDTPm {
margin-left: 26px;
}

.evMUuPtFmzVQ {
font-size: 19px;
font-weight: bold;
white-space: nowrap;
}
.dsEznnuYDTPm .evMUuPtFmzVQ {
white-space: normal;
text-align:center;
}
.XiIkataAKfwS {
display: flex;
align-items: center;
margin: 0 auto 13px auto;
justify-content: center;
border: 1px solid var(--YRpjyAyeDnwa);
border-radius: 17px;
width: 128px;
}

.gzNsSuulRDqX {
color: var(--jZqFuSqADGBC);
font-size: 26px;
}

.PczTUJrxRQTq {
padding: 17px 43px;
border-radius: 17px;
font-size: 23px;
background-color: var(--azZGGYkbUssW);
color: var(--xzQWodMOUuNU);
transition: background-color 0.7s ease;
}

.PczTUJrxRQTq:hover {
background-color: var(--jZqFuSqADGBC);
color: var(--xzQWodMOUuNU);
}

/*IMG*/
.vJFLfhYGVtUR {
width: 85%;
margin: 26px auto 17px auto;
}

.QiiHLTAfJSyB {
width: 100%;
border-radius: 16px;
box-shadow: 3px 3px 17px #000;
}

/*pros-cons*/
.yIrYkvjpMYab {
display: flex;
justify-content: space-between;
background-color: var(--xzQWodMOUuNU);
border-radius: 16px;
padding: 17px;
border: 1px solid var(--YRpjyAyeDnwa);
}

.yIrYkvjpMYab .RvZSzRlCovxw {
width: 48%;
}

.yIrYkvjpMYab h3 {
margin-top: 0;
}

/*wp-block-list*/
.cLWwBIHRWcmn {
list-style: none;
}

.cLWwBIHRWcmn li {
margin-bottom: 13px;
list-style: none;
}

.cLWwBIHRWcmn li:last-child {
margin-bottom: 0px;
}

.cLWwBIHRWcmn li::before {
content: var(--TREgiUlILano);
font-size: 16px;
margin-right: 13px;
}

.yIrYkvjpMYab .RvZSzRlCovxw:first-child .UZxIjYfdXMLb {
color: green;
}

.yIrYkvjpMYab .RvZSzRlCovxw:last-child .UZxIjYfdXMLb {
color: red;
}

.yIrYkvjpMYab .RvZSzRlCovxw:first-child li::before {
color: green;
}

.yIrYkvjpMYab .RvZSzRlCovxw:last-child li::before {
color: red;
}

/*Table*/
.KOiCdumpMTpg:has(table) {
 overflow-x: auto;
}
.KOiCdumpMTpg:has(table) > p{
  position: sticky;
  left: 0;
}
.KOiCdumpMTpg table:has(tr:first-child > td:nth-child(2):last-child) {
  table-layout: fixed;
  width: 100%;
}

.KOiCdumpMTpg  table:has(tr:first-child > td:nth-child(2):last-child) td {
  width: 50%;
}
.KOiCdumpMTpg table:has(tr:first-child > td:nth-child(3):last-child) td {
  width: 33.3333%;
}
.KOiCdumpMTpg table {
width: 100%;
 min-width: max-content;
border: 1px solid var(--VFTuRIrSGuRj);
border-radius: 16px;
}

.KOiCdumpMTpg td {
border: 1px solid var(--VFTuRIrSGuRj);
border-radius: 6px;
}

.KOiCdumpMTpg table thead {
background-color: var(--xzQWodMOUuNU);
height: 48px;
border-radius: 16px 16px 0 0;
border: none;

}

.KOiCdumpMTpg table thead th {
font-size: 17px;
font-weight: 600;
text-align: center;
padding: 13px;
}

.KOiCdumpMTpg table thead th:first-child {
border-radius: 16px 0 0 0;
}

.KOiCdumpMTpg table thead th:last-child {
border-radius: 0 16px 0 0;
}

.KOiCdumpMTpg table tbody tr {
border-bottom: 1px solid var(--YRpjyAyeDnwa);
background-color: var(--xzQWodMOUuNU);
}

.KOiCdumpMTpg table tbody tr:last-child td:first-child {
border-radius: 0 0 0 16px;
}

.KOiCdumpMTpg table tbody tr:last-child td:last-child {
border-radius: 0 0 16px 0;
}

.KOiCdumpMTpg table tbody td {
padding: 13px;
}

/*FAQ*/
.hqmSPAkfrFSz-item {
background-color: var(--xzQWodMOUuNU);
padding: 19px;
border-radius: 16px;
margin-bottom: 26px;
border: 1px solid var(--YRpjyAyeDnwa);
}

.hqmSPAkfrFSz-item:last-child {
margin-bottom: 0;
}

.hqmSPAkfrFSz-item h3 {
margin: 13px 0;
}

/*Footer*/
.VzFvbYLRPjba {
background-color: var(--gLXHaKnYUxcg);
color: var(--UZrDtVCkKhbb);
}

.inside-VzFvbYLRPjba {
padding: 28px 0;
text-align: center;
}

/*btn-up*/
.xBAyqATNfEZO {
position: fixed;
bottom: 43px;
right: 43px;
width: 43px;
height: 43px;
background-color: var(--gZcOMnRClqCZ);
border-radius: 8px;
cursor: pointer;
opacity: 0.5;
transition: opacity 0.3s ease;
}

.xBAyqATNfEZO:hover {
opacity: 1;
}

.xBAyqATNfEZO::after,
.xBAyqATNfEZO::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 19px;
height: 2px;
background-color: var(--xzQWodMOUuNU);
}

.xBAyqATNfEZO::after {
transform: translate(-12%, -50%) rotate(40deg);
}

.xBAyqATNfEZO::before {
transform: translate(-88%, -50%) rotate(-40deg);
}

/*lwptoc*/
.DkchiyspHYyG {
margin-top: 43px;
}
.DkchiyspHYyG_toggle {
margin-left: 13px;
cursor: pointer;
}
.DkchiyspHYyG_toggle:before {
content: '[ ';
}
.DkchiyspHYyG_toggle:after {
content: ' ]';
}
.DkchiyspHYyG_items {
margin-top: 17px;
max-height: 0px;
opacity: 0;
overflow: hidden;
transition: max-height 0.3s ease, opacity 0.3s ease;
}
.DkchiyspHYyG_items-show {
max-height: 501px;
opacity: 1;
}
.DkchiyspHYyG_itemWrap {
margin-left: 17px;
}

.DkchiyspHYyG_item a{
color: var(--aeqTDMKKMmQY);
}
.XYlQNzkHtKOp {
display: none;
background: none;
border: none;
font-size: 2rem;
cursor: pointer;
margin-left: auto;
z-index: 1001;
}
.kGXRUwanibIL {
display: block;
padding: 0.5em 1em;
cursor: pointer;
text-decoration: none;
color: inherit;
}

.wSqGDVfPWqrY {
display: none;
position: absolute;
background: var(--cecVqSmnTOvK);
border: 1px solid var(--HhsjdRjihyZA);
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: 182px;
z-index: 100;
}

.ZpnRkurcJRmO:hover > .wSqGDVfPWqrY {
display: block;
}


.GETnNgMJEjas {
margin: 0;
}

.KvBRSuoyhcPL {
display: block;
padding: 0.5em 1em;
white-space: nowrap;
text-decoration: none;
transition: background 0.2s;
}

.KvBRSuoyhcPL:hover {
background: rgba(0,0,0,0.05);
}


/* хлібні крихти */
.AoQAWfdDnIwa {
font-size: 0.9em;
color: #666;
padding: 0.75em 0;
}

.wZdouNGmazFb {
max-width: 1202px;
margin: 0 auto;
padding: 0 1em;
}

.CyZrkLHIoblx {
list-style: none;
margin: 0;
padding: 0;
display: flex;
align-items: center;
}

.rUtRfUIoNzyl {
display: flex;
align-items: center;
}

.tJiEpYvjeWQS {
color: var(--UZrDtVCkKhbb);
text-decoration: none;
transition: color .2s;
}

.tJiEpYvjeWQS:hover {
text-decoration: underline;
color: var(--WBiOZfFDyZFv);
}

.tJiEpYvjeWQS[aria-current="page"] {
color: #909093;
font-weight: bold;
cursor: default;
text-decoration: none;
}

.YalgVdXzZXPz {
margin: 0 0.5em;
color: #999;
font-size: 1.2em;
line-height: 1;
}

.FrAiRntZWWYa {
margin: 0 auto;
max-width: 1202px;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 17px;
}
.FrAiRntZWWYa nav {
width: 100%
}
.FrAiRntZWWYa nav ul {
gap: 28px;
display: flex;
list-style: none;
align-items: center;
justify-content: flex-start;
flex-direction: row;
padding: 0;
text-transform: uppercase;
}
.FrAiRntZWWYa nav ul li a {
color: var(--UZrDtVCkKhbb);
}
.FrAiRntZWWYa nav ul li a:hover {
color: var(--NAMcRPNlEYMp);
}

.aEuEdWMVKxeR {
display: flex;
}

.ZfkZrlBzHuzS {
position: relative;
display: inline-block;
margin-top: 13px;
}

.QtOAJUEeczbw {
background: var(--xzQWodMOUuNU);
color: var(--UZrDtVCkKhbb);
font-weight: 600;
border: 2px solid var(--UZrDtVCkKhbb);
border-radius: 12px;
padding: 7px 24px;
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;
}


.HNtbRbcldpQM {
font-size: 17px;
margin-left: 6px;
transition: transform 0.22s;
}

#lang-dropdown-toggle:checked + .QtOAJUEeczbw .HNtbRbcldpQM {
transform: rotate(180deg);
}

.uByOezzAvGEY {
display: none;
position: absolute;
min-width: 146px;
background: var(--xzQWodMOUuNU);
border-radius: 12px;
box-shadow: 0 2px 13px rgba(0,0,0,0.10);
border: 1.5px solid var(--jZqFuSqADGBC);
z-index: 99;
padding: 6px 0;
}
.coBKFRuTaeiN{
    left: 0;
bottom: 110%;
}
.hmbRWaMsokba{
    right: 0;
top: 110%;
}
#lang-dropdown-toggle:checked ~ .uByOezzAvGEY {
display: flex;
flex-direction: column;
animation: fadeInLangList 0.18s;
}
@keyframes fadeInLangList {
from { opacity: 0; transform: translateY(13px);}
to { opacity: 1; transform: translateY(0);}
}

.uByOezzAvGEY .TREgiUlILano {
white-space: nowrap;
white-space: nowrap;
border-radius: 8px;
padding: 8px 24px;
margin: 0 8px;
font-size: 17px;
background: transparent;
color: var(--aeqTDMKKMmQY);
border: none;
box-shadow: none;
font-weight: 500;
transition: background 0.18s, color 0.18s;
text-align: left;
display: block;
}
.uByOezzAvGEY .TREgiUlILano:hover {
background: var(--jZqFuSqADGBC);
color: var(--xzQWodMOUuNU);
}
.uByOezzAvGEY .TREgiUlILano.is-active {
color: var(--jZqFuSqADGBC);
font-weight: 600;
background: var(--WBiOZfFDyZFv);
border-radius: 8px;
}


/*Media*/
@media(max-width: 1102px){
#main-nav + .bQCEkAqqVoJT > .PczTUJrxRQTq {
 font-size: 17px;
padding: 13px 17px;
}
}
@media(max-width: 1202px){
.inside-VzFvbYLRPjba{
padding: 28px 17px;
text-align: center;
}
}

@media(max-width: 992px){
.bQCEkAqqVoJT:nth-child(1),
.bQCEkAqqVoJT:nth-child(2),
.bQCEkAqqVoJT:nth-child(3){
width: 33%;
}
.xgrWhKLuxBwy{
text-align: center;
padding: 0 13px;
}
.dsEznnuYDTPm {
margin-left: 13px;
}
.qocCZXxvLbVq{
padding: 0 17px;
display: flex;
}
.kuEwBKepwwol .bQCEkAqqVoJT{
    margin-right:0;
}
.XYlQNzkHtKOp {
display: block;
color: var(--UZrDtVCkKhbb);
order:2;

}
.FrAiRntZWWYa nav ul {
flex-direction: column;
gap: 19px;

}
.tNdqUHmjwkeM {
flex-direction: column;
gap: 19px;
}
#main-nav {
display: none;

}
#main-nav.active {
display: flex;
width: 100%;
order: 3;
}
.qocCZXxvLbVq {
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
}
.FrAiRntZWWYa {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.tTgavyJTkNRX__box {
padding: 0 13px;
}
.BvRlzEiWczzp {
padding: 19px 48px;
}
}

@media(max-width: 755px){
.tTgavyJTkNRX {
    height: unset;
}
.TKODFceVlHJH{
flex-wrap: wrap;
}
.bQCEkAqqVoJT:nth-child(1){
width: 100%;
justify-content: center;
}
.bQCEkAqqVoJT:nth-child(2){
width: 50%;
border: none;
height: 70px;
}
.bQCEkAqqVoJT:nth-child(3) {
width: 50%;
}
.tTgavyJTkNRX__box{
padding: 0;
}
.BvRlzEiWczzp{
padding: 17px 48px;
}

.tTgavyJTkNRX__box {
flex-direction: column;
margin: 19px 0 19px 0;
}
.tTgavyJTkNRX__text{
margin-top: 17px;
}
.BvRlzEiWczzp {
padding: 19px 43px;
font-size: 26px;
}
}

@media(max-width: 579px){
.BvRlzEiWczzp {
padding: 17px 28px;
font-size: 23px;
}
.luQxMVnFUzBI a {
font-size: 26px;
}
.yIrYkvjpMYab {
flex-wrap: wrap;
}
.yIrYkvjpMYab .RvZSzRlCovxw {
width: 100%;
}
.cLWwBIHRWcmn {
padding-left: 13px;
}
h1 {
font-size: 35px;
margin-top: 28px;
}
h2 {
font-size: 28px;
line-height: 1.2;
margin-top: 28px;
}
h3 {
font-size: 24px;
margin: 19px auto;
}
.vJFLfhYGVtUR {
width: 100%;
margin: 19px auto 17px auto;
}

.DkchiyspHYyG{
margin-top: 19px;
}
.kUGQgzIzgaGA{
display: flex;
justify-content: center;
margin-left: auto;
}
.kUGQgzIzgaGA img {
width: 48px;
}
 .qocCZXxvLbVq .evMUuPtFmzVQ {
display: none;
}
}

@media(max-width: 479px){
.bQCEkAqqVoJT:nth-child(1) {
flex-direction: column;
}
.bQCEkAqqVoJT:nth-child(2),
.bQCEkAqqVoJT:nth-child(3) {
width: 100%;
}
.dsEznnuYDTPm {
margin-left: 0px;
}
.BvRlzEiWczzp{
padding: 17px;
}
.PczTUJrxRQTq{
padding: 13px 19px;
}
.luQxMVnFUzBI{
max-width: 278px;
padding: 13px;
}
.xBAyqATNfEZO {
position: fixed;
bottom: 28px;
right: 28px;
width: 28px;
height: 28px;
}
.xBAyqATNfEZO::after, .btn-up::before {
width: 17px;
}
.BvRlzEiWczzp {
font-size: 22px;
}
.aFOeKnURBoEy {
width: 101px;
}
.xgrWhKLuxBwy{
font-size: 17px;
}
}
@media(max-width: 378px){
#main-nav + .bQCEkAqqVoJT > .PczTUJrxRQTq {
padding: 13px 13px;
 font-size: 16px;
}
}
/*popup*/
.aFYEaDXkpWQb {
background: var(--HhsjdRjihyZA);
border: 1px solid #798571;
border-radius: 8px;
bottom: 43px;
display: flex;
flex-direction: column;
min-height: 135px;
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;
}
.aFYEaDXkpWQb__info {
display: flex;
}
.aFYEaDXkpWQb__box {
margin-left: 17px;
}
.aFYEaDXkpWQb__img {
width: 128px;
height: 100%;
border-radius: 16px;
}
.aFYEaDXkpWQb__title {
font-size: 26px;
font-weight: 600;
}
.aFYEaDXkpWQb__sub-title {
margin-top: 13px;
color: var(--aeqTDMKKMmQY);
}
.aFYEaDXkpWQb__btn {
width: 241px;
height: 48px;
margin: 13px auto 0 auto;
background: var(--azZGGYkbUssW);
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(--xzQWodMOUuNU);
}
.aFYEaDXkpWQb__btn:hover{
background: var(--jZqFuSqADGBC);
transition: all 0.7s ease-in-out;
color: var(--xzQWodMOUuNU);
}
.aFYEaDXkpWQb__close {
width: 28px;
height: 28px;
background-color: #eee;
position: absolute;
left: -17px;
top: -17px;
border-radius: 17px;
border: 1px solid #252f1e;
cursor: pointer;
}
.aFYEaDXkpWQb__close-wrap {
position: relative;
}
.aFYEaDXkpWQb__close-wrap::after {
content: "";
position: absolute;
display: block;
width: 24px;
height: 3px;
background-color: #252f1e;
transform: rotate(-45deg);
top: 12px;
left: 3px;
}
.aFYEaDXkpWQb__close-wrap::before {
content: "";
position: absolute;
display: block;
width: 24px;
height: 3px;
background-color: #252f1e;
transform: rotate(45deg);
top: 12px;
left: 3px;
}
.aFYEaDXkpWQb__show {
opacity: 1;
left: 43px;
transition: all 0.3s ease-in-out;
visibility: visible;
}
@media(max-width: 579px){
.aFYEaDXkpWQb{
max-width: 93%;
left: 19px;
padding-right: 17px;
}
.aFYEaDXkpWQb__img {
width: 70px;
}
.aFYEaDXkpWQb__sub-title {
margin-right: 17px;
}
.aFYEaDXkpWQb__btn{
width: 223px;
}
}
@media(max-width: 479px){

.aFYEaDXkpWQb__info {
display: flex;
flex-direction: column;
align-items: center;
}
.aFYEaDXkpWQb__btn {
width: 199px;
margin-top: 0;
height: 43px;
}
.aFYEaDXkpWQb__sub-title {
margin-right: 0;
text-align: center;
}
.aFYEaDXkpWQb__box {
margin-left: 0;
}
}
