.cc-window {
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    -webkit-transition: transform 1s ease;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    -webkit-transform: translateY(2em);
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-top {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cc-animate.cc-revoke.cc-active.cc-bottom {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cc-revoke:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    transition: max-height 1s
}

.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 10000
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-revoke:hover {
    text-decoration: underline
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em;
    text-decoration: underline
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active, .cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus, .cc-close:hover {
    opacity: 1
}

div.cc-blockingScreen {
    opacity: .5;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    position: fixed
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating > .cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.cc-window.cc-banner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 1em
}

.cc-allswitches.cc-floating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-compliance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-floating .cc-compliance > .cc-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cc-btn + .cc-btn {
    margin-left: .5em
}

.cc-switch-element {
    margin-bottom: .3em
}

.cc-switch {
    position: relative;
    display: inline-block;
    width: 2.3em;
    height: 1.4em;
    margin: 0 .3em 0 0;
    vertical-align: middle
}

.cc-switch-label {
    margin-right: .6em
}

.cc-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    display: none
}

.cc-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s
}

.cc-slider:before {
    position: absolute;
    content: "";
    height: 1em;
    width: 1em;
    left: .2em;
    bottom: .2em;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

input:checked + .cc-slider {
    background-color: #a0db8e
}

input:focus + .cc-slider {
    -webkit-box-shadow: 0 0 1px #a0db8e;
    box-shadow: 0 0 1px #a0db8e
}

input:checked + .cc-slider:before {
    -webkit-transform: translateX(.9em);
    transform: translateX(.9em)
}

.cc-slider.disabled:before {
    opacity: 45%
}

.cc-slider.classic {
    border-radius: .6em
}

.cc-slider.classic:before {
    border-radius: 50%
}

@media print {
    .cc-revoke, .cc-window {
        display: none
    }
}

@media screen and (max-width: 900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cc-window.cc-banner .cc-compliance {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }

    .cc-window.cc-banner .cc-message {
        margin-right: 0
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em;
    margin-bottom: 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
    margin-left: 0
}

.switcher-list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.switcher-list li a, .switcher-list li > span {
    color: #333
}

.switcher-list li a:hover, .switcher-list li > span:hover {
    color: #000
}

.switcher-list li a img, .switcher-list li > span img {
    display: inline-block;
    margin-right: 3px
}

.switcher-list li.active a, .switcher-list li.active > span {
    color: #000
}

.switcher-dropdown {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    position: relative
}

.switcher-dropdown a img, .switcher-dropdown span img {
    display: inline-block;
    margin-right: 3px
}

.switcher-dropdown a {
    color: #333
}

.switcher-dropdown a:hover {
    color: #000
}

.switcher-dropdown .language-dropdown {
    display: none;
    left: 0;
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    position: absolute;
    top: 100%
}

.switcher-dropdown > li {
    position: relative
}

.switcher-dropdown > li:hover .language-dropdown {
    display: block
}

.switcher-dropdown .item-language-main > span:hover {
    cursor: pointer
}

.wpm-languages.menu-item > a img {
    display: inline-block;
    margin-right: 5px
}

blockquote {
    margin: 10px 0;
    padding: 15px;
    background: #eee;
    border-radius: 10px
}

blockquote::before {
    content: '\201C'
}

blockquote::after {
    content: '\201D'
}

blockquote {
    display: inline
}

* {
    box-sizing: border-box;
    user-select: none
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: helvetica;
    font-size: 14px;
    background-color: #e5e5e5;
    counter-reset: casino;
    color: #000;
    position: relative;
    z-index: 0
}

p, ol, ul {
    font-size: var(--normal-font-size);
    margin-bottom: 16px;
    line-height: 28px;
    text-align: start;
}

/*p {
    margin: 0
}*/

ul {
    padding: 0;
    margin: 0
}

li {
    list-style: none
}

a {
    color: #ff5c00f7;
    text-decoration: none
}

a:hover, a:active {
    color: #cd118c
}

h1, h2, h3, h4, h5, h6 {
    color: #c69500;
    text-align: center;
    /*font-size: 14px;*/
    font-weight: 400;
    line-height: 1;
    margin: 0
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}


picture img {
    border-radius: 14px;
    margin: 20px auto;
}

/*img {
    max-width: 100%;
    max-height: 100%;
    height: auto
}*/

pre {
    background-color: #ccc;
    padding: 10px;
    margin: 10px
}

dt {
    color: #222020
}

dd {
    margin-bottom: 20px
}

.table-scroll {
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 7px;
    scrollbar-color: #4a5961;
    scrollbar-width: thin
}

@media (min-width: 768px) {
    .table-scroll {
        background: 0
    }
}

.table-scroll::-webkit-scrollbar {
    height: 5px;
    width: 0;
    background-color: #90a4ae
}

.table-scroll::-webkit-scrollbar-thumb {
    background-color: #4a5961
}

.table-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

.page {
}

.videoContainer {
    display: block;
    margin: 0 auto
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.alignright {
    float: right
}

.alignleft {
    float: left
}

.aligncenter {
    margin: 0 auto;
    display: block
}

.play, a.cc-btn, .comment-reply-link, #cancel-comment-reply-link, .logged-in-as a:last-child {
    min-width: 120px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border: 0;
    border-radius: 6px;
    outline: none !important;
    cursor: pointer;
    background: linear-gradient(86.29deg, #F80 -12.29%, rgba(255, 92, 0, 0.97) 90.67%);
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset
}

.big-play {
    max-width: 300px !important;
    font-size: 18px;
    height: 60px
}

.play.see-all {
    margin: 0 auto;
    max-width: 320px
}

.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button), .cli-style-v2 .cli_action_button:not(.cli-plugin-button), a.cc-btn:focus, a.cc-btn:focus-within {
    outline: none !important;
    text-decoration: none !important
}

button.play {
    font-family: helvetica
}

.play:hover, a.cc-btn:hover {
    background: linear-gradient(-86.29deg, #F80 -12.29%, rgba(255, 92, 0, 0.97) 90.67%)
}

.play:focus, a.cc-btn:focus {
    border: 0;
    outline: none
}

a.play {
    color: #fff
}

.play a {
    color: #fff
}

.page-title {
    color: #222020;
    font-size: 36px;
    line-height: 50px;
    font-family: helvetica;
    margin-top: 15px;
    margin-bottom: 30px
}

.page-text {
    margin-top: 50px;
    font-size: 18px;
    line-height: 30px
}

.page-text table {
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    border-collapse: collapse;
    overflow: hidden
}

.page-text table tr {
    border-bottom: 1px solid #e5e5e5
}

.page-text table tr:hover {
    color: #fff;
    background: linear-gradient(86.29deg, #F80 -12.29%, rgba(255, 92, 0, 0.97) 90.67%)
}

.page-text table td {
    padding: 10px
}

.page-text table tr:hover a {
    color: #fff
}

.page-text table tr:hover a:hover {
    color: #000
}

.page-text ul {
    padding: revert
}

.page-text li {
    list-style: inherit
}

.page-text {
    margin-bottom: 20px
}

/*.page-text img {
    padding: 10px
}*/

.page-text h1, .page-text h2, .page-text h3, .page-text h4, .page-text h5, .page-text h6 {
    line-height: 1.2;
    font-family: helvetica;
    font-weight: 700;
    margin-bottom: 10px;
    /*color: #222020*/
}

.page-text h2 {
    margin-top: 22px;
    font-size: 30px
}

.page-text h3 {
    margin-top: 20px;
    font-size: 24px
}

.page-text h4 {
    margin-top: 18px;
    font-size: 20px
}

.header, .breadcrumbs, .content {
    max-width: 1920px;
    margin: 0 auto
}

header {
    background-color: #fff
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    margin-bottom: 30px
}

.header .logo a {
    display: flex;
    align-items: center
}

.header .logo .img {
    margin-right: 10px;
    padding-top: 4px
}

.header .logo a span {
    font-family: helvetica;
    font-weight: 700
}

.right-logo > a {
    display: flex;
    align-items: center;
    padding: 10px
}

.right-logo .text {
    font-family: helvetica;
    font-weight: 700;
    display: inline-block;
    margin-left: 14px;
    font-size: 20px
}

.global-menu .wpm-language-switcher {
    position: relative;
    padding-left: 23px
}

.global-menu .wpm-language-switcher:before {
    content: '';
    position: absolute;
    z-index: 3;
    top: -8px;
    left: 20px;
    width: 3px;
    height: 52px;
    background: linear-gradient(177deg, #F80 -12.29%, rgba(255, 92, 0, 0.97) 90.67%)
}

.global-menu .wpm-language-switcher li span {
    font-size: 16px !important
}

.global-menu .switcher-list li.active > span, .global-menu .wpm-language-switcher li.active a:hover {
    color: #ff5c00f7
}

@media (min-width: 1400px) {
    .global-menu {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .global-menu .wpm-language-switcher {
        padding-left: 3px
    }

    .global-menu .wpm-language-switcher:before {
        content: '';
        position: absolute;
        z-index: 3;
        top: -12px;
        left: 0;
        width: 3px;
        height: 62px;
        background: linear-gradient(177deg, #F80 -12.29%, rgba(255, 92, 0, 0.97) 90.67%)
    }

    .global-menu .wpm-language-switcher li.active {
        position: relative;
        background: #fff;
        z-index: 2
    }
}

.global-menu .menu {
    display: flex;
    align-items: flex-start;
    margin-left: 20px;
    justify-content: space-between
}

.global-menu .sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: -999999px;
    transition: all .3s;
    transition-property: opacity;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, .1);
    max-width: initial
}

.sub-menu li {
    margin: 20px 0;
    line-height: 1.2
}

.global-menu .menu > li {
    position: relative;
    padding: 10px
}

.global-menu .menu > li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 2;
    left: 0
}

.global-menu li {
    padding: 0 10px;
    white-space: nowrap
}

.global-menu li a {
    font-size: 16px;
    transition: color .3s;
    color: #222020
}

.global-menu li a:hover {
    color: #fd7801
}

.content {
    display: flex;
    flex-direction: column;
    padding: 0 50px
}

.order-1 {
    order: 0
}

.order-2 {
    order: 1
}

.order-3 {
    order: 2
}

.order-4 {
    order: 3
}

.order-5 {
    order: 4
}

.order-6 {
    order: 5
}

.top-banners {
    display: block;
    padding: 0 50px
}

.top-banners > div {
    height: 90px;
    border-radius: 10px;
    text-align: center
}

.top-banners img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.top-banners .banner1 {
    width: calc(75% - 30px);
    text-align: left
}

.top-banners .banner2 {
    float: right;
    width: 25%
}

.top-banners .link, .right-banners .link {
    cursor: pointer
}

.breadcrumbs {
    padding: 0 50px;
    margin-top: 15px;
    margin-bottom: 10px
}

.blog {
    width: 100%;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0
}

.sidebar {
    width: 25%;
    min-width: 300px
}

.top-ten {
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 30px
}

.top-ten .topic {
    background-color: #ededed;
    border-radius: 10px 10px 0 0;
    padding: 0 17px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 20px;
    color: #625f5f
}

.top-ten .topic img {
    margin-right: 18px
}

.top-ten .items {
    padding: 0 17px
}

.top-ten .item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    cursor: default
}

.top-ten .item .img {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    background-position: center;
    background-size: cover;
    transition: margin-left .3s
}

.top-ten .item .title {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #625f5f
}

.top-ten .item .play {
    margin-left: auto;
    right: -300%;
    transition: right .3s;
    position: relative;
    z-index: -9999
}

.top-ten .item:hover .img {
    margin-left: -30px
}

.top-ten .item:hover .play {
    right: 0;
    z-index: 1
}

.top-ten .item .play:hover {
    color: #fff
}

.right-banners > a {
    display: block;
    height: 115px;
    border-radius: 10px;
    background-position: center;
    background-size: cover
}

.right-banners .banner3 {
    text-align: center;
    margin-bottom: 30px
}

.right-banners .banner4 {
    text-align: center
}

.page-php .page-descr {
    margin-top: 50px
}

.page-descr {
    margin-top: 15px
}

.page-descr .title {
    font-size: 36px;
    line-height: 50px;
    font-family: helvetica;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222020
}

.page-descr .descr {
    font-family: helvetica;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px
}

.page-descr .descr {
    line-height: 1.5;
    transition: .3s all
}

.page-descr .descr p {
    margin-bottom: 10px
}

.page-descr.showed .inner {
    height: auto;
    -webkit-line-clamp: initial
}

.page-descr .btn_more {
    text-align: right;
    margin: 20px;
    cursor: pointer;
    transition: opacity .3s
}

.page-descr .btn_more:hover {
    opacity: .8;
    text-decoration: underline
}

.item.card-casino {
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 35px;
    counter-increment: casino;
    overflow: hidden
}

.card-casino .img {
    display: block;
    flex-basis: 184px;
    height: 184px;
    flex-shrink: 0;
    cursor: pointer
}

.card-casino .img pictute, .card-casino .img img {
    display: block;
    position: absolute;
    height: 184px;
    width: 184px;
    object-fit: cover;
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px
}

.card-casino .number {
    position: absolute;
    width: 34px;
    height: 34px;
    padding-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #fff;
    font-size: 20px;
    border-radius: 10px 0 30px;
    background: linear-gradient(86.29deg, #F80 -12.29%, rgba(255, 92, 0, 0.97) 90.67%)
}

.card-casino .number:before {
    content: counter(casino)
}

.link {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    flex-wrap: wrap
}

.card-casino .title {
    font-family: helvetica;
    font-weight: 700;
    font-size: 20px;
    color: #222020;
    line-height: 1.5
}

.card-casino .title .fa-arrow-circle-right {
    width: 16px;
    height: 16px
}

.card-casino .entry-date {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 300;
    color: #fd7801
}

.card-casino .name {
    white-space: nowrap;
    color: silver;
    font-size: 14px;
    margin-bottom: 10px
}

.card-casino .info {
    padding: 10px 20px;
    width: 100%
}

.card-casino .info-inner {
    display: flex;
    justify-content: space-between
}

.card-casino .info-inner > div {
    width: 20%;
    padding-right: 10px;
    min-width: 110px
}

.card-casino .info-inner .first-column {
    width: 35%;
    padding-right: 10px
}

.card-casino .info-bottom {
    margin-top: 10px;
    display: flex;
    justify-content: space-between
}

.card-casino .bonus {
    display: flex
}

.card-casino .bonus .name {
    font-weight: 500;
    margin-right: 5px;
    margin-bottom: 6px
}

.card-casino .limit-online {
}

.card-casino .info-inner .buttons {
    width: 30%;
    min-width: 125px;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 0
}

.card-casino .play {
    width: 100%;
    height: 40px;
    display: flex;
    margin-left: auto;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border: 0;
    border-radius: 6px;
    background: linear-gradient(86.29deg, #F80 -12.29%, rgba(255, 92, 0, 0.97) 90.67%)
}

.card-casino .play:hover {
    background: linear-gradient(-86.29deg, #F80 -12.29%, rgba(255, 92, 0, 0.97) 90.67%)
}

.card-casino .play:last-child {
    margin-bottom: 0;
    background: linear-gradient(86.29deg, #1f0 -12.29%, rgba(0, 201, 4, 0.97) 90.67%)
}

.card-casino .play:last-child:hover {
    background: linear-gradient(86.29deg, rgba(0, 201, 4, 0.97) -12.29%, #1f0 90.67%)
}

.card-casino .payments {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.card-casino .payments img {
    max-height: 28px;
    margin-left: 10px
}

.card-casino .descr {
    line-height: 20px;
    height: 40px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 7px
}

.rating {
    display: flex;
    align-items: center
}

.rating > ul {
    display: flex;
    align-items: center;
    margin-right: 10px
}

.rating li {
    margin-right: 1px
}

.star-fill {
    display: none
}

.stars-1 li:first-child .star-fill {
    display: block
}

.stars-1 li:first-child .star {
    display: none
}

.stars-2 li:nth-child(-n+2) .star-fill {
    display: block
}

.stars-2 li:nth-child(-n+2) .star {
    display: none
}

.stars-3 li:nth-child(-n+3) .star-fill {
    display: block
}

.stars-3 li:nth-child(-n+3) .star {
    display: none
}

.stars-4 li:nth-child(-n+4) .star-fill {
    display: block
}

.stars-4 li:nth-child(-n+4) .star {
    display: none
}

.stars-5 li:nth-child(-n+5) .star-fill {
    display: block
}

.stars-5 li:nth-child(-n+5) .star {
    display: none
}

.stars-6 li:nth-child(-n+6) .star-fill {
    display: block
}

.stars-6 li:nth-child(-n+6) .star {
    display: none
}

.stars-7 li:nth-child(-n+7) .star-fill {
    display: block
}

.stars-7 li:nth-child(-n+7) .star {
    display: none
}

.stars-8 li:nth-child(-n+8) .star-fill {
    display: block
}

.stars-8 li:nth-child(-n+8) .star {
    display: none
}

.stars-9 li:nth-child(-n+9) .star-fill {
    display: block
}

.stars-9 li:nth-child(-n+9) .star {
    display: none
}

.stars-10 li:nth-child(-n+10) .star-fill {
    display: block
}

.stars-10 li:nth-child(-n+10) .star {
    display: none
}

.cat_slot .cat_slot_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: calc(100% + 30px);
    margin-left: -15px
}

.card-slot {
    width: 33.3333%;
    min-width: 200px;
    padding: 0 15px 30px
}

.card-slot .inner {
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden
}

.card-slot .img {
    display: block;
    height: 160px;
    position: relative;
    overflow: hidden
}

.card-slot .img pictute, .card-slot .img img {
    display: block;
    position: absolute;
    height: auto;
    min-height: 160px;
    max-height: unset;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    left: 0;
    top: 0;
    max-width: unset;
    object-fit: cover;
    object-position: center
}

.card-slot .info {
    padding: 20px;
    text-align: center
}

.card-slot:not(.card-new) .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 160px)
}

.card-slot .title {
    font-family: helvetica;
    font-weight: 700;
    font-size: 16px;
    color: #222020;
    text-overflow: ellipsis;
    line-height: 20px
}

.card-slot:not(.card-new) .title:hover {
    color: #f80;
    background: -webkit-linear-gradient(86.29deg, #F80 -12.29%, rgba(255, 92, 0, 0.97) 90.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.card-slot .descr {
    line-height: 20px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 200px;
    margin: 6px auto
}

.card-slot .play {
    width: 170px;
    height: 40px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 6px
}

.card-bonus .descr {
    color: #fe6007;
    margin-bottom: 15px
}

.card-bonus .entry-date {
    font-size: 14px;
    margin-bottom: 10px
}

.card-bonus .more {
    margin-bottom: 10px
}

.card-bonus .more a {
    color: #919294
}

.card-bonus .more a:hover {
    text-decoration: underline
}

.card-bonus .play {
    margin-top: 10px;
    bottom: 0;
    position: relative
}

.card-new {
    width: 33.3333%;
    max-width: 378px;
    padding: 0 15px 30px;
    color: #fff
}

.card-new .inner {
    position: relative
}

.card-new .inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180.16deg, rgba(255, 255, 255, 0) 0.28%, rgba(253, 120, 1, 0.8) 44.41%);
    width: 100%;
    height: 100%;
    transition: all .2s ease-in;
    z-index: 2
}

.card-new:hover .inner:after {
    opacity: .6
}

.card-new .info {
    position: relative;
    height: 100%;
    color: #fff;
    padding: 40px 20px;
    font-size: 16px
}

.card-new .info pictute, .card-new .info img {
    display: block;
    position: absolute;
    height: 100%;
    max-height: unset;
    width: auto;
    max-width: unset;
    left: 50%;
    top: 0;
    transform: translateX(-50%)
}

.card-new .title {
    -webkit-line-clamp: 4;
    height: 80px;
    max-width: 100%;
    text-align: left;
    color: #fff;
    position: relative;
    z-index: 3
}

.card-new .date-link {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.card-new .date {
    color: #e6e6e6;
    font-size: 12px;
    line-height: 15px
}

.card-new .more a {
    line-height: 17px;
    color: #fff
}

.some-slots, .some-bonuses, .some-news {
    margin-top: 80px
}

.some-news {
    margin-bottom: 80px
}

.some-slots .items, .some-bonuses .items, .some-news .items {
    display: flex;
    width: calc(100% + 30px);
    margin-left: -15px
}

.some-slots .head, .some-bonuses .head, .some-news .head {
    color: #222020;
    font-size: 36px;
    line-height: 50px;
    font-family: helvetica;
    font-weight: 700;
    margin-bottom: 10px;
    transition: all .15s ease-in
}

.home .some-slots .head:hover, .home .some-bonuses .head:hover, .home .some-news .head:hover {
    color: #f80;
    background: -webkit-linear-gradient(86.29deg, #F80 -12.29%, rgba(255, 92, 0, 0.97) 90.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.some-slots .desc, .some-bonuses .desc, .some-news .desc {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px
}

.some-slots .read-more, .some-bonuses .read-more, .some-news .read-more {
    text-align: right
}

.some-slots .read-more a, .some-bonuses .read-more a, .some-news .read-more a {
    transition: opacity .3s
}

.some-slots .read-more a:hover, .some-bonuses .read-more a:hover, .some-news .read-more a:hover {
    opacity: .8;
    text-decoration: underline
}

.single-slot .page-text {
    margin-top: 50px
}

.single-slot .post-image .inner {
    background-image: url(/wp-content/uploads/2019/11/image-46_slot.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    padding-bottom: 40%;
    border-radius: 10px;
    margin-bottom: 30px
}

.single-slot > .title {
    color: #222020;
    font-size: 36px;
    line-height: 50px;
    font-family: helvetica;
    font-weight: 700;
    margin-top: 15px
}

.single-slot .demo-game-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    opacity: .8;
    transition: opacity .3s
}

.single-slot .demo-game-btn:hover {
    opacity: 1
}

.single-slot .demo-game-btn .round {
    border: 15px solid #fff;
    border-radius: 50%;
    width: 150px;
    height: 150px
}

.single-slot .demo-game-btn .corner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 40px solid transparent;
    border-left: 60px solid #fff;
    margin-left: 30px
}

.single-slot .post-image .play {
    max-width: 200px;
    margin: 0 auto 30px;
    padding: 0 38px
}

.single-slot .demo_frame {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

.single-slot .demo_frame.showed {
    display: block
}

.single-slot .demo_frame iframe {
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%
}

.single-slot .custom-fields, .single-casino .custom-fields {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px
}

.single-slot .custom-fields .left, .single-casino .custom-fields .left {
    display: flex;
    align-items: center
}

.single-slot .custom-fields .icon, .single-casino .custom-fields .icon {
    margin-right: 10px;
    width: 40px;
    flex-shrink: 0;
    text-align: center
}

.single-slot .custom-fields li, .single-casino .custom-fields li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .06)
}

.single-bonus .post-image {
    background-image: url(image-46_tn.jpg)
}

.single-bonus .post-image {
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 10px;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
    min-height: 210px
}

.single-bonus .post-image .inner {
    padding-bottom: 30px
}

.single-bonus .post-image .title {
    font-family: helvetica;
    font-weight: 700;
    font-size: 30px;
    padding-top: 20px;
    max-width: 60%;
    margin: 0 auto;
    min-width: 500px;
    line-height: 1.2
}

.single-bonus .post-image .bonus {
    max-width: 400px;
    margin: 0 auto 30px;
    font-family: helveticaregular, sans-serif;
    font-size: 30px;
    line-height: 34px
}

.single-bonus > .title {
    color: #222020;
    font-size: 36px;
    line-height: 50px;
    font-family: helvetica;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 30px
}

.single-bonus .post-image .play {
    min-width: 180px;
    padding: 10px;
    margin: 0 auto;
    max-width: 200px
}

.single-bonus .custom-fields {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px
}

.single-bonus .custom-fields .left {
    display: flex;
    align-items: center
}

.single-bonus .custom-fields li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .06)
}

.single-bonus .custom-fields .icon {
    margin-right: 10px;
    width: 40px;
    flex-shrink: 0;
    text-align: center
}

.single-casino .casino-fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 50px;
    background: #fff;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    transition: all .25s ease-in;
    transform: translateY(-100%);
    z-index: 9999
}

.single-casino .casino-fixed-header .title-and-button {
    display: flex;
    justify-content: center;
    align-items: center
}

.single-casino .casino-fixed-header .fixed-title {
    margin-right: 25px;
    font-family: helvetica;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    color: #222020
}

.single-casino .casino-fixed-header .play {
    min-width: 170px
}

.single-casino .casino-header {
    display: flex;
    min-height: 165px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #fff
}

.single-casino .casino-header .image-block {
    position: relative;
    width: 180px;
    min-width: 180px;
    height: auto;
    margin-right: 50px;
    cursor: pointer
}

.single-casino .casino-header .attachment-post-thumbnail {
    position: relative;
    margin-top: 25px;
    margin-left: 25px;
    width: 180px;
    min-width: 180px;
    height: 180px;
    min-height: 180px
}

.single-casino .casino-header .title-and-button {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%
}

.entry-date {
    display: block;
    color: #fd7801
}

.page-descr .entry-date {
    margin-bottom: 10px
}

.single-casino .casino-header .entry-date {
    margin: 3px 0
}

.single-casino .casino-header .entry-date.entry-date-mobile {
    display: none
}

.single-casino .casino-header .title-and-button .title {
    color: #222020;
    font-size: 36px;
    line-height: 100%;
    font-family: helvetica;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px
}

.single-casino .casino-header .title-and-button .play {
    min-width: 220px;
    margin-bottom: 15px
}

.single-casino .play-mob {
    display: none
}

.single-casino .casino-header .rating-circle, .single-casino .casino-fixed-header .rating-circle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-right: 25px
}

.single-casino .casino-header .ratting-circle-border, .single-casino .casino-fixed-header .ratting-circle-border {
    width: 98px;
    height: 98px;
    padding: 4px;
    background: linear-gradient(86.29deg, #F80 -12.29%, rgba(255, 92, 0, 0.97) 90.67%);
    border-radius: 69px
}

.single-casino .casino-header .rating-value, .single-casino .casino-fixed-header .rating-value {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    width: 90px;
    background-color: #fff;
    border-radius: 46px;
    font-size: 24px;
    font-weight: 600
}

.single-casino .casino-header .rating-description {
    margin-top: 3px;
    line-height: 90%
}

.single-casino .custom-fields {
    margin-top: 50px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden
}

.single-casino .custom-fields .value {
    padding-left: 20px;
    text-align: right;
    overflow-x: auto
}

.single-casino .page-text {
    margin-top: 50px
}

.single-new {
    margin-top: 0
}

.page-404 .blog {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 100px
}

.page-404 .content-height {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%
}

.page-404 .main-content {
    flex-shrink: 0;
    width: calc(100% - 268px);
    min-width: 300px;
    text-align: center
}

.page-404 h1.title {
    color: #222020;
    font-size: 56px;
    line-height: 50px;
    font-family: helvetica;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 30px
}

.page-404 .play {
    max-width: 250px;
    margin: 0 auto
}

#scrollToTopBtn {
    z-index: 9999;
    position: fixed;
    right: 10px;
    bottom: 10px;
    opacity: .6;
    transition: .3s;
    cursor: pointer;
    display: none
}

#scrollToTopBtn svg {
    width: 50px;
    height: 50px;
    color: #f80
}

#scrollToTopBtn:hover {
    opacity: 1;
    transition: .3s
}

