/* Ņarousel
-----------------------------------------------------------------------------*/
.ņarousel {
	display: block;
	position: relative;
	width: 940px;
	height: 310px;
	margin:0;
	border:0;
	background: transparent url(../img/carousel.png) no-repeat 0 0;
}
.ņarousel .ņarouseljs {
	display:inline-block;
	width: 930px;
	height: 282px;
	position: relative;
	top: 13px;
	left: 6px;
	overflow: hidden;	
	outline: 0;	
}
.ņarousel .carousel-control{
	display: block;
	position: absolute;
	z-index: 3;	
	width: 35px;
	height: 56px;
	top: 122px;
	border: none;
	background: transparent url(../img/carousel_arrow.png) no-repeat 0 0;
	cursor: pointer;
	line-height:999px;
	text-indent:-9999px;
	outline: 0;
}
.ņarousel  .carousel-previous {
	left: 20px;	
	background-position: 0 0;
}
.ņarousel .carousel-next {
	right: 20px;
	background-position: -35px 0;
}
.ņarousel ul{
	margin: 0;
	padding: 0;
}
.ņarousel ul li{
	overflow:hidden;
	display:inline;
	float:left;
	margin:0;
	padding:0;	
	text-align:center;
}


/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; }

a { color: #414141; }
a:hover { color: #414141; text-decoration: none; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
iframe { z-index: 2; }

::-webkit-input-placeholder {
	color: #ACACAC;
}
:-moz-placeholder {
	color: #ACACAC;
}
.placeholder {
	color: #ACACAC;
}


table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

.YMapBalloon {
	font: 14px Tahoma, Arial, Verdana, sans-serif;	
	padding: 10px 20px 0 20px;
}
.YMapBalloon p {
	margin: 0;
	margin-bottom: 20px;
}
.YMapBalloon b {
	color: #516874;
}

html {
	height: 100%;
	background-color: #fff;	
}
body {
	font: 14px Tahoma, Arial, Verdana, sans-serif;
	color: #414141;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.b-wrapper {
	width: 940px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.b-wrapper_map {
	width: 100%;
	position: relative;
	z-index: 1;
}

.b-yamap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #F8F8F0;
	z-index: 2;
}


/* Header
-----------------------------------------------------------------------------*/
.b-header {
	height: 100px;
	position: relative;
}
.b-wrapper_map .b-header {
	width: 940px;
	margin: 0 auto;
	z-index: 4;
}
.b-header_bg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 150px;
	z-index: 3;	
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
}

.b-logo {
	display: block;
	width: 250px;
	height: 42px;
	text-indent: -999em;
	overflow: hidden;
	background: transparent url('../img/logo.png') no-repeat left top;
}
.b-header .b-logo {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.b-contacts {
	display: block;
	position: absolute;
	top: 30px;
	right: 0px;
	font-weight: normal;
	font-style: normal;
	line-height: 20px;	
}
.b-contacts__address {
	font-size: 13px;
	line-height: 13px;	
	color: #A3A3A3;
	margin-right: 55px;
	vertical-align: text-top;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.b-contacts__tel {
	font-size: 20px;
	color: #767676;
	display: inline-block;
	*display: inline;
	zoom: 1;	
}
.b-contacts__tel_number {
	color: #FF9B00;
	font-weight: normal;
	font-style: normal;
}

/* Middle
-----------------------------------------------------------------------------*/
.b-middle {
	width: 100%;

	height: 1%;
	position: relative;
}
.b-middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 10px 0 0 280px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5{
	color: #F78B15;
	padding: 10px 0;
	font-weight: normal;
	font-style: normal;
}
#content h1{
	font-size: 23px;
	font-weight: normal;
	font-style: normal;
}
#content h2{
	font-size: 20px;
}
#content h3{
	font-size: 18px;
	color: #235C90;
}
#content h3.line{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid #E1E1E1;
}
#content h4{
	font-size: 16px;
}
#content h5{
	font-size: 14px;
}
#content h6{
	font-size: 14px;
	color: #516874;
	font-weight: bold;
}

