*{
	box-sizing: border-box;
}
*:after, *:before {
	box-sizing: border-box;
}
body{
	margin: 0;
	padding: 0;
	background: #f6f8fa;
	font-size: 14px;
	font-family: 'GothamBook-Regular';
	line-height: 1.2;
}