@media all and (max-width: 611px) {
    .page-404 .blog {
        margin-top: 35px
    }

    .page-404 img {
        order: 2
    }

    .page-404 .main-content {
        margin-bottom: 50px;
        order: 1
    }
}

.pagination {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center
}

.nav-links {
    display: inline-block;
    margin-bottom: 60px;
    padding: 10px 30px;
    background-color: #fff;
    border-radius: 6px
}

.page-numbers {
    display: inline-block;
    min-width: 24px;
    padding: 7px;
    font-size: 16px;
    color: #222020;
    font-weight: 700;
    background: 0 0;
    border: 0;
    outline: none
}

.page-numbers:not(.current) {
    cursor: pointer
}

.page-numbers.current, .page-numbers:hover {
    color: #f80;
    background: -webkit-linear-gradient(86.29deg, #F80 -12.29%, rgba(255, 92, 0, 0.97) 90.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.wp-caption img {
    padding-bottom: 0
}

.wp-caption p {
    font-size: 14px;
    line-height: 1.2;
    padding: 0 10px;
    font-style: italic
}

.faq-content h4 {
    margin-top: 18px
}

.faq-content p {
    margin-bottom: 5px
}

.comments-area {
    padding: 30px;
    background: #fff;
    border-radius: 10px
}

.comment-list {
    margin: 0;
    padding: 0
}

.commentlist {
    opacity: 0;
    background: #ff5c5c;
    animation: 2.7s cubic-bezier(0, 0, 0, 1) both .5s new-comment-animation
}

@keyframes new-comment-animation {
    0% {
        background: #ff5c5c;
        opacity: 0
    }
    100% {
        background: #fff;
        opacity: 1
    }
}

li.comment:not(:last-child) {
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, .06)
}

