#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 .err::before{
	clear: both;
	content: "";
	display: block;
}


.vc-test-popup__add-resume-link:hover {
	box-shadow: 1px 5px 21px #222222;
}



.vc-test-popup__add-resume-link {
	width: 100%;
	display: block;
	height: 64px;
	line-height: 64px;
	border: 2px solid #222222;
	border-radius: 4px;
	text-align: center;
	color: #222222;
	font-size: 1.125rem;
	text-transform: uppercase;
	font-family: 'helveticaneuecyrlight', sans-serif;
	transition: all .3s ease;
	text-decoration: none;
	margin-top: 24px;
	padding: 0;
	cursor: pointer;
	margin-bottom: 16px;
	box-sizing: border-box;
}

.err{
	color: #f00;
	display: none;
	font-size: 80%;
}
.field-error .err{
	display: inline;
}
.field-wrap .err::before{
	clear: both;
	content: "";
	display: block;
}


@media screen and (max-width: 1440px) {

	.vc-test-popup__add-resume-link {
		height: 48px;
		line-height: 48px;
		font-size: .8125rem;
	}
}