
.48a1dc395a808ae5b8937218f8b70c6a { color:#3433;} 
/*
@font-face {
		font-family: 'UbuntuCondensed'; 
		src: url('../fonts/ubuntu-condensed-regular.woff') format('woff');
		font-display: swap;
}
*/
@font-face {
		font-family: 'Ubuntu'; 
		src: url('../fonts/Ubuntu-Regular.woff') format('woff');
		font-display: swap;
}
@font-face {
		font-family: 'Ubuntu'; 
		src: url('../fonts/Ubuntu-Italic.woff') format('woff');
		font-display: swap;
		font-style:italic;
}
@font-face {
		font-family: 'Ubuntu'; 
		src: url('../fonts/Ubuntu-Bold.woff') format('woff');
		font-display: swap;
		font-weight:bold;
} 
* {box-sizing: border-box;}
html {
    max-width: 100vw;
    max-width: 100dvw;
    overflow-x: hidden;
}
div {
	position:relative;
}
body {
    font-family: 'Ubuntu', 'Roboto', Arial, sans-serif;
    background: #252933;
    margin: 0;
    padding-top:64px;
    transition: all 0.6s ease;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	padding-top: 0;
}
body.loaded {opacity: 1;}
.wrap {
    max-width: 1390px;
    margin: 0 auto;
    padding: 0 20px;
}
.margin24 {
    margin: 20px auto;
}
div, main, article, footer {
    position: relative;
}
section {
    position: relative;
}
h1, h2, h3, h4 {
    margin: 0;
}









header {
    position: fixed;
    z-index: 10;
    height: 100px;
    top: 0;
    width: 100%;
    left: 0;
    backdrop-filter: blur(19px);
    background: rgb(255 255 255 / 11%);
    transition: all 0.6s ease;
}
header .wrap {
    display: grid;
    grid-template-columns: 200px 1fr;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
header  .logo {
    width: 100%;
    max-height: 64px;
}
header  .logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 50px;
}
header .wrap nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0px;
    height: 100%;
}
header nav .link {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    transition: all 0.6s ease;
    height: 100%;
    padding: 0 20px;
}
header nav .link:hover {
    opacity: 1;
    background: #fff;
    color: #323232;
}
.scrolled header {
    height: 64px;
}







body > nav {
    display: none;
}



section.promo-block, section.promo-block .wrap {
    width: 100%;
    height: auto;
    min-height: 100vh;
    min-height: 100dvh;
    min-height: 100svh;
}
section.promo-block > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
section.promo-block .wrap {
    height: 100%;
    position: relative;
}
section.promo-block .pb_card {
    backdrop-filter: blur(16px);
    background: rgba(13, 12, 82, 0.64);
    border-radius: 12px;
    max-width: 700px;
    padding: 50px;
    transition: all 0.6s ease;
}
section.promo-block .pb_card:hover {
    backdrop-filter: blur(8px);
}
section.promo-block .pb_card h1 {
    font-size: 40px;
    color: #fff;
    font-weight: normal;
    margin: 0;
    margin-bottom: 20px;
}
section.promo-block .pb_card p {
    display: block;
    margin: 0;
    font-size: 17px;
    color: #fff;
}
section.promo-block .pb_card .sub {
    margin-top: 100px;
}
section.promo-block .pb_card a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    border-bottom: 1px dashed;
}
section.promo-block .pb_card a:hover {
    border-bottom: none;
}
section.promo-block .wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}







