<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&amp;display=swap');

* {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: 'Inter', sans-serif;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

nav,
footer,
header,
aside {
	display: block;
}

html,
body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background-color: #0b0102;
}
body.active {
	overflow: hidden;
}
.wrapper {
	position: relative;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

.main {
	flex: 1 1 auto;
}

.container {
	max-width: 1630px;
	padding: 0 15px;
	margin: 0 auto;
}

input,
button,
textarea {
	font-family: inherit;
}

select::-ms-expand {
	display: none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	background-color: white;
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

/* header */
.header {
	padding: 3px 0;
	background: #363636;
}
.header__wrapper {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}
.header__item {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
.header__item .burger {
	display: none;
	width: 26px;
	height: 15px;
	background: url('../img/burger.webp') 0 0 / cover no-repeat;
	transition: all 0.3s ease;
}
.header__item .burger.active {
	height: 25px;
	background: url('../img/close.webp') 0 0 / cover no-repeat;
}

.header__logo img {
	width: 100%;
	height: 100%;
}

.header__nav {
	transition: all 0.3s ease;
}
.header__nav .bonus-list {
	display: none;
}
.header__nav .bonus__text {
	display: none;
}
.header__list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 28px;
}

.header__list-item a {
	color: var(--White, #fff);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	transition: all 0.3s ease;
}
.header__list-item a:hover {
	color: #f7b636;
}

.header__buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.btn1 {
	padding: 10px 20px;
	color: var(--White, #fff);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	border-radius: 6px;
	background: var(--Red, #d92f2f);
	transition: all 0.3s ease;
}
.btn1:hover {
	transform: scale(1.05);
}

.btn {
	display: block;
	text-align: center;
	padding: 10px 20px;
	color: var(--White, #fff);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	border-radius: 6px;
	background: var(--Green, #0c6444);
	transition: all 0.3s ease;
}
.btn:hover {
	transform: scale(1.05);
}
/* promo */
.promo__img {
	margin: 0 0 60px 0;
	width: 100%;
	height: 270px;
	background: url('../img/bg.webp') center center / cover no-repeat;
}
/* games */
.games {
	margin: 0 0 60px 0;
}

.content .games__list {
	margin: 0 0 50px 0;
	padding: 15px 150px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 6px;
	background: var(--Black, #363636);
}
.content .games__list li {
	list-style: none;
}
.games__list a {
	color: var(--White, #fff);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
}
.games__list a.active {
	position: relative;
	font-weight: 700;
}
.games__list a.active::before {
	content: '';
	position: absolute;
	top: 6px;
	left: -20px;
	width: 9px;
	height: 9px;
	background: #0c6444;
	border-radius: 100%;
}

.games__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.games__item {
	position: relative;
	width: 243px;
	height: 181px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	transition: all 0.3s ease;
}
.games__item::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
	background: url('../img/game.webp');
}
.games__item span:nth-child(1) {
	margin: 15px 0 0 0;
	color: var(--White, #fff);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.games__item span:nth-child(2) {
	margin: 0 0 15px 0;
	color: var(--Red, #d92f2f);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
}
.games__item .btn1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	z-index: 2;
}
.games__item:hover::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
	background: rgba(11, 1, 2, 0.59);
}
.games__item:hover .btn1 {
	opacity: 1;
	visibility: visible;
}
.games#new .games__wrapper {
	flex-wrap: wrap;
}
.games#new .games__item {
	width: 250px;
	height: 182px;
	flex-direction: row;
	align-items: end;
	justify-content: end;
}
.games#new .games__item .img {
	width: 25px;
	height: 25px;
	margin: 0;
}
.games#new .games__item span:nth-child(1) {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.games#new .games__item .img img {
	width: 100%;
	height: 100%;
}
.games#new .games__item::before {
	top: 0;
	width: 250px;
	height: 143px;
	background: url('../img/fruits.webp');
}
/* rating */
.content .rating {
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.content .rating {
}
.content .rating__title {
	color: var(--Grey, #9f9f9f);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.content .rating__title span {
	color: var(--White, #fff);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.content .rating__sub-title {
	color: var(--Grey, #9f9f9f);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
}

.content .rating__star {
}

.content .rating__star-title {
	margin: 0 0 23px 0;
	color: var(--White, #fff);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.content .rating__star-wrapper {
	margin: 0 0 23px 0;
	display: flex;
	align-items: center;
	gap: 20px;
}

.content .rating__star-item {
	width: 50px;
	height: 50px;
}
.content .rating__star-item img {
	width: 100%;
	height: 100%;
}

.content .rating__form {
	width: 520px;
}
.content .rating__form-textarea {
	width: 100%;
	height: 90px;
	margin: 0 0 20px 0;
}
.content .rating__form-textarea textarea {
	padding: 10px;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	background: var(--White, #fff);
	color: var(--Black, #363636);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	resize: none;
}

.content .rating__form-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin: 0 0 20px 0;
}

.content .rating__form-input {
	width: 100%;
	height: 40px;
}
.content .rating__form-input input {
	padding: 10px;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	background: var(--White, #fff);
	color: var(--Black, #363636);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
}
.content .rating__form .btn1 {
	width: 100%;
}
/* content-main */
.content-main {
	margin: 60px 0;
	padding: 60px 0;
}
.content-main .container {
	border-top: 1px solid #363636;
}
/* footer */
.footer {
}
.footer .container {
	padding: 30px 15px;
}
.footer__wrapper {
	border-radius: 6px;
	background: #363636;
}
.footer__nav {
	padding: 25px 0;
	border-bottom: 1px solid #9f9f9f;
}
.footer__img {
	padding: 25px 0 0 0;
	width: 100%;
	height: 100%;
}
.footer__img img {
	width: 100%;
	height: 100%;
}
.footer__img-mob {
	display: none;
}
.footer__list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 65px;
	flex-wrap: wrap;
}

.footer__list-item a {
	color: var(--White, #fff);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	transition: all 0.3s ease;
}
.footer__list-item a:hover {
	color: #f7b636;
}
/* bonus */
.bonus {
	margin: 0 0 60px 0;
}
.bonus__img {
	margin: 0 0 30px 0;
	width: 100%;
	height: 100%;
	-webkit-animation: UpAndDown 0.5s infinite alternate-reverse;
	animation: UpAndDown 0.5s infinite alternate-reverse;
}

.bonus__img img {
	width: 100%;
	height: 100%;
}
.content .bonus .btn {
	width: 100%;
}

@keyframes UpAndDown {
	0% {
		transform: translateY(-5%);
	}

	100% {
		transform: translateY(10%);
	}
}
.content .bonus-list {
	padding: 0;
}
.content .bonus-list li {
	list-style: none;
}
.bonus-list a {
	display: block;
	width: 100%;
	border-radius: 6px;
	background: var(--Red, #d92f2f);
	padding: 12px 14px;
	color: var(--White, #fff);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	transition: all 0.3s ease;
}
.bonus-list a:hover {
	background: var(--Red, #b50a0a);
}
.bonus-list li {
	position: relative;
	margin: 0 0 8px 0;
}
.bonus-list li::after {
	content: '';
	position: absolute;
	top: 12px;
	right: 14px;
	width: 33px;
	height: 26px;
	background: url('../img/arrow.webp');
}
.bonus-list li:nth-child(4) {
	margin: 0 0 30px 0;
}
.bonus-list li:last-child a {
	background: #363636;
}
.bonus-list li:last-child a:hover {
	background: #4d4d4d;
}
/* content */
.content {
	padding: 45px 0;
}
.content .container {
	display: flex;
	gap: 25px;
}
.content .left {
	width: 250px;
}
.content .right {
	width: 100%;
}
.left h1 {
	margin: 0 0 20px 0;
	color: var(--White, #fff);
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.content-main h1 {
	margin: 0 0 20px 0;
	color: var(--White, #fff);
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.content-main ol {
	margin: 0 0 25px 0;
	padding: 0 0 0 20px;
}
.content-main ol li {
	color: var(--Grey, #9f9f9f);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
}
.content-main ul {
	margin: 0 0 25px 0;
	padding: 0 0 0 20px;
}
.content-main ul li {
	color: var(--Grey, #9f9f9f);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	list-style: disc;
}
.content-main h2 {
	margin: 0 0 15px 0;
	color: var(--White, #fff);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
}
.content-main h3 {
	margin: 0 0 15px 0;
	color: var(--White, #fff);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
}
.content-main p {
	margin: 0 0 25px 0;
	color: var(--Grey, #9f9f9f);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
}
.content-main .btn {
	width: fit-content;
	margin: 25px auto;
}
.content-main .img {
	width: 100%;
	height: 100%;
}
.content-main .img img {
	width: 100%;
	height: 100%;
}
.content-main .table {
	margin: 25px 0;
	overflow: auto;
	width: 100%;
}
.content-main table {
	width: 100%;
	border-collapse: collapse;
}
.content-main table tr th:last-child {
	font-weight: 700;
}
.content-main table tr th {
	padding: 10px;
	text-align: left;
	font-weight: 400;
	color: #ffffff;
}
.content-main tr:nth-child(odd) td {
	background: #303030;
	margin: 5px 0 0 0;
}
.content-main tr td {
	color: #fff;
	width: 50%;
}
.content-main tr td:first-child {
	border-radius: 9px 0px 0px 9px;
	padding: 10px;
}
.content-main tr td:last-child {
	border-radius: 0px 9px 9px 0px;
	padding: 10px;
	font-weight: 700;
}

/* right */
.right .casino {
	margin: 0 0 50px 0;
}

.right .casino__title {
	margin: 0 0 15px 0;
	color: var(--White, #fff);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.right .casino__img {
	width: 100%;
	height: 100%;
}

.right .casino__img img {
	width: 100%;
	height: 100%;
}

.right .download {
}

.right .download__title {
	white-space: nowrap;
	margin: 0 0 15px 0;
	color: var(--White, #fff);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.right .download__btn {
	padding: 10px;
	width: fit-content;
	border-radius: 7px;
	background: #263867;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.right .download__btn .img {
	margin: 0;
}

.right .download__btn span {
	color: var(--White, #fff);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.content-main .big-img img {
	width: 100%;
	height: 100%;
}
.content-main .small-img {
	margin: 25px auto;
	width: 200px;
	height: 200px;
}
.content-main .small-img img {
	width: 100%;
	height: 100%;
}
/* media */
@media (max-width: 992px) {
	.left {
		display: none;
	}
	.header__item .burger {
		display: block;
	}
	.header__item .header__nav {
		position: fixed;
		top: -100%;
	}
	.header__item .header__nav.active {
		left: 0;
		top: 60px;
		background: #0b0102;
		width: 100%;
		padding: 20px;
		z-index: 2;
	}
	.header__item .header__nav.active ul {
		flex-direction: column;
		align-items: start;
	}
	.header__nav .bonus-list {
		display: block;
	}
	.header__nav .bonus__text {
		margin: 0 0 30px 0;
		display: block;
		color: #76ff80;
		text-shadow: 0px 0px 15.974px #1ae829, 0px 0px 15.974px #76ff80;
		font-family: Inter;
		font-size: 21.299px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.header__nav .bonus__text span {
		color: #ff3030;
		text-shadow: 0px 0px 22.822px #e81a27, 0px 0px 22.822px #ff7686;
		font-family: Inter;
		font-size: 30.43px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	.bonus-list li:last-child a {
		background: var(--Red, #d92f2f);
	}
	.bonus-list li:last-child a:hover {
		background: var(--Red, #b50a0a);
	}
	.bonus-list a {
		padding: 2px 14px;
	}
	.bonus-list li::after {
		top: 1px;
	}
	.content .container {
		flex-direction: column;
		gap: 40px;
	}
	.games__wrapper {
		justify-content: space-around;
	}
	#games.games {
		display: none;
	}
	#new.games .games__list {
		display: none;
	}
	.games#new .games__item:nth-child(n + 9) {
		display: none;
	}
}
@media (max-width: 768px) {
	.header__list-item a {
		font-size: 12px;
		line-height: 16px;
	}
	.header__wrapper {
		gap: 5px;
	}
	.header__item {
		gap: 10px;
	}
	.btn1 {
		font-size: 12px;
		padding: 5px;
	}
	.btn {
		font-size: 12px;
		padding: 5px;
	}
	.promo h1 {
		font-size: 24px;
		line-height: 20px;
	}
	.promo p {
		font-size: 12px;
		line-height: 16px;
	}
	.content-main ol li {
		font-size: 12px;
		line-height: 16px;
	}
	.content-main p {
		font-size: 12px;
		line-height: 16px;
	}
	.content-main h2 {
		font-size: 18px;
		line-height: 25px;
	}
	.content-main h3 {
		font-size: 16px;
		line-height: 22px;
	}

	.content .form {
		width: 100%;
	}
	.content .form__input input {
		font-size: 12px;
		line-height: 16px;
	}
	.content .form__textarea textarea {
		font-size: 12px;
		line-height: 16px;
	}
	.content .form .btn {
		width: 100%;
	}
	.footer__list {
		gap: 10px;
	}
	.promo {
		position: absolute;
		top: 70px;
		left: 0;
		width: 100%;
		height: 30px;
	}
	.promo__text {
		gap: 10px;
		flex-direction: row;
		font-size: 12px;
		line-height: 16px;
	}
	.promo__text span:nth-child(2) {
		font-size: 16px;
	}
	.content .right {
		width: 100%;
	}
	.content .download {
		width: 100%;
	}
	.right .download__btn {
		width: 100%;
	}
	.right .download__btn .img {
		width: 55px;
		height: 25px;
	}
	.right .download__title {
		font-size: 16px;
	}
	.right .casino__title {
		font-size: 16px;
	}
	.content .rating__form {
		width: 100%;
	}
	.promo__img {
		background: url('../img/bg-mob.webp') center center / cover no-repeat;
		height: 125px;
	}
	.content .rating__star-item {
		width: 35px;
		height: 35px;
	}
	.content .rating__title {
		font-size: 12px;
		line-height: 16px;
	}
	.content .rating__sub-title {
		font-size: 12px;
		line-height: 16px;
	}
	.content .rating {
		gap: 30px;
	}
	.content .rating__star-title {
		font-size: 16px;
		line-height: 18px;
	}
	.content .rating__star .btn1 {
		display: block;
		text-align: center;
		width: 100px;
	}
	.content-main {
		padding: 30px 0;
		margin: 30px 0;
	}
	.footer {
		background: #363636;
	}
	.footer__list {
		flex-direction: column;
	}
	.footer .container {
		padding: 0;
	}
	.footer__img {
		display: none;
	}
	.footer__img-mob {
		display: block;
		width: 100%;
		height: 100%;
	}
	.footer__img-mob img {
		width: 100%;
		height: 100%;
	}
}

.img-big{
	width: 100%;
	border-radius: 54px;
	overflow: hidden;
}

.img-big img {
	max-width: 100%;
	height: auto;
}</pre></body></html>