*,
:after,
:before {
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}
body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
		Helvetica Neue, Arial, Noto Sans, sans-serif, 'Apple Color Emoji',
		'Segoe UI Emoji', Segoe UI Symbol, 'Noto Color Emoji';
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}
[tabindex='-1']:focus {
	outline: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}
dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0;
}
dt {
	font-weight: 700;
}
dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}
blockquote {
	margin: 0 0 1rem;
}
b,
strong {
	font-weight: bolder;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
a {
	color: #00fff2;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	color: #09736e;
	text-decoration: underline;
}
a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
	outline: 0;
}
code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
		Courier New, monospace;
	font-size: 1em;
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}
figure {
	margin: 0 0 1rem;
}
img {
	vertical-align: middle;
	border-style: none;
}
svg {
	overflow: hidden;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
}
caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}
th {
	text-align: inherit;
}
label {
	display: inline-block;
	margin-bottom: 0.5rem;
}
button {
	border-radius: 0;
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
select {
	word-wrap: normal;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
	-webkit-appearance: button;
}
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled),
button:not(:disabled) {
	cursor: pointer;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}
input[type='date'],
input[type='datetime-local'],
input[type='month'],
input[type='time'] {
	-webkit-appearance: listbox;
}
textarea {
	overflow: auto;
	resize: vertical;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}
