:root {
        --RstPmEfPWGXz: #8AC0D0;
        --kFIQnzLXJDNy: #B40A56;
        --hpoVQPefjeIV: #AB4D4E;
        --gCTUVnDqqstA: #A5A5D7;
        --lADAdXUffFnx: #e8eaea;
        --janABgZimIEJ: #000;
        --rJqFZBPAUIBb: #e94770;
        --UuIjKBhzIULN: #b00000;
        --TOUbleinIJLH: #fff;
        --QWZvIdXgrZVC: #7D3A30;
        --NwJVcEwKjpoB: #A93E3A;
        --hVNBhRbhgftO: #fff;
        --GomFxwQhZKzP: #d8d0d0;
        --WSRVPOtPBEMp: #000000;
        --vIkSIlNdRrFu: #4014f7;
        --HNosZPjchXpd: #270d95;
        --OQLlHuUZzmnd: #ddd;
        --LdDScLbuVGFU: left;
        --OKFDmwQLOVNE: left;
        --aAoGnmhFfPGR: '➤';
        --rGGjvhlZPRfU: '⮞';
        --MCjDoBImqPdG: '⇨';
        --oXzQQPQjtlfd: '★';
        --vMNLGLnCiFgS: '→';
    }

* {
box-sizing: border-box;
}

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

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

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

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

}

.DhjNkUbQPbes,
.SZmYOywCyHeF,
.inside-BrOoEHcYMfaS {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}
.VPhZJNqdTnQK {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
}

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


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

.yUKloEiLefEI {
background-color: var(--RstPmEfPWGXz);
padding: 10px 0;
display: flex;
}
.yUKloEiLefEI .DezkmGkoOOJQ{
margin-right:20px;
justify-content: flex-end;
flex-grow: 2;
font-weight: 600;
text-align:center;
}
#main-nav + .DezkmGkoOOJQ > .AmnmlIvqXnvU {
  animation: pulse 2s infinite;
}

@keyframes pulse {
   0% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1);
     box-shadow: 0 0 20px var(--rJqFZBPAUIBb);
  }
  100% {
    transform: scale(0.95);
  }
}
.SZmYOywCyHeF {
background-color: var(--QWZvIdXgrZVC);
padding: 0 15px;
}
.WmKSRAGXmIEB {
display: none;
background: none;
border: none;
font-size: 2rem;
cursor: pointer;
margin-left: auto;

}

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

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

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


.GTIMmktxryjq {
white-space: nowrap;
display: flex;
gap: 20px;
align-items: center;
width: 100%;
list-style: none;
font-weight: 700;
font-size: 18px;
padding: 0;
margin: 0;
}

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

}

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

.AbiBGOxEKtDi {
text-align: var(--LdDScLbuVGFU);
}

.sgFVCQtnNBUR {
background-color: var(--kFIQnzLXJDNy);
color: var(--TOUbleinIJLH);
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;
}

.sgFVCQtnNBUR:hover {
background-color: var(--hpoVQPefjeIV);
}

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

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

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

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

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

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

.iziNzrRFUiqs:hover {
background-color: var(--hpoVQPefjeIV);
}

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

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

.IscfxWwqrovR__btn:hover {
background-color: var(--hpoVQPefjeIV);
color: var(--TOUbleinIJLH);
}

.IscfxWwqrovR__text {
font-weight: 400;
}

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

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

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

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

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

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

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

.FTzXviqqQRFE {
width: 150px;
}

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

.fsrINGGAHAcF {
margin-left: 24px;
}

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

.aWJOqStFigPC {
color: var(--hpoVQPefjeIV);
font-size: 24px;
}

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

.AmnmlIvqXnvU:hover {
background-color: var(--hpoVQPefjeIV);
color: var(--TOUbleinIJLH);
}

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

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

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

.suWkmBClzAxC .cxOnMYdQCenL {
width: 48%;
}

.suWkmBClzAxC h3 {
margin-top: 0;
}

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

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

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

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

.suWkmBClzAxC .cxOnMYdQCenL:first-child .AbiBGOxEKtDi {
color: green;
}

.suWkmBClzAxC .cxOnMYdQCenL:last-child .AbiBGOxEKtDi {
color: red;
}

.suWkmBClzAxC .cxOnMYdQCenL:first-child li::before {
color: green;
}

.suWkmBClzAxC .cxOnMYdQCenL:last-child li::before {
color: red;
}

