* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	background-color: #fff;
	color: #111;
	padding: 75px 15px;
}

.container-block {
	max-width: 640px;
	margin: 0 auto;
}

.header-block {
	margin-bottom: 40px;
}

.header-icon {
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	background-color: #27ae60;
	border-radius: 50%;
	top: 1px;
}

.header-header {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	margin-left: 5px;
}

.item-header {
	font-size: 20px;
	font-weight: 700;
}

.item-description {
	font-size: 14px;
	line-height: 22px;
	color: #777;
	margin: 15px 0;
}

.item-link {
	display: block;
	max-width: 110px;
	font-size: 13px;
	text-align: center;
	background-color: #2185d0;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	padding: 6px 0px;
	margin-top: 20px;
	transition: .25s;
}

.item-link:hover {
	background-color: #1678c2;
}

.item-divider {
	width: 100%;
	height: 1px;
	background-color: #eee;
	margin: 25px 0;
}

.footer-block {
	color: #777;
	margin-top: 40px;
}

.footer-header {
	font-size: 14px;
	line-height: 22px;
}

.footer-block a,
.footer-block a:hover,
.footer-block a:focus,
.footer-block a:visited {
	color: #2980b9;
	text-decoration: none;
}