:root {
        --WpRcSVKIesRz: #94A1E6;
        --fQmXGkyEQtJj: #BF1902;
        --VgDSzUcjvPQY: #D4634C;
        --xrGzHWkfnYwS: #99AADE;
        --fyLoUxoxKWUd: #e9eaea;
        --TUnrCLioWPUW: #000;
        --dXGPEHHcDLYn: #ed4e7a;
        --gcktzfJGfeXZ: #b00000;
        --KpdeOFbnwmOB: #fff;
        --ujUxBWrNSeSd: #B31F01;
        --ZtFdetRkVNqW: #CE6D39;
        --iqdFsyLthbNx: #fff;
        --yVebwgHzRcqh: #d8cece;
        --YXrtKrDJvdAE: #000000;
        --LACVAprAGAXC: #3d14fa;
        --KlJheZWpMDcG: #250c91;
        --XsMlLaxZCzYF: #ddd;
        --xJUUMTbVPStG: left;
        --ufZvsLcxKfBA: left;
        --cBYEgdEfWTsC: '➤';
        --caLkdZUEVBHT: '⮞';
        --yVqltmrdTXIi: '⇨';
        --wWaqPiWSWoMT: '★';
        --LQvUzbqScsaH: '→';
    }

* {
box-sizing: border-box;
}

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

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

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

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

.QaFWThPxhGle,
.lPdGGiStFwBH,
.inside-VgurddDeYVVM {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}
.AQcqEPdeTtFK {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
}

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


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

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

.khTMHBKdayxO .PvWhCacIqCPa{
margin-right:20px;
justify-content: flex-end;
flex-grow: 2;
font-weight: 600;
text-align:center;
}
#main-nav + .PvWhCacIqCPa > .rCekvTNdidNK {
  animation: pulse 2s infinite;
}

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

}

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

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

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


.BCyBqXZQsqYE {
list-style: none;
display: flex;
align-items: flex-start;
gap: 20px;
font-weight: 700;
font-size: 18px;
}

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


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

}

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

.MqKLsZcluRuv {
text-align: var(--xJUUMTbVPStG);
}

.UsWxXKRrrlMG {
background-color: var(--fQmXGkyEQtJj);
color: var(--KpdeOFbnwmOB);
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;
}

.UsWxXKRrrlMG:hover {
background-color: var(--VgDSzUcjvPQY);
}

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

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

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

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

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

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

.NACzSYWyrVgF:hover {
background-color: var(--VgDSzUcjvPQY);
}

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

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

.zjLeulXXvKun__btn:hover {
background-color: var(--VgDSzUcjvPQY);
color: var(--KpdeOFbnwmOB);
}

.zjLeulXXvKun__text {
font-weight: 400;
}

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

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

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

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

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

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

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

.qCGUYsoHlsoj {
width: 150px;
}

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

.GAppHAksCvQP {
margin-left: 24px;
}

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

.PbMWFBwISUvY {
color: var(--VgDSzUcjvPQY);
font-size: 24px;
}

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

.rCekvTNdidNK:hover {
background-color: var(--VgDSzUcjvPQY);
color: var(--KpdeOFbnwmOB);
}

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

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

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

.RRmwaQqgvEiZ .IzvFuCAYsQsU {
width: 48%;
}

.RRmwaQqgvEiZ h3 {
margin-top: 0;
}

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

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

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

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

.RRmwaQqgvEiZ .IzvFuCAYsQsU:first-child .MqKLsZcluRuv {
color: green;
}

.RRmwaQqgvEiZ .IzvFuCAYsQsU:last-child .MqKLsZcluRuv {
color: red;
}

.RRmwaQqgvEiZ .IzvFuCAYsQsU:first-child li::before {
color: green;
}

.RRmwaQqgvEiZ .IzvFuCAYsQsU:last-child li::before {
color: red;
}

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

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

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

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

}

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

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

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

.OqbHMpeZPsLG table tbody tr {
border-bottom: 1px solid var(--XsMlLaxZCzYF);
background-color: var(--KpdeOFbnwmOB);
}

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

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

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

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

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

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

/*Footer*/
.VgurddDeYVVM {
background-color: var(--xrGzHWkfnYwS);
color: var(--YXrtKrDJvdAE);
}

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

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

.JEdVsWGKIaOk:hover {
opacity: 1;
}

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

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

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

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

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

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

.yOYtMDdpawjw:hover > .jaKNzFkRCqxY {
display: block;
}


.tjAserMPGdjE {
margin: 0;
}

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

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


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

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

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

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

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

.WuVKLLydoUzx:hover {
text-decoration: underline;
color: var(--gcktzfJGfeXZ);
}

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

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

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

.rxBYlvnoRMIW {
display: flex;
}

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

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


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

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

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

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


/*Media*/
@media(max-width: 1100px){
#main-nav + .PvWhCacIqCPa > .rCekvTNdidNK {
 font-size: 18px;
padding: 10px 15px;
}

}
@media(max-width: 1200px){
.inside-VgurddDeYVVM{
padding: 30px 15px;
text-align: center;
}
}

