
@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(#000, 0);
    line-height: 1.15
}

@-ms-viewport {
    width: device-width
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

.description {
    background-color: #eee;
    color: #888;
    margin: auto
}

#descrip-expand {
    display: none
}

.addtext {
    display: block;
    font-size: 10px;
    margin-bottom: 5px;
    padding-top: 15px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #2660a4;
    text-decoration: underline
}

.col_games {
    position: relative;
    width: 180px
}

.addgamesul {
    display: flex;
    align-items: center
}

.addgamesli {
    margin-right: 10px;
    border-radius: 50%;
    background-color: #fff
}

.addgamesli:last-child {
    margin-right: 0
}

.col_games .img-main img {
    width: 50px;
    height: 48px;
    border-radius: 50%;
    transition: transform .3s linear
}

.game-title {
    display: flex;
    align-items: center
}

.game-title span {
    width: 100px;
    margin-right: 10px !important;
    font-size: 12px
}

.game-title span:last-child {
    margin-right: 0
}

.addgamesli:nth-child(2) .img-modal {
    left: -5px;
    top: -200px;
    padding: 8px;
    position: absolute;
    height: 220px;
    width: 250px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    z-index: 99
}

.addgamesli:nth-child(4) .img-modal {
    left: 55px;
    top: -200px;
    padding: 8px;
    position: absolute;
    height: 220px;
    width: 250px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    z-index: 99
}

.addgamesli:nth-child(6) .img-modal {
    left: 115px;
    top: -200px;
    padding: 8px;
    position: absolute;
    height: 220px;
    width: 250px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    z-index: 99
}

.img-modal img {
    width: 100% !important;
    border-radius: 0 !important;
    height: 100% !important
}

.img-modal::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    left: 20px;
    bottom: -8px;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff
}

.col_games .img-main:hover .img-modal {
    display: block
}

.addgamesli:nth-child(1):hover .addgamesli:nth-child(2) {
    display: block !important
}

.whatslotslike {
    justify-content: flex-start !important
}

.whatslotslike::before {
    content: url("../img/check.svg");
    font-size: 12px;
    line-height: 18px;
    margin-right: 3px
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    background-color: #000;
    color: #feffff;
    font-family: 'Proxima Nova', sans-serif;
    line-height: 1.2
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5em
}

dl,
ol,
p,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    -webkit-text-decoration: underline dotted;
    border-bottom: 0;
    text-decoration: underline dotted;
    cursor: help
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.header_nav ul>li.active>a,
dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote,
figure {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent;
    color: #2660a4;
    text-decoration: underline
}

a:hover {
    color: #000
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace;
    font-size: 1em
}

