:disabled {
	pointer-events: none !important
}

body,
h1,
h2,
h3,
h4,
h5 {
	font-weight: 300
}

.pink-text {
	color: #317c2c !important
}

.indigo {
	background-color: #081c05 !important
}

.rgba-indigo-strong,
.rgba-indigo-strong:after {
	background-color: rgba(124, 135, 37, .7)
}

.grey {
	background-color: #9e9e9e !important
}

.rgba-black-light,
.rgba-black-light:after {
	background-color: rgba(0, 0, 0, .3)
}

.rgba-black-strong,
.rgba-black-strong:after {
	background-color: rgba(0, 0, 0, .7)
}

.white {
	background-color: #fff !important
}

.white-text {
	color: #fff !important
}

.dark-grey-text,
.dark-grey-text:focus,
.dark-grey-text:hover {
	color: #4f4f4f !important
}

.rgba-white-light,
.rgba-white-light:after {
	background-color: rgba(255, 255, 255, .3)
}

.hoverable {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .55s ease-in-out;
	-o-transition: all .55s ease-in-out;
	transition: all .55s ease-in-out
}

.hoverable:hover {
	-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	-webkit-transition: all .55s ease-in-out;
	-o-transition: all .55s ease-in-out;
	transition: all .55s ease-in-out
}

.z-depth-1 {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important
}