ol.children, .comment .commentlist {
    margin-left: 45px;
    padding-left: 0
}

.comment-respond {
    margin-top: 25px;
    margin-bottom: 12px
}

.comment .comment-respond {
    margin-top: 10px;
    margin-bottom: 12px
}

@media (min-width: 992px) {
    .comment .comment-respond {
        margin: 25px 0 12px 127px
    }

    ol.children, .comment .commentlist {
        margin-left: 127px
    }
}

.children li.comment {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.comment-reply-title {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 12px;
    font-family: helvetica;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    color: #222020
}

.reply {
    display: flex;
    justify-content: flex-end
}

.logged-in-as {
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0 10px
}

.logged-in-as a:last-child {
    max-height: 30px;
    margin-left: 15px
}

.comment-awaiting-moderation {
    color: rgba(255, 92, 0, .97)
}

.comment-form-author, .comment-form-comment {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px
}

.comment-author .fn {
    font-size: 20px
}

.comment-meta a {
    display: inline-block;
    margin: 5px 0 15px;
    color: #c3c3c3
}

.comment-author img {
    float: left;
    margin: 0 15px 15px 0
}

.comment-reply-link {
    max-width: 110px;
    max-height: 30px;
    margin-top: 5px;
    margin-bottom: 10px
}

a.comment-reply-link:hover, a.comment-reply-link:active, a.comment-reply-link:visited {
    color: #fff
}

#cancel-comment-reply-link {
    display: inline-flex;
    min-width: 181px;
    max-height: 30px
}

