.img-block3_2 {
    background-size: cover !important;
}
.img-block3_1 .before {
 background-size: cover !important;
}
.img-block3_2 .bmb-img1 {
	display:none;
}

.img-block3_1 span {
	display:none;
}

.prod-head {
	position: relative;
}

.prod-head-banner-link {
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
    height: 110px;
    display: block;
    background: url(./img/uglovoy.png) no-repeat center;
    background-size: contain;
    z-index: 99;
}

@media (max-width: 900px) {
	.prod-head-banner-link {
		top: -27px;
		width: 102px;
		height: 102px;
	}
}

@media (max-width: 768px) {
	.prod-head-banner-link {
		right: 0;
		top: -1px;
		width: 98px;
		height: 98px;
	}
}

@media (max-width: 575px) {
	.prod-head-banner-link {
    width: 93px;
    height: 93px;
	}
}