:root {
        --arFccRtMMKmI: #242424;
        --fXDDzdLgUwDT: #8e6fed;
        --kZqYTMqfpmjf: #ffc107;
        --FKmBPAHUPHVn: #8769e1;
        --oUJJRscbCZED: #ebe9e8;
        --kOQPSdYxaLsH: #fff;
        --tSgVgQotOevt: #b93737;
        --QyUqgQdxXgAr: #b00000;
        --CMGhdCvMheDS: #fff;
        --VYxvJdxmetrq: #9070f0;
        --YusNgFmtUSbQ: #2c2c2c;
        --fOSoSUUeygEy: #fff;
        --naCcCsJGrdsD: #3e3737;
        --viRgpRBsvRNa: #fff;
        --EbAMriRCbTVR: #fff;
        --SlJvTbFbHUDX: #8376db;
        --TKTUpZgpbJGk: #ddd;
        --ANevcyFPqunR: left;
        --lZuRXQUudZqY: left;
        --HgCnTCsjJWhk: '➤';
        --hqrbfcpzdzFD: '⮞';
        --qlkyJGNUfGpb: '⇨';
        --jvmvugpHWkea: '★';
        --pXsmUjtYSygx: '→';
    }

* {
box-sizing: border-box;
}

a {
color: var(--EbAMriRCbTVR);
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(--arFccRtMMKmI);
color: var(--kOQPSdYxaLsH);
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;
}

.SUCpPsZaepdB {
        gap: 30px;
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
        display: flex;
        align-items: center;
}
.SUCpPsZaepdB > .wiZymVzLWVJh {
  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(--tSgVgQotOevt);
  }
  100% {
    transform: scale(0.95);
  }
}
.bZdzbSOSvEJm,
.QPtMQYUxPZBU,
.inside-VlKmBYwHTfvz {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}
.zIGyhdCBAJpL {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
}

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


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

}

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

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

}

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

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

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


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

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


.EKdDTquVQJiG.active a {

font-weight: bold;
text-decoration: underline;

}

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

.NbfuENWSWAtW {
text-align: var(--ANevcyFPqunR);
}

.DzfspiCDZNul {
background-color: var(--tSgVgQotOevt);
color: var(--CMGhdCvMheDS);
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;
}

.DzfspiCDZNul:hover {
background-color: var(--QyUqgQdxXgAr);
}

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

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

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

.ulANCvMrpyjH__iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1002;
background: #000;
}
.zfbMVRypSUpn {
position: absolute;
top: 15px;
right: 15px;
width: 40px;
height: 40px;
border-radius: 10px;
background: var(--tSgVgQotOevt);
border:none;
display:none;
color: #000;
font-size: 20px;
line-height: 30px;
text-align: center;
cursor:pointer;
};


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

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

.FHaqtUYNqmYk:hover {
background-color: var(--QyUqgQdxXgAr);
}

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

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

.ulANCvMrpyjH__btn:hover {
background-color: var(--QyUqgQdxXgAr);
color: var(--CMGhdCvMheDS);
}

.ulANCvMrpyjH__text {
font-weight: 400;
}

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

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

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

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

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

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

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

.BAoYIVhYCOlN {
width: 150px;
}

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

.gKrHYilhoLmw {
margin-left: 24px;
}

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

.HXYiGoYkqFwt {
color: var(--kZqYTMqfpmjf);
font-size: 24px;
}

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

.wiZymVzLWVJh:hover {
background-color: var(--QyUqgQdxXgAr);
color: var(--CMGhdCvMheDS);
}

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

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

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

.SenmQMMcjZsP .qZuOKJjGwrqS {
width: 48%;
}

.SenmQMMcjZsP h3 {
margin-top: 0;
}

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

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

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

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

.SenmQMMcjZsP .qZuOKJjGwrqS:first-child .NbfuENWSWAtW {
color: green;
}

.SenmQMMcjZsP .qZuOKJjGwrqS:last-child .NbfuENWSWAtW {
color: red;
}

.SenmQMMcjZsP .qZuOKJjGwrqS:first-child li::before {
color: green;
}

.SenmQMMcjZsP .qZuOKJjGwrqS:last-child li::before {
color: red;
}

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

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

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

}

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

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

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