nav.submenu {
    background: #fff;
    width: 100%;
    position: fixed;
    width: 100%;
    height: auto;
    padding: 40px 60px;
    top: 100px;
    z-index: 10;
    left: 0;
    display: block;
    transition: all 0.6s ease;
}
.scrolled nav.submenu {
    top: 64px;
}
header nav .link svg {
    transition: all 0.6s ease;
}
header nav .link:hover svg {
    filter: invert(1);
}
nav.submenu {
    opacity:0;pointer-events:none;
	display:block;
}
header .wrap nav > div {
    height: 100%;
}
header .wrap nav > div:hover .submenu {
    opacity: 1;
    pointer-events: all; 
}
header nav > div:hover .link {
    opacity: 1;
    background: #fff;
    color: #323232;
}
header nav > div:hover .link svg {
    filter: invert(1);
}
header .wrap nav > div:hover .submenu,
header .wrap nav > div .submenu {
    height: auto;
}
nav.submenu .wrap {
    justify-content: center;
    align-items: flex-start;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
nav.submenu .items {
    padding-right: 24px;
}
nav.submenu .items b {
    display: block;
    color: #111359;
    font-size: 20px;
    margin-bottom: 20px;
}
nav.submenu .items .links a {
    display: block;
    color: #292933;
    text-decoration: none;
    transition: all 0.6s ease;
    margin-bottom: 20px;
}
nav.submenu .items .links a:hover {
    color: #a902c5;
}
nav.submenu .img, nav.submenu .items {
    width: 100%;
}
nav.submenu .img img {
    display: block;
    object-fit: contain;
    max-width: 300px;
}
nav.submenu .items .links {
    border-left: 1px solid #0a96df;
    padding-left: 16px;
}


section.promo-block {
    position: sticky;
    top: 0;
}


.casinolist {
    background: #fff;
    padding: 24px 0;
}
.casino-card {
    background: #f6f9fe;
    box-shadow: 0px 0px 5px -2px #000;
    border-radius: 8px;
	    margin-bottom: 15px;
}
.casino-card .general {
    padding: 15px 20px;
}
.casino-card .general h3 {
    position: absolute;
    top: 0;
    margin: 0;
    opacity: 0.03;
    right: 0;
    font-size: 169px;
}
.casino-card .general h3 i {
    display: none;
}
 .casino-card .parts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.casino-card .parts .clogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.casino-card .parts .clogo {
    width: 100%;
    height: auto;
    max-height: 150px;
    padding: 15px;
}
.casino-card .parts .rating:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.2759 0.542941C6.56384 -0.0705088 7.43638 -0.0704886 7.72429 0.542975L8.98165 3.22202C9.09499 3.46353 9.32127 3.63264 9.585 3.67295L12.4609 4.11246C13.1046 4.21083 13.3674 4.99594 12.9127 5.46198L10.7819 7.64564C10.6046 7.82738 10.5241 8.08252 10.5649 8.33313L11.0609 11.374C11.1684 12.0331 10.4688 12.5261 9.88434 12.203L7.38715 10.8225C7.14631 10.6894 6.85395 10.6894 6.6131 10.8225L4.11563 12.203C3.53118 12.5261 2.83154 12.0332 2.93905 11.3741L3.43506 8.33313C3.47594 8.08252 3.39542 7.82738 3.21808 7.64564L1.08733 5.46198C0.632572 4.99594 0.895372 4.21083 1.53905 4.11246L4.41503 3.67294C4.67874 3.63264 4.90501 3.46354 5.01836 3.22205L6.2759 0.542941Z' fill='%23FFD600'/%3E%3C/svg%3E%0A");
    content: '';
    width: 16px;
    height: 16px;
    display: block; 
    background-repeat: no-repeat;
    background-position: center;
}
.casino-card .parts .rating {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: bold;
    background: #ff16d6;
    width: 50px;
    border-radius: 5px;
    justify-content: center;
    position: absolute;
    top: 0px;
    left: 0;
}
.casino-card .parts .stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1px;
    background: #eee;
}
.casino-card .parts .stats > div {
    background: #f6f9fe;
    height: 100%;
    display: flex;
    align-items: baseline;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
}
ins,
.casino-card .parts .stats > div ins {
    text-decoration: none;
}
.casino-card .parts .stats > div ins i {
    display: block;
    font-size: 13px;
    font-style: normal;
    opacity: 0.6;
}
.casino-card .parts .stats > div ins b {
    display: block;
    margin-top: 4px;
    font-size: 24px;
    color: #291f2d;
}
.casino-card .parts .stats > div span {
    font-size: 13px;
    color: #888;
}
.casino-card .parts .stats > div span b {
    color: #121212;
}
.casino-card .parts .stats > div:nth-child(2) {
    padding-left: 20px;
}
.casino-card .payment_methods {
    text-align: center;
}
.casino-card .payment_methods > b {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
}
.casino-card .ctrl_reviews {
    display: block;
    text-align: center;
    display: grid;
}
.casino-card .ctrl_reviews a {
    color: #2e72c9;
}
.btn.btn-blue,
.casino-card .ctrl_reviews .pnow {
    margin: 15px auto;
    display: flex;
    width: auto;
    text-align: center;
    background: #6d20fd;
    color: #fff;
    min-height: 30px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.6s ease;
    border-radius: 8px;
    padding: 0 24px;
}
.btn.btn-blue:hover,
.casino-card .ctrl_reviews .pnow:hover {
	background: #430fa5;
}
.casino-card {
    color: #333;
}
.casino-card .ctrl_reviews .moreinfo {
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.casino-card .parts {
    display: grid;
    grid-template-columns: 200px 1fr 1fr 175px;
}
.casino-card .ctrl_reviews .moreinfo i {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M5.70711 9.71069C5.31658 10.1012 5.31658 10.7344 5.70711 11.1249L10.5993 16.0123C11.3805 16.7927 12.6463 16.7924 13.4271 16.0117L18.3174 11.1213C18.708 10.7308 18.708 10.0976 18.3174 9.70708C17.9269 9.31655 17.2937 9.31655 16.9032 9.70708L12.7176 13.8927C12.3271 14.2833 11.6939 14.2832 11.3034 13.8927L7.12132 9.71069C6.7308 9.32016 6.09763 9.32016 5.70711 9.71069Z' fill='%230F0F0F'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
    background-size: 20px;
    background-position: center;
    transition: all 0.6s ease;
}
.casino-card .general > p {
    color: #777;
    font-size: 13px;
    margin: 10px 0;
}

.casino-card .specs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    padding: 16px 24px;
}
.casino-card .specs .textinfo h4 {
    font-size: 17px;
    color: #3b3f6b;
    margin: 0;
}
.casino-card .specs .textinfo p {
    display: block;
    margin: 0;
    margin-top: 17px;
    font-size: 14px;
    line-height: 1.4;
    color: #454545;
    padding-right: 24px;
}
.casino-card .pros_cons h4 {
    margin: 0;
    height: 30px;
    display: flex;
    gap: 5px;
    color: #424242;
    align-items: center;
}
.casino-card .pros_cons h4 i {
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
}
.casino-card .pros_cons h4 i.pros {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='28' height='27' viewBox='0 0 28 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13.625' cy='13.5' r='11.625' fill='%235848D5' stroke='%235848D5' stroke-opacity='0.3' stroke-width='3.63283'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.596 12.5291V7.18921L12.6542 7.18921L12.6542 12.5291H7.31433V14.4709H12.6542L12.6542 19.8106H14.596V14.4709H19.9358V12.5291H14.596Z' fill='white'/%3E%3C/svg%3E%0A");
}
.casino-card .pros_cons h4 i.cons {
	background-image: url("data:image/svg+xml,%0A%3Csvg width='28' height='27' viewBox='0 0 28 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13.625' cy='13.5' r='11.625' fill='%23F77088' stroke='%23F77088' stroke-opacity='0.3' stroke-width='3.63283'/%3E%3Cpath d='M7.31433 12.5292H19.9358V14.4709H7.31433V12.5292Z' fill='white'/%3E%3C/svg%3E%0A");
}
.casino-card .pros_cons ul {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 24px;
    list-style: none;
    padding: 0;
}
.casino-card .pros_cons .cons_ul li,
.casino-card .pros_cons .pros_ul li {
    padding-left: 18px;
    position: relative;
    transition: 0.3s ease-in-out;
    font-size: 12px;
    margin-bottom: 5px;
    display: flex;
    gap: 5px;
    align-items: center;
    min-height: 10px;
    padding: 0;
    padding-left: 10px;
}
.casino-card .pros_cons .pros_ul li:before {
    content: '';
    background-image: url("data:image/svg+xml,%0A%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.76926 4.23085V0H4.2308V4.23085H0V5.76931H4.2308V10H5.76926V5.76931H10V4.23085H5.76926Z' fill='%235848D5'/%3E%3C/svg%3E%0A");
    width: 10px;
    height: 10px;
    display: block;
}
.casino-card .pros_cons .cons_ul li:before {
    content: '';
    background-image: url("data:image/svg+xml,%0A%3Csvg width='10' height='2' viewBox='0 0 10 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.230835H10V1.7693H0V0.230835Z' fill='%23F77088'/%3E%3C/svg%3E%0A");
    width: 10px;
    height: 2px;
    display: block;
}
.casino-card .params .head {
    background: #102659;
    border-radius: 8px 8px 0 0;
    padding: 6px 20px;
    color: #fff;
}
.casino-card .params .rows {
    background: #fff;
    padding-bottom: 15px;
    list-style: none;
    margin: 20px 0;
    padding: 0 20px;
    margin-top: 10px;
}
.casino-card .params .rows li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding: 6px 0;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}
.casino-card .params .rows span {
    opacity: 0.5;
    display: flex;
    gap: 3px;
    align-items: center;
}
.casino-card .params .rows span i {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.8'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 3.68999C3 3.40833 3.22833 3.17999 3.51 3.17999H8.49C8.77167 3.17999 9 3.40833 9 3.68999C9 3.97166 8.77167 4.19999 8.49 4.19999H3.51C3.22833 4.19999 3 3.97166 3 3.68999Z' fill='%23425466'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 6.09002C3 5.80835 3.22833 5.58002 3.51 5.58002H8.49C8.77167 5.58002 9 5.80835 9 6.09002C9 6.37168 8.77167 6.60002 8.49 6.60002H3.51C3.22833 6.60002 3 6.37168 3 6.09002Z' fill='%23425466'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 8.49004C3 8.20838 3.22833 7.98004 3.51 7.98004H8.49C8.77167 7.98004 9 8.20838 9 8.49004C9 8.77171 8.77167 9.00004 8.49 9.00004H3.51C3.22833 9.00004 3 8.77171 3 8.49004Z' fill='%23425466'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.8 1.2H1.2V10.8H10.8V1.2ZM1.2 0C0.537258 0 0 0.537259 0 1.2V10.8C0 11.4627 0.537259 12 1.2 12H10.8C11.4627 12 12 11.4627 12 10.8V1.2C12 0.537258 11.4627 0 10.8 0H1.2Z' fill='%23425466'/%3E%3C/g%3E%3C/svg%3E%0A");
    width: 12px;
    height: 12px;
}
.casino-card .params .rows b {
    color: rgb(66, 84, 102);
}
.casino-card .specs {
    display: none;
}
.casino-card.active .specs {
    display: grid;
}
.casino-card.active .ctrl_reviews .moreinfo i {
    transform: rotate(180deg);
}

