* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Inter', sans-serif;
	text-decoration: none;
}

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

.header {
	background: #000000;
	padding: 10px 0;
	position: relative;
	z-index: 100;
}
.header__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}

.header__burger {
	display: none;
}

.header__logo {
	width: 117px;
	height: 42px;
}
.header__logo img {
	width: 100%;
	height: 100%;
}

.header__nav {
}

.header__list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}

.header__list-item a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	color: white;
	text-decoration: none;
}

.header__buttons {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
}

.header__btn {
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 19px;
	line-height: 22px;
	font-weight: 700;
	color: white;
}
.header__btn.fill {
	background: #ff8400;
}
.header__btn.border {
	border: 1px solid #ff8400;
}

/* main */
.main {
	position: relative;
	padding: 30px 0;
	background: #212121;
}

/* aside-menu */
.aside-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: auto;
	bottom: 0;
	background: #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 68px 0 20px 0;
}

.aside-menu__item:nth-child(4) {
	flex: 1 1 auto;
}
/* right-menu */
.right-menu {
	position: absolute;
	top: 225px;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}
.right-menu__item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 65px;
	height: 65px;
	background: #ff8400;
}

/* footer */
.footer {
	background: #000;
	padding: 30px 0 50px 0;
}
.footer__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 15px;
	padding: 30px 0;
}
.footer__wrapper:nth-child(1) {
	border-bottom: 1px solid #ffffff;
}
.footer__item {
	max-width: 300px;
}
.footer__item h3 {
	font-size: 20px;
	line-height: 22px;
	font-weight: 500;
	color: #fff;
	margin: 0 0 10px 0;
}
.footer__item p,
.footer__item a {
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	color: #758498;
}
.footer__item a:hover{
	color: #fff;
}
.footer__item-img {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.footer__img {
	display: none;
}
.footer__descr {
	display: none;
}
/* promo */
.promo__img {
	width: 100%;
	height: 100%;
	margin: 0 0 20px 0;
}
.promo__img img {
	width: 100%;
	height: 100%;
}
.promo__info {
	background: #000;
	padding: 10px 16px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 40px;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}
.promo__info p {
	color: #fff;
	font-weight: 400;
	font-size: 17px;
	line-height: 19px;
	white-space: nowrap;
}
/* slots */
.slots {
	padding: 30px 0 0 0;
}
/* mob-slots */
.mob-slots {
	display: none;
}
.mob-slots__top {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.mob-slots__item {
}

.mob-slots__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

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

.games__title {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #fff;
	font-size: 23px;
	line-height: 25px;
	font-weight: 500;
}
.games__title img {
	width: 20px;
}

.games__sub-title {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
}

.games__wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
	overflow-x: auto;
	overflow-y: hidden;
}

.games__game {
}

.games__game-img {
	margin: 0 0 5px 0;
	width: 225px;
	height: 175px;
}
.games__game-img img {
	width: 100%;
	height: 100%;
}

.games__game-descr {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
}
/* premium */
.premium {
	padding: 50px 0;
}
.premium__title {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-size: 28px;
	line-height: 30px;
	font-weight: 500;
	color: #ff8400;
	margin: 0 0 20px 0;
}

.premium__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	overflow-y: hidden;
	overflow-x: auto;
}

.premium__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.premium__item-img {
	width: 150px;
	height: 120px;
}
.premium__item-img img {
	width: 100%;
	height: 100%;
}

.premium__item-span {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: white;
}

.premium__item-title {
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	color: #ff8400;
	white-space: nowrap;
}

.premium__item-sub-title {
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: white;
}

/* content */
.content {
	color: white;
}
.content h1 {
	font-size: 30px;
	line-height: 34px;
	font-weight: 700;
	margin: 0 0 15px 0;
}
.content h2 {
	font-size: 26px;
	line-height: 28px;
	font-weight: 700;
	margin: 0 0 15px 0;
}