.service#content h4{
	color: #444343;
	font: bold 14px arial;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.service#content ul{
	padding: 0;
}
.service#content ul li{
	color: #626262;
	list-style: none;
	font-style: italic;
	margin-bottom: 10px;
	background: url(../img/li_marker.png) no-repeat 0 10px;
	padding-left: 30px;
}
.service a{
	color: #5174ea;
}
#content .list{
	background: #f4f4f4;
	overflow: auto;
	padding: 5px;
	height: auto;
}
#content .list strong{
	display: block;
	background: #e0e0e0;
	font: 29px tahoma;
	float: left;
	padding: 5px 10px;
	margin: -5px 5px -5px -5px;
	height: 100%;
}

#content small{
	color: #AEAEAE;
	font-style: italic;
}

#content blockquote{
	font-size: 14px;
	color: #272727;
	font-style: italic;
	margin: 0 0 20px;
}
#content blockquote small{
	display: block;
	line-height: 12px;	
	font-weight: normal;
	font-style: normal;
	text-align: right;
	color: #7E7E7E;
}
#content blockquote small b{
	font-size: 13px;
	color: #000000;
}

#content a.video {
	margin-right: 20px;
	border: 2px solid #fff;
	display: inline-block;
	*display: inline;
	zoom: 1;
	-moz-box-shadow: 0px 0px 10px 0px #8D9090;
	-webkit-box-shadow: 0px 0px 10px 0px #8D9090;
	-o-box-shadow: 0px 0px 10px 0px #8D9090;	
	-ms-box-shadow: 0px 0px 10px 0px #8D9090;	
	box-shadow: 0px 0px 10px 0px #8D9090;
}
#content a.video img {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.b-navibar {
	display: block;
	margin-bottom: 35px;
	font-size: 13px;	
	color: #6C6C6C;
}
.b-navibar__item {
	display: inline;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
}
.b-navibar__item_state_current {
	display: inline;
	font-size: 18px;
	color: #F88613;
	font-weight: normal;
	font-style: normal;
}
.b-navibar__link {
	display: inline;
	color: #6C6C6C !important;
	font-size: 13px;	
}
.b-navibar__link:hover {
	text-decoration: none;
}

.b-alert {
	display: block;
	background-color: #F78B15;
	padding: 7px 23px;
	-webkit-border-radius: 7px;
	border-radius: 7px;	
	color: #fff;
	margin-bottom: 30px;
}
.b-alert a {
	color: #fff;
	text-decoration: none;
}
.b-alert a:hover {
	text-decoration: underline;
}
.b-alert_pr {
	padding: 13px 23px;
	background: #F99C4D url(../img/alert_bg.png) repeat 0 0;
}
.b-alert__tel {
	display: inline-block;
	width: 45%;
	font-size: 26px;
	line-height: 46px;	
	vertical-align: middle;	
	font-weight: bold;
	*display: inline;
	zoom: 1;
}
.b-alert__text {
	display: inline-block;
	width: 45%;
	font-size: 15px;
	line-height: 15px;	
	vertical-align: middle;	
	font-weight: bold;
	*display: inline;
	zoom: 1;	
}
.b-alert__partners ,
.b-alert__like {
	display: inline-block;
	width: auto;
	font-size: 17px;
	line-height: 34px;	
	vertical-align: middle;	
	font-weight: bold;
	*display: inline;
	zoom: 1;
	color: #fff;
	text-transform: uppercase;
	background: url(../img/alert_icons.png) no-repeat 0 0;
}
.b-alert__partners:hover ,
.b-alert__like:hover {
	color: #fff;
	text-decoration: none;
}
.b-alert__partners {
	padding-left: 46px;
	padding-right: 38px;
	border-right: 3px solid #FBA445;
	background-position: 0 0;
}
.b-alert__like {
	padding-left: 70px;
	background-position: 35px -69px;	
}

