@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;
}

.single_clot_rating {
    text-align: center;
}

.jac-main .jac-footer {
    margin-top: 30px;
}

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: 980px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.jac-main {
    margin: 20px auto 60px;
}

a.ttg-apk {
    display: none;
}

.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;
}

.button.green:hover {
    background-color: #fff600;
    box-shadow: 0 3px 0 0 #ffb400;
}

.button.green.registration:after {
    width: 25px;
    height: 30px;
    background: url(../img/icon_button_register.png) no-repeat;
}

.button.download {
    color: #fff;
    background-color: #0d8e17;
    box-shadow: 0 2px 0 #15550d;
    width: 110px;
    padding-left: 20px;
    position: relative;
}

.button.download:after {
    width: 25px;
    height: 30px;
    background: url(/wp-content/themes/30035/img/icon_enter.png) no-repeat;
    transform: rotate(90deg);
}

.button.download:hover {
    background-color: #1dc12a;
    box-shadow: 0 2px 0 #1f7614;
}

.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;
}

.blue:after {
    width: 25px;
    height: 28px;
    background: url(../img/icon_enter.png) no-repeat;
}

.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 0.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;
}

.button.play_game {
    color: #000;
    background-color: #ffd800;
    box-shadow: 0 3px 0 0 #988105;
    width: 145px;
    padding-right: 35px;
    position: relative;
    text-shadow: -1px 0 0 rgba(0, 0, 0, 0.2), 0 1px 1px rgba(255, 255, 255, 0.3);
    margin: 5px auto;
    display: block;
}

.mob_visible {
    display: none;
}

@media (min-width: 991px) {
    .jac-header {
        padding-top: 80px;
    }
}

.jac-top_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 80px;
}

@media (min-width: 991px) {
    .jac-top_header {
        max-width: 900px;
        position: fixed;
        top: 0;
        width: 100%;
        background: black;
        z-index: 1000;
    }
}

.jac-top_header .jac-header_registration {
    margin-top: 20px;
}

.jac-header__menu .jac-hmenu {
    list-style-type: none;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
    margin: 0;
}

.jac-header__menu .jac-hmenu:before, .jac-header__menu .jac-hmenu:after {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    background: url(../img/line_gorizontal.png?ver=0.1) center no-repeat;
    background-size: 101%;
}

.jac-header__menu .jac-hmenu:before {
    top: 0;
    left: -6px;
    height: 2px;
    background: url(../img/line_gorizontal.png?ver=0.1) center no-repeat;
}

.jac-header__menu .jac-hmenu:after {
    height: 1px;
    left: -6px;
    top: 70px;
    background: url(../img/line_gorizontal.png?ver=0.1) center no-repeat;
}

.jac-header__menu li {
    position: relative;
}

.jac-header__menu li span, .jac-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 27px;
}

.jac-header__menu li span:hover, .jac-header__menu li a:hover {
    color: #fff;
}

.jac-header__menu li:after, .jac-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%;
}

.jac-header__menu li:after, .jac-header__menu li:first-child:before {
    background-size: 1px 84%;
    top: -7px;
    right: 0;
}

.jac-header__menu li:first-child:before {
    left: 0;
}

.jac-header__menu .current-menu-item span {
    color: #fff;
}

