@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Roboto:wght@100..900&display=swap');

body {
	background: #130404;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 160%;
	color: #fff;
	text-align: left;
	overflow-x: hidden;
	min-height: 100vh;
}

p {
	margin-top: 20px;
	width: 100%;
}

p:first-child {
	margin-top: 0;
}

ul,
ol {
	text-align: left;
	position: relative;
	width: 100%;
}

li {
	position: relative;
}

ol>li {
	counter-increment: ol;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 48px;
	padding-left: 64px;
}

ul>li {
	padding-left: 14px;
}

ol li+li {
	margin-top: 40px;
}

ul li+li {
	margin-top: 16px;
}

li:before {
	background-color: #FFF72E;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

ul>li:before {
	content: '';
	border-radius: 50%;
	height: 6px;
	width: 6px;
}

ol>li:before {
	content: '0' counter(ol);
	border-radius: 3px;
	font-weight: 700;
	font-size: 15px;
	color: #1F2038;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 48px;
}

ol:after {
	content: '';
	border: 1px dashed #FFF72E;
	position: absolute;
	top: 48px;
	bottom: 48px;
	left: 25px;
}

nav ul li {
	padding: 0;
}

nav ul li+li {
	margin-top: 0;
}

nav ul li:before {
	display: none;
}

.list-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.list-row li+li {
	margin-top: 0;
}

/* Title */
h1,
h2,
h3,
h4,
.title {
	display: block;
	position: relative;
	width: 100%;
	font-weight: 700;
	color: #FFF72E;
	line-height: 120%;
}

.title {
	margin-bottom: 20px;
}

h1,
.title.general {
	font-size: 34px;
	text-transform: uppercase;
}

h2,
.title.high {
	-ms-flex-item-align: center;
	align-self: center;
	font-size: 32px;
	text-align: center;
	padding: 0 80px;
	width: auto;
}

h2:before,
h2:after {
	content: '';
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 18px;
	width: 64px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

h2:before {
	background-image: url("data:image/svg+xml,%3Csvg width='64' height='18' viewBox='0 0 64 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 9H0.5M40 9L47.5 1.5M40 9L47.5 16.5' stroke='%23FFF72E'/%3E%3Cpath d='M39.5 5H19.5' stroke='%23FFF72E'/%3E%3Cpath d='M39.5 13H19.5' stroke='%23FFF72E'/%3E%3Crect y='0.707107' width='11.5146' height='11.5146' transform='matrix(-0.707107 0.707107 0.707107 0.707107 53.8984 0.307693)' stroke='%23FFF72E'/%3E%3Crect y='0.707107' width='11.5146' height='11.5146' transform='matrix(-0.707107 0.707107 0.707107 0.707107 53.8984 0.307693)' stroke='%23FFF72E'/%3E%3C/svg%3E%0A");
	left: 0;
}

h2:after {
	background-image: url("data:image/svg+xml,%3Csvg width='64' height='18' viewBox='0 0 64 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 9H63.5M24 9L16.5 1.5M24 9L16.5 16.5' stroke='%23FFF72E'/%3E%3Cpath d='M24.5 5H44.5' stroke='%23FFF72E'/%3E%3Cpath d='M24.5 13H44.5' stroke='%23FFF72E'/%3E%3Crect x='9.60156' y='0.807693' width='11.5146' height='11.5146' transform='rotate(45 9.60156 0.807693)' stroke='%23FFF72E'/%3E%3Crect x='9.60156' y='0.807693' width='11.5146' height='11.5146' transform='rotate(45 9.60156 0.807693)' stroke='%23FFF72E'/%3E%3C/svg%3E%0A");
	right: 0;
}

h3,
.title.middle {
	font-size: 24px;
	line-height: 155%;
}

h4,
.title.mini {
	font-size: 20px;
	line-height: 155%;
}

/* Article */
article,
.article {
	font-weight: 400;
	font-size: 15px;
	line-height: 160%;
	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):not(.app-button),
.article li a:not(.button):not(.app-button) {
	color: inherit;
	text-decoration: underline;
}

article .title+*,
.article .title+* {
	margin-top: 0;
}

/* Button */
.button {
	display: inline-block;
	background-color: #4CB63A;
	border-radius: 12px;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	line-height: 1.063;
	text-align: center;
	text-transform: capitalize;
	white-space: nowrap;
	padding: 14px;
	margin: 20px 0 0;
	height: auto;
	min-width: 170px;
	position: relative;
}

.button:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.button>* {
	display: inline-block;
	vertical-align: middle;
}

.button img {
	max-width: 17px;
	margin-right: 8px;
}

/* 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;
}

.background+* {
	margin-top: 0;
}

.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;
	-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;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.content {
	background: -o-linear-gradient(right, #130404 0%, #2D0D0D 100%);
	background: -webkit-gradient(linear, right top, left top, from(#130404), to(#2D0D0D));
	background: linear-gradient(270deg, #130404 0%, #2D0D0D 100%);
	border-radius: 12px;
	margin-top: 20px;
	padding: 20px;
}

.cover {
	padding-left: 30px;
	padding-right: 30px;
}

.content>*,
.cover>* {
	position: relative;
}

/* article banner */
.article-banner {
	border-radius: 16px;
	overflow: hidden;
	padding: 20px;
	position: relative;
	width: 100%;
}

.article-banner__desc {
	position: relative;
	z-index: 1;
	width: 100%;
}

.article-banner__desc>*+* {
	margin-top: 20px;
}

.article-banner__img {
	max-height: 100%;
	position: absolute;
}

.article-banner__img img {
	display: block;
}

/* Header */
.header {
	background: #130404;
	-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: 20px;
	overflow: visible;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	height: auto;
	padding-top: 14px;
	padding-bottom: 14px;
}

.logo {
	display: inline-block;
}

.logo img {
	display: block;
}

.header__logo {
	max-width: 124px;
}

.menu-button,
.header__menu .header__button {
	display: none;
}

.header__menu {
	margin: 0 auto 0 7.4%;
}

.header__menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 11px;
}

.header__menu ul li {
	padding-right: 40px;
}

.header__menu ul li:after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='30' height='12' viewBox='0 0 30 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='0.4' y='5' width='8' height='1' fill='url(%23paint0_linear_12787_11474)'/%3E%3Crect opacity='0.4' x='22' y='5' width='8' height='1' fill='url(%23paint1_linear_12787_11474)'/%3E%3Crect x='15' y='0.707107' width='6.99997' height='7.00001' transform='rotate(45 15 0.707107)' stroke='%23FFF72E'/%3E%3Crect x='15' y='4.24219' width='1.99998' height='2.00002' transform='rotate(45 15 4.24219)' fill='%23FFF72E'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_12787_11474' x1='0' y1='5.5' x2='8' y2='5.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23FFFAF3'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_12787_11474' x1='30' y1='5.5' x2='22' y2='5.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23FFFAF3'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 12px;
	width: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.header__menu ul a {
	display: block;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	line-height: 1;
}

.header__menu ul li a:hover {
	color: #FFF72E;
}

.header__button {
	margin-top: 0;
}

.header__button-login {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #FFF72E;
	color: #FFF72E;
	min-width: 115px;
	padding-top: 13px;
	padding-bottom: 13px;
}

.header__button-signup {
	min-width: 145px;
}

.header__lang img {
	max-width: 24px;
	border-radius: 50%;
	display: block;
}

/* Sidebar */
.sidebar {
	position: fixed;
	top: 80px;
	left: 25px;
	height: calc(100vh - 80px);
	overflow: auto;
	width: 240px;
	padding-bottom: 20px;
	z-index: 10;
}

.sidebar::-webkit-scrollbar {
	display: none;
}

.sidebar>*+* {
	margin-top: 16px;
}

/* Sidebar left */
.sidebar__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
}

