@charset "utf-8";
/*customers*/
.customers{max-width:1960px;margin:186px auto 0;}
.customers_title{color:#3C9B1A;font-size:24px;font-weight:900;text-transform:uppercase;margin:0 auto 93px;}

.customers_img{max-width:2100px;position:relative;}
.customers_img img{display:block;width:100%;height:100%;object-fit:contain;}
.customers_img::after{content:"";width:0;height:0;background:rgba(0,180,255,0.17);opacity:0;position:absolute;top:0;left:0;transition:.3s;}
.customers_img:hover::after, .customers_img:hover::before{width:100%;height:100%;opacity:1;}

@media (max-width: 1100px){
	.customers_title{margin:0 auto 50px;}
}

@media (max-width: 470px){
	.customers{margin-top:99px;}
	.customers_title{padding-top:0;}
	
}
/*-*/