html{
	min-height: 2854px;
	padding: 0;
	margin: 0;
	font-family: 'Open Sans',Arial, sans-serif;
}
body{
	padding: 0;
	margin: 0;
	margin: 0 auto;
	width: 1170px;	
}

p{
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	width: 450px;
	display: inline-block;
	vertical-align: top;
	margin: 50px 0px 52px 112px;
}
p+p{
	margin-left: 40px;
}
p.intro{
	color: #2a395f;
	font-weight: 700;
}
h1{
	font-size: 18px;
	font-weight: 700;
	width: 450px;
	line-height: 24px;
	color: #2a395f;
	display: inline-block;
	vertical-align: top;
	margin: 50px 0px -24px 112px;
}
h1+h1{
	margin-left: 40px;
}

h1.full{
	display: block;
}

footer{
	background-image: url('../images/contact.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 164px;	
}
footer address{
    display: inline-block;
    height: 120px;
    margin: 0 0 0 470px;
    padding: 28px 0 0 6px;
    width: 260px;
    background-color: #fff;
    font-size: 13px;
    line-height: 19px;
    font-style: normal;
    font-weight: 600;
}
a{
	color: #000;
	text-decoration: none;	
}
a:hover{
	color: #2a395f;	
	text-decoration: underline;	
}
h2{
	font-size: 14px;
	margin-bottom: 1px;
}

img{
	background-color: rgba(42, 57, 95, 0.36);
	width: 100%;
}

/*
img[alt=header]{
	height: 480px;
}

img[alt=flex]{
	height: 170px;
}

img[alt=brands]{
	height: 170px;
}
img[alt=office]{
	height: 748px;
}
*/