@-webkit-keyframes fromRightAnim2 {
    0% {
        top: 10%;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

.jac-header_slider .jac-item_header_slider {
    position: relative;
}

.jac-header_slider .jac-item_header_slider .text-rigth, .jac-header_slider .jac-item_header_slider .text-left {
    -webkit-animation: fromRightAnim2 0.4s ease-in-out 0.9s both;
    animation: fromRightAnim2 0.4s ease-in-out 0.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);
}

.jac-header_slider .jac-item_header_slider .text-rigth {
    right: 0;
    left: auto;
}

.jac-header_jackpot {
    display: flex;
    justify-content: space-between;
    max-width: 930px;
    margin: 0 auto 10px;
}

.jac-header_jackpot .jac-left .jac-num_winner {
    display: flex;
    align-items: center;
    position: relative;
}

.jac-header_jackpot .jac-left .jac-num_winner:before, .jac-header_jackpot .jac-left .jac-num_winner:after {
    content: "";
    background: url(../img/spade.png) no-repeat;
    width: 60px;
    height: 60px;
}

.jac-header_jackpot .jac-left .jac-num_winner:before {
    margin-right: 11px;
}

.jac-header_jackpot .jac-left .jac-num_winner:after {
    margin-left: 11px;
}

.jac-header_jackpot .jac-left .jac-num_winner .jac-item_el {
    color: #b8d5eb;
    font-size: 18px;
    font-weight: 700;
    margin-right: 6px;
    padding-top: 15px;
}

.jac-header_jackpot .jac-left .jac-num_winner .jac-item_num {
    background: url(../img/0-9.png) no-repeat;
    width: 24px;
    height: 35px;
}

.jac-header_jackpot .jac-left .jac-num_winner .jac-item_num:first-child {
    background-position: 0 -65px;
}

.jac-header_jackpot .jac-left .jac-num_winner .jac-item_num:nth-child(2) {
    background-position: 0 -175px;
}

.jac-header_jackpot .jac-left .jac-num_winner .jac-item_num:nth-child(3) {
    background-position: 0 -505px;
}

.jac-header_jackpot .jac-left .jac-num_winner .jac-item_num:nth-child(4) {
    background-position: 0 -121px;
}

.jac-header_jackpot .jac-left .jac-num_winner .jac-item_num:nth-child(5) {
    background-position: 0 -396px;
}

.jac-header_jackpot .jac-left .jac-num_winner .jac-item_num:nth-child(6) {
    background-position: 0 -341px;
}

.jac-header_jackpot .jac-left .jac-num_winner .jac-item_num:nth-child(7) {
    background-position: 0 -286px;
}

.jac-header_jackpot .jac-left .jac-num_winner .jac-item_num:nth-child(8) {
    background-position: 0 -505px;
}

.jac-header_jackpot .jac-left .jac-num_winner .jac-item_num:nth-child(9) {
    background-position: 0 -230px;
}

.jac-header_jackpot .jac-left .jac-num_winner .jac-item_num:nth-child(10) {
    background-position: 0 -11px;
}

.jac-header_jackpot .jac-left .jac-num_winner .jac-item_num:nth-child(11) {
    background-position: 0 -11px;
}

.jac-header_jackpot .jac-left .jac-num_winner .jac-item_num:nth-child(12) {
    background-position: 0 -11px;
}

.jac-header_jackpot .jac-left .jac-num_winner .jac-item_num:nth-child(13) {
    background-position: 0 -11px;
}

.jac-header_jackpot .jac-right {
    padding-right: 15px;
}

.jac-header_jackpot .jac-right .jac-text_winner {
    text-align: center;
    position: relative;
}

.jac-header_jackpot .jac-right .jac-text_winner:before {
    content: "";
    background: url(../img/line_left.png) no-repeat;
    width: 75px;
    height: 17px;
    position: absolute;
    left: -20px;
    top: 12px;
}

.jac-header_jackpot .jac-right .jac-text_winner:after {
    content: "";
    background: url(../img/line_right.png) no-repeat;
    width: 75px;
    height: 17px;
    position: absolute;
    right: -20px;
    top: 12px;
}

.jac-header_jackpot .jac-right .jac-num_winner {
    display: flex;
    align-items: center;
    position: relative;
}

.jac-header_jackpot .jac-right .jac-num_winner:after {
    content: "";
    background: url(../img/currency.png) no-repeat;
    width: 60px;
    height: 60px;
}

.jac-header_jackpot .jac-right .jac-num_winner:before {
    margin-right: 11px;
}

.jac-header_jackpot .jac-right .jac-num_winner:after {
    margin-left: 11px;
}

.jac-header_jackpot .jac-right .jac-num_winner .jac-item_el {
    color: #b8d5eb;
    font-size: 18px;
    font-weight: 700;
    margin-right: 6px;
    padding-top: 15px;
}

.jac-header_jackpot .jac-right .jac-num_winner .jac-item_num {
    background: url(../img/0-9.png) no-repeat;
    width: 24px;
    height: 35px;
}

.jac-header_jackpot .jac-right .jac-num_winner .jac-item_num:first-child {
    background-position: 0 -450px;
}

.jac-header_jackpot .jac-right .jac-num_winner .jac-item_num:nth-child(2) {
    background-position: 0 -286px;
}

.jac-header_jackpot .jac-right .jac-num_winner .jac-item_num:nth-child(3) {
    background-position: 0 -286px;
}

.jac-header_jackpot .jac-right .jac-num_winner .jac-item_num:nth-child(4) {
    background-position: 0 -121px;
}

.jac-header_jackpot .jac-right .jac-num_winner .jac-item_num:nth-child(5) {
    background-position: 0 -396px;
}

.jac-header_jackpot .jac-right .jac-num_winner .jac-item_num:nth-child(6) {
    background-position: 0 -286px;
}

.jac-header_jackpot .jac-right .jac-num_winner .jac-item_num:nth-child(7) {
    background-position: 0 -286px;
}

.jac-header_jackpot .jac-right .jac-num_winner .jac-item_num:nth-child(8) {
    background-position: 0 -505px;
}

.jac-header_jackpot .jac-right .jac-num_winner .jac-item_num:nth-child(9) {
    background-position: 0 -11px;
}

.jac-header_jackpot .jac-right .jac-num_winner .jac-item_num:nth-child(10) {
    background-position: 0 -11px;
}

.jac-header_jackpot .jac-right .jac-num_winner .jac-item_num:nth-child(11) {
    background-position: 0 -11px;
}

.jac-crumbs {
    list-style-type: none;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}

.jac-crumbs li {
    color: #e08523;
    margin-left: 4px;
}

.jac-crumbs li:first-child {
    margin-left: 0;
}

.jac-crumbs li a {
    color: #e08523;
    font-size: 13px;
    text-decoration: none;
}

.jac-crumbs li a:hover {
    text-decoration: underline;
}

.jac-crumbs li span.jac-crumbs__curr {
    color: #d3d3d3;
    font-size: 13px;
}

.jac-top_text {
    margin-bottom: 35px;
}

.jac-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;
}

