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;
}
*,
*: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 {
	vertical-align: middle;
}
img,
iframe {
	height: auto;
}
img {
	border-style: none;
}
pre,
textarea {
	overflow: auto;
}
pre,
code {
	font-family: monospace, monospace;
	font-size: 1em;
}
[hidden],
template {
	display: none;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}
b,
strong,
mark {
	font-weight: bold;
}
mark {
	background: transparent;
	color: inherit;
}
em,
i {
	font-style: italic;
}
small {
	font-size: 80%;
}
big {
	font-size: 125%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
	overflow: visible;
}
legend {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
input {
	line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
}
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
body {
	background-color: #080317;
	color: #fff;
	font-family: "Oxygen";
	text-align: center;
}
article {
	position: relative;
}
article::before {
	content: "";
	background-image: url(/vendor/media/top-bg.jpg);
	background-size: contain;
	position: absolute;
	width: 100%;
	height: 857px;
	z-index: -1;
	background-position: center 0;
	background-repeat: no-repeat;
	left: 0;
}
div.g-recaptcha {
	margin: 0 auto;
	display: block;
	float: none;
	width: 305px;
}
div#contact {
	max-width: 554px;
	margin: 0 auto;
}
div#contact iframe {
	height: 79px;
}
div#contact #send {
	margin: 15px auto;
	float: none;
	display: block;
	width: 305px;
	cursor: pointer;
}
.alert-success,
.success-message {
	color: #00d500;
}
.alert-danger,
.error-massage {
	color: #d50000;
}
#contact input,
#contact textarea {
	width: 100%;
	min-height: 35px;
	border-radius: 5px;
	background-color: #160a31;
	max-width: 554px;
	border: solid 1px #ead77f;
	color: #ead77f
}
#contact label {
	display: block;
	text-align: left;
	margin: 10px auto;
}
#contact input[type=submit] {
	background-color: #ead77f;
	border: #160a31;
	color: #160a31;
}
article p>a, article p strong >a {
	color: #ead77f;
}
article p>a:hover {
	text-decoration: none;
}

