<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.button,
.main {
	display: flex
}

*,
html {
	-moz-osx-font-smoothing: grayscale
}

.home,
.main {
	flex-direction: column
}

.button__text,
.slide__info-title {
	font-weight: 700;
	text-transform: uppercase
}

.button:hover:after,
.menu-item:hover:not(.active):after,
.slide__info-link:hover:after {
	transform: translate(-50%, -50%) scale(1)
}

.atropos-inner,
.atropos-rotate,
.button,
.button__text,
.footer,
.game-main .rcs-outer-container,
.game-slider__item,
.home,
.home-center,
.langs,
.menu li,
.menu-item,
.slide__info-button,
.slide__info-link,
body,
section {
	position: relative
}

.button:after,
.menu-item:after,
.slide__info-link:after {
	content: "";
	transform: translate(-50%, -50%) scale(0)
}

.button__text,
.langs,
.slide__info-button-text,
.slide__info-title {
	text-transform: uppercase
}

.first_content.category_games,
.slide,
header.header-scroll {
	background: #000
}

.home,
.main,
body {
	min-height: 100vh
}

.home .atropos-wrapper,
.home .scene {
	inset: 0;
	position: absolute
}

*,
.atropos-rotate-touch {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.atropos-inner,
.slide__image,
section {
	overflow: hidden
}

.content a:hover,
a {
	text-decoration: none
}

@font-face {
	font-family: Gilroy;
	src: local("Gilroy Bold"), local("Gilroy-Bold"), url(/../fonts/gilroy-bold.da918b94.woff2) format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Gilroy;
	src: local("Gilroy Medium"), local("Gilroy-Medium"), url(/../fonts/gilroy-medium.325b7de6.woff2) format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Gilroy;
	src: local("Gilroy Bold Italic"), local("Gilroy-Bold-Italic"), url(/../fonts/media/gilroy-bolditalic.81e43c67.woff2) format("woff2");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: Gilroy;
	src: local("Gilroy Semibold"), local("Gilroy-Semibold"), url(/../fonts/gilroy-semibold.2be39dd8.woff2) format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

body,
html {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

* {
	zoom: 1;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	box-sizing: border-box
}

a,
body,
div,
form,
h1,
h2,
h3,
h4,
html,
img,
label,
li,
p,
span,
ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size: 100%;
	vertical-align: baseline;
	font-display: block
}

html {
	cursor: default;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: none;
	font-variant-ligatures: none;
	-webkit-font-variant-ligatures: none;
	text-rendering: optimizeLegibility;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px
}

body,
button,
input,
textarea {
	font-family: Gilroy, sans-serif;
	font-display: block;
	font-feature-settings: "tnum";
	font-variant-numeric: tabular-nums;
	border: 0
}

ul {
	list-style: none
}

a img {
	border: none
}

.button,
.slide {
	border-radius: 10px
}

a {
	color: inherit
}

body {
	line-height: 1;
	background-color: #000;
	font-family: Gilroy
}

:root {
	font-size: max(16px, 1vw)
}

#form_popup,
header {
	position: fixed;
	z-index: 100
}

.button {
	align-items: center;
	justify-content: center;
	width: 267px;
	height: 56px;
	margin: 0 auto;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	border-style: solid;
	border-width: 3px;
	transition: .1s;
	cursor: pointer
}

.button:hover:after {
	transition: transform .4s
}

.button:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 252px;
	height: 20px
}

.button._red {
	border-color: #288ff2;
	background: rgba(28, 28, 28, .01)
}

.games-list__item:not(._after):hover .slide__info-button:after,
.slide__info-link:after {
	background: radial-gradient(50% 50% at 50% 50%, #fff 0, hsla(0, 0%, 100%, 0) 100%)
}

.button._red:hover {
	box-shadow: 0 0 10px 1px #288ff2
}

.button._red:after {
	background: radial-gradient(50% 50% at 50% 50%, #288ff2 0, rgba(255, 0, 58, 0) 100%)
}

.button__text {
	z-index: 1;
	font-size: 20px;
	text-align: center;
	letter-spacing: .1em;
	color: #fff
}

.slide {
	height: 400px
}

.langs_menu,
.slide__info-button {
	background: #1c71c3;
	border-radius: 8px
}

.slide__image {
	height: 200px;
	border-radius: 10px 10px 0 0
}

.slide__image img {
	border-radius: 10px 10px 0 0;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top
}

@media (max-width:500px) {
	.first_content img {
		max-width: 300px
	}
}

.slide__info {
	padding: 20px 30px 30px;
	color: #fff
}

.slide__info-title {
	margin-bottom: 10px;
	font-size: 18px
}

.slide__info-text {
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical
}

.slide__info-link {
	display: inline-block;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 14px
}

.menu,
.slide__info-button {
	display: flex;
	align-items: center
}

.slide__info-link:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120px;
	height: 16px;
	transition: transform .1s ease-in
}

.slide__info-button {
	justify-content: center;
	height: 40px;
	z-index: 1;
	cursor: pointer;
	margin: 0 20px;
	/* margin: 0 auto; */
	padding: 10px;
	width: fit-content
}

.slide__info-button:hover:after {
	opacity: 1
}

.slide__info-button:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(40, 143, 242, .8);
	filter: blur(19px);
	border-radius: 8px;
	opacity: 0;
	transition: opacity .1s ease-in
}

.slide__info-button-text {
	position: relative;
	z-index: 1;
	font-size: 16px;
	font-weight: 700;
	color: #fff
}

.home-btn,
.home-center-bg,
.langs_menu,
.menu-item:after,
.slide .game-link,
.sub_menu {
	position: absolute
}

.slide .game-link {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer
}

.menu {
	color: #fff;
	font-size: 14px;
	gap: 25px
}

.menu li {
	margin: 10px 0
}

.content ul,
.content&gt;p {
	margin-bottom: 1rem
}

.sub_menu {
	display: none;
	top: 100%;
	left: 0;
	background: #288ff2;
	padding: 10px;
	width: 110%;
	z-index: 100000
}

.langs svg,
.menu-item-has-children svg {
	fill: #fff;
	transition: .2s
}

.langs.active svg,
.menu-item-has-children.active svg {
	transform: rotate(180deg)
}

#form_popup.active,
.game-slider .container__inner,
.langs.active .langs_menu,
.menu-item-has-children.active .sub_menu {
	display: block
}

.menu-item {
	cursor: pointer;
	display: flex;
	gap: 10px
}

.menu-item:after {
	top: 50%;
	left: 50%;
	z-index: -1;
	width: 166%;
	height: 8px;
	transition: transform .1s ease-in;
	background: radial-gradient(50% 50% at 50% 50%, #288ff2 0, rgba(255, 0, 58, 0) 100%)
}

.langs {
	color: #fff;
	font-weight: 700
}

.langs_current {
	padding: 20px 10px;
	display: flex;
	gap: 10px
}

#form_popup,
.burger,
.fslightbox-toolbar-button.fslightbox-flex-centered:first-child,
.langs_menu,
.langs_mob,
.rating-container input {
	display: none
}

.langs_menu {
	padding: 20px 10px;
	width: 100%
}

header {
	display: flex;
	align-items: center;
	padding: 20px 25px
}

header button {
	margin: 0 20px
}

.header-menu {
	margin-left: auto
}

.header-logo {
	width: 138px;
	height: 40px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/images/home/home-logo.png);
	cursor: pointer
}

.burger svg {
	fill: #fff;
	font-size: 30px
}

.footer {
	z-index: 1;
	display: flex;
	padding: 20px 100px;
	background: #242424;
	gap: 30px;
	justify-content: space-between
}

.home .scene,
.home-btn {
	z-index: 2
}

.footer-logo img,
.games_category_item img {
	max-width: 200px
}

.footer-title {
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	color: #fcfcfc;
	width: 100%
}

.footer-menu-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 20px;
	max-width: 200px
}