.casinolist { 
    /*position: sticky;*/
    
}
section.blueblock {
    background: #0d0c52;
    padding: 50px 0;
    color: #fff;
    /*position: sticky;*/
     
}




















section h2,
section.blueblock h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
}
section.blueblock p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.whitblock.content {
    background: #fff;
    padding: 48px 0;
    /*position: sticky;*/ 
}
.whitblock.content h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 24px;
    color: #012879;
}
table {
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    border-collapse: collapse;
}
table th {
    background: #3f2351;
    padding: 6px 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
}
table td {
    padding: 6px 24px;
    color: #535353;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 13px;
    text-align: left;
    border: 1px solid #dadada;background: #fff;
}
table tbody tr:nth-child(even) {
    background: #cccccc36;
}



section.howto {
    background: #34486e;
    padding: 48px 0;
    /*position: sticky;*/ 
}
section.howto h2 {
    text-align: center;
    font-size: 40px;
    color: #fff;
    margin-bottom: 24px;
}
.howtoitem {
    background: #364c75;
    border-radius: 8px;
    max-width: 640px;
    margin: 0 auto;
    padding: 12px;
    margin-bottom: 12px;
}
.howtoitem h3 {
    font-size: 20px;
    color: #dfeaff;
}
.howtoitem p {
    color: #fff;
    font-size: 13px;
    margin: 0;
    margin-top: 10px;
}
section.light.content {
    background: #e3ebf9;
    padding: 48px 0;
    /*position: sticky;*/ 
}
section.light.content .wrap {
    background: #ced2f3;
    max-width: 900px;
    border-radius: 12px;
    padding: 20px 24px;
}
section.light.content .wrap {
    background: #ced2f3;
    max-width: 900px;
    border-radius: 12px;
    padding: 20px 24px;
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
}
section.light.content h2 {
    color: #0d0c52;
    margin-bottom: 20px;
    text-align: left;
}
section.light.content * {
    color: #0d0c52b0;
}
.lishblue {
    padding: 48px 0;
    /*position: sticky;*/
    background: #4590bd;
    color: #fff;
}
.drakblue {
    padding: 48px 0;
    /*position: sticky;*/
    background: #192e49;
    color: #fff;
}
.faq {
    padding: 48px 0;
    /*position: sticky;*/
    background: #101f33;
    color: #fff;
}

