@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --colors-primary-text: #000;
    --colors-primary: #d1b684;
    --colors-secondary: transparent;
    --border-radius: 4px;
}

img, legend {
    max-width: 100%
}

.ms-21-sh-wrap, a {
    background-color: transparent
}

.cont-foot, .ms-21-sh-wrap, .slots_list .slot_info .slot_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.cont-foot, .lang-wrp, .ms-21-sh-wrap {
    -webkit-box-direction: normal
}

button, hr, input {
    overflow: visible
}

audio, canvas, progress, table.cust-table td img, video {
    display: inline-block
}

progress, sub, sup {
    vertical-align: baseline
}

[type=checkbox], [type=radio], legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

.ms-21-sh-vslider__item, article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    color: #0f0
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio:not([controls]) {
    display: none;
    height: 0
}

body.OverflowHiden, svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    color: inherit;
    display: table;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.btn, body {
    font-size: 16px;
    color: #6d82b5
}

summary {
    display: list-item
}

.adapt-menu-icon, .burger, .cover-menu, .media-mob, .menu-close-button, .ms-21-sh-hmenu > li:first-child:after, [hidden], template {
    display: none
}

.ms-21-sh-inner, .ms-21-sh-wrap {
    display: -ms-flexbox;
    display: -webkit-box
}

html {
    height: auto;
    line-height: 1
}

body {
    padding-top: 110px;
    margin: 0;
    font-family: "Raleway", sans-serif;
    background-color: #030022;
    line-height: 1.4;
    scrollbar-color: var(--colors-primary) #030022;
    scrollbar-width: thin !important
}

body::-webkit-scrollbar {
    width: 4px
}

body::-webkit-scrollbar-track {
    background-color: #030022
}

body::-webkit-scrollbar-thumb {
    background-color: var(--colors-primary)
}

body.no-bg {
    background-image: none
}

::-moz-focus-inner {
    padding: 0;
    border: 0
}

:focus {
    outline: 0
}

img {
    height: auto;
    border: 0;
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
    max-width: 100% !important;
    border: none !important
}

.ms-21-sh-wrap {
    width: 100%;
    max-width: 1200px;
    padding: 20px 15px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #8587a2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ms-21-sh-wrap > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.ms-21-sh-wrap.ms-21-sh-wrap--full {
    padding: 0 7px;
    width: 100%;
    border: none;
    max-width: 1880px
}

.ms-21-sh-wrap td{
    border: 1px solid  #8587a2;
}