@media (max-width:1000px) {
	.footer-menu-list {
		grid-template-columns: 1fr
	}
}

@media (max-width:767px) {
	.footer-menu-list {
		grid-template-columns: 1fr 1fr
	}

	.langs_desk {
		display: none
	}

	.burger,
	.header-menu.active,
	.langs_mob {
		display: block
	}

	header {
		justify-content: space-between
	}

	.header-menu {
		display: none;
		background: #000;
		position: absolute;
		top: 100%;
		right: 0;
		padding: 20px
	}

	.header-menu .menu {
		display: flex;
		flex-direction: column
	}

	.slide__info-button {
		margin: 0 10px
	}

	.slide__info-button-text {
		font-size: 10px
	}

	.footer-right {
		order: -1
	}
}

.footer-menu-list__item {
	display: block;
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	color: #919191;
	cursor: pointer
}

.container,
.footer-menu-list__item:hover,
.game-main,
.game-slider {
	color: #fff
}

.home {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 100px 20px;
	background: #111010
}

@media screen and (max-width:1280px) {
	.home {
		padding-right: 50px;
		padding-left: 50px
	}
}
@media screen and (max-width: 450px) {
	.home {
		min-height: 844px;
	}
}

.home .atropos-wrapper,
header {
	min-width: 100%
}

.game-iframe,
.home .atropos {
	height: 100%
}

.home .atropos-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.home .dots1,
.home .dots2 {
	position: absolute !important;
	inset: 0;
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 500
}

.home .dots1 {
	background-image: url(/images/home/stars1.png)
}

.home .dots2 {
	background-image: url(/images/home/stars2.png)
}

.home-center {
	width: 700px;
	height: 700px;
	max-width: 100%;
	margin: -5% auto 90px
}

.home-center-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/images/home/home-cross.png)
}
@media screen and (max-width: 450px) {
	.home-center-bg {
		background: url('/images/home/home-cross.png') no-repeat;
		background-position: 50%;
		background-size: 350px auto;
	}
}
.first_content,
.games,
.games_category {
	background: #288ff2
}

