/***********************/
.brand{
	margin-bottom: 180px;
	text-align: center;
	font-size: 46px;
	color: #FFFFFF;
}
.window{
	border-radius: 24px;
	-webkit-box-shadow: 0px 0px 5px 4px rgba(136,136,136,0.17);
	-moz-box-shadow: 0px 0px 5px 4px rgba(136,136,136,0.17);
	box-shadow: 0px 0px 5px 4px rgba(136,136,136,0.17);
	padding: 10px 4px;
	background: #FFF;
}
.window .back{
	background: url(../images/bkg_window_home.png) no-repeat;
	background-size: cover;
	background-position: center;
}
.carousel .item h4{
	max-width: 360px;
}
.carousel .desc{
	padding-top: 120px;
	color:#fa742a;
}
.carousel .desc *{
	font-size: 42px;
}
.carousel .desc p{
	line-height: 1.1;
}
.carousel-indicators .active {
	background-color: #fa742a;
}
.carousel-indicators li{
	border: 1px solid #fa742a;
}
/**********************/
.us{
	color:#fa742a;
	margin-bottom: 90px;
	margin-top: 120px;
}
.us h3{
	max-width: 720px;
	margin: 0 auto 60px;
	font-size: 44px;
}
.us h4{
	margin-bottom: 20px;
	font-size: 24px;
}
.us img{
	margin-bottom: 40px;
}
.us p{
	max-width: 340px;
	margin: 0 auto;
	font-size: 18px;
}
/************************/
.staff{
	background: #fa742a;
	border-radius: 8px;
	color: #fff;
	padding-top: 80px;
	max-width:  1312px;
	padding-bottom: 80px;
	margin-bottom: 10px;
}
.staff-ico{
	float: left;
	margin-right: 30px;
	margin-top: 24px;
}
.staff h3,.staff h4{
	float: left;
	font-size: 44px;
}
.staff h3{
	margin-bottom: 0px;
}
.staff h4{
	max-width: 330px;
}
.staff p{
	font-size: 18px;
	max-width: 580px;
	line-height: 26px;
}
/*Clientes*/
.clientes > div {
	margin-top: 40px;
	margin-bottom: 140px;
}
.clientes h3{
	margin: 0 auto;
	font-family: 'Neue Haas Grotesk Text W02 Regular';
	font-size: 18px;
	margin-bottom: 40px;
	color: #666666;;
}
.clientes h3 span{
	font-family: 'Neue Haas Grotesk Text W02 Bold.ttf';
}
.swiper-slide{
	text-align: center;
}
/****************************/
@media (max-width:992px){
	.carousel .desc {
		padding-top: 40px;	
		padding-bottom: 40px;
	}
	.us .col-xs-12{
		margin-bottom: 40px;
	}
	.staff .col-xs-12{
		margin-bottom: 40px;
	}
	.staff h3,.staff h4, .staff img{
		float: initial;
	}
	.staff h4, .staff h3, .staff .staff-ico{
		margin: 0 auto;
	}
	.staff h3{
		max-width: 300px;
	}
	.staff .staff-ico{
		display: block;
	}
	.staff p{
		margin: 0 auto;
	}	
	.clientes h3{
		text-align: center;
	}
}
@media(max-width: 768px){
	.carousel .desc *{
		margin: 0 auto;
		text-align: center;
	}
	.carousel .desc img{
		display: block;
	}
}