* { margin: 0; padding: 0; border: 0 }

html {
overflow-y: scroll;
border: 0px;
height:100%;
} 

* html body {
height:100%;
}

body {
background: #fff;
font: 70% Verdana, Arial, Helvetica, sans-serif;
margin:0 auto;
min-height:100%;
}

div {
display: block;
}
.clear{
  clear: both;
}

.active_area area{
border:1px solid #000;
}


/* links */
a, a:visited {
color: #9E8F77;
text-decoration: underline;
}
a:hover {
color: #000;
text-decoration: underline;
}

div.nav_1c p, div.nav_1c ol li, div.nav_1c ul li{color: #212121;}
div.nav_1c p {margin-bottom: 10px; font: 12px Verdana, Arial, Helvetica, sans-serif; line-height: 18px;}
div.nav_1c ol li, div.nav_1c ul li{font: 9pt Verdana, Arial, Helvetica, sans-serif; margin-bottom: 8px; line-height: 17px;}
div.nav_1c h1, p.navi_1c_p{
background-image:url(images/nav_1c.jpg); 
background-size: cover;
background-repeat: repeat;
padding: 5px;
border: 1px solid #787878;
border-radius: 5px;
color: #fff;
text-align: center!important;
}
div.nav_1c h1{width: 300px;}
div.nav_1c h5{margin: 15px 0 8px;}
div.nav_1c h5.tel{margin: 0 0 8px;}
p.navi_1c_p {font-style: italic; font-size: 14px; color: #fff!important;}
div.nav_1c ul li {margin-left: 20px}
div.nav_1c ul li ul li {margin-left: 20px}
div.nav_1c ul.dalee li  {background: url(images/vpitere_su.png) left 60% no-repeat; list-style-type: none; margin-left: 0; padding-left: 20px;}

h2 span {
padding: 10px 0px 3px 0px;
color: #4E718E;
font-weight: bold !important;
font-size: 1.0em;
border-bottom: 1px dashed #4E718E;
line-height: 50px;
}

h1, h2, h1.besopasn {
display: inline;
padding: 10px 0px 3px 0px;
color: #4E718E;
font-weight: bold !important;
font-size: 16px;
border-bottom: 1px dashed #4E718E;
line-height: 50px;
}
h1.besopasn {margin-bottom: 40px;}

h3 {
background: url(images/vpitere_su.png) left 60% no-repeat;
padding: 0px 0px 0px 15px;
color: #FF2727;
font-weight: normal !important;
font-size: 13px;
/*line-height: 30px; */
}
h4{
  color: #4E718E;
  font-size: 11pt;
  text-align: center;
  font-weight: normal;
}
h5{
  font-size: 13px;
color: #123552;
}
h6{
  font-size: 12px;
  font-weight: bold;
  color: black;
}

p, span, div {
color: #424242;
line-height: 16px;
}
hr{width:500px!important; height:1px!important; background:#123552;}

a.selected {
color: #FF2727;
}
.siteheart{
  position: fixed;
  top: 50%;
  left: 0;
  margin: -84px 0 0 0;
}

/*******************************************************************************************
   LAYOUT - INDEX
********************************************************************************************/

/*--------------- HEADER ------------------*/

.header {
background: url(images/main_bg_header2.jpg) 50% 0% no-repeat;
height: 154px;
padding: 0px;
margin: 0px auto;
position: relative;
/*width: 1400px;*/
}
.header_wrap {
background: #000;
height: 154px;
width: 100%;
/*border-bottom: 3px solid #fff;*/
}

.header_1000 {
width: 1000px;
height: 100%;
margin: 0px auto;
padding: 0px;
}

.header_1000_wrap {
height: 100%;
padding: 0px 20px 0px 20px;
position: relative;
}

.header_top {
height: 40px;
}

.header_top_l {
text-align: left;
float: left;
width: 50%;
height: 100%;
}

.header_top_l .home {
float: left;
display: block;
height: 40px;
width: 30px;
}

.header_top_l .mail {
float: left;
display: block;
height: 40px;
width: 33px;
}

.header_top_l .map {
float: left;
display: block;
height: 40px;
width: 30px;
}

.header_top_r {
float: left;
width: 50%;
height: 100%;
}

.header_top_flag {
text-aligh: right;
float: left;
width: 38%;
height: 100%;
}

.header_top_flag .rus {
float: right;
display: block;
height: 40px;
width: 60px;
}

.header_top_flag .ing {
float: right;
display: block;
height: 40px;
width: 65px;
}

.search-form {
float: left;
width: 62%;
height: 40px;
}

.search-form_l {
float: left;
width: 270px;
height: 40px;
}

.search-form_l input {
margin: 10px 0px 0px 15px;
width: 250px;
height: 20px;
border:0px;
}

.search-form_r {
float: right;
width: 25px;
height: 40px;
}

.header_bot {
height: 114px;
position:relative;
}
a.main_page{
  display: block;
  position: absolute;
  top: 45px;
  left: 3px;
  width: 250px;
  height: 85px;
}

.header_bot_t {
height: 80px;
}

.header_bot_left {
height: 114px;
    left: -94px;
    position: absolute;
    top: -10px;
	z-index:2;
}

.header_bot_right {
height: 114px;
    position: absolute;
    right: 0;
    top: 0;
}

.header_bot_b {
height: 30px;
clear: both;
}

ul.main_menu {
list-style-type: none;
overflow: hidden;
margin: 0;
padding: 0;
height: 30px;
}

ul.main_menu li {
  float: left;
 display: inline-block;
  margin: 0 1px;
  padding: 0;
  height: 30px;
  list-style: none;
}

/*ul.main_menu li:first-child {
  border-right: 2px solid #FFF;
}*/

ul.main_menu li a {
  font-size: 14px;
 display: block;
 line-height: 30px;
 height: 30px;
 padding: 0 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
 background: #3b5267;
}

ul.main_menu li a.selected {
 color: #5aa7e1 !important;
 background: #eaeff4;
}

ul.main_menu li a:hover {
  text-decoration: underline;
}

.header_bot_right_1 {
 display: inline-block;
 height: 81px;
 width: 33%;
}

.header_bot_right_2 {
 display: inline-block;
 width: 33%;
 height: 81px;
}

.header_bot_right_3 {
 display: inline-block;
 height: 81px;
}
.other_cities{
  display: none;
  background: white;
  width: 300px;
  z-index: 100;
  position: absolute;
  top: 100px;
  right: 20px;
  font-size: 10pt;
  border: 1px solid #656565;
}
.other_cities table td{
  padding: 3px;
  text-align: left;
}

.he_span_1 {
font-size: 14px;
color: #bbcad5;
margin-top: 20px;
display: block;
}

.he_span_2 {
font-size: 14px;
color: #fff;
display: block;
}

.he_span_3 {
font-size: 14px;
color: #bbcad5;
margin-top: 20px;
display: block;
}

.he_arrow img {
/*position: relative;*/
opacity: 0.8;
padding-left: 10px;
}

.he_arrow img:hover {
opacity: 1;
}

/*--------------- CONTENT ------------------*/

.content_auth {
width: 1000px;
height: 40px;
margin: 0px auto;
padding: 0px;
position: relative;
}

.content_auth_in {
height: 100%;
padding: 0 20px;
}

.layer_0 {
background: url(images/layer_0.png) left top repeat-x;
}

.layer_1_wrap {
width: 100%;
height: 235px;
}

.layer_1_inner_top {
width: 1000px;
height: 237px;
margin: 0px auto;
}

.layer_1_inner_top_in {
background: white;
position: relative;
top: 15px;
width: 960px;
height: 210px;
margin:  0px 0px 0px 20px;
}

.layer_1_inner_bottom {
width: 1000px;
height: 40px;
margin: 0px auto;
padding: 0px 0px 0px 0px;
}

/*-----------------------------------*/

.layer_h1 {
font-size: 18px;
color: #5aa7e1;
font-family: "Tahoma";
width: 100%;
padding: 10px 20px 15px 20px;
}

.layer_h2 {
font-size: 18px;
color: #5aa7e1;
font-family: "Tahoma";
width: 100%;
padding: 15px 0px;
}

/*----------------------------------*/

.layer_2 {
width: 980px;
background: url(images/sh_l.png) left center no-repeat;
margin: 0px auto;
}

.layer_2_2 {
margin-left: 10px;
background: url(images/sh_r.png) right center no-repeat;
}

.layer_2_wrap {
/*height: 540px;*/
background: #FFF;
margin-right: 10px;
}

.layer_2_inner_top {
background: white;
padding: 5px 20px 0px 20px;
}

.layer_2_inner_clear {
width: 100%;
height: 20px;
clear: both;
}

.layer_2_inner_bottom {
width: 100%;
height: 100px;
padding: 0px 0px 0px 0px;
}

.layer_2_inner_bottom_1000 {
padding: 0px 20px 0px 20px;
}

.layer_2_top_1 {
float: left;
width: 177px;
height: 100%;
padding: 0px 0px 0px 0px;
}

.layer_2_top_2 {
float: left;
width: 177px;
height: 100%;
padding: 0px 0px 0px 8px;
}

.layer_2_top_3 {
float: left;
width: 177px;
height: 100%;
padding: 0px 0px 0px 8px;
}

.layer_2_top_4 {
float: left;
width: 177px;
height: 100%;
padding: 0px 0px 0px 8px;
}

.layer_2_top_5 {
float: left;
width: 177px;
height: 100%;
padding: 0px 0px 0px 8px;
}

.layer_2_top_1 .net {
background: url(images/net1.png) left center no-repeat;
float: left;
width: 177px;
height: 201px;
margin: 0px 0px 0px 0px;
}

.layer_2_top_2 .syst {
background: url(images/syst1.png) left center no-repeat;
float: left;
width: 177px;
height: 201px;
margin: 0px 0px 0px 0px;
}

.layer_2_top_3 .consalt {
background: url(images/consalt1.png) left center no-repeat;
float: left;
width: 177px;
height: 201px;
margin: 0px 0px 0px 0px;
}

.layer_2_top_4 .auts {
background: url(images/auts1.png) left center no-repeat;
float: left;
width: 177px;
height: 201px;
margin: 0px 0px 0px 0px;
}

.layer_2_top_5 .shop {
background: url(images/shop1.png) left center no-repeat;
float: left;
width: 177px;
height: 201px;
margin: 0px 0px 0px 0px;
}

.layer_2_inner_top span {
padding: 0px 10px 10px 10px;
display: block;
float: left;
clear: both;
}

.layer_2_inner_top span a {
line-height: 15px;
color: #828282;
font-size: 12px;
}

.layer_2_inner_top span a:hover {
text-decoration: none;
}

div.integration {float: left;margin: 0px 0px 0px 0px;}
div.integration img {width: 177px; height: 201px;}

span.name_for_img {visibility: hidden;font-size: 1px; line-height: 1px;}
/*----------------------------------*/

.1c {
padding: 10px 0px 20px 0px;
}

.layer_3_wrap {
width: 100%;
height: 200px;
background: url(images/layer_3.png) top center repeat-x;
}

.layer_3_inner_top {
width: 1000px;
height: 60px;
margin: 0px auto;
}

.layer_3_inner_bottom {
width: 1000px;
height: 184px;
margin: 0px auto;
position: relative;
}

.all_news {
font-style: italic;
color: #5aa7e1;
display: block;
text-align: right;
}

.podrob {
text-align: right;
display: block;
font-style: italic;
font-size: 11px;
}

.layer_2_inner_bottom_block {
/*height: 35px;*/
margin: 5px 20px 10px 20px;
padding-bottom: 10px;
font-family: "Tahoma";
border-top: 1px solid #c9d6e0;
border-bottom: 1px solid #c9d6e0;
}

.layer_2_inner_bottom_block span {
color: #6e88a9;
padding: 0;
}

.layer_2_inner_bottom_block .sp_p {
color: #818181;
}
/*.layer_2_inner_bottom_block span.sp_p{
width:896px!important;
}*/
/*-------------------------------------*/

.layer_4_wrap {
width: 1000px;
height: 165px;
margin: 0px auto;
}

.layer_4_wrap_1000 {
padding: 0px 20px 0px 20px;
height: 100%;
border-top: 1px solid #c9d6e0;
}

/*-------------------------------------*/

.layer_5_wrap {
clear: both;
width: 100%;
height: 150px;
background: #C9D6E0;
}

.layer_5_inner {
width: 1220px;
height: 150px;
margin: 0px auto;
position: relative;
}

.layer_5_inner_1 {
float: left;
width: 280px;
height: 100%;
margin: 0px 0px 0px 20px;
background: url(images/grad1.png) top right no-repeat;
padding: 0 20px 0 0;
}

.layer_5_inner_2 {
float: left;
height: 100%;
width: 280px;
padding: 0px 20px;
}

.layer_5_inner_3 {
float: left;
height: 100%;
padding: 0px 0px 0px 20px;
background: url(images/grad1.png) top left no-repeat;
}

/*---------------------------------------------------------*/
.layer_5_inner_4 {
float: left;
height: 100%;
padding: 0px 0px 0px 20px;
background: url(images/grad1.png) top left no-repeat;
width:200px;
}

.layer_5_inner_4 .sp_p3 {
line-height: 15px;
padding: 10px 5px 3px 5px;
color: #424242;
display: block;
}

.layer_5_inner_4 .sp_p2 {
display: block;
padding: 0px 5px 0px 5px;
line-height: 15px;
color: #777;
}
/*=========================================================*/

.layer_5_inner_1 .sp_p3 {
line-height: 15px;
padding: 10px 5px 3px 0px;
color: #424242;
display: block;
}

.layer_5_inner_1 .sp_p2 {
display: block;
padding: 0px 5px 0px 0px;
line-height: 15px;
color: #777;
}

.layer_5_inner_2 .sp_p3 {
line-height: 15px;
padding: 10px 5px 3px 5px;
color: #424242;
display: block;
}

.layer_5_inner_2 .sp_p2 {
display: block;
padding: 0px 5px 0px 5px;
line-height: 15px;
color: #777;
}

.layer_5_inner_3 .sp_p3 {
line-height: 15px;
padding: 10px 5px 3px 5px;
color: #424242;
display: block;
}

.layer_5_inner_3 .sp_p2 {
display: block;
padding: 0px 5px 0px 5px;
line-height: 15px;
color: #777;
}

/*--------------- footer ------------------*/

.footer {
background: url(images/footer.jpg) 50% 0% no-repeat;
height: 70px;
padding: 0px;
margin: 0px auto;
position: relative;
}
.footer_wrap {
background: #000;
height: 70px;
width: 100%;
}

.footer_1000 {
width: 1000px;
height: 100%;
margin: 0px auto;
}

.footer_1000_wrap {
height: 100%;
padding: 0px 20px 0px 20px;
}

.footer_left {
float: left;
width: 50%;
height: 100%;
}

.footer_right {
float: right;
width: 50%;
height: 100%;
}

.footer_create {
position: relative;
top: 8px;
/*left: 100px;*/
}
.footer_bitrix {
height: 40px;
position: relative;
top: 10px;
/*left: 100px;*/
}
a.bitrix{
  display: block;
  height: 40px;
  background: url(images/1c-bitrix-logo.png) top left no-repeat;
  padding: 3px 0 0 155px;
  color: #fff;
  font-size: 14px;
}

.footer_create a {
color: #fff;
font-size: 14px;
}

.footer_menu ul {
width: 500px;
float: right;
list-style-type: none;
overflow: hidden;
margin: 0;
padding: 0;
position: relative;
top: 30px;
}

.footer_menu ul li {
float: right;
margin: 0;
padding: 0;
height: 13px;
list-style: none;
}

.footer_menu ul li a {
position: relative;
bottom: 3px;
padding: 0px 13px 0px 13px;
font-size: 14px;
color: white;
text-decoration: underline;
}

.footer_menu ul li a:hover {
text-decoration: none;
}

/*-------------------------- ??? slider --------------*/

.slides_container {
	width:946px;
	overflow:hidden;
	position:relative;
	display:none;
	margin-left: 7px;
	padding-top: 8px;
}

.slides_container a {
	width:946px;
	height:194px;
	display:block;
}

.slides_container a img {
	display:block;
}

#slides .next,#slides .prev {
	position:absolute;
	top:90px;
	left:20px;
	width:29px;
	height:29px;
	display:block;
	z-index:101;
}

#slides .next {
	left:910px;
}

.pagination {
float: right;
background:url(images/switcher.png) no-repeat;
	margin:0px 55px 0px 0px;
	width:92px;
	height:27px;
	z-index: 100;
position: relative;
bottom: 27px;
padding-left: 12px;
}

.pagination li {
	float:left;
	margin: 8px 2px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -14px;
}

/*-------------------------- SECOND slider --------------*/

.carousel {
width: 860px !important;
margin: 0px auto;
}

.carousel ul li {
/*width: 80px;
height: 82px; */
margin: 0px 15px 0px 15px;
}
.carousel_left {
width: 180px !important;
margin: 0px auto;
}

.carousel_left ul li {
/*width: 80px;
height: 82px; */
margin: 0px 15px 0px 15px;
}
.carousel_3 {
width: 200px !important;
height: 320px !important;
margin: 50px 0px 0px 0px;
}

.carousel_4 {
width: 200px !important;
height: 320px !important;
margin: 50px 0px 0px 0px;
}

.prev {
float:left;
background:url(images/arr_l.png) no-repeat;
	position:relative;
bottom: 40px;
	width:29px;
	height:29px;
	display:block;
	z-index:101;
}

.next {
float:right;
background:url(images/arr_r.png) no-repeat;
	position:relative;
bottom: 40px;
	width:29px;
	height:29px;
	display:block;
	z-index:101;
}

.prev_3 {
float:right;
background:url(images/arr_top.png) no-repeat;
	position:relative;
top: 30px;
right: 90px;
	width:29px;
	height:29px;
	display:block;
	z-index:101;
}

.next_3 {
float:right;
background:url(images/arr_bot.png) no-repeat;
	position:relative;
top: 10px;
right: 90px;
	width:29px;
	height:29px;
	display:block;
	z-index:101;
}

.prev_4 {
float:right;
background:url(images/arr_top.png) no-repeat;
	position:relative;
top: 30px;
right: 90px;
	width:29px;
	height:29px;
	display:block;
	z-index:101;
}

.next_4 {
float:right;
background:url(images/arr_bot.png) no-repeat;
	position:relative;
top: 10px;
right: 90px;
	width:29px;
	height:29px;
	display:block;
	z-index:101;
}


/*-------------------------- BOTTOM slider --------------*/

.carousel_2 {
/*width: 860px !important;*/
width: 940px !important;
margin: 0px auto;
top: 15px;
}

.carousel_2 ul li {
padding: 0px 10px 0px 10px;
}

.prev_2 {
float:left;
background:url(images/foot_l.jpg) no-repeat;
	position:relative;
bottom: 65px;
	width:29px;
	height:29px;
	display:block;
	z-index:101;
	left:-28px;
	cursor:pointer;
}

.next_2 {
float:right;
background:url(images/foot_r.jpg) no-repeat;
	position:relative;
bottom: 65px;
	width:29px;
	height:29px;
	display:block;
	z-index:101;
	right:-20px;
	cursor:pointer;
}

.bl_news_nav{
border:1px dotted #ccc;
padding:4px;
margin-bottom:8px;
width: 494px;
}

.bl_news_nav .left_img_news {
width:150px;
padding-right:10px;
}

.bl_news_nav .left_img_news img{
max-width:150px;
max-height:150px;
/*margin:0px;*/
}

.bl_news_nav .left_img_news a{
}

.bl_news_nav .right_img_news{
padding:4px;
}

/*---------------- Auth -----------------*/
.left_auth_block{background:url(images/persona.jpg) no-repeat;}
.auth_name{color:#494949;}
.auth_prof{color:#bead9d!important;}
.auth_exit{background:url(images/exit.jpg) no-repeat; border:0; width:49px; height:15px;cursor:pointer;}
.auth_prof, .auth_exit, .auth_name{margin-left:25px;}
.input-left-field{background:url(images/auth_input.jpg) no-repeat; width:151px; height:23px;}
.auth_login{background:url(images/auth_login.jpg) no-repeat; width:62px; height:25px; float:right;cursor:pointer;}
.auth_registr{margin-left:38px;}
.auth_forgoten{margin-left:6px;}
.auth_left_main{width:151px; margin-left:23px;}
a.auth {
display: block;
float: left;
position: relative;
top: 12px;
left: 10px;
color: #000;
font-weight: bold;
font-size: 11px;
text-decoration: underline;
}

a.auth:hover {
text-decoration: none;
}

p.auth_p {
display: block;
float: left;
position: relative;
top: 12px;
left: 0px;
color: #000;
font-weight: normal;
font-size: 11px;
line-height: 15px;
margin: 0px 0px 0px 25px;
}

.input-field {
margin: 0px 0px 0px 20px;
border: 1px solid #B1B1B1;
font-size: 12px;
position: relative;
top: 11px;
left: 0px;
float: left;
}

.field_checkbox {
margin: 0px 0px 0px 10px;
position: relative;
top: 13px;
left: 0px;
float: left;
}

.field_label {
margin: 0px 0px 0px 10px;
font-size: 11px;
position: relative;
top: 12px;
left: 0px;
float: left;
}

.input-submit {
background-image:url(images/auth_button.png);
width: 18px;
height: 17px;
margin: 0px 0px 0px 15px;
position: relative;
top: 11px;
left: 0px;
float: left;
}

a.auth_forgot {
margin: 0px 0px 0px 35px;
display: block;
float: left;
position: relative;
top: 12px;
left: 0px;
color: #000;
font-weight: normal;
font-size: 11px;
text-decoration: underline;
}

a.auth_forgot:hover {
text-decoration: none;
}
/*------------ ?????????? ???????? --------------- */

.submenu_in {
width: 1000px;
height: 45px;
margin: 0px auto;
padding: 0px;
}

.submenu_in_cont {
height: 100%;
padding: 0 20px;
}

.submenu_in_wrap {
background:url(images/in_bg1.png) top repeat-x;
width: 100%;
height: 45px;
}

ul.menu_inner {
background:url(images/in_sep1.png) top right no-repeat;
width: 100%;
float: left;
list-style-type: none;
overflow: hidden;
margin: 0;
padding: 0;
}

ul.menu_inner li {
float: left;
margin: 0;
padding: 0;
list-style: none;
height: 45px;
}

ul.menu_inner li a {
background:url(images/in_sep1.png) top left no-repeat;
display: block;
padding: 0px 35px;
height: 33px;
line-height: 33px;
font-size: 14px;
color: #5aa7e1;
text-decoration: none;
font-family: Tahoma;
}

ul.menu_inner li.selected {
background:url(images/in_sel1.png) bottom center no-repeat;
}

ul.menu_inner li.selected a {
color: #5aa7e1 !important;
}

ul.menu_inner li a:hover {
text-decoration: underline;
}

.layer_inn_wrap {
width: 1000px;
min-height: 450px;
margin: 0px auto;
}

.layer_inn_inner_top {
min-height: 10px;
background: white;
padding: 0px 20px 0px 20px;
}

.layer_inn_1 {
float: left;
height: 100%;
width: 200px;
}

.layer_inn_2 {
float: left;
width: 500px;
padding: 20px 20px 20px 25px;
}

.layer_inn_3 {
float: left;
height: 100%;
width: 200px;
text-align: center;
}

.layer_inn_1_top {
float: left;
height: auto;
width: 100%;
border-top: 2px dotted #939393;
/*border-bottom: 2px dotted #939393;*/
}

.layer_inn_1_bot {
padding: 20px 0px 0px 0px;
float: left;
/*height: 200px; */
width: 100%;
}
/*???????????*/
.layer_inn_3_sert {
padding: 20px 0px 19px 0px;
float: left;
/*height: 440px;*/
width: 100%;
min-width:250px;
border-bottom: 2px dotted #939393;
margin-bottom: 15px;
}
.layer_inn_3_sert img {
padding: 10px 0px 10px 0px;
}
/*???????????*/
.layer_inn_3_sert_present {
padding: 20px 0px 19px 0px;
float: left;
/*height: 440px;*/
width: 100%;
/*border-bottom: 2px dotted #939393;*/
}
.layer_inn_3_sert_present img {
padding: 10px 0px 10px 0px;
}
ul.inn_ul {
width: 100%;
float: left;
list-style-type: none;
overflow: hidden;
margin: 0;
padding: 0;
position: relative;
top: 0px;
right: 12px;
}

ul.inn_ul li {
background:url(images/arr_5.png) 0px 13px no-repeat;
float: left;
clear: both;
margin: 0px;
padding: 10px 0px 15px 10px;
line-height: 20px;
list-style: none;
}

ul.inn_ul li a {
color: rgb(130, 130, 130);
font-size: 14px;
line-height: 15px;
}

ul.inn_ul li a:hover {
text-decoration: none;
}

.layer_inn_2 img {
padding: 0px 0px 0px 0px;
float:middle;
margin: 0px 5px 10px 0px;
}

.p_content {
font-size: 14px;
color: #828282;
line-height: 18px;
font-family: Tahoma;
}

.p_h2 {
color: #595959;
line-height: 15px;
font-family: Tahoma;
font-size: 16px;
}

a.p_reg {
font-size: 12px;
color: #595959;
font-weight:bold;
}

.bx-system-auth-form {
padding-top: 8px;
}

.main_link{
  position: absolute;
  width: 240px;
  height: 110px;
  top: 55px;
  left: 5px;
  display: block;
}

/*????? ???????? ?????*/
#newForm {
border:1px dotted #CCC;
padding:20px;
margin-top:30px;
}

#newForm .title_form{
font-size:16px;
margin-bottom:30px;
color: #4E718E;
}

#newForm .sendForm {

}

