.solution-commercial-offer {
	clear: both;
	margin: 45px 0 35px;
	padding: 0 15px;
	text-align: center;
}

.solution-commercial-offer-button {
	display: inline-block;
	max-width: 100%;
	padding: 15px 28px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 4px;
	background: #1091d5;
	color: #fff !important;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.35;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
}

.solution-commercial-offer-button:hover {
	background: #087dbd;
	color: #fff !important;
}

#solution-offer.solution-offer-form {
	width: 460px;
	left: 50%;
	margin-left: -230px;
	padding: 30px 20px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 4px;
	background: #fff;
}

#solution-offer.solution-offer-form form {
	margin: 0;
	padding: 0;
}

#solution-offer.solution-offer-form .solution-offer-row {
	margin: 0 0 14px;
}

#solution-offer.solution-offer-form form input[type="text"],
#solution-offer.solution-offer-form form input[type="email"],
#solution-offer.solution-offer-form form textarea {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	outline: none;
	background: #f4f4f4;
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

#solution-offer.solution-offer-form form input[type="text"],
#solution-offer.solution-offer-form form input[type="email"] {
	height: 50px;
}

#solution-offer.solution-offer-form form textarea {
	height: 100px;
	padding-top: 12px;
	padding-bottom: 12px;
	resize: vertical;
}

#solution-offer.solution-offer-form form input[type="text"]:focus,
#solution-offer.solution-offer-form form input[type="email"]:focus,
#solution-offer.solution-offer-form form textarea:focus {
	border-color: #1091d5;
	background: #fff;
}

#solution-offer.solution-offer-form .solution-offer-submit-row {
	margin-bottom: 0;
}

#solution-offer.solution-offer-form form .form-callback_send {
	display: block;
	width: 100%;
	height: 50px;
	margin: 8px 0 0;
	padding: 0 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 0;
	border-radius: 4px;
	background: #0aa3df;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	text-transform: none;
	cursor: pointer;
	-webkit-appearance: none;
}

#solution-offer.solution-offer-form form .form-callback_send:hover {
	background: #078dc4;
	color: #fff;
}

@media screen and (max-width: 520px) {
	.solution-commercial-offer {
		margin: 35px 0 25px;
		padding: 0 10px;
	}

	.solution-commercial-offer-button {
		display: block;
		width: 100%;
		padding: 14px 10px;
		font-size: 15px;
	}

	#solution-offer.solution-offer-form {
		width: 90%;
		left: 5%;
		margin-left: 0;
		padding: 25px 15px 15px;
	}
}
