/** @TODO A.Lidonov 20.01 Вынести формы в отдельную секцию
 * 
 */

/* 
	BASIC STYLE
*/
@font-face {
    font-family: PT Sans narrow Regular; /* Имя шрифта */
    src: url('/application/includes/fonts/PTC55F.ttf') format('truetype'); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: PT Sans Regular; /* Имя шрифта */
    src: url('/application/includes/fonts/PTS55F.ttf') format('truetype'); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: PT Sans Italic; /* Имя шрифта */
    src: url('/application/includes/fonts/PTS56F.ttf') format('truetype'); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: PT Sans Bold; /* Имя шрифта */
    src: url('/application/includes/fonts/PTS75F.ttf') format('truetype'); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: PT Sans Bold Italic; /* Имя шрифта */
    src: url('/application/includes/fonts/PTS76F.ttf') format('truetype'); /* Путь к файлу со шрифтом */
}


.clear {
	font-size: 0 !important;
	line-height: 0 !important;
	clear: both;
	float:none !important;
}

html *{
	font-family:PT Sans Regular;
	color:#303030;
}

html a:hover, html a.url:hover {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

body{	
	
}
.middle_wrap{
	display: block;
	width: 1000px;
	position: relative;
	/*margin: 0 auto;*/
	background-color: #fff;

}
#header{
	position: relative;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.8);
}

.social.sk{
	background: url("/application/includes/images/skype.gif") no-repeat scroll 0 0 transparent;
    width: 130px !important;
	height: 22px;
	display: inline-block;
	margin-top: 5px;
	padding-left: 25px;
	padding-top: 3px;
	text-decoration: none;
	color: #000;
}

#header .logo{
	display: block;
	background: transparent url('/application/includes/images/logo-black.png') 0 0 no-repeat;
	width: 260px;
	height: 70px;
	margin: 13px 0 13px 20px;
}
#top_block .shadow {
	height: 15px;
	background: url(/application/includes/images/shadow.png) no-repeat;
}
#header .phone_info{
	width: 300px;
	margin: 0 auto;
	margin-top: 23px;
	display: block;
	text-align: left;
}
#header .phone_number{
	font:22px PT Sans Bold;
	color: #303030;
	display: block;
}
#header .phone{
	float: left;
	margin-right: 15px;
	padding-top: 4px;
}

#header .phone_req {
	text-decoration: none;
	border-bottom: 1px #111 dotted;
}

#header .phone_req:hover {
	color: #F36523;
	border-bottom: 1px #F36523 dotted;
}

#header .menu_line{
	border-bottom: 2px solid orange;
	/*background: transparent url('/application/includes/images/shadow.png') no-repeat 0 33px;*/
	padding-bottom: 2px;
}

#header .info_ul {
	width: 101%;
}

#header .info_ul li {
	width: 33%;
	float: left;
}


#lk {
	margin: 28px 20px 0 0;
	float: right;
}
#lk a{
	float:left;
	width: 140px;
	height: 35px;
	margin-left: 5px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background: #84c044;
	border-radius: 3px;
	border-bottom: 2px solid #679731;
	font: 14px/35px PT Sans Bold;
	padding: 0 5px;
}
#lk a:hover{	
	background: #f36523;
	border-bottom: 2px solid #d05013;
}
#lk span{
	display: inline-block;
	width:14px;
	height: 12px;
	background: url('../images/user.png') no-repeat;
	margin: -2px 3px;
}
#lk a:first-child span{
	background: url('../images/strelka.png') no-repeat;
}
#menu{
	margin:auto;
	text-align: center;
}
#menu .main_menu{
	padding: 10px 30px;
}
#menu .main_menu a{
	text-decoration: none;
	color: #303030;
	font:15px PT Sans Bold;
	white-space: nowrap;
	padding-bottom: 10px;
	padding-top: 14px;
}
#top_block{
	/*height: 355px;*/
	/*background: transparent url('/application/includes/images/87.jpg') 0 0 no-repeat;*/
	margin-bottom: 15px;
}
#main_content h1, #news_list h1, .title_block h1{
	display: inline-block;
	padding: 0 20px;
	font: 24px PT Sans Bold;
	z-index: 0;
	background-color: #fff;
	position: relative;
	margin:-10px auto;
	position: relative;
	height: 20px;
}

#main_content .title_block {
	margin-bottom: 20px;
}

#main_content .content h1{
	display: table;
	margin-top: 20px;
	width: auto;
	text-align: center;
}