/*Table*/
.cxFYxdPzIawi:has(table) {
 overflow-x: auto;
}
.cxFYxdPzIawi:has(table) > p{
  position: sticky;
  left: 0;
}
.cxFYxdPzIawi table:has(tr:first-child > td:nth-child(2):last-child) {
  table-layout: fixed;
  width: 100%;
}

.cxFYxdPzIawi  table:has(tr:first-child > td:nth-child(2):last-child) td {
  width: 50%;
}
.cxFYxdPzIawi table:has(tr:first-child > td:nth-child(3):last-child) td {
  width: 33.3333%;
}
.cxFYxdPzIawi table {
width: 100%;
 min-width: max-content;
border: 1px solid var(--lADAdXUffFnx);
border-radius: 16px;
}

.cxFYxdPzIawi td {
border: 1px solid var(--lADAdXUffFnx);
border-radius: 6px;
}

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

}

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

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

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

.cxFYxdPzIawi table tbody tr {
border-bottom: 1px solid var(--OQLlHuUZzmnd);
background-color: var(--TOUbleinIJLH);
}

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

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

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

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

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

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

/*Footer*/
.BrOoEHcYMfaS {
background-color: var(--gCTUVnDqqstA);
color: var(--WSRVPOtPBEMp);
}

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

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

.JOaSJBhZacPc:hover {
opacity: 1;
}

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

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

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

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

.PzGzTYmTlWPp_item a{
color: var(--janABgZimIEJ);
}
.WmKSRAGXmIEB {
display: none;
background: none;
border: none;
font-size: 2rem;
cursor: pointer;
margin-left: auto;
z-index: 1001;
}
.hDHsATOABCsV {
display: block;
padding: 0.5em 1em;
cursor: pointer;
text-decoration: none;
color: inherit;
}

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

.gOBwpOJyAuDN:hover > .bIsXMUjfGNgY {
display: block;
}


.RdCLJzBomazM {
margin: 0;
}

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

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


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

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

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

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

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

.acfSdaQQraQX:hover {
text-decoration: underline;
color: var(--UuIjKBhzIULN);
}

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

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

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

.SHJGrPdIbshx {
display: flex;
}

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

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


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

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

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

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


/*Media*/
@media(max-width: 1100px){
#main-nav + .DezkmGkoOOJQ > .AmnmlIvqXnvU {
 font-size: 18px;
padding: 10px 15px;
}
}
@media(max-width: 1200px){
.inside-BrOoEHcYMfaS{
padding: 30px 15px;
text-align: center;
}
}

@media(max-width: 992px){
.DezkmGkoOOJQ:nth-child(1),
.DezkmGkoOOJQ:nth-child(2),
.DezkmGkoOOJQ:nth-child(3){
width: 33%;
}
.JoTMqaoHgTBi{
text-align: center;
padding: 0 10px;
}
.fsrINGGAHAcF {
margin-left: 10px;
}
.pPYHCgjjnpfd{
padding: 0 15px;
display: flex;
}
.yUKloEiLefEI .DezkmGkoOOJQ{
    margin-right:0;
}
.WmKSRAGXmIEB {
display: block;
color: var(--WSRVPOtPBEMp);
order:2;

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

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

}
#main-nav.active {
display: flex;
width: 100%;
order: 3;
}
.pPYHCgjjnpfd {
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
}
.UBJLXPHPPubK {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.IscfxWwqrovR__box {
padding: 0 10px;
}
.iziNzrRFUiqs {
padding: 20px 50px;
}
}

@media(max-width: 756px){
.IscfxWwqrovR {
    height: unset;
}
.WItuZUYqKcDb{
flex-wrap: wrap;
}
.DezkmGkoOOJQ:nth-child(1){
width: 100%;
justify-content: center;
}
.DezkmGkoOOJQ:nth-child(2){
width: 50%;
border: none;
height: 70px;
}
.DezkmGkoOOJQ:nth-child(3) {
width: 50%;
}
.IscfxWwqrovR__box{
padding: 0;
}
.iziNzrRFUiqs{
padding: 15px 50px;
}

.IscfxWwqrovR__box {
flex-direction: column;
margin: 20px 0 20px 0;
}
.IscfxWwqrovR__text{
margin-top: 15px;
}
.iziNzrRFUiqs {
padding: 20px 40px;
font-size: 24px;
}
}

