

/* Start:/local/components/bitrix/form.result.new/templates/simple/style.css?17565056571898*/
.simple-form{
	font-family: Ubuntu, serif;
}

.simple-form .uk-input,
.simple-form .uk-select,
.simple-form .uk-textarea{
	background-color: #fff;
	color: #000;
	border-color: #fff;
	border-radius: 5px;
	font-size: 18px;
}

.simple-form .uk-input,
.simple-form .uk-select{
	height: 50px;
}

.simple-form .has-error .uk-input:placeholder-shown,
.simple-form .has-error .uk-textarea:placeholder-shown{
	border: 1px solid #fe2421;
}

.simple-form .required{
	display: none;
	position: absolute;
	top: 50%;
	right: 12px;
	font-size: 14px;
	transform: translateY(-50%);
}

.simple-form .has-error .uk-input:placeholder-shown ~ .required,
.simple-form .has-error .uk-textarea:placeholder-shown ~ .required{
	display: inline-block;
}

.simple-form .uk-input:focus,
.simple-form .uk-textarea:focus,
.simple-form .uk-select:focus {
	border-color: #1e87f0;
}

.simple-form .uk-button-primary{
	background-color: #fe2421;
	color: #fff;
	border: none;
	height: 50px;
	text-transform: uppercase;
	font-weight: bold;
}

.simple-form .uk-button-primary:hover{
	background-color: hsla(1, 56%, 77%, 1);
	color: #b91b19;
	border: none;
}

.uk-form-floating {
	position: relative;
}

.uk-form-floating input,
.uk-form-floating textarea {
	padding: 20px 12px 10px 12px;
}

.uk-form-floating label {
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translateY(-50%);
	transition: 0.2s ease all;
	pointer-events: none;
	color: #999;
	font-size: 14px;
}

.uk-form-floating textarea + label{
	top: 15px;
	font-size: 12px;
	color: #333;
}

.uk-form-floating input:focus + label,
.uk-form-floating input:not(:placeholder-shown) + label{
	top: 12px;
	font-size: 12px;
	color: #333;
}

.simple-form .uk-overlay-default{
	background: hsla(0, 0%, 100%, 0.4);
}

.simple-form .uk-spinner.uk-icon{
	color: #000 !important;
}
/* End */
/* /local/components/bitrix/form.result.new/templates/simple/style.css?17565056571898 */