#main_content .content .h1 {
	display:block;
	position: relative;
	width: 940px;
	height: 20px;
	margin-top: -20px;
	margin-bottom: 20px;
	background: transparent url(/application/includes/images/orange_line.png) 0 50% repeat-x;
	z-index: -5;
	left: -80px;
}

/* 
#main_content .content h1:after{
	content:'';
	display: block !important;
	width: 940px;
	height: 20px;
	margin-top: -20px;
	background: transparent url(/application/includes/images/pixel.png) 0 50% repeat-x;
	position: relative;
	left: -95px;
	z-index: -5;
}
 */
#main_content hr, #news_list hr, .title_block hr{
	background-color:#f26522;
	position: absolute;
	width: 960px;
	display: none;
	border: none;
	top: 3px;
}

#main_content{
	width: 960px;
	margin: 0 auto;
	margin-top: 40px;
}
#main_content #news_on_main{
	position: relative;
	margin-top:60px;
	width: 960px;
}

#main_content #news_on_main .title_block {
	width: 100%;
}

.title{
	margin-top: -10px;
	text-align:center;
	margin-bottom:25px;
}

.search_list .title {
	margin-top: 5px;
	margin-bottom: 5px;
}

.first{
	margin-left: 0px !important;
}
.last{
	margin-right: 0px !important;
}
#news_on_main .one_news img{
	width: 300px;
	height: 150px;
}
#news_on_main .one_news{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 33%;
	height: 300px;
	padding-right: 20px;
	float: left;
}

#main_content #news_on_main.on_item {
	margin-top: 20px;
}

#news_on_main.on_item .one_news{
	height: 175px;
	width: 32%;
	margin-right: 12px;
	padding-right: 0;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
}



#news_on_main .one_news:nth-child(4){
	padding-right: 0px;
}
#news_on_main .main{
	margin-bottom: 20px;
	height: inherit;
}
#news_on_main .one_news .news_head{
	width: 300px;
}
#news_on_main .one_news .news_head .date {
	display: block;
	color: #818181;
	font-size: 11px;
	line-height: 28px;
}
#news_on_main .one_news .news_head a {
	position: relative;
	line-height: 23px;
	display: inline;
	
	font: bold 18px/23px PT Sans Regular;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 5px;
}
#news_on_main .one_news p {
	padding-top: 2px;
	font-size: 14px;
	line-height: 18px;
	
}
#inner_top_block{
	height: 410px;
	/*overflow: hidden;*/
	
}
#inner_top_block .shadow{
	height: 15px;
	background: url(/application/includes/images/shadow.png) no-repeat;
}

#news_list .one_news .img_link {
	display: block;
	position: relative;
	width: 100%;
	height: 90px;
}

#news_list .one_news .img_link img{
	position: absolute;
	top: 0;
	bottom: 0;
/*	left: 0;
	right: 0;*/
	margin: auto;
	overflow: auto; 
	/*width: 300px;
	height: 150px;*/
}
#news_list{
	width: 960px;
	margin: 0 auto;
	margin-top: 30px;
}
#news_list .one_news{
	width: 32%;
	/*width: 300px;*/
	/*height: 330px;*/
	height: 175px;
	margin-right: 19px;
	float: left;
	border-bottom: 1px dotted #ccc;
	margin-top: 15px;
}
#news_list .one_news .news_head{
	width: 300px;
	margin-bottom: 2px;
}
#news_list .one_news .news_head .date {
	color: #6c655b;
	display: block;
	font-size: 11px;
	line-height: 28px;
}
#news_list .one_news .news_head  a{
	position: relative;
	display: inline;
	font: bold 18px/23px PT Sans Regular;
	text-decoration: none;
	border-bottom: 1px solid;
}
#news_list .one_news p{
	padding-top: 10px;
	font-size: 14px;
	line-height: 22px;
	
}
.orange_button{
	background-color: #FB894B;
	text-decoration: none;
	padding: 7px 15px;
	font: 15px/22px Arial !important;
	
	position: relative;
	text-transform: none;
	text-align: center;
	color: #fff;
	display: inline-block;
}