@media(max-width: 576px){
.iziNzrRFUiqs {
padding: 15px 30px;
font-size: 21px;
}
.sgFVCQtnNBUR a {
font-size: 24px;
}
.suWkmBClzAxC {
flex-wrap: wrap;
}
.suWkmBClzAxC .cxOnMYdQCenL {
width: 100%;
}
.DdnBzrzKFBCn {
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;
}
.YBpXVPlheSrd {
width: 100%;
margin: 20px auto 15px auto;
}

.PzGzTYmTlWPp{
margin-top: 20px;
}
.VPhZJNqdTnQK{
display: flex;
justify-content: center;
margin-left: auto;
}
.VPhZJNqdTnQK img {
width: 50px;
}
 .pPYHCgjjnpfd .BSWZVIrVtTni {
display: none;
}
}

@media(max-width: 480px){
.DezkmGkoOOJQ:nth-child(1) {
flex-direction: column;
}
.DezkmGkoOOJQ:nth-child(2),
.DezkmGkoOOJQ:nth-child(3) {
width: 100%;
}
.fsrINGGAHAcF {
margin-left: 0px;
}
.iziNzrRFUiqs{
padding: 15px;
}
.AmnmlIvqXnvU{
padding: 10px 20px;
}
.sgFVCQtnNBUR{
max-width: 280px;
padding: 10px;
}
.JOaSJBhZacPc {
position: fixed;
bottom: 30px;
right: 30px;
width: 30px;
height: 30px;
}
.JOaSJBhZacPc::after, .btn-up::before {
width: 14px;
}
.iziNzrRFUiqs {
font-size: 19px;
}
.FTzXviqqQRFE {
width: 100px;
}
.JoTMqaoHgTBi{
font-size: 14px;
}
}
@media(max-width: 375px){
#main-nav + .DezkmGkoOOJQ > .AmnmlIvqXnvU {
padding: 10px 10px;
 font-size: 16px;
}
}
/*popup*/
.CCXmvGkRDGMr {
background: var(--hVNBhRbhgftO);
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;
}
.CCXmvGkRDGMr__info {
display: flex;
}
.CCXmvGkRDGMr__box {
margin-left: 15px;
}
.CCXmvGkRDGMr__img {
width: 130px;
height: 100%;
border-radius: 16px;
}
.CCXmvGkRDGMr__title {
font-size: 24px;
font-weight: 600;
}
.CCXmvGkRDGMr__sub-title {
margin-top: 10px;
color: var(--janABgZimIEJ);
}
.CCXmvGkRDGMr__btn {
width: 240px;
height: 50px;
margin: 10px auto 0 auto;
background: var(--kFIQnzLXJDNy);
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(--TOUbleinIJLH);
}
.CCXmvGkRDGMr__btn:hover{
background: var(--hpoVQPefjeIV);
transition: all 0.7s ease-in-out;
color: var(--TOUbleinIJLH);
}
.CCXmvGkRDGMr__close {
width: 30px;
height: 30px;
background-color: #eee;
position: absolute;
left: -15px;
top: -15px;
border-radius: 15px;
border: 1px solid #1e232f;
cursor: pointer;
}
.CCXmvGkRDGMr__close-wrap {
position: relative;
}
.CCXmvGkRDGMr__close-wrap::after {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(-45deg);
top: 12px;
left: 3px;
}
.CCXmvGkRDGMr__close-wrap::before {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(45deg);
top: 12px;
left: 3px;
}
.CCXmvGkRDGMr__show {
opacity: 1;
left: 40px;
transition: all 0.3s ease-in-out;
visibility: visible;
}
@media(max-width: 576px){
.CCXmvGkRDGMr{
max-width: 93%;
left: 20px;
padding-right: 15px;
}
.CCXmvGkRDGMr__img {
width: 70px;
}
.CCXmvGkRDGMr__sub-title {
margin-right: 15px;
}
.CCXmvGkRDGMr__btn{
width: 220px;
}
}
@media(max-width: 480px){

.CCXmvGkRDGMr__info {
display: flex;
flex-direction: column;
align-items: center;
}
.CCXmvGkRDGMr__btn {
width: 200px;
margin-top: 0;
height: 40px;
}
.CCXmvGkRDGMr__sub-title {
margin-right: 0;
text-align: center;
}
.CCXmvGkRDGMr__box {
margin-left: 0;
}
}
