<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    color: inherit;
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: "";
    content: none;
}
q:before, q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
select, input, textarea, button {
    outline: none;
}
@font-face {
    font-family: "Open Sans";
    src: url("fonts/OpenSansRegular.eot");
    src: url("fonts/OpenSansRegular.eot") format("embedded-opentype"), url("fonts/OpenSansRegular.woff2") format("woff2"), url("fonts/OpenSansRegular.woff") format("woff"), url("fonts/OpenSansRegular.ttf") format("truetype"), url("fonts/OpenSansRegular.svg") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Open Sans";
    src: url("fonts/OpenSansSemiBold.eot");
    src: url("fonts/OpenSansSemiBold.eot") format("embedded-opentype"), url("fonts/OpenSansSemiBold.woff2") format("woff2"), url("fonts/OpenSansSemiBold.woff") format("woff"), url("fonts/OpenSansSemiBold.ttf") format("truetype"), url("fonts/OpenSansSemiBold.svg") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Open Sans";
    src: url("fonts/OpenSansBold.eot");
    src: url("fonts/OpenSansBold.eot") format("embedded-opentype"), url("fonts/OpenSansBold.woff2") format("woff2"), url("fonts/OpenSansBold.woff") format("woff"), url("fonts/OpenSansBold.ttf") format("truetype"), url("fonts/OpenSansBold.svg") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "PT Root UI";
    src: url("fonts/PTRootUILight.eot");
    src: url("fonts/PTRootUILight.eot") format("embedded-opentype"), url("fonts/PTRootUILight.woff2") format("woff2"), url("fonts/PTRootUILight.woff") format("woff"), url("fonts/PTRootUILight.ttf") format("truetype"), url("fonts/PTRootUILight.svg") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "PT Root UI";
    src: url("fonts/PTRootUIRegular.eot");
    src: url("fonts/PTRootUIRegular.eot") format("embedded-opentype"), url("fonts/PTRootUIRegular.woff2") format("woff2"), url("fonts/PTRootUIRegular.woff") format("woff"), url("fonts/PTRootUIRegular.ttf") format("truetype"), url("fonts/PTRootUIRegular.svg") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "PT Root UI";
    src: url("fonts/PTRootUIMedium.eot");
    src: url("fonts/PTRootUIMedium.eot") format("embedded-opentype"), url("fonts/PTRootUIMedium.woff2") format("woff2"), url("fonts/PTRootUIMedium.woff") format("woff"), url("fonts/PTRootUIMedium.ttf") format("truetype"), url("fonts/PTRootUIMedium.svg") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "PT Root UI";
    src: url("fonts/PTRootUIBold.eot");
    src: url("fonts/PTRootUIBold.eot") format("embedded-opentype"), url("fonts/PTRootUIBold.woff2") format("woff2"), url("fonts/PTRootUIBold.woff") format("woff"), url("fonts/PTRootUIBold.ttf") format("truetype"), url("fonts/PTRootUIBold.svg") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
    max-width: 100%;
    vertical-align: top;
}
a {
    text-decoration: none;
    outline: none;
    color: var(--link_color);
}
a:hover {
    color: var(--h_color);
}
input[type=submit] {
    appearance: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 400;
    line-height: 1.2;
    color: var(--h_color);
    text-align: center;
}
h1.left, h2.left, h3.left, h4.left, h5.left, h6.left, .h1.left, .h2.left, .h3.left, .h4.left, .h5.left, .h6.left {
    text-align: left;
}
h1.right, h2.right, h3.right, h4.right, h5.right, h6.right, .h1.right, .h2.right, .h3.right, .h4.right, .h5.right, .h6.right {
    text-align: right;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
    margin-top: 0;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 8px;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h1, .h1 {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
    font-size: 28px;
}
h1:last-child, .h1:last-child {
    margin-bottom: 0;
}
h2, .h2 {
    font-size: 24px;
}
h2:last-child, .h2:last-child {
    margin-bottom: 0;
}
h3, .h3 {
    font-size: 24px;
}
h4, .h4 {
    font-size: 22px;
}
h5, .h5 {
    font-size: 22px;
}
h6, .h6 {
    font-size: 10px;
}
p {
    margin: 0 0 10px;
}
p:last-of-type {
    margin-bottom: 0;
}
em, cite {
    font-style: italic;
}
strong, b {
    font-weight: 700;
}
ol {
    list-style: decimal;
}
table {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
th, td {
    padding: 10px;
}
blockquote {
    display: table;
    padding: 10px 20px;
    margin: 20px auto;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    background-image: linear-gradient(0deg, #e74c3c, #f39c12);
    color: var(--txt_bg_color);
    box-shadow: 0 0 5px 0 #e74f3a, inset 0 0 3px 1px #e84f3b;
    text-align: center;
}
cite {
    display: table;
    padding: 10px 20px;
    margin: 20px auto;
    font-size: 16px;
    font-weight: 400;
    border-radius: 8px;
    border: 2px solid var(--btn_color);
    color: #fff;
    background: rgba(217, 157, 21, .2);
    text-align: center;
}
.clear:after {
    content: "";
    display: block;
    clear: both;
}
.center {
    text-align: center;
}
body {
    font: 14px "PT Root UI", sans-serif;
    color: rgba(255, 255, 255, .5);
    font-weight: 400;
    background-color: var(--bg_color);
    min-width: 320px;
}
.container {
    width: 1395px;
    padding: 0 15px;
    max-width: 100%;
    margin: 0 auto;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: 100%}
.header {
    position: relative;
    background-color: var(--header_color);
}
.header-top {
    padding: 18px 0;
}
.header-top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mob-nav-btn {
    display: none;
}
.site-logo {
    flex: 0 0 130px;
    display: flex;
    align-items: center;
    margin: 0 25px;
}
.header-btns {
    display: flex;
    grid-gap: 10px;
    margin: 0 25px;
}
.header-bottom {
    background-color: var(--txt_bg_color);
    padding: 16px 0;
}
.main-navigation {
    display: flex;
    justify-content: center;
    margin: 0 35px;
}
.main-navigation ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 20px;
    width: 100%}
.main-navigation li {
    position: relative;
}
.main-navigation a {
    font-family: "PT Root UI", sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
    text-align: center;
}
.main-navigation a:hover {
    color: var(--link_color);
}
.btn {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    color: #fff;
    font-family: "PT Root UI", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.btn:hover {
    color: #fff;
}
.btn.btn-login, .btn.btn-yellow {
    background-color: var(--link_color);
    border: 1px solid var(--link_color);
    padding: 0 14px;
}
.btn.btn-reg, .btn.btn-red {
    background-color: var(--btn_color2);
    border: 1px solid var(--btn_color2);
    padding: 0 14px;
}
@keyframes bounce {
    0%, 0.25%, 0.6625%, 1%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translateZ(0);
}
0.5%, 0.5375% {
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -30px, 0);
}
0.875% {
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -15px, 0);
}
1.125% {
    transform: translateZ(0);
}
1.125%, to {
    transform: translateZ(0);
}
}.bounce {
    animation: bounce 31s infinite;
    transform-origin: center bottom;
}
.hero {
    position: relative;
    display: flex;
    align-items: center;
}
@keyframes scale {
    0%, 4% {
    transform: scale(1);
}
6% {
    transform: scale(1.25);
}
8%, to {
    transform: scale(1);
}
}.jackpot-block {
    display: flex;
    grid-gap: 5px;
    margin: 10px auto;
}
.jackpot-block .jackpot-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100px;
    text-align: center;
}
.jackpot-block .jackpot-item.ji1 {
    background: url("img/ji1.svg") center no-repeat;
    background-size: contain;
}
.jackpot-block .jackpot-item.ji2 {
    background: url("img/ji2.svg") center no-repeat;
    background-size: contain;
}
.jackpot-block .jackpot-item.ji3 {
    background: url("img/ji3.svg") center no-repeat;
    background-size: contain;
}
.jackpot-block .jackpot-title {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    font-size: 1em;
    font-weight: 700;
    color: #fb0;
    text-shadow: 1px 1px 4px rgba(71, 7, 7, .93);
}
.jackpot-block .jackpot-size {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #feda67;
    text-shadow: 0 0 8px #f60;
    transition: transform .375s, text-shadow .375s;
    transform-origin: center;
    animation: scale 20s infinite;
}
.scale {
    transform-origin: center;
    animation: scale 20s infinite;
}
.main-banner {
    flex: 1 1 auto;
    overflow: hidden;
}
.main-banner .banner-item {
    display: flex;
    height: 100%}
