.glide {
	box-sizing: border-box;
	position: relative;
	width: 100%;
}
.glide * {
	box-sizing: inherit;
}
.glide__slides,
.glide__track {
	overflow: hidden;
}
.glide__slides {
	backface-visibility: hidden;
	display: flex;
	flex-wrap: nowrap;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	touch-action: pan-Y;
	transform-style: preserve-3d;
	white-space: nowrap;
	width: 100%;
	will-change: transform;
}
.glide__slide,
.glide__slides--dragging {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.glide__slide {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	flex-shrink: 0;
	height: 100%;
	white-space: normal;
	width: 100%;
}
.glide__slide a {
	-webkit-user-drag: none;
	-webkit-user-select: none;
	user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.glide__arrows,
.glide__bullets {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.glide--rtl {
	direction: rtl;
}
@font-face {
	font-display: swap;
	font-family: Yanone Kaffeesatz;
	font-style: normal;
	font-weight: 300;
	src: url(/assets/fonts/yanone-kaffeesatz-v30-cyrillic-ext_latin-300.woff2)
		format('woff2');
}
@font-face {
	font-display: swap;
	font-family: Yanone Kaffeesatz;
	font-style: normal;
	font-weight: 400;
	src: url(/assets/fonts/yanone-kaffeesatz-v30-cyrillic-ext_latin-regular.woff2)
		format('woff2');
}
@font-face {
	font-display: swap;
	font-family: Yanone Kaffeesatz;
	font-style: normal;
	font-weight: 600;
	src: url(/assets/fonts/yanone-kaffeesatz-v30-cyrillic-ext_latin-600.woff2)
		format('woff2');
}
*,
:after,
:before {
	box-sizing: border-box;
}
html {
	font-size: 16px;
	height: 100%;
	scroll-behavior: smooth;
}
body {
	background: #10052b;
	color: #f1f1f1;
	font-family: Yanone Kaffeesatz, sans-serif;
	font-weight: 300;
	letter-spacing: 0.8px;
	line-height: 1.6;
	margin: 0;
	padding: 80px 0 0;
}
@media (max-width: 576px) {
	body.has_slider {
		padding: 0;
	}

	body.has_slider .site-header.fixed {
		background: #10052b;
	}
}
.container {
	margin: 0 auto;
	max-width: 1256px;
	padding-left: 20px;
	padding-right: 20px;
}
@media (max-width: 576px) {
	.container {
		padding-left: 8px;
		padding-right: 8px;
	}
}
.btn {
	border-radius: 100px;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.8px;
	line-height: 1.2;
	padding: 12px 36px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all 0.15s ease;
	white-space: nowrap;
}
.btn,
.btn:visited {
	color: #f1f1f1;
}
.btn--red {
	background: linear-gradient(180deg, #e100ff 0%, #0009b0 100%);
}
.btn--red:hover {
	background: linear-gradient(180deg, #0009b0 0%, #e100ff 100%);
}
.btn--white {
	background: none;
	border: 1px solid #e100ff;
	color: #fff;
}
.btn--white:hover {
	background: linear-gradient(180deg, #0009b0 0%, #e100ff 100%);
}
.btn--white:visited {
	color: #fff;
}
.btn--green {
	background: linear-gradient(180deg, #6a8814, #08510b);
}
.btn--green:hover {
	background: linear-gradient(180deg, #8fb71c, #0f8413);
}
.btn.sm_d-none {
	display: block;
}

.img-cov {
	width: 100%;
	height: 100%;
	max-width: 900px;
	margin: 15px auto;
}
.img-cov img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

@media (max-width: 576px) {
	.btn.sm_d-none {
		display: none;
	}
}
.download-block {
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	background: linear-gradient(180deg, #070017, #10052b);
	bottom: 0;
	display: none;
	left: 0;
	padding: 16px;
	position: fixed;
	right: 0;
	text-align: center;
}
@media (max-width: 990px) {
	.download-block {
		display: block;
	}
}
.site-header {
	background: #10052b;
	box-shadow: 0 4px 20px 0 rgba(129, 3, 19, 0.2);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10;
}
@media (max-width: 768px) {
	.site-header {
		box-shadow: none;
	}
}
.site-header_wrapper {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 16px 0;
}
.site-header .burger {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath d='M0 3a1 1 0 0 1 1-1h26a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V3ZM0 13a1 1 0 0 1 1-1h26a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1v-2Z' fill='%23D09C38'/%3E%3Cpath d='M0 13a1 1 0 0 1 1-1h26a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1v-2ZM0 23a1 1 0 0 1 1-1h26a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1v-2Z' fill='%23D09C38'/%3E%3C/svg%3E")
		no-repeat 50%;
	display: none;
	height: 32px;
	width: 32px;
}
@media (max-width: 1199px) {
	.site-header .burger {
		display: block;
	}
}
.site-header .burger.active {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath d='M4.723 2.796a1.01 1.01 0 0 1 1.427 0L24.704 21.35a1.01 1.01 0 0 1 0 1.427l-1.427 1.427a1.01 1.01 0 0 1-1.427 0L3.296 5.65a1.01 1.01 0 0 1 0-1.427l1.427-1.427Z' fill='%23D09C38'/%3E%3Cpath d='M3.296 22.777a1.01 1.01 0 0 1 0-1.427L21.85 2.796a1.01 1.01 0 0 1 1.427 0l1.427 1.427a1.01 1.01 0 0 1 0 1.427L6.15 24.204a1.01 1.01 0 0 1-1.427 0l-1.427-1.427Z' fill='%23D09C38'/%3E%3C/svg%3E")
		no-repeat 50%;
}
.site-header .burger.active:hover {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath d='M4.723 2.796a1.01 1.01 0 0 1 1.427 0L24.704 21.35a1.01 1.01 0 0 1 0 1.427l-1.427 1.427a1.01 1.01 0 0 1-1.427 0L3.296 5.65a1.01 1.01 0 0 1 0-1.427l1.427-1.427Z' fill='%23FFA41C'/%3E%3Cpath d='M3.296 22.777a1.01 1.01 0 0 1 0-1.427L21.85 2.796a1.01 1.01 0 0 1 1.427 0l1.427 1.427a1.01 1.01 0 0 1 0 1.427L6.15 24.204a1.01 1.01 0 0 1-1.427 0l-1.427-1.427Z' fill='%23FFA41C'/%3E%3C/svg%3E")
		no-repeat 50%;
}
.site-header .burger:hover {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath d='M0 3a1 1 0 0 1 1-1h26a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V3ZM0 13a1 1 0 0 1 1-1h26a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1v-2Z' fill='%23FFA41C'/%3E%3Cpath d='M0 13a1 1 0 0 1 1-1h26a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1v-2ZM0 23a1 1 0 0 1 1-1h26a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1v-2Z' fill='%23FFA41C'/%3E%3C/svg%3E")
		no-repeat 50%;
}
.site-header .header-btns {
	align-items: center;
	display: flex;
}
.site-header .header-btns a {
	margin-right: 10px;
}
.site-header .header-btns a:last-of-type {
	margin-right: 0;
}
.logo img {
	display: block;
	line-height: 0;
	-o-object-fit: contain;
	object-fit: contain;
}
@media (max-width: 992px) {
	.header_nav_wrap {
		background-color: #10052b;
		display: none;
		height: 100vh;
		left: 100%;
		padding: 16px 40px;
		position: absolute;
		top: 0;
		z-index: 9999;
	}
}
.header_nav_wrap .lg-block {
	display: none;
}
@media (max-width: 992px) {
	.header_nav_wrap .lg-block {
		display: block;
	}
}
.header_nav_wrap .lg-block img {
	display: block;
	margin: 0 auto 80px;
}
.header_nav_wrap .lg-block .btn {
	margin-bottom: 16px;
	width: 157px;
}
.header_nav_wrap .lg-block .btn:first-child {
	margin-top: 32px;
}
.header_nav_menu {
	align-items: flex-start;
	-moz-column-gap: 40px;
	column-gap: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}
@media (max-width: 992px) {
	.header_nav_menu {
		display: flex;
		flex-direction: column;
		row-gap: 20px;
	}
}
.header_nav_menu li a,
.header_nav_menu li span {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.8px;
	line-height: 1.2;
	text-decoration: none;
}
.header_nav_menu li a {
	color: #f1f1f1;
}
.header_nav_menu li a:hover {
	color: #e100ff;
}
.header_nav_menu li span {
	color: #00f6ff;
}
.mobile-menu-active {
	max-height: 100vh;
	overflow: hidden;
}
.mobile-menu-active .header_nav_wrap {
	display: block;
	left: 0;
	right: 60px;
}
@media (max-width: 576px) {
	.mobile-menu-active .header_nav_wrap {
		right: 48px;
	}
}
@media (max-width: 768px) {
	.slider {
		margin: 0 auto;
		max-width: 320px;
	}
}
.slider_wrapper {
	display: block;
	line-height: 0;
	overflow: hidden;
	position: relative;
}
.slider_wrapper img {
	width: 100%;
	border-radius: 10px;
	height: 360px;
	-o-object-fit: cover;
	object-fit: cover;
}
.slider_overlay {
	bottom: 0;
	left: 0;
	line-height: 1.2;
	position: absolute;
	right: 0;
	top: 0;
}
.slider_info {
	color: #00f6ff;
	padding: 60px 20px;
}
@media (max-width: 768px) {
	.slider_info {
		padding: 88px 20px 52px;
	}
}
.slider_info-block {
	margin-bottom: 86px;
}
@media (max-width: 768px) {
	.slider_info-block {
		height: 172px;
		margin-bottom: 0;
		width: 200px;
	}
}
.slider_title {
	font-size: 48px;
	font-weight: 600;
}
@media (max-width: 768px) {
	.slider_title {
		font-size: 28px;
	}
}
.slider_text {
	font-size: 40px;
	font-weight: 300;
}
@media (max-width: 768px) {
	.slider_text {
		font-size: 24px;
	}
}
.slider_nav {
	align-items: center;
	bottom: 20px;
	-moz-column-gap: 24px;
	column-gap: 24px;
	display: flex;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
}
.slider_nav .glide__bullet {
	background: transparent;
	border: none;
	border-radius: 50%;
	box-shadow: inset 0 0 2px #00f6ff;
	cursor: pointer;
	height: 16px;
	outline: none;
	width: 16px;
}
.slider_nav .glide__bullet--active {
	background: #00f6ff;
	box-shadow: none;
}
.slider_nav .glide__bullet:hover {
	background: #e100ff;
	box-shadow: none;
}
.banner {
	border-radius: 8px;
	line-height: 0;
	margin: 0 auto 48px;
	max-width: 1920px;
	overflow: hidden;
}
.banner img {
	-o-object-fit: cover;
	object-fit: cover;
}
.footer {
	margin-top: 100px;
	padding: 40px 0;
}
@media (max-width: 992px) {
	.footer {
		padding: 40px 0 120px;
	}
}
.footer-bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
@media (max-width: 992px) {
	.footer-bottom {
		align-items: center;
		flex-direction: column;
	}
	.footer-logo {
		margin-bottom: 40px;
	}
}
.footer .copyright {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2;
	max-width: 900px;
	text-align: right;
}
.footer .copyright p {
	margin: 0 0 10px;
}
.footer .copyright p:last-child {
	margin-bottom: 0;
}
@media (max-width: 992px) {
	.footer .copyright {
		text-align: center;
	}
}
.payments {
	align-items: center;
	background: #ffffff33;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 40px;
	row-gap: 20px;
}
@media (max-width: 768px) {
	.payments {
		-moz-column-gap: 20px;
		column-gap: 20px;
		justify-content: center;
	}
}
.content-404 {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 48px auto 0;
}
.h1-404 {
	margin-bottom: 20px;
	margin-top: 0;
	text-align: center;
}
.img-404 {
	display: block;
	height: auto;
	margin-bottom: 0;
	max-width: 100%;
}
.text-404 {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0.8px;
	line-height: 1.6;
	margin-bottom: 40px;
	text-align: center;
}
.text-404 br {
	display: none;
}
@media (max-width: 576px) {
	.text-404 br {
		display: initial;
	}
}
h1,
h2,
h3 {
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 20px;
	margin-top: 50px;
}
h1 {
	font-size: 40px;
	letter-spacing: 1.6px;
	margin-top: 36px;
}
@media (max-width: 576px) {
	h1 {
		font-size: 32px;
		letter-spacing: 1.28px;
	}
}
h2 {
	font-size: 36px;
	letter-spacing: 1.44px;
}
@media (max-width: 576px) {
	h2 {
		font-size: 28px;
		letter-spacing: 1.12px;
	}
}
h3 {
	font-size: 28px;
	letter-spacing: 1.12px;
}
@media (max-width: 576px) {
	h3 {
		font-size: 24px;
		letter-spacing: 0.96px;
	}
	.page-title {
		margin-top: 40px;
	}
}
.page-content {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0.8px;
	line-height: 1.6;
}
.page-content p {
	margin-bottom: 16px;
	margin-top: 0;
}
@media (max-width: 768px) {
	.page-content p {
		margin-bottom: 10px;
	}
}
.page-content a {
	color: #00f6ff;
}
.page-content a:visited {
	color: #00f6ff;
}
.page-content a:hover {
	color: #e100ff;
}
.page-content img {
	display: block;
	height: auto;
	margin: 20px 0;
	max-width: 100%;
}
.page-content img.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.page-content img.alignright {
	float: right;
	margin-left: 20px;
}
.page-content img.alignleft {
	float: left;
	margin-right: 20px;
}
@media (max-width: 992px) {
	.page-content img.aligncenter,
	.page-content img.alignleft,
	.page-content img.alignnone,
	.page-content img.alignright {
		float: none;
		margin: 20px auto;
	}
}
.page-content ol,
.page-content ul {
	margin: 20px 0 20px 40px;
	padding: 0;
}
.page-content ol li,
.page-content ul li {
	margin-bottom: 4px;
	padding-left: 46px;
	position: relative;
}
.page-content ol li:before,
.page-content ul li:before {
	align-items: center;
	background: #ffffff33;
	border-radius: 6px;
	content: '';
	display: flex;
	height: 32px;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 36px;
}
@media (max-width: 576px) {
	.page-content ol,
	.page-content ul {
		margin: 10px 0 10px 10px;
	}
}
.page-content ol {
	counter-reset: my-counter;
	list-style: none;
}
.page-content ol li {
	counter-increment: my-counter;
}
.page-content ol li:before {
	color: #00f6ff;
	content: counter(my-counter) '.';
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.8px;
	line-height: 1.6;
}
.page-content ul {
	list-style: none;
}
.page-content ul li:before {
	content: url('/assets/images/ul-check.svg');
	display: block;
}
.page-content table {
	border-collapse: collapse;
	color: #f1f1f1;
	font-size: 16px;
	font-weight: 300;
	margin: 0 auto;
	text-align: left;
	width: 100% !important;
}
.table {
	width: 100%;
	overflow-x: auto;
}
.page-content table strong {
	font-weight: 600;
}
.page-content table tr {
	border-bottom: 2px solid #ffffff33;
	padding-bottom: 4px;
	position: relative;
	z-index: 0;
}
.page-content table tr:last-child {
	border-bottom: none;
}
.page-content table tr td,
.page-content table tr th {
	border: 0 !important;
	line-height: 1.2;
	padding: 24px 44px;
	vertical-align: top;
}
.page-content table thead td,
.page-content table thead th {
	background: #ffffff33;
	font-weight: 600;
}
.page-content table thead td:first-child,
.page-content table thead th:first-child {
	border-radius: 16px 0 0 16px;
}
.page-content table thead td:last-child,
.page-content table thead th:last-child {
	border-radius: 0 16px 16px 0;
}
.page-content table tbody tr:last-child {
	padding-bottom: 0;
}
.page-content table tbody tr:last-child:after {
	bottom: 0;
}
@media (max-width: 576px) {
	.page-content table.double tr {
		display: block;
		height: auto !important;
		padding: 10px 20px 14px;
	}
	.page-content table.double tr:last-of-type {
		padding-bottom: 10px;
	}
	.page-content table.double td,
	.page-content table.double th {
		display: block;
		height: auto !important;
		min-width: 0 !important;
		padding: 0;
		width: auto !important;
	}
	.page-content table.double td:first-of-type,
	.page-content table.double th:first-of-type {
		margin-bottom: 8px;
	}
}
.page-content table.is-mobile tbody tr {
	display: flex;
	flex-wrap: wrap;
	height: auto;
	justify-content: space-between;
	overflow: hidden;
	padding: 12px 20px;
}
.page-content table.is-mobile tbody tr:last-of-type {
	padding-bottom: 0;
}
.page-content table.is-mobile tbody td,
.page-content table.is-mobile tbody th {
	display: block;
	font-weight: 300;
	height: auto !important;
	margin-bottom: 8px;
	min-width: 0 !important;
	padding: 0;
	text-align: left;
	width: 50%;
}
.page-content table.is-mobile tbody td:first-child,
.page-content table.is-mobile tbody th:first-child {
	display: none;
}
.page-content table.is-mobile tbody td {
	text-align: right;
}
.page-content table.is-mobile tbody td:first-of-type {
	font-weight: 600;
	text-align: center;
	width: 100%;
}
.page-content .cover-table {
	margin: 20px auto;
	max-width: 100%;
	overflow: auto;
}
.breadcrumbs {
	display: flex;
	list-style: none;
	margin: 46px 0 36px;
	padding: 0;
	row-gap: 4px;
}
.breadcrumbs li {
	align-items: center;
	display: flex;
	flex-direction: row;
}
.breadcrumbs a,
.breadcrumbs span.curr {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.64px;
	line-height: 1.2;
}
.breadcrumbs a {
	color: #bc150a;
	font-weight: 600;
	text-decoration: underline;
}
.breadcrumbs a:visited {
	color: #bc150a;
}
.breadcrumbs a:hover {
	color: #f23528;
}
.breadcrumbs a:after {
	content: none;
}
.breadcrumbs span.curr {
	color: #ffffff33;
}
.breadcrumbs .separator {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cpath d='m14.787 9.506-4.319 4.284a.724.724 0 0 1-1.23-.505c0-.19.075-.372.21-.506l3.09-3.064H3.72a.723.723 0 0 1-.51-.21.711.711 0 0 1 0-1.009.723.723 0 0 1 .51-.21h8.818L9.45 5.222a.712.712 0 0 1 0-1.011.724.724 0 0 1 1.02 0l4.32 4.284a.714.714 0 0 1 .156.78.715.715 0 0 1-.158.232Z' fill='%232C2022'/%3E%3C/svg%3E")
		no-repeat 50%;
	display: inline-block;
	height: 18px;
	margin: 0 4px;
	vertical-align: text-top;
	width: 18px;
}
.up_btn {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='36' height='36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='18' r='17' stroke='url(%23a)' stroke-width='2'/%3E%3Cpath d='m18.732 9.708 6.188 6.188a1.033 1.033 0 1 1-1.461 1.46l-4.425-4.426v12.633a1.031 1.031 0 0 1-2.063 0V12.93l-4.427 4.425a1.033 1.033 0 1 1-1.461-1.461l6.187-6.188a1.032 1.032 0 0 1 1.462.002Z' fill='%23BC8D33'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='18' y1='0' x2='18' y2='36' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23BC150A'/%3E%3Cstop offset='1' stop-color='%2367060C'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
	border: none;
	bottom: 40px;
	box-shadow: none;
	cursor: pointer;
	height: 36px;
	opacity: 0;
	outline: none;
	position: fixed;
	right: calc(50% - 680px);
	width: 36px;
}
@media (max-width: 992px) {
	.up_btn {
		bottom: 100px;
		right: 10%;
	}
}
@media (max-width: 768px) {
	.up_btn {
		right: 16px;
	}
}
.up_btn:hover {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='36' height='36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='18' r='17' stroke='url(%23a)' stroke-width='2'/%3E%3Cpath d='m18.732 9.708 6.188 6.188a1.033 1.033 0 1 1-1.461 1.46l-4.425-4.426v12.633a1.031 1.031 0 0 1-2.063 0V12.93l-4.427 4.425a1.033 1.033 0 0 1-1.461-1.461l6.187-6.188a1.032 1.032 0 0 1 1.462.002Z' fill='%23FFA41C'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='18' y1='0' x2='18' y2='36' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F23528'/%3E%3Cstop offset='1' stop-color='%2394040C'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