.QzhxtjLbbyBZ table tbody tr {
border-bottom: 1px solid var(--TKTUpZgpbJGk);
background-color: var(--fXDDzdLgUwDT);
}

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

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

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

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

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

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

/*Footer*/
.VlKmBYwHTfvz {
background-color: var(--naCcCsJGrdsD);
color: var(--viRgpRBsvRNa);
}

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

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

.nrxkynheLhQB:hover {
opacity: 1;
}

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

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

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

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

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

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

.EKdDTquVQJiG:hover > .jXZOixMwiict {
display: block;
}


.dXqhRkPTESTn {
margin: 0;
}

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

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


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

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

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

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

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

.cPviaroRRThB:hover {
text-decoration: underline;
color: var(--QyUqgQdxXgAr);
}

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

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

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

.mfdOrSowhGSz {
display: flex;
}

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

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


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

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

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

.lrQyMEVeHFKe .hqrbfcpzdzFD {
white-space: nowrap;
border-radius: 8px;
padding: 8px 22px;
margin: 0 8px;
font-size: 17px;
background: transparent;
color: var(--kOQPSdYxaLsH);
border: none;
box-shadow: none;
font-weight: 500;
transition: background 0.18s, color 0.18s;
text-align: left;
display: block;
}
.lrQyMEVeHFKe .hqrbfcpzdzFD:hover {
background: var(--QyUqgQdxXgAr);
}
.lrQyMEVeHFKe .hqrbfcpzdzFD.is-active {
color: var(--kZqYTMqfpmjf);
font-weight: 600;
background: var(--QyUqgQdxXgAr);
border-radius: 8px;
}


/*Media*/
@media(max-width: 1200px){
.inside-VlKmBYwHTfvz{
padding: 30px 15px;
text-align: center;
}
.cCtwReBXxvtO:nth-child(1),
.cCtwReBXxvtO:nth-child(2),
.cCtwReBXxvtO:nth-child(3){
width: 33%;
}
}
@media(max-width: 1100px){
.SUCpPsZaepdB > .wiZymVzLWVJh{
padding: 15px 15px;
 font-size: 18px;
padding: 15px 15px;
}
.SUCpPsZaepdB{
gap:20px;
}
}
@media(max-width: 992px){

.JCqbqcgYBpvj{
text-align: center;
padding: 0 10px;
}
.gKrHYilhoLmw {
margin-left: 10px;
}
.SUCpPsZaepdB{
padding: 0 15px;
display: flex;
}
.SemWaNIONyni {
display: block;
color: var(--viRgpRBsvRNa);
order:1;
}
.HeieRiUVTfLv {
flex-direction: column;
gap: 20px;
}

.SUCpPsZaepdB > .wiZymVzLWVJh {
  margin-right:0px;
}


#main-nav {
display: none;

}
#main-nav.active {
display: flex;
   width: 100%;
   order:3;
}
.SUCpPsZaepdB {
justify-content: space-between;
flex-direction: row;
align-items: center;
flex-wrap: wrap;
}
.ulANCvMrpyjH__box {
padding: 0 10px;
}
}