.b-img_bnr {
	width: 100%;
	margin-bottom: 20px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.b-aside {
	float: left;
	width: 250px;
	margin-left: -100%;
	position: relative;
}
.b-aside__highlight {
	display: block;
	border: 1px solid #E1E1E1;
	position: relative;
	width: 250px;
	padding-left: 1000%;
	margin-left: -1000%;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;		
	padding-bottom: 10px;
	background: url(../img/aside_highlight.png) #F6F6F6;
}
.b-aside__title {
	display: block;
	font-size: 20px;
	color: #FF9B00;
	margin-top: 20px;
	margin-bottom: 20px;
}
.b-aside__title.video{
	margin-bottom: 5px;
}
a.b-aside__title {
	text-decoration: none;
}
a.b-aside__title:hover {
	color: #FF9B00;
	text-decoration: underline;
}
.b-aside__highlight .b-aside__title {
	margin-top: 10px;
}




/* Footer
-----------------------------------------------------------------------------*/
.b-footer1 {
	height: 200px;
	margin-top: -200px;	
	background: #E7E7E7;	
	position: relative;	
}
.b-wrapper_map .b-footer{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .8);
}
.b-footer_content {
	width: 940px;
	margin: 0 auto;
	height: 130px;
	position: relative;	
	font-size: 12px;
	color: #454545;
	padding: 10px 0 10px;
	line-height: 18px;
}
.b-wrapper_map .b-footer_content {
	margin: 0 auto;
}

.b-copy {
	width: 280px;
	height: 100px;
	display: inline-block;
	vertical-align: top;	
	*display: inline;
	zoom: 1;
}

.b-articom {
	height: 100px;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	zoom: 1;
}
.b-articom__dev {
	display: block;
}
.b-articom__link {
	display: block;
	width: 84px;
	height: 43px;
	padding: 0 10px;
	background: transparent url('../img/aricom.png') no-repeat 50% 50%;
	text-indent: -999em;
	overflow: hidden;
}


