@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&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: 18px;
}

ol li+li {
	margin-top: 40px;
}

ul li+li {
	margin-top: 16px;
}

li:before {
	background-color: #BD2916;
	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);
	background-color: rgba(255, 247, 46, 0.1);
	font-weight: 700;
	font-size: 15px;
	color: #fff;
	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;

}

ol>li:before,
ol>li:after {
	border-radius: 3px;
	width: 48px;
}

ol>li:after {
	content: "";
	position: absolute;
	inset: 0;
	padding: 1px;
	background: -o-linear-gradient(182.56deg, #958536 0%, #BD2916 54.58%);
	background: linear-gradient(267.44deg, #958536 0%, #BD2916 54.58%);
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box,
		-webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
	-webkit-mask: linear-gradient(#000 0 0) content-box,
		linear-gradient(#000 0 0);
	mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box,
		-webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
	mask: linear-gradient(#000 0 0) content-box,
		linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

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;
	line-height: 120%;
}

.title {
	margin-bottom: 20px;
}

h1,
.title.general {
	font-size: 34px;
	color: #FFF72E;
	text-transform: uppercase;
}

h2,
.title.high {
	background: -o-linear-gradient(182.56deg, #958536 0%, #BD2916 54.58%);
	background: linear-gradient(267.44deg, #958536 0%, #BD2916 54.58%);
	border-radius: 16px;
	font-size: 32px;
	padding: 14px 12px;
}

h3,
.title.middle {
	font-weight: 600;
	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-color: #2D0D0D;
	border-radius: 12px;
	margin-top: 20px;
	padding: 32px 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-color: rgba(255, 247, 46, 0.1);
	overflow: hidden;
	position: relative;
	width: 100%;
}

.table a {
	color: #fff !important;
}

.table,
.border-gradient {
	border-radius: 16px;
	position: relative;
}

.table>*,
.border-gradient>* {
	position: relative;
	z-index: 1;
}

.table:after,
.border-gradient:after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 16px;
	padding: 1px;
	background: -o-linear-gradient(182.56deg, #958536 0%, #BD2916 54.58%);
	background: linear-gradient(267.44deg, #958536 0%, #BD2916 54.58%);
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box,
		-webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
	-webkit-mask: linear-gradient(#000 0 0) content-box,
		linear-gradient(#000 0 0);
	mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box,
		-webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
	mask: linear-gradient(#000 0 0) content-box,
		linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.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 tr+tr {
	border-top: 1px solid rgba(255, 247, 46, 0.1);
}

.table tr+tr>* {
	padding-bottom: 11px;
}

.table thead {
	background: -o-linear-gradient(182.56deg, #958536 0%, #BD2916 54.58%);
	background: linear-gradient(267.44deg, #958536 0%, #BD2916 54.58%);
	font-weight: 700;
	font-size: 20px;
	line-height: 160%;
}

.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-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,
.about-proscons__title:after {
	content: '';
	height: 40px;
	width: 40px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.about-proscons__title:before {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px;
	z-index: 1;
}

.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='white'/%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='white'/%3E%3C/svg%3E%0A");
}

.about-proscons__title:after {
	background: -o-linear-gradient(182.56deg, #958536 0%, #BD2916 54.58%);
	background: linear-gradient(267.44deg, #958536 0%, #BD2916 54.58%);
	border-radius: 3px;
}

.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: 10%;
}

.bonus-banner__background img {
	-o-object-position: 75%;
	object-position: 75%;
}

.bonus-banner__title,
.bonus-banner__text {
	font-family: 'Roboto', sans-serif;
}

.bonus-banner__title {
	background: none;
	border-radius: 0;
	font-weight: 900;
	font-size: 32px;
	text-transform: uppercase;
	padding: 0;
}

.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-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__desc ol li {
	text-shadow: 0 0 5px #000;
}

.app-banner__logo {
	bottom: 11.5%;
	right: 2%;
	max-width: 492px;
	width: 40%;
}

.app-android__desc ol {
	max-width: 740px;
	width: 62%;
}

.app-banner__img {
	bottom: 17.5%;
	right: 0;
	max-width: 632px;
	width: 51%;
}

/* Promotions */
.promotions__desc-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	width: 100%;
}

.promotions-wrap__table {
	background-color: rgba(255, 247, 46, 0.1);
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.promotions-wrap__table table tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	padding: 13.5px 20px;
}

.promotions-wrap__table table tr>* {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.promotions-wrap__table table th {
	max-width: 240px;
}

.promotions-wrap__img {
	background-color: rgba(255, 247, 46, 0.1);
	overflow: hidden;
	max-width: 400px;
	width: 35%;
}

.promotions-wrap__img img {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	max-height: none;
}

.promotions__banner:first-of-type .promotions-wrap__img img {
	max-width: 333px;
}

.promotions__banner:nth-of-type(2) .promotions-wrap__img img {
	max-width: 344px;
	bottom: auto;
	top: 0;
}

.promotions__banner:nth-of-type(3) .promotions-wrap__img img {
	max-width: 400px;
	position: relative;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.promotions__banner:nth-of-type(4) .promotions-wrap__img img {
	max-width: 251px;
}

.promotions__banner:last-of-type .promotions-wrap__img img {
	max-width: 244px;
}

/* Tournaments */
.tournaments-list__item {
	background-color: rgba(255, 247, 46, 0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding: 20px;
}

.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 {
	border-radius: 12px;
	overflow: hidden;
	max-width: 400px;
	width: 35%;
}

.tournaments-item__img img {
	display: block;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.tournaments-item__desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

/* Games */
.games-banner__background img {
	-o-object-position: 75%;
	object-position: 75%;
}

/* Store */
.store {
	background: #130404;
	border-radius: 12px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	min-height: 190px;
	padding: 20px 5.5%;
}

.store:after {
	border-radius: 12px;
}

.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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
}

.store__img {
	position: absolute;
	bottom: 1px;
	left: 0;
	max-width: 977px;
}

.store__img img {
	display: block;
}

/* Payment */
.payment__list {
	gap: 16px;
}

/* FAQ */
.faq__list li {
	background-color: rgba(255, 247, 46, 0.1);
	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 li:before {
	display: none;
}

.faq__list li:after {
	border-radius: 12px;
	width: auto;
}

.faq-item__title {
	font-size: 16px;
	line-height: 100%;
	cursor: pointer;
	margin: 0;
	position: relative;
	padding: 19px 48px 19px 27px;
	z-index: 1;
}

.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 {
	background: -o-linear-gradient(182.56deg, #958536 0%, #BD2916 54.58%);
	background: linear-gradient(267.44deg, #958536 0%, #BD2916 54.58%);
}

.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.1);
	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 rgba(255, 247, 46, 0.3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2px;
	padding-bottom: 16px;
}

.reviews-item__stars img {
	max-width: 17px;
}

.reviews-item__name {
	font-weight: 700;
	line-height: 135%;
	margin: 16px 0;
}

.reviews-item__desc {
	line-height: 135%;
}

/* Grades */
.grades__table table {
	max-width: 560px;
	position: relative;
	z-index: 2;
}

.grades-table__img {
	position: absolute;
	right: 1px;
	bottom: 1px;
	top: 1px;
	max-width: 680px;
	width: 55%;
}

.grades-table__img img {
	display: block;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 0;
	object-position: 0;
}

/* 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 {
	padding: 0;
}

.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;
}

/* BONUS PAGE */
/* Prime */
.bonus-prime__wrap {
	max-width: 580px;
}

/* Welcome */
.welcome__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.welcome-list__item {
	background-color: rgba(255, 255, 255, 0.05);
	border-radius: 16px;
	padding: 20px;
	width: calc(50% - 10px);
}

.welcome-list__item:before {
	display: none;
}

.welcome-list__item+.welcome-list__item {
	margin-top: 0;
}

.welcome-list__item:last-child {
	width: 100%;
}

.welcome-list__item:nth-child(-n+2) .promotions-wrap__table table th {
	max-width: 180px;
}

.welcome-list__item:last-child .promotions-wrap__img img {
	max-width: 333px;
}

/* Reload */
.reload-banner__desc {
	max-width: 740px;
	width: 62%;
}

.reload-banner__img {
	bottom: 0;
	right: 3%;
	max-width: 382px;
	width: 31%;
}

/* Deals */
.deals__background img {
	-o-object-position: 75%;
	object-position: 75%;
}

.deals__wrap {
	max-width: 685px;
	width: 60%;
}

/* APP PAGE */
/* Prime */
.app-prime__wrap {
	max-width: 655px;
}

/* Install */
.install-banner__desc ul li+li {
	margin-top: 20px;
}

/* Benefits */
.benefits__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.benefits-list__item {
	border-radius: 16px;
	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);
}

.benefits-list__item:last-child {
	width: 100%;
}

.benefits-list__item:before {
	display: none;
}

.benefits-list__item+.benefits-list__item {
	margin-top: 0;
}

.benefits-list__item>* {
	position: relative;
}

.benefits-list__item p:last-of-type {
	margin-bottom: auto;
}

.benefits-item__button {
	margin-top: 20px;
}

/* Requirements */
.requirements__table {
	overflow: visible;
}

.requirements__table table {
	position: relative;
	z-index: 2;
}

.requirements__table tr {
	gap: 20px;
	padding: 15px 20px;
}

.requirements__table tr>*,
.requirements__table tr+tr>* {
	padding: 0;
}

.requirements__table th {
	max-width: 240px;
}

.requirements-table__img {
	position: absolute;
	bottom: 0;
	right: 10%;
	max-width: 470px;
	width: 38%;
}

.requirements-table__img img {
	display: block;
}

.requirements__banner {
	border-radius: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	overflow: hidden;
	padding: 20px;
}

.requirements-banner__desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
}

.requirements-banner__img {
	max-width: 312px;
	width: 30%;
	position: relative;
	z-index: 1;
}

.requirements-banner__img img {
	display: block;
}

/* Web */
.web__wrap {
	max-width: 915px;
	width: 75%;
	z-index: 1;
}

.web__img {
	position: absolute;
	bottom: 0;
	right: 1.5%;
	max-width: 310px;
	width: 25%;
}

.web__img img {
	display: block;
}
@media screen and (min-width: 1600px) {
	.cover {
		padding-left: calc(50% - ((1600px - 60px) / 2));
		padding-right: calc(50% - ((1600px - 60px) / 2));
	}

	.main,
	.footer {
		padding-left: calc(50% - ((1600px - 580px) / 2));
		padding-right: calc(50% - ((1600px - 60px) / 2));
	}

	.sidebar {
		left: calc(50% - ((1600px - 50px) / 2));
	}

	.to-top-wrap {
		right: calc(50% - ((1600px - 60px) / 2));
	}
}

@media screen and (min-width:1026px) {
	.header__menu {
		display: block !important;
	}
}

@media screen and (max-width:1200px) {

	.main,
	.footer {
		padding-left: 30px;
	}

	.sidebar {
		height: auto;
		position: static;
		padding: 0;
		width: 100%;
	}

	.sidebar>*:not(.sidebar__item-navigation) {
		display: none;
	}

	.sidebar-navigation__button:before {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
	}

	.sidebar-navigation__button.slide:before {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
	}

	.sidebar-navigation__list {
		display: none;
	}

	.prime {
		width: 100%;
		margin: 0;
	}
}

@media screen and (max-width:1025px) {
	.header__logo {
		margin-right: auto;
	}

	.menu-button {
		display: block;
		border: 2px solid #FFF72E;
		padding: 10px;
		border-radius: 10px;
		width: 40px;
		height: 40px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.menu-button svg {
		display: block;
		margin: auto;
	}

	.menu-button svg rect {
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		fill: #FFF72E;
	}

	.menu-button.active svg rect:nth-child(1) {
		x: -2px;
		y: 6px;
		width: 20px;
		-webkit-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		transform: rotate(225deg);
	}

	.menu-button.active svg rect:nth-child(2) {
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transform: scale(0, 2);
		-ms-transform: scale(0, 2);
		transform: scale(0, 2);
	}

	.menu-button.active svg rect:nth-child(3) {
		x: -2px;
		y: 6px;
		width: 20px;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	.header__menu {
		background: #130404;
		text-align: center;
		margin: 0;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 100;
		padding: 25px;
		display: none;
	}

	.header__menu ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		gap: 15px;
	}

	.header__menu ul li {
		padding-right: 0;
	}

	.header__menu ul li:after {
		display: block;
		position: static;
		margin-top: 15px;
	}

	.prime {
		padding: 20px;
	}

	.prime__wrap {
		background-color: rgba(45, 13, 13, .7);
		border-radius: 12px;
		padding: 15px;
	}

	.about-proscons__item ul {
		padding-left: 0;
	}

	.bonus-banner {
		padding-left: 20px;
	}

	.app-banner__img {
		bottom: 26%;
	}
}

@media screen and (max-width:850px) {

	h1,
	.title.general {
		font-size: 30px;
	}

	h2,
	.title.high {
		font-size: 28px;
	}

	.cover {
		padding-left: 20px;
		padding-right: 20px;
	}

	.header>.header__button {
		display: none;
	}

	.header__menu .header__button {
		display: inline-block;
		margin: 20px 5px 0;
	}

	.prime__background img {
		-o-object-position: 75%;
		object-position: 75%;
	}

	.table {
		overflow: auto;
	}

	.table:after {
		display: none;
	}

	.table table {
		width: 850px;
	}

	.table::-webkit-scrollbar {
		height: 5px;
	}

	.table::-webkit-scrollbar-track {
		background: rgba(255, 247, 46, 0.05);
		border-radius: 5px;
	}

	.table::-webkit-scrollbar-thumb {
		background: linear-gradient(267.44deg, #958536 0%, #BD2916 54.58%);
	}

	.table thead {
		font-size: 16px;
	}

	.about__proscons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.bonus-banner {
		min-height: 350px;
		padding-left: 20px;
	}

	.bonus-banner__wrap {
		background-color: rgba(45, 13, 13, .6);
		border-radius: 12px;
		padding: 15px;
	}

	.bonus-banner__title {
		font-size: 30px;
	}

	.bonus-banner__text {
		font-size: 20px;
	}

	.app-banner__logo {
		bottom: 3%;
	}

	.promotions__desc-wrap,
	.tournaments-list__item:nth-child(n) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.promotions-wrap__img,
	.tournaments-item__img {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		max-width: none;
		width: 100%;
	}

	.promotions-wrap__img img {
		position: relative;
	}

	.reviews-list__item {
		width: calc(50% - 10px);
	}

	.grades__table table {
		width: 100%;
	}

	.grades-table__img {
		width: 100%;
		opacity: .2;
	}

	/* Bonus Page */
	.welcome-list__item {
		width: 100%;
	}

	.reload-banner__desc {
		width: 100%;
	}

	.reload-banner__img {
		position: relative;
		right: 0;
		margin: 20px auto -20px;
		width: auto;
	}

	.deals__background {
		opacity: .3;
	}

	.deals__wrap {
		width: 100%;
	}

	/* App Page */
	.benefits-list__item {
		width: 100%;
	}

	.requirements__table table {
		width: 100%;
	}

	.requirements-table__img {
		right: 0;
	}

	.requirements__banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.requirements-banner__img {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		width: 100%;
	}
}

@media (orientation: landscape) and (max-width:850px) {
	.header__menu {
		height: calc(100vh - 80px);
		overflow: auto;
	}
}

@media screen and (max-width:650px) {

	h1,
	.title.general {
		font-size: 26px;
	}

	h2,
	.title.high {
		font-size: 23px;
	}

	h3,
	.title.middle {
		font-size: 20px;
	}

	h4,
	.title.mini {
		font-size: 18px;
	}

	.app-banner__logo {
		position: relative;
		bottom: 0;
		right: 0;
		margin: 10px auto 0;
		width: auto;
	}

	.app-android__desc ol {
		width: 100%;
	}

	.app-banner__img {
		position: relative;
		bottom: 0;
		margin: 0 auto;
		width: auto;
	}

	.promotions-wrap__table table tr {
		padding-left: 10px;
		padding-right: 10px;
	}

	.promotions-wrap__table table th {
		max-width: 120px;
	}

	.content.store {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-bottom: 70px;
	}

	.reviews-list__item {
		width: 100%;
	}

	.to-top-wrap {
		bottom: 0;
	}

	/* App Page */
	.web__wrap {
		width: 100%;
	}

	.web__img {
		position: relative;
		right: 0;
		margin: 0 auto -32px;
		width: auto;
	}
}

@media screen and (max-width: 450px) {

	h1,
	.title.general {
		font-size: 22px;
	}

	h2,
	.title.high {
		font-size: 18px;
	}

	h3,
	.title.middle {
		font-size: 16px;
	}

	h4,
	.title.mini {
		font-size: 15px;
	}

	ol>li {
		padding-left: 45px;
	}

	ol>li:before,
	ol>li:after {
		width: 30px;
	}

	ol:after {
		left: 15px;
	}

	.cover,
	.main,
	.footer {
		padding-left: 10px;
		padding-right: 10px;
	}

	.content,
	.article-banner {
		padding: 15px;
	}

	.bonus-banner {
		min-height: 250px;
	}

	.bonus-banner__title {
		font-size: 22px;
	}

	.bonus-banner__text {
		font-size: 18px;
	}

	.promotions-wrap__table table tr {
		gap: 10px;
		font-size: 14px;
	}

	.app-button {
		width: 220px;
	}

	.faq-item__title {
		padding-left: 16px;
		padding-right: 35px;
	}

	.faq-item__title:after {
		right: 10px;
	}

	.grades__table tr>* {
		padding-left: 10px;
		padding-right: 10px;
	}

	.grades__table td:last-child {
		max-width: 70px;
	}

	.to-top-wrap {
		right: 10px;
	}

	.footer {
		padding-bottom: 30px;
	}

	.footer__langs {
		gap: 10px;
	}

	.footer__age {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	/* Bonus Page */
	.welcome-list__item {
		padding: 10px;
	}

	/* App Page */
	.benefits-list__item {
		padding: 15px;
	}

	.requirements__table tr {
		padding-left: 10px;
		padding-right: 10px;
	}
}