[goto] {cursor:pointer;}

.faq h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 24px;
}
.faqitems .fitem {
    margin-bottom: 15px;
    background: #ffffff17;
}
.faqitems .fitem .faqquestion {
    background: #0000002e;
    padding: 15px 24px;
    border-bottom: 1px solid #ffffff21;
}
.faqitems .fitem .faqanswer {
    padding: 10px 24px;
    line-height: 1.5;
    font-size: 14px;
}
section {
    box-shadow: 0px 0px 9px -2px #000;
}
.left-text-img {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 24px;
    margin: 40px auto;
    align-items: center;
}
.left-text-img .i img {
    width: 100%;
    height: auto;
    max-height: 250px;
    object-fit: contain;
}
.right-text-img {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 24px;
    margin: 40px auto;
    align-items: center;
}
.right-text-img .i img {
    width: 100%;
    height: auto;
    max-height: 250px;
    object-fit: contain;
}




footer {
    background: #1b1025;
    padding: 40px 0;
    padding-bottom: 0;
}
.topfoot .wrap {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 24px;
    align-items: center;
}
.topfoot .langs {
    margin-top: 15px;
    text-align: center;
    color: #ffffff4f;
    font-size: 14px;
}
.topfoot .langs a {
    color: #fff;
    text-decoration: none;
}
.topfoot .langs a {
    color: #fff;
	 text-decoration: underline;
}
.topfoot .navlinks {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
    align-items: baseline;
    justify-content: flex-start;
}
.topfoot .navlinks > div b {
    display: block;
    color: #fff;
    font-size: 13px;
    margin-bottom: 20px;
}
.topfoot .navlinks > div a {
    display: block;
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px;
	 text-decoration: none;
}
.topfoot .navlinks > div a:hover {
	    color: #d2a0ff;
	text-decoration: underline;
}
.botfoot {
    background: #422d55;
    padding: 24px 0;
    margin-top: 24px;
    color: #ffffffb8;
}
.botfoot .wrap {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}
.botfoot a {
    color: #eeeeeea6;
}
.botfoot a:hover {
    color: #eeeeee;
}



nav.breadcrumbs {
    display: block;
    /*position: sticky;*/
    background: #ffffffc4;
}
nav.breadcrumbs ul {
    display: flex;
    gap: 5px;
    list-style: none;
    font-size: 13px;
    padding: 10px 0;
    margin: 0;
}
nav.breadcrumbs ul a {
    color: #333;
    text-decoration: none;
}
nav.breadcrumbs ul li:after {
    content: '/';
    opacity: 0.3;
}
nav.breadcrumbs ul li:last-of-type:after {display:none;}

footer .logo img {
    height: 64px;
}
footer .logo {
    margin: 0 auto;
    display: flex;
    justify-content: center;
} 