pre {
    -ms-overflow-style: scrollbar;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

img,
svg {
    vertical-align: middle
}

img {
    border-style: none
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: 12px;
    padding-bottom: 12px;
    color: gray;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: .5rem;
    padding: 0;
    color: inherit;
    font-size: 1.5rem;
    line-height: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: none;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

p:empty {
    display: none
}

.swiper-container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    list-style: none
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.logo>a,
.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-slide,
.swiper-wrapper {
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    position: relative;
    width: 100%;
    height: 100%;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-wrapper {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    margin: 0 auto;
    transition-timing-function: ease-out
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    align-items: flex-start;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    z-index: 10;
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 27px 44px;
    cursor: pointer
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    right: auto;
    left: 10px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    z-index: 10;
    position: absolute;
    transform: translate3d(0, 0, 0);
    text-align: center;
    transition: .3s opacity
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    position: relative;
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    background: #007aff;
    opacity: 1
}

.swiper-container-vertical>.swiper-pagination-bullets {
    -webkit-transform: translate3d(0, -50%, 0);
    top: 50%;
    right: 10px;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    width: 8px;
    transform: translateY(-50%)
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -o-transition: .2s transform, .2s top;
    -webkit-transition: .2s transform, .2s top;
    -webkit-transition: .2s transform, .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top, .2s -webkit-transform;
    display: inline-block;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -o-transition: .2s transform, .2s left;
    -webkit-transition: .2s transform, .2s left;
    -webkit-transition: .2s transform, .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left, .2s -webkit-transform;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -o-transition: .2s transform, .2s right;
    -webkit-transition: .2s transform, .2s right;
    -webkit-transition: .2s transform, .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right, .2s -webkit-transform;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    position: absolute;
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
    background: #007aff
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: 0;
    left: 0;
    width: 100%;
    height: 4px
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    top: 0;
    left: 0;
    width: 4px;
    height: 100%
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill,
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-black .swiper-pagination-bullet-active,
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    -ms-touch-action: none;
    position: relative;
    border-radius: 10px;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    z-index: 50;
    position: absolute;
    bottom: 3px;
    left: 1%;
    width: 98%;
    height: 5px
}

.swiper-container-vertical>.swiper-scrollbar {
    z-index: 50;
    position: absolute;
    top: 1%;
    right: 3px;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(0, 0, 0, .5)
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

#bottom-content.brief .bc_content-full,
#bottom-content.full .bc_content-brief,
.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    -o-object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    margin-left: -21px;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    content: ''
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

.swiper-container .swiper-notification {
    z-index: -1000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    visibility: hidden;
    z-index: 1;
    width: 100%;
    height: 100%;
    transform-origin: 0 0;
    backface-visibility: hidden;
    pointer-events: none
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    visibility: visible;
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    z-index: 0;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    -webkit-filter: blur(50px);
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: blur(50px);
    opacity: .6
}

.swiper-container-flip .swiper-slide {
    -webkit-backface-visibility: hidden;
    z-index: 1;
    backface-visibility: hidden;
    pointer-events: none
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    z-index: 0;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

@font-face {
    src: url("../fonts/Fontello/fontello.eot") format("embedded-opentype"), url("../fonts/Fontello/fontello.woff2") format("woff2"), url("../fonts/Fontello/fontello.woff") format("woff"), url("../fonts/Fontello/fontello.ttf") format("truetype");
    font-family: Fontello;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

.star:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 1em;
    font-family: Fontello;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.sr-only {
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    white-space: nowrap !important;
    clip-path: inset(50%) !important
}

body.overflow-y-hide {
    overflow-y: hidden
}

.header_burger span,
.header_nav ul,
.modal,
.modal-content,
.nav_logo,
.star:before,
a,
a>h3 {
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.container {
    position: relative;
    width: 1120px;
    margin: 0 auto
}

[class*=list_],
[class^=list_] {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.logo>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    /*position: relative;*/
}

.modal {
    display: none;
    z-index: 15;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto
}

.modal.modal-open {
    background-color: rgba(0, 0, 0, .65)
}

.modal-content {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 14px 1px transparent;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 165px;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    background-color: #193755;
    box-shadow: 0 0 14px 1px transparent;
    opacity: 0
}

.modal-content:not(.container) {
    padding: 10px
}

.modal.modal-open .modal-content {
    -webkit-box-shadow: 0 0 14px 1px #d79f31;
    box-shadow: 0 0 14px 1px #d79f31;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.modal-content h3 {
    font-size: 20px
}

.bmn_main {
    position: relative;
    overflow-x: hidden;
    background-color: #000;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%
}

.bmn_main.bg-home {
    background-image: url("../img/bg/bg-home.webp")
}

.bmn_main.bg-reviews {
    background-image: url("../img/bg/bg-reviews.jpg")
}

.bmn_main.bg-betting {
    background-image: url("../img/bg/bg-betting.jpg")
}

.bmn_main.bg-149 {
    background-image: url("../img/bg/bg-149.jpg")
}

.bmn_main.bg-150 {
    background-image: url("../img/bg/bg-150.jpg")
}

.bmn_main.bg-151 {
    background-image: url("../img/bg/bg-151.jpg")
}

.bmn_main.bg-152 {
    background-image: url("../img/bg/bg-152.jpg")
}

.bmn_main.bg-153 {
    background-image: url("../img/bg/bg-153.jpg")
}

.bmn_main>section {
    z-index: 1;
    position: relative
}

.dktest {
    font-size: 32px
}

.bmn_header {
    background-color: #0a0b0b
}

.header_inner,
.header_nav ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.header_inner {
    min-height: 60px;
    padding: 12.5px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header_logo img,
.nav_logo img {
    width: 170px;
    height: 28px
}

.header_nav ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0;
    list-style: none
}

.header_nav ul>li>a {
    position: relative;
    color: #fff;
    text-decoration: none
}

.header_nav ul>li>a:hover {
    background-color: #BD0028;
    padding: 4px 30px;
    border-radius: 6px;
    transition: .4s ease;
}

.header_nav ul>li:not(:last-child) {
    margin-right: 20px
}

#top-content {
    padding: 35px 0 0;
}

#top-content.tc--mp {
    margin-bottom: 15px
}

.s_title {
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.s_title.align-center,
.s_title.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.s_title.align-center img {
    position: relative;
    top: 8px
}

.s_title h1 {
    font-size: 28px;
    text-transform: capitalize
}

.s_title.title-only h1 {
    margin-bottom: 30px
}

.s_title img {
    width: 48px;
    height: 48px
}

#partners .s_title h1,
#poker .s_title h1 {
    margin: 30px 0
}

.toggle-btn:hover {
    color: #fff !important
}

.s_content h2,
.s_content h3 {
    font-size: 20px;
    font-weight: 700
}

.s_content div:not(:last-child),
.s_content p:not(:last-child) {
    margin-bottom: 15px
}

.s_content p:last-child {
    margin-bottom: 0
}

.toggle-btn {
    display: inline-block;
    position: relative;
    margin-top: 10px;
    padding: 0 32px 0 16px;
    border: 1px solid #eceaea;
    border-radius: 6px;
    background-color: #000;
    color: #fff;
    line-height: 30px;
    text-align: center;
    text-decoration: none
}

.toggle-btn:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-image: url("../img/chevron.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    content: ''
}

#bottom-content {
    background: #fff
}

#bottom-content .s_content {
    margin-top: 60px;
    padding: 30px 10px;
    color: #000
}

#bottom-content.full .toggle-btn:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.tp_filters {
    margin-bottom: 30px
}

.tc_filter-btns {
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 25px
}

.tc_filter-btns a {
    display: inline-block;
    padding: 0 16px;
    border: 1px solid #eceaea;
    border-radius: 6px;
    background-color: transparent;
    color: #fff;
    line-height: 30px;
    text-align: center;
    text-decoration: none
}

.tc_filter-btns a.active {
    background-color: #2660a4;
    pointer-events: none
}

.tc_filter-btns a:hover {
    background-color: rgba(236, 234, 234, .2)
}

.tc_filter-btns a:not(:last-child) {
    margin-right: 10px
}

.tc_filters-mobile {
    margin: 15px 0;
    font-size: 12px;
    font-weight: 100;
    text-transform: uppercase
}

.tc_filters-mobile select {
    min-width: 260px;
    height: 25px;
    margin: 0 20px 0 10px;
    background-color: #fff;
    color: #666
}

.list_features,
.list_features>li,
.tc_filters-mobile {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.list_features>li:not(:first-child) {
    margin-left: 20px
}

.list_features>li>span {
    margin-left: 5px
}

.bmn_footer {
    padding: 40px 0;
    background-color: #0a0b0b
}

.footer_bottom,
.footer_top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer_bottom {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: .4px
}

.footer_logo img {
    max-width: 140px;
    max-height: 35px
}

.list_cert,
.list_menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.list_menu>li>a {
    color: inherit;
    text-decoration: none
}

.list_menu>li>a:hover {
    -webkit-text-decoration: #ddca4f underline;
    text-decoration: #ddca4f underline
}

.list_cert>li:not(:last-child) {
    margin-right: 10px
}

.list_menu>li:not(:last-child) {
    margin-right: 20px
}

.bmn_table {
    background-color: #fff
}

.partner_website a.play-now:hover,
.si_title,
.t_head,
.t_title {
    background-color: #193755
}

.t_head .t_col>span {
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase
}

.t_head .t_col,
.t_title {
    min-height: 37px
}

.t_col,
.t_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.t_row {
    text-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.t_col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-direction: column;
    justify-content: center
}

.t_title {
    padding: 0 20px;
    line-height: 37px;
    text-align: center
}

.t_title h2 {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase
}

.col_name {
    width: 200px
}

.col_bonus {
    width: 160px
}

.col_rating {
    width: 120px
}

.col_score {
    width: 130px
}

.col_play {
    width: 225px;
    padding-right: 35px
}

.col_options {
    width: 170px;
    display: flex;
    align-items: center;
}

.partner_row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start
}

.partner_name {
    position: relative;
    margin-left: 15px !important;
    /*padding: 0 35px;*/
}

.partner_name img {
    width: 130px;
    /*width: 100%;*/
    height: 95px;
    border-radius: 6px;
}

.partner_bonus span,
.partner_rating span {
    display: block;
    margin-bottom: 5px;
    padding-top: 15px;
    color: #7b7b7b;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase
}

.partner_bonus h4 {
    margin: 0;
    color: #2660a4;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px
}

.partner_options ul {
    margin-bottom: 0;
    padding: 0 0 0 15px;
    color: #3d3d3d;
    font-size: 12px;
    line-height: 18px;
    list-style: url("../img/check.svg");
    text-align: left
}

.partner_score h4 {
    margin: 0 auto;
    color: #2660a4;
    font-size: 50px;
    font-weight: 400;
    line-height: 56px;
    text-align: center
}

.get-bonus,
.partner_score a {
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

.partner_score a {
    width: 111px;
    margin: 0 auto;
    border: 1px solid #2660a4;
    line-height: 27px;
    display: block;
    padding: 0 8px;
    border-radius: 6px;
    color: #2660a4;
    font-size: 12px
}

.partner_row .col_options,
.partner_row .col_play,
.partner_row .col_score {
    -ms-flex-item-align: center;
    align-self: center
}

.get-bonus {
    -webkit-box-shadow: 0 1.5px 2.5px 0 rgba(0, 0, 0, .15);
    display: inline-block;
    padding: 11.5px 5px;
    border-radius: 4px;
    background-image: linear-gradient(255deg, #dcb74f, #b98518);
    background-image: -o-linear-gradient(195deg, #dcb74f, #b98518);
    box-shadow: 0 1.5px 2.5px 0 rgba(0, 0, 0, .15);
    color: #fff;
    font-size: 18px;
    font-weight: 600
}

.get-bonus:hover {
    background-image: -o-linear-gradient(65deg, #dcb74f, #b98518);
    background-image: linear-gradient(25deg, #dcb74f, #b98518);
    color: #fff
}

.read-review,
.visit-site {
    display: inline-block;
    margin-top: 5px;
    font-size: 12px
}

.ribbon {
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 0;
    height: 20px;
    padding: 3px 8px;
    background: #c60c30;
    color: #fff;
    font-size: 11px;
    text-align: center;
    white-space: nowrap
}

.ribbon:after {
    display: block;
    position: absolute;
    top: 0;
    right: -18px;
    border: 10px solid #c60c30;
    border-left-width: 10px;
    border-right-color: transparent;
    content: ""
}

.ribbon span {
    position: relative;
    top: 1px;
    text-transform: uppercase
}

.ribbon:empty {
    display: none
}

.list_stars {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.star {
    cursor: pointer
}

.star:before {
    display: inline-block;
    color: #7b7b7b;
    font-size: 18px;
    content: "\e801"
}

.star:not(:last-child):before {
    margin-right: 3px
}

.star.filled:before,
.star.hover:before {
    color: #FFEC53;
}

.star.empty:before {
    color: #7b7b7b
}

.t_facts {
    -webkit-box-ordinal-group: 101;
    -ms-flex-order: 100;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    order: 100;
    width: 100%;
    padding: 17px 34px 0;
    border-top: 1px solid #e1e1e1;
    color: #000;
    text-align: left
}

.tf_col {
    padding-left: 34px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto 28px
}

.pc_info p,
.tf_col h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px
}

.tf_col ul {
    margin: 7px 0 0;
    padding: 0;
    list-style: none
}

.partner_website,
.slots_card,
.tf_col ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tf_col ul li {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    width: 290px;
    max-width: 100%;
    border-bottom: 1px solid #e7e7e7;
    font-size: 14px;
    line-height: 30px
}

.sc_info>li span,
.tf_col ul li strong {
    font-weight: 600
}

.partner_highlights ul li img {
    width: 14px
}

.partner_highlights a {
    display: none;
    margin: 16px 0 6px;
    color: #2660a4;
    font-size: 12px;
    line-height: 14px
}

.partner_slots ul li img {
    max-width: 64px;
    max-height: 18px;
    border-radius: 6px
}

.partner_website,
.slots_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.partner_website {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 160px;
}

.partner_website ul {
    margin-top: 0
}

.partner_website ul li {
    width: 260px;
    border-color: transparent
}

.partner_website ul li a {
    color: #2660a4;
    font-size: 14px;
    text-decoration: none
}

.partner_website ul li a:hover {
    text-decoration: underline
}

.partner_website a.play-now {
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .15);
    display: inline-block;
    min-width: 166px;
    margin-top: 10px;
    border-radius: 6px;
    background-color: #2660a4;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .15);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

#poker,
#slots {
    margin: 30px 0
}

.slots_card {
    -webkit-box-shadow: 0 4px 17px 0 rgba(0, 0, 0, .15);
    width: 265px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 4px 17px 0 rgba(0, 0, 0, .15);
    color: #000
}

.sc_info {
    margin: 0;
    padding: 0;
    list-style: none
}

.partner_row .active {
    /*margin-bottom: 150px;*/
}

.sc_name {
    margin: 0;
    padding: 0 10px;
    font-size: 18px;
    line-height: 50px;
    text-align: center
}

.sc_info>li,
.sc_info>li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.sc_info>li {
    padding: 0 10px;
    border-top: 1px solid #e9e9e9;
    line-height: 39px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sc_info>li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-direction: column;
    justify-content: center
}

.sc_info>li img {
    width: auto;
    height: 35px
}

.sc_logo {
    display: block;
    padding: 10px 10px 0
}

.sc_btn a,
.sc_logo img {
    width: 100%
}

.sc_btn {
    padding: 0 10px 10px
}

.poker_card {
    position: relative;
    width: 360px;
    margin: 0 auto;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, .5);
    color: #fff
}

.pc_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 115px 20px 20px
}

.pc_info p {
    max-width: 260px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1;
    text-align: center
}

.pc_info .get-bonus {
    min-width: 165px;
    padding: 9.5px 16px;
    font-size: 16px
}

.pc_logo,
.pc_logo img {
    display: block;
    width: 100%;
    height: 245px
}

.pc_logo img {
    -o-object-fit: cover;
    -o-object-position: center;
    object-fit: cover;
    object-position: center
}

.bmn_twocol,
.thanks-for-rating {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.thanks-for-rating img {
    width: 32px;
    height: 32px;
    margin-right: 10px
}

.thanks-for-rating span {
    color: #efae32;
    font-size: 22px;
    font-weight: 100
}

.bmn_twocol {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: space-between
}

.bmn_sidebar {
    width: 100%
}

.bmn_sidecard {
    background-color: #fff
}

.si_title,
.si_title h2 {
    text-transform: uppercase
}

.si_title {
    text-align: center
}

.si_title h2 {
    min-height: 37px;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 37px
}

.si_title span {
    position: relative;
    top: -5px;
    font-size: 10px;
    font-weight: 100
}

.partner_row.sidecard_row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    justify-content: flex-start;
    overflow: hidden
}

.sidecard_row .col_bonus,
.sidecard_row .col_options,
.sidecard_row .col_play,
.sidecard_row .col_score {
    display: none
}

.sidecard_row .partner_name {
    -webkit-box-shadow: 0 2px 10px 0 #d8d8d8;
    width: 150px;
    margin-bottom: auto;
    padding: 10px;
    box-shadow: 0 2px 10px 0 #d8d8d8
}

.sidecard_row .partner_name .get-bonus {
    width: 100%;
    margin-top: 10px
}

.sidecard_row .partner_rating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
    background: -webkit-gradient(linear, right top, left top, from(#fff), to(#f3f3f3));
    background: -o-linear-gradient(right, #fff 0, #f3f3f3 100%);
    background: linear-gradient(270deg, #fff 0, #f3f3f3 100%)
}

.sidecard_row .partner_bonus span,
.sidecard_row .partner_rating span {
    padding-top: 0;
    font-size: 10px;
    text-align: left
}

.sidecard_row .partner_rating .read-review,
.sidecard_row .t_mob-parts.partner_bonus+span {
    display: none
}

.sidecard_row .partner_bonus h4 {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 14px;
    text-align: left
}

.sidecard_row .star:before {
    font-size: 14px
}

.sidecard_row .get-bonus {
    font-size: 16px
}

.article_row,
.sidecard_row .partner_rating .list_stars {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.sidecard_row .partner_rating .list_stars {
    margin: auto 0 5px
}

.sidecard_row .partner_score {
    text-align: left
}

.sidecard_row .partner_score h4 {
    color: #000;
    font-size: 32px;
    line-height: 35px;
    text-align: left
}

.sidecard_row .partner_score a {
    display: inline;
    padding: 0;
    border: 0;
    font-size: 10px;
    line-height: 11px;
    text-decoration: underline;
    text-transform: capitalize
}

.sidecard_row .partner_score a,
.sidecard_row .partner_score a:hover {
    background-color: transparent;
    color: #000
}

#article .s_content,
#page .s_content,
#review .s_content {
    padding: 30px
}

.t_news,
.t_page,
.t_review {
    color: #000;
    font-size: 14px
}

.t_review div,
.t_review ol,
.t_review p,
.t_review ul {
    text-align: left !important
}

#article .s_content>h2 {
    color: #2660a4;
    font-size: 24px
}

.article_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.article_row:nth-of-type(2n+2) {
    background-color: #f6f6f6
}

.article_cover,
.article_hero {
    position: relative;
    overflow: hidden
}

.article_hero {
    height: 0;
    padding-bottom: 47%
}

.article_cover {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 250px;
    height: 220px
}

.article_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover
}

.article_details,
.article_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.article_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 15px 15px
}

.article_info h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600
}

.article_info p {
    color: #7b7b7b;
    font-size: 14px
}

.article_details {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid rgba(32, 33, 47, .1)
}

.article_date,
.article_details a {
    color: rgba(32, 33, 47, .4);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase
}

.article_details a,
.article_info a {
    text-decoration: none
}

.article_details a:hover,
.article_info a:hover>h3 {
    color: #2660a4
}

#article .article_date {
    display: block;
    margin-bottom: 5px
}

.article_card,
.bmn_articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bmn_articles {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px -10px auto
}

.article_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-shadow: 0 4px 17px 0 rgba(0, 0, 0, .15);
    flex-direction: column;
    width: 260px;
    margin: 10px;
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0 4px 17px 0 rgba(0, 0, 0, .15)
}

.ac_btn,
.ac_cover,
.ac_date,
.ac_info {
    padding: 0 10px
}

.ac_cover img {
    width: 100%;
    height: 200px;
    margin-bottom: 15px
}

.ac_info a,
.ac_info a h3 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none
}