.main-banner .banner-item:not(.slick-slide):nth-child(n+2) {
    display: none;
}
.main-banner .banner-item img {
    object-fit: cover;
    height: 100%;
    width: 100%}
.main-banner .slick-list, .main-banner .slick-track {
    height: 100%}
.winners {
    flex: 0 0 262px;
    display: flex;
    flex-direction: column;
    max-width: 262px;
    padding-left: 10px;
}
.winners .caption {
    font-size: 15px;
    font-weight: 600;
    height: 48px;
    line-height: 48px;
    text-transform: uppercase;
    text-align: center;
    color: var(--btn_color);
}
.winners .winners-list {
    display: flex;
    flex-direction: column;
}
.winners .winners-list:not(.slick-slider) {
    max-height: 260px;
    overflow: hidden;
}
.winners .winner-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 10px;
    padding: 8px 0;
}
.winners .game-image {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
}
.winners .winner-info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}
.winners .winner-game {
    color: #fff;
    font-size: 13px;
}
.winners .winner-name {
    font-size: 12px;
    color: rgba(255, 255, 255, .7);
}
.winners .winner-prize {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    color: #171f36;
    font-size: 12px;
    border-radius: 14px 0 0 14px;
    text-align: right;
    padding: 0 4px 0 10px;
    background: linear-gradient(180deg, var(--btn_color), var(--h_color));
    box-shadow: 0 0 5px 0 var(--btn_color), inset 0 0 3px 1px var(--btn_color);
}
.block-with-sidebar {
    display: flex;
}
.block-with-sidebar .content {
    flex: 1 1 calc(100% - 262px);
}
.block-with-sidebar .sidebar {
    flex: 0 0 262px;
    margin: 10px 0;
}
.block-with-sidebar .slot-item {
    flex: 0 0 25%;
    max-width: 25%}
