@font-face {
	font-family: BebasNeueBold;
	font-style: normal;
	font-weight: 400;
	src: url(assets/fonts/BebasNeueBold.ea0a2d99.ttf) format('truetype');
}

@font-face {
	font-family: friday_night;
	font-style: normal;
	font-weight: 400;
	src: url(assets/fonts/friday_night.51063b71.ttf) format('truetype');
}

@font-face {
	font-family: HelveticaNeueCyrRoman;
	font-style: normal;
	font-weight: 400;
	src: url(assets/fonts/HelveticaNeueCyrRoman.16a32f72.ttf) format('truetype');
}

@font-face {
	font-family: HelveticaNeueCyrBold;
	font-style: normal;
	font-weight: 400;
	src: url(assets/fonts/HelveticaNeueCyrBold.1c91b451.ttf) format('truetype');
}

@font-face {
	font-family: HelveticaNeueCyrMedium;
	font-style: normal;
	font-weight: 400;
	src: url(assets/fonts/HelveticaNeueCyrMedium.aa54186e.ttf)
		format('truetype');
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.4;
	box-sizing: border-box;
}
body,
html {
	height: 100%;
}
body {
	margin: 0;
}
body {
	-webkit-font-smoothing: subpixel-antialiased !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	background: url(assets/bg.65e28d05.jpg) center 0 repeat-y #020100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 980px;
}
footer,
header,
main {
	background: #020100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	width: 980px;
}
.header {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#120323),
		to(#000)
	);
	background: linear-gradient(180deg, #120323, #000);
	font-family: Arial, Helvetica, sans-serif;
	justify-content: space-between;
	margin: 0 auto;
	min-height: 100px;
	padding-left: 25px;
	padding-right: 36px;
	position: relative;
	width: 980px;
}
.header,
.header-content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header-content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
a {
	background-color: transparent;
}
.header-content .logo {
	background-image: url(assets/logo777_new.4a5ed0cd.avif);
	background-position: 50%;
	background-repeat: no-repeat;
	display: block;
	height: 78px;
	outline: 0;
	padding: 13px 10px 12.001px 10.008px;
	width: 250px;
}
.header-content .button {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #1c1c1c;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	font-size: 14px;
	font-weight: 700;
	height: 38px;
	justify-content: center;
	line-height: 40px;
	padding: 0 10px;
	position: relative;
	text-decoration: none;
	text-shadow: 1px 0 0 rgba(0, 0, 0, 0.5), -1px 0 0 rgba(0, 0, 0, 0.2),
		0 1px 1px hsla(0, 0%, 100%, 0.4);
	text-transform: uppercase;
}
.header-content .button--register {
	background: #c6e66a;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#c1e266),
		to(#5e8309)
	);
	background: linear-gradient(180deg, #c1e266, #5e8309);
	border: 1px solid #839d42;
	margin-right: 20px;
	min-width: 178px;
}
.header-content .button:after {
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 26px;
	margin-left: 5px;
	width: 26px;
}
.header-content .button--register:after {
	background-image: url(assets/icon_button_register.173d4a2e.svg);
}
.header-content .button--login {
	background: #009cfe;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#009cfe),
		to(#23499a)
	);
	background: linear-gradient(180deg, #009cfe, #23499a);
	border: 1px solid #1999d9;
	min-width: 117px;
}
.header-content .button:after {
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 26px;
	margin-left: 5px;
	width: 26px;
}
.header-content .button--login:after {
	background-image: url(assets/icon_button_enter.1758799e.svg);
}
.header-content .button--register:hover {
	-webkit-box-shadow: inset 0 0 10px 2px #e6f1bb;
	box-shadow: inset 0 0 10px 2px #e6f1bb;
}
.header-content .button--login:hover {
	-webkit-box-shadow: inset 0 0 15px 5px #33bcfe;
	box-shadow: inset 0 0 15px 5px #33bcfe;
}
main {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-direction: column;
	flex-direction: column;
}
.slider {
	background: #000;
	height: 304px;
	min-height: 304px;
	overflow: hidden;
	position: relative;
}
.slider:after,
.slider:before {
	content: '';
	height: 2px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
}
.slider:before {
	background: url(assets/line_bottom.6eb15a6a.avif) 50% no-repeat;
	bottom: 0;
}
#vue-slider-block {
	overflow: hidden;
}
.swiper-container {
	height: 304px;
	margin: 0 auto;
	width: 980px;
}
.swiper-container {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
}
.swiper-container-pointer-events {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.swiper-container .swiper-pagination-bullets {
	bottom: 25px;
	position: absolute;
	right: 10px;
	z-index: 2000;
}
.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
	background: #974ad1;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: 3px;
	padding: 0;
	position: relative;
	vertical-align: middle;
	width: 10px;
}
.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:after {
	background: #320253;
	border-radius: 50%;
	content: '';
	height: 8px;
	left: 1px;
	position: absolute;
	top: 1px;
	width: 8px;
}
.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #fcf600;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 13px;
	margin: 3px;
	position: relative;
	vertical-align: middle;
	width: 13px;
}
.swiper-container
	.swiper-pagination-bullets
	.swiper-pagination-bullet-active:after {
	background: #ffd000;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #ffd000),
		to(#d87700)
	);
	background: linear-gradient(180deg, #ffd000 0, #d87700);
	height: 11px;
	position: absolute;
	width: 11px;
}
.swiper-wrapper {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	width: 100%;
	z-index: 1;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.swiper-container .swiper-wrapper {
	height: 100%;
}
.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	width: 100%;
}
.swiper-container .swiper-wrapper .swiper-slide {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	position: relative;
	width: 100%;
}
img {
	border-style: none;
}
.swiper-container .swiper-wrapper .swiper-slide img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 0;
	object-position: 0;
	width: 100%;
}
.slider__text {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.slider__text p {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 37px;
	font-style: italic;
	font-weight: 700;
	margin: 25px 0;
	max-width: 315px;
	width: 315px;
	z-index: 10;
}
.slider__text p > span.black {
	text-align: center !important;
	text-shadow: 1px 1px 10px #000, 1px -1px 10px #000, -1px 1px 10px #000,
		-1px -1px 10px #000, -1px -1px 1px hsla(0, 0%, 100%, 0.2),
		1px 1px 1px hsla(0, 0%, 100%, 0.2), -1px 1px 1px hsla(0, 0%, 100%, 0.2),
		1px -1px 1px hsla(0, 0%, 100%, 0.2);
}
.slider__text p > span:first-child {
	left: 35px;
	max-width: 400px;
	opacity: 0;
	position: absolute;
	width: auto;
}
.slider__text p > span:nth-child(2) {
	max-width: 400px;
	opacity: 0;
	position: absolute;
	right: 35px;
	text-align: right;
	width: auto;
}
.slider__text p > span span {
	display: block;
	line-height: 1.2;
}
.slider__text .button--slider {
	background: #c6e66a;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(9%, #c6e66a),
		color-stop(80%, #547a01)
	);
	background: linear-gradient(180deg, #c6e66a 9%, #547a01 80%);
	border-radius: 5px;
	bottom: 30px;
	-webkit-box-shadow: 0 10px 0 0 #1a2601;
	box-shadow: 0 10px 0 0 #1a2601;
	color: #1c1c1c;
	font-size: 25px;
	font-style: italic;
	font-weight: 700;
	height: 70px;
	left: 30px;
	line-height: 68px;
	opacity: 1;
	overflow: hidden;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 0 0 rgba(0, 0, 0, 0.5), -1px 0 0 rgba(0, 0, 0, 0.2),
		0 1px 1px hsla(0, 0%, 100%, 0.4);
	width: 300px;
	z-index: 10;
}
.slider__text .button--slider:before {
	background: #517c01;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#c6e66a),
		color-stop(40%, #fff),
		color-stop(60%, #fff),
		color-stop(60%, #fff),
		to(#c6e66a)
	);
	background: linear-gradient(
		90deg,
		#c6e66a 0,
		#fff 40%,
		#fff 60%,
		#fff 0,
		#c6e66a
	);
	content: '';
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.slider__text .button--slider:after {
	background: #517c01;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#517c01),
		color-stop(40%, #fff),
		color-stop(60%, #fff),
		color-stop(60%, #fff),
		to(#517c01)
	);
	background: linear-gradient(
		90deg,
		#517c01 0,
		#fff 40%,
		#fff 60%,
		#fff 0,
		#517c01
	);
	bottom: 0;
	content: '';
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}
.swiper-container .swiper-slide-active .slider__text p > span:nth-child(2) {
	-webkit-animation: fromBottom 0.4s ease-in-out 1s both;
	animation: fromBottom 0.4s ease-in-out 1s both;
}
.swiper-container .swiper-slide-active .slider__text p > span:first-child {
	-webkit-animation: fromBottom 0.4s ease-in-out 0.7s both;
	animation: fromBottom 0.4s ease-in-out 0.7s both;
}
.slider__text .button--slider:hover {
	-webkit-box-shadow: 0 10px 0 0 #1a2601, inset 0 0 20px 2px #e6f1bb;
	box-shadow: 0 10px 0 0 #1a2601, inset 0 0 20px 2px #e6f1bb;
}
.swiper-container .swiper-slide-active {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
}
@keyframes fromBottom {
	0% {
		opacity: 0;
		top: 20%;
	}
	100% {
		opacity: 1;
		top: 10%;
	}
}
.info-block {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
#fountainG_jackpot,
#fountainG_payout,
.info-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.payout {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 135px;
}
.jackpot {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 135px;
}
.payout-head {
	display: block;
	position: relative;
}
.payout-block {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	height: 45px;
	margin-bottom: 25px;
	margin-top: 10px;
	position: relative;
}
.payout-block:after,
.payout-block:before {
	background: url(assets/peak_icon.4f82f032.svg) no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 52px;
	margin: 0 20px;
	vertical-align: middle;
	width: 50px;
}
.payout-block .payout-currency {
	background: url(assets/currency.8970aa5c.svg) no-repeat;
	background-size: cover;
	height: 35px;
	margin-left: 20px;
	width: 35px;
}
.payout-block .payout-currency--RUB {
	background-position: 0 2px;
}
.payout-block .counter {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	max-height: 45px;
	overflow: hidden;
}
.payout-block .counter .number-image {
	background-image: url(assets/jackpotNumbers.a5dcc15b.svg);
	height: 40px;
	margin: 4px 2px;
	text-indent: -999999px;
	width: 23px;
}
.payout-block .counter span {
	color: #b8d5eb;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	margin: 0 2px;
	position: relative;
	top: 10px;
	width: 5px;
}
.jackpot-head {
	height: 50px;
}
.jackpot-head:before {
	background: url(assets/line_left.40193dca.avif) no-repeat;
	margin-right: -10px;
}
.jackpot-head:after {
	background: url(assets/line_right.ed67e1fd.avif) no-repeat;
	margin-left: -10px;
}
.jackpot-head:after,
.jackpot-head:before {
	content: '';
	display: inline-block;
	height: 17px;
	vertical-align: middle;
	width: 76px;
}
.jackpot-head a {
	background: url(assets/jp.bbd90999.avif) no-repeat;
	background-size: contain;
	display: inline-block;
	height: 45px;
	position: relative;
	vertical-align: middle;
	width: 183px;
}
.jackpot-head a span {
	background: #ffe703;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#ffe703),
		to(#e08d01)
	);
	background: linear-gradient(180deg, #ffe703 0, #e08d01);
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 0 0 #532801;
	box-shadow: 0 2px 0 0 #532801;
	color: #532801;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: 15px;
	line-height: 16px;
	position: absolute;
	right: -10px;
	text-align: center;
	top: 3px;
	width: 14px;
}
.jackpot-block {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	height: 45px;
	margin-bottom: 25px;
	margin-top: 10px;
}
.jackpot-block,
.jackpot-block--show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.jackpot-block .jackpot-currency {
	background: url(assets/currency.8970aa5c.svg) no-repeat;
	background-size: cover;
	height: 35px;
	margin-left: 20px;
	margin-top: 5px;
	text-indent: -999999px;
	width: 35px;
}
.jackpot-block .counter {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	max-height: 45px;
	overflow: hidden;
}
.jackpot-block .counter .number-image {
	background-image: url(assets/jackpotNumbers.a5dcc15b.svg);
	margin: 4px 2px;
}
.menu {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	height: 60px;
	justify-content: space-between;
	margin-bottom: 15px;
	min-height: 60px;
	padding-left: 36px;
	padding-right: 36px;
	position: relative;
	width: 100%;
}
.menu:after,
.menu:before {
	background-image: url(assets/menu-line-horizontal.c3d819c4.avif);
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.menu:before {
	top: 0;
}
.menu:after {
	bottom: 5px;
}
.menu-item {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #a08ec0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: HelveticaNeueCyrBold, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	height: 100%;
	justify-content: center;
	line-height: normal;
	position: relative;
	text-decoration: none;
	text-transform: capitalize;
	width: 20%;
	z-index: 5;
}
.menu-item.selected,
.menu-item:hover {
	background-image: url(assets/active-bg.62e2f5eb.avif);
	background-position: bottom -5px center;
	background-repeat: no-repeat;
	background-size: 100%;
	color: #fff;
}
.menu-item:after,
.menu-item:before {
	background-image: url(assets/menu-line-vertical.9c67e904.avif);
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 55px;
	position: absolute;
	top: 0;
	width: 1px;
	z-index: 1;
}
.menu-item:before {
	left: 0;
}
.menu-item:after {
	right: -1px;
}

.menu-item.selected:after,
.menu-item.selected:before,
.menu-item:hover:after,
.menu-item:hover:before {
	-webkit-filter: brightness(2);
	filter: brightness(2);
	z-index: 2;
}
.menu-item span {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 5px;
	position: relative;
	z-index: 5;
}
.menu-item span:before {
	background-repeat: no-repeat;
	content: '';
	display: block;
	height: 18px;
	margin-right: 6px;
	width: 21px;
}
.menu-item-home span:before {
	background-image: url(assets/home.25ecc44f.svg);
}
.menu-item.selected:not(.menu-item-prime) span:before,
.menu-item:hover:not(.menu-item-prime) span:before {
	-webkit-filter: brightness(2);
	filter: brightness(2);
}
.menu-item-prime,
.menu-item-prime:hover {
	color: #311c3c;
}
.menu-item-prime .glowing {
	-webkit-animation: glowing 3s ease infinite;
	animation: glowing 3s ease infinite;
	background-image: url(assets/glowing.1b0981dd.avif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 5px;
	height: calc(100% - 5px);
	position: absolute;
	width: 100%;
	z-index: 2;
}
@keyframes glowing {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.menu-item-prime span:before {
	background-image: url(assets/prime.de47b85b.svg);
}
.menu-item-tournaments span:before {
	background-image: url(assets/tournaments.34fbb686.svg);
}
.menu-item-bonuses span:before {
	background-image: url(assets/bonuses.e32539a1.svg);
}
.menu-item-slots span:before {
	background-image: url(assets/slots.d12399c0.svg);
}
.menu-item .menu-item-bg {
	background-image: url(assets/elit-bg.2098bf09.avif);
	background-repeat: no-repeat;
	background-size: contain;
	height: 98%;
	left: 1px;
	position: absolute;
	top: 2px;
	width: 99%;
	z-index: 2;
}
.games {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	margin: 0 auto;
	padding-bottom: 60px;
	position: relative;
	width: 908px;
}
.games:has(.button--load-games),
.games:has(.button--see-all) {
	padding-bottom: 30px;
}
.games-block {
	grid-gap: 16px;
	display: grid;
	grid-template-columns: repeat(3, 291px);
	list-style: none;
	margin: 0;
	padding: 0;
}
.games-block__game {
	background: #1d0247;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	position: relative;
	width: 100%;
}
img {
	border-style: none;
}
.games-block__game .game-image {
	display: block !important;
	height: 191px;
	width: 100%;
}
.games-block__game .game-hover {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	border-radius: 3px;
	display: none;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	left: 0;
	min-height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}
.games-block__game .game-title {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
	margin-top: 15px;
	max-width: 260px;
	position: relative;
	text-align: left;
	text-shadow: 0 2px 1px #030303, 1px 0 1px hsla(0, 0%, 100%, 0.5),
		-1px 0 1px hsla(0, 0%, 100%, 0.5);
	width: 90%;
	z-index: 1;
}
.games-block__game .game-producer,
.games-block__game .game-title {
	overflow: hidden;
	padding: 0 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.games-block__game .game-producer {
	color: #755f91;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 0;
}
.games-block__game .game-hover .game-title {
	display: none;
}
.games-block .button--play {
	background: transparent url(assets/icon_play.ce0f70e1.svg) no-repeat 50%;
	background-size: 80px 80px;
	height: 100px;
	left: calc(50% - 50px);
	margin: 10px auto;
	position: absolute;
	text-indent: -999999px;
	top: 15%;
	width: 100px;
	z-index: 2;
}
.games-block__game .game-image {
	display: block !important;
	height: 191px;
	width: 100%;
}
.games-block__game .game-hover .game-image {
	left: 2px;
	position: absolute;
	top: 2px;
	width: calc(100% - 4px);
}
.games-block__game:hover {
	-webkit-box-shadow: 0 0 15px 6px #650dbc;
	box-shadow: 0 0 15px 6px #650dbc;
}
.games-block__game:hover .game-hover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.games-block__game .game-hover:before {
	background: hsla(0, 0%, 7%, 0.5);
	content: '';
	height: 191px;
	left: 2px;
	position: absolute;
	top: 2px;
	width: calc(100% - 4px);
	z-index: 1;
}
.games-block .button--play:hover {
	background: transparent url(assets/icon_play.ce0f70e1.svg) no-repeat 50%;
	background-size: contain;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
	-webkit-appearance: button;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
.games .button--load-games,
.games .button--see-all {
	background: #fce70a;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(9%, #fce70a),
		color-stop(80%, #f05b15)
	);
	background: linear-gradient(180deg, #fce70a 9%, #f05b15 80%);
	border: none;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 0 0 #792406;
	box-shadow: 0 5px 0 0 #792406;
	color: #000;
	cursor: pointer;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	height: 45px;
	line-height: 46px;
	margin: 20px auto 0;
	outline: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px hsla(0, 0%, 100%, 0.6), 0 0 1px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	width: 227px;
}
.games .button--load-games:before,
.games .button--see-all:before {
	background: #517c01;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#ffdb00),
		color-stop(60%, #fff),
		color-stop(60%, #fff),
		to(#ffdb00)
	);
	background: linear-gradient(90deg, #ffdb00 0, #fff 60%, #fff 0, #ffdb00);
	content: '';
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.games .button--load-games:after,
.games .button--see-all:after {
	background: #517c01;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#f05b15),
		color-stop(60%, #fff),
		color-stop(60%, #fff),
		to(#f05b15)
	);
	background: linear-gradient(90deg, #f05b15 0, #fff 60%, #fff 0, #f05b15);
	bottom: 0;
	content: '';
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}
.games .button--load-games:hover,
.games .button--see-all:hover {
	-webkit-box-shadow: 0 5px 0 0 #792406, inset 0 0 10px 5px #ffdb00;
	box-shadow: 0 5px 0 0 #792406, inset 0 0 10px 5px #ffdb00;
}
.footer-game-categories-block {
	margin-bottom: 60px;
	position: relative;
}
.footer-game-categories-block .category-block-wrapper {
	margin: 0 auto;
	position: relative;
	width: 908px;
}
.footer-game-categories-block .category-block__slider-button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 38px;
	opacity: 0;
	padding: 0 10px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	visibility: hidden;
	width: 80px;
	z-index: 2;
}
.footer-game-categories-block .category-block__slider-button--show {
	opacity: 1;
	visibility: visible;
}
.footer-game-categories-block .category-block__slider-button--right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		color-stop(49.8%, #120323),
		to(rgba(18, 3, 35, 0))
	);
	background: linear-gradient(270deg, #120323 49.8%, rgba(18, 3, 35, 0));
	justify-content: flex-end;
	right: 0;
}
.footer-game-categories-block .category-block__slider-icon {
	background-image: url(assets/category-slider-left.a4235755.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 24px;
	width: 24px;
}
.footer-game-categories-block__categories {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 5px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 908px;
}
.footer-game-categories-block__categories .category {
	-ms-flex-negative: 0;
	background: #120323;
	border: 1px solid #1d0247;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #755f91;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-shrink: 0;
	gap: 10px;
	height: 50px;
	min-width: 160px;
}
.footer-game-categories-block__categories .category a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: HelveticaNeueCyrRoman, sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: 100%;
	justify-content: center;
	padding: 0 10px;
	text-decoration: none;
	width: 100%;
}
.footer-game-categories-block__categories .category a .image-wrapper {
	display: block;
	height: 20px;
	margin-right: 5px;
	width: 20px;
}
.footer-game-categories-block__categories .category a .category-title {
	height: 16px;
	text-transform: capitalize;
}
.footer-game-categories-block__categories .category a .image-wrapper img {
	max-height: 100%;
	max-width: 100%;
}
.footer-game-categories-block__categories .category:hover {
	border: 1px solid #9b53d2;
	color: #9b53d2;
}
.footer-game-categories-block
	.category-block__slider-button:hover
	.category-block__slider-icon {
	background-image: url(assets/category-slider-left-hover.85a833d5.svg);
}
.footer {
	-webkit-box-orient: vertical;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#120323),
		to(#000)
	);
	background: linear-gradient(0deg, #120323, #000);
	border-top: 1px solid #291d38;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: Helvetica, sans-serif;
	gap: 30px;
	padding: 20px 36px 10px;
}
.footer,
.footer-navigation {
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.footer-navigation {
	-webkit-box-orient: horizontal;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
}
.footer-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 160px;
}
.footer-navigation ul li {
	white-space: nowrap;
}
.footer-navigation ul li span {
	color: #d2a4f7;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	padding-bottom: 2px;
}
.footer-navigation ul li a {
	color: #a497b5;
	display: block;
	font-size: 10px;
	font-weight: 400;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
.footer-navigation ul li a:hover {
	color: #6b5c79;
}
.footer_payments {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	border-bottom: 1px solid #291d38;
	border-top: 1px solid #291d38;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 24px;
	justify-content: space-between;
	padding-bottom: 30px;
	padding-top: 30px;
	width: 100%;
}
.footer_payments img {
	border: none;
	display: inline-block;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.footer-article {
	font-family: Helvetica, sans-serif;
}
.footer-article-wrapper {
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 100%;
}
.footer-article-block h1,
.footer-article-block h2,
.footer-article-block h3,
.footer-article-block h4 {
	color: #a497b5;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0;
}
.footer-article-block h1 {
	font-size: 18px;
	margin-bottom: 10px;
}
.footer-article-block h2 {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 20px;
}
b,
strong {
	font-weight: bolder;
}
.footer-article-block b,
.footer-article-block p {
	color: #a497b5;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	margin: 0;
}
.footer-article-block p {
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 10px;
}
.footer-article-block ol,
.footer-article-block ul {
	color: #a497b5;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 10px 0 20px 15px;
	padding: 0;
}
.footer-article-toggle {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #a497b5;
	border-radius: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #a497b5;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-weight: 400;
	height: 24px;
	justify-content: center;
	justify-self: flex-start;
	margin-top: 10px;
	min-width: 103px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
}
.footer-article-toggle:after {
	border-color: #a497b5 transparent transparent;
	border-style: solid;
	border-width: 5px 3.5px 0;
	content: '';
	display: block;
	height: 0;
	margin-left: 5px;
	margin-top: 2px;
	width: 0;
}
.footer-copyright {
	color: #d2a4f7;
	font-size: 12px;
	font-weight: 700;
	margin-top: -20px;
	text-align: center;
}
.chat-button {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url(assets/online-support.d85a7bb4.png);
	background-repeat: no-repeat;
	background-size: contain;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-weight: 700;
	height: 50px;
	justify-content: center;
	left: -74px;
	line-height: 20px;
	position: fixed;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 0 2px 0 #000;
	top: 45%;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	width: 196px;
	z-index: 777;
}
.chat-button:hover {
	background-image: url(assets/online-support-hover.62dec159.png);
	background-repeat: no-repeat;
	margin-left: 2px;
}
.locale-block {
	background: #120323;
	border: 1px solid #291d38;
	border-radius: 6px;
	color: #000;
	cursor: pointer;
	font-size: 13px;
	left: 0;
	outline: 0;
	position: fixed;
	top: calc(45% + 125px);
	width: 50px;
	z-index: 10;
}
.locale-block__chosen-language {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	left: 0;
	overflow: hidden;
	padding-left: 5px;
	position: relative;
	width: 50px;
}
.locale-block__chosen-language {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	left: 0;
	overflow: hidden;
	padding-left: 5px;
	position: relative;
	width: 50px;
}
.locale-block img {
	border-radius: 2px;
	height: 16px;
	width: 22px;
}
.locale-block__chosen-language .chosen-locale-name {
	display: none;
}
.locale-block__chosen-language:after {
	background-image: url(assets/arrow.e12914b2.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 6px;
	position: absolute;
	right: 6px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	width: 8px;
}
.rules {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	margin: 0 auto;
	text-indent: 2em;
	width: 914px;
	padding-bottom: 30px;
}
.rules h1 {
	font-size: 2em;
	margin: 0;
}
.rules p {
	color: #fff;
	font-size: 15px;
	line-height: 1.2;
	text-align: justify;
}