.ac_info a:hover h3 {
    text-decoration: underline
}

.ac_info p {
    margin-bottom: 10px;
    color: #000;
    font-size: 12px;
    line-height: 14px
}

.ac_btn a,
.ac_date {
    text-transform: uppercase
}

.ac_date {
    margin: auto 0 10px;
    border: 1px solid #e9e9e9;
    border-right: 0;
    border-left: 0;
    color: #000;
    font-size: 10px;
    line-height: 22px
}

.ac_btn a,
.dropdown-menu a {
    color: #fff;
    text-decoration: none
}

.ac_btn a {
    width: 100%;
    border-radius: 6px;
    background-color: #2660a4;
    font-weight: 700;
    line-height: 39px;
    display: inline-block;
    font-size: 16px
}

.ac_btn a:hover {
    background-color: #1b4473
}

.not_found {
    padding: 40px 0 60px;
    color: #000
}

.not_found h1 {
    margin-bottom: 20px;
    color: #232426;
    font-size: 141px
}

.ac_btn a,
.not_found h1,
.not_found p {
    text-align: center
}

.dropdown {
    position: relative
}

.dropdown-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    position: absolute;
    top: 38px;
    left: 0;
    flex-direction: column;
    background-color: #0a0b0b
}

.dropdown-menu a {
    display: block;
    min-width: 140px;
    padding: 13px;
    border-top: 1px solid #313234;
    font-size: 14px
}

