/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://aviatorpredict.com/fonts/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://aviatorpredict.com/fonts/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://aviatorpredict.com/fonts/S6u9w4BMUTPHh6UVSwaPGQ3q5d0N7w.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://aviatorpredict.com/fonts/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://aviatorpredict.com/fonts/S6u9w4BMUTPHh50XSwaPGQ3q5d0N7w.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://aviatorpredict.com/fonts/S6u9w4BMUTPHh50XSwiPGQ3q5d0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* general */
@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
		scroll-padding-top: 52px;
	}
	@media (min-width: 768px) {
		:root {
			scroll-padding-top: 58px;
		}
	}
	@media (min-width: 1200px) {
		:root {
			scroll-padding-top: 74px;
		}
	}
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
::selection {
	background-color: #ffffff;
	color: #d90647;
}
html {
	height: 100%;
}
body {
	margin: 0;
	font: 16px/1.75 'Lato', sans-serif;
	background-color: #fff;
	color: #333;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
h1, h2, h3, h4, h5, h6, p, ol, ul {
	margin-top: 0;
	margin-bottom: 0;
}
ul, ol {
	padding: 0;
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
button {
	border-radius: 0;
}
input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	outline: 0;
}
button,
select {
	text-transform: none;
}
[role=button] {
	cursor: pointer;
}
select {
	word-wrap: normal;
}
select:disabled {
	opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
	display: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
	cursor: pointer;
}
::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
textarea {
	resize: vertical;
}
dl, dd {
	margin: 0;
}

/* page */
.page__main {
	flex-shrink: 0;
}
.page__footer {
	margin-top: auto;
}

/* container */
.container {
	max-width: 1276px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 12px;
	padding-right: 12px;
}
@media (min-width: 768px) {
	.container {
		padding-left: 50px;
		padding-right: 50px;
	}
}

/* icons */
.icon {
	flex-shrink: 0;
	display: block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

/* grid */
.grid {
	display: grid;
	grid-template-columns: repeat(var(--grid-cols, 1), minmax(0, 1fr));
	gap: var(--gap-y, 32px) var(--gap-x, 32px)
}
.gap-24 {
	--gap-x: 24px;
	--gap-y: 24px;
}
@media (min-width: 480px) {
	.sm\:grid_cols_2 {
		--grid-cols: 2;
	}
}
@media (min-width: 992px) {
	.lg\:grid_cols_3 {
		--grid-cols: 3;
	}
}

/* btn */
.btn {
	color: #363636;
	font-weight: 900;
	font-size: 16px;
	line-height: 1.4;
	padding: 12px 20px;
	border-radius: 50px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	transition: transform .3s;
	user-select: none;
	font-size: 29px;
	border: none;
	text-align: center;
	column-gap: .3em;
}
.btn:disabled {
	opacity: .65;
}
.btn_size_sm {
	padding-top: 8px;
	padding-bottom: 8px;
}
.btn_theme_white {
	background-color: #fff;
}
.btn_theme_primary {
	background-image: linear-gradient(to bottom, #d90647 37%, #eb402c 98%);
	color: #fff;
}
.btn:not(:disabled):hover {
	transform: scale(1.03);
}
.btn_theme_white .btn__label {
	background-image: linear-gradient(to bottom, #d90647 10%, #eb402c 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.btn__icon {
	flex-shrink: 0;
}
@media (min-width: 576px) {
	.btn {
		font-size: 18px;
		padding: 15px 40px;
	}
	.btn_size_sm {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

/* bs-input */
.bs-input {
	padding: 6px 12px;
	border: 1px solid;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
.bs-input_theme_white {
	background-color: #fff;
	border: none;
	color: #495057;
}
.bs-input_theme_white::placeholder {
	opacity: 1;
}

/* bs-btn */
.bs-btn {
	border-radius: 4px;
	border: none;
	transition: filter .3s;
	user-select: none;
}
.bs-btn_theme_burgundy {
	background-color: #880505;
	color: #fff;
}
.bs-btn_theme_primary {
	background-image: linear-gradient(to bottom, #d90647 37%, #eb402c 98%);
	color: #fff;
}
@media (hover: hover) {
	.bs-btn:hover {
		filter: brightness(120%);
	}
}

/* headings */
.h1 {
	font-size: calc(17.3518px + 4.43951vw);
	font-weight: 900;
	line-height: 1.1;
}
.h2 {
	font-size: calc(17.5139px + 3.32963vw);
	font-weight: 900;
	line-height: 1.1;
	color: #363636;
}
@media (min-width: 1276px) {
	.h1 {
		font-size: 74px;
	}
	.h2 {
		font-size: 60px;
	}
}

/* modal */
.modal {
  position:fixed;
  max-width:calc(100% - 24px);
  max-height:calc(100% - 24px);
  border:none;
  outline:none;
  padding:30px;
  background-color:#fff;
  color:#000;
  transition-property:opacity,transform,overlay,display;
  transition-duration:.3s;
  transition-behavior:allow-discrete
}
.modal_pos_center {
	opacity:0;
	transform:scale(0);
}
.modal_pos_bottom {
	top: auto;
	margin-bottom: 0;
	transform: translateY(100%);
}
.modal_pos_center[open] {
  opacity:1;
  transform:scale(1)
}
@starting-style {
  .modal_pos_center[open] {
    opacity:0;
    transform:scale(0);
  }
}
.modal_pos_bottom[open] {
  transform: none;
}
@starting-style {
  .modal_pos_bottom[open] {
    transform: translateY(100%);
  }
}
.modal::backdrop {
  background-color:rgba(0, 0, 0, 0.8);
  opacity:0;
  transition:opacity .3s
}
.modal[open]::backdrop {
  opacity:1
}
@starting-style {
  .modal[open]::backdrop {
    opacity:0
  }
}
.modal__close-wrapper {
  position:absolute;
  top:0;
  right:0
}
.modal__close {
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px;
  font-size:24px;
  border:none;
  background-color: transparent;
  color: inherit;
  transition:color .25s
}
@media(hover) {
  .modal__close:hover {
    color:var(--color-accent)
  }
}

/* rating */
.rating {
	display: flex;
}

/* stats */
.stats {
	display: flex;
	overflow-y: auto;
	scrollbar-width: none;
}
.stats__item {
	white-space: nowrap;
	text-align: center;
	line-height: 1.5;
}
.stats__item:not(:first-child) {
	padding-left: 24px;
}
.stats__item:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	padding-right: 24px;
}
.stats__item_centered {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.stats__label {
	margin-bottom: 2px;
}
.stats__value {
	margin: 0;
	font-size: 1.6em;
	font-weight: 700;
}
.stats__details {
	margin-top: 2px;
}

/* hero */
.hero {
	background-image: linear-gradient(to bottom, #000000 37%, #d90647 98%);
	color: #fff;
	padding-top: 30px;
	padding-bottom: 10px;
	position: relative;
}
.hero__text {
	text-align: center;
}
.hero__title {
	margin-bottom: 0.27em;
}
.hero__descr {
	font-size: calc(12.1832px + 1.01781vw);
	margin-bottom: 20px;
}
.hero__stats {
	width: fit-content;
	max-width: 100%;
	margin: 0 auto 20px;
	font-size: 10px;
}
.hero__actions {
	margin-top: 40px;
}
.hero__btn {
	box-shadow: 10px 0 40px rgba(0, 0, 0, 0.15);
}
.hero__img-wrapper {
	display: none;
}
@media (min-width: 992px) {
	.hero {
		padding-bottom: 70px;
	}
	.hero__inner {
		display: grid;
		grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
		column-gap: 24px;
		align-items: center;
	}
	.hero__text {
		text-align: left;
	}
	.hero__descr {
		font-size: calc(14.2353px + 0.490196vw);
	}
	.hero__stats {
		width: auto;
	}
	.hero__img-wrapper {
		display: block;
		position: relative;
	}
	.hero__img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 280px;
	}
	.hero__lottie {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		width: calc(280px - 4%);
	}
}
@media (min-width: 1276px) {
	.hero__descr {
		font-size: 20px;
	}
}

/* nav-toggle */
.nav-toggle {
	padding: 0;
	border: none;
	background-color: transparent;
	color: inherit;
}
@media (min-width: 1200px) {
	.nav-toggle {
		display: none;
	}
}

/* hamburger */
.hamburger {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	position: relative;
	border-radius: 4px;
	background-image: linear-gradient(to bottom, #d90647 37%, #eb402c 98%);
	color: #fff;
}
.hamburger_active {
	background-image: none;
}
.hamburger__box {
	display: block;
	position: relative;
	width: 26px;
	height: 14px;
	margin-inline: auto;
}
.hamburger__inner, .hamburger__inner::after, .hamburger__inner::before {
	position: absolute;
	width: 100%;
	height: 2px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	background-color: currentColor;
}
.hamburger__inner {
	top: 0;
	display: block;
}
.hamburger__inner::before {
	top: 6px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform,opacity;
}
.hamburger__inner::after, .hamburger__inner::before {
	display: block;
	content: "";
}
.hamburger__inner::after {
	top: 12px;
}
.hamburger_active .hamburger__inner {
	transform: translate3d(0,6px,0) rotate(45deg);
}
.hamburger_active .hamburger__inner::before {
	transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
	opacity: 0;
}
.hamburger_active .hamburger__inner::after {
	transform: translate3d(0,-12px,0) rotate(-90deg);
}

/* nav */
.nav {
	line-height: 1.4;
}
.nav__list {
	column-gap: 2.22em;
}
.nav__link_accent {
	font-weight: 700;
}
.subnav__link,
.nav__link {
	color: inherit;
	text-decoration: none;
	display: block;
}
.subnav {
	display: none;
}
.subnav__link {
	padding: 10px 15px;
}
@media (max-width: 1199.98px) {
	.nav-scroll-lock {
		overflow: hidden;
	}
	.nav__list {
		margin-inline: calc(var(--header-pd-inline) * -1);
	}
	.nav__link {
		display: flex;
		align-items: center;
		column-gap: 8px;
		padding: 15px var(--header-pd-inline);
	}
	.nav__link_accent {
		font-size: 1.2em;
		background-color: #fff;
		color: #d90647;
	}
	.subnav {
		width: 100%;
	}
	.nav__dropdown_expanded > .subnav {
		display: block;
	}
	.nav__dropdown {
		display: flex;
		flex-wrap: wrap;
	}
	.nav__dropdown > .nav__link,
	.nav__dropdown > .subnav__link {
		width: calc(100% - 26px);
	}
	.subnav__link {
		padding-left: 40px;
	}
	.subnav .subnav .subnav__link {
		padding-left: 60px;
	}
	.nav__btn {
		width: 26px;
		border: none;
		padding: 0;
		position: relative;
		background-color: transparent;
		color: inherit;
	}
	.nav__btn::before,
	.nav__btn::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 50%;
		height: 2px;
		background-color: currentColor;
		transition: transform .2s;
	}
	.nav__btn:not(.nav__btn_active)::after {
		transform: translate(-50%, -50%) rotate(90deg);
	}
}
@media (min-width: 1200px) {
	.nav {
		font-size: 18px;
	}
	.nav__list {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	.nav__link {
		padding-top: 25px;
		padding-bottom: 25px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		height: 100%;
	}
	.nav__link-icon {
		display: none;
	}
	.nav__link_accent {
		border: 1px solid #d90647;
		padding: 5px 15px;
	}
	.nav__item:hover .nav__link {
		color: #d90647;
	}
	.subnav {
		position: absolute;
		z-index: 100;
		background-color: #fff;
		width: 260px;
		box-shadow: 0 0 15px rgba(34,52,67,.3);
		font-size: 15px;
	}
	.nav__item > .subnav {
		left: 0;
		top: 100%;
	}
	.subnav .subnav {
		top: 0;
		left: 100%;
	}
	.nav__dropdown > .nav__link,
	.nav__dropdown > .subnav__link {
		position: relative;
	}
	.nav__btn {
		display: none;
	}
	@media (hover:hover) {
		.nav__dropdown {
			position: relative;
		}
		.nav__dropdown > .nav__link::after,
		.nav__dropdown > .subnav__link::after {
			content: '';
			position: absolute;
			border-color: transparent;
			border-style: solid;
		}
		.nav__dropdown > .nav__link::after {
			border-width: 4px 3px 0 3px;
			border-top-color: rgba(0,0,0,.7);
			bottom: 4px;
			left: 50%;
			margin-left: -2px;
		}
		.nav__dropdown > .subnav__link::after {
			top: 50%;
			right: 4px;
			margin-top: -2px 0 0;
			border-width: 3px 0 3px 5px;
			border-left-color: rgba(0,0,0,.7);
		}
		.nav__dropdown:hover > .subnav {
			display: block;
		}
		.subnav__link:hover {
			color: #d90647;
		}
	}
}

/* languages */
.languages {
	position: relative;
}
.languages__toggle-btn {
	padding: 0;
	background-color: transparent;
	display: block;
	border: none;
}
.languages__list {
	display: none;
	position: absolute;
	top: -8px;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0px 1px 8px 0 rgb(0, 0, 0, .58);
	padding: 8px;
	border-radius: 5px;
	min-width: 100%;
	background-color: #fff;
}
.languages_open .languages__list {
	display: block;
}
.languages__item:not(:last-child) {
	margin-bottom: 10px;
}
.languages__link {
	display: block;
	text-decoration: none;
	color: inherit;
}
.languages__flag {
	display: block;
	border: solid 1px;
	max-width: none;
	width: 36px;
	height: 24px;
	object-fit: cover;
}
@media (min-width: 1200px) {
	.languages__flag {
		width: 29px;
		height: 20px;
	}
}

/* languages-links */
.languages-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.languages-links__item:not(:last-child)::after {
	content: '|';
	margin-right: .25em;
}
.languages-links__link {
	color: #fff;
}
.languages-links__link:hover {
	text-decoration: none;
}

/* flags-list */
.flags-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.flags-list__link {
	text-decoration: none;
	color: inherit;
	display: block;
}
.flags-list__flag {
	width: 38px;
	height: 26px;
	display: block;
	border: solid 1px;
	object-fit: cover;
	max-width: none;
}

/* header */
.header {
	--header-pd-inline: 12px;
	position: sticky;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.header__inner {
	background-color: #fff;
	display: flex;
	align-items: center;
	column-gap: 16px;
	position: relative;
	padding: 8px var(--header-pd-inline);
}
.header__logo {
	line-height: 1;
	font-size: 30px;
	font-weight: 900;
	color: #d90647;
	text-decoration: none;
	white-space: nowrap;
	margin-right: auto;
}
.header_open .header__logo {
	color: inherit;
}
.header__languages {
	flex-shrink: 0;
}
@media (min-width: 768px) {
	.header {
		--header-pd-inline: 50px;
	}
	.header__inner {
		column-gap: 24px;
	}
	.header__logo {
		font-size: 34px;
	}
}
@media (max-width: 1199.98px) {
	.header_open .header__content,
	.header_open .header__inner {
		background-color: #d90647;
		color: #fff;
	}
	.header:not(.header_open) .header__content {
		display: none;
	}
	.header__content {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #fff;
		padding: 0 var(--header-pd-inline) 30px;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
		z-index: -1;
		overflow-y: auto;
	}
	.header__flags {
		margin-top: 20px;
	}
}
@media (min-width: 1200px) {
	.header__inner {
		padding-block: 12px;
	}
	.header__content {
		display: flex;
		align-items: center;
		column-gap: 40px;
	}
	.header__nav {
		margin-top: -12px;
		margin-bottom: -12px;
	}
	.header__flags {
		display: none;
	}
}

/* social */
.social {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.social__link {
	color: inherit;
	text-decoration: none;
	transition: color .2s;
}
.social__link:hover {
	color: var(--social-hover-color);
}

/* about */
.about {
	padding-top: 50px;
	padding-bottom: 50px;
}
.about_content_trainer {
	padding-top: min(50px, 1.05882px + 6.37255vw);
}
.about__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}
.about__img-wrapper {
	text-align: center;
}
.about__title {
	margin-bottom: .5em;
}
.about_content_trainer .about__title  {
	margin-bottom: .3em;
}
.about__descr {
	font-size: 18px;
	line-height: 2;
}
.about_content_trainer .about__descr  {
	font-size: 16px;
	line-height: inherit;
}
.about__descr a:not([class]) {
	color: #000;
}
.about__descr a:hover {
	text-decoration: none;
}
.about__form {
	max-width: 350px;
}
.about__form,
.about__btn {
	margin-top: 30px;
}
@media (min-width: 768px) {
	.about__inner {
		grid-template-columns: 300px minmax(0, 572px);
	}
	.about_revers .about__inner {
		grid-template-columns: minmax(0, 572px) 300px;
	}
	.about__img-wrapper {
		text-align: left;
	}
	.about_revers .about__img-wrapper {
		order: 1;
		text-align: right;
	}
}

/* section */
.section {
	padding-top: calc(17.5139px + 3.32963vw);
	padding-bottom: calc(17.5139px + 3.32963vw);
}
.section_theme_primary {
	background-image: linear-gradient(to bottom, #d90647 37%, #eb402c 98%);
	color: #fff;
}
.section__text:not(:last-child) {
	margin-bottom: 30px;
}
.section__title {
	margin-bottom: 0.5em;
	color: inherit;
}
.section__descr {
	font-size: 16px;
}
@media (min-width: 1276px) {
	.section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

/* sites */
.sites {
	text-align: center;
	color: #1b354c;
}
.sites__item {
	display:flex;
	flex-wrap: wrap;
	position: relative;
	padding: 5px 10px 10px;
	border: 1px solid #dcdede;
	border-radius: 2px;
	background-color: #fff;
}
.sites__item:not(:last-child) {
	margin-bottom: 10px;
}
.sites__logo-col {
	flex: 0 0 130px;
}
.sites__logo-link {
	color: inherit;
	text-decoration: none;
	display: flex;
	align-items: center;
	height: 100%;
	margin: 0 auto;
	max-width: 130px;
}
.sites__logotype {
	height: 60px;
	object-fit: contain;
}
.sites__num {
	position: absolute;
	width: 24px;
	height: 30px;
	top: -5px;
	left: -10px;
	font-size: 15px;
	line-height: 2;
	font-weight: 700;
}
.sites__bonus-col {
	max-width: calc(100% - 150px);
	flex-basis: 100%;
	line-height: 1.1;
	font-size: 13px;
	align-self: center;
}
.sites__bonus {
	font-size: 18px;
	display: block;
	font-weight: 900;
}
.sites__info-col {
	flex: 0 0 33.333333%;
	padding: 5px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
	line-height: 1.1;
}
.sites__icon::before {
    content: '';
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
	position: relative;
	display: inline-block;
	top: -1px;
	vertical-align: middle;
	margin: 0 4px 0 0;
}
.sites__icon_type_games::before {
	background-image: url('/assets/img/raster-icons/other-games.png');
}
.sites__icon_type_mobile::before {
	background-image: url('/assets/img/raster-icons/mobile.png');
}
.sites__icon_type_live::before {
	background-image: url('/assets/img/raster-icons/live.png');
}
.sites__actions-col {
	flex: 0 0 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sites__btn {
	text-decoration: none;
	display: block;
}
.sites__btn_theme_primary::before {
	background-color: #479905;
}
.sites__btn_theme_secondary::before {
	background-color: #129ece;
}
.sites__btn::before {
	content: attr(data-text-before);
	padding: 12px 10px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 6px;
	display: block;
	font-size: 20px;
	line-height: 1.2;
	transition: filter .3s;
}
.sites__btn:hover::before {
	filter: brightness(120%);
}
.sites__rating-col {
	isolation: isolate;
}
@media (min-width: 500px) and (max-width: 767.98px) {
	.sites__logo-col,
	.sites__bonus-col,
	.sites__actions-col {
		max-width: calc((100% - 130px) / 2);
	}
	.sites__actions-col {
		padding-right: 40px;
	}
}
@media (max-width: 767.98px) {
	.sites__header {
		display: none;
	}
	.sites__logo-col {
		position: relative;
	}
	.sites__logo-col::after {
		content: '';
		position: absolute;
		width: 1px;
		height: 34px;
		top: 50%;
		right: 0;
		margin-top: -17px;
		background-color: #dddedf;
	}
	.sites__info-col {
		order: 2;
		margin-top: 10px;
		background-color: #f6f6f7;
		color: #4f6375;
	}
	.sites__info-col::before {
		content: attr(data-title);
		display: block;
		width: 100%;
		margin-bottom: 3px;
		font-size: 11px;
		line-height: 1.1;
		color: #545454;
	}
	.sites__btn-label {
		display: none;
	}
}
@media (min-width: 768px) {
	.sites__header {
		display: flex;
		align-items: center;
		background-color: #d4d7db;
		padding-right: 25px;
		padding-left: 37px;
	}
	.sites__item {
		 padding: 17px 25px 17px 35px;
		 align-items: center;
	}
	.sites__col-name {
		padding: 5px 10px;
		font-size: 12px;
		line-height: 1.08;
		color: #667583;
		text-transform: capitalize;
	}
	.sites__info-col {
		font-weight: 700;
		color: #1b354c;
	}
	.sites__num {
		display: flex;
		width: 24px;
		height: 100%;
		top: 0;
		left: 0;
		justify-content: center;
		align-items: center;
		border-right: 1px solid #d6d8d9;
		font-size: 15px;
		color: #fff;
		text-align: center;
		background-color: #1b354c;
	}
	.sites__btn-label {
		font-size: 11px;
		color: #003d89;
	}
	.sites__icon::before {
		width: 25px;
		height: 25px;
	}
}
@media (min-width: 768px) and (max-width: 1023.98px) {
	.w-t-11 {
		flex: 0 0 11%;
	}
	.w-t-13 {
		flex: 0 0 13%;
	}
	.w-t-14 {
		flex: 0 0 14%;
	}
	.w-t-15 {
		flex: 0 0 15%;
	}
	.w-t-21 {
		flex: 0 0 21%;
	}
}
@media (min-width: 1024px) {
	.w-d-11 {
		flex: 0 0 11%;
	}
	.w-d-15 {
		flex: 0 0 15%;
	}
	.w-d-16 {
		flex: 0 0 16%;
	}
	.w-d-17 {
		flex: 0 0 17%;
	}
	.w-d-19 {
		flex: 0 0 19%;
	}
	.sites__bonus {
		font-size: 27px;
	}
	.sites__icon::before {
		width: 30px;
		height: 30px;
	}
}

/* site-rating */
@media (max-width: 767.98px) {
	.site-rating {
		position: absolute;
		width: 42px;
		height: 42px;
		top: 0;
		right: 0;
		overflow: hidden;
		padding-left: 5px;
	}
	.site-rating::before {
		content: '';
		position: absolute;
		width: 84px;
		height: 84px;
		bottom: 0;
		left: 0;
		border-radius: 50%;
		background: #1b354c;
		z-index: -1;
	}
	.site-rating__val {
		color: #fff;
		font-size: 13px;
		font-weight: 700;
		padding: 3px 0 12px;
		background: url('/assets/img/raster-icons/star-rating.png') center bottom / 14px 14px no-repeat;
		line-height: 1.25;
	}
	.site-rating__stars {
		display: none;
	}
}
@media (min-width: 768px) {
	.site-rating {
		position: relative;
		width: 52px;
		padding: 10px 5px;
		margin: 0 auto;
		border: 1px solid #dfe0e1;
		border-radius: 2px;
		text-align: center;
	}
	.site-rating__val {
		font-size: 20px;
		line-height: 1;
		font-weight: 400;
		color: #1b354c;
	}
	.site-rating__stars {
		font-size: 0;
		width: 22px;
		height: 18px;
		margin: 5px auto 0;
		background: url('/assets/img/raster-icons/rating-star-tablet-grey.png') 0 0 / auto 100% repeat-x;
	}
	.site-rating__stars::before {
		content: '';
		display: block;
		height: 100%;
		background: url('/assets/img/raster-icons/rating-star-tablet.png') repeat-x 0 0 / auto 100%;
		width: var(--site-rating);
	}
}
@media (min-width: 1024px) {
	.site-rating {
		width: 122px;
		padding: 12px 5px;
	}
	.site-rating__val {
		font-size: 38px;
	}
	.site-rating__stars {
		width: 107px;
	}
}

/* step */
.step {
	color: #fff;
	background-image: linear-gradient(to bottom, #d90647 37%, #eb402c 98%);
}
.step__title {
	margin-bottom: 0.27em;
	text-align: center;
}
.step__descr {
	font-size: calc(12.1832px + 1.01781vw);
	text-align: center;
	margin-bottom: 30px;
}
.step__actions {
	margin-top: 40px;
	text-align: center;
}
.step__descr + .step__actions {
	margin-top: 10px;
}
.step__btn {
	box-shadow: 10px 0 40px rgba(0, 0, 0, 0.15);
}
.step__tab:not(._active) {
	display: none;
}
@media (max-width: 767.98px) {
	.step {
		display: flex;
		flex-direction: column;
	}
	.step_single_col {
		justify-content: center;
	}
	.step__text {
		display: contents;
	}
	.step__actions {
		order: 1;
	}
	.step__img-wrapper {
		width: 300px;
		max-width: 100%;
		margin: 0 auto 30px;
	}
	.step__video {
		margin-bottom: 30px;
	}
	.step__form {
		margin-bottom: 30px;
	}
}
@media (min-width: 768px) {
	.step {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 24px;
		align-items: center;
		min-height: 80vh;
	}
	.step__title {
		text-align: left;
	}
	.step__descr {
		text-align: left;
		font-size: calc(14.2353px + 0.490196vw);
	}
	.step__img-wrapper {
		display: block;
		position: relative;
	}
	.step__img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 280px;
	}
	.step__lottie {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		width: calc(280px - 4%);
	}
	.step__actions {
		text-align: left;
	}
}
@media (min-width: 1276px) {
	.step__descr {
		font-size: 20px;
	}
}

/* step-form */
.step-form__group {
	display: flex;
	flex-wrap: wrap;
	column-gap: 5px;
	position: relative;
}
.step-form__group:not(:last-child) {
	margin-bottom: 15px;
}
.step-form__controll {
	flex-grow: 1;
	flex-basis: 0;
	min-width: 0;
	box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .4);
}
.step-form_placement_hero .step-form__btn {
	box-shadow: 2px 2px 0px rgba(30, 30, 30, 0.7);
}
.step-form__error {
	width: 100%;
	display: none;
	position: relative;
	padding-left: 1.5em;
	line-height: 1.2;
	margin-top: .3em;
}
.step-form_placement_content .step-form__error {
	color: #f00;
}
.step-form__error a {
	color: inherit;
}
._invalid ~ .step-form__error {
	display: block;
}
.step-form__error > .icon {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* step-info */
.step-info {
	text-align: center;
}
.step-info p:not(:last-child) {
	margin-bottom: 25px;
}
@media (min-width: 576px) {
	.step-info {
		font-size: 18px;
	}
}

/* screen-live */
.screen-live {
	margin-top: 30px;
	border-top: 1px solid #e0e0e0;
}
.screen-live__title {
	text-align: center;
	margin-bottom: 1em;
}

/* screenshot */
.screenshot__figure {
	margin: 0;
}
.screenshot__figcaption {
	background-image: linear-gradient(to bottom, #d90647 10%, #eb402c 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 900;
	font-size: 18px;
}

/* howto */
.howto {
	text-align: center;
}
.howto__bg {
	background-image: linear-gradient(to bottom, #d90647 37%, #eb402c 98%);
	padding-top: 50px;
	padding-bottom: 50px;
}
.howto__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	gap: 32px;
	color: #fff;
}
.howto__item:not(:last-child) {
	margin-bottom: 20px;
}
.howto__title {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 900;
	margin-bottom: .2em;
}
.howto__img {
	width: 271px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 768px) {
	.howto {
		padding-top: 56px;
		padding-bottom: 56px;
	}
	.howto__inner {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.howto {
		text-align: left;
	}
	.howto__col:first-child {
		text-align: right;
	}
	.howto__img {
		display: block;
		
		margin-top: -106px;
		margin-bottom: -106px;
	}
}

/* onewin */
.onewin__logo {
	display: block;
	width: 100%;
	max-height: 150px;
	object-fit: contain;
	background-color: #000;
}
.onewin__descr {
	color: #155724;
	background-color: #d4edda;
	border: 1px solid #c3e6cb;
	padding: 20px;
	text-align: center;
}

/* instruction */
.instruction {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 32px;
	align-items: start;
}
.instruction__actions {
	margin-top: 30px;
}

@media (min-width: 992px) {
	.instruction {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.instruction__img {
		order: 1;
	}
}

/* download */
.download__descr {
  text-align: center;
}
.download__inner > *:not(:last-child) {
	margin-bottom: 30px;
}
.download__btn {
	display: inline-block;
	vertical-align: middle;
	background-color: #141313;
	color: #d90647;
	font-weight: 900;
	box-shadow: 10px 0 40px rgba(0, 0, 0, 0.15);
	text-decoration: none;
	font-size: 18px;
	border-radius: 50px;
	padding: 10px 40px;
	transition: color .3s, background-color .3s, transform .3s;
}
.download__btn:hover {
	transform: scale(1.03);
	background-color: #d90647;
	color: #ffff;
}

/* download-languages */
.download-languages {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.download-languages__item:not(:last-child):after {
	content: '|';
	margin-right: .25em;
}
.download-languages__link {
	background-color: #141313;
	color: #fff;
	text-decoration: none;
	padding: 2px;
}

/* footer */
.footer {
	background-color: #222222;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer__descr {
	color: #fff;
	margin-bottom: 60px;
	text-align: center;
}
.footer__descr a {
	color: #fff;
	text-decoration: underline;
}
.footer__descr a:hover {
	text-decoration: none;
}
.footer__languages {
	margin-bottom: 60px;
	color: #777;
}
.footer__partners {
	margin-bottom: 30px;
}
.footer__copyright {
	color: #c8c8c8;
	font-size: 15px;
	text-align: center;
}
.footer__copyright a {
	color: inherit;
	text-decoration: none;
}
.footer__copyright a:hover {
	text-decoration: underline;
}
.footer__social {
	--social-hover-color: #fff;
	color: #777;
	margin-bottom: 5px;
	font-size: 20px;
}

/* partners */
.partners {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
	gap: 32px;
}
.partners__img {
	max-height: 60px;
	opacity: .2;
}

/* scroll-top */
.scroll-top {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: linear-gradient( to bottom, #d90647 37%, #eb402c 98% );
	color: #fff;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 99;
	transition: transform 0.3s, opacity 1s, visibily 1s;
	opacity: 0;
	visibility: hidden;
	text-decoration: none;
}
.scroll-top_visible {
	opacity: 1;
	visibility: visible;
}
@media (hover: hover) {
	.scroll-top:hover {
		transform: scale(1.1);
	}
}
@media (max-width: 575.98px) {
	.scroll-top {
		display: none;
	}
}

/* blockquote */
.blockquote {
	font-size: 20px;
}
.blockquote__footer {
	font-size: 80%;
	color: #6c757d;
}
.blockquote__footer::before {
	content: "\2014\00A0";
}

/* share */
.share {
	background-color: #0e0e0e;
	padding: 0 10px 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}
.share__links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}
.share__link {
	width: 50px;
	height: 50px;
	border-radius: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	transition: filter .3s;
}
.share__link_whatsapp {
	background: linear-gradient(to bottom, #5ad166, #27b23d);
	color: #fff;
}
.share__link_messenger {
	background: #fff;
}
.share__link_telegram {
	background: #009eeb;
	color: #fff;
}
.share__copy-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	border: 2px solid #fff;
	background-color: transparent;
	color: #fff;
	border-radius: 15px;
	padding: 10px 15px;
	font-size: 16px;
	transition-property: color, background-color;
	transition-duration: .1s;
}
.share__copy-btn .icon {
	font-size: 1.4em;
}
@media (hover: hover) {
	.share__link:hover {
		filter: brightness(120%);
	}
	.share__copy-btn:not(:disabled):hover {
		background-color: #fff;
		color: #000
	}
}

/* typography */
.typography h1 {
	line-height: 1.1;
}
.typography h2 {
	line-height: 1.2;
}
.typography h3 {
	line-height: 1.3;
}
.typography h4 {
	line-height: 1.4;
}
.typography h1:not(:first-child),
.typography h2:not(:first-child),
.typography h3:not(:first-child),
.typography h4:not(:first-child) {
	margin-top: 1.5em;
}
.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	margin-bottom: .5em;
}
.typography p,
.typography ul,
.typography ol,
.typography table {
	margin-bottom: 16px;
}
.typography .blockquote {
	margin: 0 0 16px;
}
.typography table {
	width: 100%;
	border-collapse: collapse;
}
.typography table td,
.typography table th {
	border: 1px solid;
	padding: 3px 5px;
}
.typography ol,
.typography ul {
	padding-left: 40px;
}
.typography ol {
	list-style-type: decimal;
}
.typography ul {
	list-style-type: disc;
}
.typography a:not([class]) {
	color: #007bff;
}
.typography a:not([class]):hover {
	text-decoration: none;
}
.typography mark {
	padding: .2em;
	background-color: #fcf8e3;
}

/* utilities */
.u-mt-15 {
	margin-top: 15px !important;
}
.u-mb-0 {
	margin-bottom: 0 !important;
}
.u-mb-30 {
	margin-bottom: 30px !important;
}
.u-pd-0 {
	padding-top: 0 !important;
}
.u-hidden {
	display: none !important;
}
@media (min-width: 768px) {
	.md\:u-block {
		display: block !important;
	}
}
@media (max-width: 576px){
._canvas_8x9ck_33{height: 300px}
}
.av-preloader._ready .av-preloader__rate,.av-preloader:not(._loading) .av-preloader__overlay,.av-preloader:not(._ready) .av-preloader__play-btn{display:none}.av-preloader{position:relative;background-color:#0e0e0e;padding:10px;line-height:normal;cursor:pointer}.av-preloader__overlay,.av-preloader__overlay-progressbar{z-index:1;position:absolute;color:#fff;text-align:center;display:flex}.av-preloader__overlay{inset:0;align-items:center;justify-content:center;background-color:#000;font-size:14px;line-height:1.5}.av-preloader__overlay-progressbar{content:'';align-items:center;justify-content:center;top:calc(50% + 14px * 1.5);left:calc(50% - 100px);width:0;height:2px;background-color:red;animation:1s linear forwards av-preloader-progressbar}.av-preloader__canvas{position:relative;container-type:size;display:flex;flex-direction:column;justify-content:center;align-items:center;height:500px;border-radius:20px;border:1px solid #2a2b2e;background:url("/aviatorAssets/img/bg-sun.svg") left -1380px bottom -1380px/2760px no-repeat #000}.av-preloader__propeller{margin-bottom:10px;background:url('/aviatorAssets/img/propeller.svg') center/cover no-repeat;animation:1.4s linear infinite av-preloader-propeller-rotate;width:min(20%,120px);aspect-ratio:1;max-width:100%;height:auto}.av-preloader__round-info{color:#fff;text-transform:uppercase;font-size:min(36px, 3.57143cqw + 7.14286px);text-align:center}.av-preloader__lowercase{text-transform:lowercase}.av-preloader__bet-btn,.av-preloader__play-btn{color:#fff;text-transform:uppercase;font-size:20px;text-align:center}.av-preloader__rate{margin-top:10px;background-color:#e50539;width:fit-content;margin-inline:auto;border-radius:5px;line-height:1;padding:5px 10px}.av-preloader__play-btn{min-width:min(100%,150px);width:fit-content;margin:10px auto 0;border-radius:10px;background-color:#e50539;padding:12px 16px;font-weight:700;animation:2s infinite av-preloader-btn-pulse}.av-preloader__plane{--plane-width:100px;width:var(--plane-width);position:absolute;left:30px;bottom:33px;transform:translate(-13%,5%);aspect-ratio:150/74;background:url("/aviatorAssets/img/plane.svg") 0 0/auto 100% no-repeat;animation:.4s steps(3) infinite av-preloader-plane}.av-preloader__controls{margin-top:10px;display:flex;flex-wrap:wrap;gap:10px}.av-preloader__controls-group{flex-basis:0;flex-grow:1;display:flex;justify-content:center;flex-wrap:wrap;gap:10px;padding:12px;border-radius:10px;background-color:#1b1c1d;border:1px solid var(--btn-background-color,transparent);color:#fff}.av-preloader__bet-btn{width:min(100%,200px);border-radius:20px;border:1px solid #b2f2a3;background-color:#28a909;padding:10px 25px;box-shadow:inset 0 1px 1px #ffffff80;text-shadow:0 1px 2px rgba(0,0,0,.5);white-space:nowrap;animation:1s infinite av-preloader-btn-blink}.av-preloader__bet-btn-val{font-size:24px}.av-preloader__bet-btn-currency{font-size:18px}.av-preloader__quantity{display:flex;align-items:center;justify-content:space-between;column-gap:4px;width:150px;height:34px;padding-left:10px;padding-right:10px;background-color:rgba(0,0,0,.7);border-radius:22px;border:1px solid #333;text-align:center;font-weight:700;font-size:18px;line-height:1}.av-preloader__quantity:not(:last-child){margin-bottom:5px}.av-preloader__quantity-btn{width:18px;height:18px;padding:0;flex-shrink:0;border-radius:50%;background-color:transparent;background-position:center;background-repeat:no-repeat;background-size:16px;border:1px solid #767981;user-select:none;transition-property:opacity;transition-duration:.3s}.av-preloader__quantity-btn:first-child{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='768' height='768' viewBox='0 0 768 768'%3E%3Cpath d='M160 416h448c17.664 0 32-14.336 32-32s-14.336-32-32-32h-448c-17.664 0-32 14.336-32 32s14.336 32 32 32z' fill='%23767981'%3E%3C/path%3E%3C/svg%3E")}.av-preloader__quantity-btn:last-child{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='768' height='768' viewBox='0 0 768 768'%3E%3Cpath fill='%23767981' d='M160 416h192v192c0 17.664 14.336 32 32 32s32-14.336 32-32v-192h192c17.664 0 32-14.336 32-32s-14.336-32-32-32h-192v-192c0-17.664-14.336-32-32-32s-32 14.336-32 32v192h-192c-17.664 0-32 14.336-32 32s14.336 32 32 32z'%3E%3C/path%3E%3C/svg%3E")}@media (max-width:859.98px){.av-preloader__controls-group:last-child{display:none}}@media (max-width:479.98px){.av-preloader__canvas{height:300px}}@media (min-width:640px){.av-preloader__plane{--plane-width:150px}}@keyframes av-preloader-progressbar{100%{width:200px}}@keyframes av-preloader-btn-pulse{0%{box-shadow:0 0 0 0 rgba(229,5,57,.7)}70%{box-shadow:0 0 0 20px rgba(229,5,57,0)}100%{box-shadow:0 0 0 0 rgba(229,5,57,0)}}@keyframes av-preloader-btn-blink{50%{filter:brightness(130%)}}@keyframes av-preloader-propeller-rotate{to{transform:rotate(360deg)}}@keyframes av-preloader-plane{100%{background-position:calc(var(--plane-width) * -3) 0}}

.download__form {
	max-width: 600px;
	margin-inline: auto;
	text-align: initial;
  background-color: #000; 
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
}

.form__group {
	margin-bottom: 20px;
}

.form__actions {
	margin-top: 32px;
}

.form__label {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 700;
  color: #fff;
}

.form__control {
	display: block;
	width: 100%;
}

.text-center {
	text-align: center;
}

.select,
.textarea {
	--border-color: #dee2e6;
	appearance: none;
	background-color: #fff;
	border: 3px solid var(--border-color);
	border-radius: 4px;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
}

:where(.select, .textarea):focus {
	--border-color: #1d8f23;
}

:where(.select, .textarea):user-invalid {
	--border-color: #f40a20;
}

.textarea {
	padding: 5px;
}

.textarea_size_md {
	padding: 10px;
}

.select {
	padding: 5px 10px;
}

.select_size_md {
	padding: 10px;
}

.select:not(:disabled) {
	cursor: pointer;
}

.page__footer.footer{
  background:#1f1f1f;
  color:#e0e0e0;
  padding:28px 0 36px;
  font-size:14px;
  line-height:1.6;
}

.footer__descr{
  max-width:1100px;
  margin:14px auto 8px;
  text-align:center;
  color:#d6d6d6;
}
.footer__descr a{ color:#e0e0e0; text-decoration:underline; }

.footer__legal{ margin:8px auto 10px; text-align:center; }

.footer__contact{ margin:0 0 8px; color:#e0e0e0; }
.footer__contact .label{ font-weight:600; text-decoration:none; color:#e0e0e0; }
.footer__contact a{ color:#e0e0e0; text-decoration:underline; }

.footer__links{
  display:inline-flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:6px 0;
}
.footer__links a{
  color:#e0e0e0;
  text-decoration:underline;
}
.footer__links .dot{
  margin:0 14px;
  color:#7e7e7e;
  pointer-events:none;
  user-select:none;
  text-decoration:none;
}
.footer__links a:hover{ color:#ffffff; }
.footer__links a:focus-visible{ outline:2px solid #f05a7e; outline-offset:2px; }

.languages-links{
  display:flex; flex-wrap:wrap; gap:10px 18px;
  justify-content:center; margin:14px auto 10px;
  padding:0; list-style:none;
}
.languages-links__link{ color:#e0e0e0; text-decoration:underline; }
.languages-links__link:hover{ color:#ffffff; }

.footer__copyright{
  text-align:center;
  color:#cfcfcf;
}
.footer__copyright small{
  color:#bdbdbd;
}

@media (max-width:768px){
  .page__footer.footer{ padding:24px 0 30px; font-size:13.5px; }
  .footer__descr{ padding:0 14px; }
  .footer__links .dot{ display:none; }
}

/* download-responses */
.download-responses {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
	gap: 20px;
}
.download-responses__item {
	padding: 20px;
	border-radius: 10px;
	background-color: #fbfbfb;
	border: 1px solid #ddd;
}
.download-responses__details {
	margin-block: 0 10px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 16px;
}
.download-responses__details-item {
	display: flex;
	column-gap: 0.25em;
	font-size: 14px;
}
.download-responses__details-label {
	font-weight: 700;
}
.download-responses__details-val {
	margin: 0;
}
.download-responses__message {
	margin-bottom: 10px;
	font-size: 14px;
}
.download-responses__user {
	display: flex;
	align-items: center;
	column-gap: 16px;
	line-height: 1.5;
}
.download-responses__avatar {
	border-radius: 50%;
	flex-shrink: 0;
	width: 40px;
	aspect-ratio: 1;
	object-fit: cover;
}
.download-responses__user-info {
	min-width: 0;
}
.download-responses__username {
	font-weight: 700;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.download-responses__time {
	color: #777;
	font-size: 14px;
}

/* download-flow */
.download-flow {
	overflow: hidden;
}
.download-flow__track {
	display: flex;
	transform: translateX(calc(-100% * var(--current-step)));
	transition: transform .5s;
}
.download-flow__step {
	visibility: hidden;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	line-height: 1.4;
}
.download-flow__step._visible {
	visibility: visible;
}
.download-flow__title {
	margin-bottom: 20px;
	text-align: center;
	text-wrap: balance;
	font-size: 16px;
}
.download-flow__progressbar {
	height: 10px;
	border-radius: 10px;
	background-color: #eee;
}
.download-flow__progressbar::before {
	content: '';
	display: block;
	border-radius: inherit;
	height: 100%;
	width: 0%;
	background-color: #00c400;
  animation: x-progressbar 6s 0.5s forwards;
}
.download-flow__devices {
	display: flex;
	justify-content: center;
	column-gap: 15px;
}
.download-flow__device {
	position: relative;
}
.download-flow__device-input {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 1rem;
	height: 1.25rem;
	opacity: 0;
}
.download-flow__device-label {
	display: block;
	border: 1px solid;
	border-radius: 10px;
	padding: 10px;
	font-size: 32px;
	color: #ccc;
	cursor: pointer;
}
.download-flow__device-input:checked + .download-flow__device-label {
	background-color: #d90647;
	border-color: #d90647;
	color: #fff;
}
.download-flow__actions {
	margin-top: 20px;
	text-align: center;
}

@keyframes x-progressbar {
	to {
		width: 100%;
	}
}
#captcha-download-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

/* pwa-alert */
.pwa-alert {
	padding: 24px 24px 96px;
	width: 100%;
	max-width: none;
	max-height: 100%;
	background-color: #2e3452;
	color: #fff;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	text-align: center;
}
.pwa-alert::backdrop {
	background-color: rgba(0, 0, 0, .7);
}
.pwa-alert__img {
	max-width: 400px;
	width: 50%;
	margin-bottom: 30px;
}
.pwa-alert__message {
	margin-bottom: 36px;
	font-size: 18px;
	text-wrap: balance;
}
.pwa-alert__btn {
	padding: 10px 16px;
	width: 100%;
	background-color: #19b864;
	border: none;
	border-radius: 6px;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	cursor: pointer;
	transition: filter .25s;
}
@media (hover) {
	.pwa-alert__btn:hover {
		filter: brightness(1.2);
	}
}

/* history */
.history {
	padding: 24px 24px 4px;
	border: 1px solid #ddd;
	border-radius: 8px;
}
.history__header {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}
.history__col {
	min-width: 0;
	flex-grow: 1;
	display: flex;
	column-gap: 8px;
}
.history__stat {
	min-width: 0;
	flex-grow: 1;
	flex-basis: 50px;
	max-width: 150px;
	padding: 6px;
	border-radius: 8px;
	background-color: #f3f3ff;
}
.history__stat[data-theme="success"] {
	--color: #07b851;
}
.history__stat[data-theme="danger"] {
	--color: #f00;
}
.history__stat[data-theme="warning"] {
	--color: #ffb534;
}
.history__stat-label,
.history__stat-val {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.2;
}
.history__stat-label {
	column-gap: .3em;
	font-size: 0.875em;
	font-weight: 700;
}
.history__stat-icon {
	color: var(--color);
}
.history__chart {
	height: 300px;
	margin-left: -10px;
	margin-right: -10px;
}
.history__size-select {
	flex-grow: 1;
	min-width: 0;
	min-height: 48px;
	flex-basis: 100px;
	background-color: #f3f3ff;
	border: none;
	padding: 10px;
	border-radius: 8px;
	font-size: 14px;
	text-overflow: ellipsis;
	transition: background-color .25s;
}
.history__trend-arrow {
	color: var(--color);
	transition: transform .25s, color .25s;
	transform: rotate(calc(45deg * var(--trend-angle)));
}
@media (hover) {
	.history__size-select:hover {
		background-color: #e6e6ff;
	}
}
.history__footer {
    display: flex;
    justify-content: center;
    padding: 20px 0 10px;
}

.history__predict-btn {
    background-color: #d90647;
    color: #ffffff;
    border: none;
    padding: 14px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(217, 6, 71, 0.4);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.history__predict-btn:hover {
    background-color: #f00b52;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(217, 6, 71, 0.6);
}

.history__predict-btn:active {
    transform: translateY(1px);
    box-shadow: 0 2px 10px rgba(217, 6, 71, 0.3);
}

.history__predict-btn-mod {
    background-color: #d90647;
    color: #ffffff;
    border: none;
    padding: 14px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
		box-shadow: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.apk-download-container {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

@media (min-width: 992px) {
    .apk-download-container {
        transform: translateY(30px);
    }
}

.apk-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: #ffffff;
    color: #d90647;
    border: none;
    padding: 16px 50px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
}

.apk-btn:hover {
    background-color: #f2f2f2;
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(255, 255, 255, 0.6);
}

.apk-btn:active {
    transform: translateY(1px);
    box-shadow: 0 2px 10px rgba(255, 255, 255, 0.3);
}

.hash-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10000;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hash-modal__content {
    position: relative;
    width: 90%;
    max-width: 380px;
    height: 500px;
    background: #151515;
    border: 2px solid #d90647;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(217, 6, 71, 0.3);
}

.hash-modal__header {
    background: #d90647;
    color: #fff;
    padding: 12px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.hash-output {
    background: #111;
    color: #d90647;
    font-family: 'Courier New', monospace;
    padding: 15px 10px;
    text-align: center;
    border-bottom: 1px solid #333;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.hash-val-span {
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 1px;
}

.hash-modal__game-area {
    flex: 1;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hash-bubble {
    position: absolute;
    width: 55px;
    height: 55px;
    background: #222;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    animation: popIn 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.hash-bubble:active {
    transform: scale(0.9);
    background: #d90647;
    border-color: #d90647;
}

.hash-footer {
    padding: 15px;
    text-align: center;
    color: #aaa;
    background: #1a1a1a;
    border-top: 1px solid #333;
    font-size: 16px;
}

.hash-result-btn {
    display: none;
    margin: auto;
    background: #d90647;
    color: #fff;
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(217, 6, 71, 0.6);
    animation: pulseBtn 1.5s infinite;
}

.waiting-text {
    color: #d90647;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 15px;
    margin-bottom: 5px;
    animation: pulseText 2s infinite ease-in-out;
}

@keyframes pulseBtn {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

@keyframes pulseText {
    0% { opacity: 0.5; }
    50% { opacity: 1; }
    100% { opacity: 0.5; }
}

.queue-box {
    display: none;
    width: 100%;
    max-width: 350px;
    background: #1a1a1a;
    padding: 20px 15px;
    border-radius: 16px;
    border: 1px solid #333;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.queue-compact-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-family: monospace;
}

.q-compact-item {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.q-compact-item.right {
    text-align: right;
    min-width: 80px;
    border-left: 1px solid #333;
    padding-left: 10px;
}

.q-label {
    font-size: 11px;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.q-val-hash {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    word-break: break-all;
    line-height: 1.2;
}

.q-val-pos {
    color: #d90647;
    font-size: 22px;
    font-weight: 800;
}

.timer-big {
    font-size: 48px;
    font-weight: 800;
    font-family: monospace;
    color: #fff;
    letter-spacing: 2px;
    margin: 5px 0 15px;
}

.progress-container {
    width: 100%;
    height: 8px;
    background: #333;
    border-radius: 4px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    width: 0%;
    background: #d90647;
    transition: width 1s linear;
    box-shadow: 0 0 10px #d90647;
}

.overlay-msg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 20, 0.98);
    z-index: 10;
    border-radius: 12px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
}

.overlay-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
}

.overlay-text {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 20px;
    line-height: 1.4;
}

.overlay-btn {
    padding: 12px 30px;
    background: #d90647;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.2s;
}

.overlay-btn:disabled {
    background: #555;
    cursor: not-allowed;
    opacity: 0.7;
}

.final-coefficient {
    font-size: 50px;
    font-weight: 800;
    color: #32ff7e;
    text-shadow: 0 0 20px rgba(50, 255, 126, 0.5);
    margin: 20px 0;
}

.afk-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 5;
    border-radius: 12px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.afk-btn {
    margin-top: 15px;
    padding: 10px 30px;
    background: #d90647;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-weight: bold;
    cursor: pointer;
}
.waiting-text {
    animation: pulseText 2s infinite ease-in-out;
}
@keyframes pulseText {
    0% { opacity: 0.3; }
    50% { opacity: 1; }
    100% { opacity: 0.3; }
}