.ms-21-sh-page {
    padding-top: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.ms-21-sh-inner {
    padding: 10px 0;
    margin: 0 -7px;
    min-width: 1200px;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.btn, .btns_header_wrap {
    display: -webkit-box;
    display: -ms-flexbox
}

.ms-21-sh-inner__page {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.ms-21-sh-inner__side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px
}

.ms-21-sh-inner__side--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.ms-21-sh-inner__page, .ms-21-sh-inner__side {
    padding: 0 7px
}

.ms-21-sh-inner__panel {
    height: 100%;
    padding: 15px 10px;
    border: 3px solid #fbad02;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.btn, .enter_btn, .reg_btn {
    font-weight: 700;
    padding: 11px 19px;
    border-radius: 50px !important;
    text-decoration: none
}

.ms-21-sh-footer, .ms-21-sh-header, .ms-21-sh-page {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.btns_header_wrap {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btns_header_wrap.downs {
    margin-right: 20px
}

.btn {
    font-size: 14px;
    cursor: pointer;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: inherit;
    background-color: #0e86ca;
    border-radius: var(--border-radius);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn_orange {
    background-color: #db9300
}

.btn_green {
    color: #000;
    border: 1px solid var(--colors-secondary);
    background: var(--colors-secondary)
}

.btn_green:hover, .enter_btn:hover, .reg_btn:hover {
    opacity: .7
}

@-webkit-keyframes pulse-data-v-6771f140 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 4, .9);
        box-shadow: 0 0 0 0 rgba(255, 0, 4, .9)
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px transparent;
        box-shadow: 0 0 0 10px transparent
    }
    to {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes pulse-data-v-6771f140 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 4, .9);
        box-shadow: 0 0 0 0 rgba(255, 0, 4, .9)
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px transparent;
        box-shadow: 0 0 0 10px transparent
    }
    to {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

.btn_down_ios {
    margin-right: 10px
}

.enter_btn, .reg_btn {
    font-weight: 700;
    background: #3ff;
    color: var(--colors-primary-text);
    border: 1px solid #000;
    border-radius: var(--border-radius);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    margin-right: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.ms-21-sh-header__main {
    padding: 5px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto
}

.ms-21-sh-header__logo img {
    max-width: 120px;
    display: block;
    position: relative
}

.ms-21-sh-header__reg {
    padding: 15px 0;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ms-21-sh-header__reg__btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    -webkit-transition: box-shadow .1s;
    -o-transition: box-shadow .1s;
    transition: box-shadow .1s
}

.ms-21-sh-header__reg__btn--reg {
    margin-right: 5px;
    background-color: #c5ff4c;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c5ff4c), color-stop(45%, #c5ff4c), color-stop(50%, #9be500), to(#1f2d00));
    background-image: -o-linear-gradient(top, #c5ff4c 0, #c5ff4c 45%, #9be500 50%, #1f2d00 100%);
    background-image: linear-gradient(to bottom, #c5ff4c 0, #c5ff4c 45%, #9be500 50%, #1f2d00 100%);
    -webkit-box-shadow: inset 1px 1px 1px #c5ff4c, inset -1px -1px 1px #c5ff4c;
    box-shadow: inset 1px 1px 1px #c5ff4c, inset -1px -1px 1px #c5ff4c
}

.content_btn:hover, .ms-21-sh-header__reg__btn--reg:hover {
    background-color: #9be500;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c5ff4c), color-stop(45%, #c5ff4c), color-stop(50%, #9be500), to(#1f2d00));
    background-image: -o-linear-gradient(bottom, #c5ff4c 0, #c5ff4c 45%, #9be500 50%, #1f2d00 100%);
    background-image: linear-gradient(to top, #c5ff4c 0, #c5ff4c 45%, #9be500 50%, #1f2d00 100%);
    -webkit-box-shadow: inset 1px 1px 40px #c5ff4c, inset -1px -1px 40px #c5ff4c;
    box-shadow: inset 1px 1px 40px #c5ff4c, inset -1px -1px 40px #c5ff4c
}

.ms-21-sh-header__reg__btn--ent {
    background-color: #00a2ff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00a2ff), color-stop(45%, #00a2ff), color-stop(50%, #0092e6), to(#002d47));
    background-image: -o-linear-gradient(top, #00a2ff 0, #00a2ff 45%, #0092e6 50%, #002d47 100%);
    background-image: linear-gradient(to bottom, #00a2ff 0, #00a2ff 45%, #0092e6 50%, #002d47 100%);
    -webkit-box-shadow: inset 1px 1px 1px #00a2ff, inset -1px -1px 1px #00a2ff;
    box-shadow: inset 1px 1px 1px #00a2ff, inset -1px -1px 1px #00a2ff
}

.ms-21-sh-header__reg__btn--ent:hover {
    background-color: #006199;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a2ff), color-stop(45%, #00a2ff), color-stop(50%, #0092e6), to(#002d47));
    background-image: -o-linear-gradient(bottom, #00a2ff 0, #00a2ff 45%, #0092e6 50%, #002d47 100%);
    background-image: linear-gradient(to top, #00a2ff 0, #00a2ff 45%, #0092e6 50%, #002d47 100%);
    -webkit-box-shadow: inset 1px 1px 40px #00a2ff, inset -1px -1px 40px #00a2ff;
    box-shadow: inset 1px 1px 40px #00a2ff, inset -1px -1px 40px #00a2ff
}

.ms-21-sh-header__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    background-color: #1e2150;
    margin: 0 auto 15px;
    z-index: 100;
}

.ms-21-sh-header__anav, .ms-21-sh-header__win__left {
    float: left
}

.ms-21-sh-header__win__right, td.open-tovar {
    float: right
}

.ms-21-sh-header__win__title {
    height: 45px;
    margin: 0;
    padding: 0 50px;
    position: relative
}

.ms-21-sh-header__win__title:after, .ms-21-sh-header__win__title:before {
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    width: 45px
}

.ms-21-sh-header__win__title:before {
    left: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#fff));
    background-image: -o-linear-gradient(left, #000, #fff);
    background-image: linear-gradient(to right, #000, #fff)
}

.ms-21-sh-header__win__title:after {
    right: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(#000), to(#fff));
    background-image: -o-linear-gradient(right, #000, #fff);
    background-image: linear-gradient(to left, #000, #fff)
}

.ms-21-sh-header__win__text {
    display: block;
    padding: 11px 0;
    font-size: 30px;
    letter-spacing: 3px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: -webkit-linear-gradient(#fff, #00008b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de
}

.ms-21-sh-header__win__text--bg {
    position: relative;
    padding: 11px 60px
}

.ms-21-sh-header__win__text--bg:after, .ms-21-sh-header__win__text--bg:before {
    content: '';
    width: 55px;
    height: 57px;
    position: absolute;
    top: 0;
    background-image: url(../images/spade.png)
}

.ms-21-sh-header__win__text--bg:before, .ms-21-sh-mmenu > li:before {
    left: 0
}

.ms-21-sh-header__win__text--bg:after, .ms-21-sh-mmenu > li:after {
    right: 0
}

.ms-21-sh-header__promo .top-banner, .single_content, .slots_list .slot_img {
    width: 100%;
    max-height: 220px;
}

.ms-21-sh-header__promo .promo {
    position: relative;
    z-index: 1
}

.ms-21-sh-header__promo .promo__full {
    padding-bottom: 64px;
    padding-top: 120px;
    display: block;
    min-height: 200px;
    overflow: hidden
}

.ms-21-sh-header__promo .container {
    max-width: 1250px;
    padding: 0 40px;
    margin: 0 auto
}

.ms-21-sh-header__promo .container .promo__bg {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-size: cover
}

.ms-21-sh-header__promo .promo__inner {
    padding-left: 51px
}

.ms-21-sh-header__promo .promo__body {
    margin-bottom: 35px
}

.ms-21-sh-header__promo .promo__title {
    color: #fff;
    text-align: left;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 35px;
    letter-spacing: .01em;
    margin-bottom: 8px
}

.ms-21-sh-header__promo .promo__count {
    background-image: -o-radial-gradient(#fff7ea, #f8c680);
    background-image: radial-gradient(#fff7ea, #f8c680);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    -webkit-text-stroke: 1px rgba(134, 0, 140, 0.55);
    font-size: 84px;
    text-align: left;
    letter-spacing: -2.5px
}

.ms-21-sh-header__promo .promo__btn a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #e21d5c;
    background-color: transparent;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    font-size: 21px;
    min-width: 178px
}

.ms-21-sh-header__promo .promo__btn a span, a.click-coupon.cookie {
    color: #0e082f
}

.ms-21-sh-page__entry table td {
    padding-right: 15px
}

.ms-21-sh-page__entry table td:last-child {
    padding-right: 0
}

@media only screen and (max-width: 1023px) {
    .promo__title {
        font-size: 32px
    }

    .promo__full {
        padding-top: 71px;
        padding-bottom: 40px
    }

    .ms-21-sh-header__promo .promo__count {
        font-size: 110px
    }
}

.ms-21-sh-header__mnav {
    margin: 10px 0;
    position: relative
}

.ms-21-sh-header__mnav:after, .ms-21-sh-header__mnav:before {
    content: '';
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #000), color-stop(50%, #623a8a), to(#000));
    background-image: -o-linear-gradient(left, #000 0, #623a8a 50%, #000 100%);
    background-image: linear-gradient(to right, #000 0, #623a8a 50%, #000 100%)
}

.ms-21-sh-header__mnav:before {
    top: 0
}

.ms-21-sh-header__mnav:after {
    bottom: 0
}

.ms-21-sh-header__addon {
    border: 1px solid rgba(67, 57, 85, .46);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(70, 18, 135, .21)), to(#16012d));
    background-image: -o-linear-gradient(top, rgba(70, 18, 135, .21) 0, #16012d 100%);
    background-image: linear-gradient(to bottom, rgba(70, 18, 135, .21) 0, #16012d 100%)
}

.ms-21-sh-search {
    float: right;
    padding: 5px 10px 5px 0;
    font-size: 0
}

.ms-21-sh-search__btn, .ms-21-sh-search__input {
    display: inline-block;
    vertical-align: middle;
    height: 34px;
    background-color: #180226;
    -webkit-appearance: none;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ms-21-sh-search__input {
    width: 160px;
    padding: 0 10px;
    color: #8e9197;
    border: 1px solid #5b4a7c;
    border-right: 0
}

.ms-21-sh-search__input:focus {
    -webkit-box-shadow: inset 0 0 8px #1245ff;
    box-shadow: inset 0 0 8px #1245ff;
    color: #fff
}

.ms-21-sh-search__btn {
    width: 34px;
    padding: 0;
    border: 1px solid #5b4a7c;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    cursor: pointer
}

.ms-21-sh-amenu, .ms-21-sh-fmenu, .ms-21-sh-hmenu, .ms-21-sh-mmenu, .ms-21-sh-smenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 0
}

.ms-21-sh-amenu > li > a, .ms-21-sh-fmenu > li > a, .ms-21-sh-hmenu > li > a, .ms-21-sh-mmenu > li > a, .ms-21-sh-smenu > li > a {
    -webkit-transition: color .1s;
    -o-transition: color .1s;
    transition: color .1s
}

.ms-21-sh-404__entry a, .ms-21-sh-404__entry a:visited, .ms-21-sh-amenu .current-menu-item > a, .ms-21-sh-amenu .current-menu-item > span, .ms-21-sh-amenu > li > a:active, .ms-21-sh-amenu > li > a:hover, .ms-21-sh-fmenu .current-menu-item > a, .ms-21-sh-fmenu .current-menu-item > span, .ms-21-sh-fmenu > li > a:active, .ms-21-sh-fmenu > li > a:hover, .ms-21-sh-hmenu .current-menu-item > a, .ms-21-sh-hmenu .current-menu-item > span, .ms-21-sh-hmenu > li > a:active, .ms-21-sh-hmenu > li > a:hover, .ms-21-sh-inner__entry a, .ms-21-sh-inner__entry a:visited, .ms-21-sh-mmenu .current-menu-item > a, .ms-21-sh-mmenu .current-menu-item > span, .ms-21-sh-mmenu > li > a:active, .ms-21-sh-mmenu > li > a:hover, .ms-21-sh-page__entry a, .ms-21-sh-page__entry a:visited, .ms-21-sh-smenu .current-menu-item > a, .ms-21-sh-smenu .current-menu-item > span, .ms-21-sh-smenu > li > a:active, .ms-21-sh-smenu > li > a:hover {
    color: #d1b684
}

.ms-21-sh-amenu > li, .ms-21-sh-hmenu > li {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    position: relative
}

.ms-21-sh-hmenu > li:first-child > a, .ms-21-sh-hmenu > li:first-child > span {
    padding-left: 0
}

.ms-21-sh-hmenu > li > a, .ms-21-sh-hmenu > li > span {
    font-weight: 600;
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    white-space: nowrap;
    color: #8587a2 !important;
    text-decoration: none
}

.ms-21-sh-mmenu {
    display: table;
    width: 100%;
    table-layout: fixed
}

.ms-21-sh-mmenu > li {
    display: table-cell;
    font-size: 15px;
    text-align: center;
    position: relative
}

.ms-21-sh-mmenu > li.current-menu-item, .ms-21-sh-mmenu > li:hover {
    background-position: center 2px;
    background-repeat: no-repeat
}

.ms-21-sh-mmenu > li.current-menu-item .ms-21-sh-mmenu__icon, .ms-21-sh-mmenu > li:hover .ms-21-sh-mmenu__icon {
    background-position: 0 -27px
}

.ms-21-sh-mmenu > li:after, .ms-21-sh-mmenu > li:before {
    content: '';
    width: 1px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(50%, #623a8a), to(#000));
    background-image: -o-linear-gradient(top, #000 0, #623a8a 50%, #000 100%);
    background-image: linear-gradient(to bottom, #000 0, #623a8a 50%, #000 100%)
}

.ms-21-sh-mmenu > li:first-child .ms-21-sh-mmenu__icon {
    background-image: url(../images/icon-1.png)
}

.ms-21-sh-mmenu > li:nth-child(2) .ms-21-sh-mmenu__icon {
    background-image: url(../images/icon-2.png)
}

.ms-21-sh-mmenu > li:nth-child(3) .ms-21-sh-mmenu__icon {
    background-image: url(../images/icon-3.png)
}

.ms-21-sh-mmenu > li > a, .ms-21-sh-mmenu > li > span {
    height: 70px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #a08ec0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ms-21-sh-mmenu__icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 3px 0;
    width: 25px;
    height: 27px;
    background-position: 0 0;
    background-repeat: no-repeat
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
}

.ms-21-sh-amenu > li:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background-color: rgba(67, 57, 85, .46)
}

.ms-21-sh-amenu > li > a, .ms-21-sh-amenu > li > span {
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    color: #8e9197;
    text-align: center;
    text-decoration: none
}

.ms-21-sh-amenu .current-menu-item > a, .ms-21-sh-amenu .current-menu-item > span, .ms-21-sh-amenu > li > a:hover, .ms-21-sh-smenu > li > a:hover {
    background: url(../images/h-amenu.png) center bottom no-repeat rgba(133, 0, 255, .12)
}

.ms-21-sh-smenu {
    width: 194px;
    border: 1px solid #1245ff;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ms-21-sh-smenu > li {
    display: block;
    font-size: 15px;
    border-top: 1px solid #1245ff;
    background-color: rgba(67, 57, 85, .46)
}

.ms-21-sh-smenu > li:first-child {
    border-top: none
}

.ms-21-sh-smenu > li > a, .ms-21-sh-smenu > li > span {
    display: block;
    padding: 10px;
    line-height: 1.1;
    color: #8e9197;
    text-decoration: none
}

.ms-21-sh-fmenu {
    text-align: center;
    border-bottom: 1px solid #41618c
}

.ms-21-sh-fmenu > li {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px
}

.ms-21-sh-fmenu > li > a, .ms-21-sh-fmenu > li > span {
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
    color: #887c9b
}

.ms-21-sh-inner__title, .ms-21-sh-page__title {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2
}

.ms-21-sh-slot, .ms-21-sh-slot-btn {
    margin: 0 auto 25px;
    max-width: 920px
}

.ms-21-sh-slot {
    width: 100%;
    position: relative
}

.ms-21-sh-slot:after {
    content: '';
    display: block;
    padding-top: 75%
}

.ms-21-sh-slot__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #1a003f
}

.ms-21-sh-slot__inner iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0;
    outline: 0
}

.ms-21-sh-slot-btn {
    display: block;
    padding: 0 10px;
    height: 80px;
    line-height: 80px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
    text-decoration: none;
    -webkit-box-shadow: 2px 2px 2px #fede98 inset, -2px -2px 2px #634401 inset;
    box-shadow: 2px 2px 2px #fede98 inset, -2px -2px 2px #634401 inset;
    background-color: #fbad02;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbad02), to(#966701));
    background-image: -o-linear-gradient(top, #fbad02 0, #966701 100%);
    background-image: linear-gradient(to bottom, #fbad02 0, #966701 100%);
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ms-21-sh-slot-btn:active, .ms-21-sh-slot-btn:hover {
    color: inherit;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fbad02), to(#966701));
    background-image: -o-linear-gradient(bottom, #fbad02 0, #966701 100%);
    background-image: linear-gradient(to top, #fbad02 0, #966701 100%)
}

.ms-21-sh-404__entry, .ms-21-sh-inner__entry, .ms-21-sh-page__entry {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.4;
}

.ms-21-sh-404__entry h1, .ms-21-sh-404__entry h2, .ms-21-sh-404__entry h3, .ms-21-sh-inner__entry h1, .ms-21-sh-inner__entry h2, .ms-21-sh-inner__entry h3, .ms-21-sh-page__entry h1, .ms-21-sh-page__entry h2, .ms-21-sh-page__entry h3, .ms-21-sh-wrap h1, .ms-21-sh-wrap h2, .ms-21-sh-wrap h3 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.2
}

.ms-21-sh-404__entry ol, .ms-21-sh-404__entry p, .ms-21-sh-404__entry ul, .ms-21-sh-inner__entry ol, .ms-21-sh-inner__entry p, .ms-21-sh-inner__entry ul, .ms-21-sh-page__entry ol, .ms-21-sh-page__entry p, .ms-21-sh-page__entry ul {
    margin: 15px 0
}

.ms-21-sh-404__entry blockquote, .ms-21-sh-inner__entry blockquote, .ms-21-sh-page__entry blockquote {
    width: 95%;
    max-width: 940px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto
}

.ms-21-sh-404__entry blockquote:after, .ms-21-sh-404__entry blockquote:before, .ms-21-sh-inner__entry blockquote:after, .ms-21-sh-inner__entry blockquote:before, .ms-21-sh-page__entry blockquote:after, .ms-21-sh-page__entry blockquote:before {
    content: '';
    display: table;
    clear: both
}

.ms-21-sh-404__entry blockquote p, .ms-21-sh-inner__entry blockquote p, .ms-21-sh-page__entry blockquote p {
    margin: 30px 0;
    padding: 10px;
    border: 4px dotted #e728e7;
    border-radius: 20px;
    font-family: 'Franklin Gothic Medium', sans-serif;
    font-size: 16px
}

.ctoc a, .ms-21-sh-404__entry a:active, .ms-21-sh-404__entry a:hover, .ms-21-sh-inner__entry a:active, .ms-21-sh-inner__entry a:hover, .ms-21-sh-page__entry a:active, .ms-21-sh-page__entry a:hover, .slots_list .slot_info .slot_btns a.slot_link:hover, a:hover {
    text-decoration: none
}

.ctoc a:hover, .menu__list li a:hover, .ms-21-sh-crumbs__link .ms-21-sh-crumbs__inner {
    text-decoration: underline
}

.ms-21-sh-inner .ms-21-sh-crumbs, .ms-21-sh-inner__entry {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto
}

.ms-21-sh-crumbs__item:last-child, .ms-21-sh-list__item:nth-child(4n) {
    margin-right: 0
}

.ms-21-sh-crumbs {
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px;
    font-size: 0;
    color: #1245ff
}

.ms-21-sh-crumbs__item {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    font-size: 13px
}

.ms-21-sh-crumbs__link, .wp-pagenavi > a {
    color: inherit;
    text-decoration: none
}

.ms-21-sh-crumbs__link:hover {
    color: #fbad02
}

.ms-21-sh-list {
    list-style-type: none;
    padding: 0;
    margin: 0 0 25px
}

.ms-21-sh-list__item {
    float: left;
    min-height: 1px;
    width: 215px;
    margin-right: 20px
}

.ms-21-sh-list__item:nth-child(4n+1) {
    clear: left
}

.ms-21-sh-list__inner {
    margin: 0 0 20px;
    padding: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #1a003f;
    -webkit-transition: bacground-color .2s;
    -o-transition: bacground-color .2s;
    transition: bacground-color .2s;
    position: relative;
    z-index: 1
}

.ms-21-sh-list__inner:after, .ms-21-sh-list__inner:before {
    content: '';
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.ms-21-sh-list__inner:before {
    top: -5px;
    right: -10px;
    bottom: 0;
    left: -10px;
    z-index: -1;
    border-radius: 5px;
    background-color: #2f0072
}

.ms-21-sh-list__inner:after {
    top: -15px;
    right: -20px;
    width: 56px;
    height: 56px;
    background-image: url(../images/corner.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 2
}

.ms-21-sh-list__inner:hover {
    background-color: #2f0072
}

.ms-21-sh-list__inner:hover .ms-21-sh-list__btn, .ms-21-sh-list__inner:hover:after, .ms-21-sh-list__inner:hover:before, .slot_item:hover .slot_info {
    opacity: 1
}

.ms-21-sh-list__inner:hover .ms-21-sh-list__img, .ms-21-sh-vslider__link:hover .ms-21-sh-vslider__img {
    opacity: .7
}

.ms-21-sh-list__inner:hover .ms-21-sh-list__btn--main {
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px)
}

.ms-21-sh-list__inner:hover .ms-21-sh-list__btn--single {
    -webkit-transform: translateY(115px);
    -ms-transform: translateY(115px);
    transform: translateY(115px)
}

.ms-21-sh-list__inner:hover .ms-21-sh-list__btn--alt {
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px)
}

.ms-21-sh-list__thumb {
    position: relative;
    padding: 10px 0;
    overflow: hidden
}

.ms-21-sh-list__img {
    display: block;
    width: 215px;
    height: 162px;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.ms-21-sh-list__btn {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    display: block;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    color: #000;
    font-size: 15px;
    position: absolute;
    left: 10px;
    right: 10px;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-property: opacity, -webkit-transform, -webkit-box-shadow;
    -o-transition-property: transform, opacity, box-shadow;
    transition-property: transform, opacity, box-shadow, -webkit-transform, -webkit-box-shadow;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.ms-21-sh-list__btn--main {
    top: -40px;
    color: #fff
}

.ms-21-sh-list__btn--main:hover {
    background-color: #9be500;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c5ff4c), color-stop(45%, #c5ff4c), color-stop(50%, #9be500), to(#567f00));
    background-image: -o-linear-gradient(bottom, #c5ff4c 0, #c5ff4c 45%, #9be500 50%, #567f00 100%);
    background-image: linear-gradient(to top, #c5ff4c 0, #c5ff4c 45%, #9be500 50%, #567f00 100%);
    -webkit-box-shadow: inset 1px 1px 40px #c5ff4c, inset -1px -1px 40px #c5ff4c;
    box-shadow: inset 1px 1px 40px #c5ff4c, inset -1px -1px 40px #c5ff4c
}

.ms-21-sh-list__btn--alt {
    bottom: -40px;
    background-color: #00a2ff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00a2ff), color-stop(45%, #00a2ff), color-stop(50%, #0092e6), to(#006199));
    background-image: -o-linear-gradient(top, #00a2ff 0, #00a2ff 45%, #0092e6 50%, #006199 100%);
    background-image: linear-gradient(to bottom, #00a2ff 0, #00a2ff 45%, #0092e6 50%, #006199 100%);
    -webkit-box-shadow: inset 1px 1px 1px #00a2ff, inset -1px -1px 1px #00a2ff;
    box-shadow: inset 1px 1px 1px #00a2ff, inset -1px -1px 1px #00a2ff
}

.ms-21-sh-list__btn--alt:hover {
    background-color: #006199;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a2ff), color-stop(45%, #00a2ff), color-stop(50%, #0092e6), to(#006199));
    background-image: -o-linear-gradient(bottom, #00a2ff 0, #00a2ff 45%, #0092e6 50%, #006199 100%);
    background-image: linear-gradient(to top, #00a2ff 0, #00a2ff 45%, #0092e6 50%, #006199 100%);
    -webkit-box-shadow: inset 1px 1px 40px #00a2ff, inset -1px -1px 40px #00a2ff;
    box-shadow: inset 1px 1px 40px #00a2ff, inset -1px -1px 40px #00a2ff
}

.ms-21-sh-list__entry {
    height: 50px;
    padding: 0 10px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.ms-21-sh-list__title {
    display: block;
    width: 100%;
    margin: auto;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase
}

.ms-21-sh-404 {
    padding: 0;
    margin: 0 0 25px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.ms-21-sh-404__title {
    float: left;
    font-size: 110px;
    margin: 60px;
    line-height: 1;
    color: #fbad02;
    font-weight: 400
}

.ms-21-sh-404__entry {
    width: 100%;
    margin: auto
}

.wp-pagenavi {
    text-align: center;
    color: #fbad02
}

.wp-pagenavi > a, .wp-pagenavi > span {
    display: inline-block;
    vertical-align: middle;
    margin: 5px
}

.ms-21-sh-slider {
    height: 300px;
    position: relative
}

.ms-21-sh-slider img {
    width: 100%;
    height: auto;
    border: 0
}

.ms-21-sh-slider__list {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.ms-21-sh-slider__item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    will-change: opacity;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s
}

.ms-21-sh-slider__item.current {
    opacity: 1;
    z-index: 2
}

.ms-21-sh-pager {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding-right: 20px;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ms-21-sh-pager__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #623a8a;
    border: 1px solid #1245ff;
    cursor: pointer;
    position: relative;
    z-index: 3;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s
}

.ms-21-sh-pager__item:hover {
    background-color: #fbad02
}

.ms-21-sh-pager__item.current {
    background-color: #fbad02;
    cursor: default
}

.slots_list .slot_item, table.cust-table tbody tr:nth-child(odd) {
    background-color: #080124
}

.ms-21-sh-vslider {
    height: 204px;
    width: 194px;
    overflow: hidden;
    position: relative
}

.ms-21-sh-vslider__list {
    position: relative;
    left: 0;
    right: 0;
    list-style-type: none;
    padding: 0;
    margin: 0;
    will-change: transform
}

.ms-21-sh-vslider__list.moved {
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.ms-21-sh-vslider__inner {
    margin: 0;
    padding: 10px 0
}

.ms-21-sh-vslider__link {
    float: left;
    border: 1px solid #1245ff;
    -webkit-transition: box-shadow .2s;
    -o-transition: box-shadow .2s;
    transition: box-shadow .2s
}

.ms-21-sh-vslider__link:hover {
    -webkit-box-shadow: 0 0 20px #1245ff;
    box-shadow: 0 0 20px #1245ff
}

.ms-21-sh-vslider__img {
    display: block;
    width: 60px;
    height: 45px;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.ms-21-sh-vslider__entry {
    margin-left: 75px;
    font-size: 12px;
    line-height: 1.25;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.ms-21-sh-vslider__name, .ms-21-sh-vslider__sum {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.ms-21-sh-vslider__sum {
    color: #fbad02;
    font-size: 15px
}

.ms-21-sh-inner__side__logo {
    display: block;
    margin-bottom: 20px;
    text-align: center
}

.ms-21-sh-side-reg {
    margin-bottom: 15px;
    text-align: center;
    color: #a4b9ff;
    text-shadow: 1px 1px 1px #6300f3;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2
}

.ms-21-sh-side-reg__btn, .ms-21-sh-side-reg__text {
    color: #fffdcd;
    display: block;
    text-transform: uppercase
}

.ms-21-sh-side-reg__link, .ms-21-sh-side-reg__sms {
    display: block;
    margin-bottom: 10px
}

.ms-21-sh-side-reg__text {
    padding-bottom: 10px;
    font-size: 15px;
    text-shadow: none;
    letter-spacing: -.2px;
    position: relative
}

.ms-21-sh-side-reg__btn {
    margin: 10px 0 20px;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    background-color: #faa;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#faa), color-stop(10%, #cb0202), to(#6e0000));
    background-image: -o-linear-gradient(top, #faa 0, #cb0202 10%, #6e0000 100%);
    background-image: linear-gradient(to bottom, #faa 0, #cb0202 10%, #6e0000 100%)
}

.ms-21-sh-side-reg__btn:hover {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#faa), color-stop(10%, #cb0202), to(#6e0000));
    background-image: -o-linear-gradient(bottom, #faa 0, #cb0202 10%, #6e0000 100%);
    background-image: linear-gradient(to top, #faa 0, #cb0202 10%, #6e0000 100%)
}

.ms-21-sh-side-reg__sms {
    margin-top: 20px;
    padding: 10px 0;
    position: relative
}

.ms-21-sh-side-reg__sms:after, .ms-21-sh-side-reg__sms:before, .ms-21-sh-side-reg__text:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #000), color-stop(50%, #1245ff), to(#000));
    background-image: -o-linear-gradient(left, #000 0, #1245ff 50%, #000 100%);
    background-image: linear-gradient(to right, #000 0, #1245ff 50%, #000 100%)
}

.banner_wrap, .g-video__wrap {
    position: relative
}

.ms-21-sh-side-reg__sms:after, .ms-21-sh-side-reg__text:after {
    bottom: 0
}

.ms-21-sh-side-reg__sms:before {
    top: 0
}

.ms-21-sh-inner__side__title {
    display: block;
    padding: 5px 0;
    color: #fbad02;
    font-size: 17px;
    text-transform: uppercase
}

.ms-21-sh-footer__fnav {
    padding-top: 25px
}

.ms-21-sh-footer__awards, .ms-21-sh-footer__pay {
    margin: 0;
    padding: 10px 0;
    text-align: center
}

.ms-21-sh-footer__awards {
    background: url("../img/award.png") center/contain no-repeat;
    height: 64px
}

.ms-21-sh-footer__sole {
    padding: 10px 0;
    text-align: center;
    font-size: 13px;
    color: #ccc;
    line-height: 1.2
}

.ms-21-sh-footer__sole p {
    margin: 5px 0
}

.alignleft, img.alignleft {
    margin-right: 20px;
    float: left
}

.alignright, img.alignright {
    margin-left: 20px;
    float: right
}

.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    display: block;
    clear: both
}

.wp-caption {
    margin-bottom: 20px;
    text-align: center;
    padding-top: 5px
}

.wp-caption img {
    border: 0;
    padding: 0;
    margin: 0
}

h3, table.full_ {
    margin-top: 20px
}

.wp-caption .wp-caption-text {
    line-height: 1.5;
    font-size: 14px;
    margin: 0
}

.content_btn {
    display: inline-block;
    background-color: #c5ff4c;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c5ff4c), color-stop(45%, #c5ff4c), color-stop(50%, #9be500), to(#1f2d00));
    background-image: -o-linear-gradient(top, #c5ff4c 0, #c5ff4c 45%, #9be500 50%, #1f2d00 100%);
    background-image: linear-gradient(to bottom, #c5ff4c 0, #c5ff4c 45%, #9be500 50%, #1f2d00 100%);
    -webkit-box-shadow: inset 1px 1px 1px #c5ff4c, inset -1px -1px 1px #c5ff4c;
    box-shadow: inset 1px 1px 1px #c5ff4c, inset -1px -1px 1px #c5ff4c;
    vertical-align: middle;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #000 !important;
    font-weight: 700;
    -webkit-transition: box-shadow .1s;
    -o-transition: box-shadow .1s;
    transition: box-shadow .1s
}

.g-video {
    margin: 15px auto;
    max-width: 600px
}

.g-video__wrap {
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.g-video__wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    overflow: hidden;
    outline: 0
}

.slots_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 15px
}

.slots_list .slot_item {
    border-radius: .25rem;
    overflow: hidden;
    position: relative;
    width: 220px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    margin-bottom: 30px
}

.slots_list .slot_item:hover {
    -webkit-box-shadow: 0 4px 25px var(--colors-primary);
    box-shadow: 0 4px 25px var(--colors-primary)
}

.slots_list .slot_img img {
    margin: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.slots_list .slot_info {
    padding: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.slots_list .slot_info .slot_title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center
}

.slots_list .slot_info .slot_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slots_list .slot_info .slot_btns a {
    border-radius: var(--border-radius);
    font-size: 16px;
    padding: .5rem 1.5rem;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    text-decoration: none;
    color: var(--colors-primary-text);
    background: var(--colors-primary)
}

.slots_list .slot_info .slot_btns a.ref_slot_link {
    background: var(--colors-secondary);
    color: #fff;
    border: 1px solid var(--colors-primary);
    margin-bottom: 10px;
    text-decoration: none;
    outline: 0
}

.slots_list .slot_info .slot_btns a.ref_slot_link:hover {
    opacity: .8
}

.banner_wrap .banner_img {
    width: 100%;
    height: 370px
}

.banner_wrap .banner_img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain
}

.banner_wrap .banner_text {
    position: absolute;
    top: 60px;
    right: 20%;
    text-align: center
}

.banner_wrap .banner_text .banner_title {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #dc9000;
    margin-bottom: 10px
}

.banner_wrap .banner_text .banner_middle_text {
    font-size: 26px;
    color: #e4e4e4;
    margin-bottom: 10px
}

.banner_wrap .banner_text .banner_bottom_text {
    font-size: 36px;
    color: #0e86ca;
    font-weight: 700;
    margin-bottom: 20px
}

.banner_wrap .banner_text .banner_btn {
    width: 192px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    background-color: #0e86ca;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none
}

.cover-table {
    max-width: 100%;
    overflow: auto
}

.ctoc {
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 1em;
    width: auto;
    display: table;
    font-size: 95%
}

.ms-21-sh-wrap.fixed {
    background: #030022;
    padding: 0 15px
}

@media (max-width: 1100px) {
    a.ms-21-sh-list__btn.ms-21-sh-list__btn--alt {
        display: none
    }

    .ms-21-sh-list__btn {
        top: -5px;
        opacity: 1;
        left: -10px;
        width: 100%;
        height: 100%;
        min-width: 235px;
        min-height: 235px;
        background: 0 0;
        color: transparent;
        text-shadow: none;
        z-index: 9999
    }

    .ms-21-sh-list__inner:hover .ms-21-sh-list__btn--main {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .ms-21-sh-list__btn--main:hover {
        background-color: transparent;
        background-image: none
    }
}

.menu__list li a, .single_ref_button, .single_ref_button:hover, #030022 {
    color: var(--colors-primary);
    text-decoration: none;
    background: #4e0154;
}

@media (max-width: 1010px) {
    .ms-21-sh-crumbs {
        padding-top: 10px
    }
}

@media (max-width: 991px) {
    .ms-21-sh-header__logo {
        margin-left: 10px;
        padding-top: 10px
    }

    .ms-21-sh-header__main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    body {
        padding-top: 160px
    }
}

@media (max-width: 945px) {
    .ms-21-sh-header__win, .ms-21-sh-list {
        display: -webkit-box;
        display: -ms-flexbox
    }

    .ms-21-sh-404, .ms-21-sh-header__win {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }

    .ms-21-sh-list {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .ms-21-sh-404__title, .ms-21-sh-list__item, .ms-21-sh-list__item:nth-child(4n) {
        margin: 10px
    }

    .ms-21-sh-page {
        padding: 0 20px
    }

    .ms-21-sh-header__win {
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .ms-21-sh-404 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        margin: 0
    }
}

@media (max-width: 768px) {
    .slots_list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .slots_list .slot_item {
        margin: 10px
    }

    .adapt-menu-icon, .cover-menu {
        -webkit-box-sizing: border-box
    }

    .banner_wrap .banner_img, .ms-21-sh-header__bottom {
        display: none
    }

    .burger {
        display: block;
        position: absolute;
        top: 45px;
        right: 3px
    }

    .adapt-menu-icon {
        display: block;
        margin: 0 auto;
        width: 60px;
        height: 50px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        box-sizing: border-box;
        padding: 5px;
        cursor: pointer
    }

    .adapt-menu-icon .line-white-menu {
        -webkit-transition: .7s;
        -o-transition: .7s;
        transition: .7s;
        display: block;
        height: 6px;
        background-color: var(--colors-primary);
        position: absolute;
        top: 0;
        left: 5px;
        right: 5px
    }

    .adapt-menu-icon .line-white-menu:first-child, .cover-menu .menu-close-button .line-white-menu:first-child {
        top: calc(22%)
    }

    .adapt-menu-icon .line-white-menu:nth-child(2), .cover-menu .menu-close-button .line-white-menu:nth-child(2) {
        top: calc(47%)
    }

    .adapt-menu-icon .line-white-menu:last-child, .cover-menu .menu-close-button .line-white-menu:last-child {
        top: calc(72%)
    }

    .cover-menu {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        right: -320px;
        top: 0;
        padding: 50px 10px 0;
        overflow: hidden;
        max-width: 320px;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 3001;
        -webkit-transition: .5s 0.1s;
        -o-transition: .5s 0.1s;
        transition: .5s 0.1s;
        background-image: none;
        background-color: #030022;
        box-sizing: border-box;
        display: block
    }

    .cover-menu .menu-close-button, .cover-menu li {
        background-color: transparent;
        -webkit-box-sizing: border-box
    }

    .cover-menu .menu-close-button {
        display: block;
        position: absolute;
        left: 10px;
        top: 3px;
        height: 40px;
        width: 40px;
        box-sizing: border-box
    }

    .cover-menu .menu-close-button .line-white-menu {
        -webkit-transition: .7s;
        -o-transition: .7s;
        transition: .7s;
        display: block;
        height: 6px;
        border-radius: 6px;
        background-color: #d1b684;
        position: absolute;
        top: 0;
        left: 3px;
        right: 3px
    }

    .cover-menu.showmenu .line-white-menu:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: calc(47%)
    }

    .cover-menu.showmenu .line-white-menu:last-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: calc(47%)
    }

    .cover-menu.showmenu .line-white-menu {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    .cover-menu > li > a > span.link-text {
        width: auto
    }

    .cover-menu.showmenu {
        -webkit-transform: translateX(-320px);
        -ms-transform: translateX(-320px);
        transform: translateX(-320px);
        overflow: auto
    }

    .icon-menu-bg {
        opacity: 0;
        -webkit-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s
    }

    .icon-menu-bg.showbg {
        position: fixed;
        opacity: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
        background: rgba(0, 0, 0, .65)
    }

    .show-menu-icon {
        display: block;
        width: 49px;
        height: 49px;
        margin: 0 auto;
        padding: 0
    }

    .cover-menu li .sub-menu li {
        padding: 0
    }

    .cover-menu .menu-close-button + ul {
        border-top: 1px solid #fff
    }

    .cover-menu li {
        width: 100%;
        text-align: center;
        height: auto;
        line-height: 1;
        padding: 15px 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        box-sizing: border-box
    }

    .cover-menu li .sub-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-bottom: 0;
        width: 100%;
        position: static
    }

    .cover-menu li a, .cover-menu li span {
        padding: 0;
        min-height: initial;
        text-transform: uppercase;
        font-size: 16px;
        width: 100%;
        text-decoration: none;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .ms-21-sh-header {
        border-bottom: 1px solid rgba(255, 255, 255, .44)
    }
}

@media (max-width: 767px) {
    .ms-21-sh-page__title {
        text-align: center;
    }

    .ms-21-sh-wrap.fixed {
        height: auto;
    }

    .btns_header_wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .btn_down_ios {
        margin-right: 5px
    }

    .enter_btn {
        margin-right: 9px
    }

    body {
        padding-top: 180px
    }

    .banner_wrap .banner_text .banner_title {
        font-size: 32px;
        line-height: 1.33
    }
}

@media (max-width: 800px) {
    nav.ms-21-sh-header__anav .ms-21-sh-amenu {
        display: none !important
    }

    .ms-21-sh-header__promo .promo__full {
        margin-left: -20px;
        margin-right: -20px;
        min-height: 0;
        padding: 40px 20px
    }

    .ms-21-sh-header__promo .promo__inner {
        padding-left: 0
    }

    .ms-21-sh-header__promo .promo__title {
        font-size: 23px
    }

    .ms-21-sh-header__promo .promo__count {
        font-size: 33px
    }

    .ms-21-sh-header__promo .promo__btn a {
        background-color: #e21d5c;
        -webkit-box-shadow: 0 0 5px #e21d5c;
        box-shadow: 0 0 5px #e21d5c
    }

    .banner_wrap .banner_img {
        height: 90px;
        width: 100%
    }

    .banner_wrap .banner_img img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center
    }

    .banner_wrap .banner_text {
        margin-top: 30px;
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 50px
    }
}

@media (max-width: 600px) {
    .ms-21-sh-header__logo {
        width: 160px;
        margin-right: auto
    }

    .burger {
        top: 55px
    }

    .adapt-menu-icon {
        width: 50px;
        height: 45px
    }

    .adapt-menu-icon .line-white-menu {
        height: 4px
    }

    .ms-21-sh-mmenu > li {
        display: block
    }

    .ms-21-sh-footer img {
        max-width: 90%
    }

    body .adapt-menu-icon {
        top: 565px
    }

    .ms-21-sh-search {
        float: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 50px;
        padding-bottom: 15px
    }

    .ms-21-sh-slot-btn {
        font-size: 5vw
    }

    .ms-21-sh-header__promo .promo__count, .ms-21-sh-header__promo .promo__inner, .ms-21-sh-header__promo .promo__title {
        text-align: center
    }

    .ms-21-sh-header__promo .container {
        padding: 0 15px
    }
}

@media (max-width: 420px) {
    .ms-21-sh-header__win {
        display: none
    }

    body .adapt-menu-icon {
        top: 373px
    }
}

@media (max-width: 375px) {
    .burger {
        top: 75px
    }
}

@media (max-width: 1190px) {
    .ms-21-sh-slot {
        display: none
    }

    .ms-21-sh-inner {
        min-width: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }

    .ms-21-sh-inner__panel {
        max-width: 948px;
        margin: 0 auto 10px
    }

    .ms-21-sh-inner__side {
        width: 100%
    }

    .ms-21-sh-inner__side__title {
        text-align: center
    }

    .ms-21-sh-smenu, .ms-21-sh-vslider {
        margin: 0 auto
    }
}

@media (max-width: 948px) {
    .ms-21-sh-inner__panel {
        margin: 10px
    }
}

.cont-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.klub-azino777co.ms-21-sh-header__main, .lang-wrp, table.cust-table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox
}

.cont-foot .item-cont {
    padding: 5px 0
}

table.cust-table {
    width: 100%;
    background-color: transparent
}

table.cust-table td {
    min-height: 35px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 25px
}

table.cust-table tbody tr {
    min-height: 35px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #030013
}

.klub-azino777co.ms-21-sh-header__main {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.lang-wrp {
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto
}

@media (max-width: 600px) {
    .klub-azino777co.ms-21-sh-header__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .lang-wrp {
        margin-bottom: 10px
    }
}

.lang-wrp a.current_url {
    color: #a08ec0
}

.lang-wrp a, .lang-wrp span {
    padding: 3px 10px
}

.single_main {
    padding-top: 100px
}

.single_frame {
    width: 100%;
    margin-bottom: 40px
}

.single_frame iframe {
    display: block;
    width: 100%;
    height: 600px
}

.single_ref_button {
    cursor: pointer;
    display: block;
    height: 78px;
    font-size: 34px;
    text-transform: uppercase;
    text-align: center;
    line-height: 78px;
    margin: 20px auto;
    background: -webkit-gradient(linear, left top, left bottom, from(#9a0000), color-stop(30%, #ca0000), color-stop(85%, #670000));
    background: -o-linear-gradient(top, #9a0000 0, #ca0000 30%, #670000 85%);
    background: linear-gradient(to bottom, #9a0000 0, #ca0000 30%, #670000 85%);
    border: 1px solid #c00;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-shadow: 2px 2px 3px #480009
}

.single_ref_button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#cd0101), color-stop(30%, #fe3333), color-stop(85%, #9b0101));
    background: -o-linear-gradient(top, #cd0101 0, #fe3333 30%, #9b0101 85%);
    background: linear-gradient(to bottom, #cd0101 0, #fe3333 30%, #9b0101 85%);
    border: 1px solid red
}

.content_wrap {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.4;
}

.content_wrap a {
    color: red
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 767px) {
    .menu-item-mobile {
        display: none !important
    }
}

.item-tovars, .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

table {
    margin-bottom: 15px;
    width: 100%;
    border-collapse: collapse
}

table td {
    border: 1px solid;
    padding: 5px
}

ol, ul {
    padding-left: 25px
}

ol li, ul li {
    margin-bottom: 5px
}

table:not([class]) {
    border: 1px solid  #8587a2;
}

a.click-coupon {
    font-weight: 700
}

td.open-tovar a {
    background: #4e0154;
    border-radius: .25rem;
    padding: .5rem 1.5rem;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
)
}

.item-tovars td.wrap-img {
    padding: 0;
    display: none
}

.cover-table {
    padding: 0 10px
}

table.full_ {
    background: var(--colors-primary);
    width: 100%;
    -webkit-box-shadow: 0 0 11px 1px rgb(0 0 0 / 30%);
    box-shadow: 0 0 11px 1px rgb(0 0 0 / 30%);
    border-radius: 8px
}

table.full_ td {
    border: none;
    padding: 30px
}

.ms-21-sh-wrap ol, .ms-21-sh-wrap p, .ms-21-sh-wrap ul {
    margin: 0 0 15px
}

.item-tovars {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ms-21-sh-footer {
    padding-top: 20px;
    position: relative;
    text-align: center;
    background: #030022
}

.ms-21-sh-footer:after {
    content: "";
    position: absolute;
    top: 1px;
    display: initial;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(27.6%, rgba(157, 155, 155, .15145)), color-stop(52.62%, rgba(157, 155, 155, .3)), color-stop(74.48%, rgba(157, 155, 155, .17477)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(157, 155, 155, .15145) 27.6%, rgba(157, 155, 155, .3) 52.62%, rgba(157, 155, 155, .17477) 74.48%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(157, 155, 155, .15145) 27.6%, rgba(157, 155, 155, .3) 52.62%, rgba(157, 155, 155, .17477) 74.48%, rgba(255, 255, 255, 0) 100%);
    left: 0;
    right: 0
}

.ms-21-sh-wrap a {
    word-break: break-word
}

.menu__list {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0
}

.menu__list li {
    margin: 0 10px 10px;
    list-style: none
}

.menu__list li a {
    font-weight: 600
}

main img {
    display: block;
    margin: 0 auto 20px
}

.slots_list .slot_info {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 16, 22, .7);
    opacity: 0
}

.providers {
    margin-bottom: 40px
}

.ms-21-sh-footer__pay, .providers {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ms-21-sh-footer__pay img, .providers img {
    margin: 0 5px 10px;
    max-width: 120px;
    max-height: 60px
}

.ms-21-sh-footer__app {
    margin: 0 0 20px
}

.banner-float-bar-button-wrap .btn-primary {
    background:  #3ff !important;
    box-shadow: none !important;
    border: 1px solid #3ff  !important;
    color: var(--colors-primary-text) !important;
}

.cover-menu .ms-21-sh-hmenu > li > a {
    color: #d1b684 !important;
}

body {
    background-color: #000036;
}

.footer-logos {
    display: flex;
    grid-gap: 15px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.ms-21-sh-wrap.fixed::before {
    content: "УЧАСТЬ В АЗАРТНИХ ІГРАХ МОЖЕ ВИКЛИКАТИ ІГРОВУ ЗАЛЕЖНІСТЬ. ДОТРИМУЙТЕСЯ ПРАВИЛ (ПРИНЦИПІВ) ВІДПОВІДАЛЬНОЇ ГРИ.";
    text-align: center;
    display: block;
    color: rgb(0, 0, 0);
    font-size: .9rem;
    opacity: 0;
    line-height: 1.1;
    background: rgb(255, 211, 42);
    padding: 4px 0;
}

.ms-21-sh-wrap.fixed::after {
    content: "УЧАСТЬ В АЗАРТНИХ ІГРАХ МОЖЕ ВИКЛИКАТИ ІГРОВУ ЗАЛЕЖНІСТЬ. ДОТРИМУЙТЕСЯ ПРАВИЛ (ПРИНЦИПІВ) ВІДПОВІДАЛЬНОЇ ГРИ.";
    text-align: center;
    display: block;
    color: rgb(0, 0, 0);
    font-size: .9rem;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1000;
    line-height: 1.1;
    background: rgb(255, 211, 42);
    padding: 4px 15px;
}

.enter_btn {
    background: var(--colors-secondary);
    color: #3ff;
    border: 1px solid #3ff;
}

.banner-float-bar-button-wrap .btn-secondary {
    border: 1px solid #3ff !important;
    color:  #3ff;
}

.review-card{
    background: #1e2150;
    border: 1px solid #343761 !important;
    border-radius: 10px;
}