#newForm .sendForm input{
border:1px solid #CCC;
width:360px;
height:20px;
padding:2px;
margin-bottom:10px;
color:#9E8F77;
}

#newForm .sendForm label{

color:#9E8F77;
}


#newForm .sendForm textarea{
border:1px solid #CCC;
max-width:360px;
min-width:260px;
min-height:80px;
padding:2px;
margin-bottom:10px;
color:#9E8F77;
resize:horizontal;

}

#newForm .sendForm button{
border:1px solid #CCC;
width:160px;
height:30px; 
}


/*??????????? ???????? fansybox*/
.img_navigatPage{
width:900px;
height:881px;
background:url(/bitrix/templates/navigator/images/screen_F0N_big.jpg) no-repeat;
position:relative;
}

.icPag_1,
.icPag_2,
.icPag_3,
.icPag_4,
.icPag_5,
.icPag_6,
.icPag_7,
.icPag_8,
.icPag_9,
.icPag_10,
.icPag_11{
position:absolute;
}

.img_navigatPage a{
display:block;
list-style:decimal
}

.icPag_1{
right: 163px;
    top: 67px;
}

.icPag_2{
right: 111px;
    top: 138px;
}

.icPag_3{
right: 36px;
    top: 310px;
}

.icPag_4{
right: 36px;
    top: 409px;
}

