*{padding: 0;margin: 0;border: 0;}
*,*:before,*:after{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}
nav,footer,header,aside{display: block;}
html,body{height:100%;width:100%;font-size:100%;line-height:1;font-size:14px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
input,button,textarea{font-family:inherit;}
input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a,a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: inherit;}

body{
	background: #fff;
	color: #57595b;
  	font: normal 16px 'Roboto', sans-serif;
}

p{
	font-size: 16px;
  	line-height: 25px;
}

.work-since{
	font-size: 80px;
	color: #e5e5e6;
	display: block;
	line-height: 90px;
}

h2{
	font-size: 35px;
	color: #0a2745;
	text-transform: uppercase;
	display: block;
}

h3{
	color: #0a2745;
	font-size: 24px;
	text-transform: uppercase;
}

h3::after{
	content: "";
	width: 70px;
	height: 2px;
	display: block;
	margin: 17px 0 17px 0;
	background: #ffae00;
	transition: all 0.3s;
}

h3:hover:after{
	width: 200px;
}

.experience{
	font-size: 21px;
	color: #e5e5e6;
	display: block;
}

.header{
	position: fixed;
	width: 100%;
	background: rgba(7,28,51,0.85);
	box-shadow:  0px 6px 6px 0px rgba(0,0,0,.3);
	z-index: 100;
}

.container{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.header-container{
	height: 70px;
	display: flex;
	text-transform: uppercase;
	justify-content: space-between;
	align-items: center;
}

.logo{
	font-size: 30px;
	color: #FFAE00;
	padding-left: 20px;
}

.menu ul{
	display: flex;
	padding-right: 20px;
}

.menu li{
	margin-left: 20px;
}

.menu a{
	color: #fff;
	font-size: 15px;
}

.menu a:hover{
	color: #FFAE00;
}

.main{
	position: relative;
	background-image: url("../img/main.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 500px;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

.work-since-container{
	width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
}

.features-wrapper{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 40px 0;
	background-color: white;
}

.features-item{
	padding: 20px;
	flex: 0 1 33.33%;
}

.objects-header{
	height: 120px;
	box-shadow:  0px 4px 6px 0px rgba(0,0,0,.2);
	background-color: #FFAE00;
	text-align: center;
}

.objects h2{
	line-height: 120px;
}

.objects-list{
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url("../img/bel.png");
	background-repeat: no-repeat;
	background-position: right;
}

.objects-list li{	
	max-width: 600px;
	display: block;
	margin: 7px;
	line-height: 25px;
	padding-left: 10px;
	border-bottom: 1px solid rgba(166, 181, 197, 0.75);
	border-left: 3px solid #FFAE00;
}

.flex-container{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 20px;
	padding-bottom: 20px;
}

.gallery{
	position: relative;
	box-shadow:  0px -4px 6px 0px rgba(0,0,0,.2);
	background-color: #F5F5F5;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}

.gallery img{
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
  }
  
.gallery img:hover{
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
	cursor: pointer;
}

.pic-container{
	border: 1px solid grey;
	flex: 0 1 33.33%;
	margin: 20px;
	overflow: hidden;
	position: relative;
	align-content: center;
	min-width: 300px;
}

.thumb-back{
	display: block;
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 40px;
	background-color: rgba(27, 16, 16, 0.7);
	text-align: left;
}

.thumb-back h4{
	color: #e5e5e6;
	line-height: 40px;
	font-size: 19px;
	margin-left: 10px;
	text-transform: uppercase;
}

.footer{
	height: 200px;
	background-color: rgb(7,28,51);
}

.phone-number{
	font-size: 50px;
	color: #e5e5e6;
}

.flex-column {
	flex-direction: column;
	text-align: center;
}

.email {
	color: #efc776;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 21px;
}

.address{
	color: #e5e5e6;
}

@media (max-width: 767px){
	.menu{
		display: none;
	}
	.logo{
		margin: 0 auto;
		padding-left: 0;
	}
	.objects-list{
		background-image: none;
	}
	.pic-container{
		flex-grow: 1;
	}
}

@media (max-width: 500px){
	.work-since{
		font-size: 58px;
	}

}