.slots-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px auto;
}
.slot-item {
    flex: 0 0 20%;
    max-width: 20%;
    transform: scale(1);
    transition: .2s;
}
.slot-item:hover {
    position: relative;
    transform: scale(1.1);
    z-index: 100;
}
.slot-item:hover .slot-title {
    background-image: linear-gradient(45deg, #e74c3c, #f39c12);
}
.slot-item:hover .slot-name {
    display: none;
}
.slot-item:hover .slot-btn {
    display: block;
}
.slot-item .slot-item-wrap {
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.slot-item .slot-img {
    display: flex;
    height: 160px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    position: relative;
}
.slot-item .slot-img img {
    width: 100%;
    position:  absolute;
}
.slot-item .slot-title {
    background-color: var(--txt_bg_color);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "PT Root UI", sans-serif;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0 0 10px 10px;
    font-size: 14px;
    height: 40px;
    line-height: 1.2;
    font-weight: 600;
}
.slot-item .slot-name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.slot-item .slot-btn {
    display: none;
}
.content-text {
    padding: 20px 0;
    background-color: var(--txt_bg_color);
    color: var(--txt_color);
    font-size: 16px;
}
.content-text ol, .content-text ul {
    margin: 15px 0 15px 25px;
}
.content-text ol li, .content-text ul li {
    position: relative;
    padding-left: 20px;
}
.content-text ol {
    list-style-type: none;
    counter-reset: num;
}
.content-text ol li:before {
    content: counter(num) ".";
    counter-increment: num;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: 700;
}
.content-text ul li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 3px;
    margin-right: 24px;
    vertical-align: middle;
    transform: translateY(-23%);
}
.content-text table {
    text-decoration: none;
    border-collapse: collapse;
    width: 100%;
    margin: 20px auto;
    color: #eaeaea;
}
.content-text table th, .content-text table thead td {
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
    color: var(--txt_bg_color);
    background: linear-gradient(180deg, var(--btn_color), var(--h_color));
}
.content-text table td {
    font-size: 13px;
}
.content-text table td, .content-text table th {
    padding: 10px;
    line-height: 13px;
    border: 1px solid var(--btn_color);
}
.content-text table td[valign=middle], .content-text table th[valign=middle] {
    vertical-align: middle;
}
.content-text table tr:hover {
    background: rgba(255, 175, 93, .2);
}
.slot-main-info {
    padding: 20px 0;
}
.game-wrap {
    max-width: 850px;
    margin: 0 auto;
}
.game-wrap .btns-wrap {
    text-align: center;
    margin: 15px 0;
}
.game-wrap .btns-wrap .btn {
    min-width: 250px;
}
.game-wrap .jackpot-block {
    margin: 0;
}
.game-placeholder {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
.game-placeholder:hover .img {
    opacity: .5;
}
.game-placeholder:hover .start-game {
    opacity: 1;
}
.game-placeholder .img {
    display: block;
    margin: 0 auto;
    opacity: 1;
    transition: all .2s;
}
.game-placeholder .start-game {
    min-width: 130px;
    width: 180px;
    height: 43px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    opacity: 0;
    z-index: 9;
}
.game-placeholder iframe {
    display: block;
    max-width: 100%}
.under-game {
    display: flex;
    align-items: center;
}
.under-game .jackpot-block {
    flex: 1 1 auto;
}
.page-counters {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
    background-color: var(--txt_bg_color);
    padding: 15px 0;
    border-radius: 10px;
}
.page-counters .counter-item {
    flex: 1 1 auto;
    padding: 0 15px;
    text-align: center;
    border-right: 1px solid #6c6a6a;
}
.page-counters .counter-item:last-of-type {
    border-right: none;
}
.page-counters .counter-item .caption {
    font-size: 18px;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 2px;
    color: var(--link_color);
}
.page-counters .counter-item .value {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
}
.showmore {
    margin-bottom: 1em;
    margin-left: 25%;
}
.faq-blocks {
    margin: 20px auto 0;
}
.faq-blocks .accord-block {
    border: 1px solid var(--btn_color);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
}
.faq-blocks .accord-block:last-of-type {
    margin-bottom: 0;
}
.faq-blocks .accord-block-header {
    font-weight: 500;
    padding: 9px 20px;
    color: var(--txt_bg_color);
    background: linear-gradient(180deg, var(--btn_color), var(--h_color));
    cursor: pointer;
}
.faq-blocks .accord-block-content {
    display: none;
    padding: 15px 20px;
    border-top: 1px solid var(--btn_color);
    background-color: var(--footer_color);
}
.error-page-text {
    text-align: center;
    font-size: 18px;
}
.error-page-text .error-404 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    margin: 9px auto;
}
.footer {
    background-color: var(--footer_color);
}
.footer .footer-top {
    background: var(--txt_bg_color);
}
.footer .payment-methods {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-gap: 10px;
    padding: 10px 0;
}
.footer .footer-bottom {
    padding: 20px 0;
}
.footer .footer-bottom .container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    grid-gap: 15px;
}
.footer .footer-left {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.footer .footer-right {
    flex: 1 1 auto;
}
.footer .site-footer-logo {
    width: 50px;
}
.footer .footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: 10px 20px;
    margin-bottom: 15px;
}
.footer .footer-links a {
    color: #868a96;
}
.footer .footer-links a:hover {
    color: var(--link_color);
}
.footer .copyright {
    text-align: center;
    font-size: 12px;
    color: #868a96;
}
#gtx-trans {
    display: none !important;
}
@media (max-width:1200px) {
    .hero {
    flex-wrap: wrap;
    max-height: inherit;
}
.jackpot-block {
    flex: 0 0 100%;
    flex-direction: row;
    justify-content: center;
}
.winners {
    flex: 0 0 262px;
}
}@media (max-width:1000px) {
    .main-banner {
    height: 300px;
}
.jackpot-block .jackpot-item {
    flex: 0 1 242px;
}
.jackpot-block .jackpot-title {
    top: 18px;
    font-size: 12px;
}
.jackpot-block .jackpot-size {
    font-size: 20px;
}
.slot-item {
    flex-basis: 25%;
    max-width: 25%}
.slot-item .slot-title {
    font-size: 11px;
}
}@media (max-width:768px) {
    html.slide {
    overflow: hidden;
}
html.slide body {
    overflow: hidden;
}
html.slide .wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(23, 31, 54, .8);
    z-index: 1;
}
html.slide .main-navigation {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    width: 250px;
    min-height: 100vh;
    margin: 0;
    padding: 22px 15px;
    background-color: var(--txt_bg_color);
    transform: translateX(0%);
    transition-duration: .2s;
    z-index: 1000;
}
html.slide .main-navigation ul {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 15px;
    width: 100%}