ul li>a, ul li strong >a {
    color: #ead77f;
}
ul li>a:hover {
	text-decoration: none;
}
ul.payments {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	margin: 0 auto 10px;
	max-width: 100%;
	width: 100%;
	padding: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
ul.fullsep {
	display: contents;
}
ul.payments li {
	display: inline-block;
	background-position: top;
	background-repeat: no-repeat;
	height: 48px;
	margin: 5px;
	width: 69px;
	padding: 0;
	overflow: hidden;
	background-size: contain;
	text-indent: -9999px;
	background-position: center;
}
.visa {
	background-image: url(/vendor/media/payments/visa.svg);
}
.mastercard {
	background-image: url(/vendor/media/payments/mastercard.svg);
}
.maestro {
	background-image: url(/vendor/media/payments/maestro.svg);
}
.transferencia {
	background-image: url(/vendor/media/payments/transferencia.svg);
}
.todito {
	background-image: url(/vendor/media/payments/todito.svg);
}
.paysafecard {
	background-image: url(/vendor/media/payments/paysafecard.svg);
}
.oxxo {
	background-image: url(/vendor/media/payments/oxxo.svg);
}
.applepay {
	background-image: url(/vendor/media/payments/applepay.svg);
}
.bitcoin {
	background-image: url(/vendor/media/payments/bitcoin.svg);
}
.bitcoin-w {
	background-image: url(/vendor/media/payments/bitcoin-w.svg);
}
.skrill {
	background-image: url(/vendor/media/payments/skrill.svg);
}
.bg-payment {
	background-color: #e7e8e3;
	border-radius: 5px;
}
.qiwi {
	background-image: url(/vendor/media/payments/qiwi.svg);
}
.neteller {
	background-image: url(/vendor/media/payments/neteller.svg);
}
.ecopayz {
	background-image: url(/vendor/media/payments/ecopayz.svg);
}
.trustly {
	background-image: url(/vendor/media/payments/trustly.svg);
}
.paypal {
	background-image: url(/vendor/media/payments/paypal.svg);
}
.santander {
	background-image: url(/vendor/media/payments/santander.svg);
}
.spei {
	background-image: url(/vendor/media/payments/spei.svg);
}
.muchbetter {
	background-image: url(/vendor/media/payments/muchbetter.svg);
}
.webmoney {
	background-image: url(/vendor/media/payments/webmoney.svg);
}
/* Alignments
--------------------------------------------- */
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.2em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/* То Тоp */
.to-top {
	background: #150930;
	position: fixed;
	right: 20px;
	margin: auto;
	bottom: 30px;
	display: none;
	outline: none;
	text-align: center;
	cursor: pointer;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 7px;
	padding: 4px;
	border: solid 1px #ead77f;
	z-index: 99999;
}
.to-top:before {
	content: " ";
	content: '';
	height: 12px;
	width: 12px;
	display: block;
	border: 3px solid #ead77f;
	border-left-width: 0;
	border-bottom-width: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	margin: auto;
}
.to-top:after {
	content: "";
	content: '';
	height: 18px;
	width: 4px;
	display: block;
	background: #ead77f;
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	margin: auto;
}
/* Breadcrumbs */
.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0 auto 5px;
}
.breadcrumb a {
	color: #ead77a;
	text-decoration: none;
	padding: 0 10px 0 15px;
	margin: 5px auto;
}
.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #fff;
	content: "­­»";
}
/* Header */
header {
	padding: 15px 30px 0 30px;
}
header .prime-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
#prime-nav {
	width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
	padding-left: 0;
	display: block;
}
nav#prime-nav ul {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	width: 100%;
	-webkit-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
}
nav#prime-nav ul a {
	font-size: 18px;
	letter-spacing: 0px;
	color: #ffffff;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
}
nav#prime-nav ul li {
	margin: 0 5px;
}
.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: 0 25px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.pros-section .holder .cell {
	padding: 1%;
	width: 50%;
	display: table-cell;
	vertical-align: top;
}
.pro {
	color: #fff;
	border-bottom: 2px solid #0d9a5f;
	-webkit-box-shadow: 0px 0px 6px 1px #0d9a5f;
	        box-shadow: 0px 0px 6px 1px #0d9a5f;
}
.con {
	color: #fff;
	border-bottom: 2px solid rgb(219 26 33);
	-webkit-box-shadow: 0px 0px 6px 1px rgb(219 26 33);
	        box-shadow: 0px 0px 6px 1px rgb(219 26 33);
}
.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;
	width: 40px;
	height: 40px;
	content: "";
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
}
.pro .title::before {
	background-image: url(/vendor/media/yes.svg);
}
.con .title::before {
	background-image: url(/vendor/media/no.svg);
}
.con ul,
.pro ul {
	padding: 0 0 0 20px;
	list-style: none;
	margin-top: 10px;
	width: 100%;
	margin-bottom: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: left;
}
.con ul li,
.pro ul li {
	position: relative;
	line-height: 20px;
}
.con ul li:not(:last-of-type),
.pro ul li:not(:last-of-type) {
	margin-bottom: 10px;
}
.con ul li::before,
.pro ul li::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 3px;
	position: absolute;
	background: rgba(0, 0, 0, .2);
	left: -15px;
	top: 9px;
}
.con ul li::before {
	background-color: rgb(219 26 33);
}
.pro ul li::before {
	background-color: #0d9a5f;
}
.pros-section .holder .cell.seprt {
	width: 1%;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
/* Search */
.head-search-wrap {
	width: 130px;
	position: relative;
	top: -8px;
}
.search-submit {
	display: none;
}
.search-field {
	position: absolute;
	top: 0;
	right: 0;
}
.head-search {
	width: 26px;
	height: 26px;
}
*:focus {
	outline: 0;
}
input[type=search]:not(:focus)::-webkit-search-cancel-button {
	display: none;
}
input[type=search]:not(:focus)::-webkit-search-cancel-button {
	display: none;
}
input[type=search]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	background-repeat: no-repeat;
	padding: 1px;
	background-position: center center;
	background-size: 15px 15px;
	background-image: -webkit-gradient(linear, left top, right bottom, from(transparent), color-stop(0.46, transparent), color-stop(0.46, #fff), color-stop(0.54, #fff), color-stop(0.54, transparent), to(transparent)), -webkit-gradient(linear, right top, left bottom, from(transparent), color-stop(0.46, transparent), color-stop(0.46, #fff), color-stop(0.54, #fff), color-stop(0.54, transparent), to(transparent)) !important;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: 15px;
	width: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.5em;
	cursor: pointer;
	border-radius: 1em;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
	background: url(/vendor/media/search.svg) no-repeat;
	background-size: 26px;
	background-position: 10px center;
	border: none;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	width: 15px;
	padding: 10px 15px;
	color: transparent;
	cursor: pointer;
	border-radius: 10em;
	border: solid 1px transparent;
}
input[type=search]:focus {
	background-position: 10px center;
	background-size: 26px;
	width: 200px;
	padding-left: 40px;
	color: #fff;
	background-color: #2a1a4b;
	cursor: auto;
	border-radius: 10em;
	border: solid 1px #ead77f;
}
input[type=search]:hover {
	background-color: #2a1a4b;
	border: solid 1px #ead77f;
}
input:-moz-placeholder {
	color: transparent;
}
input::-webkit-input-placeholder {
	color: transparent;
}
article {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 35px;
}
h1.round {
	width: 600px;
	max-width: 100%;
	margin: 0 auto 20px;
	padding-top: 20px;
}
.content {
	padding: 0px 50px;
}
h2 {
	font-size: 24px;
	line-height: 30px;
	margin: 0px auto 30px;
}
.pad-fix+h2 {
	margin: 0 auto 30px;
}
p {
	font-size: 16px;
	line-height: 24px;
	margin: 0 auto 15px;
}
p.round {
	max-width: 760px;
}
.detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	max-width: 920px;
	width: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 20px auto 0;
	padding-bottom: 20px;
}
.detail:not(:last-child) {
	border-bottom: 1px solid #ead77f;
}
.detail .img {
	/* display: flex; */
	/* text-align: left; */
	/* width: 865px; */
	/* align-items: center; */
	/* margin: 0 auto; */
}
.detail .img img {
	border-radius: 5px;
	border: solid 1px #ead77f;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}
.detail .text-d {
	margin-left: 15px;
	width: calc(100% - 200px);
}
.detail .text-s {
	margin-left: 15px;
	width: 100%;
}
.detail .text-d .heading {
	font-size: 20px;
	color: #ead77f;
	margin-bottom: 10px;
}
.detail .text-s .heading {
	font-size: 20px;
	color: #ead77f;
	margin-bottom: 10px;
}
.sss {
	max-width: 100% !important;
}
.detail .text-d p {
	margin-bottom: 0;
}
.detail .text-s p {
	margin-bottom: 0;
}
div.intro {
	padding: 0 30px 1px;
	border-radius: 20px;
	border-top-left-radius: 550px;
	border-top-right-radius: 550px;
	background-color: #461e8838;
	margin: 0px auto 50px;
	position: relative;
	z-index: 2;
}
div.intro.review,
div.intro.review::before {
	border-radius: 20px;
}
div.intro::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 20px;
	border-top-left-radius: 550px;
	border-top-right-radius: 550px;
	padding: 1px;
	background: -webkit-gradient( linear, left bottom, left top, from(#ffffff00), to(#ead77f));
	background: -o-linear-gradient( bottom, #ffffff00 0%, #ead77f 100%);
	background: linear-gradient( 360deg, #ffffff00 0%, #ead77f 100%);
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
	z-index: -1;
}
.quicknav {
	position: relative;
	display: block;
	background-image: url(/vendor/media/top-image.svg);
	width: 530px;
	height: 405px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto 80px;
}
.quicknav>div>div:hover {
	background-color: #170b2b;
	border: 1px solid #ead77f;
}
.quicknav>div>div:hover a {
	color: #ead77f;
}
.quicknav>div>div {
	position: absolute;
	width: 196px;
	height: 39px;
	border-radius: 10px;
	border: 1px solid #ffffff;
}
.quicknav>div>div:nth-of-type(1) {
	left: -145px;
	top: 85px;
}
.quicknav>div>div:nth-of-type(2) {
	right: -165px;
	top: 85px;
}
.quicknav>div>div:nth-of-type(3) {
	right: -215px;
	bottom: 130px;
}
.quicknav>div>div:nth-of-type(4) {
	bottom: -30px;
	right: -67px;
}
.quicknav>div>div:nth-of-type(5) {
	bottom: 130px;
	left: -218px;
}
.quicknav>div>div a {
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
	display: block;
	height: 100%;
	padding: 5px 0;
}
.intro.review h1 {
	padding: 15px 0;
}
h1 {
	font-size: 24px;
	line-height: 36px;
	color: #ead77f;
	font-weight: 400;
	text-align: center;
}
h1 #yourStyle {
	padding-top: 20px;
}
h1 #yourStyle>div {
	height: 1.56341em!important
}
h1 #yourStyle,
h1 #yourStyle2 {
	display: block;
}
.quick-nav {
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	left: 40px;
	top: 100px;
}
.playFree {
	width: 748px;
	max-width: 100%;
	height: 88px;
	border-radius: 10px;
	background-color: #170c2c;
	border: 1px solid #ead77f;
	margin: 0 auto 70px;
	text-align: left;
	font-weight: 300;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 10px 15px;
	background-image: url(/vendor/media/playfree-bg.png);
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
	-webkit-box-shadow: 0px 0px 6px 0 #ead77f, 0 1px 19px 0px #a00193;
	        box-shadow: 0px 0px 6px 0 #ead77f, 0 1px 19px 0px #a00193;
}
.playFree::before {
	content: '';
	background: -webkit-gradient(linear, left top, right top, color-stop(65%, rgba(23, 12, 44, 1)), to(rgba(0, 0, 0, 0)));
	background: -o-linear-gradient(left, rgba(23, 12, 44, 1) 65%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(90deg, rgba(23, 12, 44, 1) 65%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	width: 77%;
	height: 100%;
	left: 0;
	top: 0px;
	border-radius: 10px;
}
.playFree .text {
	z-index: 99;
	position: relative;
}
.text::after {
	content: '';
	left: -10px;
	width: 241px;
	height: 75px;
	border-radius: 10px;
	background-image: -webkit-gradient( linear, left top, right top, from(#ead77f47), color-stop(7%, #180c2d));
	background-image: -o-linear-gradient( left, #ead77f47 0%, #180c2d 7%);
	background-image: linear-gradient( 90deg, #ead77f47 0%, #180c2d 7%);
	display: block;
	position: absolute;
	top: -5px;
	z-index: -1;
}
.playFree .heading {
	font-size: 24px;
	background: rgb(233, 215, 127);
	background: -o-linear-gradient(190deg, rgba(233, 215, 127, 1) 45%, rgba(175, 0, 159, 1) 100%);
	background: linear-gradient(260deg, rgba(233, 215, 127, 1) 45%, rgba(175, 0, 159, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9d77f", endColorstr="#af009f", GradientType=1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
}
.playFree .heading::after {
	content: "";
	background-image: url(/vendor/media/crown.svg);
	width: 52px;
	height: 43px;
	background-size: contain;
	display: block;
	position: absolute;
	right: -55px;
	top: -15px;
}
.playFree p {
	font-size: 16px;
	background: rgb(233, 215, 127);
	background: -o-linear-gradient(190deg, rgba(233, 215, 127, 1) 45%, rgba(175, 0, 159, 1) 100%);
	background: linear-gradient(260deg, rgba(233, 215, 127, 1) 45%, rgba(175, 0, 159, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9d77f", endColorstr="#af009f", GradientType=1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.playFree>a {
	width: 69px;
	height: 69px;
	border-radius: 10px;
	background-image: -webkit-gradient( linear, left bottom, left top, from(#170b2b), color-stop(99%, #b0009f));
	background-image: -o-linear-gradient( bottom, #170b2b 0%, #b0009f 99%);
	background-image: linear-gradient( 0deg, #170b2b 0%, #b0009f 99%);
	border: 1px solid #ead77f;
	text-align: center;
	padding: 19px 0px;
	font-size: 24px;
	line-height: 24px;
	color: #ead77f;
	font-weight: 400;
}
.playFree>a:hover {
	background-image: -webkit-gradient( linear, left bottom, left top, from(#b0009f), color-stop(99%, #170b2b));
	background-image: -o-linear-gradient( bottom, #b0009f 0%, #170b2b 99%);
	background-image: linear-gradient( 0deg, #b0009f 0%, #170b2b 99%);
}
h2.table-title {
	font-size: 24px;
	line-height: 36px;
	color: #ead77f;
	font-weight: 400;
	text-align: center;
	margin: 0 auto 20px;
}
.table-holder {
	margin: 30px 0;
}
.table-holder p.tc,
p.tc {
	font-size: 12px;
	color: #84818b;
	padding: 0 15px;
	line-height: 14px;
}
.brand {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
	padding: 0 20px 0 0;
	margin: 30px auto;
}
.brand::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px;
	padding: 1px;
	background: -o-linear-gradient( 359deg, #ffffff00 0%, #ffffff0f 25%, #ffffff6b 50%, #ffffff6e 75%, #ffffffc7 100%);
	background: linear-gradient( 91deg, #ffffff00 0%, #ffffff0f 25%, #ffffff6b 50%, #ffffff6e 75%, #ffffffc7 100%);
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
	z-index: -9999;
}
.brand .left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.brand .right {
	padding: 20px 0;
	text-align: left;
	width: 480px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.brand .right .cta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.brand .right .cta a.go {
	width: 311px;
}
a.go::before {
	content: "";
	background-image: url(/vendor/media/crown.svg);
	background-size: contain;
	width: 47px;
	height: 40px;
	display: inline-block;
	margin-right: 30px;
	vertical-align: middle;
	margin-top: -4px;
}
a.go.not-ver::before {content: none;}
a.go.not-ver, a.go.not-ver:hover {
	background: #ae0d0d;
}
a.go.review::before {
	content: none;
}
a.go.not-found {margin: 10px auto; display: block;}
a.go {
	width: 240px;
	height: 57px;
	border-radius: 10px;
	background-image: -webkit-gradient( linear, right top, left top, from(#ead77f), color-stop(99%, #009b5b));
	background-image: -o-linear-gradient( right, #ead77f 0%, #009b5b 99%);
	background-image: linear-gradient( -90deg, #ead77f 0%, #009b5b 99%);
	text-align: center;
	padding: 12px;
	font-size: 24px;
	letter-spacing: 0px;
	color: #0a0317;
	font-weight: 700;
}
@keyframes rouletteSpin {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
#roulette {animation: rouletteSpin 60s linear infinite;}
.persons {
	text-align: left;
}
.persons img {
	margin-top: 8px;
}
.persons .person {
	margin-bottom: 30px;
}
a.go:hover {
	background-image: -webkit-gradient(linear, left top, right top, from(#ead77f), color-stop(99%, #009b5b));
	background-image: -o-linear-gradient(left, #ead77f 0%, #009b5b 99%);
	background-image: linear-gradient(90deg, #ead77f 0%, #009b5b 99%);
}
a.read {
	width: 150px;
	height: 57px;
	border-radius: 10px;
	border: 1px solid #ead77f;
	color: #ead77f;
	font-size: 18px;
	text-align: center;
	padding: 15px 0;
}
a.read:hover {
	background-color: #ead77f;
	color: #180a33;
}
.brand .right .roulettes {
	padding-top: 10px;
}
.brand .right .roulettes>span {
	margin-bottom: 15px;
}
div.info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
div.info:not(:last-of-type) {
	margin-bottom: 5px;
}
div.info span {
	line-height: 36px;
}
div.info span.num {
	width: 145px;
}
div.info span.live {
	width: 132px;
}
div.info span.game {
	font-size: 18px;
	min-width: 160px;
}
div.info span.ico {
	width: 27px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
}
span.ico span {
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
.yes {
	background-image: url('/vendor/media/yes.svg');
}
.no {
	background-image: url('/vendor/media/no.svg');
}
div.info span.live {
	color: #ead77f;
}
[class*="brand-"] {
	display: block;
	text-indent: -9999px;
	text-align: left;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: calc(100% - 83px);
	height: 100%;
	margin: 0 auto;
}
.logos[class*="bg-"] {
	width: 240px;
	height: 61px;
	border-radius: 30px;
}
.branding {
	position: relative;
	height: 320px;
}
.source-holder {
	position: relative;
}
.frame {
	position: relative;
	width: 300px;
	height: 300px;
}
.source-holder .frame::after {
	content: "";
	background-image: url('/vendor/media/frame.png');
	height: 300px;
	width: 305px;
	z-index: 999;
	position: absolute;
	left: 0;
}
.source-holder img,
.source-holder iframe {
	position: absolute;
	left: 4px;
	right: 0;
	margin: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 280px;
	height: 280px;
	border-radius: 300px;
}
.branding .logos[class*="bg-"] {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 1px;
	z-index: 9999;
	padding: 5px 0;
}
.details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.main-table .details {
	padding: 10px 0
}
.bonus-box {
	width: 239px;
	height: 174px;
	border-radius: 10px;
	background-color: #0a0317;
	padding: 20px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.more-reviews .bonus-box {
	height: auto;
	padding: 30px 10px 10px;
	margin: 10px auto;
}
.more-reviews .brand.review {
	margin: 10px;
}
.bonus-box>span {
	color: #ffffff;
	font-size: 18px;
	text-align: left;
	display: block;
}
.bonus-box .bonus {
	font-size: 29px;
	line-height: 58px;
	color: #ffffff;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: -20px;
}
.bonus-box .bonus span {
	font-size: 44px;
	line-height: 44px;
	color: #009b5b;
}
.bonus-box .deposit {
	color: #ffffff;
	font-size: 18px;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.bonus-box .deposit span {
	font-size: 30px;
	line-height: 16px;
	text-align: center;
}
.details .rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.details .rating span:not([class*="rate-"]),
.rating span:not([class*="rate-"]) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	line-height: 16px;
	color: #ead77f;
	font-weight: 400;
	font-family: "Oxygen";
	text-align: left;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0 10px 0px 0px;
}
.details .rating span:not([class*="rate-"]) span {
	font-size: 24px;
}
.brand.review .rating span:not([class*="rate-"]) span {
	font-size: 24px;
	margin: 0
}
.brand.review .rating span:not([class*="rate-"]) {
	margin: 10px auto;
}
[class*="rate-"] {
	display: block;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.rate-6 {
	background-image: url("/vendor/media/rating-6.svg");
}
.rate-5 {
	background-image: url("/vendor/media/rating-5.svg");
}
.rate-4 {
	background-image: url("/vendor/media/rating-4.svg");
}
.rate-3 {
	background-image: url("/vendor/media/rating-3.svg");
}
.rate-2 {
	background-image: url("/vendor/media/rating-2.svg");
}
.rate-1 {
	background-image: url("/vendor/media/rating-1.svg");
}
.bg-bet365 {
	background-color: #258D72;
}
.bg-1xbet {
	background-color: #185381;
}
.bg-888casino {
	background-color: #000;
}
.bg-bwin {
	background-color: #000;
}
.bg-caliente {
	background-color: #000;
}
.bg-22bet {
	background-color: #00494e;
}
.bg-novajackpot {
	background-color: #fff;
}
.bg-spinight {
	background-color: #1b2152;
}
.bg-wonaco {
	background-color: #0b1977;
}
.bg-diva-spin {
	background-color: #242345;
}
.bg-gransino {
	background-color: #000;
}
.bg-spingrande {
	background-color: #000;
}
.bg-wildsino {
	background-color: #000;
}
.bg-casinolab {
	background-color: #fff;
}
.bg-billybets {
	background-color: #0D1D34;
}
.bg-viperwin {
	background-color: #fff;
}
.bg-casinado {
	background-color: #16192c;
}
.bg-20bet {
	background-color: #0D1D34;
}
.bg-casino-midas {
	background-color: #000;
}
.bg-betway-casino {
	background-color: #000;
}
.brand-betway-casino {
	background-image: url('/logos/betway.svg');
}
.bg-ivibet {
	background-color: #EDEFF2;
}
.brand-ivibet {
	background-image: url('/logos/ivibet.svg');
}
.bg-777-casino {
	background-color: #72C4C2;
}
.brand-777-casino {
	background-image: url('/logos/777-logo.svg');
}
.brand-bet365 {
	background-image: url('/logos/bet365.svg');
}
.brand-1xbet {
	background-image: url('/logos/1xbet.svg');
}
.brand-888casino {
	background-image: url('/logos/888casino.svg');
}
.brand-caliente {
	background-image: url('/logos/caliente.svg');
}
.brand-bwin {
	background-image: url('/logos/bwin.svg');
}
.brand-22bet {
	background-image: url('/logos/22bet.svg');
}
.brand-20bet {
	background-image: url('/logos/20bet.svg');
}
.brand-novajackpot {
	background-image: url('/logos/novajackpot.svg');
}
.brand-spinight {
	background-image: url('/logos/spinight.svg');
}
.brand-wonaco {
	background-image: url('/logos/wonaco.svg');
}
.brand-diva-spin {
	background-image: url('/logos/diva-spin.webp');
}
.brand-gransino {
	background-image: url('/logos/gransino.svg');
}
.brand-spingrande {
	background-image: url('/logos/spingrande.svg');
}
.brand-wildsino {
	background-image: url('/logos/wildsino.svg');
}
.brand-casinolab {
	background-image: url('/logos/casinolab.svg');
}
.brand-billybets {
	background-image: url('/logos/billybets.webp');
}
.brand-viperwin {
	background-image: url('/logos/viperwin.svg');
}
.brand-casinado {
	background-image: url('/logos/casinado.svg');
}
.brand-casino-midas {
	background-image: url('/logos/casino-midas.svg');
}
.board {
	width: 915px;
	height: 363px;
	background-image: -o-linear-gradient(89deg, #4d563f 0%, #0f2324 100%);
	background-image: linear-gradient(1deg, #4d563f 0%, #0f2324 100%);
	border: 1px solid #2e2b37;
	margin: 0 auto 20px;
	border-top-left-radius: 200px;
	border-bottom-left-radius: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 30px;
}
.board .roulette {
	width: 258px;
	height: 258px;
	background-image: url(/vendor/media/roulette-start.png);
	margin-left: 30px;
	margin-top: 20px;
	position: relative;
	background-repeat: no-repeat;
}
.board .roulette::before {
	content: "";
	background-image: url(/vendor/media/num1.svg);
	background-size: contain;
	width: 39px;
	height: 39px;
	display: block;
	position: absolute;
	left: -59px;
	top: 104px;
}
.board .roulette:hover,
.board .board-numbers:hover {
	-webkit-filter: drop-shadow(-2px 1px 15px #e9d77f);
	        filter: drop-shadow(-2px 1px 15px #e9d77f);
	cursor: pointer;
}
.board .board-numbers {
	width: 409px;
	height: 304px;
	background-image: url(/vendor/media/roulette-numbers.png);
	position: relative;
	background-repeat: no-repeat;
}
.board .board-numbers::before {
	content: "";
	background-image: url(/vendor/media/num2.svg);
	background-size: contain;
	width: 39px;
	height: 39px;
	display: block;
	position: absolute;
	left: -59px;
	top: 104px;
	left: -59px;
	top: 124px;
}
ul.rls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	list-style: none;
	margin: 10px auto 20px;
}
ul.rls li {
	width: 48%;
	position: relative;
	padding-left: 50px;
	text-align: left;
}
ul.rls li::before {
	content: "";
	width: 39px;
	height: 39px;
	background-size: contain;
	display: block;
	position: absolute;
	left: -1px;
}
ul.rls li:nth-of-type(1)::before {
	background-image: url(/vendor/media/num1.svg);
}
ul.rls li:nth-of-type(2)::before {
	background-image: url(/vendor/media/num2.svg);
}
ul.r-guides {
	list-style: none;
	text-align: left;
	width: 580px;
	max-width: 100%;
	margin: 0 auto;
}
ol.r-guides {
	text-align: left;
	max-width: 100%;
	margin: 0 auto;
}
ul.r-guides.full {
	width: 100%;
	padding: 0 20px;
}
ol.r-guides.full {
	width: 100%;
	padding: 0 35px;
	padding-bottom: 10px;
}
ul.r-guides.horizontal{
    width: max-content;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 30px;
}
ul.r-guides li {
	margin-bottom: 20px;
}
ul.r-guides li span {
	font-weight: bold;
}
ul.r-guides li.color-g span {
	color: #009b5b;
}
ul.r-guides li.color-g::before {
	content: "• ";
	color: #009b5b;
}
ul.r-guides li.color-y span {
	color: #ead77f;
}
ul.r-guides li.color-y::before {
	content: "• ";
	color: #ead77f;
}
ul.r-guides li.color-w span {
	color: #fff;
}
ul.r-guides li.color-w::before {
	content: "• ";
	color: #fff;
}
ul.r-guides li.color-p span {
	color: #b0009f;
}
ul.r-guides li.color-p::before {
	content: "• ";
	color: #b0009f;
}
ul.r-guides li.color-o span {
	color: #ff8f00;
}
ul.r-guides li.color-o::before {
	content: "• ";
	color: #ff8f00;
}
.board .roulette-guides {
	width: 306px;
	height: 333px;
	background-image: url(/vendor/media/roulette-next.svg);
	margin-top: -18px;
	position: relative;
	background-size: contain;
}
.s-slide .board-numbers::before,
.t-slide .roulette::before {
	content: none;
}
.s-slide .board-numbers:hover,
.t-slide .roulette:hover {
	-webkit-filter: none;
	        filter: none;
	cursor: unset;
}
.s-slide .board-numbers,
.t-slide .roulette {
	opacity: 0.3;
}
span.back {
	position: absolute;
	left: 0;
	cursor: pointer;
	color: #ead77f;
	background-image: url(/vendor/media/back.svg);
	background-size: contain;
	top: -50px;
	position: absolute;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
.s-slide span.back {
	left: -37px;
}
section.learn {
	border: solid 2px #ead77f;
	border-radius: 20px;
	padding: 10px 10px 0 10px;
	margin-bottom: 15px;
}
.roulette-slides {
	position: relative;
	height: 600px;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.roulette-slides .s-slide {
	left: 37px;
}
.roulette-slides>div {
	opacity: 0;
	-webkit-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
	position: absolute;
}
.roulette-slides>div.active {
	opacity: 1;
	z-index: 9999;
}
.board .numbers-vars {
	width: 409px;
	height: 304px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 70px;
	opacity: 0;
	-webkit-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
}
.board .numbers-vars.active {
	opacity: 1;
}
.board .numbers-vars.g1 {
	background-image: url(/vendor/media/g1.svg);
}
.board .numbers-vars.g2 {
	background-image: url(/vendor/media/g2.svg);
}
.board .numbers-vars.g3 {
	background-image: url(/vendor/media/g3.svg);
}
.board .numbers-vars.g4 {
	background-image: url(/vendor/media/g4.svg);
}
.board .numbers-vars.g5 {
	background-image: url(/vendor/media/g5.svg);
}
.board .numbers-vars.g6 {
	background-image: url(/vendor/media/g6.svg);
}
.board .numbers-vars.g7 {
	background-image: url(/vendor/media/g7.svg);
}
.board .numbers-vars.g8 {
	background-image: url(/vendor/media/g8.svg);
}
.board .numbers-vars.g9 {
	background-image: url(/vendor/media/g9.svg);
}
.board .numbers-vars.g10 {
	background-image: url(/vendor/media/g10.svg);
}
.board .numbers-vars.g11 {
	background-image: url(/vendor/media/g11.svg);
}
ul.vars {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
ul.vars li {
	width: 330px;
	text-align: left;
	line-height: 24px;
	margin-bottom: 20px;
	border-radius: 10px;
	padding: 0 15px;
	cursor: pointer;
}
ul.vars li>span:nth-of-type(1) {
	text-transform: uppercase;
	display: block;
}
ul.vars li>span:nth-of-type(2) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
ul.vars li>span:nth-of-type(2) span:nth-of-type(1) {
	max-width: 90%;
}
ul.vars li>span:nth-of-type(2) span:nth-of-type(2) {
	color: #ead77f;
}
ul.vars li.active>span:nth-of-type(1),
ul.vars li:hover>span:nth-of-type(1) {
	color: #ead77f;
}
ul.vars li {
	border: 1px solid transparent;
}
ul.vars li.active {
	border: solid 1px #ead77f;
}
div.end {
	background-color: #180a33;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding-bottom: 40px;
	border-bottom-left-radius: 550px;
	border-bottom-right-radius: 550px;
	position: relative;
	z-index: 1;
}
div.end::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 20px;
	border-bottom-left-radius: 550px;
	border-bottom-right-radius: 550px;
	padding: 1px;
	background: -webkit-gradient(linear, left bottom, left top, from(#ead77f), to(#ffffff00));
	background: -o-linear-gradient(bottom, #ead77f 0%, #ffffff00 100%);
	background: linear-gradient(360deg, #ead77f 0%, #ffffff00 100%);
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
	z-index: -1;
}
.pad-fix {
	padding: 30px 70px 0px;
}
h2.top-bonus,
.more-revs {
	line-height: 30px;
	color: #ead77f;
	font-weight: 400;
}
.more-revs {
	margin-bottom: 10px;
}
.topBonus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.topBonus>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.topBonus>div.right {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
.topBonus .right .branding,
.topBonus .right .branding [class*="brand-"] {
	-webkit-transform: scaleX(-1);
	    -ms-transform: scaleX(-1);
	        transform: scaleX(-1);
}
.topBonus .branding {
	width: 213px;
	height: 427px;
	border: 1px solid #ead77f;
	border-left: none;
	border-top-right-radius: 300px;
	border-bottom-right-radius: 300px;
}
.topBonus .branding [class*="brand-"] {
	width: 158px;
	background-size: 158px 90px;
	position: absolute;
	left: 25px;
	top: -35px;
}
.topBonus a.read {
	position: absolute;
	left: 27px;
	top: 100px;
	bottom: 0;
	margin: auto;
}
.topBonus .right a.read {
	-webkit-transform: scaleX(-1);
	    -ms-transform: scaleX(-1);
	        transform: scaleX(-1);
}
.topBonus .rating {
	margin-left: -20px;
	margin-right: 38px;
}
.topBonus .right .rating {
	margin-right: -20px;
	margin-left: 38px;
}
.topBonus .rating div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 12px 10px;
	border: solid 1px #ead77f;
	border-radius: 10px;
}
.topBonus .details {
	margin: -15px 0px 15px;
}
.topBonus .rating div [class*="rate-"] {
	width: 227px;
	margin-right: 20px;
}
.topBonus .rating div span:nth-of-type(2) {
	padding: 3px 0;
}
.topBonus .bonus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-align: left;
	position: relative;
}
.topBonus .bonus.pick::after {
	content: "WIN";
	color: #ead77f;
	font-size: 13px;
	background-image: url(/vendor/media/crown.svg);
	background-size: contain;
	background-position: -1px 0px;
	width: 29px;
	height: 24px;
	top: 37px;
	position: absolute;
	right: -3px;
	line-height: 64px;
	background-repeat: no-repeat;
}
.topBonus .right .bonus {
	padding-left: unset;
	padding-right: 20px;
}
.topBonus .bonus div {
	height: 52px;
	border-radius: 10px;
	background-color: #ead77f;
	border: 1px solid #ead77f;
	margin-right: 38px;
	font-size: 29px;
	letter-spacing: 0px;
	color: #0a0317;
	text-align: center;
	line-height: 52px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.topBonus .right .bonus div {
	margin-right: unset;
	margin-left: 38px;
}
.topBonus .bonus div span {
	line-height: 50px;
	font-size: 48px;
}
.topBonus div>div>div>div {
	height: 52px;
	position: relative;
}
.topBonus div>div>div>div::before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background-color: #ead77f;
	position: absolute;
}
.topBonus .rating div::before {
	left: -90px;
}
.topBonus .right .rating div::before {
	right: -90px;
	left: unset;
}
.topBonus .bonus div::before {
	left: -43px;
	top: 13px;
}
.topBonus .right .bonus div::before {
	right: -43px;
	left: unset;
}
.topBonus .commissions div::before {
	top: 13px;
	left: -37px;
}
.topBonus .right .commissions div::before {
	right: -37px;
	left: unset;
}
.topBonus .top-game div::before {
	top: 18px;
	left: -84px;
}
.topBonus .right .top-game div::before {
	right: -84px;
	left: unset;
}
.topBonus .details .rating>span {
	margin-bottom: 10px;
	padding-left: 15px;
}
.topBonus .details .bonus>span,
.topBonus .details .commissions>span,
.topBonus .details .top-game>span {
	padding-left: 15px;
	color: #8b8595;
	font-size: 18px;
	margin-bottom: 10px;
}
.topBonus .right .details .bonus>span,
.topBonus .right .details .commissions>span {
	padding-left: 53px;
}
.topBonus .right .details .top-game>span {
	padding-left: 15px;
}
.topBonus .details .commissions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-align: left;
}
.topBonus .right .details .commissions {
	padding-left: unset;
	padding-right: 20px;
}
.topBonus .details .commissions div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	padding: 5px;
	border: solid 1px #ead77f;
	border-radius: 10px;
	margin-right: 38px;
}
.topBonus .right .details .commissions div {
	margin-right: unset;
	margin-left: 38px;
}
.right .top-game {
	margin-left: 38px;
	margin-right: -20px;
}
.top-game {
	margin-left: -20px;
	margin-right: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	text-align: left;
}
.top-game div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	padding: 10px;
	border: solid 1px #ead77f;
	border-radius: 10px;
}
.cert {
	width: 100px;
	height: 41px;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: center;
}
.soft {
	width: 90px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: center;
}
.ukgc {
	background-image: url(/vendor/media/ukgc.svg);
}
.segob {
	background-image: url(/vendor/media/segob.svg);
}
.mga {
	background-image: url(/vendor/media/mga.svg);
}
.ecogra {
	background-image: url(/vendor/media/ecogra.svg);
}
.gibraltar {
	background-image: url(/vendor/media/gibraltar.svg);
}
.ibas {
	background-image: url(/vendor/media/ibas.svg);
}
.gli {
	background-image: url(/vendor/media/gli.svg);
}
.netent {
	background-image: url(/vendor/media/netent.svg);
}
.playtech {
	background-image: url(/vendor/media/playtech.svg);
}
.microgaming {
	background-image: url(/vendor/media/microgaming.svg);
}
.rtg {
	background-image: url(/vendor/media/rtg-white.svg);
}
.evolutiongaming {
	background-image: url(/vendor/media/evolutiongaming.svg);
}
.curacao {
	background-image: url(/vendor/media/curacao.svg);
}
.pragmaticplay {
	background-image: url(/vendor/media/pragmatic-play.svg);
	height: 36px;
}
.topBonus .pragmaticplay {
	margin-top: -4px;
}
.top-game div span:nth-of-type(2) {
	font-size: 18px;
	line-height: 26px;
}
.slider {
	overflow: hidden;
	-webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(3%, rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 1)), color-stop(65%, rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
	-webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 65%, rgba(0, 0, 0, 0));
}
.testimonial {
	width: 515px;
	height: 137px;
	border-radius: 10px;
	border: 1px solid #ead77f;
	padding: 30px 20px;
	margin: 0 10px;
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#testimonials {
	position: relative;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 1610px;
	margin-left: -235px;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}
.slider-holder {
	position: relative;
}
#previous {
	background: url(/vendor/media/prev.svg);
	left: 20px;
}
#next {
	background: url(/vendor/media/next.svg);
	right: 20px;
}
#previous,
#next {
	text-indent: -9999px;
	width: 26px;
	height: 26px;
	display: inline-block;
	cursor: pointer;
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Old versions of Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently
								  supported by Chrome, Edge, Opera and Firefox */
	position: absolute;
	top: 55px;
	z-index: 999999;
}
.testimonial-btns div:hover {
	-webkit-filter: hue-rotate(20deg);
	        filter: hue-rotate(20deg);
	-webkit-transition: -webkit-filter 0.3s ease;
	transition: -webkit-filter 0.3s ease;
	-o-transition: filter 0.3s ease;
	transition: filter 0.3s ease;
	transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.intro.review .topBonus {
	margin: 50px -30px 20px;
}
.topBonus {
	margin: 50px auto 0px;
}
#testimonials div.img {
	width: 130px;
	display: table;
	text-align: left;
}
#testimonials span.text {
	line-height: 24px;
	color: #fffffe;
	font-family: "Minion Pro";
	text-align: left;
}
#testimonials img {
	width: 77px;
	height: 77px;
	border-radius: 39px;
}
.more-reviews {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.brand.review {
	padding: 0 30px;
}
.intro.review .brand.review {
	padding: 0;
}
.brand.review::before {
	content: none;
}
.brand.review .frame {
	width: 220px;
	height: 180px;
}
.brand.review .frame img {
	width: 200px;
	height: 200px;
	top: 110px;
}
.brand.review .source-holder .frame::after {
	background-size: contain;
	width: 220px;
	height: 220px;
}
.brand.review .branding {
	height: unset;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-right: 30px;
}
.brand.review .branding .logos[class*="bg-"] {
	position: unset;
}
.brand.review .details {
	padding: 20px;
	border-radius: 10px;
	border: solid 1px #eae9ec;
}
.brand.review .right {
	padding: 0 20px;
	border-radius: 10px;
	border: solid 1px #eae9ec;
}
.brand.review .soft,
.brand.review div.info span:nth-of-type(3) {
	width: 135px;
}
.brand.review .licensing {
	margin: 20px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}
.brand.review .licensing .title {
	line-height: 36px;
	font-size: 18px;
}
.brand.review div.info:nth-of-type(1) {
	margin-bottom: 25px;
}
.brand.review .info:not(:last-of-type) {
	margin-bottom: 15px;
}
p.color-y {
	color: #ead77f;
}
p.color-o {
	color: #ff8f00;
}
.d-block {
	display: block;
}
.sm {
	font-size: 14px;
}
input[type="email"] {
	width: 100%;
	height: 35px;
	border-radius: 5px;
	background-color: #ffffff;
	max-width: 554px;
}
input.subscribe-submit {
	width: 183px;
	height: 46px;
	border-radius: 5px;
	background-color: #009b5b;
	margin: 15px auto;
	cursor: pointer;
	color: #fff;
}
input.subscribe-submit:hover {
	background-color: #017545;
}
.subscribe-me-consent {
	font-size: 12px;
	display: block;
	margin: 10px auto 0;
}
.subsc-title {
	margin-top: 70px;
}
footer {
	max-width: 1200px;
	padding: 0 35px;
	margin: 0 auto;
}
footer .soc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: right;
	margin-top: -20px;
	margin-bottom: 20px;
}
.soc>span {
	font-size: 17px;
	letter-spacing: 0px;
	line-height: 25px;
	margin-right: 20px;
}
footer ul.socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
}
footer ul.socials li {
	width: 30px;
	height: 30px;
}
footer ul.socials li:not(:last-of-type) {
	margin-right: 10px;
}
footer ul.socials li a {
	width: 100%;
	height: 100%;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.tw {
	background-image: url(/vendor/media/twitter.svg);
}
.linked {
	background-image: url(/vendor/media/linkedin.svg);
}
.yb {
	background-image: url(/vendor/media/youtube.svg);
}
.pin {
	background-image: url(/vendor/media/pinterest.svg);
}
.footer-row {
	clear: both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.links,
.regs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
}
.links li:not(:last-of-type) {
	border-right: 1px solid #555858;
}
.links li a {
	line-height: 30px;
	text-decoration: none;
	color: #f1f3f8;
	padding: 8px 10px;
}
.age-gate-overflow {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	top: 0;
	background: #000000bd;
	z-index: 9999
}
.age-gate {
	background-image: url('/vendor/media/top-bg.jpg');
	border-radius: 5px;
	width: 400px;
	max-width: 100%;
	height: 320px;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	right: 0;
	left: 0;
	padding: 15px 30px;
	box-sizing: border-box;
	border: 3px solid #523390;
}
.age-gate span.message {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 20px
}
.age-gate span.message.sub {
	font-size: 16px;
	color: #fff;
	margin: 15px auto
}
.age-gate span.btn {
	display: block;
	margin: 0 auto;
	width: 195px;
	text-align: center;
	height: 50px;
	display: flex;
	flex-direction: column;
	background: #241945;
	justify-content: center;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	border:solid 1px #fff;
}
.age-gate span.btn.continue {margin-bottom: 10px;}
.age-gate span.btn.error {background-color: transparent; border: none;}
span.error-message {display: none;color: #fff;}
.footer-copyright {
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 18px;
	color: #ffffff;
	text-align: left;
	margin: 10px auto;
}
.regs li {
	height: 26px;
}
.regs li:not(:last-of-type) {
	margin-right: 5px;
}
.regs li span,
.regs li a {
	width: 100%;
	height: 100%;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: center;
}
li.eighteen {
	width: 26px;
}
li.eighteen span {
	background-image: url(/vendor/media/18.svg)
}
li.gamcare {
	width: 26px;
}
li.gamcare a {
	background-image: url(/vendor/media/gamcare.svg)
}
li.dmca {
	width: 148px;
}
li.dmca a {
	background-image: url(/vendor/media/dmca.svg)
}
li.begambleaware {
	width: 132px;
}
li.begambleaware a {
	background-image: url(/vendor/media/begambleaware.svg)
}
#nav-trigger,
#topics-trigger,
#nav-mobile,
#nav-topics {
	display: none;
}
#nav-trigger span {
	margin: 0 auto;
}
#nav-trigger span {
	width: 44px;
	height: 30px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: center;
}
#topics-trigger span {
	width: 44px;
	height: 30px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: center;
}
#nav-trigger span.trigger {
	background-image: url(/vendor/media/menu.svg)
}
#nav-trigger span.trigger.active {
	background-image: url(/vendor/media/close.svg)
}
#topics-trigger span.trigger {
	background-image: url(/vendor/media/topic.svg)
}
#topics-trigger span.trigger.active {
	background-image: url(/vendor/media/close.svg)
}
@media screen and (max-width: 1700px) {
	.quick-nav-item.active .quick-nav-title {
		display: none!important;
	}
.quick-nav {z-index: 999;}
}
@media screen and (max-width: 1500px) {
	.quick-nav-item:hover .quick-nav-title, .quick-nav-item.active .quick-nav-title {color: #000;display: flex!important;}
.quick-nav-item:hover, .quick-nav-item.active {background-color: #ead77f; border-radius: 20px;}
}
@media screen and (max-width: 1300px) {
	header {
		padding: 15px 5px 0;
	}
	.quick-nav {
		left: 5px;
	}
}
span.topics {
	display: none;
}
@media screen and (max-width: 1200px) {
	h1.round br {display: none;}
	span.topics {
		display: block;
		margin: 10px auto 20px;
	}
	span.quick-nav-title {
		position: unset;
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 auto 20px;
		line-height: unset;
		height: auto;
	}
	.quick-nav-item i,
	.quick-nav-item.active i {
		display: none!important;
	}
	.quick-nav-item:not(:last-of-type)::after {
		content: none!important;
	}
	nav#nav-topics,
	nav#nav-mobile {
		display: block;
		width: 310px;
		float: right;
		position: absolute;
		right: 15px;
		background-color: #150930;
		z-index: 9999;
		top: 94px;
		padding: 10px 0 0px;
	}
	.quick-nav {
		display: none;
	}
	nav#nav-mobile, nav#nav-topics {
			padding: 0;
			margin: 0 auto;
			right: 15px;
			transform: scale(0);
			overflow: hidden;
			transition: all 0.5s ease;
			height: 100vh;
			transform-origin: top right;
		}
		#nav-mobile.active, nav#nav-topics.active {
			transform: scale(1);
			transition: all 0.5s ease;
		}
	nav#nav-mobile ul {
		width: 100%;
		list-style: none;
	}
	nav#nav-mobile ul li {
		width: 100%;
		margin-left: 0;
	}
	nav#nav-mobile>ul>li>a {
		text-align: left;
		width: 100%;
		display: inline-block;
		padding: 17px 0;
		border-bottom: 1px solid #ead77f;
		color: #fff;
		text-decoration: none;
		text-align: center;
		padding: ;
	}
	.menu li.menu-item-has-children>ul>li>a {
		padding: 5px 0;
	}
	.head-search-wrap {
		top: -5px;
		right: 115px;
	}
	.head-search-wrap.fix {right: 65px;}
	input[type=search] {
		padding: 15px 20px;
		background-size: 35px;
	}
	.nav-holder {
		padding: 12px 0;
	}
	#prime-nav {
		display: none;
	}
	#nav-trigger,
	#topics-trigger {
		display: block;
		position: absolute;
	}
	#nav-trigger {
		right: 75px;
    top: 14px;
	}
	#nav-trigger>div,
	#topics-trigger>div {
		position: absolute;
		top: 20px;
	}
	#nav-trigger>div p,
	#topics-trigger>div p {
		position: absolute;
		bottom: -54px;
		left: -20px;
	}
	#topics-trigger {
		right: 130px;
    top: 14px;
	}
	header {
		padding: 15px 15px 0 15px;
	}
	.brand .right .cta {
		margin-top: 15px;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}
	article {
		padding: 0 15px;
		margin: 15px 0 50px 0;
	}
	.content {
		padding: 0 15px;
	}
	div.intro,
	div.intro::before {
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}
	div.end,
	div.end::before {
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
	}
	.main-table .brand {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 600px;
		max-width: 100%;
	}
	.main-table .brand .right {
		margin: 0 auto;
		width: 100%;
	}
}
@media screen and (max-width: 1139px) {
	.brand.review {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 615px;
	}
	.more-reviews .brand.review {
		width: auto;
	}
	.brand.review .left {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.brand.review .right {
		margin: 25px auto 0;
		width: 100%;
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 1100px) {
	div.intro {
		padding: 0 10px 1px;
	}
	.quicknav {
		width: 400px;
		height: 310px;
	}
	article::before {
		background-size: 740px auto;
	}
	.quicknav>div>div:nth-of-type(1) {
		left: -160px;
		top: 53px;
	}
	.quicknav>div>div:nth-of-type(2) {
		right: -180px;
		top: 60px;
	}
	.quicknav>div>div:nth-of-type(3) {
		right: -211px;
		bottom: 69px;
	}
	.quicknav>div>div:nth-of-type(4) {
		bottom: -31px;
		right: -80px;
	}
	.quicknav>div>div:nth-of-type(5) {
		bottom: 90px;
		left: -210px;
	}
	.pad-fix {
		padding: 20px 30px 0;
	}
	.topBonus {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.topBonus div>div>div>div::before {
		content: none;
	}
	.topBonus>div,
	.topBonus>div.right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.topBonus .branding {
		border-radius: 20px;
		width: 240px;
		height: 135px;
		padding: 10px;
		margin: 0 auto;
	}
	.topBonus .details .commissions div {
		margin: 0;
		width: 100%
	}
	.topBonus .right .bonus div {
		width: 100%;
	}
	.topBonus .branding [class*="brand-"] {
		position: unset;
		background-size: contain;
		background-position: top;
	}
	.topBonus .right .branding {
		margin-left: 65px;
	}
	.topBonus .bonus.pick::after {
		top: 45px;
	}
	.topBonus .details .bonus>span,
	.topBonus .details .commissions>span,
	.topBonus .details .top-game>span {
		padding-top: 7px;
	}
	.details .rating {
		height: 78px;
	}
	.topBonus a.read {
		right: 0;
		left: 0;
		top: 45px;
	}
	.topBonus .details {
		margin: 20px 0 15px;
	}
	.topBonus .branding [class*="brand-"] {
		height: 45px;
	}
	.topBonus .rating,
	.top-game {
		margin: 0;
	}
	.topBonus .bonus,
	.topBonus .details .commissions {
		padding: 0;
	}
}
@media screen and (max-width: 1049px) {
	ul.vars li {
		width: 49%;
	}
	.vars-holder {
		overflow: auto;
		height: 274px;
	}
	.vars-holder::-webkit-scrollbar {
		width: 5px;
	}
	.vars-holder::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgb(70 81 60);
		        box-shadow: inset 0 0 6px rgb(70 81 60);
	}
	.vars-holder::-webkit-scrollbar-thumb {
		background-color: #46513c;
	}
}
@media screen and (max-width: 980px) {
	.board {
		width: 100%;
		max-width: 915px;
	}
	.footer-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.links,
	.regs {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.regs {
		margin: 10px auto;
	}
	footer .soc {
		float: none;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	footer {
		padding: 0 10px;
	}
}
@media screen and (max-width: 870px) {
	section.learn h2 {padding: 0 40px;}
	.s-slide span.back {left: 0;}
	.board {
		padding: 30px 10px;
	}
	article::before {
		background-size: 550px auto;
	}
	.quicknav {
		width: 300px;
		height: 234px;
	}
	.quicknav>div>div {
		width: 165px;
		height: auto;
	}
	.quicknav>div>div:nth-of-type(1) {
		left: -140px;
		top: 35px;
	}
	.quicknav>div>div:nth-of-type(2) {
		right: -150px;
		top: 34px;
	}
	.quicknav>div>div:nth-of-type(3) {
		right: -157px;
		bottom: 83px;
	}
	.quicknav>div>div:nth-of-type(4) {
		bottom: -31px;
		right: 0px;
	}
	.quicknav>div>div:nth-of-type(5) {
		bottom: 67px;
		left: -172px;
	}
	.roulette-slides .s-slide {
		left: 0;
		right: 0;
	}
	.board .board-numbers::before,
	.board .roulette::before {
		content: none;
	}
	.board .roulette {
		width: 200px;
		height: 200px;
		background-size: contain;
		margin: 50px auto;
	}
	.board .board-numbers {
		width: 293px;
		background-size: contain;
		height: 218px;
		margin: 50px auto;
	}
	.board .board-numbers::before,
	.board .roulette::before {
		content: '';
		left: 0;
		right: 0;
		margin: auto;
		top: -55px;
	}
	.s-slide .board-numbers,
	.t-slide .roulette {
		display: none;
	}
	.board .numbers-vars {
		right: 0;
		left: 0;
		margin: auto;
	}
	.board .roulette-guides {
		right: 0;
		left: 0;
		margin: 0 auto;
		top: 0px;
	}
}
@media screen and (max-width: 767px) {
	body p {
		text-align: justify;
	}
	.detail {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
	}
	.detail .text-d .heading {
		margin-top: 20px;
	}
	.detail .text-d {
		width: 100%;
		margin: 0 auto;
	}
	.detail .text-s .heading {
		margin-top: 20px;
	}
	.detail .text-s {
		width: 100%;
		margin: 0 auto;
	}
	.pros-section {
		margin: 20px auto 0;
	}
	.pros-section .holder .cell {
		width: 100%;
		display: block;
	}
	.intro.review .topBonus {
		margin: 50px auto 25px;
	}
	.roulette-slides .s-slide,
	.roulette-slides .t-slide {
		top: 0;
		z-index: -1;
	}
	.con ul li:last-of-type,
	.pro ul li:last-of-type {
		margin-bottom: 10px;
	}
	.roulette-slides>div.f-slide {
		position: unset;
	}
	ul.rls {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	ul.rls li {
		width: 100%;
		margin-bottom: 5px;
	}
	.roulette-slides {
		height: auto;
	}
	.topBonus {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		max-width: 360px;
	}
	.topBonus>div {
		border: solid 1px #ead77f;
		border-radius: 20px;
		padding: 10px
	}
	.topBonus .right {
		margin-top: 20px;
	}
	.topBonus .right .bonus {
		padding-right: 0;
	}
	.topBonus .right .details .bonus>span,
	.topBonus .right .details .commissions>span {
		padding-left: 15px;
	}
	.topBonus .right .rating,
	.topBonus .right .bonus div,
	.topBonus .right .details .commissions div,
	.right .top-game {
		margin: 0 auto;
		width: 100%;
	}
	.topBonus .right .branding {
		margin: 0 auto;
	}
	.topBonus .right .details .commissions {
		padding: 0;
	}
}
div.sect {display: flex;justify-content: center;}
div.sect ul {list-style: none;}
div.sect ul li {margin-bottom: 5px;}
div.sect ul li a{text-decoration: none; color: #ead77f;}
@media screen and (max-width: 700px) {
	h1.round {line-height: 22px;}
	nav#nav-topics,
	nav#nav-mobile {
		width: calc(100% - 30px);
		top: 53px;
		left: 0;
		right: 0;
		margin: auto;
	}
	header {
		padding-top: 5px;
	}
	article {
		margin-top: 5px;
	}
	#nav-trigger {
		right: 65px;
		top: -7px;
	}
	#topics-trigger {
		right: 125px;
    top: -8px;
	}
	input[type=search] {
		padding: 10px 20px;
	}
	.head-search-wrap {
		right: 105px;
		top: 0px;
	}
	.head-search-wrap.fix {right: 50px;}
	.nav-holder {
		padding: 0;
	}
	input[type=search] {
		background-size: 28px auto;
	}
	#nav-trigger ul,
	#topics-trigger ul {
		width: 35px;
		height: 35px;
	}
	#logo img {
		width: 75px;
		height: auto;
	}
	article::before {
		background-image: url(/vendor/media/top-bg-sm.jpg);
		background-size: 244px auto;
		background-repeat: repeat;
    height: 795px;
		}
	.quicknav {
			background-image: url(/vendor/media/top-image.png);
		width: 100%;
		background-size: 300px auto;
		background-position: top center;
		height: auto;
		margin: 0 auto 30px;
	}
	.qnav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-top: 238px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.quicknav>div>div {
		position: unset;
		width: 200px;
		height: auto;
		margin: 10px;
	}
}
.margintop {
	margin-top: 10px;
}
@media screen and (max-width: 639px) {
	ul.r-guides.full {
		padding: 0 5px;
	}
	ol.r-guides.full {
		padding: 0 20px;
		padding-bottom: 10px;
	}
	.brand .left {
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}
	.brand.review {
		max-width: 100%;
		padding: 0 5px;
	}
	.pad-fix {
		padding: 20px 5px 0;
	}
	.frame {
		width: 200px;
		height: 200px;
	}
	.source-holder img,
	.source-holder iframe {
		width: 180px;
		height: 180px;
	}
	.source-holder .frame::after {
		height: 200px;
		width: 205px;
		background-size: contain;
	}
	.main-table .bonus-box {
		height: 160px;
		margin-bottom: 10px;
	}
	.main-table .logos[class*="bg-"] {
		height: 50px;
		width: 195px;
	}
	.main-table .branding {
		height: 234px;
	}
	.details .rating {
		height: 50px;
	}
	.topBonus .details .rating {
		height: auto;
	}
}
@media screen and (max-width: 600px) {
	.brand.review .licensing {flex-direction: column;align-items: center;text-align: center;}
	.brand.review .licensing .cert  {margin: 0 auto;}
	img.alignleft, img.alignright {float: none; margin: 10px auto;display: block;}
	.person h3 {text-align: center;}
	#nav-holder {
		padding-top: 2px;
	}
	nav#nav-topics,
	nav#nav-mobile {
		width: calc(100% - 10px);
		height: 100vh;
	}
	article {
		margin-top: 0;
	}
	div.intro.review,
	div.intro.review::before {
		margin-bottom: 0;
	}
	.links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.links li:not(:last-of-type) {
		border-right: none;
	}
	.main-table .brand {
		padding-right: 10px;
	}
	.brand.review .left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 280px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin: 0 auto;
	}
	.brand.review .branding {
		margin: 0 auto 10px;
	}
	.brand.review .right {
		margin: 10px auto;
		width: 280px;
	}
	.brand.review div.info span:nth-of-type(3) {
		display: none;
	}
	article,
	footer {
		padding: 5px;
	}
	.brand .right .cta a.go {
		width: 240px;
	}
	.playFree .heading::after {
		content: none;
	}
	.playFree {
		width: calc(100% - 20px);
		height: auto;
		background-size: cover;
	}
	.playFree>a {
		margin: 17px 5px;
	}
}
@media screen and (max-width: 550px) {
	p.tc {
		font-size: 14px;
		line-height: 16px;
		text-align: center;
		padding: 0 10px;
	}
	h1 {
		font-size: 22px;
	}
	h2 {
		font-size: 20px;
	}
	.board .roulette-guides {
		background-position: bottom;
		background-repeat: no-repeat;
		height: 270px;
		top: 0px;
	}
	.board {
		height: auto;
		border-radius: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.t-slide .board {
		height: 265px;
	}
	.board .numbers-vars {
		background-position: top;
	}
	.board .board-numbers,
	.board .roulette {
		margin-bottom: 0;
		height: 180px;
		background-position: center;
		width: 50%;
	}
	.content {
		padding: 0 5px;
	}
	.board .board-numbers::before,
	.board .roulette::before {
		width: 29px;
		height: 29px;
	}
}
@media screen and (max-width: 500px) {
	.playFree::before {
		background: -webkit-gradient(linear, left top, right top, color-stop(100%, rgb(23 12 44 / 70%)), to(rgba(0, 0, 0, 0)));
		background: -o-linear-gradient(left, rgb(23 12 44 / 70%) 100%, rgba(0, 0, 0, 0) 100%);
		background: linear-gradient(90deg, rgb(23 12 44 / 70%) 100%, rgba(0, 0, 0, 0) 100%);
		width: 100%;
	}
	.playFree .heading,
	.playFree p {
		color: #fff;
		-webkit-text-fill-color: unset;
	}
	.playFree>a {
		z-index: 9999;
		width: 200px;
		margin: 0 auto;
	}
	.board .numbers-vars {
		max-width: calc(100% - 20px)
	}
	.t-slide .vars-holder {
		height: 400px;
	}
	.s-slide .vars-holder {
		height: 270px;
	}
	ul.vars li {
		width: calc(100% - 20px);
	}
	.text::after {
		content: none;
	}
	.playFree {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
	}
	.main-table .bonus-box {
		padding: 10px;
		width: 180px;
	}
	.main-table .bonus-box .bonus {
		font-size: 24px;
	}
	.main-table .bonus-box .bonus span {
		font-size: 38px;
	}
	.main-table .bonus-box .deposit span {
		font-size: 24px;
	}
	.main-table .brand .left {
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}
	.main-table .brand .right .roulettes {
		padding-top: 0;
	}
	div.info span.live {
		display: none;
	}
	.brand .right .cta a.go {
		width: 200px;
	}
	.brand .right .cta a.go::before {
		content: none;
	}
	div.intro {
		padding: 0 10px 1px;
	}
	.pad-fix {
		padding: 20px 10px 0;
	}
}
@media screen and (min-width: 501px) and (max-width: 600px) {
	.brand .right .cta a.go::before {
		content: none;
	}
}
@media screen and (max-width: 400px) {
	.board .board-numbers,
	.board .roulette {
		height: 120px;
	}
	.t-slide .board {
		height: 230px
	}
	.board .numbers-vars {
		height: 200px;
		background-position: center;
	}
	.main-table .brand .left,
	.main-table .brand .right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
		width: 280px;
		margin: 0 auto;
	}
	.main-table .details .rating {
		width: 230px;
		margin: 0 auto;
	}
	.details .rating span:not([class*="rate-"]) {
		padding: 0;
	}
	.main-table .bonus-box {
		width: 100%;
	}
	.main-table div.info span.num {
		display: none;
	}
	.main-table .brand .right .cta {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin: 15px auto 0;
	}
	.main-table .brand .right .cta a.read {
		width: 100%;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 370px) {
	li.begambleaware {
		display: none;
	}
	.soc>span {
		font-size: 15px;
		line-height: 30px;
	}
}
.quick-nav-title {
	display: none;
	position: absolute;
	left: 40px;
	top: 1px;
	width: 160px;
	color: #ead77f;
	line-height: 1.1;
	height: 38px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.quick-nav-item:hover .quick-nav-title,
.quick-nav-item.active .quick-nav-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.quick-nav-item:hover i,
.quick-nav-item.active i {
	background-color: #ead77f;
	color: #080317;
}
.quick-nav-item {
	text-decoration: none;
	position: relative;
	width: 200px;
}
.quick-nav-item i {
	width: 38px;
	height: 38px;
	border-radius: 19px;
	border: 1px solid #ead77f;
	display: block;
	color: #ead77f;
	font-size: 15px;
	line-height: 36px;
	font-style: inherit;
}
.quick-nav-item:not(:last-of-type) {
	margin-bottom: 5vh;
}
.question {
border: solid 1px #ead77f;
padding: 10px;
border-radius: 5px;
margin: 10px auto;
}
.question p.q {
	font-size: 20px;
	color: #ead77f;
	margin-bottom: 10px;
	text-align: left;
}
.question p.a {text-align: left;}
.quick-nav-item:not(:last-of-type)::after {
	content: "";
	position: absolute;
	height: 5vh;
	width: 1px;
	background-color: #ead77f;
	left: 20px;
}
.fullwidth {
	width: 100% !important;
}