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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
	display: block;
}
b, strong{
	font-weight: bold;
}
body{
	background: #000;
	color: #505050;
	padding-bottom: 40px;
}
#page_wrap a{
	color: #5C5C5C;
	text-decoration: none;
	-webkit-transition: background .3s, color .3s;
	-moz-transition: background .3s, color .3s;
	-ms-transition: background .3s, color.3s;
	-o-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
	outline: none;
}
#page_wrap a:hover,
#page_wrap a.selected{
	color: #54A16D;
}
body,
input,
textarea{
	line-height: 1.2;
	font-family: Times New Roman, serif;
}
input[type="text"],
input[type="password"],
textarea{
	outline: -webkit-focus-ring-color auto 0;
}
ol, ul{list-style-position: inside;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{
	content: '';
	content: none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
label{cursor: pointer;}
.clear{clear: both;}
.clearfix:after{
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
* html .clearfix{//zoom: 1;} /* IE6 */
*:first-child+html .clearfix{//zoom: 1;} /* IE7 */
.text_fader:after{
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
	bottom: 0;
	content: "";
	height: 15px;
	right: 0;
	position: absolute;
	text-align: right;
	width: 25%;
}
#page_wrap input[type="text"],
#page_wrap input[type="password"],
#page_wrap textarea{
	background-color: #E8E8E8;
	border-style: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 18px;
	padding: 8px 9px;
	transition: background-color 0.3s ease 0s;
}
#page_wrap input[type="text"]:focus,
#page_wrap input[type="password"]:focus,
#page_wrap textarea:focus{
	background-color: #E2EFE4;
}
.spritepng{
	background-image: url(img/icons.png);
	display: inline-block;
	//display: inline;
	//zoom: 1;
}
.spritepng.arrlist{
	background-position: 0 0;
	height: 7px;
	margin-right: 6px;
	width: 4px;
}
#page_wrap .link_more{
	background-color: #C2C2C2;
	color: #383838;
	float: left;
	line-height: 30px;
	margin: 0 10px 10px 0;
	padding: 0 20px 0 14px;
	text-decoration: none;
	white-space: nowrap;
}
#page_wrap .link_more:hover{
	color: #FFF;
	background-color: #538664;
}
.link_more:hover .arrlist{
	background-position: -4px 0;
}
#page_wrap{
	padding-top: 50px;
}
#page_wrap p{
	margin-bottom: 20px;
}
#nav_menu,
#sub_menu{
	float: left;
	margin: 0 20px 50px 50px;
	max-width: 178px;
}
#nav_menu h1 img{
	width: 100%;
}
#content{
	background-color: #FFF;
	color: #555;
	margin: 0 50px 30px 20px;
	overflow: hidden;
	padding-bottom: 55px;
	position: relative;
}
#content h1{
	border-bottom: 6px solid #444;
	color: #444;
	font-size: 26px;
	letter-spacing: 0;
	margin: 0 8% 40px;
	padding: 52px 0 15px 0;
	text-transform: uppercase;
}
#content h1 .phone_num{
	float: right;
}
#content h2{
	font-family:Times New Roman;
	margin-bottom:13px;
	font-size:18px;
	text-transform:uppercase;
}
.format img{
	float: left;
	margin-right: 20px;
	width: 40%;
}
.format .owl_slider img{
	margin: 0;
}
.format .descr{
	overflow: hidden;
	margin: 0 8%;
}
.format.pcols{
	margin: 0 8%;
}
.format.pcols .col1{
	float: left;
	margin-right: 4%;
	width: 48%;
}
.format.pcols .col2{
	float: left;
	width: 48%;
}
#copyrights{
	clear: both;
	color: #FFF;
	font-size: 14px;
	margin: 0 50px 20px 20px;
	position: relative;
	text-align: right;
	z-index: 200;
}
#copyrights a{
	color: #FFF;
}
a#back_up{
	cursor: pointer;
	display: none;
	height: 100%;
	position: fixed;
	right: 0;
	text-decoration: none;
	top: 0;
	width: 180px;
	z-index: 3;
}
#back_bg{
	background: url(img/arrow_back.png) no-repeat scroll center 80% transparent;
	float: right;
	height: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	-khtml-opacity: .2;
	-moz-opacity: .2;
	opacity: .2;
	padding: 13px 0;
	-webkit-transition: opacity .2s linear 0s;
	-moz-transition: opacity .2s linear 0s;
	-ms-transition: opacity .2s linear 0s;
	-o-transition: opacity .2s linear 0s;
	transition: opacity .2s linear 0s;
	width: 100px;
}
a#back_up:hover #back_bg{
	background-color: #999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-khtml-opacity: .5;
	-moz-opacity: .5;
	opacity: .5;
}
.tabs .tabs_link,
.tabs .tabs_body{
	list-style: none;
}
.tabs .tabs_link{
	border-bottom: 1px solid #999;
	/*border-top: 1px solid #999;*/
	display: block;
}
.tabs .tabs_link li{
	/*border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;*/
	float: left;
	margin: 0 0 -2px;
    padding-bottom: 10px;
	position: relative;
}
.tabs .tabs_link .active {
	/*border-top-color:#54A16D;
	border-bottom-color:#54A16D;*/
}
/*.tabs .tabs_link .active:before{
	bottom: -6px;
	border-top: 4px solid #54A16D;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	content: '';
	display: block;
	left: 50%;
	position: absolute;
}*/
.tabs .tabs_link a{
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.8;
    padding-right: 5px;
	text-decoration: none;
	text-transform: uppercase;
}
.tabs .tabs_link li + li a{
	border-left: 1px dotted #999;
	padding-left: 5px;
}
.tabs .tabs_link .active a{
	color: #54A16D;
}
.tabs_body li{
	padding: 5px 0;
	display: none;
}
.tabs_body li.active{
	display: block;
}
.tabs .tabs_body .nodata{
	text-align: center;
}
.bjustify_wrap {
	font-size: 1px;
	line-height: 0;
	text-align: justify;
	text-align-last: start;
	//text-justify: newspaper;
	//zoom:1;
}
.bjustify_wrap:after {
	display: inline-block;
	//display: inline;
	content: '';
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 100%;
}
.bjustify_wrap .bjustify{
	display: inline-block;
	//display : inline;
	font-size: 14px;
	line-height: normal;
	text-align: left;
	vertical-align: top;
	//zoom : 1;
}
.bx-composite-btn-fixed{
	top: -10px;
	right: 50px;
}
@media screen and (max-width: 1280px){
	#content h1,
	#complex_passport
	.section_list_photo,
	.format .descr,
	.news_list,
	.format.pcols{
		margin-right: 20px;
		margin-left: 20px;
	}
	#nav_menu,
	#sub_menu{
		margin-left: 20px;
	}
	#content,
	#copyrights,
	.complex_section{
		margin-right: 20px;
	}
	.bx-composite-btn-fixed{
		right: 20px;
	}
}
@media screen and (max-width: 980px){
	.complex_section{
		margin-right: 0;
	}
	.news_list{
		margin: 0;
	}
	.format img{
		float: none;
		margin: 0 0 20px;
		width: 100%;
	}
	.format.pcols .col1,
	.format.pcols .col2{
		float: none;
		margin: 0;
		width: 100%;
	}
	a#back_up,
	#back_bg{
		width: 64px;
	}
}
@media screen and (max-width: 600px){
	html{
		-webkit-text-size-adjust: none;
	}
	body{
		padding: 0;
		position: relative;
	}
	#page_wrap{
		padding-top: 20px;
	}
	#content{
		background: transparent;
		padding: 0;
		position: static;
	}
	#content h1,
	#complex_passport section > h1,
	#complex_passport article > h1{
		border: none;
		color: #FFF;
		font-size: 18px;
		margin: 0 0 20px;
		padding: 0;
	}
	#complex_passport section > h1,
	#complex_passport article > h1{
		margin: 0 0 5px;
	}
	#nav_menu,
	#sub_menu{
		float: none;
		margin-bottom: 20px;
		max-width: none;
	}
	#content h1 .phone_num{
		color: #555;
		background: #FFF;
		bottom: 40px;
		font-size: 28px;
		font-weight: bold;
		left: 20px;
		line-height: 1;
		padding: 6px 20px;
		position: absolute;
		right: 20px;
		text-align: center;
		top: auto;
	}
	#sub_menu{
		margin-top: -20px;
	}
	#nav_menu h1{
		margin-bottom: 0;
		text-align: center;
	}
	#nav_menu h1 img{
		width: auto;
	}
	.format{
		background: #FFF;
	}
	.format .descr,
	.format.pcols{
		margin: 0;
		padding: 20px;
	}
	#copyrights{
		margin-top: 83px;
		text-align: center;
	}
	/*#complex_passport section > h1,
	#complex_passport article > h1,
	#content .news_item h1{
		color: #444;
		border: none;
		font-size: 12px;
		margin: 0;
		padding: 0;
	}
	#complex_passport section > h1,
	#complex_passport article > h1,
	.news_item header{
		background: #F4F4F4;
		padding: 10px 12px 12px 10px;
	}
	#content .news_item h1{
		display: inline;
	}
	#complex_passport section > h1,
	#complex_passport article > h1{
		padding-left: 20px;
		padding-right: 20px;
	}*/
}