html.slide .main-navigation li {
    width: 100%}
html.slide .main-navigation a {
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: left;
}
html.slide .main-navigation a:hover {
    color: var(--link_color);
}
html.slide .menu-close {
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 100%;
    background: url("img/icon-close_lg.svg") 20px 20px no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
}
.mob-nav-btn {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 24px;
    height: 24px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}
.mob-nav-btn span {
    display: block;
    background: #fff;
    width: 100%;
    height: 3px;
}
.container {
    padding: 0 10px;
}
.site-logo {
    margin: 0 auto;
}
.header-btns {
    position: fixed;
    bottom: 20px;
    left: 0;
    flex-direction: row-reverse;
    justify-content: space-between;
    height: 60px;
    width: 90%;
    margin: 0 5%;
    padding: 7px 10px;
    background: var(--txt_bg_color);
    border-radius: 20px;
    border: 2px solid #fff;
    z-index: 9999;
}
.header-btns .btn {
    flex: 1 1 50%;
    border-radius: 10px;
}
.header-top {
    padding: 10px 0;
}
.header-bottom {
    padding: 0;
}
.main-navigation {
    display: none;
    transform: translateX(-100%);
}
.slot-item {
    flex-basis: 50%;
    max-width: 50%}
.slot-item .slot-item-wrap {
    padding: 8px;
}
.main-banner {
    flex: 0 0 calc(100% + 20px);
    height: auto;
    margin: 0 -10px;
}
.block-with-sidebar {
    flex-direction: column;
}
.block-with-sidebar .content {
    flex: 0 0 auto;
}
.block-with-sidebar .sidebar {
    flex: 0 0 auto;
    margin: 0;
}
.block-with-sidebar .slot-item {
    flex-basis: 50%;
    max-width: 50%}
