#overlay{
	background: #000000;
	display: none;
	height: 100%;
	opacity: 0.80;
	position: fixed;
	width: 100%;
	z-index: 1000;
	filter: alpha(opacity=80);
}
.pop_up{
	background: #ffffff;
	behavior: url(/bitrix/templates/fomedia_index/js/PIE.htc);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: none;
	left: 50%;
	margin: 0 0 0 -251px;
	padding: 12px 0;
	position: absolute;
	z-index: 2000;
	width: 502px;
}

.pop_up3{
	color: #000;
	font-size: 14px;
	position: relative;
}
.popup_form .popup_header{
	font-size: 36px;
	margin: 0 0 15px;
}
.pop_up .button_close{
	background: url(images/button_close.gif) right 4px no-repeat;
	padding: 0 15px 0 0;
	position: absolute;
	right: 20px;
	top: 12px;
	z-index: 1000;
}
.popup_form input[type="text"],
.popup_form textarea{
	border: 1px solid #e7e7e7;
    border-top: 1px solid #abadb5;
    font-size: 16px;
    margin: 0 0 10px;
    padding: 4px 2px;
}
.popup_placeholder input[type="text"], .popup_placeholder textarea{
	background: #f6f8fd;
	behavior: url(/bitrix/templates/fomedia_index/js/PIE.htc);
	border: 1px solid #c1c1c1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 8px #e5e5e5 inset;
	color: #606060;
	font-size: 14px;
	margin: 0 0 10px;
	padding: 10px;
}
.popup_form select{
	margin: 0 0 10px;
}
.popup_form .input, .popup_form textarea{
	width: 100%;
}
.popup_form .date_input{
	width: 200px;
}
.popup_form textarea{
	height: 160px;
	resize: none;
}
.popup_form select{
	display: block;
	min-width: 200px;
}
.popup_item{
    display: block;
    margin: 0 0 5px;
    color: var(--gray-80, #424242);
    font-size: 16px;
    line-height: 140%;
}
.preloader {left: 50%; margin: -32px 0 0 -32px; position: absolute; top: 75%; z-index: 5;} /*update 3.2.1*/
.form_loading{
	display: none;
	right: 20px;
	position: absolute;
	bottom: 20px;
}
.form_loading span{
	background: url(images/loading.gif) 0% 50% no-repeat;
	display: block;
	height: 20px;
	padding: 3px 0 0 25px;
}

.inner_content .link_on_top{
	font-size: 125%;
	position: absolute;
	right: 40px;
	top: 30px;
}
.form_reviews{
	margin: 0 0 0 160px;
}
.popup_form_page{
	position: relative;
	width: 410px;
	text-align: left;
}
.popup_form_page .popup_header{
	font-size: 18px;
	margin: 20px 0;
}

.starrequired {
    color: #E30A0A;
    margin-left: 2px;
}
#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;
}
.popup_placeholder .send_btn{
	background: #6fc449;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#6fc449), to(#278100));
	background: -webkit-linear-gradient(#6fc449, #278100);
	background: -moz-linear-gradient(#6fc449, #278100);
	background: -ms-linear-gradient(#6fc449, #278100);
	background: -o-linear-gradient(#6fc449, #278100);
	background: linear-gradient(#6fc449, #278100);
	-pie-background: linear-gradient(#6fc449, #278100);
	behavior: url(/bitrix/templates/fomedia_index/js/PIE.htc);
	border: 1px solid #278100;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	cursor: pointer;
	padding: 10px 30px;
	position: relative;
	zoom: 1;
}
.popup_placeholder .send_btn:hover{
	background: #6fc449;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#6fc449), to(#41a216));
	background: -webkit-linear-gradient(#6fc449, #41a216);
	background: -moz-linear-gradient(#6fc449, #41a216);
	background: -ms-linear-gradient(#6fc449, #41a216);
	background: -o-linear-gradient(#6fc449, #41a216);
	background: linear-gradient(#6fc449, #41a216);
	-pie-background: linear-gradient(#6fc449, #41a216);
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999;
}
input[type="text"]:-moz-placeholder , textarea:-moz-placeholder {
    color: #999;
}