.home-btn {
	bottom: 10%;
	margin-bottom: 5%
}

@media (max-width:860px) and (orientation:landscape),
screen and (max-width:767px) and (orientation:portrait) {
	.slide__info {
		padding-top: 15px;
		padding-bottom: 5px
	}

	.slide__info-title {
		margin-bottom: 5px;
		font-size: 13px
	}

	.slide__info-text {
		margin-bottom: 5px
	}

	.slide__info-link {
		font-size: 10px;
		margin-bottom: 10px
	}

	.slide__info-button {
		height: 30px
	}

	.menu {
		margin-right: 0
	}

	.header-logo {
		width: 86px;
		background-image: url(/images/mobile-logo.svg)
	}

	.footer {
		padding: 30px 0;
		flex-direction: column;
		justify-content: center;
		align-items: center
	}

	.footer-logo {
		margin: 0 0 30px
	}

	.footer-menu {
		margin: 0 0 12px
	}

	.footer-menu-list__item {
		text-align: center;
		margin-bottom: 9px
	}

	.footer-right {
		margin: 0
	}

	.home {
		padding: 0 0 24px
	}

	.home .scene {
		display: none
	}

	.home-center {
		margin: 60px auto
	}

	.home .home-btn {
		height: 50px;
		margin-bottom: 34px
	}

	.home .button__text {
		font-size: 16px
	}
}

.container {
	position: relative;
	max-width: 100%;
	padding: 16px
}

@media (min-width:768px) and (max-width:1024px) {
	.container {
		max-width: 768px;
		margin: 0 auto
	}
}

@media (min-width:1024px) {
	.container {
		max-width: 1024px;
		margin: 0 auto
	}
}

@media (min-width:1600px) {
	.container {
		max-width: 1600px
	}
}

.atropos {
	position: relative;
	display: block;
	perspective: 1200px;
	transform: translateZ(0)
}

.atropos-inner,
.atropos-rotate,
.atropos-scale {
	width: 100%;
	transform-style: preserve-3d;
	height: 100%;
	display: block
}

.atropos-rotate-touch {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: none
}

.atropos-rotate,
.atropos-scale {
	transition-property: transform
}

.atropos-inner {
	transform: translateZ(0)
}

.content {
	font-weight: 500;
	font-size: .8125rem;
	line-height: 150%;
	color: #fcfcfc
}

.content img {
	max-height: 500px;
	max-width: 100%;
	height: auto;
	width: 100%;
	object-fit: contain
}

.content a {
	color: #288ff2;
	text-decoration: underline
}

.content ul {
	padding-left: 2.5rem
}

.content ul li {
	list-style-type: disc;
	margin-bottom: .625rem
}

.content ul li:last-of-type {
	margin-bottom: 0
}

.container h1,
.container h2,
.container h3,
.container h4,
.games_category_title {
	margin: 2.5rem 0 1rem;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 132.5%;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fcfcfc
}

.deposite-block__header,
.deposite-block__text {
	line-height: 1;
	text-transform: uppercase;
	text-align: center
}

.container h1 {
	margin: .5rem 0;
	font-size: 2.2rem
}

.container h2 {
	margin: .5rem 0;
	font-size: 1.875rem
}

.container h3 {
	margin: .5rem 0;
	font-size: 1.5rem
}

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

	.container h1,
	.container h2,
	.container h3,
	.container h4 {
		margin: 1rem 0
	}

	.content {
		font-size: 1rem;
		text-align: justify
	}

	.container h1 {
		font-size: 3.5rem
	}

	.container h2 {
		font-size: 3.375rem
	}

	.container h3 {
		font-size: 2.625rem
	}

	.container h4 {
		font-size: 1.875rem
	}
}

.first_content_wrapper {
	display: flex;
	gap: 50px;
	justify-content: space-between;
	align-items: center
}

.tns-ovh {
	padding: 20px 0
}

.tns-controls {
	position: absolute;
	display: flex;
	gap: 10px;
	right: 16px;
	top: 16px
}

.tns-controls button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background-color: #000;
	fill: #fff;
	font-size: 30px;
	border-radius: 10px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 6px 10px;
	cursor: pointer;
	border: none;
	transition: .3s
}

.tns-controls button:hover {
	background-color: #fff;
	fill: #000
}

.slide .slide__info-button {
	position: absolute;
	width: 50%;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	margin: 0
}

.games_category_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px
}

.games_category_item {
	background: #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px
}

.image_half {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	gap: 20px
}

.deposite-block {
	position: relative;
	margin: 20px auto;
	max-width: 300px
}