.icPag_5{
bottom: 296px;
    right: 109px;
}

.icPag_6{
bottom: 94px;
    right: 143px;
}

.icPag_7{
bottom: 70px;
    right: 424px;
}

.icPag_8{  
left: 31px;
    top: 694px;
}

.icPag_9{
left: 82px;
    top: 450px;
}

.icPag_10{
left: 82px;
    top: 275px;
}

.icPag_11 {
left: 84px;
    top: 97px;
}

/*---------style--------------------------------*/
.icPag_1 a,.icPag_3 a,.icPag_4 a,.icPag_6 a,.icPag_7 a,.icPag_8 a{height:46px;}

.icPag_1 a{
width:134px;
background:url(/bitrix/templates/navigator/images/icPag_1.png) no-repeat;
}

.icPag_2 a{
width:109px;
height:109px;
background:url(/bitrix/templates/navigator/images/icPag_2.png) no-repeat;
}

.icPag_3 a{
width:266px;
background:url(/bitrix/templates/navigator/images/icPag_3.png) no-repeat;
}

.icPag_4 a{
width:266px;
background:url(/bitrix/templates/navigator/images/icPag_4.png) no-repeat;
}

.icPag_5 a{
width:108px;
height:108px;
background:url(/bitrix/templates/navigator/images/icPag_5.png) no-repeat;
}

