.wrapper .banner-top a, .wrapper .banner-top span {
    position: absolute;
    width: 300px;
    text-shadow: 1px 1px 1px #000;
    left: 40px
}

.in-header .registration a, .wrapper .banner-top a {
    background: linear-gradient(to bottom, #ff3019 0, #cf0404 100%);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: block
}

@font-face {
    font-family: 'Rhythmic RUS';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Rhythmic_RUS.otf') format('opentype')
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Inter-Regular.ttf') format('truetype')
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/Inter-SemiBold.ttf') format('truetype')
}

body {
    background: url("background1.jpg?v=2") top center no-repeat #000 !important
}

.wrapper {
    max-width: 970px;
    margin: 0 auto !important;
    background: #000032
}

.wrapper .banner-top {
    height: 320px;
    background: url("banner-top.jpg?v=1") 0 0/cover no-repeat;
    margin: -20px 0 0;
    position: relative
}

.wrapper .banner-top span {
    display: block;
    height: 200px;
    top: 90px;
    font-size: 1.7em;
    color: #fff;
    text-align: right
}

.wrapper .banner-top a {
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 1.5em;
    border-radius: 5px;
    bottom: 40px;
    border: 1px solid red
}

.in-header .enter a:hover, .in-header .registration a:hover, .in-header .social > a:hover, .in-header .social > span:hover, .sidebar .sb-form .search button:hover, .sidebar .winners .winner_sliders li:hover, .slot-box .slot-item .hover a:hover, .wrapper .banner-top a:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%)
}

.sidebar .sb-form .search, header {
    position: relative
}

img {
    max-width: 100%;
    height: auto
}

.in-header {
    margin: 15px 0 0
}

.in-header .registration, .sidebar .jackpot {
    text-align: center
}

.in-header .registration a {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid red
}

.in-header .registration span {
    display: block;
    color: #f90;
    font-style: italic;
    position: relative;
    text-align: left;
    padding: 4px 0 0 25px
}

.in-header .registration span:before {
    content: "<";
    position: absolute;
    top: 50%;
    left: 8px;
    width: 10px;
    height: 10px;
    color: #f90;
    margin: -5px 0 0;
    line-height: 10px
}

.in-header .enter a, .slot-box .slot-item .hover a {
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none
}

.in-header .enter {
    text-align: center;
    float: right
}

.in-header .enter a {
    display: block;
    width: 100%;
    background: linear-gradient(to bottom, #0700dd 1%, #130093 100%);
    text-align: center;
    border-radius: 5px;
    border: 1px solid #00f
}

.in-header .social {
    width: initial;
    height: 50px;
    display: block;
    text-decoration: none
}

.in-header .social > a, .in-header .social > span {
    width: 36px;
    height: 40px;
    background: url("soc.png") -2px 0 no-repeat;
    display: inline-block
}

.in-header .social > a > span, .in-header .social > span > span {
    display: none
}

.in-header .social > a:nth-child(2), .in-header .social > span:nth-child(2) {
    background-position: -38px 0
}

.in-header .social > a:nth-child(3), .in-header .social > span:nth-child(3) {
    background-position: -73px 0
}

.in-header .social > a:nth-child(4), .in-header .social > span:nth-child(4) {
    display: none;
    background-position: -108px 0
}

.in-header .social > a:nth-child(5), .in-header .social > span:nth-child(5) {
    background-position: -143px 0
}

.in-header .social > a:nth-child(6), .in-header .social > span:nth-child(6) {
    background-position: -179px 0
}

main .text {
    color: #fff;
    text-align: justify;
    overflow: hidden
}

main .text h1 {
    font-size: 24px;
    text-align: left;
    text-transform: uppercase
}

main .text a {
    color: #eed820
}

main .text a:hover {
    color: #b146ca
}

main .text a:visited {
    color: #0c954c
}

main .text .alignleft {
    float: left;
    margin: 20px 20px 20px 0
}

main .text .alignleft.special {
    margin-top: 0
}

main .text .alignright {
    float: right;
    margin: 20px 0 20px 20px
}

.slot-box {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 20px 0
}

@media (max-width: 767px) {
    .slot-box {
        display: block
    }
}

.slot-box .slot-item {
    position: relative;
    padding: 15px
}

.slot-box .slot-item img {
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 2px #999;
    border-radius: 5px
}

.slot-box .slot-item span {
    display: block;
    margin: 10px 0 0;
    color: #fff;
    text-align: center
}

.slot-box .slot-item .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 177px;
    opacity: 0;
    transition: .3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 992px) {
    .slot-box .slot-item .hover {
        display: none
    }
}

.slot-box .slot-item .hover a {
    display: block;
    margin: 0 auto;
    width: 200px;
    text-align: center;
    border: 1px solid #ff0
}