.deposite-block__get-bonus {
	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-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.deposite-block__get-bonus input {
	border: 1px solid #003b90;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 12px 0 0 12px;
	font-weight: 700;
	font-size: 14px;
	width: 51%;
	padding: 7px 20px 6px;
	outline: 0;
	-webkit-box-shadow: 0 14px 25px rgba(1, 60, 160, .44);
	box-shadow: 0 14px 25px rgba(1, 60, 160, .44);
	background-color: #fff;
	height: 40px
}

.deposite-block__get-bonus a,
.deposite-block__get-bonus button {
	background-image: linear-gradient(255deg, #00b7ff, #8d53e9);
	border: unset;
	border-radius: 0 12px 11px 0;
	height: 40px;
	width: 30%;
	-webkit-box-shadow: 0 0 50px #2a8047;
	box-shadow: 0 0 50px #2a8047;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: flex
}

.deposite-block__get-bonus a:hover,
.deposite-block__get-bonus button:hover {
	cursor: pointer;
	background: #8d53e9;
	border: unset;
	border-radius: 0 12px 11px 0;
	width: 30%;
	-webkit-box-shadow: 0 0 50px #2a8047;
	box-shadow: 0 0 50px #2a8047;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff
}

.deposite-block__header {
	color: #ffe352;
	margin-bottom: 10px
}

.deposite-block__amount {
	font-size: 50px;
	color: #24cc5f;
	font-weight: 700;
	text-shadow: 1px 0 1px #ffdf39, 0 1px 1px #ffdf39, -1px 0 1px #ffdf39, 0 -1px 1px #ffdf39;
	text-align: center
}

.deposite-block__wrap {
	position: relative;
	padding: 15px 0;
	z-index: 2;
	border: 2px solid #1b1912;
	border-radius: 25px;
	background-color: #090f1e;
	background-size: cover;
	min-width: 300px;
	-webkit-box-shadow: 1px 0 1px #473e12, 0 1px 1px #39ffa4, -1px 0 1px #473e12, 0 -1px 1px #ffdf39;
	box-shadow: 1px 0 1px #473e12, 0 1px 1px #39ffa4, -1px 0 1px #473e12, 0 -1px 1px #ffdf39
}

.deposite-block__wrap:after {
	position: absolute;
	width: 83px;
	height: 101px;
	background-size: contain;
	top: 60px;
	left: -17px;
	background-repeat: no-repeat;
	background-image: url(/img/coin-to-iwins.webp);
	content: " "
}

.deposite-block__arrow-img {
	-webkit-animation: 2s steps(2) infinite stopsignal;
	animation: 2s steps(2) infinite stopsignal
}

.deposite-block__arrow {
	position: relative;
	height: 50px;
	margin-top: 20px
}

.deposite-block__arrow img:nth-child(2) {
	width: 40px;
	position: absolute;
	top: 0;
	right: calc(50% - 20px);
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.deposite-block__arrow img:first-child {
	width: 88px;
	position: absolute;
	top: 0;
	right: calc(50% - 44px)
}

.deposite-block__text {
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .5px;
	margin-bottom: 15px
}

.faq_item {
	padding: 20px;
	margin: 10px 0;
	background: #288ff2;
	border-radius: 8px
}

.faq_item .panel-title {
	font-size: 25px;
	margin-bottom: 10px;
	font-weight: 700
}

.comments-area {
	margin: 35px 0
}

.comments-area .comments__wrap {
	border-radius: var(--border-radius);
	padding: 30px 40px
}

.comments-area .comment-respond form {
	display: flow-root
}

.comments-area .comment-respond .comment-form-comment {
	width: 75%;
	float: left
}

.comments-area .comment-respond .comment-form-comment textarea {
	width: 99%;
	border: 1px solid var(--main-accent-color);
	border-radius: var(--border-radius);
	outline: 0;
	padding: 20px;
	border-radius: 8px
}

.comments-area .comment-respond .comment-form-captcha {
	float: right;
	width: 100%;
	margin-bottom: 8px;
	text-align: right
}

.comments-area .comment-respond .comment-form-captcha input {
	border: 1px solid var(--main-accent-color);
	border-radius: var(--border-radius);
	outline: 0;
	padding: 6px
}

.comments-area .comment-respond .comment-form-author,
.comments-area .comment-respond .comment-form-email {
	float: right;
	width: 20%;
	margin-bottom: 8px
}

.comments-area .comment-respond .comment-form-author input,
.comments-area .comment-respond .comment-form-email input {
	border: 1px solid var(--main-accent-color);
	padding: 10px;
	outline: 0;
	width: 100%
}

.comments-area button,
.comments-area input {
	border-radius: 8px
}

.comments-area .comment-respond .form-submit {
	float: right;
	width: 20%
}

.comments-area .comment-respond .form-submit .submit {
	width: 100%;
	text-align: center;
	padding: 8px 5px;
	background: #288ff2;
	color: #fff;
	cursor: pointer
}

.comments-area li.comment {
	border-bottom: 1px solid #e0e3e0;
	padding-bottom: 20px;
	margin: 35px 0
}

.comments-area .comment {
	list-style-type: none;
	padding: 10px;
	background: #288ff2;
	border-radius: 8px;
	margin: 20px 0
}

.comments-area .comment article {
	padding: 10px;
	margin: 15px 0;
	border-radius: var(--border-radius)
}

.comments-area .comment__body {
	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;
	border-radius: 8px
}

.comments-area .comment__author {
	font-weight: 600;
	font-size: 1.1rem
}

.comments-area .comment__author p {
	margin: 0
}

.comments-area .comment__meta {
	color: #c4c4c4
}

.form_popup__container,
.games-list__item .after-title {
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff
}

.comments-area .comment__text .com-text {
	max-width: 85%
}

.comments-area .comment__text .com-rating {
	width: 110px;
	height: 19px;
	position: relative;
	margin-top: 1rem;
	margin-left: 1rem
}

.comments-area .comment__text .com-rating .empty {
	width: 100%;
	height: 100%;
	display: block
}

.comments-area .comment__text .com-rating .full {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background-size: 22px;
	top: 0;
	background-image: url(../img/icon-big-star-2.png)
}

.comments-area .comment .children {
	border-left: 1px solid var(--main-accent-color)
}

.comments-area .comment .comment-reply-title a {
	font-size: 14px;
	margin-top: 15px;
	float: right
}

.rating-container label {
	background-repeat: no-repeat;
	background-position: 100% 0;
	width: 23px;
	height: 23px;
	display: inline-block;
	color: #acacac;
	background-image: url(../img/icon-big-star-2.png)
}

.rating-container input:checked~label {
	background-image: none
}

.rating-container label:hover {
	background-size: 23px;
	cursor: pointer
}

#form_popup {
	width: 100vw;
	height: 100vh;
	max-width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .7)
}

.form_popup__container {
	width: 300px;
	height: 200px;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: #288ff2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.games-list,
.games-list__item {
	border: 1px solid #fff;
	position: relative
}

.gamespage-back,
.gamespage-bg {
	background-repeat: no-repeat;
	background-size: contain
}

.form_popup__title {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 700
}

.no-hero {
	margin-top: 100px
}

.breadcrumbs a {
	color: #288ff2
}

.tns-inner {
	padding: 0 30px
}

.tns-outer {
	margin-top: 30px
}

.games_category {
	padding-bottom: 50px
}

.content .table-wrapper {
	display: block;
	overflow-x: auto
}

.content table {
	border: 5px solid #288ff2;
	border-collapse: collapse;
	width: 100%;
	text-align: left;
	overflow-x: auto;
	table-layout: fixed
}

.content table thead {
	background: #288ff2;
	font-size: 20px
}

.content table td,
.content table th {
	padding: 10px 5px
}

.content table tr:nth-child(2n) {
	background: rgba(0, 0, 0, .5)
}

@media (max-width:800px) {
	.first_content_wrapper {
		flex-direction: column
	}

	.comments-area .comment-respond form,
	.image_half {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 0
	}

	.comment-form-comment,
	.comments-area .comment-respond .comment-form-author,
	.comments-area .comment-respond .comment-form-comment,
	.comments-area .comment-respond .comment-form-comment textarea,
	.comments-area .comment-respond .comment-form-email,
	.comments-area .comment-respond .form-submit {
		width: 100%
	}

	.comments-area .comments__wrap {
		padding: 0
	}
}

@media (max-width:550px) {
	.games_category_list {
		justify-content: center
	}

	.games_category_item {
		max-width: 130px;
		text-align: center
	}

	.games_category_item img {
		max-width: 100%
	}
}

.gamespage {
	min-height: calc(100vh - 157px);
	padding: 30px 100px 60px;
	margin-top: 100px
}

.gamespage.no-padding {
	padding-bottom: 0
}

@media screen and (max-width:1280px) {
	.gamespage {
		padding-right: 50px;
		padding-left: 50px
	}
}

.gamespage-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-position: top;
	background-image: url(/images/home/home-stars.png)
}

.gamespage-back {
	position: relative;
	display: flex;
	align-items: center;
	width: 180px;
	height: 21px;
	margin-top: 40px;
	margin-bottom: 30px;
	padding-left: 30px;
	font-size: 16px;
	text-transform: capitalize;
	color: #fcfcfc;
	background-position: 0;
	background-image: url(/img/icon-back.png);
	cursor: pointer
}

.games-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	background: #000
}