.jac-slot_list .jac-slot_item {
    width: 208px;
    text-align: center;
    margin: 10px;
}

.jac-slot_list .jac-slot_item .jac-slot_thumb {
    margin: 0;
}

.jac-slot_list .jac-slot_item .jac-slot_title {
    position: relative;
}

.jac-slot_list .jac-slot_item .jac-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%;
}

.jac-slot_list .jac-slot_item .jac-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;
}

.jac-slot_list .jac-slot_item:hover .jac-slot_title:before {
    background-image: url(../img/slot-neon-h.png);
}

.jac-slot_single {
    display: flex;
    justify-content: space-between;
}

.jac-slot_single .jac-slot__inner {
    width: 100%;
}

.jac-slot_single .jac-slot__inner iframe {
    border: 2px solid #e08523;
    border-radius: 2px;
    width: 100%;
    height: 500px;
}

.jac-slot_single .jac-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;
}

.jac-slot_single .jac-side .jac-demo_block_registration {
    position: relative;
    margin: 10px 0 45px;
}

.jac-slot_single .jac-side .jac-demo_block_registration:before, .jac-slot_single .jac-side .jac-demo_block_registration:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: url(../img/demo-games-line.png);
}

.jac-slot_single .jac-side .jac-demo_block_registration:before {
    top: -10px;
}

.jac-slot_single .jac-side .jac-demo_block_registration:after {
    bottom: -5px;
}

.jac-slot_single .jac-side .jac-demo_bonus {
    text-align: center;
}

.jac-slot_single .jac-side .jac-demo_title {
    text-align: center;
    font-size: 22px;
    display: block;
    color: #fffdcd;
}

.jac-slot_single .jac-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);
}

.jac-slot_single .jac-side .jac-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;
}

.jac-slot_single .jac-side .jac-btn_game .games-btn, .jac-slot_single .jac-side .jac-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;
}

