/****Form****/

#form {
	/*
	padding-top: 2px;
	padding-right: 40px;
	*/
	margin: 0 0 0 0;
}

#form input {
 	padding: 9px 14px 9px;
  	border: 1px solid #c1bfba;
  	background-color: #fff;
	width: 250px;
	height: 36px;
	font: 300 12px/18px 'Roboto', Arial, Helvetica, sans-serif;
	color: #6d6b68;
	cursor: pointer;
	/*
	float:left;
	*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#form textarea {
 	padding: 5px 14px 9px;
	width: 250px;
  	border: 1px solid #c1bfba;
  	background-color: #fff;
	height: 289px;
	position: relative;
	resize:none;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	font: 300 12px/18px 'Roboto', Arial, Helvetica, sans-serif;
	color: #6d6b68;
	margin: 0;
	/*
	float:left;
	*/
;

}
#form label {
	position:relative;
	display: block;
	min-height: 46px;
	width: 100%;
	/*
	float: left;
	clear: left;
	*/
}

#form label.message {
	width: 100%;

}


#form .error, #form .empty {
	color: #E02A05;
	display: none;
	font-size: 11px;
	line-height:14px;
	width:auto;
	position: absolute;
	z-index: 999;
	top: 8px;
	right: 63px;
	float:left;
}


#form .error-empty {
	display:none;
	/*
	*/
	float:left;
}

a.btn { display: block; float: left; color: #fff; font: 400 12px/29px 'Roboto', serif; cursor: pointer; background: #38332c; border-radius: 5px; margin: 0 19px 0 71px; width: 80px; text-align: center;  }
a.btn:hover { background: #bf6c2f; }



.btns {
	position:relative;
	padding-top: 10px;
	text-align: left;
}




.content .btns a.btn {
	margin: 0 0px 0 0px ;
	cursor: pointer;
}

.content .btns a.btn+a.btn {
	margin-left: 26px ;
}



.content .none {
	width: 20px;
	display: inline-block;
}

.phone {
	position: relative;
}


/*
#form .message {
	position: relative;
	width: 100%;
}

*/



.message br {
	height: 0;
	line-height: 0;
}

#form .success {
	display: none;
	position: absolute;
	width: 347px;
	border: 1px solid #e5e5e5;
  	background-color: #fff;
font: 13px/18px 'Roboto', Arial, Helvetica, sans-serif;
	color: #8f8f8f;
	text-align: center;
	padding: 20px 10px;
	z-index: 999;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}


.success_wrapper {
	position: relative;
}