.orange_button:hover {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	background-color: #f36523;
}
.more_news{
	display: block;
	width: 160px;
	margin: 0 auto;
	margin-top: 15px;
}
#top_block .blocks_on_slide{
	margin: 0 auto;
	margin-top: 200px;
	position: relative;
	z-index: 1;
	display: inline-block;

}
#inner_top_block .blocks_on_slide{
	margin: 0 auto;
	margin-top: 200px;
	position: relative;
	z-index: 1;
	display: inline-block;

}
.blocks_on_slide .item p{
	
	padding: 0 10px;
}
.blocks_on_slide .item h3{
	font-weight: bold;
	text-align: center;
	display: block;
	
	padding: 0 10px;
}
.blocks_on_slide .item{
	margin-top: 60px;
	text-decoration: none;
	display: block;
	width: 290px;
	margin-right: 20px;
	height: 115px;
	float: left;
	background-color: #fff;
}
.itemWrapper{
	margin:10px auto;
	text-decoration: none;
	width:290px;
	height: 116px;
	overflow: hidden;
	position: relative;
	border-radius: 100px;
}
.itemWrapper:hover .itemSpanWrapper{
	display: none;
}
.itemLink{
	display: block;
	height: 100%;
	width:170px;
	margin: auto;
	background: #f36523;
	position: relative;
	padding:5px;
	text-decoration: none;
	z-index: 1;
}
.itemLink:before{
	content: '';
	position: absolute;
	cursor: pointer;
	z-index: -1;
	top:11px;
	left:-44px;
	border-radius: 20px;
	width:94px;
	height:94px;			
	background: #f36523;
	border-top-left-radius: 20px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
}
.itemWrapper:hover{
	cursor: pointer;
}
.itemLink:after{
	content: '';
	position: absolute;
	z-index: -1;
	top: 11px;
	left: 130px;
	border-radius: 20px;
	width:94px;
	height:94px;			
	background: #f36523;
	border-top-left-radius: 20px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
}
.itemLink p{
	color: #fff;
	text-align: center;
	margin-top: 15px;
}
.itemLink p.podrobnee{
	color: #000;
	text-decoration: underline;
}
.itemSpanWrapper{
	position: absolute;
	left: 1px;
	right: 1px;
	top: 1px;
	bottom: 5px;
	cursor: pointer;
	z-index: 1;
}
.itemSpanWrapper:before{
	content: '';
	position: absolute;
	z-index: -1;
	top:11px;
	left:12px;
	border-radius: 20px;
	width:92px;
	height:92px;			
	background: #fff;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	border-bottom-right-radius: 29px;
	border-top-left-radius: 22px;
}
.itemSpanWrapper:after{
	content: '';
	position: absolute;
	z-index: -1;
	top:11px;
	left:184px;
	border-radius: 20px;
	width:92px;
	height:92px;			
	background: #fff;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	border-bottom-right-radius: 29px;
	border-top-left-radius: 22px;
}
.itemSpan{
	position: absolute;
	left: 56px;
	top: 1px;
	right: 56px;
	bottom: 0;
	font-size: 12px;
	background-color: #fff;
}
.itemSpan p{
	margin: 23px -30px 0;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
}

.blocks_on_slide .item:hover span{
	background-position: 0px 48px;
	}
/*.blocks_on_slide .img_second:hover{
	background-position: 0px 48px;
	}
.blocks_on_slide .img_third:hover{
	background-position: 0px 48px;
	}*/
#review_block, .proj_rev{
	margin-top: 30px;
	position: relative;
}
.title_block{
	text-align: center;
	position: relative;
	height: 15px;
	background: url(../images/orange_line.png) repeat-x transparent 0 center;
}
#review_block .item,.proj_rev .item{
	margin-top: 15px;
	float: left;
	margin-right: 20px;
}
#review_block .rev,.proj_rev .rev{
	width: 300px;
}
#review_block .rev .buble_top,.proj_rev .rev .buble_top{
	width: 300px;
	height: 10px;
	background: url('/application/includes/images/buble.png') no-repeat;
	background-position: 0px 0px;
}
#review_block .rev .buble_bot,.proj_rev .rev .buble_bot{
	width: 300px;
	height: 15px;
	background: url('/application/includes/images/buble.png');
	background-position: 0px 15px;
}
#review_block .rev .txt,.proj_rev .rev .txt{
	width: 278px;
	padding: 0 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #fff;
	height: 145px;
	overflow: hidden;
}
#review_block  .author_block,.proj_rev .author_block{
	margin-top: 20px;
}
#review_block  .author_block img,.proj_rev .author_block img{
	width: 60px;
	height: 60px;
	border-radius: 100px;
}
#review_block  .author_block .author_name,.proj_rev .author_block .author_name{
	display: block;
	
	width: 230px;
	font-size: 14px;
	font-weight: bold;
	margin-top: -60px;
	margin-left: 80px;
}
#review_block  .author_block .author_pos,.proj_rev .author_block .author_pos{
	
	width: 217px;
	display: block;
	
	font-size: 14px;
	width: 230px;
	margin-top: 1px;
	margin-left: 80px;
}
#review_block  .author_block .author_company,.proj_rev .author_block .author_company{
	display: block;
	width: 230px;
	margin-left: 80px;
	font-size: 14px;
}
#last_projects{
	position: relative;
	margin-top: 40px;
}
#last_projects .item{
	width: 178px;
	float: left;
	
	position: relative;
}
#last_projects .item img{
	width: 140px;
	height: 90px;
	display: block;
	margin: auto;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
