@font-face {
	font-family: 'Viga';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Viga-Regular'), url(https://fonts.gstatic.com/s/viga/v8/xMQbuFFdSaiXzQUpDg.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: sans-serif;
}

html,
body,
div,
p,
span,
header,
hgroup,
footer,
nav,
menu,
article,
section,
aside,
h1,
h2,
h3,
h4,
h5,
h6,
a,
img,
strong,
b,
em,
i,
u,
ol,
ul,
li,
dl,
dt,
dd,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
form,
fieldset,
label,
legend,
object,
iframe,
embed,
audio,
video,
summary,
details,
canvas,
figure,
figcaption,
blockquote,
q,
big,
small,
sub,
sup,
pre,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
ins,
kbd,
s,
samp,
strike,
tt,
var,
output,
applet,
mark,
time {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video,
span {
	display: inline-block;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	line-height: 1;
}

*,
*:before,
*:after,
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

img,
pre,
embed,
video,
iframe,
object,
input,
select,
textarea {
	max-width: 100%;
}

img,
iframe:not(form iframe) {
	height: auto;
	vertical-align: middle;
}

pre,
textarea {
	overflow: auto;
}

[hidden],
template {
	display: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong,
mark {
	font-weight: bold;
}

mark {
	background: transparent;
	color: inherit;
}

em,
i {
	font-style: italic;
}

input {
	line-height: normal;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

.to-left,
.to-right {
	display: inline;
	margin-top: 5px;
}

.to-left {
	float: left;
	margin-right: 16px;
}

.to-right {
	float: right;
	margin-left: 16px;
}

.to-right.v-2.overline {
	z-index: 99;
	position: relative;
}

.centered {
	clear: both;
	display: block;
	margin: 28px auto;
}

.float-clear:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	clear: both;
	content: '';
	display: block;
}
.img-bord,
img.to-left:not(.v-2),
img.to-right:not(.v-2),
img.centered:not(.v-2),
.embed-video {
	outline: 2px solid #fff;
	-webkit-box-shadow: 0 0 0 5px #3c3e84;
	box-shadow: 0 0 0 5px #3c3e84;
}
img.sh {
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}

.animated-banner {
	margin-top: 2rem;
	display: block;
	width: 100%;
	max-width: 350px;
	position: relative;
	float: right;
	margin-left: 1em;
}

.animated-banner.static {
	max-width: 197px;
}

.animated-banner::before {
	content: "";
	display: block;
	padding-top: 57.1429%;
}

.animated-banner.static::before {
	padding-top: 38.1429%;
}

.main {
	position: absolute;
	transition-property: transform;
	transition-duration: 300ms;
	will-change: transform;
	width: 72%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0px auto;
}

.animated-banner.static .main {
	width: 100%;
	top: -7%;
	left: 28%;
}

.diamond-part {
	position: absolute;
	transition-property: transform;
	transition-duration: 300ms;
	will-change: transform;
	top: -6%;
	left: 64%;
	width: 14%;
}

.btc-part {
	position: absolute;
	transition-property: transform;
	transition-duration: 300ms;
	will-change: transform;
	top: -6%;
	left: 0%;
	width: 33%;
}

.lth-part {
	position: absolute;
	transition-property: transform;
	transition-duration: 300ms;
	will-change: transform;
	top: 31%;
	left: 68%;
	width: 35%;
}

.animated-banner:not(.static):hover .diamond-part {
	transform: translate(10%, -10%) scale(1.1);
}

.animated-banner:not(.static):hover .btc-part {
	transform: translate(0%, -10%);
}

.animated-banner:not(.static):hover .lth-part {
	transform: translate(0%, 10%);
}

.in-video-mgn {
	margin: 40px auto!important;
}
.info, .info.left, .info.right { float: none; font: normal 13px Verdana, sans-serif; line-height: 16px; color: #868686; clear: both; overflow: auto; margin: 0 auto 15px }

.info table { width: 100%; border-top: 1px solid #ddd; border-right: 1px solid #ddd; background: #fff }
.info th, .info td { border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; padding: 5px 12px }
.info td { font-size: 13px; color: #868686 }
.info tr:nth-child(odd), .info tr:nth-child(odd) { background: #fff }

.logo[class*="bg-"] {
	width: 105px;
	height: 37px;
	border-radius: 4px;
	padding: 5px 10px;
	box-sizing: content-box;
	margin: 0px auto 10px;
}


.detld-rvw .logo[class*="bg-"] {
	margin: 0;
}
.gm-name {
	font-size: 20px;
    font-weight: bold;
    color: #3c3e84;
}
div.full .logo {
	float: left;
	margin: 0 15px 0 0;
}
div.full.live-soft .logo {
	width: 200px;
	height: 103px;
}
div.full.live-soft.fix .logo {height: 71px;}
	div.full.live-soft .logo .sprite {width: 90%; height: 90%; background-size: contain;}
	div.full.live-soft .logo .sprite.playtech {background-size: 100%; top: 0;}

div.sub-article.bg--ff>div.saf-rec.v2.terms-br.mgn-28>div>div>.logo[class*="bg-"] {
	width: 100px;
	height: 30px;
	margin: 0 auto;
}

div.sub-article.bg--ff>div.saf-rec.v2.terms-br.mgn-28>div>div>.logo [class*="logo-"] {
	background-size: 98px 30px;
	min-height: 30px;
}

div.bon-prog>ul.group.bg-grey--d.sep>li>div.group-a .logo[class*="bg-"] {
	width: 122px;
	height: 35px;
	margin:  0 auto 10px;
	box-shadow: none;
}

/* div.bon-prog>ul.group.bg-grey--d.sep>li>div.group-a .logo [class*="logo-"] {
	background-size: 122px 35px;
	min-height: 35px;
} */

table.prime-table tr>td>.logo {
	width: 102px;
	height: 35px;
	margin: 0 auto;
	box-shadow: none;
}

table.prime-table tr > td > .logo {width:102px; height: 35px; margin: 0 auto; box-shadow: none; display: block;}
/* table.prime-table tr > td > .logo [class*="logo-"] {
	background-size: 80%;
	min-height: 34px;
	background-position: 50%;
} */
table.prime-table tr > td > .logo .logo-cherry-casino {background-position: -4px 4px;}
table.prime-table tr > td > .logo .logo-platin-casino {background-position: 0px 6px;}
table.prime-table tr > td > .logo .logo-888-casino {background-size: 52px auto; background-position: 25px -1px;}
table.prime-table tr > td > .logo .logo-777-casino {background-size: 52px auto; background-position: 25px -1px;}
.gam-op.v-2 > .group > .top .group-1 > .logo[class*="bg-"] {box-sizing: border-box; width: 85px; height: 40px; box-shadow: none;  padding: 0;}
.gam-op.v-2 > .group > .top .group-1 > .logo [class*="logo-"] {background-size: 80%; background-position: 50%;}
.gam-op.v-2 > .group > .top .group-1 > .logo .logo-888-casino  {background-size: 57px; background-position: 13px 0; margin-top: 0px;}
.gam-op.v-2 > .group > .top .group-1 > .logo .logo-777-casino  {background-size: 52px; background-position: 17px 0; margin-top: 0px;}
div.topoftype.topoftype--right.viga.terms-br > div > div > div.logo[class*="bg-"] { width: 90px; height: 30px; box-shadow: none;}
div.topoftype.topoftype--right.viga.terms-br > div > div > div.logo [class*="logo-"] {background-size: 91px;}

div.boxes-eval.mgn-28 > div.group-wrap > div.group > div.logo {box-shadow: none; margin: 0 auto; width: 100px; height: 30px;}
div.boxes-eval.mgn-28 > div.group-wrap > div.group > div.logo [class*="logo-"] {background-size: 100px 30px; min-height: 30px;}

table.safe-table.terms-br.mgn-28 > tbody > tr > td > span.logo {width: 90px; height: 30px; box-shadow: none;}
table.safe-table.terms-br.mgn-28 > tbody > tr > td > span.logo [class*="logo-"] {background-size: 90px 30px; min-height: 30px;}

.gam-op:not(.v-2)>.group>.bottom ul li .logo[class*="bg-"] {
	width: 70px;
	height: 30px;
	box-shadow: none;
	margin-top: 3px;
}

.gam-op:not(.v-2)>.group>.bottom ul li .logo [class*="logo-"] {
	background-size: 100%;
    min-height: 33px;
    background-position: 50%;
}

.logo {
	box-shadow: 3px 4px 3px 0 #49525b;
}

.logo [class*="logo-"] {
	/* background-size: 60%;
  min-height: 40px;
  background-position: 50%; */
	width: 105px;
	margin: 0 auto;
	display: block;
	text-indent: -9999px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	max-width: 100%;
	height: 100%;
}

div.propsl.propsl--left>div>div.top.float-clear>div.group-a>[class*="logo-"] {
	margin-top: 5px;
	background-size: 120px;
	min-height: 33px;
}
/* .foot-top-cas .group-1 [class*="logo-"] {
	width: 132px;
	height: 60px;
	background-size: 65%;
	background-position: 10px 3px;
} */

.foot-top-cas .group-1 .logo.bg-22bet {padding: 5px 4px;}

[class*="logo-"] {
	display: block;
	text-indent: -9999px;
	text-align: left;
}
.logo-druckgluck {background: url(/logos/druckgluck.svg) no-repeat;}
.logo-sunmaker {background: url(/logos/sunmaker.svg) no-repeat;}
.logo-betsson {background: url(/logos/betsson.svg) no-repeat; background-size: 100%!important;}
.logo-platin-casino {background: url(/logos/platin.svg) no-repeat;}

.bg-platin-casino {background-color: #1A4F61}
.bg-druckgluck {
	background: rgb(215,237,250);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(215,237,250,1)), to(rgba(5,56,132,1)));
	background: -o-linear-gradient(bottom, rgba(215,237,250,1) 0%, rgba(5,56,132,1) 100%);
	background: linear-gradient(0deg, rgba(215,237,250,1) 0%, rgba(5,56,132,1) 100%);
}
.bg-sunmaker {
background: #234a6c;
background: -webkit-gradient(linear,left top, right top, color-stop(0, #012748),color-stop(50%, #234a6c),to(#012748)) #012748;
background: -o-linear-gradient(left,#012748 0,#234a6c 50%,#012748 100%) #012748;
background: linear-gradient(to right,#012748 0,#234a6c 50%,#012748 100%) #012748;
}
.bg-betsson {background: #f60;}
.logo-bwin {background: url(/logos/bwin.svg) no-repeat;}
.logo-888-casino {background: url(/logos/888casino.svg) no-repeat;}
.logo-bitstarz {background: url(/logos/bitstarz.svg) no-repeat;}
.logo-oshi {background: url(/logos/oshi.svg) no-repeat;}
.logo-cryptowild {background: url(/logos/cryptowild.svg) no-repeat;}
.logo-betchain {background: url(/logos/betchain.svg) no-repeat;}
.bg-bwin, .bg-888-casino, .bg-bitstarz, .bg-oshi {background-color: #000;}
.bg-cryptowild {background-color: #e1e1e1;}
.bg-betchain {background-color: #202660;}
.bg-777-casino {background-color: #75ccbb;}
.logo-777-casino {background: url(/logos/777.svg) no-repeat;}
.bg-rizk {background-color: #ef4136;}
.logo-rizk {background: url(/logos/rizk.svg) no-repeat;}
.bg-tipico {background-color: #272b31;}
.logo-tipico {background:url(/logos/tipico.svg) no-repeat;}
.bg-cherry-casino {background-color: #852031;}
.logo-cherry-casino {background: url(/logos/cherry-casino.svg) no-repeat;}
.bg-casino-club {background-color: #440000;}
.logo-casino-club {background: url(/logos/casino-club.svg) no-repeat;}
.bg-white {background-color: #fff;}
.logo-22bet {background: url(/logos/22bet.svg) no-repeat;}
.bg-22bet {background-color: #0a626a;}
.logo-playamo {background: url(/logos/playamo.svg) no-repeat;}
.bg-playamo {background-color: #000;}
.logo-spinia {background: url(/logos/spinia-casino.svg) no-repeat; background-size: 56%!important;}
.bg-spinia {background-color: #ededed;}
.logo-cosmo-casino {background: url(/logos/cosmo-casino.svg) no-repeat; background-size: 75%!important;}
.bg-cosmo-casino {background-color: #021427;}
.logo-casumo {background: url(/logos/casumo.svg) no-repeat;}
.bg-casumo {background-color: #FFFFFF;}
.logo-dunder {background: url(/logos/dunder.svg) no-repeat;}
.bg-dunder {background-color: #FFFFFF;}
.logo-drueckglueck {background: url(/logos/drueckglueck.svg) no-repeat; background-size: 60%!important;}
.bg-drueckglueck {background-color: #FFFFFF;}
.logo-one-casino {background: url(/logos/one-casino.svg) no-repeat; background-size: 75%!important;}
.bg-one-casino {background-color: #141414;}
.logo-betway {background: url(/logos/betway.svg) no-repeat; background-size: 75%!important;}
.bg-betway {background-color: #000;}
.logo-sunmaker {background: url(/logos/sunmaker.svg) no-repeat; background-size: 100%!important;}
.bg-sunmaker {background-color: #082E4F;}
.logo-party-casino {background: url(/logos/party-casino.svg) no-repeat; background-size: 100%!important;}
.bg-party-casino {background-color: #211551;}
.logo-energy-casino {background: url(/logos/energy-casino.svg) no-repeat; background-size: 100%!important;}
.bg-energy-casino {background-color: #0D0400;}
.logo-ares-casino {background: url(/logos/ares-casino.svg) no-repeat; background-size: 100%!important;}
.bg-ares-casino {background-color: #153466;}
.logo-playojo {background: url(/logos/playojo.svg) no-repeat; background-size: 39%!important;}
.bg-playojo {background: rgb(206,44,207); background: linear-gradient(50deg, rgba(206,44,207,1) 38%, rgba(0,143,242,1) 63%);}
.logo-comeon {background: url(/logos/comeon.svg) no-repeat; background-size: 100%!important;}
.bg-comeon {background-color: #373942;}
.logo-netbet {background: url(/logos/netbet.svg) no-repeat; background-size: 100%!important;}
.bg-netbet {background-color: #333743;}
.logo-karamba {background: url(/logos/karamba.svg) no-repeat; background-size: 80%!important;}
.bg-karamba {background-color: #d4d4d4;}
.logo-william-hill {background: url(/logos/william-hill.svg) no-repeat; background-size: 80%!important;}
.bg-william-hill {background-color: #01143c;}
.logo-jackpot-city {background: url(/logos/jackpot-city.svg) no-repeat; background-size: 80%!important;}
.bg-jackpot-city {background-color: #fff;}
.logo-red-stag-casino {background: url(/logos/red-stag-casino.svg) no-repeat; background-size: 40%!important;}
.bg-red-stag-casino {background-color: #7E030B;}
.logo-genesis-casino {background: url(/logos/genesis-casino.svg) no-repeat; background-size: 100%!important;}
.bg-genesis-casino {background-color: #070920;}
.logo-osiris-casino {background: url(/logos/osiris-casino.svg) no-repeat; background-size: 100%!important;}
.bg-osiris-casino {background-color: #2E2726;}
.logo-guts {background: url(/logos/guts.svg) no-repeat; background-size: 100%!important;}
.bg-guts {background-color: #F8F8F8;}
.logo-grand-mondial {background: url(/logos/grand-mondial.svg) no-repeat; background-size: 100%!important;}
.bg-grand-mondial {background-color: #F4F4F4;}
.logo-captain-cooks {background: url(/logos/captain-cooks.svg) no-repeat; background-size: 80%!important;}
.bg-captain-cooks {background-color: #232323;}
.logo-black-diamond-casino {background: url(/logos/black-diamond-casino.png) no-repeat; background-size: 100%!important;}
.bg-black-diamond-casino {background-color: #0F0F0F;}
.logo-mega-spielhalle {background: url(/logos/mega-spielhalle.svg) no-repeat; background-size: 80%!important;}
.bg-mega-spielhalle {background-color: #3D3B3C;}

.bg-spinsy {background-color: #131313;}
.bg-cashed {background-color: #002d28;}
.bg-goldspin {background-color: #150f04;}
.bg-quickwin {background-color: #11151f;}
.bg-vegasino {background-color: #147fb3;}
.bg-spinit {background-color: #000;}
.bg-boomsbet {background-color: #2f3157;}
.bg-igobet {background-color: #463296;}
.bg-bassbet {
	background-image: linear-gradient(0deg, #0075ff1a, #0075ff1a), linear-gradient(#0837af 15%, #001e59);
	background-image: -webkit-linear-gradient(0deg, #0075ff1a, #0075ff1a), linear-gradient(#0837af 15%, #001e59);
}
.bg-playio {
	background-image: linear-gradient(90deg, #144e4e, #061819);
	background-image: -webkit-linear-gradient(90deg, #144e4e, #061819);
}

.logo-spinsy {background: var(--logo-spinsy);}
.logo-cashed {background: var(--logo-cashed);}
.logo-goldspin {background: var(--logo-goldspin);}
.logo-quickwin {background: var(--logo-quickwin);}
.logo-spinit {background: var(--logo-spinit);}
.logo-boomsbet {background: var(--logo-boomsbet);}
.logo-igobet {background: var(--logo-igobet);}
.webp .logo-vegasino {background-image: url(/logos/vegasino.webp);}
.logo-vegasino {background-image: url(/logos/vegasino.png);}
.webp .logo-bassbet {background-image: url(/logos/bassbet.webp);}
.logo-bassbet {background-image: url(/logos/bassbet.png);}
.webp .logo-playio {background-image: url(/logos/playio.webp);}
.logo-playio {background-image: url(/logos/playio.png);}

.breadcrumbs {
	padding: 5px 10px;
	background: rgb(231, 233, 241);
	margin: 10px auto!important;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}

.breadcrumbs li {
	display: inline-block;
	position: relative;
	margin-right: 15px;
	padding-right: 10px;
	font-size: 14px;
	padding-left: 0!important;
	margin-bottom: 0!important;
}
.breadcrumbs li a {color: #3c3e84; font-weight: bold;}
.breadcrumbs li:not(:last-child):after {
	position: absolute;
	content: '';
	top: 7px;
	left: 100%;
	border: solid #5a5757;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
	transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
@media screen and (max-width: 575px){
	.breadcrumbs{
		padding: 5px;
		overflow-x: scroll;
		white-space: nowrap;
		position: relative;
        flex-wrap: nowrap;
	}
}
.sprite {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
}
.sprite.pay {
	display: inline-block;
background-position: top;
background-repeat: no-repeat;
height: 32px;
margin: 5px;
width: 40px;
overflow: hidden;
background-size: 40px;
}
.sprite.soft {
	display: inline-block;
background-position: center;
background-repeat: no-repeat;
width: 110px;
overflow: hidden;
background-size: 110px auto;
}
div.full .logo {position: relative; width: 111px;}
div.full .sprite.soft {position: absolute;}
div.full .sprite.soft.playtech {top: 13px;}
div.full .sprite.soft.microgaming, div.full .sprite.soft.playngo {top: 9px;}

.sprite.soft.microgaming {background-image: url(/logos/microgaming.svg);height: 28px;}
.sprite.soft.netent {background-image: url(/logos/netent.svg);height: 35px;}
.sprite.soft.evo {background-image: url(/logos/evolution.svg);}
.sprite.soft.ezugi {background-image: url(/logos/ezugi.svg);}
.sprite.soft.isoftbet {background-image: url(/logos/isoftbet.svg);height: 35px;}
.sprite.soft.playngo {background-image: url(/logos/playngo.svg);background-position: 0px -14px;height: 29px;}
.sprite.soft.yggdrasil {background-image: url(/logos/yggdrasil.svg);background-position: 0px -26px;height: 29px;background-size: 139px;}
.sprite.soft.playtech {background-image: url(/logos/playtech.svg);background-position: 0px -47px;}
.sprite.soft.nextgen {background-image: url(/logos/nextgen.svg); height: 30px;}
.sprite.soft.merkur {height: 21px;background-image: url(/logos/merkur.svg);background-position: 0px -15px;}
.sprite.soft.ballywulff {background-image: url(/logos/bally-wulff.svg);background-size: 100px;height: 33px;}
.sprite.soft.quickspin {background-image: url(/logos/quickspin.svg);background-position: 5px -35px;background-size: 162px;height: 22px;}
.sprite.soft.betsoft {background-image: url(/logos/betsoft.svg);background-position: 16px -23px;background-size: 138px;height: 30px;}
.sprite.soft.dragonfish {background-image: url(/logos/dragonfish.svg);height: 20px;background-position: -8px -51px;background-size: 121px;}
.sprite.soft.igt {background-image: url(/logos/igt.svg);height: 40px;background-position: -2px -36px;}
.sprite.soft.redtiger {background-image: url(/logos/redtiger.svg);height: 24px;}

.sprite.pay.visa {background-image: url(/logos/visa.svg);}
.sprite.pay.mastercard {background-image: url(/logos/mastercard.svg);}
.sprite.pay.maestro {background-image: url(/logos/maestro.svg);}
.sprite.pay.banktransfer {background-image: url(/logos/bank-transfer.svg);}
.sprite.pay.sofort {background-image: url(/logos/sofort.svg);}
.sprite.pay.trustly {background-image: url(/logos/trustly.svg);}
.sprite.pay.giropay {background-image: url(/logos/giropay.svg);}
.sprite.pay.paypal {background-image:url(/logos/paypal.svg);}
.sprite.pay.ecopayz {background-image:url(/logos/ecopayz.svg);}
.sprite.pay.neteller {background-image:url(/logos/neteller.svg);}
.sprite.pay.skrill {background-image:url(/logos/skrill.svg);}
.sprite.pay.paysafecard {background-image:url(/logos/paysafecard.svg);}
.sprite.pay.bitcoin {background-image:url(/logos/bitcoin.svg);}
.sprite.pay.entropay {background-image:url(/logos/entropay.svg);}
.sprite.pay.zimpler {background-image:url(/logos/zimpler.svg);}
.sprite.pay.unlimint {background-image:url(/logos/unlimint.svg);}
.sprite.pay.perfectmoney {background-image:url(/logos/perfectmoney.svg);}
.sprite.pay.jeton {background-image:url(/logos/jeton.svg);}
.sprite.pay.american-express {background-image:url(/logos/american-express.svg);}
.sprite.pay.crypto-pay-n-play {background-image:url(/logos/crypto-pay-n-play.svg);}
.sprite.pay.astropay {background-image:url(/logos/astropay.svg);}
.sprite.pay.apple-pay {background-image:url(/logos/apple-pay.svg);}
.sprite.pay.diners-club {background-image:url(/logos/diners-club.svg);}
.sprite.pay.jcb {background-image:url(/logos/jcb.svg);}
.sprite.pay.onlineuberweisen {background-image:url(/logos/onlineuberweisen.svg);}


.not-v--img {
	width: 15%;
    display: inline-block;
    padding: 0 15px 0 10px;
    vertical-align: bottom;
    margin-bottom: 1%;
}

.not-v--img .excl {
	width: 70px;
	height: 70px;
	background: url('/prints/important.png') no-repeat;
	display: inline-block;
}

.v-4 .text p {
	text-align: center;
	margin: 0 0 5px 0;
}

.v-4.not-v .text {
	width: 80%;
    text-align: center;
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    margin-bottom: 1%;
}

.v-4.not-v {
	width: 70%;
	padding: 10px 0;
}

.border-red {
    border: 2px solid #fff;
    outline: 6px solid #c3123d;
}
.v-4.not-v div.full.not-v {
	margin-bottom: 0;
    padding-right: 0;
}

@media only screen and (max-width: 810px) {
	.v-4.not-v {
		width: 90%;
		padding: 10px 0;
	}
}

@media only screen and (max-width: 590px) {
	.not-v--img {
		width: 100%;
		display: block;
		padding: 0;
		vertical-align: bottom;
		margin-bottom: 1%;
		text-align: center;
	}
	.v-4.not-v .text {
		width: 100%;
		text-align: center;
		display: block;
	}
}


.box-text.spinner {
	    padding: 20px 0px 0px 20px;
}
.box-text.spinner p:not(.fix) {padding: 0 20px 0 0;}
.spin-cont {
	max-width: 1440px;

margin: 0 auto;
}
.spin-cont-holder {
	margin-bottom: 60px;
}
.spin-cont .cont {
	display: block;
    position: relative;
    z-index: 0;
}
.spin-cont .cont  p {color: #fff; width: 750px;}

.roulette-spin {
	height: 200px;
	    right: 0;
	    left: 0;
	    top: -25px;
	    position: absolute;
	    overflow: hidden;
	    text-align: right;
			z-index: -9
}
.roulette-spin img {
	max-width: unset;
	    right: -28px;
	    position: absolute;
	    animation: rouletteSpin 60s linear infinite;
	    width: 400px;
}
@keyframes rouletteSpin {
	0% {
    transform: rotate(0);
	}
	100% {
    transform: rotate(360deg);
}
}


.payment-ico {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
	width: 30px;
	height: 30px;
}

.no-x {
	width: 30px;
	background: url(/images/cancel.svg) no-repeat;
	background-size: 30px;
	text-indent: -9999px;
	min-height: 30px;
	margin: 0 auto;
}

.yes-check {
	width: 30px;
	background: url(/images/check-circle.svg) no-repeat;
	background-size: 30px;
	text-indent: -9999px;
	min-height: 30px;
	margin: 0 auto;
}

[data-tooltip] {
	position: relative;
	z-index: 2;
	cursor: pointer
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/*Internet Explorer 5, 6, 7, 8 */
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	/* Old Mozilla Browsers */
	-webkit-opacity: 1;
	/* Old Webkit browsers (Safari, Chrome, various others) */
	-khtml-opacity: 1;
	/* Really old Safari browsers and Konqueror */
	opacity: 1;
	/* Modern browsers */
}

[data-tooltip]:before {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-bottom: 5px;
	margin-left: -80px;
	padding: 7px;
	width: 153px;
	border-radius: 3px;
	background-color: #3c3e84;
	color: #fff;
	content: attr(data-tooltip);
	text-align: center;
	font-size: 12px;
	line-height: 1.2;
	visibility: hidden;
}

[data-tooltip]:after {
	position: absolute;
	bottom: 100%;
	left: 40%;
	margin-left: -5px;
	width: 0;
	border-top: 5px solid #3c3e84;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}

.ico--nent-big {
	background: url(/logos/netent.svg) no-repeat;
	background-size: 94px 33px;
	width: 94px;
	height: 33px;
}
div.cert-icos {
	margin: 0 auto 15px;
width: fit-content;
text-align: center;
}

div.cert-icos [class*="ico--"] {
	background-size: 94px 33px;
width: 100px;
height: 40px;
text-indent: -9999px;
background-color: #fff;
padding: 5px;
background-position: 5px 3px;
border-radius: 5px;
margin-bottom: 5px;
}
table.safe-table div.cert-icos {margin: 0 auto; margin-right: auto;}
table.safe-table div.cert-icos {margin: 0 auto; margin-right: auto;}
table.safe-table div.cert-icos .ico--reg-mga {
	width: 120px;
    background-size: 115px auto;
    background-position: 1px -247px;
}

[class*="ico--reg"] {
	display: block;
	width: 100px;
	text-indent: -9999px;
	background: url(/logos/regulations.svg) no-repeat 0 0;
	margin: 0 auto;
}
div.cert-icos .ico--reg-ecogra {
	background-position: 6px -75px;
	    background-size: 100px;
}
div.cert-icos .ico--reg-egba {
	background-position: 17px 6px;
  background-size: 111px;
}
div.cert-icos .ico--reg-gamcare {
background-position: 12px -39px;
    background-size: 117px;
}
div.cert-icos .ico--reg-ibas {
	background-position: 10px -165px;
background-size: 144px;
}
div.cert-icos .ico--reg-ukgc {
	background-position: 4px -167px;
background-size: 93px;
height: 36px;
}
div.cert-icos .ico--reg-mga {
	background-position: 10px -210px;
	    background-size: 99px;
	    height: 36px;
}
div.cert-icos .ico--reg-curacao {
background-position: 8px -239px;
background-size: 98px;
height: 36px;
width: 50px;
}
.ico--thawte-big {
	 	background: url(/logos/thawte.svg) no-repeat;
}
.ico--comodo-big {
	 	background: url(/logos/comodo.svg) no-repeat;
}
.ico--geotrust-big {
	 	background: url(/logos/geotrust.svg) no-repeat;
}
.ico--ssl-big {
	 	background: url(/images/ssl.svg) no-repeat;
}

.sprite.comm-sec-softw.ico--ssl-big:hover,
.sprite.comm-sec-softw.ico--ssl-big-h,
.sprite.comm-sec-softw.ico--ssl-big {
	background: url(/images/ssl.svg) no-repeat;
	background-size: 54px;
	width: 56px;
	height: 28px;
}

.sprite.comm-sec-softw {
	background: url(/logos/logo.svg) no-repeat;
}

.sprite.comm-sec-softw.ico--logo-footer {
	width: 100px;
	height: 28px;
}

.sprite.comm-sec-softw.ico--verisign-big-off:hover,
.sprite.comm-sec-softw.ico--verisign-big-hover,
.sprite.comm-sec-softw.ico--verisign-big-off {
	background: url(/images/verisign.svg) no-repeat;
	background-size: 70px 26px;
	width: 70px;
	height: 26px;
}

.sprite.comm-sec-softw.ico--nrt-big {
	background: url(/images/norton.svg) no-repeat;
	background-size: 70px 26px;
	width: 70px;
	height: 26px;
}
.sprite.comm-sec-softw.ico--bzga-big {
	background: url(/images/bzga.svg) no-repeat;
	background-size: auto 33px;
	width: 42px;
	height: 33px;
	margin-right: 0px;
}

.sprite.comm-sec-softw.ico--nrt-big:hover,
.sprite.comm-sec-softw.ico--nrt-h {
	background: url(/images/norton.svg) no-repeat;
	background-size: 70px 26px;
	width: 70px;
	height: 26px;
}

.sprite.comm-sec-softw.ico--18plus {
	background: url(/images/18+.svg) no-repeat;
	background-size: 31px 28px;
	width: 31px;
	height: 28px;
}

.rating {
	background-size: 35px;
	width: 41px
}

.rating.is--6 {
	background: url(/images/rating-6.svg) no-repeat;
	height: 54px;
	background-size: 35px;
}

.rating.is--7 {
	background: url(/images/rating-7.svg) no-repeat;
	height: 66px;
	background-size: 35px;
}

.rating.is--8 {
	background: url(/images/rating-8.svg) no-repeat;
	height: 73px;
	background-size: 35px;
}

.rating.is--9 {
	background: url(/images/rating-9.svg) no-repeat;
	height: 78px;
	background-size: 35px;
}

.rating.is--10 {
	background: url(/images/rating-10.svg) no-repeat;
	height: 80px;
	background-size: 35px;
}

div.boxes-text-2 span.far {
	position: absolute;
	left: 25px;
	font-size: 30px;
	color: #3c3e84;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


div.boxes-text-2>div>p>span.qa {
	font-size: 18px;
	font-weight: bold;
	color: #3c3e84;
}

.cert-ico {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
	width: 50px;
	height: 50px;
}
.cert-ico.registration { background: url(/logos/registration.svg) no-repeat; background-size: 50px;}
.cert-ico.bonus { background: url(/logos/bonus.svg) no-repeat; background-size: 50px;}
.cert-ico.games { background: url(/logos/games.svg) no-repeat; background-size: 57px;}
.cert-ico.mobile { background: url(/logos/mobile.svg) no-repeat; background-size: 50px;}
.cert-ico.payments {background: url(/logos/payments.svg) no-repeat; background-size: 50px;}
.cert-ico.security {background: url(/logos/security.svg) no-repeat; background-size: 50px;}
.cert-ico.support {background: url(/logos/support.svg) no-repeat; background-size: 50px;}
.cert-ico.company {background: url(/logos/company.svg) no-repeat; background-size: 50px;}
.cert-ico.rows {background: url(/logos/rows.svg) no-repeat; background-size: 30px; width: 50px; background-position: 10px 0px;}
.cert-ico.reels {background: url(/logos/reels.svg) no-repeat; background-size: 50px; height: 32px;}
.cert-ico.paylines {background: url(/logos/paylines.svg) no-repeat;background-size: 82px; background-position: -15px 0px;width: 52px;}
.cert-ico.wild {background: url(/logos/wild.svg) no-repeat;background-size: 52px;}

.color-br::after {
	content: '';
	position: absolute;
	left: 190px;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 2px solid #1B354C;
}
.color-br.c-black::after {border-color: #000;}
.color-br.c-cherry-casino::after {border-color: #852031;}
.color-br.c-cclub::after {border-color: #440000;}
.color-br.c-rizk::after {border-color: #ef4136;}
html.active,
html.active>body {
	overflow: hidden;
}

body {
	min-width: 320px;
	margin: 0 auto;
	color: #383434;
	font-size: 16px;
	line-height: normal;
	font-family: Arial, sans-serif;
	text-align: justify;
	background: #e7e9f1;
}

.prime-col {
	min-width: 320px;
	max-width: 1230px;
	margin: 0 auto;
	position: relative;
}

#prime-header .prime-col {
	padding: 10px 0;
}

.bg-grey--d {
	background: #e7e9f1;
}

.bg-grey--l {
	background: #eff1f9;
}

.bg-blue {
	background: #3c3e84;
}
.bg-blue a {color: #ea4642;}
.bg-blue a:hover {color: #ea4642;text-decoration: underline;}

.bg-green {
	background: #3c3e84;
}

.border-black {
	border: 2px solid #fff;
	outline: 6px solid #3c3e84;
}

.color-white {
	color: #fff;
}

.color-grey {
	color: #808080;
}

.head-tr {
	background: #1B354C;
	color: #fff;
}

.line-behind {
	position: relative;
	z-index: 1;
}

h1.line-behind::before {
	border-top: 3px solid #3c3e84;
}

.line-behind::before {
	content: '';
	border-top: 3px solid #3c3e84;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}

.blue .line-behind::before {
	border-color: #3c3e84;
}

.line-behind>span {
	background: #fff;
}

.viga,
.bit-title,
.bit-title-in {
	font-family: 'Viga', sans-serif
}

.bit-title {
	padding: 2px 22px 2px 6px;
	background: #3c3e84;
	border-bottom: 3px solid #fff;
	color: #fff;
	text-align: center;
}
.bit-title.alert {background-color: #c3123d;}
.gam-op .group p.bit-title {min-height: 28px;}

.blue .bit-title {
	background: #3c3e84;
}

.bit-title.v--black {
	background: #3c3e84;
}

.bit-title.v-2 {
	margin-bottom: 3px;
}

.slope-tr {
	position: relative;
}

.slope-tr::before {
	content: '';
	width: 0;
	height: 0;
	border-top: 20px solid #fff;
	border-left: 20px solid transparent;
	position: absolute;
	right: -3px;
	top: -1px;
	z-index: 100;
}
.payop .slope-tr::before {right: -4px;}

.slope-tr--2::before {
	border-top-width: 14px;
	border-left-width: 14px;
}

.plat-form {
	color: #3c3e84;
}

.plat-form>span:not(:last-child) {
	margin-right: 10px;
}

.plat-form>.none {
	color: #b2b2b2;
}

.fa-globe {
	font-size: 21px;
}

.fa-desktop {
	font-size: 19px;
}

.fa-apple,
.fa-android {
	font-size: 23px;
}

.fa-check-square {
	color: #227f52;
}

.topoftype-text .fa-check-square {
	color: #3c3e84;
}

.blue .fa-check-square,
.rsim-table .fa-check-square {
	color: #3c3e84;
}

.rsim-table .fa-minus-square {
	color: #a43221;
}

.topoftype .fa-check-square {
	margin-right: 8px;
}

.accent::before {
	content: '\25ba';
	margin-right: 6px;
}

.ov-all-rat {
	color: #1B354C;
}

.ov-all-rat.mid-rat {
	color: #d96704;
}

.ov-all-rat.low-rat {
	color: #a43221;
}

.ov-all-rat>div {
	font-weight: 900;
	font-size: 22px;
}

.in-rev {
	width: 270px!important;
}

.bit-title-in-rev {
	margin-top: 35px!important;
	margin-bottom: -2px!important;
}

.bit-title-in {
	color: #000;
	font-size: 17px;
	line-height: 1.3;
}

.terms-br {
	position: relative;
}

.terms-br::after {
	content: '*18+; AGB gelten.';
	position: absolute;
	right: 0;
	bottom: -21px;
	color: #a5a5a5;
	font-style: italic;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

.terms-br.v-2-row::after {
	content: '*18+; AGB gelten.\A Visit the casino for details';
	white-space: pre;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 20px;
	font-weight: normal;
	font-family: 'Viga', sans-serif;
	position: relative;
}

h2.lst {
	clear: both;
}

h1,
h2 {
	text-align: center;
}

.page-title>h1 {
	margin-bottom: 10px;
	color: #0d0d0d;
}

.page-title .line-behind::before {
	border-width: 5px;
}

h2::after {
	content: '';
	display: block;
	height: 3px;
	background: #3c3e84;
	position: absolute;
	left: 30%;
	right: 30%;
}

h2.not-line::after {z-index: -999;}

.blue h2::after {
	background: #3c3e84;
}

h2.line-behind {
	text-align: left;
}

h2.line-behind>span {
	padding-right: 20px;
}

h3.line-behind>span {
	padding-right: 20px;
}

h2.line-behind::after {
	content: none;
}

p,
li {
	line-height: 1.6;
}

div.detld-rvw.mgn-28 div.group-b>div>div>ul.sep>li {
	line-height: 1.4;
}

p:not(.sep) {
	margin: 0 0 20px 0;
}

.page-title>.sep {
	margin: 0 0 10px;
	border-bottom: 1px solid #1B354C;
	color: #726f6f;
}

ul:not(.sep),
ol:not(.sep) {
	margin: 28px auto;
}
table.str ul {margin: 0 auto;}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
	list-style-position: inside;
}

ul:not(.sep) li,
ol:not(.sep) li {
	margin-bottom: 10px;
	padding-left: 20px;
}

ul:not([class]) li::before,
ul.ul--stand li::before, ul.inline-list li::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 15px;
	margin-right: 6px;
	background: url(/images/arrows.svg) no-repeat;
	background-size: 15px;
}

ul.inline-list {
	padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

ul.pros li span {
	color: #009688;
}

ul.cons li span {
	color: #a43221;
}

td.ftrs ul {
	margin: 0 auto;
}
td.ftrs ul.fix li:not(:last-of-type) {margin-bottom: 10px;}
td.ftrs ul.fix li {padding-left: 0px;}
td.ftrs ul.fix {margin: 0 auto; display: block;    width: fit-content;}
td.ftrs ul li {
	margin-bottom: 0;
	text-align: left;
	line-height: 1.4
}

td.ftrs ul.sep li {
	padding-left: 20px;
}

td.ftrs ul.sep li::before {
	content: none;
}

td.ftrs ul li.no::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 15px;
	margin-right: 6px;
	background: url(/images/cross.svg) no-repeat;
	background-size: 15px;
}

ul.currencies {
	display: block;
	    list-style-type: none;
	    margin: 0 auto;
	    width: 100%;
			max-width: 664px;
	    padding: 0;
}

ul.currencies li {
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 45px;
	margin: 5px;
	width: 66px;
	overflow: hidden;
	background-size: 65px;
}
ul.currencies li:not(:last-of-type) {margin-right: 20px;}
ul.currencies li::before {content: none;}
.currencies li span {display: inline-block; font-size: 15px; text-align: center;width: 100%;}
.currencies li.visa, span.visa {background-image: url(/logos/visa.svg);}
.currencies li.mastercard, span.mastercard {background-image: url(/logos/mastercard.svg);}
.currencies li.maestro, span.maestro {background-image: url(/logos/maestro.svg);}
.currencies li.banktransfer, span.banktransfer {background-image: url(/logos/bank-transfer.svg);}
.currencies li.sofort, span.sofort {background-image: url(/logos/sofort.svg);}
.currencies li.trustly, span.trustly {background-image: url(/logos/trustly.svg);}
.currencies li.giropay, span.giropay {background-image: url(/logos/giropay.svg);}
.currencies li.paypal, span.paypal {background-image:url(/logos/paypal.svg);}
.currencies li.ecopayz, span.ecopayz {background-image:url(/logos/ecopayz.svg);}
.currencies li.neteller, span.neteller {background-image:url(/logos/neteller.svg);}
.currencies li.skrill , span.skrill{background-image:url(/logos/skrill.svg);}
.currencies li.paysafecard, span.paysafecard {background-image:url(/logos/paysafecard.svg);}
.currencies li.bitcoin {background-image:url(/logos/bitcoin.svg);}
.currencies li.entropay {background-image:url(/logos/entropay.svg);}
.currencies li.zimpler {background-image:url(/logos/zimpler.svg);}
span.muchbetter {background-image: url(/logos/muchbetter.svg);}
span.rapid-transfer {background-image: url(/logos/rapid-transfer.svg);}
span.cashtocode {background-image: url(/logos/cashtocode.svg);}
span.neosurf {background-image: url(/logos/neosurf.svg);}
span.unlimint {background-image: url(/logos/unlimint.svg); background-color: #E7E8E3;background-size: 46px!important;background-position: center;}
span.perfectmoney {background-image: url(/logos/perfectmoney.svg); background-color: #E7E8E3;background-size: 32px!important;background-position: center;}
span.jeton {background-image: url(/logos/jeton.svg); background-color: #E7E8E3;background-size: 48px!important;background-position: center;}
span.kryptowahrungen {background-image: url(/logos/kryptowahrungen.svg); background-color: #E7E8E3;background-size: 32px!important;background-position: center;}
span.bitcoin {background-image: url(/logos/bitcoin.svg); background-color: #E7E8E3;background-size: 46px!important;background-position: center;}
span.ethereum {background-image: url(/logos/ethereum.svg); background-color: #E7E8E3;background-size: 43px!important;background-position: center;}
span.bitcoin-cash {background-image: url(/logos/bitcoin-cash.svg); background-color: #E7E8E3;background-size: 41px!important;background-position: center;}
span.litecoin {background-image: url(/logos/litecoin.svg); background-color: #E7E8E3;background-size: 33px!important;background-position: center;}
span.mifinity {background-image: url(/logos/mifinity.svg); background-color: #2C99CE;background-size: 46px!important;background-position: center;}
span.ecovoucher {background-image: url(/logos/ecovoucher.svg);}
span.american-express {background-image:url(/logos/american-express.svg);background-color: #E7E8E3;background-size: 41px!important;background-position: center;}
span.crypto-pay-n-play {background-image:url(/logos/crypto-pay-n-play.svg);background-color: #E7E8E3;background-size: 46px!important;background-position: center;}
span.astropay {background-image:url(/logos/astropay.svg);background-color: #E7E8E3;background-size: 46px!important;background-position: center;}
span.apple-pay {background-image:url(/logos/apple-pay.svg);background-color: #E7E8E3;background-size: 46px!important;background-position: center;}
span.diners-club {background-image:url(/logos/diners-club.svg);background-color: #E7E8E3;background-size: 46px!important;background-position: center;}
span.visa-electron {background-image:url(/logos/visa-electron.svg);background-color: #E7E8E3;background-size: 46px!important;background-position: center;}
span.eps {background-image:url(/logos/eps.svg);background-color: #fff;background-size: 46px!important;background-position: center;}
span.safetypay {background-image:url(/logos/safetypay.svg);background-color: #E7E8E3;background-size: 46px!important;background-position: center;}
span.jcb {background-image:url(/logos/jcb.svg);background-color: #E7E8E3;background-size: 46px!important;background-position: center;}
span.onlineuberweisen {background-image:url(/logos/onlineuberweisen.svg);background-color: #E7E8E3;background-size: 46px!important;background-position: center;}
span.discover {background-image:url(/logos/discover.svg);background-size: 46px!important;background-position: center;}
span.pay {
	display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    width: 50px;
    height: 35px;
    margin: 0 5px;
    border-radius: 3px;
		background-size: 50px;
		background-repeat: no-repeat;
}

.sub-article > p a {color: #bd0937;}
a {
	color: #bd0937;
	text-decoration: none;
	text-align: left;

}

a:hover {
	color: #3c3e84;
	text-decoration: underline;
}

.blue a,
.blue a:hover {
	color: #3c3e84;
}

.orange a,
.orange a:hover {
	color: #d96704;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a.goin,
a.goout,
.goin-disabled {
	display: inline-block;
	border: 2px solid;
	color: #fff;
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	padding: 5px;
}

a.goout.a-text {
	width: auto!important;
	margin-top: 1.5em;
}

a.goout.games-text {
	width: auto!important;
	margin: 1.5em auto;
	text-align: center;
	display: table;
}

.propsl-in:not(.v-2) {
	padding: 0 18px 18px;
}

.propsl-in.v-2 {
	padding: 0 18px 0;
}

.propsl .ornament {
	top: -4px;
	text-align: center;
}

.propsl .ornament>span {
	display: inline-block;
	width: 75px;
	height: 29px;
	background: #e7e9f1;
	visibility: hidden;
}

.propsl-in.v-2>.top>div,
.propsl-in.v-2>.bottom>div {
	float: left;
	width: 50%;
	padding: 4px;
}

.propsl-in.v-2>.top>.group-a::before {
	margin-right: 10px;
}

.propsl-in.v-2>.top>.group-b {
	padding-right: 50px;
	font-size: 18px;
	text-align: right;
	position: relative;
}

.propsl-in.v-2>.top>.group-b>span:not(.rating) {
	min-width: 118px;
}

.propsl-in.v-2>.top>.group-b .rating {
	position: absolute;
	right: -5px;
	bottom: -7px;
}

.propsl-in.v-2>.top>.group-b .ov-all-rat {
	font-size: 26px;
}

.propsl-in>.middle,
.propsl-in>.bottom {
	padding: 10px 0;
	border-top: 3px solid #3c3e84;
}

.propsl-in>.bottom {
	padding-top: 0!important;
}

.propsl-in>.middle>li::before {
	margin-right: 10px;
}

.propsl-in>.middle>li:not(:last-child) {
	margin-bottom: 4px;
}

.propsl-in>.bottom {
	padding-top: 10px;
}

.propsl-in>.bottom>.group-a {
	font-weight: bold;
}

.propsl-in.v-2>.bottom a.goout {
	margin-top: 4px;
	padding: 8px;
	vertical-align: middle;
	font-size: 15px;
}

.propsl .shortcut {
	margin: 10px 0;
}

.propsl .shortcut a {
	text-transform: uppercase;
}

a.goin {
	background: #f0ac25;
	border-color: #f0ac25;
}

a.goout {
	background: #c3123d;
	border-color: #c3123d;
}
.goin-disabled {
	background: #b9b1b3;
	border-color: #b9b1b3;
}

a.goin:hover,
a.goout:hover {
	background: transparent;
	text-decoration: none;
}

a.goin:hover {
	color: #f0ac25;
}

a.goout:hover {
	color: #c3123d;
}

#prime-header,
#prime-footer {
	background: #242336;
	position: relative;
}

#prime-header {
	border-bottom: 8px solid #3c3e84;
}

#logo {
	display: inline-block;
}

#prime-nav {
	z-index: 9999;
}

#prime-nav>ul li {
	position: relative;
}

#prime-nav a {
	display: block;
	padding: 0 10px;
	font-family: 'Viga', sans-serif;
	text-decoration: none;
}

#prime-nav .dropdown a:hover {
text-decoration: underline;
}

.mov-nav {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: #3c3e84;
	z-index: 9999;
}

.mov-nav.active {
	bottom: 214px;
	border-bottom: 6px solid #383434;
}

.mov-nav li {
	float: left;
	width: 50%;
	padding-top: 20px;
	text-align: center;
	position: relative;
}

.mov-nav li.active {
	background: #ff8949;
}
.mov-nav li.active::before {
	content: 'X';
	position: absolute;
	top: -2px;
	right: 5px;
	font-size: 14px;
	color: #fff;
}


.mov-nav li.active::after,
.mov-nav a::before,
.mov-nav.active a::after {
	content: '';
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mov-nav li.active::after,
.mov-nav li.active a::after {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}

.mov-nav li.active:after {
	bottom: -12px;
	border-top: 6px solid #383434;
	z-index: -1;
}

.mov-nav a {
	color: #fff;
	font-size: 10px;
	position: relative;
	text-decoration: none;
}

.mov-nav a::before {
	top: -22px;
	width: 18px;
	height: 18px;
	background: url('/images/menu.svg') no-repeat;
	background-size: 18px 18px;
}

.mov-nav .group-1 a::before {
	top: -22px;
	width: 18px;
	height: 18px;
	background: url('/images/quick-links.svg') no-repeat;
	background-size: 18px 18px;
}

.mov-nav .group-2 a::before {
	top: -22px;
	width: 18px;
	height: 18px;
	background: url('/images/menu.svg') no-repeat;
	background-size: 18px 18px;
}

.mov-nav .group-3 a::before {
	top: -22px;
	width: 22px;
	height: 22px;
	background: url('/images/top.svg') no-repeat;
	background-size: 22px 22px;
}

.mov-nav li.active a::after {
	bottom: -11px;
	border-top: 6px solid #ff8949;
}

.sub-article {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 0 0;
	border-left: 0 solid #3c3e84;
	border-right: 0 solid #3c3e84;
}

.sub-article.blue {
	border-color: #3c3e84;
}

.page-title {
	text-align: center;
}

.olcount {
	list-style: none;
	counter-reset: item;
}

.olcount>li {
	counter-increment: item;
	padding-left: 40px;
	position: relative;
}

.olcount>li::before {
	content: counter(item);
	position: absolute;
	background: #fff;
	border: 4px solid #3c3e84;
	border-radius: 50%;
	font-weight: bold;
	text-align: center;
	z-index: 20;
}

.olcount.v-1>li::before {
	left: 10px;
	top: 0;
	width: 52px;
	line-height: 44px;
	font-size: 28px;
}

.olcount.v-1>li {
	padding: 0;
	margin-bottom: 20px;
}

.olcount.v-1>li>span {
	margin-left: 70px;
	font-size: 22px;
	text-transform: uppercase;
}

.olcount.v-1>li>p {
	margin: 0;
	padding: 10px 20px 10px 70px;
	background: #eff1f9;
}

.olcount.v-1 .slope-tr {
	border-color: #eff1f9;
}

.shortcut {
	display: block;
	width: 100%;
	border-left: 10px solid #5a5757;
	text-align: left;
}

.shortcut:hover {
	border-color: #3c3e84;
	border-right: 10px solid #3c3e84;
}

.orange .shortcut:hover {
	border-color: #3c3e84;
}

.blue .shortcut:hover {
	border-color: #3c3e84;
}

.shortcut a {
	background: #fff;
	color: #1B354C;
	line-height: 1.5;
}

.shct-arr--r a {
	display: table;
	width: 100%;
	text-decoration: none;
}

.shortcut .before,
.shct-arr--r .after {
	color: #fff;
	position: relative;
}

.shortcut .before {
	display: none;
	width: 100px;
	background: #3c3e84;
}

.jump-at .shortcut .before {
	width: 90px;
}

.shortcut:hover .before {
	display: table-cell;
}

.orange .shortcut:hover .before {
	background: #d96704;
}

.blue .shortcut:hover .before {
	background: #3c3e84;
}

.shct-arr--r .after {
	display: table-cell;
	width: 40px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	background: #5a5757;
	text-align: center;
	font-display: swap;
}

.shortcut:hover .after {
	display: none;
}

.shortcut .middle {
	padding: 4px;
}

.jump-at .shortcut .middle {
	padding: 4px 4px 4px 16px;
}

.shortcut .before>span,
.shct-arr--r .after>span {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.shortcut .before>span {
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.shct-arr--r .after>span {
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.jump-at.full ul {
	padding: 20px 30px;
}

.jump-at ul>li:not(:last-child) {
	margin-bottom: 20px;
}

.jump-at .shortcut a {
	color: #383434;
}

.bon-prog {
	width: 100%;
	text-align: center;
}

.bon-prog.v-2 .group {
	padding: 20px 20px 16px;
}

.bon-prog.v-1 .group>li:first-child {
	position: relative;
}

.bon-prog.v-2 .group>li:first-child {
	text-align: left;
}

.bon-prog.v-2 .group>li:first-child>.group-a>.in {
	margin: 0 auto;
	display: block;
	vertical-align: top;
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
}

.bon-prog.v-2 .group>li:first-child>.group-c>span,
.bon-prog.v-2 .group>li:not(:first-child)>span {
	display: block;
}

.bon-prog.v-2 .group>li:not(:first-child)>img {
	outline: 2px solid #16181b;
}

.bon-prog.v-2 .group>li:not(:first-child)>span {
	margin-top: 6px;
	font-size: 18px;
	line-height: 1.3;
}

.bon-prog.v-1 .group>li:first-child::before {
	content: '\f06b';
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	font-display: swap;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 70px;
	width: 50px;
	height: 50px;
	background: #1B354C;
	border-radius: 50%;
	color: #fff;
	font-size: 30px;
}

.bon-prog .text-info>.sep {
	margin: 6px auto;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
}

.bon-prog .color--grey {
	font-size: 14px;
}

.bon-prog a.goin,
.bon-prog a.goout,
.bon-prog .goin-disabled {
	width: 70%;
	max-width: 180px;
	margin-top: 6px;
	padding: 2px 6px;
	font-size: 15px;
}

.gam-op {
	text-align: center;
}

.gam-op.v-2 {
	margin: 40px auto 30px;
}

.gam-op:not(.v-2)>.group>div {
	padding: 10px;
}

.gam-op.v-2>.group>.top {
	padding: 10px 0;
}

.gam-op.v-2>.group>.top .group-1 {
	height: 82px;
	padding: 4px 20px 4px 4px;
	position: relative;
}

.gam-op.v-2>.group>.top .group-1>div {
	position: absolute;
	left: 8px;
	bottom: 0px;
}

.gam-op.v-2>.group>.top .group-1 .rating {
	vertical-align: text-bottom;
}

.gam-op.v-2>.group>.top .group-2 .bit-title-in {
	font-size: 17px;
	text-transform: uppercase;
}

.gam-op.v-2>.group>.top .in {
	color: #808080;
	font-style: italic;
	font-size: 14px;
}

.gam-op.v-2>.group>.top .ov-all-rat {
	font-weight: 800;
	font-style: normal;
}

.gam-op.v-2>.group>.top .in--2 {
	margin: 4px auto;
}

.gam-op.v-2>.group>.top .in a {
	display: block;
	color: #1B354C;
}

.gam-op.v-2>.group>.middle {
	margin-bottom: 20px;
	padding: 10px 2px;
	background: #b4cbcd;
}
.gam-op.v-2>.group>.middle .payments {margin-bottom: 15px;}
.gam-op.v-2>.group>.middle p.boon {margin: 0px auto 5px;}
.gam-op.v-2>.group>.middle>p {
	margin-bottom: 0px;
	font-style: italic;
	font-size: 14px;
}
.gam-op.v-2 > .group > .middle .payments span.fas {
	display: inline-block;
vertical-align: middle;
overflow: hidden;
text-align: left;
width: 30px;
height: 30px;
color: #148814;
}
.gam-op.v-2 > .group > .middle .payments span.fas.not {color: #7a7a7a;}
.gam-op.v-2 > .group > .middle > p {
	margin-bottom: 4px;
	font-style: italic;
	font-size: 16px;
}


.gam-op.v-2>.group>.middle>div>div {
	display: inline-block;
	vertical-align: middle;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	background: #fff;
}

.gam-op.v-2>.group>.top .in--2 {
	font-size: 14px;
}

.gam-op:not(.v-2)>.group>.bottom {
	border-top: 1px solid #1B354C;
}

.gam-op .banner {
	margin-top: 6px;
}

.gam-op .text-info {
	margin: 10px auto;
	font-style: italic;
	font-size: 14px;
	text-align: left;
}

.gam-op .text-info>p::first-letter {
	margin-left: 20px;
}

.gam-op:not(.v-2) .bit-title-in {
	margin-bottom: 10px;
	color: #3c3e84;
}

.gam-op .group-ul>li {
	display: inline-block;
	vertical-align: middle;
}

.gam-op .group-ul>li:first-child {
	float: left;
}

.group-ul.float-clear.sep.in-games>li {
	float: none!important;
}

.gam-op .group-ul>li:nth-child(2) {
	margin-right: 5%;
	font-size: 18px;
	line-height: 1.3;
}

.gam-op a.goin {
	padding: 2px 10px;
}

.gam-op a.goout {
	width: 130px;
	padding: 2px 4px;
	font-size: 15px;
}

.topoftype {
	text-align: center;
}

.topoftype>div {
	padding: 20px;
}

.topoftype>div.fix {
	padding: 5px 20px;
}

.topoftype>div>.group {
	display: table-cell;
	vertical-align: top;
}

.topoftype>div>.group:first-child {
	width: 115px;
}

.topoftype>div>.group:last-child {
	padding-left: 4px;
}

.topoftype--left.viga.terms-br>div>div.group.group-a>div.group-1 {
	margin: 20px auto;
}

.topoftype-text .topoftype>div>.group-a>.group-1 {
	margin: 10px auto;
}

.topoftype-text .topoftype>div>.group-a>.group-1 .ic-realm {
	font-family: Arial, sans-serif;
}

.topoftype .text-info:nth-last-child(2) {
	margin-top: 6px;
	margin-bottom: 10px;
}

.topoftype .fix .text-info:nth-last-child(2) {
	margin-top: 5px;
	margin-bottom: 14px;
}

.topoftype .ov-all-rat {
	margin-top: 10px;
	margin-bottom: 4px;
}

.topoftype .fix .ov-all-rat {
	margin-top: 5px;
}

.topoftype .text-info>span:not(.fas) {
	font-family: Arial, sans-serif;
}

.topoftype .text-info>span.fas {
	color: #227f52;
}

.topoftype .text-info>span.fas.not {
	color: #c00d00;
}

.topoftype .text-info>span.fas:not(:last-child) {
	margin-right: 4px;
}

.topoftype .goin,
.topoftype .goout {
	width: 90%;
	padding: 2px;
	font-size: 18px;
}

.topoftype-text .topoftype .goout {
	margin-top: 10px;
}

.saf-rec {
	text-align: center;
}

.saf-rec>div {
	display: table;
	width: 100%;
}

.saf-rec>div>.group {
	vertical-align: top;
	padding: 10px 3px;
}

.saf-rec>div>.group>div.payments {
	margin: 8px auto 20px;
}

.saf-rec .boon,
.middle .boon {
	margin: 10px auto 5px;
	color: #0d0d0d;
}

.middle .boon {
	font-weight: bold;
	font-size: 16px;
}

.saf-rec .ov-all-rat {
	margin: 10px auto 11px;
}

.saf-rec .sprite.s25 {
	margin-bottom: 3px;
}

.saf-rec .sprite.s25:not(:nth-child(4n+3)) {
	margin-right: 10px;
}

.saf-rec .right--ico {
	padding: 6px 0;
}

.saf-rec .right--ico.v-2 {
	padding: 8px 0;
}

.saf-rec .right--ico.v-3 {
	padding-top: 10px;
}

.saf-rec a.goin,
.saf-rec a.goout {
	width: 90%;
	padding: 4px;
}

.foot-top-cas {
	position: absolute;
	top: 18px;
	width: 296px;
	color: #e5e5e5;
}

.foot-top-cas>.bit-title,
.foot-top-cas>div {
	border: 1px solid #a3a2a2;
}

.foot-top-cas>.bit-title {
	margin: 0 auto;
	background: transparent;
	font-size: 14px;
	position: relative;
}

.foot-top-cas>div {
	padding: 10px;
}

.foot-top-cas .group-a {
	height: 76px;
	margin-bottom: 30px;
}

.foot-top-cas .group-1 {
	float: left;
	max-width: 160px;
}

.foot-top-cas .group-a .group-1::before {
	margin-right: 6px;
}

.foot-top-cas .group-2 {
	float: right;
}

.foot-top-cas .group-2 div.fix {
	margin: 0 auto;
	width: fit-content;
}

.foot-top-cas .group-a .group-2 {
	font-size: 14px;
}

.foot-top-cas .group-a .group-2 .ov-all-rat {
	display: block;
	font-weight: bold;
	font-size: 20px;
	text-align: right;
	color: #E5E5E5;
}

.foot-top-cas .rating {
	margin-left: 10px;
	background-size: 37px;
	height: 70px;
}

.foot-top-cas .terms-br::after {
	right: auto;
	left: 0;
	font-size: 11px;
}

.foot-top-cas .s25:not(:last-child) {
	margin-right: 4px;
}

.foot-top-cas .ic-realm {
	margin: 5px auto 10px;
}

#prime-footer .foot-top-cas .goout,
#prime-footer .foot-top-cas .goin {
	padding: 4px;
	color: #fff;
	text-transform: uppercase;
}

#prime-footer .foot-top-cas .goin {
	width: 100%;
	margin-top: 8px;
}

#prime-footer .foot-top-cas .goout {
	width: 224px;
	position: relative;
	top: -16px;
}

.box-text {
	padding: 20px 20px 1px;
}

.box-text .bit-title,
.boxes-text-3 .bit-title {
	border-bottom: none;
}

.boxes-text.v-3 {
	padding: 15px 0 15px 15px;
}

.boxes-text.v-3 div:not(.group):not(.logo) {
	margin-bottom: 10px;
	padding-right: 10px;
}

.boxes-text:not(.v-2):not(.count--4)>div:not(:last-child) {
	margin-right: 15px;
}

.boxes-text-2>.bit-title {
	margin: 0;
	padding: 4px 22px 4px 4px;
}

.boxes-text-2 span.inlist-title {
	display: block;
}

.boxes-text-2.v-1>div:not(.box-text) {
	position: relative;
}
.boxes-text-2.faq {margin-top: 30px;}
.boxes-text-2.faq .box-text {position: relative;}
.boxes-text-2.faq .box-text p {padding: 0 0 0 50px;}
.boxes-text-2.faq.fix .box-text p {padding: 0;}
.boxes-text-2.v-1>div:nth-child(even), .boxes-text-2.faq>div:nth-child(even) {
	background: #eff1f9;
}

.boxes-text-2.v-1 > div:nth-child(4n+1):not(.box-text), .boxes-text-2.v-1 > div:nth-child(4n+2):not(.box-text) {
	background: #fcfcfe;
}

.boxes-text-2>div:not(.box-text) p {
	margin: 0;
}

.boxes-text-2.v-1>div p>span[class*=ico] {
	position: absolute;
}

.boxes-text-3.bg-green {
	color: #fff;
}

.boxes-text-3>div {
	padding: 20px;
}

.boxes-text-3:not(.v-2)>div:last-child {
	padding-top: 0;
}

.boxes-text-3 .group,
.boxes-text-3 .slope-tr {
	float: left;
}

.boxes-text-3.count--3 .group {
	width: 33%;
}

.boxes-text-3.v-2.count--3 .group:not(:last-child) {
	padding-right: 20px;
}

.boxes-text-3 .group>p:last-child {
	margin-bottom: 0;
}

.boxes-text-3 .slope-tr {
	margin: 0 10px 6px 0;
	padding: 6px 22px 6px 6px;
}

.boxes-text-3.v-2 .slope-tr {
	float: none;
	display: block;
}

.boxes-text-3.bg-green .slope-tr {
	background: #fff;
	color: #383434;
}

.boxes-text-3:not(.bg-green) .slope-tr::before {
	border-top-color: #e7e9f1;
}

.boxes-text-3.bg-green .slope-tr::before {
	border-top-color: #1B354C;
}

.boxes-eval .group {
	padding: 20px 6px;
	text-align: center;
}

.boxes-eval .bit-title {
	margin: 0;
}

.boxes-eval .group>.bit-title-in {
	margin: 8px auto 4px;
	height: 44px;
}

.boxes-eval .group>.bit-title-in>span {
	vertical-align: middle;
	line-height: 1.2;
}

.boxes-eval .group>p.in {
	color: #808080;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
}

.boxes-eval a.goin {
	padding: 4px 20px;
}

.boxes-cas-bnk {
	text-align: center;
}

.boxes-cas-bnk>.group {
	display: inline-block;
	vertical-align: top;
}

.boxes-cas-bnk>.group>div.top {
	padding: 14px 4px;
	border-bottom: 1px solid #f0f0f1;
}

.boxes-cas-bnk>.group>div.top>div:not(.logo) {
	height: 40px;
}

.boxes-cas-bnk>.group>div.top>p {
	margin: 0;
	line-height: 44px;
}

.boxes-cas-bnk>.group>div.top>p>span {
	line-height: 1.3;
}

.boxes-cas-bnk>.group>div:not(.top):not(.bit-title) {
	padding: 4px 4px 0;
	border-top: 1px solid #cececf;
	border-bottom: 1px solid #f0f0f1;
}

.boxes-cas-bnk>.group>div.top>span:not(.boon) {
	margin-right: 6px;
}

.boxes-cas-bnk .group:hover .bit-title {
	background: #3c3e84;
}

.boxes-cas-bnk .bit-title-in {
	margin: 0 0 4px;
	font-size: 15px;
}

.boxes-cas-bnk .boon {
	vertical-align: middle;
	color: #d96704;
	font-weight: bold;
	font-size: 15px;
}

.boxes-cas-bnk .terms-br.v-2-row::after {
	bottom: -32px;
	text-align: right;
}

.boxes-cas-bnk a.goout {
	width: 90%;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 4px;
}

.detld-rvw>.group {
	padding: 14px 0;
}

.detld-rvw>.group>.group-a .bit-title-in {
	margin-bottom: 4px;
	color: #383434;
	font-size: 15px;
}
.detld-rvw>.group>.group-a .group-3 div:not(:first-of-type) .bit-title-in {margin-bottom: 12px;}

.detld-rvw>.group>.group-a>.group-1,
.detld-rvw>.group>.group-a>.group-2 {
	position: relative;
}

.detld-rvw>.group>.group-a>.group-2 {
	padding: 20px 0;
}

.detld-rvw>.group>.group-a>.group-2 .box-text {
	width: 386px;
}

.detld-rvw>.group>.group-a>.group-2 .box-text>div {
	padding: 10px 10px 2px;
	background: #fff;
}

.detld-rvw>.group>.group-a>.group-2 .box-text>p {
	margin: 10px 0 10px;
	font-style: italic;
	font-size: 14px;
	line-height: 1.4;
}

.detld-rvw>.group>.group-a>.group-2 .box-text>p>b {
	font-style: normal;
}

.detld-rvw>.group>.group-a>.group-2 .box-text>div>div {
	float: left;
}

.detld-rvw>.group>.group-a>.group-2 .box-text>div>.group-2a {
	width: 55%;
	padding-left: 76px;
	color: #1B354C;
	font-size: 14px;
}

.detld-rvw>.group>.group-a>.group-2 .box-text>div>.group-2a::before {
	content: '';
	position: absolute;
	left: 10px;
	top: 10px;
	width: 67px;
	height: 67px;
	background: url('/images/thumb.svg') no-repeat;
	background-size: 66px;
}
.detld-rvw>.group>.group-a>.group-2 .box-text>div>.group-2a.notver::before {
		background: url('/images/thumb-down.svg') no-repeat; background-size: 66px;
}
.detld-rvw>.group>.group-a>.group-2 .box-text>div>.group-2a>span {
	display: block;
	margin-top: 4px;
}

.detld-rvw>.group>.group-a>.group-2 .box-text>div>.group-2b {
	width: 45%;
	padding: 0 0 0 10px;
}

.detld-rvw>.group>.group-a>.group-2 .box-text>div>.group-2b>span:not(.sprite) {
	padding-right: 30px;
	color: #383434;
	font-size: 17px;
}

.detld-rvw>.group>.group-a>.group-2 .box-text>div>.group-2b>span.sprite {
	position: absolute;
	right: 10px;
	bottom: 8px;
}

.detld-rvw>.group>.group-a>.group-2 ul {
	position: absolute;
	right: 0;
	top: 30px;
	width: 356px;
	padding: 10px 20px 10px 40px;
	border: 0 solid #3c3e84;
	border-width: 3px 3px 3px 0;
	font-weight: bold;
	z-index: 110;
}

.detld-rvw>.group>.group-a>.group-2 li {
	clear: both;
	line-height: 1.4;
}

.detld-rvw > .group > .group-a > div.cta a  {
	display: block;
width: 250px;
margin: 15px auto;
}
.detld-rvw>.group>.group-a>.group-3 {
	text-align: center;
}
div.detld-rvw.mgn-28 > div > div.group-a > div.group-3.float-clear > div:nth-child(2) > div > span {
	font-size: 20px;
	font-weight: bold;
	color: #47a879;
	font-style: italic;
	text-shadow: 1px 1px #000;
}

.detld-rvw>.group>.group-a>.group-3>div {
	float: left;
	width: 33%;
	padding: 0 4px;
}

.detld-rvw>.group>.group-a>.group-3>div:last-child .ic-realm,
.detld-rvw>.group>.group-a>.group-3>div:last-child .ic-bitc {
	width: 100%;
	padding: 0 2px;
	margin-left: 0;
}

.detld-rvw>.group>.group-a>.group-3 .ic-bitc {
	margin-left: 16px;
	margin-bottom: 10px;
}

.detld-rvw>.group>.group-a>.group-3 a.goout {
	width: 200px;
	margin-top: 6px;
	padding: 4px;
}

.detld-rvw>.group>.group-b .bit-title-in {
	text-transform: uppercase;
}

.detld-rvw>.group>.group-b>div>div>ul *[class*=fas] {
	float: right;
	margin-top: 2px;
}

.detld-rvw>.group>.group-b>div>div>ul *[class*=fas].fa-check {
	color: #009688;
}

.detld-rvw>.group>.group-b>div>div>ul *[class*=fas].fa-times {
	color: #a43221;
}

.detld-rvw>.group>.group-a>.group-2 .box-text.slope-tr::before {
	border-top-color: #e7e9f1;
}

.detld-rvw>.group>.group-a>.group-2 .box-text>div.slope-tr::before {
	border-top-color: #3c3e84;
}

.detld-rvw .shortcut {
	margin-top: 6px;
	text-transform: uppercase;
}

.detld-rvw .ov-all-rat {
	float: right;
	font-size: 20px;
}

.detld-rvw>.group>.group-a>.group-2 .box-text>div>.group-2b>span .ov-all-rat {
	margin-right: 40px;
	font-weight: bold;
	font-size: 26px;
}

.detld-rvw .terms-br-in {
	float: right;
	color: #808080;
	font-style: italic;
	font-size: 12px;
	line-height: 1.5;
	text-align: right;
}

table {
	margin: 0 auto;
	border-collapse: collapse;
	text-align: center;
}
table.payments {width: 100%;}
table.soft {width: 100%;}
table.soft thead {background-color: #62636a;}
table.soft tbody tr:nth-child(even) {background-color: #62636a!important; color: #fff;}

thead {
	padding: 0 2px;
	background: #3c3e84;
	color: #fff;
}

table.rev.v2 {
	width: 50%;
	float: right;
	margin-left: 20px;
}

table.rev.v2 p {
	margin: 0;
}

.blue thead {
	background: #3c3e84;
}

th {
	vertical-align: middle;
}
table.safe-table.v2 tbody tr, table.safe-table.v2 tbody tr:nth-child(even) {background-color: #d0d2da!important; border-bottom: solid 2px #c4c5cb;}

table:not(.v-rev) tbody tr:nth-child(even) {
	background: #eff1f9;
}
table.str tbody tr td:nth-child(even) {
		background: #eff1f9;
}

table.prime-table.v-rev tbody tr:nth-child(odd) {
	background: #eff1f9;
}

.blue table tbody tr:hover {
	background: #cce2f0;
}


td {
	padding: 10px;
	vertical-align: middle;
}
td.boon:not(.dep) .bitc {font-weight: bold;}
.ic-realm,
.ic-bitc {
	position: relative;
}

.boon .realm::before,
.ic-realm::before {
	content: '';
	display: inline-block;
	margin-right: 7px;
	width: 25px;
	height: 24px;
	background: url(/images/notes.svg) no-repeat;
	background-size: 24px;
	vertical-align: middle;
}

.boon .bitc::before,


.slots::before {
	content: '';
	display: inline-block;
	margin-right: 3px;
	width: 24px;
	height: 24px;
	background: url(/images/slot-machine.svg) no-repeat;
	background-size: 23px;
	vertical-align: middle;
}

.scrolltop {
	display: none;
	width: 41px;
	height: 41px;
	z-index: 999;
	text-indent: -9999px;
	background: url("/images/back-top.svg") no-repeat;
	background-size: 41px;
	position: fixed;
	bottom: 2em;
}

.scrolltop.active {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

.scrolltop:hover {
	cursor: pointer;
}

.embed-video iframe {
	width: 100%;
	height: 100%;
}

.video-rvw {
	width: 100%;
	padding: 20px 20px 10px;
}

.video-rvw .line-behind>span {
	padding-right: 10px;
	background: #e7e9f1;
}

.video-rvw iframe {
	width: 100%;
}

.video-rvw>.group-b>div>img,
.boxes-text.v-3 img {
	outline: 3px solid #fff;
}

.video-rvw>.group-b>div>div {
	margin: 10px auto;
	color: #808080;
	font-size: 14px;
	text-align: left;
}

.prime-table,
.safe-table,
.rsim-table:not(.rsim-table--right) {
	width: 100%;
}

div.bn-holder {
	display: table;
	width: 100%;
	position: relative;
	border: 1px solid #e9e9e9;
	margin-bottom: 20px;
	min-height: 80px;
	font-family: Roboto, sans-serif;
	border: 1px solid #e9e9e9;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
	background-color: #f8f8f8;
}

div.bn-holder:hover {
	border-color: #3c3e84;
	-webkit-box-shadow: 0 0 8px 0 rgb(82, 65, 99);
	box-shadow: 0 0 8px 0 rgb(82, 65, 99);
}

div.bn-holder .bn-box {
	display: table-row;
}

div.bn-holder .bn-box>* {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

div.bn-holder .bn-box .operator {
	width: 185px;
	padding: 0;
	border-right: 1px solid #e9e9e9;
}

div.bn-holder .bn-box .operator .logo {
	margin: 0 auto;
}

div.bn-holder p.bonus {
	width: 140px;
	background: #f8f8f8;
	border-right: 1px solid #e9e9e9;
	color: #3c3e84;
	font-weight: 900;
}

div.bn-holder p.bonus .top {
	font-size: 23px;
	line-height: 28px;
	display: block;
}

div.bn-holder p.bonus .bottom {
	font-size: 18px;
	display: block;
	font-weight: 300;
	color: #c3123d;
}

div.bn-holder div.desc {
	text-align: left;
	padding: 18px;
}

div.bn-holder div.desc .desc-top {
	margin: 0 0 4px;
	padding: 3px 0 2px;
	line-height: 1.2em;
	border: 0 none;
}

div.bn-holder .tc {
	clear: both;
	padding: 3px 0;
	margin: 0;
	line-height: normal;
	color: #aaa;
	font-size: 10px;
}

div.bn-holder div.desc .desc-bottom {
	font-size: 12px;
	line-height: 1.5em;
	margin: 1px 0 1px;
}

div.bn-holder .cta {
	min-width: 180px;
}

div.bn-holder .cta a {
	margin: 0 20px;
	padding: 15px 20px;
}

.prime-table {
	margin: 18px auto 50px;
}
.prime-table tr {
	line-height: 26px;
}

.prime-table thead tr {
	border: 0 solid #3c3e84;
	border-width: 0 5px;
}

.prime-table thead th {
	padding: 4px 2px;
	font-weight: normal;
	text-transform: uppercase;
}

.safe-table thead th,
.rsim-table thead th {
	padding: 10px;
	font-size: 14px;
}

.safe-table thead th {
	text-transform: uppercase;
}
.safe-table tbody tr:hover {
	background: #cce2f0;
}

.prime-table .table-rank,
.safe-table .table-rank {
	vertical-align: middle;
}

.safe-table .table-rank {
	margin-right: 20px;
}

.table-rank-rev {
	color: #b2b2b2;
	font-weight: bold;
	font-size: 18px;
}

.prime-table thead .table-rank {
	width: 31px;
	height: 31px;
	text-indent: -9999px;
}

.prime-table tbody tr:first-child .table-rank,
.prime-table:not(.v-rev) tbody tr:nth-child(2) .table-rank,
.prime-table:not(.v-rev) tbody tr:nth-child(3) .table-rank {
	width: 46px;
	height: 47px;
	text-indent: -9999px;
}

.safe-table tbody tr:first-child .table-rank,
.safe-table tbody tr:nth-child(2) .table-rank,
.safe-table tbody tr:nth-child(3) .table-rank {
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}

.prime-table tbody tr:first-child .table-rank {
	background: url('/logos/gold-medal.svg') no-repeat;
	background-size: 45px;
}

.prime-table:not(.v-rev) tbody tr:nth-child(2) .table-rank {
	background: url('/logos/silver-medal.svg') no-repeat;
	background-size: 45px;
}

.prime-table:not(.v-rev) tbody tr:nth-child(3) .table-rank {
	background: url('/logos/bronze-medal.svg') no-repeat;
	background-size: 45px;
}

.prime-table tbody tr:not(:nth-child(-n+3)) .table-rank,
.prime-table.v-rev tbody tr:nth-child(2) .table-rank,
.prime-table.v-rev tbody tr:nth-child(3) .table-rank,
.safe-table tbody tr:not(:nth-child(-n+3)) .table-rank {
	color: #b2b2b2;
	font-weight: bold;
	font-size: 18px;
}

.safe-table tbody td {
	padding: 15px 4px 15px 10px;
}
.safe-table.games tbody td {
 padding: 15px 10px;
}

.rsim-table tbody td {
	padding: 14px 2px;
	font-style: normal;
	font-size: 16px;
}

.safe-table tbody td:last-child>div,
.safe-table tbody td:nth-last-child(2)>div {
	font-weight: bold;
	text-transform: uppercase;
}

.prime-table *[class*=fas],
.prime-table *[class*=fab] {
	color: #3c3e84;
}

.prime-table *[class*=fas].not {
	color: #a43221;
}

.prime-table .comm-sec-softw:not(:last-child),
.prime-table *[class*=fas]:not(:last-child) {
	margin-right: 10px;
}

.prime-table .comm-sec-softw {
	margin-top: 4px;
	margin-bottom: 4px;
}

.prime-table .ov-all-rat {
	font-size: 15px;
}

.safe-table *[class*=ico],
.rsim-table *[class*=ico]:not(:last-child) {
	margin-right: 6px;
	margin-bottom: 4px;
}

.rsim-table .fa-minus-square,
.rsim-table .fa-check-square {
	margin-right: 4px;
	font-size: 16px;
}

.prime-table a.goin,
.prime-table a.goout {
	padding: 4px;
}

.safe-table a.goin,
.safe-table a.goout {
	width: 90%;
	padding: 4px 2px 2px;
}

.lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 20px;
	background: rgba(72, 72, 72, .9);
	overflow: auto;
	text-align: center;
	z-index: 9999;
}

.lightbox p {
	margin: 20px auto;
	color: #ffb903;
	text-align: center;
	font-size: 20px;
}

.lightbox p:hover {
	cursor: pointer;
}

.lightbox p>span {
	padding: 2px 10px;
	background: #3c3e84;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
.lightbox img {
	max-width: 80%;
	outline: 2px solid #fff;
	-webkit-box-shadow: 0 0 0 5px #383434;
	box-shadow: 0 0 0 5px #383434;
}

.scrollbar::-webkit-scrollbar {
	width: 0px;
	height: 10px;
	-webkit-appearance: none;
}

.scrollbar::-webkit-scrollbar-track {
	background: #cacbd2;
}

.scrollbar::-webkit-scrollbar-thumb {
	background: #fff;
}

#prime-footer {
	color: #b2b2b2;
	font-size: 12px;
}

#prime-footer>div>.bottom {
	border-top: 2px solid #b2b2b2;
}

#prime-footer p,
#prime-footer .foot-links ul li {
	margin-bottom: 4px;
}

#prime-footer p.copyrights {
	text-align: center;
}

#prime-footer a {
	color: #b2b2b2;
	text-decoration: none;
}

#prime-footer a:hover {
	color: #fff;
}

#prime-footer .foot-links {
	float: left;
}

#prime-footer .foot-links>ul {
	/* padding: 0 4px 0 8px; */
	text-align: left;
}

#prime-footer .foot-links .bit-title-in {
	color: #cbcbcb;
	font-size: 13px;
}

#prime-footer .foot-links .foot-social .fab {
	margin-right: 6px;
}

#prime-footer .foot-links .foot-social .fab.fa-facebook-f {
	margin-right: 10px;
	margin-left: 2px;
}

.foot-comm-sec-softw .sprite {
	margin-top: 6px;
	margin-right: 30px;
}

/*LANG IN FOOTER*/
footer .lang {
    font-size: 13px;
    margin: 0 auto;
    text-align: center;
}

footer .lang > span {
    margin-right: 7px;
}

footer .lang .flags {
    display: inline-block;
    text-align: center;
    margin: 0 0 0 7px;
    padding: 0;
    vertical-align: middle;
}

footer .lang .flags > li{
    display: inline-block;
    height: 30px;
    margin-right: 7px;
    text-indent: -9999px;
    vertical-align: middle;
}

footer .lang .flags > li > a{
	display: block;
    height: 30px;
    width: 30px;
    margin-left: -20px;
}

footer .lang .flags > .flag.active{
    filter: drop-shadow(1px 1px 1px #fff) drop-shadow(-1px -1px 1px #fff) drop-shadow(1px -1px 1px #fff) drop-shadow(-1px 1px 1px #fff);
    -webkit-filter: drop-shadow(1px 1px 1px #fff) drop-shadow(-1px -1px 1px #fff) drop-shadow(1px -1px 1px #fff) drop-shadow(-1px 1px 1px #fff);
}

footer .lang .flags > .flag {
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
}

.br {background: url('/images/flags/brazil.svg');}
.de-at {background: url('/images/flags/austria.svg');}
.no {background: url('/images/flags/norway.svg');}
/* .in {background: url('/images/flags/india.svg');} */
.fi {background: url('/images/flags/finland.svg');}
.es {background: url('/images/flags/spain.svg');}
.en {background: url('/images/flags/english.svg');}
.de {background: url('/images/flags/germany.svg');}
.pt-br {background: url('/images/flags/brazil.svg');}
.ja {background: url('/images/flags/japan.svg');}
.es-cl {background: url('/images/flags/chile.svg');}


@media only screen and (min-width: 380px) {
	.topoftype {
		width: 344px;
	}
	.topoftype--right>div>.group:last-child {
		padding-left: 22px;
	}
}

@media only screen and (min-width: 380px) and (max-width: 639px) {
	.propsl--right {
		width: 80%;
	}
	.propsl--left,
	.bon-prog.v-2 {
		width: 354px;
	}
	.gam-op>.group {
		margin: 18px auto 32px;
	}
}

@media only screen and (min-width: 380px) and (max-width: 519px) {
	.gam-op>.group,
	.video-rvw,
	.detld-rvw {
		width: 320px;
	}
	.topoftype-text,
	.boxes-text.count--4 {
		width: 344px;
	}
}

@media only screen and (min-width: 520px) and (max-width: 639px) {
	.gam-op>.group,
	.video-rvw,
	.topoftype-text,
	.detld-rvw {
		width: 420px;
	}
	.boxes-cas-bnk,
	.boxes-text.count--4,
	.box-text-wrap.count--4 {
		width: 460px;
	}
}
@media only screen and (max-width: 460px) {
table.payments:not(.str) {
	display: block;
overflow: auto;
}
body footer#prime-footer .foot-links {width: 50%;}
body footer#prime-footer .foot-links-c  {width: 100%;}
.detld-rvw>.group>.group-a>.group-2 .box-text>div>.group-2b {padding: 0px;}
body article .detld-rvw>.group>.group-a>.group-2 .box-text>div>.group-2b>span:not(.sprite) {padding-right: 0px;}
}
@media only screen and (min-width: 640px) {
	p.in.for-royal-panda {
		margin: 0
	}
	.countries-table8 {
		min-width: 550px;
	}
	#prime-header .prime-col {
		padding: 10px 20px;
	}
	.mgn-28 {
		margin: 35px auto 28px;
	}
	.howto-pad { padding: 0 40px;}
	.mb-img {
		margin-bottom: 2em;
	}
	.sub-article {
		padding: 20px;
	}
	h1 {
		font-size: 25px;
	}
	h2 {
		font-size: 22px;
	}
	h3,
	h4,
	h5,
	h6 {
		font-size: 20px;
	}
	.page-title>.sep {
		padding: 10px;
		font-size: 18px;
	}
	.propsl--right {
		float: right;
		margin: 0 0 10px 10px;
	}
	.propsl--left {
		width: 380px;
		float: left;
		margin: 0 20px 10px 0;
	}
	.gam-op>.group {
		float: left;
	}
	.gam-op.v-2>.group {
		width: 32%;
	}
	.gam-op.v-2>.group:nth-child(2) {
		margin-top: -14px;
	}
	.gam-op.v-2>.group:not(:last-child) {
		margin-right: 2%;
	}
	.gam-op.v-2>.group>.middle>div>div:not(:last-child) {
		margin-right: 16px;
	}
	.saf-rec>div>.group {
		display: table-cell;
		width: 25%;
	}
	.bon-prog.v-2 .group>li img {border-radius: 5px;}
	.bon-prog.v-2 .group>li:first-child {
		width: 210px;
		padding-right: 4px;
	}
	.bon-prog.v-2 .group>li:not(:first-child) {
		min-width: 144px;
	}
	.bon-prog.v-2 a.goout, .bon-prog.v-2 a.goin  {
		text-align: center;
    margin: 10px auto;
    display: block;
    float: none;
    width: 145px
	}
	.boxes-text.count--4>div {
		float: left;
	}
	.boxes-text:not(.v-3):not(.count--4)>div {
		float: left;
	}
	.boxes-text.v-2>div {
		padding: 0 16px 0 0;
	}
	.boxes-text.v-2>.group-a>.group-1 {
		float: left;
	}
	.boxes-text.v-2>.group-a>.group-2 {
		margin-left: 270px;
		padding: 0 2px 0 14px;
	}
	.boxes-text>.group-a>.group-1 .img-2 {
		margin-top: 17px;
	}
	.boxes-text-2.v-1>div:not(.box-text) {
		padding: 20px 20px 20px 80px;
		width: 50%;
float: left;
text-align: left;
height: 115px;
	}
.boxes-text-2.v-1.fix >div {
	height: auto;
}
	.boxes-text-2.v-1>div p>span[class*=ico] {
		left: 20px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.boxes-text-3:not(.v-2) .slope-tr.full-width {
		display: block;
		width: 100%;
		max-width: 100%;
	}
	.boxes-text-3:not(.v-2) .slope-tr {
		max-width: 280px;
	}
	.boxes-text.v-3>.group {
		display: table;
	}
	.boxes-text.v-3>.group>div {
		display: table-cell;
		margin-bottom: 15px;
		width: 48%;
		padding: 0 22px 0 0;
	}
	.boxes-eval .group:nth-child(odd) {
		background: #e7e9f1;
	}
	.boxes-text.v-3 .full span.in {
		margin-left: 130px;
	}
	.safe-table th:first-child {
		min-width: 136px;
	}
	.safe-table th:nth-child(5),
	.safe-table th:nth-last-child(2) {
		min-width: 120px;
	}
	.safe-table th:last-child {
		min-width: 150px;
	}
	.safe-table tbody td:not(:last-child) {
		border-right: 2px solid #c4c5cb;
	}
	.detld-rvw>.group>.group-a>.group-2 .box-text>p {
		min-height: 120px;
	}
	#prime-footer>.prime-col {
		padding: 0 20px;
	}
	#prime-footer>div>.top {
		padding: 18px 0 8px;
	}
	#prime-footer>div>.bottom {
		padding: 12px 0 5px;
	}
	#prime-footer .foot-links {
		margin-bottom: 10px;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1249px) {
	.detld-rvw>.group>div {
		padding: 0 14px;
	}
	.detld-rvw>.group>.group-b {
		padding-top: 10px;
	}
	.detld-rvw>.group>.group-b>div:not(.bottom) {
		float: left;
		width: 33%;
		margin: 10px 0 20px;
		text-align: center;
	}
	.detld-rvw>.group>.group-b>div:not(.bottom)>picture .img-bord {
		margin-bottom: 10px;
	}
	.detld-rvw>.group>.group-b>div:not(.bottom)>div>ul {
		text-align: left;
	}
	.video-rvw>.group-b {
		margin-top: 20px;
	}
	.video-rvw>.group-b>div {
		float: left;
		width: 31%;
	}
	.video-rvw>.group-b>div:nth-child(2) {
		margin: 0 3.5%;
	}
	.boxes-text.v-3>div:not(.full) img {
		display: block;
		margin: 0 auto 10px;
	}
	.boxes-text.v-3>div.full img {
		float: left;
		margin-right: 10px;
	}
}

@media only screen and (min-width: 640px) and (max-width: 799px),
(min-width: 1024px) and (max-width: 1229px) {
	#prime-footer .foot-links-a,
	#prime-footer .foot-links-b {
		width: 33.3%;
	}
	#prime-footer .foot-links-c,
	#prime-footer .foot-links-d {
		width: 33.3%;
		text-align: center;
	}
	#prime-footer .foot-links-d li,
	#prime-footer .foot-social li {
		display: inline-block;
		vertical-align: text-top;
		width: 48%;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1229px) {

	.gam-op>.group:not(:last-child) .group-ul:last-child>li:nth-child(2) {
		display: block;
		margin-left: 84px;
	}
	.gam-op .group-ul>li:last-child {
		margin-top: 10px;
	}
	.boxes-text.v-2>div:not(.group-a) {
		width: 48%;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
	.rec-mgn {
		margin-bottom: -2em;
	}
	.sub-article {
		margin-bottom: -20px;
	}
	table.prime-table.v-rev.terms-br.revb>thead>tr>th:nth-child(5) {
		display: none;
	}
	table.prime-table.v-rev.terms-br.revb>tbody>tr>td:nth-child(5) {
		display: none;
	}
	h1.line-behind>span {
		padding: 0 10px;
	}
	.bon-prog.v-1 .group>li:first-child::before {
		top: 93px;
	}
	.bon-prog.v-1 .group>li {
		width: 33%;
		display: inline-block;
		margin: 1em 0;
	}
	.bon-prog.v-2 .group>li {
		display: inline-block;
		vertical-align: top;
		width: 30%;
	}
	.bon-prog.v-2 .group>li:nth-child(4) {
		width: 210px;
	}
	.bon-prog.v-2 .group>li:nth-child(-n+3) {
		margin-bottom: 12px;
	}
	.bon-prog.v-2 a.goout {
		width: 100%;
	}
	.boxes-text.count--4>div {
		width: 48%;
	}
	.boxes-text.count--4>div:nth-child(2n+1) {
		margin-right: 2%;
	}
	.boxes-text.count--4>div>div {
		height: 195px;
		margin-bottom: 14px;
		padding-right: 6px;
		overflow-y: auto;
	}
	.box-text-wrap.count--4>.group {
		float: left;
		width: 48%;
	}
	.box-text-wrap.count--4>.group:nth-child(2n+2) {
		margin-left: 2%;
		margin-bottom: 16px;
	}
	.box-text-wrap.count--4>.group>div>p {
		height: 120px;
		overflow-y: auto;
	}
	.boxes-eval a.goin {
		padding: 4px 12px;
	}
	.prime-table.v-rev tbody td {
		padding: 14px 4px;
	}
	.rsim-table.v-1 tbody td:nth-last-child(2) {
		max-width: 140px;
	}
	.rsim-table .s25 {
		margin-right: 6px;
	}
}

@media only screen and (min-width: 640px) and (max-width: 799px) {
	.prime-table.v-rev thead th:nth-child(6),
	.prime-table.v-rev>tbody>tr>td:nth-child(6) {
		display: none;
	}
	table.safe-table:not(.games)>thead>tr>th:nth-child(4),
	table.safe-table:not(.games)>tbody>tr>td:nth-child(4),
	table.safe-table:not(.games)>thead>tr>th:nth-child(2),
	table.safe-table:not(.games)>tbody>tr>td:nth-child(2) {
		display: none;
	}
	table.prime-table:not(.v-rev)>thead>tr>th:nth-child(3) {
		display: none;
	}
	.plat-form {
		display: none;
	}
	td.rev-rank {
		margin-left: -12px;
	}
	h1.line-behind>span {
		max-width: 70%;
	}
	.propsl--right {
		width: 290px;
	}
	.jump-at {
		width: 600px;
	}
	.jump-at.full li {
		width: 100%;
	}
	.gam-op:not(.v-2)>.group:first-child {
		margin-right: 4%;
	}
	.gam-op:not(.v-2)>.group:not(:last-child) {
		width: 48%;
	}
	.gam-op:not(.v-2)>.group:last-child {
		width: 100%;
		margin: 50px auto 18px;
	}
	.gam-op:not(.v-2)>.group:last-child>div {
		width: 380px;
		margin: 0 auto;
	}
	.embed-video {
		height: 342px;
	}
	.boxes-cas-bnk>.group:first-child,
	.boxes-cas-bnk>.group:nth-child(2) {
		width: 40%;
	}
	.boxes-cas-bnk>.group:first-child {
		margin-right: 20px;
	}
	.boxes-cas-bnk>.group:first-child>div.top>div,
	.boxes-cas-bnk>.group:first-child>div.top>p,
	.boxes-cas-bnk>.group:nth-child(2)>div.top>div,
	.boxes-cas-bnk>.group:nth-child(2)>div.top>p {
		display: inline-block;
		vertical-align: top;
	}
	.boxes-cas-bnk>.group:first-child>div.top>div,
	.boxes-cas-bnk>.group:nth-child(2)>div.top>div {
		margin-right: 20px;
	}
	.boxes-cas-bnk>.group:not(:first-child):not(:nth-child(2)) {
		width: 30%;
	}
	.boxes-cas-bnk>.group:not(:first-child):not(:nth-child(2)) .boon {
		font-size: 14px;
	}
	.boxes-cas-bnk>.group:nth-last-child(2) {
		margin: 0 3%;
	}
	.boxes-cas-bnk>.group:not(:first-child):not(:nth-child(2)) .s25:first-of-type,
	.boxes-cas-bnk>.group:not(:first-child):not(:nth-child(2)) .s25 {
		margin: 0 3px 10px 0 !important;
	}
	.boxes-eval .group {
		width: 25%;
	}
	.quote-2 {
		width: 80%;
	}
	.detld-rvw {
		width: 600px;
	}
	.detld-rvw>.group>.group-a>.group-2 .box-text {
		width: 338px;
	}
	.detld-rvw>.group>.group-a>.group-2 ul {
		width: 250px;
		padding: 10px 8px 10px 24px;
		font-size: 15px;
	}
	.detld-rvw>.group>.group-a>.group-2 li:not(:last-child) {
		margin-bottom: 4px;
	}
	.detld-rvw .ov-all-rat {
		font-size: 16px;
	}
	.detld-rvw>.group>.group-a>.group-3>div {
		width: 49%;
	}
	.detld-rvw>.group>.group-a>.group-3>div:last-child {
		width: 100%;
	}
	.detld-rvw>.group>.group-a>.group-4 span[class*=ico--] {
		margin-right: 10px;
	}
	.detld-rvw>.group>.group-b>div:not(.bottom)>div>ul {
		padding: 0 10px 0 10px;
		font-size: 14px;
	}
	.video-rvw iframe {
		height: 300px;
	}
	.rsim-table--right {
		width: 90%;
	}
	.prime-table {
		width: 693px;
	}
	.prime-table.fix {
		width: 549px;
	}
	.prime-table thead th,
	.prime-table tbody td {
		vertical-align: middle;
	}
	/* .prime-table tbody tr:nth-child(-n+3) {
		min-height: 104px;
	} */
	 .prime-table tbody tr {
		min-height: 104px;
	}
	.prime-table thead th:first-child {
		width: 36px;
		position: relative;
		left: -14px;
	}
	.prime-table:not(.popup-tbl) tbody td:first-child {
		width: 46px;
		margin-left: -11px
	}
	.prime-table:not(.popup-tbl) thead th:nth-child(2),
	.prime-table:not(.popup-tbl) tbody td:nth-child(2) {
		width: 100px;
	}
	.prime-table thead th:nth-child(4),
	.prime-table tbody td:nth-child(4) {
		width: 140px;
		position: relative;
		left: 30px;
	}
	td.boon {padding: 8px;}
	.prime-table thead th:nth-child(5),
	.prime-table thead th:nth-child(6) {
			width: 148px;
	}
	.prime-table.fix thead th:nth-child(5), .prime-table.fix tbody > tr > td:nth-child(5) {
			display: none;
	}
	.prime-table.fix thead th:nth-child(1), .prime-table.fix tbody > tr > td:nth-child(1) {
			display: none;
	}
	.prime-table tbody td:nth-child(5) {
		width: 148px;
	}
	.prime-table.v-rev thead th:nth-child(5),
	.prime-table.v-rev tbody td:nth-child(5) {
		display: none;
	}
	.prime-table tbody td:nth-child(6) {
		width: 148px;
	}
	.prime-table thead th:nth-child(7),
	.prime-table tbody td:nth-child(7) {
		width: 114px;
	}
	.prime-table tbody td:nth-child(7) {
		min-height: 54px;
	}
	.prime-table .slope-tr::before {
	display: none;
	}
	.prime-table a.goout {
		position: absolute;
		right: 19px;
		top: 55px;
	}
	.mov-nav-content-wrap .foot-top-cas>div {
		height: 184px;
		padding-top: 48px;
	}
	.mov-nav-content-wrap .foot-top-cas .group-a {
		float: left;
	}
	.mov-nav-content-wrap .foot-top-cas .group-b {
		float: right;
	}
	.mov-nav-content-wrap .foot-top-cas .group-1 {
		margin-right: 30px;
	}
	.mov-nav-content-wrap .foot-top-cas a.goin {
		margin-top: 12px;
	}
}



@media only screen and (max-width: 1199px) {
#prime-nav > ul {display: none;}
#mob-nav > ul {
	 display: none;
	 width: 100%;
	position: absolute;
	border: solid 1px #3c3e84;
	background: #ebebeb;
			top: 50px;
		z-index: 9999;	 }
 #mob-nav > ul::before {
	 content: 'Menu';
			 padding: 5px 0px;
			 background: #3c3e84;
			 color: #fff;
			 font-weight: bold;
			 font-size: 18px;
			 text-align: center;
			 margin: 0;
			 display: block;
 }
#mob-nav a {
	display: block;
padding: 7px 10px;
font-family: 'Viga', sans-serif;
text-decoration: none;
}
#mob-nav>ul li {line-height: 1.8; border-bottom: 1px solid #cccccc;}
#mob-nav>ul li > ul {padding-left: 20px; display: none;}
#mob-nav>ul li > ul > li {border-bottom: none;}
#mob-nav {position: relative;}
#mob-nav span {
	content: "";
	width: 23px;
	height: 23px;
	background: url(/images/menu.svg) no-repeat;
	background-size: 23px auto;
	display: inline-block;
	position: absolute;
	top: 4px;
	right: 4px;
	cursor: pointer;
	text-indent: -9999px;
	color: #fff;
	font-size: 32px;
	margin-right: 10px;
}
#mob-nav span.opened {
text-indent: inherit;
background: url(/images/close.svg) no-repeat;
background-size: 23px auto;
}
#mob-nav ul li.dropdown  {position: relative;}
#mob-nav ul li.dropdown > a {width: 85%;}
#mob-nav ul li.dropdown.opened::after {
transform: rotate(180deg);
top: 15px;
}
.nav-up {
	top: -40px;
}
#prime-header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#mob-nav ul li.dropdown::after {
content: '';
position: absolute;
right: 8px;
top: 25px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #3c3e84;
}
footer .lang {
    padding-bottom: 40px;
}
#prime-footer>.prime-col.no-flags {
    margin-bottom: 40px;
}
#prime-footer p.copyrights {
    position: relative;
    bottom: 45px;
}
}
@media only screen and (min-width: 1200px) {
#mob-nav, .mov-nav {
	display: none;
}
#prime-nav {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#prime-nav .dropdown-ul {
	float: left;
	position: absolute;
	top: 130%;
	left: -999em;
	display: none;
	background: #3c3e84;
	min-width: max-content;
}
#prime-nav .dropdown-ul::before {
	content: '';
	position: absolute;
	top: -7px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #3c3e84;
}
#prime-nav>ul>.dropdown>.dropdown-ul::after {
	content: '';
	position: absolute;
	left: 0;
	top: -16px;
	width: 100%;
	height: 16px;
}
#prime-nav .dropdown-ul ul {
	left: -999em;
	top: 0;
}
#prime-nav>ul li:hover>ul,
#prime-nav>ul li.focus>ul {
	display: table !important;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#prime-nav>ul>li {
	float: left;
}
#prime-nav>ul>li.dropdown::after {
	content: '';
	position: absolute;
	right: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #3c3e84;
}
#prime-nav .dropdown-ul>li {
	display: block;
	border-bottom: solid 1px #fff;
    text-align: center;
}
#prime-nav a {
	display: block;
	padding: 0 10px;
	color: #dbdbdb;
	font-size: 14px;
	font-family: 'Viga', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
#prime-nav>ul>li.dropdown>a {
	padding: 0 33px 0 20px;
}
#prime-nav>ul>li:not(:last-child)>a {
	border-right: 1px solid #3c3e84;
}
#prime-nav .dropdown-ul>li>a {
	padding: 6px 12px;
}
#prime-nav a:hover,
#prime-nav>ul>li>a.active,
#prime-nav .dropdown-ul>a {
text-decoration: underline;
}
#prime-nav .dropdown-ul a {
	color: #fff;
}
#prime-nav .dropdown-ul>li>a:hover {
	color: #fff;
	text-decoration: underline;
}
}


@media only screen and (min-width: 800px) {
		  #mob-nav span { top: -30px;}
			#mob-nav > ul {    top: 10px;}
		div.bn-holder .cta a {float: right;}
	.bit-title {
		font-size: 18px;
	}
	.propsl--right {
		width: 380px;
	}
	.jump-at:not(.full)>div {
		display: inline-block;
		width: 49.7%;
	}
	.half {display: flex;}
	.half>div {
		display: inline-block;
		width: 49.7%;
	}
	.half.fix >div  {width: auto;}

	.jump-at.full li {
		float: left;
		width: 48%;
	}
	.jump-at.full li:nth-child(2n+1) {
		margin-right: 4%;
	}
	.link-more--left {
		float: left;
		margin: 6px 10px 0 0;
	}
	.quote.v-left,
	.quote-2.v-left {
		float: left;
		margin-right: 20px;
		margin-bottom: 4px;
	}
	.quote-2 {
		width: 460px;
	}

	.gam-op>.group {
		width: 32%;
	}
	.gam-op:not(.v-2)>.group:not(:last-child) {
		margin-right: 2%;
	}

	.gam-op .text-info {
		min-height: 90px;
	}
	.embed-video {
		float: right;
		margin: 0 0 14px 10px;
	}
	.topoftype--left {
		float: left;
		margin: 0 11px 14px 0;
	}
	.topoftype--right {
		float: right;
		margin: 0 0 11px 10px;
	}
	.detld-rvw>.group>.group-a>.group-2 .box-text>div>.group-2a {
		border-right: 1px solid #cfd1d8;
	}
	.box-text.v-right {
		float: right;
		width: 400px;
		margin: 0 0 10px 10px;
	}
	.box-text.v-left {
		float: left;
		width: 250px;
		margin: 0 20px 10px 0;
	}
	.box-text.v-2c .group-wrap {
		display: table;
	}
	.box-text.v-2c .group-wrap>div {
		display: table-cell;
		vertical-align: top;
		width: 50%;
		padding: 10px;
		line-height: 1.4;
	}
		.box-text-wrap.v-1-2>div:first-child { margin-bottom: 20px; text-align: center;}
	.box-text.v-2c .group-wrap .group-a {
		padding-left: 50px;
	}
	.box-text.v-2c .group-wrap .group-b {
		padding-right: 50px;
	}
	.boxes-text-3.count--2 .group {
		width: 50%;
	}
	.boxes-text-3:not(.v-2) .group-a {
		padding-right: 20px;
	}
	.box-text-wrap.v-1-2>.group {
		display: table-cell;
		width: 49%;
	}
	.box-text-wrap.v-1-2>.group-a {
		border-right: 20px solid #fff;
	}
	.box-text-wrap.v-1-2>.group:last-child {
		margin-left: 2%;
	}
	.boxes-eval .group-wrap {
		display: table;
		width: 100%;
	}
	.boxes-eval .group {
		display: table-cell;
		width: 25%;
	}
	.boxes-eval.top3 {
		width: 80%;
	}
	.boxes-eval.top3 .group {
		display: table-cell;
		width: 34%;
	}
	.boxes-eval.top3 .group.games {width: 25%;}
	.prime-table:not(.v-rev) tbody tr:nth-child(3),
	.prime-table.v-rev tbody tr:first-child {
		border-bottom: 5px solid #3c3e84;
	}
	.prime-table.v-rev tbody tr:first-child,
	.prime-table.v-rev tbody tr:nth-child(3) {
		border-bottom-width: 3px;
	}
	.prime-table tbody tr:nth-child(-n+3) td:first-child {
		border-left: 5px solid #3c3e84;
	}
	.prime-table.v-rev tbody tr:first-child td:first-child {
		border-left-width: 3px;
	}
	.prime-table.v-rev tbody tr:not(:first-child) td:first-child {
		border-left-width: 0;
	}
	.prime-table tbody tr:nth-child(-n+3) td:last-child {
		border-right: 5px solid #3c3e84;
	}
	.prime-table.v-rev tbody tr:first-child td:last-child {
		border-right-width: 3px;
	}
	.prime-table.v-rev tbody tr:not(:first-child) td:last-child {
		border-right-width: 0;
	}
	.prime-table .slope-tr.v-home {
		background: transparent;
		position: static;
	}
	.prime-table tbody tr:nth-child(-n+3) a.goout {
		width: 100%;
	}
	.rsim-table.v-1 tbody td:last-child {
		width: 140px;
	}
	#prime-footer .foot-links {
		width: 33.3%;
	}
}

.mt-max {
	margin-top: 17em;
}

@media only screen and (max-width: 799px) {
	
	.boxes-eval.top3 {
		width: 100%;
	}
	.boxes-eval.top3 .group {
		display: table-cell;
		width: 33.2%;
	}
}

@media only screen and (max-width: 699px) {
	ul.currencies li {
		width: calc(20% - 14px);
	}
	ul.currencies li:not(:last-of-type) {margin-right: 5px;}
	img.to-left,
	img.to-right {
		margin: 10px auto;
		display: block;
		float: none;
	}
	.animated-banner {
		margin: 30px auto;
		display: block;
		float: none;
	}
}

@media only screen and (max-width: 552px) {
	ul.currencies li {
		width:calc(20% - 14px);
	}
	.olcount.v-1>li>span {
		text-align: left;
	}
	.saf-rec .boon {
		font-size: 14px;
		margin: 10px auto 7px;
	}
	div.saf-rec.v2.terms-br.mgn-28 div.payments>span:nth-child(5) {
		display: none;
	}
}
@media only screen and (max-width: 950px) {
table.to-right {
	display: block;
float: none;
margin: 10px auto;
width: fit-content;
}
}

@media only screen and (min-width: 700px) and (max-width: 950px) {
	.mt-max {
		margin-top: 13em;
	}
}

@media only screen and (min-width: 960px) and (max-width: 1099px) {
	.mt-max {
		margin-top: 15em;
	}
}

@media only screen and (min-width: 850px) and (max-width: 1249px) {
	.ml-max {
		margin-left: 400px;
	}
	#prime-article>div.sub-article.bg--top>div.row>div.column {
		width: 50%;
		display: block;
		margin: 0 auto;
	}
	#prime-article>div.sub-article.bg--top>div.row>div.column>img {
		display: block;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 680px) {
	div.scroll {
		overflow-x: scroll;
    padding: 0px 10px;
margin-bottom: 15px;
	}
	div.scroll::-webkit-scrollbar {
width: 5px;
background-color: #F5F5F5;
border-radius: 10px;}
	div.scroll::-webkit-scrollbar-thumb{
border-radius: 10px;
background-color: #62636a;
background-image: -webkit-linear-gradient(45deg,rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,	transparent 75%, transparent)
}
	div.scroll::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
border-radius: 10px;
}
}
@media only screen and (min-width: 700px) and (max-width: 1249px) {
	.at-miami {
		margin-left: 400px;
	}
}

@media only screen and (min-width: 700px) and (max-width: 806px) {
	.mt-at-miami {
		margin-top: 9em;
	}
}

@media only screen and (min-width: 800px) and (max-width: 1249px) {

	.detld-rvw {
		width: 750px;
	}
	.detld-rvw>.group>.group-b>div.bottom>* {
		float: left;
		width: 49%;
	}
	.detld-rvw>.group>.group-b>div.bottom>p {
		margin-right: 2%;
		width: 51%;
	}
	.detld-rvw>.group>.group-b>div.bottom>.shortcut {
		width: 47%;
	}
	.detld-rvw>.group>.group-b>div:not(.bottom)>div>ul {
		padding: 0 20px 0 30px;
	}
	.video-rvw iframe {
		height: 380px;
	}
}

@media only screen and (min-width: 800px) and (max-width: 1229px) {
	.gam-op>.group .group-ul:last-child>li:nth-child(2) {
		display: block;
		margin-left: 84px;
	}
	.gam-op>.group .group-ul>li:last-child,
	.gam-op>.group a.goout {
		width: 96%;
	}
	.saf-rec {
		width: 630px;
	}
	#prime-footer>div>.top {
		min-height: 255px;
		padding-left: 314px;
	}
	.foot-top-cas {
		left: 20px;
	}
}

@media only screen and (min-width:800px) and (max-width: 1023px),
(min-width:1230px) {
	.boxes-cas-bnk>.group>div.top>div,
	.boxes-cas-bnk>.group>div.top>p {
		display: block;
		margin: 10px auto;
		vertical-align: middle;
	}
	.boxes-cas-bnk .boon>span {
		display: block;
		font-size: 12px;
	}
}

@media only screen and (min-width: 640px) and (max-width: 845px) {
	.fr-p {
		margin: 0 0 56px 0!important;
	}
	.img-banner {
		display: none;
	}
}

@media only screen and (min-width: 845px) and (max-width: 1023px) {
	.img-banner {
		max-width: 404px;
		float: none;
		margin: 36px auto;
		display: block;
	}
}

@media only screen and (min-width:800px) and (max-width: 1023px) {
	h1.line-behind>span {
		max-width: 57%;
	}
	.link-more {
		width: 470px;
	}
	.gam-op:not(.v-2) .bit-title-in,
	.gam-op .group-ul>li:nth-child(2) {
		font-size: 16px;
	}
	.embed-video {
		width: 440px;
		height: 250px;
	}
	.boxes-cas-bnk>.group {
		width: 29%;
	}
	.boxes-cas-bnk>.group:nth-child(2) {
		margin: 0 3%;
	}
	.boxes-cas-bnk>.group:nth-last-child(2) {
		margin-right: 3%;
	}
	.box-text-wrap.count--4 {
		width: 70%;
	}
	.topoftype-text .topoftype {
		width: 214px;
		float: left;
	}
	.topoftype-text .topoftype>div {
		padding: 4px 10px 10px;
	}
	.topoftype-text .topoftype>div>.group-a {
		padding-top: 8px;
	}
	.topoftype-text .boxes-text-3 {
		margin-left: 222px;
	}
	.topoftype-text .topoftype>div>.group-a>.group-1 {
		margin-top: 35px;
	}
	.topoftype-text .terms-br::after {
		bottom: -30px;
	}
	.prime-table thead th:nth-last-child(2),
	.prime-table thead th:last-child {
		min-width: 120px;
	}
	.prime-table a.goin,
	.prime-table a.goout {
		width: 98%;
	}
	.rsim-table--right {
		width: 80%;
	}
}

@media only screen and (max-width: 1060px) {
	.prime-table:not(.v-rev, .popup-tbl) thead th:nth-child(3),
	.prime-table:not(.v-rev, .popup-tbl) tbody td:nth-child(3),
	table.prime-table.v-rev>thead>tr>th:nth-child(5),
	table.prime-table.v-rev>tbody>tr>td:nth-child(5) {
		display: none;
	}

}

@media only screen and (min-width: 1024px) {
	.sub-article {
		margin: 28px auto;
		border-width: 0 5px;
	}
	h1.line-behind>span {
		max-width: 96%;
		padding: 0 20px;
	}
	.propsl-in>.bottom>.group-a {
		font-size: 18px;
	}
	.link-more {
		width: 386px;
	}
	.bon-prog .group {
		display: table;
	}
	.bon-prog.v-2 .group {
		table-layout: fixed;
		width: 100%;
	}
	.bon-prog .group>li {
		display: table-cell;
		vertical-align: top;
	}
	.bon-prog.v-1 .group>li:first-child {
		float: left;
		width: 138px;
	}
	.bon-prog.v-1 .group>li:not(:first-child) {
		width: 20%;
	}
	.bon-prog.v-1 .group>li.v-big {
		width: 20%;
	}
	.bon-prog.v-1 .group>li {
		padding: 10px 4px 26px;
	}
	.boxes-text-2.v-2 {
		float: right;
		margin: 0 0 10px 20px;
	}
	.boxes-text.v-3 img {
		float: left;
		margin-right: 14px;
	}
	.boxes-text.count--4>div {
		width: 23%;
	}
	.boxes-text.count--4>div:not(:last-child) {
		margin-right: 2%;
	}
	.box-text-wrap.count--4>.group {
		display: table-cell;
		width: 25%;
		padding-right: 20px;
	}
	.boxes-cas-bnk {
		margin: 18px 0 50px;
	}
	.boxes-cas-bnk>.group {
		width: 18%;
		margin-right: 1%;
	}
	.topoftype-text .topoftype {
		margin: 0;
	}
	.topoftype-text .boxes-text-3 {
		margin-left: 362px;
	}
	.prime-table a.goout {
		width: 85%;
	}
	.rsim-table--right {
		float: right;
		margin: 6px 0 6px 10px;
		width: 510px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1249px) {
	.mgn-28 {
		margin: 65px auto 28px;
	}
	img.img-banner {
		max-width: 546px;
		margin: 30px auto;
		display: block;
		float: none;
	}
	#prime-article.prime-col {
		padding: 0 14px;
	}
	.embed-video {
		width: 540px;
		height: 300px;
	}
	.video-rvw>div {
		width: 672px;
		margin: 0 auto;
	}
	.detld-rvw {
		width: 940px;
	}
	.detld-rvw>.group>div {
		margin: 0 auto;
		width: 740px;
	}
	.bon-prog.v-2 .group {
		padding: 16px 8px 8px;
	}
	.boxes-text.v-3>.group {
		display: table-cell;
		width: 48%;
	}
	.boxes-text.v-3>.group p>img {
		margin-bottom: 10px;
	}
	.boxes-text.v-3 .full--small {
		width: 80%;
	}
}

.gam-op.v-2 a.goin {
	margin-bottom: 10px;
	padding: 6px 10px 4px;
	font-size: 13px;
}

@media only screen and (min-width: 1024px) and (max-width: 1229px) {
	.dep-1-row.v-2 {
		margin-bottom: 0;
	}
	.boxes-cas-bnk .s25 {
		margin: 0 1px 10px 0 !important;
	}
	.boxes-cas-bnk .boon {
		font-size: 15px;
	}
	.boxes-cas-bnk .boon>span {
		display: inline;
	}
	.prime-table thead th:last-child {
		min-width: 160px;
	}
}

@media only screen and (min-width: 1230px) {
	.gam-op.v-2>.group>.top .group-1,
	.gam-op.v-2>.group>.top .group-2 {
		float: left;
	}
	.gam-op.v-2>.group>.top .group-1 {
		width: 45%;
	}
	.gam-op.v-2>.group>.top .group-2 {
		width: 55%;
		padding: 4px 4px 4px 20px;
		border-left: 2px solid #e4e6ee;
		text-align: left;
	}
	.gam-op.v-2>.group>.top .group-1>span {
		margin: 10px 0 0 65px;
	}
	.gam-op.v-2>.group:nth-child(2) a.goin {
		margin-top: 14px;
		margin-bottom: 26px;
	}
	.embed-video {
		width: 640px;
		height: 392px;
	}
	.saf-rec {
		float: right;
		width: 634px;
		margin: 0 0 20px 10px;
	}
	.saf-rec.v2 {
		margin-top: 7px;
	}
	.boxes-text.count--3>div.extra-w {
		width: 32%!important;
	}
	.boxes-text.count--3>div:not(.group-a) {
		width: 25%;
	}
	.boxes-text.v-2>.group-a {
		width: 50%;
	}
	.boxes-text-2.v-2 {
		width: 760px;
	}
	.prime-table a.goin {
		width: 90%;
		font-size: 15px;
	}
	#prime-footer>.prime-col {
		padding-left: 334px;
	}
	.olcount-v1-wrap>.group-left {
		float: left;
		margin: 0 10px 10px 0;
	}
	.olcount-v1-wrap>.olcount {
		margin-left: 570px;
	}
	#prime-footer>div>.top>div:not(.foot-top-cas) {
		float: left;
		width: 50%;
		padding-left: 4px;
	}
	.foot-top-cas {
		left: 20px;
	}
}

@media only screen and (min-width: 1250px) {
	.detld-rvw>.group>div {
		float: left;
		padding: 0 20px;
	}
	.detld-rvw>.group>.group-a {
		width: 64%;
		border-right: 1px solid #cdcfd7;
	}
	.detld-rvw>.group>.group-b {
		width: 36%;
	}
	.detld-rvw>.group>.group-b>div {
		position: relative;
		margin-bottom: 30px;
	}
	.detld-rvw>.group>.group-b>div:last-of-type {
		margin-bottom: 0;
	}
	#prime-article>div>div.detld-rvw.mgn-28>div>div.group-b>div>picture {
		float: left;
	}
	.detld-rvw>.group>.group-b>div>img {
		position: absolute;
		left: 0;
		top: 10px;
	}
	.detld-rvw>.group>.group-b>div>div:not(.shortcut) {
		margin-left: 176px;
	}
	.video-rvw iframe {
		height: 500px;
	}
	.video-rvw>div {
		float: left;
	}
	.video-rvw>.group-a {
		width: 81%;
		height: 100%;
		padding: 0 20px 0 0;
	}
	.video-rvw>.group-b {
		width: 19%;
		text-align: center;
	}
	.boxes-text.v-3 .full--small {
		width: 60%;
	}
	.boxes-text.v-3 span.in {
		margin-left: 308px;
	}
	.safe-table tbody td:last-child>div,
	.safe-table tbody td:nth-last-child(2)>div:not(.realm) {
		font-size: 19px;
	}
}

@media only screen and (min-width: 1420px) {
	.scrolltop {
		right: 50%;
		margin-right: -700px;
	}
}

@media only screen and (max-width: 1419px) {
	.scrolltop {
		right: 0.5em;
	}
}

@media only screen and (min-width: 1249px) {
	.mt-200 {
		margin-top: 20em!important
	}
}

@media only screen and (max-width: 1249px) {
	.spin-cont-holder {margin-bottom: 0px;}
	.box-text.spinner p.fix {width: auto; padding: 0 20px 15px 0;margin-bottom: 0px;}
	.box-text.v-dep {margin-bottom: 10px;}
	.roulette-spin {display: none;}
	.detld-rvw>.group>.group-a>.group-4 {
		padding: 4px 0 0;
	}
	.detld-rvw>.group>.group-a>.group-4>.sprite {
		display: none;
	}
	.detld-rvw .terms-br-in {
		float: none;
		display: block;
		text-align: center;
	}
	.detld-rvw .terms-br-in br {
		display: none;
	}
	.boxes-eval .group>p.in {
		height: 60px;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 1229px) {
	.saf-rec {
		margin: 18px auto 26px;
	}
	.gam-op.v-2>.group>.top .group-1 {
		display: inline-block;
		width: 220px;
		padding-left: 64px;
		text-align: left;
	}
	.gam-op.v-2>.group>.top .group-1>div {
		bottom: 6px;
	}
	.gam-op.v-2>.group>.top .in a {
		text-align: center;
	}
	.prime-table.v-rev th:nth-child(6) {
		min-width: 200px;
	}
	.olcount-v1-wrap>.group-left {
		display: block;
		margin: 18px auto;
		text-align: center;
	}
	#prime-footer .foot-links,
	#prime-footer .foot-links>ul {
		text-align: center;
	}
}
@media only screen and (max-width: 1200px) {
#logo img {
	max-width: 140px;
}
}
@media only screen and (max-width: 1023px) {

#prime-article > div.sub-article.bg--top > table:not(.games) > thead > tr > th:nth-child(1), #prime-article > div.sub-article.bg--top > table:not(.games) > tbody > tr > td:nth-child(1) {display: none;}
#prime-article > div.sub-article.bg--top > table.games > thead > tr > th:nth-child(2), #prime-article > div.sub-article.bg--top > table.games > tbody > tr > td:nth-child(2) {display: none;}
.prime-table:not(.popup-tbl) > thead > tr > th:nth-child(1), .prime-table:not(.popup-tbl) > tbody > tr > td:nth-child(1) {display: none;}
.dev-table > thead > tr > th:nth-child(1), .dev-table > tbody > tr > td:nth-child(1) {display: none;}
div.bon-prog.v-2.terms-br.mgn-28>ul>li:nth-child(1)>div.group-b>a.goin {
		display: block;
	}
	.dep-1-row.v-2 {
		margin-bottom: 0;
	}

	.bon-prog.v-1 .group>li {
		float: left;
		min-height: 150px;
		padding: 10px 4px 0;
		margin-bottom: 10px;
	}
	.boxes-cas-bnk,
	.rsim-table--right {
		margin: 18px auto;
	}
	.boxes-cas-bnk>.group {
		margin-bottom: 40px;
	}
	.prime-table:not(.v-rev) thead .table-rank {
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		transform: scale(.7);
	}
	.prime-table:not(.v-rev) tbody tr:nth-child(-n+3) .table-rank {
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		transform: scale(.6);
	}
	.rsim-table .s25:not(:last-child) {
		margin-bottom: 4px;
	}
	.safe-table:not(.games) th:nth-child(4),
	.safe-table:not(.games) tbody td:nth-child(4),
	.safe-table:not(.games) th:nth-child(3),
	.safe-table:not(.games) tbody td:nth-child(3) {
		display: none;
	}
}

@media only screen and (min-width: 640px) and (max-width: 785px) {
	.gam-op>.terms-br::after {
		bottom: -33px;
	}
}
@media only screen and (max-width: 740px) {
	.prime-table thead th:nth-child(5), .prime-table tbody > tr > td:nth-child(5) {display: none;}
	.prime-table {width: 541px;}
	table.games {width: 100%;}
	table.games thead {display: none;}
		table.games tbody, table.games tbody tr {display: block; width: 100%;}
		table.games tbody tr {border: solid 4px #3c3e84; }
		table.games tbody, table.games tbody tr td:nth-child(1) {display: block;}
		table.games:not(.rlt) tbody tr td:nth-child(3), table.games:not(.rlt) tbody tr td:nth-child(5) {display: inline-block; width: 50%; float: left;}
		table.games.rlt tbody tr td:nth-child(3), table.games.rlt tbody tr td:nth-child(4) {display: inline-block; width: 50%; float: left;}
				table.games.rlt tbody tr td:nth-child(5) {display: block;}
		table.games tbody tr td:nth-child(3) {padding: 13px 4px 0px 10px;}
		table.games.bj tbody tr td:nth-child(3) {padding: 0px 4px 0px 10px;}
		table.games tbody tr td:nth-child(3)::before {content: "Auszahlungs-quote";display: block;color: #383434;font-size: 16px;line-height: normal;font-family: Arial, sans-serif;font-weight: bold;margin-bottom: 3px;}
		table.games.bj tbody tr td:nth-child(3)::before {content: none;}
		table.games tbody tr td:nth-child(6) {display: block; max-width: 300px; margin: 10px auto;}
}
@media only screen and (max-width: 799px) {
table.games:not(.rlt) thead th:nth-child(4), table.games:not(.rlt) tbody > tr > td:nth-child(4) {display: none;}
	.jump-at {display: none;}
	.mov-nav-content-wrap .jump-at {display: block;}
	.mov-nav-content-wrap .jump-at ul li {font-size: 14px;}
	.foot-top-cas .group-a .group-2 .ov-all-rat {
		color: #1b354c;
	}
	table.prime-table.v-rev>thead>tr>th:nth-child(5),
	table.prime-table.v-rev>tbody>tr>td:nth-child(5) {
		display: none;
	}
	.gam-op>.group:not(:last-of-type) .text-info {
		min-height: 88px;
	}
	table.prime-table:not(.v-rev) tr>td>.logo {
		width: 72px;
		height: 26px;
		padding: 5px 3px;
	}
	/* table.prime-table:not(.v-rev) tr>td>.logo [class*="logo-"] {
		background-size: 73px auto;
	} */
	table.prime-table:not(.v-rev) tr>td>.logo .logo-777-casino {background-size: 45px auto; background-position: 15px -2px;}
	table.prime-table:not(.v-rev) tr>td>.logo .logo-888-casino {background-size: 45px auto; background-position: 15px -2px;}

	.animated-banner {
		max-width: 320px;
	}
	div.full .logo {
		display: block;
		float: none;
		margin: 10px auto;
	}

	div.bn-holder div.desc {
		width: 100%;
		display: block;
		padding: 10px;
	}
	div.bn-holder div.desc .desc-top {
		font-size: 17px;
	}
	div.bn-holder .cta {
		display: block;
		margin: 0 auto 10px;
	}
	div.bn-holder .cta a {
		margin: 0 20px;
		padding: 11px 11px;
		font-size: 13px;
	}
	#prime-nav>p.bit-title.slope-tr.sep {
		display: none;
	}
	#prime-footer p.copyrights {
		margin-bottom: 1em;
	}
	#logo {
		display: block;
		margin-left: 10px;
	}
	#prime-header { min-height: 70px;}
	#logo img {
		display: block;
		margin: 0 auto;
		float: left;
	}
	#prime-article>div.sub-article.bg--ff>table>thead>tr>th:nth-child(8),
	#prime-article>div.sub-article.bg--top>table>thead>tr>th:nth-child(8),
	#prime-article>div>table:nth-child(8)>thead>tr>th:nth-child(8),
	#prime-article>div>table:nth-child(9)>thead>tr>th:nth-child(8) {
		display: none;
	}
	.prime-table > thead > tr > th:nth-child(8) {
		display: none;
	}
	div.sub-article.bg--top>div.row>div.column {
		margin: 0 auto;
		display: block;
		float: none;
	}
	div.sub-article.bg--top>div.row>div.column>img {
		margin: 0 auto;
		display: block;
	}
	.half-col {
		width: 100%;
	}
 .foot-top-cas {
		display: none;
	}
	.sub-article>p>img.to-left,
	.sub-article>p>img.to-right {
		float: none;
		display: block;
		margin: 18px auto;
	}
	.propsl-in.v-2>.bottom a.goout {
		padding: 4px;
		font-size: 13px;
	}
	.propsl--right .shortcut .before {
		width: 30px;
		left: -6px;
	}
	.propsl--right .shortcut .before::before {
		content: '\f35d';
		font-family: "Font Awesome 5 Free";
		font-display: swap;
		font-weight: bold;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.propsl--right .shortcut .before>span {
		display: none !important;
	}
	.quote:not(.v-full),
	.quote-2 {
		margin: 18px auto;
	}
	.embed-video {
		width: 96%;
		margin: 18px auto;
	}
	.topoftype {
		margin: 18px auto 24px;
	}
	.box-text.v-right,
	.box-text.v-right {
		margin: 18px auto;
	}
	.box-text-wrap.v-1-2>.group-a {
		margin-bottom: 20px;
	}
	.box-text.v-dep>div>.in {
		margin-bottom: 4px;
	}
	.box-text.v-dep>div>.in:not(:last-child) {
		margin-right: 2px;
	}
	.box-text.v-dep {
		padding-bottom: 20px;
	}
	.boxes-cas-bnk .boon>span {
		display: inline;
	}
	.boxes-eval .group {
		float: left;
	}
	.detld-rvw>.group>.group-a>.group-2 .box-text>div>.group-2a>span {
		font-size: 12px;
	}
	.detld-rvw>.group>.group-a>.group-2 .box-text>div>.group-2b>span:not(.sprite) {
		padding-right: 46px;
		font-size: 14px;
	}
	.detld-rvw>.group>.group-a>.group-2 .box-text>div>.group-2b>span .ov-all-rat {
		margin-right: 0;
	}
	.prime-table,
	.prime-table caption,
	.prime-table thead,
	.prime-table tbody,
	.prime-table tr {
		display: block;
	}
	.prime-table caption,
	.prime-table thead,
	.prime-table tbody {
		width: 100%;
	}
	.prime-table thead th,
	.prime-table tbody td {
		display: inline-block;
	}
	.prime-table thead th {
		font-size: 14px;
	}
	.prime-table tbody tr {
		position: relative;
	}
	.prime-table tbody tr:nth-child(-n+3) {
		border-width: 0 1px 0 1px;
	}
	.prime-table tbody tr:nth-child(3) {
		border-bottom-width: 2px;
	}
	.prime-table td:last-child {
		padding: 0;
	}
	.prime-table a.goin,
	.prime-table a.goout {
		width: 100px;
		font-size: 13px;
	}
	.prime-table a.goin {
		margin-bottom: 60px;
	}
	.prime-table.fix a.goin {
		margin-bottom: 0px;
	}
	.prime-table a.goout {
		position: absolute;
	}
	.prime-table a.goout.non-abs {
		position: initial;
	}
	.scrolltop {
		bottom: 3.3em;
	}
	#prime-footer {
		position: relative;
		z-index: 999;
	}
	.foot-comm-sec-softw {
		text-align: center;
	}
	.mov-nav-content-wrap {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 214px;
		background: #eff1f9;
		overflow-y: auto;
		z-index: 9990;
	}
	.mov-nav-content-wrap.v-2 {
		height: 160px;
	}
	.mov-nav.active.v-2 {
		top: 160px;
	}
	.mov-nav-content-wrap>* {
		margin: 0 !important;
	}
	.mov-nav-content-wrap .slope-tr::before {
		display: none;
	}
	.mov-nav-content-wrap #prime-nav {
		display: block;
		height: 100%;
		background: #eff1f9;
	}
	.mov-nav-content-wrap #prime-nav .dropdown.active {
		background: #fff;
	}
	.mov-nav-content-wrap #prime-nav a {
		padding: 4px 4px 4px 10px;
		color: #383434;
		border-bottom: 1px solid #383434;
	}
	.mov-nav-content-wrap #prime-nav .dropdown a {
		padding-right: 70px;
	}
	.mov-nav-content-wrap #prime-nav .dropdown-ul {
		padding-left: 20px;
	}
	.mov-nav-content-wrap #prime-nav .bit-title,
	.mov-nav-content-wrap .jump-at .bit-title {
		text-align: left;
	}
	.mov-nav-content-wrap .dropdown>.toggle {
		position: absolute;
		right: 10px;
		top: 5px;
		width: 55px;
		height: 20px;
		background: url(/images/dropdown.svg) no-repeat;
		background-size: 21px 19px;
		background-position: 18px 0;
		filter: invert(41%) sepia(63%) saturate(1359%) hue-rotate(328deg) brightness(104%) contrast(103%);
	}
	.mov-nav-content-wrap .dropdown>.toggle.active {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.mov-nav-content-wrap .foot-top-cas {
		display: block;
		position: static;
		width: 100%;
		max-width: 650px;
		color: #383434;
		margin: 0 auto!important;
	}
	.mov-nav-content-wrap .foot-top-cas .bit-title {
		background: #3c3e84;
	}
	.mov-nav-content-wrap .foot-top-cas>.bit-title::after {
		display: none;
	}
	.mov-nav-content-wrap .foot-top-cas .group-a {
		height: 70px;
	}
	.mov-nav-content-wrap .foot-top-cas a.goin,
	.mov-nav-content-wrap .foot-top-cas a.goout {
		padding: 2px 10px;
		font-size: 15px;
	}
	.mov-nav-content-wrap .foot-top-cas a.goout {
		position: relative;
		top: -20px;
		font-size: 15px;
	}
	.mov-nav-content-wrap .jump-at {
		width: 100%;
	}
	.mov-nav-content-wrap .jump-at ul,
	.mov-nav-content-wrap .jump-at a {
		background: #eff1f9;
	}
	.mov-nav-content-wrap .jump-at ul {
		padding: 0 0 0 32px;
	}
	.mov-nav-content-wrap .jump-at ul li {
		margin: 0;
		border-left: 0;
		border-bottom: 1px solid #383434;
		position: relative;
	}
	.mov-nav-content-wrap .jump-at ul li::before {
		content: '\f064';
		font-family: "Font Awesome 5 Free";
		font-display: swap;
		font-weight: bold;
		position: absolute;
		left: -20px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.mov-nav-content-wrap .jump-at .shortcut .middle {
		padding-left: 2px;
	}
	.mov-nav-content-wrap .jump-at .shortcut .before,
	.mov-nav-content-wrap .jump-at .shortcut .after {
		display: none !important;
	}
}

@media only screen and (max-width: 658px) {
	.gam-op>.group:not(:last-of-type) .text-info {
		min-height: 110px;
	}
}

@media only screen and (max-width: 639px) {
	div.detld-rvw div.group-3 > div:nth-child(2) > div:nth-child(2) > span {font-size: 19px;}
	.prime-table th:nth-child(7) {padding-left: 30px;}
	h1 {font-size: 18px;}
	h2 {font-size: 17px;}
	h3,h4,h5,h6 {font-size: 16px;}
	.prime-table tbody td:nth-child(6) {display: none;}
	.prime-table thead th:last-child {display: none;}
	p {font-size: 14px; line-height: 1.3}
	.boxes-eval .group>p.in {height: 35px;}
	table:not(.popup-tbl) tbody {border: solid 2px #3c3e84;}
	.gam-op>.group:not(:last-of-type) .text-info {
		min-height: auto;
	}

	.gam-op>.group {
		margin: 0 auto 2em;
	}
	.safe-table th:nth-child(3),
	.safe-table tbody td:nth-child(3),
	.safe-table.v2 tbody td:nth-child(2) {
		display: none;
	}
	.safe-table.v2.payop tbody td:nth-child(3) {display: none;}
	.safe-table.payop tbody td:last-child {top: 10px;}
	.safe-table.v2 tbody td:nth-child(3) {
		display: block;
	}
	.saf-rec>div>.group>div.payments {
		margin: 16px auto;
	}
	[data-tooltip]:hover:before,
	[data-tooltip]:hover:after,
	[data-tooltip]:before,
	.span[data-tooltip*="Min. Deposit: 0.001 BCH"] {
		display: none;
		visibility: hidden;
	}
	div.boxes-cas-bnk.float-clear>div:nth-child(2)>div:nth-child(3)>span:nth-child(6),
	#prime-article>div.sub-article.bg--ff>div.boxes-cas-bnk.float-clear>div:nth-child(4)>div:nth-child(3)>span:nth-child(6),
	#prime-article>div.sub-article.bg--ff>div.boxes-cas-bnk.float-clear>div:nth-child(4)>div:nth-child(3)>span:nth-child(6) {
		display: none;
	}
	div.bon-prog>ul.group>li>div.group-b {
		margin: 1em auto;
	}
	div.bon-prog>ul.group.bg-grey--d.sep>li>div.group-a .logo[class*="bg-"] {
		margin: 0 auto 1em;
	}
	table.rsim-table>thead>tr>th.slope-tr {
		font-size: 13px;
	}
	.page-title>.sep {
		font-size: 14px;
	}
	div.bon-prog.v-2.terms-br.mgn-28>ul>li:nth-child(1)>div.group-b>a.goin {
		width: 70%;
		margin: 5px auto 0;
	}
	.countries-rp>tbody>tr>td,
	.countries-table8>tbody>tr>td {
		display: -webkit-box;
		min-width: 197px;
	}
	.safe-table thead th:nth-child(2),
	.safe-table.v-rev tbody td:nth-child(2),
	.safe-table thead th:nth-child(3),
	.safe-table tbody td:nth-child(3),
	.safe-table thead th:nth-child(7),
	.safe-table.v-rev tbody td:nth-child(7) {
		display: none;
	}
	.safe-table>tbody>tr>td.boon {
		top: 55px;
		left: 6px
	}
	#prime-article>div>table>tbody>tr:nth-child(6)>td.boon {
		left: 12px;
	}

	.safe-table a.goout,
	.safe-table tbody td:nth-last-child(2),
	.safe-table a.goin {
		width: 100px;
	}
	.prime-table.v-rev>tbody>tr>td:nth-child(6)
	{
		display: none;
	}
	table.prime-table>tbody>td>span.sprite.comm-sec-softw {
		display: none;
	}
	.regulations-td {
		display: none!important;
	}
	li.ml {
		margin-left: 118px;
	}
	img.w-mb {
		margin-top: 2em;
	}
	.sub-article,
	#prime-footer>.prime-col {
		padding: 10px;
	}
	.mgn-28 {
		margin: 28px auto;
	}
	.boxes-text-2.v-2>div img.to-left,
	.boxes-text-2.v-2>div img.to-right {
		float: none;
		display: block;
		margin: 10px auto;
	}

	h1.line-behind::before {
		display: none;
	}
	h1.line-behind>span {
		margin-bottom: 10px;
		padding: 0;
	}
	.propsl {
		margin: 18px auto;
	}
	.propsl-in.v-2 {
		padding: 0 10px 0;
	}
	.link-more>.bit-title {
		font-size: 16px;
	}
	.link-more>.bit-title>span {
		display: none;
	}
	.bon-prog.v-1 .group>li {
		width: 49%;
		display: inline-block;
		margin: 1em 0;
	}
	.bon-prog .bit-title-in {
		font-size: 16px;
	}
	.bon-prog.v-1 .group>li:first-child::before {
		width: 70px;
		height: 70px;
		font-size: 42px;
	}
	.bon-prog.v-2 .group>li:not(:first-child) {
		display: inline-block;
		vertical-align: top;
		width: 46%;
		margin-bottom: 10px;
	}
	.bon-prog.v-2 .group>li:nth-child(2n+2) {
		margin-right: 4%;
	}
	.bon-prog.v-2 .group>li:first-child>.group-a,
	.bon-prog.v-2 .group>li:first-child>.group-c {
		text-align: center;
	}
	.bon-prog.v-2 .group>li:first-child>.group-c {
		margin-bottom: 10px;
	}
	.bon-prog.v-2 a.goout {
		display: block;
		width: 70%;
		margin: 6px auto;
	}
	.gam-op>.group .group-ul:last-child>li:nth-child(2) {
		display: block;
		margin-left: 84px;
	}
	.gam-op>.group .group-ul>li:last-child,
	.gam-op>.group a.goout {
		width: 96%;
		margin-top: 10px;
	}
	.gam-op.v-2>.group>.middle>div>div {
		margin-bottom: 4px;
	}
	.embed-video {
		height: 170px;
	}
	.saf-rec>div>.group {
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}
	.saf-rec a.goin {
		margin-top: -4px;
	}
	.boxes-text.count--4>div {
		text-align: center;
	}
	.boxes-text.count--4>div:not(:last-child) {
		margin-right: 0;
	}
	.boxes-text.v-2>.group-a>.group-1 {
		text-align: center;
	}
	.boxes-text-2.v-1>div:not(.box-text) {
		padding: 60px 20px 20px 20px;
	}
	.boxes-text-2.v-1.faq>div:not(.box-text) {
		padding: 20px 20px 20px 20px;
	}
	.fa-comments:before,
	.fa-question-circle:before {
		content: none;
	}
	.boxes-text-2.v-1>div p>span[class*=ico] {
		left: 50%;
		top: 10px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.boxes-text-2 span.inlist-title {text-align: center;}
	.boxes-text-3:not(.v-2) .slope-tr {
		width: 100%;
	}
	.boxes-text-3.count--2 .group {
		margin-bottom: 10px;
	}
	.boxes-text-3>div:last-child p:last-child {
		margin-bottom: 0;
	}
	.boxes-text.v-3>div img {
		display: block;
		margin: 0 auto 10px;
	}
	.boxes-cas-bnk>.group:first-child {
		width: 100%;
	}
	.boxes-cas-bnk>.group:first-child>div.top>div,
	.boxes-cas-bnk>.group:first-child>div.top>p {
		display: inline-block;
	}
	.boxes-cas-bnk>.group:first-child>div.top>div {
		margin-right: 20px;
	}
	.boxes-cas-bnk>.group:not(:first-child) {
		width: 48%;
	}
	.boxes-cas-bnk>.group:not(:first-child)>div.top {
		text-align: center;
	}
	.boxes-cas-bnk>.group:not(:first-child)>div.top>p {
		display: inline-block;
		vertical-align: top;
		width: 120px;
	}
	.boxes-cas-bnk>.group:nth-child(2n+2) {
		margin-right: 2%;
	}
	.boxes-cas-bnk .bit-title {
		position: relative;
		height: 38px;
		line-height: 1;
	}
	.boxes-cas-bnk .bit-title>span {
		vertical-align: middle;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 75%;
	}
	.boxes-cas-bnk>.group:not(:first-child) .boon {
		font-size: 14px;
	}
	.boxes-cas-bnk>.group:not(:first-child) .boon br {
		display: none;
	}
	.box-text-wrap.count--4>.group {
		margin-bottom: 16px;
	}
	.boxes-eval .group {
		width: 50%;
	}
	.boxes-eval .group:nth-child(3n+1),
	.boxes-eval .group:nth-child(3n+5) {
		background: #e7e9f1;
	}
	.boxes-eval.top3 .group:nth-child(3) {
		background: #e7e9f1;
	}
	.detld-rvw>.group>.group-a>.group-2 ul {
		position: static;
		width: 90%;
		margin: 0 auto;
		padding: 10px;
		border-width: 0 3px 3px;
	}
	.detld-rvw .color-br::after {
		right: 14px;
	}
	.detld-rvw>.group>.group-a>.group-1 {
		padding: 0 14px;
	}
	.detld-rvw>.group>.group-a>.group-2 .box-text {
		width: 100%;
	}
	.detld-rvw>.group>.group-a>.group-2 .box-text {
		padding: 12px 8px 1px;
	}
	.detld-rvw>.group>.group-a>.group-2 .box-text>div>.group-2a {
		padding-left: 44px;
	}
	.detld-rvw>.group>.group-a>.group-2 .box-text>div>.group-2a::before {
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		transform: scale(.6);
		left: -6px;
	}
	.detld-rvw>.group>.group-a>.group-3 {
		padding: 0 4px;
	}
	.detld-rvw>.group>.group-a>.group-3>div {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 49%;
	}
	.detld-rvw>.group>.group-a>.group-3>div:last-child {
		width: 100%;
	}
	.detld-rvw>.group>.group-a div:not(:last-child)>.bit-title-in {
		font-size: 15px;
	}
	.detld-rvw>.group>.group-a>.group-3 .ic-bitc {
		margin-left: 4px;
	}
	.detld-rvw>.group>.group-b {
		padding: 0 10px;
		margin-top: 20px;
	}
	.detld-rvw>.group>.group-b>div {
		font-size: 14px;
	}
	.detld-rvw>.group>.group-b>div:not(.bottom):not(:last-of-type) {
		display: inline-block;
		vertical-align: top;
		width: 49%;
	}
	.detld-rvw>.group>.group-b>div img {
		width: 108px;
		height: 70px;
	}
	.detld-rvw>.group>.group-b>div:not(.bottom):not(:last-of-type) img {
		display: block;
		float: none;
		margin: 0 auto;
	}
	.detld-rvw>.group>.group-b>div:not(.bottom):not(:last-of-type) ul {
		margin-bottom: 20px;
		padding-right: 2px;
	}
	.detld-rvw>.group>.group-b>div:last-of-type img {
		float: left;
		margin-right: 10px;
	}
	.detld-rvw>.group>.group-b>.bottom .accent {
		margin: 10px auto 10px;
	}
	.detld-rvw>.group>.group-b .bit-title-in {
		margin-top: 10px;
		font-size: 16px;
		text-align: center;
	}
	.detld-rvw .ic-realm::before,
	.detld-rvw .ic-bitc::before {
		margin-right: 2px;
	}
	.detld-rvw .terms-br-in {
		margin-bottom: 10px;
	}
	.detld-rvw .shortcut {
		font-size: 13px;
	}
	.video-rvw iframe {
		height: 140px;
		margin-bottom: 20px;
	}
	.video-rvw>.group-b,
	.video-rvw>.group-b>div>div {
		text-align: center;
	}
	.topoftype-text .boxes-text-3 .group {
		float: none;
		width: 100%;
	}
	.topoftype-text .boxes-text-3.v-2.count--3 .group:not(:last-child) {
		margin-bottom: 20px;
		padding-right: 0;
	}
	.topoftype>div {
		padding: 14px;
	}
	.rsim-table--right {
		width: 100%;
		max-width: 364px;
	}
	.rsim-table--right tbody td:first-child {
		width: 50%;
	}
	.rsim-table.v-1 tbody td:nth-last-child(2) {
		/*display: none;*/
	}
	.rsim-table *[class*=ico]:not(:last-child) {
		margin-bottom: 2px;
	}
	.rsim-table *[class*=ico]:last-child {
		margin-right: 6px;
	}
	.prime-table,
	.safe-table:not(.games) {
		width: 340px;
	}
	.safe-table.payop {width: 300px;}
	.safe-table,
	.safe-table caption,
	.safe-table thead,
	.safe-table tbody,
	.safe-table tr {
		display: block;
	}
	.safe-table caption,
	.safe-table thead,
	.safe-table tbody {
		width: 100%;
	}
	.safe-table thead th,
	.safe-table tbody td {
		display: inline-block;
	}
	.safe-table thead th {
		width: 49%;
	}
	.safe-table.v2 thead th:nth-child(5), .safe-table.v2 tbody td:nth-child(5) {display: none;}
	.prime-table tbody tr {
		min-height: 135px;
	}
	.safe-table tbody tr {
		min-height: 120px;
		position: relative;
	}
	.safe-table.payop tbody tr {min-height: 100px;}
	.prime-table:not(.popup-tbl) tbody td,
	.safe-table tbody td {
		position: absolute;
	}
	.prime-table tbody tr:not(:nth-child(-n+3)) td:first-child,
	.safe-table tbody td:first-child {
		left: 6px;
		top: 6px;
	}
		.prime-table:not(.v-rev, .popup-tbl) tbody tr:nth-child(-n+3) td:first-child {
			display: none;
	}
	.prime-table.v-rev tbody tr:first-child td:first-child {
		left: 2px;
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		transform: scale(.7);
	}
	.prime-table.v-rev tbody tr:not(:first-child) td:first-child {
		left: 14px;
		top: 16px;
	}
	.prime-table tbody td:nth-child(2) {
		left: 30px;
		top: 6px;
	}
	.prime-table tbody td:nth-child(3) {
		left: 0;
		top: 50px;
	}
	.prime-table.v-rev tbody td:nth-child(3) {
		left: auto;
		right: 36px;
		top: 10px;
	}
	.safe-table tbody td:nth-child(3) {
		left: 0;
		top: 63px;
		max-width: 125px;
	}
	.prime-table tbody td:nth-child(4) {
		left: 10px;
		top: 70px;
		max-width: 174px;
	}
	.prime-table tbody td.boon {
		font-size: 14px;
	}
	.prime-table tbody td:nth-child(4)>div:first-child {
		margin-bottom: 14px;
	}
	.prime-table th:first-child,
	.prime-table.v-rev th:nth-child(3),
	.prime-table th:nth-child(4),
	.prime-table th:nth-child(5),
	.prime-table th:nth-child(6),
	.prime-table tbody td:nth-child(5),
	.prime-table.v-rev th:nth-child(7),
	table.prime-table>thead>tr>th:nth-child(3),
	table.prime-table>tbody>tr>td:nth-child(3) {
		display: none;
	}
	.prime-table th:nth-child(2),
	.prime-table th:nth-child(7),
	.prime-table.v-rev th:last-child {
		width: 49%;
	}
	.prime-table tbody td:nth-child(6),
	.prime-table.v-rev tbody td:nth-child(7) {
		right: 14px;
		top: 4px;
		width: 110px;
	}
	.prime-table.fix tbody td:nth-child(6) {right: 7px; top: 4px; display: block;}
	.prime-table.fix tbody td:nth-child(7) { top: 70px; right: 10px;}
	.prime-table.v-rev tbody td:nth-child(7) {
		top: 38px;
	}
	.prime-table tbody td:nth-child(7) {
		right: 8px;
		top: 4px;
	}
	.prime-table tbody td:nth-child(8) {
		right: 118px;
		top: 68px;
	}
	.prime-table.v-rev tbody td:nth-child(8) {
		right: 16px;
		top: 84px;
	}
	.safe-table tbody td:nth-last-child(2) {
		right: 25px;
		top: 10px;
	}
	.safe-table tbody td:last-child {
		right: 0;
		top: 50px;
		width: 136px;
	}
	.safe-table tbody td:nth-last-child(2)>div,
	.safe-table tbody td:last-child>div {
		margin-bottom: 4px;
		font-size: 14px;
	}
	.prime-table .ov-all-rat {
		font-size: 12px;
	}
	.prime-table .ov-all-rat>div {
		font-size: 18px;
	}
	.prime-table .slope-tr::before {
		right: -9px;
	}
	#prime-footer .foot-links {
		width: 33.3%;
		margin-bottom: 10px;
	}
	#prime-footer>div>.bottom {
		margin-top: 10px;
		padding-top: 10px;
	}
	.mov-nav-content-wrap .foot-top-cas {
		max-width: 100%;
	}
	.mov-nav-content-wrap .foot-top-cas a.goin {
		margin-top: 6px;
	}
}
@media screen and (max-width: 575px) {
	.bon-prog.v-1 .group>li {float: none; display: block; width: 100%;}
}

@media only screen and (max-width: 550px) {
table.payments:not(.str) tr td:nth-child(4) {display: none;}
.boxes-eval.top3 .group:nth-child(1),
.boxes-eval.top3 .group:nth-child(2) {
	width: 50%;
}
.boxes-eval.top3 .group:nth-child(3) {
	display: block;
	width: 100%;
}
.boxes-eval.top3 .group:nth-child(2) {
    background: #e7e9f1;
}
.boxes-eval .games-wrap .group.games {
	width: 100%;
}
}


@media only screen and (max-width: 540px) {
	div.bn-holder .bn-box .operator {
		display: inline-block;
		width: 100%;
		margin: 15px auto;
		padding: 0 0 15px;
		float: none;
		border-bottom: 1px solid #e9e9e9;
	}
	.olcount.v-1>li>p {
		padding: 25px 20px 10px 20px;
	}
	div.bn-holder p.bonus {
		display: block;
		width: 100%;
		margin: 0 auto;
		border-bottom: 1px solid #e9e9e9;
		padding: 0 0 10px;
	}
}

@media only screen and (max-width: 499px) {
	footer .lang > span {
		margin-right: 0;
		display: block;
		margin-bottom: 5px;
	}
	#prime-footer p.copyrights {
		text-align: left;
		padding-left: 10px;
	}
}
@media only screen and (max-width: 430px) {
	.prime-table, .safe-table {width: 300px;}
	ul.currencies li {
		width: calc(50% - 13px);
	}
	.currencies li.zimpler {background-position: 52% 0;}
	ul:not(.sep) li,
	ol:not(.sep) li {
		padding-left: 0;
	}
	footer .lang {
		padding-bottom: 50px;
	}
	footer .lang > span {
		display: block;
		margin-bottom: 5px;
		margin-right: 0;
	}
	#prime-footer p.copyrights {
		width: 85%;
	}

}
@media only screen and (max-width: 390px) {
	.breadcrumbs li {font-size: 12px; margin-right: 0px;}
	.breadcrumbs li:not(:last-child):after {top: 6px; left: 95%; border-width: 0px 2px 2px 0; padding: 2px;}
}
@media only screen and (max-width: 379px) {
	.middle.ul--stand li {
		text-align: left;
		padding-left: 20px;
		text-indent: -20px;
	}
	.rating.is--9 {height: 66px;}
	.foot-top-cas .ic-realm {margin: 5px auto 18px;}
	.mov-nav-content-wrap .foot-top-cas a.goin,
	.mov-nav-content-wrap .foot-top-cas a.goout {font-size: 12px;}
	.propsl-in>.bottom>.group-a {
		text-align: left;
	}
	.olcount.v-1>li>span {
		margin-left: 67px;
		font-size: 20px;
	}
	.topoftype {
		width: 100%;
	}
	.topoftype--left>div {
		padding: 14px 4px;
	}
	.propsl--left {
		width: 300px;
	}
	.propsl-in.v-2>.top>.group-b>span:not(.rating) {
		margin-left: -20px;
		font-size: 14px;
		line-height: 1.2;
	}
	.detld-rvw {width: 95%;}
}

@media only screen and (max-width: 369px) {
	ul.currencies li {
		width: calc(50% - 13px);
	}
	.boxes-eval a.goin {
		padding: 4px 8px;
	}
}

.center {
	display: block;
	width: auto;
	margin: 5px auto 15px;
}

.column {
	float: left;
	width: auto;
	padding: 5px;
}

.half-col {
	width: 49%;
}

.row::after {
	content: "";
	clear: both;
	display: table;
}

@media only screen and (max-width: 840px) {
	.half-col {
		width: 100%;
	}
	div.boxes-eval.mgn-28>div.group-wrap>div.group>div.logo {
		width: 85px;
	}
	div.boxes-eval.mgn-28>div.group-wrap>div.group>div.logo [class*="logo-"] {
		background-size: 85px 30px;
	}
	div.boxes-eval.mgn-28>div.group-wrap>div.group>div.logo 	{
		
	}
}

#main {
	display: table;
	width: 100%;
	height: 70vh;
	text-align: center;
}

.fof {
	display: table-cell;
	vertical-align: middle;
}

.fof h1 {
	font-size: 50px;
	display: inline-block;
	padding-right: 12px;
	animation: type .5s alternate infinite;
}

@keyframes type {
	from {
		box-shadow: inset -3px 0px 0px #888;
	}
	to {
		box-shadow: inset -3px 0px 0px transparent;
	}
}

.contact-form {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#contactform input[type="text"],
#contactform input[type="email"],
#contactform input[type="tel"],
#contactform input[type="url"],
#contactform textarea,
#contactform button[type="submit"] {
	font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
	color: #757575
}

#contactform {
	background: #383434;
	padding: 25px;
	margin: 50px 0;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contactform h3 {
	display: block;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 10px;
	color: white;
}

#contactform h4 {
	margin: 5px 0 15px;
	display: block;
	font-size: 13px;
	font-weight: 400;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contactform input[type="text"],
#contactform input[type="email"],
#contactform input[type="tel"],
#contactform input[type="url"],
#contactform textarea {
	width: 100%;
	border: 1px solid #ccc;
	background: #FFF;
	margin: 0 0 5px;
	padding: 10px;
	color: #757575
}

#contactform input[type="text"]:hover,
#contactform input[type="email"]:hover,
#contactform input[type="tel"]:hover,
#contactform input[type="url"]:hover,
#contactform textarea:hover {
	-webkit-transition: border-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
	border: 1px solid #aaa;
	color: #3c9e8d
}

#contactform textarea {
	height: 100px;
	max-width: 100%;
	resize: none;
	color: #757575
}

#contactform button[type="submit"] {
	cursor: pointer;
	width: 100%;
	border: none;
	background: #3c3e84;
	color: #FFF;
	margin: 0 0 5px;
	padding: 10px;
	font-size: 15px;
}

#contactform button[type="submit"]:hover {
	background: #3c9e8d;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

#contactform button[type="submit"]:active {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
	text-align: center;
}

#contactform input:focus,
#contactform textarea:focus {
	outline: 0;
	border: 1px solid #aaa;
}

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

.last-update {font-weight: bold;}
.pros-section {
  width: 100%;
  margin: 0 0 1%;
  padding: 0 0 20px 0;
}
.pros-section .holder {
  display: table;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
}
.pros-section .holder .cell {
  padding: 1%;
  width: 50%;
  display: table-cell;
  vertical-align: top;
  font-family: "Viga", sans-serif;
  text-align: left;
}
.pro {
  background-color: #f3f3f3;
  color: #424242;
  border-bottom: 2px solid #498c13;
}
.con {
  background-color: #f3f3f3;
  color: #424242;
  border-bottom: 2px solid #f15f43;
}
.con .title, .pro .title {
  font-size: 20px;
  text-align: left;
  position: relative;
  width: 100%;
  padding-left: 50px;
  line-height: 41px;
  margin-top: -10px;
}
.con .title::before, .pro .title::before {
  position: absolute;
  left: 0;
  border-radius: 500px;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  font-weight: 300;
  line-height: 36px;
  font-size: 30px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  font-family: Verdana;
}
.pro .title::before {content: "+"; background: #498c13;}
.con .title::before {content: "-"; background: #f15f43;}
.con ul, .pro ul {
  padding: 0 0 0 50px;
  list-style: none;
  margin: 15px 0;
  width: 100%;
  box-sizing: border-box;
}
.con ul li, .pro ul li {position: relative; padding-left: 0;}
.con ul li::before, .pro ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 3px;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  left: -15px;
  top: 9px;
}
.pros-section .holder .cell.seprt {width: 1%;}
ul.pros li span {color: #009688;}
ul.cons li span {color: #a43221;}
@media only screen and (max-width: 699px) {
  .pros-section .holder .cell {
    display: block;
    margin: 0 auto;
    width: calc(100% - 30px);
  }
	.con ul, .pro ul {padding: 0 0 0 30px;}
}
.img-centered {display: block; margin: 0 auto;}
.img-centered.mb-2 {margin-bottom: 2rem;}

/*POPUP*/
.popup-holder {
  position: fixed;
  display: none;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto;
}
@media only screen and (min-width: 800px) {
  .pop-box {
    display: block;
    margin: 0 auto;
    padding: 18px 8px 0;
    width: 400px;
    max-width: 100%;
    border: 1px solid #dbdedf;
    position: relative;
    transform: translateY(50%);
  }
}
.pop-box-bg {
  display: block;
  margin: 0 auto;
  width: 95%;
  max-width: 600px;
  background-color: #fff;
  z-index: -1;
  border-radius: 10px;
}
.go-x {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: 0;
  right: 0;
  background-image: url(/images/close1.svg);
  cursor: pointer;
}

.pop-box .c-brand.icon[class*="icon--"] {
  margin: 0 auto;
  display: block;
}
.pop-box .fas-list {
  text-align: center;
  margin: 20px auto;
  display: table;
}
.pop-box .fas-list li {
  padding: 0;
  color: #fff;
}
.pop-box .fas-list li span:before {
  content: "\f00c";
  font: bold 9px "Font Awesome 5 Free";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #7ac543;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 5px;
  left: -20px;
  padding: 2px;
}
.pop-box ul.fas-list li::before {
  display: none;
}
.pop-box .offer {
  border-top: 1px solid #dbdedf;
  border-bottom: 1px solid #dbdedf;
  text-align: center;
  padding-top: 11px;
}
.pop-box .sub-prize {
  display: inline-block;
  text-align: right;
  margin: 0 12px;
  position: relative;
  top: -10px;
  color: #ccc;
}
.pop-box .prize {
  display: inline-block;
  text-align: left;
  position: relative;
  top: -5px;
  color: #ffeb3b;
  right: -15px;
}
.pop-box .cta-wrap {
  display: block;
  position: unset;
  text-align: center;
}
.calm-btn {
  font-size: 18px;
  padding: 15px 20px;
  min-width: 430px;
  margin: 10px auto;
  box-sizing: border-box;
}
.popup-holder .score-wrap {
  margin-bottom: 10px;
}
.popup-holder .bookm,
.popup-holder .score.smallest {
  display: block;
  margin: auto;
}

.popup-holder .score.smallest {
  margin-top: 8px;
  margin-bottom: 8px;
}

.popup-holder .terms a {
  color: #fff;
}

.popup-holder .terms {
  margin: 10px;
}
.pro {
  top: 0;
  left: 0;
}
.clbx-cont h3 {
  text-align: center;
}
.popup-holder .brand-bonus {font-weight: bold;}
.popup-holder .txt-accent {font-size: 20px;color: #3c3e84;}
@media only screen and (max-width: 799px) {
	.pop-box {
    display: block;
    margin: 2rem auto;
    padding: 18px 8px 0;
    width: 400px;
    max-width: 100%;
    border: 1px solid #dbdedf;
    position: relative;
    transform: none;
    -webkit-transition: all 0.4s ease-in-out;
  }
	.popup-holder .prime-table:not(.revBon),
  .popup-holder .prime-table:not(.revBon) caption,
  .popup-holder .prime-table:not(.revBon) thead,
  .popup-holder .prime-table:not(.revBon) tbody,
  .popup-holder .prime-table:not(.revBon) tr {
    display: block;
		max-width: 100%;
  }
  .popup-holder .prime-table caption,
  .popup-holder .prime-table thead,
  .popup-holder .prime-table tbody {
    width: 100%;
  }
  .popup-holder .prime-table thead th,
  .popup-holder .prime-table tbody td {
    display: block;
  }
  .popup-holder .prime-table.revBon thead th:nth-child(1),
  .popup-holder .prime-table.revBon tbody td:nth-child(1),
  .popup-holder .prime-table.revBon thead th:nth-child(3),
  .popup-holder .prime-table.revBon tbody td:nth-child(3),
  prime-table.revBon > thead > tr > th:nth-child(4) {
    display: none;
  }

  .popup-holder .prime-table thead th {
    font-size: 14px;
  }
  .popup-holder .prime-table tbody tr {
    position: relative;
  }
  .popup-holder .prime-table td:last-child {
    padding: 0;
  }
  .popup-holder .prime-table td.bon {
    margin: 0 auto;
    display: block;
  }
  .popup-holder .prime-table td.bon a {
    margin: 10px auto;
    top: 1px;
    left: 0;
    right: 0;
  }
  .popup-holder .prime-table a.goin {
    margin-bottom: 60px;
  }
  .popup-holder .prime-table a.goout {
    position: unset;
  }
  .popup-holder .prime-table.revBon a.goout {
    position: unset;
    margin: 5px auto;
    font-size: 14px;
  }
  .popup-holder .prime-table a.goout.non-abs {
    position: initial;
  }
  .popup-holder .prime-table:not(.revBon) thead {
    display: none;
  }
  .popup-holder .prime-table tbody td.log {
    display: block;
    margin: 0px auto;
    padding-top: 10px;
  }
  .popup-holder .prime-table:not(.revBon) tbody tr:not(.t-align-c) {
    border: solid;
    width: 100%;
    display: block;
    border-radius: 5px;
    border-color: #3c3e84;
    margin-bottom: 10px;
  }
  .popup-holder .prime-table.more-rev td:last-of-type {
    margin: 10px auto;
  }
  .popup-holder .prime-table.more-rev td ul.highl-list {
    margin: 10px auto 5px;
  }
  .popup-holder .prime-table.more-rev td {
    display: block;
    margin: 0px auto;
    float: none;
  }
  .popup-holder .prime-table tbody tr td.nm {
    display: none;
  }

  .popup-holder .prime-table td span.bonbox {
    width: 160px;
    line-height: 23px;
    font-size: 16px;
  }
  .popup-holder .prime-table ul:not(.sep) li {
    padding-left: 10px;
  }
	.popup-holder .brand-bonus {
		background: #383434;
    color: #fff;
    padding: 3rem 0;
	}
	.popup-holder .txt-accent {color: #3cc7ff;}
	.scrolltop {
    bottom: 5em;
    right: 0.5em;
  }
}
@media only screen and (max-width: 424px) {
	.pop-box {width: 95%;}
}