@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap');

body {
	overflow-x: hidden;
	min-height: 100vh;
	background-color: #030A16;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 155%;
	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 {
	background: -o-linear-gradient(top, #2B68E1 0%, #2320DA 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#2B68E1), to(#2320DA));
	background: linear-gradient(180deg, #2B68E1 0%, #2320DA 100%);
	border-radius: 6px;
	font-weight: 600;
	position: relative;
	padding-left: 23px;
}

li+li {
	margin-top: 16px;
}

ul li {
	line-height: 156%;
	padding: 12px 20px 12px 41px;
}

ol li {
	counter-increment: ol;
	padding: 10px 20px 10px 60px;
}

ul>li:before,
ol>li:before {
	display: inline-block;
	font: inherit;
	position: absolute;
	top: 0;
	bottom: 0;
}

ul>li:before {
	content: "";
	background-color: #fff;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	left: 20px;
	margin: auto;
}

ol>li:before {
	content: counter(ol);
	background-color: #fff;
	border-radius: 6px;
	font-weight: 700;
	font-size: 15px;
	color: #0E3470;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	left: 0;
}

nav ul li {
	background: none;
	border-radius: 0;
	padding: 0;
}

nav ul li:before {
	display: none;
}

nav ul li+li {
	margin-top: 0;
}

/* Title */
h1,
h2,
h3,
h4,
.title {
	display: block;
	position: relative;
	width: 100%;
	font-weight: 900;
	line-height: 150%;
	text-transform: uppercase;
}

.title {
	margin-bottom: 20px;
}

h1,
.title.general {
	font-size: 33px;
}

h2,
.title.high {
	background: -o-linear-gradient(top, #2B68E1 0%, #2320DA 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#2B68E1), to(#2320DA));
	background: linear-gradient(180deg, #2B68E1 0%, #2320DA 100%);
	border-radius: 6px;
	font-size: 26px;
	padding: 6px 12px;
}

h3,
.title.middle {
	font-weight: 700;
	font-size: 20px;
}

h4,
.title.mini {
	font-weight: 700;
	font-size: 16px;
}

/* Article */
article,
.article {
	font-weight: 300;
	font-size: 15px;
	line-height: 155%;
	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),
.article li a:not(.button) {
	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: 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);
	box-shadow: 10px 10px 50px 0px rgba(30, 233, 50, 0.3),
		-2px -6px 20px 0px rgba(30, 233, 50, 0.2);
	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.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: 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);
	box-shadow: 10px 20px 80px 0px rgba(30, 64, 233, 0.302);
	text-shadow: 0px 2px 4px #006BFF;
}


.button:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

/* 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;
	transition: all 0.5s;
}

.path {
	fill: inherit;
	stroke: inherit;
	stroke-width: inherit;
}

/* Content */
.content,
.cover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
}

.content {
	background: -o-linear-gradient(227.33deg, #270F53 4.58%, #081034 54.47%, #1A4C5C 97.88%);
	background: linear-gradient(222.67deg, #270F53 4.58%, #081034 54.47%, #1A4C5C 97.88%);
	border-radius: 6px;
	margin-top: 20px;
	padding: 32px 20px;
}

.cover {
	padding-left: 30px;
	padding-right: 30px;
}

.content>*,
.cover>* {
	display: block;
	position: relative;
}

/* Header */
.header {
	background: #050E22;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	overflow: visible;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	height: auto;
	padding: 14px 40px;
}

.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 35px;
}

.header__menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
}

.header__menu ul a {
	display: block;
	font-weight: 800;
	font-size: 16px;
	color: #fff;
	padding: 5px 0;
	position: relative;
	opacity: .5;
}

.header__menu ul a:hover {
	opacity: 1;
}

.header__button {
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	margin-top: 0;
	padding-top: 13px;
	padding-bottom: 13px;
}

.header__button-login {
	min-width: 129px;
}

.header__button-signup {
	min-width: 131px;
}

.header__lang {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
}

.header__lang img {
	border-radius: 50%;
	max-width: 24px;
}

/* Main */
.main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 20px;
	padding: 68px 30px 90px;
}

.general-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

/* Sidebar */
.sidebar {
	position: -webkit-sticky;
	position: sticky;
	top: 68px;
	height: calc(100vh - 68px);
	width: 240px;
	padding: 20px 0;
	overflow: auto;
	z-index: 10;
}

.sidebar::-webkit-scrollbar {
	display: none;
}

.sidebar__item {
	position: relative;
}

.sidebar li,
.page-nav li {
	overflow: visible;
	padding: 0;
}

.sidebar li:before,
.page-nav li:before {
	display: none;
}

.sidebar__item {
	background-color: #0F1622;
	border-radius: 12px;
	overflow: hidden;
}

.sidebar__item-menu {
	margin-bottom: 20px;
}

.sidebar__item-menu li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 28px;
	font-weight: 400;
	font-size: 16px;
	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);
	border-radius: 50%;
	width: 55px;
	height: 55px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-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-quicklinks__button {
	display: block;
	border-radius: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #44B52D;
	line-height: 1;
	text-align: left;
	width: 100%;
	padding: 16px 45px 16px 18px;
	position: relative;
}

