@font-face {
    font-family: 'Open-Sans-Bold';
    src: url(../fonts/opensans/opensansbold.ttf);
}

body {
    min-width: 320px;
    background: #000;
    font: normal 14px Arial, Helvetica, Times, sans-serif;
    color: #d3d3d3;
    min-height: 100vh;
    line-height: 1.5;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

ul, ol {
    padding-left: 35px;
    list-style-position: inside;
    margin: 1em 0;
}

h1, h2, h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #d3d3d3;
    text-transform: uppercase;
}

h1 {
    margin: 15px 0 15px;
    font-size: 22px;
    text-align: center;
}

h2 {
    margin: 12px 0 12px;
    font-size: 20px;
}

h3 {
    margin: 10px 0 10px;
    font-size: 18px;
}

.alignright {
    float: right;
    margin: 20px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 20px 20px 20px 0px;
}

.aligncenter {
    display: block;
    margin: 20px auto;
}

[data-pid] {
    cursor: pointer;
}

.container {
    box-sizing: border-box;
    max-width: 1170px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}

a {
    color: #a08ec0;
    text-decoration: none;
}

a:active, a:hover {
    outline: 0;
    color: #d2a4f7;
    text-decoration: underline;
}

a:visited {
    color: #b262f3;
    text-decoration: underline;
}

.size_content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.top-main {
    margin: 20px auto 60px;
}

