@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: #01102D;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 15px;
	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 {
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}

ol li {
	counter-increment: ol;
	background: -o-linear-gradient(left, rgba(159, 47, 255, 0.8) 0%, rgba(153, 153, 153, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(159, 47, 255, 0.8)), to(rgba(153, 153, 153, 0)));
	background: linear-gradient(90deg, rgba(159, 47, 255, 0.8) 0%, rgba(153, 153, 153, 0) 100%);
	border-radius: 6px;
	padding: 13px 10px 13px 60px;
}

ul li {
	background: #fff;
	font-weight: 600;
	color: #892DE8;
	line-height: 165%;
	padding: 7.5px 10px 7.5px 52px;
}

ol>li+li {
	margin-top: 20px;
}

ul>li+li {
	margin-top: 24px;
}

ul>li:before,
ol>li:before {
	font: inherit;
	font-weight: 700;
	color: inherit;
	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;
	width: 40px;
}

ul>li:before {
	content: "•";
	background: -o-linear-gradient(left, #892DE8 13.46%, #483CA3 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(13.46%, #892DE8), to(#483CA3));
	background: linear-gradient(90deg, #892DE8 13.46%, #483CA3 100%);
	font-size: 20px;
	color: #fff;
	line-height: 1;
}

ol>li:before {
	content: counter(ol);
	background: #fff;
	font-size: 15px;
	color: #7B27D1;
}

nav ul li {
	background: none;
	border-radius: 0;
	font-weight: 400;
	color: #fff;
	line-height: 150%;
	padding: 0;
}

nav ul li+li {
	margin-top: 0;
}

nav ul li:before {
	display: none;
}

/* Title */
h1,
h2,
h3,
h4,
.title {
	display: block;
	position: relative;
	width: 100%;
	font-weight: 700;
	line-height: 150%;
	text-transform: uppercase;
}

.title {
	margin-bottom: 20px;
}

h1,
.title.general {
	font-size: 32px;
	color: #FFFC65;
	line-height: 115%;
}

h2,
.title.high {
	font-weight: 900;
	font-size: 26px;
	line-height: 120%;
}

h2 {
	padding: 12px 0;
}

h2:after {
	content: '';
	background: -o-linear-gradient(left, #892DE8 0%, #483CA3 10%, rgba(72, 60, 163, 0) 10%);
	background: -webkit-gradient(linear, left top, right top, from(#892DE8), color-stop(10%, #483CA3), color-stop(10%, rgba(72, 60, 163, 0)));
	background: linear-gradient(90deg, #892DE8 0%, #483CA3 10%, rgba(72, 60, 163, 0) 10%);
	height: 6px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

h3,
.title.middle {
	font-size: 20px;
	line-height: 150%;
}

h3 {
	padding-left: 8px;
}

h3:before {
	content: '';
	background: -o-linear-gradient(top, #892DE8 0%, #483CA3 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#892DE8), to(#483CA3));
	background: linear-gradient(180deg, #892DE8 0%, #483CA3 100%);
	width: 4px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

h4,
.title.mini {
	font-weight: 600;
	font-size: 15px;
	text-transform: none;
}

/* Article */
article,
.article {
	font-weight: 400;
	font-size: 15px;
	line-height: 150%;
	text-align: left;
}

article>*:first-child,
.article>*:first-child {
	margin-top: 0px;
}

article>*+*,
.article>*+*,
.article-banner__desc>*+* {
	margin-top: 20px;
}

article .background+*,
.article .background+* {
	margin-top: 0;
}

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;
	border-radius: 12px;
}

article .title+*,
.article .title+* {
	margin-top: 0;
}

.article-banner {
	border-radius: 6px;
	padding: 20px;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.article-banner__desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
}

.article-banner__desc p {
	text-shadow: 0 0 3px #000;
}

/* Button */
.button {
	display: inline-block;
	background: -o-linear-gradient(bottom, #9F2FFF 0%, #0BB1D3 100%);
	background: -webkit-gradient(linear, left bottom, left top, from(#9F2FFF), to(#0BB1D3));
	background: linear-gradient(0deg, #9F2FFF 0%, #0BB1D3 100%);
	-webkit-box-shadow: 0px 4px 22px 0px #9D31FE;
	box-shadow: 0px 4px 22px 0px #9D31FE;
	border-radius: 30px;
	font-weight: 800;
	font-size: 20px;
	color: #fff;
	line-height: 1;
	text-align: center;
	text-transform: capitalize;
	white-space: nowrap;
	padding: 15px;
	margin: 20px 0 0;
	height: auto;
	min-width: 250px;
	position: relative;
}

.button.bonus {
	line-height: 1.15;
	padding: 16px;
}

.button:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.button img {
	display: inline-block;
	vertical-align: middle;
}

/* 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;
	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-color: #000040;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 12px;
	margin-top: 20px;
	padding: 32px 20px;
}

.cover {
	padding-left: 30px;
	padding-right: 30px;
}

.content>*,
.cover>* {
	position: relative;
}

/* Header */
.header {
	background: #01102D;
	-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: 16px;
	overflow: visible;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 64px;
	height: auto;
}

.logo {
	display: inline-block;
}

.logo img {
	display: block;
}

.header__logo {
	width: 198px;
	height: 99px;
}

.header__logo img {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 326px;
	max-height: none;
}

.menu-button,
.header__menu .header__button {
	display: none;
}

.header__menu {
	margin: 0 auto 0 2.8%;
}

.header__menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}

.header__menu ul li a {
	display: block;
	font-weight: 600;
	font-size: 16px;
	color: rgba(255, 255, 255, .5);
}

.header__menu ul li a:hover {
	color: #fff;
}

.header__button {
	font-weight: 700;
	font-size: 16px;
	padding: 12px;
	min-width: 127px;
	margin-top: 0;
}

.header__button:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.header__button-login {
	background: -o-linear-gradient(top, #00D6FF 0%, #0089D3 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#00D6FF), to(#0089D3));
	background: linear-gradient(180deg, #00D6FF 0%, #0089D3 100%);
	-webkit-box-shadow: 0px 3px 5.5px 0px rgba(14, 61, 131, 1),
		0px 13px 25px 0px rgba(99, 146, 255, 0.2);
	box-shadow: 0px 3px 5.5px 0px rgba(14, 61, 131, 1),
		0px 13px 25px 0px rgba(99, 146, 255, 0.2);
}

.header__button-signup {
	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(45, 241, 81, 0.2) 18.63%, rgba(55, 241, 45, 0.186) 100%),
		-o-radial-gradient(33.52% -15.63%, 76.9% 122.63%, #F2F292 0%, #169100 85.15%),
		-o-radial-gradient(82.39% 55.47%, 35.8% 316.2%, #16A302 0%, #00BCB1 100%),
		-o-linear-gradient(bottom, #030303, #030303);
	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(45, 241, 81, 0.2) 18.63%, rgba(55, 241, 45, 0.186) 100%),
		radial-gradient(76.9% 122.63% at 33.52% -15.63%, #F2F292 0%, #169100 85.15%),
		radial-gradient(35.8% 316.2% at 82.39% 55.47%, #16A302 0%, #00BCB1 100%),
		-webkit-gradient(linear, left bottom, left top, from(#030303), to(#030303));
	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(45, 241, 81, 0.2) 18.63%, rgba(55, 241, 45, 0.186) 100%),
		radial-gradient(76.9% 122.63% at 33.52% -15.63%, #F2F292 0%, #169100 85.15%),
		radial-gradient(35.8% 316.2% at 82.39% 55.47%, #16A302 0%, #00BCB1 100%),
		linear-gradient(0deg, #030303, #030303);

}

.header__lang {
	background-color: #16225A;
	border-radius: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 9px;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
	padding: 10px 25px;
}

.header__lang img {
	border-radius: 50%;
	max-width: 24px;
}

/* Main */
.main {
	padding: 101px 30px 20px 290px;
}

/* Sidebar */
.sidebar {
	position: fixed;
	top: 101px;
	left: 30px;
	height: calc(100vh - 101px);
	width: 240px;
	padding: 6px 21px 30px;
	overflow: auto;
	z-index: 15;
}

.sidebar::-webkit-scrollbar {
	display: none;
}

.sidebar__item {
	position: relative;
}

.sidebar>*+* {
	margin-top: 32px;
}

.sidebar__item-menu li+li {
	margin-top: 7px;
}

.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: 9px;
	font-weight: 400;
	font-size: 16px;
	line-height: 118%;
	color: #fff;
	padding: 9px 0px 9px 6px;
}

.sidebar__item-menu li a img {
	display: block;
	max-width: 31px;
	position: relative;
}

.sidebar__item-menu li a span:first-child {
	position: relative;
}

.sidebar__item-menu li a span:first-child:before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22111%22%20height%3D%22111%22%20viewBox%3D%220%200%20111%20111%22%20fill%3D%22none%22%3E%3Cg%20filter%3D%22url(%23filter0_f_7263_6511)%22%3E%3Ccircle%20cx%3D%2255.5%22%20cy%3D%2255.5%22%20r%3D%2215.5%22%20fill%3D%22%23281DE2%22%2F%3E%3C%2Fg%3E%3Cg%20style%3D%22mix-blend-mode%3Ascreen%22%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M45.358%2070.5588C46.6206%2069.0274%2048.5145%2070.3612%2049.9714%2070.6576C51.3797%2070.9541%2052.8851%2070.707%2054.3419%2070.9047C57.4984%2071.3493%2060.2664%2070.3118%2060.0722%2066.6067C60.0236%2065.4704%2059.538%2064.68%2060.6063%2064.1859C61.092%2063.9883%2061.5776%2063.9883%2061.9661%2063.6425C62.6945%2062.9509%2062.743%2061.37%2063.1315%2060.4314C63.8114%2058.7023%2064.9769%2057.9118%2066.288%2056.6768C68.0848%2054.9971%2068.1819%2052.3294%2067.6963%2050.0569C67.2593%2047.982%2066.1909%2045.7095%2064.4913%2044.425C63.3743%2043.5852%2062.3546%2043.7828%2061.092%2044.0792C59.7808%2044.3262%2058.5668%2043.8322%2057.4498%2043.1405C55.3131%2041.8561%2053.6621%2040.1764%2051.3311%2039.139C49.0973%2038.1509%2046.6206%2037.4593%2044.2897%2038.7437C42.7357%2039.5836%2041.7159%2041.2633%2041.6188%2043.0911C41.5702%2044.2768%2041.6674%2046.6975%2042.93%2047.3891C44.6782%2046.0059%2046.3778%2047.0927%2048.3203%2047.0433C49.8743%2046.9939%2050.7484%2048.8218%2052.3995%2048.476C54.2934%2048.0808%2053.2736%2046.1047%2052.2538%2045.3142C51.5253%2046.0553%2049.7286%2045.5119%2049.0973%2044.919C48.4174%2044.3262%2048.3203%2043.2393%2048.8059%2042.4983C49.4858%2041.5103%2050.894%2041.4609%2051.9624%2041.6585C54.8275%2042.2019%2055.4588%2045.166%2057.9355%2046.2035C59.2466%2046.7469%2060.5092%2047.2409%2059.3923%2048.8712C58.9067%2049.6617%2058.3239%2049.9087%2057.4498%2049.9087C57.0614%2049.9087%2056.3815%2049.6617%2056.0416%2049.8099C55.6045%2050.0075%2055.7016%2050.3039%2055.7016%2050.8473C55.6531%2052.2306%2055.3131%2053.3668%2054.9246%2054.6513C54.6818%2055.4911%2054.4876%2056.331%2054.2448%2057.2202C54.002%2058.0106%2053.4678%2058.9987%2053.5649%2059.8385C53.9049%2059.7397%2053.9049%2059.4927%2054.0991%2059.1963C54.5847%2058.5047%2054.9732%2057.9612%2055.7016%2057.5166C56.4786%2057.072%2059.4409%2056.331%2060.0722%2057.4672C60.315%2057.9118%2059.7808%2059.4927%2059.7322%2059.9867C59.5865%2061.864%2059.8294%2063.6425%2057.8383%2064.3341C56.2844%2064.8776%2054.7304%2064.8282%2053.1764%2064.3341C52.2052%2064.0377%2051.5739%2063.8401%2050.6998%2064.5812C49.9714%2065.174%2049.68%2066.0632%2049.1458%2066.8043C47.9804%2068.3851%2046.1836%2069.4226%2045.358%2070.5588Z%22%20fill%3D%22url(%23paint0_linear_7263_6511)%22%2F%3E%3Cpath%20opacity%3D%220.3%22%20d%3D%22M48.999%2068.8782C49.0476%2067.3468%2051.6213%2067.4456%2052.5926%2067.7914C53.4181%2068.0878%2054.5836%2069.7181%2055.4577%2069.6687C56.1861%2069.6193%2057.0602%2067.495%2057.4001%2066.9515C58.1771%2065.9141%2059.294%2064.9754%2060.5081%2064.5802C60.411%2063.3452%2060.3138%2062.4559%2060.8966%2061.2703C61.4793%2060.0352%2062.2563%2059.3436%2063.179%2058.4543C63.6646%2058.0097%2063.9559%2057.5157%2064.5387%2057.1205C65.17%2056.6759%2066.4811%2056.33%2066.9668%2055.6878C67.4038%2055.095%2067.161%2054.848%2067.1124%2054.0575C66.9668%2052.2296%2067.6466%2050.3524%2068.0351%2048.6233C68.2779%2047.5364%2068.715%2046.0544%2067.8894%2045.1157C66.7239%2043.683%2065.9955%2045.1651%2065.0243%2045.8073C64.4416%2046.2026%2064.0045%2046.0544%2063.3246%2046.1038C62.1106%2046.1532%2061.1394%2046.746%2060.1681%2047.487C58.1286%2049.1173%2055.7005%2051.4392%2054.7293%2054.0081C56.089%2052.2297%2059.0512%2050.0559%2061.3822%2050.6982C61.9649%2050.8464%2063.3732%2051.785%2062.839%2052.5755C62.2563%2053.4647%2060.2653%2052.8225%2059.7797%2054.2057C59.4883%2054.9962%2059.8768%2056.33%2059.9739%2057.1205C60.071%2058.3061%2060.1196%2059.393%2059.9739%2060.5786C59.8282%2061.5667%2059.9253%2063.0982%2059.3426%2063.938C58.3714%2065.2225%2056.3804%2065.0249%2055.0206%2065.4201C54.1465%2065.6671%2053.6609%2065.8153%2052.8839%2065.3213C52.2041%2064.926%2051.9127%2064.1356%2051.0386%2064.3826C49.7274%2064.7778%2048.3677%2067.2974%2047.5422%2068.2854C47.1537%2068.73%2046.7166%2069.2735%2046.3281%2069.7181C47.1051%2069.3229%2047.7364%2068.9276%2048.999%2068.8782Z%22%20fill%3D%22url(%23paint1_linear_7263_6511)%22%2F%3E%3Cpath%20d%3D%22M55.5567%2066.9036C55.5082%2067.6941%2056.3337%2067.1506%2056.3337%2066.7554C56.2852%2066.4096%2055.5567%2066.5578%2055.5567%2066.9036Z%22%20fill%3D%22url(%23paint2_linear_7263_6511)%22%20fill-opacity%3D%220.1%22%2F%3E%3Cpath%20d%3D%22M55.5567%2066.9036C55.5082%2067.6941%2056.3337%2067.1506%2056.3337%2066.7554C56.2852%2066.4096%2055.5567%2066.5578%2055.5567%2066.9036Z%22%20fill%3D%22url(%23paint3_radial_7263_6511)%22%20fill-opacity%3D%220.2%22%2F%3E%3Cpath%20d%3D%22M53.1756%2066.6562C53.1271%2067.1502%2053.5641%2067.5949%2053.7098%2066.9032C53.8555%2066.2116%2053.2242%2066.3104%2053.1756%2066.6562Z%22%20fill%3D%22url(%23paint4_linear_7263_6511)%22%20fill-opacity%3D%220.1%22%2F%3E%3Cpath%20d%3D%22M53.1756%2066.6562C53.1271%2067.1502%2053.5641%2067.5949%2053.7098%2066.9032C53.8555%2066.2116%2053.2242%2066.3104%2053.1756%2066.6562Z%22%20fill%3D%22url(%23paint5_radial_7263_6511)%22%20fill-opacity%3D%220.2%22%2F%3E%3Cpath%20d%3D%22M63.8601%2046.3516C63.326%2046.9939%2063.6173%2047.1421%2063.9087%2046.9939C64.2486%2046.8457%2064.0544%2046.154%2063.8601%2046.3516Z%22%20fill%3D%22url(%23paint6_linear_7263_6511)%22%20fill-opacity%3D%220.1%22%2F%3E%3Cpath%20d%3D%22M63.8601%2046.3516C63.326%2046.9939%2063.6173%2047.1421%2063.9087%2046.9939C64.2486%2046.8457%2064.0544%2046.154%2063.8601%2046.3516Z%22%20fill%3D%22url(%23paint7_radial_7263_6511)%22%20fill-opacity%3D%220.2%22%2F%3E%3Cpath%20d%3D%22M60.9922%2043.5359C60.9922%2043.8817%2061.2836%2043.9805%2061.3321%2043.7829C61.3807%2043.5359%2061.0407%2043.2889%2060.9922%2043.5359Z%22%20fill%3D%22url(%23paint8_linear_7263_6511)%22%20fill-opacity%3D%220.1%22%2F%3E%3Cpath%20d%3D%22M60.9922%2043.5359C60.9922%2043.8817%2061.2836%2043.9805%2061.3321%2043.7829C61.3807%2043.5359%2061.0407%2043.2889%2060.9922%2043.5359Z%22%20fill%3D%22url(%23paint9_radial_7263_6511)%22%20fill-opacity%3D%220.2%22%2F%3E%3Cpath%20d%3D%22M46.2812%2042.5478C46.2812%2043.4865%2046.6697%2042.8936%2046.8154%2042.5478C46.9611%2042.202%2046.2812%2042.2514%2046.2812%2042.5478Z%22%20fill%3D%22url(%23paint10_linear_7263_6511)%22%20fill-opacity%3D%220.1%22%2F%3E%3Cpath%20d%3D%22M46.2812%2042.5478C46.2812%2043.4865%2046.6697%2042.8936%2046.8154%2042.5478C46.9611%2042.202%2046.2812%2042.2514%2046.2812%2042.5478Z%22%20fill%3D%22url(%23paint11_radial_7263_6511)%22%20fill-opacity%3D%220.2%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3Cfilter%20id%3D%22filter0_f_7263_6511%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22111%22%20height%3D%22111%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%2220%22%20result%3D%22effect1_foregroundBlur_7263_6511%22%2F%3E%3C%2Ffilter%3E%3ClinearGradient%20id%3D%22paint0_linear_7263_6511%22%20x1%3D%2254.7805%22%20y1%3D%2270.9904%22%20x2%3D%2254.7805%22%20y2%3D%2238.0027%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23513BFF%22%2F%3E%3Cstop%20offset%3D%221%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint1_linear_7263_6511%22%20x1%3D%2257.4097%22%20y1%3D%2269.7217%22%20x2%3D%2257.4097%22%20y2%3D%2244.4934%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23513BFF%22%2F%3E%3Cstop%20offset%3D%221%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint2_linear_7263_6511%22%20x1%3D%2255.5547%22%20y1%3D%2266.9334%22%20x2%3D%2256.3337%22%20y2%3D%2266.9334%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%236665FE%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23E16BF2%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22paint3_radial_7263_6511%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22translate(55.6155%2066.5905)%20rotate(49.632)%20scale(1.18666%200.834694)%22%3E%3Cstop%20stop-color%3D%22white%22%20stop-opacity%3D%220.4%22%2F%3E%3Cstop%20offset%3D%220.457724%22%20stop-color%3D%22%233A205D%22%2F%3E%3Cstop%20offset%3D%220.98155%22%20stop-color%3D%22white%22%20stop-opacity%3D%220.1%22%2F%3E%3C%2FradialGradient%3E%3ClinearGradient%20id%3D%22paint4_linear_7263_6511%22%20x1%3D%2253.1719%22%20y1%3D%2266.824%22%20x2%3D%2253.7316%22%20y2%3D%2266.824%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%236665FE%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23E16BF2%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22paint5_radial_7263_6511%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22translate(53.2156%2066.4257)%20rotate(62.26)%20scale(1.18633%200.69662)%22%3E%3Cstop%20stop-color%3D%22white%22%20stop-opacity%3D%220.4%22%2F%3E%3Cstop%20offset%3D%220.457724%22%20stop-color%3D%22%233A205D%22%2F%3E%3Cstop%20offset%3D%220.98155%22%20stop-color%3D%22white%22%20stop-opacity%3D%220.1%22%2F%3E%3C%2FradialGradient%3E%3ClinearGradient%20id%3D%22paint6_linear_7263_6511%22%20x1%3D%2263.5625%22%20y1%3D%2246.6815%22%20x2%3D%2264.0944%22%20y2%3D%2246.6815%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%236665FE%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23E16BF2%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22paint7_radial_7263_6511%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22translate(63.604%2046.3475)%20rotate(59.2106)%20scale(1.02517%200.642574)%22%3E%3Cstop%20stop-color%3D%22white%22%20stop-opacity%3D%220.4%22%2F%3E%3Cstop%20offset%3D%220.457724%22%20stop-color%3D%22%233A205D%22%2F%3E%3Cstop%20offset%3D%220.98155%22%20stop-color%3D%22white%22%20stop-opacity%3D%220.1%22%2F%3E%3C%2FradialGradient%3E%3ClinearGradient%20id%3D%22paint8_linear_7263_6511%22%20x1%3D%2260.9922%22%20y1%3D%2243.6586%22%20x2%3D%2261.3369%22%20y2%3D%2243.6586%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%236665FE%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23E16BF2%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22paint9_radial_7263_6511%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22translate(61.0191%2043.4527)%20rotate(57.9314)%20scale(0.640455%200.410731)%22%3E%3Cstop%20stop-color%3D%22white%22%20stop-opacity%3D%220.4%22%2F%3E%3Cstop%20offset%3D%220.457724%22%20stop-color%3D%22%233A205D%22%2F%3E%3Cstop%20offset%3D%220.98155%22%20stop-color%3D%22white%22%20stop-opacity%3D%220.1%22%2F%3E%3C%2FradialGradient%3E%3ClinearGradient%20id%3D%22paint10_linear_7263_6511%22%20x1%3D%2246.2812%22%20y1%3D%2242.6798%22%20x2%3D%2246.8359%22%20y2%3D%2242.6798%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%236665FE%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23E16BF2%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22paint11_radial_7263_6511%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22translate(46.3245%2042.3384)%20rotate(58.6999)%20scale(1.05328%200.666454)%22%3E%3Cstop%20stop-color%3D%22white%22%20stop-opacity%3D%220.4%22%2F%3E%3Cstop%20offset%3D%220.457724%22%20stop-color%3D%22%233A205D%22%2F%3E%3Cstop%20offset%3D%220.98155%22%20stop-color%3D%22white%22%20stop-opacity%3D%220.1%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: contain;
	width: 111px;
	height: 111px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.sidebar__item-menu li a span:last-child {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.sidebar__button {
	background: -o-linear-gradient(left, #CE730B 0%, #2D09E6 100%);
	background: -webkit-gradient(linear, left top, right top, from(#CE730B), to(#2D09E6));
	background: linear-gradient(90deg, #CE730B 0%, #2D09E6 100%);
	border-radius: 8px;
	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: 7px;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	text-transform: capitalize;
	max-width: 198px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 16px;
}

.sidebar__button:hover {
	-webkit-box-shadow: 2px 0px 10px #CE730B,
		-2px 0px 10px #2D09E6;
	box-shadow: 2px 0px 10px #CE730B,
		-2px 0px 10px #2D09E6;
}

.sidebar__button img {
	max-width: 24px;
}

.sidebar__item-quicklinks {
	background-color: #892DE8;
	border-radius: 6px;
	padding: 10px;
}

.sidebar-quicklinks__button {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	text-align: left;
	width: 100%;
	padding: 3px 30px 3px 0;
	position: relative;
}

.sidebar-quicklinks__button:before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3731_6873)'%3E%3Cpath d='M7.50296 7.65236L2.26537 12.8897C2.1215 13.0339 1.92914 13.1133 1.72403 13.1133C1.51881 13.1133 1.32657 13.0339 1.18247 12.8897L0.723772 12.4308C0.579447 12.2868 0.5 12.0943 0.5 11.8892C0.5 11.6841 0.579447 11.4919 0.723772 11.3478L6.95958 5.11187C7.10413 4.9672 7.29728 4.88798 7.50262 4.88855C7.70886 4.88798 7.90179 4.96709 8.04646 5.11187L14.2762 11.342C14.4206 11.4861 14.5 11.6783 14.5 11.8835C14.5 12.0886 14.4206 12.2809 14.2762 12.4251L13.8175 12.8839C13.519 13.1825 13.033 13.1825 12.7345 12.8839L7.50296 7.65236Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3731_6873'%3E%3Crect width='14' height='14' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: contain;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 4px;
	margin: auto;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.sidebar-quicklinks__button.slide:before {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.sidebar-quicklinks__list {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding-top: 8px;
	margin-top: 10px;
}

.sidebar-quicklinks__list li+li {
	margin-top: 12px;
}

.sidebar-quicklinks__list li a {
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	line-height: 120%;
	display: block;
}

.sidebar-quicklinks__list li a:hover {
	color: #000;
}

/* Prime */
.prime {
	border: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 0;
	min-height: 380px;
	padding: 20px 30px;
}

.prime .prime__background img {
	-o-object-position: 77%;
	object-position: 77%;
}

.prime__wrap {
	max-width: 675px;
}

.prime__rating {
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.prime-rating__value {
	margin-left: 14px;
}

.prime__title {
	text-shadow: 0 0 2px #01102D;
	margin-bottom: 0;
}

.prime__text {
	font-size: 16px;
	text-shadow: 0 0 3px #01102D;
	margin-top: 17px;
}

/* About */
.table {
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 6px;
	overflow: hidden;
	width: 100%;
}

.table tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.table tr>* {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.table tr+tr {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.table thead {
	background: -o-linear-gradient(left, #892DE8 13.46%, #483CA3 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(13.46%, #892DE8), to(#483CA3));
	background: linear-gradient(90deg, #892DE8 13.46%, #483CA3 100%);
	border-bottom: 1px solid #fff;
}

.table thead tr>* {
	font-weight: 600;
	font-size: 15px;
	line-height: 1.367;
	text-transform: uppercase;
	padding: 12px 20px;
}

.table tbody tr>* {
	line-height: 1.334;
	padding: 12px 20px;
}

.table tbody tr+tr>* {
	padding-top: 11px;
}

.table tbody td {
	font-weight: 300;
}

.table tbody td a {
	color: inherit;
	text-decoration: underline;
}

.about__table {
	padding: 0;
}

.about__table tr {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.about__table thead {
	border-bottom-color: rgba(255, 255, 255, 0.15);
}

.about__table thead tr>* {
	font-weight: 900;
	font-size: 20px;
	line-height: 1.375;
	text-transform: none;
	padding-top: 13px;
	padding-bottom: 13px;
}

.about__table tbody tr>* {
	line-height: 1.4;
	padding-top: 13px;
	padding-bottom: 13px;
}

.about__table tbody td {
	font-weight: 400;
}

.about__table tbody tr+tr>* {
	padding-top: 12px;
}

.about__table th:first-child,
.about__table td:first-child {
	max-width: 265px;
}

.about__proscons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	width: 100%;
}

.about-proscons__item {
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 6px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 20px;
	position: relative;
}

.about-proscons__title {
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	font-weight: 600;
	font-size: 20px;
	line-height: 165%;
	text-transform: uppercase;
	margin-bottom: 18px;
	padding: 3.5px 0 19.5px 64px;
	position: relative;
}

.about-proscons__title:before {
	content: '';
	border-radius: 6px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
}

.about-pros__item .about-proscons__title:before {
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' rx='6' fill='url(%23paint0_linear_3819_1628)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28 20C28 21.104 27.104 22 26 22H22V26C22 27.104 21.104 28 20 28C18.896 28 18 27.104 18 26V22H14C12.896 22 12 21.104 12 20C12 18.896 12.896 18 14 18H18V14C18 12.896 18.896 12 20 12C21.104 12 22 12.896 22 14V18H26C27.104 18 28 18.896 28 20Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3819_1628' x1='0' y1='20' x2='40' y2='20' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.134615' stop-color='%23892DE8'/%3E%3Cstop offset='1' stop-color='%23483CA3'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}

.about-cons__item .about-proscons__title:before {
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' rx='6' fill='url(%23paint0_linear_3819_1661)'/%3E%3Cpath d='M25.125 18H13.875C12.8395 18 12 18.8955 12 20C12 21.1045 12.8395 22 13.875 22H25.125C26.1605 22 27 21.1045 27 20C27 18.8955 26.1605 18 25.125 18Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3819_1661' x1='0' y1='20' x2='40' y2='20' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.134615' stop-color='%23892DE8'/%3E%3Cstop offset='1' stop-color='%23483CA3'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}

.about-proscons__list {
	padding-left: 64px;
}

.about-proscons__list li {
	background: none;
	border-radius: 0;
	font-weight: 400;
	color: #fff;
	padding: 0 0 0 18px;
}

.about-proscons__list li+li {
	margin-top: 12px;
}

.about-proscons__list li:before {
	background: #fff;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	margin: auto;
}

/* Bonus Banner */
.bonus-banner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 450px;
	padding-left: 120px;
	padding-right: 120px;
}

.bonus-banner__background img {
	-o-object-position: 80%;
	object-position: 80%;
}

.bonus-banner__desc {
	max-width: 670px;
	width: 100%;
}

.title.bonus-banner__title {
	background: none;
	border-radius: 0;
	font-weight: 900;
	font-size: 36px;
	color: #FFFC65;
	padding: 0;
}

.bonus-banner__title:after {
	display: none;
}

.bonus-banner__text {
	font-weight: 500;
	font-size: 26px;
	text-shadow: 0 0 2px #000;
	margin-top: 0;
}

.bonus-banner__button {
	margin-top: 29px;
}

/* Specifications */
.specifications__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.app-button {
	background: -o-linear-gradient(top, #00D6FF 0%, #0089D3 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#00D6FF), to(#0089D3));
	background: linear-gradient(180deg, #00D6FF 0%, #0089D3 100%);
	border-radius: 20px;
	-webkit-box-shadow: 0px 4px 7px 0px #0E3D83;
	box-shadow: 0px 4px 7px 0px #0E3D83;
	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;
	font-weight: 900;
	font-size: 14px;
	color: #fff;
	line-height: 1.14;
	text-align: center;
	text-transform: uppercase;
	min-width: 250px;
	height: 64px;
}

.app-button img {
	max-width: 32px;
}

.specifications__img {
	max-width: 470px;
	width: 37%;
	position: absolute;
	right: 2.7%;
	bottom: 0;
}

.specifications__img img {
	display: block;
}

/* Bonuses */
.bonuses__wrap {
	background: -o-linear-gradient(left, rgba(137, 45, 232, 0.6) 0%, rgba(72, 60, 163, 0.6) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(137, 45, 232, 0.6)), to(rgba(72, 60, 163, 0.6)));
	background: linear-gradient(90deg, rgba(137, 45, 232, 0.6) 0%, rgba(72, 60, 163, 0.6) 100%);
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 440px;
	padding: 30px;
	width: 100%;
}

.bonuses__wrap-reload {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.bonuses__wrap-welcome p {
	width: 65%;
}

.bonuses__wrap-reload .bonuses__desc {
	max-width: 705px;
	width: 65.5%;
}

.bonuses__desc h3 {
	padding: 0;
}

.bonuses__desc h3::before {
	display: none;
}

.bonuses__img {
	position: absolute;
	bottom: 0;
}

.bonuses__img img {
	display: block;
}

.bonuses__wrap-welcome .bonuses__img {
	max-width: 383px;
	width: 31%;
	right: 4%;
}

.bonuses__wrap-reload .bonuses__img {
	max-width: 365px;
	width: 30%;
	left: 3.5%;
}

/* VIP */
.vip-banner__background img,
.live-banner__background img,
.payments-banner__background img {
	-o-object-position: 80%;
	object-position: 80%;
}

.vip-banner__desc,
.live-banner__desc,
.payments-banner__desc {
	max-width: 700px;
}

/* Games */
.games__table thead th:first-child,
.games__table tbody th {
	max-width: 140px;
}

.games__table thead th:last-child,
.games__table tbody td:last-child {
	max-width: 460px;
}

/* License */
.license__img {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 494px;
	width: 40%;
}

.license__desc {
	max-width: 726px;
	width: 60%;
}


/* FAQ */
.faq__list li {
	background: none;
	color: #fff;
	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: 16px;
}

.faq-list__item:before {
	display: none;
}

.faq-item__title {
	background: -o-linear-gradient(left, #892DE8 13.46%, #483CA3 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(13.46%, #892DE8), to(#483CA3));
	background: linear-gradient(90deg, #892DE8 13.46%, #483CA3 100%);
	border-radius: 6px;
	cursor: pointer;
	margin: 0;
	position: relative;
	padding: 17px 55px 17px 16px;
}

.faq-item__title:before {
	display: none;
}

.faq-item__title:after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='8' y='14.5' width='15' height='2' fill='white'/%3E%3Crect x='14.5' y='8' width='2' height='15' fill='white'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	width: 32px;
	height: 32px;
}

.faq-list__item.active .faq-item__title:after {
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='8' y='15' width='15' height='2' fill='white'/%3E%3C/svg%3E%0A");
}

.faq-item__desc {
	background-color: rgba(137, 45, 232, 0.5);
	border-radius: 6px;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	margin-top: 4px;
	padding: 12px 16px;
}

.faq-item__desc>*+* {
	margin-top: 10px;
}

/* Reviews */
.reviews__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.reviews-list__item {
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid #fff;
	border-radius: 16px;
	color: #fff;
	padding: 20px;
	width: calc(33.3% - 13.3px);
}

.reviews-list__item:before {
	display: none;
}

.reviews-list__item+.reviews-list__item {
	margin-top: 0;
}

.reviews-item__name {
	background: -o-linear-gradient(left, #892DE8 13.46%, #483CA3 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(13.46%, #892DE8), to(#483CA3));
	background: linear-gradient(90deg, #892DE8 13.46%, #483CA3 100%);
	border-radius: 6px;
	font-weight: 600;
	font-size: 20px;
	line-height: 165%;
	padding: 10px 16px;
}

.reviews-item__rate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
	margin: 15px 0;
}

.reviews-item__rate img {
	max-width: 30px;
}

.reviews-item__desc {
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	max-width: 495px;
}

/* Grade */
.grade__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.grade-list__item {
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid #fff;
	border-radius: 16px;
	color: #fff;
	padding: 20px;
	width: calc(33.3% - 13.3px);
}

.grade-list__item+.grade-list__item {
	margin-top: 0;
}

.grade-list__item:before {
	display: none;
}

.grade-item__heading {
	background: -o-linear-gradient(left, #892DE8 13.46%, #483CA3 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(13.46%, #892DE8), to(#483CA3));
	background: linear-gradient(90deg, #892DE8 13.46%, #483CA3 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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px 20px;
	font-weight: 600;
	font-size: 20px;
	line-height: 165%;
	padding: 10px 16px;
}

.grade-heading__value {
	color: #FFFC65;
}

.grade-item__stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
	margin-top: 16px;
}

.grade-item__stars img {
	max-width: 30px;
}

/* Footer */
.footer {
	padding-left: 290px;
	padding-bottom: 14px;
}

.footer__langs {
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.footer__langs li {
	background: none;
	border-radius: 0;
	line-height: 1;
	padding: 0;
}

.footer__langs li+li {
	margin-top: 0;
}

.footer__langs li:before {
	display: none;
}

.footer__langs li a {
	background-color: #000040;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	padding: 12px 20px;
	font-weight: 500;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}

.footer__langs li a:hover {
	background-color: rgba(255, 255, 255, .1);
}

.footer__langs li a img {
	max-width: 24px;
}

.footer__block {
	background-color: #000040;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	padding: 20px;
	width: 100%;
}

.footer__payments {
	-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: 32px;
}

.footer__payments li {
	background: none;
	border-radius: 0;
	padding: 0;
}

.footer__payments li+li {
	margin-top: 0;
}

.footer__payments li:before {
	display: none;
}

.footer__payments li img {
	display: block;
}

.footer__content {
	gap: 40px 20px;
}

.footer-general__logo {
	display: block;
	max-width: 101px;
}

.footer-content__menu {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	max-width: 630px;
	margin: 0 auto
}

.footer-item__title {
	font-weight: 500;
	font-size: 24px;
	text-transform: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.footer-item__title img {
	max-width: 24px;
}

.footer-menu__item ul {
	margin-top: 22px;
}

.footer-menu__item ul li+li {
	margin-top: 22px;
}

.footer-menu__item ul li a {
	display: block;
	font-size: 14px;
	color: #fff;
}

.footer-menu__item ul li a:hover {
	opacity: .5;
}

.footer-content__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	max-width: 260px;
	width: 28%;
}

.footer-links__site {
	border: 2px dashed rgba(255, 255, 255, .4);
	border-radius: 100px;
	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: 9px;
	font-weight: 500;
	font-size: 21px;
	color: #fff;
	line-height: 1;
	padding: 10.5px 20px;
}

.footer-links__site:hover {
	border-color: #fff;
}

.footer-links__site img {
	max-width: 24px;
}

.footer-links__icons {
	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;
}

.footer-links__icons li {
	background: none;
	border-radius: 0;
	padding: 0;
}

.footer-links__icons li+li {
	margin-top: 0;
}

.footer-links__icons li:before {
	display: none;
}

.footer-links__icons li a {
	display: block;
}

.footer-links__icons li a:hover {
	opacity: .7;
}

.footer-links__icons li img {
	display: block;
	max-width: 55px;
}

.footer__desc {
	font-size: 14px;
	color: rgba(255, 255, 255, .4);
	line-height: 139%;
	margin-top: 46px;
}

.footer__desc p+p {
	margin-top: 40px;
}

/* Btn Top */
.to-top {
	background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 0C16.8466 0 12.7865 1.23163 9.33303 3.53914C5.8796 5.84665 3.18798 9.1264 1.59854 12.9636C0.00909864 16.8009 -0.406771 21.0233 0.403519 25.0969C1.21381 29.1705 3.21386 32.9123 6.15077 35.8492C9.08767 38.7861 12.8295 40.7862 16.9031 41.5965C20.9767 42.4068 25.1991 41.9909 29.0364 40.4015C32.8736 38.812 36.1534 36.1204 38.4609 32.667C40.7684 29.2135 42 25.1534 42 21C41.9939 15.4323 39.7794 10.0944 35.8425 6.15751C31.9056 2.22057 26.5677 0.00611435 21 0ZM21 40.32C17.1789 40.32 13.4435 39.1869 10.2664 37.064C7.08923 34.9411 4.61294 31.9237 3.15066 28.3934C1.68837 24.8632 1.30577 20.9786 2.05124 17.2309C2.7967 13.4831 4.63675 10.0406 7.3387 7.3387C10.0407 4.63674 13.4831 2.79669 17.2309 2.05123C20.9786 1.30576 24.8632 1.68836 28.3934 3.15065C31.9237 4.61293 34.9411 7.08922 37.064 10.2664C39.1869 13.4435 40.32 17.1789 40.32 21C40.3144 26.1223 38.2772 31.0332 34.6552 34.6552C31.0332 38.2772 26.1223 40.3144 21 40.32ZM28.3143 18.7257C28.4719 18.8833 28.5605 19.0971 28.5605 19.32C28.5605 19.5429 28.4719 19.7567 28.3143 19.9143C28.1567 20.0719 27.9429 20.1605 27.72 20.1605C27.4971 20.1605 27.2833 20.0719 27.1257 19.9143L21.84 14.6286V29.4C21.84 29.6228 21.7515 29.8364 21.594 29.994C21.4364 30.1515 21.2228 30.24 21 30.24C20.7772 30.24 20.5636 30.1515 20.406 29.994C20.2485 29.8364 20.16 29.6228 20.16 29.4V14.6286L14.8743 19.9143C14.7167 20.0719 14.5029 20.1605 14.28 20.1605C14.0571 20.1605 13.8433 20.0719 13.6857 19.9143C13.5281 19.7567 13.4395 19.5429 13.4395 19.32C13.4395 19.0971 13.5281 18.8833 13.6857 18.7257L20.4057 12.0057C20.4837 11.9276 20.5764 11.8656 20.6783 11.8234C20.7803 11.7811 20.8896 11.7593 21 11.7593C21.1104 11.7593 21.2197 11.7811 21.3217 11.8234C21.4237 11.8656 21.5163 11.9276 21.5943 12.0057L28.3143 18.7257Z' fill='%23898E9A'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: contain;
	width: 42px;
	height: 42px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: none;
	z-index: 1000;
	opacity: .7;
}

.to-top:hover {
	opacity: 1;
}

/* PAGES */
/* Breadcrumbs */
.breadcrumbs {
	margin-bottom: 21px;
}

.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: 400;
	font-size: 18px;
	color: rgba(255, 255, 255, .7);
}

.breadcrumbs>li a:not([href]) {
	font-weight: 600;
	color: #fff;
}

.breadcrumbs>li:not(:last-child):after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: relative;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.52861%203.52876C5.78896%203.26841%206.21107%203.26841%206.47141%203.52876L10.4714%207.52876C10.7318%207.78911%2010.7318%208.21122%2010.4714%208.47157L6.47141%2012.4716C6.21107%2012.7319%205.78896%2012.7319%205.52861%2012.4716C5.26826%2012.2112%205.26826%2011.7891%205.52861%2011.5288L9.0572%208.00016L5.52861%204.47157C5.26826%204.21122%205.26826%203.78911%205.52861%203.52876Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: contain;
	width: 16px;
	height: 16px;
	margin: 0px 10px;
}

.breadcrumbs>li a:not([href]),
.breadcrumbs>li a:not([href]) span {
	cursor: default;
}

/* BONUSES PAGE */
/* About Bonuses */
.about-bonuses__img {
	position: absolute;
	right: 6%;
	bottom: 0;
	max-width: 284px;
	width: 23%;
}

.about-bonuses__desc {
	max-width: 719px;
	width: 71%;
}

/* Welcome */
.welcome-banner__background img {
	-o-object-position: 35%;
	object-position: 35%;
}

.welcome-banner__desc {
	max-width: 700px;
}

/* Reload */
.reload__banner {
	background: -o-linear-gradient(left, rgba(137, 45, 232, 0.6) 0%, rgba(72, 60, 163, 0.6) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(137, 45, 232, 0.6)), to(rgba(72, 60, 163, 0.6)));
	background: linear-gradient(90deg, rgba(137, 45, 232, 0.6) 0%, rgba(72, 60, 163, 0.6) 100%);
	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;
	width: 100%;
	padding: 19px 24px 19px 0;
}

.reload-banner__img {
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-bottom: -20px;
	max-width: 458px;
	width: 37%;
}

.reload-banner__img img {
	display: block;
}

.reload-banner__desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 719px;
}

.reload-banner__desc h3 {
	padding: 0;
}

.reload-banner__desc h3:before {
	display: none;
}

/* Promotions */
.promotions-banner__background img {
	-o-object-position: 70%;
	object-position: 70%;
}

.promotions-banner__desc {
	max-width: 700px;
}

/* Loyalty */
.loyalty-banner__background img,
.cashback-banner__background img,
.limited-banner__background img {
	-o-object-position: 80%;
	object-position: 80%;
}

.loyalty-desc__text,
.cashback-desc__text,
.limited-desc__text {
	max-width: 700px;
	width: 100%;
}

/* Responsibly */
.responsibly__background img {
	-o-object-position: 80%;
	object-position: 80%;
}

.responsibly__desc {
	max-width: 720px;
	width: 66%;
}

.responsibly__img {
	position: absolute;
	bottom: -31px;
	right: 5%;
	max-width: 365px;
	width: 29%;
}

.responsibly__img img {
	display: block;
}

/* APP PAGE */
/* Prime */
.prime__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 29px;
}

/* Install */
.install-android__desc ol+p {
	max-width: 700px;
	width: 64%;
}

.install-android__img {
	max-width: 373px;
	width: 31%;
	position: absolute;
	bottom: 0;
	right: 5%;
}

.install-android__img img {
	display: block;
}


.install-ios__background img {
	-o-object-position: 80%;
	object-position: 80%;
}


.install-ios__desc {
	max-width: 700px;
	width: 60%;
}

/* Benefits */
.benefits__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.benefits-list__item {
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid #fff;
	border-radius: 16px;
	color: #fff;
	line-height: 150%;
	padding: 20px;
	width: calc(50% - 10px);
}

.benefits__list-3 .benefits-list__item {
	width: calc(33.3% - 13.3px);
}

.benefits-list__item:before {
	display: none;
}

.benefits-list__item+.benefits-list__item {
	margin-top: 0;
}

.benefits-item__title {
	background: -o-linear-gradient(left, #892DE8 13.46%, #483CA3 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(13.46%, #892DE8), to(#483CA3));
	background: linear-gradient(90deg, #892DE8 13.46%, #483CA3 100%);
	border-radius: 6px;
	font-weight: 600;
	font-size: 20px;
	line-height: 165%;
	margin-bottom: 17px;
	padding: 10px 16px;
}

.benefits-item__desc {
	font-weight: 400;
}

/* App Banner */
.app-banner {
	-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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px 7%;
	min-height: 300px;
}

.app-banner__logo {
	width: 198px;
	height: 99px;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.app-banner__logo img {
	display: block;
	width: 375px;
	height: 278px;
	max-width: none;
	max-height: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* Requirements */
.requirements__background img {
	-o-object-position: 80%;
	object-position: 80%;
}

.requirements ul,
.requirements p:last-child {
	max-width: 720px;
}

/* Web */
.web-banner__background img {
	-o-object-position: 80%;
	object-position: 80%;
}

.web-banner__desc {
	max-width: 700px;
}

/* Responsible  */
.responsible__img {
	display: block;
	position: absolute;
	bottom: 0;
	right: 4%;
	max-width: 389px;
	width: 31%;
}

.responsible__desc {
	max-width: 720px;
	width: 69%;
}

.responsible__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}