*{
	font-size:1em;
}
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, 
kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset,label, legend,caption{
	border:0px;
	margin:0px;
	outline:0px;
	padding:0px;
}
html,body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}
html{
	overflow-y:scroll;
}
body{
	margin:0;
	padding:0;
	font-family:Arial,sans-serif; 
	font-size:14px;
	line-height:16px;
	color:#1f1f1f;
	min-width:800px;
	background:#0067af;
}
a:link, a:visited, a:active{
	color:#0067af;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
.seo_text p, .static_text p{
	margin-bottom:10px;
}
article ul,article ol{
	margin-left:20px;
	margin-bottom:10px;
}
.clear{
	clear:both;
}
.mess_err{
	color:#e03c42;
	font-weight:bold;
}
.mess_ok{
	color:#4fad51;
	font-weight:bold;
}
.static_text{
}
.static_text p{
	margin-bottom:10px;
}
.seo_text{
	text-align:justify;
}
.wrap{
	width:747px;
	margin:0 auto;
	-webkit-box-shadow:0px 4px 5px 0px rgba(50,50,50,0.75);
	-moz-box-shadow:0px 4px 5px 0px rgba(50,50,50,0.75);
	box-shadow:0px 4px 5px 0px rgba(50,50,50,0.75);
}
#top{
	height:98px;
}
.logo{
	float:left;
	z-index:200;
	position:relative;
}
.stl{
	text-shadow:2px 2px 4px rgba(0,0,0,0.5);
	float:left;
	margin-left:40px;
	margin-top:25px;
	color:#ffffff;
	font-size:30px;
	line-height:30px;
	font-weight:bold;
	text-align:right;
}
.stl span{
	font-size:18px;
}
.ol{
	float:left;
	margin-top:15px;
	background:url('../images/ol.png') no-repeat top left;
	height:50px;
	padding-top:15px;
	padding-left:15px;
	margin-left:35px;
	color:#ffffff;
}
.h_phone{
	background:url('../images/phones.png') no-repeat;
	float:right;
	width:157px;
	height:85px;
	color:#0067af;
	text-align:center;
	margin-top:10px;
	padding-top:7px;
}
.h_phone a.recall{
	text-decoration:none;
	border-bottom:1px dotted #0067af;
	padding-top:7px;
	display:inline-block;
}
.h_phone a.recall:hover{
	border-bottom:1px solid transparent;
}
#header{
	height:253px;
	position:relative;
	background:url('../images/header.jpg') no-repeat;
}
.prices{
	position:absolute;
	bottom:23px;
	right:0px;
	color:#ffffff;
	font-size:22px;
	font-weight:bold;
	line-height:24px;
	width:345px;
	padding:10px 25px;
	background:#29426a;
	background:rgba(41,66,106,0.96);
}
#bottom{
	padding:40px 0px;
}
.copy{
	text-align:center;
	font-size:12px;
	color:#ffffff;
}
.top_text{
	padding:20px 25px 40px 35px;
	background:url('../images/tt.png') #ffffff no-repeat center bottom;
}
#content{
	background:#ffffff;
	padding:20px 25px 40px 35px;
}
.content{
	text-align:justify;
	float:left;
	width:280px;
}
.form_container{
	width:370px;
	float:right;
}
.form{
	padding:25px;
	background:#f6f6f6;
}
.side_fb{
	padding:25px;
}
.form input[type=text]{
	border:0px;
	width:280px;
	padding:0 20px;
	height:52px;
	color:#2f8bb7;
	margin-bottom:20px;
}
input[name=surname]{
	display:none;
}
.form input[type=text]::-webkit-input-placeholder{
	color:#2f8bb7;
}
.form input[type=text]::-moz-placeholder{
	color:#2f8bb7;
}
.form input[type=text]:-moz-placeholder{
	color:#2f8bb7;
}
.form input[type=text]:-ms-input-placeholder{
	color:#2f8bb7;
}
.form input[type=submit]{
	background:url('../images/submit.png') no-repeat;
	border:0px;
	cursor:pointer;
	width:320px;
	height:52px;
	color:#ffffff;
	text-transform:uppercase;
	font-size:18px;
}
.pls{
	float:right;
}
.pl{
	width:273px;
	margin-bottom:25px;
}
.pl a{
	display:inline-block;
	padding-top:10px;
	padding-left:15px;
}
.p1{
	background:url('../images/p1.png') no-repeat;
	height:72px;
}
.p2{
	background:url('../images/p2.png') no-repeat;
	height:54px;
}
.social{
	text-align:center;
	padding-top:40px;
}
.social_item{
	display:inline-block;
	max-width:120px;
}
.social .social_item:nth-child(3n){
	max-width:100px;
}

#modal_bg{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:700;
	background:rgba(0,0,0,0.5);
}
.modal{
	position:absolute;
	width:270px;
	padding:20px;
	z-index:800;
	display:none;
	background:#ffffff;
	border:1px solid #484848;
}
.modal_close{
	width:20px;
	height:20px;
	background:url('../images/ico_close.png');
	cursor:pointer;
	position:absolute;
	top:10px;
	right:10px;
}
.modal_close_small{
	width:10px;
	height:10px;
	background:url('../images/ico_close_10.png');
	cursor:pointer;
	position:absolute;
	top:10px;
	right:10px;
}
.modal form{
	text-align:center;
}
.modal h3{
	font-size:24px;
	line-height:24px;
	font-weight:normal;
	margin-bottom:10px;
	color:#0067af;
	text-transform:uppercase;
	text-align:left;
}
.modal input[type=text]{
	font-size:12px;
	width:250px;
	padding:0 10px;
	height:40px;
	margin-bottom:5px;
}
.modal input[type=submit]{
	background:url('/images/submit.png');
	height:40px;
	color:#ffffff;
	text-transform:uppercase;
	font-size:14px;
	border:0px;
	cursor:pointer;
}