[type='search'] {
	outline-offset: -2px;
	-webkit-appearance: none;
}
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}
output {
	display: inline-block;
}
summary {
	display: list-item;
	cursor: pointer;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
@font-face {
	font-family: Onest;
	font-style: normal;
	font-weight: 400;
	font-display: fallback;
	src: url(/assets/fonts/Onest-Regular.woff2) format('woff2');
}
@font-face {
	font-family: Onest;
	font-style: normal;
	font-weight: 500;
	font-display: fallback;
	src: url(/assets/fonts/Onest-Medium.woff2) format('woff2');
}
@font-face {
	font-family: Onest;
	font-style: normal;
	font-weight: 700;
	font-display: fallback;
	src: url(/assets/fonts/Onest-Bold.woff2) format('woff2');
}
@font-face {
	font-family: Bebas;
	font-weight: 700;
	font-style: normal;
	font-display: fallback;
	src: url(/assets/fonts/BebasNeueBold.woff2) format('woff2');
}
body {
	background-color: #002b34;
	font-family: Onest, sans-serif;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
@media (max-width: 1880px) {
	.container {
		width: 100%;
		padding: 0 40px;
	}
}
@media (max-width: 700px) {
	.container {
		padding: 0 10px;
	}
}
body::-webkit-scrollbar {
	display: none;
}
a,
a:hover {
	text-decoration: none;
}
header {
	width: 100%;
	height: 70px;
	background-color: #001e24;
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	z-index: 1000;
}
header .header__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .header__wrapper .logo {
	height: 50px;
}
@media (max-width: 425px) {
	header .header__wrapper .logo {
		height: 50px;
	}
}
header .header__wrapper .go {
	background: #001e24cc;
	font-size: 16px;
	border-radius: 15px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	transition: all 0.3s;
}
@media (max-width: 340px) {
	header .header__wrapper .go {
		column-gap: 5px;
	}
}
header .header__wrapper .go img {
	width: 20px;
}
header .header__wrapper .go__btn {
	border: none;
	padding: 10px 20px;
	border-radius: 100px;
	background-color: #22262e;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	transition: all 0.2s;
	outline: none;
	border: 1px solid #00fff2;
}
header .header__wrapper .go__btn:hover {
	box-shadow: #00fff280 0 8px 24px;
}
@media (max-width: 400px) {
	header .header__wrapper .go__btn {
		padding: 10px 15px;
		font-size: 14px;
		line-height: 20px;
	}
}
header .header__wrapper .go__btn-reg {
	background-color: #00fff2;
	color: #000;
}
main {
	margin-top: 20px;
	padding-top: 70px;
}
main .main__wrapper {
	padding: 30px 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 30px;
	margin-bottom: 20px;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	border-radius: 0px;
	box-shadow: 0 0 30px #0000002a;
	border: #00fff2 1px solid;
	background-color: #001317;
}
main .main__wrapper__info {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 20px;
}
main .main__wrapper__info .title {
	width: auto;
	display: flex;
	row-gap: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
@media (max-width: 425px) {
	main .main__wrapper__info .title {
		font-size: 32px;
		column-gap: 5px;
		line-height: 38px;
	}
}
@media (max-width: 360px) {
	main .main__wrapper__info .title {
		font-size: 24px;
		line-height: 30px;
	}
}
main .main__wrapper__info .title h1 {
	font-size: 36px;
	line-height: 42px;
	font-family: Bebas, sans-serif;
	margin: 0;
	text-align: center;
	color: #00fff2;
}
@media (max-width: 425px) {
	main .main__wrapper__info .title h1 {
		font-size: 36px;
	}
}
main .main__wrapper__info .title p {
	margin: 0;
	font-family: unset;
	color: #fff;
	text-align: center;
	line-height: 22px;
	font-size: 16px;
}
main .main__wrapper__info .btn {
	outline: none;
	color: #000;
	font-family: Bebas, sans-serif;
	font-size: 21px;
	border: none;
	line-height: 26px;
	border-radius: 25px;
	background-color: #00fff2;
	padding: 15px 30px;
	box-shadow: #00fff240 0 8px 24px;
	transition: all 0.3s;
}
main .main__wrapper__info .btn:hover {
	box-shadow: #00fff280 0 8px 24px;
}
main .main__wrapper__info .btn h2 {
	text-align: center;
	font-size: inherit;
	margin: 0;
}
main .main__wrapper__img {
	border: #00fff2 1px solid;
	width: 800px;
	height: 400px;
	border-radius: 10px;
	aspect-ratio: 2/1;
}
@media (max-width: 1000px) {
	main .main__wrapper__img {
		width: 600px;
		height: 300px;
	}
}
@media (max-width: 750px) {
	main .main__wrapper__img {
		width: 500px;
		height: 250px;
	}
}
@media (max-width: 580px) {
	main .main__wrapper__img {
		width: 320px;
		height: 160px;
	}
}
@media (max-width: 375px) {
	main .main__wrapper__img {
		width: 280px;
		height: 120px;
	}
}
main .text__wrapper {
	padding: 30px 20px;
	margin-bottom: 20px;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	border-radius: 0px;
	box-shadow: 0 0 30px #0000002a;
	border: #00fff2 1px solid;
	background-color: #001317;
	color: #fff;
}
main .text__wrapper h2,
main .text__wrapper h3,
main .text__wrapper h4 {
	color: #00fff2;
	text-align: left;
	font-family: Bebas, sans-serif;
	font-size: 28px;
	line-height: 34px;
}
main .text__wrapper h3 {
	font-size: 24px;
	line-height: 30px;
}
main .text__wrapper h4 {
	font-size: 20px;
	line-height: 26px;
}
main .text__wrapper .pros {
	color: #5ada5a;
}
main .text__wrapper .cons {
	color: red;
}
main .text__wrapper ul {
	padding: 0;
}
main .text__wrapper ul li {
	color: #fff;
	margin-bottom: 5px;
	list-style-type: square;
	list-style-position: inside;
}
main .text__wrapper p {
	color: #fff;
}
main .text__wrapper .center {
	text-align: center;
}
main .text__wrapper .table__wrapper {
	display: flex;
	justify-content: flex-start;
	margin: 20px 0;
	overflow-x: auto;
}
main .text__wrapper .table__wrapper a {
	color: #00fff2;
}
main .text__wrapper .table__wrapper table {
	display: flex;
	flex-direction: column;
	justify-content: center;
	border: 1px solid #00fff2;
	border-radius: 0px;
	background-color: #002b34;
}
main .text__wrapper .table__wrapper table tr {
	border-bottom: 1px solid #00fff2;
}
main .text__wrapper .table__wrapper table tr:nth-last-child(1) {
	border-bottom: none;
}
main .text__wrapper .table__wrapper table tr td {
	padding: 10px;
	color: #fff;
	border-right: 1px solid #00fff2;
}
@media (max-width: 425px) {
	main .text__wrapper .table__wrapper table tr td {
		text-wrap: wrap;
		padding: 15px;
	}
}
main .text__wrapper .table__wrapper table tr td p {
	margin: 0;
}
main .text__wrapper .table__wrapper table tr td:nth-last-child(1) {
	border-right: none;
}
main .text__wrapper .faq {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 20px 0;
}
main .text__wrapper .faq details {
	background: #00232b;
	padding: 10px 20px;
	border-radius: 7px;
	font-size: 16px;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all 0.3s;
}
main .text__wrapper .faq details summary {
	list-style: none;
}
main .text__wrapper .faq details .text {
	margin-top: 20px;
}
main .text__wrapper .casino__card {
	background-image: linear-gradient(110deg, #002b34, #2e1b1499);
	border-radius: 12px;
	padding: 14px 25px 25px;
	position: relative;
	margin: 15px auto;
	width: fit-content;
}
main .text__wrapper .casino__card__wrapper {
	margin-top: 15px;
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(3, 200px);
	grid-auto-rows: 1fr;
	justify-content: center;
}
@media (max-width: 850px) {
	main .text__wrapper .casino__card__wrapper {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 10px;
	}
}
@media (max-width: 700px) {
	main .text__wrapper .casino__card__wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
	}
}
main .text__wrapper .casino__card__wrapper__item {
	transition: all 0.3s;
	cursor: pointer;
	width: auto;
}
main .text__wrapper .casino__card__wrapper__item:hover {
	transform: scale(1.03);
}
main .text__wrapper .casino__card__wrapper__item img {
	width: 100%;
	border-radius: 10px;
	height: 100%;
}
main .text__wrapper .casino__card__menu {
	margin: 15px 0;
	display: flex;
	column-gap: 5px;
	color: #fff;
}
main .text__wrapper .casino__card__menu__item {
	display: flex;
	align-items: center;
	padding: 10px;
	border-radius: 8px;
	column-gap: 10px;
	background-color: #94a6cd26;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	transition: all 0.3s;
}
main .text__wrapper .casino__card__menu__item:hover {
	background-color: #eaeffa26;
}
main .text__wrapper .casino__card__menu__item img {
	width: 18px;
}
main .text__wrapper .casino__card__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
main .text__wrapper .casino__card__header__title {
	display: flex;
	align-items: center;
	column-gap: 15px;
}
main .text__wrapper .casino__card__header__title__text {
	font-size: 17px;
	color: #fff;
	font-weight: 600;
}
main .text__wrapper .casino__card__header__title__text img {
	display: none;
}
main .text__wrapper .casino__card__header__title__text span {
	font-size: 12px;
	color: gray;
}
main .text__wrapper .casino__card__header__additional {
	color: #00fff2;
}
main .text__wrapper .casino__card__notch {
	background-image: linear-gradient(90deg, #00fff2, #00fff240, #00fff280);
	position: absolute;
	top: 0;
	left: 25px;
	right: 25px;
	height: 4px;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
	background-size: 200% auto;
}
footer {
	background-color: #001e24;
	padding: 20px 0;
}
footer .footer__text {
	text-align: center;
	color: #fff;
	font-family: Bebas, sans-serif;
	margin-bottom: 0;
}
.preloader[data-astro-cid-whrugjgn] {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #002b34;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	opacity: 1;
	transition: opacity 0.45s ease;
}
.preloader[data-astro-cid-whrugjgn].hidden {
	opacity: 0;
	overflow: hidden;
	display: none;
}
.loader[data-astro-cid-whrugjgn] {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.loader[data-astro-cid-whrugjgn]:before {
	content: '';
	background: #fff0;
	backdrop-filter: blur(8px);
	position: absolute;
	width: 140px;
	height: 55px;
	z-index: 20;
	border-radius: 0 0 10px 10px;
	border: 1px solid rgba(255, 255, 255, 0.274);
	border-top: none;
	box-shadow: 0 15px 20px #00000015;
	animation: anim2 2s infinite;
}
.loader[data-astro-cid-whrugjgn] div[data-astro-cid-whrugjgn] {
	background: #e4e4e4;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	z-index: -1;
	animation: anim 2s infinite linear;
	animation-delay: calc(-0.3s * var(--i));
	transform: translateY(5px);
	margin: 0.2em;
}
@keyframes anim {
	0%,
	to {
		transform: translateY(5px);
	}
	50% {
		transform: translateY(-65px);
	}
}
@keyframes anim2 {
	0%,
	to {
		transform: rotate(-10deg);
	}
	50% {
		transform: rotate(10deg);
	}
}

.footer__menu {
    display: flex;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
	flex-wrap: wrap;
	justify-content: center;
}