:root {
        --kKbRLFIbbkCb: #3f3f3f;
        --jrBFLwVKyRWm: #8366db;
        --TlKYwbXYluSG: #ffc107;
        --DAtvgpmMqiMf: #503e89;
        --uBTpgjSXpisr: #eae9e9;
        --eEhQfjgqhmSx: #fff;
        --wYxshpfinQeV: #aa2a2a;
        --EWJKjKgbFKPK: #b00000;
        --ObVuHWvUirRi: #fff;
        --OojaOScsAXHM: #4c3b83;
        --aClmETqYQODO: #2a2929;
        --cyElaDXljUlK: #fff;
        --ZBwIlvbDtNEA: #3c3636;
        --rHSzaRobDuYT: #fff;
        --WXejUYIxcwQE: #fff;
        --wlzmYjEkOqYc: #817ae7;
        --suCMqoOxjTWQ: #ddd;
        --uYHmTEuQBMxW: left;
        --jlMvYnkaNMlQ: left;
        --BSzyYZpBrqbe: '➤';
        --nMNEtNwVnxrX: '⮞';
        --GhKmubwnxoxA: '⇨';
        --oInVFuigOYhD: '★';
        --BVqlIqePOCkW: '→';
    }

* {
box-sizing: border-box;
}

a {
color: var(--WXejUYIxcwQE);
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(--kKbRLFIbbkCb);
color: var(--eEhQfjgqhmSx);
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;
}

.YlqgUmWIdKOV {
    gap: 30px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
}
.YlqgUmWIdKOV > .eDAwWRSMglcU {
  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(--wYxshpfinQeV);
  }
  100% {
    transform: scale(0.95);
  }
}
.UhfZJYmhzpTs,
.rNEMFlVZQppL,
.inside-PiDrXjqYGcxU {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}
.YHwCrYyTttGx {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
}

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


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

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

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


}

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

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

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


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

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

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

}

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

.tfYxTnezBJOH {
text-align: var(--uYHmTEuQBMxW);
}

.aMtZqPmqDRHg {
background-color: var(--wYxshpfinQeV);
color: var(--ObVuHWvUirRi);
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;
}

.aMtZqPmqDRHg:hover {
background-color: var(--EWJKjKgbFKPK);
}

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

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

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

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

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

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

.QjFryCkVietm:hover {
background-color: var(--EWJKjKgbFKPK);
}

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

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

.aUrEZmevZtuS__btn:hover {
background-color: var(--EWJKjKgbFKPK);
color: var(--ObVuHWvUirRi);
}

.aUrEZmevZtuS__text {
font-weight: 400;
}

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

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

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

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

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

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

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

.dlveDgqcCFbn {
width: 150px;
}

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

.yUqQngYufzrC {
margin-left: 24px;
}

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

.KFjgRPKMNgqs {
color: var(--TlKYwbXYluSG);
font-size: 24px;
}

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

.eDAwWRSMglcU:hover {
background-color: var(--EWJKjKgbFKPK);
color: var(--ObVuHWvUirRi);
}

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

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

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

.ZObzgsPgafZa .kyUCiepUlucm {
width: 48%;
}

.ZObzgsPgafZa h3 {
margin-top: 0;
}

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

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

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

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

.ZObzgsPgafZa .kyUCiepUlucm:first-child .tfYxTnezBJOH {
color: green;
}

.ZObzgsPgafZa .kyUCiepUlucm:last-child .tfYxTnezBJOH {
color: red;
}

.ZObzgsPgafZa .kyUCiepUlucm:first-child li::before {
color: green;
}

.ZObzgsPgafZa .kyUCiepUlucm:last-child li::before {
color: red;
}

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

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

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

}

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

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

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

.DJmgbcMCjles table tbody tr {
border-bottom: 1px solid var(--suCMqoOxjTWQ);
background-color: var(--jrBFLwVKyRWm);
}

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

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

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

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

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

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

/*Footer*/
.PiDrXjqYGcxU {
background-color: var(--ZBwIlvbDtNEA);
color: var(--rHSzaRobDuYT);
}

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

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

