*[data-pid] {
    cursor: pointer;
}

table {
    width: 100%;
}

#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  #customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
    margin: 30px 0;
  }
  
  #customers tr:hover {background-color: #585757;}
  
  #customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
  }

  img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  figure img {
    border-radius: 14px;
    margin: 20px auto;
  }

th {
    background: #fac067;
    color: #130f0f;
    padding: 5px;
    text-align: center;
}

td {
    text-align: left;
    vertical-align: middle;
    padding: 5px;
    margin: 5px;
    color: #ededed;
}

tr:nth-child(even) {
    background: #302d29;
}

#toc_container .ctoc {
    float: left;
    margin: 5px 15px 5px 5px;
    padding: 10px 10px 10px 10px;
    border: 2px solid #fac067;
    border-radius: 10px;
    background: #302d29;
    color: #fff;
}

#toc_container .ctoc a:link {
    color: #ededed;
}

#toc_container .ctoc a:visited {
    color: #ededed;
}

#toc_container .ctoc a:hover {
    color: #fac067;
}

@media (max-width: 500px) {
    #toc_container .ctoc {
        width: 90%;
    }
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-12 {
    width: 100%;
}

.justify-content-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.align-items-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media (min-width: 576px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 1200px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.4;
    font-size: 14px;
    color: white;
    padding-top: 0px;
    position: relative;
    background: #130f0f;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-position: top center;
}

body.single {
    padding-top: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #aa29d5;
    text-decoration: underline;
}

main a:visited {
    color: #66c;
    text-decoration: underline;
}

a:hover,
a:active,
a:focus {
    text-decoration: underline;
    color: #297fd5;
}

