.head_info p {
	background: url(/images/info/zhivotnye/circle_bg.svg) right top no-repeat;
}

h1 {width: 65%;}

.banner_title {
    width: 275px;
}

.banner_sale, .banner_rent {
    padding-right: 170px;
}

.banner_sale:hover, .banner_rent:hover {
	background-color: #83bd05;
}

.banner_sale {
	background-image: url(/images/info/zhivotnye/sale_bg.svg);
}

.banner_rent {
	background-image: url(/images/info/zhivotnye/rent_bg.svg);
}

@media only screen and (max-width: 1200px) {
	.head_info p {background-position: calc(50% + 20px) top; background-size: 105px;}
	h1 {width: 100%;}
	.banner_sale, .banner_rent {padding-right: 32px;}
}

@media only screen and (min-width: 481px) and (max-width: 1200px) {
	.banner_sale, .banner_rent {padding-right: 140px; height: auto !important;}
	.banner_sale {background-image: url(/images/info/zhivotnye/sale_bg.svg) !important;}
	.banner_rent {background-image: url(/images/info/zhivotnye/rent_bg.svg) !important;}
}