:root {
	/* bg */
	--main-bg: #00211a;
	--main-bg-block: #24322f;

	/* header, footer */
	--main-header-bg: #074017;

	/* ui */
	--main-btn: linear-gradient(180deg, #35f575 0%, #149400 100%);
}

body {
	background: var(--main-bg);
	overflow-x: hidden;
}
a {
	text-decoration: none;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}
.container {
	max-width: 1310px;
	margin: 0 auto;
	padding: 0 15px;
}
.btn {
	background: var(--main-btn);
	border-radius: 100px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 15px;
	line-height: 21px;
	font-weight: 500;
	text-decoration: none;
}
.wrapper {
	display: flex;
	justify-content: flex-start;
	gap: 20px;
}
/* aside */
.side-menu {
	padding: 15px 0 165px 0;
	background: var(--main-bg-block);
	border-radius: 20px;
	height: fit-content;
}
.side-menu__logo {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto 20px auto;
}
.side-menu__logo img {
	text-align: center;
	width: 100%;
	height: 100%;
}

.side-menu__games {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin: 0 0 20px 0;
}

.side-menu__games-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	color: white;
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
}

.side-menu__promo {
	padding: 20px 12px;
	background: #0c2918;
}
.side-menu__promo h3 {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	color: white;
}
.side-menu__promo h3 span {
	color: #68c376;
}
.side-menu__promo p {
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	color: white;
	margin: 0 0 10px 0;
}
.main-content {
	width: 88%;
}
/* header */

.header {
	width: 100%;
	padding: 10px;
	background: var(--main-header-bg);
}
.header__item:first-child {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	margin: 0 0 10px 0;
}
.header__logo,
.header__burger {
	display: none;
}
.header__apple {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	background: white;
	border-radius: 100px;
}

.header__android {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	background: #9be0b4;
	border-radius: 100px;
}

.header__user {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	border-radius: 100px;
	padding: 5px 10px;
	background: #5eff00;
	color: #074017;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
}

.header__enter {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	border-radius: 100px;
	padding: 5px 10px;
	background: none;
	border: 1px solid white;
	color: white;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
}

.header__menu {
}

.header__list {
	list-style: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
}

.header__list-item a {
	color: white;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	text-transform: uppercase;
	white-space: nowrap;
}
.content {
	padding: 30px 0;
}
.content h2 {
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
	color: white;
	margin: 0 0 15px 0;
}
.content h3 {
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
	color: white;
	margin: 0 0 15px 0;
}
.content ul,
.content ol {
	margin: 20px 0;
}
.content ul {
	list-style: none;
}
.content ul li {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	color: white;
	padding: 0 0 0 20px;
	margin: 0 0 15px 0;
}
.content ul li::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 7px;
	height: 7px;
	background-color: #68c376;
	border-radius: 100px;
}
.content ol {
	padding: 0 0 0 20px;
}
.content ol li {
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	color: white;
	margin: 0 0 15px 0;
}
.content p {
	font-weight: 400;
	color: #80858f;
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 16px 0;
}
.content-menu {
	padding: 30px;
	background: var(--main-bg-block);
	border-radius: 20px;
}
.content-menu strong {
	font-size: 22px;
	line-height: 24px;
	color: white;
	font-weight: 400;
	margin: 0 0 20px 0;
}
.content-menu ol li {
	color: #68c376;
}
.content-menu ol li a {
	color: #68c376;
	text-decoration: underline;
}
.promo .btn {
	width: fit-content;
	padding: 10px 30px;
}
.img-cov {
	width: 100%;
	height: 100%;
	margin: 20px auto !important;
}
.img-cov img {
	width: 100%;
	height: 100%;
}
/* main */
.main {
	padding: 10px 0 65px 0;
}
/* promo */
.promo {
	padding: 95px 30px;
	background: url('/assets/images/promo/web.png') center center / cover
		no-repeat;
	border-radius: 20px;
}
.promo h1 {
	font-size: 30px;
	line-height: 32px;
	font-weight: 700;
	color: white;
	margin: 0 0 10px 0;
}
.promo p {
	font-size: 16px;
	line-height: 18px;
	color: white;
	font-weight: 400;
	margin: 0 0 10px 0;
}
/* reviews */
.reviews {
}
.reviews h2 {
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
	color: white;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
.reviews__wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 25px;
	overflow-x: auto;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE 10+ */
}
.reviews__wrapper::-webkit-scrollbar {
	display: none; /* Chrome, Safari, Edge */
}

.reviews__item {
	background: var(--main-bg-block);
	min-width: 300px;
	width: 100%;
	padding: 20px;
	border-radius: 20px;
}

.reviews__item-top {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	margin: 0 0 10px 0;
}

.reviews__item-title h3 {
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: white;
}
.reviews__item-title p {
	font-size: 11px;
	line-height: 14px;
	font-weight: 500;
	color: #a0a0a0;
}

.reviews__descr {
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #c5c9d4;
}

/* footer */
.footer {
	padding: 65px 0;
}
.footer__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.footer__item {
	display: block;
	width: 120px;
	height: 50px;
}
.footer__item img {
	width: 100%;
	height: 100%;
}
.footer .footer__line {
	margin: 40px 0;
	background-color: #23473f;
	width: 100%;
	height: 1px;
}

/* accordion */
.accordion {
	margin: 20px 0;
}
.accordion-item {
	width: 100%;
	padding: 15px;
	background: var(--main-bg-block);
	border-radius: 20px;
	margin: 0 0 10px 0;
}
.accordion-header {
	width: 100%;
	background: none;
	border: none;
	outline: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	color: white;
	cursor: pointer;
}
.accordion-header img {
	transition: all 0.3s ease;
}
.accordion-content {
	padding: 10px 0 0 0;
	display: none;
	color: #80858f;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
}
.accordion-item.active .accordion-content {
	display: block;
}
.accordion-item.active .accordion-header img {
	transform: rotate(180deg);
}
.table {
	width: 100%;
	overflow: auto;
	margin: 20px 0;
}
.table table {
	width: 100%;
	border-collapse: collapse;
}
.table table td {
	width: 50%;
	border: 1px solid #074017;
	padding: 10px 15px;
	color: white;
}

.header__user:hover {
	background: #2c620c;
}
.header__enter:hover {
	background: #2c620c;
}
.header__apple:hover, .header__android:hover {
	background:#5eff00;
}
.btn:hover {
	background:linear-gradient(180deg, #329b55 0%, #1c4e15 100%);
}
.header__list-item a:hover {
	color:#5eff00;
}

.footer__list {
	flex-wrap: wrap;
}

.img-sn{
    margin: 20px 0;
}

.img-sn,
.img-sn img{
    width: 200px;
}