.dropdown-menu a:first-child {
    border-top: 2px solid #60a0ec
}

.dropdown-menu a:hover {
    color: #60a0ec
}

#pop-close {
    cursor: pointer;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px
}

.fancy-popup *,
.fancy-popup ::after,
.fancy-popup ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancy-popup,
.fancy-popup-backdrop {
    z-index: 2025;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancy-popup-backdrop {
    width: 100vw;
    height: 100vh;
    background-color: rgba(4, 2, 16, .77)
}

.fancy-popup-content {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    z-index: 10000;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 725px;
    transform: translate(-50%, -50%);
    transform-origin: 0 0
}

.fancy-popup-partner-img,
.fancy-popup-partner-img img {
    display: block;
    width: 100%
}

.fancy-popup-partner-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 35px;
    left: 50px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 330px;
    height: 240px;
    pointer-events: none
}

.fancy-popup-bonus {
    display: block;
    margin-bottom: 15px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 1.4;
    pointer-events: none
}

.fancy-popup-btn {
    -webkit-box-shadow: 0 0 17px 0 transparent;
    -webkit-transition: all .3s cubic-bezier(.075, .82, .165, 1);
    -o-transition: all .3s cubic-bezier(.075, .82, .165, 1);
    display: inline-block;
    position: relative;
    min-width: 256px;
    padding: 12px 16px;
    border-radius: 4px;
    background-color: #bd8c20;
    box-shadow: 0 0 17px 0 transparent;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 31px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    pointer-events: all;
    transition: all .3s cubic-bezier(.075, .82, .165, 1)
}