@media(max-width: 992px){
.PvWhCacIqCPa:nth-child(1),
.PvWhCacIqCPa:nth-child(2),
.PvWhCacIqCPa:nth-child(3){
width: 33%;
}
.eUQzEDJTIhBC{
text-align: center;
padding: 0 10px;
}
.GAppHAksCvQP {
margin-left: 10px;
}
.PXMWotSPvWzZ{
padding: 0 15px;
display: flex;
}
.khTMHBKdayxO .PvWhCacIqCPa{
    margin-right:0;
}
.dmpHzNdWukgI {
display: block;
color: var(--YXrtKrDJvdAE);
order:2;
}
.XbEQpUIRCmmz nav ul {
flex-direction: column;
gap: 20px;

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

}
#main-nav.active {
display: flex;
width: 100%;
order: 3;
}
.PXMWotSPvWzZ {
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
}
.XbEQpUIRCmmz {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.zjLeulXXvKun__box {
padding: 0 10px;
}
.NACzSYWyrVgF {
padding: 20px 50px;
}
}
@media(max-width: 756px){
.zjLeulXXvKun {
    height: unset;
}
.xXtGpywvxuiV{
flex-wrap: wrap;
}
.PvWhCacIqCPa:nth-child(1){
width: 100%;
justify-content: center;
}
.PvWhCacIqCPa:nth-child(2){
width: 50%;
border: none;
height: 70px;
}
.PvWhCacIqCPa:nth-child(3) {
width: 50%;
}
.zjLeulXXvKun__box{
padding: 0;
}
.NACzSYWyrVgF{
padding: 15px 50px;
}
.zjLeulXXvKun__box {
flex-direction: column;
margin: 20px 0 20px 0;
}
.zjLeulXXvKun__text{
margin-top: 15px;
}
.NACzSYWyrVgF {
padding: 20px 40px;
font-size: 24px;
}
}

@media(max-width: 576px){
.NACzSYWyrVgF {
padding: 15px 30px;
font-size: 21px;
}
.UsWxXKRrrlMG a {
font-size: 24px;
}
.RRmwaQqgvEiZ {
flex-wrap: wrap;
}
.RRmwaQqgvEiZ .IzvFuCAYsQsU {
width: 100%;
}
.lzLxzASRCpEX {
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;
}
.cnLhIoLUvsqk {
width: 100%;
margin: 20px auto 15px auto;
}

.XAsFCSuxefWn{
margin-top: 20px;
}
.AQcqEPdeTtFK{
display: flex;
justify-content: center;
margin-left: auto;
}
.AQcqEPdeTtFK img {
width: 50px;
}
 .PXMWotSPvWzZ .CjuSsAqItnqQ {
display: none;
}
}

@media(max-width: 480px){
.PvWhCacIqCPa:nth-child(1) {
flex-direction: column;
}
.PvWhCacIqCPa:nth-child(2),
.PvWhCacIqCPa:nth-child(3) {
width: 100%;
}
.GAppHAksCvQP {
margin-left: 0px;
}
.NACzSYWyrVgF{
padding: 15px;
}
.rCekvTNdidNK{
padding: 10px 20px;
}
.UsWxXKRrrlMG{
max-width: 280px;
padding: 10px;
}
.JEdVsWGKIaOk {
position: fixed;
bottom: 30px;
right: 30px;
width: 30px;
height: 30px;
}
.JEdVsWGKIaOk::after, .btn-up::before {
width: 14px;
}
.NACzSYWyrVgF {
font-size: 19px;
}
.qCGUYsoHlsoj {
width: 100px;
}
.eUQzEDJTIhBC{
font-size: 14px;
}
}
@media(max-width: 375px){
#main-nav + .PvWhCacIqCPa > .rCekvTNdidNK {
padding: 10px 10px;
 font-size: 16px;
}
}
/*popup*/
.cgBKDvtObSvd {
background: var(--iqdFsyLthbNx);
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;
}
.cgBKDvtObSvd__info {
display: flex;
}
.cgBKDvtObSvd__box {
margin-left: 15px;
}
.cgBKDvtObSvd__img {
width: 130px;
height: 100%;
border-radius: 16px;
}
.cgBKDvtObSvd__title {
font-size: 24px;
font-weight: 600;
}
.cgBKDvtObSvd__sub-title {
margin-top: 10px;
color: var(--TUnrCLioWPUW);
}
.cgBKDvtObSvd__btn {
width: 240px;
height: 50px;
margin: 10px auto 0 auto;
background: var(--fQmXGkyEQtJj);
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(--KpdeOFbnwmOB);
}
.cgBKDvtObSvd__btn:hover{
background: var(--VgDSzUcjvPQY);
transition: all 0.7s ease-in-out;
color: var(--KpdeOFbnwmOB);
}
.cgBKDvtObSvd__close {
width: 30px;
height: 30px;
background-color: #eee;
position: absolute;
left: -15px;
top: -15px;
border-radius: 15px;
border: 1px solid #1e232f;
cursor: pointer;
}
.cgBKDvtObSvd__close-wrap {
position: relative;
}
.cgBKDvtObSvd__close-wrap::after {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(-45deg);
top: 12px;
left: 3px;
}
.cgBKDvtObSvd__close-wrap::before {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(45deg);
top: 12px;
left: 3px;
}
.cgBKDvtObSvd__show {
opacity: 1;
left: 40px;
transition: all 0.3s ease-in-out;
visibility: visible;
}
@media(max-width: 576px){
.cgBKDvtObSvd{
max-width: 93%;
left: 20px;
padding-right: 15px;
}
.cgBKDvtObSvd__img {
width: 70px;
}
.cgBKDvtObSvd__sub-title {
margin-right: 15px;
}
.cgBKDvtObSvd__btn{
width: 220px;
}
}
@media(max-width: 480px){

.cgBKDvtObSvd__info {
display: flex;
flex-direction: column;
align-items: center;
}
.cgBKDvtObSvd__btn {
width: 200px;
margin-top: 0;
height: 40px;
}
.cgBKDvtObSvd__sub-title {
margin-right: 0;
text-align: center;
}
.cgBKDvtObSvd__box {
margin-left: 0;
}
}
