.stock-item.is-banner {
    padding: 0px;
}
.stock-item.is-banner p {
    padding: 0px;
    margin: 0px;
}

@media (max-width: 768px){
	.stock-item {
		background-size: 100%;
		background-position: bottom center;
	}
}

/* rouble symbol (oldschool) */
.rub {
	position: relative;
	font-style: normal;
	text-transform: uppercase;
	font-family: Arial, sans-serif
}
.rub:before {
	content: "";
	position: absolute;
	top: 62%;
	left: 5%;
	width: 0.45em;
	height: 0.06em;
	min-height: 1px;
	background: currentColor;
}
/* / */
.product-body-info {
    margin-top: 80px;
}