@media (min-width: 568px) {
    .comment-reply-title {
        flex-direction: row
    }

    #cancel-comment-reply-link {
        margin-left: 23px
    }
}

.comments-area input, .comments-area textarea {
    border: 1px solid rgba(0, 0, 0, .06)
}

.contact-grid {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center
}

.contact-grid .map, .contact-grid iframe {
    margin-top: 25px
}

.form-container {
    width: 100%;
    max-width: 700px;
    margin-right: 50px
}

.contact-form, .contact-form input, .contact-form textarea {
    width: 100%
}

.contact-form {
    margin-top: 30px
}

.contact-form input, .contact-form textarea {
    padding: 5px 15px;
    margin-bottom: 15px;
    min-height: 35px;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 5px
}

.contact-form input[type=submit] {
    max-width: 300px;
    line-height: initial
}

.contact-form input[type=submit].accepted {
    background: #90ee90;
    background: linear-gradient(86.29deg, lightgreen -12.29%, darkgreen 90.67%);
    pointer-events: none
}

.contact-form input[type=submit].error {
    background: red;
    background: linear-gradient(86.29deg, red -12.29%, darkred 90.67%);
    pointer-events: none
}

@media (max-width: 1200px) {
    .contact-grid .map {
        max-width: 550px
    }
}

