.main-top__item-price {
    position: absolute;
    color: #FFF;
    background-color: #ff311b;
    padding: 12px 20px;
    top: 50%;
    font-size: 23px;
    font-weight: bold;
    border-radius: 46% 0px;
}

@media (max-width: 1024px) {
	.desktop{
		display:none;
	}
	.banners_cat{
		margin-top:20px;
		margin-left:-45px;
	}
}

@media (min-width: 1025px) {
	.mobile{
		display:none;
	}
	.banners_cat{
		width: 76%;
		margin-top: -150px;
		margin-left: 276px;
		height:150px;
	}
	
}

.banners_cat img{
		width:100%;
	}
	