.icPag_6 a{
width:133px;
background:url(/bitrix/templates/navigator/images/icPag_6.png) no-repeat;
}

.icPag_7 a{
width:152px;
background:url(/bitrix/templates/navigator/images/icPag_7.png) no-repeat;
}

.icPag_8 a{  
width:241px;
background:url(/bitrix/templates/navigator/images/icPag_8.png) no-repeat;
}

.icPag_9 a{
width:108px;
height:108px;
background:url(/bitrix/templates/navigator/images/icPag_9.png) no-repeat;
}

.icPag_10 a{
width:108px;
height:109px;
background:url(/bitrix/templates/navigator/images/icPag_10.png) no-repeat;
}

.icPag_11 a{
width:107px;
height:107px;
background:url(/bitrix/templates/navigator/images/icPag_11.png) no-repeat;
}

/*-----hover--------------------------*/

.icPag_1 a:hover{
background:url(/bitrix/templates/navigator/images/icPag_1active.png) no-repeat;
}

.icPag_2 a:hover{
background:url(/bitrix/templates/navigator/images/icPag_2active.png) no-repeat;
}

.icPag_3 a:hover{
background:url(/bitrix/templates/navigator/images/icPag_3active.png) no-repeat;
}

.icPag_4 a:hover{
background:url(/bitrix/templates/navigator/images/icPag_4active.png) no-repeat;
}

