@media only screen and (max-width:590px){
	.product-sale,
	.product-ten {
        height: 480px;
	}
	.product-price-bonus--new {
		bottom:140px;
	}

	.product-price-block {
		bottom: 120px;
	}
}

@media only screen and (max-width:570px){
	.product-sale,
	.product-ten {
        height: 500px;
	}

	.product-sale__description,
	.product-ten__description {
		margin-top: 100px;
	}

	.product-price-bonus--new {
		bottom:140px;
	}

	.product-price-block {
		bottom: 180px;
		width: 100%;
		right: auto;
		left: 20px;
	}

	.product-price-old__container {
		-ms-align-items: flex-start;
		align-items: flex-start;
	}

	.product-price-old__top {
		right: 50px;
	}
}

@media only screen and (max-width:479px){
		.product-sale,
		.product-ten {
	        height: 460px;
		}

		.product-sale__description,
		.product-ten__description {
			margin-top: 50px;
		}

		.product-price-bonus--new {
			bottom:120px;
		}

		.product-price-block {
			bottom: 100px;
			width: 130px;
			right: 15px;
			left: auto;
		}

		.product-price-old__container {
			-ms-align-items: flex-end;
			align-items: flex-end;
		}

		.product-price-old__top {
			right: 0;
		}
}

@media screen and (max-width: 760px){
	#fast-order label[for="email"].invalid{
		bottom: 226px!important;
	}
	#fast-order label[for="phone"].invalid {
		bottom: 166px!important;
	}
}
.filling-item__image:hover{
	cursor: pointer;
}