/* MENU
-----------------------------------------------------------------------------*/
.b-menu {
	display: block;
}
.b-aside .b-menu {
	margin-top: 10px;
	margin-bottom: 10px;
}
.b-footer .b-menu {
	display: inline-block;
	vertical-align: top;	
	*display: inline;
	zoom: 1;
}
.b-footer .b-menu a {
	color: #454545;
}
.b-menu_footer_main {
	width: 180px;	
}
.b-menu_footer_main a {
	text-decoration: none;
}
.b-menu_footer_main a:hover {
	text-decoration: underline;
}
.b-menu_footer_sub {
	width: 320px;	
}
.b-menu_header {
	background-color: #F0F0F0;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 270px;
}
.b-wrapper_map .b-menu_header {
	background-color: rgba(104, 104, 104, .1);
}
.b-aside .b-menu_sub {
	margin-top: 65px;
}
.b-menu__horizon {
	
}
.b-menu__vertical {
	
}
.b-menu__title {
	text-transform: uppercase;
	font-weight: bold;
}
.b-menu__item {
	display: block;
}
.b-menu__item a{
	color: #282828;
	display: inline-block;
	*display: inline;
	zoom: 1;	
}
.b-menu__horizon .b-menu__item {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.b-menu_header .b-menu__horizon {
	padding: 5px 0px;
}
.b-menu_header .b-menu__item {
	font-size: 15px;
	line-height: 16px;
	padding: 0px 1px 0px 7px;
	background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAQAQMAAAAGZjz3AAAAA1BMVEWMjIw8bcdyAAAAC0lEQVQIHWNgwA8AACAAAcO+k60AAAAASUVORK5CYII=) 0 50% no-repeat;
}
.b-menu_header .b-menu__item:first-child {
	background: none;
}
.b-menu_header .b-menu__item a {
	text-decoration: none;
	padding: 5px;
}
.b-menu_header .b-menu__item a:hover ,
.b-menu_header .b-menu__item_state_current a {
	color: #fff;
	background-color: #ffd18a;
	background-image: -moz-linear-gradient(top, #ffd18a 0%, #ff9d04 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd18a), color-stop(100%,#ff9d04));
	background-image: -webkit-linear-gradient(top, #ffd18a 0%,#ff9d04 100%);
	background-image: -o-linear-gradient(top, #ffd18a 0%,#ff9d04 100%);
	background-image: -ms-linear-gradient(top, #ffd18a 0%,#ff9d04 100%);
	background-image: linear-gradient(top, #ffd18a 0%,#ff9d04 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd18a', endColorstr='#ff9d04',GradientType=0 );
}
.b-menu_sub .b-menu__item {
	padding: 10px 0px;
	border-top: 1px solid #EDEDED;
	font-size: 15px;
}
.b-menu_sub .b-menu__item:first-child {
	border: none;
}
.b-menu_sub .b-menu__item a {
	display: block;
	padding: 0px 10px 0px 20px;
	background: transparent url('../img/menu_sub.png') no-repeat 0px 5px;
	font-weight: bold;
	color: #2C2C2C;
}
.b-menu_sub .b-menu__item a:hover {
	text-decoration: none;
}
.b-menu_sub .b-menu__item_state_current a {
	background-position: -250px 5px;
	color: #1244A4;
}

.b-menu__item_state_current {
	
}
.b-menu_sub .b-menu__item_type_alarm {
	margin-left: -15px;
}
.b-menu_sub .b-menu__item_type_alarm a {
	color: #FF9B00;
	font-size: 16px;
	line-height: 18px;
	padding: 0px 0px 0px 35px;
	background: transparent url('../img/menu_alarm.png') no-repeat 0 50%;	
	text-decoration: none;	
}
.b-menu_sub .b-menu__item_type_alarm a:hover {
	text-decoration: underline;
}


.b-pages {
	margin-bottom: 50px;
	font-size: 14px;
	line-height: 16px;
}
.b-pages__item {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.b-pages__item_link ,
.b-pages__item_state_current {
	color: #2A2A2B;
	padding: 3px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-decoration: underline;
}
.b-pages__item_link:hover {
	text-decoration: none;
}
.b-pages__item_state_current {
	font-size: 16px;
	color: #581F7F;
	font-weight: bold;
	text-decoration: none;
}


.b-aside__highlight .b-slogans {
	margin-right: 19px;
	font-size: 14px;
	color: #2C2C2C;
}
.b-slogans ul {
	display: block;
	zoom: 1;
}
.b-slogans li {
	display: block;
	padding: 5px 0px 5px 20px;
	border-top: 1px solid #E9EDF0;	
	background: transparent url('../img/menu_sub.png') no-repeat -512px 7px;
}
.b-slogans li ul {
	font-size: 12px;
	margin-left: -20px;
}
.b-slogans li li {
	padding: 5px 0px 5px 8px;
	background: none;
	position: relative;	
}
.b-slogans li li:before {
	display: block;
	content: "- ";
	position: absolute;
	top: 6px;
	left: 0;
}
.b-slogans li:first-child {
	border: none;
}




/* NEWS
-----------------------------------------------------------------------------*/
.b-news {
	display: block;
}
.b-aside .b-news {
	font-size: 12px;
	color: #A3A3A3;
}
.b-news__item {
	margin-bottom: 25px;
}
.b-news__name {
	display: block;
	margin-bottom: 5px;
}
.b-news__link {
	display: block;
	color: #2C2C2C;
	font-weight: bold;
}
.b-news__date {
	display: block;
	margin-bottom: 5px;	
}
.b-aside .b-news__date{
	font-size: 90%;
}
.b-news__descr {
	display: block;
}
.b-news__all_link {
	display: block;
	margin-bottom: 25px;
	font-size: 13px;
}

/* VIDEO
-----------------------------------------------------------------------------*/
.b-videos {
	width: 257px;
	margin-left: -7px;
	margin-bottom: 20px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
#content .b-videos {
	width: auto;
	margin: 0;
}
#content .b-videos iframe {
	margin-right: 25px;
	margin-bottom: 30px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.b-video {
	vertical-align: top;
	display: inline-block;
	width: 125px;	
	*display: inline;
	zoom: 1;
}
.b-video__bg {
	display: inline-block;
	width: 125px;
	height: 96px;	
	*display: inline;
	zoom: 1;
	background: url(../img/video_bg.png) no-repeat 0 0;
}
.b-video__preview {
	display: inline-block;
	width: 110px;
	height: 76px;
	margin-top: 9px;		
	margin-left: 8px;
	*display: inline;
	zoom: 1;
}
.b-video__play {
	display: inline-block;
	width: 110px;
	height: 76px;
	background: transparent url(../img/video_play.png) no-repeat center center;
	cursor: pointer;
	*display: inline;	
	zoom: 1;
}
.b-video__descr {
	font-size: 12px;
	color: #686868;
	display: inline-block;
	width: 109px;
	margin-left: 8px;	
	margin-right: 8px;	
	*display: inline;
	zoom: 1;	
}

/* Reviews
-----------------------------------------------------------------------------*/
.b-reviews {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.b-reviews__item {
	width: 100%;
	margin-bottom: 30px;
	vertical-align: top;
	display: inline-block;
	*display: inline;
	zoom: 1;	
}
.b-reviews__item h3 {
	padding: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 5px !important;
}

/* Equipments
-----------------------------------------------------------------------------*/
.b-equipment {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.b-equipment__item {
	width: 265px;
	margin-right: 60px;
	margin-bottom: 65px;
	vertical-align: top;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.b-equipment_line .b-equipment__item {
	width: auto;
	margin-bottom: 0;
}
.b-equipment_line .b-equipment__item_img {
	margin-bottom: 0;
	float: left;
}
.b-equipment_line .b-equipment__item_price {
	margin-left: 20px;
}

.b-equipment__item_name {
	color: #FF9B00;
	text-decoration: none;
	margin-bottom: 20px;
	text-transform: uppercase;
	display: inline-block;
	*display: inline;
	zoom: 1;	
}
a.b-equipment__item_name:hover {
	text-decoration: underline;
}
.b-equipment__item_img {
	width: 232px;
	margin-bottom: 20px;
	display: inline-block;
	*display: inline;
	zoom: 1;	
}
.b-equipment__item_descr {
	font-size: 13px;
	color: #505050;
	margin-bottom: 20px;	
	display: inline-block;
	*display: inline;
	zoom: 1;		
}
.b-equipment__item_footer {
	width: 232px;
	display: inline-block;
	*display: inline;
	zoom: 1;		
}
.b-equipment__item_price {
	font-size: 15px;
	color: #888D06;
}
.b-equipment__item_price b {
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
}
.b-equipment__item_link {
	font-size: 14px;
	color: #B84D19;
	text-decoration: underline;
}
.b-equipment__item_link:hover {
	text-decoration: none;
}
.b-equipment__item_footer .b-equipment__item_price {
	float: left;
}
.b-equipment__item_footer .b-equipment__item_link {
	float: right;
	line-height: 34px;
}
.b-equipment__item_price_file {
	display: block;
	padding-top: 5px;
	padding-left: 250px;	
}
.b-equipment__item_price_file a {
	height: 14px;
	line-height: 14px;
	padding-left: 20px;
	color: #235C90;
	background: transparent url(../img/price.png) no-repeat 0 0;	
	display: inline-block;
	*display: inline;
	zoom: 1;	
}



/* Service
-----------------------------------------------------------------------------*/
.b-service {
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
	*display: inline;
	zoom: 1;		
}
.b-service__link {
	width: 200px;
	margin-right: 15px;
	margin-bottom: 30px;
	vertical-align: top;
	text-decoration: none;	
	display: inline-block;
	*display: inline;
	zoom: 1;	
}
.b-service__img {
	width: 200px;
	height: 85px;
	margin-bottom: 10px;
	display: inline-block;
	*display: inline;
	zoom: 1;	
}
.b-service__name {
	width: 180px;
	padding-right: 20px;
	font-size: 12px;
	color: #7B839B;
	font-weight: bold;	
	text-transform: uppercase;	
	background: transparent url(../img/service_arrow.png) no-repeat 100% 50%;
	text-decoration: none;
	display: inline-block;
	*display: inline;
	zoom: 1;	
}
.b-service__link:hover .b-service__name {
	color: #581F7F;
}

.b-service_images {
	height: 250px;
	position: relative;
}
.b-service_images__pic {
	position: absolute;
	display: block;
	width: 275px;
	height: 180px;
	border: 1px solid #9D9D9D;
}
.boxshadow .b-service_images__pic {
	background-color: #fff;
	border: 3px solid #fff;
	opacity: 1;	
	-webkit-filter: blur(0px);	
	-webkit-box-shadow: 0px 0px 10px 0px #373A3A;
	box-shadow: 0px 0px 10px 0px #373A3A;	
	
	-webkit-transition: all 0.5s ease-out 0.1s;
	-moz-transition: all 0.5s ease-out 0.1s;
	-o-transition: all 0.5s ease-out 0.1s;
	-ms-transition: all 0.5s ease-out 0.1s;
	transition: all 0.5s ease-out 0.1s;					
}
.b-service_images__pic_1 {
	z-index: 1;
	top: 40px;
	left: 10px;
	
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);	
	-ms-transform: rotate(-7deg);		
	transform: rotate(-7deg);
}
.b-service_images__pic_2 {
	z-index: 3;
	top: 20px;
	left: 190px;	
	
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-ms-transform: rotate(10deg);		
	transform: rotate(10deg);	
}
.b-service_images__pic_3 {
	z-index: 2;
	top: 55px;
	left: 350px;
	
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);		
	transform: rotate(-15deg);		
}
.cssanimations.boxshadow .b-service_images__pic:hover {	
	-webkit-transform: rotate(0deg) scale(1.2);
	-moz-transform: rotate(0deg) scale(1.2);
	-o-transform: rotate(0deg) scale(1.2);
	-ms-transform: rotate(0deg) scale(1.2);		
	transform: rotate(0deg) scale(1.2);
	z-index: 4;
}
.cssanimations .b-service_images__pic_1:hover {
	left: 50px;
	-webkit-box-shadow: -5px 10px 20px 0px #A4A6A6;
	box-shadow: -5px 10px 20px 0px #A4A6A6;	
}
.cssanimations .b-service_images__pic_2:hover {
	-webkit-box-shadow: 0px 10px 20px 0px #A4A6A6;
	box-shadow: 0px 10px 20px 0px #A4A6A6;	
}
.cssanimations .b-service_images__pic_3:hover {
	left: 300px;
	-webkit-box-shadow: 5px 10px 20px 0px #A4A6A6;
	box-shadow: 5px 10px 20px 0px #A4A6A6;	
}
.cssanimations .b-service_images__pic_1 {	
	-webkit-animation: service_images 0.6s ease-out;
}
.cssanimations .b-service_images__pic_2 {	
	-webkit-animation: service_images 1s ease-out;
}
.cssanimations .b-service_images__pic_3 {	
	-webkit-animation: service_images 0.8s ease-out;
}
@-webkit-keyframes service_images {
   from {
		opacity: 0;
		-webkit-filter: blur(1px);
		-webkit-transform: rotate(0deg) scale(1.2);		
   }
   to {
		opacity: 1;
		-webkit-filter: blur(0px);
   }
}

/* People
-----------------------------------------------------------------------------*/
.b-peoples {
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.b-people {
	width: 170px;
	margin-right: 45px;
	margin-bottom: 45px;
	vertical-align: top;	
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.b-people__pic {
	width: 170px;
	height: 170px;		
	background: transparent url(../img/people.png) no-repeat 0 0;
	margin-bottom: 20px;
	display: inline-block;
	*display: inline;
	zoom: 1;	
}
.b-people__name {
	color: #2C2C2C;
	font-size: 15px;
	text-transform: uppercase;	
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.b-people__job {
	color: #777777;
	font-size: 14px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}


.b-sticker-contact {
	display: block;
	position: fixed;
	top: 65%;
	right: 0;
	width: 145px;
	height: 35px;
	background: transparent url(../img/contact_us.png) no-repeat left top;
	z-index: 999;
}
.b-sticker-contact a {
	font-size: 15px;
	color: #fff;
	padding-top: 5px;
	padding-left: 15px;
	display: inline-block;
	*display: inline;
	zoom: 1;	
}
.b-wrapper_map .b-sticker-contact {
	display: none;
}

/* Modal
-----------------------------------------------------------------------------*/
.b-modal_overlay {
	background-color: #000;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 1001;
	
	display: none;	
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	opacity: 0;
}
.b-modal_overlay_show {
	display: block;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	opacity: 0.4;
}
.b-modal_form {
	position: fixed;
	top: 10%;
	left: 50%;
	margin-left: -145px;
	width: 250px;
	padding: 20px;
	border: 1px solid #fff;
	border-radius: 9px;
	box-shadow: 0px 5px 50px 0px #000000;
	background: #F5A935;
	background-image: -moz-linear-gradient(left, #eb8a18 0%, #f5a935 5%, #f5a935 95%, #eb8a18 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,#eb8a18), color-stop(5%,#f5a935), color-stop(95%,#f5a935), color-stop(100%,#eb8a18));
	background-image: -webkit-linear-gradient(left, #eb8a18 0%,#f5a935 5%,#f5a935 95%,#eb8a18 100%);
	background-image: -o-linear-gradient(left, #eb8a18 0%,#f5a935 5%,#f5a935 95%,#eb8a18 100%);
	background-image: -ms-linear-gradient(left, #eb8a18 0%,#f5a935 5%,#f5a935 95%,#eb8a18 100%);
	background-image: linear-gradient(left, #eb8a18 0%,#f5a935 5%,#f5a935 95%,#eb8a18 100%);
	color: #fff;
	display: none;	
	z-index: 1002;	
}
.b-modal_form-title {
	margin-bottom: 20px;
}
.b-modal_form-title_text {
	float: left;
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
}
.b-modal_form-close {
	border: none;
	background-color: transparent;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	margin-top: -4px;
	float: right;
}
.b-modal_input {
	display: block;
	width: 240px;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;	
	box-shadow: inset 0px 3px 4px #F0F0F0;
	outline: 0;	
	resize: none;
}
.b-modal_form .buttons {
	text-align: right;
	margin-top: 20px;
}
.b-modal_form .buttons input {
	background-color: #F6F6F6;
	background-image: -moz-linear-gradient(top, #e3e3e3 0%, #f6f6f6 50%, #e3e3e3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e3e3), color-stop(50%,#f6f6f6), color-stop(100%,#e3e3e3));
	background-image: -webkit-linear-gradient(top, #e3e3e3 0%,#f6f6f6 50%,#e3e3e3 100%);
	background-image: -o-linear-gradient(top, #e3e3e3 0%,#f6f6f6 50%,#e3e3e3 100%);
	background-image: -ms-linear-gradient(top, #e3e3e3 0%,#f6f6f6 50%,#e3e3e3 100%);
	background-image: linear-gradient(top, #e3e3e3 0%,#f6f6f6 50%,#e3e3e3 100%);	
	color: #6A6A6A;
	font-size: 14px;
	padding: 5px 10px;
	margin: 0;
	line-height: 14px;
	border: 1px solid #C49B6A;
	border-radius: 5px;		
	outline: 0;		
}
.b-modal_form .error {
	border: 1px solid red;
}
.b-modal_form .captcha {
	line-height: 35px;
	height: 35px;
	margin-top: 10px;
	vertical-align: text-top;
}
.b-modal_form .captcha img {
	display: inline-block;	
}
.b-modal_form .captcha .b-modal_input {
	width: 111px;
	line-height: 25px;
	height: 25px;
	display: inline-block;
}

.b-modal_form_show {
	display: block;	
}




table.specifications {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
}
table.specifications td {
	padding: 5px 10px;
}
table.specifications tr:nth-child(odd) td {
	background-color: #E9E9E9;
}

#fancybox img { 
z-index: 200; 
}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.clear { clear: both; }

.postimg img {
padding:5px 5px 5px 5px;
}

.shortimg img {
width: 150px;
padding:5px 5px 5px 5px;
}

	.b-menu_header .b-menu__item a{
		padding-left:12px !important;
		padding-right:12px !important;
	}
	
	.b-aside h3 {
		color:#F78B15;
		margin-top:-25px;
		margin-bottom:10px;
		font-size:18px;
		border-bottom:1px dotted #999;
	}
	
	#content li {
		margin-bottom:0.5em;
	}
	
	.b-logo {
		width:325px !important;
		height:58px !important;
		margin-bottom:5px;
		margin-left:3px;
	}
	.b-menu_header {
		margin-left:180px;
	}
	
	.b-menu_footer_sub {
		width:210px;
	}
	
	.pricetabl {
		border-collapse:collapse;
		border:1px solid #888;
	}
	
	td {border:1px solid #888;padding:4px;}
	
	.ar {
		width:250px;
		float:right;
		margin-right:5px;
	}