.jac-slot_single .jac-side .jac-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);
}

.jac-slot_single .jac-side .jac-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);
}

.jac-slot_single .jac-side .jac-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);
}

.jac-slot_single .jac-side .jac-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);
}

.jac-slot_rating {
    margin-top: 10px;
}

.has-btn {
    width: 100%;
    text-align: center;
}

.has-btn .loadmore {
    border: none;
}

.jac-page__entry {
    margin-top: 15px;
}

.jac-page__entry.top_border {
    position: relative;
}

.jac-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;
}

.slot-info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    width: 100%;
    margin-bottom: 25px;
    padding: 20px 0;
    justify-content: space-between;
}

.slot-info .info-title {
    display: block;
    padding: 0px 0 10px;
    font-size: 22px;
    color: #fc3;
    text-align: center;
    text-transform: uppercase;
    line-height: 110%;
    font-weight: normal;
}

.slot-info .slide-scrins {
    display: block;
    width: 50%;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}

.slot-info .info-table {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 50%;
}

.slot-info ul.characteristic li {
    display: flex;
    font-size: 17px;
    font-weight: 700;
    text-shadow: 0 2px 0 #000;
    padding: 6px 13px;
    color: #fff;
}

.slot-info ul.characteristic li span {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}

.tns-outer {
    margin-top: 10px;
    padding: 0 !important;
    position: relative;
}

.tns-outer [hidden] {
    display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer;
}

.tns-slider {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}

.tns-slider > .tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
    content: "";
    display: table;
    clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
    float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
    margin-right: -100%;
}

.tns-no-calc {
    position: relative;
    left: 0;
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px;
}

.tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
    position: relative;
    left: auto !important;
}

.tns-gallery > .tns-moving {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}

.tns-autowidth {
    display: inline-block;
}

.tns-lazy-img {
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0.6;
}

.tns-lazy-img.tns-complete {
    opacity: 1;
}

.tns-ah {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    transition: height 0s;
}

.tns-ovh {
    overflow: hidden;
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em;
}

.tns-transparent {
    opacity: 0;
    visibility: hidden;
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0;
}

.tns-normal, .tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
}

.tns-vpfix {
    white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
    display: inline-block;
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden;
}

.tns-t-ct {
    width: 2333.33333%;
    width: -webkit-calc(2333.3333333333%);
    width: -moz-calc(2333.3333333333%);
    width: calc(2333.3333333333%);
    position: absolute;
    right: 0;
}

.tns-t-ct:after {
    content: "";
    display: table;
    clear: both;
}

.tns-t-ct > div {
    width: 1.42857%;
    width: -webkit-calc(1.4285714285714%);
    width: -moz-calc(1.4285714285714%);
    width: calc(1.4285714285714%);
    height: 10px;
    float: left;
}

.slider-show .sidebar-title:before, .slider-show .sidebar-title:after {
    top: 50%;
    transform: translateY(-50%);
}

.tns-controls {
    position: absolute;
    top: 50%;
    width: 100%;
}

.tns-controls button {
    background: none;
    border: none;
    font-size: 0;
    width: 25px;
    height: 25px;
    position: relative;
    cursor: pointer;
    outline: 0 !important;
    z-index: 5;
}

.tns-controls button:nth-child(1) {
    position: absolute;
    left: 0px;
}

.tns-controls button:nth-child(1):before {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 100%;
    height: 100%;
    transform: rotate(-45deg);
}

.tns-controls button:nth-child(2) {
    position: absolute;
    right: 0px;
}

.tns-controls button:nth-child(2):before {
    content: "";
    position: absolute;
    top: 0%;
    left: -20px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 100%;
    transform: rotate(-50deg);
}

.slot-info .bx-wrapper img {
    margin: 0 auto;
}

.slot-info .bx-wrapper:after {
    content: none;
}

.slot-info .bx-wrapper .bx-controls-direction a.bx-next:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 100%;
    transform: rotate(-45deg);
}

.slot-info .bx-wrapper .bx-controls-direction a.bx-prev:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 100%;
    height: 100%;
    transform: rotate(-45deg);
}