@media (max-width: 999px) {
    .contact-grid {
        flex-direction: column
    }

    .contact-form {
        margin: 25px auto 30px
    }

    .form-container {
        margin-right: 0;
        width: auto
    }

    .contact-grid .map {
        max-width: 100%
    }
}

footer {
    background-color: #443227;
    color: #fff;
    padding: 20px 50px 30px;
    margin-top: 120px
}

footer:not(.new-footer) .row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px
}

footer .right-logo .text {
    color: #fff
}

footer .you_tube_chanel img {
    margin-left: 5px;
    width: 100px
}

footer .logo span:nth-child(1) {
}

footer .logo span {
}

.new-footer .row {
    display: flex;
    flex-wrap: wrap
}

.new-footer .footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%
}

.new-footer .footer-logo .logo-block {
    display: flex;
    align-items: center;
    margin-right: 15px;
    min-width: 188px
}

.new-footer .footer-logo .logo-block .text {
    display: inline-block;
    margin-left: 10px;
    font-family: helvetica;
    font-weight: 700;
    font-size: 20px;
    color: #fff
}

.new-footer .footer-logo .you_tube_chanel {
    margin-right: 20px
}

.footer-links-menu {
    width: 33%;
    padding-right: 10px
}

.footer-links-menu p {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: helvetica;
    font-weight: 700;
    font-size: 18px;
    color: #ff5c00f7
}

