/*@import url(/assets/css/normalize.css);*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
 
/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


:root{--desktop: 1140px;--tablet: 1024px;--mobile: 640px;--base-font-family: "Rubik";--secondary-font-family: "Urbanist";--base-color: white;--base-font-size: 16px;--base-bg: #08051B;--bg-light: #363856;--transition:0.3s all ease-in-out;--primary: #011453;--secondary: #332D28;--container-width: var(--desktop);--container-padding: 0 40px;--section-padding: 40px 0}@media(max-width: 1024px){:root{--base-font-size: 14px;--container-padding: 0 20px;--section-padding: 20px 0}}html{color:var(--base-color);font-family:var(--base-font-family),sans-serif;font-size:var(--base-font-size)}body{position:relative;background:var(--base-bg);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-height:100vh;overflow-x:hidden;line-height:normal}html.js-modal-open{overflow:hidden}.top10casinoro-section,section{padding:var(--section-padding)}main>.top10casinoro-section:last-child,main>section:last-child{margin-bottom:50px}img{max-width:100%}.top10casinoro-container{margin:0 auto;max-width:var(--container-width);padding:var(--container-padding)}.top10casinoro-container-medium{max-width:1000px}.top10casinoro-container-small{max-width:680px}.top10casinoro-accentColor{color:var(--primary)}.top10casinoro-underline{border-bottom:2px solid;display:inline-block}.top10casinoro-underline--primary{border-color:var(--primary)}h1,h2,h3,h4,h5,h6{margin:0;line-height:normal;font-family:var(--secondary-font-family);font-weight:600}.top10casinoro-flex-aling-center .top10casinoro-h1,.top10casinoro-flex-aling-center .top10casinoro-h2,.top10casinoro-flex-aling-center .top10casinoro-h3,.top10casinoro-flex-aling-center h1,.top10casinoro-flex-aling-center h2,.top10casinoro-flex-aling-center h3{margin-bottom:0}.top10casinoro-h1,.top10casinoro-h2,h1,h2{margin-bottom:10px}h1{font-size:40px;font-style:normal;line-height:52px;margin-bottom:35px}.top10casinoro-h2,h2{font-size:32px;font-style:normal;font-weight:700}@media(max-width: 640px){.top10casinoro-h2,h2{font-size:22px;font-style:normal;font-weight:700}}.top10casinoro-h3,h3{font-size:24px}.top10casinoro-h4,h4{font-size:18px}.top10casinoro-fs-10{font-size:10px}.top10casinoro-fs-12{font-size:12px}.top10casinoro-fs-14{font-size:14px}.top10casinoro-fs-18{font-size:18px}.top10casinoro-fs-20{font-size:20px}.top10casinoro-fs-24{font-size:24px}.top10casinoro-fs-26{font-size:26px}.top10casinoro-fs-28{font-size:28px}.top10casinoro-fs-30{font-size:30px}.top10casinoro-fs-40{font-size:40px}.top10casinoro-fw-300{font-weight:300}.top10casinoro-fw-400{font-weight:400}.top10casinoro-fw-500{font-weight:500}.top10casinoro-fw-600{font-weight:600}.top10casinoro-fw-700{font-weight:700}.top10casinoro-fw-800{font-weight:800}.top10casinoro-ff-s{font-family:var(--secondary-font-family)}.top10casinoro-invert{-webkit-filter:invert(1);filter:invert(1)}a .top10casinoro-icon{margin-left:10px}.top10casinoro-link-nodecor{text-decoration:none}.top10casinoro-color-white{color:#fff}.top10casinoro-color-black{color:#000}.top10casinoro-uppercase{text-transform:uppercase}.top10casinoro-list{list-style:none;margin:0;padding:0}.top10casinoro-margin-bottom{margin-bottom:20px}.top10casinoro-margin-auto{margin:auto}.top10casinoro-margin-top-auto{margin-top:auto}.top10casinoro-padding{padding:10px}.top10casinoro-padding-20{padding:20px}.top10casinoro-padding-30{padding:30px}.top10casinoro-flex{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important}.top10casinoro-flex.top10casinoro-wrap{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.top10casinoro-flex-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.top10casinoro-flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media(max-width: 640px){.top10casinoro-flex-column-m{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.top10casinoro-flex-justify-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.top10casinoro-flex-justify-start{-webkit-box-pack:start;-webkit-justify-content:start;-ms-flex-pack:start;justify-content:start}.top10casinoro-flex-aling-start{-webkit-box-align:start;-webkit-align-items:start;-ms-flex-align:start;align-items:start}.top10casinoro-flex-aling-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.top10casinoro-flex-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.top10casinoro-grid{display:grid;grid-template-columns:1fr}.top10casinoro-grid-1-2{grid-template-columns:repeat(2, 1fr)}@media(min-width: 1140px){.top10casinoro-grid-1-2-d{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1140px){.top10casinoro-grid-1-3-d{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 1140px){.top10casinoro-grid-1-4-d{grid-template-columns:repeat(4, 1fr)}}@media(min-width: 1140px){.top10casinoro-grid-1-5-d{grid-template-columns:repeat(5, 1fr)}}@media(min-width: 1140px){.top10casinoro-grid-revers-d>div{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}}@media(min-width: 1140px){.top10casinoro-width-1-2-d{display:block;width:50%}}.top10casinoro-width-1-1{width:100%}.top10casinoro-width-fit{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.top10casinoro-block{display:block}.top10casinoro-gap{gap:10px}.top10casinoro-gap-20{gap:20px}@media(max-width: 640px){.top10casinoro-gap-20{gap:15px}}.top10casinoro-gap-40{gap:40px}@media(max-width: 640px){.top10casinoro-gap-40{gap:15px}}.top10casinoro-gap-100{gap:100px}@media(max-width: 640px){.top10casinoro-gap-100{gap:20px}}.top10casinoro-br{border-radius:var(--border-radius)}.top10casinoro-br img{border-radius:var(--border-radius)}.top10casinoro-border-white{border:1px solid #fff}.top10casinoro-overflow-h{overflow:hidden}img{height:auto;max-width:100%}.top10casinoro-cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.top10casinoro-visibility-hidden{visibility:hidden}.top10casinoro-bg-secondary{background:var(--secondary)}.top10casinoro-bg-primary{background:var(--primary)}iframe{border:none;width:100%;aspect-ratio:16/9}.top10casinoro-text-center{text-align:center}.top10casinoro-cookie *,.top10casinoro-privacy *,.top10casinoro-terms *{font-family:sans-serif;color:var(--base-color);border:none}.top10casinoro-cookie a,.top10casinoro-privacy a,.top10casinoro-terms a{word-break:break-word}@media(max-width: 640px){.top10casinoro-cookie ul,.top10casinoro-privacy ul,.top10casinoro-terms ul{padding-left:20px}}.top10casinoro-header{color:#000;padding:10px 0;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:100}.top10casinoro-header__container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.top10casinoro-footer{margin-top:auto;padding:50px 0}.top10casinoro-footer__container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:10px}.top10casinoro-nav-desktop{width:100%}.top10casinoro-nav-desktop nav>ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.top10casinoro-nav-desktop nav a{color:#fff;text-decoration:none}@media(max-width: 640px){.top10casinoro-nav-desktop{display:none}}.top10casinoro-nav-mobile{display:none}.top10casinoro-nav-mobile.js-open{display:block;z-index:1000}.top10casinoro-nav-mobile nav{position:fixed;inset:0;width:80%;height:100%;background-color:#fff;color:#000;z-index:100}.top10casinoro-nav-mobile nav ul{padding:20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:start;-ms-flex-align:start;align-items:start;gap:var(--gap);max-width:80%}.top10casinoro-nav-mobile nav a{color:#000;text-decoration:none;font-size:1.2rem}.top10casinoro-nav-mobile__close{position:absolute;right:20px;top:20px;-webkit-filter:invert(1);filter:invert(1)}.top10casinoro-nav-mobile__overlay{position:absolute;background-color:rgba(0,0,0,.7);width:100%;height:100%;inset:0;z-index:99}form{width:100%}fieldset{border:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;margin:auto;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:10px}@media(max-width: 640px){fieldset{width:100%}}.top10casinoro-input-group{width:100%}.top10casinoro-input-group label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:10px}.top10casinoro-input-group input:not([type=submit]),.top10casinoro-input-group textarea:not([type=submit]){background-color:#bec0f8;border:none;padding:16px 30px;border-radius:6px}.top10casinoro-input-group input::-webkit-input-placeholder, .top10casinoro-input-group textarea::-webkit-input-placeholder{color:#424242}.top10casinoro-input-group input::-moz-placeholder, .top10casinoro-input-group textarea::-moz-placeholder{color:#424242}.top10casinoro-input-group input:-ms-input-placeholder, .top10casinoro-input-group textarea:-ms-input-placeholder{color:#424242}.top10casinoro-input-group input::-ms-input-placeholder, .top10casinoro-input-group textarea::-ms-input-placeholder{color:#424242}.top10casinoro-input-group input::placeholder,.top10casinoro-input-group textarea::placeholder{color:#424242}.top10casinoro-input-group textarea{width:100% !important}.top10casinoro-input-group__radio label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:10px;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.top10casinoro-input-group__submit input{width:100%}:root{--btn-padding: 10px 40px;--btn-border-radius: 5px}.top10casinoro-btn{font-weight:600;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-decoration:none;color:inherit;padding:var(--btn-padding);border:none;border-radius:var(--btn-border-radius);-webkit-transition:var(--transition);transition:var(--transition);cursor:pointer}.top10casinoro-btn .top10casinoro-icon{margin-left:var(--gap)}.top10casinoro-btn-primary{border-radius:5px;background:#442eb0;font-weight:700;color:#fff}.top10casinoro-btn-secondary{border-radius:5px;border:2px solid #442eb0;color:#fff}.top10casinoro-btn-black{background-color:#000;color:#fff}.top10casinoro-btn-black:hover,.top10casinoro-btn-black:focus,.top10casinoro-btn-black:active{background-color:#000}.top10casinoro-btn-white{background-color:#fff;color:#000}.top10casinoro-btn-border{border:1px solid #000;background:rgba(0,0,0,0);color:#000}a,.top10casinoro-link{color:var(--base-color)}.top10casinoro-action-line{background:-webkit-gradient(linear, left top, right top, from(#8044D5), to(#399AF3));background:linear-gradient(90deg, #8044D5 0%, #399AF3 100%);white-space:nowrap;overflow:hidden;padding:10px;gap:20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.top10casinoro-action-line span{font-size:13px;font-weight:700;text-transform:uppercase}.top10casinoro-mb__container{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:65px}@media(max-width: 1024px){.top10casinoro-mb__container{gap:20px}}.top10casinoro-mb__banner{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;position:relative;overflow:hidden;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.top10casinoro-mb__banner-content{bottom:0;left:0;padding:10px 30px;border:1px solid rgba(216,177,255,.56);background:linear-gradient(127deg, rgba(79, 32, 126, 0.21) 10.83%, rgba(58, 137, 228, 0.21) 91.86%);-webkit-backdrop-filter:blur(12.8999996185px);backdrop-filter:blur(12.8999996185px);width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:20px;color:#fff}.top10casinoro-mb__title{margin:0;color:#fff;font-family:Phudu;font-size:36px;font-style:normal;font-weight:400;line-height:normal}@media(max-width: 640px){.top10casinoro-mb__title{font-size:26px}}.top10casinoro-socLink__list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:var(--gap)}.top10casinoro-socLink a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.top10casinoro-socLink .top10casinoro-icon{margin:0}.accordion__header{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.accordion__item .accordion__content{height:0;margin:0;overflow:hidden;-webkit-transition:var(--transition);transition:var(--transition)}.accordion__item.js-open .accordion__content{height:auto;overflow:visible}.accordion__item.js-open .accordion__icon{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.accordion__icon{-webkit-transition:var(--transition);transition:var(--transition)}.top10casinoro-demo iframe{border:none;aspect-ratio:16/9;margin-top:var(--gap);border-radius:10px}.top10casinoro-popup{position:fixed;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;top:0;left:0;width:100vw;height:100vh;z-index:10;overflow:auto;background-color:rgba(0,0,0,.8)}.top10casinoro-popup__close{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.top10casinoro-popup__body{overflow:auto;width:100%;position:relative;z-index:2;margin:auto;padding:20px}@media(max-width: 1024px){.top10casinoro-popup__body{width:95%}}.top10casinoro-popup-18 .top10casinoro-popup__body{text-align:center;max-width:600px;color:#fff;border-radius:10px;border:1px solid rgba(185,138,255,.77);background:rgba(82,62,112,.24);-webkit-backdrop-filter:blur(14.6999998093px);backdrop-filter:blur(14.6999998093px)}.top10casinoro-popup--iframe{display:none}.top10casinoro-popup--iframe.js-open{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.top10casinoro-popup--iframe.js-full-screen .top10casinoro-popup__body{-webkit-box-sizing:border-box;box-sizing:border-box;max-width:95vw;height:95vh}.top10casinoro-popup--iframe.js-full-screen .top10casinoro-popup__iframe{height:90%}.top10casinoro-popup--iframe.js-full-screen iframe{height:100%}.top10casinoro-popup--iframe .top10casinoro-popup__header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:var(--gap)}.top10casinoro-popup--iframe .top10casinoro-popup__header-left{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:var(--gap)}.top10casinoro-popup--iframe .top10casinoro-popup__title{font-size:36px}.top10casinoro-popup--iframe .top10casinoro-popup__body{max-width:var(--container-width);text-align:left;padding:15px}.top10casinoro-popup--cookie{max-width:450px;height:auto;margin:auto 0 0 auto;top:auto;left:auto;right:0;bottom:0;display:none;width:100%;-webkit-box-shadow:0 0 20px -5px #000;box-shadow:0 0 20px -5px #000}.top10casinoro-popup--cookie.js-open{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.top10casinoro-popup--cookie .top10casinoro-popup__body{overflow:hidden;background:#fff;border-radius:10px 10px 0px 0px;border:1px solid rgba(185,138,255,.77);background:rgba(82,62,112,.24);-webkit-backdrop-filter:blur(14.6999998093px);backdrop-filter:blur(14.6999998093px)}@media(max-width: 1024px){.top10casinoro-popup--cookie .top10casinoro-popup__body .top10casinoro-flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.top10casinoro-popup--cookie .top10casinoro-popup__title{font-size:24px;text-align:left}.top10casinoro-popup--cookie .top10casinoro-popup__text{font-size:14px;margin:0;text-align:left}.top10casinoro-popup--cookie .top10casinoro-popup__btns{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:var(--gap);-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-top:var(--gap)}@media(max-width: 640px){.top10casinoro-popup--cookie .top10casinoro-popup__btns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.top10casinoro-popup--cookie-1-1{max-width:none}.top10casinoro-popup--cookie-1-1 .top10casinoro-popup__body{max-width:100%;width:100%}.top10casinoro-popup--cookie-1-1 .top10casinoro-popup__body .top10casinoro-flex{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}@media(max-width: 1024px){.top10casinoro-popup--cookie-1-1 .top10casinoro-popup__body .top10casinoro-flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.top10casinoro-game__list{display:grid;grid-template-columns:repeat(4, 1fr);gap:var(--gap)}@media(max-width: 1024px){.top10casinoro-game__list{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 640px){.top10casinoro-game__list{grid-template-columns:repeat(1, 1fr)}}.top10casinoro-game__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--gap);-webkit-backdrop-filter:blur(35px);backdrop-filter:blur(35px);border-radius:var(--border-radius);-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:1;overflow:hidden}.top10casinoro-game__item:hover .top10casinoro-game__layout{opacity:1}.top10casinoro-game__item:hover .top10casinoro-game__img img{-webkit-filter:brightness(0.5);filter:brightness(0.5)}.top10casinoro-game__body{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:var(--gap);font-size:20px;font-weight:500;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 10px;font-family:var(--secondary-font-family)}@media(max-width: 1024px){.top10casinoro-game__body{height:auto}}.top10casinoro-game__body .top10casinoro-btn{width:auto;font-size:var(--base-font-size)}.top10casinoro-game__rating{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:var(--gap)}.top10casinoro-game__rating .top10casinoro-icon{margin-bottom:6px}.top10casinoro-game__img{position:relative;border-radius:var(--border-radius);overflow:hidden;min-height:300px;aspect-ratio:1}.top10casinoro-game__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:var(--transition);transition:var(--transition)}.top10casinoro-game__layout{position:relative;width:100%;margin:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--gap);width:80%;position:absolute;inset:0;height:100%;display:flex;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:var(--gap);opacity:0;-webkit-transition:var(--transition);transition:var(--transition)}.top10casinoro-game__layout .top10casinoro-btn{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.top10casinoro-mobile-casino{display:grid;grid-template-columns:1fr 1fr;gap:var(--gap)}@media(max-width: 640px){.top10casinoro-mobile-casino{grid-template-columns:1fr}}.top10casinoro-mobile-casino picture img{height:100%;-o-object-fit:cover;object-fit:cover;border-radius:var(--border-radius)}.top10casinoro-advantages-small{margin:10px 0}.top10casinoro-advantages-small ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:20px}@media(max-width: 640px){.top10casinoro-advantages-small ul{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;row-gap:10px}}.top10casinoro-advantages-small li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:var(--gap)}.top10casinoro-advantages-small li .top10casinoro-icon{height:30px}.top10casinoro-advantages-big{margin-bottom:-50px;margin-top:30px}@media(max-width: 1024px){.top10casinoro-advantages-big{margin-bottom:0}}.top10casinoro-advantages-big ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:var(--gap)}@media(max-width: 1024px){.top10casinoro-advantages-big ul{display:grid;grid-template-columns:repeat(2, 1fr)}}.top10casinoro-advantages-big li{border:3px solid #bb8bff;border-radius:var(--border-radius);-webkit-backdrop-filter:blur(35px);backdrop-filter:blur(35px);background:linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),linear-gradient(181deg, rgba(144, 146, 203, 0.5) 1.15%, rgba(48, 50, 86, 0.5) 98.91%);padding:20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--gap);-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.top10casinoro-advantages-big li p{margin:0}.top10casinoro-advantages-big__number{font-size:32px;font-weight:700}.top10casinoro-faq{margin-top:var(--gap)}.top10casinoro-faq__list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--gap)}.top10casinoro-faq__item{color:#fff;border:2px solid var(--primary);border-radius:var(--border-radius);padding:20px}.top10casinoro-faq__item.js-open{background-color:var(--primary)}.top10casinoro-faq__item.js-open .top10casinoro-faq__answer{margin:10px 0}.top10casinoro-faq__header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:var(--gap);padding:5px 0}.top10casinoro-faq__question{font-weight:700}.top10casinoro-faq__answer{max-width:calc(100% - var(--gap) - 24px)}.top10casinoro-reviews__icon{width:30px;aspect-ratio:1}.swiper-slide{cursor:pointer;height:100%}.swiper__nav-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;gap:60px}.swiper-button-prev,.swiper-button-next{cursor:pointer}.swiper-pagination{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:30px auto;width:-webkit-min-content;width:-moz-min-content;width:min-content;gap:10px}.swiper-pagination-lock{display:none}.swiper-pagination-bullet{background:rgba(0,0,0,0);width:9px;height:9px;border:1px solid #c3994f;border-radius:50%}.swiper-pagination-bullet-active{width:17px;height:17px;border:1px solid #c3994f;position:relative}.swiper-pagination-bullet-active:after{content:"";position:absolute;width:9px;height:9px;background-color:#c3994f;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:50%}.swiper__nav-container{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media(max-width: 1024px){.swiper__nav-container{display:none}}.top10casinoro-tops__list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:15px}@media(max-width: 640px){.top10casinoro-tops__list{gap:10px}}.top10casinoro-tops__item{position:relative;overflow:hidden;border-radius:20px;border:1px solid rgba(185,138,255,.77);background-color:rgba(82,62,112,.24);-webkit-backdrop-filter:blur(7.8000001907px);backdrop-filter:blur(7.8000001907px);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.top10casinoro-tops__container{display:grid;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;gap:10px;grid-template-columns:200px 1fr 1fr 1fr}@media(max-width: 1024px){.top10casinoro-tops__container{grid-template-columns:repeat(2, 1fr);gap:0}}.top10casinoro-tops__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media(max-width: 1024px){.top10casinoro-tops__img img{height:auto}}.top10casinoro-tops__block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:10px;height:100%;width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box}.top10casinoro-tops__block:nth-child(1){padding:0}.top10casinoro-tops__block:nth-child(2){-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:10px}.top10casinoro-tops__block:nth-child(3){-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.top10casinoro-tops__block:nth-child(4){-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:center;font-size:13px;font-style:normal;font-weight:600}.top10casinoro-tops__title{color:#fff;font-family:Roboto;font-size:20px;font-style:normal;font-weight:500;line-height:normal}.top10casinoro-tops__rating{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--gap)}.top10casinoro-tops__rating-number{font-size:44px;font-weight:500}.top10casinoro-tops__stars{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:5px}.top10casinoro-tops__stars img{-webkit-filter:drop-shadow(0px -1px 13.3px rgba(255, 227, 19, 0.8));filter:drop-shadow(0px -1px 13.3px rgba(255, 227, 19, 0.8))}@media(max-width: 640px){.top10casinoro-tops__stars{gap:0;flex-wrap:wrap;justify-content:center}.top10casinoro-tops__stars img{scale:.8}}.top10casinoro-tops__bonus{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:5px}.top10casinoro-tops__bonus-title{text-align:center;color:#888;font-size:12px;font-weight:400}.top10casinoro-tops__bonus-text{color:#fff;font-family:Roboto;font-size:15px;font-style:normal;font-weight:700;line-height:normal}.top10casinoro-tops__advantages{color:#fff;font-family:Roboto;font-size:15px;font-style:normal;font-weight:400;line-height:normal}.top10casinoro-tops__advantages ul{padding-left:20px}.top10casinoro-tops__btn{margin:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:10px 30px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:10px;width:100%;max-width:160px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:5px;border:1px solid #7bff88;background:-webkit-gradient(linear, left top, right top, from(#23ad3a), to(#1dac5d));background:linear-gradient(90deg, #35b027 0%, #2bac1d 100%);-webkit-box-shadow:0px 0px 17.6px 0px rgba(113, 255, 122, 0.7);box-shadow:0px 0px 17.6px 0px rgba(113, 255, 184, 0.7)}.top10casinoro-trips__list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--gap)}.top10casinoro-trips__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:var(--gap);padding:20px;max-width:60%}@media(max-width: 1024px){.top10casinoro-trips__item{max-width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0}}.top10casinoro-trips__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:5px}.top10casinoro-trips__img{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:35%}@media(max-width: 1024px){.top10casinoro-trips__img{width:auto}}.top10casinoro-trips__img img{height:100%;-o-object-fit:cover;object-fit:cover;border-radius:10px}.top10casinoro-trips__icon{width:24px;aspect-ratio:1}.top10casinoro-trips__title{font-size:24px;font-style:normal;font-weight:600}.top10casinoro-trips__name{font-size:20px;font-style:normal;font-weight:700}.top10casinoro-hotels__list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--gap)}.top10casinoro-hotels__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:var(--gap);padding:15px}@media(max-width: 1024px){.top10casinoro-hotels__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0}}.top10casinoro-hotels__img{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:30%}@media(max-width: 1024px){.top10casinoro-hotels__img{width:auto}}.top10casinoro-hotels__img img{height:100%;-o-object-fit:cover;object-fit:cover;border-radius:15px}.top10casinoro-hotels__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--gap)}.top10casinoro-hotels__title{font-size:24px;font-style:normal;font-weight:500}.top10casinoro-hotels__rating{font-weight:700;width:-webkit-min-content;width:-moz-min-content;width:min-content;padding:5px 10px;background-color:var(--primary);border-radius:5px;color:#fff}.top10casinoro-hotels__adventages ul{list-style:inside;padding-left:15px}.top10casinoro-hotels .top10casinoro-btn.top10casinoro-btn-primary .top10casinoro-icon{-webkit-filter:invert(1);filter:invert(1)}

.simple {
  display: block;
  padding: 15px;
  height: 154px;
  background-color: #000;
}
/*.top10casinoro-tops__img {*/
/*  height: 154px;*/
/*}*/