.slot-box .slot-item .hover a:first-child {
    background-image: linear-gradient(to top, #c03 0, #600 100%);
    margin: 12px 0 10px
}

.slot-box .slot-item .hover a:nth-child(2) {
    background-image: linear-gradient(to top, #390 0, #060 100%)
}

.slot-box .slot-item .mobile_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 0 0
}

.bonus_popup_close:hover, .slot-box .slot-item:hover .hover {
    opacity: 1
}

.slot-box .slot-item:hover .wp-post-image {
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

.sidebar .sb-b-tpl {
    background: linear-gradient(to bottom, #084a8c 2%, #0e2c68 100%);
    border: 1px solid #00f;
    padding: 10px;
    border-radius: 5px
}

.sidebar .sb-b-tpl .title {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1em;
    margin: 0 0 10px
}

.sidebar .jackpot span:nth-child(2) {
    display: block;
    height: 35px;
    line-height: 32px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #c90478;
    font-size: 1.5em;
    margin: 10px 0 0
}

.sidebar .winners {
    text-align: center;
    max-width: 215px
}

.sidebar .winners .winner_sliders {
    margin: 0;
    padding: 0
}

.sidebar .winners .winner_sliders li {
    list-style-type: none;
    width: 100%;
    height: 85px;
    background: linear-gradient(to bottom, #05318d 2%, #081c44 100%);
    position: relative;
    border-radius: 5px
}

.sidebar .winners .winner_sliders li .img {
    width: 60px;
    height: 60px;
    float: left;
    margin: 12px 0 0 5px
}

.sidebar .winners .winner_sliders li .name {
    display: block;
    color: #fff;
    font-size: .9em;
    text-align: left;
    margin: 10px 0 0 10px;
    float: left;
    width: 110px;
    overflow: hidden
}

.sidebar .winners .winner_sliders li .cash {
    display: block;
    color: #ffc001;
    font-size: .9em;
    text-align: left;
    margin: 0 0 0 10px;
    float: left
}

.sidebar .winners .winner_sliders li a {
    text-decoration: none
}

.sidebar .winners .winner_sliders li a .game {
    display: block;
    color: #6da9fb;
    font-size: .9em;
    text-align: left;
    margin: 0 0 0 10px;
    float: left;
    width: 110px;
    height: 35px;
    overflow: hidden
}

.sidebar .star-line {
    height: 30px;
    text-align: center;
    font-size: 2em;
    color: #a00000;
    margin: 20px 0
}

.sidebar .sb-form {
    margin: 20px 0 0
}

.sidebar .sb-form .search input {
    width: 100%;
    height: 35px;
    padding: 0 10px;
    border: 0;
    background: #084b8d;
    outline: 0;
    color: #fff;
    border-radius: 5px;
    text-transform: lowercase
}

.sidebar .sb-form .search input::-webkit-input-placeholder {
    color: #fff
}

.sidebar .sb-form .search input::-moz-placeholder {
    color: #fff
}

.sidebar .sb-form .search input:-moz-placeholder {
    color: #fff
}

.sidebar .sb-form .search input:-ms-input-placeholder {
    color: #fff
}

.sidebar .sb-form .search button {
    width: 35px;
    height: 30px;
    background: #0a2a4a;
    border: 0;
    position: absolute;
    top: 3px;
    right: 5px;
    border-radius: 5px
}

.sidebar .sb-form .search button span {
    font-size: 16px;
    color: #fff
}

footer .copy {
    display: block;
    text-align: center;
    margin: 20px 0;
    font-style: italic;
    color: #ccc
}

.mob-nav {
    position: absolute !important;
    top: 13px !important;
    right: 30px;
    color: #fff;
    font-size: 30px;
    cursor: pointer
}

.no-row-marg {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.breadcrumbs {
    margin: 10px 0;
    padding: 0;
    color: #fff
}

.breadcrumbs li {
    display: inline-block;
    padding-right: 7px
}

.breadcrumbs li a {
    color: #fff
}

.money-go {
    width: 100%;
    height: 80px;
    text-align: center;
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 80px;
    background-image: linear-gradient(to top, #c00 0, #600 100%);
    border: 1px solid red;
    margin: 20px 0
}

.money-go:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
    color: #fff;
    text-decoration: none
}

.demo {
    padding: 0 !important
}

@media (min-width: 320px) {
    .demo iframe, .error-massage .right-man img {
        height: auto;
        width: 100%
    }

    .error-massage .error-404, .in-header .social, .top-nav {
        text-align: center
    }

    #menu-footer, .top-nav, header:before {
        display: none
    }

    .demo iframe, .in-header .social, .logo, .logo img, .top-nav, .top-nav ul {
        width: 100%
    }

    .sidebar .sb-b-tpl {
        margin: 20px auto
    }

    .logo {
        margin: 10px 0 0;
        padding: 20px
    }

    .in-header .registration {
        padding: 10px
    }

    .in-header .registration span {
        font-size: 1em;
        line-height: 30px
    }

    .in-header .social {
        background: 0 0;
        margin: 10px auto 0;
        height: 50px
    }

    .error-massage {
        padding: 40px;
        background-image: linear-gradient(to top, #000032 0, #113277 50%, #000032 100%)
    }

    .error-massage .error-404 h1 {
        font-size: 10em;
        margin: auto;
        text-align: center
    }

    .error-massage .error-404 p {
        margin: 0 auto
    }

    .money-go {
        font-size: 1.5em
    }

    .demo iframe {
        border: 0
    }

    .mob-nav {
        visibility: visible
    }

    .top-nav {
        padding: 10px;
        position: absolute;
        z-index: 999;
        top: 0
    }

    .logo, .top-nav.open {
        display: block
    }

    .top-nav ul {
        margin: 0;
        background: linear-gradient(to bottom, #036 2%, #0d1b4d 100%);
        padding: 0;
        border: 1px solid #080ba7
    }

    .top-nav ul li {
        list-style-type: none;
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid #080ba7;
        width: 80%;
        margin: auto;
        position: relative
    }

    .top-nav ul li a, .top-nav ul li span {
        color: #fff;
        text-transform: uppercase;
        text-shadow: 1px 1px 1px #000
    }

    .top-nav ul li a:hover, .top-nav ul li span {
        text-decoration: underline
    }

    .top-nav ul li:last-child {
        border: 0
    }
}

@media (min-width: 480px) {
    .in-header {
        text-align: center
    }
}

@media (min-width: 768px) {
    .in-header .social {
        margin: -5px 0 0 15px;
        padding: 5px 0 0
    }

    header:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 120px;
        background: #003061
    }

    .money-go {
        font-size: 2em
    }

    .demo iframe {
        width: 100%;
        height: 500px;
        border: 0
    }

    #menu-footer {
        display: block;
        margin: 0;
        padding: 0;
        height: 60px;
        background: linear-gradient(to bottom, #036 2%, #0d1b4d 100%);
        line-height: 60px;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none
    }

    #menu-footer li {
        position: relative;
        list-style-type: none;
        display: inline-block;
        margin: 0 15px
    }

    #menu-footer li a {
        color: #fff
    }

    #menu-footer li s:hover, #menu-footer li span {
        text-decoration: underline
    }

    #menu-footer li:after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        border: 1px solid #fff;
        border-radius: 50%;
        top: 50%;
        margin: -5px 0 0 10px
    }

    #menu-footer li:last-child:after {
        display: none
    }
}