.footer-links-menu ul li a {
    display: block;
    margin-bottom: 3px
}

.footer-links-menu ul li a, .footer-menu .menu a {
    color: #fff;
    transition: color .15s ease-in
}

.footer-links-menu ul li:hover a, .footer-menu .menu li:hover a {
    color: #f80
}

.footer-menu .menu {
    display: flex;
    justify-content: center;
    margin-top: 20px
}

.footer-menu .menu a {
    margin: 0 10px
}

footer .years p {
    border-radius: 50%;
    border: 2px solid #e93e3a;
    height: 33px;
    width: 33px;
    position: relative
}

footer .years span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px
}

footer .logos {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px
}

footer .logos a {
    margin: 10px
}

footer .copyright {
    text-align: center
}

footer .copyright p {
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    color: #ccc
}

@media (min-width: 1400px) {
    .global-menu .menu > li {
        line-height: 48px
    }

    .mobile-menu-button {
        display: none
    }
}

@media (max-width: 1399px) {
    .mobile-menu-button {
        display: block;
        width: 40px;
        padding: 0 5px;
        cursor: pointer;
        transition: opacity .3s
    }

    .mobile-menu-button:hover, .mobile-menu-button:active {
    }

    .mobile-menu-button.opened {
    }

    .mobile-menu-button span {
        display: block;
        height: 4px;
        background-color: #000;
        margin: 5px 0;
        transition: transform .3s
    }

    .mobile-menu-button.opened span {
        margin: 0
    }

    .mobile-menu-button.opened span:nth-child(1) {
        transform: rotate(45deg) translate(7px, 5px)
    }

    .mobile-menu-button.opened span:nth-child(2) {
        display: none
    }

    .mobile-menu-button.opened span:nth-child(3) {
        transform: rotate(-45deg) translate(-3px, 5px)
    }

    .mobile-menu-button.opened + .global-menu {
        left: 0
    }

    .global-menu {
        position: fixed;
        left: -100%;
        top: 0;
        background-color: #fff;
        z-index: 2;
        height: 100%;
        transition: left .3s
    }

    .global-menu .menu {
        display: block;
        padding: 10px;
        margin-left: 0
    }
}

