

/* Start:/local/templates/main/components/bitrix/form.result.new/callback/style.css?17564623871563*/
.modal-callback {
	position: relative;
	display: none;
	width: 250px;
	margin: 0;
	padding: 0;
	padding-bottom: 25px;
	background-color: #f1efeb;
}
.modal-callback__link {
	min-height: 25px;
	margin-top: 5px;
	padding-top: 5px;
}
.callback-form__field {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	flex-direction: column;
	width: 200px;
	margin: 7px 25px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
}

.callback-form__field p {
	margin: 0;
}

.callback-form__field span {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 19px;
	margin-bottom: 5px;
}

.callback-form__field input[type=text] {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 19px;
	width: 100%;
	height: 33px;
	padding-right: 7px;
	padding-left: 7px;
	color: #807366;
	border: 1px solid #cec2b6;
	outline: 0;
	background: #fff;
}

.callback-form__field input[type=submit] {
	width: 150px;
	margin: auto;
}

.callback-form__field textarea{
	/*border: none;*/
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 19px;
	width: 100%;
	height: 270px;
	padding-right: 7px;
	padding-left: 7px;
	color: #807366;
	border: 1px solid #cec2b6;
	outline: 0;
	background: #fff;
	resize: none;
	overflow: auto;
}

.form-required 
{
	color: red;
}
/* End */
/* /local/templates/main/components/bitrix/form.result.new/callback/style.css?17564623871563 */
