.logos {
	background-color: #fff;	
	z-index: 150;
	bottom:0;
	width:100%;
	height: 150px;
}

.logosy {
	width:100%;
	max-width: 1036px;
	height: 90px;
	margin: 0 auto;
}

.logo1 {
	background-image: url(/images/lgn1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	height: 90px;
}

.logo2 {
	background-image: url(/images/lgn2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	height: 90px;
}

.logo3 {
	background-image: url(/images/lgn3.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
	height: 90px;
}

.logo4 {
	background-image: url(/images/lgn4.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	height: 90px;
}

@media screen and (max-width:768px) {
	
	.logo1 {
		background-image: url(/images/lg1.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		height: 150px;
		display: none;
	}
	
	.logo2 {
		background-image: url(/images/lg2.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		height: 150px;
		display: none;
	}
	
	.logo3 {
		background-image: url(/images/lg3.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		height: 80px;
		display: none;
	}
	
	.logo4 {
		background-image: url(/images/lg4.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		height: 150px;
		margin-bottom: 30px;
	}
	
}