:root{
--x-slider-width:1200px;
--x-componentArticleColor:#0a0a0a;
--x-componentGamePageBg:#3a2740;
--x-componentGamePageColorGameName:#f0d060;
--x-componentFaqIconColor:#c41a7a;
--x-componentFaqBg:#ffe2dc;
--x-componentFaqTextColor:#0a0a0a;
--x-componentGameCardIconPlayColor:#1e1328;
--x-componentGameCardNameColor:#1e1328;
--x-componentGameCardProviderColor:#1e1328;
--x-footerBg:#e8e8fc;
--x-footerMenuLinkColor:#0a0a0a;
--x-footerMenuLinkBorderColor:#0a0a0a;
--x-footerProvidersBorderColor:#1e1328;
--x-footerTextColor:#0a0a0a;
--x-headerMenuLinkColor:#0a0a0a;
--x-headerMobileMenuBtnOpenClose:#c41a7a;
--x-headerMobileMenuLinkColor:#0a0a0a;
--x-headerMobileMenuLinkActiveColor:#0a0a0a;
--x-componentNameColor:#0a0a0a;
--x-primaryColor:#0a0a0a;
--x-secondaryColor:#0a0a0a;
--x-primaryBg:#fff0f7;
--x-defaultBorder:linear-gradient(95deg,rgba(232,229,10,1) 0%,rgba(122,40,212,1) 100%);
--x-headerBg:linear-gradient(182deg,rgba(255,240,247,1) 0%,rgba(90,4,112,1) 100%);
--x-tableOfContentColor:#0a0a0a;
--x-backgroundCookies:linear-gradient(95deg,rgba(232,229,10,1) 0%,rgba(122,40,212,1) 100%);
--x-colorCookies:#0a0a0a;
--x-backgroundCookiesLogo:linear-gradient(95deg,rgba(232,229,10,1) 0%,rgba(122,40,212,1) 100%);
--x-mobileMenuBg:#fff0f7;
--x-backgroundSections:linear-gradient(95deg,rgba(42,46,56,1) 0%,rgba(42,46,56,1) 100%);
--x-headingColor:#c41a7a;
--x-sliderHeaderTextColor:#fff;
--x-sliderHeaderTextColor2:#c41a7a;
--x-boxSize:1180px;
--x-bodyFont:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
}
*{box-sizing:border-box}
body{position:relative;display:flex;flex-direction:column;background:var(--x-primaryBg)!important;padding:0;margin:0;font-family:var(--x-bodyFont);font-size:15px;line-height:1.62;letter-spacing:.02em;scrollbar-width:none}
body::-webkit-scrollbar{display:none}
.x-btn{box-sizing:border-box;cursor:pointer;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;user-select:none;border:none;font-size:13px;line-height:1.68;font-weight:600;letter-spacing:.065em;padding:11px 18px;border-radius:28px;transition:background 280ms ease-in-out}
.x-btn.x-btn-primary{background:linear-gradient(0deg,rgba(232,15,94,1) 76%,rgba(240,168,208,1) 100%);color:#fff}
.x-btn.x-btn-secondary{background:linear-gradient(0deg,rgba(232,15,94,1) 76%,rgba(240,168,208,1) 100%);color:#fff}
@media screen and (max-width:590px){.x-btn{font-size:12px;min-height:42px;padding:8px 22px}}
.x-header{position:sticky;top:0;left:0;right:0;z-index:2;background:var(--x-headerBg);height:76px;padding:14px 0;box-sizing:border-box}
@media screen and (max-width:590px){.x-header{display:flex;justify-content:flex-start}}
.x-header-inner{max-width:var(--x-boxSize);margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 12px}
@media screen and (max-width:590px){.x-header-inner{padding:0 14px;width:100%}}
.x-header .x-logo-wrap{display:block;position:relative}
.x-header .x-logo-wrap img{max-width:300px;height:auto}
@media screen and (max-width:590px){.x-header .x-logo-wrap{height:42px;width:115px}}
.x-header-auth{display:flex;align-items:center;gap:12px}
.x-slider-wrap{min-height:310px}
@media screen and (max-width:590px){.x-slider-wrap{max-height:368px}}
.x-slider-item{width:100%;min-height:368px;display:flex;align-items:stretch}
.x-slider-item-inner{position:relative;width:100%;max-width:var(--x-boxSize);margin:0 auto;background-size:contain;background-repeat:no-repeat;background-position:center}
.x-slider-content{display:flex;padding:0 5%;height:100%;align-items:center;justify-content:flex-start}
.x-slider-title{font-size:2.95rem;line-height:1.12;font-weight:700;letter-spacing:.025em;color:var(--x-sliderHeaderTextColor);text-shadow:0 5px 5px rgba(89,96,112,.42)}
@media screen and (max-width:590px){.x-slider-title{font-size:1.7rem}}
.x-slider-subtitle{font-size:1.2rem;font-weight:700;margin:0;padding:0;color:var(--x-sliderHeaderTextColor2)}
@media screen and (max-width:590px){.x-slider-subtitle{font-size:1rem}}
.x-layout{padding-left:56px;padding-right:56px;max-width:var(--x-boxSize);margin:0 auto}
@media screen and (max-width:590px){.x-layout{padding:0 18px}}
.x-page-content{display:flex;flex-direction:column;row-gap:18px;margin-top:18px}
.x-page-content article{padding-left:0;padding-right:0;margin-bottom:0}
.x-name-heading{margin:28px auto 22px;font-weight:600;font-size:1.45rem;color:var(--x-componentNameColor);line-height:1.55;display:block;text-align:left;text-transform:uppercase}
@media screen and (max-width:590px){.x-name-heading{margin:18px 0;font-size:1.35rem}}
.x-game-list{padding:0;list-style:none;display:flex;flex-wrap:wrap;row-gap:12px;column-gap:20px;max-width:1780px;margin:0 auto 26px}
@media screen and (max-width:590px){.x-game-list{column-gap:12px;justify-content:center;padding:0 6px}}
.x-game-card{width:178px;height:248px;position:relative;border-radius:14px;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,.22)}
.x-game-card:after{content:"";background:linear-gradient(0deg,#000a12,rgba(0,10,18,0));width:100%;height:20%;position:absolute;bottom:0}
@media screen and (max-width:590px){.x-game-card{max-width:195px;width:100%}}
.x-game-card-img{width:100%;height:100%;position:relative;overflow:hidden}
.x-game-card-img img{transition:transform 220ms ease-in-out;position:static!important;width:100%;height:100%;object-fit:cover;display:block}
.x-game-card .x-game-hover{position:absolute;box-sizing:border-box;top:0;left:0;right:0;opacity:0;transition:opacity 280ms ease-in-out;display:flex;justify-content:flex-end;flex-direction:column;height:100%;background-color:rgba(0,10,18,.62);padding:14px;z-index:1}
@media screen and (max-width:590px){.x-game-card .x-game-hover{opacity:1}}
.x-game-card:hover .x-game-hover{opacity:1}
.x-game-card:hover .x-game-card-img img{transform:scale(1.48)}
.x-game-hover .x-game-title{font-size:13px;line-height:1.72;text-transform:uppercase;font-weight:600;color:var(--x-primaryColor);text-align:center;margin-bottom:18px}
.x-game-hover .x-game-actions{display:flex;gap:12px;flex-direction:column}
.x-section-card{width:100%;border-radius:14px;background:var(--x-backgroundSections);overflow:hidden;display:flex;flex-direction:column;row-gap:12px;margin-bottom:26px}
.x-section-header{display:flex;justify-content:space-between;align-items:flex-start;padding:18px 18px 0}
.x-section-title{font-size:1.95rem;line-height:1.28;color:var(--x-headingColor);display:flex;column-gap:14px;align-items:center}
.x-section-content{padding:0 0 18px;background:rgba(0,10,18,.18);display:flex;align-items:center;justify-content:space-between;position:relative}
.x-section-content.x-center{justify-content:center}
@media screen and (max-width:590px){.x-section-content{justify-content:center}}
.x-jackpot-totals{list-style:none;display:flex;justify-content:flex-start;align-items:center;padding:0 18px}
@media screen and (max-width:590px){.x-jackpot-totals{flex-direction:column;row-gap:12px;align-items:flex-start}}
.x-jackpot-totals li{flex:1 1;display:flex;column-gap:12px}
.x-jackpot-logo-wrap{background:rgba(0,10,18,.62);border-radius:14px;width:5.8rem;height:5.8rem;display:flex;justify-content:center;align-items:center}
.x-jackpot-logo-wrap img{position:static!important;height:60px;width:60px;object-fit:contain}
.x-jackpot-winner-info{display:flex;flex-direction:column;justify-content:space-evenly;align-items:baseline}
.x-jackpot-amount{font-size:1.9rem;line-height:1.28;font-weight:800;color:var(--x-secondaryColor)}
.x-jackpot-type{font-size:11px;line-height:1.78;text-transform:uppercase;font-weight:600;letter-spacing:.065em;padding:0 10px;border-radius:8px;background:rgba(0,10,18,.18);color:var(--x-primaryColor)}
.x-jackpot-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:26px;padding:18px 0 0}
@media screen and (max-width:590px){.x-jackpot-grid{grid-template-columns:1fr;row-gap:12px}}
.x-jackpot-block{display:flex;flex-direction:column;row-gap:12px}
.x-jackpot-block-title{font-size:1.22rem;line-height:1.5;font-weight:600;color:var(--x-primaryColor)}
.x-jackpot-block ul{list-style:none;padding:0;margin:0;gap:12px;display:flex;flex-direction:column}
.x-jackpot-row{display:flex;gap:10px;align-items:center;padding:10px 14px 10px 10px;background:rgba(0,10,18,.62);border-radius:8px}
.x-jackpot-row .x-nickname{font-size:12px;line-height:1.42;color:var(--x-primaryColor);flex:1 1}
.x-jackpot-row .x-jackpot-amount{font-size:13px;line-height:1.68;color:var(--x-secondaryColor)}
.x-jackpot-meta{display:flex;flex-direction:column}
.x-jackpot-meta .x-date{color:#b0b8c8;font-size:12px;font-weight:400;line-height:1.42;margin:0;padding:0}
.x-article-wrap{box-sizing:border-box;padding-top:22px;padding-bottom:22px}
.x-article{max-width:var(--x-boxSize);margin:0 auto;color:var(--x-componentArticleColor)!important;padding:0 18px;position:relative;overflow:hidden}
.x-article>:not(:last-child):not(figure){margin:0 0 1.1rem}
.x-article h1,.x-article h2,.x-article h3{color:var(--x-headingColor)}
.x-article h1{font-size:1.95em;font-weight:500}
.x-article h2{font-size:1.62em;font-weight:500}
.x-article h3{font-size:1.38em;font-weight:500}
.x-article img{position:static!important;max-width:100%;height:auto}
figure.x-table{margin-left:0;margin-right:0;overflow:auto;padding:0 12px}
.x-table table{width:100%;border-collapse:collapse}
.x-table td,.x-table th{border:1px solid #333;padding:8px 10px;vertical-align:top;color:var(--x-componentArticleColor)}
.x-table th{text-align:center;font-weight:600}
.x-faq-wrap{margin-bottom:26px}
@media screen and (max-width:590px){.x-faq-wrap{margin-bottom:14px}}
.x-faq-heading{color:var(--x-componentNameColor);font-size:1.62em;margin-bottom:14px}
.x-faq-list{display:flex;width:100%;flex-wrap:wrap;gap:12px;list-style:none;padding:0;margin:0}
@media screen and (max-width:590px){.x-faq-list{flex-direction:column}}
.x-faq-item{flex:1 1;max-width:100%;list-style:none}
.x-faq-q{display:flex;width:100%;justify-content:space-between;align-items:center;cursor:pointer;font-size:1.12rem;font-weight:600;line-height:1.52;padding:14px 24px 13px 20px;color:var(--x-componentFaqTextColor);box-sizing:border-box;background:var(--x-componentFaqBg);border-radius:12px;border:none;text-align:left;font-family:inherit}
.x-faq-q .x-faq-icon{width:20px;height:20px;fill:var(--x-componentFaqIconColor);transition:transform 240ms ease-in-out;flex-shrink:0;margin-left:10px}
.x-faq-item.x-open .x-faq-icon{transform:rotate(45deg)}
.x-faq-a{padding:14px 24px 13px 20px;display:none}
.x-faq-item.x-open .x-faq-a{display:block}
.x-faq-a *{font-size:15px;font-weight:400;color:var(--x-componentFaqTextColor);line-height:1.58}
.x-footer{background-color:var(--x-footerBg);padding:32px 0;clear:both}
.x-footer-inner{margin:0 auto;width:100%;max-width:var(--x-boxSize);display:flex;align-items:flex-start;justify-content:center;column-gap:26px;flex-wrap:wrap}
.x-footer-nav{padding:22px 22px 20px}
.x-footer-nav-list{margin:0;padding:0;list-style:none;display:flex;gap:12px;flex-wrap:wrap;justify-content:center}
.x-footer-nav-list a{text-decoration:none;color:var(--x-footerMenuLinkColor);font-size:14px}
li:not(:last-child) .x-footer-nav-list a{border-right:2px solid var(--x-footerMenuLinkBorderColor);padding-right:12px}
.x-footer-logo{position:relative;width:200px;height:60px;display:flex;justify-content:center;align-items:center}
.x-footer-logo img{position:static!important;max-width:100%;height:auto;max-height:100%}
.x-footer-providers{padding:12px 32px;margin:0 auto;width:100%;max-width:var(--x-boxSize)}
.x-footer-providers ul{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:18px 32px;justify-content:center}
.x-footer-providers li{display:flex;justify-content:center;align-items:center}
.x-footer-providers img{max-height:48px;max-width:140px;width:100%;object-fit:contain}
.x-footer-copy{color:var(--x-footerTextColor);text-align:center;font-size:12px;line-height:1.45;width:100%;max-width:var(--x-boxSize);margin:28px auto 0}
.x-breadcrumb{padding:10px 0;font-size:13px;margin:0 0 8px}
.x-breadcrumb a{color:var(--x-headingColor);text-decoration:none}
.x-breadcrumb a:hover{text-decoration:underline}
.x-breadcrumb span{color:#555}
.swiper-wrapper{display:flex}
.swiper-slide{flex-shrink:0}
@media screen and (max-width:590px){.x-game-list li{max-width:185px}}