@media (min-width: 970px) {
    .logo, .sidebar .sb-b-tpl {
        margin: 0
    }

    .in-header .registration {
        padding: 0 15px
    }

    .in-header .registration span {
        font-size: .9em;
        line-height: 17px
    }

    .in-header .social {
        background: #102247
    }

    header:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 50px;
        background: linear-gradient(to bottom, #036 2%, #0d1b4d 100%);
        top: 73px
    }

    .social {
        margin: -4px auto 0
    }

    .mob-nav {
        visibility: hidden
    }

    .logo, .logo img {
        width: 100%
    }

    .top-nav {
        height: 50px;
        line-height: 50px;
        display: block;
        text-align: left;
        padding: 0;
        margin: 12px 0 0;
        position: inherit
    }

    .top-nav ul {
        width: 100%;
        padding: 0;
        margin: 0;
        background: 0 0;
        border: 0
    }

    .top-nav ul li {
        list-style-type: none;
        display: inline-block;
        margin: 0 10px;
        border: 0;
        width: auto;
        padding: 0;
        font-size: .9em
    }

    .top-nav ul li a, .top-nav ul li span {
        color: #fff;
        text-transform: uppercase
    }

    .top-nav ul li a:hover, .top-nav ul li span {
        text-decoration: underline
    }

    .top-nav ul li:after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        border: 1px solid #fff;
        border-radius: 50%;
        top: 50%;
        margin: -6px 0 0 7px
    }

    .top-nav ul li:last-child:after {
        display: none
    }
}

.reg-btn, .reg-ent-btn {
    text-decoration: none !important;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
    color: #fff !important;
    font-size: 14px;
    line-height: 1.25;
    outline: 0
}

.btn-for-dw, .reg-btn, .reg-ent-btn {
    display: inline-block
}

#modalDownload, .bonus_popup {
    height: 100%;
    position: fixed;
    top: 0
}