.slot-info .bx-default-pager {
    display: none;
}

@media (max-width: 991px) {
    .slot-info .bx-wrapper img {
        width: 240px;
    }
}

@media (max-width: 767px) {
    .slot-info {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .slot-info .info-table {
        width: 100%;
    }

    .slot-info .slide-scrins {
        width: 350px;
    }

    .characteristic {
        width: 350px;
        margin: 0 auto 20px auto;
        padding: 0;
    }

    .characteristic li span.right {
        display: block;
        justify-content: flex-end;
    }
}

@media (max-width: 550px) {
    .slot-info .slide-scrins {
        width: 270px;
    }

    .slot-info .info-title {
        width: 100%;
    }

    .slot-info .bx-wrapper img {
        width: 200px;
    }

    .slot-info ul.characteristic {
        width: 100%;
    }

    .slot-info ul.characteristic li {
        font-size: 15px;
    }

    .slot-info ul.characteristic li span.right {
        display: block;
        justify-content: flex-end;
    }
}

.jac-404_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jac-title_top {
    color: #d3d3d3;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.jac-footer {
    max-width: 980px;
    margin: 0 auto;
    background: url(../img/bg-footer.png?ver=0.1) no-repeat center bottom;
    padding-bottom: 30px;
}

.jac-footer .jac-paysystems {
    display: flex;
    justify-content: space-between;
    margin: 0 0 41px;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
}

.jac-footer .jac-paysystems:before, .jac-footer .jac-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;
}

.jac-footer .jac-paysystems:after {
    bottom: -15px;
    top: auto;
}

.jac-footer .jac-item_paysystems {
    height: 40px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50% 50%;
}

.jac-footer .jac-item_paysystems:nth-child(1) {
    width: 49px;
    background-image: url(../img/pay/egt.png);
}

.jac-footer .jac-item_paysystems:nth-child(2) {
    width: 122px;
    background-image: url(../img/pay/novmat.png);
}

.jac-footer .jac-item_paysystems:nth-child(3) {
    width: 60px;
    background-image: url(../img/pay/igrsoft.png);
}

.jac-footer .jac-item_paysystems:nth-child(4) {
    width: 74px;
    background-image: url(../img/pay/endor.png);
}

.jac-footer .jac-item_paysystems:nth-child(5) {
    width: 90px;
    background-image: url(../img/pay/amtic.png);
}

.jac-footer .jac-item_paysystems:nth-child(6) {
    width: 102px;
    background-image: url(../img/pay/alps.png);
}

.jac-footer .jac-item_paysystems:nth-child(7) {
    width: 77px;
    background-image: url(../img/pay/ariscrat.png);
}

.jac-footer .jac-item_paysystems:nth-child(8) {
    width: 43px;
    background-image: url(../img/pay/megaj.png);
}

.jac-footer .jac-item_paysystems:nth-child(9) {
    width: 76px;
    background-image: url(../img/pay/unic.png);
}

.jac-footer .jac-item_paysystems:nth-child(10) {
    width: 40px;
    background-image: url(../img/pay/bgaming.jpg);
}

.jac-footer .jac-footer_info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.jac-footer .jac-footer_info .jac-footer_contacts {
    color: #d3d3d3;
    font-size: 14px;
    width: 270px;
    position: relative;
    min-height: 128px;
    order: 0;
    padding-right: 70px;
}

.jac-footer .jac-footer_info .jac-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%;
}

.jac-footer .jac-footer_info .jac-footer_contacts .jac-footer_tel > span, .jac-footer .jac-footer_info .jac-footer_contacts .jac-footer_email > span {
    display: inline-block;
}

.jac-footer .jac-footer_info .jac-footer_contacts .jac-footer_email .jac-footer_text, .jac-footer .jac-footer_info .jac-footer_contacts .jac-footer_tel .jac-footer_text {
    display: inline-block;
}

.jac-footer .jac-footer_info .jac-footer_contacts .jac-footer_tel {
    margin-bottom: 20px;
}

.jac-footer .jac-footer_info .jac-footer_contacts .jac-footer_tel #showTel {
    text-decoration: underline;
    cursor: pointer;
}

