* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}
body {
	background: #082805;
}
.container {
	max-width: 1360px;
	padding: 0 15px;
	margin: 0 auto;
}
/* header */
.header {
	padding: 15px 0;
	background: #051603;
}
.header-top {
	margin: 0 0 8px 0;
}

.header-top__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}

.header-top__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}

.header-top__block {
	padding: 5px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	background: #1f5f46;
}
.header-top__block.orange {
	background: linear-gradient(90deg, #ff5e00 0%, #993800 100%);
}
.header-top__block span {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
}

.header-top__buttons {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.header__burger {
	display: none;
}

.header-top__button {
	width: 95px;
	padding: 10px 20px;
	border: 1px solid #ff5e00;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #fff;
	background: transparent;
	text-decoration: none;
}
.header-top__button.fill {
	width: 170px;
	background: linear-gradient(90deg, #ff5e00 0%, #993800 100%);
}
.header-bottom__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}

.header-bottom__logo {
	width: 145px;
	height: 40px;
}
.header-bottom__logo img {
	width: 100%;
	height: 100%;
}

.header-bottom__menu {
	padding: 6px 65px;
	background: #00316680;
	border-radius: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
}

.header-bottom__list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	list-style: none;
}

.header-bottom__list-item a {
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}

.header-bottom__menu-link {
	border: 2px solid #ffb801;
	padding: 5px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #fff;
	border-radius: 100px;
	text-decoration: none;
}

/* footer */
.footer {
	padding: 20px 0;
	background: #051603;
}
.footer__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 15px;
	margin: 0 0 25px 0;
}

.footer__item p {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #fff;
}

.footer__logo {
	width: 145px;
	height: 40px;
}
.footer__logo img {
	width: 100%;
	height: 100%;
}

.footer__block {
	padding: 5px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	background: #1f5f46;
}
.footer__block span {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
}

.footer__date {
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #fff;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #9a9a9a;
	margin: 0 0 20px 0;
}

.footer__links {
	display: block;
	margin: 0 auto 20px auto;
	text-align: center;
}

.footer__descr {
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #fff;
}
.footer .header-top__buttons {
	display: none;
}

/* promo */
.promo {
	padding: 30px 0 50px;
	background: url('/assets/images/promo/bg.png') center center / cover no-repeat;
}
.promo__title {
	text-transform: uppercase;
	text-align: center;
	font-size: 75px;
	line-height: 90px;
	font-weight: 700;
	color: #fff;
}
.promo__title span {
	display: block;
	text-align: center;
	color: #ecff16;
}

.promo__descr {
	text-align: center;
	font-size: 35px;
	line-height: 40px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 20px 0;
}

.promo__link {
	width: fit-content;
	margin: 0 auto;
	padding: 20px 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
	background: linear-gradient(90deg, #fb00ff 0%, #960099 100%);
	text-decoration: none;
}

/* content */
.content {
	padding: 30px 0;
}
.content h1 {
	font-size: 32px;
	line-height: 36px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 20px 0;
	text-align: center;
}
.content h2 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 20px 0;
	text-align: center;
}
.content h3 {
	font-size: 20px;
	line-height: 34px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 20px 0;
	text-align: center;
}
.content p {
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 10px 0;
}
.content ul {
	list-style: none;
}
.content ul li {
	position: relative;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 0 0 0 30px;
}
.content ul li::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 20px;
	height: 20px;
	background: url('/assets/images/li.svg') center center / cover no-repeat;
}
.table {
	margin: 15px 0;
	width: 100%;
	overflow-x: auto;
}
.table table {
	width: 100%;
	border-collapse: collapse;
}
.table table td {
	border: 1px solid #fbfbfb33;
	padding: 15px;
	text-align: center;
	width: 50%;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
.table table tr:nth-child(even) {
	background: #1f5f46;
}

.games {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	gap: 20px;
	max-width: 1120px;
	margin: 0 auto;
}
.games.second {
	grid-template-columns: 1fr 1.5fr;
}

.game {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 125px;
	background-color: #00a405;
	text-decoration: none;
}
.game span {
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-weight: 400;
	color: white;
	font-size: 22px;
	line-height: 28px;
	text-transform: uppercase;
}
.game::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
}
.game.first::before {
	width: 185px;
	height: 125px;
	background: url('/assets/images/games/first.svg') center center / cover
		no-repeat;
}
.game.second::before {
	width: 185px;
	height: 125px;
	background: url('/assets/images/games/second.svg') center center / cover
		no-repeat;
}
.game.orange::before {
	width: 160px;
	height: 125px;
	background: url('/assets/images/games/orange.svg') center center / cover
		no-repeat;
}

.game.orange {
	background: linear-gradient(90deg, #ff5e00 0%, #993800 100%);
}

/* accordion */
.accordion {
	padding: 35px 60px;
	border: 2px solid #ffffff4d;
	margin: 0 0 20px 0;
}
.accordion__wrapper {
}

.accordion__title {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	margin: 0 !important;
}
.accordion__title span {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
	text-align: left;
}
.accordion__title img {
	transition: all 0.3s ease;
}
.accordion__body {
	display: none;
}
.accordion.active .accordion__title img {
	transform: rotate(45deg);
}
.accordion.active .accordion__body {
	display: block;
}
.accordion__body p {
	margin: 15px 0 0 0;
}
.footer__menu{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
	margin-bottom: 15px;
}
.footer__menu a {
	color: #fff;
	text-decoration: none;
}
.footer__menu a:hover{
	opacity: .7;
}