.sidebar__button {
	background: -o-linear-gradient(182.56deg, #FAD000 8.33%, #BD2916 54.58%);
	background: linear-gradient(267.44deg, #FAD000 8.33%, #BD2916 54.58%);
	border-radius: 5px;
	-webkit-box-shadow: 0px -3px 0px 0px #A0140A inset,
		0px 1px 0px 0px #E4EAEA inset;
	box-shadow: 0px -3px 0px 0px #A0140A inset,
		0px 1px 0px 0px #E4EAEA inset;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	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;
	height: 60px;
	overflow: hidden;
	padding-left: 15px;
	position: relative;
}

.sidebar__button img {
	position: absolute;
}

.sidebar__button-wheel img {
	left: 6px;
	bottom: 2px;
	max-width: 73px;
}

.sidebar__button-app img {
	left: 0;
	bottom: 3px;
	max-width: 90px;
}

.sidebar__button-app span {
	position: relative;
	z-index: 1;
}

.sidebar__button:hover span {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.sidebar__item-quicklinks {
	background-color: #2D0D0D;
	border-radius: 5px;
	padding: 0 5px 20px;
}

.sidebar-quicklinks__list li+li {
	margin-top: 10px;
}

.sidebar-quicklinks__list li a {
	font-size: 14px;
	color: #D8D3D3;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	padding: 13.5px 12px;
}

.sidebar-quicklinks__list li a:hover {
	color: #4CB63A;
}

.sidebar-quicklinks__list li a img {
	max-height: 23px;
}

.sidebar-quicklink__numb {
	background-color: #4CB63A;
	border-radius: 5px;
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	font-size: 14px;
	color: #130404;
	margin: 0 8px 0 auto;
	padding: 2px 8px;
}

.sidebar-quicklinks__app {
	background-color: #412F2F;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3) inset,
		0px 3px 1px 0px rgba(52, 37, 37, 1);
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.3) inset,
		0px 3px 1px 0px rgba(52, 37, 37, 1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 74px;
	margin-top: 10px;
	padding-left: 12px;
	position: relative;
}

.sidebar-quicklinks__app img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

.sidebar-quicklinks__app span {
	color: #fff;
	line-height: 1;
	display: block;
}

.sidebar-quicklinks__app span span:first-child {
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
}

.sidebar-quicklinks__app span span:last-child {
	font-size: 10px;
	color: rgba(255, 255, 255, .6);
	line-height: 12px;
}

.sidebar__item-navigation {
	background-color: #2D0D0D;
	border-radius: 12px;
	padding: 17px 16px;
}

.sidebar-item__button {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	text-align: left;
	padding: 4px 28px 4px 0;
	position: relative;
	width: 100%;
}

.sidebar-item__button:before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.1033 11.8589L16.676 14.2861L9.55167 7.16179L2.42733 14.2861L9.14466e-05 11.8589L9.55167 2.30731L19.1033 11.8589Z' fill='white'/%3E%3Cpath d='M13.8689 13.9534L12.8223 15L9.75025 11.9279L6.67819 15L5.63115 13.9534L9.75025 9.83476L13.8689 13.9534Z' fill='white'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 21px;
	height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.sidebar-item__button.slide:before {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.sidebar-navigation__list {
	margin-top: 10px;
}

.sidebar-navigation__list li+li {
	margin-top: 5px;
}

.sidebar-navigation__list li a {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 1.71;
	position: relative;
}

.sidebar-navigation__list li a:hover {
	color: #FFF72E;
}

/* Main */
.main {
	padding: 80px 30px 20px 290px;
	position: relative;
}

/* Prime */
.prime {
	border-radius: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 445px;
	color: #fff;
	margin: 0 -30px 0 0;
	padding-left: 60px;
	padding-right: 60px;
	max-width: 1310px;
	width: calc(100% + 30px);
}

.prime:before {
	content: '';
	background: -o-linear-gradient(left, #2B1234 0%, rgba(255, 247, 46, 0.733333) 24.02%, #FFF72E 48.91%, #FFF72E 73.97%, #2B1234 100%, #292526 100%);
	background: -webkit-gradient(linear, left top, right top, from(#2B1234), color-stop(24.02%, rgba(255, 247, 46, 0.733333)), color-stop(48.91%, #FFF72E), color-stop(73.97%, #FFF72E), color-stop(100%, #2B1234), to(#292526));
	background: linear-gradient(90deg, #2B1234 0%, rgba(255, 247, 46, 0.733333) 24.02%, #FFF72E 48.91%, #FFF72E 73.97%, #2B1234 100%, #292526 100%);
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.prime__wrap {
	max-width: 705px;
}

.prime__rating {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 13px;
}

.prime__rating>span {
	font-weight: 600;
	margin-left: 15px;
}

.prime__title {
	margin-bottom: 16px;
}

.prime__text {
	font-size: 16px;
	line-height: 160%;
	text-shadow: 0 0 3px #000;
}

.prime__button {
	margin-top: 24px;
}

/* About */
.table {
	background: -o-linear-gradient(right, #130404 0%, #2D0D0D 100%);
	background: -webkit-gradient(linear, right top, left top, from(#130404), to(#2D0D0D));
	background: linear-gradient(270deg, #130404 0%, #2D0D0D 100%);
	border: 1px solid #FFF72E;
	border-radius: 15px;
	overflow: hidden;
	width: 100%;
}

.table a {
	color: #fff !important;
}

.table tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.table tr>* {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 12px 20px;
	word-break: break-word;
}

.table thead {
	background-color: #FFF72E;
	font-weight: 700;
	font-size: 20px;
	color: #13151B;
	line-height: 160%;
}

.table tbody tr:nth-child(odd) {
	background-color: rgba(255, 247, 46, 0.05);
}

.table tbody {
	font-size: 15px;
	line-height: 135%;
}

.about__table tbody th {
	max-width: 281px;
}

.about__table td ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.about__table td ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	padding: 0;
}

.about__table td ul li+li {
	margin-top: 0;
}

.about__table td ul li:before {
	display: none;
}

.about__table td ul li img {
	width: 16px;
}

.about__proscons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	width: 100%;
}

.about-proscons__item {
	background-color: rgba(255, 247, 46, 0.05);
	border: 1px solid #FFF72E;
	border-radius: 15px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 20px;
}

.about-proscons__title {
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
	padding: 10px 0 10px 64px;
	position: relative;
}

.about-proscons__title:before {
	content: '';
	background-color: #FFF72E;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px;
	border-radius: 3px;
	height: 40px;
	width: 40px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.about-pros__title:before {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 12C20 13.104 19.104 14 18 14H14V18C14 19.104 13.104 20 12 20C10.896 20 9.99999 19.104 9.99999 18V14H6.00001C4.89601 14 4 13.104 4 12C4 10.896 4.89601 10 6.00001 10H9.99999V6C9.99999 4.896 10.896 4 12 4C13.104 4 14 4.896 14 6V10H18C19.104 10 20 10.896 20 12Z' fill='%231F2038'/%3E%3C/svg%3E%0A");
}

.about-cons__title:before {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.125 10H5.875C4.83953 10 4 10.8955 4 12C4 13.1045 4.83953 14 5.875 14H17.125C18.1605 14 19 13.1045 19 12C19 10.8955 18.1605 10 17.125 10Z' fill='%231F2038'/%3E%3C/svg%3E%0A");
}

.about-proscons__item ul {
	margin-top: 16px;
	padding-left: 64px;
}

.about-proscons__item ul li+li {
	margin-top: 14px;
}

/* Banner */
.bonus-banner {
	background: none;
	border-radius: 6px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 450px;
	padding-left: 50px;
}

.bonus-banner__background img {
	-o-object-position: 75%;
	object-position: 75%;
}

.bonus-banner__title {
	font-weight: 900;
	font-size: 32px;
	text-align: left;
	text-transform: uppercase;
	padding: 0;
}

.bonus-banner__title:before,
.bonus-banner__title:after {
	display: none;
}

.bonus-banner__title,
.bonus-banner__text {
	font-family: 'Roboto', sans-serif;
}

.bonus-banner__text {
	font-weight: 500;
	font-size: 26px;
	line-height: 120%;
	margin-top: 10px;
}

/* Register */
.register-banner__desc ol li strong {
	color: #FFF72E;
}

/* App */
.app-banner__desc {
	max-width: 740px;
	width: 62%;
}

.app-button {
	background-color: #4CB63A;
	border-radius: 12px;
	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: 10px;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	line-height: 128%;
	text-align: center;
	text-transform: uppercase;
	width: 260px;
	height: 64px;
	position: relative;
	z-index: 1;
}

.app-button img {
	max-width: 32px;
}

.app-button:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.app-banner__img {
	bottom: 0;
	right: 0;
	width: 39%;
}

.app-ios__img {
	max-width: 478px;
}

.app-android__img {
	max-width: 473px;
}

/* Promotions */
.promotions__banner {
	background-color: rgba(255, 247, 46, 0.05);
	border: 1px solid #FFF72E;
}

.promotions-desc__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.promotions-list__item {
	border-radius: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	padding: 20px;
	width: calc(50% - 10px);
}

.promotions-list__item:before {
	display: none;
}

.promotions-list__item+.promotions-list__item {
	margin-top: 0;
}

.promotions-item__desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	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;
	gap: 20px;
	position: relative;
}

.promotions-item__desc ul {
	margin-bottom: auto;
}

.promotions-item__desc ul li+li,
.promotions-reload__desc ul li+li {
	margin-top: 20px;
}

.promotions-item__button {
	margin-top: 0;
}

.promotions-reload__desc {
	max-width: 740px;
	width: 64%;
}

.promotions-reload__logo {
	bottom: 23%;
	right: 6.5%;
	max-width: 343px;
	width: 29%;
}

.promotions-reload__img {
	bottom: 0;
	right: 8.4%;
	max-width: 332px;
	width: 28%;
}

/* Tournaments */
.tournaments-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	padding: 0;
}

.tournaments-list__item:nth-child(odd) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.tournaments-list__item:before {
	display: none;
}

.tournaments-list__item+.tournaments-list__item {
	margin-top: 20px;
}

.tournaments-item__img {
	max-width: 400px;
	width: 35%;
}

.tournaments-item__img img {
	display: block;
}

.tournaments-item__desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

/* Store */
.store {
	background: rgba(255, 247, 46, 0.05);
	border: 1px solid #FFF72E;
	border-radius: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 224px;
	padding-left: 6.5%;
}

.store__button {
	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: 16px;
}

.store__img {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 549px;
}

.store__img img {
	display: block;
}

/* Slots */
.slota__table td+td,
.grades__table td+td {
	border-left: 1px solid #FFF72E;
}

/* Games */
.games__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.games-list__item {
	border: 1px solid #FFF72E;
	border-radius: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	padding: 20px;
	min-height: 320px;
	width: calc(50% - 10px);
}

.games-list__item:nth-child(even) .games-item__background {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.games-list__item+.games-list__item {
	margin-top: 0;
}

.games-list__item:before {
	display: none;
}

.games-item__desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	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;
	z-index: 1;
}

.games-item__desc h4 {
	color: #fff;
	line-height: 135%;
}

.games-item__desc p {
	margin-bottom: auto;
}

.games__wrap {
	width: 68%;
}

.games__img {
	position: absolute;
	bottom: 1.5%;
	right: 9%;
	max-width: 301px;
	width: 24%;
}

.games__img img {
	display: block;
}

/* Payment */
.payment__wrap {
	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: 20px;
	width: 100%;
}

.payment__img {
	max-width: 962px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.payment__img img {
	display: block;
}

/* FAQ */
.faq {
	padding: 30px;
}

.faq__list li {
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 12px;
	font-weight: 400;
	display: block;
	min-height: 0;
	overflow: hidden;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	padding: 0;
}

.faq__list li+li {
	margin-top: 20px;
}

.faq__list:after,
.faq__list li:before {
	display: none;
}

.faq-list__item.active {
	border-color: #FFF72E;
}

.faq-item__title {
	background-color: rgba(255, 247, 46, 0.05);
	font-size: 16px;
	line-height: 100%;
	cursor: pointer;
	margin: 0;
	position: relative;
	padding: 18px 48px 18px 27px;
}

.faq-item__title:before {
	content: counter(ol)'.';
	display: inline-block;
	font: inherit;
	color: inherit;
	margin-right: 5px;
}

.faq-item__title:after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.2825 6.51211L13.3407 4.57031L7.64125 10.2698L1.94178 4.57031L-1.1529e-05 6.51211L7.64125 14.1534L15.2825 6.51211Z' fill='white'/%3E%3Cpath d='M11.0949 4.83728L10.2576 4L7.79999 6.45765L5.34234 4L4.50471 4.83728L7.79999 8.13219L11.0949 4.83728Z' fill='white'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 17px;
	height: 16px;
	-webkit-transition: -webkit-transform .4s ease-in-out;
	transition: -webkit-transform .4s ease-in-out;
	-o-transition: transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
	transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}

.faq-list__item.active .faq-item__title:after {
	-webkit-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.faq-item__desc {
	font-size: 16px;
	line-height: 160%;
	padding: 15px 20px;
}

/* Reviews */
.reviews__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.reviews-list__item {
	background-color: rgba(255, 247, 46, 0.05);
	border: 1px solid #FFF72E;
	border-radius: 15px;
	width: calc(33.3% - 13.3px);
	padding: 20px;
}

.reviews-list__item+.reviews-list__item {
	margin-top: 0;
}

.reviews-list__item::before {
	display: none;
}

.reviews-item__stars {
	border-bottom: 1px solid #FFE800;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2px;
	margin-bottom: 16px;
	padding-bottom: 16px;
}

.reviews-item__stars img {
	max-width: 17px;
}

.reviews-item__desc {
	line-height: 135%;
}

/* Btn Top */
.to-top-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: absolute;
	top: 0;
	bottom: -187px;
	right: 30px;
	width: 42px;
}

.to-top {
	background-color: rgba(255, 247, 46, 0.15);
	background-image: url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.1929 10.6729L15.0083 12.8574L8.59643 6.44552L2.18453 12.8574L9.44125e-06 10.6729L8.59643 2.07648L17.1929 10.6729Z' fill='white'/%3E%3Cpath d='M12.4819 12.5581L11.54 13.5L8.77515 10.7351L6.01029 13.5L5.06796 12.5581L8.77515 8.85128L12.4819 12.5581Z' fill='white'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 19px;
	border-radius: 50%;
	position: -webkit-sticky;
	position: sticky;
	bottom: 10px;
	width: 42px;
	height: 42px;
	display: none;
	z-index: 100;
	opacity: .8;
}

.to-top:hover {
	opacity: 1;
}

/* Footer */
.footer {
	font-family: 'Poppins', sans-serif;
	padding-left: 290px;
	padding-bottom: 80px;
}

.footer__langs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
}

.footer__langs li+li {
	margin-top: 0;
}

.footer__langs li:before {
	display: none;
}

.footer__langs li a {
	background-color: #2D0D0D;
	border-radius: 12px;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	padding: 12px;
}

.footer__langs li a:hover {
	background-color: rgba(255, 255, 255, .2);
}

.footer__langs li a img {
	border-radius: 50%;
	max-width: 24px;
}

.footer__menu {
	margin-top: 20px;
	padding-top: 62px;
	width: 100%;
}

.footer__menu:before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='1204' height='31' viewBox='0 0 1204 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 30H573.916L602 10.1695L587.598 0L560.955 18.8136H381.651' stroke='url(%23paint0_linear_12787_14264)'/%3E%3Cpath d='M1204 30H630.084L602 10.1695L616.402 0L643.045 18.8136H822.349' stroke='url(%23paint1_linear_12787_14264)'/%3E%3Cpath d='M958 19H262' stroke='%23FFF72E'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_12787_14264' x1='0' y1='0' x2='602' y2='8.77143e-07' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.0001' stop-color='%23D8D3D3' stop-opacity='0.015'/%3E%3Cstop offset='1' stop-color='%23D8D3D3'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_12787_14264' x1='1204' y1='0' x2='602' y2='8.77143e-07' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.0001' stop-color='%23D8D3D3' stop-opacity='0.015'/%3E%3Cstop offset='1' stop-color='%23D8D3D3'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 31px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	max-width: 1204px;
	margin: auto;
}

.footer__menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 16px;
	max-width: 1103px;
	margin: 0 auto;
}

.footer__menu ul li:before {
	display: none;
}

.footer__menu ul li+li {
	margin-top: 0;
}

.footer__menu ul li:not(:last-child) {
	border-right: 1px solid #FFF72E;
	padding-right: 16px;
}

.footer__menu ul li a {
	display: block;
	font-size: 16px;
	line-height: 140%;
	color: #D8D3D3;
	text-align: center;
	text-transform: uppercase;
}

.footer__age {
	display: block;
	height: 40px;
	width: 40px;
	margin: 55px auto 40px;
}

.footer__age img {
	display: block;
}

.footer__copy {
	font-size: 14px;
	color: #D8D3D3;
	line-height: 150%;
	margin-top: 0;
	text-align: center;
}

/* PAGES */
/* Breadcrumbs */
.breadcrumbs {
	margin-bottom: 8px;
}

.breadcrumbs>li {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	border-radius: 0;
	padding: 0px;
}

.breadcrumbs>li+li {
	margin: 0;
}

.breadcrumbs>li:before {
	display: none;
}

.breadcrumbs>li a {
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}

.breadcrumbs>li a:not([href]) {
	font-weight: 600;
	text-transform: none;
}

.breadcrumbs>li:not(:last-child):after {
	content: '|';
	display: inline-block;
	position: relative;
	font: inherit;
	color: #fff;
	margin: 0px 20px;
}

.breadcrumbs>li a:not([href]),
.breadcrumbs>li a:not([href]) span {
	cursor: default;
}

/* Prime */
.page-prime__wrap {
	max-width: 580px;
}

/* BONUS PAGE */
/* Welcome */
.welcome__list {
	width: 60%;
}

.welcome__list li {
	display: block;
}

ol li ul {
	font-weight: 400;
	margin-top: 16px;
}

.welcome-list__button {
	margin-top: 16px;
}

.welcome-banner__img {
	bottom: 12%;
	right: 8%;
	max-width: 360px;
	width: 30%;
}

.welcome-steps__desc ol {
	max-width: 700px;
	width: 65%;
}

.welcome-steps__img {
	bottom: -6%;
	right: -4%;
	max-width: 774px;
	width: 63%;
}

/* Freespins */
.freespins-list__item {
	border: 1px solid #FFF72E;
	border-radius: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	padding: 20px;
}

.freespins-list__item:before {
	display: none;
}

.freespins-list__item+.freespins-list__item {
	margin-top: 20px;
}

.freespins-item__desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.freespins-item__img {
	max-width: 520px;
	width: 44%;
}

.freespins-item__img img {
	display: block;
}

/* Winnings */
.winnings__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	width: 100%;
}

.winnings__wrap ul {
	width: 54%;
}

.winnings__wrap ul li+li {
	margin-top: 20px;
}

.winnings__img {
	max-width: 343px;
	width: 30%;
}

.winnings__img img {
	display: block;
}

.winnings__banner {
	border: 1px solid #FFF72E;
	border-radius: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	padding: 20px;
}

.winnings-banner__desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.winnings-banner__img {
	border-radius: 8px;
	-webkit-box-shadow: 0px 5px 180px 0px rgba(254, 200, 130, 0.3);
	box-shadow: 0px 5px 180px 0px rgba(254, 200, 130, 0.3);
	overflow: hidden;
	max-width: 490px;
	width: 41%;
}

.winnings-banner__img img {
	display: block;
}

/* Limited */
.limited__banner {
	border: 1px solid #FFF72E;
}

/* Responsibly */
.responsibly__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.responsibly__img {
	border-radius: 8px;
	-webkit-box-shadow: 0px 5px 180px 0px rgba(254, 200, 130, 0.3);
	box-shadow: 0px 5px 180px 0px rgba(254, 200, 130, 0.3);
	overflow: hidden;
	max-width: 330px;
	width: 30%;
}

.responsibly__img img {
	display: block;
}

.responsibly__desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.responsibly__desc ul li+li {
	margin-top: 20px;
}

/* APP PAGE */
/* Install */
.install-banner__desc ul li+li {
	margin-top: 20px;
}

/* Features */
.features__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	width: 100%;
}

.features-list__item {
	border-radius: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	padding: 20px;
	width: calc(50% - 10px);
}

.features-list__item:before {
	display: none;
}

.features-list__item+.features-list__item {
	margin-top: 0;
}

.features-item__desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	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;
}

.features-item__desc h4 {
	color: #fff;
	line-height: 135%;
}

.features-item__desc p:last-of-type {
	margin-bottom: auto;
}

/* Devices */
.devices__list:after {
	left: 43px;
}

.devices-list__item {
	border-radius: 12px;
	display: block;
	overflow: hidden;
	min-height: 0;
	padding: 20px 20px 20px 84px;
	z-index: 1;
}

.devices-list__item:before {
	top: 20px;
	bottom: 20px;
	left: 20px;
	z-index: 1;
}

.devices-list__item>* {
	position: relative;
}

.devices-list__item p,
.devices-list__item ul {
	position: relative;
	z-index: 1;
}

.devices-item__button {
	margin-top: 16px;
}

.devices-item__img {
	position: absolute;
	bottom: 0;
	right: 15%;
}

.devices-item__img img {
	display: block;
}

.devices-ios__img {
	max-width: 391px;
	width: 32%;
}

.devices-android__img {
	max-width: 463px;
	width: 38%;
}

.devices__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 20px;
	width: 100%;
}

.devices__wrap ul {
	width: 49%;
}

.devices__wrap ul li+li {
	margin-top: 20px;
}

.devices__img {
	margin: 0 auto;
	max-width: 313px;
	width: 26%;
}

.devices__img img {
	display: block;
}