.items__block{display:block; position:relative}
.items__block img{width:100%; height:310px; object-fit:cover}
.items__metka{position:absolute; top:10px; right:10px}
.items__metka img{width:auto;height: auto;}
.items__row{margin:0 -10px}
.items__row .col-6{padding:10px}
.items__title{position:absolute; bottom:20px; left:25px; right:25px; border-radius: 30px;background:#fff; color:#333333;  font-size: 23px;font-weight: 700;line-height: 1.2;text-align: center; padding:10px;}
.items__price{color:#ef7c00; display:block; text-decoration:none}
.items__block:hover .items__name{text-decoration:underline}
.items__block:hover, .items__block:hover .items__title{box-shadow:0 0 10px 0 rgba(153,153,153,1)}
@media(max-width:1199px){
	.items__block img{height: 250px;}
	.items__metka img{width: 70px;height: auto;}
	.items__title{bottom: 15px;left: 20px;right: 20px;font-size: 20px;padding: 5px;}
}
@media(max-width:991px){
	.items__block img{height: 280px;}
	.items__metka img{width: 70px;height: auto;}
}
@media(max-width:767px){
	.items__block img{height: 210px;}
	.items__metka{top:5px; right:5px}
	.items__metka img{width: 60px;height: auto;}
	.items__title{bottom: 10px;left: 15px;right: 15px;font-size: 18px}
}
@media(max-width:575px){
	.items__row{margin:0 -5px}
	.items__row .col-6{padding:5px}
	.items__block img{height: 39vw;}
	.items__metka img{width: 50px;height: auto;}
	.items__title{bottom: 10px;left: 10px;right: 10px;font-size: 16px}
}
@media(max-width:420px){
	.items__block img{height: 77vw;}
	.items__metka img{width: 60px;height: auto;}
	.items__row .col-6{-ms-flex: 0 0 50%;flex: 0 0 100%;max-width: 100%;}
}