/*
Theme Name: Casino Vulcan
Text Domain: casinovulcan
Version: 1.0
Tested up to: 6.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Casino Vulcan
Author: Brayan Brix
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

@import url("template/scss/magnific-popup.css");
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    color: inherit;
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: "";
    content: none;
}
q:before, q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
select, input, textarea, button {
    outline: none;
}
@font-face {
    font-family: "FiraSans";
    src: url("template/fonts/FiraSans-Regular.eot");
    src: url("template/fonts/FiraSans-Regular.eot?#iefix") format("embedded-opentype"), url("template/fonts/FiraSans-Regular.svg#FiraSans-Regular") format("svg"), url("template/fonts/FiraSans-Regular.ttf") format("truetype"), url("template/fonts/FiraSans-Regular.woff") format("woff"), url("template/fonts/FiraSans-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "FiraSans";
    src: url("template/fonts/FiraSans-Medium.eot");
    src: url("template/fonts/FiraSans-Medium.eot?#iefix") format("embedded-opentype"), url("template/fonts/FiraSans-Medium.svg#FiraSans-Medium") format("svg"), url("template/fonts/FiraSans-Medium.ttf") format("truetype"), url("template/fonts/FiraSans-Medium.woff") format("woff"), url("template/fonts/FiraSans-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "FiraSans";
    src: url("template/fonts/FiraSans-SemiBold.eot");
    src: url("template/fonts/FiraSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("template/fonts/FiraSans-SemiBold.svg#FiraSans-SemiBold") format("svg"), url("template/fonts/FiraSans-SemiBold.ttf") format("truetype"), url("template/fonts/FiraSans-SemiBold.woff") format("woff"), url("template/fonts/FiraSans-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "FiraSans";
    src: url("template/fonts/FiraSans-Bold.eot");
    src: url("template/fonts/FiraSans-Bold.eot?#iefix") format("embedded-opentype"), url("template/fonts/FiraSans-Bold.svg#FiraSans-Bold") format("svg"), url("template/fonts/FiraSans-Bold.ttf") format("truetype"), url("template/fonts/FiraSans-Bold.woff") format("woff"), url("template/fonts/FiraSans-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
.bonus-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    transition: .4s;
    height: 105px;
    display: flex;
    align-items: center;
    z-index: 9;
    background-color: rgba(98, 49, 135, .9);
}
.bonus-container .container{
	width: 100%
}
.bonus-container.visible {
    transform: translateY(0);
}
.bonus-container .panel-close {
    position: absolute;
    right: 35px;
    top: 50%;
    display: flex;
    font-size: 1.25rem;
    transform: translateY(-50%);
    cursor: pointer;
}
.bonus-container .panel-close span {
    display: block;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    transition: all .3s ease;
}
.bonus-container .panel-close span:nth-child(1) {
    top: 50%;
    margin-top: -2px;
    transform: rotate(45deg);
}
.bonus-container .panel-close span:nth-child(2) {
    top: 50%;
    margin-top: -2px;
    transform: rotate(-45deg);
}
.bonus-container .bonus {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.content-text ul[class^=marker-] li:before {
    top: 2px;
    left: -5px;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 0;
    background: 0 0;
    background-repeat: no-repeat;
}
.content-text ul.marker-diamond li:before {
    background: url("template/images/icons/marker-diamond.svg");
    background-size: contain;
}
.content-text ul.marker-chips li:before {
    background: url("template/images/icons/marker-chips.svg");
    background-size: contain;
}
.content-text ul.marker-clover li:before {
    background: url("template/images/icons/marker-clover.svg");
    background-size: contain;
}
.content-text ul.marker-dollar li:before {
    background: url("template/images/icons/marker-dollar.svg");
    background-size: contain;
}
i {
    flex: 0 0 auto;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    flex-shrink: 0;
    background-size: contain!important;
}
i.right {
    margin-right: 0;
    margin-left: 10px;
}
i.android {
    background-image: url("template/images/icons/android.svg");
}
i.apple {
    background-image: url("template/images/icons/apple.svg");
}
i.arrow-bottom {
    background-image: url("template/images/icons/arrow-bottom.svg");
}
i.cherry {
    background-image: url("template/images/icons/cherry.svg");
}
i.diamond {
    background-image: url("template/images/icons/diamond.svg");
}
i.arrow-up {
    background-image: url("template/images/icons/arrow-up.svg");
}
i.count-app {
    background-image: url("template/images/icons/count-app.svg");
}
i.count-bonus {
    background-image: url("template/images/icons/count-bonus.svg");
}
i.count-download {
    background-image: url("template/images/icons/count-download.svg");
}
i.close {
    background-image: url("template/images/icons/close.svg");
}
i.param-deposit {
    background-image: url("template/images/icons/param-deposit.svg");
}
i.param-freespins {
    background-image: url("template/images/icons/param-freespins.svg");
}
i.param-wager {
    background-image: url("template/images/icons/param-wager.svg");
}
i.slot-machine-white {
    background-image: url("template/images/icons/slot-machine-white.svg");
}
i.poker-white {
    background-image: url("template/images/icons/poker-white.svg");
}
i.dealer-white {
    background-image: url("template/images/icons/dealer-white.svg");
}
i.blackjack-white {
    background-image: url("template/images/icons/blackjack-white.svg");
}
i.baccarat-white {
    background-image: url("template/images/icons/baccarat-white.svg");
}
i.bingo-white {
    background-image: url("template/images/icons/bingo-white.svg");
}
i.comments {
    background-image: url("template/images/icons/comments.svg");
}
i.like {
    background-image: url("template/images/icons/like.svg");
}
i.new {
    background-image: url("template/images/icons/new.svg");
}
i.dollar {
    background-image: url("template/images/icons/dollar.svg");
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.rating {
    position: relative;
    width: 130px;
    height: 35px;
}
.rating__best {
/*    background: url("template/images/stars.png") no-repeat;*/
    width: 130px;
    height: 35px;
    position: absolute;
    background-size: 130px 210px;
}
/*.rating_active .rating__star {
    cursor: pointer;
}*/
/*.rating__best_hover {
    background-position: 0 -35px !important;
}*/
.rating__star {
    width: 26px;
    height: 35px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.rating__star.full_star{
	background: url("template/images/star.png") no-repeat;
	background-size: contain;
}
.rating__star.empty_star{
	background: url("template/images/star_empty.png") no-repeat;
	background-size: contain;
}
.rating__star:first-child {
    left: 0;
}
.rating__star:nth-child(2) {
    left: 26px;
}
.rating__star:nth-child(3) {
    left: 52px;
}
.rating__star:nth-child(4) {
    left: 78px;
}
.rating__star:nth-child(5) {
    left: 104px;
}
/*.rating__star_opacity {
    background: url("template/images/stars.png") repeat scroll 0 0 transparent;
}
.rating__star_hover {
    background-image: none !important;
}
.rating__current {
    background: url("template/images/stars.png") 0 -35px no-repeat;
    height: 35px;
    position: absolute;
    background-size: 130px 210px;
}*/
* {
    box-sizing: border-box;
}
img {
    max-width: 100%;
    vertical-align: top;
}
a {
    text-decoration: none;
    outline: none;
    color: #8a4cb9;
    transition: color .15s linear;
}
input[type=submit] {
    appearance: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.1;
    color: #8a4cb9;
}
h1.left, h2.left, h3.left, h4.left, h5.left, h6.left, .h1.left, .h2.left, .h3.left, .h4.left, .h5.left, .h6.left {
    text-align: left;
}
h1.right, h2.right, h3.right, h4.right, h5.right, h6.right, .h1.right, .h2.right, .h3.right, .h4.right, .h5.right, .h6.right {
    text-align: right;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
    margin-top: 0;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h1, .h1 {
    font-size: 28px;
    margin-top: 0;
}
h1:last-child, .h1:last-child {
    margin-bottom: 0;
}
h2, .h2 {
    font-size: 25px;
}
h2:last-child, .h2:last-child {
    margin-bottom: 0;
}
h3, .h3 {
    font-size: 20px;
}
h4, .h4 {
    font-size: 16px;
}
h5, .h5 {
    font-size: 12px;
}
h6, .h6 {
    font-size: 10px;
}
p {
    margin: 0 0 10px;
}
p:last-of-type {
    margin-bottom: 0;
}
em, i, cite {
    font-style: italic;
}
strong, b {
    font-weight: 700;
}
ol {
    list-style: decimal;
}
table {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
th, td {
    padding: 10px;
}
blockquote {
    padding: 10px 20px;
    margin: 15px 0;
    color: #2d193c;
    background: #99c1ff;
    border-radius: 6px;
    border: 2px solid #2d193c;
}
blockquote a {
    color: #024cf2;
}
cite {
    display: flex;
    border: 1px solid #126e0d;
    background: #cbffc8;
    padding: 10px;
    font-size: 14px;
    margin: 10px 0;
    border-radius: 6px;
}
.clear:after {
    content: "";
    display: block;
    clear: both;
}
.center {
    text-align: center;
}
.center .btn {
    width: auto;
    max-width: 100%;
    display: inline-block;
    white-space: normal;
}
body {
    font-family: FiraSans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #383838;
    background: #494949 url("template/images/hero-bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    min-width: 320px;
}
.container {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 10px;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-15 {
    margin-top: 15px;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.loading {
    background-image: none !important;
}
.header {
    /*background: #2d193c;*/
    background: #6a408a;
    border-bottom: 3px solid #0c0c0c;
}
.header .container {
    display: flex;
    justify-content: space-between;
}
.header .site-logo {
    flex: 0 0 181px;
    display: flex;
    align-items: center;
    max-width: 181px;
    margin: 5px 0;
}
.main-navigation {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
    margin-left: 15px;
}
.main-navigation ul {
    display: flex;
    align-items: center;
}
.main-navigation li {
    position: relative;
    height: 100%}
.main-navigation li:after {
    content: "";
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -3px;
    height: 3px;
    background-color: #ebb621;
    transition: all .2s ease;
}
.main-navigation li:hover:after {
    visibility: visible;
    opacity: 1;
    left: 0;
    right: 0;
}
.main-navigation a {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    height: 100%;
    font-size: 17px;
    padding: 15px 10px;
    transition: color .15s ease-in;
}
.main-navigation a:hover {
    color: #c5c5c5;
}
.main-navigation .sub-menu{
    max-height: 0;
    overflow: hidden;
    display: none;
    position: absolute;
    flex-direction: column;
    background: rgba(106,64,138,0.95);
    z-index: 1;        
}
.main-navigation .sub-menu a{
    font-size: 0.8em
}
.main-navigation li.menu-item-has-children:hover .sub-menu{
    /* max-height: 80vh; */
    max-height: 100vmax;
    display: block;
}
.btn-download {
    position: relative;
    display: flex;
    height: 50px;
    border: 2px solid #5faf3f;
    background: rgba(85, 157, 57, .5);
    border-radius: 5px;
    transition: background-color .2s ease;
    overflow: hidden;
    cursor: pointer;
}
.btn-download:hover .btn-text:before {
    width: 100%}
.btn-download .icon {
    flex: 0 0 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    background: #559d39;
}
.btn-download .icon i {
    margin: 0;
    width: 25px;
    height: 25px;
}
.btn-download .btn-text {
    flex: 1 1 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 5px;
}
.btn-download .btn-text:before {
    content: "";
    position: absolute;
    transition: all .2s;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
}
.btn-download .text {
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .55);
    font-style: italic;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-align: center;
}
.sidebar .btn-download .text{
	font-size: 17px
}
.btn-download .counter {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 3px;
    color: #feffb1;
}
.btn-download .counter span {
    font-weight: 700;
}
.header-right {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bell-holder {
    flex: 0 0 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    margin-right: 10px;
}
.bell-holder.opened .bonuses-area {
    display: block;
}
.bell-holder.opened .bell:after {
    opacity: 1;
}
.bell-holder .bell {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0;
    background-image: url("template/images/icons/bell.svg");
    cursor: pointer;
}
.bell-holder .bell:before {
    content: "3";
    position: absolute;
    right: -10px;
    top: -4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #fff;
    background: #db4437;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    border-radius: 50%;
    z-index: 100;
}
.bell-holder .bonuses-area {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    width: 320px;
    border-radius: 15px;
    border: 2px solid #0c0c0c;
    background: #596fdd;
    overflow: hidden;
    z-index: 100;
}
.bell-holder .bonuses-area .ba-head {
    display: flex;
    justify-content: space-between;
}
.bell-holder .bonuses-area .close-btn {
    display: flex;
    align-items: center;
    padding: 14px;
    cursor: pointer;
}
.bell-holder .bonuses-area .close-btn i {
    margin: 0;
}
.bell-holder .bonuses-area .caption {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    line-height: 1.1;
    text-align: center;
    color: #000;
}
.bell-holder .bonuses-area .content {
    border-top: 2px solid #0c0c0c;
}
.bell-holder .bonuses-area .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    background: #4d5785;
    border-bottom: 1px solid #0c0c0c;
    color: #fff;
}
.bell-holder .bonuses-area .item:hover {
    background: #2d3a79;
}
.bell-holder .bonuses-area .item:last-of-type {
    border-bottom: none;
}
.bell-holder .bonuses-area .casino {
    margin-right: 5px;
    font-size: 18px;
    font-weight: 700;
}
.bell-holder .bonuses-area .bonus span {
    font-weight: 700;
}
.btn {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 5px 10px;
    border: 2px solid #5faf3f;
    background-color: rgba(95, 175, 63, .7);
    text-shadow: 0 1px 0 rgba(0, 0, 0, .55);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    transition: background-color .2s ease;
    cursor: pointer;
    overflow: hidden;
}
.btn:before {
    content: "";
    position: absolute;
    transition: all .2s;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
}
.btn:hover {
    color: #fff;
}
.btn:hover:before {
    width: 100%}
.btn.btn-blue {
    border: 2px solid #4d216e;
    background-color: rgba(98, 49, 135, .7);
}
.top-counters {
    background: rgba(47, 51, 69, .5);
    border-bottom: 1px solid #0c0c0c;
}
.top-counters .container {
    display: flex;
    justify-content: space-around;
}
.top-counters .counter-item {
    display: flex;
    align-items: center;
    margin: 0 10px;
}
.top-counters i {
    width: 30px;
    height: 30px;
}
.top-counters .value {
    color: #f9b71a;
    font-size: 30px;
    font-weight: 700;
}
.top-counters .caption {
    color: #fff;
    font-weight: 400;
    margin-left: 5px;
}
.wave {
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 15px;
}
.wave:before, .wave:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: repeat;
}
.wave:before {
    height: 10px;
    background-size: 20px 20px;
    background-image: radial-gradient(circle at 10px -5px, transparent 12px, #c9d7e6 13px);
}
.wave:after {
    height: 15px;
    background-size: 40px 20px;
    background-image: radial-gradient(circle at 10px 15px, #c9d7e6 12px, transparent 13px);
}
.wave.wave-alt {
    margin-top: 15px;
    margin-bottom: 0;
}
.wave.wave-alt:before {
    height: 15px;
    background-image: radial-gradient(circle at 10px 3px, transparent 12px, #494949 13px);
}
.wave.wave-alt:after {
    height: 10px;
    background-image: radial-gradient(circle at 30px 13px, #494949 12px, transparent 13px);
}
.bg-dark {
    background: #f2f3f4 url("template/images/block-bg-dark.png");
}
.breadcrumbs {
    background: rgba(47, 51, 69, .5);
    border-bottom: 1px solid #0c0c0c;
    font-size: 13px;
    line-height: 18px;
    padding: 5px 0;
    font-weight: 400;
}
.breadcrumbs ul,
#breadcrumbs {
    padding: 0 20px;
}
.breadcrumbs li {
    display: inline-block;
}
.breadcrumbs li:last-of-type span {
    color: #fff;
}
.breadcrumbs a {
    color: #2d193c;
    padding-right: 10px
}
.breadcrumb_last{
	padding-left: 10px;
	color: #fff
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.breadcrumbs .separator {
    margin: 0 10px;
    color: #2d193c;
}
.toc_container,
.lwptoc {
    margin: 15px 0;
    background: #f2f2f2;
    border: 1px solid #2d193c;
    border-radius: 8px;
    overflow: hidden;
}
.toc_container .toc-item {
    display: flex;
}
.toc_container .toc-item:before {
    content: "";
    flex: 0 0 auto;
    display: block;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: #2d193c;
    margin: 7px 6px 0 0;
}
.toc_container .toc-item a, .toc_container .toc-item span {
    color: #8a4cb9;
    cursor: pointer;
}
.toc_container .toc-item a:hover, .toc_container .toc-item span:hover {
    text-decoration: underline;
}
.toc_container .toc_list_wrap {
    display: none;
}
.toc_container .toc_list,
.lwptoc-baseItems .lwptoc_items {
    font-size: 14px;
    padding: 10px 10px 10px 25px;
}
.toc_container .toc_list-inner>.toc_list-inner {
    margin-left: 20px;
}
.lwptoc_i{
	padding: 0!important
}
.toc_container .toc_title,
.lwptoc_i .lwptoc_header {
    font-size: 20px;
    line-height: 1;
    padding: 8px 10px;
    background: #2d193c;
    color: #fff;
    margin-bottom: 0;
}
.lwptoc_i .lwptoc_header b{
    font-weight: normal;
}
.toc_container .show-toc {
    font-weight: 600;
    font-size: 13px;
    color: #d2c0df;
    cursor: pointer;
}
.toc_container .show-toc:hover {
    text-decoration: none;
}
.white-block {
    background: #fff;
    box-shadow: 0 24px 32px 0 rgba(0, 0, 0, .1);
    border-radius: 20px;
    padding: 25px 30px;
    margin: 15px 0;
    overflow: hidden;
}
.content-text {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    margin: 15px 0;
    overflow: hidden;
}
.content-text:first-of-type {
    margin-top: 0;
}
.content-text:last-of-type {
    margin-bottom: 0;
}
.content-text table {
    width: 100% !important;
    margin: 25px 0;
    text-align: left;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 13px;
    border: 1px solid #2d193c;
    overflow: hidden;
    border-radius: 8px;
    font-weight: inherit;
}
.content-text table th, .content-text table td {
    padding: 10px;
    line-height: 1.2;
}
.content-text table thead td, .content-text table th {
    text-transform: uppercase;
    font-weight: 500;
    background: #2d193c;
    color: #fff;
    text-align: center;
}
.content-text table td {
    background-color: transparent;
    border: inherit;
    border-bottom: 1px solid #223570;
}
.content-text table tr:nth-of-type(odd) {
    background: #64b0ff;
}
.content-text table tr:nth-of-type(even) {
    background: #82bfff;
}
.content-text table tr:last-of-type td {
    border-bottom: none;
}
.content-text ol, .content-text ul {
    display: table;
    margin: 10px 0 10px 25px;
}
.content-text ul {
    list-style: none;
}
.content-text ul li {
    position: relative;
    padding-left: 20px;
}
.content-text ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #2d193c;
}
.content-text ol:not(.toc_list) {
    list-style-type: none;
    counter-reset: num;
}
.content-text ol:not(.toc_list) li {
    margin-bottom: 4px;
}
.content-text ol:not(.toc_list) li:before {
    content: counter(num);
    counter-increment: num;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    width: 18px;
    height: 18px;
    background: #2d193c;
    border-radius: 50%;
    margin-right: 8px;
}
.content-text ol:not(.toc_list) li:last-of-type {
    margin-bottom: 0;
}
/*.stars-wrap .rating__current, .stars-wrap .rating__best, .stars-wrap .rating__star_opacity {
    background-size: 130px 105px;
}*/
.stars-wrap .rating, .stars-wrap .rating__current, .stars-wrap .rating__star, .stars-wrap .rating__best {
    height: 25px;
}
.more-wrap {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px 0;
}
.casinos-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 5px 0;
}
.casino-item {
    flex: 0 0 300px;
    flex-wrap: wrap;
    display: flex;
    box-shadow: 0 0 5px 0 rgba(255, 255, 2555, .08);
    border: 1px solid #7b7b7b;
    border-radius: 20px;
    font-weight: 500;
    background: #fff;
    margin: 10px;
    overflow: hidden;
    cursor: pointer;
}
.casino-item:hover {
    box-shadow: 0 0 40px 10px rgba(255, 255, 2555, .08);
}
.casino-item:hover .btns-wrap .logo-bg-wrap {
    opacity: 1;
}
.casino-item .logo {
    flex: 0 0 110px;
    padding: 0 5px;
    order: 1;
}
.casino-item .logo img{
	height: 100%
}
.casino-item .casino-name {
    font-size: 22px;
    line-height: 1;
    text-align: center;
    margin: 5px;
    color: #fff;
}
.casino-item .param-col {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    order: 3;
}
.casino-item .param-col.main-params-row{
    flex: 1 1 100%;
    flex-direction: row;	
}
.casino-item .param {
    text-align: center;
    line-height: 1.1;
    margin: 10px;
}
.casino-item .param-name {
    font-size: 18px;
    margin-bottom: 5px;
}
.casino-item .param-value {
    font-size: 20px;
    color: #8a4cb9;
}
.casino-item .param-value.value-bonus {
    color: #db4437;
}
.casino-item .rating-block {
    flex: 0 0 calc(100% - 110px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    order: 2;
}
.casino-item .platforms i {
    width: 25px;
    height: 25px;
    margin: 5px;
}
.casino-item .btns-wrap {
    flex: 1 1 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #deeaff;
    padding: 10px;
    overflow: hidden;
    order: 4;
}
.casino-item .btns-wrap .logo-bg-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, .5);
    transition: opacity .2s ease;
    overflow: hidden;
}
.casino-item .btns-wrap .logo-bg {
    position: absolute;
    left: -5%;
    top: -5%;
    right: -5%;
    bottom: -5%;
    filter: blur(10px);
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.casino-item .btns-wrap a {
    width: 90%;
    min-height: 40px;
    margin: 5px 0;
}
.casino-item .btns-wrap .logo-bg-wrap {
    opacity: 1;
}
.now-win {
    display: flex;
    margin: 30px auto;
    padding: 20px 0;
    background: rgba(47, 51, 69, .5);
    border-top: 1px solid #0c0c0c;
    border-bottom: 1px solid #0c0c0c;
    max-width: 100%;
    overflow: hidden;
}
.now-win .winner-item-wrap {
    flex: 0 0 auto;
    margin: 0 20px;
    outline: none;
}
.now-win .winner-item {
    display: flex;
    width: 150px;
    color: #fff;
    margin: 0 auto;
    cursor: pointer;
}
.now-win .winner-item:hover .logo {
    opacity: .8;
}
.now-win .logo {
    flex: 0 0 50px;
    border-radius: 4px;
    margin-right: 10px;
    overflow: hidden;
}
.now-win .info {
    flex: 1 1 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.now-win .amount span {
    font-weight: 700;
}
.now-win .nick {
    font-size: 10px;
    margin-top: 3px;
}
.steps-block {
    margin: 15px 0;
}
.steps {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.steps .step {
    flex: 1 1 32%;
    position: relative;
    padding: 15px;
    margin: 3px .5%;
    background: #2d193c;
    border-radius: 8px;
    min-width: 250px;
    color: #fff;
    text-align: center;
}
.steps .step .step-count {
    position: absolute;
    left: 15px;
    top: 3px;
    font-size: 50px;
    font-weight: 700;
}
.steps .step .step-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 7px;
    color: #f9b71a;
}
.steps .step .step-content {
    line-height: 1.2;
    font-size: 14px;
    margin: 5px 30px 0;
}

.slots-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
    padding-bottom: 20px
}
.slot-item {
    flex: 0 0 284px;
    position: relative;
    width: 284px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .08);
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow .2s ease;
}
.slot-item:hover {
    box-shadow: 0 0 40px 10px rgba(0, 0, 0, .08);
}
.slot-item:hover .hidden {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}
.slot-item .bottom-name {
    padding: 8px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.slot-item .hidden {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    background-color: #cee6ff;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
}
.slot-item .hidden-img img {
    position: absolute;
    filter: blur(2px);
    background-position: center;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%;
    opacity: .2;
}
.slot-item .hidden-info {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 16px;
    text-align: center;
}
.slot-item .name {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
}
.slot-item .link {
    color: #8a4cb9;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-top: 8px;
}
.slot-item .link:hover {
    text-decoration: underline;
}
.slot-item .ref {
    width: 170px;
    height: 55px;
    margin-top: 15px;
    text-transform: uppercase;
    font-style: italic;
}
.how-choose-casino {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.how-choose-casino .item {
    flex: 1 1 45%;
    display: flex;
    padding: 15px 10px;
    margin: 5px;
    min-width: 300px;
    background: #2d193c;
    color: #fff;
    border-radius: 8px;
}
.how-choose-casino .item .icon {
    padding: 10px;
    margin-right: 10px;
}
.how-choose-casino .item .caption {
    font-size: 19px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 6px;
    color: #42e875;
}
.how-choose-casino .item .text {
    font-size: 14px;
    line-height: 1.2;
}
.how-choose-casino .item i {
    margin: 0;
    width: 60px;
    height: 60px;
}
.how-choose-casino .item img{
	width: 60px;
	min-width: 60px;
	height: auto;
	display: block;
}
.bonuses-list {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}
.bonus-item {
    flex: 0 0 284px;
    position: relative;
    width: 284px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .08);
    border: 1px solid #7b7b7b;
    border-radius: 8px;
    margin-bottom: 20px;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow .2s ease, color .15s ease-in;
}
.bonus-item:hover {
    box-shadow: 0 0 40px 10px rgba(0, 0, 0, .08);
    color: #fff;
}
.bonus-item:hover .logo-bg-wrap {
    background-color: rgba(0, 0, 0, .55);
}
.bonus-item:hover .adddit-text {
    color: rgba(255, 255, 255, .5);
}
.bonus-item .logo-bg-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .1);
    transition: background-color .2s;
    overflow: hidden;
}
.bonus-item .logo-bg {
    position: absolute;
    filter: blur(10px);
    background-position: center center;
    background-size: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    opacity: .3;
}
.bonus-item .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 113px;
}
.bonus-item .logo img {
    max-height: 100%;
    width: auto;
}
.bonus-item .bonus-content {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
}
.bonus-item .bonus-info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    min-height: 144px;
}
.bonus-item .bonus-size {
    font-size: 22px;
    line-height: 1.1;
}
.bonus-item .bonus-size span {
    font-size: 35px;
    font-weight: 700;
}
.bonus-item .adddit-text {
    font-size: 20px;
    font-weight: 500;
    color: rgba(0, 0, 0, .5);
    transition: color .2s ease;
}
.bonus-item .btn-download {
    margin: 0 15px 15px;
}
.bonus-item .btn-download .text {
    font-size: 18px;
}
.articles-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 15px 0 0;
}
.article-item {
    flex: 0 0 300px;
    position: relative;
    width: 300px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .08);
    border-radius: 8px;
    margin-bottom: 20px;
    color: #fff;
    background-color: #434144;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow .2s ease, color .15s ease-in;
}
.article-item:hover {
    box-shadow: 0 0 40px 10px rgba(0, 0, 0, .08);
}
.article-item:nth-of-type(1) {
    background-color: #319e58;
}
.article-item:nth-of-type(1) .img:after {
    background-image: linear-gradient(transparent, #319e58);
}
.article-item:nth-of-type(2) {
    background-color: #8d1c65;
}
.article-item:nth-of-type(2) .img:after {
    background-image: linear-gradient(transparent, #8d1c65);
}
.article-item:nth-of-type(3) {
    background-color: #34174a;
}
.article-item:nth-of-type(3) .img:after {
    background-image: linear-gradient(transparent, #34174a);
}
.article-item .img {
    position: relative;
}
.article-item .img:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background-image: linear-gradient(transparent, #434144);
}
.article-item .article-info {
    position: relative;
    padding: 0 15px 15px;
}
.article-item .date {
    font-size: 12px;
    margin-bottom: 15px;
}
.article-item .title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    min-height: 75px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.article-item .text {
    min-height: 100px;
    font-size: 14px;
    margin-bottom: 15px;
}
.article-item .link {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
    transition: color .15s ease-in;
}
.article-item .link:hover {
    color: #fff;
}
.accord-block {
    min-height: 20px;
    font-size: 14px;
    background: #f2f2f2;
    border-radius: 8px;
    margin: 10px 0;
    border: 1px solid #2d193c;
    overflow: hidden;
}
.accord-block.open .accord-block-header:after {
    transform: rotate(180deg);
}
.accord-block .accord-block-header {
    position: relative;
    padding: 15px 40px 15px 25px;
    background: #2d193c;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}
.accord-block .accord-block-header:after {
    content: "";
    position: absolute;
    top: 24px;
    right: 20px;
    display: block;
    border: 5px solid transparent;
    border-bottom-width: 0;
    border-top-color: #fff;
    transition: all .6s ease-out;
}
.accord-block .accord-block-content {
    display: none;
    padding: 15px 30px;
}
.accord-block .accord-block-content p:last-of-type {
    margin-bottom: 0;
}
.casino-main-info {
    position: relative;
    padding: 25px 0;
}
.casino-main-info .bg-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.casino-main-info .bg-image:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
}
.casino-main-info .bg-image img {
    position: absolute;
    filter: blur(10px);
    background-position: center;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%}
.casino-main-info .container {
    display: flex;
    align-items: center;
}
.casino-main-info .logo {
    flex: 0 0 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 10px;
    margin-right: 30px;
}
.casino-main-info .cmi-right {
    flex: 1 1 auto;
}
.casino-main-info h1, .casino-main-info .h1 {
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
}
.casino-main-info .cmi-bottom {
    display: flex;
    justify-content: space-between;
}
.casino-main-info .cmi-bottom.no-ref {
    flex-direction: column;
    align-items: flex-start;
}
.casino-main-info .cmi-bottom.no-ref .rating-block {
    flex-basis: auto;
}
.casino-main-info .cmi-bottom.no-ref .casino-params {
    flex-basis: auto;
    margin-left: 0;
}
.casino-main-info .rating-block {
    flex: 0 0 190px;
}
.casino-main-info .stars-wrap {
    display: flex;
    align-items: center;
}
.casino-main-info .stars-wrap .rating-value {
    font-size: 20px;
    line-height: 1;
    margin-left: 10px;
    color: #fff;
}
.casino-main-info .btns-wrap {
    display: flex;
    flex-direction: column;
}
.casino-main-info .btns-wrap a {
    min-height: 40px;
    margin-top: 10px;
}
.casino-main-info .casino-params {
    flex: 0 1 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 10px 15px;
    margin-left: 30px;
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.1;
    border-radius: 20px;
    background-color: rgba(0, 255, 184, .3);
    border: 2px solid #00acaa;
}
.casino-main-info .casino-params .param {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    border-bottom: 1px solid #fff 59;
}
.casino-main-info .casino-params .param:last-of-type {
    border-bottom: none;
}
.casino-main-info .casino-params .param-name {
    display: flex;
    align-items: center;
    color: #fff;
    margin-right: 10px;
}
.casino-main-info .casino-params .param-value {
    color: #d1db37;
}
.casino-bottom-info {
    padding: 20px 0;
    background: rgba(47, 51, 69, .5);
    border-bottom: 1px solid #0c0c0c;
    border-top: 1px solid #0c0c0c;
}
.casino-bottom-info .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.casino-bottom-info .casino-counters {
    flex: 0 0 50%;
    display: flex;
    justify-content: space-around;
    padding: 0 15px;
    margin: 15px 0;
    color: #f0f0f0;
}
.casino-bottom-info .counter-item {
    padding: 0 15px;
    text-align: center;
}
.casino-bottom-info .counter-item .caption {
    font-size: 18px;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.casino-bottom-info .counter-item .value {
    font-size: 35px;
    line-height: 1.1;
    font-weight: 700;
}
.casino-bottom-info .casino-bonus {
    flex: 0 0 49%;
    color: #ead960;
    padding: 15px 25px;
    border-radius: 20px;
    border: 2px solid #5a2e7c;
    background-color: rgba(98, 49, 135, .7);
}
.bonus-container .casino-bonus{
    color: #ead960;
}
.bonus-container .btn-download .text{
	padding: 0 20px;
}
.casino-bonus-info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 22px;
    line-height: 1.1;
    align-items: center;
}
.casino-bottom-info .casino-bonus-info .bonus-size {
    margin: 0 5px;
}
.casino-bottom-info .bonus-size span {
    font-weight: 700;
}
.casino-bottom-info .btn-download {
    margin-top: 10px;
}
.bonus-container .casino-bonus{
    display: flex;
    justify-content: space-around;	
}
.slot-main-info {
    position: relative;
    padding: 25px 0;
}
.slot-main-info .bg-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.slot-main-info .bg-image:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
}
.slot-main-info .bg-image img {
    position: absolute;
    filter: blur(10px);
    background-position: center;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%}
.slot-main-info .container {
    display: flex;
    align-items: center;
}
.slot-main-info .logo {
    flex: 0 0 284px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin: 10px 30px 10px 10px;
    overflow: hidden;
}
.slot-main-info .logo:hover .hidden-info {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}
.slot-main-info .logo .hidden-info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(206, 230, 255, .8);
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
}
.slot-main-info .load-frame {
    padding: 15px 30px;
}
.slot-main-info .smi-right {
    flex: 1 1 auto;
}
.slot-main-info h1 {
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
}
.slot-main-info .smi-bottom {
    display: flex;
    justify-content: space-between;
}
.slot-main-info .rating-block {
    flex: 1 1 auto;
}
.slot-main-info .stars-wrap {
    display: flex;
    align-items: center;
}
.slot-main-info .stars-wrap .rating-value {
    font-size: 20px;
    line-height: 1;
    margin-left: 10px;
    color: #fff;
}
.slot-main-info .soft-info {
    display: flex;
    align-items: center;
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 15px;
    color: #b4b4b4;
}
.slot-main-info .soft-info .param {
    margin-right: 5px;
    line-height: 1;
}
.slot-main-info .soft-info .name {
    font-weight: 700;
    line-height: 1;
}
.slot-main-info .btns-wrap {
    display: flex;
    flex-direction: column;
    max-width: 200px;
}
.slot-main-info .btns-wrap .btn {
    min-height: 40px;
    margin-top: 10px;
}
.slot-main-info .btn-download {
    margin-top: 10px;
    height: 40px;
}
.slot-main-info .btn-download .icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
}
.iframe-wrap {
    display: none;
    padding: 20px 0;
}
.iframe-wrap iframe {
    max-width: 100%;
    border-radius: 8px;
    overflow: hidden;
}
#iframe {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 0;
    padding: 10px;
}
.slot-bottom-info {
    padding: 20px 0;
    background: rgba(47, 51, 69, .5);
    border-bottom: 1px solid #0c0c0c;
    border-top: 1px solid #0c0c0c;
}
.slot-bottom-info .slot-counters {
    display: flex;
    justify-content: space-around;
    padding: 0 15px;
    color: #f0f0f0;
}
.slot-bottom-info .counter-item {
    padding: 0 15px;
    text-align: center;
}
.slot-bottom-info .counter-item .caption {
    font-size: 18px;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.slot-bottom-info .counter-item .value {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;
}
.slick-dots {
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
    margin-top: 7px;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li:only-of-type {
    display: none;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    outline: none;
    background-color: rgba(98, 49, 135, .7);
    border-radius: 50%;
    border: none;
}
.slick-dots .slick-active button {
    background-color: rgba(179, 179, 179, .71);
}
.block-with-screenshots {
    display: flex;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0 24px 32px 0 rgba(0, 0, 0, .1);
    border-radius: 20px;
    padding: 30px;
    margin: 20px auto;
}
.block-with-screenshots .text {
    flex: 0 0 50%}
.block-with-screenshots .text ol, .block-with-screenshots .text ul {
    display: table;
    margin: 10px 0 10px 25px;
}
.block-with-screenshots .text ul {
    list-style: none;
}
.block-with-screenshots .text ul li {
    position: relative;
    padding-left: 20px;
}
.block-with-screenshots .text ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #377eb1;
}
.block-with-screenshots .text ol {
    list-style-type: none;
    counter-reset: num;
}
.block-with-screenshots .text ol li {
    margin-bottom: 4px;
}
.block-with-screenshots .text ol li:before {
    content: counter(num);
    counter-increment: num;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    width: 18px;
    height: 18px;
    background: #377eb1;
    border-radius: 50%;
    margin-right: 8px;
}
.block-with-screenshots .text ol li:last-of-type {
    margin-bottom: 0;
}
.block-with-screenshots .screenshots {
    flex: 0 0 50%;
    padding: 0 15px;
    overflow: hidden;
}
.block-with-screenshots .slides {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.block-with-screenshots .slides:hover .slide:before {
    opacity: 1;
}
.block-with-screenshots .slides .slide:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, .3);
    opacity: 0;
    z-index: 1;
    transition: opacity .2s linear;
}
.block-with-screenshots .slides .slide:not(:first-of-type) {
    display: none;
}
.block-with-screenshots .slides .slide.slick-slide {
    display: block !important;
}
.block-with-screenshots .slides .slick-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}
.other-apps {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 15px;
}
.other-apps .app-item {
    flex: 0 0 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 10px;
}
.other-apps .app-item .logo {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 5px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .25);
}
.other-apps .app-item img{
	height: 100%
}
.other-apps .app-item .title {
    display: block;
    margin-top: 8px;
    text-align: center;
}
.casino-options {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 15px 0;
}
.casino-options .item {
    flex: 0 0 100px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 10px;
    padding: 10px 5px;
    text-align: center;
    background: rgba(255, 255, 255, .4);
    border: 1px solid #d3d3d3;
    border-radius: 9px;
}
.casino-options .item.status-0 {
    background: rgba(255, 128, 128, .4);
    border: 1px solid #ca4b4b;
}
.casino-options .item.status-1 {
    background: rgba(85, 157, 57, .5);
    border: 1px solid #559d39;
}
.casino-options .item i {
    margin: 0;
    width: 40px;
    height: 40px;
}
.casino-options .item .caption {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.1;
    color: #fffa4f;
    text-shadow: 0 0 5px #000;
}
.block-with-sidebar {
    display: flex;
}
.block-with-sidebar .content {
    flex: 1 1 auto;
    max-width: calc(100% - 295px);
}
.block-with-sidebar .sidebar {
    flex: 0 0 275px;
    margin-left: 20px;
}
.sidebar-block {
    background-color: #fff;
    border-radius: 20px;
    padding: 8px;
    box-shadow: 0 24px 32px 0 rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    overflow: hidden;
}
.sidebar-block.p-0 {
    padding: 0;
}
.sidebar-block:last-of-type {
    margin-bottom: 0;
}
.sidebar-block .block-title {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 15px 0;
}
.sidebar .softs-list {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
}
.sidebar .softs-list .soft-item {
    flex: 0 0 64px;
    border-radius: 50%;
    margin: 11px;
    background: #333;
    overflow: hidden;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .2);
}
.sidebar .payment-systems {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}
.sidebar .payment-systems .payments-item,
.sidebar .payment-systems p {
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 8px;
    margin: 2px 3px;
    border: 1px solid #5cbbff;
    background: #e2f2ff;
}
.sidebar .slots-params {
    font-size: 14px;
    text-transform: uppercase;
}
.sidebar .slots-params .param-row {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-top: 1px solid #b4b4b4;
}
.sidebar .slots-params .param-row:nth-of-type(odd) {
    background: #fff;
}
.sidebar .slots-params .param-row:nth-of-type(even) {
    background: #f2f3f4;
}
.sidebar .slots-params .param-value {
    font-weight: 700;
}
.sidebar .casinos-list-sidebar .item {
    display: flex;
    padding: 15px;
    border-top: 1px solid #b4b4b4;
}
.sidebar .casinos-list-sidebar .item:nth-of-type(odd) {
    background: #fff;
}
.sidebar .casinos-list-sidebar .item:nth-of-type(even) {
    background: #f2f3f4;
}
.sidebar .casinos-list-sidebar .item-info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    line-height: 1;
}
.sidebar .casinos-list-sidebar .logo {
    flex: 0 0 80px;
    border-radius: 5px;
    margin-right: 10px;
    overflow: hidden;
}
.sidebar .casinos-list-sidebar .item-name {
    display: block;
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 1.1;
    color: #8a4cb9;
}
.sidebar .casinos-list-sidebar .btn-download {
    height: 40px;
}
.sidebar .casinos-list-sidebar .btn-download .icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
}
.sidebar .casinos-list-sidebar .btn {
    height: 40px;
}
.sidebar .casinos-list-sidebar img{
	height: 80px;
	object-fit: cover;
}
.comment-form {
    margin: 0 auto 15px;
    border-radius: 8px;
    padding: 15px;
    border: 1px solid #232d42;
    background: #e2f2ff;
}
.comment-form .hidden {
    display: none;
}
.comment-form .field-row {
    display: flex;
    flex-wrap: wrap;
}
.comment-form .field-group {
    flex: 1 1 30%;
    margin: 5px;
}
.comment-form label {
    display: block;
}
.comment-form label.textarea, .comment-form label.select, .comment-form label.input__label {
    padding: 0 10px 5px;
    font-size: 13px;
    font-weight: 600;
    color: #474747;
}
.comment-form input, .comment-form textarea {
    width: 100% !important;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #232d42;
}
.comment-form button[disabled] {
    opacity: .6;
    cursor: not-allowed;
}
.comment-form button[disabled]:before {
    display: none;
}
.comment-form textarea {
    resize: none;
}
.comment-form .error {
    margin-left: 15px;
}
.comment-form .btn-wrap {
    text-align: center;
    margin-top: 5px;
}
.comment-form .btn-wrap .btn {
    margin: 0 auto;
}
.comments-block {
    margin: 20px 0;
}
.comments {
    margin-bottom: 25px;
}
.comment {
    margin: 20px 0 10px;
}
.comment .comment-wrap {
    display: flex;
    align-items: flex-start;
}
.comment .comment-item-left {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 30px;
}
.comment .user-avatar {
    margin-top: 27px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #1e3d29;
}
.comment .casino-link {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 7px;
    text-align: center;
    color: #2d193c;
    text-transform: uppercase;
}
.comment .casino-link:hover {
    text-decoration: underline;
}
.comment .comment-item-right {
    flex-grow: 1;
}
.comment .comment-author-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.comment .comment-author-name {
    color: #000;
    margin: 0 8px;
    font-size: 16px;
    font-weight: 700;
}
.comment .comment-date {
    margin: 0 8px;
    font-size: 13px;
}
.comment .comment-content {
    position: relative;
    border: 1px solid #1e3d29;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 14px;
    background: #e2ffff;
}
.comment .comment-content:before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 16px;
    left: -9px;
    border: 1px solid #1e3d29;
    border-top-width: 0;
    border-right-width: 0;
    transform: rotate(45deg);
    border-radius: 0 0 0 2px;
    background: #e2ffff;
}
.comment .comment-reply {
    margin-top: 5px;
    text-align: right;
}
.comment .comments-answer {
    padding-left: 6%}