@media screen and (max-width:1420px) {
	.games-list {
		grid-template-columns: repeat(3, 1fr)
	}

	.games-list .games-list__item._after {
		grid-column-start: 3;
		grid-column-end: 4
	}

	.games-list .games-list__item .after-title {
		max-width: 100%;
		white-space: normal;
		text-align: center
	}
}

@media screen and (max-width:1080px) {
	.games-list {
		grid-template-columns: repeat(2, 1fr)
	}

	.games-list .games-list__item._after {
		grid-column-start: 1;
		grid-column-end: 3
	}
}

.games-list__item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
	cursor: pointer
}

.games-list__item._after {
	position: relative;
	grid-column-start: 3;
	grid-column-end: 5
}

.games-list__item:not(._after):hover {
	background: #ff003a
}

.games-list__item:not(._after):hover .slide__info-button {
	border-width: 3px
}

.games-list__item .slide {
	width: 303px;
	min-width: 303px !important;
	height: 470px;
	overflow: visible;
	background: 0 0
}

.games-list__item .slide-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.games-list__item .slide__image {
	height: 280px;
	width: 280px;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden
}

.games-list__item .slide__info-button {
	position: relative;
	z-index: 1;
	border: 1px solid #fff;
	background: 0 0
}

.game-main__bg,
.game-main__bg-logo,
.game-main__link-back .icon,
.games-list__item .after-image {
	background-position: 50%;
	background-repeat: no-repeat
}

