.product-card__picture {
	position: relative;
	width: 100%;
}

.product-card__picture img {
	margin: 15px 0;
	aspect-ratio: 16 / 9;
	width: 100%;
}

.product-card__chestny-znak {
	background: url('/local/templates/main/assets/images/chestny-znak.png') center / contain no-repeat;
	bottom: 10px;
	display: block;
	height: 40px;
	position: absolute;
	right: 10px;
	width: 40px;
	z-index: 3;
}

@media (max-width: 767px) {
	.product-card__chestny-znak {
		bottom: 8px;
		height: 32px;
		right: 8px;
		width: 32px;
	}
}