.gameitems {
    background: #131313;
    padding: 48px 0;
    color: #fff;
}
.games_items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
.gameitems .gameitem {
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
}
.gameitems .gameitem img {
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 2;
    object-fit: cover;
    transition: all 0.6s ease;
}
.gameitems .gameitem:after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' class='icon' version='1.1' xmlns='http://www.w3.org/2000/svg' fill='%23000000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M583.852 120.53H435.026c-205.486 0-372.065 166.579-372.065 372.065v55.81c0 205.486 166.579 372.065 372.065 372.065h148.826c205.486 0 372.065-166.579 372.065-372.065v-55.81c0-205.486-166.579-372.065-372.065-372.065z m-27.905 762.734h-93.016c-200.348 0-362.763-162.414-362.763-362.763 0-200.348 162.416-362.764 362.763-362.764h93.016c200.35 0 362.763 162.416 362.763 362.764 0.001 200.349-162.413 362.763-362.763 362.763z m-46.506-558.096h-93.016s-37.206 103.838-37.206 186.033 37.206 186.033 37.206 186.033h93.016c79.112 0 204.636-186.033 204.636-186.033S588.553 325.168 509.441 325.168z m-18.603 334.859h-37.206s-37.207-87.18-37.207-148.826 37.207-148.826 37.207-148.826h37.206c64.728 0 167.429 148.826 167.429 148.826S555.566 660.027 490.838 660.027z' fill='%2366d9f0'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.6s ease;
    opacity:0;
}
.gameitems .gameitem:hover:after {
	opacity:1;
}
.gameitems .gameitem:hover img {
	opacity:0.5;
}
section.gameitems.lux {
    background: #2c122f;
}
section.gameitems.lux .games_items .gameitem img {
    aspect-ratio: 12 / 5;
}
section.gameitems.lux .games_items {
    grid-template-columns: repeat(3, 1fr);
}



