.mebel__row{margin:-8px}
.mebel__block{padding:8px}
.mebel__block img{max-width:100%; height:auto}
.mebel__block-link{display:block;overflow: hidden;  background:#fff; box-shadow: 0px 0px 10px 0px rgba(17, 14, 15, 0.2); position:relative}
.mebel__block-heading{position:absolute; z-index:1}
.mebel__row-left, .mebel__row-right{width:50%}
.mebel__row-right > div{width:50%}
.mebel__row-right > div:last-child{width:100%}
.mebel__block-heading{position:absolute; left:16px; top:16px}
.mebel__block-title{font-size: 20px; color: #2C2D2E; display:block; font-weight: 700; padding-bottom:5px} 
.mebel__block-text{font-size: 15px; line-height: 19px; color: #919399; display:block}
@media (max-width: 1199px) {
	.mebel__row{margin:-5px}
	.mebel__block{padding:5px}
	.mebel__block-heading{left:10px; top:10px}
	.mebel__block-title{font-size: 18px} 
	.mebel__block-text{font-size: 14px; line-height: 18px}
}
@media (max-width: 991px) {
	.mebel__row-left, .mebel__row-right{width:100%}
	.mebel__row-left{display:flex; flex-wrap:wrap}
	.mebel__row-left > div{width:50%}
	.mebel__row-left img{height:140px;width: auto;object-fit: cover;object-position: right;transform: translateX(70px);}
	.mebel__row-right > div, .mebel__row-right > div:last-child{width:33.33%}
	.mebel__row-right img{height:110px;width: auto;object-fit: cover;object-position: right;transform: translateX(30px);}
}
@media (max-width: 767px) {
	.mebel__row-left > div{width:100%}
	.mebel__row-left img, .mebel__row-right img{height:auto; width: auto;object-fit: cover;object-position: right;transform: translateX(0);}
	.mebel__row-right > div{width:50%}
	.mebel__row-right > div:last-child{width:100%}
}
@media (max-width: 420px) {
	.mebel__row-right > div{width:100%}
	.mebel__row-left > div:nth-child(1) img{height: 170px;transform: translateX(90px);}
	.mebel__row-left > div:nth-child(2) img{object-position: center;height: 170px;}
	.mebel__row-right > div:nth-child(1) img{height: 170px; transform: translateX(40px);}
	.mebel__row-right > div:nth-child(2) img{height: 170px; transform: translateX(40px);}
	.mebel__row-right > div:nth-child(3) img{height: 170px; transform: translateX(75px);}
}