.fancy-popup-btn span {
    z-index: 10;
    position: relative
}

.fancy-popup-btn:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(39, 39, 39, .58);
    box-shadow: 0 0 20px 0 rgba(39, 39, 39, .58);
    color: #fff;
    text-decoration: none
}

.t_body_mob {
    display: none
}

@media (max-width:767.9px) {

    .list_cert,
    .list_menu {
        flex-direction: column;
        align-items: center
    }

    .list_cert>li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 5px
    }

    #descrip-expand {
        display: block
    }

    .col_games {
        display: none
    }

    .fancy-popup-content {
        width: 100%
    }

    .col_games {
        display: none
    }

    .fancy-popup-partner-info {
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 25px
    }

    .fancy-popup-bonus {
        max-width: 220px;
        margin-bottom: 0
    }

    .fancy-popup-btn {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        min-width: none;
        transform: translateY(100%);
        border-radius: 0
    }
}

@media (max-width:559.9px) {
    
    /*.t_col.col_name.logo > a,*/
    /*.t_col.col_name.logo .col_bonus {*/
    /*    width: 46% !important;*/
    /*}*/
    
    .partner_row.slots .logo > a {
        width: 40%;
    }
    
    .bmn_main {
        background-size: 100% !important;
    }
    
    .list_features {
        margin: 0 !important
    }

    #top-content {
        padding: 0 !important;
        padding-bottom: 0 !important;
    }
    

    .tp_filters {
        margin-bottom: 0 !important
    }

    .s_content {
        padding: 0 4px
    }

    #bottom-content .s_content {
        margin-top: 10px
    }

    .s_content p {
        font-size: 12px;
        margin-left: 0 !important
    }

    .tc_filters-mobile select {
        display: none
    }

    div.partner_row:not(:last-of-type):not(.sidecard_row) {
        margin-bottom: 0 !important
    }

    .description {
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: center;
        padding: 5px 40px !important;
        overflow: hidden;
        background-color: #14181D;
    }

    .description.active {
        white-space: normal;
        text-overflow: ellipsis
    }

    .descrip-collapse,
    .descrip-expand {
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700
    }

    .t_body_mob .partner_row {
        max-width: 100% !important;
        background-image: linear-gradient(to right, #575771, #1A1A26);
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        min-height: 150px;
    }

    .t_body_mob .t_col.col_name {
        width: 50%;
        padding: 15px 0;
        position: relative;
    }

    .col_play {
        padding: 0 !important
    }

    .t_body_mob .t_col.col_name img {
        /*width: 150px;*/
        /*height: 88px;*/
        width: 85%;
        height: 70%;
    }

    .t_col.col_score span {
        color: #fff;
        font-size: 30px !important;
        font-weight: 700;
        letter-spacing: -.42px;
        line-height: 30px;
        text-align: center
    }

    .t_col.col_name.logo strong,
    .t_body_mob.main-slot strong,
    .t_row.partner_row.slots strong{
        margin-top: 5px;
        color: #9EAEC1;
        font-size: 11px;
        font-weight: 900;
        letter-spacing: 0;
        line-height: 10px;
        text-align: center;
        display: flex;
        justify-content: flex-end;
    }

    .t_body_mob .allrating {
        margin-top: 10px;
        display: flex;
        justify-content: center;
        align-self: center;
        /*width: 37%;*/
    }
    
    .t_row.partner_row.slots .allrating {
        margin-top: 10px;
        display: flex;
        justify-content: center;
        align-self: center;
        width: 37%;
    }

    .allbonus {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .col_bonus,
    .col_play,
    .col_score {
        display: block !important
    }

    .t_col.col_bonus span {
        /*margin: 10px 0;*/
        color: #43FFE1;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 15px;
        text-align: center;
        text-transform: uppercase;
    }

    .t_col.col_bonus p {
        color: #fff;
        font-size: 19px;
        font-weight: bolder;
        letter-spacing: 0;
        line-height: 20px;
        text-align: center
    }

    .get-bonus {
        padding: 14px 5px;
        font-size: 18px;
        background-image: linear-gradient(300deg, #2ebfb8 0, #da2edd 100%);
        width: 150px !important;
        border-radius: 27px;
        letter-spacing: .8px;
    }

    .container {
        padding: 0 !important
    }

    .t_body {
        display: none !important
    }

    .t_body_mob {
        display: block
    }

    .col_games {
        display: none
    }

    .expand {
        display: block !important
    }

    .s_content p {
        margin-bottom: 5px !important
    }

    .s_title h1 {
        margin: 10px 0 !important;
        font-size: font-size: 1.5em;
    }
    
    .s_title.slots {
        background-image: linear-gradient( 300deg, #2ebfb8 0, #da2edd 100%);
        padding: 10px 0;
        margin: 2em 0 0.5em;
    }

    .tp_filters {
        display: block
    }

    .fancy-popup-partner-info {
        padding: 17px
    }

    .sc_btn>.get-bonus {
        width: 100% !important
    }

    .fancy-popup-bonus {
        max-width: 135px;
        font-size: 13px
    }

    .fancy-popup-btn {
        font-size: 21px
    }
    
    .col_rating,
    .col_score {
        width: 100%;
    }
    
    .col_rating {
        margin-left: 16px;
        align-items: center;
    }
    
    .list_stars {
        justify-content: flex-end;
    }
    
    .col_rating {
        margin-left: 7px;
        margin-right: 10px;
    }
    
    #bottom-content {
        background: #000;
    }
    
    #bottom-content .s_content {
        color: #fff;
    }
    
    .ribbon {
        display: block !important;
        display: inline-block;
        position: absolute;
        left: 0;
        height: 20px;
        padding: 3px 8px;
        background: #8CB21B;
        color: #fff;
        font-size: 11px;
        text-align: center;
        white-space: nowrap;
        top: -11px;
        left: 0px;
    }
    
    .ribbon:after {
        display: block;
        position: absolute;
        top: 0;
        right: -18px;
        border: 10px solid #8CB21B;
        border-left-width: 10px;
        border-right-color: transparent;
        content: ""
    }
    
    /* new styles 559px for top slots */
    .bmn_slots.swiper-container.slots,
    .s_title.roulette,
    .s_title.live-casino,
    .t_body_mob.roulette,
    .t_body_mob.live-casino {
        display: none;
    }
    
    .t_row.partner_row.slots {
        max-width: 100% !important;
        background-image: linear-gradient(to right, #575771, #1A1A26);
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
        padding: 15px 0;
    }
    
    .t_row.partner_row.slots .t_col.col_name {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        width: 100%;
        padding: 15px 0;
        position: relative;
    }
    
    .t_row.partner_row.slots .t_col.col_bonus div {
        margin-top: 0;
        display: flex;
        justify-content: space-evenly;
    }
    
    .t_row.partner_row.slots .allbonus {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
    }
    
    .t_body_mob.main-slot .allrating {
        width: 37%;
    }
    
    .t_row.partner_row.slots .allrating {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
    }
    
    
    .t_row.partner_row.slots .col_rating {
        margin-right: 1em;
    }
    
    .t_row.partner_row.slots .col_rating,
    .t_row.partner_row.slots .col_score {
        width: 100%;
    }
    
    .t_row.partner_row.slots .col_play {
        width: 37%;
    }
    
    .t_row.partner_row.slots .t_col.col_bonus span {
        color: #43FFE1;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 15px;
        text-align: center;
        text-transform: uppercase;
    }
    
    .t_row.partner_row.slots .logo>a {
        position: static;
    }
    
    .logo>a {
        position: relative;
    }
    
    .t_row.partner_row.slots .ribbon {
        display: block;
        top: -11px;
        left: 0px;
        background: #8CB21B;
    }
    
    .t_row.partner_row.slots .ribbon:after {
        display: block;
        position: absolute;
        top: 0;
        right: -18px;
        border: 10px solid #8CB21B;
        border-left-width: 10px;
        border-right-color: transparent;
        content: ""
    }
    
    .bc_content-full{
        display: block !important; 
    }
    
    .bc_content-brief,
    .toggle-btn {
        display: none;
    }
    
    .mb_bottom_heading{
        font-size: 13px;
        font-weight: bold;
        color: #43FFE1;
    }
    /* new styles 559px end here */
}

.expand {
    display: none
}

@media only screen and (max-width:1199.9px) {
    .col_games {
        display: none
    }

    .container {
        width: 940px
    }

    .header_nav ul>li {
        font-size: 14px
    }

    .col_options {
        display: none
    }

    .tf_col ul li {
        width: 240px
    }
}

@media only screen and (min-width:992px) and (max-width:1199.9px) {
    .single_row .col_rating {
        display: none
    }

    .single_row .col_bonus {
        width: 165px
    }

    .single_row .partner_name {
        width: 160px;
        padding-left: 20px
    }

    .single_row .partner_links {
        width: 200px;
        padding-right: 20px
    }
}

@media only screen and (max-width:991.9px) {
    .tp_filters {
        margin-bottom: 8px
    }

    .list_features {
        margin-top: 6px !important
    }

    #top-content {
        padding: 5px 0
    }

    .s_title h1 {
        margin-top: 0
    }

    .tc_filters-mobile {
        padding: 0 !important
    }

    .partner_row {
        max-width: 320px;
        margin: auto
    }

    .container {
        width: 740px;
        padding: 0 60px
    }

    .dropdown-menu {
        display: none !important
    }

    .header_nav ul {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        z-index: 9;
        position: fixed;
        top: 0;
        right: 0;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 280px;
        height: 100%;
        padding-left: 0;
        overflow: auto;
        transform: translateX(100%);
        background: #0a0b0b
    }

    .header_nav.open ul {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .header_nav ul>li {
        width: 100%;
        font-size: 16px
    }

    .header_nav ul>li.active>a {
        position: relative;
        background-color: #4b4b4b;
        font-weight: 400
    }

    .header_nav ul>li.active>a:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        border-left: 2px solid #fff;
        content: ''
    }

    .header_nav ul>li>a {
        display: block;
        padding: 15px 0 15px 40px;
        line-height: 1.5
    }

    .header_overlay {
        z-index: 7;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 0%;
        background: rgba(0, 0, 0, .3)
    }

    .header_nav.open .header_overlay {
        height: 100%
    }

    .nav_logo {
        padding: 20px 0
    }

    #poker .s_title,
    .t_exclusive {
        display: none
    }

    .bmn_poker.swiper-container,
    .bmn_slots.swiper-container {
        overflow: visible
    }

    .slots_card {
        width: 265px
    }

    .poker_card {
        width: 275px
    }

    .header_burger {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 11;
        position: absolute;
        top: 50%;
        right: 14px;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 32px;
        margin-top: -16px;
        background-color: transparent;
        cursor: pointer
    }

    .header_burger span {
        top: 50%;
        margin-top: -1px
    }

    .header_burger span,
    .header_burger span:after,
    .header_burger span:before {
        display: block;
        position: absolute;
        width: 18px;
        height: 2px;
        border-radius: 1px;
        background-color: #fff
    }

    .header_burger span:before {
        top: -6px;
        content: ""
    }

    .header_burger span:after {
        bottom: -6px;
        content: ""
    }

    .header_burger.active {
        position: fixed;
        top: 30px
    }

    .header_burger.active span {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .header_burger.active span:before {
        top: 0;
        opacity: 0
    }

    .header_burger.active span:after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        bottom: 0;
        transform: rotate(-90deg)
    }

    #top-content {
        padding: 15px 0
    }

    .expand-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .expand-text.active {
        white-space: normal
    }

    #top-content .s_content,
    .s_title {
        text-align: center
    }

    .s_title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .s_title h1 {
        width: 100%;
        margin-top: 15px
    }

    .bmn_main {
        background-position: top center;
        background-size: 100%
    }
    
    .bmn_main.bg-home {
        background-image: url("../img/bg/bg1.webp");
    }
    
    .bmn_main.bg-reviews {
        background-image: url("../img/bg/bg-reviews-m.jpg")
    }

    .bmn_main.bg-betting {
        background-image: url("../img/bg/bg-betting-m.jpg")
    }

    .bmn_main.bg-149 {
        background-image: url("../img/bg/bg-149-m.jpg")
    }

    .bmn_main.bg-150 {
        background-image: url("../img/bg/bg-150-m.jpg")
    }

    .bmn_main.bg-151 {
        background-image: url("../img/bg/bg-151-m.jpg")
    }

    .bmn_main.bg-152 {
        background-image: url("../img/bg/bg-152-m.jpg")
    }

    .bmn_main.bg-153 {
        background-image: url("../img/bg/bg-153-m.jpg")
    }

    .tc_filter-btns {
        display: none
    }

    .list_features,
    .tc_filters-mobile {
        -ms-flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        flex-wrap: wrap;
        justify-content: center
    }

    .list_features {
        width: 100%;
        margin-top: 20px
    }

    .list_features>li {
        margin-bottom: 10px
    }

    .tc_filters-mobile select {
        margin-right: 0
    }

    .tc_filters-mobile {
        margin: 0;
        padding: 20px 0 0
    }

    #partners .bmn_table {
        background-color: transparent
    }

    #article .bmn_table,
    #articles .bmn_table,
    #review .bmn_table {
        margin-bottom: 20px
    }

    .bmn_articles {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #partners .t_title,
    .t_head {
        display: none
    }

    .partner_row {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        justify-content: flex-start
    }

    .single_row {
        border-bottom: 1px solid #e1e1e1
    }

    .single_row .t_facts {
        padding-bottom: 20px
    }

    .partner_row {
        overflow: hidden
    }

    .partner_row:not(.single_row) {
        background-color: #fff
    }

    div.partner_row:not(:last-of-type):not(.sidecard_row) {
        margin-bottom: 10px
    }

    .col_bonus,
    .col_options,
    .col_play,
    .col_score {
        display: none
    }

    .partner_name {
        -webkit-box-shadow: 0 -10px 10px 0 #d8d8d8;
        width: 150px;
        padding: 10px;
        box-shadow: 0 -10px 10px 0 #d8d8d8
    }

    .partner_name .get-bonus {
        width: 100%;
        margin-top: 10px;
        font-size: 16px
    }

    .partner_rating {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 10px;
        background: -webkit-gradient(linear, right top, left top, from(#fff), to(#f3f3f3));
        background: -o-linear-gradient(right, #fff 0, #f3f3f3 100%);
        background: linear-gradient(270deg, #fff 0, #f3f3f3 100%)
    }

    .partner_bonus span,
    .partner_rating span {
        padding-top: 0;
        font-size: 10px;
        text-align: left
    }

    .partner_rating .read-review {
        display: none
    }

    .partner_bonus h4 {
        margin-bottom: 6px;
        font-size: 14px;
        line-height: 14px;
        text-align: left
    }

    .star:before {
        font-size: 14px
    }

    .get-bonus {
        font-size: 16px
    }

    .partner_rating .list_stars {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: -5px
    }

    .partner_row:not(.sidecard_row) .partner_score {
        margin-top: auto;
        text-align: left
    }

    .partner_score h4 {
        color: #000;
        font-size: 32px;
        line-height: 35px;
        text-align: left
    }

    .partner_score a {
        display: inline;
        padding: 0;
        border: 0;
        font-size: 12px;
        line-height: 11px;
        text-decoration: underline;
        text-transform: capitalize
    }

    .partner_score a,
    .partner_score a:hover {
        background-color: transparent;
        color: #000
    }

    .partner_slots,
    .partner_website,
    .single_row .t_facts {
        display: none
    }

    .t_facts {
        padding: 10px;
        background: -webkit-gradient(linear, right top, left top, from(#f0f0f0), to(#f3f3f3));
        background: -o-linear-gradient(right, #f0f0f0 0, #f3f3f3 100%);
        background: linear-gradient(270deg, #f0f0f0 0, #f3f3f3 100%)
    }

    .tf_col {
        width: 100%;
        padding: 0 10px;
        background-image: none !important
    }

    .tf_col ul li {
        width: 100%;
        max-width: 240px;
        font-size: 12px
    }

    .partner_highlights a {
        display: inline-block
    }

    .footer_top,
    .list_menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .footer_bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .footer_logo,
    .list_menu {
        margin-bottom: 20px
    }

    .list_menu>li:not(:last-child) {
        margin: 0 0 15px
    }
    
    .list_menu>li a {
        font-size: 16px;
    }

    .bmn_twocol {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .t_title {
        text-align: center
    }

    #article .s_content,
    #articles .s_content,
    #page .s_content,
    #review .s_content {
        padding: 15px 20px
    }

    .header_nav .nav_logo a {
        display: inline-block;
        width: auto
    }

    .ribbon,
    .tc_right {
        display: none;
    } 
}

@media only screen and (max-width:767.9px) {
    .container {
        width: 100%;
        max-width: 680px;
        padding: 0 30px
    }

    .bmn_main {
        background-size: 180%
    }

    #article .s_content>h2,
    .s_title h1 {
        font-size: 20px
    }

    .s_content,
    .sc_info>li {
        font-size: 14px
    }

    .article_info h3 {
        font-size: 18px
    }

    .thanks-for-rating span {
        font-size: 16px
    }

    .article_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .article_cover {
        width: 100%;
        height: 0;
        padding-bottom: 71%
    }

    .article_row:not(:last-child) .article_info {
        padding-bottom: 25px
    }

    .sc_name {
        font-size: 16px
    }
}

@media only screen and (max-width:339.9px) {
    .container {
        padding: 0 15px
    }

    .partner_bonus span,
    .partner_rating span,
    .sidecard_row .partner_bonus span,
    .sidecard_row .partner_rating span {
        font-size: 8px
    }

    .partner_bonus h4,
    .sidecard_row .partner_bonus h4 {
        font-size: 12px;
        line-height: 12px
    }

    .sidecard_row .star:before,
    .star:before {
        font-size: 12px
    }

    .partner_score a {
        font-size: 10px
    }
}

@media only screen and (min-width:992px) {

    .mobile-link,
    .nav_logo,
    .nav_page,
    .tc_filters-mobile {
        display: none
    }

    .dropdown>a:after {
        position: relative;
        top: 12px;
        left: 3px;
        width: 0;
        height: 0;
        border-top: 5px solid #fff;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        content: ''
    }

    .dropdown.show>a:after {
        top: -12px;
        border-top: 0;
        border-bottom: 5px solid #fff
    }

    .bmn_main.bg-fixed {
        background-attachment: fixed
    }

    #top-content .tc_cols {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: flex-start;
        justify-content: space-between
    }

    #top-content .tc_left {
        width: 100%
    }

    #top-content .tc_right {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 115px;
        margin-left: 65px;
        font-size: 12px;
        line-height: 12px;
        text-align: center;
        text-transform: uppercase
    }

    #top-content .tc_right img {
        width: 100%;
        margin-top: 5px
    }

    #top-content .tc_right span {
        display: block
    }

    .partner_row.first_row:not(.sidecard_row) .partner_name,
    .partner_row:not(.sidecard_row) .t_col {
        margin: 25px 0
    }

    .partner_row:not(.sidecard_row) .partner_name {
        margin: auto 0
    }

    div.partner_row:nth-of-type(2n+2):not(.sidecard_row) {
        background-color: #f6f6f6
    }

    .partner_row:not(.sidecard_row) .get-bonus {
        margin-bottom: 10px
    }

    .partner_row:not(.sidecard_row) .t_mob-parts {
        display: none
    }

    .partner_row:not(.sidecard_row) .partner_score a.active,
    .partner_row:not(.sidecard_row) .partner_score a:hover {
        background-color: #2660a4;
        color: #fff
    }

    .single_row [data-facts] {
        display: none
    }

    .betting_row .partner_options ul {
        width: 135px;
        margin: 0 0 0 35px
    }

    .bmn_sidebar {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 285px;
        margin-left: 20px
    }

    .bmn_sidecard {
        width: 285px
    }

    .partner_row.first_row {
        position: relative
    }

    .partner_row.first_row .t_col {
        z-index: 1;
        position: relative
    }

    .t_exclusive {
        z-index: 0;
        position: absolute;
        top: -2px;
        left: 0;
        height: 147px;
        padding-left: 180px
    }

    .partner_exclusive,
    .t_exclusive:after {
        position: absolute;
        top: 0;
        /*height: 100%;*/
        height: 92%;
        background-color: #193755
    }

    .t_exclusive:after {
        content: '';
        z-index: 1;
        left: 0;
        width: 180px
    }

    .partner_exclusive {
        -webkit-transition: -webkit-transform .6s ease-out;
        -o-transition: transform .6s ease-out;
        z-index: 0;
        left: 15px;
        width: 165px;
        padding: 25px 15px 25px 0;
        color: #fff;
        font-size: 14px;
        text-align: left;
        text-transform: uppercase;
        transition: transform .6s ease-out;
        transition: transform .6s ease-out, -webkit-transform .6s ease-out
    }

    .partner_exclusive p {
        margin: 0 0 7px
    }

    .partner_exclusive a {
        display: block;
        width: 111px;
        padding: 0 8px;
        border: 1px solid #fff;
        border-radius: 6px;
        color: #fff;
        font-size: 12px;
        line-height: 27px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase
    }

    .partner_exclusive a:hover {
        background-color: rgba(236, 234, 234, .2)
    }

    .partner_row.first_row:hover .partner_exclusive {
        -webkit-transform: translate(100%);
        -ms-transform: translate(100%);
        transform: translate(100%)
    }

    .partner_row.first_row .partner_bonus,
    .partner_row.first_row .t_facts:hover~.partner_bonus {
        -webkit-transition: opacity .2s ease-out;
        -o-transition: opacity .2s ease-out;
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        opacity: 1;
        transition: opacity .2s ease-out;
        transition-delay: .3s
    }

    /*.partner_row.first_row:hover .partner_bonus {*/
    /*    -webkit-transition-delay: 0s;*/
    /*    -o-transition-delay: 0s;*/
    /*    opacity: 0;*/
    /*    transition-delay: 0s*/
    /*}*/

    .partner_exclusive,
    .partner_row.first_row .t_facts:hover~.t_exclusive .partner_exclusive {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0)
    }

    .partner_exclusive:after {
        position: absolute;
        top: 50%;
        right: -13px;
        width: 0;
        height: 0;
        margin-top: -20px;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 15px solid #193755;
        content: ''
    }

    .single_row {
        background-color: #f6f6f6
    }

    .single_row .partner_bonus span,
    .single_row .partner_rating span {
        margin-bottom: 12px
    }

    .single_row .partner_score {
        width: 100px
    }

    .single_row .partner_name {
        width: 165px;
        padding-right: 10px
    }

    .single_row .partner_links {
        padding-left: 10px
    }

    .single_row .t_facts {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        justify-content: flex-start;
        padding: 30px 30px 10px;
        border-top: none;
        background-color: #fff
    }

    .single_row .tf_col {
        padding-left: 0;
        background-size: 0
    }

    .single_row .partner_highlights {
        margin-right: 65px
    }
}

/* new */

.tc_desktop_new, .tc_mobile_new {
    /*background-color: #fff;*/
    color: #666;
    margin: auto;
    font-size: 12px;
    padding: 0 4px;
}

.tc_desktop_new {
    margin-top: -12px;
    margin-bottom: 8px;
    padding-top: 8px;
    border-top: 1px solid #0000001f;
    width: 100%;
}

.tc_mobile_new {
    padding: 8px 4px;
    color: #fff;
}

@media only screen and (min-width: 991px) {
    .tc_mobile_new {
        display: none;
    }
}


@media only screen and (max-width: 991px) {
    .tc_desktop_new {
        display: none;
    }
}

@media only screen and (min-width:1200px) {
    #top-content.tc--lp+#partners .tc_filter-btns {
        margin-top: 0
    }
}



/* popup style from <head>(head_view.php) */
.three-popup-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
}
.middle-popup{
    border: 3px solid #DEFF19;
    border-radius: 13px;
    transform: scale(1.05);
    padding:20px;
    background-color:black
}
.odd-popup{
    border: 3px solid #FFFFFF;
    border-radius: 13px;
    padding:15px;
    background-color:black
}
.popup-bonus-text{
    display:block;
    height:60px;
    width:200px;
    padding:10px;
    text-align:center;
    margin:15px auto;
}
.fancy-popup-btn{
    min-width:100%;
    background: linear-gradient(180deg, #98CB14 0%, #24B437 100%);
}
.fancy-popup-content{
    width:65%;
}
.popup-header{
    padding:10px;
    text-align:center;
    
}

@media (max-width: 599px){
    
    .popup-bonus-text{
        font-size:10px;
        height:45px;
        width:100px;
        padding:0;
        margin:5px auto;
    }
    .popup-header{
        font-size:25px;
    }
    #pop-close{
        height:20px;
    }
    .star:before{
        font-size:10px;
    }
    .fancy-popup-content{
        width:90%;
    }
    .fancy-popup-btn{
        padding: 2px 0;
        line-height:25px;
    }
    .fancy-popup-btn span{
        font-size:10px;
    }
    .odd-popup{
        padding:5px;
    }
    
}
@media only screen and (min-device-width: 600px) and (max-device-width: 992px) {
     .fancy-popup-content{
        width:75%;
    }
     .fancy-popup-btn span{
        font-size:20px;
    }
    .fancy-popup-btn{
        padding: 5px 5px;
        line-height:25px;
    }
    .popup-bonus-text{
        font-size:15px;
        height:55px;
        width:150px;
        padding:0;
        margin:10px auto;
    }
 }


.tc_mobile_new a {
    color: lightblue;
}