#last_projects a:hover img{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

#last_projects a:hover .proj_name {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #f36523;
}

#last_projects .item .proj_name{
	display: inline-block;
	width: 140px;
	text-align: center;
	margin-top: 15px;
	font: 16px PT Sans Bold;
	
}

#footer{
	width: 988px;
	/*padding-right:40px;*/
	margin: 0 auto;
	margin-top: 50px;

}
#footer .logo{
	display: block;
	float: left;
	height: 35px;
	width: 150px;
	border-right: 1px solid #ccc;
	background: url('/application/includes/images/logo_podval.png') 0 0 no-repeat;
}
#footer .menu_item{
	float: left;
	display: block;
	margin-left: 20px;
}
#footer .menu_item a{
	text-decoration: none;
	display: block;
	font-size: 14px;
	line-height: 19px;
	color: #f36523;
}
#footer .contacts{
	/*width: 157px;*/
	display: block;
	float: right;
	/*height: 35px;*/
	border-left: 1px solid #ccc;
}
#footer .contacts .phone{
	display: block;
	background: url('/application/includes/images/icon_telefon.png') 0 0 no-repeat;
	padding-left: 20px;
	margin:0 0 5px 10px;
}
#footer .contacts .mail{
	display: block;
	background: url('/application/includes/images/icon_pismo.png') 0 0 no-repeat;
	padding-left: 20px;
	margin-left: 10px;
	text-decoration: none;
	color: #f36523;
	
}
#footer .bot {
	padding: 0 15px;
}
#footer .bot .copy{
	float: left;
	font-size: 10px;
}
#footer .bot .copy_2{
	float: right;
	font-size: 10px;
}
#footer .bg_foot{
	padding: 20px 15px;
	background-color: #edf1f5;
}

#sliderMenu {
	position: relative;
}
.content{
	display: block;
	height: auto;
	font-size: 12px;
	line-height: 12px;
	min-height: 150px;
	padding-left: 80px;
	padding-right: 100px;
	margin-bottom: 20px;
	margin-top: 25px;
}

.content h2 {
	font-size: 22px;
	line-height: 44px;
}

.content span, .content p, .content a, .content small, .content strike,
.content strong, .content sub, .content sup, .content b, .content u, .content i, 
.content center, .content label, .content td, .content th {
	font-size: 16px;
	line-height: 24px;
}

.content p {
	margin-bottom: 8px;
}

.content a {
	text-decoration: none;
	border-bottom: 1px solid;
}

.content a:hover {
	color: #F36523;
}

.content ul, .content ol {
    list-style: square outside;
    list-style-image: url(../images/list_ico.png); 
    -webkit-padding-start: 16px;
    -moz-padding-start: 16px;
    margin-bottom: 15px;
}

.content ol {
    list-style-image: none;
    list-style: decimal;
}

.content ul li, .content ol li {
    color: #fe9102;
    margin: 10px 0 10px 0px;
    padding-left: 8px; 
}

.content ul li span, .content ol li span {
    color: #000;
}

.content ol li {
	margin: 10px 0 10px 15px;
    font-size: 16px;
}

.content .subsection {
	width: 100%;
}

.content .subsection a {
	border-bottom: none;
}

.content .subsection li {
	margin: 0;
}

.white_block.left:before {
    border-top: 10px solid rgba(113, 101, 58, 0);
    border-bottom: 10px solid rgba(113, 101, 58, 0);
    border-right: 10px solid #ccc;
    left: -10px;
    top: 10px;
}

.white_block.left:after {
    border-top: 10px solid rgba(255, 241, 190, 0);
    border-bottom: 10px solid rgba(255, 241, 190, 0);
    border-right: 10px solid #fff;
    left: -9px;
    top: 10px;
}
.quest_answer .white_block{
	background-color: #edf1f5;
}
.quest_answer .white_block.left:before {
    border-top: 10px solid rgba(113, 101, 58, 0);
    border-bottom: 10px solid rgba(113, 101, 58, 0);
    border-right: 10px solid #ccc;
    left: -10px;
    top: 10px;
}

