body {
	margin: 0;

	font-family: 'Arial';

	overflow-x: hidden;
}

header {
	padding-top: 4px;
}

.logo {
	padding-top: 12px;
	padding-left: 12px;
}

section {
	display: table;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

article {
	display: table-cell;
	vertical-align: middle;

	min-width: 493px;

	margin-left: auto;
	padding: 0 18px;
	padding-left: 120px;
}

h1 {
	margin: 0;
	padding-bottom: 16px;

	font-size: 56px;
	line-height: 120%;
	letter-spacing: -1px;

	color: #011e39;
}

span {
	display: inline-block;
}

.text {
	font-size: 30px;
	line-height: 140%;

	color: rgba(1, 30, 57, 0.6);
}

.imageWrapper {
	display: table-cell;
	vertical-align: middle;
}

.image {
	display: table-cell;
	vertical-align: middle;
	float: right;

	width: 670px;
	height: 527px;
}

.buttons {
	display: inline-table;
}

a {
	display: block;
}

.downloadLink {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	margin-top: 63px;

	font-size: 20px;
	line-height: 120%;

	background: #cc0000;

	border-radius: 12px;
	padding: 20px 32px;

	color: #ffffff;
	text-decoration: none;
}

.icon {
	border: 0;
	position: relative;
	top: 3px;

	margin-top: 1px;
	margin-right: 14px;

	height: 20px;
	width: 16px;

	color: #ffffff;
}

.differentBrowser {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	text-align: center;

	margin-top: 16px;

	font-size: 20px;
	line-height: 120%;

	border-radius: 12px;
	padding: 20px 32px;

	color: rgba(1, 30, 57, 0.6);
}

@media screen and (max-width: 980px) {
	article {
		text-align: center;
		padding-left: 18px;
	}

	.image {
		display: none;
	}
}

@media screen and (min-width: 1600px) {
	.image {
		width: 1005px;
		height: 791px;
	}
}
