* {
	border-collapse: collapse;
	border-spacing: 0 0;
	border-style: none;
	border-width: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}
html{
    /*background: url("/images/bg.jpg") repeat scroll -26px -8px #FFFFFF;*/
    height: 100%;
    width: 100%;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}

.rounded{
	border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
}

a{
	text-decoration:none;
}

a.print{
	    display: block;
    position: relative;
    top: 30px;

}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:65.2%;
	height:100%;
}
.bg_right_bottom{
	height:431px;
	width:1500px;
	position:absolute;
	bottom:-20px;
	right:-1500px;
	background: url("/images/bg.jpg") repeat scroll 24px 0 #FFFFFF;
	display:none;
}
.bg_left_top{
    background: url("/images/bg.jpg") repeat scroll 15px 0 #FFFFFF;
    display: none;
    height: 311px;
    left: -1457px;
    position: absolute;
    top: -1px;
    width: 1500px;
	
}
/*.root>tbody>tr>td{
	vertical-align: middle;
	height:100%;
	width:100%;
}*/
.wrap{
background:#fff;
    margin: 0 auto;
    max-width: 1260px;
    min-width: 980px;
    position: relative;
}
.top,.bottom,.center{
	max-width:1200px;
	margin:0 auto;
	min-width:980px;
	background: #fff;
}
.root{
	width:100%;
	height:100%;
}
.root td{
	/*vertical-align: middle;*/
}

p.help{
	background: url("/dyn_images/img6226.jpg") no-repeat left top;
	padding:0 0 0 31px;
	min-height: 24px;
}

p.example{
  background: url("/dyn_images/img6774.jpg") no-repeat left top;
	padding:0 0 0 31px;
	min-height: 24px;
}

p.structure{
  background: url("/dyn_images/img6787.jpg") no-repeat left top;
  padding:5px 0 0 31px;
	min-height: 24px;
}

p.dop{
  background: url("/dyn_images/img6899.jpg") no-repeat left top;
  padding:5px 0 0 31px;
	min-height: 24px;
}

p.voskl{
  background: url("/dyn_images/img6902.jpg") no-repeat left top;
  padding:0 0 0 31px;
	min-height: 24px;
}

.banner{
	border:1px solid #c4c4c4;
}

ol.list_num_1 {
	list-style:decimal!important;
}

hr{
    color:#aeaeac!important;
	 border: 1px solid #aeaeac;
}

.pad10 td{
	padding:10px;
}
/*----------------ЗЕБРА------------------------*/
.zebra{
	 background-color: #f7f7f7!important;
}
.zebra .even {
   background: #f1f1f1!important;
}
.zebra td{
padding-left:10px;
text-align:left;
}

.zebra tr:first-child td{
height:50px;
background:#E6E6E6;
}
/*главное меню сайта*/
#menu{
position:relative;
top:10px;
left:-10px;	
background:#fff;
}
#menu ul{
	
}
#menu ul>li{
display:inline;
list-style:none;	
margin-right:5px;
}
#menu ul li a{
    background: url("/images/bg_menu_li.png") no-repeat scroll left center transparent;
    color: black;
    font-size: 12px;
    padding-left: 10px;
    text-transform: uppercase;
}

#menu ul li a:hover{
	color:#FF7B13;
}

#menu ul li:first-child a{
	background:none;
}
#menu ul li:last-child{
	display:none;
}
/*шапка сайта*/
.top{
	position:relative;
}
.logo{
	padding-left:10px;
}
.adress{
	width:246px;
}
.root1{
	background: url("/images/bg_top.png") no-repeat scroll 0 0 #fff;
	margin: 0 auto;
   max-width: 1180px;
   min-width: 980px;
}
.root2{
	background: url("/images/bg_top.png") no-repeat scroll 0 0 #fff;
}
.head{
	max-width:1080px;
	margin:0 auto;
	min-width:940px;
	padding:34px 20px 0 20px;
	height:100px;
	position:relative;
}

.bg_top{
    background: url("/images/bg_top.png") no-repeat scroll 0 0 transparent;
    height: 311px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 120px;
}
/*путь*/
#path{
    background: url("/images/bg_path.jpg") no-repeat scroll 0 -1px transparent;
    border-bottom: 1px solid #D4D4D4;
    border-top: 1px solid #D4D4D4;
    height: 12px;
    left: 2px;
    padding: 5px 0 5px 25px;
    position: absolute;
    top: 120px;
    width: 70%;
	 z-index:2;
}
#path a:first-child{
	background:none;
	padding:0;
}
#path a{
    background: url("/images/bg_path_a.png") no-repeat scroll left 5px transparent;
    color: #757575;
    font-size: 10px;
    font-weight: bold;
    margin-right: 5px;
    padding-left: 15px;
    text-transform: uppercase;
}

