

/* Start:/bitrix/templates/.default/components/bitrix/menu/header-menu/style.css?1432548539626*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/.default/components/bitrix/menu/header-menu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/bitrix/templates/.default/components/bitrix/breadcrumb/breadcrumb/style.css?1432555854947*/
.bx_breadcrumbs{
    margin-bottom:15px;
    padding-top:0px
}
.bx_breadcrumbs ul{
    margin:0;
    padding:0
}
.bx_breadcrumbs ul li{
    display:inline-block;
    line-height:20px
}
.bx_breadcrumbs ul li a{
    display:block;
    padding:0 15px;
    background:url(/bitrix/templates/.default/components/bitrix/breadcrumb/breadcrumb/images/breadcrumbs_arrow.png) no-repeat center right;
    color:#555;
    text-decoration:none;
    font-size:11px;
    opacity:.5
}
.bx_breadcrumbs ul li:first-child a{padding-left:0}
.bx_breadcrumbs ul li:last-child  a{background:none}
.bx_breadcrumbs ul li a:hover{
    text-decoration:underline;
    line-height:20px;
    opacity:1
}
.bx_breadcrumbs ul li span{
    display:block;
    padding:0 15px;
    color:#aaa;
    text-decoration:none;
    font-size:11px
}
.bx_breadcrumbs,
.bx_breadcrumbs ul li{
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
/* End */


/* Start:/bitrix/templates/novnzm/styles.css?16940806134386*/
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {display: block;}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

/* Responsive images and other embedded objects
*/
img,
object,
embed {max-width: 100%;}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	 In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted.
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before,
blockquote:after,
q:before,
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom;}
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}

small {font-size: 85%;}

td, td img {vertical-align: top;}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button,
input[type=button] {width: auto; overflow: visible;}

/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* End */