.games-list__item .slide__info-button:after {
	background: 0 0
}

.games-list__item .after-image {
	position: relative;
	width: 315px;
	height: 315px;
	margin: 0 auto;
	background-size: contain;
	background-image: url(/images/home/home-cross.png)
}

.games-list__item .after-title {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	font-weight: 700;
	font-size: 30px;
	letter-spacing: .3em;
	text-transform: uppercase
}

@media screen and (max-width:1180px) {
	.games-list__item .after-image {
		width: 200px;
		height: 200px
	}

	.games-list__item .after-title {
		font-size: 16px;
		white-space: normal;
		text-align: center
	}
}

.game-main {
	flex: 1 1;
	position: relative;
	color: #fcfcfc;
	border: 1px solid #fff
}

@media(min-width:981px) {
	.game-main._stairs .game-main__bg-logo {
		margin-top: 110px;
		margin-left: 110px
	}
}

@media(min-width:1400px) {
	.game-main._stairs .game-main__bg-logo {
		margin-top: 140px;
		margin-left: 100px
	}
}

.game-main._stairs .game-main__bg {
	background-position: top
}

.game-main__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover
}

.game-main__info {
	position: relative;
	width: 46%;
	padding: 30px 0 0;
	border-right: 1px solid #fff;
	background: #000
}

.game-main__link-back {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	font-weight: 500;
	font-size: 20px;
	text-transform: capitalize;
	cursor: pointer
}

.game-main__link-back .icon {
	display: block;
	width: 10px;
	height: 17px;
	background-image: url(/img/back-icon.svg);
	background-size: contain;
	margin: -2px 12px 0 0
}

.game-main__title {
	margin-bottom: 12px;
	margin-left: 40px;
	font-weight: 700;
	font-size: 30px
}

.game-main__description {
	padding: 30px;
	font-weight: 500;
	font-size: 18px;
	line-height: 138.5%;
	color: #fff;
	max-height: 100%;
	overflow: auto
}

.game-main__description::-webkit-scrollbar {
	width: 10px
}

.game-main__description::-webkit-scrollbar-thumb {
	background: #888
}

.game-main__description::-webkit-scrollbar-thumb:hover {
	background: #555
}

.game-main__description-wrapper {
	height: 200px;
	margin-bottom: 20px
}

.game-main__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 267px;
	height: 56px;
	margin-bottom: 54px;
	margin-top: 40px;
	background: #288ff2;
	border-radius: 8px;
	cursor: pointer;
	transition: .2s;
	text-transform: uppercase;
	font-weight: 700;
	border: 2px solid #fff;
	font-size: 19.2px;
	color: #fff
}

.game-main__button:hover {
	box-shadow: 0 0 14px 8px rgba(40, 143, 242, .5)
}

.game-main__icons {
	padding: 40px 0 40px 40px;
	display: flex;
	align-items: center;
	border-top: 1px solid #fff
}

.game-main__icons-item {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 48px;
	justify-content: space-around;
	margin-right: 50px;
	padding: 0 0 0 58px;
	color: #fcfcfc
}

@media(max-width:1460px) {
	.game-main__icons-item {
		margin-right: 25px
	}
}

.game-main__icons-item .icon {
	height: 48px;
	width: 48px;
	top: 0;
	left: 0;
	position: absolute;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 30px;
	background-color: #288ff2;
	border-radius: 8px
}

.game-main__icons-item .icon._rtp {
	background-image: url(/img/icon-rtp.svg)
}

.game-main__icons-item .icon._singleplayer {
	background-image: url(/img/icon-singleplayer.svg)
}

.game-main__icons-item .icon._multiplayer {
	background-image: url(/img/icon-multiplayer.svg)
}

.game-main__icons-item .icon._release {
	background-image: url(/img/icon-release.svg)
}

.game-main__icons-item .text {
	font-weight: 500;
	font-size: 14px;
	text-transform: capitalize;
	white-space: nowrap
}

.game-main__icons-item .value {
	font-weight: 700;
	font-size: 18px;
	white-space: nowrap;
	text-transform: capitalize
}