.ulink {
    border-bottom: 1px dashed #294a8e;
    position: relative;
    margin: 10px 0;
    display: inline-flex;
}
.ulink:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg height='200px' width='200px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 502 502' xml:space='preserve' fill='%23000000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath style='fill:%23ffffff;' d='M277.72,161.287c-4.962-11.288-16.219-25.197-42.221-13.767l-22.914,10.073l-21.834-49.668 c-13.15-29.914-45.796-32.126-62.368-16.31c-11.998,11.451-17.455,29.705-9.563,47.657l77.437,177.259 c-18.861-14.285-54.884-14.124-71.008,2.481l0.421-0.637c-17.126,17.637-14.258,42.636,11.729,64.478L276.079,492l198.672-87.338 l1.081-17.311c2.812-45.041-5.197-90.1-23.358-131.413l-15.038-34.208c-0.78-1.773-1.633-3.506-2.556-5.193 c-10.488-19.174-33.962-27.078-54.004-18.363l-14.929,6.492l-16.872-38.38c-7.384-16.797-27.068-24.438-43.812-16.932 L277.72,161.287z'%3E%3C/path%3E%3Cpath d='M461.63,251.914l-15.038-34.207c-0.89-2.026-1.879-4.035-2.938-5.968c-6.272-11.469-16.565-20.103-28.981-24.313 c-12.377-4.196-25.794-3.636-37.784,1.578l-5.795,2.52l-7.405-16.845c-0.001-0.002-0.002-0.005-0.003-0.007l-5.456-12.41 c-4.662-10.604-13.188-18.74-24.007-22.907c-10.766-4.146-22.478-3.845-32.987,0.846l-19.228,8.33 c-3.557-5.06-7.877-8.921-12.914-11.528c-10.521-5.445-23.178-4.987-37.621,1.363l-13.759,6.048l-17.81-40.514 c-7.25-16.493-20.706-27.81-36.916-31.05c-15.239-3.046-30.755,1.265-41.51,11.53c-16.139,15.402-20.776,38.528-11.822,58.895 l67.466,154.435c-5.649-1.143-11.602-1.666-17.643-1.519c-15.691,0.387-29.8,5.377-39.247,13.79 c-0.62,0.402-1.203,0.878-1.737,1.428c-9.494,9.777-14.174,21.604-13.537,34.201c0.797,15.743,9.79,31.268,26.006,44.898 c0.082,0.069,0.165,0.137,0.25,0.203l138.681,109.147c1.794,1.413,3.979,2.142,6.186,2.142c1.362,0,2.732-0.278,4.023-0.846 l198.672-87.337c3.425-1.505,5.723-4.797,5.956-8.531l1.081-17.312C488.713,341.548,480.351,294.499,461.63,251.914z M380.613,262.873c1.647,3.747,5.313,5.978,9.16,5.978c1.344,0,2.71-0.272,4.019-0.848c5.056-2.222,7.353-8.123,5.13-13.179 l-19.779-44.992l5.722-2.488c15.467-6.727,33.2-0.713,41.244,13.994c0.783,1.431,1.514,2.916,2.173,4.416l15.039,34.208 c17.441,39.676,25.233,83.511,22.532,126.766l-0.702,11.231L277.55,480.431L143.715,375.097 c-11.612-9.796-18.28-20.623-18.78-30.498c-0.324-6.402,1.87-12.364,6.526-17.748c0.336-0.267,0.658-0.558,0.964-0.873 c11.971-12.329,41.824-13.181,57.414-1.748l34.447,33.084c1.939,1.862,4.434,2.788,6.926,2.788c2.627,0,5.25-1.029,7.214-3.073 c3.826-3.983,3.698-10.314-0.285-14.14l-33.516-32.191l-76.648-175.452c-6.717-15.28-0.627-28.821,7.313-36.398 c5.953-5.682,15.066-8.129,23.782-6.386c9.87,1.973,17.87,8.893,22.527,19.486l58.06,132.072c1.647,3.747,5.313,5.978,9.16,5.978 c1.344,0,2.71-0.272,4.019-0.848c5.056-2.223,7.353-8.123,5.13-13.179l-32.201-73.249l13.76-6.049 c8.636-3.795,15.493-4.438,20.379-1.909c3.458,1.79,6.373,5.338,8.663,10.546l34.24,77.888c1.647,3.747,5.313,5.978,9.16,5.978 c1.344,0,2.71-0.272,4.019-0.848c5.056-2.223,7.353-8.123,5.13-13.179l-30.194-68.685l18.32-7.937 c0.039-0.017,0.077-0.033,0.115-0.051c5.625-2.521,11.904-2.685,17.681-0.46c5.809,2.237,10.385,6.602,12.886,12.292 L380.613,262.873z'%3E%3C/path%3E%3Cg%3E%3Cpath d='M420.718,407.562c-3.85,0-7.518-2.235-9.163-5.986c-2.218-5.058,0.083-10.956,5.141-13.174l9.865-4.327 c5.059-2.219,10.957,0.083,13.174,5.141c2.218,5.058-0.083,10.956-5.141,13.174l-9.865,4.327 C423.423,407.291,422.059,407.562,420.718,407.562z'%3E%3C/path%3E%3C/g%3E%3Cg%3E%3Cpath d='M285.439,467.119c-3.85,0-7.518-2.235-9.163-5.986c-2.218-5.058,0.083-10.956,5.141-13.174l105.353-46.208 c5.06-2.218,10.957,0.084,13.174,5.141c2.218,5.058-0.083,10.956-5.141,13.174L289.45,466.275 C288.144,466.848,286.78,467.119,285.439,467.119z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpath d='M136.8,53.177c-4.644,0-8.807-3.253-9.783-7.98l-6.85-33.174c-1.117-5.409,2.362-10.699,7.771-11.815 c5.407-1.114,10.699,2.363,11.815,7.771l6.85,33.174c1.117,5.409-2.362,10.699-7.771,11.816 C138.151,53.109,137.47,53.177,136.8,53.177z'%3E%3C/path%3E%3C/g%3E%3Cg%3E%3Cpath d='M32.524,51.649c-1.797,0-3.616-0.484-5.256-1.5l-6.907-4.277c-4.695-2.908-6.145-9.071-3.236-13.767 c2.908-4.696,9.071-6.145,13.767-3.236l6.907,4.277c4.695,2.908,6.145,9.071,3.236,13.767 C39.143,49.968,35.871,51.649,32.524,51.649z'%3E%3C/path%3E%3C/g%3E%3Cg%3E%3Cpath d='M87.272,87.922c-1.886,0-3.792-0.532-5.486-1.646L60.454,72.245c-4.614-3.035-5.895-9.236-2.86-13.85 s9.235-5.895,13.85-2.86l21.333,14.031c4.614,3.035,5.895,9.236,2.86,13.85C93.715,86.337,90.525,87.922,87.272,87.922z'%3E%3C/path%3E%3C/g%3E%3Cg%3E%3Cpath d='M43.644,154.365c-4.644,0-8.807-3.253-9.783-7.98c-1.117-5.409,2.362-10.699,7.771-11.815l33.174-6.85 c5.411-1.115,10.699,2.363,11.816,7.771c1.117,5.409-2.362,10.699-7.771,11.816l-33.174,6.85 C44.995,154.297,44.314,154.365,43.644,154.365z'%3E%3C/path%3E%3C/g%3E%3Cg%3E%3Cpath d='M87.657,233.639c-1.886,0-3.792-0.532-5.486-1.646c-4.614-3.035-5.895-9.236-2.86-13.85l18.614-28.301 c3.034-4.614,9.235-5.896,13.85-2.86c4.614,3.035,5.895,9.236,2.86,13.85l-18.614,28.301 C94.1,232.054,90.91,233.639,87.657,233.639z'%3E%3C/path%3E%3C/g%3E%3Cg%3E%3Cpath d='M231.138,113.159c-4.644,0-8.807-3.253-9.783-7.979c-1.117-5.409,2.362-10.699,7.771-11.816l22.116-4.567 c5.41-1.117,10.699,2.362,11.816,7.771s-2.362,10.699-7.771,11.816l-22.116,4.567 C232.488,113.091,231.808,113.159,231.138,113.159z'%3E%3C/path%3E%3C/g%3E%3Cg%3E%3Cpath d='M293.34,100.315c-4.644,0-8.807-3.253-9.783-7.979c-1.117-5.409,2.362-10.699,7.771-11.816l6.912-1.427 c5.412-1.116,10.699,2.363,11.816,7.771c1.117,5.409-2.362,10.699-7.771,11.816l-6.912,1.427 C294.691,100.247,294.01,100.315,293.34,100.315z'%3E%3C/path%3E%3C/g%3E%3Cg%3E%3Cpath d='M196.393,63.628c-1.886,0-3.792-0.532-5.486-1.646c-4.614-3.035-5.895-9.236-2.86-13.85l18.614-28.301 c3.034-4.614,9.235-5.896,13.85-2.86c4.614,3.035,5.895,9.236,2.86,13.85l-18.614,28.301 C202.837,62.043,199.646,63.628,196.393,63.628z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 10px;
    right: -22px;
}


