
#form2 {
	margin-bottom: 6px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #a0a0a0;
	padding-top: 1px;
	padding-right: 100px;
}
#form2 input {
	outline: none;
	width: 100%;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: transparent;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 17px;
	font-weight: 300;
	color: #777;
	background: #fff;
	font-style: normal;
	border: 1px solid #ededed;
	padding: 9px 14px 11px;
	margin: 0;
	}
#form2 textarea {
	outline: none;
	background: #fff;
	border: 1px solid #ededed;
	width: 100%;
	height: 250px;
	position: relative;
	resize:none;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: 300;
	color: #777;
	font-style: normal;
	padding: 9px 14px 11px;
	}
#form2 ._placeholder {
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: 300;
	color: #777;
	border: 1px solid transparent;
    padding: 10px 14px 5px;
	height: 42px !important;
	width: 100% !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	cursor: text !important;
	display: block;
	}
#form2 ._placeholder.hidden {
	display: none;
	}
#form2 ._placeholder.focused {
	opacity: 0.3;
	}
#form2 .message ._placeholder {
	height: 100% !important;
	}
#form2 label{
	position:relative;
	display: block;
	min-height: 57px;
	clear: left;
	width: 100%;
	}

	#form2 label.name,
	#form2 label.email,
	#form2 label.phone {
		width: 440px;
		}
#form2 .error-message, #form2 .empty-message {
	color: #E02A05;
	font-size: 11px;
	line-height:14px;
	width:auto;
	position: absolute;
	z-index: 999;
	top: 10px;
	opacity: 0;
	right: 5px;
	float:left;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	}
#form2 .invalid .error-message, #form2 .empty .empty-message {
	opacity: 1;
	}
#form2 .btns {
	padding-top: 24px;
    text-align: right;
    float: right;
    height: 75px;
    width: 215px;
	}
	#form2 .btns a:first-child{
		margin-right: 20px;
		}
.btns a.btn {
	display: inline-block;
	text-align: left;
	padding: 11px 18px 14px 17px;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 27px;
	font-weight: 700;
	background: #64ad33;
	color: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
	}
	.btns a.btn:hover{
		background: #222;
		text-decoration: none;
		}
#form2 .success-message {
	display: none;
	opacity: 0;
	position: absolute;
	border: 1px solid #dfe1e0;
	background: #fff;
	width: 440px;
	height: 41px;
	text-align: center;
	padding: 8px 10px 8px;
	z-index: 999;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	}
#form2.success .success-message {
	display: block;
	opacity: 1;
	}
.success_wrapper {
	position: relative;	
	}