.quest_answer .white_block.left:after {
    border-top: 10px solid rgba(255, 241, 190, 0);
    border-bottom: 10px solid rgba(255, 241, 190, 0);
    border-right: 10px solid #edf1f5;
    left: -9px;
    top: 10px;
}
.white_block{
	width: 670px;
	position: relative;
	float: right;
	display: inline-block;
	min-height: 50px;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.user_question{
	position: relative;
}
.quest_answer{
	margin-top: 20px;
	position: relative;
}
.white_block:before, .white_block:after {
    content: "";
    position: absolute;
}
#question{
	width: 300px;
	padding: 0px 25px;
}
fieldset{
	width: 100%;
	display: block;
	margin-top: 15px;
}
fieldset label{
	font-size: 14px; 
	text-align: left;
	display: block;
}
fieldset input[type='text'] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
	display: block;
	width: 100%;
	height: 28px;
	padding: 1px 3px;
	margin-top: 5px;
	font-size: 14px;
	line-height: 18px; 
}
form .title_block hr{
	width: 300px;
}
.question_area{
	width: 100%;
	height: 150px;
	margin-top: 5px;
	resize:none;
	border: 1px solid #ccc;
	font-size: 14px;
	line-height: 18px;
}
.ask_btn{
	width: 100%;
	margin-top: 20px;
}
.btn_to_ask{
	width: 200px;
	margin: 0 auto;
	display: block;
	margin-top: 20px;
}
.quest  .author_block{
	width: 250px;
	/* margin-top: 20px; */
	display: inline-block;
	float: left;
}
.quest  .author_block img{
	width: 60px;
	height: 60px;
	border-radius: 100px;
}
.quest  .author_block .author_name{
	display: block;
	
	width: 140px;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	margin-top: -60px;
	margin-left: 80px;
}
.quest  .author_block .author_pos{
	
	width: 217px;
	display: block;
	
	font-size: 14px;
	line-height: 18px;
	width: 140px;
	margin-top: 1px;
	margin-left: 80px;
}
.quest  .author_block .author_company{
	display: block;
	width: 140px;
	margin-left: 80px;
	font-size: 14px;
}
.quest{
	width: 960px;
	padding: 20px 0;
	border-bottom: 1px #000 dotted;
}
.quest.first{
	margin-top: 20px;
	border-top: 1px #000 dotted;
}

#question_content p {
	font-size: 16px;
	line-height: 22px;
}

#header #search{
	display: inline-block;
	margin-top: 8px;
	border: none;
	float: right;
	width: 148px;
	height: 18px;
	padding: 1px 10px;
	background-color: #C9C9C9;
	padding-right: 22px;

}
#header #search_btn{
	display: block;

	background: url('/application/includes/images/lupa.png') no-repeat;
	height: 14px;
	width: 14px;
	position: absolute;
	right: 25px;
	top: 128px;

}
#search_form #search{
	
width: 450px;
padding: 1px 10px;
}
#search_form{
	width: 650px;
	display: block;
	margin: 0 auto;
	margin-top: 25px;
}
#search_form .orange_button{
	padding: 0 55px;
	border-radius: 3px;
	margin-left: 20px;
}
.search_list .item{
	text-decoration: none;
	padding: 20px 0px;
	border-bottom: 1px dotted;
}
.search_list .item.first{
	border-top: 1px dotted;
}
.search_list .item .num{
	position: absolute;
	color: #6c655b;
	font-size: 15px;
}
.search_list .item .type{
	display: block;
	margin-left: 20px;
	color: #6c655b;
}
.search_list .item .title{
	display: block;
	text-align: left;
	padding: 0px 0px !important;
	line-height: 17px;
	margin-left: 20px !important;
}
.search_list .item .link{
	display: block;
	margin-left: 20px;
	color: #f36523;
	margin-top: 8px;
}

.search_list .item .date{
	display: block;
	margin-left: 20px;
	color: #6c655b;
	margin-top: 3px;
}

.search_list .item .note{
	margin-left: 20px;
	margin-top: 3px;
}
.search_list{
	width: 650px;
	margin: 0 auto;
	margin-top: 20px;
}
.main_menu{
	position: relative;
}
.submenu{
	display: none;
	position: absolute;
	top: 43px;
	left: 11px;
	z-index: 100;	
	background-color: rgba(255, 255, 255, 0.95);
}
.submenu_item{
	padding: 10px 10px;
	text-align: left;
}

.submenu_item:hover{
	color: #f36523;
}

.deep3 .submenu{
	display: none;
	position: absolute;
	/*top: -26px;*/
	left: 5px;
	z-index: 100;
	background-color: rgba(255, 255, 255, 0.9);
}

.deep3 .submenu_item {
	
}