@media (max-width: 1199px) {
    .blog {
        width: 100%
    }

    .sidebar {
        display: none
    }

    .card-casino .img {
    }

    .card-casino .info-inner {
    }

    .first-column, .limit-online, .license-online, .mindeposit-online {
    }

    .card-casino .info-inner .buttons {
        width: 100%;
        margin-bottom: 10px
    }

    .some-slots .items, .some-bonuses .items, .some-news .items {
        flex-wrap: wrap
    }
}

@media (max-width: 999px) {
    .blog {
    }

    .page-descr .title, .single-slot > .title {
        font-size: 26px;
        line-height: 30px
    }

    .some-slots .head, .some-bonuses .head, .some-news .head {
        font-size: 26px;
        line-height: 30px
    }

    .top-banners {
        display: none
    }

    .sidebar {
    }

    .some-slots .items, .some-bonuses .items, .some-news .items {
        flex-wrap: wrap
    }

    .card-slot {
        width: 50%
    }

    .footer-menu .menu {
        flex-wrap: wrap;
        white-space: nowrap;
        justify-content: center
    }

    .footer-menu .menu a {
        margin-bottom: 10px;
        display: block
    }

    .content {
        padding-left: 20px;
        padding-right: 20px
    }

    .header {
        padding: 0 20px
    }

    .breadcrumbs {
        padding-left: 20px;
        padding-right: 20px
    }

    footer {
        padding-left: 20px;
        padding-right: 20px
    }

    .card-casino .info {
        padding: 10px
    }

    .card-casino .info-inner > div {
        min-width: 105px
    }

    .card-casino .payments {
        display: none
    }

    .single-casino .casino-fixed-header .fixed-title {
        font-size: 24px
    }

    .single-casino .casino-header {
        min-height: 65px
    }

    .single-casino .casino-header .image-block {
        position: relative;
        width: 110px;
        min-width: 110px;
        height: 110px;
        margin-right: 0
    }

    .single-casino .casino-header .attachment-post-thumbnail {
        position: relative;
        top: 10px;
        left: 10px;
        margin: 0;
        width: 90px;
        min-width: 90px;
        height: 90px;
        min-height: 90px
    }

    .single-casino .casino-header .rating-circle, .single-casino .casino-fixed-header .rating-circle {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-right: 10px
    }

    .single-casino .casino-header .title-and-button .title, .single-casino .casino-fixed-header .title-and-button .title {
        margin-bottom: 10px;
        font-size: 24px
    }

    .single-casino .casino-header .ratting-circle-border, .single-casino .casino-fixed-header .ratting-circle-border {
        width: 69px;
        height: 69px;
        padding: 3px
    }

    .single-casino .casino-header .rating-value, .single-casino .casino-fixed-header .rating-value {
        height: 63px;
        width: 63px;
        font-size: 16px
    }

    .single-casino .casino-header .rating-description {
        font-size: 11px
    }
}

