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,
font,
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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../template/scss/owl.video.play.png.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

charset "UTF-8";

* {}

@font-face {
    font-family: 'font5';
    font-style: normal;
    font-weight: 400;
    src: local('font5'), url('../template/fonts/font5w.woff.html') format('woff');
    font-display: swap
}

@font-face {
    font-family: 'font5';
    font-style: normal;
    font-weight: 500;
    src: local('font5'), url('../template/fonts/font5m.woff.html') format('woff');
    font-display: swap
}

@font-face {
    font-family: 'font5';
    font-style: normal;
    font-weight: bold;
    src: local('font5'), url('../template/fonts/font5b.woff.html') format('woff');
    font-display: swap
}

@font-face {
    font-family: 'Pacifico';
    src: url(../template/fonts/pacifico.ttf.html) format("truetype");
    font-display: swap
}

* {
    padding: 0;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    font-family: 'font5', 'Roboto', Arial, sans-serif;
    font-size: 14px
}

*,
::after,
::before {
    box-sizing: border-box
}

::-moz-selection {
    color: #CDCAE6;
    background: #312F50
}

::selection {
    color: #CDCAE6;
    background: #312F50
}

html,
body {
    width: 100%;
    height: 100%;
    display: block
}

body {
    height: auto
}

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

*:focus {
    outline: none !important
}

html {
    scroll-snap-type: y mandatory;
    scroll-snap-points-y: repeat(100vh);
    scroll-snap-type: y mandatory
}

a {
    cursor: pointer
}

*::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    transition: none
}

*::-webkit-scrollbar-track {
    background: #131a2d;
    border-radius: 1px;
    width: 6px;
    height: 6px;
    transition: none
}

*::-webkit-scrollbar-thumb {
    background: #00b6ef;
    width: 6px;
    height: 6px;
    transition: none
}

*::-webkit-scrollbar-thumb:hover {
    background: #00b6ef;
    transition: none
}

* {
    position: relative
}

body {
    overflow-x: hidden
}

.owl-nav {
    display: none
}

html {
    background: #11052a;
    background-position: top center;
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover
}

.wrap {
    max-width: 1190px;
    margin: 0 auto
}

* {
    position: relative
}

body {
    padding-top: 60px
}

.btn {
    height: 40px;
    display: inline-flex;
    justify-content: center;
    min-width: 82px;
    padding: 4px 8px;
    background: linear-gradient(180deg, #00b6ef 0%, #75acff 100%);
    box-shadow: none;
    border: none;
    border-radius: 8px;
    position: relative;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
    box-sizing: border-box;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.btn:before {
    transition: opacity 0.3s linear;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-color: #000;
    opacity: 0;
    mix-blend-mode: overlay
}

.btn:hover:before {
    opacity: 0.4
}

.btn.btn-blue {
    background: linear-gradient(120deg, #00b6ef 0%, #00b6ef 30%, #75acff 50%, #00b6ef 70%, #00b6ef 100%);
    background-size: 400%
}

.btn.btn-dark {
    background: #131a2d;
    border: 2px solid #00b6ef;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px)
}

.btn.btn-dark:hover {
    background: #00b6ef8f;
    border: 2px solid #099ecd
}

header {
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    z-index: 10;
    background: #24334eb0;
    width: 100%;
    width: 100dvw;
    border-bottom: 1px solid #ffffff12;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px)
}

header .wrap {
    display: flex;
    height: 100%;
    gap: 16px;
    justify-content: space-between;
    align-items: center
}

header .logo {
    height: 100%;
    width: 160px;
    background-repeat: no-repeat;
    background-position: center
}

header .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px
}

header .menu a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.6s ease
}

header .menu a:hover,
header .menu a.active {
    color: #00b6ef
}

header .btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px
}

header .btns button {}

.slider {}

.slider .slide {
    height: 360px;
    overflow: hidden
}

.slider .slide .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center
}

.slider .slide .cont {
    background: linear-gradient(90deg, #000000bd, transparent);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    justify-content: space-between
}

.slider .slide .cont p {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.slider .slide .type {
    font-size: 12px;
    color: #fff;
    font-style: normal;
    background: #6b2da7;
    padding: 4px 12px;
    border-radius: 100px
}

.slider .slide .cont p i {
    font-size: 30px;
    display: block;
    color: #bf99ed;
    font-style: normal
}

.slider .slide .cont p b {
    font-size: 48px;
    display: block;
    color: #fff
}

.slider .slide .cont .btn {
    padding: 4px 20px
}

.slider .owl-dots {
    position: absolute;
    bottom: 8px;
    left: 8px;
    display: flex;
    justify-content: center;
    gap: 4px;
    align-items: center;
    width: calc(100% - 16px)
}

.slider .owl-dots .owl-dot {
    border: none;
    background: #ffffff4d;
    display: block;
    height: 4px;
    width: 20px;
    border-radius: 16px;
    transition: all 0.6s ease
}

.slider .owl-dots .owl-dot.active {
    background: #ffffffa6
}

.slider {
    border-radius: 12px;
    overflow: hidden
}

section {
    margin: 24px 0
}

.bonuses-list .wrap>.title,
.games-list .wrap>.title {
    display: block;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 25px;
}

.bonuses-list .wrap>.title:after,
.games-list .wrap>.title:after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    margin-top: 8px;
    background: linear-gradient(45deg, transparent 30%, #00b6ef 50%, transparent 70%)
}

.games-list .items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin: 24px 0
}

.games-list .game-item {
    width: 100%;
    height: auto;
    border-radius: 8px;
    aspect-ratio: 315 / 236;
    overflow: hidden
}

.games-list .game-item .bg {
    position: absolute;
    width: 100%;
    height: 100%
}

.games-list .game-item .bg img {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    object-fit: cover
}

.games-list .game-item .bg .title {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 12px;
    background: linear-gradient(0deg, #1f2b44 20%, transparent);
    color: #ddf5fe;
    padding-top: 24px;
    text-align: center;
    font-size: 15px
}

.games-list .game-item .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #131a2d96;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.games-list .game-item:hover .hover {
    opacity: 1
}

.games-list .game-item .hover .btn {}

.bonuses-list .items {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px
}

.bonuses-list .items .bonus-item {
    display: flex;
    width: 100%;
    height: auto;
    aspect-ratio: 375 / 190;
    border-radius: 8px;
    overflow: hidden
}

.bonuses-list .items .bonus-item .bg {
    position: absolute;
    width: auto;
    height: 100%;
    right: 0
}

.bonuses-list .items .bonus-item .bg {
    -webkit-mask-image: url(bonus-image-mask-h.svg.html);
    mask-image: url(../template/imagesbonus-image-mask-h.svg.html);
    -webkit-mask-position: top left;
    mask-position: top left;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: translate3d(0, 0, 0);
    box-shadow: inset 0 2px 0 0 rgb(255 255 255 / 20%);
    -webkit-mask-image: url("https://agstatic.com/bonuses/wolf/masks/bonus-image-mask-h.svg")
}

.bonuses-list .items .bonus-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    z-index: 0;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .8) 100%) */
}

