@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,latin-ext);

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background: #000000;
}

body, input, select, textarea {
	font-family: 'PT Sans Narrow', Arial, Tahoma;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 1.5;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.clearfix {
	display: block;
	zoom: 1;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0 0 15px 0;
}

h3 {
	font-size: 20px;
}

p {
	padding: 0 0 10px 0;
	margin: 0;
}

a {
	outline: none;
	color: #0e213c;
	text-decoration: none;
}

img {
	border: none;
}

a:hover {
	text-decoration: none;
	color: #7a8aa0;
}

.main {
	padding: 30px 0;
}

.container {
	width: 1140px;
	margin: 0 auto;
}

.header {
	font-size: 75px;
	text-align: center;
	font-weight: 300;
	line-height: 1;
}

.page-links {
	margin: 0;
	padding: 50px 0 185px 0;
}

.page-links li {
	list-style: none;
	float: left;
	width: 50%;
	text-align: center;
}

.page-links li a {
	display: inline-block;
	width: 230px;
	height: 230px;
	box-sizing: border-box;
	background: url(img/circle_overlay.png) center no-repeat #1253fa;
	border-radius: 50%;
	line-height: 1.1;
	text-transform: uppercase;
}

.page-links li a:hover {
	background-image: none;
}

.page-links li a .link-title {
	display: block;
	font-size: 54px;
	color: #000000;
	padding-top: 82px;
	letter-spacing: 2px;
}

.page-links li:last-child a .link-title {
	letter-spacing: -1px;
}

.page-links li a .link-subtitle {
	display: block;
	font-size: 22px;
	color: #FFFFFF;
}

.footer {
	background: #100f0e;
	padding-bottom: 15px;
}

.footer-content {
	width: 1140px;
	margin: 0 auto;
	height: 148px;
	border-bottom: 3px solid #FFFFFF;
	position: relative;
	box-sizing: border-box;
}

.logo {
	width: 537px;
	height: 238px;
	position: absolute;
	left: 0;
	bottom: 18px;
	background: url(img/logo.png) 0 0 no-repeat;
}

.contact {
	position: absolute;
	right: 0;
	bottom: 15px;
	line-height: 1;
}

.contact span,
.contact a {
	float: left;
	font-size: 35px;
	margin-left: 30px;
}

.contact .phone {
	padding-left: 45px;
	background: url(img/phone.png) 0 center no-repeat;
}

.contact .mail {
	color: #FFFFFF;
	padding-left: 45px;
	background: url(img/email.png) 0 center no-repeat;
}

.contact .mail:hover {
	color: #0082C2;
}

.contact .address {
	padding-left: 30px;
	background: url(img/pin.png) 0 center no-repeat;
}