.button {
    display: inline-block;
    text-decoration: none;
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    text-shadow: -1px 0 0 rgba(0, 0, 0, 0.2), 0 1px 1px rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

.button:after {
    content: '';
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.button.green {
    color: #000;
    background-color: #ffd800;
    box-shadow: 0 3px 0 0 #988105;
    width: 145px;
    padding-left: 35px;
    position: relative;
    border-radius: 4px;
}

.button.green:hover {
    background-color: #fff600;
    box-shadow: 0 3px 0 0 #ffb400;
}

.blue {
    color: #ffd800;
    text-shadow: 0 2px 0 #2a0271;
    background-color: #613e9c;
    box-shadow: 0 2px 0 #3c1680;
    width: 91px;
    padding-left: 26px;
    position: relative;
    border-radius: 4px;
}

.blue:hover {
    background-color: #8758dc;
}

.btn {
    padding: 10px 30px;
    color: #000;
    background: linear-gradient(to bottom, #cdfe62, #577f00);
    border-radius: 6px;
    box-shadow: 1.7px 19.9px 40px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Open-Sans-Bold', sans-serif;
    font-size: 14px;
    transition: all .3s ease;
    cursor: pointer;
    display: inline-block;
}

.btn:hover {
    background: linear-gradient(to top, #cdfe62, #577f00);
}

.btn a, .btn a:hover {
    color: #000;
    text-decoration: none;
}

.top-top_header {
    display: flex;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    height: 80px;
    position: relative;
}


.top-header__menu .top-hmenu {
    list-style-type: none;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
    margin: 0;
}

.top-header__menu .top-hmenu:before, .top-header__menu .top-hmenu:after {
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
    background: url(../img/line_gorizontal.png?ver=0.1) center no-repeat;
    background-size: 101%;
}

.top-header__menu .top-hmenu:before {
    top: 0;
    left: -6px;
    height: 2px;
    background: url(../img/line_gorizontal.png?ver=0.1) center no-repeat;
}

.top-header__menu .top-hmenu:after {
    height: 1px;
    left: -6px;
    top: 70px;
    background: url(../img/line_gorizontal.png?ver=0.1) center no-repeat;
}

.top-header__menu li {
    position: relative;
}

.top-header__menu li span, .top-header__menu li a {
    outline: 0;
    text-decoration: none;
    color: #a08ec0;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 70px;
    display: block;
    font-size: 14px;
    height: 74px;
    padding: 0 32px;
}

.top-header__menu li span:hover, .top-header__menu li a:hover {
    color: #fff;
}

.top-header__menu li:after, .top-header__menu li:first-child:before {
    content: '';
    width: 2px;
    background: url(../img/line_vertical.png) center no-repeat;
    position: absolute;
    bottom: 0;
    background-size: 1px 100%;
}

.top-header__menu li:after, .top-header__menu li:first-child:before {
    background-size: 1px 84%;
    top: -7px;
    right: 0;
}

.top-header__menu li:first-child:before {
    left: 0;
}

.top-header__menu .current-menu-item span {
    color: #fff;
}

@-webkit-keyframes fromRightAnim2 {
    0% {
        top: 10%;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

.top-header_slider .top-item_header_slider {
    position: relative;
}

.top-header_slider .top-item_header_slider .text-rigth, .top-header_slider .top-item_header_slider .text-left {
    -webkit-animation: fromRightAnim2 .4s ease-in-out .9s both;
    animation: fromRightAnim2 .4s ease-in-out .9s both;
    position: absolute;
    left: 0;
    z-index: 100;
    margin: 25px 0;
    max-width: 315px;
    width: 100%;
    color: #fff;
    font-size: 37px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.1;
    text-shadow: 1px 1px 10px #7f02ff, 1px -1px 10px #7f02ff, -1px 1px 10px #7f02ff, -1px -1px 10px #7f02ff, -1px -1px 1px rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(255, 255, 255, 0.2), -1px 1px 1px rgba(255, 255, 255, 0.2), 1px -1px 1px rgba(255, 255, 255, 0.2);
}

.top-header_slider .top-item_header_slider .text-rigth {
    right: 0;
    left: auto;
}

.top-header_jackpot {
    display: flex;
    justify-content: space-between;
    max-width: 930px;
    margin: 0 auto 10px;
}

.top-header_jackpot .top-left .top-num_winner {
    display: flex;
    align-items: center;
    position: relative;
}

.top-header_jackpot .top-left .top-num_winner:before, .top-header_jackpot .top-left .top-num_winner:after {
    content: '';
    background: url(../img/spade.png) no-repeat;
    width: 60px;
    height: 60px;
}

.top-header_jackpot .top-left .top-num_winner:before {
    margin-right: 11px;
}

.top-header_jackpot .top-left .top-num_winner:after {
    margin-left: 11px;
}

.top-header_jackpot .top-left .top-num_winner .top-item_el {
    color: #b8d5eb;
    font-size: 18px;
    font-weight: 700;
    margin-right: 6px;
    padding-top: 15px;
}

.top-header_jackpot .top-left .top-num_winner .top-item_num {
    background: url(../img/0-9.png) no-repeat;
    width: 24px;
    height: 35px;
}

.top-header_jackpot .top-left .top-num_winner .top-item_num:first-child {
    background-position: 0 -65px;
}

.top-header_jackpot .top-left .top-num_winner .top-item_num:nth-child(2) {
    background-position: 0 -175px;
}

.top-header_jackpot .top-left .top-num_winner .top-item_num:nth-child(3) {
    background-position: 0 -505px;
}

.top-header_jackpot .top-left .top-num_winner .top-item_num:nth-child(4) {
    background-position: 0 -121px;
}

.top-header_jackpot .top-left .top-num_winner .top-item_num:nth-child(5) {
    background-position: 0 -396px;
}

.top-header_jackpot .top-left .top-num_winner .top-item_num:nth-child(6) {
    background-position: 0 -341px;
}

.top-header_jackpot .top-left .top-num_winner .top-item_num:nth-child(7) {
    background-position: 0 -286px;
}

.top-header_jackpot .top-left .top-num_winner .top-item_num:nth-child(8) {
    background-position: 0 -505px;
}

.top-header_jackpot .top-left .top-num_winner .top-item_num:nth-child(9) {
    background-position: 0 -230px;
}

.top-header_jackpot .top-left .top-num_winner .top-item_num:nth-child(10) {
    background-position: 0 -11px;
}

.top-header_jackpot .top-left .top-num_winner .top-item_num:nth-child(11) {
    background-position: 0 -11px;
}

.top-header_jackpot .top-left .top-num_winner .top-item_num:nth-child(12) {
    background-position: 0 -11px;
}

.top-header_jackpot .top-left .top-num_winner .top-item_num:nth-child(13) {
    background-position: 0 -11px;
}

.top-header_jackpot .top-right {
    padding-right: 15px;
}

.top-header_jackpot .top-right .top-text_winner {
    text-align: center;
    position: relative;
}

.top-header_jackpot .top-right .top-text_winner:before {
    content: '';
    background: url(../img/line_left.png) no-repeat;
    width: 75px;
    height: 17px;
    position: absolute;
    left: -20px;
    top: 12px;
}

.top-header_jackpot .top-right .top-text_winner:after {
    content: '';
    background: url(../img/line_right.png) no-repeat;
    width: 75px;
    height: 17px;
    position: absolute;
    right: -20px;
    top: 12px;
}

.top-header_jackpot .top-right .top-num_winner {
    display: flex;
    align-items: center;
    position: relative;
}

.top-header_jackpot .top-right .top-num_winner:after {
    content: '';
    background: url(../img/currency.png) no-repeat;
    width: 60px;
    height: 60px;
}

.top-header_jackpot .top-right .top-num_winner:before {
    margin-right: 11px;
}

.top-header_jackpot .top-right .top-num_winner:after {
    margin-left: 11px;
}

.top-header_jackpot .top-right .top-num_winner .top-item_el {
    color: #b8d5eb;
    font-size: 18px;
    font-weight: 700;
    margin-right: 6px;
    padding-top: 15px;
}

.top-header_jackpot .top-right .top-num_winner .top-item_num {
    background: url(../img/0-9.png) no-repeat;
    width: 24px;
    height: 35px;
}

.top-header_jackpot .top-right .top-num_winner .top-item_num:first-child {
    background-position: 0 -450px;
}

.top-header_jackpot .top-right .top-num_winner .top-item_num:nth-child(2) {
    background-position: 0 -286px;
}

.top-header_jackpot .top-right .top-num_winner .top-item_num:nth-child(3) {
    background-position: 0 -286px;
}

.top-header_jackpot .top-right .top-num_winner .top-item_num:nth-child(4) {
    background-position: 0 -121px;
}

.top-header_jackpot .top-right .top-num_winner .top-item_num:nth-child(5) {
    background-position: 0 -396px;
}

.top-header_jackpot .top-right .top-num_winner .top-item_num:nth-child(6) {
    background-position: 0 -286px;
}

.top-header_jackpot .top-right .top-num_winner .top-item_num:nth-child(7) {
    background-position: 0 -286px;
}

.top-header_jackpot .top-right .top-num_winner .top-item_num:nth-child(8) {
    background-position: 0 -505px;
}

.top-header_jackpot .top-right .top-num_winner .top-item_num:nth-child(9) {
    background-position: 0 -11px;
}

.top-header_jackpot .top-right .top-num_winner .top-item_num:nth-child(10) {
    background-position: 0 -11px;
}

.top-header_jackpot .top-right .top-num_winner .top-item_num:nth-child(11) {
    background-position: 0 -11px;
}

.top-crumbs {
    list-style-type: none;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}

.top-crumbs li {
    margin-left: 4px;
}

.top-crumbs li:first-child {
    margin-left: 0;
}

.top-crumbs li a {
    color: #e08523;
    font-size: 13px;
    text-decoration: none;
}

.top-crumbs li a:hover {
    text-decoration: underline;
}

.top-crumbs li span.top-crumbs__curr {
    color: #d3d3d3;
    font-size: 13px;
}

.top-top_text {
    margin-bottom: 35px;
}

.top-slot_list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 -25px 50px;
    position: relative;
}

.top-slot_list .top-slot_item {
    width: 208px;
    text-align: center;
    margin: 10px;
}

.top-slot_list .top-slot_item .top-slot_thumb {
    margin: 0;
}

.top-slot_list .top-slot_item .top-slot_title {
    position: relative;
}

.top-slot_list .top-slot_item .top-slot_title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/slot-neon.png) no-repeat;
    background-size: 100%;
}

.top-slot_list .top-slot_item .top-slot_title a {
    display: block;
    font-size: 14px;
    height: 42px;
    line-height: 35px;
    color: #e8e8ff;
    text-align: center;
    margin-bottom: 0;
    border-radius: 10px;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
}

.top-slot_list .top-slot_item:hover .top-slot_title:before {
    background-image: url(../img/slot-neon-h.png);
}

.top-slot_single {
    display: flex;
    justify-content: space-between;
}

.top-slot_single .top-slot__inner {
    width: calc(100% - 185px);
}

.top-slot_single .top-slot__inner iframe {
    border: 2px solid #e08523;
    border-radius: 2px;
    max-width: 660px;
    width: 100%;
    height: 500px;
}

.top-slot_single .top-side {
    width: 185px;
    border: 2px solid #e08523;
    border-radius: 2px;
    padding: 10px 5px 5px 5px;
    box-sizing: border-box;
    max-height: 505px;
    margin-left: 20px;
}

.top-slot_single .top-side .top-demo_block_registration {
    position: relative;
    margin: 10px 0 45px;
}

.top-slot_single .top-side .top-demo_block_registration:before, .top-slot_single .top-side .top-demo_block_registration:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: url(../img/demo-games-line.png);
}

.top-slot_single .top-side .top-demo_block_registration:before {
    top: -10px;
}

.top-slot_single .top-side .top-demo_block_registration:after {
    bottom: -5px;
}

.top-slot_single .top-side .top-demo_bonus {
    text-align: center;
}

.top-slot_single .top-side .top-demo_title {
    text-align: center;
    font-size: 22px;
    display: block;
    color: #fffdcd;
}

.top-slot_single .top-side .button.red {
    width: 100%;
    max-width: 170px;
    color: #fffdcd;
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
    background: #faa;
    cursor: default;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #faa 0%, #cb0202 10%, #6e0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #faa), color-stop(10%, #cb0202), color-stop(100%, #6e0000));
    background: -webkit-linear-gradient(top, #faa 0%, #cb0202 10%, #6e0000 100%);
    background: -o-linear-gradient(top, #faa 0%, #cb0202 10%, #6e0000 100%);
    background: -ms-linear-gradient(top, #faa 0%, #cb0202 10%, #6e0000 100%);
    background: linear-gradient(to bottom, #faa 0%, #cb0202 10%, #6e0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaaaa', endColorstr='#6e0000', GradientType=0);
}

.top-slot_single .top-side .top-demo_text {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin: 10px auto 0;
    display: block;
    color: #a4b9ff;
    text-shadow: 1px 1px 1px #6300f3;
    position: relative;
}

.top-slot_single .top-side .top-btn_game .games-btn, .top-slot_single .top-side .top-btn_game .exit-btn {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    width: 150px;
    display: inline-block;
    color: #fffdcd;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    outline: none;
    border-width: 2px 0;
    border-style: solid none;
    border-radius: 5px;
    cursor: pointer;
}

.top-slot_single .top-side .top-btn_game .games-btn {
    margin-bottom: 10px;
    border-color: #bdfd00 #000 #466701;
    background: #c1f440;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #c1f440 0%, #548003 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c1f440), color-stop(100%, #548003));
    background: -webkit-linear-gradient(top, #c1f440 0%, #548003 100%);
    background: -o-linear-gradient(top, #c1f440 0%, #548003 100%);
    background: -ms-linear-gradient(top, #c1f440 0%, #548003 100%);
    background: linear-gradient(to bottom, #c1f440 0%, #548003 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C1F440', endColorstr='#548003', GradientType=0);
}

.top-slot_single .top-side .top-btn_game .games-btn:hover {
    background: #bdfd00;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #bdfd00 0%, #73bc00 50%, #256900 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bdfd00), color-stop(50%, #73bc00), color-stop(100%, #256900));
    background: -webkit-linear-gradient(top, #bdfd00 0%, #73bc00 50%, #256900 100%);
    background: -o-linear-gradient(top, #bdfd00 0%, #73bc00 50%, #256900 100%);
    background: -ms-linear-gradient(top, #bdfd00 0%, #73bc00 50%, #256900 100%);
    background: linear-gradient(to bottom, #bdfd00 0%, #73bc00 50%, #256900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BDFD00', endColorstr='#256900', GradientType=0);
}

.top-slot_single .top-side .top-btn_game .exit-btn {
    border-color: #fdbe33 #000 #d77206;
    background: #f39900;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f39900 0%, #e37000 50%, #db5400 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f39900), color-stop(50%, #e37000), color-stop(100%, #db5400));
    background: -webkit-linear-gradient(top, #f39900 0%, #e37000 50%, #db5400 100%);
    background: -o-linear-gradient(top, #f39900 0%, #e37000 50%, #db5400 100%);
    background: -ms-linear-gradient(top, #f39900 0%, #e37000 50%, #db5400 100%);
    background: linear-gradient(to bottom, #f39900 0%, #e37000 50%, #db5400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f39900', endColorstr='#db5400', GradientType=0);
}

.top-slot_single .top-side .top-btn_game .exit-btn:hover {
    background: #f39900;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f39900 0%, #e37000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f39900), color-stop(100%, #e37000));
    background: -webkit-linear-gradient(top, #f39900 0%, #e37000 100%);
    background: -o-linear-gradient(top, #f39900 0%, #e37000 100%);
    background: -ms-linear-gradient(top, #f39900 0%, #e37000 100%);
    background: linear-gradient(to bottom, #f39900 0%, #e37000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f39900', endColorstr='#e37000', GradientType=0);
}

.top-slot_rating {
    margin-top: 10px;
}

.has-btn {
    width: 100%;
    text-align: center;
}

.has-btn .loadmore {
    border: none;
}

.top-page__entry {
    margin-top: 15px;
}

.top-page__entry.top_border {
    position: relative;
}

.top-page__entry.top_border:before {
    content: '';
    position: absolute;
    top: -25px;
    left: -10px;
    right: 0;
    width: 100%;
    height: 1px;
    background: url(../img/line_gorizontal_blue.png) center no-repeat;
}

.bonus_place {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 20px 0 0 0;
}

.bonus_place .bonus_item {
    width: 100%;
    height: auto;
    background-image: linear-gradient(to bottom, #3a2b4b, #2d2535, #232126);
    border-radius: 6px;
    box-shadow: 2.6px 29.9px 50px rgba(0, 0, 0, 0.2);
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0 0 20px 0;
    position: relative;
    overflow: hidden;
    z-index: 20;
}

.bonus_place .bonus_item:hover:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 260px;
    background: url(../img/bonus-hover.png) no-repeat;
}

.bonus_place .bonus_item:hover .bonus_img img {
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
}

.bonus_place .bonus_item .bonus_visible {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bonus_place .bonus_item .bonus_visible .bonus_img {
    height: auto;
    width: 420px;
}

.bonus_place .bonus_item .bonus_visible .bonus_img img {
    border-radius: 6px;
    box-shadow: 2.6px 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 22;
    width: 100%;
    height: auto;
}

.bonus_place .bonus_item .bonus_visible .bonus_info {
    padding: 20px 0;
    height: 220px;
    box-sizing: border-box;
    position: relative;
    margin: 0 0 0 20px;
}

.bonus_place .bonus_item .bonus_visible .bonus_info .name {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.bonus_place .bonus_item .bonus_visible .bonus_info .text {
    color: #d3d3d3;
    font-size: 14px;
    margin-bottom: 35px;
}

.bonus_place .bonus_item .bonus_visible .bonus_info .spoiler {
    position: absolute;
    bottom: 20px;
    width: 160px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #0d8fde;
    display: block;
    padding: 0 0 2px 0;
    box-shadow: 0 1px 0 0 #0d8fde;
    cursor: pointer;
    text-align: center;
}

.bonus_place .bonus_item .bonus_hidden {
    width: 80%;
    color: #989dab;
    margin: 20px auto 30px;
    font-size: 14px;
    text-align: justify;
    line-height: 1.6em;
    display: none;
    position: relative;
    z-index: 23;
}

.top-404_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-title_top {
    color: #d3d3d3;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.top-footer {
    max-width: 1200px;
    margin: 0 auto;
    background: url(../img/bg-footer.png?ver=0.1) no-repeat center bottom;
    padding-bottom: 30px;
}

.top-footer .top-paysystems {
    display: flex;
    justify-content: space-between;
    margin: 0px 0 35px;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
}

.top-footer .top-paysystems:before, .top-footer .top-paysystems:after {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 1px;
    background: url(../img/line_gorizontal.png?ver=0.1) center no-repeat;
}

.top-footer .top-paysystems:after {
    bottom: -7px;
    top: auto;
}

.top-footer .top-footer_info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top-footer .top-footer_info .top-footer_contacts {
    color: #d3d3d3;
    font-size: 14px;
    width: 270px;
    position: relative;
    order: 0;
    padding-right: 70px;
}

.top-footer .top-footer_info .top-footer_contacts:after {
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
    width: 1px;
    height: 100%;
    background: url(../img/line-footer-menu.png) no-repeat;
    background-size: 100%;
}

.top-footer .top-footer_info .top-footer_contacts .top-footer_tel > span, .top-footer .top-footer_info .top-footer_contacts .top-footer_email > span {
    display: inline-block;
}

.top-footer .top-footer_info .top-footer_contacts .top-footer_email .top-footer_text, .top-footer .top-footer_info .top-footer_contacts .top-footer_tel .top-footer_text {
    width: 74px;
    display: inline-block;
}

.top-footer .top-footer_info .top-footer_contacts .top-footer_tel {
    margin-bottom: 20px;
}

.top-footer .top-footer_info .top-footer_contacts .top-footer_tel #showTel {
    text-decoration: underline;
    cursor: pointer;
}

.top-footer .top-footer_info .top-footer_contacts .top-footer_email {
    margin-bottom: 30px;
}

.top-footer .top-footer_menu {
    order: 2;
}

.top-footer .top-footer_menu .top-footer_menu_title {
    font-weight: 700;
    font-size: 12px;
    color: #a3a3a3;
}

.top-footer .top-footer_menu .footer_menu {
    list-style-type: none;
    margin: 0px 0;
    padding: 0;
}

.top-footer .top-footer_menu .footer_menu li {
    margin-bottom: 8px;
}

.top-footer .top-footer_menu .footer_menu li a {
    color: #d3d3d3;
    font-size: 14px;
    text-decoration: underline;
}

.top-footer .top-copyright {
    text-align: left;
    color: #fff;
    font-size: 11px;
}

#toTop {
    position: fixed;
    bottom: 10%;
    right: 10%;
    background: url(../img/btn-up.png?ver=2) no-repeat;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 111;
}

.menu__icon {
    display: none;
    width: 45px;
    height: 35px;
    position: relative;
    cursor: pointer;
    margin: 10px auto;
}

.menu__icon span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    width: 45px;
}

.menu__icon span:nth-child(1) {
    top: 0px;
}

.menu__icon span:nth-child(2) {
    top: 13px;
}

.menu__icon span:nth-child(3) {
    top: 26px;
}

.menu__icon span:nth-child(4) {
    top: 26px;
}

.top-header__menu.menu_state_open .menu__icon span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.top-header__menu.menu_state_open .menu__icon span:nth-child(2) {
    transform: rotate(45deg);
}

.top-header__menu.menu_state_open .menu__icon span:nth-child(3) {
    transform: rotate(-45deg);
    top: 13px;
}

.top-header__menu.menu_state_open .menu__icon span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.top-header__menu.menu_state_open .menu__links {
    display: block;
}

.top-header__logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 1000px) {
    .top-header__menu li span, .top-header__menu li a {
        font-size: 13px;
        padding: 0px 30px;
    }
}

@media (max-width: 925px) {
    body {
        background: #000;
    }

    .size_content {
        padding: 10px;
    }

    .top-slot_list {
        margin: 0;
    }

    .top-header__menu .top-hmenu {
        display: none;
    }

    .menu__icon {
        display: block;
    }

    .top-header__menu.menu_state_open .top-hmenu {
        border: 1px solid rgba(67, 57, 85, 0.46);
        background-image: linear-gradient(to bottom, rgba(70, 18, 135, 0.21) 0, #16012d 100%);
    }

    .top-header__menu li:after, .top-header__menu li:first-child:before, .top-header__menu .top-hmenu:after, .top-header__menu .top-hmenu:before {
        content: none;
    }

    .top-header__menu li span, .top-header__menu li a {
        height: auto;
        padding: 0;
        text-align: center;
        line-height: 3;
        border-bottom: 1px solid rgba(67, 57, 85, 0.46);
    }

    .top-header_jackpot {
        flex-direction: column;
        align-items: center;
    }

    .top-slot_single {
        flex-direction: column;
        align-items: center;
    }

    .top-slot_single .top-side {
        margin: 0;
    }

    .top-footer .top-footer_menu {
        order: 1;
    }

    .top-footer .top-footer_info .top-footer_contacts {
        order: 2;
        width: 100%;
        padding: 0;
        text-align: center;
        margin-top: 15px;
    }

    .top-footer .top-footer_info .top-footer_contacts:after {
        content: none;
    }

    .top-footer .top-paysystems, .top-footer .top-paysystems {
        justify-content: center;
    }

    .top-footer .top-paysystems:before, .top-footer .top-paysystems:after {
        content: none;
    }

    .top-footer .top-copyright {
        text-align: center;
    }

    .top-item_paysystems {
        width: 33%;
        text-align: center;
        margin: 12px 0;
    }
}

@media (max-width: 768px) {
    .top-top_header {
        height: auto;
        flex-direction: column;
        align-items: center;
    }

    .top-top_header .top-header_registration {
        display: flex;
        margin-bottom: 10px;
        gap: 10px;
    }

    .bonus_place .bonus_item .bonus_visible {
        flex-direction: column;
    }

    .bonus_place .bonus_item .bonus_visible .bonus_img {
        width: 100%;
        max-width: 520px;
    }

    .top-404_block {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .top-404_block .top-404_left_block .btn {
        width: 110px;
        margin: 0 auto;
        display: block;
        box-sizing: border-box;
    }

    .top-header_slider {
        display: none;
    }

    .bx-pager.bx-default-pager {
        display: none;
    }
}

@media (max-width: 520px) {
    .top-top_header {
        height: auto;
        flex-direction: column;
        align-items: center;
    }

    .bonus_place .bonus_item .bonus_visible {
        flex-direction: column;
    }

    .button.blue.exit, .button.green.registration {
        display: block;
        margin: 10px auto;
    }

    .alignleft, .alignright {
        float: none;
        margin: 10px auto;
        display: block;
    }

    .top-header_jackpot {
        display: none;
    }

    .top-item_paysystems {
        width: 50%;
    }

    .top-footer .top-footer_info {
        flex-direction: column;
        text-align: center;
    }

    #toTop {
        display: none !important;
    }
}

.custom-rating.active {
    display: block;
}

.custom-rating.active .custom-rating-img {
    display: flex;
}

.custom-rating.active .custom-rating-img img {
    display: block;
    max-height: 16px;
}

.top-slot_item .custom-rating.active {
    padding: 10px 0;
}

.top-slot_item .custom-rating.active .custom-rating-img {
    justify-content: center;
}

.post-ratings {
    width: 100%;
    opacity: 1;
}

.post-ratings-loading {
    display: none;
    height: 16px;
    text-align: left;
}

.post-ratings-image {
    border: 0;
}

.post-ratings img, .post-ratings-loading img, .post-ratings-image img {
    border: 0;
    padding: 0;
    margin: 0;
}

.post-ratings-comment-author {
    font-weight: normal;
    font-style: italic;
}

.single-title {
    width: calc(100% - 185px);
}

.coupons {
    margin-top: 20px;
}

.coupons .item {
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    background: linear-gradient(180deg, #454c56 0%, #313946 5.21%, #33363c 54.69%, #000 95.31%, #000 100%);
}

@media (max-width: 640px) {
    .coupons .item {
        flex-wrap: wrap;
    }
}

.coupons .item .img {
    width: 100%;
    max-width: 150px;
    padding-right: 15px;
}

@media (max-width: 640px) {
    .coupons .item .img {
        max-width: 100%;
        justify-content: center;
        display: flex;
    }

    .coupons .item .img img {
        max-width: 150px;
    }
}

.coupons .item .left {
    width: 100%;
}

.coupons .item .right {
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 640px) {
    .coupons .item .right {
        width: 100%;
        justify-content: center;
    }
}

.coupons .item .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 4px 4px #0c2851;
}

.coupons .item .desc {
    color: #fff;
    text-shadow: 0px 4px 4px #0c2851;
    margin-bottom: 20px;
}

.coupons .item .coupon_btn a {
    display: inline-block;
    padding: 15px;
    border-radius: 10px;
    background: linear-gradient(180deg, #61f72c 0%, #339e2a 5.21%, #276f18 54.69%, #29750e 95.31%, #0a4205 100%);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.coupons .item .coupon_btn a:hover {
    background: linear-gradient(90deg, #61f72c 0%, #339e2a 5.21%, #276f18 54.69%, #29750e 95.31%, #0a4205 100%);
}

a.apk-btn {
    cursor: pointer;
    width: 50%;
    text-decoration: none;
    padding: 15px 40px;
    color: #000;
    background-color: #ffd800;
    border-radius: 5px;
}

.top-page__entry img {
    height: auto;
}

nav ul {
    display: flex;
    flex-wrap: wrap;
}

nav li {
    margin: 10px;
}

nav a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
}

nav ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 850px) {
    .top-top_header {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
main img {
    display: block;
    max-width: 100%;
    border-radius: 14px;
    margin: 30px auto;
}

table {
    margin: 30px 0;
    width: 100%;
}
td, th {
    word-break: break-all;
    text-align: center;
    padding: 5px;
    border: 1px solid #613e9c;
}
h1, h2, h3, h4 {
    color: #ffd800;
}
