@media (max-width: 479px) {
	.delivery-step > div {
		flex-basis: 100%;
	}

	.play-market-link {
		margin-top: 0;
	}

	.baner-accii-text p {
		font-size: 16px;
		text-align: center;
	}

	.baner-accii-text p:first-child {
		margin-top: 30px;
	}

	.baner-accii-text p:nth-child(2) {
	font-size: 24px;
	}

	.product__discount.object {
		width: 50px;
		height: 50px;
		font-size: 14px;
		line-height: 50px;
		font-weight: bold;
	}

	#product .product__discount {
		right: 8px;
		width: 50px;
		height: 50px;
		font-size: 14px;
		line-height: 50px;
		font-weight: bold;
	}
}