.winners {
    flex: 0 0 calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin: 0 -10px;
}
.winners .caption {
    height: 26px;
    line-height: 26px;
}
.table-wrap {
    overflow-x: scroll;
}
.content-text .h1, .content-text h1 {
    font-size: 24px;
}
.content-text .h2, .content-text h2, .content-text .h3, .content-text h3, .content-text .h4, .content-text h4 {
    font-size: 22px;
}
.slot-main-info {
    padding: 10px 0;
}
.footer .payment-methods {
    justify-content: center;
}
}@media (max-width:650px) {
    .jackpot-block {
    margin-top: 0;
}
.jackpot-block .jackpot-item {
    flex: 0 1 136px;
    height: 50px;
}
.jackpot-block .jackpot-title {
    top: 7px;
    font-size: 7px;
}
.jackpot-block .jackpot-size {
    top: 8px;
    font-size: 12px;
}
.page-counters {
    align-items: center;
}
.page-counters .counter-item {
    padding: 0 5px;
}
.page-counters .counter-item .caption {
    font-size: 14px;
}
.page-counters .counter-item .value {
    font-size: 18px;
    margin-top: 5px;
}
.footer .footer-bottom .container {
    flex-direction: column-reverse;
}
}@media (max-width:440px) {
    .jackpot-block .jackpot-item {
    flex: 0 1 96px;
    height: 35px;
}
.jackpot-block .jackpot-title {
    top: 3px;
    font-size: 7px;
}
.jackpot-block .jackpot-size {
    top: 5px;
    font-size: 10px;
}
.page-counters .counter-item .caption {
    font-size: 11px;
}
}

.wpsm_panel-group .wpsm_panel + .wpsm_panel  {
    margin-top:  15px !important;
}

.wpsm_panel-group .wpsm_panel  {
    border-radius:  8px !important;
    border:  1px solid var(--btn_color) !important;
}

.wpsm_panel-group .wpsm_panel-default &gt; .wpsm_panel-heading  {
    background:  linear-gradient(180deg, var(--btn_color), var(--h_color));
}

.wpsm_panel-group .ac_open_cl_icon  {
    display: none !important;
}

.wpsm_panel-group .ac_title_class  {
    padding: 0 !important;
    text-align: left;
    font-size:  16px;
    line-height:  120%;
}


:root  {
    
  --blue:  #1e90ff;
    
  --white:  #ffffff;
    
}




nav ul li:before {
    width: 0!important;
}

div#ez-toc-container {
    background: var(--toc_header_color)!important;
    border: 1px solid var(--toc_header_color)!important;
}
div#ez-toc-container ul.ez-toc-list a {
    color: var(--txt_color)!important; 
}







