body{
	width: 100%;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}

h1, p{
	margin: 0;
	padding: 0;	
}

.main{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto 40px;
}

.header{
	position: relative;
	background: url(../../media/images/page-images/bg_menu.jpg);
	height: 272px;
}

.header .in{
	position: absolute;
	width: calc(100% - 40px);
	max-width: 1280px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0 auto;
}

.header h1{
	font: 300 72px Roboto, Arial;
	line-height: 84px;
	margin:-5px 0 0 -5px;
	color: #111;
}

.header p{
	font: 300 16px Roboto, Arial;
	line-height: 30px;
	margin: 16px 0 0;
	color: #111;
}

.content{
	width: calc(100% - 40px);
	max-width: 1280px;
	margin: 0 auto;
}

.content p{
	font: 300 33px Roboto, Arial;
	line-height: 39px;
	margin: 90px 0 29px;
	color: #111;
}

.content p:not(first-child){
	margin-top: 70px;
}

.content p:first-child{
	margin-top: 90px;
}

.content a{
	border: none;
    text-decoration: none;
}

.content img{
	margin: 0 6px 16px 0;
}

.content.buttons{
	margin-top: 80px;
}

.content button{
	font: 700 14px Roboto, Arial;
	text-transform: uppercase;
	cursor: pointer;
	border: 1px solid #111111;
	margin-right: 6px;
	padding: 16px 32px;
	background: #FFF;
	transition: all .25s ease-out;
}

.content button:hover{
	background: #570ab8;
	color: #FFF;
}