﻿*{
	outline: none;
}
HTML, BODY, DIV, SPAN, H1, H2, H3, H4, H5, H6, P, EM, IMG, STRONG, SUB, SUP, B, U, I, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, TABLE, TBODY, TFOOT, THEAD, TR, TH, TD {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
}
A {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
TABLE {
	border-collapse: collapse;
}
TD,
TD IMG {
	vertical-align: top;
}
INPUT,
SELECT,
BUTTON,
TEXTAREA {
	margin: 0;
	font-size: 100%;
}
INPUT[type="text"],
INPUT[type="password"],
TEXTAREA {
	padding: 0;
}
INPUT[type="checkbox"] {
	vertical-align: bottom;
}
INPUT[type="radio"] {
	vertical-align: text-bottom;
}
SUB,
SUP {
	vertical-align: baseline;
	position: relative;
	top: -0.1em;
}
SUB {
	top: 0.5em;
}
HTML,
BODY {
	/* min-width: 994px; //old width */
	min-width: 982px; 
	height: 100%;
}
BODY {
	background: #fff;
	color: #000;
	text-align: left;
	font: 14px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
	/*-webkit-font-smoothing: antialiased;*/
}
INPUT,
SELECT,
BUTTON,
TEXTAREA {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
LABEL,
INPUT[type="button"],
INPUT[type="submit"],
BUTTON {
	cursor: pointer;
}
A {
	color: #003883;
	text-decoration: none;
}
A:hover {
	color: #cd2e11;
}

.clearfix {
	//zoom: 1;
}
.clearfix:after,
.clearfix:before {
	content: '';
	display: table;
	line-height: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}

/*
	Wrapper
*/
.page-wrapper {
	/* min-width: 994px; //old width */
	min-width: 982px;
	min-height: 100%;
	margin: 0 auto -88px;
	overflow: hidden;
}
.page-wrapper:after {
	content: "";
	display: block;
	height: 88px;
}
.page-wrapper--main {
	margin: 0 auto -219px;
}
.page-wrapper--main:after {
	content: "";
	display: block;
	height: 219px;
}
/*
	Header
*/
.lt-ie9 .header--inner {
	border-bottom: 1px solid #dedede;
}
.header {
	position: relative;
	height: 102px;
	z-index: 100;
}
.header--inner {
	-webkit-box-shadow: 0 1px 3px rgba(0,1,1,0.2);
	        box-shadow: 0 1px 3px rgba(0,1,1,0.2);
}
.header_top-side {
	height: 52px;
}
.header_bottom-side {
	height: 50px;
}
/*
	Top bar
*/
.top-bar {
	float: right;
	padding-top: 13px;
	vertical-align: middle;
}
.top-bar .icon {
	margin: 0 10px;
}
/*
	Top bar
*/
.search-form-wrapper {
	position: relative;
	display: inline-block;
	margin: 0 7px 0 20px;
}
.search-form-wrapper INPUT[type="text"] {
	width: 140px;
	font-size: 12px;
	border: 0 none;
	background-color: #9fb2d7;
	color: #fff;
	padding: 6px 5px;
}
.search-form-wrapper INPUT::-webkit-input-placeholder {
	color: #fff;
}
.search-form-wrapper INPUT:-moz-placeholder {
	color: #fff;
}
.search-form-wrapper INPUT::-moz-placeholder {
	color: #fff;
}
.search-form-wrapper INPUT:-ms-input-placeholder {
	color: #fff;
}
.search-form-wrapper INPUT[type="submit"], .search-form-wrapper INPUT[type="button"] {
	top: 5px;
	right: 4px;
	position: absolute;
	font-size: 0;
	border: 0 none;
	background-color: #9fb2d7;
	background-image: url("img/sprite.png");
	background-position: -48px -26px;
	width: 17px;
	height: 17px;
}
/*
	Language switcher
*/
.lang-switch {
	display: inline-block;
	margin-left: 7px;
	margin-right: 14px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Helvetica', Arial, sans-serif;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}
.lang-switch DIV.fancy-select DIV.trigger {
	width: 26px;
}
/*
	Select
*/
DIV.fancy-select DIV.trigger:after {
	background-image: url("img/sprite.png");
	background-position: -56px -43px;
	width: 11px !important;
	height: 6px !important;
	border: 0 none !important;
	margin-top: -3px;
}
/*
	Logo
*/
.logo {
	position: relative;
	display: block;
	float: left;
	margin-top: 20px;
	margin-left: 40px;
	width: 190px;
	height: 62px;
	outline: none;
	z-index: 1;
}
/*
	Navigation
*/
.navigation__wrapper {
	background-color: #133d8d;
	margin-left: 35%;
	width: 500%;
	height: 50px;
}
UL.navigation {
	position: relative;
	float: left;
	list-style: none;
	height: 50px;
	left: -5px;
}
.lt-ie9 UL.navigation {
	
}
UL.navigation .navigation__item {
	float: left;
}
UL.navigation .navigation__item .navigation__item-link {
	background-color: #133d8d;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	border-top: 6px solid #133d8d;
	padding: 10px 25px 16px;
	font-family: 'Helios', Arial, sans-serif;
	font-size: 16px;
	/*font-weight: bold;*/
	line-height: 18px;
	height: 18px;
	-webkit-transform: skew(-12deg);
	   -moz-transform: skew(-12deg);
	     -o-transform: skew(-12deg);
	    -ms-transform: skew(-12deg);
	        transform: skew(-12deg);
}
UL.navigation .navigation__item.navigation__item_active .navigation__item-link {
	border-top-width: 0;
	padding: 16px 25px 10px;
	background-color: #4364a4;
	border-bottom: 6px solid #cd2e11;
}
UL.navigation .navigation__item .navigation__item-link span {
	display: inline-block;
	-webkit-transform: skew(12deg);
	   -moz-transform: skew(12deg);
	     -o-transform: skew(12deg);
	    -ms-transform: skew(12deg);
	        transform: skew(12deg);
}
UL.navigation .navigation__item:hover .navigation__item-link:after,
UL.navigation .navigation__item.navigation__item_active:hover .navigation__item-link:after {
	position: absolute;
	top: -6px;
	left: -1px;
	right: -1px;
	height: 6px;
	background: #133D8D;
	content: "";
}
UL.navigation .navigation__item:hover .navigation__item-link,
UL.navigation .navigation__item.navigation__item_active:hover .navigation__item-link {
	background-color: #fff;
	color: #cd2e11;
	border-bottom: 0;
	border-top: 6px solid #133d8d;
	padding: 10px 25px 16px;
}
.navigation__item:hover .navigation-dropdown {
	display: block;
}
.navigation-dropdown__wrapper {
	left: -5px;
	right: 5px;
	position: absolute;
}
.lt-ie9 .navigation-dropdown__wrapper {
	left: 0;
	right: 0;
}
.lt-ie9 .navigation-dropdown {
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #dedede;
}
.navigation-dropdown {
	display: none;
	position: relative;
	padding: 26px 0px 4px 0px;
	max-width: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 3px rgba(0,1,1,0.2);
	        box-shadow: 0 2px 3px rgba(0,1,1,0.2);
}
.navigation-dropdown__list {
	list-style: none;
	font-size: 0;
}
.navigation-dropdown__list-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0 12px 22px 28px;
}
.navigation-dropdown__list-item:nth-child(odd):after {
	content: '';
	position: absolute;
	display: block;
	border-right: 1px solid #e3e2e0;
	top: 0px;
	right: 0;
	bottom: 22px;
}
.navigation-dropdown__list-item__link {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
	color: #143d8d;
}
.navigation-dropdown__list-item__link .icon {
	position: relative;
	margin-left: -13px;
	left: 16px;
}
.navigation-dropdown__list-item__description {
	color: #666;
}
/*
	Promo block
*/
.lt-ie9 .promo-block_wrapper {
	left: 0;
}
.lt-ie9 .promo-block_wrapper .bx-wrapper .bx-prev,
.lt-ie9 .promo-block_wrapper .bx-wrapper .bx-prev:hover {
	left: -18px;
}
.lt-ie9 .promo-block_wrapper .bx-wrapper .bx-next,
.lt-ie9 .promo-block_wrapper .bx-wrapper .bx-next:hover {
	right: -18px;
}
.promo-block_wrapper {
	width: 830px;
	position: relative;
	margin: 0 auto;
}
.promo-block_wrapper .bx-wrapper {

}
.promo-block_wrapper .bx-viewport {
	-webkit-transform: skew(-12deg);
	   -moz-transform: skew(-12deg);
	     -o-transform: skew(-12deg);
	    -ms-transform: skew(-12deg);
	        transform: skew(-12deg);
}
.promo-block_wrapper .bx-wrapper .bx-controls-direction a {
	margin-top: -26px;
	/*
	-webkit-transform: skew(-12deg);
	   -moz-transform: skew(-12deg);
	     -o-transform: skew(-12deg);
	    -ms-transform: skew(-12deg);
	        transform: skew(-12deg);
	*/
}
.promo-block_wrapper .bx-wrapper .bx-prev,
.promo-block_wrapper .bx-wrapper .bx-prev:hover {
	/*
		left: -23px;
		background-image: url("img/sprite.png");
		background-position: 0px 0px;
		width: 24px;
		height: 43px;
	*/
	left: -22px;
	background-image: url("img/transform-arrow.png");
	background-position: 0px 0px;
	width: 28px;
	height: 43px;
	
}
.promo-block_wrapper .bx-wrapper .bx-next,
.promo-block_wrapper .bx-wrapper .bx-next:hover {
	/*
		right: -24px;
		background-image: url("img/sprite.png");
		background-position: -24px 0px;
		width: 24px;
		height: 43px;
	*/
	right: -23px;
	background-image: url("img/transform-arrow.png");
	background-position: -28px 0px;
	width: 28px;
	height: 43px;
}
/*
	Promo slider
*/
.lt-ie9 .promo-slider_item-body_cover {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6b000914", endColorstr="#6b000914",GradientType=0);
}
.lt-ie9 .promo-slider_item-body_content-boat {
	filter: filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b3061430", endColorstr="#b3061430",GradientType=0);
}
.promo-slider {
	list-style: none;
	-webkit-transform: skew(12deg);
	   -moz-transform: skew(12deg);
	     -o-transform: skew(12deg);
	    -ms-transform: skew(12deg);
	        transform: skew(12deg);
}
.promo-slider_item {
	position: relative;
	width: 830px;
	height: 385px;
}
.promo-slider_item-body_content {
	position: absolute;
	top: 0;
	right: 42px;
	bottom: 0;
	left: -42px;
	padding: 60px 50px 0 70px;
	color: #fff;
}
.lt-ie9 .promo-slider_item-body_content {
	right: 0;
	left: 0;
}
.promo-slider_item-body_content-header {
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 40px;
	line-height: 1;
	font-weight: normal;
	margin-bottom: 6px;
}
.promo-slider_item-body_content-text {
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 38px;
}
.promo-slider_item-body_content-boat {
	
	
	/* 
		margin-left: -30px;
		width: 516px; 
		position: relative;
	*/
	width: 375px;
	height: 156px;
	position: absolute;
	bottom: 30px;
	left: 0;
	margin-left: 16px;
	background-color: rgba(6,20,48,0.7);
	-webkit-transform: skew(-12deg);
	   -moz-transform: skew(-12deg);
	     -o-transform: skew(-12deg);
	    -ms-transform: skew(-12deg);
	        transform: skew(-12deg);
}
.promo-slider_item-body_content-boat_wrapper {
	padding: 12px 32px 0 15px;
	-webkit-transform: skew(12deg);
	   -moz-transform: skew(12deg);
	     -o-transform: skew(12deg);
	    -ms-transform: skew(12deg);
	        transform: skew(12deg);
}
.promo-slider_item-body_content-boat_header {
	margin-bottom: 16px;
	font-family: 'Helvetica', Arial, sans-serif;
	font-weight: normal;
	line-height: 18px;
	/* text-transform: uppercase; */
}
.promo-slider_item-body_content-boat_prop {
	font-size: 11px;
	line-height: 18px;
	color: #bfcde0;
}
.promo-slider_item-body_content-boat_prop TABLE {
	float: left;
}
.promo-slider_item-body_content-boat_prop IMG {
	float: right;
	position: relative;
	top: -12px;
	max-width: 324px;
}
.promo-slider_item-body_content-boat_prop td {
	padding-right: 10px;
	vertical-align: middle;
}
.promo-slider_item-body_content-boat_more {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #bd0007;
	color: #fff;
	padding: 10px 14px;
}
.promo-slider_item-body_content-boat_more span {
	display: inline-block;
	-webkit-transform: skew(12deg);
	   -moz-transform: skew(12deg);
	     -o-transform: skew(12deg);
	    -ms-transform: skew(12deg);
	        transform: skew(12deg);
}
.promo-slider_item-body_content-boat_more:hover,
.promo-slider_item-body_content-boat_more:visited {
	color: #fff;
}

#pixroll {
	width: 100%;
	max-width: 2400px;
	height: 385px;
	margin: 0 auto;
	overflow: hidden;
}
#pixroll .pixroll-wrapper {
	position: relative;
	width: 2490px;
	left: 50%;
	margin-left: -1245px;
	margin-bottom: -385px;
}
#pixroll .pixroll-images {
	width: 2490px;
}
#pixroll .pixroll-images LI {
	position: relative;
	width: 830px;
	height: 385px;
	float: left;
	-webkit-transform: skew(-12deg);
	   -moz-transform: skew(-12deg);
	    -ms-transform: skew(-12deg);
	     -o-transform: skew(-12deg);
	        transform: skew(-12deg);
}
#pixroll .pixroll-images DIV {
	position: relative;
	width: 830px;
	height: 385px;
	overflow: hidden;
	left: 790px;
}
.lt-ie9 #pixroll .pixroll-images DIV {
	left: 830px;
}
#pixroll .pixroll-images IMG {
	display: block;
	min-width: 914px !important;
	height: 385px !important;
	margin-left: -42px;
	-webkit-transform: skew(12deg);
	   -moz-transform: skew(12deg);
	    -ms-transform: skew(12deg);
	     -o-transform: skew(12deg);
	        transform: skew(12deg);
}
#pixroll .fader {
	position: absolute;
	top: 0;
	width: 830px;
	height: 385px;
	background: url("img/fade.png");
	
	-webkit-transform: skew(-12deg);
	   -moz-transform: skew(-12deg);
	    -ms-transform: skew(-12deg);
	     -o-transform: skew(-12deg);
	        transform: skew(-12deg);
}
#pixroll .fader-left {
	left: 0;
}
#pixroll .fader-right {
	right: 0;
}

