@media (max-width: 992px) {
	/* header */
	.header__wrapper {
		justify-content: center;
	}
	.header__menu {
		display: none;
	}
	.header__buttons {
		display: none;
	}
	/* footer */
	.footer {
		padding: 20px 0 120px 0;
		position: relative;
	}
	.footer__wrapper {
		margin: 0;
	}
	.footer__item:first-child {
		display: none;
	}
	.footer__item:nth-child(2) {
		display: none;
	}
	.footer__info .footer__img:last-child {
		display: none;
	}
	.footer__info {
		position: absolute;
		bottom: 40px;
		left: 50%;
		transform: translateX(-50%);
	}
	.footer__images {
		gap: 0px;
	}
}
@media (max-width: 768px) {
	/* promo */
	.promo__circules {
		display: none;
	}
	.promo__bg {
		background: url('/assets/images/promo/mob.svg') center center / cover
			no-repeat;
		height: 180px;
	}
	/* info */
	.info__title {
		justify-content: flex-start;
	}
	/* play */
	.play__block {
		flex-direction: column;
		position: relative;
	}
	.play__block-title {
		background: none;
		padding: 0;
		height: auto;
	}
	.play__block-title.second {
		background: none;
	}
	.play__block-title a {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		background: #eebe5f;
		border-radius: 100px;
	}
	.play__wrapper {
		padding: 0 0 50px 0;
	}
	.play__item {
		min-width: 90px;
		max-width: 90px;
	}
}