.jac-footer .jac-footer_info .jac-footer_contacts .jac-footer_email {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.jac-footer .jac-footer_menu {
    order: 2;
}

.jac-footer .jac-footer_menu .jac-footer_menu_title {
    font-weight: 700;
    font-size: 12px;
    color: #a3a3a3;
}

.jac-footer .jac-footer_menu .footer_menu {
    list-style-type: none;
    margin: 0px 0;
    padding: 0;
}

.jac-footer .jac-footer_menu .footer_menu li {
    margin-bottom: 8px;
}

.jac-footer .jac-footer_menu .footer_menu li a {
    color: #d3d3d3;
    font-size: 14px;
    text-decoration: underline;
}

.jac-footer .jac-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;
    border: none;
}

.menu__icon {
    display: none;
    width: 22px;
    height: 17px;
    position: relative;
    cursor: pointer;
    margin: 10px auto;
}

.menu__icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    width: 22px;
}

.menu__icon span:nth-child(1) {
    top: 0px;
}

.menu__icon span:nth-child(2) {
    top: 7px;
}

.menu__icon span:nth-child(3) {
    top: 14px;
}

.menu__icon span:nth-child(4) {
    top: 26px;
}

.jac-header__menu.menu_state_open .menu__icon span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.jac-header__menu.menu_state_open .menu__icon span:nth-child(2) {
    transform: rotate(45deg);
}

.jac-header__menu.menu_state_open .menu__icon span:nth-child(3) {
    transform: rotate(-45deg);
    top: 7px;
}

.jac-header__menu.menu_state_open .menu__icon span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.jac-header__menu.menu_state_open .menu__links {
    display: block;
}

.loadmore {
    display: inline-block;
    text-decoration: none;
    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;
    color: #000;
    background-color: #1aff00;
    box-shadow: 0 3px 0 0 #0f7303;
    width: 145px;
    text-align: center;
    position: relative;
}

@media (max-width: 1000px) {
    .jac-header__menu li span, .jac-header__menu li a {
        font-size: 13px;
        padding: 0px 30px;
    }
}