#pixroll .pixroll-images div.wrapper-parallax-block {
	position: absolute;
	top: 0;
	left: 0;
	width: 914px;
  	height: 385px;
}

#pixroll .pixroll-images .parallax-container {
    width: 912px;
    height: 385px;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: -41px !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
		-webkit-transform: scale(1.05) skew(12deg);
	   	-moz-transform: scale(1.05) skew(12deg);
	   	-o-transform: scale(1.05) skew(12deg);
	   	-ms-transform: scale(1.05) skew(12deg);
	   	transform: scale(1.05) skew(12deg);
    -webkit-transition: -webkit-transform 3.5s;
       -moz-transition: -moz-transform 3.5s;
        -ms-transition: -ms-transform 3.5s;
         -o-transition: -o-transform 3.5s;
            transition: transform 3.5s;
}
#pixroll .pixroll-images .parallax-container.css-animate {
	/*
	-webkit-animation: pulse_2 3s linear normal forwards;
	-moz-animation: pulse_2 3s linear normal forwards;
	-ms-animation: pulse_2 3s linear normal forwards;
	animation: pulse_2 3s linear normal forwards;
	*/
		-webkit-transform: scale(1) skew(12deg);
	   	-moz-transform: scale(1) skew(12deg);
	   	-o-transform: scale(1) skew(12deg);
	   	-ms-transform: scale(1) skew(12deg);
	   	transform: scale(1) skew(12deg);

}
#pixroll .pixroll-images .parallax-container.css-animate-fast {
    -webkit-transition: -webkit-transform .5s;
       -moz-transition: -moz-transform .5s;
        -ms-transition: -ms-transform .5s;
         -o-transition: -o-transform .5s;
            transition: transform .5s;
}

@keyframes pulse_2 {
	0% {
		-webkit-transform: scale(1.05) skew(12deg);
	   	-moz-transform: scale(1.05) skew(12deg);
	   	-o-transform: scale(1.05) skew(12deg);
	   	-ms-transform: scale(1.05) skew(12deg);
	   	transform: scale(1.05) skew(12deg);
	}
	100% {
		-webkit-transform: scale(1) skew(12deg);
	   	-moz-transform: scale(1) skew(12deg);
	   	-o-transform: scale(1) skew(12deg);
	   	-ms-transform: scale(1) skew(12deg);
	   	transform: scale(1) skew(12deg);
	}
}

@-moz-keyframes pulse_2 {
	0% {
		-webkit-transform: scale(1.05) skew(12deg);
	   	-moz-transform: scale(1.05) skew(12deg);
	   	-o-transform: scale(1.05) skew(12deg);
	   	-ms-transform: scale(1.05) skew(12deg);
	   	transform: scale(1.05) skew(12deg);
	}
	100% {
		-webkit-transform: scale(1) skew(12deg);
	   	-moz-transform: scale(1) skew(12deg);
	   	-o-transform: scale(1) skew(12deg);
	   	-ms-transform: scale(1) skew(12deg);
	   	transform: scale(1) skew(12deg);
	}
}

@-webkit-keyframes pulse_2 {
	0% {
		-webkit-transform: scale(1.05) skew(12deg);
	   	-moz-transform: scale(1.05) skew(12deg);
	   	-o-transform: scale(1.05) skew(12deg);
	   	-ms-transform: scale(1.05) skew(12deg);
	   	transform: scale(1.05) skew(12deg);
	}
	100% {
		-webkit-transform: scale(1) skew(12deg);
	   	-moz-transform: scale(1) skew(12deg);
	   	-o-transform: scale(1) skew(12deg);
	   	-ms-transform: scale(1) skew(12deg);
	   	transform: scale(1) skew(12deg);
	}
}

@-ms-keyframes pulse_2 {
	0% {
		-webkit-transform: scale(1.05) skew(12deg);
	   	-moz-transform: scale(1.05) skew(12deg);
	   	-o-transform: scale(1.05) skew(12deg);
	   	-ms-transform: scale(1.05) skew(12deg);
	   	transform: scale(1.05) skew(12deg);
	}
	100% {
		-webkit-transform: scale(1) skew(12deg);
	   	-moz-transform: scale(1) skew(12deg);
	   	-o-transform: scale(1) skew(12deg);
	   	-ms-transform: scale(1) skew(12deg);
	   	transform: scale(1) skew(12deg);
	}
}

.lte-ie9 .pulse_2.css-animate {
	-webkit-transform: scale(1) skew(12deg);
   	-moz-transform: scale(1) skew(12deg);
   	-o-transform: scale(1) skew(12deg);
   	-ms-transform: scale(1) skew(12deg);
   	transform: scale(1), skew(12deg);
    -webkit-transition: -webkit-transform 2s;
       -moz-transition: -moz-transform 2s;
        -ms-transition: -ms-transform 2s;
         -o-transition: -o-transform 2s;
            transition: transform 2s;
	ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.02, M12=0, M21=0, M22=1.02, SizingMethod='auto expand')";
	margin-left: -14px; 
   margin-top: -8px;
}


