.form_kont {
	position: absolute; top: 30px;
	right: 20px; width: 435px;
	font-family: 'Ubuntu Light';
}

.form_kont  > img {
	margin-bottom: 20px;
}

.content-page .form_kont {
	position: absolute; right: -10px;
	top: 0;
}

.header_text {
	position: absolute; left: 20px;
	top: 35px;
}

.form_kont .close {
	position: absolute; top: -10px; right: -10px;
	cursor: pointer;
}
.form_kont label{width:100%;display:block;float:left;padding-left: 5px; font-size: 13px; color: #1c1c1c;}
.form_kont .lbox{float:left;width: 300px; }
.form_kont .rbox{float:left;width: 300px; }
#sending {
	position:absolute; width:400px;
	border: 5px solid #76c0f3; background: #fff;
	color: #fff; text-shadow: 2px 2px 10px #fff;
	z-index:999; -moz-box-shadow:2px 2px 30px #76c0f3;
	-webkit-box-shadow:2px 2px 30px #76c0f3;box-shadow:2px 2px 30px #76c0f3;
	text-align:center; padding:30px 0 30px 0; 
	border-radius: 5px; 
	display: none; z-index: 100;
}
#process{width:100%;display:none}
#sending .request{width:170px;margin:10px auto}
#sending a{width:30px;display:block;height:30px;position: absolute; top: -15px; right: -15px; }
#sending-content, #sending-content-error {display:none}
#sending *, #sending {font-family: 'Ubuntu Light'; font-size: 15px; }
.form_kont fieldset{border:0;float:left;width:100%;margin:0;padding:0}

.form_kont textarea, .form_kont input[type=text]{
	float:left; font-size: 11px;
	color: #294a9e; margin: 0 0 8px 0;
	padding: 10px; width: 100%;
	border: 1px solid #ccd3e5; resize: none;
	font-family: 'Ubuntu Light';
}

.form_kont input[type=image] {
	cursor: pointer; position: absolute;
	right: 30px; bottom: -3px;
}

#fic-name-box {
	margin-left: -120px;
}

#fic-phone-box {
	margin-left: -185px;
}

#fic-content-box {
	margin-left: -215px;
}

.google-map {
	float: left; overflow: hidden;
	height: auto; margin: 10px 0;
	width: 1000px; position: relative;
	background: url(../img/request.gif) center no-repeat;
}

.google-map a {
	position: absolute; right: 25px;
	bottom: 35px; display: block;
	width: 114px; height: 25px;
	background: url(../img/btn-zoom-map) no-repeat;
	z-index: 5;
}

.google-map iframe {
	border: 5px solid #76c0f3; position: relative;
	visibility: hidden; width: 990px;
	z-index: 1;
}