.hero{
	margin: 30px 0;
	height: 510px;
	background-image: url('../img/hero.jpg');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 60px 40px 30px;
}
.hero h1{
	color: #ed0684;
	font-size: 3.4em;
	font-weight: 300;
	font-family: 'Light', sans-serif;
	line-height: 1.1;
	margin-bottom: 20px;
}
.hero h2{
	font-family: 'Medium', sans-serif;
	font-size: 2.4em;
}
.hero__form{
	width: 335px;
	height: 350px;
	background-color: #fff;
	padding: 20px 25px;
}
.bottom{
	padding: 30px 50px 20px;
	width: 450px;
	margin: 0 auto;
	height: auto;
}
.modal{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hero__form h3{
	font-family: 'Light', sans-serif;
	font-size: 2.5em;
	line-height: 1.1;
	color: #ed0684;
}
.bottom h3{
	text-align: center;
	margin-bottom: 10px;
}
.hero__form fieldset{
	margin: 20px 0;
}
.hero__form label{
	display: block;
	font-size: 1.6em;
	font-family: 'Light', sans-serif;
	margin-bottom: 5px;
}
.hero__form input[type="text"]{
	display: block;
	height: 50px;
	border-radius: 2px;
	border: 1px solid #c2c2c2;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	font-family: 'Light', sans-serif;
	font-size: 1.8em;
		-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	color: #ababab;
}
.hero__form input[type="text"]:focus{
	border-color: #ed0684;
	color: #ed0684;
}
.hero__form input[type="submit"]{
	width: 100%;
}
.aim{
	display: block;
	background-color: #fff;
	padding: 40px 0 35px 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 360px;
    font-family: 'Roman', sans-serif;
	font-size: 2em;
	background-repeat: no-repeat;
	background-position: 30px 35px;
			-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 2px;
	position: relative;
	top: 0;
	height: 100px;
}
.aim:hover{
	background-color: #ed0088;
	color: #fff;
	top: -10px;
}
.aim:nth-child(1){
	padding-left: 110px;
	background-position: 35px 30px;
	background-image: url('../img/aim1.png');
}
.aim:nth-child(1):hover{
	background-image: url('../img/aim1-hover.png');
}
.aim:nth-child(2){
	background-image: url('../img/aim2.png');
}
.aim:nth-child(2):hover{
	background-image: url('../img/aim2-hover.png');
}
.aim:nth-child(3){
	background-image: url('../img/aim3.png');
}
.aim:nth-child(3):hover{
	background-image: url('../img/aim3-hover.png');
}