@media(max-width: 756px){
.ulANCvMrpyjH {
    height: unset;
}
.IrRHdvvswzTi{
flex-wrap: wrap;
}
.cCtwReBXxvtO:nth-child(1){
width: 100%;
justify-content: center;
}
.cCtwReBXxvtO:nth-child(2){
width: 50%;
border: none;
height: 70px;
}
.cCtwReBXxvtO:nth-child(3) {
width: 50%;
}
.ulANCvMrpyjH__box{
padding: 0;
}
.FHaqtUYNqmYk{
padding: 15px 50px;
}

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

.ulANCvMrpyjH__text{
margin-top: 15px;
}
.FHaqtUYNqmYk{
padding: 15px 50px;
}
.BjTnQFzVlxMQ {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.BjTnQFzVlxMQ nav ul {
flex-direction: column;
gap: 20px;

}
}
@media(max-width: 700px){
.FHaqtUYNqmYk {
padding: 20px 30px;
font-size: 28px;
}
.SUCpPsZaepdB > .wiZymVzLWVJh{
padding: 10px 15px;

}
}
@media(max-width: 576px){
    .zIGyhdCBAJpL > .KldqDsvBBjHh{
    display: none;
}
.DzfspiCDZNul a {
font-size: 24px;
}
.SenmQMMcjZsP {
flex-wrap: wrap;
}
.SenmQMMcjZsP .qZuOKJjGwrqS {
width: 100%;
}
.GPEEOXNUFXlo {
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;
}
.TiFnbwOvUxNL {
width: 100%;
margin: 20px auto 15px auto;
}

.FHaqtUYNqmYk {
font-size: 24px;
}
.njjzjlhiWONd{
margin-top: 20px;
}
.zIGyhdCBAJpL{
display: flex;
justify-content: center;
}
.zIGyhdCBAJpL img {
width: 50px;
}
.inside-VlKmBYwHTfvz {
flex-direction: column;
}
}
@media(max-width: 480px){
.cCtwReBXxvtO:nth-child(1) {
flex-direction: column;
}
.cCtwReBXxvtO:nth-child(2),
.cCtwReBXxvtO:nth-child(3) {
width: 100%;
}
.gKrHYilhoLmw {
margin-left: 0px;
}
.FHaqtUYNqmYk{
padding: 15px;
}
.wiZymVzLWVJh{
padding: 10px 20px;
}
.DzfspiCDZNul{
max-width: 280px;
padding: 10px;
}
.nrxkynheLhQB {
position: fixed;
bottom: 30px;
right: 30px;
width: 30px;
height: 30px;
}
.nrxkynheLhQB::after, .btn-up::before {
width: 14px;
}
.FHaqtUYNqmYk {
font-size: 19px;
}
.BAoYIVhYCOlN {
width: 100px;
}
.JCqbqcgYBpvj{
font-size: 14px;
}
.SUCpPsZaepdB {
gap:20px;
}
}

@media(max-width: 375px){
    .SUCpPsZaepdB > .wiZymVzLWVJh{
padding: 10px 10px;
 font-size: 16px;
}
}
/*popup*/
.YmmIrLYVtLrU {
background: var(--FKmBPAHUPHVn);
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;
}
.YmmIrLYVtLrU__info {
display: flex;
}
.YmmIrLYVtLrU__box {
margin-left: 15px;
}
.YmmIrLYVtLrU__img {
width: 130px;
height: 100%;
border-radius: 16px;
}
.YmmIrLYVtLrU__title {
font-size: 24px;
font-weight: 600;
}
.YmmIrLYVtLrU__sub-title {
margin-top: 10px;
color: var(--kOQPSdYxaLsH);
}
.YmmIrLYVtLrU__btn {
width: 240px;
height: 50px;
margin: 10px auto 0 auto;
background: var(--tSgVgQotOevt);
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(--CMGhdCvMheDS);
}
.YmmIrLYVtLrU__btn:hover{
background: var(--QyUqgQdxXgAr);
transition: all 0.7s ease-in-out;
color: var(--CMGhdCvMheDS);
}
.YmmIrLYVtLrU__close {
width: 30px;
height: 30px;
background-color: #eee;
position: absolute;
left: -15px;
top: -15px;
border-radius: 15px;
border: 1px solid #1e232f;
cursor: pointer;
}
.YmmIrLYVtLrU__close-wrap {
position: relative;
}
.YmmIrLYVtLrU__close-wrap::after {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(-45deg);
top: 12px;
left: 3px;
}
.YmmIrLYVtLrU__close-wrap::before {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(45deg);
top: 12px;
left: 3px;
}
.YmmIrLYVtLrU__show {
opacity: 1;
left: 40px;
transition: all 0.3s ease-in-out;
visibility: visible;
}
@media(max-width: 576px){
.YmmIrLYVtLrU{
max-width: 93%;
left: 20px;
padding-right: 15px;
}
.YmmIrLYVtLrU__img {
width: 70px;
}
.YmmIrLYVtLrU__sub-title {
margin-right: 15px;
}
.YmmIrLYVtLrU__btn{
width: 220px;
}
}
@media(max-width: 480px){

.YmmIrLYVtLrU__info {
display: flex;
flex-direction: column;
align-items: center;
}
.YmmIrLYVtLrU__btn {
width: 200px;
margin-top: 0;
height: 40px;
}
.YmmIrLYVtLrU__sub-title {
margin-right: 0;
text-align: center;
}
.YmmIrLYVtLrU__box {
margin-left: 0;
}
}
