/*form-callback*/

.form-callback {
	background-color: #768e16;
	padding: 20px;
	width: 400px;
	-webkit-box-shadow: 0 0 80px 0px #fff;
	-moz-box-shadow: 0 0 80px 0px #fff;
	box-shadow: 0 0 80px 0px #fff;
}

.form-callback::after {
	content: '';
	display: block;
	clear: both;
}

.form-callback fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

.form-callback input {
	width: 100%;
	border-width: 1px;
	border-color: #fff;
	border-style: solid;
	height: 32px;
	color: #434242;
	font-size: 13px;
	font-weight: 400;
	line-height: 21px;
	padding: 0 13px;
	margin-bottom: 20px;
	background-color: #F2FFC0;
}

.form-callback textarea {
	width: 100%;
	border-width: 1px;
	border-color: #fff;
	border-style: solid;
	height: 100px;
	color: #434242;
	font-size: 13px;
	font-weight: 400;
	line-height: 21px;
	padding: 13px;
	margin-bottom: 20px;
	background-color: #F2FFC0;
}

.form-callback button {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	float: none;
	color: #fff;
	border-color: #fff;
}

.form-callback .form__alert {
	font-size: 13px;
	line-height: 20px;
	position: relative;
	top: -15px;
	text-align: center;
	color: #EFEFEF;
	clear: both;
}