@media (max-width: 992px) {
	.header-top__block {
		display: none;
	}
	.header-top__block.orange {
		display: flex;
	}
	.header-top__buttons,
	.header-bottom__menu {
		display: none;
	}
	.header__burger {
		display: flex;
	}
	.header-bottom__wrapper {
		justify-content: center;
	}
	.footer__wrapper {
		flex-direction: column;
		align-items: center;
	}
	.footer__block {
		border-radius: 100px;
	}
	.footer__date {
		padding: 0;
		border-bottom: none;
	}
	.footer__links img {
		width: 100%;
	}
	.footer .header-top__buttons {
		margin: 20px 0 0 0;
		display: flex;
		justify-content: center;
	}

	/* promo */
	.promo {
		padding: 10px 0;
		background: url('/assets/images/promo/bg-mob.png') center center / cover
			no-repeat;
	}
	.promo__title {
		font-size: 25px;
		line-height: 30px;
	}
	.promo__title span {
		font-size: 30px;
	}

	/* games */
	.game {
		height: 90px;
	}
	.game span {
		position: absolute;
		left: 12px;
		bottom: 6px;
		font-size: 14px;
		line-height: 16px;
	}
	.game.first::before {
		width: 65px;
		height: 90px;
		background: url('/assets/images/games/first-m.svg') center center / cover
			no-repeat;
	}
	.game.second::before {
		width: 65px;
		height: 90px;
		background: url('/assets/images/games/second-m.svg') center center / cover
			no-repeat;
	}
	.game.orange::before {
		width: 90px;
		height: 90px;
		background: url('/assets/images/games/orange-m.svg') center center / cover
			no-repeat;
	}

	/* accordion */
	.accordion {
		padding: 30px 45px;
	}
	.accordion__title span {
		font-size: 18px;
		line-height: 22px;
	}
	.accordion__body p {
		font-size: 16px;
		line-height: 20px;
	}
}
