/*
 *              20.05.2013
 *     Developed by Maydokin Aleksey
 *    <amaydokin +at+ r-top +dot+ ru>
 *
 */


@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic&subset=latin,cyrillic,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Scada&subset=latin,cyrillic);

html, body {
	height: 100%;
}

body {
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #5e5e5e;
  background: url( './img/page-bg.jpg' ) repeat-x;
}

a {
  color: #2082c2;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

h1 {
	font-size: 20px;
	line-height: 1.1;
	margin-bottom: 20px;
}
.b-workarea > h1 {
	margin-top: -12px;
}

h2 {
	font-size: 19px;
	line-height: 1.1;
}


/*  ===== Forms ===== */

textarea{
	resize: vertical;
}
label, input, button, select, textarea {
	font-size: 13px !important;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border-radius: 0;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border-color: #e2f3ff;
	box-shadow: none;
	box-shadow: 0 2px 5px rgba(18,69,102,.05);
}
input.req, textarea.req {
	background-image: url('./img/req.png');
	background-position: 98% 11px;
	background-repeat: no-repeat;
}
.captcha-group {
	margin-left: -20px;
}
.btn {
	background-color: #eef8ff;
	background-image: -moz-linear-gradient(top,  #ffffff 0%, #eef8ff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eef8ff));
	background-image: -webkit-linear-gradient(top,  #ffffff 0%,#eef8ff 100%);
	background-image: -o-linear-gradient(top,  #ffffff 0%,#eef8ff 100%);
	background-image: -ms-linear-gradient(top,  #ffffff 0%,#eef8ff 100%);
	background-image: linear-gradient(to bottom,  #ffffff 0%,#eef8ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef8ff',GradientType=0 );
	border-color: #e2f3ff;
	border-radius: 0;
	box-shadow: 0 2px 5px rgba(18,69,102,.05), inset 0 0 2px rgba(255,255,255,.75);
	color: #2082c2;
}
.btn:hover,
.btn:focus {
	background-position: 0 0;
}

/*  ===== /Forms ===== */


/*  ===== Icons ===== */

[class^="icon-new-"], [class*=" icon-new-"] {
	background-image: url( './img/icons.png' );
	height: 18px;
	line-height: 18px;
	width: 17px;
}
.icon-new-search { background-position: -7px -7px; }
.icon-new-left { background-position: -7px -31px; width: 30px; height: 30px; }
.icon-new-right { background-position: -42px -31px; width: 30px; height: 30px; }

/*  ===== /Icons ===== */


/*  ===== header ===== */

.b-header {
	background: url( './img/header-bg.jpg' ) no-repeat 50% 0;
	height: 312px;
	position: relative;
}

.b-header-title {
	background: #fff;
	background: rgba( 255, 255, 255, .95 );
	box-shadow: 0 2px 5px rgba(18,69,102,.05);
	border: 1px solid #e2f3ff;
	border-top: none;
	color: #2181c3;
	font-size: 14px;
	padding: 12px;
	text-align: center;
}

.b-header-main {
	height: 192px;
}

.b-logo img {
	margin: 30px 0 0 30px;
}

.b-header-right {
	margin: 35px 30px 0 0;
}
.b-langSelect {
	margin: 0 0 7px;
}
.b-langSelect-item {
	display: inline-block;
	width: 30px;
	height: 35px;
	line-height: 35px;
	font-family: Scada, sans-serif;
	font-size: 12px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(138,11,22,.75);
	text-transform: uppercase;
	text-align: center;
	text-decoration: underline;
}
.b-langSelect-item.active {
	background: url( './img/lang-bg.png' );
	text-decoration: none;
}
.b-langSelect-item:hover {
	color: #fff;
	text-decoration: none;
}
.b-header-phone-item {
	font-family: Scada, sans-serif;
	font-size: 24px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(138,11,22,.75);
	line-height: 1;
}
.b-header-phone-item small {
	font-size: 14px;
}

.b-main-menu .navbar {
	margin: 0;
}
.b-main-menu .navbar-inner {
	height: 73px;
	background: #1674b2;
	background: -moz-linear-gradient(top,  #3bb6e9 0%, #1b77bb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3bb6e9), color-stop(100%,#1b77bb));
	background: -webkit-linear-gradient(top,  #3bb6e9 0%,#1b77bb 100%);
	background: -o-linear-gradient(top,  #3bb6e9 0%,#1b77bb 100%);
	background: -ms-linear-gradient(top,  #3bb6e9 0%,#1b77bb 100%);
	background: linear-gradient(to bottom,  #3bb6e9 0%,#1b77bb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bb6e9', endColorstr='#1b77bb',GradientType=0 );
	padding: 0 6px;
	width: 100%;
	margin-left: -6px;
	border: none;
	border-radius: 0;
	position: relative;
}
.b-main-menu .navbar-inner:before,
.b-main-menu .navbar-inner:after {
	content: '';
	position: absolute;
	background: url( './img/menu-slugs.png' );
	width: 6px;
	height: 4px;
	top: 100%;
	left: 0;
}
.b-main-menu .navbar-inner:after {
	left: auto;
	right: 0;
	background-position: -6px;
}
.nav-w {
	padding: 0 20px;
}
.b-main-menu .nav {
	padding: 24px 0 0;
	float: none;
	display: table;
	width: 100%;
}
.b-main-menu .nav > li {
	display: table-cell;
	float: none;
	vertical-align: top;
	text-align: center;
}
.b-main-menu .navbar-inner .nav a {
	text-transform: uppercase;
	padding: 0;
	font-size: 12px;
	color: #fafafa;
	font-family: Scada, sans-serif;
	text-shadow: 0 1px #0653ae;
	display: inline-block;
	border-bottom: 1px solid #69b2dc;
	margin: 0 7px;
}
.b-main-menu .navbar-inner .active a,
.b-main-menu .navbar-inner .active a:hover {
	border-radius: 4px;
	background-color: #1f77af;
	box-shadow: 0 1px rgba(47,159,210,.75), inset 0 2px 2px rgba(0,0,0,.16);
	padding: 0 7px;
	margin: 0;
	border-bottom: none;
}
.b-main-menu .navbar-inner .nav a:hover {
	color: #fff;
	border-bottom: none;
}

/*  ===== /header ===== */

.b-main {
	min-height: 100%;
	background: url( './img/main-bg.png' ) repeat-y 50% 0;
}


/*  ===== footer ===== */
.b-footer {
	width: 100%;
	height: 223px;
	margin-top: -223px;
	position: absolute;
	color: #fff;
	text-shadow: 0 1px 2px rgba(71,74,78,.75);
}

.b-footer > .container {
	background: url( './img/footer-bg.jpg' ) 0 100%;
	height: 223px;
	overflow: hidden;
}

.b-footer a {
	color: #fff;
}

.b-pseudoFooter {
	height: 255px;
}

.b-footer-copy,
.b-footer-address,
.b-footer-phone,
.b-footer-email {
	margin-left: 30px;
}
.b-footer-copy {
	margin-top: 30px;
	margin-bottom: 7px;
}
.b-footer-phone {
	margin-bottom: 7px;
}

/*  ===== /footer ===== */


/*  ===== buttons ===== */
.btn-success {
	background-color: #a1ed56;
	background-image: -moz-linear-gradient(top,  #a1ed56 0%, #88cd44 3%, #8fd649 44%, #72ad38 85%, #81c33f 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1ed56), color-stop(3%,#88cd44), color-stop(44%,#8fd649), color-stop(85%,#72ad38), color-stop(100%,#81c33f));
	background-image: -webkit-linear-gradient(top,  #a1ed56 0%,#88cd44 3%,#8fd649 44%,#72ad38 85%,#81c33f 100%);
	background-image: -o-linear-gradient(top,  #a1ed56 0%,#88cd44 3%,#8fd649 44%,#72ad38 85%,#81c33f 100%);
	background-image: -ms-linear-gradient(top,  #a1ed56 0%,#88cd44 3%,#8fd649 44%,#72ad38 85%,#81c33f 100%);
	background-image: linear-gradient(to bottom,  #a1ed56 0%,#88cd44 3%,#8fd649 44%,#72ad38 85%,#81c33f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1ed56', endColorstr='#81c33f',GradientType=0 );
	border: 1px solid #6ca533;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
	background-position: 0 0;
}

.btn {
	font-weight: bold;
	text-transform: uppercase;
}
/*  ===== /buttons ===== */


/*  ===== lists =====  */
ul.dash > li:before,
ol.dash > li:before {
	content: '\2014\a0';
	font-size: 1.5em;
	line-height: 0;
	list-style: none;
	color: #a7cfe9;
}
ul.dash > li,
ol.dash > li {
	list-style: none;
	text-indent: -1.5em;
}
/*  ===== /lists =====  */



/*  ===== images =====  */

.img-frame {
	border: 1px solid #e0eef8;
	border-radius: 2px;
	background: #fff;
	padding: 3px;
}

/*  ===== /images =====  */



/*  ===== table =====  */
.b-workarea table {
	border-top: 1px solid #e2f3ff;
	border-left: 1px solid #e2f3ff;
}
.b-workarea td, .b-workarea th {
	padding: 4px 12px;
	border-right: 1px solid #e2f3ff;
	border-bottom: 1px solid #e2f3ff;
	font-size: 13px;
}
.b-workarea th {
	color: #14415f;
	background: #eef9fe;
	background: -moz-linear-gradient(top,  #ffffff 0%, #eef9fe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eef9fe));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eef9fe 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#eef9fe 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#eef9fe 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#eef9fe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef9fe',GradientType=0 );
	font-weight: normal;
	padding: 8px 12px;
}
/*  ===== /table =====  */



.navbar .nav > .pull-right {
	float: right;
}
.nav .divider {
  width: 1px;
  font-size: 0;
  overflow: hidden;
  background-color: #82c5e8;
}


.b-workarea {
	padding: 30px 0 0 30px;
}

.noSidebar .b-workarea {
	padding-right: 20px;
}


.hidden {
	display: none;
}


.date {
	font-size: 12px;
	color: #a9a9a9;
}



/*  ===== blocks  =====  */
.well {
	background: #fffdf8;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjZmZmZGY4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #ffffff 0%, #fffdf8 4%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(4%,#fffdf8), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fffdf8 4%,#ffffff 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#fffdf8 4%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#fffdf8 4%,#ffffff 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#fffdf8 4%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	border: none;
	border-radius: 3px;
	box-shadow: 0 1px 5px -2px #c7a16d;
	margin-bottom: 30px;
	min-height: 20px;
}
.well-small {
	padding: 13px;
}

.b-side-block {
	margin: 30px 30px 0 0;
	border: 1px solid #e2f3ff;
	border-bottom: 2px solid #c1d6e5;
	border-radius: 0 7px 0 0;
}
.b-side-block-head {
	text-transform: uppercase;
	color: #d91d28;
	font-size: 13px;
	font-weight: bold;
	background: #f5f6f8;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjZmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZjZmRmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY2ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f5f6f8 0%, #fcfdff 50%, #f5f6f8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f6f8), color-stop(50%,#fcfdff), color-stop(100%,#f5f6f8));
	background: -webkit-linear-gradient(top,  #f5f6f8 0%,#fcfdff 50%,#f5f6f8 100%);
	background: -o-linear-gradient(top,  #f5f6f8 0%,#fcfdff 50%,#f5f6f8 100%);
	background: -ms-linear-gradient(top,  #f5f6f8 0%,#fcfdff 50%,#f5f6f8 100%);
	background: linear-gradient(to bottom,  #f5f6f8 0%,#fcfdff 50%,#f5f6f8 100%);
	padding: 10px 30px 10px 20px;
}
.b-side-block-head a {
	color: #d91d28;
}
.b-side-block-body {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3faff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3faff));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3faff 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f3faff 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3faff 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f3faff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3faff',GradientType=0 );
	padding: 15px 30px 15px 20px;
	border-radius: 0 6px 0;
}
.b-side-block-body-nopadding {
	padding: 0;
}


.b-breadCrumbs {
	margin: 0 0 20px;
	color: #e7f0f6;
	font-size: 13px;
}
.b-breadCrumbs a {
	color: #1f77af;
}
.b-breadCrumbs .devider {
	margin: 0 5px;
}


.b-sideNews {
	margin: -8px 0;
}
.b-sideNews-item {
	border-bottom: 1px solid #eeeeee;
	padding: 8px 0;
	line-height: 1.3;
}
.b-sideNews-item:last-child {
	border-bottom: none;
}
.b-sideNews-item-date {
	font-size: 12px;
	color: #a9a9a9;
}



.b-sideMenu {
	padding: 10px 0;
	margin: 0;
}
.b-sideMenu-item {
	margin: 7px 0;
}
.b-sideMenu-item a {
	margin: 0 30px 0 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	color: #1e7dbf;
	display: inline-block;
}
.b-sideMenu-item a:hover {
	border-bottom: none;
}
.b-sideMenu-item.active {
	border-left: 4px solid #2b97d2;
	margin-left: -4px;
	width: 100%;
	box-shadow: 0 1px 3px rgba(204,235,255,.75);
}
.b-sideMenu-item.active a {
	border-top: solid 1px #f3f3f3;
	border-bottom: solid 1px #f3f3f3;
	padding: 7px 30px 7px 20px;
	margin: 0;
	display: block;
	color: #d91d28;
	background: #f5f6f8;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjZmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZjZmRmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY2ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f5f6f8 0%, #fcfdff 50%, #f5f6f8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f6f8), color-stop(50%,#fcfdff), color-stop(100%,#f5f6f8));
	background: -webkit-linear-gradient(top,  #f5f6f8 0%,#fcfdff 50%,#f5f6f8 100%);
	background: -o-linear-gradient(top,  #f5f6f8 0%,#fcfdff 50%,#f5f6f8 100%);
	background: -ms-linear-gradient(top,  #f5f6f8 0%,#fcfdff 50%,#f5f6f8 100%);
	background: linear-gradient(to bottom,  #f5f6f8 0%,#fcfdff 50%,#f5f6f8 100%);
}



.b-sideFiles {
	margin: 0;
}
.b-sideFiles-item {
	margin: 0 0 20px;
	line-height: 1.3;
}
.b-sideFiles-item:last-child {
	margin: 0;
}
.b-sideFiles-item-desc {
	font-size: 12px;
	color: #a9a9a9;
}



.b-footer-search {
	margin: 25px 0 0;
}
.b-footer-search .input-append {
	background: #5e616a;
	border: 1px solid #74797d;
}
.b-footer-search .input-append input,
.b-footer-search .input-append button {
	background: transparent;
	color: #aaabaf;
	text-shadow: 0 1px rgba(58,60,63,.42);
	border: none;
	box-shadow: none;
}



.b-homeKeyFeatures {
	border: 1px solid #e0f2ff;
}
.b-homeKeyFeatures-image {
	width: 444px;
	height: 299px;
	float: left;
	overflow: hidden;
	position: relative;
}
.b-homeKeyFeatures-image-desc {
	background: #000;
	background: rgba( 0, 0, 0, .4 );
	padding: 20px 0;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 1.1;
}
.b-homeKeyFeatures-image-desc-tile {
	padding: 0 30px;
}
.b-homeKeyFeatures-image-desc-tile a {
	color: #fff;
	text-shadow: 0 1px 1px rgba(80,80,80,.75);
	font-size: 18px;
	font-weight: bold;
}
.b-homeKeyFeatures-image-desc-text {
	padding: 7px 30px ;
	color: #fff;
	text-shadow: 0 1px 1px rgba(80,80,80,.75);
}
.b-homeKeyFeatures-ctrl {
	margin-left: 444px;
	border-left: 1px solid #e0f2ff;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3faff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3faff));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3faff 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f3faff 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3faff 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f3faff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3faff',GradientType=0 );
}
.b-homeKeyFeatures-ctrl-list-item {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e0f2ff;
}
.b-homeKeyFeatures-ctrl-list-item:first-child {
	border-top: none;
}
.b-homeKeyFeatures-ctrl-list-item:last-child {
	border-bottom: none;
}
.b-homeKeyFeatures-ctrl-list-item a {
	display: table-cell;
	width: 159px;
	height: 74px;
	border-right: 4px solid #39b1e5;
	vertical-align: middle;
	padding: 0 30px;
	line-height: 1.3;
}
.b-homeKeyFeatures-ctrl-list-item.active a {
	border-right-color: #f6222e;
}



.b-home-block {
	padding: 30px 0 0;
}



.b-homeSideFeatures-item {
	position: relative;
	width: 195px;
	margin: 0 0 1px;
	text-align: center;
}
.b-homeSideFeatures-item-text {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	background: #000;
	background: rgba(0, 0, 0, .4);
	font-family: Scada, sans-serif;
	text-transform: uppercase;
	padding: 2px 0;
	margin: -12px 0 0;
}
.b-homeSideFeatures-item a {
	color: #fff;
	text-decoration: none;
	display: block;
}


.b-home-big-img-item {
	width: 424px;
	float: left;
	margin: 0 0 0 30px;
	border: 2px solid #4a4a4a;
	position: relative;
}
.b-home-big-img-item:after {
	content: url( './img/home-big-img-corner.png' );
	position: absolute;
	bottom: -7px;
	right: -2px;
}
.b-home-big-img-item-title {
	position: absolute;
	padding: 16px 0 0;
	width: 185px;
	height: 43px;
	right: -10px;
	top: 60px;
	background: url( './img/home-big-img-tag.png' );
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(117,6,16,.75);
	font-weight: bold;
}
.b-home-big-img-item-title:hover {
	color: #fff;
}



.b-homeNews {
	clear: both;
}
.b-homeNews-body {
	background: #f3faff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3faff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3faff));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3faff 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f3faff 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3faff 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f3faff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3faff',GradientType=0 );
	border: 1px solid #e0f2ff;
}
.b-homeNews-header-title {
	border: 1px solid #e0f2ff;
	border-bottom-color: #fff;
	margin: 0 0 -1px 30px;
}
.b-homeNews-header-title a {
	color: #2082c2;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 35px;
}
.b-homeNews-ctrl {
	margin-right: 25px;
}
.b-homeNews-ctrl .icon-new-left,
.b-homeNews-ctrl .icon-new-right {
	cursor: pointer;
}
.b-homeNews-item {
	float: left;
	padding: 25px;
	height: 82px;
}
.b-homeNews-item-img {
	float: left;
	margin-right: 15px;
}
.b-homeNews-item-img img {
	display: block;
}
.b-homeNews-item-date {
	color: #bdbdbd;
	font-size: 11px;
}
.b-homeNews-item-title {
	line-height: 1.3;
}



.b-nomeEvents-title {
	margin: 0 0 15px;
}
.b-nomeEvents-title a {
	color: #d91d28;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 20px 0 0;
	background: #fff;
}
.b-nomeEvents-title hr {
	height: 4px;
	background: #f8fbfe;
	border: none;
	margin: 0 0 -12px;
}
.b-nomeEvents-item {
	border-bottom: 1px solid #ebf5ff;
	margin-bottom: 20px;
	padding-bottom: 10px;
height:134px;
}
.b-nomeEvents-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.b-nomeEvents-item-img {
	float: left;
	margin: 0 20px 10px 0;
}
.b-nomeEvents-item-date {
	color: #bdbdbd;
	font-size: 11px;
}
.b-nomeEvents-item-title {
	font-size: 16px;
	font-weight: bold;
}



.b-homeLogos {
	clear: both;
}
.b-homeLogos-body {
	background: #f3faff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3faff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3faff));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3faff 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f3faff 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3faff 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f3faff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3faff',GradientType=0 );
	border: 1px solid #e0f2ff;
}
.b-homeLogos-header-title {
	border: 1px solid #e0f2ff;
	border-bottom-color: #fff;
	margin: 0 0 -1px 30px;
	color: #2082c2;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 35px;
}
.b-homeLogos-ctrl {
	margin-right: 25px;
}
.b-homeLogos-ctrl .icon-new-left,
.b-homeLogos-ctrl .icon-new-right {
	cursor: pointer;
}
.b-homeLogos-item {
	float: left;
	padding: 25px;
	position: relative;
}
.b-homeLogos-item-img img {
	display: block;
}
.logo-hover {
	position: absolute;
	top: 25px;
	left: 25px;
	filter: progid:DXImageTransform.Microsoft.Alpha( opacity=0 );
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
     -moz-transition: opacity .3s ease-in-out;
      -ms-transition: opacity .3s ease-in-out;
       -o-transition: opacity .3s ease-in-out;
          transition: opacity .3s ease-in-out;
}
.logo-hover:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha( opacity=100 );
	opacity: 1;
}



.b-newsDetail-head .date {
	font-size: 13px;
}



.b-newsList-item {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 20px;
	clear: both;
}
.b-newsList-item:last-child {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.b-newsList-item-img {
	float: left;
	margin-right: 15px;
}
.b-newsList-item-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3
}
.b-newsList-item-text {
	margin-top: 10px;
}



.b-imgDescWrap .b-imgDescWrap-item {
	margin: 0 0 20px;
}
.b-imgDescWrap .b-imgDescWrap-item-img {
	float: left;
}
.b-imgDescWrap .b-imgDescWrap-item-desc {
	padding: 20px 0 0;
}
.b-imgDescWrap-item-desc h3 {
	margin: 0 0 20px;
	font-size: 15px;
	line-height: 15px;
}
.b-imgDescWrap .b-imgDescWrap-item-desc {
	margin-left: 175px;
}
.b-imgDescWrap-files .b-imgDescWrap-item-img {
	width: 128px;
	text-align: center;
}
.b-imgDescWrap-files .b-imgDescWrap-item-desc {
	margin-left: 135px;
	padding-top: 5px;
}

.b-img-index a {
	text-decoration: none;
	display: inline-block;
	margin: 0 0 3px;
}


.b-homeHeadlineNews {
	border: 1px solid #e0f2ff;
}
.b-homeHeadlineNews-image {
	overflow: hidden;
	position: relative;
}
.b-homeHeadlineNews-image-desc {
	background: #000;
	background: rgba( 0, 0, 0, .4 );
	padding: 20px 0;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 1.1;
}
.b-homeHeadlineNews-image-desc-tile {
	padding: 0 30px;
}
.b-homeHeadlineNews-image-desc-tile a {
	color: #fff;
	text-shadow: 0 1px 1px rgba(80,80,80,.75);
	font-size: 18px;
	font-weight: bold;
}
.b-homeHeadlineNews-image-desc-text {
	padding: 7px 30px ;
	color: #fff;
	text-shadow: 0 1px 1px rgba(80,80,80,.75);
}
.b-homeKeyFeatures1 .b-homeKeyFeatures-ctrl-list {
	border: 1px solid #E0F2FF
}


/*  ===== /blocks  =====  */

li.limages {
float:left;
display:block;
}

img.image-self {
width:100px;
height:100px;
padding: 10px;
cursor:pointer;
}

img.imageself {
width:100px;
height:100px;
padding: 10px;
cursor:pointer;
}

#photocont {
display:none;
z-index;1998;
position:absolute;
cursor:pointer;
}

#foncont {
width:100%;
height:100%;
opacity:0.7;
background-color:#000;
position:absolute;
z-index;1998;
cursor:pointer;
}

#photoslider {
position:fixed;
top:5px;
bottom:5px;
left: 20%;
width: 500px;
padding: 10px;
z-index;1999;
margin: 0 auto;
cursor:pointer;
}

#bcontiner {
width:430px;
height:299px;
overflow:hidden;
}

.libanner {
float:left;
width:430px;
height:299px;
}

.aka_align_tb, .aka_align_tb1 {
width:100%;
}

.aka_align_tb td{
vertical-align:top;
width:50%;
}

.aka_align_tb1 td{
vertical-align:top;
width:33%;
}


/*  ===== БЕГУЩАЯ СТРОКА  =====  */
.str_wrap {
	overflow:hidden;
	//zoom:1;
	width:100%;
	font-size:14px !important;
	line-height:16px;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
	background:#f6f6f6;
	white-space:nowrap;
        color:#1E7EC0;
        top:-330px;
}