/*
	News block
*/
.news-block--main {
	padding: 31px 0 23px;
	display: table;
}
.news-block--main .news-block_item {
	display: table-cell;
	width: 33.333%;
	padding-right: 40px;
}
.news-block--main .news-block_item:last-child {
	padding-right: 0;
}
.news-block--main .news-block_item.last-child {
	padding-right: 0;
}
.news-block--main .news-block_item-header {
	margin-bottom: 22px;
	color: #515151;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 21px;
	font-weight: normal;
	text-transform: uppercase;
}
.news-block--main .news-block_item-more {
	line-height: 18px;
	text-transform: uppercase;
}
.news-block--main .news-block_item-more A .icon {
	position: relative;
	margin: 0 0 0 10px;
	top: -1px;
}
.inner-page .news-block_item-more,
.inner-page .inner-page_content .news-block_item-more {
	font-size: 13px;
	line-height: normal;
	color: #111;
	margin: 0;
}
.inner-page .news-block_item-more A .icon,
.inner-page .inner-page_content .news-block_item-more A .icon {
	margin-left: 5px;
}
/*
	News list
*/
.news-list {
	list-style: none;
}
.news-list_item {
	margin-bottom: 18px;
}
.news-list_item.events-item {
	color: #666;
    font-size: 15px;
    line-height: 1.33;
    margin-bottom: 1.33em;
}
.news-list_item-date {
	margin-bottom: 6px;
	font-size: 11px;
	color: #ababad;
	text-transform: uppercase;
}
.news-list_item-link {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 4px;
}
.news-list_item-source {
	font-size: 12px;
	color: #ababad;
}
.news-list_item-source A {
	color: #ababad;
	text-decoration: underline;
}
.news-list_item-source A:hover {
	color: #cd2e11;
}
/*
	News list
*/
.list-link {
	list-style: none;
}
.list-link_item {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 10px;
}
/*
	Download link
*/
.dwn-link {
	position: relative;
	display: inline-block;
	padding-left: 26px;
	padding-right: 6px;
}
.dwn-link .icon {
	position: absolute;
	left: 0;
}
.dwn-link_prop {
	font-size: 12px;
	color: #b9b9b9;
	text-transform: uppercase;
}
/*
	Promo line
*/
.promo-line {
	width: 100%;
	padding: 18px 0;
	border-top: 4px solid #d2d9e4;
	display: table;
}
.promo-line--main {
	text-transform: uppercase;
}
.promo-line--main .promo-line_header {
	padding-left: 40px;
}
.promo-line_header {
	display: table-cell;
	vertical-align: top;
	width: 20%;
	color: #555;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
.promo-line_body {
	display: table-cell;
	vertical-align: top;
	width: 82%;
}
.promo-line_list {
	width: 100%;
	display: table;
	list-style: none;
}
.promo-line_list-item {
	display: table-cell;
	vertical-align: top;
	line-height: 18px;
	padding-top: 2px;
	text-align: center;
	width: 33%;
}

.promo-line_list-item A {
	/* 
	display: inline-block;
	margin-right: 20px;
	text-align: left;
	 	white-space: nowrap;*/

	display: block;
	text-align: center;
}
.promo-line_list-item A SPAN {
	white-space: normal !impo;
}
.promo-line_list-item A .icon {
	position: relative;
	margin: 0 0 0 -7px;
	left: 7px;
}
/*
	Projects block picture
*/
.projects-block--main {
	height: 307px;
}
.projects-block__slider {
	list-style: none;
	height: 307px;
}
.projects-block__slider-item {
	height: 307px;
	background-position: top;
}
/*
	Projects block text
*/
.projects-slider__wrapper {
	margin-top: -307px;
	height: 307px;
}
.lt-ie9 .projects-slider--main {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#99525e72", endColorstr="#99525e72",GradientType=0 ); /* IE6-8 */
}
.projects-slider--main {
	position: absolute;
	top: 63px;
	right: 70px;
	width: 404px;
	height: 184px;
	background-color: rgba(18,29,51,0.6);
	-webkit-transform: skew(-10deg);
	   -moz-transform: skew(-10deg);
	     -o-transform: skew(-10deg);
	    -ms-transform: skew(-10deg);
	        transform: skew(-10deg);
}
.projects-slider--main .projects-slider_body {
	position: relative;
	height: 144px;
	padding: 20px 0;
	color: #fff;
}
.projects-slider--main .projects-slider_more-link {
	padding-right: 20px;
	color: #fff;
	text-align: right;
	text-transform: uppercase;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	-webkit-transform: skew(10deg);
	   -moz-transform: skew(10deg);
	     -o-transform: skew(10deg);
	    -ms-transform: skew(10deg);
	        transform: skew(10deg);
}
.projects-slider--main .projects-slider_more-link A {
	color: #bfcde0;
}
.projects-slider--main .projects-slider_more-link A .icon {
	display: inline-block;
	margin-left: 10px;
}
.projects-slider .projects-slider_list {
	list-style: none;
}
.projects-slider .projects-slider_list-item {
	padding: 6px 36px 0 24px;
	position: relative;
	height: 126px;
	font-size: 13px;
	line-height: 16px;
	-webkit-transform: skew(10deg);
	   -moz-transform: skew(10deg);
	     -o-transform: skew(10deg);
	    -ms-transform: skew(10deg);
	        transform: skew(10deg);
}
.projects-slider .projects-slider_list-item_header {
	font-family: 'Helvetica', Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 22px;
	font-size: 21px;
	text-transform: uppercase;
}

.projects-slider .projects-slider_list-item_header A {
	color: #FFF;
	line-height: 21px;
}

.projects-slider .projects-slider_list-item_header A:hover {
	color: #BFCDE0;
}
/*
	Project slider control
*/
.projects-slider__control {
	margin-top: -90px;
	-webkit-transform: skew(10deg);
	   -moz-transform: skew(10deg);
	     -o-transform: skew(10deg);
	    -ms-transform: skew(10deg);
	        transform: skew(10deg);
}
.projects-slider__control-prev,
.projects-slider__control-next {
	position: absolute;
	cursor: pointer;
}
.projects-slider__control-prev {
	left: -20px;
	background-image: url("img/sprite.png");
	background-position: 0px 0px;
	width: 24px;
	height: 43px;
}
.projects-slider__control-next {
	right: -12px;
	background-image: url("img/sprite.png");
	background-position: -24px 0px;
	width: 24px;
	height: 43px;
}
/*
	Facts block
*/
.facts-block {
	margin-bottom: 50px;
}
.facts-block--main {
	padding: 28px 0;
	text-align: center;
	margin-bottom: 0;
}
.facts-block .facts-block_text {
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #b1bac7;
	letter-spacing: -1px;
}
.facts-block .facts-block_text-num {
	color: #667d9d;
	font-size: 30px;
}
.facts-block .facts-block_more-link {
	position: relative;
	top: 0px;
	margin-left: 20px;
	text-align: left;
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	width: 160px;
}
.facts-block .facts-block_more-link .icon {
	margin-left: 7px;
}
/*
	Inner navigation
*/
.inner-navigation {
	border-left: 4px solid #cd2e11;
	padding-left: 16px;
	margin-bottom: 45px;
}
.inner-navigation_header {
	margin-right: 54px;
	margin-bottom: 14px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 0.9;
	letter-spacing: -1px;
}
.inner-navigation_list {
	list-style: none;
}
.inner-navigation_list--first-level LI A {
	font-weight: bold;
	color: #143d8d;
}
.inner-navigation_list--second-level {
	font-size: 13px;
	padding: 5px 0 0 16px;
}
.inner-navigation_list--second-level LI A {
	font-weight: normal;
	color: #4364a4;
}
.inner-navigation_list-item {
	margin: 9px 0;
}
.inner-navigation_list-item .inner-navigation_list-item {
	margin: 5px 0;
}
.inner-navigation_list A:hover,
.inner-navigation_list-item--current > A {
	color: #cd2e11 !important;
}
/*
	Inner search form
*/
.inner-search-form_wrapper {
	position: relative;
	width: 164px;
	margin: -20px 0 54px;
}
.inner-search-form_wrapper input[type="text"] {
	width: 124px;
	padding: 6px 28px 6px 10px;
	font-size: 11px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.inner-search-form_wrapper input[type="submit"] {
	position: absolute;
	top: 0;
	right: 1px;
	border: 0;
	font-size: 0;
	background-color: transparent;
	background-image: url("img/sprite.png");
	background-position: -48px 0px;
	width: 36px;
	height: 26px;
}
/*
	Inner banner
*/
.inner-banner {
	max-width: 100%;
	margin-bottom: 34px;
}
.inner-banner_picture {
	width: 288px;
	height: 155px;
}
.inner-banner_picture IMG {
	border: 0 none;
	width: 288px;
	height: 155px;
}
.inner-banner_body {
	padding: 21px 20px 28px 25px;
	border: 1px solid #e3e2e0;
}
.inner-banner_body-header {
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 21px;
	color: #143d8d;
	margin-bottom: 16px;
}
.inner-banner_body-header.no-desc 
{
    margin-bottom: 0;   
}
.inner-banner_body-text {
	font-size: 13px;
	line-height: 16px;
	color: #000;
}
.inner-banner_body-text .icon {
	position: relative;
	margin: 0 0 0 -7px;
	top: 1px;
	left: 12px;
}
/*
	Breadcrumbs
*/
.breadcrumbs {
	font-size: 0;
	color: #a8a8a8;
	min-height: 16px;
}
.breadcrumbs > * {
	font-size: 13px;
}
.breadcrumbs_item {
	margin-left: 8px;
}
.breadcrumbs_item:first-child {
	margin-left: 0;
}
.breadcrumbs .icon {
	margin-left: 10px;
}
/*
	Charts
*/
.lt-ie9 .charts_item-canvas {
	display: none;
}
.charts {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.charts_item {
	display: table-cell;
	vertical-align: top;
	color: #a8a39b;
	padding-right: 10px;
	width: 25%;
	min-width: 120px;
}
.charts_item-header {
	display: table-caption;
	font-size: 18px;
	margin-bottom: 30px;
}
.charts_item-body {
	display: table;
	width: 100%;
	max-height: 99px;
}
.charts_item-canvas,
.charts_item-num {
	display: table-cell;
	vertical-align: middle;
}
.charts_item-canvas {
	width: 30%;
}
.charts_item-canvas canvas {
	
}
.charts_item-num {
	font-size: 36px;
	padding-left: 10px;
}

.charts_marking {
	margin-bottom: 30px;
}
.charts_marker {
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
}
.marker_color {
	width: 10px;
	height: 10px;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}
.marker_color.blue_color {
	background: #133d8d;
}
.marker_color.red_color {
	background: #d22c12;
}
.marker_name {
	font-size: 11px;
	line-height: 12px;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
}


/*
	Footer
*/
.footer {
	height: 88px;
	line-height: 88px;
}
.footer--main {
	height: 219px;
	background: #5a77af url("img/bg-footer-top.png");
}
.footer_top-side {
	height: 131px;
	background: url("img/top-footer.png") no-repeat 50% 7px;
}
.footer_bottom-side {
	height: 88px;
	background: #294e97 url("img/bg-footer.png");
}
.footer_bottom-side .developer {
	margin-top: 26px;
	font-size: 12px;
	float: right;
	text-align: right;
	line-height: 18px;
}
.footer_bottom-side .developer A,
.footer_bottom-side .developer A:hover {
	color: #7f9bc1;
}
.footer_bottom-side .copyright {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	float: left;
	text-align: left;
}
/*
	Footer menu
*/
.footer-menu {
	list-style: none;
	text-align: center;
}
.footer-menu_item {
	display: inline-block;
	padding: 0 12px;
}
.footer-menu_item a {
	color: #fff;
}
/*
	Container
*/
.container {
	position: relative;
	margin: 0 auto;
	/* min-width: 914px; //old width */
	min-width: 903px;
	max-width: 1500px;
	padding: 0 40px;
}
.container-wrapper {
	position: relative;
	margin: 0 auto;
	min-width: 982px;
	max-width: 1580px;
	/* min-width: 994px; //old width */
}
.container-fixed {
	position: relative;
	margin: 0 auto;
	width: 914px;
	padding: 0 40px;
}
/*
	Inner page
*/
.inner-page {
	padding: 35px 20px 30px 35px;
	overflow: hidden;
}
.container.inner-page {
	min-width: 934px;
	max-width: 1525px;
}
.inner-page_left-side {
	width: 288px;
	float: left;
}
.inner-page_content {
	margin-left: 288px;
}
.inner-page_content-wrapper {
	position: relative;
	float: left;
	width: 94%;
	margin-left: 6%;
	left: -4px;
}



/* ==== Styles ==== */
.inner-page_content P {
	font-size: 15px;
	line-height: 1.33;
	color: #666;
	margin-bottom: 1.33em;
}
.inner-page_content IMG {
	max-width: 100%;
	max-height: 600px;
}
.inner-page_content .image_holder {
	max-width: 800px;
}
.inner-page_content .image_caption {
	font-size: 12px;
	color: #ababad;
}
.inner-page_content BLOCKQUOTE {
	position: relative;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 18px;
	line-height: 1.167;
	margin: 40px 12% 30px 13%;
	color: #666;
}
.inner-page_content BLOCKQUOTE:before {
	content: '\201c';
	font-family: Arial, sans-serif;
	font-size: 60px;
	line-height: 0.82;
	color: #cd2e11;
	position: absolute;
	left: -32px;
	top: 0;
}
.inner-page_content CITE {
	display: block;
	position: relative;
	font-size: 13px;
	line-height: 1.308;
	font-style: italic;
	color: #797979;
	margin: 32px 12% 28px 13%;
}
.inner-page_content CITE:before {
	content: '\2a';
	font-family: Arial, sans-serif;
	font-size: 48px;
	font-style: normal;
	line-height: 0.82;
	color: #cd2e11;
	position: absolute;
	left: -28px;
	top: 0;
}
.inner-page_content .mediaplayer {
	max-width: 860px;
	margin: 32px auto 28px;
}
.inner-page_content .mediaplayer > DIV {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 30px;
}
.inner-page_content .mediaplayer IFRAME,
.inner-page_content .mediaplayer OBJECT,
.inner-page_content .mediaplayer EMBED {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.inner-page_content UL,
.inner-page_content OL {
	font-size: 15px;
	line-height: 18px;
	margin: 1.8em 0 1.2em;
	overflow: hidden;
	padding-left: 2em;
}
.inner-page_content UL LI,
.inner-page_content OL LI {
	margin-bottom: 7px;
	color: #cd2e11;
}
.inner-page_content UL LI > SPAN,
.inner-page_content OL LI > SPAN {
	color: #666;
}
.inner-page_content IMG.align-left {
	float: left;
	margin: 0 20px 20px 0;
}
.inner-page_content IMG.align-right {
	float: right;
	margin: 0 0 20px 20px;
}
.inner-page_content IMG.align-center {
	display: block;
	margin: 20px auto;
}
.inner-page_content TABLE {
	border-bottom: 2px solid #e3e2e0;
	border-top: 1px solid #e3e2e0;
	margin: 20px 0;
}
.inner-page_content TABLE CAPTION {
	font-size: 15px;
	text-align: left;
	padding: 0 0 15px 0;
	color: #111;
}
.inner-page_content TABLE TH,
.inner-page_content TABLE TD {
	vertical-align: top;
	text-align: left;
	padding: 15px;
	border: 1px solid #e3e2e0;
}
.inner-page_content TABLE TH {
	font-size: 11px;
	text-transform: uppercase;
	background-color: #c0bdb8;
	color: #fff;
	border-top: 0 none;
	border-bottom: 0 none;
}
.inner-page_content TABLE TD {
	font-size: 13px;
	line-height: 1.31;
	color: #666;
	padding-top: 18px;
	padding-bottom: 18px;
}
.inner-page_content TABLE TBODY TR:first-child TD {
	border-top: 0 none;
}
.inner-page_content TABLE TBODY TR:nth-child(odd) TD {
	background-color: #fff;
}
.inner-page_content TABLE TBODY TR:nth-child(even) TD {
	background-color: #f7f6f5;
}
.lt-ie9 .inner-page_content TABLE TBODY TR.odd TD {
	background-color: #fff;
}
.lt-ie9 .inner-page_content TABLE TBODY TR.even TD {
	background-color: #f7f6f5;
}

.inner-page_content .article_date {
	font-size: 11px;
	line-height: 1;
	margin-bottom: 10px;
	color: #ababad;
	text-transform: uppercase;
}

.inner-page_content DIV.fancy-select UL.options {
	padding: 0;
}
.inner-page_content DIV.fancy-select UL.options LI {
	margin: 0;
}

div.fancy-select ul.options li {
	max-width: 210px;
	overflow: hidden;
	text-overflow: ellipsis;
}


/*
	Helpers
*/
.acc-header {
	padding: 9px 10px;
	cursor: pointer;
}
.acc-header .icon {
	margin-right: 7px;
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
	     -o-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.acc-body {
	display: none;
}
.acc-body .acc-body-hider {
	margin-left: 10px;
	cursor: pointer;
}
.acc-body .acc-body-hider .icon {
	margin-right: 7px;
	-webkit-transform: rotate(-90deg);
	   -moz-transform: rotate(-90deg);
	     -o-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}
.text-right,
.inner-page_content TABLE .text-right {
	text-align: right;
}
.no-padding {
	padding: 0 !important;
}
.icon {
	display: inline-block;
}
.icon--dwn-file {
	background-image: url("img/sprite.png");
	background-position: -65px -26px;
	width: 11px;
	height: 16px;
}
.icon--r-chev_red {
	background-image: url("img/sprite.png");
	background-position: -20px -43px;
	width: 7px;
	height: 9px;
}
.icon--l-chev_red {
	background-image: url("img/sprite.png");
	background-position: -69px -43px;
	width: 7px;
	height: 9px;
}
.icon--r-chev_white {
	background-image: url("img/sprite.png");
	background-position: -27px -43px;
	width: 7px;
	height: 9px;
}
.icon--r-chev_blue {
	background-image: url("img/sprite.png");
	background-position: -76px -26px;
	width: 6px;
	height: 9px;
}
.icon-home {
	background-image: url("img/sprite.png");
	background-position: 0px -43px;
	width: 11px;
	height: 10px;
}
.icon-mail {
	background-image: url("img/sprite.png");
	background-position: -34px -43px;
	width: 11px;
	height: 8px;
}
.icon-site-map {
	background-image: url("img/sprite.png");
	background-position: -11px -43px;
	width: 9px;
	height: 9px;
}
.icon-pin {
	background: url("img/sprite.png") no-repeat 0 -55px;
	width: 9px;
	height: 13px;
	position: relative;
	top: 1px;
}
.icon--gren-circ,
.icon--orange-circ {
	width: 10px;
	height: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	vertical-align: middle;
}
.icon--gren-circ {
	background-color: #5ab172;
}
.icon--orange-circ {
	background-color: #f79450;
}
.inner-page_content .backlink {
	margin-top: 36px;
	font-size: 12px;
}
.backlink .icon {
	margin-right: 3px;
}
/*
	Typography
*/
H1 {
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 41px;
	line-height: 44px;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 8px 0 24px;
	overflow: hidden;
	width: 89%;
}
H1 SPAN {
	white-space: nowrap;
}
H2 {
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 21px;
	font-weight: normal;
	margin-top: 24px;
	margin-bottom: 12px;
	line-height: normal;
}
.inner-page_left-side H2 {
	margin-bottom: 24px;
}
H3 {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 1em;
}
H4 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 1em;
}

.inner-page_content .normal_text {
	font-size: 15px;
	line-height: 1.2;
	margin-bottom: 1.2em;
	color: #111;
}



.error {
	position: relative;
	top: -5px;
}
.error DT {
	float: left;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 120px;
	line-height: 0.75;
	font-weight: bold;
	color: #143d8d;
}
.error DD {
	margin-left: 226px;
}
.inner-page_content .error P {
	font-size: 15px;
	line-height: 1.2;
	margin-bottom: 1.2em;
	color: #111;
}



.inner-page_content .wide-table {
	width: 100%;
	border: 0 none;
	border-left: 1px solid #e3e2e0;
	border-right: 1px solid #e3e2e0;
}
.inner-page_content .wide-table TABLE {
	width: 100%;
	border: 0 none;
	margin: 0;
}
.inner-page_content .wide-table TD {
	border: 1px solid #e3e2e0;
	border-top: 0 none;
	padding: 0;
	font-size: 12px;
	line-height: normal;
	color: #8a8886;
}
.inner-page_content .wide-table TH {
	border: 0 none;
	padding: 9px 12px;
	vertical-align: middle;
	text-transform: none;
}
.inner-page_content .wide-table TABLE TD {
	border-bottom: 0 none !important;
}
.inner-page_content .wide-table TABLE TD:first-child {
	border-left: 0 none;
}
.inner-page_content .wide-table TABLE TD:last-child {
	border-right: 0 none;
	border-left: 0 none !important;
}
.inner-page_content .wide-table TABLE TD.last-child {
	border-right: 0 none;
	border-left: 0 none !important;
}
.inner-page_content .wide-table TD TABLE TD {
	vertical-align: middle !important;
}
.inner-page_content .wide-table TABLE TABLE TD.boat-link {
	border-right: 0 !important;
}
.inner-page_content .wide-table TABLE TABLE TD {
	border-left: 1px solid #e3e2e0 !important;
}
.inner-page_content .wide-table TABLE TABLE TD:first-child {
	border-left: 0 none !important;
}
.inner-page_content .wide-table TABLE TABLE TD:last-child TABLE TD {
	padding: 9px 12px;
}
.inner-page_content .wide-table TABLE TABLE TD.last-child TABLE TD {
	padding: 9px 12px;
}
.inner-page_content .wide-table TABLE TABLE:last-child TR {
	border: 0 none !important;
}
.inner-page_content .wide-table TABLE TABLE.last-child TR {
	border: 0 none !important;
}
.inner-page_content .wide-table TABLE TABLE TR {
	border-bottom: 1px solid #e3e2e0;
}
.inner-page_content .wide-table TABLE TABLE TR TD TABLE TR {
	border-bottom: 0 none !important;
}
.inner-page_content .wide-table A .icon {
	position: relative;
	top: 1px;
	margin-left: -7px;
	left: 12px;
}
.inner-page_content .wide-table TR.boat-type-header TD {
	border-left: 0 none;
	border-right: 0 none;
	padding: 9px 10px;
}
.inner-page_content .wide-table .boat-type {
	padding-left: 12px;
}
.inner-page_content .wide-table .boat-type-header > TD {
	/*font-size: 14px;*/
	color: #373634 !important;
}
.inner-page_content .boat-type-header_title {
	line-height: 0.9;
	padding-left: 7px;
	border-left: 2px solid #d22c12;
	display: inline-block;
	font-weight: bold;
}
.inner-page_content .boat-type-header_count-num {
	display: inline-block;
	padding-left: 9px;
	color: #d22c12;
	font-weight: bold;
}
.inner-page_content .table-even TH {
	font-size: 12px;
	line-height: 12px;
	background-color: #c0bdb8;
	color: #fff;
}
.inner-page_content .table-even TR:nth-child(even) > TD {
	background-color: #f7f6f5;
}
.inner-page_content .table-even TR.even > TD {
	background-color: #f7f6f5;
}
.inner-page_content .table-even TR:nth-child(odd) > TD {
	background-color: #fff;
}
.inner-page_content .table-even TR.odd > TD {
	background-color: #fff;
}
.inner-page_content .table-not-even TR > TD {
	background-color: #fff !important;
}
.inner-page_content .wide-table .type-info,
.inner-page_content .wide-table .type-mark {
	color: #373634;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
}
.inner-page_content .wide-table .type-info_num {
	color: #d22c12;
}
.inner-page_content .wide-table .type-info_from {
	color: #8a8886;
}



.inner-page_content .table_simple_line {
	width: 100%;
	border: 0 none;
	border-top: 1px solid #e3e2e0;
}
.inner-page_content .table_simple_line TH,
.inner-page_content .table_simple_line TD {
	font-size: 12px;
	line-height: 1.2;
	padding: 8px 10px 7px;
	border: 0 none;
	border-bottom: 1px solid #e3e2e0;
	vertical-align: top;
	text-transform: none;
}
.inner-page_content .table_simple_line TH {
	color: #373634;
	background-color: #fff;
}
.inner-page_content .table_simple_line TD,
.inner-page_content .table_simple_line TBODY TR:nth-child(even) TD {
	color: #666;
	background-color: #fff;
}
.lt-ie9 .inner-page_content .table_simple_line TBODY TR.even TD {
	background-color: #fff;
}

.uebership DT {
	float: left;
	width: 270px;
	height: 180px;
	overflow: hidden;
}
.uebership DT IMG {
	display: block;
	width: 100%;
}
.uebership DT + DD {
	margin: 0 0 52px 290px;
}
.uebership DT + DD + DD {
	clear: both;
}
.uebership DT + DD + DD .table_simple_line TH {
	width: 270px;
}



.press_cal {
	padding-bottom: 10px;
}
.year_select {
	margin-bottom: 10px;
}
.year_select DT,
.year_select DD {
	display: inline-block;
	vertical-align: middle;
}
.year_select DT {
	font-size: 12px;
	font-weight: bold;
	margin-right: 6px;
}
.inner-page_content .month_select {
	display: table;
	list-style: none;
	margin: 0 0 12px -14px;
	padding: 0;
	overflow: visible;
}
.inner-page_content .month_select LI {
	display: table-cell;
	font-size: 13px;
	line-height: normal;
	margin: 0;
}
.month_select LABEL {
	position: relative;
	display: block;
	padding: 4px 14px;
	overflow: hidden;
	color: #003883;
	-webkit-transform: skew(-19deg);
	   -moz-transform: skew(-19deg);
	     -o-transform: skew(-19deg);
	    -ms-transform: skew(-19deg);
	        transform: skew(-19deg);
}
.month_select .checked LABEL {
	background-color: #cd2e11;
}
.month_select LI:hover SPAN {
	color: #cd2e11;
	text-decoration: underline;
}
.month_select .checked LABEL SPAN {
	text-decoration: none;
	color: #fff;
}
.month_select INPUT {
	position: absolute;
	left: -9999px;
}
.month_select LI SPAN {
	position: relative;
	display: block;
	-webkit-transform: skew(19deg);
	   -moz-transform: skew(19deg);
	     -o-transform: skew(19deg);
	    -ms-transform: skew(19deg);
	        transform: skew(19deg);
}



[class^='icons-psr-'],
.share_wrap {
	width: 24px;
	height: 22px;
	position: relative;
	top: 24px;
	float: right;
	margin-left: 18px;
}
.share_wrap {
	z-index: 100;
}
[class^='icons-psr-'] {
	overflow: hidden;
	text-indent: -9999px;
	background: url("img/icons-sprite.png") no-repeat;
}
.icons-psr-print {
	background-position: 0 0;
}
.icons-psr-print:hover {
	background-position: 0 -22px;
}
.icons-psr-share {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	background-position: -24px 0;
}
.icons-psr-share:hover,
.active .icons-psr-share {
	background-position: -24px -22px;
}
.icons-psr-rss {
	background-position: -48px 0;
}
.icons-psr-rss:hover {
	background-position: -48px -22px;
}



.inner-page_content .press_list {
	list-style: none;
	margin: -12px 0 16px;
	padding: 0;
	line-height: normal;
	overflow: visible;
}
.inner-page_content .press_list_item {
	padding: 12px 16px;
	margin: 0 0 0 -16px;
}
.press_list_item.hover {
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.lt-ie9 .inner-page_content .press_list_item:hover {
	padding: 11px 15px;
	border: 1px solid #ddd;
}
.press_list_item .press_pic {
	float: left;
	margin-right: 20px;
	padding-bottom: 3px;
}
.press_list_item_body {
	overflow: hidden;
}
.press_list_item_body > DT {
	font-size: 11px;
	color: #ababad;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.press_list_item_header {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 6px;
}
.press_list_item_text {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 6px;
	color: #666;
}
.press_list_item_text.hidden {
    display: none;
}
.press_list_item_author {
	font-size: 11px;
	color: #ababad;
	margin-bottom: 6px;
}
.press_list_item_origin {
	font-size: 11px;
	color: #ababad;
}
.press_list_item_origin A {
	color: #ababad;
}
.press_list_item_origin A:hover {
	color: #cd2e11;
}



.inner-page_content .kom_list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: visible;
}
.inner-page_content .kom_list .kom_pic {
	width: 220px;
	float: left;
	margin: 2px 20px 0 0;
}
.inner-page_content .kom_list > LI {
	margin-bottom: 20px;
}
.kom_list > LI > DL {
	overflow: hidden;
}
.kom_list > LI > DL > DT {
	font-size: 15px;
	margin-bottom: 3px;
}
.kom_list > LI > DL > DD {
	font-size: 13px;
	line-height: 1.23;
	color: #666;
}



.theme_select DIV.fancy-select DIV.trigger {
	width: 200px;
}
.theme_select DIV.fancy-select UL.options {
	min-width: 236px;
	max-width: 300px;
}



.inner-page_content .vestnik_list {
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
	overflow: visible;
	line-height: normal;
}
.inner-page_content .vestnik_list_item {
	margin-bottom: 20px;
	color: #111;
}
.vestnik_list_item .vestnik_pic {
	float: left;
	margin-right: 18px;
}
.vestnik_list_item_body {
	overflow: hidden;
}
.vestnik_list_item_body > DT {
	margin: -2px 0 12px;
}
.vestnik_list_item_date {
	display: block;
	font-size: 11px;
	color: #ababad;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.vestnik_list_item_name {
	font-size: 15px;
	line-height: 1.2;
}
.vestnik_list_item_name A {
	font-size: 12px;
	color: #ababad;
	text-transform: uppercase;
}
.vestnik_list_item_name A:hover {
	color: #cd2e11;
}
.inner-page_content .vestnik_list_item_digest {
	font-size: 12px;
	margin-bottom: 6px;
	color: #111;
	line-height: normal;
}
.inner-page_content .vestnik_list_item_digest_list {
	font-size: 15px;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	overflow: visible;
}
.inner-page_content .vestnik_list_item_digest_list LI {
	margin: 5px 0 0;
	color: #111;
}



.docs_list,
.inner-page_content .docs_list {
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
	overflow: visible;
	line-height: normal;
}
.inner-page_content .docs_list_item {
	margin-bottom: 24px;
}
.docs_list_item .docs_pic {
	float: left;
	width: 25px;
	height: 26px;
	overflow: hidden;
	margin-right: 13px;
}
.docs_list_item .docs_pic {
	float: left;
	width: 25px;
	height: 26px;
	overflow: hidden;
	margin-right: 13px;
}
.docs_list_item .docs_image {
	float: left;
	margin-right: 13px;
}
.inner-page_content .docs_pic IMG {
	position: relative;
	left: -9999px;
	max-width: none;
}
.docs_list_item .docs_pic IMG {
	left: -125px;
}

.doctype_pdf .docs_pic IMG {
	left: 0;
}
.doctype_xls .docs_pic IMG {
	left: -25px;
}
.doctype_doc .docs_pic IMG {
	left: -50px;
}
.doctype_ppt .docs_pic IMG {
	left: -75px;
}
.doctype_jpg .docs_pic IMG 
{
	left: -100px;
}
.docs_list_item_body {
	overflow: hidden;
}
.docs_list_item_body > DT {
	font-size: 11px;
	color: #ababad;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.docs_list_item_body > DD {
	font-size: 15px;
	line-height: 1.2;
}
.docs_list_item_name{
	color:#000;
}
p.docs_list_item_desc {
	color:#ababad;
	font-size:12px;
	padding-top:5px;
	margin-bottom:0;
}

.docs_list_item_link SPAN {
	font-size: 12px;
	color: #ababad;
	text-transform: uppercase;
}

.management_list.direction_list DT {
	clear: both;
	float: left;
	width: 100px;
	margin-bottom: 10px;
}

.management_list.direction_list DD {
	margin: 10px;
	float: left;
	margin-bottom: 10px;
	width: 80%;
}

.management_list.direction_list DD.noimg 
{
    margin-top: 0;
    margin-left: 0;
}

.management_list.direction_list DD span {
	color: #000;
	font-size: 14px;	
	line-height: 28px;
}
.management_list.direction_list DD A 
{
    font-size: 14px;
	line-height: 28px;
}


.management_list DT {
	font-size: 15px;
	line-height: 1.2;
	margin-bottom: 1px;
}
.management_list DD {
	font-size: 12px;
	color: #ababad;
	margin-bottom: 12px;
}



.mini_news_list > DT {
	font-size: 11px;
	color: #ababad;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.mini_news_list > DD {
	font-size: 15px;
	line-height: 1.2;
	margin-bottom: 24px;
}



.faq_list {
	margin-bottom: 24px;
}
.faq_list > DT {
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 9px;
}
.faq_list > DT SPAN {
	color: #003883;
	cursor: pointer;
	border-bottom: 1px dashed #003883;
}
.faq_list > DT SPAN:hover,
.faq_list > DT.active SPAN {
	color: #000;
	border-bottom-color: #000;
}
.faq_list > DD {
	display: none;
	font-size: 13px;
	line-height: 1.3;
	color: #666;
	margin-bottom: 11px;
}
.inner-page_content .faq_p {
	font-size: 13px;
	color: #111;
}



.gallery_list_wrapper,
.colwrap {
	max-width: 732px;
}
.gallery_list {
	list-style: none;
	font-size: 0;
	line-height: 0;
	margin: -36px 0 16px -6.2%;
}
.gallery_list > DL {
	display: inline-block;
	vertical-align: top;
	width: 44%;
	margin: 36px 0 0 6%;
	font-size: 13px;
	line-height: 1;
}
.gallery_list > DL > DT {
	margin-bottom: 10px;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 8px;
	color: #ababad;
}
.gallery_list > DL > DT A {
	display: block;
	position: relative;
	margin-bottom: 18px;
	z-index: 1;
	height: 195px;
	overflow: hidden;
}
.video_gallery > DL > DT A:after {
	content: '';
	position: absolute;
	width: 65px;
	height: 65px;
	left: 50%;
	top: 50%;
	margin: -32px 0 0 -32px;
	background: url("img/video-overlay.png") no-repeat;
	opacity: 0.75;
}
.video_gallery > DL > DT A:hover:after {
	opacity: 1;
}
.gallery_list > DL > DT IMG {
	display: block;
	position: relative;
	max-width: 100%;
	z-index: -1;
}
.gallery_list > DL > DD {
	font-size: 15px;
	line-height: 1.2;
}
.gallery_list > DL > DT VAR {
	display: none;
}



.columns {
	margin-left: -3.1%;
	font-size: 0;
	line-height: 0;
}
.columns .column {
	display: inline-block;
	vertical-align: top;
	width: 47%;
	margin-left: 3%;
	font-size: 13px;
	line-height: 1;
}
.colwrap .columns {
	margin-left: -6.2%;
}
.colwrap .columns .column {
	width: 44%;
	margin-left: 6%;
}
.colwrap .column .gallery_list {
	margin: 0 0 16px;
}
.colwrap .column .gallery_list > DL {
	display: block;
	width: auto;
	margin: 0;
}
.columns .imo_no_holder 
{
    margin-left: 3%;
}



.office {
	margin-top: -8px;
}
.office > DT {
	position: relative;
	font-size: 15px;
	line-height: 54px;
	height: 58px;
}
.office > DT SPAN {
	display: inline-block;
	vertical-align: middle;
	line-height: 18px;
	margin-right: 24px;
}
.office > DD {
	margin-top: -12px;
	padding-bottom: 23px;
}
.office > DD.desc 
{
    padding-bottom: 10px;
    color: #666;
}
.office DL {
	padding-bottom: 9px;
	line-height: 18px;
}
.office DL DT {
	float: left;
	clear: left;
	font-size: 12px;
	font-weight: bold;
	margin-right: 6px;
	color: #373634;
}
.office DL DD {
	color: #666;
}
.office_hide_info {
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	margin-top: -1px;
}
.office_hide_info > DT {
	color: #003883;
}
.office_hide_info > DT:hover {
	color: #cd2e11;
	cursor: pointer;
}
.opened > DT,
.opened > DT:hover {
	color: #000;
}
.office_hide_info > DT:after {
	content: '';
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -3px;
	width: 9px;
	height: 5px;
	background: url('img/sprite.png') no-repeat -10px -55px;
}
.office_hide_info > DT:hover:after {
	background-position: -20px -55px;
}
.opened > DT:after,
.opened > DT:hover:after {
	content: ' ';
	background-position: -30px -55px !important;
}
.office_hide_info > DD {
	display: none;
	padding-bottom: 16px;
}



.map_holder {
	margin: 40px 0 30px;
	height: 400px;
}



.inner-page_content FORM > P {
	color: #666;
	font-size: 13px;
	margin: 0;
	line-height: normal;
}
.inner-page_content FORM > P + FIELDSET {
	margin-top: 18px;
}
.inner-page_content FORM > FIELDSET + P {
	font-size: 12px;
}
.inner-page_content .field_holder {
	margin-bottom: 28px;
	line-height: normal;
}
.inner-page_content .captcha_holder,
.inner-page_content .checkbox_holder {
	margin-bottom: 16px;
}
.field_holder INPUT[type='text'],
.field_holder INPUT[type='password'],
.field_holder SELECT,
.field_holder TEXTAREA {
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	border-radius: 1px;
	padding: 10px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.field_holder TEXTAREA {
	height: 150px;
	overflow: auto;
}
.captcha_holder INPUT[type='text'],
.captcha_holder INPUT[type='password'] {
	width: 182px;
	margin-left: 20px;
}
.captcha_holder IMG,
.captcha_holder INPUT[type='text'],
.captcha_holder INPUT[type='password'] {
	vertical-align: middle;
}
.field_holder INPUT[type='text']:focus,
.field_holder INPUT[type='text']:active,
.field_holder INPUT[type='password']:focus,
.field_holder INPUT[type='password']:active,
.field_holder TEXTAREA:focus,
.field_holder TEXTAREA:active {
	border-color: #cd2e11;
	outline: 0 none;
}
.field_holder LABEL {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 7px;
	color: #111;
}
.checkbox_holder LABEL,
.checkbox_holder INPUT[type='checkbox'] {
	margin: 0;
	vertical-align: middle;
}
.checkbox_holder LABEL {
	font-weight: normal;
	color: #666;
}
.checkbox_holder INPUT[type='checkbox'] {
	margin-right: 6px;
}
.submit_holder BUTTON[type='submit'] {
	display: inline-block;
	font-family: 'Helios', Arial, sans-serif;
	font-size: 13px;
	width: 128px;
	height: 40px;
	border: 0 none;
	background: #cd2e11;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-transform: skew(-16deg);
	   -moz-transform: skew(-16deg);
	     -o-transform: skew(-16deg);
	    -ms-transform: skew(-16deg);
	        transform: skew(-16deg);
}
.submit_holder BUTTON[type='submit'] SPAN {
	display: inline-block;
	color: #fff;
	-webkit-transform: skew(16deg);
	   -moz-transform: skew(16deg);
	     -o-transform: skew(16deg);
	    -ms-transform: skew(16deg);
	        transform: skew(16deg);
}



.inner-page_content .gallery_list_preview {
	list-style: none;
	font-size: 0;
	line-height: 0;
	margin: -26px 0 38px -6.2%;
	/*margin: -26px 0 38px -34px;*/
	padding: 0;
	overflow: visible;
}
.inner-page_content .gallery_list_preview > LI {
	display: inline-block;
	vertical-align: top;
	width: 44%;
	margin: 26px 0 0 6%;
	/*width: 348px;
	margin: 26px 0 0 34px;*/
	font-size: 13px;
	line-height: 1;
}
.gallery_list_preview > LI .img-wrap {
	/* height: 232px; // old height */
	height: 195px;
	overflow: hidden;
	margin-bottom: 10px;
}

.gallery_list_preview > LI IMG {
	display: block;
	position: relative;
	max-width: 100%;
	margin-bottom: 10px;
}
.gallery_list_preview > LI VAR {
	display: none;
}
.gallery_list_preview > LI SPAN {
	display: block;
}



#share {
	position: absolute;
	left: -9999px;
	top: -11px;
	display: none;
}
.share_wrap #share {
	left: auto;
	right: -8px;
	display: block;
	margin: 0;
	padding: 8px 40px 8px 10px;
	background: #fff;
	box-shadow: 0 1px 3px #ccc;
}
.lt-ie9 .share_wrap #share {
	border: 1px solid #ccc;
}
#share .social-likes__widget {
	margin: 1px 0;
	border-radius: 0;
	border: 0 none;
	color: #666;
}
#share .social-likes__widget:hover {
	color: #cd2e11;
	background: none;
}
#share .social-likes__button,
#share .social-likes__counter {
	font-family: 'Helios', Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 0 0 1px 24px;
}
#share .social-likes__icon {
	width: 16px;
	height: 16px;
	margin: 0;
	background: url("img/social.png") no-repeat;
}
#share .social-likes__icon_facebook {
	background-position: 0 -16px;
}
#share .social-likes__icon_twitter {
	background-position: 0 -32px;
}
#share .social-likes__icon_odnoklassniki {
	background-position: 0 -48px;
}
#share .social-likes__icon_plusone {
	background-position: 0 -64px;
}



