.logo-row .top-callback .phone {
	margin-right: 0;
}

@media screen and (max-width:480px) {
	ul.slides.items li.item {
		background-size: contain !important;
	}	
}
.body_media{
	display: flex;
	justify-content: center;
	height: 86px;
    width: 100%;
    /* padding-top: 126px; */
    background: white;
    position: relative;
    z-index: 99;
    max-width: 1140px;
    margin: 0 auto;

	a{
	display: flex;
	}

	img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
}