/*контент*/
.center{
	min-height: 766px;
	margin-top:20px;
}
.content{
    margin: 0 auto;
    max-width: 1080px;
    min-width: 950px;
    padding: 0 20px;
	 position:relative;
}
.content h1{
	margin-top:20px;
	margin-bottom:30px;
}
.left_column{
    padding: 0 8px;
    width: 72%;
}
.left_column ul{
	margin:10px 0;
}
/*правая колонка*/
.right_column{
		width:248px;
}
#menu_products{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
    border-radius: 5px;
	 background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C4C4C4;
    margin-bottom: 15px;
    min-height: 226px;
    position: relative;
    z-index: 1;
	 width:249px;
}

.gratitude{
    height: 380px;
    margin-top: 25px;
    overflow: hidden;
    padding: 15px;
	 -webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
    border-radius: 5px;
	 background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C4C4C4;
    margin-bottom: 15px;
    min-height: 226px;
    position: relative;
    z-index: 1;
	 width:219px;
}

.book {
    overflow: hidden;
    padding: 15px;
	 width:219px;
	 -webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
    border-radius: 5px;
	 background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C4C4C4;
    position: relative;
    z-index: 1;
}

.gratitude img
{
	border:1px solid #D4D4D4;
	margin: 20px 0;
}
.right_column .gratitude span.text_5{
   color: #FF7B13;
    display: inline-block;
    font-size: 1.4em;
    font-weight: bold;
    /*margin: 15px 0 0 15px;*/
    text-transform: uppercase;
}

#menu_products ul{
list-style:none;
}
#menu_products ul.lvl2{
	padding:0 17px;
}
#menu_products ul.lvl2 li{
	margin-top:20px;
}
#menu_products ul.lvl1{
	padding:17px 0;
}
#menu_products ul.lvl2 li {
    margin-top: 5px;
}

#menu_products ul.lvl3{
	margin-left:20px;
}

#menu_products ul.lvl3 li,
.list_2 li{
	/*margin-top:15px;
	margin-bottom:15px;*/
	list-style-position: outside;
	list-style-image: url("/images/bg_menu_a.png");
}

.list_2 li span{
    color: #323232;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;	
}

#menu_products a.href_level2{
    color: #323232;
    font-family: Arial Narrow;
    font-size: 1.3em;
    font-weight: bold;
    text-transform: uppercase;
}
#menu_products a.href_level3{
    /*background: url("/images/bg_menu_a.png") no-repeat scroll left 4px transparent;*/
    color: #323232;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
	
}
#menu_products .lvl3 a.active{
    color: #FF7B13;
    font-size: 1em;
    font-weight: bold;
	 text-transform:uppercase;
}
#menu_products a.href_level1_parrent_active{
    color: #FF7B13;
    font-size: 1.4em;
    font-weight: bold;
    margin: 15px 0 0 15px;
    text-transform: uppercase;
}
/*подвал сайта*/
.bottom{
	position:relative;
	clear: both;
	height: 100px;
}
.bot{
    margin: 0 auto;
    max-width: 1080px;
    min-width: 940px;
    padding: 0 20px;
    position: relative;
    top: 40px;
}
.bg_bottom{
    background: url("/images/bg_bottom.png") no-repeat scroll 0 0 transparent;
    bottom: -20px;
    height: 431px;
    position: absolute;
    right: 0;
    width: 264px;
	 z-index:0;
}
/*поиск по сайту*/
#search{
    position: relative;
	 margin-top:25px;
}
#search input[type=text]{
	height:26px;
	width:238px;
	padding-left:10px;
	border:1px solid #e1e1e1;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
}
#search input[type=submit]{
    background: url("/images/bg_search_submit.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 21px;
    position: absolute;
    right: 10px;
    top: 2px;
    width: 18px;
}

/*saits menu*/
#sites{
	
}
#sites ul{
list-style:none;
}
#sites a.href_level2{
color:#323232;
font-weight:bold;
font-size:1.6em;
}
#sites ul.lvl2 li{
	margin-top:10px;
}
#sites ul.lvl3 li,
#personal_child li,
#project_child li{
	margin-top:5px;
	margin-bottom:5px;
	/*list-style-type: square;*/
	color:#757575;
	margin-left:20px;
	list-style-image: url("/images/bg_menu_a.png");
   list-style-position: outside;
}
#sites ul.lvl3 li a,
#personal_child li a,
#project_child li a{
    color: #323232;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
}
#sites a.href_level1_parrent_active,
#sites ul.lvl3{
display:none;
}

/*-----------------------ссылки на дочерние сайты------------------*/
.link{
width:100%;
background:#ff7b13;
height:28px;	
border-bottom:0.5px solid #ec0000;
position:relative;
z-index:100;
}

.link>div{
    /*left: 27px;*/
	 left:0;
    margin: 0 auto;
    max-width: 1080px;
    min-width: 980px;
    position: relative;
}
.link div .icons{
	position:absolute;
	right:0;
	top:8px;
}
.link ul{
   left: 27px;
    position: relative;
    width: 80%;	
}