@media (max-width: 925px) {
    .jac-header_registration {
        margin-right: 60px;
    }

    .jac-slot_single .jac-slot__inner {
        width: 100%;
    }

    body {
        background: #000;
    }

    .size_content {
        padding: 0 20px;
    }

    .jac-slot_list {
        margin: 0;
    }

    .jac-top_header .jac-header_registration {
        margin-right: 60px;
    }

    .jac-header__menu .jac-hmenu {
        display: none;
    }

    .menu__icon {
        display: block;
        right: 20px;
        top: 23px;
        position: absolute;
    }

    .jac-header__menu .jac-hmenu {
        border: 1px solid rgba(67, 57, 85, 0.46);
        background-color: #000;
        background-image: linear-gradient(to bottom, rgba(70, 18, 135, 0.21) 0, #16012d 100%);
    }

    .jac-header__menu li:after, .jac-header__menu li:first-child:before, .jac-header__menu .jac-hmenu:after, .jac-header__menu .jac-hmenu:before {
        content: none;
    }

    .jac-header__menu li span, .jac-header__menu li a {
        height: auto;
        padding: 0;
        text-align: center;
        line-height: 3;
        border-bottom: 1px solid rgba(67, 57, 85, 0.46);
    }

    .jac-header_jackpot {
        flex-direction: column;
        align-items: center;
    }

    .jac-slot_single {
        flex-direction: column;
        align-items: center;
    }

    .jac-slot_single .jac-side {
        margin: 0;
    }

    .jac-footer .jac-footer_menu {
        order: 1;
    }

    .jac-footer .jac-footer_info .jac-footer_contacts {
        order: 2;
        width: 100%;
        padding: 0;
        text-align: center;
        margin-top: 15px;
    }

    .jac-footer .jac-footer_info .jac-footer_contacts:after {
        content: none;
    }

    .jac-footer .jac-paysystems, .jac-footer .jac-paysystems {
        justify-content: center;
    }

    .jac-footer .jac-paysystems:before, .jac-footer .jac-paysystems:after {
        content: none;
    }

    .jac-footer .jac-copyright {
        text-align: center;
    }

    .jac-footer .jac-footer_info .jac-footer_contacts .jac-footer_email {
        display: block;
    }

    .jac-item_paysystems {
        width: 33% !important;
        margin: 12px 0;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 117px;
    }

    .jac-header {
        position: fixed;
        top: 0;
        z-index: 100;
        background: #000;
        padding-bottom: 15px;
    }

    .jac-top_header {
        height: auto;
        flex-direction: column;
        align-items: center;
    }

    .jac-top_header .jac-header_registration {
        margin-bottom: 0px;
        margin-right: 0;
    }

    .bonus_place .bonus_item .bonus_visible {
        flex-direction: column;
    }

    .bonus_place .bonus_item .bonus_visible .bonus_img {
        width: 100%;
        max-width: 520px;
    }

    .jac-header__logo {
        margin-top: 22px;
        width: 220px;
    }

    .jac-header__logo img {
        max-width: 100%;
        height: auto;
    }

    .jac-page__entry.top_border:before {
        content: none;
    }

    .jac-404_block {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .jac-404_block .jac-404_left_block .btn {
        width: 110px;
        margin: 0 auto;
        display: block;
        box-sizing: border-box;
    }

    .jac-header_slider {
        display: none;
    }

    .bx-pager.bx-default-pager {
        display: none;
    }

    .menu__icon {
        right: inherit;
        left: 20px;
        top: 20px;
    }
}

@media (max-width: 520px) {
    body {
        padding-top: 0;
    }

    ul, ol {
        padding-left: 20px;
    }

    .jac-header {
        position: relative;
    }

    .jac-top_header {
        height: auto;
        flex-direction: column;
        align-items: center;
    }

    .jac-top_header .jac-header__logo {
        margin-top: 80px;
    }

    .jac-top_header .jac-header_registration {
        position: fixed;
        top: 0;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin: 0;
        padding: 0 30px 0 0;
        background: #000;
    }

    .jac-header {
        padding: 0;
    }

    .bonus_place .bonus_item .bonus_visible {
        flex-direction: column;
    }

    .button.blue.exit, .button.green.registration {
        display: block;
        margin: 10px 3px;
    }

    .menu__icon {
        position: fixed;
        top: 12px;
    }

    .jac-header__menu .jac-hmenu {
        position: fixed;
        top: 62px;
        width: 100%;
    }

    .alignleft, .alignright {
        float: none;
        margin: 10px auto;
        display: block;
    }

    .jac-header_jackpot {
        display: none;
    }

    .jac-item_paysystems {
        width: 50% !important;
    }

    .jac-footer .jac-footer_info {
        flex-direction: column;
        text-align: center;
    }
}

.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;
    width: auto;
}

.jac-slot_item .custom-rating.active {
    padding: 10px 0;
}

.jac-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;
}

.jac-header__logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.comment_form {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0 2px 0 #000;
    background: #000;
    border: 1px solid #4b0082;
    padding: 15px 19px 19px;
    margin-bottom: 18px;
    box-shadow: 0 3px 9px 0 #000;
    color: #fff;
}

.form_title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 0 2px 0 #000;
    position: relative;
    margin-bottom: 15px;
}

.comment_form_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.count_comment {
    position: relative;
}

.comment-form-field-comment {
    margin-bottom: 20px;
    position: relative;
}

#comment {
    padding: 10px 11px;
    height: 49px;
    box-sizing: border-box;
}

#comment:focus {
    height: 150px;
}

.form_field, .submit-comment-button {
    display: block;
    width: 100%;
    outline: none;
    resize: none;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    color: #fff;
    height: 32px;
    border: 1px solid #4b0082;
    background: #000;
    box-shadow: 0 3px 9px 0 #000;
    padding: 0 11px;
    font-weight: normal;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.form_field:focus {
    text-shadow: none;
}

.block_fields {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 760px) {
    .block_fields {
        flex-direction: column;
    }
}

#email, #author {
    max-width: 220px;
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 760px) {
    #email, #author {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
        box-sizing: border-box;
    }
}