#menu a.active{
	color: #f36523 !important;
}
#breadcrums{
	text-align: center;
	margin-bottom: 20px;
}
#breadcrums a, #breadcrums span {
	font-family: 'PT Sans narrow Regular', Verdana, Arial;
	text-decoration: none;
	color: #aaa;
	font-size: 12px;
	line-height: 12px;
}

#breadcrums a {
	border-bottom: 1px solid;
}

#breadcrums a:last-child {
	border-bottom: none;
	cursor: default;
}

#breadcrums a:last-child:hover {
	color: #aaa;
}

#breadcrums a:hover {
	color: #F36523;
}

#breadcrums span {
	margin-left: -4px;
	margin-right: -4px;
}

#img_gal a{
	float: left;
	margin-right: 28px;
	margin-bottom: 10px;
}

/* GALLERY BLOCK */
#galereya {
    position: relative;
    /*margin-top: 20px;*/
}
#galereya h2 {
    /*color: #035094;
    font-size: 16px;
    line-height: 18px;
    padding: 4px 20px 12px 20px;*/
}

div#ajaxGalleryBlock .close_link a{
    display: block;
    width: 18px;
    height:18px;
    background: transparent url(/application/includes/images/closer.png) no-repeat 0px 0px;
    position: absolute;
    top: 18px;
    right: 15px;
}

div#ajaxGalleryBlock a:hover.close_link{
    background-position: -4px -23px;
}

div#ajaxGalleryBlock .gal_header {
    background: #fff;
}
div#ajaxGalleryBlock .gal_header h1 {
    float: left;
    margin-right: 30px;
    padding: 11px 0 10px 20px;
    text-transform: uppercase;
}

div#ajaxGalleryBlock {
    display: none;
    position: absolute;
    width: 882px;
    top:  0px;
    left: 0px;
    box-shadow: 0px 13px 100px 5px;
    background-color: #ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 0px;
    border: 2px solid #96a;
    z-index: 60;
}

div#ajaxGalleryBlock h2 {
    position: relative;
    top: 16px;
    left: 40px;
}

#mainImg #mainLeftArrow{
    width: 40px;
    height: 100px;
    display: block;
    position: absolute;
    text-decoration: none;
    background: transparent url(/application/includes/images/arrows.png) no-repeat 0 0px;
    left: 41px;
    top: 300px;
    z-index:20;
}

#mainImg :hover#mainLeftArrow{
    background-position: 0px -101px;
}

#mainImg #mainRightArrow{
    width: 40px;
    height: 100px;
    display: block;
    position: absolute;
    text-decoration: none;
    background: transparent url(/application/includes/images/arrows.png) no-repeat 100% -202px;
    right: 40px;
    top: 300px;
    z-index: 20;
}

#mainImg :hover#mainRightArrow{
    background-position: 0px -303px;
}

#previews {
    width: auto;
    position: relative;
    padding: 0 40px;
    margin: 30px 0 40px 0;
}
#previews #leftArrow {
    width: 50px;
    height: 100px;
    display: block;
    position: absolute;
    text-decoration: none;
    background: white url(/application/includes/images/arrows.png) no-repeat 0 -606px;
    left: 40px;
    top: 0px;
    z-index:20;
}
#previews #leftArrow:hover {
    background-position: 0 -707px;
}
#previews #rightArrow {
    width: 50px;
    height: 100px;
    display: block;
    position: absolute;
    text-decoration: none;
    background: white url(/application/includes/images/arrows.png) no-repeat 100% -404px;
    right: 40px;
    top: 0px;
    z-index:20;
}
#previews #rightArrow:hover {
    background-position: 100% -505px;
}
#scroll {
    width:  100%;
    height: auto;
    overflow: hidden;
    padding:0px;
}
#scroll ul {
    width:  10000%;
    height: 100px;
    list-style: none;
}
#scroll ul a{
    display: inline-block;
    position: relative;
    z-index:10;
}


#scroll ul a div.border_bottom{
    display:block;
    width:100%;
    height:5px;
    position:absolute;
    bottom:0px;
}

#scroll ul a:hover div.border_bottom{
    background-color: #fcf400;
}

#scroll ul li {
    width: 145px;
    display: block;
    float: left;
    line-height: 0;
    font-size: 0;
    margin-right: 5px;
}
#scroll ul li img {
    display: block;
    margin: 0 auto;
}
    
#scroll ul li span {
    display: block;
    line-height: 130%;
    text-align: center;
    width: 145px;
}

#scroll ul li .img_note {
    display: none;
}

