#uform_overlay{
	background: #000000;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0.80;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.uform_popup{
	background: #fafafa;
	display: none;
	left: 50%;
	margin: 0 0 0 -251px;
	padding: 12px 0;
	position: absolute;
	z-index: 2000;
	width: 502px;
}
.uform_popup_inner{
	color: #000;
	font-size: 14px;
	padding: 30px 56px 30px 50px;
	position: relative;
}
.uform_popup .button_close{
	background: url(images/icon_close.png) no-repeat;
	height: 18px;
	padding: 0 15px 0 0;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 18px;
	z-index: 1000;
}
.uform-form .popup_header{
	font-size: 36px;
	margin: 0 0 15px;
}
.uform-form .field-wrap {
	margin: 0 0 10px;
}
.uform-form select{
	display: block;
	min-width: 200px;
}
.popup_item{
	display: block;
	margin: 0 0 5px;
}
.preloader{
	background: #FFF;
	border-radius: 10px;
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1001;
}
.preloader img{
	left: 50%;
	margin: -32px 0 0 -32px;
	position: absolute;
	top: 50%;
}


#msg_success{
	background: #fff;
	border: 3px solid #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 5px #ccc;
	font-size: 20px;
	margin: -20px 0 0 -150px;
	padding: 10px;
	left: 50%;
	position: fixed;
	text-align: center;
	top: 50%;
	width: 300px;
	z-index: 10;
}
.field-error {
	border-color: 1px solid red;
}
.field-wrap .err{
	color: #f00;
	display: none;
	font-size: 80%;
}
.field-wrap.field-error .err{
	display: inline;
}

.field-wrap.field-error{
	margin-bottom:5px;
}

.field-wrap .err::before{
	clear: both;
	content: "";
	display: block;
}

.test-popup__select-shop-holder .chosen-container-single .chosen-single span{
	width:90%;
	overflow:hidden;
}

.test-popup__select-holder .chosen-container-single .chosen-drop{
	max-height: 200px;
	overflow: auto;
}

.test-popup__select-holder .chosen-container .chosen-results {
	max-height: 100% !important;
}

.field-error .form__input{
	border-color:red !important;
}

.field-error .form__input-holder{
	margin-bottom:0px !important;
}

.box-modal .test-popup__select-holder .chosen-container-single .chosen-drop{
	width: 100% !important;
}