.casino-card .payment_methods > div {
    display: flex;
    gap: 4px 10px;
    flex-wrap: wrap;
    max-width: 200px;
    margin: 0 auto;
}
.casino-card .payment_methods > div .pm {
    font-size: 13px;
    border-bottom: 1px dashed #6d20fd;
    color: #6d20fd;
}




nav.breadcrumbs {
    background: #010516;
    position: relative;
    color: #ffffffa3;
}
nav.breadcrumbs ul a {
    color: #ffffff61;
}
nav.breadcrumbs ul li:after { 
    color: #fff;
}

.gameitems .gameitem:after {
    opacity: 0.7;
}
.wrap.duo {
    display: grid;
    grid-template-columns: 1fr 250px;
    gap: 32px;
}
.wrap.duo .games_items {
    grid-template-columns: 1fr;
}
section.blueblock .casinolist {
    background: transparent;
}
section.blueblock .casinolist .casino-card {
    background: #fffffff0;
}

.casino-card .parts .rating {
    background: #6d20fd;
    color: #fff;
}

body.article .blueblock.content {
    background: #260d3d;
}
body.article {
    padding-top: 100px;
    background: #1b0635;
}
body.article.scrolled {
    padding-top: 64px; 
}
.article header {
    background: #1b0635;
}

.gameitem {
    width: 100%;
}
.gameitem img {
    width: 100%;
    height: auto;
}
.games_items.gameitems {
    background: transparent;
}


body.article .blueblock.content a {
    color: #e05eff;
}






#promomodal, #promomodal * {
    font-family: Ubuntu;
}
#promomodal {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    height: 100svh;
    background: #00000061;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 10000;
    display:none;
    justify-content: center;
    align-items: center;
}
#promomodal.active {
    display:flex;
}
#promomodal .inner {
    width: 100%;
    max-width: 340px;
    background: url(/wp-content/fuga-bg.webp);
    background-size: cover;
    height: auto;
    max-height: 80vh;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
}
#promomodal .close {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg clip-path='url(%23clip0_429_11083)'%3E%3Cpath d='M7 7.00006L17 17.0001M7 17.0001L17 7.00006' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_429_11083'%3E%3Crect width='24' height='24' fill='white'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/g%3E%3C/svg%3E");
    width: 40px;
    height: 40px;
    background-size: contain;
    display: block;
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 8px;
}
#promomodal .top img {
    height: 180px;
    width: 180px;
    position: absolute;
    top: -60px;
    left: calc(50% - 90px);
}
#promomodal .top {
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#promomodal .top b {
    background: #000;
    color: #fff;
    font-size: 16px;
    padding: 4px 16px;
    letter-spacing: 1px;
    border-radius: 6px;
    display: inline-flex;
}
#promomodal .top i {
    display: block;
    font-size: 68px;
    font-weight: 900;
    color: #ffc826;
    font-style: normal;
    position: relative;
    top: -11px;
    text-shadow: 0px 0px 9px #ffc826;
}
#promomodal .checkboxes {
    padding: 16px;
}
#promomodal .checkboxes > div {
    background: #a74eff;
    border-radius: 12px;
    display: grid;
    grid-template-columns: 80px 1fr 72px;
    gap: 12px;
    padding: 12px;
}
#promomodal .checkboxes > div img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
#promomodal .checkboxes > div b {
    text-align: center;
    color: #fff;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
#promomodal .checkboxes > div b i {
    display: block;
    font-size: 32px;
    font-style: normal;
    text-align: center;
    width: 100%;
}
#promomodal .checkboxes > div div span {
    color: #fff;
    font-size: 8px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
#promomodal .checkboxes > div div ins {
    width: 38px;
    height: 20px;
    display: block;
    text-decoration: none;
    background: #244bbd;
    border-radius: 100px;
    padding: 2px;
    margin: 0 auto;
    cursor: pointer;
}
#promomodal .checkboxes > div div ins i {
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 100px;
    background: #ffffff91;
}
#promomodal .checkboxes > div div {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: center;
}
#promomodal, #promomodal * {
	transition: all 0.6s ease;
}
#promomodal.minified {
    top: auto;
    bottom: 0;
    height: auto;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