.icPag_5 a:hover{
background:url(/bitrix/templates/navigator/images/icPag_5active.png) no-repeat;
}

.icPag_6 a:hover{
background:url(/bitrix/templates/navigator/images/icPag_6active.png) no-repeat;
}

.icPag_7 a:hover{
background:url(/bitrix/templates/navigator/images/icPag_7active.png) no-repeat;
}

.icPag_8 a:hover{  
background:url(/bitrix/templates/navigator/images/icPag_8active.png) no-repeat;
}

.icPag_9 a:hover{
background:url(/bitrix/templates/navigator/images/icPag_9active.png) no-repeat;
}

.icPag_10 a:hover{
background:url(/bitrix/templates/navigator/images/icPag_10active.png) no-repeat;
}

.icPag_11 a:hover{
background:url(/bitrix/templates/navigator/images/icPag_11active.png) no-repeat;
}







/*????????*/
.cert_carousele{
  width: 242px;
  height: 140px;
  margin: 0;
  padding: 5px;
}
.cert_carousele a.prev_cert, .cert_carousele a.next_cert, .mini_gallery a.prev_cert, .mini_gallery a.next_cert {
    display: block;
    height: 140px;
    width: 22px;
    float: left;
}
.cert_carousele a.prev_cert {
    background: url('images/prev_button.png');
}
.cert_carousele a.next_cert {
    background: url('images/next_button.png');
}
.mini_gallery a.prev_cert {
    background: url('images/prev_gallery_button.png');
}
.mini_gallery a.next_cert {
    background: url('images/next_gallery_button.png');
}
.carousele_content{
  float: left;
  width: 194px;
  height: 140px;
  margin: 2px;

}
.cert_item{
  width: 194px;
  height: 140px;
  background: url('images/cert_bg.png') no-repeat;
}
.work_item{
  width: 150px;
  height: 112px;
  background: url('images/gallery_block.jpg') no-repeat;
  margin: 0 3px 0 0;
  text-align: center;
  vertical-align: middle;
  padding: 4px 0 0 0;
}
.mini_gallery{
  background: #EAEFF4;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;

  margin: 15px 0 0 0;
  width: 507px;
  min-height: 185px;
}
.work_item img{
  padding: 0;
  margin: 0;
  display: inline;
  float: none;
}
.work_item a{
  padding: 0;
  margin: 0;
  display: inline;
}
.mini_gallery_header{
  padding: 10px 22px 5px 22px;
}
.section_name{
  color: #4E718E;
  font-weight: bold !important;
  font-size: 1.5em;
  font-family: Arial;
}
.section_description{
  color: #606060;
}
.abon{
  border: 1px solid #656565;
  border-collapse: collapse;
}
.abon td, .abon th{
  border: 1px solid #656565;
  border-collapse: collapse;
  padding: 3px;
}

