@font-face{
	font-family:"Akko";
	src:url("fonts/3025c443-2fb6-49f3-b7b5-de23102d21bf.eot?#iefix");
	src:url("fonts/3025c443-2fb6-49f3-b7b5-de23102d21bf.eot?#iefix") format("eot"),url("fonts/320c35e6-dd10-4725-9865-ec2d20979ca8.woff") format("woff"),url("fonts/718c79d5-44f1-4617-a9c5-a350d5d9297f.ttf") format("truetype"),url("fonts/7db9ce2c-0eb4-4a29-83e1-5355e737cf3d.svg#7db9ce2c-0eb4-4a29-83e1-5355e737cf3d") format("svg");
	font-weight: normal;
	font-style: normal;
}

body {
	max-width: 1024px;
	margin: 150px auto 0 auto;
	font-family: "Akko";
	color: #333;
	background-color: #F3F3F3;
}

h1 {
	font-size: 54px;
	line-height: 1.2;/*64 */
	margin-bottom: 33px;
}

p {
	font-size: 19px;
	margin-bottom: 33px;
	line-height: 1.68; /* 32 */
}

.logo {
	margin-left: -90px;
	width: 200px;
}

.logo img {
	display: block;
	max-width: 100%;
}

.big-button {
	background-color: #1472b1;
	padding: 16px 20px;
	color: white;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 19px;
	line-height: 1;
	margin: 0 10px 16px 0;
	display: inline-block;
}


@media screen and (max-width:1200px) {
	body {
		padding: 20px;
	}
	.logo {
		margin-left: 0;
	}
}