.fancybox-skin {
	border-radius: 0;
}
.fancybox-title {
	font-size: 13px;
	line-height: 16px;
	font-style: italic;
	color: #666;
}
.fancybox-close,
.fancybox-prev SPAN,
.fancybox-next SPAN {
	background-image: url("img/fancybox-sprite.png");
}
.fancybox-nav {
	top: 48px;
	height: auto;
	bottom: 58px;
}
.fancybox-type-iframe .fancybox-nav {
	width: 70px;
}
.fancybox-nav SPAN {
	width: 13px;
	height: 23px;
	margin-top: -12px;
	visibility: visible;
}
.fancybox-prev {
	left: -70px;
}
.fancybox-prev SPAN {
	left: 26px;
	background-position: 0 0;
}
.fancybox-prev:hover SPAN,
.fancybox-prev SPAN:hover {
	background-position: 0 -23px;
}
.fancybox-next {
	right: -70px;
}
.fancybox-next SPAN {
	right: 26px;
	background-position: -13px 0;
}
.fancybox-next:hover SPAN,
.fancybox-next SPAN:hover {
	background-position: -13px -23px;
}
.fancybox-close {
	top: 28px;
	right: 28px;
	width: 18px;
	height: 18px;
	background-position: 0 -46px;
}
.fancybox-close:hover {
	background-position: 0 -64px;
}
.fancybox-outer H2 {
	margin: 0 0 26px;
	line-height: 1;
	text-align: center;
	color: #000;
}
.fancybox-outer .share_wrap {
	top: 0;
}
.fancybox-outer .myfancyhelper {
	position: relative;
	min-height: 26px;
	padding: 23px 0 7px;
	z-index: 9999;
}
.fancybox-outer .downloadlink {
	font-size: 13px;
}
.fancybox-outer .downloadlink:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -3px;
	width: 25px;
	height: 26px;
	overflow: hidden;
	margin: 0 9px 0 -5px;
	background: url("img/doctypes.png") no-repeat -125px 0;
}
.fancybox-outer .type-jpg:before {
	background-position: -100px 0;
}
.fancybox-outer .fileproperty,
.fancybox-outer .pubdate {
	font-size: 10px;
	text-transform: uppercase;
	color: #ababad;
}
.fancybox-outer .pubdate {
	font-size: 11px;
}
.fancybox-lock .fancybox-overlay {
	overflow: hidden !important;
}
.fancybox-type-iframe .fancybox-inner {
	overflow: auto !important;
}