.top10casinoro-tops__img picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.top10casinoro-tops__img img { 
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
    max-width: 240px;
    width: 100%;
}
 
@media (max-width: 991px) {
  .top10casinoro-tops__img {
    height: auto;
    padding: 10px;
  }
}
/*--11.12*/

.top10casinoro-header__container {
    flex-direction: column;
    gap: 20px;
}
.top10casinoro-header {
    padding: 30px 0;
}
.top10casinoro-container {
    @media (max-width: 480px) {
        padding: 0 10px;
    }
}
.top10casinoro-mb__banner-content {
    /*border-color: gold;*/
    border: none;
    background: transparent;
    backdrop-filter: none;
    @media (max-width: 1000px) {
        padding: 10px;
    }
    ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        li {
            svg {
                width: 25px;
                height: 25px;
            }
        }
    }

}
.top10casinoro-tops__item {
    position: relative;
    box-shadow: gold 0 0 10px 2px;
    border-color: gold;
    backdrop-filter: none;
    background-color: transparent;

}
.top10casinoro-tops__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111317;
    /*background-size: cover;*/
    /*background-position: center center;*/
    /*background-repeat: no-repeat;*/
    /*background-image: url(/assets/img/banners/top-bg.png);*/
    /*background: linear-gradient(to right, rgba(0, 43, 127, 0.8) 33.33%, rgba(252, 209, 22, 0.8) 33.33%, rgba(252, 209, 22, 0.8) 66.66%, rgba(206, 17, 38, 0.8) 66.66%);*/
    /*filter: blur(10px) brightness(0.5); !* Размытие и затемнение *!*/
    z-index: -1; /* Отправляем фон на задний план */
}
.top10casinoro-tops__container {
    grid-template-columns: 270px 1fr 1fr 1fr;
    @media (max-width: 991px) {
        grid-template-columns: repeat(2, 1fr);

    }
}
@media (max-width: 991px) {
    .top10casinoro-tops__img {
        height: auto;
    }
}
.top10casinoro-tops__img {
    width: 100%;
    min-height: 150px;
    background-color: #111317;
}
.top10casinoro-tops__btn {
    font-size: 20px;
    padding: 15px 25px;
    max-width: 90%;
    box-shadow: 0px 0px 17.6px 0px gold;
    background: linear-gradient(180deg, gold 0%, rgba(255, 215, 0, 0.49) 100%);
    border-color: gold;
    @media (max-width: 600px) {
        font-size: 12px;
        padding: 10px;
    }
}
body {
    margin: 0;
    /*height: 100vh;*/
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; /* Для использования псевдоэлемента */
    /*overflow: hidden;*/
}
body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/img/banners/top-bg.webp);
    /*background-size: cover;*/
    background-position: center ;
    background-size: 100vw auto;
    /*background-repeat: no-repeat;*/
    /*background: linear-gradient(to right, rgba(0, 43, 127, 0.8) 33.33%, rgba(252, 209, 22, 0.8) 33.33%, rgba(252, 209, 22, 0.8) 66.66%, rgba(206, 17, 38, 0.8) 66.66%);*/
    filter: blur(10px) brightness(0.8); /* Размытие и затемнение */
    z-index: -1; /* Отправляем фон на задний план */
}
.top10casinoro-tops__advantages {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    @media (max-width: 500px) {
        font-size: 12px;
    }
}
.top__payment {
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
    /*border: 1px solid goldenrod;*/
    border-radius: 20px;
    background-color: gold;
    @media (max-width: 1000px) {
        gap: 5px;
        border-radius: 10px;

    }
    img {
        /*max-height: 30px;*/
        max-width: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
    }
}

.top10casinoro-popup--cookie {
    display: none !important;
}
.top10casinoro-mb__title {
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
}
.top10casinoro-mb__container {
    display: block;
}

.qeqe {
    color: #04d104;
}

.qeqe span {
    color: #fff;
}

.qeqef {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px; 
    color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.flaq {
    width: 24px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    height: 24px;
}

.top10casinoro-tops__item:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: -o-linear-gradient(330deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, .8), rgba(255, 255, 255, 0) 70%);
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, .8), rgba(255, 255, 255, 0) 70%);
    top: 0;
    mix-blend-mode: overlay;
    left: -100px;
    -webkit-animation: shine 2s infinite linear;
            animation: shine 2s infinite linear;
}

@-webkit-keyframes shine {
    0% {
        left: -100px;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}