/* Start:/bitrix/templates/novnzm/template_styles.css?169408061310495*/
@font-face {
  font-family: 'Raleway-Regular';
  src:  url('/bitrix/templates/novnzm/fonts/Raleway-Regular/Raleway-Regular.eot?#iefix') format('embedded-opentype'),  
		url('/bitrix/templates/novnzm/fonts/Raleway-Regular/Raleway-Regular.woff') format('woff'), 
		url('/bitrix/templates/novnzm/fonts/Raleway-Regular/Raleway-Regular.ttf')  format('truetype'), 
		url('/bitrix/templates/novnzm/fonts/Raleway-Regular/Raleway-Regular.svg#Raleway-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-Bold';
  src:  url('/bitrix/templates/novnzm/fonts/Raleway-Bold/Raleway-Bold.eot?#iefix') format('embedded-opentype'),  
		url('/bitrix/templates/novnzm/fonts/Raleway-Bold/Raleway-Bold.woff') format('woff'), 
		url('/bitrix/templates/novnzm/fonts/Raleway-Bold/Raleway-Bold.ttf')  format('truetype'), 
		url('/bitrix/templates/novnzm/fonts/Raleway-Bold/Raleway-Bold.svg#Raleway-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	background: #f8fcff url('/bitrix/templates/novnzm/images/bg-gradient.jpg') repeat-x;
	font: 14px Raleway-Regular;
	width: 100%;
	height: 100%;
	border-top: 2px solid #0558a2;
}
a {
	color: #0558a2;
	text-decoration: underline;
}
a:hover {
	color: #001d37;
	text-decoration: none;
}
b, strong {
	font-family: Raleway-Bold;
}
.figure {
	font: 14px 'Open Sans Condensed', sans-serif;
}
.no-padding {
	padding: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.wrapper {
	width: 940px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	display: block;
	height: 120px;
	margin: 0 0 40px 0;
}
.header-icon {
	display: block;
	width: 77px;
	height: 40px;
	line-height: 40px;
	margin: 0 0 0 80px;
}
.header-icon img {
	display: inline-block;
	margin: 0 12px 0 0;
	border: none;
}
.header-logo {
	float: left;
}
.header-logo a {
    display: block;
    width: 250px;
	height: 80px;
}
.header-menu {
	display: block;
	background-color: #0558a2;
	width: 609px;
	height: 80px;
	float: left;
}
.header-menu ul {
	list-style: none;
	margin: 16px 0 0 40px;
}
.header-menu ul li {
	background: url('/bitrix/templates/novnzm/images/header-menu-li.png') no-repeat right;
	line-height: 24px;
	float: left;
}
.header-menu ul li:nth-child(4) {
	background: none;
}
.header-menu ul li:last-child {
	background: none;
}
.header-menu ul li a {
	color: #fff;
	font-size: 14px;
	padding: 0 16px 0 12px;
	text-decoration: none;
}
.header-menu ul li a:hover {
	color: #a8d0f3;
	text-decoration: underline;
}
.header-menu ul li a.selected {
	color: #a8d0f3;
	text-decoration: underline;
}
.header-lang {
	display: block;
	background-color: #a8d0f3;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	float: right;
}
.header-lang a {
	font: 16px 'Open Sans Condensed', sans-serif;
	color: #001d37;
	text-transform: uppercase;
	text-decoration: none;
}
.header-lang a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Infoblock
-----------------------------------------------------------------------------*/
.info-block {
	display: block;
	width: 100%;
	height: 280px;
}
.info-block .i-block-heading {
	background-color: #0558a2;
	width: 400px;
	height: 280px;
	float: left;
}
.info-block .i-block-heading h2 {
	font: 24px 'Open Sans Condensed', sans-serif;
	color: #fff;
	margin: 32px 0 0 40px;
}
.info-block .i-block-heading ul {
	display: block;
	list-style: none;
	margin: 24px 0 0 40px;
}
.info-block .i-block-heading ul li {
	background: url('/bitrix/templates/novnzm/images/info-block-li.png') 0px 5px no-repeat;
	color: #a8d0f3;
	padding: 0 0 0 16px;
	margin: 0 0 16px 0;
	float: left;
}
.info-block .i-block-image {
	background-color: #0558a2;
	width: 540px;
	height: 280px;
	float: right;
}
.info-block .i-block-image img {
	display: block;
	border: none;
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 40px 0 160px 0;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 0 0 320px;
}
.content h1 {
	font: 20px 'Open Sans Condensed', sans-serif;
	color: #0558a2;
	margin: -6px 0 16px 0;
}
.content p {
	font-size: 14px;
	color: #212121;
	line-height: 16px;
	margin: 0 0 16px 0;
}
.breadcrumbs {
	margin-bottom:16px;
	padding-top:0px;
}
.breadcrumbs ul {
	margin:0;
	padding:0;
}
.breadcrumbs ul li {
	display:inline-block;
	line-height:20px;
	margin:0;
}
.breadcrumbs ul li a {
	display:block;
	padding:0 15px;
	background:url('/bitrix/templates/novnzm/images/breadcrumbs_arrow.png') no-repeat center right;
	color:#717171;
	text-decoration:none;
	font-size:12px;
}
.breadcrumbs ul li:first-child a {
	padding-left:0;
}
.breadcrumbs ul li:last-child a {
	background:none;
}
.breadcrumbs ul li a:hover {
	color:#0558a2;
	text-decoration:underline;
	line-height:20px;
}
.breadcrumbs ul li span {
	display:block;
	padding:0 8px;
	color:#aaa;
	text-decoration:none;
	font-size:12px;
}
.breadcrumbs,.breadcrumbs ul li {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.contacts-form {
	width: 410px;
	float: left;
}
.contacts-form img {
    width: 190px;
    max-width: 190px;
    height: 40px;
	float: left;
}
.contacts-form input, textarea { 
    background: #fff;
    color: #212121;
    font: 12px Raleway-Regular;
	border: 1px solid #d1d1d1;
	outline: none;
}
.contacts-form input:focus, .contacts-form textarea:focus { 
	border: 1px solid #0558a2;
}
.contacts-form input.captcha {
	margin: 0 0 0 20px !important;
}
.contacts-form input:nth-child(3) {
	margin: 0 !important;
}
.contacts-form input[type="text"] {
    width: 190px;
	height: 40px;
	padding: 0 0 0 12px;
	margin: 0 20px 0 0;
}
.contacts-form textarea { 
    width: 404px;
    height: 120px;
	padding: 12px; 
	margin: 20px 0 16px 0;
	resize: none;
}
.contacts-form input[type="submit"] {
	background: #0558a2;
	width: 190px;
	height: 40px;
    color: #fff;
    font: 14px Raleway-Bold;
	line-height: 40px;
	text-transform: uppercase;
	margin: 20px 0 0 0;
	float: left;
	border: none;
    cursor: pointer;
}
.contacts-form input[type="submit"]:hover {
	background: #001d37;
}
::-webkit-input-placeholder { color:#737373; }
::-moz-placeholder          { color:#737373; }
:-moz-placeholder           { color:#737373; }
:-ms-input-placeholder      { color:#737373; }

/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	position: relative;
	width: 280px;
	margin-left: -100%;
	float: left;
}
.l-sidebar-menu {
        background: #fff;
	width: 100%;
	padding: 0 0 12px 0;
	margin: 0 0 40px 0;
	border: 1px solid #0558a2;
}
.l-sidebar-menu h3 {
	background: url('/bitrix/templates/novnzm/images/icon-sidebar-title.png') no-repeat top left;
	font: 20px 'Open Sans Condensed', sans-serif;
	color: #272727;
	line-height: 16px;
	padding: 0 0 24px 32px;
	margin: 32px 36px 0 36px;
	border-bottom: 1px dotted #0558a2;
}
.sidebar-menu {
	display: block;
	width: 208px;
	margin: 20px 0 0 36px;
}
.sidebar-menu ul {
	list-style: none;
}
.sidebar-menu ul li {
	background: url('/bitrix/templates/novnzm/images/sidebar-menu-li.png') no-repeat right;
	line-height: 14px;
	margin: 0 0 24px 0;
}
.sidebar-menu ul li a {
	color: #212121;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px solid #212121;
}
.sidebar-menu ul li a:hover {
	color: #0558a2;
	text-decoration: none;
	border-bottom: none;
}
.sidebar-menu ul li a.selected {
	color: #0558a2;
	border-bottom: none;
	text-decoration: none;
}
.l-sidebar-banner {
	width: 100%;
	margin: 0 0 40px 0;
}
.l-sidebar-banner img {
	display: block;
	width: 279px;
	height: 245px;
	border: none;
}
.l-sidebar-block {
	width: 100%;
	margin: 0 0 40px 0;
}
.l-sidebar-block h3 {
	background: url('/bitrix/templates/novnzm/images/icon-sidebar-title.png') no-repeat top left;
	font: 20px 'Open Sans Condensed', sans-serif;
	color: #272727;
	line-height: 16px;
	padding: 0 0 0 32px;
	margin: 0 0 24px 0;
}
.l-sidebar-form {
	width: 100%;
	height: 40px;
	position: relative;
}
.l-sidebar-form input {
	border: none;
}
.l-sidebar-form .input {
	width: 100%;
	height: 40px;
	font: 14px Raleway-Regular;
	color: #737373;
	padding: 0 0 0 20px;
	outline: none;
	border: 1px solid #0558a2;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.l-sidebar-form .input:focus {
	color: #212121;
}
.l-sidebar-form .subscribe {
	position: absolute;
	background: url('/bitrix/templates/novnzm/images/button-subscribe.png') no-repeat;
	width: 44px;
	height: 38px;
	top: 1px;
	right: 0;
	border-left: 4px solid #a8d0f3;
	cursor: pointer;
}
.l-sidebar-form .subscribe:hover {
	opacity: 0.9;
}
.l-sidebar-form .search {
	position: absolute;
	background: url('/bitrix/templates/novnzm/images/button-search.png') no-repeat;
	width: 44px;
	height: 38px;
	top: 1px;
	right: 0;
	border-left: 4px solid #a8d0f3;
	cursor: pointer;
}
.l-sidebar-form .search:hover {
	opacity: 0.9;
}

/* News
-----------------------------------------------------------------------------*/
.news-list {
	width: 100%;
	margin: 72px 0;
	padding: 0 0 0 320px;
}
.news-list h3 {
	background: url('/bitrix/templates/novnzm/images/icon-sidebar-title.png') no-repeat top left;
	font: 20px 'Open Sans Condensed', sans-serif;
	color: #272727;
	line-height: 16px;
	padding: 0 0 24px 32px;
	margin: 0 0 24px 0;
	border-bottom: 1px dotted #0558a2;
}
.news-item {
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
}
.news-item p {
	color: #212121;
	font-size: 14px;
	margin: 16px 0 0 0;
}
.news-item a {
	font: 16px 'Open Sans Condensed', sans-serif;
	color: #0558a2;
	text-decoration: none;
	border-bottom: 1px solid #0558a2;
}
.news-item a:hover {
	color: #001d37;
	border-bottom: none;
}
.news-date {
	font: 16px 'Open Sans Condensed', sans-serif;
	color: #212121;
	margin: 0 16px 0 0;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	position: relative;
	background: #0558a2;
	width: 100%;
	height: 120px;
	margin: -120px auto 0;
	border-top: 4px solid #a8d0f3;
}
.footer-in {
	width: 940px;
	height: 116px;
	color: #fff;
	padding: 36px 0 0 0;
	margin: 0 auto;
}
.footer-in span {
	display: block;
	margin: 12px 0 0 0;
}
.f-in-copy-dev {
	width: 410px;
	float:left;
}
.f-in-copy-dev span a {
	color: #fff;
	text-decoration: underline;
}
.f-in-copy-dev span a:hover {
	color: #a8d0f3;
	text-decoration: none;
}
.f-in-phone {
	width: 290px;
	margin: 0 0 0 76px;
	float: left;
}
.f-in-counter {
	float: right;
}
.f-in-counter .item {
	display: block;
	margin: 0 0 0 10px;
	float: left;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/menu/header-menu/style.css?1432548539626 */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/breadcrumb/style.css?1432555854947 */
/* /bitrix/templates/novnzm/styles.css?16940806134386 */
/* /bitrix/templates/novnzm/template_styles.css?169408061310495 */