#mainImg {
    display: block;
    min-height: 400px;
    overflow: hidden;
    padding: 25px 0 0;
    text-align: center;
}
#mainImg a{
    display: inline-block;
}
#mainImg a img {
    display: block;
    margin:auto;
}

#mainNote {
    color: #828282;
    font-size: 12px;
    text-align: left;
    height: 20px;
    border-bottom: 1px solid #a0a0a0;
    padding: 10px 0 0 0;
    margin: 14px 28px 0 28px;
}

#photos {
    width: 100%;
}
#photos td {
    width: 1%;
    height: 109px;
    vertical-align: top;
}
#photos .item {
    width: 25%;
}
#photos .item a {
    display: block;
    width: 135px;
    height: 90px;
    font-size: 0;
    line-height: 0;
}
#photos .img_note {
    display: block;
    color: #828282;
    font-size: 12px;
    vertical-align: baseline;
    padding: 5px 6px;
}
/* GALLERY BLOCK END */

.fancybox-inner #count_img {
	display: block;
	text-align: center;
	margin-top: 9px;
}

.pager_tbl {
	display: table;
	margin: 0 auto;
	margin-top: 10px;
}


.pager_tbl .prv a, .pager_tbl .nxt a, .pager_tbl .div1 a, .pager_tbl .div1 span {
	font-family: PT Sans narrow Regular;
	font-size: 14px;
	line-height: 14px;
	padding: 1px 5px;
	margin: 5px;
} 

.pager_tbl .prv a, .pager_tbl .nxt a, .pager_tbl .div1 a {
	background: #edf1f5;
	color: #000;
	text-decoration: none;
}  

.pager_tbl .div1 span {
	background: #f36523;
	color: #fff;
}

.one_files a {
	display: inline-block;
	font-size: 13px;
	line-height: 22px;
	text-decoration: none;
	color: #f36523;
	height: 25px;
	vertical-align: middle;
}

.one_files a:hover {
	text-decoration: underline;
}

.one_files span {
	display: inline-block;
	font-size: 11px;
	height: 25px;
	color: #aaa;
	line-height: 22px;
	vertical-align: middle;
}

.filesList {
	display: inline-block;
	margin-left: 90px;
}

.blocks_on_slide span {
	color: #f36523;
	margin-left: 10px;
}

#news_on_main .one_news .news_head a:hover, #news_list .one_news .news_head a:hover{
	color: #f36523;
}

#main_content .content hr{
	background-color: #000;
	position: relative;
	width: 100%;
	border: 1px solid #000;
	color: #000;
	top: 0;
}

.subsection li {
	float: left;
	list-style: none !important;
	margin-bottom: 30px;
}

.subsection li a {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

.subsection li a.url span {
	display: inline-block;
	height: 22px;
	color: #000;
	border-bottom: 1px solid;
}

.subsection li a.url:hover {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	text-decoration: none;
}

.subsection li a.url:hover > span {
	border-bottom: none;
	height: 17px;
	color: #ff0000;
}

#sliderMenu table{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	table-layout: fixed;
}
#sliderMenu a{
	display: block;
	background: #f36523;
	text-align: center;
	font: 18px/40px PT Sans Bold;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#sliderMenu a:hover{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	background: #fb894b;
}
#top_block{
	position: relative;
}
.slideUrls{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	height: 232px;
}/*
#inner_top_block .slideUrls{
	height: 208px;
}*/
a.slideUrl.active{
	display: block;
	height: 100%;
}

.img_first, .img_second, .img_third{
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 48px;
	height: 49px;
	font: 17px 'PT Sans Bold';
	text-transform: uppercase;
	float: left;
}

.img_first + .title, .img_second + .title, .img_third + .title {
	width: auto;
	position: absolute;
	text-align: left;
	margin-left: 65px;
	font: 17px 'PT Sans Bold';
	text-transform: uppercase;
}

.img_first {
	background: url('/application/includes/images/icon1.png') no-repeat transparent 0 0;
}
.img_second{
	background: url('/application/includes/images/icon2.png') no-repeat transparent 0 0;
}
.img_third{
	background: url('/application/includes/images/icon3.png') no-repeat transparent 0 0;
}

#blocks {
	margin-top: 30px;
}

#blocks ul {
	width: 101%;
}

#blocks ul li {
	position: relative;
	width: 33%;
	height: 116px;
	float: left;
	text-align: center;
	background: url('../images/blocks.png') 50% 0 no-repeat;
}

#blocks ul li:hover {
	background: url('../images/blocks.png') 50% -116px no-repeat;
}