.inner-page_content .pagination {
	margin: 38px 0 0;
	text-align: center;
	color: #ababad;
	font-size: 14px;
	line-height: 1;
}
.inner-page_content .pagination > * {
	display: inline-block;
	vertical-align: middle;
	padding: 8px 11px;
	margin-left: 1px;
}
.inner-page_content .pagination > * INS {
	display: block;
	text-decoration: none;
}
.inner-page_content .pagination .pnum {
	-webkit-transform: skew(-16deg);
	   -moz-transform: skew(-16deg);
	     -o-transform: skew(-16deg);
	    -ms-transform: skew(-16deg);
	        transform: skew(-16deg);
}
.inner-page_content .pagination SPAN.pnum {
	background-color: #cd2e11;
	color: #fff;
}
.inner-page_content .pagination .pnum INS {
	-webkit-transform: skew(16deg);
	   -moz-transform: skew(16deg);
	     -o-transform: skew(16deg);
	    -ms-transform: skew(16deg);
	        transform: skew(16deg);
}



.inner-page_content .from_search {
	color: #cd2e11;
	font-size: 15px;
	line-height: 1.2;
	margin: 18px 0 0 0;
}
.inner-page_content .from_search LI {
	margin-bottom: 20px;
}
.inner-page_content .page_search P {
	margin: 6px 0 0 0;
	font-size: 13px;
	line-height: normal;
}
.page_search BUTTON[type='submit'] {
	display: inline-block;
	font-family: 'Helios', Arial, sans-serif;
	font-size: 13px;
	width: 100px;
	height: 28px;
	border: 0 none;
	background: #cd2e11;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-transform: skew(-20deg);
	   -moz-transform: skew(-20deg);
	     -o-transform: skew(-20deg);
	    -ms-transform: skew(-20deg);
	        transform: skew(-20deg);
}
.page_search BUTTON[type='submit'] SPAN {
	display: inline-block;
	color: #fff;
	-webkit-transform: skew(20deg);
	   -moz-transform: skew(20deg);
	     -o-transform: skew(20deg);
	    -ms-transform: skew(20deg);
	        transform: skew(20deg);
}
.page_search INPUT[type='text'] {
	display: inline-block;
	vertical-align: middle;
	width: 500px;
	height: 28px;
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #fff;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAaCAYAAADfcP5FAAABaklEQVR42mL8//8/w2ACjKMOGnUQhYCJGoYc3LdTesBDCOgIbyBVCsTGQMwDxF+A+CwQL7B3cl9ANwcBHcIJpOYAcRSS8DMglkLibwXiUKDDvtMjyiZDHfMRiCuBmA9oMSjK+IA4BYgfATEo9KbRPISAoWMJpI4B8S8g1gM65CYWNSpA6hIQg0LSCqjmOC1DKBZKT8TmGBAAit8BUlPQ1NPMQcZQeg0BdWvQ1NPMQcxQ+i8BdX/R1NPMQY+gtAEBdQZo6mnmoE1QOgqYeJlwJHwmpCJhE60dtAyIQYnZCWQZ0HI5NMeAsv5KqPwtqHqaF4xaQGoXEEtDy6JDQPwUyjdGKiD3A7EHMNf9onnVAXQUP7Tgi8IifRSINYBYGBploaQ4iqLaHlqpGkNDBxRKZ4GWPwWK6wLZe4FYlFRH0az5Qa6jmBhoBICWXwZSzkD8Goj9gDh8UDTQoCHlB3Rg62gTdtRB9AAAAQYA4JCYO9h4rf8AAAAASUVORK5CYII=);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	margin-right: 7px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}



.inner-page_content .site_map {
	margin: 0 0 0 -1%;
	font-size: 0;
	line-height: 0;
	padding: 0;
	overflow: visible;
}
.inner-page_content .site_map > LI {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin: 0 0 0 1%;
	font-size: 15px;
	line-height: 16px;
}
.inner-page_content .site_map UL {
	color: #cd2e11;
	margin: 0 1.5em 0 1.2em;
	list-style-type: disc;
	padding: 0;
	overflow: visible;
}
.inner-page_content .site_map UL LI {
	margin-bottom: 6px;
	line-height: 16px;
}
.inner-page_content .site_map UL.map-level-1 > LI > A {
    font-weight: bold;
}
.site_map H2 {
	margin-top: 0;
}
.inner-page_content .site_map UL.map-level-2 
{
    margin-top: 0.4em;
    list-style-type: circle;
}



.inner-page_content .inner_slider UL,
.inner-page_content .inner_slider UL LI {
	margin: 0;
	padding-left: 0;
	overflow: visible;
}
.inner_slider {
	padding: 30px 30px 16px;
	border: 1px solid #e1e1e1;
	max-width: 740px;
	margin: 20px auto 22px;
}
.inner_slider .bx-wrapper .bx-controls-direction A {
	background: none;
}
.inner_slider .bx-wrapper .bx-controls-direction A:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 13px;
	height: 23px;
	margin: -12px 0 0 -6px;
	background: url('img/fancybox-sprite.png') no-repeat;
}
.inner_slider .bx-wrapper .bx-prev {
	left: -32px;
}
.inner_slider .bx-wrapper .bx-next {
	right: -32px;
}
.inner_slider .bx-wrapper .bx-controls-direction .bx-prev:hover:after {
	background-position: 0 -23px;
}
.inner_slider .bx-wrapper .bx-controls-direction .bx-next:after {
	background-position: -13px 0;
}
.inner_slider .bx-wrapper .bx-controls-direction .bx-next:hover:after {
	background-position: -13px -23px;
}
.inner_viewport > LI > IMG {
	max-width: 100%;
	max-height: 370px;
	margin: 0 auto;
}
.inner_slider .bx-wrapper {
	margin-bottom: 2px;
}
.inner_pager {
	overflow: hidden;
}
.inner_pager UL {
	position: relative;
	list-style: none;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
}
.inner_pager LI {
	display: inline-block;
	position: relative;
	width: 11.14%;
	height: 0;
	padding-bottom: 7.3%;
}
.inner_pager DIV {
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.inner_pager A {
	position: relative;
	display: block;
	width: 200%;
	height: 100%;
	left: -100%;
	margin-left: 50%;
	z-index: 1;
}
.inner_pager A:after {
	content: '';
	position: absolute;
	left: 25%;
	right: 25%;
	top: 0;
	bottom: 0;
}
.inner_pager A.active:after {
	content: ' ';
	border: 2px solid #cd2e11;
}
.inner_pager IMG {
	position: relative;
	max-height: 100%;
	display: block;
	margin: 0 auto;
	z-index: -1;
}
.inner_slider_helper {
	padding-top: 16px;
	font-size: 12px;
	line-height: 1.33;
	min-height: 30px;
	color: #ababad;
}
.inner_slider_helper .share_wrap {
	top: 4px;
}
.inner_slider_helper .fileproperty {
	font-size: 10px;
	text-transform: uppercase;
}
.inner_slider_helper .filetitle {
	position: relative;
	top: -3px;
}



#shiphistory {
	width: 554px;
	margin: 34px auto 0;
	padding: 0 12px 0 24px;
	-webkit-transition: width 240ms ease-out;
	   -moz-transition: width 240ms ease-out;
	    -ms-transition: width 240ms ease-out;
	     -o-transition: width 240ms ease-out;
	        transition: width 240ms ease-out;
}
#shiphistory .viewport {
	
}
#shiphistory .slide {
	width: 268px;
	display: inline-block;
}
#shiphistory .slide > DT {
	font-family: 'Helvetica', Arial, sans-serif;
	margin-bottom: 9px;
}
#shiphistory .slide > DT * {
	display: block;
}
#shiphistory .slide > DT IMG {
	width: 100%;
	margin-bottom: 13px;
}
#shiphistory .year {
	font-size: 41px;
	line-height: 1;
	margin-bottom: 5px;
}
#shiphistory .name {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 3px;
}
#shiphistory .ename {
	font-size: 21px;
	line-height: 1;
}
#shiphistory .slide > DD {
	font-size: 13px;
	line-height: 16px;
	color: #666;
	padding-right: 20px;
}
.inner-page_content #shiphistory .slide > DD P {
	margin: 0;
	font-size: 13px;
	line-height: 16px;
}
#shiphistory .slide > DD DL {
	margin-bottom: 12px;
}
#shiphistory .slide > DD DT {
	font-size: 12px;
	font-weight: bold;
	float: left;
	clear: left;
	margin-right: 4px;
}
#shiphistory .bx-wrapper {
	
}
#shiphistory .bx-wrapper .bx-controls-direction A {
	top: 90px;
}
#shiphistory .bx-wrapper .bx-controls-direction A {
	background: none;
}
#shiphistory .bx-wrapper .bx-controls-direction A:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 13px;
	height: 23px;
	margin: -12px 0 0 -6px;
	background: url('img/fancybox-sprite.png') no-repeat;
}
#shiphistory .bx-wrapper .bx-prev {
	left: -32px;
}
#shiphistory .bx-wrapper .bx-next {
	right: -32px;
}
#shiphistory .bx-wrapper .bx-controls-direction .bx-prev:hover:after {
	background-position: 0 -23px;
}
#shiphistory .bx-wrapper .bx-controls-direction .bx-next:after {
	background-position: -13px 0;
}
#shiphistory .bx-wrapper .bx-controls-direction .bx-next:hover:after {
	background-position: -13px -23px;
}





