/* Форма заказа */

.orderDataForm {
	margin: 30px 125px 0 125px;
	position: relative;
}

.inner .orderDataForm h3 {
	color: #000000;
	font-weight: 300;
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 25px;
}

.orderDataForm .inpTextCalc, .orderDataForm .textAreaCalc {
	border: none;
	border-bottom: 1px solid #9e9e9e;
	display: block;
	width: 100%;
	height: 34px;
	padding: 2px 0 2px;
	margin: 0 0 15px 0;
	font-size: 16px;
	line-height: 1.43;
	color: #3f3f3f;
	font-weight: 300;
	background-color: #ffffff;
}

.orderDataForm .inpTextCalc:focus, .orderDataForm .textAreaCalc:focus {
	color: #000000;
}

.orderDataForm .inpTextCalc.noValid {
	border: none;
	border-bottom: 1px solid #eb6014;
}

.orderDataForm .textAreaCalc {
	width: 100%;
	height: 120px;
}

.inner .orderDataForm h4 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: 400;
	color: #000000;
	position: absolute;
	left: 0;
	top: 62px;
}

#order_position { display: block; margin: 0 0 0 0px; }

#order_position span {
	display: block;
	padding: 0;
	margin: 0 5px 5px 0;
	clear: both;
	font-size: 16px;
	font-weight: 300;
	float: left;
}

#order_position a {
	display: block;
	padding: 0;
	margin: -3px 0 5px 0;
	color: #eb6014;
	font-size: 12px;
	float: left;
}

.sendButNoActive {
	opacity: 0.5;
	display: inline-block;
	padding: 6px 40px 6px 40px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	background: #00a9e2;
	border-color: #00a9e2;
	text-decoration: none;
	pointer-events: none;
}

.sendBut {
	display: inline-block;
	padding: 6px 40px 6px 40px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	background: #00a9e2;
	border-color: #00a9e2;
	text-decoration: none;
}

.sendBut:hover {
	text-decoration: underline;
	color: #ffffff;
	background: #eb6014;
}