@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat-Regular.ttf");
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif, Arial;
    font-size: 14px;
    min-height: 100%;
    color: #07196b;
    width: 100%;
}

body:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url("../img/core-bg.png") no-repeat top center fixed;
    background-size: cover;
    /*background-attachment: fixed;*/
    width: 100%;
    height: 100%;
    z-index: -1;
}

@media (max-width: 500px) {
    body:before {
        display: none;
    }
}

body.inside-page .kasinodengicom-content .title h1 {
    margin-top: 0px;
    margin-bottom: 30px;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

h1 {
    margin: 55px auto 45px auto;
    padding: 10px 0px 0 0px;
    font-size: 24px;
    font-weight: bold;
    color: white;
    text-align: center;
}

h2 {
    margin: 5px 0 5px 0;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
}

h3, h4, h5 {
    margin: 0.5em 0;
    font-weight: normal;
    font-size: 1em;
}

img {
    max-width: 100%;
    height: auto;
}

.text {
    line-height: 24px;
    color: #07196b;
}

.esq-page__entry, .esq-404__entry {
    text-align: justify;
}

.esq-page__entry a, .esq-404__entry a {
    color: #1375ed;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.esq-page__entry a:hover, .esq-404__entry a:hover {
    color: #de2477 !important;
}

.esq-page__entry a:visited, .esq-404__entry a:hover {
    color: #743cff;
}

.text h2, .esq-page__entry h2 {
    color: #07196b;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}

.text h3, .esq-page__entry h3 {
    font-size: 16px;
    font-weight: bold;
}

.text h4, .esq-page__entry h4 {
    font-size: 16px;
}

.esq-page__entry ul, .esq-page__entry ol {
    padding-left: 70px;
}

.esq-page__entry pre {
    white-space: break-spaces;
}

.alignright {
    float: right;
    margin: 15px 0px 15px 30px;
}

.alignleft {
    float: left;
    margin: 0px 30px 15px 0px;
}

.aligncenter {
    display: block;
    margin: 10px auto;
    clear: both;
}

.text p:not(:last-of-type) {
    margin-bottom: 25px;
}

header {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    z-index: 5;
}

.kasinodengicom-header .header_logo {
    float: left;
    margin-right: 20px;
}

.kasinodengicom-header .header_menu ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
}

.kasinodengicom-header .header_menu li:not(:last-of-type) {
    margin-right: 35px;
}

.kasinodengicom-header .header_menu a, .kasinodengicom-header .header_menu span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.kasinodengicom-header .header_menu a:hover, .kasinodengicom-header .header_menu span:hover {
    color: #2800a9;
}

.kasinodengicom-header .header_menu .current-menu-item span {
    color: #2800a9;
    cursor: default;
}

.kasinodengicom-header .header_reg {
    margin-left: 8px;
}

.kasinodengicom-header .header_reg .log_btn {
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 100px;
    text-align: center;
    width: 120px;
    outline: 0;
    display: block;
}

.kasinodengicom-header .header_reg .log_btn {
    float: left;
    width: auto;
    padding: 15px 25px;
    background: linear-gradient(84.26deg, #102397 -29.66%, #187adf 95.58%);
}

.kasinodengicom-header .header_reg .log_btn:hover {
    background: linear-gradient(83.7deg, #102397 -23.86%, #187adf 110.55%);
}

.kasinodengicom-header .header_reg .reg_btn {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    float: right;
    width: 140px;
    border: 2px solid white;
    padding: 13px 0px;
    position: relative;
    overflow: hidden;
}

.kasinodengicom-header .header_reg .reg_btn:after {
    border-radius: 100px;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 0%;
    content: '';
    height: 100%;
    top: 0;
    left: -2px;
    background: #fff;
}

.kasinodengicom-header .header_reg .reg_btn:hover {
    color: #1450bc;
}

.kasinodengicom-header .header_reg .reg_btn:hover:after, .kasinodengicom-header .header_reg .reg_btn:active:after {
    width: 102%;
}

.kasinodengicom-banner_container {
    max-width: 1200px;
    margin: -30px auto 0px auto;
}

.kasinodengicom-banner_container .bx-default-pager {
    display: flex;
    justify-content: center;
    position: relative;
}

.kasinodengicom-banner_container .slide {
    position: relative;
}

.kasinodengicom-banner_container .slider_text {
    position: absolute;
    top: 100px;
    left: 100px;
    color: white;
    font-size: 64px;
    font-weight: bold;
    text-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1200px) {
    .kasinodengicom-banner_container .slider_text {
        top: 80px;
        left: 80px;
        font-size: 48px;
    }
}

.kasinodengicom-banner_container .slider_long_text {
    top: 54px;
}

.kasinodengicom-banner_container .slider_btn {
    transition: all .3s ease-in-out;
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: bold;
    border-radius: 100px;
    text-transform: uppercase;
    background: linear-gradient(85.29deg, #de2477 -23.75%, #fd9f71 112.08%);
    display: block;
    width: 196px;
    padding: 16px 35px;
    margin-top: 45px;
    text-align: center;
}

.kasinodengicom-banner_container .slider_btn:hover {
    box-shadow: 0px 20px 30px rgba(84, 4, 4, 0.5);
}

.kasinodengicom-banner_container .bx-controls {
    margin-top: -110px;
    z-index: 2;
    padding-top: 60px;
    padding-bottom: 30px;
    box-shadow: 0px 20px 30px rgba(40, 0, 169, 0.3);
    margin-left: auto;
    margin-right: auto;
}

.kasinodengicom-banner_container .bx-pager-item a, .kasinodengicom-banner_container .bx-pager-item {
    color: transparent;
    transition: all .3s ease-in-out;
    width: 50px;
    height: 7px;
    background: #007df7;
    border-radius: 5px;
    display: block;
}

.kasinodengicom-banner_container .bx-pager-item:not(:last-of-type) {
    margin-right: 10px;
}

.kasinodengicom-banner_container .bx-controls .active {
    background: white;
    border-radius: 5px;
    width: 50px;
    height: 7px;
    display: block;
}

.kasinodengicom .slider_sphere {
    position: absolute;
    margin-left: 120px;
    margin-top: -240px;
}

.kasinodengicom-content {
    text-align: justify;
    max-width: 1200px;
    margin: 0px auto;
    position: relative;
}

.kasinodengicom-content .title h1 {
    font-size: 24px;
    font-weight: bold;
    color: #07196b;
    margin-top: 65px;
    margin-bottom: 30px;
    text-align: left;
}

.kasinodengicom .javul-list__item {
    display: inline-block;
    list-style-type: none;
}

.kasinodengicom .pre-slot-container {
    border-radius: 5px;
    display: flex;
    align-items: center;
    background-color: #f4f3f9;
    justify-content: space-between;
    margin: 25px 0 35px;
    padding: 20px 0;
}

.kasinodengicom .javul-filter {
    list-style-type: none;
    font-size: 0;
}

.kasinodengicom .javul-filter__item {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.kasinodengicom .javul-filter__btn {
    display: block;
    border: 0px;
    padding: 0 35px;
    height: 33px;
    line-height: 33px;
    white-space: nowrap;
    text-align: center;
    font-weight: bold;
    color: #07196b;
    cursor: pointer;
    transition-duration: .2s;
    transition-property: all;
    border-radius: 100px;
    margin: 0px 10px;
    outline: none;
    background: transparent;
}

.kasinodengicom .javul-filter__btn:hover {
    background: linear-gradient(82.25deg, rgba(222, 36, 119, 0.1) -7.46%, rgba(16, 35, 151, 0.1) 97%);
    border-radius: 100px;
}

.kasinodengicom .javul-filter__btn.active {
    background: linear-gradient(82.25deg, #102397 9.63%, #de2477 97%);
    border-radius: 100px;
    transform: none;
    box-shadow: none;
    cursor: default;
    color: #fff;
}

.kasinodengicom .javul-list {
    list-style-type: none;
    padding: 0;
    font-size: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.kasinodengicom .javul-list__item {
    width: 2702 *;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: left;
}

.kasinodengicom .javul-list__item.hidden {
    display: none;
}

@media screen and (min-width: ) {
    .kasinodengicom .javul-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .kasinodengicom .javul-list__item {
        display: inline-block;
        vertical-align: top;
        margin: 0;
        width: 33.333333333333%;
    }
}

@media screen and (min-width: ) {
    .kasinodengicom .javul-list__item {
        width: 25%;
    }
}

.kasinodengicom .javul-list__inner {
    margin: 0 0 25px;
    border-radius:;
    background-color:;
    position: relative;
    transition: .2s box-shadow;
}

.kasinodengicom .javul-list__inner:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.kasinodengicom .javul-list__inner:hover .javul-list__front {
    transform: translateY(230px);
}

.kasinodengicom .javul-list__inner:hover .javul-list__back {
    transform: translateY(-230px);
}

.kasinodengicom .javul-list__content {
    height: 230px;
    width: 200px;
    margin: 0 auto;
    overflow: hidden;
}

.kasinodengicom .javul-list__front, .kasinodengicom .javul-list__back {
    height: 230px;
    margin: 0;
    padding: 25px 0 0;
    background-color:;
    box-sizing: border-box;
}

.kasinodengicom .javul-list__front {
    transition: .75s transform ease-in;
}

.kasinodengicom .javul-list__img {
    display: block;
    margin: 0 auto;
    border-radius:;
}

.kasinodengicom .javul-list__name {
    height: 55px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1;
}

.kasinodengicom .javul-list__back {
    overflow: hidden;
    backface-visibility: hidden;
    transition: .5s transform ease-out;
}

.kasinodengicom .javul-list__title {
    display: block;
    margin-bottom:;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1;
}

.kasinodengicom .javul-list__entry {
    font-size: 11px;
    line-height: 1.45;
}

.kasinodengicom .javul-list__action {
    width: 200px;
    height: 48px;
    margin: 0 auto;
}

.kasinodengicom .javul-list__btn {
    display: block;
    width: 47%;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    border-radius:;
    border: 1px solid;
    transition: .2s background-color;
    white-space: nowrap;
}

.kasinodengicom .javul-list__btn--main {
    background-color:;
}

.kasinodengicom .javul-list__btn--main:hover {
    background-color:;
}

.kasinodengicom .javul-list__btn--alt:hover {
    background-color:;
}

.kasinodengicom .is-mobile .javul-list__inner:hover .javul-list__front, .kasinodengicom .is-mobile .javul-list__inner:hover .javul-list__back {
    transform: none;
}

.kasinodengicom .is-mobile .javul-list__btn--main {
    display: none;
}

.kasinodengicom .is-mobile .javul-list__action {
    height: auto;
}

.kasinodengicom .is-mobile .javul-list__btn--alt {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    text-indent: 101%;
    border: 0;
}

.kasinodengicom .is-mobile .javul-list__btn--alt:hover {
    background-color: transparent;
}

.kasinodengicom-slots-area {
    margin-top: 40px;
    margin-bottom: 45px;
}

.kasinodengicom-slots-area .item-category {
    margin-bottom: 40px;
    display: inline-block;
    transition: all .3s ease-in-out;
}

.kasinodengicom-slots-area .item-category .bg-border {
    padding: 39px;
    background: url("../img/item-bg.png") no-repeat center center;
    border-radius: 100%;
    box-shadow: -10px 15px 30px rgba(0, 79, 232, 0.3);
    position: relative;
    transition: all .3s;
}

.kasinodengicom-slots-area .item-category img {
    width: 177px;
    height: 133px;
    object-fit: cover;
    display: block;
    box-shadow: 0px 4px 20px rgba(37, 38, 94, 0.1);
    border-radius: 15px;
}

.kasinodengicom-slots-area .item-category .demo_link {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-top: 16px;
    position: relative;
    bottom: -10px;
    transition: all .3s;
}

.kasinodengicom-slots-area .item-category .play_btn {
    display: block;
    background: url("../img/play-img.png") no-repeat center center;
    width: 70px;
    position: absolute;
    height: 50px;
    top: 45px;
    left: 50px;
    transition: all .3s;
}

.kasinodengicom-slots-area .item-category:hover .bg-border {
    background: linear-gradient(207.5deg, #1a7feb 21.12%, #2800a9 82.88%);
    box-shadow: -10px 15px 30px rgba(40, 0, 169, 0.3);
    transition: all .3s;
}

.kasinodengicom-slots-area .item-category:hover .item-category-pre-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(15deg, rgba(0, 79, 232, 0.2) -29.66%, rgba(0, 79, 232, 0.8) 95.58%);
    border-radius: 15px;
    transition: all .3s;
    box-shadow: 0px 6px 12px rgba(37, 38, 94, 0.8);
}

.kasinodengicom-slots-area .item-category-pre-img {
    position: relative;
    top: 10px;
}

.kasinodengicom-slots-area .item-category-title {
    font-weight: bold;
    font-size: 16px;
    color: #07196b;
    text-align: center;
    margin-top: 25px;
    max-width: 210px;
    line-height: 1.4;
    margin-left: auto;
    margin-right: auto;
    max-height: 45px;
    overflow: hidden;
}

.kasinodengicom-slots-area .item-category:not(:nth-of-type(4n)) {
    margin-right: 45px;
}

.pay-bl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding: 75px 0;
}

.pay-bl .pay-items img {
    max-width: 130px;
    height: auto;
}

.footer_nav_container ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer_nav_container li:not(:last-of-type) {
    margin-right: 70px;
}

.footer_nav_container a, .footer_nav_container span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #2800a9;
    text-decoration: none;
}

.footer_nav_container a:hover, .footer_nav_container span:hover {
    color: #d22379;
    cursor: pointer;
}

.footer_nav_container .current-menu-item span {
    color: #d22379;
    cursor: default;
}

.item-foot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 150px 0 20px;
    align-items: center;
}

.soc-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.soc-icon-item {
    vertical-align: middle;
    text-decoration: none;
    margin: 5px 0;
    width: 50px;
    height: 50px;
    position: relative;
    background-color: transparent;
    overflow: hidden;
}

.social {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.social .show_mob {
    display: none;
    text-align: center;
}

.social-icon {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

a.soc-icon-item {
    display: inline-table;
    border-radius: 50%;
}

.soc-icon-item:after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: -7px;
    right: 0;
    bottom: 0;
    background: url("../img/soc.png") no-repeat;
}

.soc-icon-item:hover a {
    box-shadow: 0px 4px 14px 1px #1f599c94;
}

.item-vk:after {
    background-position: -70px 7px;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

.item-ok:after {
    background-position: -140px 7px;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

.item-ma:after {
    background-position: -239px 7px;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

.item-fb:after {
    background-position: 0px 7px;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

.item-ya:after {
    background-position: -202px 7px;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

.item-tw:after {
    background-position: -210px 7px;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

.item-gpl:after {
    background-position: -280px 7px;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

a.item-vk:hover {
    box-shadow: 0px 4px 14px 1px #1f599c94;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

a.item-gpl:hover {
    box-shadow: 0px 4px 14px 1px #1f599c94;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

a.item-ok:hover {
    box-shadow: 0px 4px 14px 1px #1f599c94;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

a.item-ma:hover {
    box-shadow: 0px 4px 14px 1px #1f599c94;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

a.item-fb:hover {
    box-shadow: 0px 4px 14px 1px #1f599c94;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

a.item-ya:hover {
    box-shadow: 0px 4px 14px 1px #1f599c94;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

a.item-tw:hover {
    box-shadow: 0px 4px 14px 1px #1f599c94;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

#block-bg {
    width: 100%;
    height: auto;
    position: relative;
}

@media (max-width: 500px) {
    .kasinodengicom-footer_container:after {
        display: none;
        background: none;
    }
}

.copyright {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

@media (max-width: 768px) {
    .copyright {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.copyright span {
    margin-bottom: 10px !important;
}

.copyright span.icon-mail {
    margin-left: 70px;
}

@media (max-width: 768px) {
    .copyright span.icon-mail {
        margin: 0;
    }
}

.copyright span.contact_icon {
    display: flex;
    flex-direction: column;
    margin-left: auto;
}

@media (max-width: 768px) {
    .copyright span.contact_icon {
        margin: 0;
    }
}

.copyright span.contact_icon span {
    text-align: right;
}

@media (max-width: 768px) {
    .copyright span.contact_icon span {
        text-align: center;
    }
}

.copyright span.contact_icon #show-number {
    cursor: pointer;
    font-size: 10px;
    line-height: 24px;
}

.soc-icons {
    position: fixed;
    right: 25px;
    top: 40%;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    .soc-icons {
        transform: translateY(0);
    }
}

.up_button {
    display: none !important;

}

.up_button:hover {
    -webkit-filter: drop-shadow(5px 5px 5px rgba(27, 126, 235, 0.52));
    filter: drop-shadow(0px 5px 5px rgba(27, 126, 235, 0.52));
}

.ax-hidden {
    position: absolute;
    height: 1px;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
    overflow: hidden;
}

ol.esq-crumbs {
    padding: 0px;
    margin-top: 30px;
    z-index: 999;
    position: relative;
    font-size: 12px;
}

ol.esq-crumbs a {
    text-decoration: none;
    line-height: 24px;
    color: #2700aa;
}

ol.esq-crumbs a:hover {
    color: #3600ff;
}

ol.esq-crumbs li:first-child {
    padding: 0px;
}

ol.esq-crumbs li {
    display: inline-block;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.esq-crumbs__curr {
    color: #2700aa;
}

ol.esq-crumbs b {
    padding: 0px 15px;
    color: #2700aa;
}

.esq-404__entry {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 95px 0px 10px;
}

.err-img {
    padding-bottom: 0px;
}

.slot-block h1 {
    line-height: 1;
    margin: 0px;
    padding: 40px 0 20px;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #2613ad;
}

.esq-slot {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start;
}

@media (max-width: 900px) {
    .esq-slot {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.esq-slot__inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
}

.esq-slot__inner {
    width: 770px;
    margin: 0 auto;
}

.esq-slot__inner {
    margin: 0;
    display: block;
    text-align: center;
    padding-bottom: 35px;
}

.slot-block {
    position: relative;
    box-shadow: 0px 20px 30px rgba(190, 174, 242, 0.3);
    margin: 20px 0 40px;
    padding: 0 60px;
}

@media (max-width: 900px) {
    .slot-block {
        padding: 0 30px;
    }
}

.slot-block:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(206.51deg, #f5fbff 12.7%, #fff 83.34%);
    opacity: 0.5;
    box-shadow: 0px 20px 30px rgba(190, 174, 242, 0.3);
    border-radius: 10px;
    z-index: -1;
}

a.esq-slot-btn {
    text-decoration: none;
    line-height: 4;
    padding: 5px 0 0;
}

.esq-slot-btn {
    display: block;
    width: 100%;
    background: linear-gradient(88.52deg, #de2477 -23.63%, #fd9f71 113.87%);
    border-radius: 100px;
    margin-top: 20px;
    transition: all .3s ease-in-out;
}

.esq-slot-btn:hover {
    background: linear-gradient(88.52deg, #de2477 -23.63%, #fd9f71 113.87%);
    box-shadow: 0px 20px 30px rgba(89, 6, 6, 0.25);
}

.esq-slot-btn span {
    font-style: normal;
    font-weight: bold;
    line-height: 16px;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 50px;
}

body.slot-page .pay-bl {
    padding: 50px 0 0 0;
}

body.search-page .kasinodengicom-content {
    min-height: 110px;
}

.top_desc.single {
    margin-bottom: 20px;
}

.esq-page__entry p {
    padding: 10px 0;
}

.esq-page__entry ul {
    text-align: justify;
    display: grid;
    padding-left: 35px;
}

.esq-page__entry ol {
    padding-left: 35px;
}

.round-one {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (max-width: 900px) {
    .round-one {
        display: none;
    }
}

.round-two {
    position: absolute;
    bottom: -10%;
    right: 0;
}

@media (max-width: 900px) {
    .round-two {
        display: none;
    }
}

.hidden {
    display: none;
}

input#s {
    height: 40px;
    border: 0px;
    outline: 0px;
    padding: 0px 40px 0px 20px;
    color: #bcc3d2;
    background-color: transparent;
}

input#s:focus {
    background-color: #fff;
}

.img_search {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 20px;
    background: url("../img/search.png") no-repeat;
    background-size: contain;
    background-position: center;
}

.esq-search {
    margin: 0px 20px;
    position: relative;
}

.serach-lock {
    position: relative;
}

.serach-lock:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #b9cfed;
}

::-webkit-input-placeholder {
    color: #1378ed;
}

::-moz-placeholder {
    color: #1378ed;
}

:-ms-input-placeholder {
    color: #1378ed;
}

:-moz-placeholder {
    color: #1378ed;
}

.esq-search__btn {
    background: transparent;
    box-shadow: none;
    border: 0px;
}

.row-head.first-row {
    width: 100%;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row-head.fae {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    position: relative;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 1600px) {
    .kasinodengicom-header .header_logo {
        margin-right: 0px;
    }

    .slider_sphere {
        display: none;
    }

    .paralax-layers img {
        opacity: 0.3;
    }
}

@media (max-width: 1460px) {
    .header_logo .logo_link {
        margin: 15px 0;
    }

    .kasinodengicom-header {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .kasinodengicom-header .header_reg {
        float: none;
        padding: 13px 0 0 0;
        justify-content: center;
    }

    .kasinodengicom-header .header_menu {
        float: none;
        margin: 0 auto;
        display: block;
        text-align: center;
        width: 100%;
    }

    .kasinodengicom-header .header_menu {
        padding: 20px 0 0;
    }

    .kasinodengicom-header .header_menu ul {
        justify-content: center;
    }

    .kasinodengicom-main {
        padding: 0px 25px;
    }
}

.pre-slot-container {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 300px;
    margin-left: auto !important;
}

.pre-slot-container.filters {
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 1100px) {
    .kasinodengicom .pre-slot-container {
        justify-content: center;
        flex-wrap: wrap;
    }

    .serach-lock {
        margin-top: 25px;
    }

    .img_search {
        top: 35px;
    }

    .filtering {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
        text-align: center;
    }

    input#s {
        margin-top: 25px;
    }

    .pay-bl {
        padding: 20px 15px;
        flex-wrap: wrap;
    }

    .pay-items {
        padding: 0px 10px;
    }

    .serach-lock:before {
        width: 100%;
        height: 1px;
        background-color: #b9cfed;
        top: 0;
    }

    .kasinodengicom-header .header_logo {
        margin-left: 0px;
    }
}

.cover-table {
    max-width: 100%;
    overflow: auto;
}

.menu-close-button {
    display: none;
}

.adapt-menu-icon {
    display: none;
}

.media-mob {
    display: none;
}

body.OverflowHiden {
    overflow: hidden;
}

.cover-menu {
    display: none;
}

.logo_link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
    width: 180px;
    height: 40px;
    line-height: 40px;
    border-radius: 1000px;
    background: #187adf;
    background: linear-gradient(71deg, #187adf 0%, #187adf 100%);
}

.logo_link img {
    width: 120px;
}

@media (max-width: 900px) {
    .spec-lnk {
        position: relative;
        z-index: 100;
    }

    .slot-page .slot-block {
        padding: 0;
    }

    .kasinodengicom-header {
        padding-bottom: 10px;
    }

    .row-head.first-row {
        flex-direction: column;
    }

    .row-head.fae {
        justify-content: center;
    }

    .kasinodengicom-slots-area .item-category .bg-border {
        width: 240px;
        height: 240px;
    }

    .kasinodengicom-slots-area .item-category .demo_link {
        font-size: 16px;
        text-align: center;
        font-weight: bold;
        text-decoration: none;
        display: block;
        margin-top: 16px;
        position: absolute;
        bottom: -10px;
        transition: all .3s;
        top: -15px;
        left: 0;
        width: 100%;
        color: transparent;
    }

    .up_button {
        position: fixed;
        top: 87%;
        right: 7%;
        transition: all 0.3s;
        display: none !important;
    }

    .kasinodengicom-slots-area .item-category:not(:nth-of-type(4n)) {
        margin-right: 10px;
        margin-left: 10px;
    }

    .kasinodengicom-header .header_logo {
        margin-right: 0px;
        padding-bottom: 0px;
    }

    .pay-bl {
        justify-content: center;
    }

    .header_menu .menu {
        display: none !important;
    }

    .adapt-menu-icon {
        display: block;
    }

    .cover-menu {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        right: -320px;
        top: 0px;
        padding: 45px 10px 0;
        overflow: hidden;
        max-width: 320px;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 3001;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -moz-transition: 0.5s all;
        transition: 0.5s all;
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        transition-delay: 0.1s;
        background: linear-gradient(84.26deg, #102397 -29.66%, #187adf 95.58%);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }

    .cover-menu .menu-close-button {
        display: block;
        background-color: transparent;
        position: absolute;
        left: 10px;
        top: 3px;
        height: 40px;
        width: 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .cover-menu .menu-close-button .line-white-menu {
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        -moz-transition-delay: 0.3s;
        transition-delay: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.7s;
        transition: 0.7s;
        display: block;
        height: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background-color: white;
        position: absolute;
        top: 0;
        left: 3px;
        right: 3px;
    }

    .cover-menu .menu-close-button .line-white-menu:first-child {
        top: -webkit-calc(22%);
        top: -moz-calc(22%);
        top: calc(22%);
    }

    .cover-menu .menu-close-button .line-white-menu:nth-child(2) {
        top: -webkit-calc(47%);
        top: -moz-calc(47%);
        top: calc(47%);
    }

    .cover-menu .menu-close-button .line-white-menu:last-child {
        top: -webkit-calc(72%);
        top: -moz-calc(72%);
        top: calc(72%);
    }

    .cover-menu.showmenu .line-white-menu:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -webkit-calc(47%);
        top: -moz-calc(47%);
        top: calc(47%);
    }

    .cover-menu.showmenu .line-white-menu:last-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -webkit-calc(47%);
        top: -moz-calc(47%);
        top: calc(47%);
    }

    .cover-menu.showmenu .line-white-menu {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    .cover-menu > li > a > span.link-text {
        width: auto;
    }

    .cover-menu.showmenu {
        -webkit-transform: translateX(-320px);
        -moz-transform: translateX(-320px);
        -ms-transform: translateX(-320px);
        -o-transform: translateX(-320px);
        transform: translateX(-320px);
        overflow: auto;
    }

    body .icon-menu-bg {
        opacity: 0;
        -webkit-transition: 0.5s opacity;
        -o-transition: 0.5s opacity;
        -moz-transition: 0.5s opacity;
        transition: 0.5s opacity;
    }

    body .icon-menu-bg.showbg {
        position: fixed;
        opacity: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
        background: rgba(0, 0, 0, 0.65);
    }

    body .show-menu-icon {
        display: block;
        width: 49px;
        height: 49px;
        margin: 0 auto;
        padding: 0;
    }

    .cover-menu li .sub-menu li {
        padding: 0;
    }

    .cover-menu .menu-close-button + ul {
        border-top: 1px solid white;
    }

    .cover-menu li {
        width: 100%;
        text-align: center;
        background-color: transparent;
        height: auto;
        line-height: 1.0;
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        box-sizing: border-box;
    }

    .cover-menu li .sub-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-bottom: 0;
        width: 100%;
        position: static;
    }

    .cover-menu li a, .cover-menu li span {
        padding: 15px 5px;
        min-height: initial;
        color: white;
        font-size: 16px;
        width: 100%;
        text-decoration: none;
        display: block;
        box-sizing: border-box;
    }

    body .adapt-menu-icon {
        position: absolute;
        top: 55px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 60px;
        height: 48px;
        z-index: 100;
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px;
        cursor: pointer;
    }

    body .adapt-menu-icon .line-white-menu {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        -moz-transition-delay: .3s;
        transition-delay: .3s;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .7s;
        transition: .7s;
        display: block;
        height: 4px;
        background-color: white;
        position: absolute;
        top: 0;
        left: 5px;
        right: 5px;
    }

    body .adapt-menu-icon .line-white-menu:first-child {
        top: -webkit-calc(22%);
        top: -moz-calc(22%);
        top: calc(22%);
    }

    body .adapt-menu-icon .line-white-menu:nth-child(2) {
        top: -webkit-calc(47%);
        top: -moz-calc(47%);
        top: calc(47%);
    }

    body .adapt-menu-icon .line-white-menu:last-child {
        top: -webkit-calc(72%);
        top: -moz-calc(72%);
        top: calc(72%);
    }

    .kasinodengicom-header {
        background: linear-gradient(84.26deg, #2ad2f5 -29.66%, #0ce4ed 95.58%);
    }

    .kasinodengicom-banner_container {
        display: none;
    }

    body:before {
        display: none;
    }

    .footer_nav_container ul {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .footer_nav_container li:not(:last-of-type) {
        margin-right: 0px;
    }

    .item-foot {
        padding-top: 20px;
    }

    .esq-slot__inner iframe {
        display: none;
    }

    .esq-slot__inner {
        width: 90%;
        margin: 0 auto;
    }

    .slot-block:before {
        display: none;
    }

    .slot-block {
        box-shadow: none;
    }

    .slot-block:before {
        box-shadow: none;
    }

    .item-foot {
        justify-content: center;
    }

    .footer_nav {
        margin: 20px 0;
    }

    .copyright {
        text-align: center;
    }

    .footer_nav_container li {
        margin: 0px 10px;
    }

    a.logo_link img, span.logo_link img {
        max-width: 210px;
    }
}

@media (max-width: 500px) {
    ul#menu-footer-menu li {
        display: block;
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }

    .pay-items {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 45%;
        padding: 10px 0;
    }
}

a.bx-pager-link {
    font-size: 0px;
}

.bonus-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    padding: 50px 40px 50px 60px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-box-shadow: 0px 9px 26px -2px rgba(87, 87, 87, 0.49);
    -moz-box-shadow: 0px 9px 26px -2px rgba(87, 87, 87, 0.49);
    box-shadow: 0px 9px 26px -2px rgba(87, 87, 87, 0.49);
}

@media (max-width: 850px) {
    .bonus-item {
        padding: 25px;
    }
}

@media (max-width: 780px) {
    .bonus-item {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.bonus-item:last-child {
    margin-bottom: 50px;
}

.bonus-item__thumb {
    max-width: 270px;
    width: 100%;
}

.bonus-item__thumb img {
    width: 100%;
    border-radius: 10px;
}

.bonus-item__head {
    width: calc(100% - 300px);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: 30px;
    box-sizing: border-box;
    position: relative;
}

@media (max-width: 780px) {
    .bonus-item__head {
        padding-top: 40px;
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 780px) and (max-width: 470px) {
    .bonus-item__head {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.bonus-item__head__title {
    display: block;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    color: #2613ad;
    margin-bottom: 25px;
    font-weight: 700;
}

.bonus-item__head p {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 35px;
    padding: 0;
}

.bonus-item__head a {
    width: 175px;
    margin-right: 25px;
    padding: 15px 0px;
    background: linear-gradient(84.26deg, #102397 -29.66%, #187adf 95.58%);
    font-size: 12px;
    font-weight: bold;
    color: white !important;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 100px;
    text-align: center;
    outline: 0;
    display: block;
}

@media (max-width: 470px) {
    .bonus-item__head a {
        margin-right: 0;
    }
}

.bonus-item__head .bonus-button {
    width: 175px;
    padding: 15px 0px;
    background: #102397;
    background: linear-gradient(40deg, #102397 10%, #de2477 100%);
    font-size: 12px;
    font-weight: bold;
    color: white !important;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 100px;
    text-align: center;
    outline: 0;
    display: block;
    cursor: pointer;
    position: relative;
}

@media (max-width: 470px) {
    .bonus-item__head .bonus-button {
        margin-top: 15px;
    }
}

.bonus-item__head .bonus-button::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #7e2486 transparent transparent transparent;
}

.bonus-item__head .bonus-button.open::before {
    bottom: auto;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #7e2486 transparent;
    top: -15px;
}

.bonus-item__head .bonus-button:hover {
    background: linear-gradient(235deg, #102397 10%, #de2477 100%);
}

.bonus-item__content {
    position: relative;
    display: none;
    margin-top: 35px;
    padding-top: 35px;
}

.bonus-item__content.short-content {
    transition: all 0s;
}

.bonus-item__content.short-content::before {
    content: '';
    position: absolute;
    left: -100%;
    width: 1000%;
    height: 2px;
    background: #dbd1ff;
    top: 0;
    transition: all 0s;
}

.turnir-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    padding: 50px 60px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-box-shadow: 0px 9px 26px -2px rgba(87, 87, 87, 0.49);
    -moz-box-shadow: 0px 9px 26px -2px rgba(87, 87, 87, 0.49);
    box-shadow: 0px 9px 26px -2px rgba(87, 87, 87, 0.49);
}

@media (max-width: 768px) {
    .turnir-item {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 25px;
    }
}

.turnir-item:last-child {
    margin-bottom: 50px;
}

.turnir-item__thumb {
    max-width: 333px;
    width: 100%;
    position: relative;
}

@media (max-width: 1250px) {
    .turnir-item__thumb {
        order: 1;
    }
}

.turnir-item__thumb img {
    width: 100%;
    border-radius: 15px;
}

.turnir-item__thumb .go-now {
    position: absolute;
    display: block;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    max-width: 215px;
    width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #1375ed;
    overflow: hidden;
    background: #fcfffe;
    background: linear-gradient(40deg, #fcfffe 10%, #f4f8ff 100%);
    -webkit-box-shadow: 0px 5px 22px -1px rgba(47, 128, 237, 0.32);
    -moz-box-shadow: 0px 5px 22px -1px rgba(47, 128, 237, 0.32);
    box-shadow: 0px 5px 22px -1px rgba(47, 128, 237, 0.32);
}

.turnir-item__thumb .go-now::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/go-now.png");
}

.turnir-item__thumb .go-now:hover:before {
    animation: round 5.3s infinite linear;
}

.turnir-item__head {
    width: calc(100% - 593px);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: 30px;
    box-sizing: border-box;
    position: relative;
}

@media (max-width: 1250px) {
    .turnir-item__head {
        order: 3;
        width: 100%;
        padding-top: 40px;
        align-items: center;
        justify-content: center;
        margin-left: 0;
    }
}

.turnir-item__head__title {
    display: inline-block;
    font-size: 24px;
    color: #2613ad;
    margin-bottom: 25px;
    font-weight: 700;
}

.turnir-item__head p {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 35px;
    padding: 0;
}

.turnir-item__head a {
    width: 175px;
    margin-right: 25px;
    padding: 15px 0px;
    background: linear-gradient(84.26deg, #102397 -29.66%, #187adf 95.58%);
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 100px;
    text-align: center;
    outline: 0;
    display: block;
}

.turnir-item__head .info-date {
    font-size: 12px;
    font-weight: 300;
    color: #07196b;
    margin: auto 40px 15px auto;
}

@media (max-width: 1250px) {
    .turnir-item__head .info-date {
        margin: 15px 50px 15px 0;
    }
}

@media (max-width: 768px) {
    .turnir-item__head .info-date {
        margin: 15px auto;
    }
}

.turnir-item__head .date-block {
    border: 2px solid #187adf;
    border-radius: 100px;
    padding-right: 35px;
    display: flex;
    align-items: center;
    align-self: flex-end;
}

@media (max-width: 768px) {
    .turnir-item__head .date-block {
        flex-direction: column;
        border: none;
        width: 100%;
        padding: 0;
    }
}

.turnir-item__head .date-block .dop-date {
    font-size: 14px;
    font-weight: 700;
    color: #07196b;
}

.turnir-item__head .date-block .dop-date.middle {
    display: inline-block;
    padding: 0 5px;
}

.turnir-item__head .turnir-button {
    width: 175px;
    padding: 15px 0;
    margin-right: 35px;
    background: #102397;
    background: linear-gradient(40deg, #102397 10%, #de2477 100%);
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 100px;
    text-align: center;
    outline: 0;
    display: block;
    cursor: pointer;
    position: relative;
}

.turnir-item__head .turnir-button:hover {
    background: linear-gradient(235deg, #102397 10%, #de2477 100%);
}

@media (max-width: 768px) {
    .turnir-item__head .turnir-button {
        margin: 0 auto 15px;
        display: block;
    }
}

.turnir-item__head.open::after {
    content: '';
    position: absolute;
    left: -100%;
    width: 1000%;
    height: 2px;
    background: #dbd1ff;
    bottom: -45px;
}

.turnir-item__prize {
    width: 100%;
    max-width: 230px;
}

@media (max-width: 1250px) {
    .turnir-item__prize {
        order: 2;
    }
}

@media (max-width: 768px) {
    .turnir-item__prize {
        display: none;
    }
}

.turnir-item__prize .prize-wrap {
    background: url("../img/prize.png") no-repeat;
    background-size: 100%;
    height: 180px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10px;
    align-items: center;
    margin-top: -30px;
}

.turnir-item__prize .prize-wrap .prize-title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #07196b;
    margin-top: auto;
}

.turnir-item__prize .prize-wrap .prize-value {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #d30f4d;
    margin-bottom: auto;
}

.turnir-item__prize .time-wrap {
    margin-top: 20px;
}

.turnir-item__prize .time-wrap p {
    display: flex;
    width: 60%;
    justify-content: space-around;
    margin: 0 auto;
    min-height: 33px;
}

.turnir-item__prize .time-wrap p span {
    font-size: 10px;
    font-weight: 700;
    color: #07196b;
}

.turnir-item__prize .time-wrap > span {
    display: block;
    width: 215px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #d30f4d;
    padding: 0 30px;
    border: 2px solid #187adf;
    border-radius: 100px;
    height: 51px;
    line-height: 46px;
}

.turnir-item__content {
    display: none;
    padding-top: 60px;
    width: 100%;
}

@media (max-width: 1250px) {
    .turnir-item__content {
        order: 4;
    }
}

.turnir-item__content h2 {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    color: #2613ad;
    margin-bottom: 40px;
}

.turnir-item__content .prize-person {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 35px;
}

.turnir-item__content .prize-person span {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    color: #2613ad;
    margin-bottom: 40px;
}

.turnir-item__content .prize-person .prize-place img {
    display: block;
    margin: 0 auto;
}

.turnir-item__content .prize-person .prize-place span {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    font-size: 24px;
    font-weight: 700;
    color: #07196b;
}

.turnir-item__content a {
    width: 175px;
    margin: 0 auto;
    padding: 15px 0px;
    color: #fff !important;
    background: linear-gradient(84.26deg, #102397 -29.66%, #187adf 95.58%);
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 100px;
    text-align: center;
    outline: 0;
    display: block;
}

@keyframes round {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.15) rotate(15deg);
    }
    50% {
        transform: scale(1.3);
    }
    75% {
        transform: scale(1.15) rotate(-15deg);
    }
    100% {
        transform: scale(1);
    }
}

.wrap-top-content {
    background-color: #fff;
    padding: 15px;
    margin: 15px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 38px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 38px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 38px -8px rgba(0, 0, 0, 0.75);
}

.navigation-wrap {
    background-color: #fff;
    padding: 25px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 38px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 38px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 38px -8px rgba(0, 0, 0, 0.75);
    margin-left: 30px;
    width: 100%;
    max-width: 280px;
    text-align: center;
}

@media (max-width: 900px) {
    .navigation-wrap {
        margin-left: 0;
    }
}

.navigation-wrap span {
    font-size: 20px;
    font-weight: 700;
    color: #2613ad;
}

.ctoc-body ul {
    padding: 0;
    margin: 25px 0 0;
    list-style: none;
    text-align: left;
    counter-reset: item;
}

.ctoc-body ul li {
    counter-increment: item;
    position: relative;
    padding-left: 50px;
    margin-bottom: 45px;
}

.ctoc-body ul li::before {
    content: counter(item);
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #1a79ec;
    background: linear-gradient(14deg, #1a79ec 0%, #07dac9 100%);
    border-radius: 50%;
    -webkit-box-shadow: 0px 10px 29px -5px rgba(47, 128, 237, 0.58);
    -moz-box-shadow: 0px 10px 29px -5px rgba(47, 128, 237, 0.58);
    box-shadow: 0px 10px 29px -5px rgba(47, 128, 237, 0.58);
}

.ctoc-body ul li:last-child {
    margin-bottom: 10px;
}

.ctoc-body ul li a {
    font-size: 14px;
    color: #07196b;
    text-decoration: none;
}

.slot-info {
    display: flex;
    background: #f4f3f9;
    background: linear-gradient(180deg, #f4f3f9 0%, #fff 100%);
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 21px -5px #beaef2;
    -moz-box-shadow: 0px 10px 21px -5px #beaef2;
    box-shadow: 0px 10px 21px -5px #beaef2;
    margin-bottom: 20px;
}

.slot-info .characters {
    width: 100%;
}

.slot-info .characters .label {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    margin: 10px 0;
}

.slot-info .characters .characters-block {
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    padding: 10px 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.slot-info .characters .characters-block .char-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    flex: 0 0 40%;
    padding: 10px 0 10px 40px;
    margin: 0 auto 0 0;
    position: relative;
}

.slot-info .characters .characters-block .char-item .option {
    width: 100%;
    text-align: left;
    color: #07196b;
}

.slot-info .characters .characters-block .char-item .val {
    color: #1375ed;
    font-weight: light;
}

.slot-info .characters .characters-block .el-const {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
}

.const-icons {
    display: inline-block;
    width: 19px;
    position: absolute;
    left: 0;
    top: 8px;
    height: 19px;
    background: url("../img/sprite-icons.png") no-repeat;
    vertical-align: middle;
}

.auto-game {
    background-position: -190px -19px;
}

.line {
    background-position: -76px -19px;
}

.bonus-game {
    background-position: -190px 0px;
}

.max-win {
    background-position: -304px 0;
}

.bonus {
    background-position: -152px -19px;
}

.max-tray {
    background-position: -19px -19px;
}

.min-tray {
    background-position: 0 -19px;
}

.number-rounded {
    background-position: -95px -19px;
}

.risk-game {
    background-position: -247px -38px;
}

.skatter {
    background-position: -133px -19px;
}

.column {
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.column-flex {
    display: flex;
    flex-wrap: wrap;
}

.column-flex .headline {
    flex: 0 0 32.5%;
}

@media (max-width: 1024px) {
    .column-flex .headline {
        flex: 0 0 50%;
    }
}

@media (max-width: 700px) {
    .column-flex .headline {
        flex: 0 0 100%;
    }
}

.headline {
    display: flex;
}

.headline__img {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fbfbfb;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0px 10px 26px -5px rgba(47, 128, 237, 0.43);
    -moz-box-shadow: 0px 10px 26px -5px rgba(47, 128, 237, 0.43);
    box-shadow: 0px 10px 26px -5px rgba(47, 128, 237, 0.43);
    transform: translateY(41%);
}

.headline__content {
    width: calc(100% - 80px);
    padding: 0 15px;
}

.headline .ben-title {
    font-size: 14pt;
    padding: 10px 0;
    font-weight: bold;
}

.headline .ben-text {
    padding: 10px 0;
}

[data-regist] {
    cursor: pointer;
}

p iframe {
    max-width: 100%;
}

.frm-wrap {
    max-width: 100%;
}

.promokod {
    background-color: #fff;
    padding: 25px 50px;
    margin: 15px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 38px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 38px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 38px -8px rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: flex-start;
}

@media (max-width: 768px) {
    .promokod {
        flex-wrap: wrap;
        padding: 15px 20px;
    }
}

.promokod__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
}

@media (max-width: 768px) {
    .promokod__left {
        width: 100%;
        align-items: center;
    }
}

.promokod__right {
    width: 20%;
    text-align: center;
    min-width: 220px;
    margin-left: 50px;
}

@media (max-width: 768px) {
    .promokod__right {
        width: 100%;
        margin-left: 0;
    }
}

.promokod--shorttitle {
    font-size: 16px;
    font-weight: 700;
    background: #ff3f3f;
    background: linear-gradient(101deg, #ff3f3f 6%, #b3218f 36%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.promokod--title {
    font-size: 22px;
    color: #000;
    margin: 20px 0 10px 50px;
}

@media (max-width: 768px) {
    .promokod--title {
        margin-left: 0;
    }
}

.promokod--content {
    font-size: 14px;
    color: #000;
    margin-left: 50px;
}

@media (max-width: 768px) {
    .promokod--content {
        margin-left: 0;
    }
}

.promokod--end {
    font-size: 16px;
    color: #969696;
    margin-top: 50px;
}

@media (max-width: 768px) {
    .promokod--end {
        margin: 25px 0;
    }
}

.promokod--checked {
    font-size: 20px;
    font-weight: 700;
    color: #c1c500;
    border: 1px solid #c1c500;
    text-transform: uppercase;
    padding: 5px 3px;
    max-width: 190px;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 auto 35px;
}

.promokod--prev {
    position: relative;
    font-size: 22px;
    color: #000;
    display: block;
    text-align: right;
    padding: 7px 5px;
    background-color: rgba(255, 0, 0, 0.33);
    border: 1px dashed red;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all 0.2s linear;
    cursor: pointer;
}

.promokod--prev::before {
    content: 'ÐÑÐºÑÑÑÑ Ð¿ÑÐ¾Ð¼Ð¾ÐºÐ¾Ð´';
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 20px;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    background-color: #e6151d;
}

.promokod--prev::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 44px;
    background: url("../img/corner_red.png");
    background-size: cover;
}

.promokod--prev:hover::before {
    right: 35px;
}

.promokod--prev:hover:after {
    right: 15px;
}

.promokod-modal-wrap {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1125;
}

.promokod-modal-wrap.open {
    display: flex;
}

.promokod-modal {
    position: relative;
    display: flex;
    align-items: flex-start;
    background-color: #fff;
    padding: 25px;
    margin: 15px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 38px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 38px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 38px -8px rgba(0, 0, 0, 0.75);
}

@media (max-width: 768px) {
    .promokod-modal {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}

.promokod-modal__left {
    width: 20%;
    margin-right: 25px;
    min-width: 190px;
}

@media (max-width: 768px) {
    .promokod-modal__left {
        width: 100%;
    }
}

.promokod-modal__left img {
    width: 180px;
    padding: 10px 25px;
    border-radius: 35px;
    background: #187adf;
    background: linear-gradient(71deg, #187adf 0%, #187adf 100%);
}

@media (max-width: 768px) {
    .promokod-modal__left img {
        display: block;
        margin: 0 auto 15px;
    }
}

.promokod-modal__right {
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .promokod-modal__right {
        width: 100%;
        align-items: center;
    }
}

.promokod-modal__right .promokod--title, .promokod-modal__right .promokod--content {
    margin-left: 0;
}

.promokod-modal__right .promokod--content {
    margin-bottom: 30px;
}

.promokod-modal__right .promokod-text {
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.promokod-modal__right .last-block {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .promokod-modal__right .last-block {
        flex-direction: column;
    }
}

.promokod-modal__right .promokod--prev {
    position: relative;
    font-size: 22px;
    color: #929292;
    display: block;
    text-align: center;
    padding: 7px 5px;
    background: none;
    border: 1px dashed #929292;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all 0.2s linear;
    cursor: text;
    margin-right: 50px;
    min-width: 255px;
    padding-right: 50px;
}

@media (max-width: 768px) {
    .promokod-modal__right .promokod--prev {
        margin-bottom: 15px;
        margin-right: 0;
    }
}

.promokod-modal__right .promokod--prev::before {
    content: initial;
    display: none;
}

.promokod-modal__right .promokod--prev::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 26px;
    height: 24px;
    background: url("../img/knife.png");
    background-size: cover;
}

.promokod-modal__right .btn-promo {
    display: block;
    font-size: 16px;
    height: 43px;
    line-height: 43px;
    text-transform: uppercase;
    color: #fff;
    background: red;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 15px;
    text-align: center;
}

@media (max-width: 768px) {
    .promokod-modal__right .btn-promo {
        width: 100%;
    }
}

.promokod-modal__right .btn-promo:hover {
    filter: brightness(120%);
}

.promokod-modal .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.promokod-modal .close::before, .promokod-modal .close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 22px;
    height: 2px;
    background-color: #929292;
}

.promokod-modal .close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.s-game {
    margin: 0 auto;
    box-sizing: border-box;
}

@media screen and (min-width: 768px) {
    .s-game {
        display: block;
    }
}

.s-game__inner {
    position: relative;
    background-color: #000;
}

.s-game__inner:after {
    content: '';
    display: block;
    padding-top: 75%;
}

.s-game__entry, .s-game__inner iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.s-game__inner iframe {
    border: 0;
    outline: 0;
}

.s-game__img {
    display: block;
    width: 100%;
    height: 100%;
    opacity: .5;
    filter: blur(10px);
}

.s-game__btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 0;
    background-color: transparent;
    background-image: url("../img/play.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: opacity .2s;
    cursor: pointer;
}

.s-game__btn:hover {
    opacity: .8;
}

.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%);
}
.slider_text h1 {
    font-size: 60px;
    max-width: 600px;
}
article {
    padding-top: 30px;
}

article h1 {
    font-size: 45px;
    color: #000;
    margin-top: 30px;
    margin-bottom: 20px;
}

@media (max-width: 850px) {
    article h1 {
        font-size: 32px;
    }
}
article img {
    display: block;
    max-width: 100%;
    border-radius: 14px;
    margin: 30px auto;
}

table {
    border-collapse: collapse;
    margin: 30px 0;
    width: 100%;
}
td, th {
    word-break: break-all;
    text-align: center;
    padding: 5px;
    border: 1px solid #000;
}
article ul, article ol {
    padding-left: 20px;
    margin-bottom: 20px;
}
article p {
    margin-bottom: 20px;
}
h2, h3, h4 {
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 30px;
}