@media(max-width:1200px) {
	.game-main__icons {
		padding: 40px 0
	}

	.game-main__icons-item {
		flex: 1 1;
		height: auto;
		padding: 58px 0 0;
		margin: 0
	}

	.game-main__icons-item .icon {
		left: 50%;
		transform: translateX(-50%)
	}

	.game-main__icons-item .text {
		margin-bottom: 5px;
		text-align: center
	}

	.game-main__icons-item .value {
		text-align: center
	}
}

.game-main__image {
	position: relative;
	flex: 1 1;
	min-height: 100%;
	background: #000
}

.game-main__image-bg {
	height: 100%;
	min-height: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

.game-iframe iframe,
.game-main__image-logo {
	height: 100%;
	width: 100%
}

.game-main__image-logo {
	position: absolute;
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-size: 80%;
	display: flex;
	align-items: flex-end;
	justify-content: center
}

.game-main__image-logo._keno {
	background-size: auto
}

.game-main .rcs-custom-scroll .rcs-outer-container .rcs-custom-scrollbar {
	right: 12px !important;
	opacity: 1 !important
}

.game-main .rcs-custom-scroll .rcs-inner-handle {
	width: 3px !important;
	border-radius: 3px;
	background-color: #fff !important
}

.game-iframe__close {
	position: absolute;
	top: 10px;
	right: 17px;
	height: 21px;
	width: 21px;
	cursor: pointer
}

.game-iframe__close:after,
.game-iframe__close:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 21px;
	height: 2px;
	background-color: #fff
}

.game-iframe__close:after {
	transform: rotate(45deg)
}

.game-iframe__close:before {
	transform: rotate(-45deg)
}

.game-slider {
	padding: 30px 40px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: relative
}

.game-slider__inner {
	margin: 0 -10px
}

.game-slider__item-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: 0 0;
	cursor: pointer
}

.game-slider__item img {
	max-width: 100%;
	max-height: 100%
}

.game-slider .swiper-pagination-bullet {
	background-color: rgba(255, 255, 255, .5) !important
}

.game-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #ff003a !important
}

.game-slider .slick-slide {
	padding: 0 10px
}

.game-slider .slick-slider .slick-arrow {
	position: absolute;
	top: 50%;
	width: 20px;
	height: 30px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: transparent;
	background-image: url(/img/back-icon.svg);
	font-size: 0;
	color: transparent;
	border: none;
	outline: 0;
	cursor: pointer
}

.game-slider .slick-slider .slick-arrow:focus {
	border: none;
	outline: 0
}

.game-slider .slick-slider .slick-arrow.slick-prev {
	left: -20px;
	transform: translateY(-50%)
}

.game-slider .slick-slider .slick-arrow.slick-next {
	right: -20px;
	transform: translateY(-50%) rotate(180deg)
}

.game-slider__button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	width: calc(100% - 34px);
	margin: 30px 17px 0;
	background: #f9f9f9;
	border: 3px solid #fff;
	border-radius: 10px;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700
}

.game-slider__button:focus {
	outline: 0
}

.parallax-container {
	pointer-events: all !important
}

.game-modal .react-responsive-modal-modal {
	width: calc(100% - 40px);
	height: calc(100% - 40px)
}

.container {
	width: 100%
}

.container__inner {
	display: flex;
	margin: 0 auto
}

.container__inner .header {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 10px 0
}

@media (max-width:860px)and (orientation:landscape),
screen and (max-width:767px)and (orientation:portrait) {

	.gamespage .header,
	.gamespage-bg {
		display: none
	}

	.gamespage {
		padding: 10px;
		overflow: hidden
	}

	.gamespage-back {
		position: static;
		width: 145px;
		margin-top: 4px;
		font-size: 0
	}

	.gamespage-back:after {
		content: "";
		position: absolute;
		top: 27px;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 86px;
		height: 25px;
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url(/images/white-logo.png)
	}

	.games-list__item {
		padding: 10px 0
	}

	.games-list__item .slide {
		width: auto !important;
		height: auto !important;
		min-width: auto !important
	}

	.games-list__item .slide__image {
		width: 155px;
		height: 155px;
		margin-bottom: 10px
	}

	.games-list__item .slide__info {
		padding-left: 0;
		padding-right: 0
	}

	.game-main__link-back,
	.games-list__item .slide__info-link,
	.games-list__item .slide__info-text,
	.games-list__item .slide__info-title {
		display: none
	}

	.games-list__item .after-image {
		width: 155px;
		height: 155px
	}

	.game-main {
		padding: 0;
		flex: unset
	}

	.game-main__bg {
		height: 250px;
		background-position: 100%;
		background-size: cover
	}

	.game-main__info {
		width: auto;
		padding: 0 10px;
		border: none
	}

	.game-main__title {
		font-size: 18px;
		margin: 14px 0 10px
	}

	.game-main__description {
		font-size: 13px;
		margin-bottom: 20px;
		margin-left: 0;
		padding-right: 0;
		padding-bottom: 0
	}

	.game-main__button {
		margin-bottom: 20px;
		margin-left: 0;
		margin-top: 0
	}

	.game-main__icons {
		padding: 20px 0;
		margin: 0 -10px
	}

	.game-main__icons-item .text {
		font-size: 13px
	}

	.game-main__icons-item .value {
		font-size: 18px
	}

	.game-main__image {
		min-height: 238px
	}

	.game-main__image-bg {
		height: 218px
	}

	.game-main__image-logo {
		background-size: contain
	}

	.game-main .container__inner {
		flex-direction: column-reverse
	}

	.container__inner,
	.game-slider {
		padding: 0
	}

	.game-slider__inner {
		margin: 0;
		padding: 10px
	}

	.game-slider__button {
		background: 0 0;
		margin-bottom: 30px;
		color: #fff
	}

	.game-modal .react-responsive-modal-modal {
		padding-top: 20px;
		width: 100%;
		height: 100%
	}

	.container__inner .header {
		padding-top: 10px
	}
}