.URkQPluEJqVn:hover {
opacity: 1;
}

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

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

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

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

.CKjuztIaLtSD_item a{
color: var(--eEhQfjgqhmSx);
}
.CXVBzQIvBqzZ {
display: none;
background: none;
border: none;
font-size: 2rem;
cursor: pointer;

z-index: 1001;
}
.qaEpdfyPLQUX {
display: block;
padding: 0.5em 1em;
cursor: pointer;
text-decoration: none;
color: inherit;
}

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

.XteAnVktyhQY:hover > .afTzpIRPXrqa {
display: block;
}


.ZbBdGehVZtRT {
margin: 0;
}

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

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


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

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

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

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

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

.oeDOQgUskQrT:hover {
text-decoration: underline;
color: var(--EWJKjKgbFKPK);
}

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

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

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

.yEKZcfPwJJKH {
display: flex;
}

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

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


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

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

.DEofeCjEKgKl {
display: none;
position: absolute;
min-width: 145px;
background: var(--ObVuHWvUirRi);
border-radius: 12px;
box-shadow: 0 2px 10px rgba(0,0,0,0.10);
border: 1.5px solid var(--TlKYwbXYluSG);
z-index: 99;
padding: 6px 0;
}
.qjQnQMhKdAuV{
left: 0;
bottom: 110%;
}
.zKVtEbYSLPPi{
right: 0;
top: 110%;
}
#lang-dropdown-toggle:checked ~ .DEofeCjEKgKl {
display: flex;
flex-direction: column;
background: var(--OojaOScsAXHM);
animation: fadeInLangList 0.18s;

}
@keyframes fadeInLangList {
from { opacity: 0; transform: translateY(10px);}
to { opacity: 1; transform: translateY(0);}
}

.DEofeCjEKgKl .nMNEtNwVnxrX {
border-radius: 8px;
padding: 8px 22px;
margin: 0 8px;
font-size: 17px;
background: transparent;
color: var(--eEhQfjgqhmSx);
border: none;
box-shadow: none;
font-weight: 500;
transition: background 0.18s, color 0.18s;
text-align: left;
display: block;
}
.DEofeCjEKgKl .nMNEtNwVnxrX:hover {
background: var(--EWJKjKgbFKPK);

}
.DEofeCjEKgKl .nMNEtNwVnxrX.is-active {
color: var(--TlKYwbXYluSG);
font-weight: 600;
background: var(--EWJKjKgbFKPK);
border-radius: 8px;
}


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

.EQKleXAXfGit{
text-align: center;
padding: 0 10px;
}
.yUqQngYufzrC {
margin-left: 10px;
}

.YlqgUmWIdKOV{
padding: 0 15px;
display: flex;
}
.YlqgUmWIdKOV > .eDAwWRSMglcU {
  margin-right:0px;
}

.CXVBzQIvBqzZ {
display: block;
color: var(--rHSzaRobDuYT);
order:1;
}

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

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