#blocks ul li:hover .img_first,
#blocks ul li:hover .img_second,
#blocks ul li:hover .img_third,
#blocks ul li:hover .img_first + .title,
#blocks ul li:hover .img_second + .title,
#blocks ul li:hover .img_third + .title {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}



#blocks ul li .desc {
	position: absolute;
	width: 235px;
	left: -31px;
	visibility: hidden;
	opacity: 0;
	text-align: center;
}

#blocks ul li:hover > .wrap .desc {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#blocks ul li .wrap {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: 170px;
	height: 70px;
	text-align: left;
}


#blocks ul li .desc p {
	font: 16px PT Sans Regular;
	color: #fff;
	font-weight: bold;
	margin-bottom: 8px;
}

#blocks ul li .desc a {
	font: 13px PT Sans Regular;
	color: #fff;
	/*border-bottom: 1px solid #fff;*/
	text-decoration: underline;
}

#blocks ul li .desc a:hover {
	color: #000;
	/*border-bottom: 1px solid #000;*/
}

.skype_c2c_text_span{
	font-size: 14px;
}

.content td{
	border: 1px solid #aaa;
	vertical-align: middle;
	padding: 0 5px;
}

.fancy_title {
	background: url(../images/orange_line.png) repeat-x transparent 0 center;
}

.fancy_title h1 {
	background-color: #F9F9F9;
}

#news_on_main .one_news.first > .news_head a .new-ico,
#news_list .one_news .news_head a .new-ico {
	display: none;
	position: absolute;
	right: -46px;
	bottom: 2px;
	width: 36px;
	height: 14px;
	background: url(../images/ico_new.png) no-repeat transparent 0 0;
}

#news_on_main .one_news.first > .news_head a .new-ico,
#news_list .one_news.first > .news_head a .new-ico {
	display: block;
}

.app-links {
	position: absolute;
	right: 182px;
}

.app-links a {
	display: inline-block;
	width: 130px;
	height: 39px;
	margin-right: 2px;
}

.app-links .gplay {
	background: url(../images/google_btn.png) no-repeat transparent 0 -39px;
}

.app-links .appstore {
	background: url(../images/app_store_btn.png) no-repeat transparent 0 -39px;
}

.app-links .gplay:hover,
.app-links .appstore:hover {
	background-position: 0 0;
	-webkit-transition: 0;
	-moz-transition: 0;
	-ms-transition: 0;
	-o-transition: 0;
	transition: 0;
}


#plan {
	position: relative;
	margin: 60px 0 0 0;
}

.feed-wrap {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 95px;
	background: #F36523;
	padding: 10px 30px 0 30px;
	box-shadow: 0px 13px 20px -15px #000;
	text-align: center;
}

.feed-wrap .title {
	font: bold 18px/23px PT Sans Regular;
	color: #fff;
	margin: 0;
	margin-bottom: 10px;
}

.feed-wrap form {
	display: inline-block;
	width: auto;
}

.feed-wrap .fieldset {
	display: inline-block;
	width: 132px;
	height: 32px;
	margin-right: 17px;
}

.feed-wrap input {
	width: 100%;
	height: 32px;
	font: bold 14px/18px PT Sans Regular, Verdana, Arial;
	color: #000;
	padding: 0 10px;
	border: none;
	-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
      -ms-border-radius: 4px;
          border-radius: 4px;
}

.feed-wrap .green-button {
	display: inline-block;
	width: 140px;
	height: 35px;
	margin-left: 5px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background: #84c044;
	border-radius: 3px;
	border-bottom: 2px solid #679731;
	font: 14px/35px PT Sans Bold;
	padding: 0 5px;
	text-transform: uppercase;
}

.feed-wrap .green-button:hover {
	background: #98D358;
	border-bottom: 2px solid #74A63C;
}

#blocks ul li .url {
	position: absolute;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}

.arrow-nav {
	display: none;
	position: absolute;
	z-index: 10;
	top: 110px;
	width: 61px;
	height: 567px;
	margin-left: -30px;
	left: 50%;
	background: url(../images/glonass_arrow.png) no-repeat transparent 0 0;
}

.swiper-slide {
	position: relative;
}

.swiper-container.main .swiper-slide a {
	position: absolute;
	bottom: 15px;
	right: 65px;
	width: 175px;
	height: 38px;
	background: url(../images/glonass_button_png.png) no-repeat transparent 0 0;
}

.swiper-container.main .swiper-slide a:hover {
	background-position: 0 -38px;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-ms-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}

/* оставлять в конце файла */
@-moz-document url-prefix()
{
	#main_content hr, #news_list hr, .title_block hr{
	border: 2px solid orange;
}