@media (max-width: 767px) {
    .item.card-casino {
        flex-wrap: wrap;
        position: relative
    }

    .card-casino .info-inner .buttons {
        position: absolute;
        top: 30px;
        right: 10px
    }

    .card-casino .play {
        width: calc(100% - 170px)
    }

    .card-casino .img {
        flex-basis: 150px;
        height: 150px
    }

    .card-casino .img img {
        height: 150px;
        width: 150px
    }

    .card-casino .info {
    }

    .card-casino .title {
        font-size: 15px;
        text-align: center
    }

    .card-casino .title .fa-arrow-circle-right {
        width: 15px;
        height: 15px
    }

    .card-casino .info-inner {
        flex-wrap: wrap;
        margin-bottom: 10px
    }

    .card-casino .info-bottom {
    }

    .card-casino .payments {
        display: none
    }

    .single-casino .casino-fixed-header {
        padding: 10px 15px
    }

    .single-bonus .post-image .title {
        font-size: 20px;
        min-width: 0;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .single-bonus .custom-fields, .single-slot .custom-fields, .single-casino .custom-fields {
        padding: 10px
    }

    .single-bonus .custom-fields li, .single-slot .custom-fields li, .single-casino .custom-fields li {
        padding: 10px 0
    }

    .single-bonus .custom-fields .left, .single-slot .custom-fields .left, .single-casino .custom-fields .left {
        font-weight: 500
    }

    footer .logos {
        flex-wrap: wrap
    }

    footer .row {
        flex-wrap: wrap
    }

    footer .center {
        order: 3;
        margin: 20px 0
    }

    footer .years {
        order: 2
    }

    .footer-links-menu {
        width: 50%
    }
}

@media (max-width: 576px) {
    .single-casino .casino-fixed-header .title-and-button {
        flex-direction: column;
        align-items: flex-start
    }

    .single-casino .casino-fixed-header .fixed-title {
        font-size: 18px;
        margin-bottom: 5px
    }

    .single-casino .page-text {
        margin-top: 22px
    }

    .single-casino .casino-header, .single-bonus .post-image, .single-bonus .custom-fields, .single-slot .custom-fields, .single-casino .custom-fields, .comments-area {
        min-width: calc(100% + 40px);
        margin-left: -20px
    }

    .single-casino .casino-header .image-block {
        width: 90px;
        min-width: 90px;
        height: auto
    }

    .single-casino .casino-header .attachment-post-thumbnail {
        width: 70px;
        min-width: 70px;
        height: 70px;
        min-height: 70px
    }

    .single-casino .casino-header .entry-date.entry-date-desktop {
        display: none
    }

    .single-casino .casino-header .entry-date.entry-date-mobile {
        display: block;
        margin-top: 10px;
        margin-left: 5px;
        font-size: 12px
    }

    .single-casino .casino-header .title-and-button {
        display: flex;
        align-content: center
    }

    .single-casino .casino-header .title-and-button .play {
        display: none
    }

    .single-casino .play-mob {
        display: flex;
        min-width: 170px;
        margin: 0 auto;
        margin-top: 15px
    }

    .single-casino .casino-header .title-and-button .title {
        display: flex;
        align-items: center;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 22px
    }

    .single-casino .casino-header .ratting-circle-border {
        width: 56px;
        height: 56px;
        padding: 3px
    }

    .single-casino .casino-header .rating-value {
        height: 50px;
        width: 50px;
        font-size: 13px
    }

    .card-casino .link {
        flex-direction: column
    }

    .card-casino .entry-date {
        margin-left: 0
    }

    .footer-links-menu {
        width: 100%
    }
}

@media (max-width: 479px) {
    .card-slot {
        width: 100%
    }

    .single-slot .demo-game-btn .round {
        border: 10px solid #fff;
        width: 100px;
        height: 100px
    }

    .single-slot .demo-game-btn .corner {
        border: 20px solid transparent;
        border-left: 30px solid #fff;
        margin-left: 10px
    }

    .new-footer .footer-logo {
        justify-content: flex-start
    }

    .new-footer .footer-logo .logo-block {
        width: 100%
    }
}

#commentform .gglcptch {
    padding: 0
}