.reg-btn {
    padding: 14px 8px;
    border-radius: 3px;
    text-align: center;
    background-color: red;
    background-image: linear-gradient(to bottom, red, #8b0000);
    box-shadow: inset 1px 1px 1px #ff8c00, inset -1px -1px 1px #ff8c00
}

.reg-btn:hover {
    background-color: #8b0000;
    background-image: linear-gradient(to top, red, #8b0000)
}

#modalDownload {
    background: rgba(255, 255, 255, .5);
    display: none;
    z-index: 888;
    padding-top: 100px;
    left: 0;
    width: 100%;
    overflow: auto
}

#modalDownload .modal-content {
    max-width: 360px;
    width: 360px;
    height: 257px;
    background: rgba(0, 0, 0, .54);
    border-radius: 13px;
    opacity: .9;
    padding: 30px 20px;
    position: relative;
    border: 0;
    margin: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s;
    box-sizing: border-box
}

#modalDownload .close_btn {
    position: absolute;
    top: 5px;
    right: 8px;
    color: #fff;
    font-size: 28px;
    font-weight: 700
}

#modalDownload .title {
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    color: #fff;
    display: block
}

#modalDownload .description {
    font-size: 18px;
    margin: 42px auto;
    text-align: center;
    color: #333;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#modalDownload a, #modalDownload span {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 17px;
    color: #fff
}

#modalDownload img {
    height: 82px;
    width: auto;
    margin-bottom: 20px
}

@media screen and (max-width: 400px) {
    #modalDownload .modal-content {
        width: 310px
    }

    #modalDownload a, #modalDownload span {
        font-size: 15px
    }

    #modalDownload img {
        height: 70px
    }
}

.reg-ent-btn {
    padding: 14px 12px;
    border-radius: 3px;
    text-align: center;
    background-color: #32cd32;
    background-image: linear-gradient(to bottom, #32cd32, #238823);
    box-shadow: inset 1px 1px 1px #0f0, inset -1px -1px 1px #0f0
}

@media screen and (max-width: 768px) {
    body {
        background: #030f32
    }

    .slot-box .slot-item .hover {
        position: static;
        height: auto;
        opacity: 1
    }

    .reg-btn {
        width: 100%;
        margin-top: 5px
    }

    .reg-ent-btn {
        width: 100%;
        margin-top: 5px;
        text-align: center
    }
}

.btn-for-dw {
    margin: auto;
    background: #006aa0;
    vertical-align: middle;
    padding: 12px 18px;
    box-shadow: 0 2px 1px 0 rgba(255, 255, 255, .5) inset, 0 -2px 3px 0 rgba(0, 0, 0, .7) inset;
    -webkit-border-radius: 20px;
    border-radius: 3px
}

.btn-for-dw .apk_btn {
    margin: 2%;
    color: #fefefe
}

@media (max-width: 992px) {
    .demo {
        display: none
    }
}

.bonus_popup {
    display: flex;
    justify-content: center;
    width: 100vw;
    background: rgba(0, 0, 0, .9);
    backdrop-filter: blur(4px);
    letter-spacing: .04em;
    color: #f3f3f3;
    opacity: 0;
    z-index: -1;
    transition: .5s
}

.bonus_popup_window {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 600px;
    height: 480px;
    background: url("popup_img_1920.jpg") center/cover no-repeat;
    border-radius: 12px;
    padding: 60px 80px
}

.bonus_popup_title {
    font-family: "Rhythmic RUS", sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 55px;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: .04em
}

.bonus_popup_ref, .bonus_popup_txt {
    font-family: Inter, sans-serif;
    line-height: 120%;
    letter-spacing: .04em
}

.bonus_popup_txt {
    font-weight: 400;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 32px
}

@media (min-width: 577px) {
    .bonus_popup_txt br {
        display: none
    }
}

.bonus_popup_ref {
    background: #ebb324;
    border-radius: 4px;
    padding: 14px 21px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    color: #f3f3f3;
    box-sizing: border-box
}

.bonus_popup_ref:focus, .bonus_popup_ref:hover {
    background: #f8a221;
    padding: 15px 22px;
    text-decoration: none;
    color: #f3f3f3
}

@media (max-width: 576px) {
    .bonus_popup_window {
        background: url("popup_img_320.jpg") center/cover no-repeat;
        padding: 60px 10px 22px;
        width: 300px;
        height: 360px
    }

    .bonus_popup_title {
        font-size: 32px;
        line-height: 37px
    }

    .bonus_popup_txt {
        font-size: 16px
    }

    .bonus_popup_ref {
        display: block;
        width: 100%;
        margin-top: auto;
        font-size: 14px;
        padding: 14px 19px
    }
}

.bonus_popup_close {
    display: flex;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 33px;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    opacity: .3
}


.img-fig {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.fig-img img {
    border-radius: 14px;
    margin: 30px auto;
}