#company-fleet {

}

#company-fleet .company-fleet-item {
    width: 48%;
    display: block;
    float: left;
    padding: 0 1%;
}

#company-fleet .company-fleet-item > DT {
    font-family: 'Helvetica', Arial, sans-serif;
    margin-bottom: 9px;
}

#company-fleet .company-fleet-item > DT * {
    display: block;
}

#company-fleet .company-fleet-item > DT IMG {
    width: 100%;
    margin-bottom: 15px;
}

#company-fleet .year {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 5px;
}

#company-fleet .name {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 5px;
}

#company-fleet .ename {
    font-size: 20px;
    line-height: 1;
}

    #company-fleet .company-fleet-item > DD {
        font-size: 14px;
        line-height: 16px;
        color: #666;
        padding-right: 20px;
    }

.inner-page_content #company-fleet .company-fleet-item > DD P {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
}

#company-fleet .company-fleet-item > DD DL {
    margin-bottom: 12px;
}

#company-fleet .company-fleet-item > DD DT {
    font-size: 14px;
    font-weight: bold;
    float: left;
    clear: left;
    margin-right: 4px;
}

.buttont-more {
    display: inline-block;
    margin-top: 10px;
    background-color: #bd0007;
    color: #fff;
    padding: 10px 14px;
    -webkit-transform: skew(-12deg);
    -moz-transform: skew(-12deg);
    -o-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
}

