@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
*,
*:before,
*:after{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	font: 300 16px/1.5 'Lato', Arial, sans-serif;
	color: #3c3c3c;
}

/* Layout */
.ba-container{
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1200px;
}
/* Typography */
h1, h2, h3, h4, h5, h6{
	font-weight: 700;
	letter-spacing: .16em;
	line-height: 1.3;
	text-transform: uppercase;
}
p{
	margin: 0 0 25px;
}
a,
input[type="submit"],
input[type="button"],
button{
	-webkit-transition: color .3s ease-in, border-color .3s ease-in, background-color .3s ease-in, opacity .3s ease-in;
	-moz-transition: color .3s ease-in, border-color .3s ease-in, background-color .3s ease-in, opacity .3s ease-in;
	transition: color .3s ease-in, border-color .3s ease-in, background-color .3s ease-in, opacity .3s ease-in;
}
input[type="submit"],
input[type="button"],
button,
.ba-button{
	display: inline-block;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea,
select {
	-webkit-transition: color .3s ease-in, border-color .3s ease-in, background-color .3s ease-in, opacity .3s ease-in;
	-moz-transition: color .3s ease-in, border-color .3s ease-in, background-color .3s ease-in, opacity .3s ease-in;
	transition: color .3s ease-in, border-color .3s ease-in, background-color .3s ease-in, opacity .3s ease-in;
}

/*----------Header----------*/
.ba-container{
	padding: 0 20px;
	max-width: 940px;
}
.ba-container--hero{
	max-width: 640px;
}
.ba-header{
	background: #aab5ca url("../assets/hero-bg.jpg") 50% no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
	/*padding: 26.5% 0 35.8%;*/
	padding: 284px 0 384px;
	min-height: 100vh;
	font-size: 15px;
	letter-spacing: .06em;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 2;
	position: relative;
}
.ba-logo{
	display: inline-block;
	margin-bottom: 80px;
}
.ba-header__title{
	font-size: 54px;
	line-height: 1.3;
	margin: 0 0 35px;
}
.ba-scroll{
	display: block;
	width: 23px;
	height: 37px;
	position: absolute;
	bottom: 115px;
	left: 50%;
	margin-left: -12px;
	background: url("../assets/scroll.svg") 50% no-repeat;
	background-size: cover;
}
.ba-scroll:hover{
	opacity: .6;
}

/*----------About us----------*/
.ba-about{
	padding: 160px 0;
}
.ba-box{
	border: 2px solid #3c3c3c;
	border-width: 0 2px 2px;
	padding: 70px 180px 26px;
	text-align: center;
	font-size: 16px;
	position: relative;
}
.ba-box:before,
.ba-box:after{
	display: block;
	content: '';
	position: absolute;
	height: 2px;
	background: #3c3c3c;
	width: 27%;
	top: 0;
}
.ba-box:before{
	left: 0;
}
.ba-box:after{
	right: 0;
}
.ba-box:last-child{
	margin-bottom: 0;
}
.ba-box--light{
	border-color: #fff;
}
.ba-box--light:before,
.ba-box--light:after{
	background-color: #fff;
}
.ba-box__title{
	font-size: 34px;
	position: absolute;
	left: 27%;
	top: 0;
	width: 46%;
	transform: translateY(-50%);
}

/*----------Services----------*/
.ba-section{
	padding: 130px 0 110px;
}
.ba-section--services{
	color: #fff;
	background: #aab5ca url('../assets/services.jpg') 50% no-repeat;
	background-size: cover;
}

/*----------What-we-do----------*/
.ba-section--what-we-do{
	padding: 120px 0 115px;
}
.ba-box--what-we-do{
	padding: 0 180px 90px;
}
.ba-box-logo:nth-child(2){
	margin-top: 125px;
}
.ba-box__text--what-we-do{
	font-size: 14px;
}
.ba-box__title--small{
	font-size: 20px;
	margin: 35px 0 32px;
}
.ba-box-logo{
	margin-top: 110px;
}

/*----------Images-section----------*/
.ba-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ba-flex__element{
	width: 350px;
	min-height: 237px;
	background-color: #aab5ca;
	border: 5px solid #fff;
	flex-grow: 1;
	padding: 170px 35px 0;
}
.ba-flex__element:nth-child(1){
	background: url("../assets/topworkz-bg.jpg") no-repeat;
	background-size: cover;
}
.ba-flex__element:nth-child(2){
	background: url("../assets/joint-bg.jpg") no-repeat;
	background-size: cover;
	width: 600px;
}
.ba-flex__element:nth-child(3){
	background: url("../assets/market-bg.jpg") no-repeat;
	background-size: cover;
}
.ba-flex__element:nth-child(4){
	background: url("../assets/worktop-bg.jpg") no-repeat;
	background-size: cover;
}
.ba-flex__element:nth-child(5){
	background: url("../assets/lable-bg.jpg") no-repeat;
	background-size: cover;
	width: 600px;
}
.ba-flex__element:nth-child(6){
	background: url("../assets/kyiv-bg.jpg") no-repeat;
	background-size: cover;
}
.ba-flex__title{
	color: #fff;
	font-size: 34px;
}


/*----------Contact-us----------*/
.ba-section--contact{
	padding: 140px 0 0;
}
.ba-box__btn{
	border: 2px solid #3c3c3c;
	background-color:  #3c3c3c;
	width: 391px;
	height: 54px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: .16em;
}
.ba-box__btn:hover{
	background: #aab5ca;
	color: #3c3c3c;
}

/*----------Rights----------*/
.ba-section--rights{
	padding: 65px 0;
	text-align: center;
}
.ba-rights-text{
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	margin-left: 30px;
	vertical-align: middle;
}