:root {
	--color-black: #000;
	--color-white: #fff;
	--color-primary: #061f3a;
	--color-secondary: 128, 133, 143;
	--color-card-bg-1: #13171f;
	--color-headers-bg: #061f3a;
	--color-txt-icon-1: #fff;
	--color-brand-primary: #008cff;
	--color-brand-secondary: #00cfa6;
	--color-tabs-txt-hover-1: #ffffff;
	--color-tabs-txt: #80858f;
	--color-label-game-darker: rgba(13, 16, 22, 0.7);
	--filter-color-tabs-icon: brightness(0) saturate(100%) invert(60%) sepia(3%)
		saturate(1090%) hue-rotate(182deg) brightness(87%) contrast(88%);
	--filter-tabs-icon-active: brightness(0) saturate(100%) invert(28%)
		sepia(100%) saturate(5905%) hue-rotate(6deg) brightness(104%) contrast(105%);
	--filter-color-tabs-icon-hover: brightness(0) saturate(100%) invert(100%)
		sepia(100%) saturate(1%) hue-rotate(343deg) brightness(102%) contrast(101%);
	--letter-spacing-tabs: normal;
	--text-transform-tabs: none;
	--home-bonus-card-border-radius-s: 0.5rem;
	--home-bonus-card-border-radius-m: 1rem;
	--home-bonus-card-border-radius-l: 1.5rem;
	--game-tile-border-radius: 0.25rem;
	--font-size-button-s: 0.875rem;
	--font-size-button-m: 1rem;
	--font-size-button-l: 1rem;
	--font-weight-button-s: 500;
	--font-weight-button-m: 500;
	--font-weight-button-l: 500;
	--border-radius-button: 0.25rem;
	--animation-border-rotation-width: 1px;
	--gradient-hover: #00cfa6 0%, rgba(13, 16, 22, 0.2) 59.09%;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

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;
}

[type='button'],
[type='reset'],
[type='submit'],
button {
	-webkit-appearance: button;
}

[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type='checkbox'],
[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

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

html {
	box-sizing: border-box;
	max-width: 100%;
	overflow-x: hidden;
}

body {
	position: relative;
	min-width: 320px;
	margin: 0;
	color: #fff;
	font-size: 16px;
	font-family: Roboto, -apple-system, Arial, sans-serif;
	line-height: 1.5714285714;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: rgb(var(--color-primary));
	max-width: 100%;
	overflow-x: hidden;
}

img,
picture {
	display: block;
	max-width: 100%;
	height: auto;
}

.btn {
	box-sizing: border-box;
	margin: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	background: 0 0;
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	padding: 0;
	cursor: pointer;
	letter-spacing: 0;
	text-decoration: none;
	font-size: 0.875rem;
	line-height: 0.875rem;
	font-weight: 500;
	padding: 0.4375rem 1rem;
	display: flex;
	border-radius: 100px;
	text-transform: none;
	align-items: center;
	touch-action: manipulation;
}

@media (min-width: 768px) {
	.btn-m {
		font-size: var(--font-size-button-m);
		line-height: var(--font-size-button-m);
		font-weight: var(--font-weight-button-m);
		padding: 0.5rem 1.5rem;
		line-height: 24px;
	}
}

.btn-l {
	font-size: 1rem;
	line-height: 1rem;
	font-weight: 500;
	padding: 0.6875rem 2rem;
	line-height: 24px;
}

.btn-animation {
	background: #008cff;
	color: #fff;
	position: relative;
}

.btn-animation:after {
	width: calc(100% + 24px);
	height: calc(100% + 24px);
}

.btn-animation:not(.ui-button_pressed):not(.ui-button_prerender):not(
		:active
	):not(:disabled):after {
	content: '';
	animation: button-pulse 1.6s ease-out infinite 0.5s;
	position: absolute;
	border-radius: 0.25rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0.7, 0.5);
	background: rgba(0, 76, 255, 0.5);
	z-index: -1;
	transition: transform 0.5s linear;
}

.btn-animation:hover {
	background: linear-gradient(
			0deg,
			rgba(49, 51, 52, 0.15),
			rgba(49, 51, 52, 0.15)
		),
		#008cff;
}

.btn-primary {
	background: #008cff;
	color: #fff;
	position: relative;
}

.btn-primary:hover {
	background: linear-gradient(
			0deg,
			rgba(49, 51, 52, 0.15),
			rgba(49, 51, 52, 0.15)
		),
		#008cff;
}

.btn-secondary {
	position: relative;
	color: #fff;
	transition: 0.3s linear;
	background: #008cff;
}

.btn-secondary:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 100px;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	padding: 1px;
	background: #008cff;
}

.btn-secondary:hover {
	background: #008cff;
	color: #fff;
}
.text-content {
	width: 100%;
	text-align-last: left;
}