.submit-comment-button {
    height: 32px;
    line-height: 32px;
    padding: 0 51px;
    font-size: 16px;
    padding: 0 49px;
    color: #fff;
    text-shadow: 0 2px 0 #000;
    text-transform: uppercase;
    background: #689800;
    border: 0;
    outline: none;
    cursor: pointer;
    box-shadow: 0 2px 1px 0 #000;
}

.submit-comment-button:hover {
    background: #34508c;
}

.comment-post {
    border: 1px solid #4b0082;
    background: #000;
    box-shadow: 0 3px 9px 0 #000;
    padding: 10px 10px 0 10px;
    margin-bottom: 15px;
}

.posted_by {
    display: flex;
    align-items: baseline;
}

.posted_by--name {
    margin-right: 15px;
}

.posted_by--time {
    font-size: 12px;
    color: #f0f0f0;
    font-weight: normal;
}

.comment-post .text {
    line-height: 1.4;
    font-size: 14px;
    font-family: Trebuchet MS, sans-serif;
    color: #fff;
    font-weight: normal;
    text-shadow: none;
    padding: 10px 0 12px;
}

.front-table {
    width: 100%;
}

.front-table td {
    width: 33%;
}

a.apk-btn {
    text-align: center;
    color: #000;
    padding: 15px 10px 15px 10px;
    width: 207px;
    height: 40px;
    line-height: 40px;
    left: 20px;
    margin: auto;
    bottom: 5px;
    border-radius: 1px;
    text-decoration: none;
    margin-bottom: 1px;
    background: linear-gradient(to bottom, #ffd800 0%, #ffd800 50%, #ffd800 100%);
}

.jac-slot_single .jac-slot_rating .custom-rating-img {
    position: relative;
    width: fit-content;
}

@media (max-width: 380px) {
    .button.blue.exit, .button.green.registration {
        padding: 0 20px;
        width: auto;
    }

    .button.blue.exit:after, .button.green.registration:after {
        content: none;
    }
}

@media (max-width: 990px) {
    a.ttg-apk {
        position: fixed;
        bottom: 10px;
        left: 50%;
        display: block;
        transform: translateX(-50%);
    }
}

.auto_img {
    font-size: 22px;
    font-weight: 600;
    color: #ffd800;
    text-transform: uppercase;
}

.add_rating {
    display: flex;
    margin: 10px 0;
}

.add_rating > div:first-child {
    margin-right: 25px;
    color: #fff;
}

.rate-rating.rate--easy {
    text-align: center;
    display: block;
    justify-content: center;
    max-width: 110px;
    margin: 10px 0;
}

.rate-rating.rate--easy input {
    opacity: 0;
    display: none;
}

.star-rating {
    font-size: 0;
}

.rate-rating {
    display: inline-block;
    font-size: 1rem;
}

.rate-rating:after {
    content: "";
    display: table;
    clear: both;
}

.star-rating__ico {
    float: right;
    padding-left: 2px;
    cursor: pointer;
    color: #e2464a;
}

.star-rating__ico:last-child {
    padding-left: 0;
}

.star-rating__input {
    display: none;
}

.star-rating__ico:hover:before, .star-rating__ico:hover ~ .star-rating__ico:before, .star-rating__input:checked ~ .star-rating__ico:before {
    content: "\f005";
}

.rating_user {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.text_user_rating {
    margin-left: 15px;
}



.burger-icon {
    display: block;
    font-size: 30px;
    color: white;
    cursor: pointer;
    padding: 20px;
    z-index: 2000;
}

.burger-menu {
    position: absolute;
    top: 80px;
    right: 20px;
    background-color: black;
    border: 1px solid #333;
    display: none;
    flex-direction: column;
    z-index: 1500;
}

.burger-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.burger-menu li a {
    display: block;
    padding: 12px 20px;
    color: #a08ec0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.burger-menu li a:hover {
    color: white;
    background-color: #222;
}


@media (min-width: 0px) {
    .burger-icon {
        display: block;
    }
}