.content h3 {
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	margin: 0 0 15px 0;
}

.content p {
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	margin: 0 0 10px 0;
}

.content ul,
.content ol {
	margin: 15px 0;
	padding: 0 0 0 20px;
}
.table {
	width: 100%;
	overflow-x: auto;
	margin: 30px 0;
}
.table table {
	width: 100%;
	border-collapse: collapse;
}
.table table td {
	padding: 15px 10px;
	border: 1px solid white;
}

/* jackpot */
.jackpot {
}
.jackpot__img {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.jackpot__img img {
	width: 100%;
}

/* bottom-menu */
.bottom-menu {
	display: none;
	padding: 10px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #171717;
}
.bottom-menu__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}

.bottom-menu__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
}
.bottom-menu__item img {
	width: 35px;
	height: 35px;
}
.bottom-menu__item h3 {
	font-size: 10px;
	line-height: 12px;
	font-weight: 400;
	color: #58636d;
}
.bottom-menu__item.active h3 {
	color: #ff8400;
}

/* mini-games */
.mini-games {
	margin: 10px 0 0 0;
	padding: 10px 0;
	background: #000;
	display: none;
}
.mini-games__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}

.mini-games__item img {
	width: 35px;
	height: 35px;
}
.mini-games__item h3 {
	font-size: 10px;
	line-height: 12px;
	font-weight: 400;
	color: white;
	text-align: center;
}
.img-cov {
	width: 100%;
	height: 100%;
}
.img-cov img {
	width: 100%;
	height: 100%;
}

@media (max-width: 768px) {
	.main {
		padding: 0 0 30px 0;
	}
	.header__nav {
		display: none;
	}
	.aside-menu {
		display: none;
	}
	.right-menu {
		display: none;
	}
	.games__game-img {
		width: 105px;
		height: 95px;
	}
	.promo .container {
		padding: 0;
	}
	.promo__img {
		margin: 0;
	}
	.footer {
		border-top: 1px solid #758498;
		padding: 0 0 95px 0;
	}
	.footer__item-img {
		justify-content: flex-start;
	}
	.footer__item:nth-child(1) .footer__item-img {
		max-width: 50px;
	}
	.footer__item:nth-child(2) {
		display: none;
	}
	.footer__item:nth-child(3) {
		display: none;
	}
	.footer__item:nth-child(4) .footer__item-img img {
		max-width: 25px;
	}
	.footer__item .footer__item-img img {
		width: 100%;
	}
	.footer__item p {
		font-size: 10px;
	}
	.footer__item {
		max-width: 150px;
	}
	.footer__wrapper {
		padding: 15px 0;
		justify-content: flex-start;
		gap: 30px;
	}
	.footer__wrapper:nth-child(1) {
		border: none;
	}
	.footer__wrapper:nth-child(2) .footer__item-img {
		max-width: 86px;
	}
	.footer__wrapper:nth-child(2) .footer__item:nth-child(2) {
		display: block;
	}
	.footer__wrapper:nth-child(2) .footer__item:nth-child(2) .footer__item-img {
		max-width: 30px;
	}
	.footer__img {
		text-align: center;
		display: block;
		margin: 0 0 20px 0;
	}
	.footer__descr {
		display: block;
		color: white;
		font-size: 10px;
		line-height: 12px;
		font-weight: 400;
		text-align: center;
	}

	/* bottom-menu */
	.bottom-menu {
		display: block;
	}

	/* mob-slots */
	.mob-slots {
		padding: 20px 0 0 0;
		display: block;
	}
	.mob-slots .games__title {
		justify-content: flex-start;
		margin: 0 0 20px 0;
	}

	/* mini-games */
	.mini-games {
		display: block;
	}

	/* header__burger */
	.header__burger {
		display: block;
	}
	.header__buttons {
		gap: 20px;
	}
	.header__btn {
		white-space: nowrap;
	}
}
