* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}
header ul,
header ol {
	list-style: none;
}

footer ul,
footer ol {
	list-style: none;
}

body {
	overflow-x: hidden;
	background: #0a0a1f;
}

.container {
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 15px;
}

/* header */
.header {
	padding: 25px 0;
	background: #13132b;
}
.header__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}

.header__list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 40px;
	transition: all 0.3s ease;
}

.header__list-item a {
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease;
}
.header__list-item a:hover {
	color: #7e18d1;
}
.header__butons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.header__link {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	padding: 12px 30px;
	background: #7e18d1;
	border-radius: 100px;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	border: 2px solid #7e18d1;
}
.header__link:last-child {
	background: none;
	border: 2px solid #7e18d1;
}
.burger {
	width: 25px;
	height: 15px;
	background-color: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	display: none;
}
.burger span {
	width: 100%;
	height: 3px;
	border-radius: 100px;
	background: white;
	transition: all 0.3s ease;
}

.burger.active span:first-child {
	transform: rotate(45deg);
	position: relative;
	top: 5px;
}
.burger.active span:last-child {
	transform: rotate(-45deg);
	position: relative;
	top: -6px;
}

/* footer */
.footer {
	padding: 17px 0;
	background: #13132b;
}
.footer__list {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	flex-wrap: wrap;
}

.footer__list-item a {
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease;
}
.footer__list-item a:hover {
	color: #7e18d1;
}

/* promo */
.promo {
	padding: 80px 0;
	margin: 0 0 40px 0;
}
.promo__block {
	padding: 50px;
	border-radius: 24px;
	background: url('/front/images/promo/web.png') center center / cover no-repeat;
}
.promo__title {
	color: #fff;
	font-size: 48px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
	margin: 0 0 35px 0;
	text-align: center;
}

.promo__text {
	color: #cacaca;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	margin: 0 0 30px 0;
	text-align: center;
}
.promo__buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.promo__link {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	background: #ffd700;
	padding: 17px 40px;
	color: #000000;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid #ffd700;
}
.promo__link:last-child {
	border: 2px solid #fff;
	color: #fff;
	background: none;
}

/* games */
.games {
}
.games__title {
	font-size: 32px;
	line-height: 48px;
	font-weight: 900;
	color: #fff;
	text-align: center;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
.games__descr {
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	color: #999999;
	text-align: center;
	margin: 0 0 30px 0;
}
.games__wrapper {
	margin: 0 0 65px 0;
}
.games__block {
	padding: 30px;
	background: #1a1a3a;
	border-radius: 16px;
	margin: 0 0 25px 0;
}

.games__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	margin: 0 0 28px 0;
}

.games__item-block {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
}

.games__item-number {
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	background: #ffd700;
	font-size: 32px;
	line-height: 48px;
	font-weight: 900;
	color: #000;
}

.games__item-title {
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	color: #ffff;
	margin: 0 0 10px 0;
}

.games__item-img {
}

.games__item-text {
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	color: #ffd700;
}

.games__item-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 30px;
	background: #7e18d1;
	border-radius: 100px;
	font-size: 18px;
	line-height: 27px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}

.games__bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	overflow-x: auto;
}

.games__billet {
	padding: 8px 16px;
	background: #252547;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	color: #fff;
	white-space: nowrap;
}

/* content */
.content h2 {
	color: #fff;
	font-size: 22px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	text-align: center;
}
.content strong {
	display: block;
	color: #fff;
	font-size: 22px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	text-align: center;
}
.content h3 {
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	text-align: center;
}
.content p {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin: 0 0 10px 0;
	text-align: center;
}
.content .table {
	width: 100%;
	overflow: auto;
	margin: 30px 0;
}
.content .table table {
	width: 100%;
	border-collapse: collapse;
}
.content .table tr {
	border: 1px solid #fff;
}
.content .table tr td,
.content .table tr th {
	width: 50%;
	padding: 10px 16px;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.content .table tr td:nth-child(odd) {
	color: #fff;
}
.content ul,
.content ol {
	margin: 15px auto;
}
.content ul li,
.content ol li {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin: 0 auto 5px auto;
	width: fit-content;
}
.content .promo__link {
	margin: 15px auto;
}

.img-cov {
	margin: 30px auto !important;
	text-align: center;
	max-width: 500px;
}

.img-cov img {
	width: 100%;
	text-align: center;
	border-radius: 12px;
}

.block {
	padding: 50px;
	background: #1a1a3a;
	border-radius: 16px;
	margin: 0 0 75px 0;
	text-align: center;
}

section ul li a {
	color: #fff;
	text-decoration: none;
}
section ul li a:hover {
	color: #7e18d1;
}

@media (max-width: 768px) {
	.img-cov img {
		width: 100%;
	}
	.burger {
		display: flex;
	}
	.header__list {
		position: fixed;
		top: -100%;
		left: 0;
		width: 100%;
	}
	.header__list.active {
		transition: all 0.3s ease;
		top: 65px;
	}
	.header__list {
		padding: 30px 0;
		background: #0a0a1f;
		flex-direction: column;
	}
	.header__link {
		display: none;
	}
	.promo__block {
		padding: 25px;
		background: url('/front/images/promo/mob.png') center center / cover
			no-repeat;
	}
	.promo__buttons {
		flex-direction: column;
	}
	.promo__link {
		width: 100%;
	}
	.promo__title {
		font-size: 24px;
	}
	.games__block {
		padding: 15px 30px;
	}
	.games__item {
		width: 100%;
		flex-wrap: wrap;
	}
	.games__item-number {
		width: 60px;
		height: 60px;
	}
	.games__item-title {
		font-size: 20px;
		line-height: 30px;
	}
	.games__item-text {
		font-size: 18px;
		line-height: 28px;
	}
	.games__bottom {
		justify-content: flex-start;
	}
	.block {
		margin: 0 0 30px 0;
	}
}