.btn,
.btn:disabled:active,
.btn:disabled:focus,
.btn:disabled:hover {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

a {
	cursor: pointer;
	text-decoration: none;
	color: #007bff;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

a:hover {
	text-decoration: none;
	color: #0056b3;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

a:disabled:hover {
	color: #007bff
}

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

.hr-light {
	border-top: 1px solid #fff
}

.w-responsive {
	width: 75%
}

@media (max-width:740px) {
	.w-responsive {
		width: 100%
	}
}

view .mask {
	background-attachment: fixed;
	bottom: 0
}

.view {
	position: relative;
	overflow: hidden;
	cursor: default
}

.view .mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	width: 100%;
	height: 100%
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

.btn {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	padding: .84rem 2.14rem;
	font-size: .81rem;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	margin: .375rem;
	border: 0;
	-webkit-border-radius: .125rem;
	border-radius: .125rem;
	cursor: pointer;
	text-transform: uppercase;
	white-space: normal;
	word-wrap: break-word;
	color: inherit
}

.btn:active,
.btn:focus,
.btn:hover {
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
	outline: 0
}

.btn:not([disabled]):not(.disabled):active {
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn:disabled:active,
.btn:disabled:focus,
.btn:disabled:hover {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.btn-pink {
	background-color: #317c2c !important;
	color: #fff
}

.btn-pink:hover {
	background-color: #317c2c;
	color: #fff
}

.btn-pink:focus {
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-pink:active,
.btn-pink:focus {
	background-color: #b41249
}

.btn-pink:not([disabled]):not(.disabled):active {
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
	background-color: #b41249 !important
}

.btn-pink:not([disabled]):not(.disabled):active:focus {
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.card,
.navbar {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active {
	color: #fff
}

.card {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	border: 0;
	font-weight: 400
}

.card[class*=border] {
	border: 1px solid #9e9e9e;
	-webkit-box-shadow: none;
	box-shadow: none
}

.navbar {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	font-weight: 300
}

@media (max-width:992px) {
	.navbar .container {
		width: 100%
	}
}

@media (min-width:600px) {
	.navbar.scrolling-navbar {
		padding-top: 12px;
		padding-bottom: 12px
	}
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {}

.md-form {
	position: relative;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem
}

.md-form input[type=text] {
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #ced4da;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background-color: transparent
}

.md-form input[type=text]:focus:not([readonly]) {
	-webkit-box-shadow: 0 1px 0 0 #4285f4;
	box-shadow: 0 1px 0 0 #4285f4;
	border-bottom: 1px solid #4285f4
}

.md-form input[type=text]:focus:not([readonly])+label {
	color: #4285f4
}

.md-form input[type=text]+label:after {
	content: "";
	position: absolute;
	top: 65px;
	display: block;
	opacity: 0;
	-webkit-transition: .2s opacity ease-out, .2s color ease-out;
	-o-transition: .2s opacity ease-out, .2s color ease-out;
	transition: .2s opacity ease-out, .2s color ease-out
}

.md-form>input[type]:-webkit-autofill:not(.browser-default):not([type=search])+label {
	-webkit-transform: translateY(-25px);
	transform: translateY(-25px);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	font-size: .8rem
}

.md-form .form-control {
	margin: 0 0 .5rem;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: .6rem 0 .4rem;
	background-color: transparent;
	height: auto
}

.md-form .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.md-form .form-control:disabled {
	border-bottom: 1px solid #bdbdbd;
	background-color: transparent
}

.md-form label {
	font-size: 1rem
}

.md-form label {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1rem;
	-webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
	-o-transition: transform .2s ease-out, color .2s ease-out;
	transition: transform .2s ease-out, color .2s ease-out;
	transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: translateY(12px);
	-ms-transform: translateY(12px);
	transform: translateY(12px);
	cursor: text;
	color: #757575
}

footer.page-footer {
	bottom: 0;
	color: #fff
}

footer.page-footer .container-fluid {
	width: auto
}

footer.page-footer .footer-copyright {
	overflow: hidden;
	background-color: rgba(0, 0, 0, .2);
	color: rgba(255, 255, 255, .6)
}

ul.stepper {
	counter-reset: section;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 1em -1.5rem;
	padding: 1.5rem
}

ul.stepper li a {
	padding: 1.5rem;
	text-align: center
}

ul.stepper li a .circle {
	display: inline-block;
	color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: rgba(0, 0, 0, .38);
	width: 1.75rem;
	height: 1.75rem;
	text-align: center;
	line-height: 1.7rem;
	margin-right: .5rem
}

.stepper-vertical,
.stepper-vertical li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-direction: normal
}

.stepper-vertical {
	position: relative;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.stepper-vertical li {
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative
}

.stepper-vertical li a {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.stepper-vertical li a .circle {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

.stepper-vertical li .step-content {
	display: block;
	margin-top: 0;
	margin-left: 3.13rem;
	padding: .94rem
}

.stepper-vertical li .step-content p {
	font-size: .88rem
}

.stepper-vertical li:not(:last-child):after {
	content: "";
	position: absolute;
	width: 1px;
	height: calc(100% - 40px);
	left: 2.19rem;
	top: 3.44rem;
	background-color: rgba(0, 0, 0, .1)
}

[type=submit],
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.btn-rounded {
	-webkit-border-radius: 10em;
	border-radius: 10em
}

.streak {
	display: block;
	position: relative;
	overflow: hidden;
	height: 250px
}

.streak.streak-long-2 {
	height: 400px
}

@media (max-width:450px) {
	.streak.streak-long-2 {
		height: 700px
	}
}

.streak.streak-photo {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center
}

@media (min-width:1366px) {
	.streak.streak-photo {
		background-attachment: fixed
	}
}

[type=radio]:not(:checked) {
	position: absolute;
	opacity: 0;
	pointer-events: none
}

.form-check-input[type=radio]:not(:checked)+label,
label.btn input[type=radio]:not(:checked)+label {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	display: inline-block;
	height: 1.5625rem;
	line-height: 1.5625rem;
	-webkit-transition: .28s ease;
	-o-transition: .28s ease;
	transition: .28s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.form-check-input[type=radio]:not(:checked)+label:after,
.form-check-input[type=radio]:not(:checked)+label:before,
label.btn input[type=radio]:not(:checked)+label:after,
label.btn input[type=radio]:not(:checked)+label:before {
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.form-check-input[type=radio]:not(:checked)+label:after,
.form-check-input[type=radio]:not(:checked)+label:before,
label.btn input[type=radio]:not(:checked)+label:after,
label.btn input[type=radio]:not(:checked)+label:before {
	border: 2px solid #5a5a5a
}

.form-check-input[type=radio]:not(:checked)+label:after,
label.btn input[type=radio]:not(:checked)+label:after {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.form-check-input[type=radio]:disabled:not(:checked)+label:before,
label.btn input[type=radio]:disabled:not(:checked)+label:before {
	background-color: transparent;
	border-color: rgba(0, 0, 0, .46)
}

.form-check-input[type=radio]:disabled:not(:checked)+span:before,
label.btn input[type=radio]:disabled:not(:checked)+span:before {
	border-color: rgba(0, 0, 0, .46)
}

[type=checkbox]:not(:checked) {
	position: absolute;
	opacity: 0;
	pointer-events: none
}

.form-check-input[type=checkbox]:not(:checked):disabled+label:before,
label.btn input[type=checkbox]:not(:checked):disabled+label:before {
	border: none;
	background-color: #BDBDBD
}

.form-check-input[type=checkbox].filled-in:not(:checked)+label:before,
label.btn input[type=checkbox].filled-in:not(:checked)+label:before {
	width: 0;
	height: 0;
	border: 3px solid transparent;
	left: 6px;
	top: 10px;
	-webkit-transform: rotateZ(37deg);
	-ms-transform: rotate(37deg);
	transform: rotateZ(37deg);
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}

.form-check-input[type=checkbox].filled-in:not(:checked)+label:after,
label.btn input[type=checkbox].filled-in:not(:checked)+label:after {
	height: 20px;
	width: 20px;
	background-color: transparent;
	border: 2px solid #5a5a5a;
	top: 0;
	z-index: 0
}

.form-check-input[type=checkbox]:disabled:not(:checked)+label:after,
.form-check-input[type=checkbox]:disabled:not(:checked)+label:before,
label.btn input[type=checkbox]:disabled:not(:checked)+label:after,
label.btn input[type=checkbox]:disabled:not(:checked)+label:before {
	background-color: #BDBDBD;
	border-color: #BDBDBD
}

.select-dropdown [type=checkbox]:disabled:not(:checked)+label:before {
	margin-left: 0;
	margin-top: 3px
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever:active:after {
	-webkit-box-shadow: 0 .0625rem .1875rem .0625rem rgba(0, 0, 0, .4), 0 0 0 .9375rem rgba(170, 102, 204, .1);
	box-shadow: 0 .0625rem .1875rem .0625rem rgba(0, 0, 0, .4), 0 0 0 .9375rem rgba(170, 102, 204, .1)
}

.switch label input[type=checkbox]:not(:disabled)~.lever:active:after {
	-webkit-box-shadow: 0 .0625rem .1875rem .0625rem rgba(0, 0, 0, .4), 0 0 0 .9375rem rgba(0, 0, 0, .08);
	box-shadow: 0 .0625rem .1875rem .0625rem rgba(0, 0, 0, .4), 0 0 0 .9375rem rgba(0, 0, 0, .08)
}

button:focus {
	outline: 0 !important
}

.md-accordion .card,
.md-accordion .card:first-of-type,
.md-accordion .card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 1px solid #e0e0e0
}

.md-accordion .card {
	overflow: visible;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	border-radius: 0
}

.md-accordion .card .card-header {
	border-bottom: 0;
	padding: 1rem 1.5rem;
	background: 0 0
}

.md-accordion .card .card-header a {
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s
}

.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.md-accordion .card .fa-angle-down {
	float: right
}

.md-accordion .card .card-body {
	font-size: .9rem;
	line-height: 1.7;
	font-weight: 300;
	color: #626262
}

.jarallax {
	min-height: 600px
}

#toast-container>:hover {
	-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	-webkit-transition: .45s;
	-o-transition: .45s;
	transition: .45s;
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: pointer
}

@supports (-ms-overflow-style:none) {}

*,
:focus {
	outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hr,
img,
main,
nav,
section,
summary,
svg {
	display: block
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 1px
}

html {
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: none
}

a,
a:hover,
input,
select,
textarea {
	-webkit-tap-highlight-color: transparent;
	outline: 0
}

ul {
	list-style: none
}

a img,
fieldset,
hr {
	border: 0
}

mark {
	background: 0 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.table_wrap {
	overflow: auto
}

td {
	vertical-align: middle
}

img,
svg {
	max-width: 100%;
	height: auto
}

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

[data-icon]:before {
	font-family: icons !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: 400 !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

[class*=" i-"]:before,
[class^=i-]:before {
	font-family: icons !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.i-check:before {
	content: "\59"
}

.i-c-fb:before {
	content: "\61"
}

.i-c-in:before {
	content: "\63"
}

.i-c-gp:before {
	content: "\65"
}

.i-c-vk:before {
	content: "\62"
}

.i-chevron-down:before {
	content: "\64"
}

.i-chevron-left:before {
	content: "\66"
}

.i-chevron-right:before {
	content: "\67"
}

.i-chevron-up:before {
	content: "\68"
}

@font-face {
	font-family: Rubik;
	font-display: swap;
	src: url(../fonts/Rubik-Regular.woff2) format("woff2"), url(../fonts/Rubik-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Rubik;
	font-display: swap;
	src: url(../fonts/Rubik-Bold.woff2) format("woff2"), url(../fonts/Rubik-Bold.woff) format("woff");
	font-weight: 700;
	font-style: normal
}

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

.swiper-container-no-flexbox .swiper-slide {
	float: left;
	width: 120px
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-left: 5px
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

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

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

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

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-property: transform, -webkit-transform
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-button-lock {
	display: none
}

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

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

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

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

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

.swiper-scrollbar-lock {
	display: none
}

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

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

.swiper-slide-zoomed {
	cursor: move
}

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

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

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

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

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

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

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

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

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

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

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

html {
	font: 400 16px/1.5714 Rubik, sans-serif, sans-serif
}

@media (min-width:0px) and (max-width:1024px) {
	html {
		font-size: 14px
	}
}

body {
	color: #fbfbfc;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
	background: #0a101a;
	-webkit-transition: padding-bottom .4s ease-in-out;
	-o-transition: padding-bottom .4s ease-in-out;
	transition: padding-bottom .4s ease-in-out
}

@media (min-width:0px) and (max-width:1024px) {
	body.single-kasyno {
		margin-top: 60px
	}
}

body:before {
	content: '';
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: -999;
	visibility: hidden;
	background: rgba(51, 51, 51, .95);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

body.shadow {
	overflow: hidden !important
}

body.shadow:before {
	opacity: 1;
	z-index: 998;
	visibility: visible
}

#main {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.container {
	max-width: 1140px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:768px) {
	.container {
		padding-left: 40px;
		padding-right: 40px
	}
}

@media (min-width:1200px) {
	.container {
		padding-left: 15px;
		padding-right: 15px
	}
}

@media (min-width:0px) and (max-width:767px) {

	img.alignleft,
	img.alignright {
		float: none;
		margin: 0 auto
	}
}

@media (min-width:1025px) {
	.flex.laptop_block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

@media (min-width:768px) {
	.flex.tablet_block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

@media (min-width:480px) {
	.flex.mobile_block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.flex.flex_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (min-width:1025px) {
	.flex_alc.laptop_block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

@media (min-width:768px) {
	.flex_alc.tablet_block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

@media (min-width:480px) {
	.flex_alc.mobile_block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

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

@media (min-width:1025px) {
	.flex_start.laptop_block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

@media (min-width:768px) {
	.flex_start.tablet_block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

@media (min-width:480px) {
	.flex_start.mobile_block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

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

@media (min-width:1025px) {
	.flex_end.laptop_block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}
}

@media (min-width:768px) {
	.flex_end.tablet_block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}
}

@media (min-width:480px) {
	.flex_end.mobile_block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}
}

.flex_end.flex_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.cover {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat
}

.fullframe {
	height: 0;
	overflow: hidden;
	margin: 0;
	padding-bottom: 56.5%;
	position: relative;
	z-index: 0
}

.fullframe embed,
.fullframe iframe,
.fullframe object {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	position: absolute
}

span.svg_wrap {
	width: 20px;
	font-size: 0;
	line-height: 1;
	display: inline-block;
	position: relative
}

span.svg_wrap svg {
	width: 20px;
	height: 20px
}

span.svg_wrap .svg_err {
	font-size: 13px;
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	color: #e9000d
}

div.wpcf7 .wpcf7-form-control-wrap {
	display: block !important;
	margin-bottom: 20px;
	clear: both
}

div.wpcf7 .wpcf7-not-valid-tip {
	height: 40px;
	font-family: Rubik, sans-serif;
	text-align: left;
	line-height: 40px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	cursor: pointer;
	padding: 0 10px;
	border: 1px solid red;
	background: #fff
}

div.wpcf7 .wpcf7-response-output {
	width: 100%;
	font-family: Rubik, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin: 10px 0 0;
	padding: 5px 20px;
	background: #fff
}

div.wpcf7 .ajax-loader {
	display: none
}

::-webkit-scrollbar {
	width: 10px
}

::-webkit-scrollbar-track {
	border-left: 1px solid #202020;
	background-color: #202020
}

::-webkit-scrollbar-thumb {
	background-color: #0055a4
}

::-webkit-scrollbar-thumb:hover {
	background: #00488b
}

@media (min-width:0px) and (max-width:410px) {
	.aw-wpn-prompt--default .fTsENk {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.aw-wpn-prompt--default .bVTubH {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 12px
	}

	.aw-wpn-prompt--default .Jctfi {
		width: 100%;
		text-align: center
	}
}

.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer
}

@-webkit-keyframes fullScale {
	from {
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes fullScale {
	from {
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.banner {
	text-align: center;
	background: url(../images/banner.png) left no-repeat;
	margin: 25px 0 45px;
	padding: 15px 15px 15px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.banner:before {
	content: '';
	background-color: rgba(2, 5, 34, .8);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.banner .button {
	border-radius: 20px
}

@media screen and (max-width:767px) {
	.banner .button {
		font-size: 15px;
		line-height: 130%;
		padding: 6px 16px
	}
}

.banner .banner-info {
	position: relative;
	z-index: 1
}

.banner .banner-heading {
	margin-bottom: 12px;
	font-size: 18px;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	letter-spacing: .04em;
	color: #fff
}

.text-d {
	text-align: center
}

@media screen and (max-width:360px) {
	.banner .banner-heading {
		font-size: 19px
	}
}

.banner .banner-prize {
	font-size: 52px;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	color: #fff;
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
	margin: 0 20px 25px;
	letter-spacing: .2em;
	color: #f5f5f5;
	-webkit-animation: pulsate 1.6s linear infinite;
	animation: pulsate 1.6s linear infinite;
	text-shadow: 0 -1px 0 rgba(191, 161, 0, .2), 0 -1px 0 rgba(191, 161, 0, .3), 0 1px 0 rgba(191, 161, 0, .3), 0 1px 0 rgba(191, 161, 0, .3), -1px 0 0 rgba(191, 161, 0, .3), 1px 0 0 rgba(191, 161, 0, .3), -1px 0 0 rgba(191, 161, 0, .3), 1px 0 0 rgba(191, 161, 0, .3), -1px -1px 0 rgba(191, 161, 0, .3), 1px -1px 0 rgba(191, 161, 0, .3), -1px 1px 0 rgba(191, 161, 0, .3), 1px 1px 0 rgba(191, 161, 0, .3), -1px -1px 0 rgba(191, 161, 0, .3), 1px -1px 0 rgba(191, 161, 0, .3), -1px 1px 0 rgba(191, 161, 0, .3), 1px 1px 0 rgba(191, 161, 0, .3)
}

@media screen and (max-width:1199px) {
	.banner .banner-prize {
		font-size: 40px;
		margin-left: 15px;
		margin-right: 15px
	}
}

@media screen and (max-width:1024px) {
	.banner .banner-prize {
		font-size: 46px
	}
}

@media screen and (max-width:767px) {
	.banner .banner-prize {
		font-size: 36px
	}
}

@media screen and (max-width:480px) {
	.banner .banner-prize {
		font-size: 34px;
		margin: 0 0 25px
	}
}

@media screen and (max-width:360px) {
	.banner .banner-prize {
		font-size: 26px
	}
}

.banner .banner-lines {
	z-index: 1;
	display: block;
	width: 100px;
	height: 140px;
	position: relative
}

@media (min-width:1025px) and (max-width:1199px) {
	.banner .banner-lines {
		width: 80px
	}
}

@media screen and (max-width:767px) {
	.banner .banner-lines {
		width: 70px;
		height: 120px
	}
}

@media screen and (max-width:575px) {
	.banner .banner-lines {
		display: none
	}
}

.banner .banner-lines__reverse {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.banner .banner-lines .banner-lines-item {
	display: block;
	margin: 4px 0;
	width: 100px;
	height: 1px;
	position: absolute;
	background: #261d1c;
	background: -webkit-gradient(linear, left top, right top, from(#261d1c), to(#bea001));
	background: -o-linear-gradient(left, #261d1c 0, #bea001 100%);
	background: linear-gradient(to right, #261d1c 0, #bea001 100%);
	-webkit-animation-name: color;
	animation-name: color;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

@media screen and (max-width:767px) {
	.banner .banner-lines .banner-lines-item {
		width: 70px
	}
}

.banner .banner-lines .banner-lines-item__1 {
	top: 0;
	right: 0;
	-webkit-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg)
}

.banner .banner-lines .banner-lines-item__2 {
	top: 50%;
	margin-top: -.5px;
	left: -10px
}

@media (min-width:1025px) and (max-width:1199px) {
	.banner .banner-lines .banner-lines-item__2 {
		left: -27px
	}
}

.banner .banner-lines .banner-lines-item__3 {
	bottom: 0;
	right: 0;
	-webkit-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	transform: rotate(-35deg)
}

.banner__style_5 {
	margin: 25px 0;
	position: relative;
	background: -webkit-gradient(linear, left bottom, left top, from(#000), to(#272727));
	background: -o-linear-gradient(bottom, #000, #272727);
	background: linear-gradient(0deg, #000, #272727);
	border-radius: 2px
}

@media (min-width:0px) and (max-width:767px) {
	.banner__style_5 {
		margin: 20px 0 40px
	}
}

.banner__style_5:after,
.banner__style_5:before {
	content: '';
	position: absolute;
	left: -2px;
	top: -2px;
	background: -o-linear-gradient(45deg, #fb0094, #00f, #0f0, #ff0, red, #fb0094, #00f, #0f0, #ff0, red);
	background: linear-gradient(45deg, #fb0094, #00f, #0f0, #ff0, red, #fb0094, #00f, #0f0, #ff0, red);
	background-size: 400%;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	z-index: -1;
	-webkit-animation: steam 20s linear infinite;
	animation: steam 20s linear infinite
}

.banner__style_5:after {
	-webkit-filter: blur(50px);
	filter: blur(50px)
}

@-webkit-keyframes pulsate {
	50% {
		text-shadow: rgba(255, 255, 255, .6) 10px 10px 40px, rgba(255, 255, 255, .6) -10px -10px 40px
	}
}

@keyframes pulsate {
	50% {
		text-shadow: rgba(255, 255, 255, .6) 10px 10px 40px, rgba(255, 255, 255, .6) -10px -10px 40px
	}
}

@-webkit-keyframes color {
	0% {
		background-color: #261d1c
	}

	50% {
		background-color: #bea001
	}

	100% {
		background-color: #261d1c
	}
}

@keyframes color {
	0% {
		background-color: #261d1c
	}

	50% {
		background-color: #bea001
	}

	100% {
		background-color: #261d1c
	}
}

@-webkit-keyframes steam {
	0% {
		background-position: 0 0
	}

	50% {
		background-position: 400% 0
	}

	100% {
		background-position: 0 0
	}
}

@keyframes steam {
	0% {
		background-position: 0 0
	}

	50% {
		background-position: 400% 0
	}

	100% {
		background-position: 0 0
	}
}

.bg-item {
	background: #0a1626;
	border-radius: 3px
}

.bg-layout1,
.bg-layout2 {
	border-radius: 3px
}

.bg-layout1 {
	background: #0a1626;
	padding: 15px;
	margin-bottom: 5px
}

.bg-layout2 {
	background: #0a1626;
	padding: 20px 15px 15px
}

.content {
	padding-top: 30px
}

.content-wrap {
	background: -webkit-gradient(linear, left top, left bottom, from(#001740), color-stop(14.04%, #091321));
	background: -o-linear-gradient(top, #001740 0, #091321 14.04%);
	background: linear-gradient(180deg, #001740 0, #091321 14.04%);
	padding: 20px 15px 10px;
	margin-bottom: 30px;
	border-radius: 3px
}

.content-wrap p {
	color: #b8b8cc;
	line-height: 25px;
	padding-bottom: 10px;
	font-size: 16px
}

.content-wrap ol,
.content-wrap ul {
	color: #b8b8cc
}

.content-wrap ol li,
.content-wrap ul li {
	font-size: 16px;
	padding-bottom: 10px;
	position: relative;
	margin-left: 25px
}

.content-wrap ol li:before,
.content-wrap ul li:before {
	content: "";
	width: 15px;
	height: 15px;
	margin-right: 10px;
	position: absolute;
	top: 5px;
	left: -25px
}

.content-wrap ul li:before {
	background: url(../images/ic-li.svg) no-repeat
}

.content-wrap ol {
	list-style: none;
	counter-reset: my-awesome-counter;
	margin-bottom: 0
}

.content-wrap ol li {
	font-size: 16px;
	counter-increment: my-awesome-counter
}

.content-wrap ol li:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #090c12;
	font-size: 12px;
	content: counter(my-awesome-counter);
	background: #ffbf00;
	border-radius: 100px
}

.content-wrap2 {
	background: -o-radial-gradient(50% 50%, 179.08% 50%, #091321 0, #001b4d 100%);
	background: radial-gradient(179.08% 50% at 50% 50%, #091321 0, #001b4d 100%);
	padding: 20px 15px 15px;
	border-radius: 3px;
	margin-bottom: 30px
}

.content-wrap2 p {
	color: #fbfbfc;
	line-height: 25px;
	padding-bottom: 15px;
	font-size: 16px
}

.content-img {
	width: 50px;
	max-width: 50px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	height: 50px;
	width: 50px;
	margin-right: 15px
}

.content-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.content-header h2 {
	padding-top: 10px;
	padding-bottom: 20px
}

.button.content-btn {
	font-weight: 700;
	font-size: 15px;
	color: #fbfbfc;
	line-height: 20px;
	padding: 13px;
	width: 315px;
	border: 2px solid #0068c8;
	border-radius: 3px;
	background: 0 0
}

@media (min-width:0px) and (max-width:375px) {
	.button.content-btn {
		width: 100%
	}
}

.button.content-btn:hover {
	background: #0068c8
}

.ic {
	display: inline-block;
	margin-right: 5px;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 15px
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.owl-height {
	-webkit-transition: height .5s ease-in-out;
	-o-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.owl-carousel .owl-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.owl-carousel .owl-nav {
	margin-bottom: -35px
}

.owl-carousel .owl-nav button span {
	font-size: 35px
}

.owl-carousel .owl-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 40px;
	padding-right: 40px
}

.owl-carousel .owl-dots .owl-dot {
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #fbfbfc;
	border-radius: 50%;
	margin: 5px
}

.owl-carousel .owl-dots .owl-dot.active {
	border-color: #00d1ff;
	position: relative
}

.owl-carousel .owl-dots .owl-dot.active:before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background-color: #00d1ff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 50%;
	margin-left: -2px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #fbfbfc;
	font-weight: 400;
	line-height: 1.2;
	padding-bottom: 20px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	display: block
}

.h1,
h1 {
	font-size: 30px;
	font-weight: 500;
	padding-bottom: 20px
}

.h1.center,
h1.center {
	text-align: center
}

.h2,
h2 {
	font-weight: 500;
	font-size: 25px;
	line-height: 30px;
	padding-bottom: 10px
}

.h3,
h3 {
	padding-bottom: 20px
}

@media (min-width:1025px) {

	.h3,
	h3 {
		font-size: 24px
	}
}

@media (min-width:768px) and (max-width:1024px) {

	.h3,
	h3 {
		font-size: 20px
	}
}

@media (min-width:0px) and (max-width:767px) {

	.h3,
	h3 {
		font-size: 18px
	}
}

p {
	line-height: 1.4;
	padding-bottom: 10px
}

a {
	color: #0055a4;
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

a:hover {
	text-decoration: none
}

a.thumbnail {
	display: inline-block
}

.button {
	font-size: 18px;
	text-align: center;
	/*line-height:38px;*/
	text-decoration: none;
	color: #fff;
	padding: 15px 35px;
	background: #0055a4;
	border: none;
	display: inline-block;
	border-radius: 20px;
	text-transform: uppercase
}

.button:hover {
	text-decoration: none;
	opacity: .7
}

.button.referal {
	background: -webkit-gradient(linear, right top, left top, from(#0080ff), to(#0040ff));
	background: -o-linear-gradient(right, #0080ff 0, #0040ff 100%);
	background: linear-gradient(270deg, #0080ff 0, #0040ff 100%);
	border: none
}

@media (min-width:0px) and (max-width:767px) {
	.button {
		line-height: 24px
	}
}

.button.button-free-game,
a.button {
	background: -webkit-gradient(linear, right top, left top, from(#0080ff), to(#0040ff));
	background: -o-linear-gradient(right, #0080ff 0, #0040ff 100%);
	background: linear-gradient(270deg, #0080ff 0, #0040ff 100%)
}

.sidebar_t3s_box .for_button .button,
.top_5_slots .for_button .button {
	width: 128px
}

.slots_box .for_button .button {
	width: 160px
}

.stars_rating {
	width: 100px;
	height: 12px;
	background: url(../images/stars.svg) left no-repeat;
	background-size: 100px 12px
}

.stars_rating .stars_inner {
	height: 12px;
	display: block;
	background: url(../images/stars-active.svg) left no-repeat;
	background-size: 100px 12px
}

#to_top {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

#to_top a,
#to_top span {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: fixed;
	bottom: 15px;
	right: 15px;
	color: #0055a4;
	border: 2px solid #fbfbfc;
	background: 0 0;
	border-radius: 50%;
	z-index: 1111
}

#to_top a:before,
#to_top span:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

#to_top a:hover,
#to_top span:hover {
	text-decoration: none
}

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

	#to_top a:hover,
	#to_top span:hover {
		background-color: #0055a4;
		color: #fbfbfc
	}
}

#to_top.active {
	cursor: pointer;
	opacity: 1;
	visibility: visible
}

header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 60px;
	padding: 7px 0 9px;
	background: #0a1626;
	z-index: 999
}

@media (min-width:1211px) {
	header {
		height: 80px
	}
}

header .logo {
	display: inline-block
}

header .logo img {
	height: 30px;
	margin-right: 50px
}

@media (min-width:1200px) {
	header {
		position: relative
	}
}

@media (min-width:0px) and (max-width:1200px) {
	header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		padding: 8px 0
	}
}

.mmactive header {
	background: -o-linear-gradient(294.95deg, #011a40 10.4%, #011639 89.66%);
	background: linear-gradient(155.05deg, #011a40 10.4%, #011639 89.66%)
}

.mmactive.ssubmenu header {
	background: -o-linear-gradient(294.95deg, #011a40 10.4%, #011639 89.66%);
	background: linear-gradient(155.05deg, #011a40 10.4%, #011639 89.66%)
}

header .flex_alc {
	width: 100%
}

@media (min-width:0px) and (max-width:1200px) {
	header {
		height: 60px
	}
}

@media (min-width:0px) and (max-width:1200px) {
	header .logo {
		position: relative;
		z-index: 9999
	}
}

header .overlay {
	display: none;
	position: fixed;
	top: 60px;
	left: 0;
	width: 55%;
	height: 100%;
	background: rgba(0, 0, 0, .75);
	z-index: 4;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

@media (min-width:0px) and (max-width:767px) {
	.mmactive header {
		z-index: 8888
	}
}

body.mmactive {
	overflow: hidden
}

.mobile_menu {
	display: none;
	position: relative
}

.sm_menu_outer.active {
	display: block;
	z-index: 999
}

.sm_menu_outer.active .mobile_menu {
	display: block
}

@media (min-width:768px) and (max-width:1200px) {
	.sm_menu_outer.active {
		z-index: 99
	}
}

.sm_menu_outer {
	display: none;
	height: 100vh;
	overflow-x: hidden;
	position: fixed;
	top: 60px;
	right: 0;
	bottom: 0;
	z-index: -9;
	width: 49%;
	background: -o-linear-gradient(294.95deg, #001740 10.4%, #030a1a 89.66%);
	background: linear-gradient(155.05deg, #001740 10.4%, #030a1a 89.66%)
}

@media (min-width:0px) and (max-width:767px) {
	.sm_menu_outer {
		width: 100%
	}
}

@media (min-width:1200px) {
	.sm_menu_outer {
		display: none
	}
}

.sm_menu_outer .mobile_menu li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style-type: none;
	color: #fff;
	border-bottom: 1px solid rgba(251, 251, 252, .1);
	margin: 0 15px
}

.sm_menu_outer .mobile_menu li .empty_link {
	font-family: Rubik, sans-serif;
	font-weight: 500;
	font-size: 20px;
	display: block;
	cursor: pointer
}

.sm_menu_outer .mobile_menu>li .empty_link {
	padding: 15px 0
}

.sm_menu_outer .mobile_menu li:first-child {
	border-bottom: none;
	margin: 0
}

.sm_menu_outer .mobile_menu li:first-child .empty_link {
	font-size: 12px;
	font-weight: 700;
	color: #b8b8cc;
	cursor: unset;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 15px
}

.sm_menu_outer .mobile_menu li.back .empty_link {
	color: #fbfbfc;
	font-size: 12px;
	font-weight: 700;
	width: 100%;
	padding: 15px 15px 5px 40px;
	background: url(../images/ic-back.svg) no-repeat scroll 15px;
	background-position-y: 64%;
	cursor: pointer
}

.sm_menu_outer .mobile_menu a {
	font-family: Rubik, sans-serif;
	color: #fbfbfc;
	display: block;
	font-weight: 500;
	font-size: 20px;
	padding: 15px 0;
	width: 100%;
	text-decoration: none
}

.sm_menu_outer.slide .mobile_menu .submenu {
	background: -o-linear-gradient(294.95deg, #001740 10.4%, #030a1a 89.66%);
	background: linear-gradient(155.05deg, #001740 10.4%, #030a1a 89.66%);
	height: 100%;
	position: fixed;
	right: -100%;
	top: 60px;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	width: 49%;
	z-index: 999;
	overflow-y: auto
}

@media (min-width:0px) and (max-width:767px) {
	.sm_menu_outer.slide .mobile_menu .submenu {
		width: 100%
	}
}

.sm_menu_outer.slide .mobile_menu li:last-child {
	border-bottom: none
}

.sm_menu_outer.slide .mobile_menu li.active>.submenu {
	right: 0
}

.sm_menu_outer.slide .mobile_menu li.has-child .ic-next {
	display: block;
	width: 30px;
	height: 20px;
	background: url(../images/ic-next.svg) no-repeat;
	background-position: right;
	cursor: pointer
}

#sm_menu_ham {
	cursor: pointer;
	float: right;
	height: 30px;
	width: 30px;
	position: fixed;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	top: 10px;
	right: 24px;
	padding: 10px;
	border-radius: 5px;
	z-index: 9999
}

@media (min-width:768px) {
	#sm_menu_ham {
		right: 49px
	}
}

@media (min-width:1200px) {
	#sm_menu_ham {
		display: none
	}
}

#sm_menu_ham.open {
	background: 0 0
}

#sm_menu_ham span {
	background-color: #fff;
	border-radius: 5px;
	display: block;
	height: 3px;
	left: 0;
	opacity: 1;
	position: relative;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all .25s ease-in-out 0s;
	-o-transition: all .25s ease-in-out 0s;
	transition: all .25s ease-in-out 0s;
	width: 30px
}

#sm_menu_ham span:nth-child(1) {
	top: 0
}

#sm_menu_ham span:nth-child(2) {
	top: 8px
}

#sm_menu_ham span:nth-child(3) {
	top: 5px
}

#sm_menu_ham span:nth-child(4) {
	top: 13px
}

#sm_menu_ham.open span:nth-child(1) {
	left: 50%;
	top: 18px;
	width: 0;
	opacity: 0
}

#sm_menu_ham.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

#sm_menu_ham.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

#sm_menu_ham.open span:nth-child(4) {
	left: 50%;
	top: 18px;
	width: 0;
	opacity: 0
}

@media (min-width:1200px) {
	.header-menu {
		width: 100%
	}

	.header-menu .mobile_menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 0;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-around
	}

	.header-menu .mobile_menu>li:first-child {
		display: none
	}

	.header-menu li {
		display: inline-block;
		vertical-align: top;
		position: relative
	}

	.header-menu li.menu-item-has-children>a,
	.header-menu li.menu-item-has-children>span {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.header-menu li.menu-item-has-children>a:after,
	.header-menu li.menu-item-has-children>span:after {
		content: "";
		width: 9px;
		height: 20px;
		background: url(../images/ic-bottom.svg) no-repeat;
		background-position: center;
		-webkit-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		margin-left: 5.5px
	}

	.header-menu li.menu-item-has-children>a:hover,
	.header-menu li.menu-item-has-children>span:hover {
		color: #ffbf00;
		background: #001640
	}

	.header-menu li.menu-item-has-children>a:hover:after,
	.header-menu li.menu-item-has-children>span:hover:after {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	.header-menu li.menu-item-has-children li.menu-item-has-children a:after,
	.header-menu li.menu-item-has-children li.menu-item-has-children span:after {
		width: 20px;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		margin-left: 0
	}

	.header-menu li.menu-item-has-children li.menu-item-has-children a:hover,
	.header-menu li.menu-item-has-children li.menu-item-has-children span:hover {
		background: 0 0
	}

	.header-menu li.menu-item-has-children li.menu-item-has-children .sub-menu {
		padding: 0 20px
	}

	.header-menu li .empty_link,
	.header-menu li a {
		font-family: Rubik, sans-serif;
		font-size: 16px;
		color: #fbfbfc;
		display: block;
		padding: 18px 9px;
		cursor: pointer;
		font-weight: 600
	}

	.header-menu li.current-menu-item .empty_link,
	.header-menu li.current-menu-item a,
	.header-menu li:hover .empty_link,
	.header-menu li:hover a {
		color: #ffbf00;
		text-decoration: none
	}

	.header-menu li:hover>.sub-menu {
		display: block;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	.header-menu li:hover>.sub-menu li:not(:last-child) {
		border-bottom: 1px solid rgba(251, 251, 252, .1)
	}

	.header-menu .sub-menu {
		display: none;
		position: absolute;
		top: 100%;
		width: 340px;
		left: 0;
		right: auto;
		-webkit-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
		background: -o-linear-gradient(283.42deg, #001740 10.4%, #030a1a 89.66%);
		background: linear-gradient(166.58deg, #001740 10.4%, #030a1a 89.66%);
		z-index: 3;
		padding: 5px 20px
	}

	.header-menu .sub-menu .sub-menu {
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		left: 100%;
		right: auto
	}

	.header-menu .sub-menu li {
		display: block;
		margin: 0 !important
	}

	.header-menu .sub-menu li .empty_link,
	.header-menu .sub-menu li a {
		color: #fbfbfc;
		padding: 15px 0
	}

	.header-menu .sub-menu li .empty_link:hover,
	.header-menu .sub-menu li a:hover {
		text-decoration: none;
		color: #ffbf00
	}
}

.first_screen {
	position: relative;
	padding: 40px 0
}

@media (min-width:0px) and (max-width:1024px) {
	.first_screen {
		padding: 30px 0
	}
}

.first_screen:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1
}

.cupons .button,
.first_screen .button {
	font-family: Rubik, sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	width: 245px;
	padding: 9px 5px;
	background: -webkit-gradient(linear, right top, left top, from(#0080ff), to(#0040ff));
	background: -o-linear-gradient(right, #0080ff 0, #0040ff 100%);
	background: linear-gradient(270deg, #0080ff 0, #0040ff 100%);
	border-radius: 20px;
	margin-bottom: 10px;
	border: none
}

@media (min-width:0px) and (max-width:767px) {

	.cupons .button,
	.first_screen .button {
		width: 185px
	}
}

.first_screen .first_screen_wrap {
	position: relative;
	z-index: 2
}

.first_screen .first_screen_wrap h1 {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	text-align: center
}

.first_screen .first_screen_wrap .first_screen_heading {
	font-size: 30px;
	font-weight: 500
}

.first_screen .first_screen_wrap .first_screen_text {
	margin-bottom: 20px
}

.first_screen .first_screen_wrap .first_screen_text h1 {
	text-align: left
}

.first_screen .first_screen_wrap .first_screen_text p {
	font-size: 16px
}

@media (min-width:1025px) {
	.first_screen .first_screen_wrap .first_screen_text {
		-ms-flex-preferred-size: 35%;
		flex-basis: 35%
	}
}

@media (min-width:0px) and (max-width:767px) {
	.first_screen .first_screen_wrap .first_screen_text p {
		text-align: justify
	}
}

.first_screen .first_screen_wrap .first_screen_flip {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (min-width:1025px) {
	.first_screen .first_screen_wrap .first_screen_flip {
		-ms-flex-preferred-size: 63%;
		flex-basis: 63%
	}
}

@media (min-width:0px) and (max-width:767px) {
	.first_screen .first_screen_wrap .first_screen_flip {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.first_screen .first_screen_wrap .flip-card {
	background-color: transparent;
	-webkit-perspective: 1000px;
	perspective: 1000px
}

@media (min-width:768px) {
	.first_screen .first_screen_wrap .flip-card {
		-ms-flex-preferred-size: 32%;
		flex-basis: 32%
	}
}

@media (min-width:0px) and (max-width:767px) {
	.first_screen .first_screen_wrap .flip-card {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 345px;
		margin: 0 auto
	}

	.first_screen .first_screen_wrap .flip-card:not(:last-child) {
		margin-bottom: 5px
	}
}

.first_screen .first_screen_wrap .flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transition: -webkit-transform .8s;
	transition: -webkit-transform .8s;
	-o-transition: transform .8s;
	transition: transform .8s;
	transition: transform .8s, -webkit-transform .8s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

@media (min-width:1025px) {
	.first_screen .first_screen_wrap .flip-card:hover .flip-card-inner {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg)
	}

	.first_screen .first_screen_wrap .flip-card:hover .flip-card-back {
		opacity: 1;
		z-index: 11;
		-webkit-transition: opacity .8s;
		-o-transition: opacity .8s;
		transition: opacity .8s
	}

	.first_screen .first_screen_wrap .flip-card:hover .flip-card-front {
		opacity: 0;
		-webkit-transition: opacity .8s;
		-o-transition: opacity .8s;
		transition: opacity .8s
	}
}

@media (min-width:0px) and (max-width:1024px) {
	.first_screen .first_screen_wrap .flip-card-inner {
		-webkit-transform: rotateY(180deg) !important;
		transform: rotateY(180deg) !important
	}

	.first_screen .first_screen_wrap .flip-card-front {
		opacity: 0
	}

	.first_screen .first_screen_wrap .flip-card-back {
		z-index: 11
	}
}

.first_screen .first_screen_wrap .flip-card-front {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	-webkit-transition: opacity .8s;
	-o-transition: opacity .8s;
	transition: opacity .8s;
	border-radius: 2px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 25px 15px;
	background: #0a1626
}

.first_screen .first_screen_wrap .flip-card-front .flip-card_front-title {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	position: absolute;
	top: 20px
}

.first_screen .first_screen_wrap .flip-card-back {
	background-color: #141e30;
	height: 100%;
	border-radius: 2px;
	color: #fff;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px;
	-webkit-transition: opacity .8s;
	-o-transition: opacity .8s;
	transition: opacity .8s;
	z-index: 2;
	position: inherit
}

.first_screen .first_screen_wrap .flip-card-back button img {
	width: 150px;
	max-width: 100%
}

.first_screen .first_screen_wrap .flip-card-back .btn-show {
	color: #fa0;
	font-weight: 700;
	font-size: 12px;
	padding: 5px;
	width: 40px;
	height: 40px;
	border: 1px solid #0068c8;
	border-radius: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer
}

@media (min-width:1025px) {
	.first_screen .first_screen_wrap .flip-card-back {
		opacity: 0
	}
}

.first_screen .first_screen_wrap .flip-card-back p.review_casino {
	color: #fff;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	font-size: 12px;
	width: 300px
}

.first_screen .first_screen_wrap .flip-card-back p.review_casino:hover {
	text-decoration: underline
}

.first_screen .first_screen_wrap .flip-card-back .flip-card_title {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	padding-bottom: 15px
}

.first_screen .first_screen_wrap .flip-card-back .flip-card_banking {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.first_screen .first_screen_wrap .flip-card-back .flip-card_banking.active .btn-show {
	display: none
}

.first_screen .first_screen_wrap .flip-card-back .flip-card_banking .item:nth-child(n+6) {
	display: none
}

.first_screen .first_screen_wrap .flip-card-back .flip-card_banking.active .item:nth-child(n+6) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (min-width:0px) and (max-width:991px) {
	.first_screen .first_screen_wrap .flip-card-back .flip-card_banking .item:nth-child(n+4) {
		display: none
	}
}

@media (min-width:0px) and (max-width:991px) {
	.first_screen .first_screen_wrap .flip-card-back .flip-card_banking.active .item:nth-child(n+4) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.first_screen .first_screen_wrap .flip-card-back .flip-card_banking a {
	margin: 2px 5px;
	width: 36px;
	height: 36px;
	padding: 1px 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.first_screen .first_screen_wrap .flip-card-back .flip-card_banking a img {
	max-height: 100%;
	width: 100%;
	max-width: 100%
}

@media (min-width:0px) and (max-width:1024px) {
	.home .first_screen {
		margin-top: 61px
	}
}

.top_5_slots {
	position: relative;
	z-index: 111
}

@media (max-width:1024px) {
	.top_5_slots {
		margin-top: 35px
	}
}

.top_5_slots_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px
}

.top_5_slots_wrap .top_5_box {
	overflow: hidden;
	position: relative;
	-ms-flex-preferred-size: 32%;
	flex-basis: 32%;
	border-radius: 3px;
	background: #0a1626;
	padding: 15px 8px;
	margin-bottom: 15px
}

@media (min-width:768px) {
	.top_5_slots_wrap .top_5_box {
		padding: 15px
	}
}

@media (min-width:0px) and (max-width:767px) {
	.top_5_slots_wrap .top_5_box .number:after {
		font-size: 16px;
		position: absolute;
		top: 25%;
		z-index: 999
	}
}

@media (min-width:375px) and (max-width:768px) {
	.top_5_slots_wrap .top_5_box {
		-ms-flex-preferred-size: 49%;
		flex-basis: 49%;
		margin-bottom: 5px
	}
}

@media (min-width:0px) and (max-width:375px) {
	.top_5_slots_wrap .top_5_box {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-bottom: 5px
	}
}

.top_5_slots_wrap .top_5_box img {
	max-height: 190px;
	width: 330px;
	border-radius: 5px
}

.top_5_slots_wrap .top_5_box .top_5_box_featured {
	height: 190px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 3px
}

.top_5_slots_wrap .top_5_box .top_5_box__title {
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	padding: 15px 5px 10px;
	text-transform: capitalize;
	line-height: 25px;
	display: block
}

.top_5_slots_wrap .top_5_box .play-at {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #b8b8cc;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 10px
}

.top_5_slots_wrap .top_5_box .play-at:before {
	content: '';
	background: url(../images/ic-play.svg) no-repeat;
	width: 20px;
	height: 20px;
	margin-right: 5px
}

.top_5_slots_wrap .top_5_box .play-at button {
	color: #b8b8cc;
	font-size: 12px;
	line-height: 15px;
	text-decoration: underline;
	background: 0 0;
	border: none;
	outline: 0;
	margin-left: 5px
}

.top_5_slots_wrap .top_5_box .for_button {
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.top_5_slots_wrap .top_5_box .for_button a {
	font-size: 12px;
	color: #fbfbfc;
	text-transform: capitalize;
	margin-top: 10px
}

.top_5_slots_wrap .top_5_box .button {
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	background: -webkit-gradient(linear, right top, left top, from(#0080ff), to(#0040ff));
	background: -o-linear-gradient(right, #0080ff 0, #0040ff 100%);
	background: linear-gradient(270deg, #0080ff 0, #0040ff 100%);
	border-radius: 20px;
	width: 100%;
	max-width: 183px;
	padding: 9px 5px;
	border: none
}

@media (min-width:768px) {
	.top_5_slots_wrap .top_5_box .button {
		width: 185px
	}
}

.top_5_slots_wrap .top_5_box:hover .for_button {
	opacity: 1
}

@media (min-width:0px) and (max-width:767px) {
	.single-post .top_5_slots {
		padding: 0
	}
}

.table-block {
	padding: 30px 0
}

@media (min-width:0px) and (max-width:991px) {
	.table-block {
		padding: 15px 0
	}
}

.table-block tr td:first-child,
.table-block tr th:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}

.table-block tr td:last-child,
.table-block tr th:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px
}

@media (min-width:0px) and (max-width:575px) {
	.table-block tbody tr {
		width: 100%;
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
}

@media (min-width:576px) and (max-width:991px) {
	.table-block tbody tr {
		width: 49.5%;
		max-width: 49.5%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 49.5%;
		flex: 0 0 49.5%
	}
}

@media (min-width:0px) and (max-width:991px) {
	.table-block tbody {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.table-block tbody tr {
		border-radius: 3px;
		margin-bottom: 5px
	}

	.table-block tbody tr:first-of-type {
		border: 1px solid #1845fe
	}

	.table-block tbody tr:first-of-type.tr_license {
		border-color: transparent
	}
}

@media (min-width:0px) and (max-width:991px) {
	.table-block tbody tr.table-space {
		padding: 0;
		display: none
	}
}

@media (min-width:992px) {
	.table-block tbody:before {
		content: '';
		height: 5px;
		display: block
	}
}

.table-block.top_3_casino .container {
	max-width: 100%
}

.table-block-heading {
	font-family: Rubik, sans-serif;
	font-size: 25px;
	font-weight: 500;
	line-height: 120%;
	color: #fbfbfc;
	margin-bottom: 5px;
	padding: 15px;
	background: -o-linear-gradient(284.66deg, #001740 10.4%, #030a1a 89.66%);
	background: linear-gradient(165.34deg, #001740 10.4%, #030a1a 89.66%);
	border-radius: 3px
}

.table-block-label {
	font-family: Rubik, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 125%;
	display: block;
	color: #b8b8cc;
	margin-bottom: 5px
}

@media (min-width:992px) {
	.table-block-label {
		display: none
	}
}

.table-block-value {
	font-family: Rubik, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 130%
}

.table-block.table-license .bt_d_3 {
	display: table-cell !important
}

@media (min-width:0px) and (max-width:991px) {
	.table-block.table-license .bt_d_3 {
		display: block !important
	}
}

.big-table {
	width: 100%;
	position: relative
}

@media (min-width:0px) and (max-width:991px) {
	.big-table {
		margin: 0 auto
	}

	.big-table:before {
		display: none
	}
}

@media (min-width:0px) and (max-width:991px) {
	.big-table thead {
		display: none
	}
}

.big-table thead th {
	font-family: Rubik, sans-serif;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	line-height: 125%;
	padding: 16px 0;
	color: #b8b8cc
}

@media (min-width:992px) {
	.big-table thead th {
		background: #0a1626
	}
}

.big-table thead th.bt_h_0 {
	width: 4%
}

.big-table thead th.bt_h_1 {
	width: 15%
}

.big-table thead th.bt_h_2 {
	width: 17%
}

@media (min-width:0px) and (max-width:1024px) {
	.big-table thead th.bt_h_2 {
		width: 21%
	}
}

@media (min-width:0px) and (max-width:500px) {
	.big-table thead th.bt_h_2 {
		display: none
	}
}

.big-table thead th.bt_h_3 {
	width: 8%
}

.big-table thead th.bt_h_4 {
	width: 20%
}

@media (min-width:0px) and (max-width:1024px) {
	.big-table thead th.bt_h_4 {
		width: 24%
	}
}

.big-table thead th.bt_h_5 {
	width: 15%
}

@media (min-width:0px) and (max-width:1024px) {
	.big-table thead th.bt_h_5 {
		width: 35%
	}
}

.big-table thead th.bt_h_6 {
	width: 17%
}

@media (min-width:1025px) and (max-width:1199px) {
	.big-table thead th.bt_h_6 {
		display: none
	}
}

.big-table thead th.bt_h_lic {
	width: 20%
}

.big-table tbody tr {
	border: 1px solid transparent;
	position: relative;
	text-align: center
}

.big-table tbody tr .flag-picture {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	width: 25px;
	height: auto;
	top: 7px;
	left: 5px
}

@media (min-width:0px) and (max-width:991px) {
	.big-table tbody tr .flag-picture {
		right: 5px;
		left: auto
	}
}

.big-table tbody tr:not(.table-space) {
	background: -o-radial-gradient(49.86% 28.95%, 111.53% 71.05%, #091321 0, #001b4d 77.05%);
	background: radial-gradient(111.53% 71.05% at 49.86% 28.95%, #091321 0, #001b4d 77.05%);
	padding: 10px 5px
}

@media (min-width:992px) {
	.big-table tbody tr:not(.table-space) {
		background: #0a1626
	}
}

.big-table tbody tr.table-space:not(.table-hide-more) {
	height: 5px
}

.big-table tbody tr.table-hide-more:not(.show) {
	display: none
}

@media (min-width:992px) {
	.big-table tbody tr.table-hide-more.show {
		height: 5px
	}
}

@media (min-width:0px) and (max-width:991px) {
	.big-table tbody tr {
		display: block;
		width: 100%
	}

	.big-table tbody tr.table-mobile {
		display: none
	}
}

.big-table tbody tr:hover {
	opacity: .9
}

.big-table tbody tr .bt_d_0 .bt_d_num .bt_top {
	font-family: Rubik, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 125%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	color: #ffbf00
}

@media (min-width:992px) {
	.big-table tbody tr .bt_d_0 .bt_d_num .bt_top {
		font-weight: 700;
		color: #ccc
	}
}

.big-table tbody tr:first-child .bt_d_0 .bt_d_num .bt_top {
	font-family: Rubik, sans-serif;
	font-size: 12px;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

@media (min-width:0px) and (max-width:991px) {
	.big-table tbody tr:first-child .bt_d_0 .bt_d_num .bt_top {
		color: #090c12 !important;
		background-color: #ffbf00;
		border-radius: 20px;
		width: 45px !important;
		height: 15px !important;
		line-height: 16px !important;
		left: 10px !important
	}

	.big-table tbody tr:first-child .bt_d_0 .bt_d_num .bt_top:before {
		content: 'TOP '
	}
}

@media (min-width:992px) {
	.big-table tbody tr:first-child .bt_d_0 .bt_d_num .bt_top {
		font-weight: 700;
		color: #ccc
	}
}

.big-table tbody tr.table-show-all {
	background: 0 0 !important
}

@media (min-width:0px) and (max-width:991px) {
	.big-table tbody tr.table-show-all td {
		display: block;
		width: 100%
	}
}

.big-table tbody tr.table-desktop td {
	padding: 14px 5px
}

@media (min-width:0px) and (max-width:991px) {
	.big-table tbody tr.table-desktop td {
		display: block;
		width: 100% !important;
		padding: 7.5px 25px
	}
}

.big-table tbody tr.table-desktop td.bt_d_0 {
	width: 4%
}

@media (min-width:0px) and (max-width:991px) {
	.big-table tbody tr.table-desktop td.bt_d_0 {
		position: relative
	}

	.big-table tbody tr.table-desktop td.bt_d_0 .bt_d_num .bt_top {
		position: absolute;
		top: 5px;
		left: 5px;
		display: block;
		width: 24px;
		height: 24px;
		line-height: 24px;
		text-align: center;
		background-image: none;
		color: #ffbf00
	}
}

.big-table tbody tr.table-desktop td.bt_d_1 {
	width: 15%
}

.big-table tbody tr.table-desktop td.bt_d_1 img {
	width: 150px;
	max-width: 100%;
	padding: 8px
}

.big-table tbody tr.table-desktop td.bt_d_1 button {
	background: 0 0;
	border: none;
	vertical-align: middle
}

.big-table tbody tr.table-desktop td.bt_d_2 {
	width: 17%;
	font-size: 20px;
	font-weight: 500;
	padding-left: 5px;
	padding-right: 5px
}

@media (min-width:0px) and (max-width:1024px) {
	.big-table tbody tr.table-desktop td.bt_d_2 {
		width: 21%
	}
}

@media (min-width:992px) and (max-width:1024px) {
	.big-table tbody tr.table-desktop td.bt_d_2 {
		width: 30%
	}
}

@media (min-width:1025px) {
	.big-table tbody tr.table-desktop td.bt_d_2 {
		font-size: 15px
	}
}

.big-table tbody tr.table-desktop td.bt_d_3 {
	width: 8%
}

.big-table tbody tr.table-desktop td.bt_d_3 .stars_rating_table {
	width: 100px;
	height: 12px;
	background: url(../images/stars.svg) left no-repeat;
	background-size: 100px 12px;
	margin: 0 auto
}

.big-table tbody tr.table-desktop td.bt_d_3 .stars_rating_table .stars_inner_table {
	height: 12px;
	display: block;
	background: url(../images/stars-active.svg) left no-repeat;
	background-size: 100px 12px
}

.big-table tbody tr.table-desktop td.bt_d_4 {
	width: 20%
}

@media (min-width:0px) and (max-width:991px) {
	.big-table tbody tr.table-desktop td.bt_d_4 {
		width: 24%
	}
}

.big-table tbody tr.table-desktop td.bt_d_4 .table-banking-block {
	margin: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative
}

@media (min-width:0px) and (max-width:991px) {
	.big-table tbody tr.table-desktop td.bt_d_4 .table-banking-block {
		margin: 0 auto;
		max-width: 300px
	}
}

@media (min-width:992px) {
	.big-table tbody tr.table-desktop td.bt_d_4 .table-banking-block {
		max-width: 167px;
		margin: 0 auto
	}
}

.big-table tbody tr.table-desktop td.bt_d_4 .table-banking-block.m_auto {
	margin: 0 auto;
	padding: 0
}

.big-table tbody tr.table-desktop td.bt_d_4 .table-banking-counter {
	font-family: Rubik, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 125%;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #014cf1;
	margin-left: 5px;
	color: #ffbf00
}

.big-table tbody tr.table-desktop td.bt_d_4 .image-box,
.big-table tbody tr.table-desktop td.bt_d_4 a {
	width: 36px;
	height: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 2.5px;
	margin: 3px
}

.big-table tbody tr.table-desktop td.bt_d_4 .image-box img,
.big-table tbody tr.table-desktop td.bt_d_4 a img {
	max-height: 100%;
	width: 100%
}

.big-table tbody tr.table-desktop td.bt_d_4 .image-box__hidden {
	display: none
}

.big-table tbody tr.table-desktop td.bt_d_5 {
	width: 15%;
	padding-left: 10px;
	padding-right: 10px
}

.big-table tbody tr.table-desktop td.bt_d_5 .btn-block {
	margin-bottom: 5px
}

.big-table tbody tr.table-desktop td.bt_d_5 .btn-block .button {
	font-family: Rubik, sans-serif;
	font-size: 15px;
	font-weight: 700;
	width: 100%;
	max-width: 250px;
	background: -webkit-gradient(linear, right top, left top, from(#0080ff), to(#0040ff));
	background: -o-linear-gradient(right, #0080ff 0, #0040ff 100%);
	background: linear-gradient(270deg, #0080ff 0, #0040ff 100%);
	border: none
}

@media (min-width:0px) and (max-width:991px) {
	.big-table tbody tr.table-desktop td.bt_d_5 .btn-block .button {
		line-height: 44px;
		padding: 0 2.5rem
	}
}

.big-table tbody tr.table-desktop td.bt_d_5 a {
	font-family: Rubik, sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-decoration: underline;
	color: #fbfbfc
}

.big-table tbody tr.table-desktop td.bt_d_5 a:hover {
	text-decoration: none
}

.big-table tbody tr.table-desktop td.bt_d_5 a.link {
	font-size: 14px;
	line-height: 16px
}

.big-table tbody tr.table-desktop td.bt_d_6 {
	width: 17%
}

@media (min-width:1025px) and (max-width:1199px) {
	.big-table tbody tr.table-desktop td.bt_d_6 {
		display: none
	}
}

.big-table tbody tr.table-desktop td.bt_d_6 .bt_d_6-caption {
	font-size: 10px
}

@media (min-width:992px) {
	.big-table tbody tr.table-desktop td.bt_d_6 .bt_d_6-caption {
		display: none
	}
}

@media (min-width:0px) and (max-width:991px) {
	.big-table tbody tr.table-space:last-child {
		margin-bottom: 0
	}
}

@media (min-width:0px) and (max-width:1024px) {
	.big-table tbody tr.table-space .for_expand {
		height: 0
	}
}

@media (min-width:0px) and (max-width:991px) {
	.big-table tbody tr.table-space .for_expand {
		display: block;
		width: 100%
	}

	.big-table tbody tr.table-space:not(.table-hide-more) {
		margin-bottom: 5px
	}
}

.big-table tbody tr.table-space .mobile_expand {
	display: block;
	position: relative
}

@media (min-width:0px) and (max-width:1024px) {
	.big-table tbody tr.table-space .mobile_expand:hover {
		cursor: pointer
	}
}

@media (min-width:0px) and (max-width:991px) {
	.big-table tbody tr.table-space .mobile_expand {
		display: inline-block;
		line-height: 1;
		vertical-align: middle;
		width: 20px;
		height: 10px
	}

	.big-table tbody tr.table-space .mobile_expand:after,
	.big-table tbody tr.table-space .mobile_expand:before {
		content: '';
		position: absolute;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		top: 50%;
		left: 50%;
		background: #fff;
		-webkit-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		display: none
	}

	.big-table tbody tr.table-space .mobile_expand:before {
		height: 10px;
		width: 2px
	}

	.big-table tbody tr.table-space .mobile_expand:after {
		width: 10px;
		height: 2px
	}

	.big-table tbody tr.table-space .active .mobile_expand:before {
		opacity: 0
	}
}

.big-table tbody tr.table-mobile {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.big-table tbody tr.table-mobile:not(.active) {
	opacity: 0;
	line-height: 0;
	display: none
}

.big-table tbody tr.table-mobile:not(.active) .table-banking-block {
	display: none
}

.big-table tbody tr.table-mobile.active .table-banking-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.big-table tbody tr.table-mobile.active a {
	width: 114px;
	height: 57px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5px 15px
}

@media (min-width:1025px) and (max-width:1100px) {
	.big-table tbody tr.table-mobile.active a {
		width: 100px
	}
}

.big-table tbody tr.table-mobile.active a:nth-child(2n+1):not(:last-child) {
	margin-right: 15px
}

.big-table tbody tr.table-mobile.active img {
	max-width: 100px;
	max-height: 57px;
	width: 100%;
	height: auto
}

.big-table tbody tr.table-hide-more {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.big-table tbody tr.table-hide-more:not(.show) * {
	height: 0;
	padding: 0;
	opacity: 0;
	line-height: 0;
	border: none;
	margin: 0 !important;
	overflow: hidden
}

.big-table tbody tr.table-show-all .table-show-all__expand {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 130%;
	font-size: 15px;
	font-weight: 700;
	color: #ffbf00;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 10px;
	background: -o-linear-gradient(284.66deg, #001740 10.4%, #030a1a 89.66%);
	background: linear-gradient(165.34deg, #001740 10.4%, #030a1a 89.66%)
}

.big-table tbody tr.table-show-all:hover {
	cursor: pointer
}

.big-table tbody tr.table-show-all svg {
	width: 12px;
	margin-left: 20px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.big-table tbody tr.table-show-all.active svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.table-show-all .table-show-all__expand {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 130%;
	font-size: 15px;
	font-weight: 700;
	color: #ffbf00;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 10px;
	background: -o-linear-gradient(284.66deg, #001740 10.4%, #030a1a 89.66%);
	background: linear-gradient(165.34deg, #001740 10.4%, #030a1a 89.66%)
}

.table-show-all:hover {
	cursor: pointer
}

.table-show-all svg {
	width: 12px;
	margin-left: 20px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.table-show-all.active svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.js-casinos-overlay:hover {
	cursor: pointer
}

.table-align-vertical {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.table-align-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-left: 15px
}

.faq_content {
	margin-bottom: 30px
}

.faq_content .faq_list_item:not(:last-child) {
	margin-bottom: 5px
}

.faq_content .faq_list_title {
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	border-radius: 3px;
	background: #0a1626;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 15px 35px 15px 45px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	cursor: pointer
}

.faq_content .faq_list_title:before {
	content: "";
	display: inline-block;
	position: absolute;
	background: url(../images/ic-faq.svg) no-repeat;
	height: 20px;
	width: 20px;
	left: 15px
}

.faq_content .faq_list_title:after {
	content: "";
	display: inline-block;
	position: absolute;
	background: url(../images/ic-yellow.svg) no-repeat;
	height: 15px;
	width: 15px;
	right: 15px
}

.faq_content .faq_list_title.opened {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	padding-bottom: 5px
}

.faq_content .faq_list_title.opened:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.faq_content .faq_list_info {
	display: none;
	font-size: 14px;
	line-height: 20px;
	background: #0a1626;
	padding: 0 35px 15px 45px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px
}

.faq_content .faq_list_info p:last-child {
	padding-bottom: 0
}

.subscribe_block {
	padding: 115px 0;
	position: relative
}

@media (min-width:0px) and (max-width:480px) {
	.subscribe_block {
		padding: 100px 0 100px
	}
}

.subscribe_block:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#001740), color-stop(14.04%, #091321));
	background: -o-linear-gradient(top, #001740 0, #091321 14.04%);
	background: linear-gradient(180deg, #001740 0, #091321 14.04%);
	opacity: .9;
	z-index: 1
}

.subscribe_block .subscribe_wrap {
	position: relative;
	z-index: 2
}

@media (min-width:0px) and (max-width:480px) {
	.subscribe_block .subscribe_wrap {
		max-width: 255px;
		margin: 0 auto
	}
}

.subscribe_block .subscribe_title_1 {
	font-weight: 500;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	margin-bottom: 10px;
	display: block
}

.subscribe_block .subscribe_title_2 {
	color: #b8b8cc;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	display: block;
	margin-bottom: 20px
}

.subscribe_block form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	max-width: 330px;
	margin: 0 auto
}

@media (min-width:0px) and (max-width:480px) {
	.subscribe_block form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.subscribe_block form input {
	height: 40px;
	padding: 11px 20px
}

.subscribe_block form input[type=email] {
	-ms-flex-preferred-size: calc(100% - 123px);
	flex-basis: calc(100% - 123px);
	background: #fff;
	border-radius: 25px;
	color: rgba(32, 32, 32, .49);
	position: absolute
}

@media (min-width:0px) and (max-width:480px) {
	.subscribe_block form input[type=email] {
		position: static;
		width: 100%;
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 5px
	}
}

.subscribe_block form input[type=submit] {
	-ms-flex-preferred-size: 123px;
	flex-basis: 123px;
	background: -webkit-gradient(linear, right top, left top, from(#0080ff), to(#0040ff));
	background: -o-linear-gradient(right, #0080ff 0, #0040ff 100%);
	background: linear-gradient(270deg, #0080ff 0, #0040ff 100%);
	border-radius: 25px;
	color: #fbfbfc;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: absolute;
	right: 0
}

@media (min-width:0px) and (max-width:480px) {
	.subscribe_block form input[type=submit] {
		position: static;
		width: 100%;
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
}

.subscribe_block form input.hidden {
	display: none
}

.content_slots_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 0
}

@media (min-width:0px) and (max-width:767px) {
	.content_slots_wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.content_slots_wrap .slots_box {
	margin-bottom: 10px;
	border-radius: 3px;
	overflow: hidden;
	position: relative
}

@media (min-width:1025px) {
	.content_slots_wrap .slots_box {
		-ms-flex-preferred-size: 19%;
		flex-basis: 19%
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.content_slots_wrap .slots_box {
		-ms-flex-preferred-size: 210px;
		flex-basis: 210px;
		margin: 0 20px 20px
	}
}

@media (min-width:0px) and (max-width:767px) {
	.content_slots_wrap .slots_box {
		-ms-flex-preferred-size: 210px;
		flex-basis: 210px;
		margin: 0 20px 20px
	}
}

.content_slots_wrap .slots_box:nth-child(3n+1) {
	clear: left
}

.content_slots_wrap .slots_box img {
	opacity: .5;
	max-height: 110px
}

.content_slots_wrap .slots_box .slots_box__title {
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	line-height: 24px;
	display: block;
	padding: 15px 10px;
	background: #0a1626;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}

.content_slots_wrap .slots_box .for_button {
	position: absolute;
	left: 0;
	right: 0;
	top: 32%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-align: center;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

@media (min-width:1025px) {
	.content_slots_wrap .slots_box .for_button {
		opacity: 0
	}
}

@media (min-width:0px) and (max-width:1024px) {
	.content_slots_wrap .slots_box .for_button {
		opacity: 1
	}
}

.content_slots_wrap .slots_box .for_button a {
	margin-top: 10px
}

@media (min-width:768px) {
	.content_slots_wrap .slots_box .for_button a {
		margin-bottom: 0
	}
}

.content_slots_wrap .slots_box .for_button a,
.content_slots_wrap .slots_box .for_button button {
	width: 90%;
	max-width: 160px;
	font-size: 14px;
	margin: 0 auto 10px;
	padding: 3px 6px;
	display: block;
	line-height: 130%
}

.content_slots_wrap .slots_box:hover .for_button {
	opacity: 1
}

#blog {
	padding: 15px 0
}

#blog h1 {
	text-align: center;
	padding-bottom: 30px
}

#blog .sidebar {
	margin-top: 10px
}

#blog .post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 0 20px
}

@media (min-width:0px) and (max-width:1200px) {
	#blog .post {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

#blog .post:not(:last-child) {
	border-bottom: 1px solid rgba(247, 247, 247, .3);
	margin-bottom: 50px
}

@media (min-width:0px) and (max-width:767px) {
	#blog .post:not(:last-child) {
		margin-bottom: 20px
	}
}

#blog .post .h3 a,
#blog .post h3 a {
	font-size: 20px;
	color: #fbfbfc
}

#blog .post .post_thumbnail {
	-ms-flex-preferred-size: 332px;
	flex-basis: 332px
}

@media (min-width:1201px) {
	#blog .post .post_thumbnail {
		margin-right: 50px
	}
}

@media (min-width:768px) and (max-width:1200px) {
	#blog .post .post_thumbnail {
		margin-bottom: 30px
	}
}

@media (min-width:0px) and (max-width:767px) {
	#blog .post .post_thumbnail {
		margin-bottom: 20px
	}
}

@media (min-width:0px) and (max-width:767px) {
	#blog .post h3 {
		font-size: 20px;
		padding-bottom: 10px
	}
}

@media (min-width:1201px) {
	#blog .post .post_info {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
}

@media (min-width:0px) and (max-width:1200px) {
	#blog .post .post_info {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

@media (min-width:1201px) {
	#blog .post .post_info_header {
		margin-right: 25px
	}
}

@media (max-width:1200px) {

	#blog .post .post_info_footer,
	#blog .post .post_info_header {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

#blog .post .post_info .button {
	line-height: 2;
	margin-top: 10px;
	border: none
}

@media (min-width:0px) and (max-width:767px) {
	#blog .post .post_info .button {
		margin-top: 0
	}
}

#blog .true_loadmore {
	text-align: center;
	color: #0084ff
}

@media (min-width:0px) and (max-width:767px) {
	#blog .true_loadmore {
		margin-bottom: 30px
	}
}

#blog .true_loadmore:hover {
	cursor: pointer
}

@media (min-width:0px) and (max-width:767px) {
	#post {
		padding: 0
	}
}

#post .single_thumb_mob {
	display: none;
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 320px;
	margin-bottom: 20px
}

#post .single_thumb {
	position: relative;
	padding: 40px 0;
	background-color: #0a1626
}

@media (min-width:1025px) {
	#post .single_thumb {
		min-height: 300px
	}
}

@media (min-width:0px) and (max-width:767px) {
	#post .single_thumb {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0
	}
}

#post .single_thumb h1 {
	padding-bottom: 0
}

@media (min-width:0px) and (max-width:767px) {
	#post .single_thumb h1 {
		text-align: left
	}
}

#post .single_thumb .container {
	z-index: 3
}

#post .single_thumb:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 2
}

@media (min-width:0px) and (max-width:767px) {
	#post .single_thumb:after {
		display: none
	}
}

#post .single_content_1 {
	padding: 50px 0 40px
}

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

@media (min-width:0px) and (max-width:767px) {
	#post .single_content_1 .content_1_wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

#post .single_content_1 .content_1_wrap .content_1_text {
	margin-right: 30px
}

@media (min-width:768px) {
	#post .single_content_1 .content_1_wrap .content_1_text {
		-ms-flex-preferred-size: 585px;
		flex-basis: 585px
	}
}

@media (min-width:0px) and (max-width:767px) {
	#post .single_content_1 .content_1_wrap .content_1_text {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

@media (min-width:768px) {
	#post .single_content_1 .content_1_wrap .sidebar_payments {
		padding-top: 68px
	}
}

@media (min-width:0px) and (max-width:767px) {
	#post .single_content_1 .content_1_wrap .sidebar_payments {
		padding-top: 40px
	}
}

#post .single_content_2 {
	padding: 10px 0 40px
}

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

@media (min-width:0px) and (max-width:767px) {
	#post .single_content_2 .content_2_wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

#post .single_content_2 .content_2_wrap .content_2_text {
	margin-right: 30px
}

@media (min-width:768px) {
	#post .single_content_2 .content_2_wrap .content_2_text {
		-ms-flex-preferred-size: 585px;
		flex-basis: 585px
	}
}

@media (min-width:0px) and (max-width:767px) {
	#post .single_content_2 .content_2_wrap .content_2_text {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

@media (min-width:0px) and (max-width:767px) {
	#post .single_content_2 .content_2_wrap .sidebar_slots {
		padding-top: 40px
	}
}

.mobile_casino {
	padding: 80px 0
}

.mobile_casino.mobile_casino-box {
	padding: 0
}

.mobile_casino .mobile_box:not(:last-child) {
	margin-bottom: 80px
}

.mobile_casino .mobile__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px
}

@media (min-width:0px) and (max-width:767px) {
	.mobile_casino .mobile__top {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.mobile_casino .mobile__top .mobile__top-img {
	-ms-flex-preferred-size: 130px;
	flex-basis: 130px;
	height: 130px;
	margin-right: 50px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (min-width:0px) and (max-width:767px) {
	.mobile_casino .mobile__top .mobile__top-img {
		margin: 0 auto
	}
}

@media (min-width:768px) {
	.mobile_casino .mobile__top .mobile__top-content {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
}

@media (min-width:0px) and (max-width:767px) {
	.mobile_casino .mobile__top .mobile__top-content {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-top: 30px
	}
}

.mobile_casino .mobile__top .mobile__top-content .mobile__top-title {
	font-size: 32px
}

.mobile_casino .mobile__top .mobile__top-content p:last-child {
	padding-bottom: 0
}

.mobile_casino .mobile__table .table-block {
	padding-top: 0
}

.bonuses_boxes {
	padding: 80px 0
}

.bonuses_wrap .bonuses_box:not(:last-child) {
	margin-bottom: 80px
}

.bonuses_wrap .bonuses_box p:last-of-type {
	padding-bottom: 0
}

.bonuses_wrap .bonuses_box .bonuses__title {
	font-size: 32px;
	padding-bottom: 50px;
	display: block
}

@media (min-width:0px) and (max-width:767px) {
	.bonuses_wrap .bonuses_box .bonuses__title {
		text-align: center
	}
}

.bonuses_wrap .bonuses_box .top_5_casino_wrap {
	padding-bottom: 30px
}

.casino_top_block {
	padding: 25px 0;
	position: relative
}

.casino_top_block:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(17, 16, 16, .7);
	z-index: 1
}

.casino_top_block .casino_top_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 11
}

.casino_top_block .casino_top_wrap .casino-data {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.casino_top_block .casino_top_wrap .casino-data .casino__bonus {
	margin-bottom: 10px
}

.casino_top_block .casino_top_wrap .casino-data .button {
	margin-bottom: 20px;
	padding: 6px 45px
}

@media (min-width:0px) and (max-width:320px) {
	.casino_top_block .casino_top_wrap .casino-data .button {
		width: 100%;
		font-size: 13px
	}
}

@media (min-width:0px) and (max-width:767px) {
	.casino_top_block .casino_top_wrap .casino-data {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

@media (min-width:0px) and (max-width:1024px) {
	.casino_top_block .casino_top_wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.casino_top_block .casino_top_wrap .casino__img {
	text-align: center
}

@media (min-width:1025px) {
	.casino_top_block .casino_top_wrap .casino__img {
		-ms-flex-preferred-size: 300px;
		flex-basis: 300px
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.casino_top_block .casino_top_wrap .casino__img {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

@media (min-width:0px) and (max-width:767px) {
	.casino_top_block .casino_top_wrap .casino__img {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

.casino_top_block .casino_top_wrap .casino__img {
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none
}

@media (min-width:768px) {
	.casino_top_block .casino_top_wrap .casino__img {
		margin-right: 10px
	}
}

.casino_top_block .casino_top_wrap .casino__img img {
	background: rgba(255, 255, 255, .05);
	/* padding: 10px */
}

.casino_top_block .casino_top_wrap .casino__img .stars_rating {
	margin: 0 auto
}

.casino_top_block .casino_top_wrap .casino__img .count_number {
	display: inline-block
}

@media (min-width:768px) {
	.casino_top_block .casino_top_wrap .casino__info {
		-ms-flex-preferred-size: 60%;
		flex-basis: 100%
	}
}

@media (min-width:1025px) {
	.casino_top_block .casino_top_wrap .casino__info {
		padding-right: 45px;
		padding-left: 10px;
		flex-basis: 65%
	}
}

@media (min-width:0px) and (max-width:767px) {
	.casino_top_block .casino_top_wrap .casino__info {
		margin: 0 auto
	}
}

.casino_top_block .casino_top_wrap .casino__info .casino__title {
	font-size: 24px;
	text-transform: uppercase;
	display: block
}

@media (min-width:0px) and (max-width:767px) {
	.casino_top_block .casino_top_wrap .casino__info .casino__title {
		text-align: center;
		padding-bottom: 10px;
		margin-top: 20px
	}
}

.casino_top_block .casino_top_wrap .casino__info .casino__pluses {
	margin: 0;
	padding: 0 0 0
}

.casino_top_block .casino_top_wrap .casino__info .casino__pluses li:nth-child(1):before {
	color: #0055a4
}

.casino_top_block .casino_top_wrap .casino__info .casino__pluses li:nth-child(2):before {
	color: #00a403
}

.casino_top_block .casino_top_wrap .casino__info .casino__pluses li:nth-child(3):before {
	color: #dbd862
}

.casino_top_block .casino_top_wrap .casino__info .casino__pluses li:nth-child(4):before {
	color: #d56f62
}

.casino_top_block .casino_top_wrap .casino__info .casino__pluses li:nth-child(5):before {
	color: #d562c6
}

.casino_top_block .casino_top_wrap .casino__info .casino__pluses li:nth-child(6):before {
	color: #d56262
}

.casino_top_block .casino_top_wrap .casino__info .casino__play-in {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.casino_top_block .casino_top_wrap .casino__info .casino__play-in img {
	-ms-flex-preferred-size: 60px;
	flex-basis: 60px;
	margin-right: 20px
}

.casino_top_block .casino_top_wrap .casino__info .casino__play-in span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #aeb0b1
}

.casino_top_block .casino_top_wrap .casino__btn {
	text-align: center
}

@media (min-width:1200px) {
	.casino_top_block .casino_top_wrap .casino__btn {
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%
	}
}

@media (min-width:0px) and (max-width:1024px) {
	.casino_top_block .casino_top_wrap .casino__btn {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-top: 20px
	}
}

.casino_top_block .casino_top_wrap .casino__btn .casino__bonus_title {
	display: block;
	text-transform: uppercase
}

.casino_top_block .casino_top_wrap .casino__btn .casino__bonus {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
	display: block
}

.casino_top_block .casino_top_wrap .casino__btn a {
	font-weight: 700;
	padding: 7px 45px
}

.casino_content {
	padding: 40px 0;
	padding-bottom: 0
}

.tax-payments .big-table tbody tr.table-desktop td.bt_d_2 {
	font-size: 18px
}

.tax-payments .table-block .bt_d_3,
.tax-payments .table-block .bt_d_6,
.tax-payments .table-block .bt_h_3,
.tax-payments .table-block .bt_h_6 {
	display: none
}

.tax-payments #content.content {
	padding: 0
}

@media (min-width:0px) and (max-width:1024px) {
	.tax-payments .content {
		margin-top: 0
	}
}

.licenses .licenses-img {
	margin: 0 auto 20px auto;
	max-width: 300px
}

.tax-licenses .big-table tbody tr.table-desktop td.bt_d_2 {
	font-size: 18px
}

.tax-licenses .table-block .bt_d_3,
.tax-licenses .table-block .bt_d_6,
.tax-licenses .table-block .bt_h_3,
.tax-licenses .table-block .bt_h_6 {
	display: none
}

.tax-licenses #content.content {
	padding: 0
}

@media (min-width:0px) and (max-width:1024px) {
	.tax-licenses .content {
		margin-top: 0
	}
}

@media (min-width:1025px) {
	.all-casino {
		padding: 40px 0
	}
}

@media (min-width:0px) and (max-width:1024px) {
	.all-casino {
		padding: 45px 0 40px
	}
}

.all-casino_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px
}

.all-casino_wrap .all-casino__box {
	margin: 0 10px 20px
}

@media (min-width:768px) {
	.all-casino_wrap .all-casino__box {
		-ms-flex-preferred-size: calc(100% / 3 - 20px);
		flex-basis: calc(100% / 3 - 20px)
	}
}

@media (min-width:480px) and (max-width:767px) {
	.all-casino_wrap .all-casino__box {
		-ms-flex-preferred-size: calc(50% - 20px);
		flex-basis: calc(50% - 20px)
	}
}

@media (min-width:0px) and (max-width:479px) {
	.all-casino_wrap .all-casino__box {
		-ms-flex-preferred-size: calc(100% - 20px);
		flex-basis: calc(100% - 20px)
	}
}

.all-casino_wrap .all-casino__box a {
	padding: 15px;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	background: #0a1626;
	display: block;
	color: #fff
}

@media (min-width:0px) and (max-width:767px) {
	.all-casino_wrap .all-casino__box a {
		max-width: 300px;
		margin: 0 auto
	}
}

.all-casino_wrap .all-casino__box a:hover {
	background: #22374f;
	text-decoration: none;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 85, 164, .5);
	box-shadow: 0 0 10px 0 rgba(0, 85, 164, .5)
}

.all-casino_wrap .all-casino__box a:hover .all-casino__title {
	color: #fff
}

.all-casino_wrap .all-casino__box img {
	margin: 0 auto 1px auto
}

.all-casino_wrap .all-casino__box .all-casino__title {
	font-size: 16px;
	text-align: center;
	padding: 0 5px;
	text-transform: uppercase;
	line-height: 24px;
	display: block;
	font-weight: 700;
	margin-top: 10px;
	color: #fff;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

@media (min-width:1025px) {
	.all-payments {
		padding: 40px 0
	}
}

@media (min-width:0px) and (max-width:1024px) {
	.all-payments {
		padding: 45px 0 40px
	}
}

.all-payments_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px
}

.all-payments_wrap .all-payments__box {
	margin: 0 10px 20px
}

@media (min-width:768px) {
	.all-payments_wrap .all-payments__box {
		-ms-flex-preferred-size: calc(100% / 3 - 20px);
		flex-basis: calc(100% / 3 - 20px)
	}
}

@media (min-width:0px) and (max-width:767px) {
	.all-payments_wrap .all-payments__box {
		-ms-flex-preferred-size: calc(100% - 20px);
		flex-basis: calc(100% - 20px)
	}
}

.all-payments_wrap .all-payments__box a {
	padding: 15px;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	background: #0a1626;
	display: block
}

@media (min-width:0px) and (max-width:767px) {
	.all-payments_wrap .all-payments__box a {
		max-width: 300px;
		margin: 0 auto
	}
}

.all-payments_wrap .all-payments__box a:hover {
	background: #22374f;
	text-decoration: none;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 85, 164, .5);
	box-shadow: 0 0 10px 0 rgba(0, 85, 164, .5)
}

.all-payments_wrap .all-payments__box a:hover .all-payments__title {
	color: #fff
}

.all-payments_wrap .all-payments__box img {
	margin: 0 auto 1px auto;
	height: 100px
}

.all-payments_wrap .all-payments__box .all-payments__title {
	font-size: 16px;
	text-align: center;
	padding: 0 5px;
	text-transform: uppercase;
	line-height: 24px;
	display: block;
	font-weight: 700;
	color: #fff;
	margin-top: 10px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

@media (min-width:1025px) {
	.all-licenses {
		padding: 40px 0
	}
}

@media (min-width:0px) and (max-width:1024px) {
	.all-licenses {
		padding: 45px 0 40px
	}
}

.all-licenses_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px
}

.all-licenses_wrap .all-licenses__box {
	margin: 0 10px 20px
}

@media (min-width:768px) {
	.all-licenses_wrap .all-licenses__box {
		-ms-flex-preferred-size: calc(100% / 3 - 20px);
		flex-basis: calc(100% / 3 - 20px)
	}
}

@media (min-width:0px) and (max-width:767px) {
	.all-licenses_wrap .all-licenses__box {
		-ms-flex-preferred-size: calc(100% - 20px);
		flex-basis: calc(100% - 20px)
	}
}

.all-licenses_wrap .all-licenses__box a {
	padding: 15px;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	background: #0a1626;
	display: block
}

@media (min-width:0px) and (max-width:767px) {
	.all-licenses_wrap .all-licenses__box a {
		max-width: 300px;
		margin: 0 auto
	}
}

.all-licenses_wrap .all-licenses__box a:hover {
	background: #22374f;
	text-decoration: none;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 85, 164, .5);
	box-shadow: 0 0 10px 0 rgba(0, 85, 164, .5)
}

.all-licenses_wrap .all-licenses__box a:hover .all-licenses__title {
	color: #fff
}

.all-licenses_wrap .all-licenses__box img {
	margin: 0 auto 1px auto;
	height: 100px
}

.all-licenses_wrap .all-licenses__box .all-licenses__title {
	font-size: 16px;
	text-align: center;
	padding: 0 5px;
	text-transform: uppercase;
	line-height: 24px;
	display: block;
	font-weight: 700;
	color: #fff;
	margin-top: 10px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

@media (min-width:1025px) {
	.all-software {
		padding: 40px 0
	}
}

@media (min-width:0px) and (max-width:1024px) {
	.all-software {
		padding: 45px 0 40px
	}
}

.all-software_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.all-software_wrap .all-software__box {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	border-radius: 7px;
	background: #0a1626;
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (min-width:0px) and (max-width:767px) {
	.all-software_wrap .all-software__box {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center
	}
}

.all-software_wrap .all-software__box:not(:last-child) {
	margin-bottom: 10px
}

@media (min-width:768px) {
	.all-software_wrap .all-software__box .software__box-img {
		-ms-flex-preferred-size: 220px;
		flex-basis: 220px
	}
}

@media (min-width:0px) and (max-width:767px) {
	.all-software_wrap .all-software__box .software__box-img {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-bottom: 15px
	}

	.all-software_wrap .all-software__box .software__box-img a {
		max-width: 220px;
		margin: 0 auto
	}
}

@media (min-width:768px) {
	.all-software_wrap .all-software__box .software__box-content {
		-ms-flex-preferred-size: calc(100% - 250px);
		flex-basis: calc(100% - 250px)
	}
}

@media (min-width:0px) and (max-width:767px) {
	.all-software_wrap .all-software__box .software__box-content {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

.all-software_wrap .all-software__box .h3 {
	padding-bottom: 10px
}

.all-software_wrap .all-software__box .h3 a {
	color: #fff
}

.all-software_wrap .all-software__box .h3 a:hover {
	color: #0055a4
}

.all-software_wrap .all-software__box .button {
	font-size: 16px;
	text-align: center;
	line-height: 32px
}

.all-software_wrap .all-software__box img {
	margin: 0 auto 1px auto
}

.all-software_wrap .all-software__box .all-software__title {
	font-size: 16px;
	text-align: center;
	padding: 0 5px;
	text-transform: uppercase;
	line-height: 24px;
	display: block;
	font-weight: 700;
	color: #202020;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.single-software .content_1 {
	padding: 0
}

.single-software .single_thumb {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.single-software .single_thumb:after {
	background: rgba(255, 255, 255, .3) !important;
	z-index: -1 !important
}

.single-software .single_thumb img {
	max-width: 300px;
	width: 100%
}

.slot_iframe {
	max-width: 700px;
	margin: 0 auto
}

.slot-error-wrapper {
	padding: 15px 0
}

.slot-error {
	max-width: 700px;
	color: #fff;
	background-color: #0a1626;
	margin: 0 auto;
	padding: 10px 15px;
	text-align: center;
	font-weight: 500
}

.slot-error-link {
	color: #fff;
	text-decoration: underline
}

.slot-error-link:hover {
	cursor: pointer
}

.button-slot {
	display: block;
	margin: 15px auto 0 auto
}

.gry_boxes {
	padding: 40px 0
}

.gry_box:not(:last-child) {
	padding-bottom: 80px
}

.gry_box .gry_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 30px
}

@media (min-width:0px) and (max-width:767px) {
	.gry_box .gry_top {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.gry_box .gry_top .gry__img {
	width: 130px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px
}

.gry_box .gry_top .gry__img img {
	width: 100%
}

.gry_box .gry_top .gry__content {
	margin-left: 30px
}

@media (min-width:768px) {
	.gry_box .gry_top .gry__content {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
}

@media (min-width:0px) and (max-width:767px) {
	.gry_box .gry_top .gry__content {
		margin-left: 0
	}
}

@media (min-width:0px) and (max-width:767px) {
	.gry_box .gry_top .gry__content {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

.gry_box .gry_top .gry__content .gry__title {
	font-size: 32px;
	display: block;
	padding-bottom: 20px
}

.toc-wrap {
	margin-bottom: 30px
}

.toc-content {
	background: #0a1626
}

.toc-list {
	list-style: none
}

.toc-list li:not(:last-child) {
	padding-bottom: 15px
}

.toc-list li a {
	color: #fbfbfc;
	font-size: 16px;
	line-height: 25px
}

.fast_navigation {
	padding: 30px 0
}

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

@media (min-width:768px) {
	.fast_navigation .fast_navigation_wrap {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

@media (min-width:0px) and (max-width:767px) {
	.fast_navigation .fast_navigation_wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.fast_navigation .fast_navigation_wrap .fast_nav_box {
	margin-bottom: 30px
}

@media (min-width:1025px) {
	.fast_navigation .fast_navigation_wrap .fast_nav_box {
		-ms-flex-preferred-size: 32%;
		flex-basis: 32%
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.fast_navigation .fast_navigation_wrap .fast_nav_box {
		-ms-flex-preferred-size: 43%;
		flex-basis: 43%
	}
}

@media (min-width:0px) and (max-width:767px) {
	.fast_navigation .fast_navigation_wrap .fast_nav_box {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 400px
	}
}

.fast_navigation .fast_navigation_wrap .fast_nav_box a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
	color: #fbfbfc;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.fast_navigation .fast_navigation_wrap .fast_nav_box a:hover {
	text-decoration: none
}

.fast_navigation .fast_navigation_wrap .fast_nav_box a:hover .fast_nav__circle {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 85, 164, .5);
	box-shadow: 0 0 10px 0 rgba(0, 85, 164, .5)
}

.fast_navigation .fast_navigation_wrap .fast_nav_box .fast_nav__circle {
	-ms-flex-preferred-size: 100px;
	flex-basis: 100px;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px;
	background: #0055a4;
	margin-right: 40px;
	border-radius: 50%
}

.fast_navigation .fast_navigation_wrap .fast_nav_box .fast_nav__title {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.play_most-wrap {
	margin-bottom: 25px
}

.play_most-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.play_most-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-preferred-size: calc(25% - 7.5px);
	flex-basis: calc(25% - 7.5px);
	padding: 25px 15px 15px;
	margin-bottom: 5px
}

@media (min-width:0px) and (max-width:767px) {
	.play_most-item {
		-ms-flex-preferred-size: 49%;
		flex-basis: 49%
	}
}

.play_most-item img {
	width: 60px;
	height: 60px;
	margin-bottom: 25px
}

.play_most-title {
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	line-height: 20px
}

.content_1 {
	padding: 40px 0 0
}

@media (min-width:0px) and (max-width:767px) {
	.content_1 {
		padding: 20px 0 0
	}
}

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

@media (min-width:0px) and (max-width:767px) {
	.content_1 .content_1_wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.content_1 .content_1_wrap .content_1_text {
	margin-right: 30px
}

@media (min-width:768px) {
	.content_1 .content_1_wrap .content_1_text {
		-ms-flex-preferred-size: calc(100% - 330px);
		flex-basis: calc(100% - 330px)
	}
}

@media (min-width:0px) and (max-width:767px) {
	.content_1 .content_1_wrap .content_1_text {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

.content_2 {
	padding: 40px 0
}

@media (min-width:0px) and (max-width:767px) {
	.content_2 {
		padding: 30px 0 20px
	}
}

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

@media (min-width:0px) and (max-width:767px) {
	.content_2 .content_2_wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.content_2 .content_2_wrap .content_2_text {
	margin-right: 30px
}

@media (min-width:768px) {
	.content_2 .content_2_wrap .content_2_text {
		-ms-flex-preferred-size: calc(100% - 330px);
		flex-basis: calc(100% - 330px)
	}
}

@media (min-width:0px) and (max-width:767px) {
	.content_2 .content_2_wrap .content_2_text {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

@media (min-width:0px) and (max-width:767px) {
	.content_2 .content_2_wrap .sidebar_slots {
		padding-top: 40px
	}
}

.sidebar .h3 {
	padding: 16px 0;
	font-size: 18px;
	line-height: 24px;
	display: block;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: -o-radial-gradient(50% 50%, 179.08% 50%, #091321 0, #001b4d 100%);
	background: radial-gradient(179.08% 50% at 50% 50%, #091321 0, #001b4d 100%)
}

.sidebar_casino_slider {
	padding: 15px 0
}

.sidebar_casino_slider .swiper-wrapper {
	width: 100%;
	height: auto
}

.sidebar_casino_slider .swiper-container {
	width: 100%;
	height: 100%
}

.sidebar_casino_slider .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	visibility: hidden
}

.sidebar_casino_slider .swiper-slide img {
	background: rgba(255, 255, 255, .05);
	padding: 8px
}

.sidebar_casino_slider .swiper-slide button {
	text-align: center;
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: 0 0;
	width: 100%;
	border: none;
	color: #fbfbfc
}

.sidebar_casino_slider .swiper-slide button>span:first-child {
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%
}

.sidebar_casino_slider .swiper-slide button>span:nth-child(2) {
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
	font-weight: 700;
	margin: 0 5px
}

.sidebar_casino_slider .swiper-slide button>span:last-child {
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
	font-weight: 700;
	font-size: 13px;
	color: #c2c2c2
}

.sidebar_casino_slider .swiper-slide-active,
.sidebar_casino_slider .swiper-slide-active+div,
.sidebar_casino_slider .swiper-slide-active+div+div,
.sidebar_casino_slider .swiper-slide-active+div+div+div {
	visibility: visible
}

.sidebar_casino_slider .swiper-button-next,
.sidebar_casino_slider .swiper-button-prev {
	width: 15px;
	height: 34px;
	background-size: 14px 37px
}

.sidebar_casino_slider .swiper-button-prev {
	bottom: inherit;
	top: 50%;
	left: 95%;
	width: 35px;
	border: 2px solid #fff;
	border-radius: 50px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	display: none
}

.sidebar_casino_slider .swiper-button-next {
	top: 50%;
	left: 10px;
	width: 35px;
	border: 2px solid #fff;
	border-radius: 50px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	display: none
}

.casino_info_wrap {
	margin-top: 10px
}

.casino_info_wrap .casino_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 0 10px;
	margin: 0 10px;
	word-break: break-word
}

.casino_info_wrap .casino_info:not(:last-child) {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc
}

.casino_info_wrap .casino_info .casino__left {
	-ms-flex-preferred-size: 38%;
	flex-basis: 38%;
	margin-right: 30px
}

.casino_info_wrap .casino_info .casino__right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.top_3_block {
	margin-top: 20px
}

.top_3_block .top_3_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: center
}

.top_3_block .top_3_box img {
	background: rgba(255, 255, 255, .05);
	padding: 8px
}

.top_3_block .top_3_box:not(:last-child) {
	margin-bottom: 10px
}

.top_3_block .top_3_box button:not(.button) {
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
	background: 0 0;
	border: none
}

.top_3_block .top_3_box button.button {
	line-height: 38px;
	padding: 0 15px;
	font-size: 14px
}

.top_3_block .top_3_box .top_3_bonus {
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
	margin: 0 5%;
	white-space: pre-wrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	max-height: 52px;
	overflow: hidden
}

.top_3_block .top_3_box .top_3_btn {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0
}

.sidebar_casino {
	-ms-flex-preferred-size: 300px;
	flex-basis: 300px
}

@media (min-width:0px) and (max-width:767px) {
	.sidebar_casino {
		margin: 0 auto
	}
}

.sidebar_casino .sidebar_casino_header {
	padding: 16px 0;
	font-size: 18px;
	line-height: 24px;
	display: block;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #141d2f;
	background: -webkit-gradient(linear, left top, right top, from(#141d2f), to(#233b54));
	background: -o-linear-gradient(left, #141d2f 0, #233b54 100%);
	background: linear-gradient(to right, #141d2f 0, #233b54 100%)
}

.sidebar_casino .sidebar_casino_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 30px
}

.sidebar_casino .sidebar_casino_box:not(:last-child) {
	border-bottom: 1px solid rgba(247, 247, 247, .3)
}

.sidebar_casino .sidebar_casino_box .sidebar_casino_img {
	-ms-flex-preferred-size: 100px;
	flex-basis: 100px;
	margin-right: 20px;
	line-height: 1
}

.sidebar_casino .sidebar_casino_box .sidebar_casino_img button {
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	width: 100%
}

.sidebar_casino .sidebar_casino_box .sidebar_casino_img button img {
	margin: 0 auto;
	background: rgba(255, 255, 255, .05);
	padding: 8px
}

.error404 .content {
	text-align: center;
	padding: 40px 0
}

.error404 .content h1 {
	font-size: 3.75rem;
	font-weight: 400;
	line-height: 1.2;
	padding-bottom: 40px
}

.error404 .content h1 span {
	font-size: 5.3125rem;
	font-weight: 700;
	line-height: 1.2;
	color: #0055a4
}

.error404 .content p {
	font-size: 1.125rem
}

.single-kasyno .sidebar_fix {
	padding-top: 40px
}

#content.content {
	padding: 80px 0
}

.text-center {
	text-align: center
}

@media (min-width:0px) and (max-width:1024px) {
	.content {
		padding-top: 15px
	}
}

.content ol {
	counter-reset: list
}

@media (min-width:0px) and (max-width:767px) {
	.content ol {
		margin: 0 0 15px
	}
}

@media (min-width:768px) {
	.content ol {
		margin: 0 0 22px
	}
}

.content ol li {
	list-style: none;
	position: relative;
	padding-left: 25px
}

.content ol li:before {
	counter-increment: list;
	content: counter(list);
	font: 400 12px Rubik, sans-serif;
	line-height: 125%;
	color: #090c12;
	width: 15px;
	height: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	background-color: #ffbf00;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	left: 0
}

@media (min-width:1024px) {
	.content ol li:before {
		top: 5px
	}
}

input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
textarea {
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	background: #eee;
	border: 1px solid #ccc;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
textarea:focus {
	border: 1px solid #0055a4
}

textarea {
	resize: none;
	padding: 10px
}

@media (min-width:0px) and (max-width:767px) {
	textarea {
		height: 70px
	}
}

@media (min-width:768px) {
	textarea {
		height: 100px
	}
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: rgba(32, 32, 32, .49)
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: rgba(32, 32, 32, .49);
	opacity: 1
}

@media (min-width:1025px) {
	.flex_parent {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.flex_parent article {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.flex_parent article {
		margin-bottom: 20px
	}
}

@media (min-width:0px) and (max-width:767px) {
	.flex_parent article {
		margin-bottom: 10px
	}
}

footer nav#footer_menu_contact {
	padding: 20px 0 10px
}

@media (min-width:768px) {
	footer nav#footer_menu_contact ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-around
	}
}

footer nav#footer_menu_contact ul li {
	margin-bottom: 5px
}

@media (min-width:768px) {
	footer nav#footer_menu_contact ul li:not(:last-child) {
		margin-right: 10px
	}
}

@media (min-width:0px) and (max-width:767px) {
	footer nav#footer_menu_contact ul li {
		text-align: center
	}
}

footer nav#footer_menu_contact ul li a {
	color: #fbfbfc
}

footer .copy {
	background: #000;
	padding: 20px 0;
	text-align: center
}

footer .copy p {
	padding-bottom: 0
}

img.lazyload,
img.lazyloading {
	background-color: rgba(0, 0, 0, 0);
	opacity: .001
}

img.lazyload,
img.lazyloaded {
	opacity: 1;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

iframe.lazyload,
iframe.lazyloading {
	display: block;
	background-color: rgba(0, 0, 0, 0)
}

ol {
	margin-bottom: 25px
}

.table-slots .table-software-logo img {
	max-width: 100%;
	max-height: 100%
}

@media (max-width:767px) and (min-width:0px) {
	.table-slots .table-software-logo {
		height: 25px
	}
}

.main-h1 {
	text-align: center;
	font-size: 2em;
	font-weight: 500;
	color: #fbfbfc !important;
	margin-top: 25px;
	text-transform: uppercase;
	font: 400 2em/1.5714 Rubik, sans-serif, sans-serif
}

@media (max-width:1200px) {
	.main-h1 {
		padding-top: 40px
	}

	.casino__img img {
		margin: 0 auto;
		width: 250px;
		max-width: 250px
	}
}

.std-table {
	margin-top: 10px;
	width: 100%;
	text-align: left;
	margin-bottom: 40px
}

.std-table tr {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	display: flex;
	webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 0 10px;
	word-break: break-word
}

.std-table tr th {
	flex-basis: 25%;
	margin-right: 30px;
	font-weight: 500;
	padding-left: 15px
}

.std-table tr td {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right;
	padding-right: 15px
}

.flip-card_front-emoji {
	font-size: 6em;
	text-shadow: 0 -2px 0 rgba(191, 161, 0, .2), 0 -2px 0 rgba(191, 161, 0, .3), 0 2px 0 rgba(191, 161, 0, .3), 0 2px 0 rgba(191, 161, 0, .3), -2px 0 0 rgba(191, 161, 0, .3), 2px 0 0 rgba(191, 161, 0, .3), -2px 0 0 rgba(191, 161, 0, .3), 2px 0 0 rgba(191, 161, 0, .3), -2px -2px 0 rgba(191, 161, 0, .3), 2px -2px 0 rgba(191, 161, 0, .3), -2px 2px 0 rgba(191, 161, 0, .3), 2px 2px 0 rgba(191, 161, 0, .3), -2px -2px 0 rgba(191, 161, 0, .3), 2px -2px 0 rgba(191, 161, 0, .3), -2px 2px 0 rgba(191, 161, 0, .3), 2px 2px 0 rgba(191, 161, 0, .3)
}

.flip-card-back-title {
	font-size: 1.5em;
	line-height: 1.5em
}

.flip-card {
	min-height: 240px
}

.swiper-slide a img {
	width: 260px;
	height: 135px
}

@media (max-width:1024px) {
	.casino__pluses {
		display: none
	}

	.casino__title {
		text-align: center
	}
}

.iframe iframe {
	width: 100%;
	height: 500px
}

@media (max-width:560px) {
	.casino__pluses {
		display: none
	}

	.noPaddingTop {
		padding-top: 30px !important
	}

	.iframe iframe {
		height: auto
	}

	.main-h1 {
		padding-top: 0;
		margin-top: 15px;
		margin-bottom: 0;
		padding-bottom: 0
	}

	.casino_top_block {
		padding: 0
	}

	.casino__title {
		display: none
	}

	.std-table tr {
		display: block;
		margin: 5px 0
	}

	.std-table tr th {
		display: block;
		width: 100%;
		max-width: 100%;
		text-align: left;
		border-bottom: none;
		border-top: none;
		padding: 6px 10px
	}

	.std-table tr td {
		padding: 2px 0 10px 30px;
		display: block;
		width: 100%;
		max-width: 100%;
		text-align: left
	}

	.std-table tr td::before {
		content: "➡";
		float: left;
		font-weight: 700;
		margin-right: 5px
	}

	.swiper-slide a img {
		width: 90px;
		max-width: 90px;
		height: 60px
	}

	.sidebar_casino_slider {
		padding: 0
	}

	.banner__style_5 {
		margin-bottom: 15px
	}

	#footer_menu_contact {
		padding: 10px 0 10px !important
	}

	.swiper-button-next,
	.swiper-button-prev {
		display: none
	}

	.first_screen {
		padding-bottom: 10px
	}

	.casino_content {
		padding-top: 10px
	}
}

.toc-list-dtls ol {
	padding: 0;
	margin: 10px 0;
	list-style: none
}

details summary {
	list-style: none
}

details summary::-webkit-details-marker {
	display: none
}

details:focus,
summary:focus {
	outline: 0
}

details summary::after {
	content: '+';
	margin-left: 10px;
	display: inline-block;
	width: 17px;
	height: 17px;
	line-height: 17px;
	font-size: 16px;
	background: #0142afc7;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	cursor: pointer;
	font-family: sans-serif
}

details[open] summary::after {
	content: '-'
}

.noPaddingTop {
	padding-top: 0
}

.mobile-grid {
	text-align: center;
	display: flex;
	justify-content: space-around;
}

.mob-link {
	display: inline-block;
	background-size: contain;
	height: 54px;
	color: transparent;
	border-radius: 10px;
}

.android-app {
	background: url(../img/android.jpg) center center no-repeat;
	width: 196px;
}

.appstore {
	background: url(../img/app-store.jpg) center center no-repeat;
	width: 196px;
}

@media (max-width:452px) {
	.mobile-grid {
		text-align: center;
		display: grid;
	}

	.mob-link {
		margin-bottom: 15px;
	}
}

.age {
	background: #B30000;
	max-width: 36px;
	max-height: 35px;
	line-height: 32px;
	border-radius: 50%;
	margin-right: 10px;
	text-align: center;
	padding: 0 4px;
	width: 100%;
	height: 100%;
}

.corg-footer-inr {
	text-align: center;
	margin: 0 auto;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.copyr a {
	color: #168fe7;
}
.copyr a:hover {
	color: #50abec;
	text-shadow: #0084ff 0 0 3px;
}

.star-rating {
	display: flex;
	gap: 4px;
}

.c-star {
	width: var(--size, 16px);
	height: var(--size, 16px);
	fill: #fed94b;

	svg.active {
		fill: #fed94b;
	}
}
.wrapp_comments {
	margin-top: 20px;
}

.m-t30 {
	margin-top: 30px;
}

.button-w {
	width: 100%;
}

.casino_top_block .casino_top_wrap .casino__btn .border-promo {
	border: 2px dashed #0055a4;
	border-radius: 20px;
	padding: 5px 35px;
}
.manager-widget-main {
	display: grid
}

.social-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.article ol:not(:left-child),
.article p:not(:left-child),
.article ul:not(:left-child) {
	margin-bottom: 1rem
}

.manager-widget-main {
	--gap: 1.5rem;
	--grid-template: 1fr;
	grid-gap: var(--gap);
	grid-template-columns: var(--grid-template)
}

.manager-widget-photo {
	border-radius: 50%;
	height: 8rem;
	width: 8rem
}

.manager-widget-photo img {
	border-radius: inherit;
	-o-object-fit: cover;
	object-fit: cover
}

.manager-widget-name {
	color: var(--c32);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25rem
}
.manager-widget-name h2{color: #8dbaff;}
.manager-widget-position h4 {
	/* margin-bottom: .5rem */
	color: #9e9e9e;
	
}

@media screen and (min-width:768px) {
	.manager-widget-main {
		--gap: 2.5rem;
		--grid-template: 8rem 1fr auto;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.social-icons {
	grid-gap: 1rem
}

.social-icons a:hover {
	opacity: .85
}

.social-icons .icon {
	font-size: 2rem
}
/* secure */
.secure-seals {display: flex; margin-left: auto; margin-right: auto;margin-top: 15px; justify-content: center;}
.secure-seals-item:not(:last-child) {margin-right: 15px;}
.secure-seals-item {-ms-flex-item-align: center; align-self: center;}

.comment-form {
    display: block !important;
    overflow: hidden;
    /* padding-bottom: 20px; */
    border-radius: 4px;
    position: relative;
	background: -webkit-gradient(linear, left top, left bottom, from(#001740), color-stop(14.04%, #091321));
	background: -o-linear-gradient(top, #001740 0, #091321 14.04%);
	background: linear-gradient(180deg, #001740 0, #091321 14.04%);
    color: #fff;
    font-size: 14px;
	margin-bottom: 30px;
}
.wrapp_comments {
    margin-top: 20px;
}
.comment_element {
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 15px;
	background: linear-gradient(180deg, #001740 0, #091321 14.04%);
    box-shadow: 0 3px 5px 0 #656565;
}
.wrapp_comment_element {
    overflow: hidden;
}

.wrapp_comment_element > * {
    float: left;
}
.usr_info {
    font-size: 18px;
}
.wrapp_comment_element > * {
    float: left;
}
.usr_info {
    width: calc(100% - 65px);
}
.usr_comm_date {
    font-size: 12px;
    color: #c1c1c1;
    padding: 0;
}
.wrapp_comment_element > * {
    float: left;
}
.usr_comment_content {
    border-top: 1px solid #c1c1d1;
    margin-top: 10px;
    padding-top: 10px;
}
.answer_comment {
    color: red;
    display: block;
    text-align: right;
    margin-top: 10px;
}
.comment-form {
    display: block;
}
.comment-form > div {
    margin: 15px;
}
@media (min-width: 1200px) {
    .col-lg-12 {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .col-lg-12,
    .col-lg-6 {
        float: left;
    }
}
.col-lg-12,
.col-lg-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
}
.comment-form input,
.comment-form label {
    width: 100%;
    display: block;
}
.ttl-input {
    padding: 5px;
    border-radius: 5px;
    font-size: 18px;
}
input[type="email"],
input[type="text"],
textarea {
    -webkit-appearance: none;
}
.comment-form input,
.comment-form label {
    width: 100%;
    display: block;
}
input.ttl-input {
    border: 2px solid #fff;
}
.ttl-input {
    padding: 5px;
    border-radius: 5px;
    font-size: 18px;
}
textarea.ttl-input {
    width: 100%;
    min-height: 100px;
    resize: vertical;
}
.ttl-input {
    padding: 5px;
    border-radius: 5px;
    font-size: 18px;
}
.simple-btn {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: inline-block;
    border-radius: 3px;
    border: 3px solid #ffd800;
    background-color: transparent;
    font-size: 19px;
    font-weight: 400;
    padding: 10px;
    color: #fff;
    text-decoration: none;
}
@media only screen and (max-width: 767px) {
    .simple-btn {
        font-size: 16px;
        padding: 5px;
    }
}
@media only screen and (max-width: 599px) {
    .simple-btn {
        border-width: 2px;
    }
}
.simple-btn:hover {
    background-color: #002462;
}
.text-center, #article-text .std-table tr td {
    text-align: center;
}
#navigation.block :is(h2,ul){margin: 0;padding: 0;}
#navigation.block :is(h2,h3){border-bottom: dotted 6px #ffd800;padding-bottom:.5rem;width: fit-content;color: #fff;}
#navigation.block :is(p,li) {font-size: 1rem;line-height: 1.35;font-weight: 500;color: #fff;}
#navigation.block .toc-list-contents li :is(a:hover,a:focus){color:#ffd800;}
@media (max-width:500px){#navigation.block :is(p,li){font-size: 1.4rem;}#navigation.block :is(h2,h3){font-size: 2.25rem;line-height: 1.4;}}
.info-contacts{display: flex; justify-content: space-between;}
.block-contact{width: 33%; margin-left: 10px; margin-right: 10px; text-align: center;}
.title-contact{font-weight: 900;}
.content-wrap .block-contact p {color: #fff;}
.content-wrap .block-contact .title-contact{color: #0055a4;}
@media (max-width: 790px){.info-contacts{display: block;}.block-contact{width: 100%;text-align: left;}}
.title-block{background: linear-gradient(180deg, #001740 0, #091321 14.04%);padding: 20px 15px 10px;margin-bottom: 30px;border-radius: 3px;}
.text-about{text-align: center; font-size: 26px;color: #7e7e7e; }
.oficial-h2 {padding: 16px 0;
    font-size: 18px;
    line-height: 24px;
    display: block;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: -o-radial-gradient(50% 50%, 179.08% 50%, #091321 0, #001b4d 100%);
    background: radial-gradient(179.08% 50% at 50% 50%, #091321 0, #001b4d 100%);
}

/* *** */


.grey {
	background-color: #9e9e9e !important
}

.dark-grey-text,
.dark-grey-text:focus,
.dark-grey-text:hover {
	color: #4f4f4f !important
}


ul.stepper {
	counter-reset: section;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 1em -1.5rem;
	padding: 1.5rem
}

ul.stepper li .circle-a {
	padding: 1.5rem;
	text-align: center
}

ul.stepper li .circle-a .circle {
	display: inline-block;
	color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: rgba(0, 0, 0, .38);
	width: 1.75rem;
	height: 1.75rem;
	text-align: center;
	line-height: 1.7rem;
	margin-right: .5rem
}

.stepper-vertical,
.stepper-vertical li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-direction: normal
}

.stepper-vertical {
	position: relative;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.stepper-vertical li {
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative
}

.stepper-vertical li a {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.stepper-vertical li a .circle {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

.stepper-vertical li .step-content {
	display: block;
	margin-top: 0;
	margin-left: 3.13rem;
	padding: .94rem
}

.stepper-vertical li .step-content p {
	font-size: .88rem
}

.stepper-vertical li:not(:last-child):after {
	content: "";
	position: absolute;
	width: 1px;
	height: calc(100% - 40px);
	left: 2.19rem;
	top: 3.44rem;
	background-color: rgba(0, 0, 0, .1)
}

@supports (-ms-overflow-style:none) {}
.timeline-main .stepper.stepper-vertical.timeline li a {
	padding: 0 24px;
	left: 50%
}

@media (min-width:451px) and (max-width:1025px) {
	.timeline-main .stepper.stepper-vertical.timeline li a {
		left: 6%
	}
}

.timeline-main .stepper.stepper-vertical.timeline li a .circle {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	margin-left: -50px;
	background-color: #ccc;
	z-index: 2
}

.timeline-main .stepper.stepper-vertical.timeline li .step-content {
	width: 45%;
	float: left;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: relative
}

@media (max-width:450px) {
	.timeline-main .stepper.stepper-vertical.timeline li a {
		left: 6%
	}

	.timeline-main .stepper.stepper-vertical.timeline li .step-content {
		width: 80%;
		left: 3rem;
		margin-right: 3rem;
		margin-bottom: 2rem;
		float: right
	}
}

@media (min-width:451px) and (max-width:1025px) {
	.timeline-main .stepper.stepper-vertical.timeline li .step-content {
		width: 85%;
		left: 3rem;
		margin-right: 3rem;
		margin-bottom: 2rem;
		float: right
	}
}

.timeline-main .stepper.stepper-vertical.timeline li .step-content:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #e0e0e0;
	border-right: 0 solid #e0e0e0;
	border-bottom: 15px solid transparent;
	content: " "
}

@media (max-width:450px) {
	.timeline-main .stepper.stepper-vertical.timeline li .step-content:before {
		border-left-width: 0;
		border-right-width: 15px;
		left: -15px;
		right: auto
	}
}

@media (min-width:451px) and (max-width:1025px) {
	.timeline-main .stepper.stepper-vertical.timeline li .step-content:before {
		border-left-width: 0;
		border-right-width: 15px;
		left: -15px;
		right: auto
	}
}

.timeline-main .stepper.stepper-vertical.timeline li .step-content:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " "
}

@media (max-width:450px) {
	.timeline-main .stepper.stepper-vertical.timeline li .step-content:after {
		border-left-width: 0;
		border-right-width: 14px;
		left: -14px;
		right: auto
	}
}

@media (min-width:451px) and (max-width:1025px) {
	.timeline-main .stepper.stepper-vertical.timeline li .step-content:after {
		border-left-width: 0;
		border-right-width: 14px;
		left: -14px;
		right: auto
	}
}

.timeline-main .stepper.stepper-vertical.timeline li.timeline-inverted {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.timeline-main .stepper.stepper-vertical.timeline li.timeline-inverted .step-content {
	float: right
}

.timeline-main .stepper.stepper-vertical.timeline li.timeline-inverted .step-content:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto
}

.timeline-main .stepper.stepper-vertical.timeline li.timeline-inverted .step-content:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto
}

.timeline-main .stepper.stepper-vertical.timeline li:not(:last-child):after {
	content: " ";
	position: absolute;
	width: 3px;
	background-color: #e0e0e0;
	left: 50%;
	top: 65px;
	margin-left: -1.5px
}

@media (min-width:451px) and (max-width:1025px) {
	.timeline-main .stepper.stepper-vertical.timeline li:not(:last-child):after {
		left: 6%
	}
}

@media (max-width:1025px) {
	.timeline-main .stepper.stepper-vertical.timeline li {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end
	}
}

@media (max-width:450px) {
	.timeline-main .stepper.stepper-vertical.timeline li:not(:last-child):after {
		left: 6%
	}
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li a {
	padding: 0
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li a .circle {
	width: 23px;
	height: 23px;
	line-height: 23px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	margin-left: -12px;
	background-color: #ccc;
	z-index: 2
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content {
	width: 45%;
	float: left;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	background-color: #0017408c;
}

@media (max-width:450px) {
	.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content {
		width: 80%;
		left: 3rem;
		margin-right: 3rem;
		margin-bottom: 2rem;
		float: right
	}
}

@media (min-width:451px) and (max-width:1025px) {
	.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content {
		width: 85%;
		left: 3rem;
		margin-right: 3rem;
		margin-bottom: 2rem;
		float: right
	}
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content:before {
	position: absolute;
	top: 15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #e0e0e0;
	border-right: 0 solid #e0e0e0;
	border-bottom: 15px solid transparent;
	content: " "
}

@media (max-width:450px) {
	.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content:before {
		border-left-width: 0;
		border-right-width: 15px;
		left: -15px;
		right: auto
	}
}

@media (min-width:451px) and (max-width:1025px) {
	.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content:before {
		border-left-width: 0;
		border-right-width: 15px;
		left: -15px;
		right: auto
	}
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content:after {
	position: absolute;
	top: 15px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " "
}

@media (max-width:450px) {
	.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content:after {
		border-left-width: 0;
		border-right-width: 14px;
		left: -14px;
		right: auto
	}
}

@media (min-width:451px) and (max-width:1025px) {
	.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content:after {
		border-left-width: 0;
		border-right-width: 14px;
		left: -14px;
		right: auto
	}
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content.hoverable {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content.hoverable:hover {
	-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li:not(:last-child):after {
	width: 2px;
	background-color: #9e9e9e;
	top: 32px;
	height: 100%
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li.timeline-inverted .step-content:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li.timeline-inverted .step-content:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px
}
.step-text li:after {
	opacity: 0;
}

section {
	display: block
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.col-9,
.col-md-12,
.col-md-9 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

@media(min-width:768px) {
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.mb-0 {
	margin-bottom: 0 !important
}

.ml-3 {
	margin-left: 1rem !important
}

.mt-5,
.my-5 {
	margin-top: 3rem !important
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important
}

.pl-0 {
	padding-left: 0 !important
}

.pt-2 {
	padding-top: .5rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.pt-5 {
	padding-top: 3rem !important
}

.mx-auto {
	margin-right: auto !important
}

.mx-auto {
	margin-left: auto !important
}

@media(min-width:1200px) {
	.mr-xl-3 {
		margin-right: 1rem !important
	}
}

.text-center {
	text-align: center !important
}

.font-weight-bold {
	font-weight: 700 !important
}