.link ul li{
    float: left;
    height: 23px;
    list-style: none outside none;
    padding: 6px 31px 0;
	 margin:0;
}
.link ul li a{
margin-left:20px;
}
.link ul li a.active{
	color:#000000;
}
/*----------------------------------------------------------------*/


/*-----------------------Проекты------------------------------*/
.project{
	width:100%;
}
.obzor{
	border:1px solid #d7d7d7!important;
	margin:40px 0;
	 width: 80%;
}
.obzor td{
	width:50%;
	vertical-align:middle;
}
/*--------------Примеры Функциональных блоков-----------------*/
.slider{
margin: 72px 0;
height:200px;
}
.slider>div{
    background:none repeat scroll 0 0 #F1F1F1;
    border-bottom: 1px solid #D4D4D4;
    border-top: 1px solid #D4D4D4;
    height: 205px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 70%;
}
.slider .potreb{
    background:url("/images/bg.jpg") repeat;
position: absolute;
width:32000px;	
left: 0;
margin-top: 5px;
}
.slider .primer{
    float: left;
    width: 384px;
	 background:#fff
}
.slider .primer .text{
float:right;
width:172px;
padding:10px;
}
.slider .primer .text .link_4{
background:url("/images/bg_menu_a.png") no-repeat scroll left 4px transparent;	
padding-left: 10px;
}
.slider .primer .text>table td{
vertical-align: middle;	
}

.slider_left{
position:absolute;
left:0;
top:0;
background:url('/images/slider_left.png') no-repeat 0 5px;
width:109px;
height:200px
}
.slider_right{
position:absolute;
right:0;
top:0;
background:url('/images/slider_right.png') no-repeat 0 5px;
width:109px;
height:200px
}
.act{
}
.act .link_4,.act .text_7{
	 color: #F3C100;
}
/*------------------------------------------------------------*/

/*-----------------------Дочерние разделы----------------------------*/
#child{
	
}

#child ul li{
	list-style:none;
}

#child li a{
	    color: #323232;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

/*----------------------------Клиенты------------------------------*/
.clients{
    border-collapse: separate;
    border-spacing: 20px;
    left: -20px;
    position: relative;
}

.clients td p{
	font-size:13px;
}

.clients img{
	margin-bottom:10px;
}

.clients td{
	border:1px solid #D4D4D4;
	width:290px;
	height:290px;
	margin-right:20px;
}
/*-------------------------Примеры эскизы дизайна-----------------------------*/
.examples{
	overflow:hidden;
}

.examples .item{
	float:left;
	border:1px solid #c4c4c4;
	margin-right:17px;
	padding:27px 10px 35px 10px;
	width:27%;
	height:340px;
	position:relative;
	text-align:center;
}
.examples .item p{
	text-align: center;
}
.examples .item img{
	/*width:100%;*/
	/*height:100%;*/
}

.examples .item .link_7{
    bottom: 38px;
    left: 30%;
    position: absolute;
}

.examples .item:last-child{
	margin-right:0;
}

/*-------------ротация фоток----------------*/
.rotator ul > li {
    display: none;
    opacity: 0;
}

.rotator ul > .li_active {
    display: block;
    opacity: 1;
}

table.proposal td {
	padding: 5px 10px 0px 10px;
}


/*-------------Предложения----------------*/
.content .proposal td{
	border-color:#969696;
}



table.proposal{
	cursor:pointer;
}

/*--------------БАзовые предложения-------------------*/
.base table{
	/*position:relative;*/
}

.base>tbody>tr>td{
	padding:23px;
}

.base_img{
    left: 27px;
    position: absolute;
    top: 68px;
}

/*-----------------------ФАЙЛЫ------------------------*/
.fileslist{
	margin-bottom:10px;
}
.iconfiles{
	margin-bottom:20px;
	margin-right: 15px;
}
.datefiles{
    color: #999999;
    display: block;
}

.sizefiles{
	color:#999999;
	text-decoration:none;
	text-transform: uppercase;
}

a.file{
	color:#007ac2;
	font-size:12px;
	text-decoration:underline;

}

.files_content{
	line-height:16px;
	display:block;
	overflow:hidden;
}
/*--------------------------------------------------*/

/*-----------Поиск-------------*/
.yaform__input-text{
    border: 1px solid #E1E1E1!important;
    border-radius: 5px 5px 5px 5px;
    height: 26px;
    padding-left: 10px;
    width: 238px!important;
}
.yaform__submit, .yaform__submit_image{
    background: url("/images/bg_search_submit.png") no-repeat scroll 0 0 transparent !important;
    cursor: pointer !important;
    height: 21px !important;
    position: relative;
    right: 25px;
    top: -2px;
    width: 18px !important;
}
.yaform__form,#yandexform0{
	    float: right!important;
    position: relative!important;
    width: 248px!important;
}

.b-suggest-holster{
	display:none!important;
}
