@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;
		position: fixed;
		z-index: 100;
		left: 0;
		right:0;
		bottom:0;
		background-color: #130803;
		padding:10px 0;
	}

	/* 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;
	}
	.game::before {
		background: url('/assets/images/games/av-m.svg') center center / cover
			no-repeat;
		width: 60px;
		height: 90px;
	}

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

	.header-top__block.orange span {
		display: none;
	}
	.header-bottom__logo {
		position: absolute;
		top: 15px;
		left: 50%;
		transform: translateX(-50%);
	}

	.info__item-img {
		width: 26px;
		height: 26px;
	}
	.info__item-title {
		font-size: 14px !important;
		line-height: 16px;
	}
	.bonus-gift {
		font-size: 14px;
		line-height: 16px;
		z-index:100;
		top:70%;
	}
	.bonus-gift::before {
		background: url('/assets/images/gift-mob.svg') center center / cover
			no-repeat;
		height: 80px;
		width: 120px;
		right: 0;
		left: auto;
		top: -80px;
	}

	.links {
		gap: 10px;
		padding: 25px 0 0 0;
	}

	.links__item,
	.links__item.tg {
		padding: 10px;
		flex: 1 1 50%;
	}
	.links__item-title {
		font-size: 18px;
		line-height: 22px;
	}
	.links__item-descr {
		font-size: 14px;
		line-height: 16px;
		margin: 0 0 15px 0;
	}
	.links__item-btn {
		padding: 14px;
		font-size: 16px;
		line-height: 22px;
		white-space: nowrap;
	}
}