.buttont-more span {
    display: inline-block;
    -webkit-transform: skew(12deg);
    -moz-transform: skew(12deg);
    -o-transform: skew(12deg);
    -ms-transform: skew(12deg);
    transform: skew(12deg);
}

.buttont-more:hover,
.buttont-more:visited {
    color: #fff;
}



#xrono {
    width: auto;
    margin: 34px auto 0;
    padding: 0 12px 0 24px;
    -webkit-transition: width 240ms ease-out;
    -moz-transition: width 240ms ease-out;
    -ms-transition: width 240ms ease-out;
    -o-transition: width 240ms ease-out;
    transition: width 240ms ease-out;
}
#xrono .viewport {
	overflow: hidden;
}
#xrono .viewport > DIV {
	display: table;
	table-layout: fixed;
}
#xrono .odd_items {
	border-bottom: 5px solid #cd2e11;
	margin-bottom: -5px;
}
#xrono .even_items {
	border-top: 5px solid #cd2e11;
	margin-left: 140px;
}
#xrono .slide {
	width: 320px;
	display: table-cell;
	font-size: 12px;
	white-space: normal;
}
#xrono .odd_items .slide {
	vertical-align: bottom;
}
#xrono .even_items .slide {
	vertical-align: top;
}
#xrono .viewport > DIV > .slide:first-child DL {
	padding-left: 58px;
}
#xrono DT {
	display: inline-block;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 41px;
	line-height: 50px;
	font-weight: bold;
	color: #fff;
	background-color: #71767c;
	padding: 0 20px;
	-webkit-transform: skew(-12deg);
	   -moz-transform: skew(-12deg);
	     -o-transform: skew(-12deg);
	    -ms-transform: skew(-12deg);
	        transform: skew(-12deg);
}
#xrono .odd_items DT {
	margin-left: -6px;
}
#xrono .even_items DT {
	margin-left: 6px;
}
#xrono DT SPAN {
	display: inline-block;
	-webkit-transform: skew(12deg);
	   -moz-transform: skew(12deg);
	     -o-transform: skew(12deg);
	    -ms-transform: skew(12deg);
	        transform: skew(12deg);
}
#xrono DD {
	width: 260px;
	padding-right: 60px;
}
#xrono DD IMG {
	max-width: 100%;
}
#xrono DD UL {
	padding-left: 2em;
	border-left: 1px solid #ccc;
	margin: 16px 0;
	color: #666;
}
#xrono DD LI {
	margin-bottom: 5px;
}

/* Hronology start */
.timeline-block {
	position: relative;
}

.timeline-slider > li {
	margin: 0 -118px 0 auto;
}

.timeline-slider > li.active-slide {
	opacity: 1;
	overflow: visible;
}

.timeline-slider > li {
	/*margin-left: -140px;
	opacity: 0;
	overflow: hidden;*/
}

.timeline-slider > li:first-child {
	margin-left: 0;
}

.timeline-block .bottom-block {
	border-top: 5px solid #cd2e11;
	display: block;
	width: 100%;
	position: relative;
}

.timeline-block .bottom-block .time-dotted__inner ul {
	margin-top: 0;
	margin-bottom: 8px;
}

.timeline-block .bottom-block .time-dotted__inner {
	vertical-align: top;
}

.timeline-block .time-dotted__inner {
	width: 280px;
	display: table-cell;
	vertical-align: bottom;
}

