@media (max-width: 768px) {
	.side-menu {
		display: none;
	}
	.header {
		padding: 0px;
	}
	.header__item {
		padding: 10px;
	}
	.header__item:first-child {
		justify-content: space-between;
	}
	.header__item:last-child {
		background-color: black;
		overflow-x: auto;
	}
	.header__logo,
	.header__burger {
		display: block;
	}
	.header__logo {
		display: block;
		width: 40px;
		height: 40px;
	}
	.header__logo img {
		width: 100%;
		height: 100%;
	}
	.header__apple,
	.header__android {
		display: none;
	}
	.main-content {
		width: 100%;
	}
	.reviews__item {
		min-width: 280px;
	}

	.footer__wrapper:last-child {
		justify-content: center;
	}
	.footer__item {
		width: 75px;
		height: 30px;
	}
	.promo {
		padding: 10px 30px;
		background: url('/assets/images/promo/mob.png') center center / cover
			no-repeat;
	}
	.content-menu {
		padding: 20px;
	}
}
