.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-ms-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
}
.popup {
	background-color: #b0bec4;
	border-top: 3px solid #f2f2f2;
	border-bottom: 3px solid #f2f2f2;
	display: inline-block;
	left: 50%;
	opacity: 0;
	padding:20px 15px 20px 15px;
	width: 330px;
	min-height: 350px;
	height: auto;
	position: fixed;
	text-align: center;
	top: 45%;
	visibility: hidden;
	z-index: 999999;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
	border-radius: 11px;
	box-shadow: 6px 6px 16px rgba(0,0,0,0.3);
}
.popup .close_window {
	width: 27px;
	height: 27px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	text-align: center;
	background-image: url(../img/close.png);
	background-repeat: no-repeat;
	background-position: center center; 
	transition: transform 0.3s ease;
}

.popup .close_window:hover {
	transform: rotate(90deg);
}

.runab_pole	{
	height: 40px;
	width: 250px;
	padding-left: 15px;
	padding-top: 5px;
	margin-top: 10px;
	font-size: 20px;
	color: #4e4e4e;
	border-radius: 10px;
	border: 1px solid #b3b3b3;
}

.runab_form_but	{
	width: 315px;
	height: 45px;
	border-radius: 10px;
	border: 1px solid #6d1010;
	cursor: pointer;
	margin-top: 15px;
	color: #ffffff;
	font-size: 20px;
	line-height: 45px;
	background-color: #b20f0f;
	transition: transform 0.3s ease;
}

.runab_form_but:hover	{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.runab_text_pole_s {
	font-size: 16px;
	color: #b20f0f;
}

.vis {
	height: 20px;
	padding-top: 15px;
}

.form_info	{
	padding-top: 15px;
	font-size: 20px;
}




.bp-form-pole	{
	display: block;
	width: 223px;
	height: 45px;
	margin: auto;
	border-radius: 5px;
	border: none;
	border-bottom: 3px solid #ffffff;
	background-color: #f7f7f7;
	box-shadow: inset 0px 2px 4px rgba(139,139,139,0.7);
	margin-top: 30px;
	font-size: 18px;
	font-family: "OpenSansRegular";
	color: #616161;
	padding-left: 20px;
	padding-top: 5px;	
}

.bp-form-button	{
	display: block;
	width: 243px;
	height: 50px;
	background-color: #56c14a;
	background-image: url(../img/menu_button_bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-size: 1px 50px;
	border: none;
	border-radius: 10px;
	border-bottom: 4px solid #379c2c;
	font-size: 18px;
	font-family: "OpenSansBold";
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0px 2px 2px rgba(28,104,20,1.0);
	line-height: 47px;
	margin-top: 30px;
	cursor: pointer;
}

.bp-form-button:hover	{
	text-shadow: 0px 2px 2px rgba(28,104,20,0.3);
}

.bp-form	{
	width: 330px;
	height: 273px;
	float: right;
	margin: auto;
}