.colums-50,
.colums-100 {
	position: relative;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 15px;
}
@media (min-width: 721px) {
	.colums-50 {
		display: block;
		float: left;
		width: 50%;
	}
}
@media (max-width: 720px) {
	.colums-100 {
		width: 100%;
	}
	.colums-100 form {
		margin: 0;
	}
}
.required {
	color: red;
	background: none;
	padding-left: 0px;
}
.step-header {
	margin: 20px 0 10px 0;
	font-weight: bold;
}
.description-header {
	margin: 35px 0 0 0;
}
.label-left {
	display: inline-block;
	width: 40%;
	max-width: 200px;
	font-weight: normal;
	font-size: 100%;
}
form {
	width: 100%;
	margin: 0 auto 30px;
}
form legend {
	border: none;
	margin-left: 0px;
}
form>div {
	margin-left: 15px;
	margin-bottom: 5px;
}
form textarea {
	width: 100%;
	max-width: 465px;
}
form button {
	border-radius: 2px 2px 2px 2px;
	box-shadow: 2px 3px 6px 1px rgba(0, 0, 0, 0.4);
	position: relative;
	display: inline-block;
	background: #ec241e;
	background: linear-gradient(to bottom, #ec241e 0%, #ac210d 100%);
	padding: 10px 35px 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Anton', sans-serif;
	letter-spacing: .05em;
	line-height: 25px;
	color: #fff;
	margin-bottom: 5px;
	margin-right: 5px;
}
form button:hover {
	cursor: pointer;
	background: #ac210d;
}
.request {
	text-align: center;
	padding-top: 75px;
	padding-bottom: 75px;
}
.request h1 {
	display: inline-block;
}
.request div {
	margin: 50px 0;
}
.request a {
	font-size: 100%;
}