.container__inner .header-menu {
	margin-top: 0
}

.container__inner .header-logo {
	background-image: url(/images/logo.svg)
}

.container__inner .header .menu {
	text-decoration: none;
	font-size: 14px;
	color: #000;
	cursor: pointer
}

.game-slider .tns-controls {
	position: static
}

.game-slider .tns-controls button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	background: 0 0
}

.game-slider .tns-controls button:hover {
	background: 0 0;
	fill: #fff
}

.game-slider .tns-controls button[data-controls=prev] {
	left: 0
}

.game-slider .tns-controls button[data-controls=next] {
	right: 0
}

@media (max-width:860px) {
	.tns-outer {
		margin: 0
	}
}

.category_games .slide__info-button {
	min-width: 200px
}

.seo_content {
	max-width: 1440px;
	margin: auto
}

/* aggregation_game_page */

/* hero */

.hero-logo-wrapper {
	display: block;
	width: 600px;
	height: 339px;
	max-width: 100%;
	margin: 90px auto 0px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
}

.hero-logo-wrapper img {
	max-width: 100%;
	height: auto;
}

/* 1win_games_slider */

.aggregation-game-page.games {
	background: transparent;
}

.aggregation-game-page .games_slider {
	display: flex;
	flex-direction: row;
	gap: 20px;
	justify-content: space-around;
}

.aggregation-game-page #tns1-iw {
	margin: 0px -8px 0px -8px;
}

.aggregation-game-page .tns-inner {
	padding: 0px 10px;
}

.aggregation-game-page .slide {
	background: #143052;
}

.aggregation-game-page .tns-controls button {
	background: #143052;
}

.aggregation-game-page .tns-controls button:hover {
	fill: #bbb;
}

.aggregation-game-page #tns1&gt;.tns-item {
	padding-right: unset;
}

/* non_1win_games_list */

.aggregation-games-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 10px;
	gap: 20px;
	justify-content: space-around;
	padding: 0px 10px;
}

.aggregation-games-item {
	width: 24%;
}

@media(max-device-width: 1599px) {
	.aggregation-games-item {
		width: 23%;
	}
}

@media(max-device-width: 1400px) {
	.aggregation-games-item {
		width: 31%;
	}
}

@media(max-device-width: 767px) {
	.aggregation-games-item {
		width: 48%;
	}
}

@media(max-device-width: 767px) {
	.aggregation-games-item {
		width: 47%;
	}
}

@media(max-device-width: 599px) {
	.aggregation-games-item {
		width: 46%;
	}

	.slide__info-text,
	.slide__info-link {
		display: none;
	}

	.slide {
		height: 294px;
	}

	.slide__info {
		text-align: center;
	}

	.aggregation-games-list .slide__info {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 10px;
		padding-bottom: 15px;
	}

	.aggregation-games-list .slide__info-button {
		position: relative;
		left: unset;
		transform: unset;
		bottom: unset;
		width: unset;
	}

	.aggregation-games-list .slide {
		height: unset;
	}

	.aggregation-games-list .slide__info-title {
		white-space: nowrap;
	}

	.aggregation-games-list .slide__image {
		height: 160px;
	}
}

@media(max-device-width: 440px) {
	.aggregation-games-list .slide__image {
		height: 100px;
	}
}

/* non_1win_games_slider */

@media(max-device-width: 599px) {
	.games .tns-controls {
		display: none;
	}
}

/* pagination */

.pagination {
	display: flex;
	justify-content: center;
	margin: 15px auto 0;
	color: #fff;
	text-align: center;
	gap: 10px;
}

.pagination span,
.pagination&gt;a {
	display: inline-block;
	min-width: 50px;
	padding: 0 12px;
	line-height: 50px;
	background-color: #143052;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: 200;
	transition: all .4s ease;
}

.pagination&gt;a:focus,
.pagination&gt;a:hover {
	box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
	color: #bbb
}

.pagination .page-numberscurrent {
	background-color: #288ff2 !important;
	color: #fff;
	font-weight: 700;
	box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
}

.pagination .page-numberscurrent:hover {
	color: #fff;
}</pre></body></html>