main a {
    -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.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

.alignleft {
    float: left;
    padding-right: 20px;
    padding-bottom: 10px;
}

.alignright {
    float: right;
    padding-left: 20px;
    padding-bottom: 10px;
}

.aligncenter {
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
}

ul li,
ol li {
    list-style-position: inside;
    font-size: 16px;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

h2,
h3,
h4,
h5,
h6 {
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    margin: 15px 0;
    line-height: 1.7;
    text-align: left;
}

h1,
.block-content-title {
    color: #fff;
    font-size: 20px;
    margin: 10px 0 15px;
    line-height: 1.7;
    text-transform: uppercase;
    text-align: center;
}

h1,
h2 {
    color: #fdc061;
}

p {
    font-size: 16px;
}

.left-block {
    width: -webkit-calc(50% - 480px);
    width: -moz-calc(50% - 480px);
    width: calc(50% - 480px);
}

.right-block {
    width: -webkit-calc(50% - 480px);
    width: -moz-calc(50% - 480px);
    width: calc(50% - 480px);
}

span.play-cazino-log-btn {
    width: 110px;
    margin: 0 2px 0 0;
    border-radius: 50px 0 0 50px;
    border: 1px solid #fdc061;
    background: #fdc061;
    color: #000;
}

span.play-cazino-log-btn:hover {
    background: #000;
    color: #fdc061;
    border: 1px solid #fdc061;
}

.single .play-now {
    display: block;
    width: 100%;
    margin: 15px auto;
    background: #fb2d2d;
    border-radius: 8px;
    border: 1px solid #fb2d2d;
    color: white;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.single .play-now:hover,
.single .play-now:active,
.single .play-now:focus {
    color: #fb2d2d;
    text-decoration: none;
    background-color: #000;
}

.play-cazino-site-wraper {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.play-cazino-menu-block {
    margin: 20px auto 0px;
    padding: 0px 0px 0px;
    width: 100%;
    max-width: 960px;
    position: relative;
    border-bottom: 1px solid #dfb304;
}

.play-cazino-menu-block ul {
    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-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}

.play-cazino-menu-block ul li {
    position: relative;
}

.play-cazino-menu-block ul li a,
.play-cazino-menu-block ul li span {
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    color: white;
    margin-bottom: -1px;
    border: 1px solid transparent;
    padding: 15px 10px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    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: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.play-cazino-menu-block ul li span {
    border: 1px solid #dfb304;
    background: #dfb304;
    color: black;
}

.play-cazino-menu-block ul li span:hover {
    color: black;
}

.play-cazino-menu-block ul li a:hover,
.play-cazino-menu-block ul li a:focus,
.play-cazino-menu-block ul li a:active {
    color: white;
    border: 1px solid #dfb304;
    border-bottom: 1px solid black;
    text-decoration: none;
}

.play-cazino-menu-block ul li ul {
    position: absolute;
    top: 30px;
    left: 0;
    background: #0b286b;
    display: none;
    padding: 10px 0;
}

.play-cazino-menu-block ul li ul li {
    padding-bottom: 5px;
}

.play-cazino-menu-block ul li ul li:last-child {
    padding-bottom: 0px;
}

.play-cazino-menu-block ul li:hover ul {
    display: block;
}

.play-cazino-header-top-block {
    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: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0px 0px;
}

.play-cazino .breadcrumbs {
    margin: 0;
    padding: 0px 5px 0;
    list-style: none;
}

.play-cazino .breadcrumbs li {
    color: #cb0100;
    padding-right: 5px;
    font-size: 15px;
}

.play-cazino .breadcrumbs li a,
.play-cazino .breadcrumbs li span {
    display: inline-block;
    color: inherit;
    font-size: inherit;
}

.play-cazino .breadcrumbs li a {
    text-decoration: underline;
}

.play-cazino .breadcrumbs li a:hover {
    color: #297fd5;
}

.play-cazino-logo {
    position: relative;
    z-index: 10;
    width: 145px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.play-cazino-top-block {
    width: 100%;
    padding: 0px 0px;
    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: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.play-cazino-right-side {
    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: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 10;
    width: -webkit-calc(100% - 145px);
    width: -moz-calc(100% - 145px);
    width: calc(100% - 145px);
}

.play-cazino-buttons-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    justify-content: flex-end;
}

.play-cazino-reg-btn {
    display: block;
    height: 40px;
    width: 190px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    max-width: 190px;
    border: 1px solid #00e63f;
}

span.play-cazino-reg-btn {
    border: 1px solid #3daa45;
    background: #3daa45;
    width: 165px;
    margin: 0 1.764705882352941% 0 0;
    border-radius: 0 50px 50px 0;
}

span.play-cazino-reg-btn:hover {
    background: #000;
    color: #3daa45;
    border: 1px solid #3daa45;
}

.play-cazino-reg-btn:hover {
    text-decoration: none;
}

.play-cazino-reg-btn:focus,
.play-cazino-reg-btn:active {
    color: white;
    text-decoration: none;
}

.play-cazino-log-btn {
    display: block;
    height: 40px;
    width: 90px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    max-width: 90px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.play-cazino-log-btn:hover {
    color: white;
    text-decoration: none;
}

.play-cazino-log-btn:focus,
.play-cazino-log-btn:active {
    color: white;
    text-decoration: none;
}

.play-cazino-site-container {
    margin-top: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin: 0 -15px;
    padding: 0 15px;
}

.play-cazino .block-content-title+.row {
    margin-top: 0;
}

.play-cazino .serch--block {
    width: 240px;
    max-width: 240px;
    padding: 0 15px;
}

.play-cazino #s {
    width: 100%;
    font-size: 14px;
    padding: 4px 10px;
    text-align: left;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    outline: none;
    background: #232323;
    color: white;
    border: 0;
}

.play-cazino #s::-webkit-input-placeholder,
.play-cazino #s::-webkit-input-placeholder,
.play-cazino #s::-webkit-input-placeholder {
    color: white;
}

.play-cazino #searchform {
    position: relative;
}

.play-cazino #s:focus {
    -webkit-box-shadow: inset 0 0 16px #666;
    box-shadow: inset 0 0 16px #666;
}

.play-cazino #searchsubmit {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    border: none;
    height: 100%;
    background: url(../img/serch.png) transparent;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
}

.play-cazino-block-sedebar {
    margin-bottom: 30px;
    position: relative;
    border: 2px solid #00d7fc;
    max-width: 210px;
    width: 100%;
}

.play-cazino-sidebar-title {
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    background: #326597;
    background: -moz-linear-gradient(top, #326597 0%, #012345 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #326597), color-stop(100%, #012345));
    background: -webkit-linear-gradient(top, #326597 0%, #012345 100%);
    background: -o-linear-gradient(top, #326597 0%, #012345 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#326597), to(#012345));
    background: linear-gradient(to bottom, #326597 0%, #012345 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#326597', endColorstr='#012345', GradientType=0);
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
}

.play-cazino-jek-pot {
    position: absolute;
    left: 1px;
    right: 1px;
    bottom: 1px;
    height: -webkit-calc(100% - 53px);
    height: -moz-calc(100% - 53px);
    height: calc(100% - 53px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-shadow: 1px 0 1px black, 1px 1px 1px black, 0px 1px 1px black;
    color: white;
    font-size: 35px;
}

.play-cazino .bt-block {
    padding-bottom: 30px;
}

.play-cazino .bt-block a.bn-block {
    position: relative;
    color: #ffb100;
    text-decoration: none;
    text-shadow: 1px 0 1px black, 1px 1px 1px black, 0px 1px 1px black;
    text-transform: uppercase;
    font-size: 18px;
}

.play-cazino a.bn-block>span {
    position: absolute;
    left: 1px;
    top: -20px;
    bottom: 1px;
    right: 1px;
    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: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.play-cazino a.bn-block>span span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 30px;
}

.play-cazino .slide-cover {
    width: 100%;
    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: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.play-cazino .slide-cover .slide-img {
    width: 70px;
    height: 60px;
}

.play-cazino .slide-cover .slide-img img,
.play-cazino .slide-cover .slide-img .empty-img {
    width: 70px;
    height: 60px;
    background: #03295c;
    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: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    -o-object-fit: cover;
    object-fit: cover;
}

.play-cazino .slide-right-side {
    width: -webkit-calc(100% - 75px);
    width: -moz-calc(100% - 75px);
    width: calc(100% - 75px);
    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: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.play-cazino .item-data {
    width: 134px;
    padding: 0 15px;
}

.play-cazino .win-block {
    width: 89px;
    text-align: left;
    padding: 0 0px;
    color: #ff0;
    text-transform: uppercase;
    font-size: 12px;
    text-shadow: 1px 0 1px black, 1px 1px 1px black, 0px 1px 1px black;
}

.play-cazino .play-cazino-game-title a {
    color: white;
    text-decoration: none;
}

.play-cazino .nik-name {
    color: #0cf;
    font-size: 12px;
    width: 100%;
    text-transform: uppercase;
    text-align: left;
}

.play-cazino-slider-post-area {
    height: 435px;
    overflow: hidden;
    padding: 0 15px 15px;
    background: #012233;
}

.play-cazino .text-404 {
    text-align: center;
}

.play-cazino-page-wrapper {
    max-width: 960px;
    width: 100%;
}

.play-cazino-main {
    min-height: 500px;
    margin: 0;
    padding: 30px 0px 15px 0px;
    min-height: -webkit-calc(100vh - 134px);
    min-height: -moz-calc(100vh - 134px);
    min-height: calc(100vh - 134px);
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.play-cazino-sidebar-area {
    width: 210px;
    padding-top: 0px;
    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: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.play-cazino-menu-block-sidebar {
    padding-bottom: 28px;
    width: 100%;
}

.play-cazino .sidebar-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 210px;
}

.play-cazino .sidebar-menu li {
    font-size: 14px;
    margin-bottom: 7px;
}

.play-cazino .sidebar-menu li a,
.play-cazino .sidebar-menu li span {
    padding: 6px 10px 5px 30px;
    display: block;
    color: inherit;
    font-size: inherit;
    cursor: pointer;
    text-shadow: 1px 0 1px black, 1px 1px 1px black, 0px 1px 1px black;
    background: #0b286b;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.play-cazino .sidebar-menu li a:focus,
.play-cazino .sidebar-menu li a:active,
.play-cazino .sidebar-menu li a:hover {
    text-decoration: none;
}

.play-cazino .sidebar-menu li li {
    padding-left: 15px;
    list-style: none;
    margin-top: 7px;
}

.play-cazino .sidebar-menu li li a {
    padding-left: 15px;
}

.play-cazino .sidebar-menu a:hover,
.play-cazino .sidebar-menu span:hover {
    background: #0295a2;
    list-style: none;
}

.play-cazino-bn-blok {
    max-width: 213px;
    position: relative;
    margin-bottom: 20px;
}

.play-cazino-bn-blok .detail_button {
    display: block;
    position: absolute;
    background: #0000fc;
    color: white;
    padding: 3px 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
    left: -webkit-calc(50% - 72px);
    left: -moz-calc(50% - 72px);
    left: calc(50% - 72px);
    bottom: 15px;
}

.play-cazino-bn-blok .detail_button:hover {
    background: #121266;
}

.play-cazino-bn-blok .detail_button:hover,
.play-cazino-bn-blok .detail_button:focus,
.play-cazino-bn-blok .detail_button:active {
    color: white;
    text-decoration: none;
}

.play-cazino-bn-blok .bn-titne {
    position: absolute;
    font-size: 24px;
    padding: 15px;
    text-align: left;
    color: white;
    text-shadow: 1px 0 1px black, 1px 1px 1px black, 0px 1px 1px black;
}

.play-cazino-bn-area {
    background-image: url(../img/img_bg.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    background-position: center;
}

.play-cazino-bn-area.bn-404-page {
    background-image: url(../img/404_page.png);
}

.play-cazino-bn-wraper {
    padding: 25px 15px;
    height: 300px;
    position: relative;
}

.play-cazino .bn-text-block {
    color: white;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    max-width: 530px;
    text-shadow: 2px 1px 2px black, -2px 1px 2px black, 2px 2px 2px black, 1px 2px 2px black, 1px -2px 2px black, -2px -2px 2px black;
    line-height: 1.2;
}

.play-cazino .bn-text-block span {
    font-size: 50px;
}

.play-cazino .detail-button {
    height: 55px;
    padding: 0 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 3px solid #280e0d;
    background-color: #fdd73e;
    color: #280e0d;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
    letter-spacing: 1px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    position: absolute;
    bottom: 10px;
    left: 110px;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.65);
    cursor: pointer;
}

.play-cazino .detail-button:hover,
.play-cazino .detail-button:active,
.play-cazino .detail-button:focus {
    border: 3px solid #fdd73e;
    background-color: #280e0d;
    color: #fdd73e;
    text-decoration: none;
}

.play-cazino-slots-area {
    padding: 10px 0px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -15px;
}

.play-cazino .item-category-pre-img {
    width: 210px;
    height: 160px;
}

.play-cazino .item-category-pre-img img {
    width: 210px;
    height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
}

.play-cazino .item-category-pre-img .empty-img {
    width: 210px;
    height: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #03295c;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 35px;
    color: white;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.play-cazino .item-category-pre-img a {
    text-decoration: none;
    color: white;
}

.play-cazino .item-category {
    margin: 0 15px 30px;
    padding: 0px 0px 0px;
    overflow: hidden;
    background: #000;
    position: relative;
}

.play-cazino .item-category .slot-link {
    position: absolute;
    left: 0px;
    top: 0;
    right: 0px;
    bottom: 0;
    padding: 15px;
    opacity: 0;
    -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.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.65);
}

.play-cazino .item-category .slot-link .play-free-mobile {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.play-cazino .item-category .slot-link .play-free {
    width: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    max-width: 100%;
    -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.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

.play-cazino .item-category .slot-link .play-free:hover {
    color: #fdd73e;
    text-decoration: none;
}

.play-cazino .item-category .slot-link .play-many {
    color: #000;
    font-size: 14px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #39b54a;
    border: 1px solid #39b54a;
    display: block;
    height: 30px;
    width: 100%;
    margin: 0 auto;
    line-height: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    max-width: 100%;
    -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.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

.play-cazino .item-category .slot-link .play-many:hover {
    color: white;
    background-color: #000;
    text-decoration: none;
}

.play-cazino .item-category .slot-link .play-red {
    color: #000;
    font-size: 14px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #d90c0f;
    border: 1px solid #d90c0f;
    display: block;
    height: 30px;
    width: 100%;
    margin: 0 auto;
    line-height: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    max-width: 100%;
    -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.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

.play-cazino .item-category .slot-link .play-red:hover {
    color: white;
    background-color: #000;
    text-decoration: none;
}

.btn_download {
    background: #fb2d2d;
    border: 1px solid #fb2d2d;
    border-radius: 20px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 40px;
    text-decoration: none;
}

.btn_download:hover {
    color: #fb2d2d;
    text-decoration: none;
    background-color: #000;
}

@media (max-width: 1024px) {
    .btn_download {
        margin: 10px auto 0px auto;
    }
}

.play-cazino .demo {
    width: 100%;
}

.play-cazino .demo iframe {
    width: 100%;
    min-height: 500px;
    margin-bottom: 10px;
    border: none;
}

.play-cazino .item-category:hover .slot-link {
    opacity: 1;
}

.play-cazino .item-category-title {
    text-align: center;
    padding: 0 0 0px 0;
    overflow: hidden;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.play-cazino .bn-top {
    margin-top: -10px;
    position: relative;
    margin-bottom: 10px;
}

.play-cazino .bn-top .text-block {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 475px;
    text-transform: uppercase;
    font-size: 38px;
    text-shadow: 1px 0 1px black, 1px 1px 1px black, 0px 1px 1px black, -1px -1px 1px black;
}

.play-cazino .bn-top img {
    max-width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}

.play-cazino a.bn-button {
    position: absolute;
    right: 135px;
    bottom: 35px;
    background: #690000;
    background: -moz-linear-gradient(top, #690000 0%, #c00 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #690000), color-stop(100%, #c00));
    background: -webkit-linear-gradient(top, #690000 0%, #c00 100%);
    background: -o-linear-gradient(top, #690000 0%, #c00 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#690000), to(#c00));
    background: linear-gradient(to bottom, #690000 0%, #c00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#690000', endColorstr='#cc0000', GradientType=0);
    display: block;
    height: 50px;
    width: 100%;
    line-height: 50px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24px;
    max-width: 290px;
    text-shadow: 1px 0 1px black, 1px 1px 1px black, 0px 1px 1px black;
    border: 1px solid #c00;
}

.play-cazino a.bn-button:hover {
    background: #c00;
    background: -moz-linear-gradient(top, #c00 0%, #690000 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #c00), color-stop(100%, #690000));
    background: -webkit-linear-gradient(top, #c00 0%, #690000 100%);
    background: -o-linear-gradient(top, #c00 0%, #690000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#c00), to(#690000));
    background: linear-gradient(to bottom, #c00 0%, #690000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0000', endColorstr='#690000', GradientType=0);
    color: white;
    text-decoration: none;
}

.play-cazino .text {
    color: #ededed;
    padding: 15px 0;
    font-size: 14px;
}

.play-cazino .text a {
    color: #aa29d5;
}

.play-cazino .text a:visited {
    color: #66c;
}

.play-cazino .text a:hover {
    color: #297fd5;
}

.play-cazino #true_loadmore {
    margin: 0 auto;
    background: #00359d;
    background: -moz-linear-gradient(top, #00359d 0%, #0065fc 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #00359d), color-stop(100%, #0065fc));
    background: -webkit-linear-gradient(top, #00359d 0%, #0065fc 100%);
    background: -o-linear-gradient(top, #00359d 0%, #0065fc 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#00359d), to(#0065fc));
    background: linear-gradient(to bottom, #00359d 0%, #0065fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00359d', endColorstr='#0065fc', GradientType=0);
    display: inline-block;
    width: 120px;
    height: 34px;
    line-height: 36px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.play-cazino #true_loadmore:hover {
    background: #00359d;
    background: -moz-linear-gradient(top, #00359d 0%, #0065fc 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #00359d), color-stop(100%, #0065fc));
    background: -webkit-linear-gradient(top, #00359d 0%, #0065fc 100%);
    background: -o-linear-gradient(top, #00359d 0%, #0065fc 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#00359d), to(#0065fc));
    background: linear-gradient(to bottom, #00359d 0%, #0065fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00359d', endColorstr='#0065fc', GradientType=0);
    text-decoration: none;
}

.play-cazino .page--404.text>div {
    padding-top: 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-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.play-cazino .title-404 {
    width: 100%;
    height: 100%;
}

.play-cazino-form {
    padding: 15px;
    background: url(../img/img_sidebar.jpg) #012233 no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
}

.play-cazino-form .form-title {
    text-shadow: 1px 0px 0px black, 1px 0px 0px black, 0px 1px 0px black;
    font-size: 26px;
    padding-left: 0px;
    padding-bottom: 85px;
    color: white;
    margin: 0px -10px 0px;
}

.play-cazino-form .form-login {
    cursor: text;
    padding: 5px 10px;
    color: white;
    background: #012233;
    border: 1px solid #9cf;
    margin-bottom: 10px;
}

.play-cazino-form .form-pass {
    cursor: text;
    padding: 5px 10px;
    color: white;
    background: #012233;
    border: 1px solid #9cf;
    margin-bottom: 10px;
}

.play-cazino-form .form-reg-button {
    background: #690000;
    background: -moz-linear-gradient(top, #690000 0%, #c00 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #690000), color-stop(100%, #c00));
    background: -webkit-linear-gradient(top, #690000 0%, #c00 100%);
    background: -o-linear-gradient(top, #690000 0%, #c00 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#690000), to(#c00));
    background: linear-gradient(to bottom, #690000 0%, #c00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#690000', endColorstr='#cc0000', GradientType=0);
    display: block;
    height: 35px;
    width: 100%;
    margin: 0 auto;
    line-height: 35px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    max-width: 100%;
    text-shadow: 1px 0 1px black, 1px 1px 1px black, 0px 1px 1px black;
    border: 1px solid #c00;
    cursor: pointer;
}

.play-cazino-form .form-reg-button:hover {
    background: #c00;
    background: -moz-linear-gradient(top, #c00 0%, #690000 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #c00), color-stop(100%, #690000));
    background: -webkit-linear-gradient(top, #c00 0%, #690000 100%);
    background: -o-linear-gradient(top, #c00 0%, #690000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#c00), to(#690000));
    background: linear-gradient(to bottom, #c00 0%, #690000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0000', endColorstr='#690000', GradientType=0);
    color: white;
    text-decoration: none;
}

.play-cazino-form .form-log-button {
    display: block;
    height: 35px;
    width: 100%;
    line-height: 35px;
    text-align: center;
    color: #fff;
    margin: 0 auto 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    max-width: 100%;
    text-shadow: 1px 0 1px black, 1px 1px 1px black, 0px 1px 1px black;
    border: 1px solid #69f;
    background: #0065fc;
    background: -moz-linear-gradient(top, #0065fc 0%, #00359d 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #0065fc), color-stop(100%, #00359d));
    background: -webkit-linear-gradient(top, #0065fc 0%, #00359d 100%);
    background: -o-linear-gradient(top, #0065fc 0%, #00359d 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#0065fc), to(#00359d));
    background: linear-gradient(to bottom, #0065fc 0%, #00359d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0065fc', endColorstr='#00359d', GradientType=0);
    cursor: pointer;
}

.play-cazino-form .form-log-button:hover {
    background: #00359d;
    background: -moz-linear-gradient(top, #00359d 0%, #0065fc 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #00359d), color-stop(100%, #0065fc));
    background: -webkit-linear-gradient(top, #00359d 0%, #0065fc 100%);
    background: -o-linear-gradient(top, #00359d 0%, #0065fc 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#00359d), to(#0065fc));
    background: linear-gradient(to bottom, #00359d 0%, #0065fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00359d', endColorstr='#0065fc', GradientType=0);
    color: white;
    text-decoration: none;
}

.play-cazino .jek-pot-block {
    padding: 5px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    right: 35px;
    top: 35px;
    width: 210px;
    text-align: center;
}

.play-cazino-players-win-title {
    background: #326597;
    background: -moz-linear-gradient(top, #326597 0%, #012345 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #326597), color-stop(100%, #012345));
    background: -webkit-linear-gradient(top, #326597 0%, #012345 100%);
    background: -o-linear-gradient(top, #326597 0%, #012345 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#326597), to(#012345));
    background: linear-gradient(to bottom, #326597 0%, #012345 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#326597', endColorstr='#012345', GradientType=0);
    padding: 10px 15px;
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center;
    text-shadow: 1px 0 1px black, 1px 1px 1px black, 0px 1px 1px black;
    border-bottom: 1px solid #00d7fc;
}

.play-cazino-slider-post {
    margin: 0 0 5px;
    padding: 0;
    list-style: none;
    position: relative;
}

.play-cazino-resent-win {
    width: 100%;
    max-width: 210px;
    border: 2px solid #00d7fc;
    margin-bottom: 15px;
    background: #012233;
    padding-bottom: 5px;
}

.play-cazino-item-slider-top {
    border: 1px solid #016685;
    margin-bottom: 10px;
    background: #01141f;
    padding: 5px;
    height: 77px;
}

.play-cazino .title-404 h1 {
    padding-left: 0;
    margin: 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 100px;
    line-height: 1;
    padding-bottom: 20px;
    color: white;
}

.play-cazino-soc-icon {
    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: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
    width: initial;
}

.play-cazino .soc-icon-item {
    text-decoration: none;
    width: 22px;
    margin: 0 2px;
    height: 22px;
    background-image: url(../img/social-media-icons.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    -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.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

.play-cazino .item-vk {
    background-position: -24px 0px;
}

.play-cazino .item-google {
    background-position: 0px 0px;
}

.play-cazino .item-ma {
    background-position: -48px 0px;
}

.play-cazino .item-fb {
    background-position: -71px 0px;
}

.play-cazino .item-ya {
    background-position: -95px 0px;
}

.play-cazino .item-ok {
    background-position: -118px 0px;
}

.play-cazino .item-vk:hover {
    background-position: -24px -24px;
}

.play-cazino .item-google:hover {
    background-position: 0px -24px;
}

.play-cazino .item-ma:hover {
    background-position: -48px -24px;
}

.play-cazino .item-fb:hover {
    background-position: -71px -24px;
}

.play-cazino .item-ya:hover {
    background-position: -95px -24px;
}

.play-cazino .item-ok:hover {
    background-position: -118px -24px;
}

.play-cazino-content-area {
    width: 100%;
}

.play-cazino-content-area ol,
.play-cazino-content-area ul {
    margin-left: 20px;
    margin-bottom: 14px;
}

.play-cazino-dsp-blokc {
    display: block;
}

.play-cazino-game-title {
    max-width: 89px;
    font-size: 14px;
    width: 100%;
    text-align: left;
    max-height: 35px;
    overflow: hidden;
}

.play-cazino .item-category.mobile-slots .slot-link {
    opacity: 1;
    min-height: 50px;
    bottom: initial;
}

.play-cazino-copyright-footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 14px;
    color: grey;
}

.play-cazino-footer {
    text-align: center;
}

.play-cazino-bottom-menu {
    background: #302d28;
    padding: 13px 0;
}

.play-cazino-footer-menu {
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
}

.play-cazino-footer-menu ul {
    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-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    list-style: none;
    margin: 0;
    padding: 0;
}

.play-cazino-footer-menu ul li {
    position: relative;
}

.play-cazino-footer-menu ul li a,
.play-cazino-footer-menu ul li span {
    text-transform: uppercase;
    font-size: 16px;
    color: #fdc061;
    padding: 6px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    -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: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.play-cazino-footer-menu ul li a:hover,
.play-cazino-footer-menu ul li a:focus,
.play-cazino-footer-menu ul li a:active,
.play-cazino-footer-menu ul li span {
    color: white;
    text-decoration: none;
}

.play-cazino-foote-cover {
    max-width: 960px;
    margin: 0 -15px;
    padding: 5px 15px 0;
    position: relative;
}

.play-cazino .page_404_title_content {
    display: none;
}

.play-cazino .cover-table {
    max-width: 100%;
    overflow: auto;
}

.play-cazino .menu-close-button {
    display: none;
}

.play-cazino .adapt-menu-icon {
    display: none;
}

.play-cazino .media-mob {
    display: none;
}

.play-cazino-logos-pay {
    text-align: center;
    padding: 15px 0 10px 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: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.play-cazino-logos-pay div {
    margin: 0 2px;
    display: inline-block;
    background-image: url(../img/pay.png);
    background-repeat: no-repeat;
    -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.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    position: relative;
}

.play-cazino-logos-pay div:hover:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.15);
}

.play-cazino-logos-payments {
    text-align: center;
    padding: 15px 0 0 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: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.play-cazino-logos-payments div {
    margin: 0 2px;
    display: inline-block;
    background-image: url(../img/pay_2.png);
    background-repeat: no-repeat;
    -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.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    position: relative;
}

.play-cazino-logos-payments div:hover:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.15);
}

.play-cazino-wisa {
    height: 34px;
    width: 85px;
    background-position: 13px 0px;
}

.play-cazino-maestro {
    height: 34px;
    width: 85px;
    background-position: -95px 0px;
}

.play-cazino-mastercars {
    height: 34px;
    width: 85px;
    background-position: -205px 0px;
}

.play-cazino-mastercard-secure-code {
    height: 34px;
    width: 105px;
    background-position: -305px 0px;
}

.play-cazino-web-money {
    height: 40px;
    width: 80px;
    background-position: -162px 0px;
}

.play-cazino-yandex {
    height: 40px;
    width: 80px;
    background-position: -76px 0px;
}

.play-cazino-visa {
    height: 40px;
    width: 85px;
    background-position: -353px 0px;
}

.play-cazino-privat {
    height: 40px;
    width: 100px;
    background-position: -247px 0px;
}

.play-cazino-mail-ru {
    height: 40px;
    width: 115px;
    background-position: -560px 0px;
}

.play-cazino-liq-pay {
    height: 40px;
    width: 105px;
    background-position: -678px 0px;
}

.play-cazino-moneta {
    height: 34px;
    width: 85px;
    background-position: -490px 0px;
}

.play-cazino-ii {
    height: 34px;
    width: 50px;
    background-position: -585px 0px;
}

.play-cazino-alfa-bank {
    height: 40px;
    width: 45px;
    background-position: -438px 0px;
}

.play-cazino-rbk-money {
    height: 40px;
    width: 70px;
    background-position: -487px 0px;
}

.play-cazino-qiwi {
    height: 40px;
    width: 72px;
    background-position: 0px 0px;
}

.play-cazino-intercasa {
    height: 34px;
    width: 85px;
    background-position: -842px 0px;
}

@media screen and (max-width: 959px) {
    .play-cazino .adapt-menu-icon {
        display: block;
    }

    .play-cazino-menu-block ul.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);
        left: -100%;
        top: 137px;
        padding: 45px;
        overflow: hidden;
        max-width: -webkit-calc(100% - 0px);
        max-width: -moz-calc(100% - 0px);
        max-width: calc(100% - 0px);
        width: 100%;
        max-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: #695919;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .play-cazino-menu-block ul.menu .menu-close-button {
        display: block;
        background-color: transparent;
        position: absolute;
        right: 0px;
        top: 0px;
        height: 50px;
        width: 50px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .play-cazino-menu-block ul.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;
        -webkit-transition: 0.7s;
        -o-transition: 0.7s;
        -moz-transition: 0.7s;
        transition: 0.7s;
        display: block;
        height: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background: white;
        position: absolute;
        top: 0;
        left: 5px;
        right: 5px;
    }

    .play-cazino-menu-block ul.menu .menu-close-button .line-white-menu:first-child {
        top: -webkit-calc(25% - 3px);
        top: -moz-calc(25% - 3px);
        top: calc(25% - 3px);
    }

    .play-cazino-menu-block ul.menu .menu-close-button .line-white-menu:nth-child(2) {
        top: -webkit-calc(50% - 3px);
        top: -moz-calc(50% - 3px);
        top: calc(50% - 3px);
    }

    .play-cazino-menu-block ul.menu .menu-close-button .line-white-menu:last-child {
        top: -webkit-calc(75% - 3px);
        top: -moz-calc(75% - 3px);
        top: calc(75% - 3px);
    }

    .play-cazino-menu-block ul.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(50% - 3px);
        top: -moz-calc(50% - 3px);
        top: calc(50% - 3px);
    }

    .play-cazino-menu-block ul.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(50% - 3px);
        top: -moz-calc(50% - 3px);
        top: calc(50% - 3px);
    }

    .play-cazino-menu-block ul.menu.showmenu .line-white-menu {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    .play-cazino-menu-block ul.menu>li>a>span.link-text {
        width: auto;
    }

    .play-cazino-menu-block ul.menu.showmenu {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        overflow: auto;
    }

    .play-cazino-menu-block .icon-menu-bg {
        opacity: 0;
        -webkit-transition: 0.5s opacity;
        -o-transition: 0.5s opacity;
        -moz-transition: 0.5s opacity;
        transition: 0.5s opacity;
    }

    .play-cazino-menu-block .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);
    }

    .play-cazino-menu-block .show-menu-icon {
        display: block;
        width: 49px;
        height: 49px;
        margin: 0 auto;
        padding: 0;
    }

    .play-cazino-menu-block ul.menu li {
        width: 100%;
        text-align: center;
        background-color: transparent;
        height: auto;
        line-height: 1.0;
        padding: 0;
    }

    .play-cazino-menu-block ul.menu li a:after,
    .play-cazino-menu-block ul.menu li span:after {
        display: none;
    }

    .play-cazino-header .play-cazino-menu-block ul.menu li ul {
        padding: 0;
    }

    .play-cazino-menu-block ul.menu li .sub-menu {
        display: block;
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-bottom: 0;
        width: auto;
        background: transparent;
    }

    .play-cazino-menu-block ul.menu li a,
    .play-cazino-menu-block ul.menu li span {
        padding: 10px 10px;
        min-height: initial;
        font-size: 16px;
        cursor: pointer;
        line-height: 1.4;
    }

    .play-cazino-menu-block ul.menu li span {
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .play-cazino-menu-block .adapt-menu-icon {
        position: absolute;
        left: 15px;
        top: 75px;
        width: 55px;
        height: 50px;
        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;
    }

    .play-cazino-menu-block .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;
        -webkit-transition: .7s;
        -o-transition: .7s;
        -moz-transition: .7s;
        transition: .7s;
        display: block;
        height: 6px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        position: absolute;
        top: 0;
        background: white;
        left: 5px;
        right: 5px;
    }

    .play-cazino-menu-block .adapt-menu-icon .line-white-menu:first-child {
        top: -webkit-calc(20% - 3px);
        top: -moz-calc(20% - 3px);
        top: calc(20% - 3px);
    }

    .play-cazino-menu-block .adapt-menu-icon .line-white-menu:nth-child(2) {
        top: -webkit-calc(50% - 3px);
        top: -moz-calc(50% - 3px);
        top: calc(50% - 3px);
    }

    .play-cazino-menu-block .adapt-menu-icon .line-white-menu:last-child {
        top: -webkit-calc(80% - 3px);
        top: -moz-calc(80% - 3px);
        top: calc(80% - 3px);
    }
}

@media screen and (max-width: 959px) {
    .play-cazino-page-wrapper .slider-wrapper {
        display: none;
    }

    .play-cazino-footer-menu {
        height: auto;
    }

    .play-cazino-block-sedebar {
        width: 100%;
    }

    .play-cazino .page_404_title_content {
        padding-left: 0;
        margin: 0;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 70px;
        line-height: 1;
        padding: 20px 0;
        color: #dfb304;
    }

    .play-cazino .first-block {
        width: 170px;
    }

    .play-cazino-bn-area {
        display: none;
    }

    .play-cazino-form {
        background-position: left;
        -webkit-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        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: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 40px 0;
        padding-left: 215px;
        background-color: #000912;
    }

    .play-cazino-header {
        padding-bottom: 15px;
    }

    .play-cazino-form .form-title {
        padding-bottom: 25px;
    }

    .play-cazino .second-block {
        width: 170px;
        padding-bottom: 10px;
    }

    .play-cazino-block-sedebar {
        width: 100%;
        max-width: initial;
    }

    .play-cazino-sidebar-area {
        width: 100%;
    }

    .play-cazino .bn-top {
        display: none;
    }

    .play-cazino-resent-win {
        display: none;
    }

    .play-cazino-menu-block {
        padding: 0;
        margin: initial;
        position: static;
        height: initial;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        background: transparent;
    }

    .play-cazino .title-404 {
        width: 100%;
        padding: 20px 0;
    }

    .play-cazino .text-404 {
        width: 100%;
        padding: 30px 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .play-cazino-top-block {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .play-cazino-right-side {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .play-cazino-main {
        padding-top: 15px;
        min-height: initial;
    }

    .play-cazino-soc-icon {
        margin: 15px 8px;
        padding: 5px 0;
    }

    .play-cazino-buttons-block {
        padding: 20px 0 0;
        width: 100%;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .play-cazino-site-container {
        margin-top: 0;
    }

    .play-cazino .item-category {
        margin: 0 15px 20px;
    }

    .play-cazino-content-area {
        width: 100%;
        padding-right: 0px;
    }

    .play-cazino-menu-block-sidebar-linkl {
        width: 213px;
        padding: 0 7px 35px;
    }

    .play-cazino-menu-block-sidebar {
        padding: 0 7px 28px;
        width: 213px;
    }

    .play-cazino-bn-blok {
        padding: 0 7px 0px;
    }
}

@media screen and (max-width: 719px) {
    .play-cazino-foote-cover .footer-menu-block ul li {
        width: 100%;
    }

    .play-cazino-block-sedebar {
        display: none;
    }

    .play-cazino-footer-menu ul li {
        width: 100%;
    }

    .play-cazino-right-side {
        max-width: initial;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .play-cazino-soc-icon {
        width: 100%;
        margin: 15px 0;
    }

    .play-cazino .serch--block {
        padding: 0;
        width: 100%;
    }

    .play-cazino-log-btn {
        width: 100%;
        margin: 5px 0;
        font-size: 16px;
    }

    .play-cazino-buttons-block {
        width: 100%;
        padding: 10px 0px 0 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .play-cazino-menu-block ul.menu {
        top: 0px;
    }

    .play-cazino-top-block {
        padding: 0;
        padding-bottom: 60px;
        height: initial;
    }

    .play-cazino-menu-block .adapt-menu-icon {
        top: 215px;
    }

    .play-cazino-header:after {
        height: 295px;
    }
}

body.OverflowHiden {
    overflow: hidden;
}

@media screen and (max-width: 959px) {
    body {
        padding: 0 0px;
    }
}

@media screen and (max-width: 719px) {
    body {
        padding: 0px;
    }

    .single .play-now {
        line-height: 1.5;
        height: auto;
        padding: 15px;
        font-size: 24px;
    }
}

@media screen and (max-width: 460px) {
    .play-cazino-logo {
        width: 100%;
    }

    .play-cazino-right-side {
        width: 100%;
    }

    .play-cazino-buttons-block {
        margin-top: 20px;
    }
}

.bx-wrapper {
    position: relative;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bxslider {
    margin: 0;
    padding: 0;
}

ul.bxslider {
    list-style: none;
}

.bx-viewport {
    -webkit-transform: translatez(0);
}

.slot-slider {
    max-height: 69px;
    overflow: hidden;
    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;
    width: 690px;
}

.slider-wrapper {
    margin: 0px 0 0;
    padding: 15px 30px 5px;
    max-width: 100% !important;
    background: rgba(0, 0, 0, 0.55);
    border-bottom: 1px solid #0c3d50;
    height: 115px;
    overflow: hidden;
    position: relative;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url('../img/ajax-loader.gif') center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}

.bx-wrapper .bx-prev {
    left: -14px;
    background: url(../img/arrows.png) no-repeat 0px 0px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
    background-position: 0 -21px;
}

.bx-wrapper .bx-next {
    right: -225px;
    background: url(../img/arrows.png) no-repeat -12px 0px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
    background-position: -12px -21px;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: -webkit-calc(50% - 7px);
    top: -moz-calc(50% - 7px);
    top: calc(50% - 7px);
    outline: 0;
    width: 11px;
    height: 14px;
    text-indent: -9999px;
    z-index: 5;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

.content-btn {
    background: #00961b;
    background: -moz-linear-gradient(top, #00961b 0%, #006e02 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #00961b), color-stop(100%, #006e02));
    background: -webkit-linear-gradient(top, #00961b 0%, #006e02 100%);
    background: -o-linear-gradient(top, #00961b 0%, #006e02 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#00961b), to(#006e02));
    background: linear-gradient(to bottom, #00961b 0%, #006e02 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00961b', endColorstr='#006e02', GradientType=0);
    display: block;
    height: 40px;
    width: 190px;
    margin: 0 5px 0 0;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    max-width: 190px;
    border: 1px solid #00e63f;
    transition: all 0.3s;
}

.href-lang {
    margin-left: 10px;
}

@media (max-width: 1024px) {
    .href-lang {
        margin-left: 0;
        margin-top: 5px;
    }
}

.href-lang * {
    box-sizing: border-box;
}

.href-lang .list_hreflangs {
    position: relative;
    display: inline-block;
    width: 64px;
    height: 40px;
    background: #302d28;
    border-radius: 24px;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 215;
}

.href-lang .list_hreflangs a {
    position: absolute;
    right: 0;
    top: 100%;
    width: 64px;
    padding: 8px 5px;
    background: #302d28;
    border-radius: 5px;
    z-index: 5;
    box-shadow: 0 0 2px 0 #fff;
    display: none;
}

.href-lang .list_hreflangs a img {
    display: block;
    margin: 0 auto;
}

.href-lang .list_hreflangs span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px 12px;
}

.href-lang .list_hreflangs span:after {
    position: absolute;
    top: 18px;
    right: 15px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #797979 transparent transparent transparent;
}

.href-lang .list_hreflangs span img {
    display: block;
}

.content-btn:hover {
    transition: all 0.3s;
    background: #006e02;
    background: -moz-linear-gradient(top, #006e02 0%, #00961b 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #006e02), color-stop(100%, #00961b));
    background: -webkit-linear-gradient(top, #006e02 0%, #00961b 100%);
    background: -o-linear-gradient(top, #006e02 0%, #00961b 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#006e02), to(#00961b));
    background: linear-gradient(to bottom, #006e02 0%, #00961b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006e02', endColorstr='#00961b', GradientType=0);
    color: #fff !important;
    text-decoration: none;
}

ol.crumbs {
    padding: 0px;
}

ol.crumbs a {
    color: #fff;
    text-decoration: none;
}

ol.crumbs a:hover {
    color: red;
}

ol.crumbs li {
    display: inline-block;
    list-style-type: none;
    padding: 0px 3px;
    margin: 0px;
}

.crumbs__curr {
    color: red;
}

.h-col {
    position: fixed;
    align-items: center;
    display: flex;
    min-height: 70px;
    top: 0;
    left: 0;
    width: 100%;
    background: #130f0f;
    z-index: 210;
}

.play-cazino.play-cazino-site-wraper.header {
    background: #130f0f;
    z-index: 5;
}

@media (max-width: 1024px) {
    .play-cazino.play-cazino-site-wraper.header {
        position: relative;
    }

    .menus-col.fix {
        position: initial !important;
    }
}

body {
    margin-top: 109px;
}

@media (max-width: 980px) {
    body {
        margin-top: 215px;
    }
}

@media (max-width: 414px) {

    img.alignleft,
    img.alignright {
        float: none;
        display: block;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }
}

.frame-wrap {
    position: relative;
    padding-bottom: 75%;
}

.s-game__img {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.8;
}

.frame-wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

#play-game {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #00961b;
    background: linear-gradient(to bottom, #00961b 0%, #006e02 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00961b', endColorstr='#006e02', GradientType=0);
    display: block;
    height: 40px;
    width: 190px;
    margin: 0 5px 0 0;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    max-width: 190px;
    border: 1px solid #00e63f;
    cursor: pointer;
}

#play-game:hover {
    filter: brightness(120%);
}

.up_button {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 10%;
    bottom: 10%;
    z-index: 111;
}

.menus-col {
    background: #302d28;
}

.menus-col.fix {
    position: fixed;
    left: 0;
    width: 100%;
    top: 70px;
    z-index: 200;
}

.menus-col .play-cazino-site-wraper {
    padding: 0px;
}

ul#menu-first-menu,
ul#menu-top-menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

ul#menu-first-menu li,
ul#menu-top-menu li {
    text-align: center;
    border-right: 1px solid #000;
    display: inline-block;
}

ul#menu-first-menu li:last-child,
ul#menu-top-menu li:last-child {
    border: none;
}

ul#menu-first-menu li a,
ul#menu-top-menu li a {
    display: block;
    padding: 10px 25px;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    color: #fdc061;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .1s ease-in-out;
    font-size: 14px;
}

ul#menu-first-menu li a:hover,
ul#menu-top-menu li a:hover {
    transition: all .1s ease-in-out;
    background: rgba(253, 192, 97, 0.1);
}

ul#menu-first-menu li span,
ul#menu-top-menu li span {
    background: #fdc061;
    pointer-events: none;
    display: block;
    padding: 10px 25px;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .1s ease-in-out;
    font-size: 14px;
}

.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;
}

@media screen and (max-width: 1024px) {
    .menus-col.sec {
        position: relative;
        margin-top: 125px;
    }

    nav.top .top-menu-first {
        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: 9999;
        -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: #130f0f;
        -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 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: 18px;
        width: 100%;
        text-transform: uppercase;
        text-decoration: none;
        display: block;
        box-sizing: border-box;
    }

    body .adapt-menu-icon {
        position: absolute;
        left: 20px;
        top: 0px;
        width: 70px;
        height: 60px;
        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: 6px;
        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%);
    }
}

@media (max-width: 1024px) {
    body .play-cazino .adapt-menu-icon {
        top: -10px;
        right: 0px;
        left: initial;
        z-index: 999;
        display: block;
        position: absolute;
    }

    .href-lang {
        position: absolute;
        top: 90px;
        left: 0px;
        z-index: 999;
    }

    .play-cazino .serch--block {
        padding-right: 0;
        display: none;
    }

    .menu_row {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 100%;
        margin-top: 20px;
    }

    body {
        margin-top: 82px;
    }

    .play-cazino-top-block {
        flex-direction: row;
        margin-top: 15px;
        align-items: center;
    }

    .play-cazino-right-side {
        flex-direction: column;
        margin-top: 0px;
    }

    .play-cazino-buttons-block {
        justify-content: center;
        padding: 0;
    }

    span.play-cazino-reg-btn {
        margin: 0;
    }
}

.paylines {
    padding: 0px 0 35px;
}

ul.payline-list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: space-between;
}

ul.payline-list li {
    list-style-type: none;
    display: inline-block;
}

ul.payline-list li img {
    width: initial;
    max-width: 100%;
    height: auto;
    opacity: .5;
}

ul.payline-list li:hover img {
    opacity: 1;
}

ul.payline-list li.pay-item svg {
    width: initial;
    max-width: 100px;
    height: 40px;
}

.foter-icons-group {
    background: #13100e;
}

.provider-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0 0;
}

.provider-list .provider-list__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    width: initial;
    height: 80px;
    max-width: 110px;
    margin: 10px;
}

.provider-list .provider-list__item img {
    width: 100%;
    opacity: .6;
}

.provider-list .provider-list__item:hover img {
    opacity: 1;
}

.icons-foot {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.icons-foot li {
    list-style-type: none;
    width: initial;
}

.icons-foot li img {
    max-height: 60px;
    margin: 10px;
    opacity: .6;
}

.icons-foot li:hover img {
    opacity: 1;
}

@media (max-width: 768px) {
    ul.payline-list {
        justify-content: center;
    }

    ul.payline-list li {
        margin: 10px;
    }

    .provider-list {
        justify-content: center;
    }
}

.slot-info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    width: 100%;
    margin-bottom: 25px;
    box-sizing: border-box;
    padding: 20px;
    background-color: #000;
    border: 1px solid #302d28;
    justify-content: space-between;
}

.slot-info .info-title {
    display: block;
    padding: 0px 0 10px;
    font-size: 22px;
    color: #fcc061;
    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;
}

.slot-info ul.characteristic li span.bold {
    padding-left: 10px;
}

.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-slider>.tns-item img {
    width: 350px;
    height: initial;
    min-height: 259px;
}

.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);
}

.how-start-step__wrap p {
    margin-bottom: 15px;
    text-align: justify;
    line-height: 1.5;
}

.how-start-step__wrap ul,
.how-start-step__wrap ol {
    width: 100%;
    left: 0;
}

.how-start-step__wrap ul li,
.how-start-step__wrap ol li {
    margin-left: 0;
    font-size: 16px;
    width: 85%;
}

span.page-title.how-start {
    position: relative;
    padding-left: 0px;
    display: block;
    font-size: 18px;
    border: 0;
}

.how-start-step__item {
    margin-bottom: 10px;
}

.how-start-step__item-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 5px 20px;
    height: initial;
    background: transparent;
    border: 1px solid #302d28;
    border-radius: 9px;
    cursor: pointer;
    margin-bottom: 10px;
    line-height: 1.4;
}

.how-start-step__item-btn:hover {
    background: #302d28;
}

.how-start-step__item-btn h3 {
    display: block;
    width: 100%;
}

.how-start-step__item-btn p {
    margin-bottom: 0;
}

.how-do-it-title {
    width: 75%;
}

.how-do-it-text {
    width: 25%;
    text-align: right;
}

.how-start-step__item-content {
    text-align: justify;
    display: none;
}

.how-start-step__item-content p {
    margin-bottom: 10px;
}

ol.commentlist {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ol.commentlist h3 {
    margin-bottom: 27px;
}

ol.commentlist li {
    border-bottom: 1px solid #4d3a1d;
    padding: 20px 0 28px;
    list-style-type: none;
}

ol.commentlist li:first-child {
    border-top: 1px solid rgba(253, 192, 97, 0.35);
}

ol.commentlist li p {
    margin-bottom: 0;
}

ol.commentlist .comment__wrap {
    display: flex;
}

ol.commentlist .icon {
    flex: 0 0 74px;
    height: 74px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin-right: 20px;
}

ol.commentlist .author {
    font-size: 18px;
    font-weight: bold;
    font-style: normal !important;
    color: #fff;
    margin-bottom: 5px;
}

ol.commentlist .date {
    color: #fff;
    font-size: 12px;
    opacity: 0.7;
    margin-bottom: 15px;
}

ol.commentlist .comment-text {
    font-size: 18px;
    line-height: 28px;
    color: #646a71;
}

#reply-title {
    margin-bottom: 25px;
    font-size: 18px;
}

.comment-form {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
}

.comment-form screen and (max-width: 768px) {
    margin-bottom: 35px;
}

.comment-form label {
    display: block;
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
}

.comment-form input[type=text] {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    padding: 10px 20px;
    width: 100%;
    background: transparent;
    border: 1px solid #fcc061;
    outline: none;
    color: #fff;
}

.comment-form textarea {
    width: 100%;
    min-height: 270px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    padding: 10px 20px;
    margin-bottom: 20px;
    resize: none;
    background: transparent;
    outline: none;
    border: 1px solid #fcc061;
    color: #fff;
}

.comment-form ::-webkit-input-placeholder {
    color: #fff;
}

.comment-form ::-moz-placeholder {
    color: #fff;
}

.comment-form :-ms-input-placeholder {
    color: #fff;
}

.comment-form :-moz-placeholder {
    color: #fff;
}

.comment-form-author,
.comment-form-email {
    width: 48%;
    margin-bottom: 25px;
}

@media screen and (max-width: 768px) {

    .comment-form-author,
    .comment-form-email {
        width: 100%;
    }
}

.comment-form-author {
    padding-right: 20px;
}

@media screen and (max-width: 768px) {
    .comment-form-author {
        padding-right: 0;
    }
}

.comment-form-comment,
.comment-form .form-submit {
    width: 100%;
}

.comment-form .form-submit {
    text-align: right;
}

.comment-form .form-submit .btn__green {
    margin: 0 auto;
    background: #3daa45;
    color: #fff;
    text-transform: capitalize;
    display: block;
    height: 40px;
    width: 190px;
    line-height: 37px;
    text-align: center;
    -webkit-border-radius: 5px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    max-width: 190px;
    border: 1px solid #00e63f;
}

.comment-form .form-submit .btn__green:hover {
    background: #000;
    color: #3daa45;
    border: 1px solid #3daa45;
}

@media (max-width: 768px) {
    body .adapt-menu-icon {
        right: 15px;
    }

    .slot-info {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .slot-info .info-table {
        width: 100%;
    }

    .slot-info .slide-scrins {
        width: 100%;
        margin-top: 50px;
    }

    .play-cazino-top-block {
        padding-bottom: 0px;
        align-items: center;
    }

    .play-cazino-main {
        margin-top: 60px;
    }

    .play-cazino .serch--block {
        padding: 0;
    }
}

.apps {
    background: #302d29;
    border-radius: 9px;
    padding: 20px 0 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
    border: 2px solid #fac067;
    color: #fff;
}

@media (max-width: 600px) {
    .apps {
        flex-direction: column;
    }
}

.apps table {
    display: flex;
}

.apps tbody {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media (max-width: 600px) {
    .apps tbody {
        flex-direction: column;
        margin: 0 auto;
    }
}

.apps tr {
    display: flex;
    width: 40%;
    margin-left: 20px;
    justify-content: space-between;
    color: #192354;
    font-size: 12px;
    line-height: 22px;
    position: relative;
    background: transparent;
}

.apps tr td {
    color: #000;
    background: #302d29;
    color: #fff;
    overflow: hidden;
    z-index: 1;
    padding: 2px;
    width: 50%;
    display: inline-block;
    margin: 0;
}

.apps tr td:first-child {
    font-weight: normal;
}

.apps tr td:nth-child(2) {
    font-weight: bold;
    text-align: right;
}

.apps tr:nth-of-type(1) {
    order: 1;
}

.apps tr:nth-of-type(2) {
    order: 3;
}

.apps tr:nth-of-type(3) {
    order: 4;
}

.apps tr:nth-of-type(4) {
    order: 2;
}

.apps tr:nth-of-type(5) {
    order: 3;
}

.apps tr:nth-of-type(6) {
    order: 5;
}

@media (max-width: 600px) {
    .apps tr {
        width: 240px;
        margin: 0 auto;
        order: 1 !important;
    }
}

.apps .app__head {
    width: 35%;
}

@media (max-width: 1130px) {
    .apps .app__head {
        width: 45%;
    }
}

.app h2 {
    margin-bottom: 23px;
}

.app__item {
    background: #302d29;
    color: #fff;
    border-radius: 9px;
    padding: 10px 0 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

@media (max-width: 680px) {
    .app__item {
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px;
    }

    .alignright,
    img.alignright,
    .alignleft,
    img.alignleft {
        float: none;
        margin: 20px auto;
        display: block;
    }
}

.app__item .col {
    max-width: 380px;
    min-width: 220px;
    width: 100%;
}

@media (max-width: 1200px) {
    .app__item .col {
        min-width: auto;
    }
}

@media (max-width: 600px) {
    .app__item .col {
        min-width: 220px;
        margin-left: 0;
    }
}

.app__head {
    display: flex;
    align-items: flex-start;
}

@media (max-width: 680px) {
    .app__head {
        justify-content: center;
        margin-bottom: 15px;
    }
}

.app__logo {
    flex: 0 0 74px;
    height: 74px;
    border-radius: 15px;
    margin-right: 10px;
    display: inline-block;
    width: 74px;
}

.app__name {
    margin-bottom: 10px;
    margin-top: 0;
    background: #302d29;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
}

.app__table {
    margin: 0 20px;
}

.app__table .row {
    display: flex;
    justify-content: space-between;
    background: #302d29;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    position: relative;
}

.app__table .row span {
    background: #302d29;
    color: #fff;
    z-index: 1;
}

.app__table .row span.name {
    opacity: .7;
}

.app__table .row span.value {
    font-weight: bold;
}

.app .download-btn,
.apps .download-btn {
    display: block;
    width: 115px;
    height: 35px;
    background-repeat: no-repeat;
}

.app .download-btn__windows,
.apps .download-btn__windows {
    background-image: url(../img/windows.svg?v=1.1);
}

.app .download-btn__windows:hover,
.apps .download-btn__windows:hover {
    background-image: url(../img/windows-hover.svg?v=1.1);
}

.app .download-btn__android,
.apps .download-btn__android {
    background-image: url(../img/gp.svg?v=1.1);
}

.app .download-btn__android:hover,
.apps .download-btn__android:hover {
    background-image: url(../img/gp-hover.svg?v=1.1);
}

.app .download-btn__ios,
.apps .download-btn__ios {
    background-image: url(../img/app.svg?v=1.1);
}

.app .download-btn__ios:hover,
.apps .download-btn__ios:hover {
    background-image: url(../img/app-hover.svg?v=1.1);
}

table.app__item {
    width: auto;
}

table.app__item td {
    background: #302d29;
    color: #fff;
    border: none;
}

table.app__item tr {
    background: #302d29;
    color: #fff;
}

@media (max-width: 600px) {
    table.app__item tr {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

#search_lb {
    position: absolute;
    color: transparent;
    z-index: -1;
}

.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%);
}

.header {
    position: relative;
}

.mobile-nav {
    position: absolute;
    top: 0%;
    width: 100%;
    color: #fff;
    background: #2f3640;
    list-style: none;
    overflow: hidden;
    height: 0;
    z-index: 9;
    box-sizing: border-box;
}

.mobile-nav--list {
    padding: 0;
}

.mobile-nav .mobile-nav--item:first-child {
    margin-top: 20px;
}

.mobile-nav .mobile-nav--item:last-child {
    margin-bottom: 20px;
}

.mobile-nav--item {
    opacity: 0;
    transform: translateY(40px);
    list-style: none;
}

.mobile-nav a,
.mobile-nav span {
    display: block;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: .3s ease-in-out;
}

.mobile-nav span {
    background: linear-gradient(90deg, #30336b 1px, transparent 1%) center, linear-gradient(#30336b 1px, transparent 1%) center, #7a7a7a;
    background-size: 2px 2px;
}

.mobile-nav--btn {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: #2f3640;
    cursor: pointer;
    outline: none;
    transition: .3s ease-in-out;
    z-index: 10;
}

.mobile-nav--btn span {
    display: block;
    position: absolute;
    height: 2px;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 10px;
    right: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.mobile-nav--btn span:nth-child(1) {
    top: 17px;
}

.mobile-nav--btn span:nth-child(2) {
    top: 25px;
}

.mobile-nav--btn span:nth-child(3) {
    top: 33px;
}

.active-nav .mobile-nav--btn span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.active-nav .mobile-nav--btn span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.active-nav .mobile-nav--btn span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

@media (max-width: 1025px) {
    .active-nav .mobile-nav {
        height: initial;
    }

    .active-nav .mobile-nav--item {
        transition: .3s ease-in-out;
        transform: translateY(0);
        opacity: 1;
    }

    ul#menu-top-menu {
        display: none;
    }

    .mobile-nav--btn {
        display: block;
    }
}

@media (max-width: 460px) {
    .menus-col.sec {
        margin-top: 225px;
    }
}

@media (max-width: 990px) {
    .desktop_download {
        display: none;
    }
}

.promocl {
    text-decoration: none
}

.promocl:hover;

    {
    text-decoration: none
}