.sidebar-quicklinks__button:before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.61153 3.6591L2.16117 8.05921C1.9466 8.27135 1.9466 8.61548 2.16117 8.82761L2.68031 9.34087C2.89465 9.55278 3.24181 9.55301 3.45662 9.34177L7.00014 5.85448L10.5439 9.34154C10.7587 9.55301 11.1058 9.55256 11.3202 9.34064L11.8393 8.82739C12.0539 8.61525 12.0539 8.27112 11.8393 8.05898L7.38875 3.6591C7.17418 3.44697 6.8261 3.44697 6.61153 3.6591Z' fill='%2344B52D'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: contain;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 14px;
	margin: auto;
}

.sidebar-quicklinks__button.slide:before {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.sidebar-quicklinks__list {
	padding: 3px 0 12px;
}

.sidebar-quicklinks__list li+li {
	margin-top: 12px;
}

.sidebar-quicklinks__list li a {
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	line-height: 153%;
	display: block;
	padding: 0 10px 0 35px;
	opacity: .65;
}

.sidebar-quicklinks__list li a:before {
	content: '•';
	font: inherit;
	position: absolute;
	top: 0;
	left: 20px;
}

.sidebar-quicklinks__list li a:hover {
	opacity: 1;
}

/* Prime */
.prime {
	background: none;
	border-radius: 15px;
	min-height: 380px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px 40px;
}

.prime .prime__background img {
	-o-object-position: 90%;
	object-position: 90%;
}

.prime__wrap {
	max-width: 700px;
}

.priem__rating {
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.prime__title {
	text-shadow: 0 0 2px #030A16;
	margin-bottom: 0;
	max-width: 650px;
}

.prime__title span {
	color: #FFFF5A;
}

.prime__text {
	margin-top: 16px;
}

/* Page nav */
.page-nav {
	display: none;
}

/* Legislation */
.table {
	background: -o-linear-gradient(top, #2B68E1 0%, #2320DA 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#2B68E1), to(#2320DA));
	background: linear-gradient(180deg, #2B68E1 0%, #2320DA 100%);
	border-radius: 6px;
	width: 100%;
	overflow: hidden;
}

.table tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	padding: 11px 20px;
}

.table tr>* {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.table th {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
	text-transform: uppercase;
}

.table tbody tr {
	border-top: 2px solid rgba(255, 255, 255, 0.122);
}

.table td {
	font-weight: 400;
	font-size: 15px;
	line-height: 1.334;
}

.about__table tr {
	gap: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.about__table th {
	font-weight: 900;
}

.about__table td {
	line-height: 1.4;
}

.about__proscons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	width: 100%;
}

.about-proscons__item {
	background: -o-linear-gradient(top, #2B68E1 0%, #2320DA 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#2B68E1), to(#2320DA));
	background: linear-gradient(180deg, #2B68E1 0%, #2320DA 100%);
	border-radius: 6px;
	width: calc(50% - 10px);
	padding: 20px;
	overflow: hidden;
}

.about-proscons__title {
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 18px;
	padding: 10px 0 10px 64px;
	position: relative;
}

.about-proscons__title:before {
	content: '';
	background-color: #fff;
	border-radius: 6px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.about-pros__title:before {
	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 fill-rule='evenodd' clip-rule='evenodd' d='M16 8C16 9.104 15.104 10 14 10H10V14C10 15.104 9.10399 16 7.99999 16C6.89599 16 5.99999 15.104 5.99999 14V10H2.00001C0.896005 10 0 9.104 0 8C0 6.896 0.896005 6 2.00001 6H5.99999V2C5.99999 0.895999 6.89599 0 7.99999 0C9.10399 0 10 0.895999 10 2V6H14C15.104 6 16 6.896 16 8Z' fill='%23174372'/%3E%3C/svg%3E%0A");
}

.about-cons__title:before {
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='4' viewBox='0 0 15 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.125 0H1.875C0.839534 0 0 0.895503 0 2C0 3.1045 0.839534 4 1.875 4H13.125C14.1605 4 15 3.1045 15 2C15 0.895503 14.1605 0 13.125 0Z' fill='%23174372'/%3E%3C/svg%3E%0A");
}

.about-proscons__list {
	padding-left: 64px;
}

.about-proscons__list li {
	background: none;
	padding: 0 0 0 18px;
}

.about-proscons__list li+li {
	margin-top: 14px;
}

.about-proscons__list li:before {
	left: 0;
}

/* Bonus Banner */
.bonus-banner {
	border-radius: 15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 450px;
	padding: 50px 39px;
}

.bonus-banner__background img {
	-o-object-position: 80%;
	object-position: 80%;
}

.bonus-banner__wrap {
	text-align: center;
	max-width: 670px;
	width: 100%;
	position: relative;
}

.bonus-banner__title {
	background: none;
	border-radius: 0;
	padding: 0;
	font-weight: 900;
	font-size: 32px;
	color: #FFFC65;
	text-shadow: 0 0 3px #000;
}

.bonus-banner__text {
	font-weight: 500;
	font-size: 26px;
	line-height: 119%;
	text-shadow: 0 0 3px #000;
	margin-top: 3px;
}

.bonus-banner__text p+p {
	margin-top: 10px;
}

.bonus-banner__text p span {
	color: #FFFC65;
}

.bonus-banner__button {
	margin-top: 25px;
}

/* banner left */
.bonus-banner__left {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.bonus-banner__left .bonus-banner__background img {
	-o-object-position: 60%;
	object-position: 60%;
}

/* banner right */
.bonus-banner__right {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.bonus-banner__right .bonus-banner__background img {
	-o-object-position: 5%;
	object-position: 5%;
}

/* Register */
.register-list__item {
	counter-increment: ol;
	position: relative;
}

.register-list__item+.register-list__item {
	margin-top: 20px;
}

.register-list__text {
	background: -o-linear-gradient(top, #2B68E1 0%, #2320DA 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#2B68E1), to(#2320DA));
	background: linear-gradient(180deg, #2B68E1 0%, #2320DA 100%);
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	font-size: 15px;
	line-height: 150%;
	padding: 5px 10px 5px 66px;
	position: relative;
	min-height: 46px;
}

.register-list__text:before {
	content: counter(ol);
	background-color: #fff;
	border-radius: 6px;
	font-weight: 700;
	font-size: 15px;
	color: #0E3470;
	width: 46px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.register-list__img {
	display: block;
	margin-top: 20px;
}

.buttons-banner {
	background: -o-linear-gradient(top, #2B68E1 0%, #2320DA 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#2B68E1), to(#2320DA));
	background: linear-gradient(180deg, #2B68E1 0%, #2320DA 100%);
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	padding: 12px;
	width: 100%;
}

.buttons-banner__button {
	-webkit-box-shadow: 10px 10px 50px 0px rgba(30, 233, 50, 0.3),
		-10px -10px 50px 0px rgba(27, 12, 113, 1),
		-2px -6px 20px 0px rgba(30, 233, 50, 0.3),
		0px 0px 10px 0px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 10px 10px 50px 0px rgba(30, 233, 50, 0.3),
		-10px -10px 50px 0px rgba(27, 12, 113, 1),
		-2px -6px 20px 0px rgba(30, 233, 50, 0.3),
		0px 0px 10px 0px rgba(255, 255, 255, 0.6) inset;
	min-width: 235px;
	margin-top: 0;
}

.buttons-banner__logo {
	max-width: 159px;
	margin: 0 auto;
}

.buttons-banner__logo img {
	display: block;
}

/* Mobile */
.mobile__banner {
	border-radius: 6px;
	overflow: hidden;
	padding: 20px;
	width: 100%;
}

.mobile-banner__background img {
	-o-object-position: 90%;
	object-position: 90%;
}

.mobile-banner__desc {
	position: relative;
}

/* Store Banner */
.store-banner {
	border-radius: 12px;
}

.content.store-banner {
	padding: 0;
}

.store-banner__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	position: relative;
	width: 100%;
	padding: 0 0 0 9%;
}

.store-banner__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.app-button {
	border-radius: 10px;
	font-weight: 500;
	font-size: 15px;
	color: #fff;
	line-height: 128%;
	text-align: center;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	padding: 10px 21px;
	width: 234px;
	height: 64px;
}

.app-button__ios {
	background: -o-radial-gradient(33.52% -15.63%, 92.56% 151.44%, #2575DE 0%, #221BE8 85.15%);
	background: radial-gradient(92.56% 151.44% at 33.52% -15.63%, #2575DE 0%, #221BE8 85.15%);
	-webkit-box-shadow: 10px 20px 80px 0px rgba(30, 64, 233, 0.3),
		-20px -20px 50px 0px rgba(14, 14, 15, 0.5),
		-10px -20px 50px 0px rgba(0, 60, 255, 0.2),
		0px 0px 10px 0px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 10px 20px 80px 0px rgba(30, 64, 233, 0.3),
		-20px -20px 50px 0px rgba(14, 14, 15, 0.5),
		-10px -20px 50px 0px rgba(0, 60, 255, 0.2),
		0px 0px 10px 0px rgba(255, 255, 255, 0.6) inset;
}

.app-button__android {
	background: -o-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 20px 80px 0px rgba(30, 233, 50, 0.3),
		-20px -20px 50px 0px rgba(14, 14, 15, 0.5),
		-10px -20px 50px 0px rgba(250, 255, 0, 0.2),
		0px 0px 10px 0px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 10px 20px 80px 0px rgba(30, 233, 50, 0.3),
		-20px -20px 50px 0px rgba(14, 14, 15, 0.5),
		-10px -20px 50px 0px rgba(250, 255, 0, 0.2),
		0px 0px 10px 0px rgba(255, 255, 255, 0.6) inset;
}

.app-button img {
	max-width: 32px;
}

.app-button span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.app-button:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.store-banner__logo {
	max-width: 316px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 auto;
}

.store-banner__logo img {
	display: block;
}

.store-banner__img {
	max-width: 292px;
	width: 26%;
	margin-top: 22px;
}

.store-banner__img img {
	display: block;
}

/* Bonuses */
.bonuses-list__item {
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	overflow: hidden;
	padding: 20px;
	width: 100%;
}

.bonuses-list__item:before {
	display: none;
}

.bonuses-list__item+.bonuses-list__item {
	margin-top: 20px;
}

.bonuses-item__background {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.bonuses-item__desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
}

.bonuses-list__item:nth-child(2) .bonuses-item__desc {
	max-width: 740px;
}

.bonuses-item__desc ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 16px;
}

.bonuses-item__desc ul li {
	width: calc(33.3% - 10.6px);
}

.bonuses-item__desc ul li+li {
	margin-top: 0;
}

.bonuses-des__text {
	background: -o-linear-gradient(top, #2B68E1 0%, #2320DA 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#2B68E1), to(#2320DA));
	background: linear-gradient(180deg, #2B68E1 0%, #2320DA 100%);
	border-radius: 6px;
	font-weight: 600;
	line-height: 165%;
	padding: 12px 20px;
}

.bonuses-item__img {
	max-width: 274px;
	width: 25%;
	margin: 0 auto;
	position: relative;
}

.bonuses-item__img img {
	display: block;
}

/* Transactions */
.transactions__banner {
	border-radius: 6px;
	overflow: hidden;
	padding: 20px;
	width: 100%;
}

.transactions-banner__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	position: relative;
}

.transactions-banner__desc {
	max-width: 800px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.transactions-banner__img {
	-ms-flex-item-align: self-end;
	align-self: self-end;
	max-width: 286px;
	margin: 0 auto -20px;
	width: 25%;
}

.transactions-banner__img img {
	display: block;
}

/* FAQ */
.faq__list li {
	background: -o-linear-gradient(top, #2B68E1 0%, #2320DA 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#2B68E1), to(#2320DA));
	background: linear-gradient(180deg, #2B68E1 0%, #2320DA 100%);
	border-radius: 6px;
	padding: 0;
	overflow: hidden;
	-webkit-transition: all .5s ease-in-out;
	-o-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 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 66px;
	cursor: pointer;
	margin: 0;
	position: relative;
	padding: 8px 55px 8px 19px;
}

.faq-item__title:after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.45579 8.97725L0.2253 2.8171C-0.0750999 2.5201 -0.0750999 2.03832 0.2253 1.74133L0.952098 1.02277C1.25217 0.726098 1.7382 0.725779 2.03892 1.02151L6.99985 5.90371L11.9611 1.02183C12.2618 0.725779 12.7478 0.72641 13.0479 1.02309L13.7747 1.74164C14.0751 2.03864 14.0751 2.52042 13.7747 2.81741L7.5439 8.97725C7.24351 9.27423 6.7562 9.27423 6.45579 8.97725Z' fill='white'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: 14px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 20px;
	height: 20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.faq-list__item.active .faq-item__title:after {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.faq-item__desc {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	border-top: 2px solid rgba(255, 255, 255, 0.12);
	padding: 8px 20px 10px;
}

/* Reviews */
.reviews__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 40px;
}

.reviews-list__item {
	border-radius: 15px;
	padding: 20px;
	max-width: 360px;
	width: calc(33.3% - 26.6px);
}

.reviews-list__item::before {
	display: none;
}

.reviews-list__item+.reviews-list__item {
	margin-top: 0;
}

.reviews-item__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 18px;
	margin-bottom: 19px;
}

.reviews-heading__img {
	border-radius: 50%;
	overflow: hidden;
	max-width: 80px;
}

.reviews-heading__img img {
	display: block;
}

.reviews-general__name {
	display: block;
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 10px;
}

.reviews-general__stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
}

.reviews-general__stars img {
	max-width: 17px;
}

.reviews-item__text {
	font-weight: 400;
	line-height: 135%;
}

/* Grades */
.grades__table th {
	font-size: 15px;
	line-height: 1.334;
	text-transform: none;
}

/* Footer */
.footer {
	gap: 30px;
	padding-bottom: 40px;
}

.footer__lang {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
}

.footer__lang li {
	background: none;
	padding: 0;
}

.footer__lang li+li {
	margin-top: 0;
}

.footer__lang li:before {
	display: none;
}

.footer__lang li a {
	background-color: #111622;
	border-radius: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-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 {
	border-radius: 50%;
	max-width: 24px;
}

.footer__lang li a span {
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
}

.footer__menu {
	background-color: #111622;
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 100px;
	padding: 30px;
	width: 100%;
}

.footer-menu__item {
	max-width: 180px;
	width: 100%;
	line-height: 120%;
}

.footer-menu__item p {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 28px;
}

.footer-menu__item li+li {
	margin-top: 6px;
}

.footer-menu__item li a {
	display: block;
	font-weight: 500;
	font-size: 14px;
	color: #BCBCBC;
	padding-left: 21px;
	position: relative;
}

.footer-menu__item li a::before {
	content: '•';
	font: inherit;
	position: absolute;
	top: 0;
	left: 9px;
}

.footer-menu__item li a:hover,
.footer-menu__item li a:hover:before {
	color: #2B68E1;
}

.footer__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	padding: 0 30px;
}

.footer-info__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.footer-info__img img {
	max-height: 80px;
}

.footer-info__text {
	-webkit-box-flex: 1;
	-ms-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 {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	text-align: center;
	margin-top: 0;
}

/* Btn Top */
.to-top {
	background-color: rgba(0, 14, 57, 0.3);
	border: 2px solid #54677e;
	border-radius: 6px;
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='10' viewBox='0 0 15 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.91692 0.504271L0.241393 7.10443C-0.0804642 7.42265 -0.0804642 7.93884 0.241393 8.25704L1.0201 9.02693C1.34161 9.34479 1.86236 9.34513 2.18456 9.02828L3.29154 7.93887C5.62657 5.64089 9.37323 5.64077 11.7084 7.9386L12.8155 9.02794C13.1377 9.34513 13.6584 9.34446 13.9799 9.02659L14.7586 8.25671C15.0805 7.9385 15.0805 7.4223 14.7586 7.1041L8.08275 0.504271C7.7609 0.186076 7.23879 0.186076 6.91692 0.504271Z' fill='white'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: 15px;
	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 {
	margin-bottom: 10px;
}

.breadcrumbs>li {
	background: none;
	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: 800;
}

.breadcrumbs>li:not(:last-child):after {
	content: '|';
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0px 19px;
}

.breadcrumbs>li a:not([href]),
.breadcrumbs>li a:not([href]) span {
	cursor: default;
}

/* BONUS PAGE */
/* Promotional  */
.promotional__banner {
	border-radius: 6px;
	overflow: hidden;
	padding: 20px;
	width: 100%;
}

.promotional-banner__desc {
	position: relative;
}

/* Welcome */
.welcome__list {
	background: url('../img/welcome-list-bg.webp') no-repeat center center / cover;
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 16px;
	padding: 20px;
}

.welcome__list li {
	width: calc(33.3% - 10.6px);
}

.welcome__list li+li {
	margin-top: 0;
}

.welcome__banner {
	border-radius: 6px;
	overflow: hidden;
	padding: 20px;
	width: 100%;
}

.welcome-banner__background img {
	-o-object-position: 100%;
	object-position: 100%;
}

.welcome-banner__desc {
	max-width: 690px;
	width: 100%;
	position: relative;
}

/* Weekend Bonus */
.weekend-bonus__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	width: 100%;
}

.weekend-bonus__text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 690px;
}

.weekend-bonus__img {
	max-width: 310px;
	width: 25%;
	margin: 0 auto;
}

.weekend-bonus__img img {
	display: block;
}

/* Offers */
.offers__banner {
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	overflow: hidden;
	padding: 20px;
	width: 100%;
}

.offers-banner__desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 770px;
	position: relative;
}

.offers-banner__img {
	-ms-flex-item-align: end;
	align-self: flex-end;
	max-width: 351px;
	width: 30%;
	margin: 0 -20px -20px 0;
	position: relative;
}

.offers-banner__img img {
	display: block;
}

/* APP PAGE */
/* Download */
.download__banner {
	border: 3px solid #2B68E1;
	border-radius: 6px;
	overflow: hidden;
	padding: 16px;
	width: 100%;
}

.download-banner__desc {
	position: relative;
}

.download-desc__title {
	background: -o-linear-gradient(top, #2B68E1 0%, #2320DA 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#2B68E1), to(#2320DA));
	background: linear-gradient(180deg, #2B68E1 0%, #2320DA 100%);
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	padding: 14px 20px;
}

.download-desc__title img {
	max-width: 32px;
}

.download-desc__button {
	margin-top: 30px;
}

/* Features */
.features__banner,
.requirements__banner {
	border-radius: 6px;
	overflow: hidden;
	padding: 20px;
	width: 100%;
}

.features-banner__desc,
.requirements-banner__desc {
	position: relative;
}

.features-banner__desc ul li {
	font-weight: 400;
}

.features-banner__desc ul li strong {
	font-weight: 600;
}

/* Requirements */
.requirements__banner {
	border: 3px solid #2B68E1;
}

.requirements-banner__background img {
	-o-object-position: 100%;
	object-position: 100%;
}