.comment .comments-answer>.ticket-comment {
    margin-top: 0;
}
.comment-wrap .comments-answer {
    margin-left: 5%}
.comment-wrap .comments-answer .ah {
    display: none;
}
.comment-wrap .comment-form .ah {
    display: none;
}
.comment-wrap textarea {
    margin-bottom: 0;
}
.error-page .container {
    text-align: center;
}
.error-page .error-page-text {
    color: #0c0c0c;
}
.error-page .error-page-image {
    margin: 50px auto;
}
.error-page .error-page-number {
    color: rgba(223, 185, 45, .8);
    font-size: 364px;
    line-height: 1;
    font-weight: 700;
}
.error-page .btn {
    margin-top: 15px;
}
.footer {
    background: #2d193c;
    border-top: 3px solid #0c0c0c;
    padding: 20px 0;
    margin-top: 15px;
}
.footer .links-col {
    text-align: center;
}
.footer .links-col .caption {
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 8px;
}
.footer .links,
#menu-footer-menu {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
}
.footer .links a,
#menu-footer-menu a {
    color: #fff;
    font-size: 14px;
    padding: 2px 5px;
    text-transform: uppercase;
}
.footer .links a:hover,
#menu-footer-menu a:hover {
    text-decoration: underline;
}
.footer .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.footer .icons {
    flex: 0 0 auto;
    margin-right: 20px;
}
.footer .plus18 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    color: #fff;
    font-size: 23px;
    line-height: 1;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #cb1111;
}
.footer .warning {
    flex: 1 1 auto;
    border: 2px solid #8a4cb9;
    border-radius: 20px;
    padding: 10px 15px;
    background: rgba(98, 49, 135, .7);
    text-align: center;
}
.footer .warning .caption {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 8px;
}
.footer .warning .text,
.footer .warning p {
    color: #aeaeae;
    font-size: 14px;
    line-height: 1.1;
}
.btnTop_wrap {
    position: absolute;
    right: -30px;
    z-index: 10;
}
.btnTop {
    display: none;
    position: fixed;
    bottom: 40px;
    width: 40px;
    height: 40px;
    border: 2px solid #0c0c0c;
    background: rgba(255, 255, 255, .6);
    border-radius: 9px;
    opacity: .8;
}
.btnTop:hover {
    opacity: 1;
}
.btnTop i {
    margin: 8px;
}
#gtx-trans {
    display: none !important;
}
@media (max-width:1180px) {
    .btnTop {
    right: 30px;
}
}@media (min-width:961px) {
    .mob-show {
    display: none !important;
}
.slick-items-list .slick-slide{
	margin: 0 27px
}
.slick-items-list .slick-list{
	margin: 0 -27px
}
}@media (max-width:960px) {
    body {
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-size: 22px;
    line-height: 1.1;
}
.main-navigation .sub-menu{
    max-height: unset;
    display: block;
    position: relative;
    flex-direction: column;
    background: rgba(106,64,138,1);       
}
.header .container {
    padding: 0;
    flex-wrap: wrap;
}
.header .site-logo {
    margin-left: 10px;
}
.mob-nav-btn {
    flex: 0 0 34px;
    position: relative;
    display: block;
    width: 34px;
    height: 34px;
    margin: 0 15px;
    text-indent: -9999px;
    cursor: pointer;
    overflow: hidden;
}
.content-shortcode-section .slots-list{
	justify-content: center;
}
.mob-nav-btn.opened span:nth-child(1) {
    top: 50%;
    margin-top: -2px;
    transform: rotate(45deg);
}
.mob-nav-btn.opened span:nth-child(2) {
    opacity: 0;
}
.mob-nav-btn.opened span:nth-child(3) {
    top: 50%;
    margin-top: -2px;
    transform: rotate(-45deg);
}
.mob-nav-btn span {
    display: block;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    transition: all .3s ease;
}
.mob-nav-btn span:nth-child(1) {
    top: 4px;
}
.mob-nav-btn span:nth-child(2) {
    top: 15px;
}
.mob-nav-btn span:nth-child(3) {
    top: 26px;
}
.main-navigation {
    display: none;
    order: 1;
    flex-basis: 100%;
    margin: 0;
    border-top: 3px solid #0c0c0c;
    background: rgba(255, 255, 255, .1);
}
.main-navigation ul {
    display: block;
    margin: 0 auto;
}
.main-navigation li {
    justify-content: center;
    flex-basis: 100%;
    max-width: 100%}
.main-navigation i {
    margin: 0 10px 0 0;
    width: 50px;
}
.top-counters .container {
    flex-wrap: wrap;
}
.top-counters .counter-item {
    flex: 0 0 200px;
}
.content-text {
    padding: 20px;
}
.content-text .table-wrap {
    overflow-x: scroll;
}
.content-text table {
    margin: 10px 0;
}
.bonuses-list {
    justify-content: space-around;
    flex-wrap: wrap;
}
.bonus-item {
    margin: 0 10px 20px;
}
.slot-item {
    margin: 0 20px 20px;
}
.slick-slide img {
    object-fit: cover;
    width: 100%;
}
.now-win {
    margin: 20px auto;
}
.article-item {
    margin: 0 5px 15px;
}
.casino-main-info .container {
    flex-direction: column;
}
.casino-main-info .logo {
    margin: 0;
}
.casino-main-info .cmi-right {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.casino-main-info .cmi-bottom {
    flex-direction: column;
    align-items: center;
}
.casino-main-info .cmi-bottom.no-ref {
    align-items: center;
}
.casino-main-info .rating-block {
    flex-basis: auto;
    width: 100%}
.casino-main-info .stars-wrap {
    justify-content: center;
}
.casino-main-info .btns-wrap {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin: 5px 0;
}
.casino-main-info .btns-wrap a {
    min-width: 200px;
    margin: 5px 10px;
}
.casino-main-info .casino-params {
    flex: 1 1 auto;
    margin: 5px 0 0;
}
.casino-bottom-info .container {
    flex-direction: column;
}
.casino-bottom-info .casino-counters {
    flex: 1 1 auto;
    margin-top: 0;
    width: 100%;
    padding: 0;
}
.casino-bottom-info .casino-bonus {
    flex: 1 1 auto;
    width: 100%;
    max-width: 400px;
}
.block-with-screenshots {
    flex-direction: column;
}
.block-with-sidebar {
    flex-direction: column-reverse;
}
.block-with-sidebar .content {
    max-width: 100%;
    margin: 20px 0 0;
}
.block-with-sidebar .sidebar {
    flex: 0 0 auto;
    margin: 0;
}
.sidebar .softs-list {
    justify-content: space-around;
}
.slot-main-info .container {
    flex-direction: column;
}
.slot-main-info .logo {
    flex-basis: auto;
    margin: 0;
}
.slot-main-info .smi-right {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.slot-main-info .smi-bottom {
    flex-direction: column;
    align-items: center;
}
.slot-main-info .rating-block {
    flex-basis: auto;
    width: 100%}
.slot-main-info .stars-wrap {
    flex-direction: column;
    justify-content: center;
}
.slot-main-info .soft-info {
    margin: 5px 0 0;
}
.slot-main-info .btns-wrap {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin: 5px 0;
    max-width: 100%}
.slot-main-info .btns-wrap a {
    min-width: 200px;
    margin: 5px 10px !important;
}
.slot-main-info .load-frame {
    display: none;
}
}@media (max-width:768px) {
    .error-page .error-page-number {
    font-size: 290px;
}
.bonus-container .casino-bonus{
	flex-direction: column;
	align-items: center;
}
.bonus-container .casino-bonus-info{
	padding-bottom: 8px
}
.bonus-container .btn-download{
	max-width: 400px
}
.bonus-container .panel-close{
	right: 0;
    top: 8px;	
}
}@media (max-width:600px) {
    .casino-main-info .casino-params {
    width: 100%;
    font-size: 16px;
}
.casino-main-info .casino-params .param-name i {
    width: 15px;
    height: 15px;
}
.casino-bottom-info .counter-item .caption {
    font-size: 14px;
}
.casino-bottom-info .counter-item .value {
    font-size: 18px;
}
.slot-bottom-info .slot-counters {
    align-items: center;
    padding: 0;
}
.slot-bottom-info .counter-item {
    padding: 0 5px;
}
.slot-bottom-info .counter-item .caption {
    font-size: 14px;
}
.slot-bottom-info .counter-item .value {
    font-size: 18px;
}
.other-apps .app-item {
    flex: 0 0 100px;
}
.block-with-screenshots .text {
    padding: 0;
}
.block-with-screenshots .screenshots {
    padding: 0;
}
.error-page .error-page-number {
    font-size: 230px;
}
}@media (max-width:480px) {
    .bell-holder {
    position: static;
}
.bell-holder .bonuses-area {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}
.content-text ol, .content-text ul {
    margin-left: 10px;
}
.how-choose-casino .item {
    min-width: 250px;
}
.how-choose-casino .item .icon {
    padding: 0;
}
.how-choose-casino .item i,
.how-choose-casino .item img {
    width: 40px;
    height: 40px;
    min-width: 40px
}
.comment .comment-item-left {
    margin-right: 20px;
}
.error-page .error-page-number {
    font-size: 160px;
}
.footer .links-col .caption {
    font-size: 20px;
}
.footer .links,
#menu-footer-menu {
    flex-direction: column;
}
.footer .links a,
#menu-footer-menu a {
    margin: 4px 0;
}
.footer .footer-bottom {
    flex-direction: column;
    margin: 0;
}
.footer .icons {
    margin: 10px 0 15px;
}
.slot-item.slick-slide {
    margin: 0 7px 20px;
}
.bonus-container .casino-bonus-info {
    font-size: 15px
}
.bonus-container{
	z-index: 99
}
}

.content-text ul li:before {
    height: 0!important;
}
.header .logo {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    display: block;
    padding: 10px 1em;
    background: #ff000040;
    font-family: Arial;
}