.wpsm_panel-group .wpsm_panel + .wpsm_panel {margin-top: 15px !important;}
.wpsm_panel-group .wpsm_panel {border-radius: 8px !important;border: 1px solid #feae00 !important;}
.wpsm_panel-group .wpsm_panel-default &gt; .wpsm_panel-heading {background: linear-gradient(180deg,#feae00,#fa7c34);}
.wpsm_panel-group .ac_open_cl_icon {display:none !important;}
.wpsm_panel-group .ac_title_class {padding:0 !important;text-align:left;font-size: 16px;line-height: 120%;}

.center {
    text-align: center;
}

.showmore {
    margin-bottom: 1em;
    margin-left: 25%;
}
.header-btns {padding-top: 46px;}
.header-bonus {
    flex: 1 50%;
    display: flex;
}
.bonus-wrap {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    left: 0;
    top: 0;
    padding: 6px 10px;
}
.header-bonus .bonus-wrap i {
    width: 33px;
    height: 27px;
    margin-right: 8px;
    margin-top: 2px;
}
i.open-gift {
    background-image: url(img/open-gift.svg);
}
.header-bonus .bonus-size {
    font-weight: 700;
    color: #ffc400;
    text-shadow: 0 1px 1px rgb(0 0 0 / 50%);
    text-transform: uppercase;
}
.header-bonus .bonus-text {
    margin-top: -2px;
    color: #8893ab;
}


.banner {
    height: 280px;
}
.banner .slick-list, .banner .slick-track {height: 100%;}

.banner .banner__item {display: none;}
.banner .banner__item:first-child {display: block;}
.banner.slick-initialized .banner__item {display: block;}

.banner .slick-dots {
    list-style: none;
    text-align: center;
    margin-top: -12px;
    z-index: 9;
    position: relative;
  }
  .banner .slick-dots li {
    display: inline;
    margin: 0;
    padding: 0 4px;
  }
  .banner .slick-dots li button {
    width: 10px;
    height: 10px;
    border: 0;
    padding: 0;
    margin: 0;
    background: #e8e7e7;
    text-indent: -9999px;
    border-radius: 50%;
  }
  .banner .slick-dots li:hover button {
    background: #d5172e;
    cursor: pointer;
  }
  .banner .slick-dots li.slick-active button {
    background: #d5172e;
  }

.banner__item {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.banner__txt {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    padding: 50px;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}
.banner__title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}
.banner p {margin-bottom: 20px;}
.banner__btn {
    background-color: #ee344b;
    border: 1px solid #ee344b;
    padding: 0 24px;
    cursor: pointer;
    height: 40px;
    line-height: 38px;
    border-radius: 100px;
    color: #fff;
    font-family: "PT Root UI",sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}
.banner__btn:hover {color: #fff;background: #d5172e;}
.banner__img {height: 100%;}
.banner__img img {
    position: absolute;
    max-width: none;
    height: 100%;
    left: 50%;
    top:0;
    transform: translate(-50%, 0);
}
.banner__img::before {
        content: "";
        background: linear-gradient(180deg,rgb(23 31 54 / 30%) 0%,rgb(23 31 54) 100%);
        left:0;bottom: 0;
        right:0;top:0;
        margin: auto;
        position: absolute;
        z-index: 2;
}

@media screen and (min-width: 600px){
    .banner {height: 350px;}
    .banner__txt {padding: 75px 100px;}
    .banner__title {font-size: 30px;line-height: 1.2;}
}
@media screen and (min-width: 769px){
    .header-btns {padding-top: 0;}
    .header-bonus {height: 48px; background: #041020; border-radius: 100px; padding: 4px; margin-top: -4px;}
    .bonus-wrap {position: static;width: auto; justify-content: left;margin-top: -3px;}
}

@media screen and (min-width: 860px){
    .banner {height: 400px;}
}

@media screen and (min-width: 960px){
    .banner {height: 450px;}
    .banner__txt {align-items: flex-start;justify-content: center;max-width: 500px;padding: 0 25px}
    .banner__img::before {background: linear-gradient(-90deg,rgb(23 31 54 / 30%) 0%,rgb(23 31 54) 100%);}
    .banner__title {text-align: left;font-size: 42px;}
    .banner .slick-dots {margin-top: -32px;}
}
@media screen and (min-width: 1024px){
    .banner {height: 500px;}
}
@media screen and (min-width: 1140px){
    .banner {height: 530px;}
    .banner__txt {padding: 0 75px;max-width: 600px;}

}
@media screen and (min-width: 1280px){
    .banner {height: 560px;}
}



.wrapper, .content-text, .header, .main, .footer-bottom {
    background-image: url('img/hero-bg-1.jpg');
}</pre></body></html>