@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: #030A16;
	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;
	padding-left: 23px;
}

li+li {
	margin-top: 12px;
}

ol li {
	counter-increment: ol;
}

ul>li:before,
ol>li:before {
	display: inline-block;
	font: inherit;
	position: absolute;
	top: 0;
}

ul>li:before {
	content: "•";
	left: 8px;
}

ol>li:before {
	content: counter(ol)'.';
	left: 5px;
}

ul.type-list li {
	background: -o-linear-gradient(right, rgba(55, 136, 191, 0) 0%, rgba(173, 3, 196, 0.25) 100%);
	background: -webkit-gradient(linear, right top, left top, from(rgba(55, 136, 191, 0)), to(rgba(173, 3, 196, 0.25)));
	background: -webkit-linear-gradient(right, rgba(55, 136, 191, 0) 0%, rgba(173, 3, 196, 0.25) 100%);
	background: -moz-linear-gradient(right, rgba(55, 136, 191, 0) 0%, rgba(173, 3, 196, 0.25) 100%);
	background: linear-gradient(270deg, rgba(55, 136, 191, 0) 0%, rgba(173, 3, 196, 0.25) 100%);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 8px 24px;
}

ul.type-list li+li {
	margin-top: 8px;
}

ul.type-list li:before {
	bottom: 0;
	left: 9px;
	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;
}

