.b-hero{
	padding-top: 20px;
	height: 600px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url('../img/hero.jpg');
	background-position: 50% 50%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.b-hero h2{
	width: 540px;
	color: white;
}
.b-hero h3{
	background-color: #1c436b;
	color: #fff;
	display: block;
	width: 230px;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	text-align: center;
	margin-top: 30px;
	border-radius: 3px;
}
.hero__tag{
	width: 160px;
	position: absolute;
}
.hero__tag[data-tag="1"]{
	left: 380px;
	top: 140px;
}
.hero__tag[data-tag="2"]{
	left: 128px;
	top: 155px;
}
.hero__tag[data-tag="3"]{
	left: 47px;
	top: 283px;
}
.hero__tag[data-tag="4"]{
	left: 41px;
	top: 452px;
}
.b-hero form{
	width: 245px;
	float: right;
}
.b-hero form > h2{
	margin-bottom: 20px;
}