.timeline-block .time-dotted__inner:first-child {
	padding-right: 42px;
}

.timeline-block .top-block {
	margin-left: 30px;
	min-height: 320px;
	display: table;
}

.timeline-block .bottom-block .time-dotted__inner.one-block {
	padding-left: 150px;
	display: table-cell;
}

.timeline-block .time-dotted__inner.one-block {
	position: relative;
	float: none;
	padding: 0 0 0 140px;
	display: table-cell;
}

.timeline-block .bottom-block .data-year {
	margin-left: 6px;
	margin-bottom: 14px;
}

.timeline-block .top-block .data-year {
	margin-left: -6px;
	margin-top: 14px;
}

.timeline-block .data-year {
	display: inline-block;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 41px;
	line-height: 50px;
	font-weight: bold;
	color: #fff;
	background-color: #71767c;
	padding: 0 20px;
	-webkit-transform: skew(-12deg);
	   -moz-transform: skew(-12deg);
	     -o-transform: skew(-12deg);
	    -ms-transform: skew(-12deg);
	        transform: skew(-12deg);
}

.timeline-block .data-year span {
	display: inline-block;
	-webkit-transform: skew(12deg);
	   -moz-transform: skew(12deg);
	     -o-transform: skew(12deg);
	    -ms-transform: skew(12deg);
	        transform: skew(12deg);
}

.timeline-block .time-dotted__inner ul {
	margin: 8px 0 0;
	padding: 0 0 0 24px;
	list-style: disc;
	border-left: 1px solid #c3c3c3;
	position: relative;
	overflow: visible;
}

.timeline-block .time-dotted__inner ul:before {
	background: url(img/arrow-list.png) no-repeat 0 0;
	width: 13px;
	height: 7px;
	position: absolute;
	top: 0;
	left: -7px;
	content: "";
}

.timeline-block .bottom-block .time-dotted__inner ul:before {
	background: url(img/arrow-list.png) no-repeat 0 -7px;
	top: auto;
	bottom: 0;
}

.timeline-block .time-dotted__inner ul li {
	color: #cd2e11;
	font-size: 13px;
	line-height: 18px;
	font-family: Arial;	
}

.timeline-block .time-dotted__inner ul li span {
	color: #666;
}

.timeline-block .bx-wrapper .bx-controls-direction a {
	background: url(img/arrow-timeline.png) no-repeat;
	width: 13px;
	height: 23px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -71px;
	z-index: 100;
}

.timeline-block .bx-controls-direction a.bx-prev {
	background-position: 0 0;
}

.timeline-block .bx-controls-direction a.bx-next {
	background-position: -13px 0;
}

.timeline-block .bx-controls-direction a.bx-prev.disabled {
	background-position: 0 -23px;
	display: none;
	cursor: default;
}

.timeline-block .bx-controls-direction a.bx-next.disabled {
	background-position: -13px -23px;
	display: none;
	cursor: default;
}

.timeline-slider > li.last .bottom-block:after {
	background: #FFF;
	width: 5px;
	height: 5px;
	border: 5px solid #cd2e11;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	position: absolute;
	top: -10px;
	right: 0;
}

.timeline-block .bx-viewport {
	width: 982px !important;
	margin: 0 auto;
	height: 100% !important;
}

.timeline-block .bx-wrapper {
	//max-width: 1196px !important;
}
/* Hronology end */

.ui-autocomplete {
	border: 1px solid #c2c2c2;
	background: #fff;
	width: 162px !important;
}

.ui-menu .ui-menu-item {
	padding: 5px 12px;
}

.ui-autocomplete li a {
	display: block;
}

.ui-autocomplete li:hover {
	
	background: #858585;
}
.ui-autocomplete li:hover a {
	color: #111;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
	margin: 0 !important;
}

.inner-search-form_wrapper input[type="submit"].ui-autocomplete-loading {
	background:url(img/gif-load.gif) no-repeat 16px 4px;
}


.gallery_list.social-gallery > DL {
}
.gallery_list.social-gallery > DL > DT {
text-transform: none;
}
.gallery_list.social-gallery > DL > DT > span {
font-size: 12px;
line-height: 15px;
}
.gallery_list.social-gallery > DL > DT {
margin-bottom: 0;
}
.gallery_list.social-gallery > DL > DD {
margin-bottom: 15px;
height: 35px;
overflow: hidden;
}

.toggleSlide {
	position: relative;
}

.toggleSlide:before {
	background: url(img/checkbox-icon.png) no-repeat 0 0;
	width: 30px;
	height: 29px;
	display: inline-block;
	content: "";
	position: relative;
	margin-right: 10px;
	vertical-align: middle;
	top: -2px
}

.toggleSlide:hover:before {
	background-position: -30px 0;
} 

.toggleSlide.active:before {
	background-position: -60px 0;
} 


.inner-navigation_list--third-level {
	margin: 10px 0 10px 30px;
	list-style: disc;
}

.inner-navigation_list--third-level li {
	color: #cd2e11;
}

.inner-gallery {}

.inner-gallery .load {
    height: 30px;
    background: url("img/gallary-loader.gif") no-repeat 50% 50%;
}

.ya-contacts 
{
    position: relative;
}

.ya-contacts .title {
    font-size: 15px;
    line-height: 18px;
    color: #000;
    font-family: Arial;
    margin-bottom: 15px;
}

.ya-contacts .address {
    margin-bottom: 15px;
}

.ya-contacts .address, .ya-contacts .phone, .ya-contacts .email {
    color: #666;
    font-size: 13px;
    line-height: 18px;
    font-family: Arial;
    position: relative;
    padding-left: 24px;
}

.ya-contacts .phone, .ya-contacts .email {
    float: left;
}

.ya-contacts .email {
    margin-left: 27px;
}

.ya-contacts .address i {
    background: url(img/icon-map.png) no-repeat 0 0;
    width: 16px;
    height: 13px;
    position: absolute;
    top: 0;
    left: 0;
}

.ya-contacts .phone i {
    background: url(img/icon-map.png) no-repeat -16px 0;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 0;
    left: 0;
}

.ya-contacts .email {
    color: #133D8D;
}

.ya-contacts .email i {
    background: url(img/icon-map.png) no-repeat -29px 0;
    width: 14px;
    height: 13px;
    position: absolute;
    top: 0;
    left: 0;
}

.result-links {
	margin-bottom: 20px;
}
.result-links .link {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	text-decoration: underline;
}
.result-links .link:hover {
	text-decoration: none;
}

@media only screen and (max-width: 1500px) {
	.timeline-slider > li {
		margin: 0 auto;
	}

	.timeline-block .bx-viewport {
		width: 550px !important;
	}

	.timeline-block .bx-viewport li {
		opacity: 1;
		overflow: visible;
	}
}

@media only screen and (min-width: 1290px) {
	#shiphistory {
		width: 840px;
	}
}
@media only screen and (min-width: 1380px) {
	.gallery_list_wrapper {
		max-width: none;
	}
	.gallery_list {
		margin-left: -5.5%;
	}
	.gallery_list > DL {
		width: 28%;
		margin-left: 5.3%;
	}
	
	.inner-page_content .gallery_list_preview > LI {
		width: 28%;
		margin-left: 5.3%;
	}
}
@media only screen and (min-width: 1480px) {
	.gallery_list_preview {
		margin-left: -3%;
	}
	.gallery_list_preview > LI {
		width: 17%;
		margin-left: 3%;
	}
}
@media only screen and (min-width: 1596px) {
	#shiphistory {
		width: 1126px;
	}
	#xrono {
		/*width: 1100px;*/
	}
}

.group-list .detail-link { text-transform: uppercase; margin-bottom: 12px; display: inline-block; }

.conference_register {}
.conference_register .load {
    height: 30px;
    background: url("img/gallary-loader.gif") no-repeat 50% 50%;
}

.field_holder INPUT[type="text"]:focus, .field_holder INPUT[type="text"]:active, .field_holder INPUT[type="password"]:focus, .field_holder INPUT[type="password"]:active, .field_holder TEXTAREA:focus, .field_holder TEXTAREA:active
{
    border-color: #ccc !important;
}

.field_holder.captcha_holder img 
{
    height: 40px;
}

.os_form .field_holder input.invalid,
.os_form .field_holder textarea.invalid,
.os_form .field_holder select.invalid
{
    border-color: #cd2e11;
}

.field_holder.invalid label
{
    color: #cd2e11;
}

.btn-submit {
	background: none repeat scroll 0 0 #cd2e11;
    border: 0 none;
    box-sizing: border-box;
    display: inline-block;
    font-family: "Helios",Arial,sans-serif;
    font-size: 13px;
    height: 40px;
    transform: skew(-16deg);
    width: 128px;
    color: #fff;
    text-transform: skew(16deg);
	display: inline-block;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

.btn-submit input[type="submit"] {
    border: none;
	background: none;
	transform: skew(16deg);
	color: #fff;
	font-size: 13px;
	height: 40px;
	width: 128px;
}

.info_box .btn-submit, .info_box .btn-submit input[type="submit"] { width: 160px; }

.notetext 
{
    color: Green;
}

.errortext
{
    color: #ff0000;
}
.promo-block {
	opacity: 0;
}

.inner-page_content cite UL LI > SPAN,
.inner-page_content cite OL LI > SPAN {
	font-size: 13px;
}

.inner-page_content .cite--image {
	margin-left: 0;
}

.cite--image {
	width: 60%;
}

.cite--image:before {
	display: none;
}

.field-agreement {
	margin: 32px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.field-agreement__label {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
}

.field-agreement__link {
	border-bottom: 1px dashed;
}

.field-agreement__checkbox {
	margin-right: 8px;
}

.agreement-popup__title {
	margin-bottom: 50px;
	font-size: 41px;
	font-weight: bold;
	color: #000;
}

.agreement-popup__text {
	font-size: 16px;
	color: #000;
	line-height: 1.6875;
}

.field_descr_text {
	margin-top: 15px;
    display: block;
    font-size: 12px;
    color: #666;
}

.reg-form-submit.disabled {
	background-color: #cccccc;
}

.reg-form-submit.disabled input {
	cursor: default;
}

.modal-infos {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0, 0.8);
}
    .modal-infos.isActive{
        display: block;
    }
    .modal-infos__wrapper {
        background: #fff;
        max-width: 90%;
        padding: 20px 30px;
        width: 100%;
        margin: 0 auto;
        position: absolute;
        left: 0;
        transform: translateY(-50%);
        right: 0;
        top: 50%;
        overflow: auto;
        max-height: 100%;
        box-sizing: border-box;
    }
.modal-infos__wrapper p {
    margin-bottom: 10px;
}

.modal-infos__wrapper h2 {
	margin-top: 0;
}

.modal-infos__btn {
    margin: 0 auto;
    display: block;
    font-size: 16px;
    padding: 10px 30px;
    background: #133d8d;
    outline: none;
    color: #fff;
    border: none;
}
#aspnetForm.isActive{
    opacity: 0;
}
body.isActive {
   overflow:hidden;
}

.table-files .table-files__ul {
    list-style: none;
    padding-left: 0;
    margin: 0
}

.table-files .table-files__li {
    margin-bottom: 0;
}