ul.type-list li:after {
	content: '';
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: absolute;
	inset: 0;
	background: -o-linear-gradient(right, rgba(55, 136, 191, 0) 0%, rgba(173, 3, 196, 0.5) 100%);
	background: -webkit-gradient(linear, right top, left top, from(rgba(55, 136, 191, 0)), to(rgba(173, 3, 196, 0.5)));
	background: -webkit-linear-gradient(right, rgba(55, 136, 191, 0) 0%, rgba(173, 3, 196, 0.5) 100%);
	background: -moz-linear-gradient(right, rgba(55, 136, 191, 0) 0%, rgba(173, 3, 196, 0.5) 100%);
	background: linear-gradient(270deg, rgba(55, 136, 191, 0) 0%, rgba(173, 3, 196, 0.5) 100%);
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box,
		-webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
	-webkit-mask: -webkit-linear-gradient(#000 0 0) content-box,
		-webkit-linear-gradient(#000 0 0);
	mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box,
		-webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
	mask: linear-gradient(#000 0 0) content-box,
		linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	padding: 1px;
}

ol.type-list li {
	background: -o-linear-gradient(315deg, #54BDFF 8.58%, #0042C7 91.42%);
	background: -webkit-linear-gradient(315deg, #54BDFF 8.58%, #0042C7 91.42%);
	background: -moz-linear-gradient(315deg, #54BDFF 8.58%, #0042C7 91.42%);
	background: linear-gradient(135deg, #54BDFF 8.58%, #0042C7 91.42%);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
	padding: 41px 20px 13px;
}

ol.type-list li:before {
	content: counter(ol);
	background-color: #330148;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-family: 'Open Sans', sans-serif;
	font-size: 400px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	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: 60px;
	height: 60px;
	left: 0;
	right: 0;
	top: -30px;
	margin: auto;
}

header ul li {
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
}

header ul li:before {
	display: none;
}

header ul li+li {
	margin-top: 0;
}

/* 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: 50px;
	color: #FFFF5A;
	line-height: 1.15;
	text-transform: none;
}

h2,
.title.high {
	background-color: #330148;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-size: 32px;
	line-height: 1.125;
	text-align: center;
	padding: 12px;
}

h3,
.title.middle {
	background: -o-linear-gradient(right, rgba(55, 136, 191, 0) 0%, rgba(173, 3, 196, 0.25) 100%);
	background: -webkit-gradient(linear, right top, left top, from(rgba(55, 136, 191, 0)), to(rgba(173, 3, 196, 0.25)));
	background: -webkit-linear-gradient(right, rgba(55, 136, 191, 0) 0%, rgba(173, 3, 196, 0.25) 100%);
	background: -moz-linear-gradient(right, rgba(55, 136, 191, 0) 0%, rgba(173, 3, 196, 0.25) 100%);
	background: linear-gradient(270deg, rgba(55, 136, 191, 0) 0%, rgba(173, 3, 196, 0.25) 100%);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-size: 24px;
	line-height: 1.25;
	padding: 10px 20px;
}

h4,
.title.mini {
	background: -o-linear-gradient(right, rgba(55, 136, 191, 0) 0%, rgba(173, 3, 196, 0.25) 100%);
	background: -webkit-gradient(linear, right top, left top, from(rgba(55, 136, 191, 0)), to(rgba(173, 3, 196, 0.25)));
	background: -webkit-linear-gradient(right, rgba(55, 136, 191, 0) 0%, rgba(173, 3, 196, 0.25) 100%);
	background: -moz-linear-gradient(right, rgba(55, 136, 191, 0) 0%, rgba(173, 3, 196, 0.25) 100%);
	background: linear-gradient(270deg, rgba(55, 136, 191, 0) 0%, rgba(173, 3, 196, 0.25) 100%);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-size: 20px;
	line-height: 1;
	padding: 10px 20px;
}

/* 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),
.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: -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);
}

/* 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 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(227.33deg, #344B6F 4.58%, #1C222D 54.47%);
	background: -webkit-linear-gradient(227.33deg, #344B6F 4.58%, #1C222D 54.47%);
	background: -moz-linear-gradient(227.33deg, #344B6F 4.58%, #1C222D 54.47%);
	background: linear-gradient(222.67deg, #344B6F 4.58%, #1C222D 54.47%);
	border: 1px solid #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	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-color: #0042C7;
	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 {
	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%);
	min-width: 129px;
}

.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: 18px;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 8px 0 6px;
}

.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 {
	position: relative;
}

.sidebar li,
.page-nav li {
	overflow: visible;
	padding: 0;
}

.sidebar li:before,
.page-nav li:before {
	display: none;
}

.sidebar__item-menu {
	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-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: #0042C7;
}

.sidebar-quicklinks__button.slide:before {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.sidebar-quicklinks__list {
	margin-top: 10px;
}

.sidebar-quicklinks__list li+li {
	margin-top: 10px;
}

.sidebar-quicklinks__list li a {
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	line-height: 1.188;
	display: block;
	padding: 8px 20px;
}

.sidebar-quicklinks__list li a:hover {
	color: #0042C7;
}

/* Prime */
.prime {
	min-height: 380px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	padding: 20px 27px;
}

.prime .prime__background img {
	-o-object-position: 90%;
	object-position: 90%;
}

.prime__wrap {
	max-width: 840px;
	text-align: center;
}

.prime__title {
	text-shadow: 0 0 2px #030A16;
	margin-bottom: 0;
}

.prime__text {
	font-size: 24px;
	line-height: 120%;
	text-shadow: 0 0 2px #030A16;
	margin-top: 31px;
}

/* Page nav */
.page-nav {
	display: none;
}

/* Legislation */
*+.table {
	margin-top: 20px;
}

.table {
	background-color: rgba(3, 10, 22, 0.4);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 100%;
	overflow: hidden;
}

.table tr {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	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 {
	background-color: #0042C7;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.15;
	padding: 18px 20px;
}

.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-color: rgba(3, 10, 22, 0.4);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: -webkit-calc(50% - 10px);
	width: -moz-calc(50% - 10px);
	width: calc(50% - 10px);
	overflow: hidden;
}

.advantages-proscons__title {
	background-color: #0042C7;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 20px;
	padding: 18px 20px 17px 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;
}

.advantages-proscons__list li+li {
	margin-top: 0;
}

.advantages-proscons__list li:before {
	display: none;
}

/* Bonus Banner */
.bonus-banner {
	padding: 53px 60px 100px;
}

.bonus-banner__right {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	align-items: flex-end;
	padding: 47px 106px 28px;
}

.bonus-banner__right .bonus-banner__wrap {
	max-width: 582px;
}

.bonus-banner__background img {
	-o-object-position: 80%;
	object-position: 80%;
}

.bonus-banner__right .bonus-banner__background img {
	-o-object-position: 30%;
	object-position: 30%;
}

.bonus-banner__wrap {
	background: -o-linear-gradient(315deg, rgba(84, 189, 255, 0.7) 8.58%, rgba(0, 66, 199, 0.7) 91.42%);
	background: -webkit-linear-gradient(315deg, rgba(84, 189, 255, 0.7) 8.58%, rgba(0, 66, 199, 0.7) 91.42%);
	background: -moz-linear-gradient(315deg, rgba(84, 189, 255, 0.7) 8.58%, rgba(0, 66, 199, 0.7) 91.42%);
	background: linear-gradient(135deg, rgba(84, 189, 255, 0.7) 8.58%, rgba(0, 66, 199, 0.7) 91.42%);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 30px 40px;
}

.bonus-banner__title {
	background-color: rgba(0, 0, 0, 0);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-weight: 900;
	font-size: 54px;
	color: #FFFF5A;
	text-align: left;
	text-transform: none;
	padding: 0;
}

.bonus-banner__text {
	font-weight: 500;
	font-size: 32px;
	line-height: 119%;
	margin-top: 24px;
}

.bonus-banner__text p+p {
	margin-top: 12px;
}

.bonus-banner__text p span {
	color: #FFFF5A;
}

.bonus-banner__button {
	margin-top: 12px;
}

/* Register */
.register__banner {
	margin-top: 50px;
	width: 100%;
}

.register-banner__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;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	gap: 20px;
	position: relative;
}

.register-banner__desc {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
	max-width: 655px;
	padding: 20px;
}

.register-banner__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px 10px;
	padding-top: 40px;
}

.register-banner__list li {
	font-weight: 700;
	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;
	width: -webkit-calc(50% - 5px);
	width: -moz-calc(50% - 5px);
	width: calc(50% - 5px);
	min-height: 174px;
}

.register-banner__list li+li {
	margin-top: 0;
}

.register-banner__img {
	max-width: 510px;
	width: 42%;
}

.register-banner__img img {
	display: block;
}

/* Mobile */
.mobile__banner {
	width: 100%;
	padding: 73px 0 44px;
}

.mobile__banner-apple .mobile-banner__background img {
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.mobile-banner__desc {
	position: relative;
}

.mobile-banner__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	gap: 40px 10px;
}

.mobile-banner__list li {
	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;
	line-height: 1.5;
	width: -webkit-calc(25% - 7.5px);
	width: -moz-calc(25% - 7.5px);
	width: calc(25% - 7.5px);
}

ol.mobile-banner__list li {
	padding-left: 24px;
	padding-right: 24px;
}

.mobile-banner__list li+li {
	margin-top: 0;
}

.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: 20x;
	font-weight: 900;
	font-size: 14px;
	color: #fff;
	line-height: 1.42;
	text-transform: uppercase;
	text-align: center;
	width: 240px;
	height: 60px;
	padding-left: 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: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.bonuses-list__item {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	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: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	overflow: hidden;
	text-align: center;
	width: -webkit-calc(50% - 10px);
	width: -moz-calc(50% - 10px);
	width: calc(50% - 10px);
	padding: 26px 12px;
}

.bonuses-list__item+.bonuses-list__item {
	margin-top: 0;
}

.bonuses-list__item:before {
	display: none;
}

.bonuses-list__item:first-child {
	width: 100%;
	padding-top: 16px;
	padding-bottom: 16px;
}

.bonuses-item__wrap {
	position: relative;
}

.bonuses-item__title {
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
	font-weight: 900;
	color: #FBBF15;
	text-align: center;
	margin-bottom: 43px;
}

.bonuses-item__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	gap: 45px;
}

.bonuses-item__list li {
	width: -webkit-calc(33.3% - 30px);
	width: -moz-calc(33.3% - 30px);
	width: calc(33.3% - 30px);
}

ul.bonuses-item__list li {
	padding: 12px 6px 12px 10px;
}

ul.bonuses-item__list li+li {
	margin-top: 0;
}

ul.bonuses-item__list li:before {
	position: static;
	display: inline-block;
	margin-right: 5px;
}

/* Ganes */
.table-banner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 100%;
}

.table-banner .table {
	-webkit-border-radius: 15px 0 0 15px;
	-moz-border-radius: 15px 0 0 15px;
	border-radius: 15px 0 0 15px;
	max-width: 750px;
	width: 65%;
}

.games__table tbody tr {
	min-height: 80px;
}

.table-banner__img {
	-webkit-border-radius: 0 15px 15px 0;
	-moz-border-radius: 0 15px 15px 0;
	border-radius: 0 15px 15px 0;
	-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-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	position: relative;
	padding: 60px 20px;
	overflow: hidden;
}

.table-banner__img .background img {
	-o-object-position: right;
	object-position: right;
}

.table-banner__button {
	margin-top: 0;
}

/* License */
.license__list li {
	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;
}

.license__list li span {
	font-weight: 700;
	min-width: 115px;
}

.license__list li p {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
	margin-top: 0;
}

/* FAQ */
.faq__list li {
	background: -o-linear-gradient(right, rgba(55, 136, 191, 0) 0%, rgba(173, 3, 196, 0.25) 100%);
	background: -webkit-gradient(linear, right top, left top, from(rgba(55, 136, 191, 0)), to(rgba(173, 3, 196, 0.25)));
	background: -webkit-linear-gradient(right, rgba(55, 136, 191, 0) 0%, rgba(173, 3, 196, 0.25) 100%);
	background: -moz-linear-gradient(right, rgba(55, 136, 191, 0) 0%, rgba(173, 3, 196, 0.25) 100%);
	background: linear-gradient(270deg, rgba(55, 136, 191, 0) 0%, rgba(173, 3, 196, 0.25) 100%);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	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 {
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.188;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0;
	position: relative;
	padding: 18px 55px 18px 19px;
}

.faq-item__title:after {
	content: '';
	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: 20px;
	height: 20px;
	-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: 5px 19px 26px;
}

/* Reviews */
.reviews__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.reviews-list__item {
	background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
		-o-linear-gradient(272.77deg, rgba(59, 9, 98, 0.4) -13.49%, rgba(58, 73, 249, 0.4) 109.75%),
		-o-linear-gradient(315deg, #54BDFF 8.58%, #0042C7 91.42%);
	background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
		-webkit-linear-gradient(272.77deg, rgba(59, 9, 98, 0.4) -13.49%, rgba(58, 73, 249, 0.4) 109.75%),
		-webkit-linear-gradient(315deg, #54BDFF 8.58%, #0042C7 91.42%);
	background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
		-moz-linear-gradient(272.77deg, rgba(59, 9, 98, 0.4) -13.49%, rgba(58, 73, 249, 0.4) 109.75%),
		-moz-linear-gradient(315deg, #54BDFF 8.58%, #0042C7 91.42%);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
		linear-gradient(177.23deg, rgba(59, 9, 98, 0.4) -13.49%, rgba(58, 73, 249, 0.4) 109.75%),
		linear-gradient(135deg, #54BDFF 8.58%, #0042C7 91.42%);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-family: 'Poppins', sans-serif;
	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;
	padding: 20px;
	width: -webkit-calc(50% - 10px);
	width: -moz-calc(50% - 10px);
	width: calc(50% - 10px);
}

.reviews-list__item:before {
	display: none;
}

.reviews-list__item+.reviews-list__item {
	margin-top: 0;
}

.reviews-item__name {
	border: 1px solid #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-weight: 700;
	font-size: 20px;
	padding: 12px 16px;
}

.reviews-item__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;
	margin: 16px 0 16px;
}

.reviews-item__rate img {
	max-width: 30px;
}

.reviews-item__text {
	font-size: 15px;
	line-height: 150%;
}

/* Grades */
.grades {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
}

.grades__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	gap: 53px 16px;
	padding-top: 37px;
}

.grades-list__item {
	background: -o-linear-gradient(315deg, #54BDFF 8.58%, #0042C7 91.42%);
	background: -webkit-linear-gradient(315deg, #54BDFF 8.58%, #0042C7 91.42%);
	background: -moz-linear-gradient(315deg, #54BDFF 8.58%, #0042C7 91.42%);
	background: linear-gradient(135deg, #54BDFF 8.58%, #0042C7 91.42%);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	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;
	width: -webkit-calc(33.3% - 10.6px);
	width: -moz-calc(33.3% - 10.6px);
	width: calc(33.3% - 10.6px);
	max-width: 353px;
	padding: 55px 20px 24px;
}

.grades-list__item+.grades-list__item {
	margin-top: 0;
}

.grades-list__item:before {
	display: none;
}

.gades__item-value {
	display: block;
	background-color: #330148;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	font-size: 20px;
	-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: 77px;
	height: 77px;
	position: absolute;
	left: 0;
	right: 0;
	top: -37px;
	margin: 0 auto;
}

.gades__item-value span {
	font-weight: 700;
}

.grades-item__name {
	font-weight: 900;
	font-size: 20px;
	line-height: 120%;
	text-align: center;
	text-transform: uppercase;
	margin: auto 0;
}

.grades-item__progressbar {
	background-color: #fff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	height: 16px;
	margin-top: 16px;
	max-width: 250px;
	width: 100%;
	padding-right: 2px;
}

.grades-progressbar__progress {
	background: -o-linear-gradient(right, #330148 0%, rgba(51, 1, 72, 0) 100%);
	background: -webkit-gradient(linear, right top, left top, from(#330148), to(rgba(51, 1, 72, 0)));
	background: -webkit-linear-gradient(right, #330148 0%, rgba(51, 1, 72, 0) 100%);
	background: -moz-linear-gradient(right, #330148 0%, rgba(51, 1, 72, 0) 100%);
	background: linear-gradient(270deg, #330148 0%, rgba(51, 1, 72, 0) 100%);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	height: 16px;
}

/* Conclusion */
.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: 20px;
}

.conclusion__img {
	max-width: 137px;
}

.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: 12px;
}

.footer-menu__item li a {
	font-weight: 500;
	font-size: 14px;
	color: #BCBCBC;
}

.footer-menu__item li a:hover {
	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-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='-0.5' width='49' height='49' rx='24.5' transform='matrix(1 0 0 -1 0 49)' fill='url(%23paint0_linear_1822_15339)' fill-opacity='0.7'/%3E%3Crect x='0.5' y='-0.5' width='49' height='49' rx='24.5' transform='matrix(1 0 0 -1 0 49)' stroke='white'/%3E%3Cpath d='M24.9169 21.2386L18.2414 27.8388C17.9195 28.157 17.9195 28.6732 18.2414 28.9914L19.0201 29.7613C19.3416 30.0792 19.8624 30.0795 20.1846 29.7627L25.4998 24.5317L30.8155 29.7623C31.1377 30.0795 31.6584 30.0788 31.9799 29.761L32.7586 28.9911C33.0805 28.6729 33.0805 28.1567 32.7586 27.8385L26.0828 21.2386C25.7609 20.9205 25.2388 20.9205 24.9169 21.2386Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1822_15339' x1='4.29004' y1='4.29004' x2='45.71' y2='45.71' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2354BDFF'/%3E%3Cstop offset='1' stop-color='%230042C7'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	-moz-background-size: contain;
	background-size: contain;
	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: '|';
	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 */
/* Prime */
.bonus__prime {
	padding-left: 50px;
	padding-right: 40px;
}

/* Welcome */
.welcome__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 100%;
}

.welcome__table {
	-webkit-border-radius: 15px 0 0 15px;
	-moz-border-radius: 15px 0 0 15px;
	border-radius: 15px 0 0 15px;
	max-width: 750px;
}

.welcome__table th {
	padding-top: 7px;
	padding-bottom: 7px;
}

.welcome__table tbody tr {
	min-height: 60px;
}

.welcome__img {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	justify-content: flex-start;
	padding: 46px 70px;
}

.welcome__img>img {
	max-width: 148px;
	position: relative;
}

.welcome__banner {
	-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: 77px;
	overflow: hidden;
	padding: 41px 20px;
	width: 100%;
}

.welcome-banner__desc {
	position: relative;
	max-width: 785px;
}

.welcome-desc__text li {
	line-height: 165%;
}

.welcome-desc__text li+li {
	margin-top: 20px;
}

.welcome-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: 10px;
	position: relative;
}

/* Reload Bonuses */
.reload-bonuses__list li {
	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;
}

.reload-bonuses__list li span {
	font-weight: 700;
	min-width: 168px;
}

.reload-bonuses__list li p {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
	margin-top: 0;
}

/* Promotions */
.promotions__list li {
	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;
}

.promotions__list li span {
	font-weight: 500;
	min-width: 109px;
}

.promotions__list li p {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
	margin-top: 0;
}

/* Cashback */
.cashback__banner,
.tournaments__banner {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
	padding: 20px;
	width: 100%;
}

.cashback-banner__desc,
.tournaments-banner__desc {
	position: relative;
}

.cashback-banner__desc p,
.tournaments-banner__desc p {
	font-family: 'Poppins', sans-serif;
}

/* Tournaments */
.tournaments-banner__text {
	max-width: 897px;
}

/* App */
.app__banner {
	border: 1px solid #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
	padding: 15px;
	width: 100%;
}

.app-banner__wrap {
	position: relative;
}

.app-banner__download {
	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: 28px;
}

.app-download__desc {
	max-width: 610px;
	width: 100%;
}

.app-download__table {
	font-family: 'Open Sans', sans-serif;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
}

.app-download__table p {
	background-color: #0042C7;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	font-weight: 700;
	font-size: 24px;
	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;
	gap: 16px;
	padding: 14px 20px 13px;
}

.app-download__table p img {
	max-width: 32px;
}

.app-download__table ol li {
	background-color: rgba(3, 10, 22, 0.4);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 8px 20px 7px 44px;
}

.app-download__table ol li+li {
	margin-top: 0;
}

.app-download__table ol li:before {
	top: 8px;
	left: 24px;
}

.app-download__button {
	margin-top: 20px;
}

.app-download__img {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
	margin: 0 auto;
}

.app-download__img img {
	display: block;
	margin: auto;
}

/* App Banner */
.app-banner {
	border: none;
	padding-top: 31px;
	padding-bottom: 34px;
}

.app-banner__wrap {
	position: relative;
	width: 100%;
}

.app-banner__logo {
	display: block;
	max-width: 246px;
	margin: 0 auto 20px;
}

.app-banner__logo img {
	display: block;
}

.app-banner__buttons {
	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;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 42px;
}

/* Choose */
.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: 137px;
}

.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;
}
@media screen and (min-width: 1600px) {
	.cover {
		padding-left: -webkit-calc(50% - ((1600px - 60px)/ 2));
		padding-left: -moz-calc(50% - ((1600px - 60px)/ 2));
		padding-left: calc(50% - ((1600px - 60px)/ 2));
		padding-right: -webkit-calc(50% - ((1600px - 60px)/ 2));
		padding-right: -moz-calc(50% - ((1600px - 60px)/ 2));
		padding-right: calc(50% - ((1600px - 60px)/ 2));
	}

	.main {
		padding-left: -webkit-calc(50% - ((1600px - 60px)/ 2));
		padding-left: -moz-calc(50% - ((1600px - 60px)/ 2));
		padding-left: calc(50% - ((1600px - 60px)/ 2));
		padding-right: -webkit-calc(50% - ((1600px - 60px)/ 2));
		padding-right: -moz-calc(50% - ((1600px - 60px)/ 2));
		padding-right: calc(50% - ((1600px - 60px)/ 2));
	}

	.header {
		padding-left: -webkit-calc(50% - ((1600px - 120px)/ 2));
		padding-left: -moz-calc(50% - ((1600px - 120px)/ 2));
		padding-left: calc(50% - ((1600px - 120px)/ 2));
	}

	.sidebar {
		left: -webkit-calc(50% - ((1600px - 60px)/ 2));
		left: -moz-calc(50% - ((1600px - 60px)/ 2));
		left: calc(50% - ((1600px - 60px)/ 2));
	}
}

@media screen and (min-width:1025px) {
	.header__menu {
		display: block !important;
	}
}

@media screen and (max-width:1500px) {
	.prime__wrap {
		background-color: rgba(51, 1, 72, .75);
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		max-width: 880px;
		padding: 20px;
	}
}

@media screen and (max-width:1200px) {
	.sidebar {
		display: none
	}

	.page-nav {
		display: block;
		padding: 10px !important;
	}

	.sidebar-quicklinks__button {
		background-color: #0042C7;
	}

	.sidebar-quicklinks__button.slide {
		background-color: rgba(0, 0, 0, 0);
	}

	.sidebar-quicklinks__button:before {
		-webkit-transform: rotateX(180deg);
		-moz-transform: rotateX(180deg);
		transform: rotateX(180deg);
	}

	.sidebar-quicklinks__button.slide:before {
		-webkit-transform: rotateX(0);
		-moz-transform: rotateX(0);
		transform: rotateX(0);
	}

	.sidebar-quicklinks__list {
		display: none;
	}

	.general-content {
		width: 100%;
	}

	.table {
		overflow: auto;
	}

	.table table {
		width: 1130px;
	}

	.table-banner .table table {
		width: 715px;
	}

	.table::-webkit-scrollbar {
		height: 5px;
	}

	.table::-webkit-scrollbar-track {
		background: rgba(255, 255, 255, .2);
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}

	.table::-webkit-scrollbar-thumb {
		background: #0042C7;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}

	.footer__menu {
		gap: 30px;
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}

	.footer-menu__item {
		min-width: 0;
	}
}

@media screen and (max-width:1025px) {
	.cover {
		padding-left: 30px;
		padding-right: 30px;
	}

	.header__logo {
		margin-right: auto;
	}

	.menu-button {
		display: block;
		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%);
		padding: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		width: 40px;
		height: 40px;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		order: 1;
	}

	.menu-button svg {
		display: block;
		margin: auto;
	}

	.menu-button svg rect {
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		fill: #fff;
	}

	.menu-button.active svg rect:nth-child(1) {
		x: -2px;
		y: 6px;
		width: 20px;
		-webkit-transform: rotate(225deg);
		-moz-transform: rotate(225deg);
		-o-transform: rotate(225deg);
		transform: rotate(225deg);
	}

	.menu-button.active svg rect:nth-child(2) {
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transform: scale(0, 2);
		-moz-transform: scale(0, 2);
		-o-transform: scale(0, 2);
		transform: scale(0, 2);
	}

	.menu-button.active svg rect:nth-child(3) {
		x: -2px;
		y: 6px;
		width: 20px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	.header__menu {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #030A16;
		z-index: 100;
		margin: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		display: none;
		padding: 25px;
		text-align: center;
	}

	.header__menu ul {
		background: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		flex-direction: column;
		text-align: center;
		gap: 15px;
	}

	h1,
	.title.general {
		font-size: 48px;
	}

	.bonus-banner {
		padding: 50px 30px;
	}

	.mobile__banner {
		padding: 40px 0 20px;
	}

	ol.mobile-banner__list li {
		width: -webkit-calc(33.3% - 7.5px);
		width: -moz-calc(33.3% - 7.5px);
		width: calc(33.3% - 7.5px);
	}

	/* Bonuses Page */
	.welcome__banner {
		gap: 30px;
	}

	/* App Page */
	.app-banner__download {
		padding: 0;
	}
}

@media screen and (max-width:850px) {

	h1,
	.title.general {
		font-size: 30px;
	}

	h2,
	.title.high {
		font-size: 26px;
	}

	h3,
	.title.middle {
		font-size: 22px;
	}

	.header>.header__button {
		display: none;
	}

	.header__menu .header__button {
		display: inline-block;
		margin: 20px 5px 0;
	}

	.header__lang {
		gap: 10px;
	}

	.prime {
		min-height: 0;
	}

	.prime__text {
		font-size: 20px;
		margin-top: 20px;
	}

	.table th {
		font-size: 17px;
	}

	.bonus-banner__title {
		font-size: 36px;
	}

	.bonus-banner__text {
		font-size: 24px;
		margin-top: 15px;
	}

	.bonus-banner__right .bonus-banner__wrap {
		background: -o-linear-gradient(315deg, rgba(0, 66, 199, 0.8) 8.58%, rgba(84, 189, 255, 0.7) 91.42%);
		background: -webkit-linear-gradient(315deg, rgba(0, 66, 199, 0.8) 8.58%, rgba(84, 189, 255, 0.7) 91.42%);
		background: -moz-linear-gradient(315deg, rgba(0, 66, 199, 0.8) 8.58%, rgba(84, 189, 255, 0.7) 91.42%);
		background: linear-gradient(135deg, rgba(0, 66, 199, 0.8) 8.58%, rgba(84, 189, 255, 0.7) 91.42%);
	}

	.register-banner__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		flex-direction: column;
		gap: 0;
	}

	.register-banner__img {
		width: auto;
	}

	ol.mobile-banner__list li {
		width: -webkit-calc(50% - 5px);
		width: -moz-calc(50% - 5px);
		width: calc(50% - 5px);
	}

	.bonuses-item__title {
		margin-bottom: 20px;
	}

	.bonuses-item__list {
		gap: 20px;
	}

	.bonuses-item__list li {
		width: -webkit-calc(50% - 10px);
		width: -moz-calc(50% - 10px);
		width: calc(50% - 10px);
	}

	.table-banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		flex-direction: column;
	}

	.table-banner .table {
		-webkit-border-radius: 15px 15px 0 0;
		-moz-border-radius: 15px 15px 0 0;
		border-radius: 15px 15px 0 0;
		width: 100%;
	}

	.table-banner .table table {
		width: 750px;
	}

	.table-banner__img {
		-webkit-border-radius: 0 0 15px 15px;
		-moz-border-radius: 0 0 15px 15px;
		border-radius: 0 0 15px 15px;
	}

	.grades-list__item {
		width: -webkit-calc(50% - 8px);
		width: -moz-calc(50% - 8px);
		width: calc(50% - 8px);
	}

	.footer__menu {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer__info {
		padding: 0;
	}

	/* Bonus Page */
	.welcome__banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		flex-direction: column;
		padding: 20px;
	}

	/* App Page */
	.app-banner__download {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		flex-direction: column;
	}

	.app-download__table p {
		font-size: 20px;
	}

	.app-download__img {
		max-width: 40%;
	}

	.choose__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		flex-direction: column;
	}

	.footer__menu {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		justify-content: flex-start;
	}

	.footer-menu__item {
		min-width: -webkit-calc((100% - 30px) / 2);
		min-width: -moz-calc((100% - 30px) / 2);
		min-width: calc((100% - 30px) / 2);
	}
}

@media (orientation: landscape) and (max-width:850px) {
	.header__menu {
		height: -webkit-calc(100vh - 74px);
		height: -moz-calc(100vh - 74px);
		height: calc(100vh - 74px);
		overflow: auto;
	}
}

@media screen and (max-width:650px) {

	.cover,
	.main {
		padding-left: 20px;
		padding-right: 20px;
	}

	h1,
	.title.general {
		font-size: 28px;
	}

	h2,
	.title.high {
		font-size: 24px;
	}

	h3,
	.title.middle {
		font-size: 20px;
	}

	h4,
	.title.mini {
		font-size: 18px;
	}

	.prime {
		padding: 15px;
	}

	.advantages__table thead th:first-child,
	.advantages__table tbody td:first-child {
		max-width: 290px;
	}

	.advantages__proscons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		flex-direction: column;
	}

	.advantages-proscons__item {
		width: 100%;
	}

	.bonus-banner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.bonus-banner__wrap {
		padding: 20px;
	}

	.bonus-banner__title {
		font-size: 30px;
	}

	.bonus-banner__text {
		font-size: 20px;
	}

	.register-banner__list {
		padding-top: 20px;
		gap: 40px;
	}

	.register-banner__list li,
	ol.mobile-banner__list li {
		width: 100%;
	}

	.bonuses-list__item,
	.bonuses-item__list li {
		width: 100%;
	}

	.games__table table thead th:first-child,
	.games__table table tbody th {
		max-width: 230px;
	}

	.games__table tbody tr {
		min-height: 0;
	}

	.license__list li {
		-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: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		align-items: flex-start;
		gap: 10px;
	}

	ul.license__list li:before {
		top: 8px;
		bottom: auto;
	}

	.reviews-list__item,
	.grades-list__item {
		width: 100%;
	}

	.conclusion__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		flex-direction: column;
	}

	.footer__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		flex-direction: column;
	}

	/* Bonus Page */
	.welcome__img {
		padding: 40px;
	}

	.welcome__table tbody tr {
		min-height: 0;
	}

	.welcome__weekly .welcome__table table th,
	.reload-bonuses__table table th {
		max-width: 230px;
	}

	.reload-bonuses__list li {
		-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: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		align-items: flex-start;
		gap: 10px;
	}

	ul.reload-bonuses__list li:before {
		top: 8px;
		bottom: auto;
	}
}

@media screen and (max-width: 450px) {
	.main {
		padding-left: 10px;
		padding-right: 10px;
	}

	h1,
	.title.general {
		font-size: 24px;
	}

	h2,
	.title.high {
		font-size: 20px;
		pad: 10px;
	}

	h3,
	.title.middle {
		font-size: 18px;
	}

	h4,
	.title.mini {
		font-size: 16px;
	}

	.content {
		padding: 15px;
	}

	.header__lang {
		gap: 5px;
		padding: 0;
	}

	.prime {
		padding: 10px;
	}

	.prime__wrap {
		padding-left: 10px;
		padding-right: 10px;
	}

	.prime__text {
		font-size: 18px;
	}

	.sidebar-quicklinks__list li a {
		line-height: 1.2;
		padding: 0 10px;
	}

	.bonus-banner__title {
		font-size: 20px;
	}

	.bonus-banner__text {
		font-size: 16px;
	}

	.register__banner {
		margin-top: 30px;
	}

	.register-banner__desc {
		padding-left: 10px;
		padding-right: 10px;
	}

	ol.mobile-banner__list li {
		padding-left: 20px;
		padding-right: 20px;
	}

	.faq-item__title {
		padding: 10px 40px 10px 10px;
	}

	.faq-item__title:after {
		right: 10px;
	}

	.faq-item__desc {
		padding: 0 10px 10px;
	}

	.reviews-item__name {
		font-size: 18px;
	}

	.grades-item__name {
		font-size: 16px;
	}

	.footer__lang {
		gap: 10px;
	}

	.footer-menu__item p {
		margin-bottom: 10px;
	}

	/* Bonuses Page */
	.welcome__banner {
		padding-left: 10px;
		padding-right: 10px;
	}

	.welcome-banner__button,
	.app-download__button {
		width: 220px;
		padding-left: 20px;
	}

	.promotions__list li {
		-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: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		align-items: flex-start;
		gap: 10px;
	}

	ul.promotions__list li:before {
		bottom: auto;
		top: 8px;
	}

	.cashback__banner,
	.tournaments__banner {
		padding-left: 10px;
		padding-right: 10px;
	}

	/* App Page */
	.app-download__table p {
		font-size: 16px;
		gap: 10px;
		padding: 10px;
	}

	.app-download__table p img {
		max-width: 24px;
	}

	.app-download__table ol li {
		padding-left: 30px;
		padding-right: 15px;
	}

	.app-download__table ol li:before {
		left: 10px;
	}

	.app-banner__buttons {
		gap: 20px;
	}

	.responsibly__title {
		font-size: 17px;
	}
}
