@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&family=Poppins:wght@400;700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
	overflow-x: hidden;
	min-height: 100vh;
	background-color: #0D022C;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #fff;
	text-align: left;
}

p {
	margin-top: 20px;
	width: 100%;
}

p:first-child {
	margin-top: 0;
}

ul,
ol {
	text-align: left;
	width: 100%;
}

li {
	position: relative;
}

ol {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
}

ol li {
	counter-increment: ol;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	justify-content: flex-end;
	gap: 20px;
	line-height: 1.5;
	text-align: center;
	min-height: 188px;
	max-width: 185px;
	width: 100%;
	padding: 12px;
}

ol li:nth-child(odd) {
	background: -o-linear-gradient(top, hsl(306, 80%, 39%) -18.09%, rgba(58, 73, 249, 0) 28.46%);
	background: -o-linear-gradient(top, #B314A3 -18.09%, rgba(58, 73, 249, 0) 28.46%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(-18.09%, #B314A3), color-stop(28.46%, rgba(58, 73, 249, 0)));
	background: -webkit-linear-gradient(top, #B314A3 -18.09%, rgba(58, 73, 249, 0) 28.46%);
	background: -moz-linear-gradient(top, #B314A3 -18.09%, rgba(58, 73, 249, 0) 28.46%);
	background: linear-gradient(180deg, #B314A3 -18.09%, rgba(58, 73, 249, 0) 28.46%);
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-moz-box-orient: vertical;
	-moz-box-direction: reverse;
	flex-direction: column-reverse;
	padding-bottom: 0;
}

ol li:nth-child(even) {
	background: -o-linear-gradient(top, rgba(58, 73, 249, 0) 72.61%, #B314A3 116.22%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(72.61%, rgba(58, 73, 249, 0)), color-stop(116.22%, #B314A3));
	background: -webkit-linear-gradient(top, rgba(58, 73, 249, 0) 72.61%, #B314A3 116.22%);
	background: -moz-linear-gradient(top, rgba(58, 73, 249, 0) 72.61%, #B314A3 116.22%);
	background: linear-gradient(180deg, rgba(58, 73, 249, 0) 72.61%, #B314A3 116.22%);
	padding-top: 0;
}

ol>li:before {
	content: counter(ol);
	display: block;
	background-color: rgba(255, 255, 255, 0.2);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
}

ol li:after {
	content: '';
	background: -o-linear-gradient(180.23deg, #B314A3 -35.17%, #3A49F9 135.17%);
	background: -webkit-linear-gradient(180.23deg, #B314A3 -35.17%, #3A49F9 135.17%);
	background: -moz-linear-gradient(180.23deg, #B314A3 -35.17%, #3A49F9 135.17%);
	background: linear-gradient(269.77deg, #B314A3 -35.17%, #3A49F9 135.17%);
	height: 4px;
	position: absolute;
	left: 0;
	right: 0;
}

ol li:nth-child(odd):after {
	top: 0;
}

ol li:nth-child(even):after {
	bottom: 0;
}

ul li {
	background: -o-linear-gradient(top, #B314A3 0.22%, rgba(58, 73, 249, 0) 100.22%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.22%, #B314A3), color-stop(100.22%, rgba(58, 73, 249, 0)));
	background: -webkit-linear-gradient(top, #B314A3 0.22%, rgba(58, 73, 249, 0) 100.22%);
	background: -moz-linear-gradient(top, #B314A3 0.22%, rgba(58, 73, 249, 0) 100.22%);
	background: linear-gradient(180deg, #B314A3 0.22%, rgba(58, 73, 249, 0) 100.22%);
}

.type-list {
	display: block;
}

.type-list li {
	background: none;
	padding: 0;
	width: auto;
}

ol.type-list li:before,
ol.type-list li:after {
	display: none;
}

/* Title */
h1,
h2,
h3,
h4,
.title {
	display: block;
	position: relative;
	width: 100%;
	font-weight: 700;
	text-transform: uppercase;
}

.title {
	margin-bottom: 20px;
}

h1,
.title.general {
	font-weight: 900;
	font-size: 44px;
	color: #FFFF5A;
	line-height: 1.15;
	text-transform: none;
}

h2,
.title.high {
	border-bottom: 2px solid rgba(255, 255, 255, .5);
	font-size: 32px;
	line-height: 1.125;
	padding: 15px 20px;
}

h3,
.title.middle {
	border-bottom: 1px solid rgba(255, 255, 255, .6);
	font-size: 24px;
	line-height: 1.209;
	padding: 10px 20px;
	width: auto;
}

h4,
.title.mini {
	border-bottom: 1px solid rgba(255, 255, 255, .6);
	font-size: 20px;
	line-height: 1.05;
	padding: 9px 20px;
	width: auto;
}

/* Article */
article,
.article {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-align: left;
}

article>*:first-child,
.article>*:first-child {
	margin-top: 0px;
}

article>*+*,
.article>*+* {
	margin-top: 20px;
}

article p a,
.article p a,
article li a:not(.button, .app-buton),
.article li a:not(.button, .app-buton) {
	color: inherit;
	text-decoration: underline;
}

article img,
.article img {
	display: block;
}

article .title+*,
.article .title+* {
	margin-top: 0;
}

/* Button */
.button {
	display: inline-block;
	background: -o-radial-gradient(33.52% -15.63%, 76.9% 122.63%, #F2F292 0%, #169100 85.15%);
	background: -webkit-radial-gradient(33.52% -15.63%, 76.9% 122.63%, #F2F292 0%, #169100 85.15%);
	background: -moz-radial-gradient(33.52% -15.63%, 76.9% 122.63%, #F2F292 0%, #169100 85.15%);
	background: radial-gradient(76.9% 122.63% at 33.52% -15.63%, #F2F292 0%, #169100 85.15%);
	-webkit-box-shadow: 10px 10px 50px 0px rgba(30, 233, 50, 0.3),
		-2px -6px 20px 0px rgba(30, 233, 50, 0.2);
	-moz-box-shadow: 10px 10px 50px 0px rgba(30, 233, 50, 0.3),
		-2px -6px 20px 0px rgba(30, 233, 50, 0.2);
	box-shadow: 10px 10px 50px 0px rgba(30, 233, 50, 0.3),
		-2px -6px 20px 0px rgba(30, 233, 50, 0.2);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-weight: 500;
	font-size: 17px;
	color: #fff;
	line-height: 1.059;
	text-shadow: 0px 2px 4px #149a02;
	text-align: center;
	white-space: nowrap;
	padding: 16px;
	margin: 20px 0 0;
	height: auto;
	min-width: 203px;
	position: relative;
}

.button:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.button.blue {
	background: -o-radial-gradient(55.4% 14.06%, 45.91% 85.94%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.032) 100%),
		-o-radial-gradient(22.73% 20.31%, 66.76% 121.06%, rgba(48, 25, 176, 0.2) 18.63%, rgba(9, 91, 179, 0.2) 100%),
		-o-radial-gradient(33.52% -15.63%, 92.56% 151.44%, #2575DE 0%, #221BE8 85.15%),
		-o-radial-gradient(82.39% 55.47%, 35.8% 316.2%, #1F28D6 0%, #2849EF 100%);
	background: -webkit-radial-gradient(55.4% 14.06%, 45.91% 85.94%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.032) 100%),
		-webkit-radial-gradient(22.73% 20.31%, 66.76% 121.06%, rgba(48, 25, 176, 0.2) 18.63%, rgba(9, 91, 179, 0.2) 100%),
		-webkit-radial-gradient(33.52% -15.63%, 92.56% 151.44%, #2575DE 0%, #221BE8 85.15%),
		-webkit-radial-gradient(82.39% 55.47%, 35.8% 316.2%, #1F28D6 0%, #2849EF 100%);
	background: -moz-radial-gradient(55.4% 14.06%, 45.91% 85.94%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.032) 100%),
		-moz-radial-gradient(22.73% 20.31%, 66.76% 121.06%, rgba(48, 25, 176, 0.2) 18.63%, rgba(9, 91, 179, 0.2) 100%),
		-moz-radial-gradient(33.52% -15.63%, 92.56% 151.44%, #2575DE 0%, #221BE8 85.15%),
		-moz-radial-gradient(82.39% 55.47%, 35.8% 316.2%, #1F28D6 0%, #2849EF 100%);
	background: radial-gradient(45.91% 85.94% at 55.4% 14.06%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.032) 100%),
		radial-gradient(66.76% 121.06% at 22.73% 20.31%, rgba(48, 25, 176, 0.2) 18.63%, rgba(9, 91, 179, 0.2) 100%),
		radial-gradient(92.56% 151.44% at 33.52% -15.63%, #2575DE 0%, #221BE8 85.15%),
		radial-gradient(35.8% 316.2% at 82.39% 55.47%, #1F28D6 0%, #2849EF 100%);
	-webkit-box-shadow: 10px 20px 80px 0px rgba(30, 64, 233, 0.302);
	-moz-box-shadow: 10px 20px 80px 0px rgba(30, 64, 233, 0.302);
	box-shadow: 10px 20px 80px 0px rgba(30, 64, 233, 0.302);
}

/* Special */
.image img,
.background img {
	display: block;
	position: relative;
	margin: auto;
}

.background {
	display: block !important;
	position: absolute !important;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.background+* {
	margin-top: 0;
}

.background img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.js-expand-content {
	display: none;
	overflow: hidden;
}

.js-expand-content.expanded {
	height: 100%;
}

svg {
	display: inline-block;
	position: relative;
	vertical-align: inherit;
	fill: rgba(255, 255, 255, 1);
	line-height: 1;
}

use {
	fill: rgba(255, 255, 255, 1);
	fill-rule: evenodd;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.path {
	fill: inherit;
	stroke: inherit;
	stroke-width: inherit;
}

/* Content */
.content,
.cover {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	position: relative;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
}

.content {
	background: -o-linear-gradient(left, rgba(14, 6, 55, 0.8) 0%, rgba(63, 3, 115, 0.8) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(14, 6, 55, 0.8)), to(rgba(63, 3, 115, 0.8)));
	background: -webkit-linear-gradient(left, rgba(14, 6, 55, 0.8) 0%, rgba(63, 3, 115, 0.8) 100%);
	background: -moz-linear-gradient(left, rgba(14, 6, 55, 0.8) 0%, rgba(63, 3, 115, 0.8) 100%);
	background: linear-gradient(90deg, rgba(14, 6, 55, 0.8) 0%, rgba(63, 3, 115, 0.8) 100%);
	border: 1px solid rgba(255, 255, 255, .8);
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	margin-top: 20px;
	padding: 20px;
}

.cover {
	padding-left: 30px;
	padding-right: 30px;
}

.content>*,
.cover>* {
	display: block;
	position: relative;
}

/* Header */
.header {
	background: #030A16;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	gap: 20px;
	overflow: visible;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	height: auto;
	padding-top: 17px;
	padding-bottom: 17px;
	padding-left: 60px;
}

.logo {
	display: inline-block;
}

.logo img {
	display: block;
}

.header__logo {
	max-width: 179px;
}

.menu-button,
.header__menu .header__button {
	display: none;
}

.header__menu {
	margin: 0 auto 0 70px;
}

.header__menu ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	gap: 30px;
}

.header__menu ul a {
	display: block;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	padding: 5px 0;
	position: relative;
}

.header__menu ul a:before {
	content: '';
	background: -o-linear-gradient(304.16deg, rgb(179, 20, 163) 0%, rgb(58, 73, 249) 100%);
	background: -webkit-linear-gradient(304.16deg, rgb(179, 20, 163) 0%, rgb(58, 73, 249) 100%);
	background: -moz-linear-gradient(304.16deg, rgb(179, 20, 163) 0%, rgb(58, 73, 249) 100%);
	background: linear-gradient(145.84deg, rgb(179, 20, 163) 0%, rgb(58, 73, 249) 100%);
	height: 3px;
	position: absolute;
	right: 100%;
	bottom: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.header__menu ul a:hover:before {
	right: 0;
	left: 0;
}

.header__button {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	margin-top: 0;
	padding-top: 13px;
	padding-bottom: 13px;
}

.header__button-login {
	min-width: 129px;
}

.button.header__button-login {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.header__button-signup {
	min-width: 131px;
}

.header__lang {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	gap: 16px;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 9px;
}

.header__lang img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	max-width: 24px;
}

/* Main */
.main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	align-items: flex-start;
	gap: 20px;
	padding: 74px 30px 30px;
}

.general-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
}

/* Sidebar */
.sidebar {
	position: -webkit-sticky;
	position: sticky;
	top: 74px;
	height: -webkit-calc(100vh - 74px);
	height: -moz-calc(100vh - 74px);
	height: calc(100vh - 74px);
	width: 240px;
	padding-bottom: 20px;
	overflow: auto;
	z-index: 10;
}

.sidebar::-webkit-scrollbar {
	display: none;
}

.sidebar__item {
	background-color: #030A16;
	position: relative;
}

.sidebar li,
.page-nav li {
	overflow: visible;
}

.sidebar li:before,
.page-nav li:before {
	display: none;
}

.sidebar__item-menu {
	-webkit-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
	margin-bottom: 30px;
	padding: 20px;
}

.sidebar__item-menu li+li {
	margin-top: 11px;
}

.sidebar__item-menu li a {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	gap: 28px;
	font-weight: 400;
	font-size: 17px;
	color: #fff;
	line-height: 120%;
	padding: 16px 17px;
}

.sidebar__item-menu li a:hover {
	background-color: rgba(255, 255, 255, .1);
}

.sidebar__item-menu li a span:first-child {
	position: relative;
}

.sidebar__item-menu li a span:first-child:before {
	content: '';
	background-color: rgba(22, 163, 2, 0.369);
	-webkit-filter: blur(7px);
	filter: blur(7px);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.sidebar__item-menu li:nth-child(2) a span:first-child:before {
	background-color: rgba(8, 85, 201, 0.369);
}

.sidebar__item-menu li:nth-child(3) a span:first-child:before {
	background-color: rgba(222, 148, 29, 0.369);
}

.sidebar__item-menu li:nth-child(4) a span:first-child:before {
	background-color: rgba(255, 7, 11, 0.369);
}

.sidebar__item-menu li:nth-child(5) a span:first-child:before {
	background-color: rgba(242, 242, 146, 0.369);
}

.sidebar__item-menu li:nth-child(6) a span:first-child:before {
	background-color: rgba(192, 49, 205, 0.369);
}

.sidebar__item-menu li:last-child a span:first-child:before {
	background-color: rgba(34, 194, 26, 0.369);
}

.sidebar__item-menu li a img {
	display: block;
	max-width: 32px;
}

.sidebar__item-quicklinks {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.sidebar-quicklinks__button {
	display: block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	text-align: left;
	width: 100%;
	padding: 22px 45px 22px 18px;
	position: relative;
}

.sidebar-quicklinks__button:before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.61128 4.6591L3.16093 9.05921C2.94636 9.27135 2.94636 9.61548 3.16093 9.82761L3.68007 10.3409C3.89441 10.5528 4.24157 10.553 4.45637 10.3418L7.9999 6.85448L11.5436 10.3415C11.7585 10.553 12.1056 10.5526 12.32 10.3406L12.8391 9.82739C13.0536 9.61525 13.0536 9.27112 12.8391 9.05898L8.3885 4.6591C8.17393 4.44697 7.82586 4.44697 7.61128 4.6591Z' fill='white'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	-moz-background-size: contain;
	background-size: contain;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}

.sidebar-quicklinks__button.slide {
	background-color: #350364;
}

.sidebar-quicklinks__button.slide:before {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.sidebar-quicklinks__list {
	padding: 10px 0 12px;
}

.sidebar-quicklinks__list li+li {
	margin-top: 10px;
}

.sidebar-quicklinks__list li a {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	line-height: 1.188;
	display: block;
	padding: 8px 20px;
}

.sidebar-quicklinks__list li a:hover {
	color: #8553B4;
}

/* Prime */
.prime {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	min-height: 380px;
	padding: 5px 35px;
}

.prime .prime__background img {
	-o-object-position: 75%;
	object-position: 75%;
}

.prime__wrap {
	background-color: rgba(13, 2, 44, 0.4);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	max-width: 670px;
	padding: 21px;
	text-align: center;
}

.prime__wrap>* {
	position: relative;
}

.prime__title {
	margin-bottom: 0;
}

.prime__text {
	font-size: 22px;
	line-height: 120%;
	max-width: 515px;
	margin: 20px auto 0;
}

/* Page nav */
.page-nav {
	display: none;
}

/* Advantages */
.table {
	background: -o-linear-gradient(bottom, rgba(179, 20, 163, 0) 0%, rgba(58, 73, 249, 0.6) 100%);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(179, 20, 163, 0)), to(rgba(58, 73, 249, 0.6)));
	background: -webkit-linear-gradient(bottom, rgba(179, 20, 163, 0) 0%, rgba(58, 73, 249, 0.6) 100%);
	background: -moz-linear-gradient(bottom, rgba(179, 20, 163, 0) 0%, rgba(58, 73, 249, 0.6) 100%);
	background: linear-gradient(360deg, rgba(179, 20, 163, 0) 0%, rgba(58, 73, 249, 0.6) 100%);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	overflow: hidden;
}

.table tr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
}

.table tr>* {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
}

.table th {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	padding: 18px 20px;
}

.table th:nth-child(odd) {
	background: -o-linear-gradient(180.23deg, #B314A3 -35.17%, #3A49F9 135.17%);
	background: -webkit-linear-gradient(180.23deg, #B314A3 -35.17%, #3A49F9 135.17%);
	background: -moz-linear-gradient(180.23deg, #B314A3 -35.17%, #3A49F9 135.17%);
	background: linear-gradient(269.77deg, #B314A3 -35.17%, #3A49F9 135.17%);
}

.table th:nth-child(even) {
	background: -o-linear-gradient(180.23deg, #3A49F9 -35.17%, #B314A3 135.17%);
	background: -webkit-linear-gradient(180.23deg, #3A49F9 -35.17%, #B314A3 135.17%);
	background: -moz-linear-gradient(180.23deg, #3A49F9 -35.17%, #B314A3 135.17%);
	background: linear-gradient(269.77deg, #3A49F9 -35.17%, #B314A3 135.17%);
}

.table tbody tr {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.table td {
	padding: 8px 20px;
	line-height: 1.438;
}

.advantages__table th {
	padding-top: 13px;
	padding-bottom: 13px;
}

.advantages__table thead th:first-child,
.advantages__table tbody td:first-child {
	max-width: 446px;
}

.advantages__proscons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	gap: 20px;
	width: 100%;
}

.advantages-proscons__item {
	background: -o-linear-gradient(bottom, rgba(179, 20, 163, 0) 0%, rgba(58, 73, 249, 0.6) 100%);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(179, 20, 163, 0)), to(rgba(58, 73, 249, 0.6)));
	background: -webkit-linear-gradient(bottom, rgba(179, 20, 163, 0) 0%, rgba(58, 73, 249, 0.6) 100%);
	background: -moz-linear-gradient(bottom, rgba(179, 20, 163, 0) 0%, rgba(58, 73, 249, 0.6) 100%);
	background: linear-gradient(360deg, rgba(179, 20, 163, 0) 0%, rgba(58, 73, 249, 0.6) 100%);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-family: 'Open Sans', sans-serif;
	width: -webkit-calc(50% - 10px);
	width: -moz-calc(50% - 10px);
	width: calc(50% - 10px);
	overflow: hidden;
}

.advantages-proscons__title {
	background: -o-linear-gradient(180.23deg, #B314A3 -35.17%, #3A49F9 135.17%);
	background: -webkit-linear-gradient(180.23deg, #B314A3 -35.17%, #3A49F9 135.17%);
	background: -moz-linear-gradient(180.23deg, #B314A3 -35.17%, #3A49F9 135.17%);
	background: linear-gradient(269.77deg, #B314A3 -35.17%, #3A49F9 135.17%);
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 20px;
	padding: 18px 20px 18px 76px;
	position: relative;
}

.advantages-proscons__title:before {
	content: '';
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	background-size: cover;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 24px;
	margin: auto;
}

.advantages-pros__title:before {
	background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 0.75C13.7861 0.75 10.6443 1.70305 7.97199 3.48862C5.29969 5.27419 3.21689 7.81209 1.98696 10.7814C0.757041 13.7507 0.435237 17.018 1.06225 20.1702C1.68926 23.3224 3.23692 26.2179 5.50952 28.4905C7.78213 30.7631 10.6776 32.3107 13.8298 32.9378C16.982 33.5648 20.2493 33.243 23.2186 32.013C26.1879 30.7831 28.7258 28.7003 30.5114 26.028C32.297 23.3557 33.25 20.2139 33.25 17C33.2455 12.6916 31.5319 8.56102 28.4855 5.51454C25.439 2.46806 21.3084 0.75455 17 0.75ZM17 30.75C14.2805 30.75 11.6221 29.9436 9.36092 28.4327C7.09974 26.9218 5.33737 24.7744 4.29666 22.2619C3.25596 19.7494 2.98366 16.9847 3.51421 14.3175C4.04476 11.6503 5.35432 9.20025 7.27729 7.27728C9.20026 5.35431 11.6503 4.04475 14.3175 3.5142C16.9848 2.98366 19.7494 3.25595 22.2619 4.29666C24.7744 5.33736 26.9218 7.09973 28.4327 9.36091C29.9436 11.6221 30.75 14.2805 30.75 17C30.7459 20.6455 29.2959 24.1404 26.7182 26.7182C24.1404 29.2959 20.6455 30.7459 17 30.75ZM24.5 17C24.5 17.3315 24.3683 17.6495 24.1339 17.8839C23.8995 18.1183 23.5815 18.25 23.25 18.25H18.25V23.25C18.25 23.5815 18.1183 23.8995 17.8839 24.1339C17.6495 24.3683 17.3315 24.5 17 24.5C16.6685 24.5 16.3505 24.3683 16.1161 24.1339C15.8817 23.8995 15.75 23.5815 15.75 23.25V18.25H10.75C10.4185 18.25 10.1005 18.1183 9.86612 17.8839C9.6317 17.6495 9.50001 17.3315 9.50001 17C9.50001 16.6685 9.6317 16.3505 9.86612 16.1161C10.1005 15.8817 10.4185 15.75 10.75 15.75H15.75V10.75C15.75 10.4185 15.8817 10.1005 16.1161 9.86612C16.3505 9.6317 16.6685 9.5 17 9.5C17.3315 9.5 17.6495 9.6317 17.8839 9.86612C18.1183 10.1005 18.25 10.4185 18.25 10.75V15.75H23.25C23.5815 15.75 23.8995 15.8817 24.1339 16.1161C24.3683 16.3505 24.5 16.6685 24.5 17Z' fill='white'/%3E%3C/svg%3E%0A");
}

.advantages-cons__title:before {
	background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.5 17C24.5 17.3315 24.3683 17.6495 24.1339 17.8839C23.8995 18.1183 23.5815 18.25 23.25 18.25H10.75C10.4185 18.25 10.1005 18.1183 9.86612 17.8839C9.6317 17.6495 9.50001 17.3315 9.50001 17C9.50001 16.6685 9.6317 16.3505 9.86612 16.1161C10.1005 15.8817 10.4185 15.75 10.75 15.75H23.25C23.5815 15.75 23.8995 15.8817 24.1339 16.1161C24.3683 16.3505 24.5 16.6685 24.5 17ZM33.25 17C33.25 20.2139 32.297 23.3557 30.5114 26.028C28.7258 28.7003 26.1879 30.7831 23.2186 32.013C20.2493 33.243 16.982 33.5648 13.8298 32.9378C10.6776 32.3107 7.78213 30.7631 5.50952 28.4905C3.23692 26.2179 1.68926 23.3224 1.06225 20.1702C0.435237 17.018 0.757041 13.7507 1.98696 10.7814C3.21689 7.81209 5.29969 5.27419 7.97199 3.48862C10.6443 1.70305 13.7861 0.75 17 0.75C21.3084 0.75455 25.439 2.46806 28.4855 5.51454C31.5319 8.56102 33.2455 12.6916 33.25 17ZM30.75 17C30.75 14.2805 29.9436 11.6221 28.4327 9.36091C26.9218 7.09973 24.7744 5.33736 22.2619 4.29666C19.7494 3.25595 16.9848 2.98366 14.3175 3.5142C11.6503 4.04475 9.20026 5.35431 7.27729 7.27728C5.35432 9.20025 4.04476 11.6503 3.51421 14.3175C2.98366 16.9847 3.25596 19.7494 4.29666 22.2619C5.33737 24.7744 7.09974 26.9218 9.36092 28.4327C11.6221 29.9436 14.2805 30.75 17 30.75C20.6455 30.7459 24.1404 29.2959 26.7182 26.7182C29.2959 24.1404 30.7459 20.6455 30.75 17Z' fill='white'/%3E%3C/svg%3E%0A");
}

.advantages-proscons__list li {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	padding: 8px 20px 7px;
	min-height: 40px;
}

.advantages-proscons__list li+li {
	margin-top: 0;
}

.advantages-proscons__list li:before {
	display: none;
}

/* Bonus Banner */
.bonus-banner {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	min-height: 447px;
	padding: 50px 41px;
}

.bonus-banner__background img {
	-o-object-position: 50%;
	object-position: 50%;
}

.bonus-banner__wrap {
	background-color: rgba(13, 2, 44, 0.4);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	text-align: center;
	padding: 18px;
	max-width: 700px;
	width: 100%;
}

.bonus-banner__title {
	border-bottom: none;
	font-weight: 900;
	font-size: 54px;
	color: #FFFF5A;
	text-transform: none;
	padding: 0;
}

.bonus-banner__text {
	font-weight: 500;
	font-size: 32px;
	line-height: 119%;
	margin-top: 29px;
}

.bonus-banner__text p+p {
	margin-top: 20px;
}

.bonus-banner__text p span {
	color: #FFFF5A;
}

/* right */
.bonus-banner__right {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	align-items: flex-end;
	padding-left: 19px;
	padding-right: 19px;
}

.bonus-banner__right .bonus-banner__background img {
	-o-object-position: 25%;
	object-position: 25%;
}

.bonus-banner__right .bonus-banner__wrap {
	max-width: 619px;
}

/* Register */
.register__banner {
	border: 1px solid rgba(255, 255, 255, 0.8);
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	overflow: hidden;
	padding: 68px 20px;
	width: 100%;
}

.register-banner__background {
	opacity: .4;
}

.register-banner__list {
	font-family: 'Open Sans', sans-serif;
	position: relative;
	max-width: 925px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.register-banner__img {
	display: block;
	position: absolute;
	bottom: 0;
	z-index: 0;
}

.register-banner__img-left {
	left: 0;
	max-width: 247px;
	width: 20%;
}

.register-banner__img-right {
	right: 0;
	max-width: 214px;
	width: 18%;
}

/* App */
.app__banner {
	border: 1px solid rgba(255, 255, 255, .8);
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	overflow: hidden;
	padding: 40px;
	width: 100%;
}

.app-banner__item {
	background-color: rgba(13, 2, 44, 0.3);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	padding: 18px 22px;
	position: relative;
	max-width: 598px;
}

.app-banner__item:last-child {
	max-width: 606px;
	margin: -20px 0 0 auto;
}

.app-banner__item-title {
	line-height: 1.021;
	text-align: center;
}

.app-banner__item-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	gap: 20px;
}

.app-banner__item-text {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
}

.app-buton {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.6) inset;
	-moz-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.6) inset;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	gap: 20px;
	font-weight: 900;
	font-size: 14px;
	color: #fff;
	line-height: 1.42;
	text-transform: uppercase;
	text-align: center;
	width: 240px;
	height: 60px;
	padding: 0 24px 0 33px;
}

.app-buton:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.app-buton img {
	max-width: 32px;
}

.app-buton span {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
}

.app-buton__android {
	background: -o-radial-gradient(33.52% -15.63%, 76.9% 122.63%, #F2F292 0%, #169100 85.15%);
	background: -webkit-radial-gradient(33.52% -15.63%, 76.9% 122.63%, #F2F292 0%, #169100 85.15%);
	background: -moz-radial-gradient(33.52% -15.63%, 76.9% 122.63%, #F2F292 0%, #169100 85.15%);
	background: radial-gradient(76.9% 122.63% at 33.52% -15.63%, #F2F292 0%, #169100 85.15%);

}

.app-buton__apple {
	background: -o-radial-gradient(45.75% 0%, 80.68% 107.81%, #7CAAE8 0%, #221BE8 85.15%);
	background: -webkit-radial-gradient(45.75% 0%, 80.68% 107.81%, #7CAAE8 0%, #221BE8 85.15%);
	background: -moz-radial-gradient(45.75% 0%, 80.68% 107.81%, #7CAAE8 0%, #221BE8 85.15%);
	background: radial-gradient(80.68% 107.81% at 45.75% 0%, #7CAAE8 0%, #221BE8 85.15%);
}

/* Bonuses */

.bonuses__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.bonuses-list__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
}

.bonuses-list__item:first-child {
	grid-area: 1 / 1 / 2 / 3;
}

.bonuses-list__item:nth-child(2) {
	grid-area: 1 / 3 / 3 / 4;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
}

.bonuses-list__item:last-child {
	grid-area: 2 / 1 / 3 / 3;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	flex-direction: row-reverse;
}

.bonuses-item__desc {
	margin: auto;
	width: 50%;
	text-align: center;
	padding: 10px 18px;
}

.bonuses-desc__title {
	border: none;
	padding: 0;
	font-weight: 900;
	font-size: 22px;
	color: #FBBF15;
}

.bonuses-desc__text {
	margin-top: 13px;
	padding: 0 2px;
}

.bonuses-item__img {
	max-width: 413px;
	width: 50%;
	position: relative;
}

.bonuses-item__img img {
	display: block;
}

.bonuses-list__item:nth-child(2) .bonuses-item__desc,
.bonuses-list__item:nth-child(2) .bonuses-item__img {
	width: 100%;
}

.bonuses__existing {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	align-items: flex-end;
	gap: 10px;
	width: 100%;
}

.bonuses-existing__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	max-width: 827px;
}

.bonuses-existing__desc {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
	text-align: center;
	padding: 0 10px;
}

.bonuses-existing__title {
	font-size: 24px;
}

.bonuses-existing__text {
	font-size: 15px;
	line-height: 150%;
}

.bonuses-existing__img {
	max-width: 413px;
	width: 50%;
	position: relative;
}

.bonuses-existing__img img {
	display: block;
}

.bonuses-existing__button .button {
	margin-top: 0;
}

.bonuses-existing__background {
	position: absolute;
	right: -20px;
	bottom: -20px;
	max-width: 551px;
	width: 45%;
}

.bonuses-existing__background img {
	display: block;
}

/* Tournaments */
.tournaments__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	align-items: stretch;
	gap: 20px;
	width: 100%;
}

.tournaments__list {
	max-width: 340px;
}

.tournaments-list__item+.tournaments-list__item {
	margin-top: 20px;
}

.list-title {
	background: -o-linear-gradient(180.23deg, rgba(179, 20, 163, 0.8) -35.17%, rgba(58, 73, 249, 0.8) 135.17%);
	background: -webkit-linear-gradient(180.23deg, rgba(179, 20, 163, 0.8) -35.17%, rgba(58, 73, 249, 0.8) 135.17%);
	background: -moz-linear-gradient(180.23deg, rgba(179, 20, 163, 0.8) -35.17%, rgba(58, 73, 249, 0.8) 135.17%);
	background: linear-gradient(269.77deg, rgba(179, 20, 163, 0.8) -35.17%, rgba(58, 73, 249, 0.8) 135.17%);
	font-weight: 700;
	text-align: center;
	margin-top: 0;
	padding: 4px 2px;
	position: relative;
}

.list-text {
	text-align: center;
	padding: 10px 20px 0;
}

.tournaments__left {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
	max-width: 850px;
	position: relative;
}

.tournaments__left img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.tournaments-left__background img {
	-o-object-position: 5%;
	object-position: 5%;
}

.tournaments__button {
	position: absolute;
	bottom: 40px;
	left: 80px;
}

/* License */

.license__desc {
	text-shadow: 0 0 3px #000;
	max-width: 902px;
	position: relative;
	z-index: 1;
}

.license__img {
	max-width: 461px;
	width: 37%;
	position: absolute;
	bottom: 0;
	right: 0;
}

.license__img img {
	display: block;
}

/* FAQ */
.faq {
	background: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
}

.faq__list li {
	background: #392866;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align: left;
	padding: 0;
	overflow: hidden;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.faq-list__item+.faq-list__item {
	margin-top: 20px;
}

.faq-list__item:before {
	display: none;
}

.faq-item__title {
	border-bottom: none;
	width: 100%;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.25;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0;
	position: relative;
	padding: 20px 70px 20px 21px;
}

.faq-item__title:before {
	display: none;
}

.faq-item__title:after {
	content: '';
	background-color: #350364;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.61128 5.8409L0.160928 1.44079C-0.0536428 1.22865 -0.0536428 0.884523 0.160928 0.672387L0.68007 0.159129C0.894408 -0.0527782 1.24157 -0.0530066 1.45637 0.158227L4.9999 3.64552L8.54364 0.158456C8.75845 -0.0530065 9.10558 -0.0525557 9.31995 0.159358L9.83908 0.67261C10.0536 0.884752 10.0536 1.22888 9.83908 1.44102L5.3885 5.8409C5.17393 6.05303 4.82586 6.05303 4.61128 5.8409Z' fill='white'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	-moz-background-size: 10px;
	background-size: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 40px;
	height: 38px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.faq-list__item.active .faq-item__title:after {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.faq-item__desc {
	padding: 0 20px 25px;
}

/* Reviews */
.reviews__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 24px 20px;
	padding: 20px;
}

li.reviews-list__item {
	border: 1px solid #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-family: 'Poppins', sans-serif;
	padding: 20px;
	width: -webkit-calc(50% - 10px);
	width: -moz-calc(50% - 10px);
	width: calc(50% - 10px);
	max-width: 570px;
}

.reviews-list__item+.reviews-list__item {
	margin-top: 0;
}

.reviews-item__heading {
	background: -o-linear-gradient(180.23deg, rgba(179, 20, 163, 0.6) -35.17%, rgba(58, 73, 249, 0.6) 135.17%);
	background: -webkit-linear-gradient(180.23deg, rgba(179, 20, 163, 0.6) -35.17%, rgba(58, 73, 249, 0.6) 135.17%);
	background: -moz-linear-gradient(180.23deg, rgba(179, 20, 163, 0.6) -35.17%, rgba(58, 73, 249, 0.6) 135.17%);
	background: linear-gradient(269.77deg, rgba(179, 20, 163, 0.6) -35.17%, rgba(58, 73, 249, 0.6) 135.17%);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	gap: 20px;
	padding: 10px 20px;
	margin-bottom: 20px;
}

.reviews-heading__name {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-weight: 700;
	font-size: 20px;
}

.reviews-heading__rate {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	gap: 5px;
}

.reviews-heading__rate img {
	max-width: 30px;
}

.reviews-item__text {
	font-size: 15px;
	line-height: 150%;
}

/* Grades */
.grades {
	background: none;
}

.grades__background {
	opacity: .4;
}

.grades__title {
	margin-bottom: 40px;
}

.grades__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	gap: 0 69px;
}

.grades__list:first-of-type {
	margin-left: auto;
	margin-right: auto;
	max-width: 955px;
}

.grades__list+.grades__list {
	margin-top: 37px;
}

li.grades-list__item {
	background: -o-linear-gradient(right, rgba(58, 73, 249, 0) 0%, rgba(179, 20, 163, 0.5) 100%);
	background: -webkit-gradient(linear, right top, left top, from(rgba(58, 73, 249, 0)), to(rgba(179, 20, 163, 0.5)));
	background: -webkit-linear-gradient(right, rgba(58, 73, 249, 0) 0%, rgba(179, 20, 163, 0.5) 100%);
	background: -moz-linear-gradient(right, rgba(58, 73, 249, 0) 0%, rgba(179, 20, 163, 0.5) 100%);
	background: linear-gradient(270deg, rgba(58, 73, 249, 0) 0%, rgba(179, 20, 163, 0.5) 100%);
	font-weight: 900;
	font-size: 20px;
	line-height: 120%;
	text-transform: uppercase;
	padding: 6px 0;
}

.grades-list__item span {
	display: block;
	position: relative;
}

.grades-list__item:before {
	content: '';
	background: -o-linear-gradient(304.16deg, #B314A3 0%, #3A49F9 100%);
	background: -webkit-linear-gradient(304.16deg, #B314A3 0%, #3A49F9 100%);
	background: -moz-linear-gradient(304.16deg, #B314A3 0%, #3A49F9 100%);
	background: linear-gradient(145.84deg, #B314A3 0%, #3A49F9 100%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -20px;
	margin: auto;
}

/* Conclusion */
.conclusion {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
}

.conclusion__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	gap: 42px;
}

.conclusion__img {
	max-width: 213px;
}

.conclusion__img {
	display: block;
}

.conclusion__desc {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
	max-width: 955px;
}

/* Footer */
.footer {
	gap: 30px;
	padding-bottom: 40px;
}

.footer__lang {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	gap: 20px;
}

.footer__lang li {
	padding: 0;
}

.footer__lang li+li {
	margin-top: 0;
}

.footer__lang li:before {
	display: none;
}

.footer__lang li a {
	background-color: #111622;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	gap: 8px;
	padding: 12px;
}

.footer__lang li a:hover {
	background-color: rgba(255, 255, 255, .2);
}

.footer__lang li a img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	max-width: 24px;
}

.footer__lang li a span {
	font-size: 14px;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
}

.footer__menu {
	background-color: #111622;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	gap: 100px;
	padding: 30px;
	width: 100%;
}

.footer-menu__item {
	min-width: 180px;
	line-height: 120%;
}

.footer-menu__item p {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 26px;
}

.footer-menu__item li+li {
	margin-top: 11px;
}

.footer-menu__item li a {
	font-weight: 500;
	font-size: 14px;
	color: #BCBCBC;
	padding-left: 20px;
	position: relative;
}

.footer-menu__item li a:before {
	content: '•';
	position: absolute;
	top: 0;
	left: 7px;
}

.footer-menu__item li a:hover,
.footer-menu__item li a:hover:before {
	color: #0042C7;
}

.footer__info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	gap: 20px;
	padding: 0 28px;
}

.footer-info__img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	gap: 20px;
}

.footer-info__img img {
	max-height: 80px;
}

.footer-info__text {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
	font-weight: 500;
	font-size: 14px;
	color: rgba(255, 255, 255, .43);
	line-height: 120%;
}

.footer-info__text p+p {
	margin-top: 12px;
}

.footer__copyright {
	line-height: 120%;
	text-align: center;
	margin-top: 0;
}

/* Btn Top */
.to-top {
	background-color: #350364;
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.91692 0.238646L0.241393 6.83881C-0.0804642 7.15702 -0.0804642 7.67322 0.241393 7.99142L1.0201 8.76131C1.34161 9.07917 1.86236 9.07951 2.18456 8.76266L7.49984 3.53172L12.8155 8.76232C13.1377 9.07951 13.6584 9.07883 13.9799 8.76096L14.7586 7.99109C15.0805 7.67287 15.0805 7.15668 14.7586 6.83848L8.08275 0.238646C7.7609 -0.0795488 7.23879 -0.0795488 6.91692 0.238646Z' fill='white'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	-moz-background-size: 15px;
	background-size: 15px;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: none;
	z-index: 100;
	opacity: .7;
}

.to-top:hover {
	opacity: 1;
}

/* PAGES */
/* Breadcrumbs */
.breadcrumbs {
	text-align: center;
	margin-bottom: 10px;
}

.breadcrumbs>li {
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	padding: 0px;
}

.breadcrumbs>li+li {
	margin: 0;
}

.breadcrumbs>li:before {
	display: none;
}

.breadcrumbs>li a {
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
}

.breadcrumbs>li a:not([href]) {
	font-weight: 700;
}

.breadcrumbs>li:not(:last-child):after {
	content: '|';
	border: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: auto;
	bottom: auto;
	right: auto;
	width: auto;
	height: auto;
	margin: 0px 19px;
}

.breadcrumbs>li a:not([href]),
.breadcrumbs>li a:not([href]) span {
	cursor: default;
}

/* Prime */
.bonus-page__wrap {
	padding-top: 7.5px;
	padding-bottom: 7.5px;
}

.bonus-page__wrap .prime__text {
	font-size: 20px;
}

/* BONUS PAGE */
/* Welcome */
.welcome__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.welcome-list__item {
	width: -webkit-calc(33.3% - 13.3px);
	width: -moz-calc(33.3% - 13.3px);
	width: calc(33.3% - 13.3px);
}

.welcome__banner {
	border: 1px solid #fff;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	gap: 10px;
	overflow: hidden;
	width: 100%;
	padding-top: 7px;
}

.welcome-banner__list {
	-webkit-align-self: center;
	align-self: center;
	position: relative;
	z-index: 1;
	width: auto;
	padding: 30px 0;
}

.welcome-banner__img {
	-webkit-align-self: flex-end;
	align-self: flex-end;
	max-width: 217px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
	margin: 0 auto;
	position: relative;
}

.welcome-banner__img img {
	display: block;
}


/* Benefits */
.benefits__background {
	opacity: .6;
}

.benefits__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	gap: 20px;
	width: 100%;
}

.benefits__desc {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
}

.benefits__img {
	-webkit-align-self: flex-end;
	align-self: flex-end;
	max-width: 537px;
	width: 45%;
	margin-bottom: -20px;
}

.benefits__img img {
	display: block;
}

/* Prizes */
.prizes__background {
	opacity: .6;
}

.prizes p {
	z-index: 2;
}

.prizes__wrap {
	width: 100%;
}

.prizes__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 700px;
	position: relative;
	z-index: 1;
}

.prizes-list__item {
	width: -webkit-calc(50% - 10px);
	width: -moz-calc(50% - 10px);
	width: calc(50% - 10px);
}

.prizes__img {
	max-width: 580px;
	width: 47%;
	position: absolute;
	top: 63%;
	right: -1.5%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.prizes__img img {
	display: block;
	max-height: none;
}

/* APP PAGE */
/* Download */
.download__banner {
	border: 1px solid rgba(255, 255, 255, .8);
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	overflow: hidden;
	width: 100%;
}

.download-banner__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	position: relative;
	padding: 1px;
}

.download-banner__item+.download-banner__item {
	margin-top: 20px;
}

.download-item__desc {
	background-color: rgba(13, 2, 44, 0.3);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	padding: 16px 20px;
	max-width: 865px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
}

.download-desc__title {
	max-width: 510px;
}

.download-desc__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.download-list__item {
	width: -webkit-calc(50% - 10px);
	width: -moz-calc(50% - 10px);
	width: calc(50% - 10px);
}

.download-list__item-button {
	background: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
}

.download-item__img {
	-webkit-align-self: self-end;
	align-self: self-end;
	margin: 0 auto;
}

.download-item__img img {
	display: block;
}

.download-banner__item-ios .download-item__img {
	max-width: 312px;
	width: 26%;
	margin-bottom: -20px;
}

.download-banner__item-android .download-item__img {
	max-width: 371px;
	width: 31%;
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-moz-box-ordinal-group: 0;
	order: -1;
}

/* Requirements */
.requirements__banner {
	border: 1px solid rgba(255, 255, 255, 0.8);
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	overflow: hidden;
	padding: 17px 20px
}

.requirements-banner__background {
	opacity: .5;
}

.requirements-banner__desc {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	position: relative;
}

.requirements-desc__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	gap: 40px 2%;
}

.requirements-desc__list li {
	background: -o-linear-gradient(180.23deg, rgba(179, 20, 163, 0.8) -35.17%, rgba(58, 73, 249, 0.8) 135.17%);
	background: -webkit-linear-gradient(180.23deg, rgba(179, 20, 163, 0.8) -35.17%, rgba(58, 73, 249, 0.8) 135.17%);
	background: -moz-linear-gradient(180.23deg, rgba(179, 20, 163, 0.8) -35.17%, rgba(58, 73, 249, 0.8) 135.17%);
	background: linear-gradient(269.77deg, rgba(179, 20, 163, 0.8) -35.17%, rgba(58, 73, 249, 0.8) 135.17%);
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	text-align: center;
	padding: 8px 14px;
}

.requirements__banner-ios .requirements-desc__list:first-of-type li:nth-child(n+5) {
	max-width: 345px;
}

.requirements__banner-ios .requirements-desc__list:last-of-type li {
	max-width: 354px;
	width: 100%;
}

.requirements__banner-android .requirements-desc__list {
	gap: 40px 18%;
}

/* Store Banner */
.store-banner {
	padding: 30px 19.5%;
}

.store-banner__background img {
	-o-object-position: 60%;
	object-position: 60%;
}

.store-banner__buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	gap: 20px;
	position: relative;
}

/* Choose */
.choose {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
}

.choose__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	gap: 20px;
}

.choose__icon {
	max-width: 159px;
}

.choose__icon img {
	display: block;
}

.choose__text {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
}

.choose__buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	gap: 20px;
}