#promomodal.minified .close {
    display: none;
}
#promomodal.minified .inner {
    flex-direction: row;
    max-width: unset;
    justify-content: center;
    align-items: center;
    border-radius: 20px 20px 0px 0px;
    background: #cfe3ff;
}
#promomodal.minified .inner .top {
    flex-direction: row;
}
#promomodal.minified .inner .top img {
    top: 0;
    left: 10px;
    width: 80px;
    height: 80px;
}
#promomodal.minified .inner .top {
    flex-direction: column;
    padding-top: 0;
    padding-left: 100px;
}
#promomodal.minified .inner {
    flex-direction: row;
    max-width: unset;
    justify-content: center;
    align-items: center;
}
#promomodal.minified .top b {
    background: transparent;
    font-size: 12px;
    color: #131313;
}

#promomodal.minified .top i {
    font-size: 38px;
    top: 0;  
    color: #244bbd;
    text-shadow: 0px 0px 4px #26272b;
}
#promomodal.minified .inner .checkboxes > div img {
    display: none;
}
#promomodal.minified .inner .checkboxes > div {
    background: transparent;
    grid-template-columns: 1fr 1fr;
}
#promomodal.minified .checkboxes > div b i {
    width: auto;
}
#promomodal.minified .inner .checkboxes {
    padding: 0;
}
#promomodal.minified .checkboxes > div div span {
    color: #121212;
}
#promomodal .checkboxes > div div ins {
    background: #777777;
}
#promomodal.minified .inner .checkboxes > div b {
    display: none;
}
@media (max-width: 576px) { 
#promomodal.minified .inner .checkboxes > div { 
    grid-template-columns: 1fr;
}
#promomodal.minified .top i {
    font-size: 30px;
}
#promomodal.minified .top b {
    font-size: 10px;
}
#promomodal.minified .inner .top img {
    top: 0;
    left: 10px;
    width: 60px;
    height: 60px;
}
}
.5083554e17d2ee169bc4f706f3a4d704 { color:#123;} 
body {
  min-width:320px;
}
.tablescroll {
    max-width: 100%;
    margin: 15px 0;
    overflow: auto;
}


@media (max-width: 768px) { 
 
.games_items { 
    grid-template-columns: repeat(3, 1fr); 
}
section.gameitems.lux .games_items {
    grid-template-columns: repeat(2, 1fr);
}
.topfoot .navlinks { 
    grid-template-columns: 1fr 1fr; 
}
.topfoot .wrap {
    grid-template-columns: 1fr;
}



}

@media (max-width: 576px) { 
 
section.promo-block .pb_card {
    padding: 24px;
}
section.promo-block .pb_card h1 {
    font-size: 22px; 
}
section.promo-block .pb_card p { 
    font-size: 12px; 
    line-height: 1.4;
}
.casino-card .parts {
    grid-template-columns: 1fr;
    gap: 20px;
}
section h2, section.blueblock h2 {
    font-size: 20px; 
}
section.blueblock p {
    font-size: 13px;
    margin-bottom: 10px;
}
 table * {
    font-size: 11px;
}
table td {
    font-size: 11px;
    padding: 8px 14px;
}
.games_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
section.gameitems.lux .games_items {
    grid-template-columns: repeat(1, 1fr);
}
section h2 {
    font-size: 20px !important;
}
.howtoitem h3 {
    font-size: 17px;
}
.howtoitem p { 
    font-size: 12px;
    line-height: 1.4; 
}
.topfoot .navlinks {
    grid-template-columns: 1fr;
    gap: 0;
}
.botfoot .wrap {
    flex-wrap: wrap;
    gap: 15px;
}
.casino-card .specs {
    grid-template-columns: 1fr;
}
header .wrap {
    grid-template-columns: 1fr;
    padding: 0;
}
nav.submenu {
    display: none !important;
}
header .wrap nav {
    flex-wrap: nowrap;
    background: #000;
    height: auto;
    width: 100%;
    overflow: auto;
    justify-content: flex-start;
    padding-left: 15px;
}
header .wrap nav > div {
    height: auto;
}
header nav .link {
    padding: 0 8px;
    font-size: 12px;
    padding: 6px;
    white-space: nowrap;
}
.btn.btn-blue, .casino-card .ctrl_reviews .pnow {
    min-height: 40px;
}
.casino-card .parts .stats { 
    text-align: center;
}
header .logo {
    font-size: 25px; 
    color: #ffffff3b;
}
.wrap.duo { 
    display: block;
}
.gameitems {
    background: transparent;
    padding: 8px 0; 
} 
section.blueblock li {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 6px;
}
.wrap.duo .games_items {
    grid-template-columns: 1fr 1fr;
}

} 








 
.96aa19783e7b863693011c17df470f4a { color:#443;} 