.bonuses-list .items .bonus-item .bg {
    min-width: 170px;
    width: auto;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.bonuses-list .items .bonus-item .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px 16px;
    align-items: flex-start
}

.bonuses-list .items .bonus-item .card .type {
    background: #b141d9;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 12px;
    color: #fff
}

.bonuses-list .items .bonus-item .card .text b {
    display: block;
    font-size: 21px;
    color: #fff
}

.bonuses-list .items .bonus-item .card .text {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: space-between
}

.games-list.tabbed {}

.games-list.tabbed .tab_menu {}

.games-list.tabbed .tab_menu .inner {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center
}

.games-list.tabbed .tab_menu .itm {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    transition: all 0.6s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer
}

.games-list.tabbed .tab_menu .itm i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.6s ease
}

.games-list.tabbed .tab_menu .itm.active i,
.games-list.tabbed .tab_menu .itm:hover i {
    filter: grayscale(1) brightness(2.5)
}

.games-list.tabbed .tab_menu .itm:after {
    content: '';
    height: 1px;
    display: block;
    margin-top: 8px;
    background: linear-gradient(45deg, transparent 30%, #c872e5 50%, transparent 70%);
    position: absolute;
    width: 100%;
    left: 13px;
    bottom: -4px;
    transition: all 0.6s ease;
    opacity: 0
}

.games-list.tabbed .tab_menu .itm.active:after {
    opacity: 1
}

.games-list.tabbed .items {}

.games-list.tabbed .items .game-item {
    display: none
}

.games-list.tabbed .items .game-item.active {
    display: block
}

.games-list .game-item {
    cursor: pointer
}

nav {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 250px;
    background: #fff;
    height: 100vh;
    height: 100dvh;
    padding: 12px;
    overflow: auto;
    background: #1f2b44b8;
    border-bottom: 1px solid #ffffff12;
    backdrop-filter: blur(5px);
    border-right: 1px solid #88d5d940;
    transition: all 0.6s ease
}

nav .top {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px
}

nav .top .logo {
    width: 44px;
    height: 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px
}

nav .top .mobilemenu {
    width: 44px;
    height: 44px;
    background-position: center;
    background-size: 40px;
    filter: brightness(5.5);
    transition: all 0.6s ease;
    cursor: pointer
}

nav .links .group {
    background: #2e3e64;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px
}

nav .links .group span {
    display: block;
    color: #6eacfe6b;
    text-transform: uppercase;
    font-weight: 600
}

nav .links .group a {
    display: flex;
    gap: 6px;
    align-items: center;
    color: #ffffffba;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.6s ease
}

nav .links .group a .ico {
    display: block;
    width: 16px;
    height: 16px;
    background-size: contain
}

nav .links .group a:hover {
    color: #fff
}

main,
header,
footer,
nav .group {
    transition: all 0.6s ease
}

body:not(.menuopened) nav {
    transform: translateX(-250px)
}

.menuopened main,
.menuopened footer,
.menuopened header {
    transform: translateX(185px);
    filter: blur(4px) grayscale(1);
    pointer-events: none
}

body:not(.menuopened) nav {
    transform: translateX(-185px)
}

body:not(.menuopened) nav .group {
    opacity: 0
}

main,
header,
footer {
    width: calc(100% - 64px);
    transform: translateX(64px)
}

main>.wrap,
header>.wrap,
footer>.wrap {
    margin: 0 auto;
    padding: 0 24px
}

.menuopened nav .top .mobilemenu {
    transform: rotate(90deg);
    filter: none
}

.games-list.tabbed .tab_menu .itm {
    white-space: nowrap
}

.games-list.tabbed .tab_menu {
    overflow: auto;
    height: 32px
}

nav {
    justify-content: space-between;
    display: flex;
    flex-direction: column
}

nav .links {
    height: calc(100% - 88px)
}

nav .top {
    margin: 0
}

i.ico_18plus {
    width: 44px;
    height: 44px;
    display: block;
    background-position: center;
    background-repeat: no-repeat
}

nav .bot {
    display: flex;
    justify-content: flex-end
}

footer {
    background: #1a2b3c;
    margin-top: 48px;
    padding: 24px 0
}

footer .top {
    text-align: center;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

footer .top .logo {
    /* width: 160px;
    height: 50px; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

footer .text {
    margin: 24px 0;
    font-size: 15px;
    color: #6b87a3;
    line-height: 1.3em;
    text-align: center
}

.providers {}

.paysystems .title,
.providers .title {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    opacity: 0.3;
    text-align: center;
    display: block;
    margin-bottom: 8px
}

.providers .items {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    justify-content: center
}

.providers .items ins {
    padding: 8px 15px;
    background: #13222d;
    border-radius: 8px;
    display: inline-flex;
    width: 125px;
    height: 45px
}

.providers .items ins svg,
.providers .items ins img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.paysystems {}

.paysystems .title {}

.paysystems .items {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    justify-content: center
}

.paysystems .items ins {
    padding: 8px 15px;
    background: #47617433;
    border-radius: 8px;
    display: inline-flex;
    width: 100px;
    height: 35px
}

.paysystems .items ins svg,
.paysystems .items ins img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: invert(1);
    opacity: 0.8
}

.textContent {
    padding: 24px;
    background: #1f2b44;
    border-radius: 10px;
    color: #f5f5f5;
    line-height: 1.3em;
    font-size: 15px
}

.textContent h1 {
    display: block;
    font-size: 28px;
    line-height: 1.3em;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ffffff47
}

.content-form {
    background: linear-gradient(332deg, rgb(42 59 96) 8.19%, rgb(35 61 78) 97.56%);
    border: 1px solid #3b80a757;
    padding: 15px 20px 0;
    margin-bottom: 20px;
    border-radius: 5px
}

.content-form .h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 16px
}

.content-form .form-text {
    text-align: center;
    margin-bottom: 12px
}

.content-form .form-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 20px
}

.content-form .form-group-email {
    flex: 1 1 auto;
    position: relative;
    width: calc(70% - 20px)
}

.content-form .form-control {
    outline: none;
    background: #2e4964;
    border: none;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 5%) inset;
    border-radius: 5px;
    height: 42px;
    padding: 10px;
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 16px
}

.content-form .form-control::placeholder {
    color: #ffffff87
}

.content-form .status-message {
    font-size: 12px;
    font-weight: 500;
    min-height: 23px;
    padding: 3px 11px
}

.content-form .form-group-submit {
    flex: 1 1 auto;
    width: 30%;
    min-width: 160px;
    margin-bottom: 17px
}

.content-form .btn {
    min-height: 42px;
    width: 100%;
    cursor: pointer
}

.textContent p {
    display: block;
    margin-bottom: 10px;
    font: inherit
}

.textContent .table-box {
    overflow: hidden;
    overflow-x: scroll
}

.textContent table {
    margin: 16px 0;
    border-collapse: collapse;
    border: 1px solid #ffffff75;
    width: 100%
}

.textContent table th {
    padding: 8px 12px;
    border: 1px solid #2c546e;
    background: #2a3b60;
    text-transform: uppercase
}

.textContent table td {
    background: #1f2b44;
    padding: 6px 16px;
    border: 1px solid #2c546e
}

.textContent table tr:nth-of-type(even) td {
    background: #2a3b60a6
}

.textContent h2,
.h2 {
    font-size: 24px;
    display: block;
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: 500;
    color: #6cbcd7;
    border-bottom: 1px solid #6cbcd782;
    padding-bottom: 8px
}

.textContent h3,
.h3 {
    display: block;
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: 21px;
    font-weight: 500;
    color: #6cbcd7;
    border-bottom: 1px solid #6cbcd782;
    padding-bottom: 8px
}

.textContent a {
    color: #00b6ef
}

.textContent a:hover {
    color: #fff
}

.textContent blockquote {
    margin: 24px 0;
    padding: 24px;
    background: #2a3b60;
    font-size: 17px;
    text-align: center
}

.textContent blockquote p {
    margin: 0
}

.textContent ol {
    list-style-position: outside;
    list-style-type: decimal;
    padding-left: 24px;
    margin: 12px 0
}

.textContent ul {
    list-style-position: outside;
    list-style-type: disc;
    padding-left: 24px;
    margin: 12px 0
}

.innerblock.block_qiop {
    padding-top: 24px;
    margin: 24px 0
}

.quip-comment {
    margin-bottom: 20px
}

.quip-comment .form-grupp {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px
}

.quip-comment .quip-fld {
    width: calc(50% - 10px);
    margin: 0 5px 10px
}

.quip-comment .label {
    color: #00b6ef
}

.quip-comment input,
.quip-comment textarea {
    padding: 10px;
    border-radius: 5px;
    outline: none;
    width: 100%;
    background: #1e1e1e;
    color: #fff;
    border: 1px solid #00b6ef4d;
    resize: none
}

.quip-comment .form-textarea {
    margin-bottom: 10px
}

.quip-comment .btn-box {
    display: flex;
    width: 100%;
    justify-content: center
}

.quip {
    margin-top: 20px
}

.quip .quip-comment-list {
    list-style-type: none;
    position: relative;
    margin: 0;
    padding: 0
}

.quip-comment {
    margin-bottom: 20px
}

.quip .quip-comment-body {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    background: #1e1e1e;
    border-radius: 20px 20px 0 0
}

.quip .coment-heder {
    font-weight: bold;
    align-items: center;
    padding: 1rem;
    line-height: 1.1;
    color: #fff;
    display: flex;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #154c5d87;
    border-radius: 0;
    background: #131a2d
}

.quip .img-res {
    width: 35px;
    max-width: 100%;
    height: auto
}

.quip .coment-avtor-data {
    display: flex;
    flex-direction: column;
    margin-left: 10px
}

.quip .avtor {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px
}

.quip .data {
    opacity: 0.5;
    font-size: 12px
}

.quip .quip-comment-text {
    padding: 20px;
    border-bottom: 1px solid #154c5d;
    background: #19243a
}

.quip .quip-comment-text p {
    margin: 0;
    padding: 0
}

.innerblock {
    margin: 24px 0
}

.textContent .container .faq-blocks {
    margin-bottom: 20px
}

.faq {
    background: rgb(255 255 255 / 6%);
    border-radius: 12px;
    transition: all 0.6s ease;
    margin-top: 20px
}

.textContent .faq-header {
    border: none;
    background: transparent;
    transition: all 0.6s ease;
    border-radius: 0;
    margin-bottom: 0;
    padding: 15px 57px 15px 15px;
    cursor: pointer;
    color: #d0d5dd;
    font-size: 16px
}

.textContent .faq-header:before {
    content: '+';
    position: absolute;
    font-size: 35px;
    right: 20px;
    top: 0px;
    transition: all 0.3s;
    color: #fff;
    font-weight: normal;
    height: 100%;
    display: flex;
    align-items: center
}

.textContent .faq-content {
    background: rgb(255 255 255 / 6%);
    display: none;
    opacity: 0;
    padding: 20px 20px
}

.textContent .faq-content p {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #d0d5dd;
    font-size: 16px
}

.btn-wrap {
    margin: 16px 0;
    text-align: center
}

.games-list.tabbed .tab_menu {
    margin-top: 16px
}

.slider {
    height: 360px;
    display: block !important
}

.games-list .game-item .bg img {
    object-fit: contain;
    background-color: #4aaff9
}

.games-list .game-item .bg img[data-loaded="true"] {
    object-fit: cover;
    background: transparent
}

.game-item .title {
    text-transform: capitalize
}

.block_ratingtable .wrap {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap
}

.block_ratingtable .wrap .ratingTable {
    flex: 1 1 50%;
    padding: 24px;
    background: #1f2b44;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #435a8187;
    background-size: cover
}

.block_ratingtable .ratingTable .title {
    line-height: 40px;
    font-size: 20px;
    color: #00b6ef;
    font-weight: 600
}

.block_ratingtable .ratingTable .title i {
    font: inherit;
    color: #fff
}

.block_ratingtable .ratingTable .items {
    height: calc(100% - 40px - 16px);
    margin-top: 16px;
    overflow: auto
}

.block_ratingtable .ratingTable .items .item {
    margin-bottom: 12px;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: flex;
    gap: 10px;
    justify-content: space-around;
    align-items: center;
    background-color: #00d2fb1f;
    color: #fff
}

.block_ratingtable .ratingTable .items .item .img {
    text-decoration: none;
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 8px
}

.block_ratingtable .ratingTable .items .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.block_ratingtable .ratingTable .items .item .txt b {
    text-transform: uppercase;
    display: block;
    font-size: 15px
}

.block_ratingtable .ratingTable .items .item .txt i {
    display: block;
    margin-top: 8px;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.75
}

.block_ratingtable .ratingTable .items .item .rght {
    padding: 12px;
    text-align: right
}

.block_ratingtable .ratingTable .items .item .rght b {
    display: block;
    text-align: right
}

.block_ratingtable .ratingTable .items .item .rght .btn {
    width: 24px;
    min-width: 24px;
    height: 24px;
    font-size: 0;
    padding: 0;
    border-radius: 4px;
    margin-top: 6px
}

.block_ratingtable .ratingTable .items {
    max-height: 330px
}

.block_ratingtable .ratingTable .items .item {
    justify-content: space-between
}

.block_ratingtable .ratingTable .items .item .img {
    flex: 1 1 64px;
    max-width: 64px
}

.block_ratingtable .ratingTable .items .item .rght {
    flex: 1 1 120px
}

.slider .owl-dots .owl-dot {
    font-size: 0
}

.pre-header-dovnload {
    margin-right: 0px;
    margin-left: 0px;
    display: flex;
    padding: 10px;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #00b6ef5c;
    color: #d2e6ee;
    font-weight: 400;
    font-size: 16px;
    background: #103046;
    justify-content: space-between
}

.pre-header-dovnload .text-box {
    width: 100%;
    font: inherit
}

.pre-header-dovnload .button-tg {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 11px 10px 10px 40px;
    position: relative;
    cursor: pointer;
    line-height: 1;
    text-decoration: none;
    font-size: 14px;
    padding-left: 50px;
    border-radius: 6px;
    background: #00b6ef;
    border: 1px solid #00b6ef;
    transition: all 0.6s ease
}

.pre-header-dovnload .button-tg .animate {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 7px;
    left: 10px;
    animation: 2s linear infinite animateTg
}

@keyframes animateTg {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    25% {
        opacity: .7;
        transform: scale(1.2)
    }

    50% {
        opacity: 1;
        transform: scale(1)
    }

    75% {
        opacity: .7;
        transform: scale(1.2)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.paysystems.stanalone .items ins {
    background: #291456
}

.games-list .wrap {
    background: #190a38;
    padding: 24px;
    border-radius: 10px
}

.games-list .wrap:before {
    content: '';
    background: linear-gradient(309deg, rgba(253, 106, 193, 0) 76.25%, rgba(253, 106, 193, .16) 98.66%);
    content: "";
    border-radius: inherit;
    z-index: 3;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

header {
    background: #291456;
    height: 52px;
    border: none
}

body {
    padding-top: 52px
}

header .logo {
    height: 32px;
    aspect-ratio: 300 / 101;
    width: auto;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

header .menu a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #ffffffcc;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 12px
}

header .menu a:hover,
header .menu a.active {
    color: #fff;
    background: #11052a
}

header .menu {
    height: 100%
}

.menu a .ico {
    width: 24px;
    height: 100%;
    background-position: left center;
    background-repeat: no-repeat
}

.btn.btn-dark {
    background: #131a2d;
    border: 1px solid #a158b3
}

.btn.btn-dark:hover {
    background: #bf00ef29;
    border: 1px solid #9576ad
}

.btn.btn-blue {
    background: #acff00;
    color: #000
}

main,
header,
footer {
    width: 100%;
    transform: translateX(0px)
}

body:not(.menuopened) nav {
    transform: translateX(-250px)
}

.bonuses-list .wrap>.title:after,
.games-list .wrap>.title:after {
    background: linear-gradient(45deg, transparent 30%, #c164e3 50%, transparent 70%)
}

.paysystems .items ins img {
    filter: grayscale(1) brightness(8.5)
}

.wrap {
    max-width: 1270px
}

footer {
    background: linear-gradient(180deg, #2d234c, #170e2a)
}

.providers .items ins {
    background: #372b53
}

.textContent {
    background: linear-gradient(320deg, #17102a 50%, #41345e 100%)
}

.content-form {
    background: linear-gradient(6deg, #241a3e 50%, #41345e 100%);
    border: 1px solid #9f3ba726
}

.textContent h3,
.h3,
.textContent h2,
.h2 {
    color: #b8aad7;
    border-bottom: 1px solid #e9bee64a
}

.content-form .form-control {
    background: #ab9dca26
}

.btn-blue,
.content-form .btn {
    background: #acff00;
    color: #000
}

.btn-blue:hover,
.content-form .btn:hover {
    background: #98d51b
}

.textContent .btn {
    background: linear-gradient(180deg, #acff00 0%, #83b51d 100%);
    color: #000
}

.textContent table th {
    padding: 8px 12px;
    border: 1px solid #463b60;
    background: #3d3059;
    text-transform: uppercase
}

.textContent table td {
    background: #371f444d;
    border: 1px solid #512c6e6e
}

.textContent table tr:nth-of-type(even) td {
    background: #5c487c29;
    border: 1px solid #512c6e6e
}

.textContent a {
    color: #e4d9ff
}

.quip-comment .label {
    color: #a668d5
}

.quip-comment input,
.quip-comment textarea {
    background: #8e70cf2e;
    border: 1px solid #9c00ef30
}

.quip .coment-heder {
    border: 1px solid #ac6bb942;
    background: #251e37
}

.quip .quip-comment-text {
    padding: 20px;
    border-bottom: 1px solid #312846;
    background: #1d113aba
}

.textContent blockquote {
    background: #2a1936;
    border: 1px solid #ffffff24;
    border-radius: 6px;
    font-style: italic
}

.bonuses-list .items .bonus-item {
    background: linear-gradient(180deg, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .8) 100%), url(bg.webp);
    background-size: cover;
    background-position: top center
}

/* .bonuses-list .items .bonus-item:before {
    background: transparent
} */

.bonuses-list .items .bonus-item .bg {
    -webkit-mask-image: unset;
    mask-image: unset
}

.bonuses-list .items .bonus-item .card .type {
    background: #acff00;
    color: #000
}

.bonuses-list .items .bonus-item .card .text {
    line-height: 1.1em;
    align-items: baseline;
    color: #fff
}

.copy {
    display: inline-flex;
    border-bottom: 1px dashed;
    cursor: pointer
}

.copy:after {
    content: '';
    background-image: url(click-2.avif.html);
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    background-size: contain;
    right: -8px;
    bottom: -12px
}

.bonuses-list .items .bonus-item .card .text .copy {
    font-size: 38px;
    font-weight: bold;
    padding-bottom: 4px;
    color: #acff00;
    padding: 25px 0;
}

.bonuses-list .items .bonus-item .card {
    width: calc(100% - 170px);
    padding: 16px
}

.bonuses-list .items .bonus-item .bg {
    width: auto;
    height: 100%;
    background-size: contain;
    min-width: 200px;
    background-position: right center;
    background-repeat: no-repeat
}

.jackpot>.wrap {
    background-image: url(jackpot-bg-desk.webp.html);
    background-size: cover;
    border-radius: 10px
}

.jackpot .wrap .top {
    padding: 48px
}

.jackpot .wrap .top i {
    display: block;
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    font-weight: 900;
    font-style: normal
}

.jackpot .wrap .top b {
    display: block;
    text-align: center;
    font-size: 64px;
    line-height: 36px;
    color: #acff00;
    font-weight: 900;
    font-style: normal;
    padding-top: 20px
}

.jackpot .wrap .games-list .wrap {
    background: transparent;
    border-radius: 0;
    padding-top: 0
}

.jackpot .wrap .games-list .wrap::before {
    display: none
}

.packages .wrap>div.titles .title,
.wrap>.title {
    font-family: 'Pacifico', 'font5', Roboto, Arial, sans-serif
}

.packages .wrap {
    background: linear-gradient(101deg, #462982 8%, #190a38 71%), #190a39;
    border-radius: 10px;
    padding: 20px;
    display: grid;
    gap: 20px;
    grid-template-columns: 250px 1fr 1fr 1fr;
    align-items: center
}

.packages .wrap>div.titles {
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.packages .wrap>div.titles .btn {
    background: #0ab5f070;
    border: 1px solid #0eb5f16b;
    padding: 0 24px
}

.packages .wrap>div.titles .btn:hover {
    background: #0ab5f0
}

.packages .wrap>div.titles {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    justify-content: flex-start;
    align-items: flex-start
}

.packages .wrap>div.titles p {
    font-size: 21px
}

.packages .wrap>div.titles p.small {
    font-size: 17px;
    opacity: 0.7
}

.green {
    color: #acff00
}

.violet {
    color: #db53ff
}

.package {
    background: radial-gradient(261% 100% at 100% 50%, #eebf08 0, #65970e 100%);
    min-height: 220px;
    border-radius: 12px;
    padding: 20px
}

.package img {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: -50px;
    left: 0;
    object-fit: contain
}

.package.pack-2 {
    background: radial-gradient(193% 100% at 0 50%, #415cd6 0, #6d45ca 41%, #9e45bd 100%)
}

.package.pack-3 {
    background: radial-gradient(2559% 100% at 0 0, #da1113 0, #e24b0f 44%, #e8b708 100%)
}

.package .t1 {
    display: block;
    color: #ffffffe0;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600
}

.package .t2 {
    margin: 6px 0;
    display: block;
    color: #ffffffe0;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600
}

.package {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 7px;
    align-items: center
}

.package .btn.closed {
    font-size: 0;
    width: 50px;
    height: 50px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100px;
    min-width: 50px;
    background-size: 32px
}

footer .group {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 20px
}

footer .group a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    transition: all 0.6s ease
}

footer .group a:hover {
    color: #a28fdb
}

.modal {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: #11052abf;
    transition: all 0.6s ease;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none
}

.modal.visible {
    display: flex
}

.modal.active {
    opacity: 1;
    pointer-events: all
}

.modal .win {
    width: 640px;
    max-width: 100%;
    background: #190a38bd;
    padding: 24px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid #ffffff1f
}

.modal .win:before {
    content: '';
    background: linear-gradient(309deg, rgba(253, 106, 193, 0) 76.25%, rgba(253, 106, 193, .16) 98.66%);
    content: "";
    border-radius: inherit;
    z-index: 3;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.modal .win .cont {
    display: grid;
    grid-template-columns: 1fr 250px;
    gap: 20px;
    width: 100%
}

.modal .win .close {
    background: url(close.svg.html);
    width: 44px;
    height: 44px;
    position: absolute;
    top: 4px;
    right: 4px;
    background-size: 24px;
    background-position: center;
    cursor: pointer;
    background-repeat: no-repeat
}

.modal .win .right {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly
}

.modal .win .right .btn {}

.modal .win .left {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: #fff;
    flex-direction: column;
    text-align: center
}

.modal .win .left p {
    font-size: 24px
}

.modal .win .left b {
    font-size: 44px;
    color: #acff00
}

.modal .win .right img {
    width: 100%;
    object-fit: contain;
    height: auto;
    aspect-ratio: 1 / 1
}

.modal .win .right .btn {
    padding: 6px 24px;
    white-space: nowrap;
    margin-bottom: 24px
}

.games-list .wrap:before {
    pointer-events: none
}

.pre-header-dovnload {
    background: #190a38;
    border: 1px solid #9c00ef5c;
    color: #f3efff
}

.bonuses-list .items .bonus-item .card .text b {
    line-height: 1.1em
}

.slider .slide.modified {
    display: flex;
    align-items: center;
    justify-content: center
}

.slider .slide.modified .cont:before {
    border-radius: 32px;
    background: linear-gradient(313deg, #331b4085, #2a1850);
    box-shadow: 0px 0px 17px -4px #553a8d;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: blur(6px)
}

.slider .slide.modified .cont {
    width: 100%;
    max-width: 400px;
    position: relative;
    height: auto;
    border-radius: 0;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    background: transparent;
    text-align: center;
    align-items: center
}

.slider .slide.modified .cont .btn.btn-blue {
    background: #ec5a00;
    color: #fff
}

.slider .slide.modified .cont .btn.btn-blue:hover {
    background: #eca300
}

.slider .slide.modified .cont p {
    color: #fff;
    font-size: 30px;
    line-height: 1.3em;
    font-weight: bold;
}

.slider .slide.modified .cont i {
    font-size: 24px;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 12px
}

.slider .slide.modified .cont p {
    display: block;
    margin-bottom: 24px
}

.slider .slide.modified .cont p span {
    display: inline;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase
}

.slider .slide.modified .cont p span.g {
    color: #acff00
}

.slider .slide.modified .cont p span.v {
    color: #e39aff
}

.slider .slide.modified .bg {
    object-position: left center
}

.page_vip {
    background: url(bgvip1920.webp.html);
    background-size: cover;
    background-size: 1920px auto;
    background-position: top center;
    background-repeat: no-repeat
}

.block_vip_top {
    min-height: 218px
}

.block_vip_top .wrap {}

.block_vip_top .h1 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    display: block;
    text-align: center;
    padding: 24px
}

.block_vip_top .vip_icon {
    background: url(crown.avif.html)
}

.block_vip_top .vip_icon {
    width: 110px;
    height: 110px;
    display: block;
    margin: 0 auto;
    margin-bottom: 12px
}

.block_vip_top .howtojoin {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background: #190a39;
    max-width: 960px;
    margin: 24px auto
}

.block_vip_top .howtojoin b {
    display: block;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #291456
}

.block_vip_advantages .btn,
.block_vip_states .btn,
.block_vip_top .howtojoin .btn {
    margin-top: 16px;
    border-radius: 40px;
    background: #ff5c00;
    padding: 0 24px
}

.block_vip_advantages .btn:hover,
.block_vip_states .btn:hover,
.block_vip_top .howtojoin .btn:hover {
    background: #f7a860
}

.block_vip_top .howtojoin .text {
    padding: 20px;
    font-size: 17px;
    color: #fff;
    line-height: 1.4em;
    text-align: center
}

.block_vip_states {}

.block_vip_states .h2 {}

.block_vip_states .items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.block_vip_states .items .item {
    box-shadow: 0 31px 49px 0 rgb(0 0 0 / 50%);
    width: 100%;
    background-color: #291456;
    border-radius: 16px;
    padding: 24px
}

.block_vip_states .items .item img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1
}

.block_vip_states .items .item b {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 12px
}

.block_vip_states .items .item p {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #fff
}

.block_vip_states .btn {
    margin: 24px auto;
    display: flex
}

.block_vip_advantages {}

.block_vip_advantages .h2 {}

.block_vip_advantages .items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px
}

.block_vip_advantages .items .item {
    box-shadow: 0 31px 49px 0 rgb(0 0 0 / 50%);
    width: 100%;
    background-color: #1b0b3c;
    border-radius: 16px;
    padding: 24px
}

.block_vip_advantages .items .item img {
    display: block;
    width: 40px;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    margin-bottom: 20px
}

.block_vip_advantages .items .item b {
    display: block;
    color: #fff;
    text-align: center;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase
}

.block_vip_advantages .items .item p {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #acff00
}

.block_vip_advantages .btn {
    margin: 24px auto;
    display: flex
}

.menu a .ico {
    background-size: contain;
    margin-right: 4px
}

header .menu {
    gap: 0
}

header .menu a {
    font-size: 12px
}

nav .links .group {
    background: transparent
}

nav .top .logo {
    width: 100%;
    background-position: left center;
    background-size: auto 24px
}

.content-form .btn {
    background: #8500ff;
    color: #fff
}

.content-form .btn:hover {
    background: #7736b3
}

.content-form .form-text {
    color: #fff;
    font-size: 15px
}

.page404 .textContent {
    background: transparent
}

.page404 .textContent h1 {
    text-align: center;
    border: none
}

.page404 .textContent ins {
    background: url(p404.png.html);
    display: block
}

.page404 .textContent ins {
    background: url(irwin404.webp.html);
    display: block;
    aspect-ratio: 623 / 342;
    width: 100%;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 623px;
    margin: 0 auto
}

.page404 {
    background: #45395c
}

body {
    min-width: 320px
}

.justmobile {
    display: none
}

.textContent .table-box {
    overflow: hidden
}

@media (max-width: 992px) {
    .textContent .table-box {
        overflow-x: auto
    }

    header .menu {
        justify-content: space-evenly;
        position: fixed;
        top: 52px;
        background: #190a38;
        width: 100%;
        left: 0
    }

    body {
        padding-top: 104px
    }

    .games-list .items,
    .games-list.tabbed .items {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center
    }

    .games-list .game-item,
    .games-list.tabbed .items .game-item {
        width: calc((100% / 3) - 12px);
        height: auto;
        aspect-ratio: 315 / 236
    }

    .bonuses-list .items {
        grid-template-columns: repeat(2, 1fr)
    }

    .bonuses-list .items .bonus-item .card .text b {
        line-height: 1.2em
    }
}

@media (max-width: 768px) {

    .games-list .game-item,
    .games-list.tabbed .items .game-item {
        width: calc((100% / 2) - 12px)
    }

    .games-list .wrap {
        padding: 24px 0
    }

    .slider .slide .cont {
        align-items: center;
        justify-content: space-evenly;
        max-width: 100%
    }

    .bonuses-list .items {
        grid-template-columns: repeat(1, 1fr)
    }

    .bonuses-list .items .bonus-item .card .btn {
        position: absolute;
        right: 12px;
        bottom: 12px
    }

    .bonuses-list .items .bonus-item .card {
        width: 100%;
        z-index: 1
    }

    .bonuses-list .items .bonus-item {
        aspect-ratio: unset;
        min-height: 160px
    }

    .modal .win {
        width: calc(100% - 48px);
        border: 1px solid #ffffff40
    }

    .modal .win .cont {
        grid-template-columns: auto
    }
}

@media (max-width: 576px) {
    .packages .wrap {
        flex-direction: column;
        display: flex
    }

    .packages .wrap>div {
        width: 100%;
        align-items: center;
        justify-content: center
    }

    .packages .wrap>div.titles {
        justify-content: center;
        align-items: center
    }

    .package img {
        bottom: 0;
        right: 0;
        left: auto;
        width: 220px;
        opacity: 0.6
    }

    .slider .slide .cont p b {
        font-size: 32px
    }

    .slider .slide .cont p i {
        font-size: 20px;
        color: #d2b6f5
    }

    .bonuses-list .items .bonus-item .card .text .copy {
        font-size: 20px
    }

    .games-list .game-item .bg .title {
        font-size: 13px
    }

    .jackpot .wrap .top b {
        line-height: 1em;
        font-size: 30px;
        white-space: nowrap
    }

    .jackpot .wrap .top i {
        font-size: 26px
    }

    .jackpot .wrap .top {
        padding: 32px 12px
    }

    .jackpot .games-list .game-item {
        width: 100%
    }

    .textContent {
        font-size: 13px
    }

    .textContent h1 {
        font-size: 20px;
        line-height: 1.1em
    }

    .content-form .h2 {
        font-size: 13px
    }

    .content-form .form-text {
        font-size: 11px;
        line-height: 1.1em
    }

    .textContent h2,
    .h2 {
        font-size: 18px;
        line-height: 1.1em
    }

    .textContent h3,
    .h3 {
        font-size: 15px
    }

    .textContent blockquote p {
        font-size: 14px
    }

    footer .group a {
        font-size: 13px;
        white-space: nowrap
    }

    footer .group {
        flex-wrap: wrap
    }

    footer .text {
        font-size: 11px
    }

    .textContent {
        padding: 16px 8px
    }

    main>.wrap,
    header>.wrap,
    footer>.wrap {
        padding: 0 6px
    }

    header>.wrap {
        padding: 0 12px
    }

    header .menu {
        display: none
    }

    body {
        padding-top: 52px
    }

    header .mobilemenu {
        display: inline-flex;
        justify-content: center;
        width: 40px;
        height: 40px;
        cursor: pointer;
        transition: all 0.6s ease
    }

    nav .top .logo {
        width: auto;
        height: 44px;
        aspect-ratio: 300 / 101;
        background-position: left center;
        background-repeat: no-repeat;
        background-size: auto 24px
    }

    nav .top {
        margin: 0;
        margin-bottom: 16px
    }

    nav .links .group {
        background: #11052a;
        gap: 16px
    }

    nav {
        background: #11052a75
    }

    nav .links .group a {
        font-size: 18px
    }

    .jackpot>.wrap {
        background-size: 100% auto;
        background-repeat: no-repeat
    }

    .games-list.tabbed .tab_menu .inner {
        justify-content: flex-start
    }

    .textContent h1 {
        text-align: center
    }

    body {
        width: 100vw;
        width: 100dvw;
        overflow-x: hidden
    }

    header {
        width: 100vw
    }

    .pre-header-dovnload {
        flex-direction: column;
        text-align: center
    }

    .slider .slide .cont p b {
        font-size: 24px
    }

    main>.wrap {
        padding: 0 10px
    }

    .paysystems .items {
        justify-content: space-evenly
    }

    .games-list.tabbed .tab_menu {
        padding: 0 10px
    }
}

@media (max-width: 475px) {
    header .btns .btn-dark {
        display: none
    }
}

.jackpot .wrap .top b {
    text-shadow: 0px 0px 5px #000
}

@media (max-width: 992px) {
    .block_vip_advantages .items .item {
        padding: 24px 10px
    }

    .block_vip_advantages .items .item p {
        font-size: 14px
    }

    .block_vip_advantages .items .item b {
        font-size: 12px;
        line-height: 1.3em;
        margin-bottom: 0px
    }

    .block_vip_states .items .item {
        padding: 24px 12px
    }

    .block_vip_states .items .item p {
        font-size: 12px;
        line-height: 1.3em
    }

    .block_vip_top .howtojoin {
        max-width: calc(100% - 48px)
    }

    .bonuses-list .items .bonus-item:nth-child(3) {
        display: none
    }
}

@media (max-width: 768px) {
    .block_vip_top .howtojoin .text {
        font-size: 14px
    }

    .block_vip_advantages .items {
        grid-template-columns: repeat(4, 1fr)
    }

    .block_vip_advantages .items .item:last-child {
        display: none
    }

    .bonuses-list .items .bonus-item:nth-child(3) {
        display: flex
    }

    .packages .wrap {
        display: grid;
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 576px) {
    .block_vip_states .items {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px
    }

    .block_vip_top .howtojoin {
        max-width: calc(100% - 16px)
    }

    .block_vip_advantages .items {
        grid-template-columns: repeat(2, 1fr)
    }

    .packages .wrap {
        grid-template-columns: 1fr
    }
}

@media (max-width: 1023px) {
    header .menu {
        display: none
    }

    header .mobilemenu {
        display: inline-flex;
        justify-content: center;
        width: 40px;
        height: 40px;
        cursor: pointer;
        transition: all 0.6s ease
    }
}

.textContent table {
    margin: 0
}

.table-box {
    margin: 16px 0
}

.logo {
    background-image: url(logo.svg.html)
}

.logo-big {
    background-image: url(logo_big.svg.html)
}

.ico_loyal {
    background-image: url(ico_loyal.svg)
}

.ico_vip {
    background-image: url(ico_vip.svg)
}

.ico_bonuses {
    background-image: url(ico_bonuses.svg)
}

.ico_bonusst {
    background-image: url(ico_bonusst.svg.html)
}

.ico_app {
    background-image: url(ico_app.svg)
}

.ico_out {
    background-image: url(ico_out.svg)
}

.ico_bet {
    background-image: url(ico_bet.svg)
}

.ico_g-slots {
    background-image: url(ico_slots.svg)
}

.ico_g-new {
    background-image: url(ico_new.svg)
}

.ico_g-popular {
    background-image: url(ico_popular.svg)
}

.ico_g-live {
    background-image: url(ico_live.svg)
}

.ico_18plus {
    background-image: url(ico_18plus.svg)
}

.mobilemenu {
    background-image: url(menu.svg.html)
}

.menuopened .mobilemenu {
    background-image: url(menu-a.svg.html)
}

.package .btn.closed {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke-width='0'%3E%3C/g%3E%3Cg stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg%3E%3Cpath opacity='0.5' d='M2 16C2 13.1716 2 11.7574 2.87868 10.8787C3.75736 10 5.17157 10 8 10H16C18.8284 10 20.2426 10 21.1213 10.8787C22 11.7574 22 13.1716 22 16C22 18.8284 22 20.2426 21.1213 21.1213C20.2426 22 18.8284 22 16 22H8C5.17157 22 3.75736 22 2.87868 21.1213C2 20.2426 2 18.8284 2 16Z' fill='%231C274C'%3E%3C/path%3E%3Cpath d='M12 18C13.1046 18 14 17.1046 14 16C14 14.8954 13.1046 14 12 14C10.8954 14 10 14.8954 10 16C10 17.1046 10.8954 18 12 18Z' fill='%231C274C'%3E%3C/path%3E%3Cpath d='M6.75 8C6.75 5.10051 9.10051 2.75 12 2.75C14.8995 2.75 17.25 5.10051 17.25 8V10.0036C17.8174 10.0089 18.3135 10.022 18.75 10.0546V8C18.75 4.27208 15.7279 1.25 12 1.25C8.27208 1.25 5.25 4.27208 5.25 8V10.0546C5.68651 10.022 6.18264 10.0089 6.75 10.0036V8Z' fill='%231C274C'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}
.i-games {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
  }
  
  .i-games-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 35px 0;
  }
  
  .i-games-footer {
    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;
    margin: 35px 0;
  }
  
  .i-games-title {
    font-size: 28px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
  
  .i-games-title svg {
    width: 30px;
    height: 30px;
  }
  
  .i-games-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .i-games-more input {
    background: none;
    border: 1px solid #f3337a;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 25px;
    border-radius: 5px;
    color: #fff;
  }
  
  .i-game {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border-radius: 24px;
  }
  
  .i-game-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    text-decoration: none;
  }
  
  .i-game-text {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, .8);
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
    border: 2px solid #FF4B00;
    text-align: center;
  }
  
  .i-game:hover .i-game-wrap {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    z-index: 999;
    border-radius: 4px
  }
  
  .i-game:hover .i-game-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 24px;
  }
  
  .i-game-title {
    margin-top: 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
  }
  
  .i-game-play {
    width: 44px;
    height: 44px;
    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;
    background: #f3337a;
    border-radius: 40px;
    font-size: 12px;
  }
  
  .i-game-img {
    width: 100%;
    height: 100%;
    height: 250px;
    border-radius: 24px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .i-games-footer{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 35px 0;
  }
  
  h1 {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 12px;
}