.callback_form {
border:1px dotted #CCC; 
padding: 20px 10px 10px;
}

.callback_form input{
	border: 1px solid #CCCCCC;
    color: #9E8F77;
 
    margin-bottom: 10px;
    padding: 2px;
  
}


.callback_form div{
  margin: 5px 0 2px 12px;
  color:#9E8F77;

}
.callback_form input{
  border: 1px solid #656565;
  width: 200px;

}
.presentation{
  margin: 0 0 0 60px;
}
a.flash_logo{
  width:395px;
  height:124px;
  background:url(images/main_logo_09.png) no-repeat 20px 0px;
  display:block;
}
.alfa_s{
	margin: -7px 0 0 0;
	padding: 0 0 5px 0;
}
.alfa_s a{
	color:#4e718e;
	font-size: 13px;
}
/*Calculater*/
.calc_title{width: 198px; height: 65px; background: url('images/calc.jpg') no-repeat; padding-top: 7px; color: #5e5b5b; font-family: Tahoma;}
.calc_title h5{color: #fff; font-size: 15px; font-weight: normal; text-shadow: #666 0 1px 2px; margin:0 0 0 45px; padding: 0; }
.calc_title p {width: 151px; color:#fff; font-size: 11px;margin: 0 0 0 45px;}
.calc_form {font-family: Tahoma; color: #231f20; font-size: 11px;font-weight: normal;}
.calc_form input, .calc_form textarea {border:1px solid #dbe0e2; background-color:#ecf1f3; margin: 0; padding: 2px 0; color:#231f20; font-size:11px; text-align:right;}
input[name="calc"] {background: url('images/calc_bg.jpg'); color:#fff; padding: 2px 5px 2px 5px;}
.calc_form input:active, .calc_form textarea:active{border:1px solid #ffcb3a;}
.calc_form textarea {text-align:left!important;}
.calc_send {background: url('images/calc_bg.jpg'); color:#fff!important; font-size:12px!important; text-align:center!important; padding: 2px 6px!important; width:194px; }
.message div {background: url('images/bg_red.png') right no-repeat; height:33px; text-align:right; color:#fff; padding:27px 9px 0 0; position:relative; margin:-25px 0 0 60px; width:111px;}
.message span {color:#254264;}
.calc {border:1px solid #b7c7d2;}
.mapTd td {padding-left: 50px; padding-bottom: 45px;}
.textTd td:nth-child(even) {padding-left: 15px;}

#vakans {
	margin-left: 12px;
}

#vakans a, #vakans a:visited {
	color: #4E718E;
	text-decoration: none;
}

#vakans a:hover {
	color: #000000;
	text-decoration: underline;
}
input{border:solid 1px lightgray;padding:0px 2px;}
input.inputtext.fieldName{border:solid 1px lightgray;padding:0px 2px;}
textarea.inputtextarea.fieldName{border:solid 1px lightgray;}