.aUrEZmevZtuS__box {
padding: 0 10px;
}
}
@media(max-width: 756px){
.aUrEZmevZtuS {
    height: unset;
}
.TCNiMBgjQAce{
flex-wrap: wrap;
}
.RSZAbyoMKFzc:nth-child(1){
width: 100%;
justify-content: center;
}
.RSZAbyoMKFzc:nth-child(2){
width: 50%;
border: none;
height: 70px;
}
.RSZAbyoMKFzc:nth-child(3) {
width: 50%;
}
.aUrEZmevZtuS__box{
padding: 0;
}
.QjFryCkVietm{
padding: 15px 50px;
}

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

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

}
}
@media(max-width: 700px){
.QjFryCkVietm {
padding: 20px 30px;
font-size: 28px;
}
.YlqgUmWIdKOV > .eDAwWRSMglcU{
padding: 10px 15px;
}
}
@media(max-width: 576px){
.YHwCrYyTttGx > .UGGCHWCWojaz{
    display: none;
}

.aMtZqPmqDRHg a {
font-size: 24px;
}
.ZObzgsPgafZa {
flex-wrap: wrap;
}
.ZObzgsPgafZa .kyUCiepUlucm {
width: 100%;
}
.GSFkkgZkftCl {
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;
}
.UxYxtnPtcsze {
width: 100%;
margin: 20px auto 15px auto;
}

.QjFryCkVietm {
font-size: 24px;
}
.CKjuztIaLtSD{
margin-top: 20px;
}
.YHwCrYyTttGx{
display: flex;
justify-content: center;

}
.YHwCrYyTttGx img {
width: 50px;
}
.inside-PiDrXjqYGcxU {
flex-direction: column;
}
}
@media(max-width: 480px){
.RSZAbyoMKFzc:nth-child(1) {
flex-direction: column;
}
.RSZAbyoMKFzc:nth-child(2),
.RSZAbyoMKFzc:nth-child(3) {
width: 100%;
}
.yUqQngYufzrC {
margin-left: 0px;
}
.QjFryCkVietm{
padding: 15px;
}
.eDAwWRSMglcU{
padding: 10px 20px;
}
.aMtZqPmqDRHg{
max-width: 280px;
padding: 10px;
}
.URkQPluEJqVn {
position: fixed;
bottom: 30px;
right: 30px;
width: 30px;
height: 30px;
}
.URkQPluEJqVn::after, .btn-up::before {
width: 14px;
}
.QjFryCkVietm {
font-size: 19px;
}
.dlveDgqcCFbn {
width: 100px;
}
.EQKleXAXfGit{
font-size: 14px;
}
.YlqgUmWIdKOV {
gap:20px;
}
}
@media(max-width: 375px){
    .YlqgUmWIdKOV > .eDAwWRSMglcU{
padding: 10px 10px;
 font-size: 16px;
}
}
/*popup*/
.prwEMVSCxSnI {
background: var(--DAtvgpmMqiMf);
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;
}
.prwEMVSCxSnI__info {
display: flex;
}
.prwEMVSCxSnI__box {
margin-left: 15px;
}
.prwEMVSCxSnI__img {
width: 130px;
height: 100%;
border-radius: 16px;
}
.prwEMVSCxSnI__title {
font-size: 24px;
font-weight: 600;
}
.prwEMVSCxSnI__sub-title {
margin-top: 10px;
color: var(--eEhQfjgqhmSx);
}
.prwEMVSCxSnI__btn {
width: 240px;
height: 50px;
margin: 10px auto 0 auto;
background: var(--wYxshpfinQeV);
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(--ObVuHWvUirRi);
}
.prwEMVSCxSnI__btn:hover{
background: var(--EWJKjKgbFKPK);
transition: all 0.7s ease-in-out;
color: var(--ObVuHWvUirRi);
}
.prwEMVSCxSnI__close {
width: 30px;
height: 30px;
background-color: #eee;
position: absolute;
left: -15px;
top: -15px;
border-radius: 15px;
border: 1px solid #1e232f;
cursor: pointer;
}
.prwEMVSCxSnI__close-wrap {
position: relative;
}
.prwEMVSCxSnI__close-wrap::after {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(-45deg);
top: 12px;
left: 3px;
}
.prwEMVSCxSnI__close-wrap::before {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(45deg);
top: 12px;
left: 3px;
}
.prwEMVSCxSnI__show {
opacity: 1;
left: 40px;
transition: all 0.3s ease-in-out;
visibility: visible;
}
@media(max-width: 576px){
.prwEMVSCxSnI{
max-width: 93%;
left: 20px;
padding-right: 15px;
}
.prwEMVSCxSnI__img {
width: 70px;
}
.prwEMVSCxSnI__sub-title {
margin-right: 15px;
}
.prwEMVSCxSnI__btn{
width: 220px;
}
}
@media(max-width: 480px){

.prwEMVSCxSnI__info {
display: flex;
flex-direction: column;
align-items: center;
}
.prwEMVSCxSnI__btn {
width: 200px;
margin-top: 0;
height: 40px;
}
.prwEMVSCxSnI__sub-title {
margin-right: 0;
text-align: center;
}
.prwEMVSCxSnI__box {
margin-left: 0;
}
}
