body {
	background-color: #fff; /* to prevent ie7 rendering bug */
	color: #000;
	overflow: visible !important;
	}

/* remove border on ff not fully loaded img's */
img:-moz-loading {
	visibility: hidden;
}

/*
 ******************************* Header *********************************/
.l-subheader.at_top > .l-subheader-h {
	position: relative;
	padding: 5px 25px;
	}
	.l-subheader.at_top .l-subheader-left {
		float: left;
		}
		.w-logo {
			display: block;
			float: left;
			margin-right: 45px;
			vertical-align: top;
			}
		.w-sublogo {
			display: block;
			float: left;
			vertical-align: top;
			height: 60px;
			line-height: 60px;
			white-space: nowrap;
			}
	.l-subheader.at_top .l-subheader-right {
		float: right;
		}
		.w-switcher {
			float: left;
			margin-top: 23px;
			font-size: 0;
			}
			.w-switcher-label {
				display: inline-block;
				position: relative;
				margin-right: -17px;
				padding-right: 20px;
				vertical-align: top;
				line-height: 20px;
				text-transform: uppercase;
				cursor: pointer;
				-webkit-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				*display: inline;
				*zoom: 1;
				}
			*+html .w-switcher-label {
				display:inline;
				zoom:1;
				}
			.w-switcher-ar+.w-switcher-label {
				margin:0;
				padding:0 0 0 3px;
				}
			.w-switcher-ar {
				display: inline-block;
				position: relative;
				width: 33px;
				z-index: 1;
				*display: inline;
				*zoom: 1;
				}
			*+html .w-switcher-ar {
				display:inline;
				zoom:1;
				}
				.w-switcher-area {
					width: 28px;
					height: 19px;
					}
					.w-switcher-area-knob {
						position:absolute;
						top:0;
						left:0;
						width: 20px;
						height: 19px;
						}
		.w-topcontrols {
			float: left;
			margin-top: 20px;
			border-left: 1px #fff solid;
			}
			.w-topcontrols-action {
				display: inline-block;
				margin-left: 10px;
				padding: 2px 10px 0;
				font-size: 12px;
				line-height: 19px;
				text-decoration: none;
				text-transform: uppercase;
				*display: inline;
				*zoom: 1;
				}
.l-subheader .w-nav {
	line-height: 30px;
	}
	.l-subheader .w-nav-list.layout_hor.width_auto > .w-nav-list-h > .w-nav-item {
		float: none;
		display: inline-block;
		*display: inline;
		*zoom: 1;
		}

/*
 ******************************* Footer *********************************/
.l-subfooter.at_top {
	display: none;
	}
	.w-copyright {
		float: left;
		width: 25%;
		font-size: 12px;
		line-height: 23px;
		}
	.w-createdby {
		float: right;
		width: 137px;
		height: 19px;
		background: url(../img/downstream-logo.png) 0 0 no-repeat;
		}
	.l-subfooter.at_bottom .w-nav {
		float: left;
		width: 60%;
		text-align: center;
		}
		.l-subfooter.at_bottom .w-nav-h {
			display: inline-block;
			*display: inline;
			*zoom: 1;
			}
			.l-subfooter.at_bottom .w-nav-item {
				font-size: 12px;
				line-height: 23px;
				text-transform: uppercase;
				}
				.l-subfooter.at_bottom .w-nav-anchor.level_1 {
					padding-top: 0;
					padding-bottom: 0;
					}

.l-header,
.l-footer {
	position:relative;
	z-index: 99;
	}

/*
 ******************************* Fixed layout *********************************/
.l-canvas.layout_fixed {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	}
	.l-canvas.layout_fixed .l-header {
		position: fixed;
		z-index: 100;
		top: 0;
		right: 0;
		left: 0;
		}
	.l-canvas.layout_fixed .l-main {
		position: fixed;
		right: 0;
		left: 0;
		}
		.l-canvas.layout_fixed .l-main-h {
			width: 100%;
			height: 100%;
			}
.l-canvas.layout_fixed + .l-footer {
	position: fixed;
	z-index: 99;
	right: 0;
	bottom: 0;
	left: 0;
	}

/*
 ******************************* Wide layout *********************************/
.l-submain.for_wide {
	position: relative;
	overflow: hidden;
	}
	.l-submain.for_wide.align_left {
		}
	.l-submain.for_wide.align_right {
		}
	.l-submain.for_wide.valign_middle {
		}
	.l-submain.for_wide.align_bottom {
		}

/*
 ******************************* Popup layout *********************************/
.l-submain.for_popup {
	position: relative;
	overflow: hidden;
	z-index: 15;
	background-color: #fff;
	}
	.l-submain.for_popup .l-submain-h {
		position: relative;
		}
		.l-submain.for_popup .w-toolbar.at_top {
			position: absolute;
			top: 0;
			width: 100%;
			border-bottom: 0;
			margin: 0;
			overflow: visible;
			}
			.l-submain.for_popup .w-toolbar-actions {
				padding: 10px;
				position: absolute;
				right: 0;
				top: 10px;
				}

/*
 ******************** Gui: breadcrumbs ************************/
.g-breadcrumbs {
	font-size: 85%;
	position: relative;
	}
	.g-breadcrumbs-item {
		margin-right: 5px;
		}
	.g-breadcrumbs-separator {
		margin-right: 5px;
		}


/*
 ******************************* Panels *********************************/

/*
 ******************************* Common panels styles *********************************/
.l-submain.for_panels {
	position: relative;
	overflow: hidden;
	}
	.l-submain.for_panels .l-submain-h {
		position: relative;
		overflow: hidden;
		}
	.l-side {
		position: absolute;
		overflow: hidden;
		width: 248px;
		border-left: 1px solid transparent;
		border-right: 1px solid transparent;
		}
		.l-side-h {
			padding: 20px 24px;
			}
		.l-side.for_primary {
			}
			.l-side.for_primary .l-side-h {
				}
		.l-side.for_secondary {
			}
			.l-side.for_secondary .l-side-h {
				}
	.l-primary,
	.l-secondary {
		position: absolute;
		overflow: hidden;
		border-left: 1px solid transparent;
		border-right: 1px solid transparent;
		}
		.l-primary-h,
		.l-secondary-h {
			width: 575px;
			padding: 0 24px;
			}
		.l-primary {
			}
			.l-primary-h {
				}
		.l-secondary {
			}
			.l-secondary-h {
				}
			.w-closer {
				position: absolute;
				display: block;
				top: 10px;
				right: 10px;
				width: 21px;
				height: 22px;
				text-indent: -999px;
				background-position: -249px 0; /*uses the same icon file as toolbar-actions*/
				background-repeat: no-repeat;
				z-index: 11;
				}
				.w-closer:hover {
					background-position: -249px -22px;
					}
			.w-tick {
				display: block;
				position: absolute;
				top: -30px;
				left: 50%;
				width: 100px;
				text-align: center;
				line-height: 30px;
				z-index: 10;
				-webkit-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				}

/*
 ******************************* Side navigation *********************************/
.l-side .w-nav-list.level_1 {
	border-top: 1px solid #d9d9d9;
	font-size: 12px;
	}
	.l-side .w-nav-item.level_1 {
		border-bottom: 1px solid #d9d9d9;
		}
		.l-side .w-nav-anchor {
			color: #1e1e1e;
			padding-top: 1px; /* To prevent font cutting */
			}
		.l-side .w-nav-anchor.level_1 {
			padding: 3px 0;
			text-transform: uppercase;
			}
		.l-side .w-nav-item.level_1.active .w-nav-anchor.level_1 {
			color: #999;
			}
			.l-side .w-nav-list.level_1 .w-nav-list {
				padding: 0 0 0 5px;
				border-top: 1px solid #d9d9d9;
				}
				.l-side .w-nav-item.level_1 .w-nav-list.level_2 .w-nav-item.level_2 {
					margin: 3px 0;
					}
					.l-side .w-nav-item.level_1 .w-nav-list.level_2 .w-nav-anchor.level_2,
					.l-side .w-nav-item.level_1 .w-nav-list.level_2 .w-nav-list.level_3 .w-nav-anchor.level_3 {
						padding: 1px 0 0;
						}

/*
 ******************************* Content toolbar *********************************/

/* .w-toolbar.LAYOUT_LINE */
.w-toolbar.layout_line {
	position: relative;
	overflow: hidden;
	}
	.w-toolbar-version {
		float: left;
		padding-left: 20px;
		}
		.w-toolbar-version-item {
			display: inline-block;
			padding: 0 20px;
			*display: inline;
			*zoom: 1;
			}
	.w-toolbar.layout_line .w-toolbar-actions {
		float: right;
		padding-top:5px;
		}
		.w-toolbar.layout_line .w-toolbar-action {
			display: block;
			float: left;
			vertical-align: top;
			margin-left: 5px;
			text-indent: -10000px;
			width: 22px;
			height: 22px;
			/*background-image: url(img/toolbar-action-icons.png);*/
			}
			.w-toolbar.layout_line .w-toolbar-action.type_compare {
				background-position: 0 0;
				}
				.w-toolbar.layout_line .w-toolbar-action.type_compare:hover {
					background-position: -21px 0;
					}
				.w-toolbar.layout_line .w-toolbar-action.type_compare.active {
					background-position: 0 -22px;
					}
					.l-page[data-name="page2"] .w-toolbar.layout_line .w-toolbar-action.type_compare.active {
						background-position: 0 -44px;
						}
					.w-toolbar.layout_line .w-toolbar-action.type_compare.active:hover {
						background-position: -21px -22px;
						}
						.l-page[data-name="page2"] .w-toolbar.layout_line .w-toolbar-action.type_compare.active:hover {
							background-position: -21px -44px;
							}
			.w-toolbar.layout_line .w-toolbar-action.type_fullscreen {
				background-position: -50px 0;
				}
				.w-toolbar.layout_line .w-toolbar-action.type_fullscreen:hover,
				.w-toolbar.layout_line .w-toolbar-action.type_fullscreen.active {
					background-position: -50px -22px;
					}
			.w-toolbar.layout_line .w-toolbar-action.type_bookmark {
				background-position: -100px 0;
				}
				.w-toolbar.layout_line .w-toolbar-action.type_bookmark:hover,
				.w-toolbar.layout_line .w-toolbar-action.type_bookmark.active {
					background-position: -100px -22px;
					}
			.w-toolbar.layout_line .w-toolbar-action.type_print {
				width: 25px;
				background-position: -150px 0;
				}
				.w-toolbar.layout_line .w-toolbar-action.type_print:hover {
					background-position: -150px -22px;
					}
			.w-toolbar.layout_line .w-toolbar-action.type_share {
				background-position: -200px 0;
				}
				.w-toolbar.layout_line .w-toolbar-action.type_share {
					background-position: -200px -22px;
					}
			.w-toolbar.layout_line .w-toolbar-action.type_close {
				background-position: -250px 0;
				}
				.w-toolbar.layout_line .w-toolbar-action.type_close:hover {
					background-position: -250px -22px;
					}

/* .w-toolbar.LAYOUT_LIST */
.w-toolbar.layout_list {
	}
	.l-submain.for_panels.panels_primary .w-toolbar.layout_list {
		padding:20px 0;
		}
	.l-submain.for_panels.panels_primary .w-toolbar.layout_list.fixed {
		position: fixed;
		top:0;
		width: 209px;
		}
		.l-submain.for_panels.panels_primary.fullscreen_active .w-toolbar.layout_list.fixed {
			position: static;
			}
	.w-toolbar.layout_list .w-toolbar-actions {
		border-top: 1px #d9d9d9 solid;
		padding: 15px 0;
		}
		.w-toolbar.layout_list .w-toolbar-actions-title {
			margin-bottom: 0;
			}
		.w-toolbar.layout_list .w-toolbar-actions-list {
			padding-top: 0;
			}
		.w-toolbar.layout_list .w-toolbar-actions.for_links {
			border-top: 0;
			padding-top: 0;
			margin-top: 0;
			}
		.w-toolbar.layout_list .w-toolbar-action {
			display: block;
			height: 16px;
			padding-left: 26px;
			margin-top: 7px;
			line-height: 16px;
			background-repeat: no-repeat;
			color: #000;
			}
			.w-toolbar.layout_list .w-toolbar-action:first-child {
				margin-top: 0;
				}
			.w-toolbar.layout_list .w-toolbar-action:hover {
				text-decoration: none;
				}
			.w-toolbar.layout_list .w-toolbar-action.type_page {
				background-position: -38px -144px;
				}
				.w-toolbar.layout_list .w-toolbar-action.type_page:hover,
				.w-toolbar.layout_list .w-toolbar-action.type_page.active {
					background-position: -288px -144px;
					}
			.w-toolbar.layout_list .w-toolbar-action.type_pdf,
			.w-toolbar.layout_list .w-toolbar-action.type_xls {
				background-position: -190px -16px
				}
				.w-toolbar.layout_list .w-toolbar-action.type_pdf:hover,
				.w-toolbar.layout_list .w-toolbar-action.type_pdf.active,
				.w-toolbar.layout_list .w-toolbar-action.type_xls:hover,
				.w-toolbar.layout_list .w-toolbar-action.type_xls.active {
					background-position: -440px -16px
					}
			.w-toolbar.layout_list .w-toolbar-action.type_compare {
				background-position: -57px -128px;
				}
				.w-toolbar.layout_list .w-toolbar-action.type_compare:hover,
				.w-toolbar.layout_list .w-toolbar-action.type_compare.active {
					background-position: -307px -128px;
					}
			.w-toolbar.layout_list .w-toolbar-action.type_fullscreen {
				background-position: -133px -64px;
				}
				.w-toolbar.layout_list .w-toolbar-action.type_fullscreen:hover,
				.w-toolbar.layout_list .w-toolbar-action.type_fullscreen.active {
					background-position: -383px -64px;
					}
			.w-toolbar.layout_list .w-toolbar-action.type_bookmark {
				background-position: -152px -48px;
				}
				.w-toolbar.layout_list .w-toolbar-action.type_bookmark:hover,
				.w-toolbar.layout_list .w-toolbar-action.type_bookmark.active {
					background-position: -402px -48px;
					}
			.w-toolbar.layout_list .w-toolbar-action.type_print {
				background-position: -171px -32px;
				}
				.w-toolbar.layout_list .w-toolbar-action.type_print:hover,
				.w-toolbar.layout_list .w-toolbar-action.type_print.active {
					background-position: -421px -32px;
					}
			.w-toolbar.layout_list .w-toolbar-action.type_map {
				background-position: -76px -112px;
				}
				.w-toolbar.layout_list .w-toolbar-action.type_map:hover,
				.w-toolbar.layout_list .w-toolbar-action.type_map.active {
					background-position: -326px -112px;
					}
			.w-toolbar.layout_list .w-toolbar-action.type_line {
				background-position: -95px -96px;
				}
				.w-toolbar.layout_list .w-toolbar-action.type_line:hover,
				.w-toolbar.layout_list .w-toolbar-action.type_line.active {
					background-position: -345px -96px;
					}
			.w-toolbar.layout_list .w-toolbar-action.type_bar {
				background-position: -114px -80px;
				}
				.w-toolbar.layout_list .w-toolbar-action.type_bar:hover,
				.w-toolbar.layout_list .w-toolbar-action.type_bar.active {
					background-position: -364px -80px;
					}
			.w-toolbar.layout_list .w-toolbar-action.type_external {
				background-position: -19px -160px;
				}
				.w-toolbar.layout_list .w-toolbar-action.type_external:hover,
				.w-toolbar.layout_list .w-toolbar-action.type_external.active {
					background-position: -269px -160px;
					}

/*
 ******************************* Panel navigation *********************************/
.w-prevnext {
	position: relative;
	}
	.w-prevnext.at_top {
		margin-bottom: 10px;
		}
		.w-prevnext.at_top:before,
		.w-prevnext.at_top:after {
			content: "";
			display: table;
			}
		.w-prevnext.at_top:after {
			clear: both;
			}
		.w-prevnext.at_top .w-prevnext-action {
			position: static;
			width: 40%;
			}
			.w-prevnext.at_top .w-prevnext-action.type_prev {
				float: left;
				}
			.w-prevnext.at_top .w-prevnext-action.type_next {
				float: right;
				text-align: right;
				}
	.w-prevnext.at_bottom {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 20px;
		}
	.w-prevnext.at_bottom .w-prevnext-h {
		width: 575px;
		height: 20px;
		}
		.w-prevnext.at_bottom.fixed .w-prevnext-h {
			position: fixed;
			bottom: 0;
			background-color: rgba(255, 255, 255, .8);
			}
			/* Use opacity instead */
			.ie7 .w-prevnext.at_bottom.fixed .w-prevnext-h {
				background-color: #fff;
				filter: alpha(opacity=80);
				}
			/* Use data URI bg image instead */
			.ie8 .w-prevnext.at_bottom.fixed .w-prevnext-h {
				background-color: transparent;
				background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUVDNkYwOEExRUU3MTFFM0JCNkM4RDI4N0IzNjg1NzUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUVDNkYwOEIxRUU3MTFFM0JCNkM4RDI4N0IzNjg1NzUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRUM2RjA4ODFFRTcxMUUzQkI2QzhEMjg3QjM2ODU3NSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRUM2RjA4OTFFRTcxMUUzQkI2QzhEMjg3QjM2ODU3NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuaFtxwAAAAQSURBVHjaYv7///8ZgAADAAnXA82vAcZ4AAAAAElFTkSuQmCC);
				}
	.w-prevnext-action {
		position: absolute;
		top: 0;
		font-size: 12px;
		text-decoration: none;
		color: #000;
		}
		.w-prevnext-action.type_top {
			width: 100%;
			text-align: center;
			}
		.w-prevnext-action.type_prev {
			left: 0;
			}
		.w-prevnext-action.type_next {
			right: 0;
			}
.g-breadcrumbs {
	clear: both;
	margin-bottom: 10px;
	font-size: 12px;
	color: #777;
	}
	.g-breadcrumbs-item {
		text-decoration: none;
		color: #777;
		}

/*
 ******************************* .l-page *********************************/
.l-page {
	position: relative;
	}
	.l-page-col {
		padding: 20px 0 60px;
		}
		.l-page-col.for_links {
			position: absolute;
			top: 0;
			left: 100%;
			width: 209px;
			height: 10000px;
			margin-left: 26px;
			padding: 0 20px;
			border-left: 1px solid #d9d9d9;
			font-size: 12px;
			}
			.l-page-col.for_links .w-actions {
				margin-top: 20px;
				border-top: 1px solid #d9d9d9;
				color: #888888;
				}
				.l-page-col.for_links .w-actions a {
					color: #888888;
					}
				.l-page-col.for_links .w-actions-title {
					margin-top: 20px;
					margin-bottom: 20px;
					}
					.l-page-col.for_links .w-actions-list li {
						margin: 3px 0;
						}
	.w-telescope {
		clear: both;
		}

/*
 ******************************* .l-note ***********************************/
.l-note {
	}
	.l-note-h {
		padding: 52px 0 20px;
		}
	.l-note .w-title h1 {
		margin-bottom: 0;
		}

/*
 ******************************** .l-popup *********************************/
.l-popup {
	}
	.l-popup-h {
		padding: 20px;
		text-align:center;
		}
	.l-popup-inner {
		display:inline-block;
		text-align:left;
		*display:inline;
		*zoom:1;
		}
	.l-popup-inner .g-grid-cell {
		width:auto !important;
		}

/*
 ****************************** .l-bookmarks *******************************/
.l-bookmarks {
	}
	.l-bookmarks-h {
		padding: 30px 0 20px;
		}
	.l-bookmarks-toc {
		}
		.l-bookmarks-toc-title {
			border-bottom: 1px solid #d9d9d9;
			margin-bottom: 20px;
			}
			.l-bookmarks-toc-title h1 {
				color: #3686b6;
				margin-bottom: 15px;
				}
		.l-bookmarks-toc-list {
			}
			.l-bookmarks-toc-list > li {
				}
				.l-bookmarks-toc-list > li > a {
					}
	.l-bookmarks-content {
		}
		.l-bookmarks-content-title {
			border-bottom: 1px solid #d9d9d9;
			margin-bottom: 20px;
			}
			.l-bookmarks-content-title > h1 {
				color: #3686b6;
				margin-bottom: 15px;
				}

/*
 *************** Plugin: search *****************/
.w-search {
	position: relative;
	float: left;
	margin-top: 18px;
	height: 24px;
	padding-left: 30px;
	width: 252px;
	border-left: 1px solid #CACACA;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	}
	.w-search-input {
		}
		.w-search-input-h {
			}
			.w-search-input-h > input[type="text"] {
				margin: 0;
				padding: 5px 10px;
				width: 186px;
				border: 0;
				outline: 0;
				background: transparent;
				color: #000;
				}
	.w-search-submit {
		}
		.w-search-submit > input[type="submit"] {
			display: none;
			position: absolute;
			top: 2px;
			right: 0;
			margin: 0;
			padding: 0;
			width: 45px;
			height: 22px;
			border: 0;
			outline: 0;
			color: #FFF;
			background: transparent;
			cursor: pointer;
			text-transform: uppercase;
			font-size: 10px;
			}
			.l-canvas.lang_ru .w-search-submit > input[type="submit"].ru {
				display: block;
				}
			.l-canvas.lang_en .w-search-submit > input[type="submit"].en {
				display: block;
				}
	.w-search-suggest {
		display: none;
		position: absolute;
		z-index: 999;
		top: 42px;
		right: 0;
		box-shadow: rgba(0, 0, 0, .5) 0 0 10px
		}
		.w-search-suggest.active {
			}
		.w-search-suggest-h {
			position:relative;
			width: 525px;
			height: 100%;
			background: #FFF;
			}
			.ie .w-search-suggest-h {
				border-width: 0 1px 1px;
				border-style: solid;
				}
		.w-search-suggest-close {
			position: absolute;
			overflow: hidden;
			top: 2px;
			right: 2px;
			width: 21px;
			height: 21px;
			background-repeat: no-repeat;
			background-position: -249px 0;
			text-indent: -999px;
			}
		.w-search-suggest-body {
			height: 100%;
			overflow: auto;
			}
		.w-search-suggest-footer {
			}
		.w-search-suggest-section {
			position: relative;
			}
			.w-search-suggest-section-list {
				position: relative;
				overflow: auto;
				height: 100%;
				}
				.w-search-suggest-item {
					display: block;
					position: relative;
					overflow: hidden;
					padding: 10px;
					border-top: 1px solid #D9D9D9;
					background: #FFF;
					text-decoration: none;
					}
					.w-search-suggest-item em {
						font-style: normal;
						background-color: #fff161;
						padding: 0 2px;
						color: #000000;
						-webkit-text-fill-color: #000000;
						}
					.w-search-suggest-item:hover {
						background: #F1F1F1;
						}
					.w-search-suggest-item-title {
						color: black;
						font-size: 16px;
						font-weight: bold;
						text-decoration: underline;
						}
					.w-search-suggest-item-body {
						text-decoration: none;
						padding: 5px 0;
						color: #010101;
						}
					.w-search-suggest-item-icon {
						display: none;
						}
						.w-search-suggest.icons_show .w-search-suggest-item-icon {
							display: block;
							}
	.w-search-table-gap {
		background: transparent url(../img/search-gap.png) repeat-x;
		height: 38px;
		position: relative;
		top: 60px;
		margin-bottom: -38px;
		z-index: 26;
		}
		.w-search-suggest-item:hover .w-search-table-gap {
			background-position: 0 -38px;
			}
	.w-search-table-break {
		background: transparent url(../img/search-break.png) repeat-x;
		height: 30px;
		margin-top: -40px;
		position: relative;
		z-index: 26;
		}
		.w-search-suggest-item:hover .w-search-table-break {
			background-position: 0 -30px;
			}
	.w-search-notfound {
		display: none;
		padding: 100px 0;
		text-align: center;
		}
		.l-canvas.lang_ru .w-search-notfound.ru {
			display: block;
			}
		.l-canvas.lang_en .w-search-notfound.en {
			display: block;
			}


/*
 ************************** Magnific popup **************************/
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 502;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
	}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 503;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
	}
.mfp-container {
	height: 100%;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	.mfp-container:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		}
		.mfp-align-top .mfp-container:before {
			display: none;
			}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 505;
	*display: inline;
	zoom: 1;
	}
	.mfp-inline-holder .mfp-content,
	.mfp-ajax-holder .mfp-content {
		width: 100%;
		cursor: auto;
		}
.mfp-ajax-cur {
	cursor: progress;
	}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
	}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
	}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	}
.mfp-loading.mfp-figure {
	display: none;
	}
.mfp-hide {
	display: none !important;
	}
.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 504;
	}
.mfp-preloader a {
	color: #cccccc;
	}
.mfp-preloader a:hover {
	color: white;
	}
.mfp-s-ready .mfp-preloader {
	display: none;
	}
.mfp-s-error .mfp-content {
	display: none;
	}
button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	padding: 0;
	z-index: 506;
	}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
	}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
	}
.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
	}
.mfp-close:active {
	top: 1px;
	}
.mfp-close-btn-in .mfp-close {
	color: #333333;
	}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
	}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
	}
.mfp-arrow {
	position: absolute;
	top: 0;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
.mfp-arrow:active {
	margin-top: -54px;
	}
.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
	}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: solid transparent;
	}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
	opacity: 0.8;
	border-top-width: 12px;
	border-bottom-width: 12px;
	top: 8px;
	}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-top-width: 20px;
	border-bottom-width: 20px;
	}
.mfp-arrow-left {
	left: 0;
	}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	border-right: 12px solid #000;
	left: 5px;
	}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	border-right: 20px solid #FFF;
	}
.mfp-arrow-right {
	right: 0; }
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	border-left: 12px solid #000;
	left: 3px;
	}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 20px solid #FFF;
	}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
	}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
	}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
	}
.mfp-iframe-scaler iframe {
	position: absolute;
	top: -3px;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: black;
	}
.mfp-iframe-holder .mfp-close {
	top: -43px;
	}
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0;
	margin: auto;
	}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	}
.mfp-figure {
	line-height: 0;
	}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
	}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-break: break-word;
	padding-right: 36px;
	}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
	}
.mfp-image-holder .mfp-content {
	max-width: 100%;
	}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
	}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/* Remove all paddings around the image on small screen */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
		}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
		}
	/* The shadow behind the image */
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
		}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
		}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
		}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
		}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
		}
}
@media all and (max-width: 800px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
		}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
		}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
		}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
		}
}
.mfp-ie7 .mfp-img {
	padding: 0;
	}
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
	}
.mfp-ie7 .mfp-container {
	padding: 0;
	}
.mfp-ie7 .mfp-content {
	padding-top: 44px;
	}
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
	}

/*
 ******************** GUI: Scrollbar ********************************/
.g-scrollable {
	-webkit-overflow-scrolling: touch;
	}
	.g-scrollbar {
		width: 7px;
		position: absolute;
		top: 7px;
		right: 7px;
		opacity: 0;
		visibility: hidden;
		z-index: 205
		}
		.g-scrollbar-knob {
			background: #666;
			width: 7px;
			height: 50px;
			margin: 0;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			cursor: pointer;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
			-moz-opacity: 0.75;
			opacity: 0.75;
			}
			.g-scrollbar-knob:hover {
				-moz-opacity: 1;
				-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				opacity: 1;
				}


/*
 ************** Gui widget: grided content *******************/
.g-grid {
	}
	.g-grid-row {
		*zoom: 1;
		}
		.g-grid-row:before,
		.g-grid-row:after {
			display: table;
			content: "";
			line-height: 0;
			}
		.g-grid-row:after {
			clear: both;
			}
		.g-grid-cell {
			float: left;
			}
			.g-grid-cell:first-child {
				margin-left: 0 !important;
				}

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
		border-color: #000 !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	.l-header .w-logo:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
		border:2px solid #000 !important;
	}
	.subheader {
		border:2px solid #000 !important;
		}
	thead td,
	.subheader td {
		background:#BBB !important;
		}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	.l-main,
	.l-submain,
	.l-submain-h,
	.i-view {
		position:static !important;
		height:auto !important;
		overflow:visible !important;
		min-height:0 !important;
		}

	.l-primary,
	.l-secondary,
	.l-wide,
	.l-popup {
		position:static !important;
		margin:auto !important;
		border:0 !important;
		overflow:visible !important;
		}
	.l-canvas.print_primary .l-primary,
	.l-canvas.print_secondary .l-secondary {
		width:623px !important;
		}
	.l-canvas.print_primary .l-secondary,
	.l-canvas.print_primary .l-wide,
	.l-canvas.print_primary .l-popup {
		display:none !important;
		}
	.l-canvas.print_secondary .l-primary,
	.l-canvas.print_secondary .l-wide,
	.l-canvas.print_secondary .l-popup {
		display:none !important;
		}
	.l-canvas.print_wide .l-primary,
	.l-canvas.print_wide .l-secondary,
	.l-canvas.print_wide .l-popup {
		display:none !important;
		}
	.l-canvas.print_popup .l-primary,
	.l-canvas.print_popup .l-secondary,
	.l-canvas.print_popup .l-wide {
		display:none !important;
		}

	.l-subfooter-nav,
	.l-subheader-right,
	.w-topcontrols,
	.w-tick,
	.w-closer,
	.w-nav,
	.w-prevnext,
	.w-toolbar,
	.l-side,
	.l-page-col.for_links {
		display:none !important;
		}
	.g-grid-accordion-row {
		display:block !important;
		}
	.g-html .i-accordion {
		padding:0 !important;
		font-weight:bold !important;
		}
}

.w-toolbar-action.type_share {
	display: none !important;
	}

.w-share {
	font-size:0;
	}
.w-share-link {
	display:inline-block;
	vertical-align:top;
	overflow:hidden;
	margin-right:9px;
	width:16px;
	height:16px;
	text-indent:-999px;
	*text-indent:0;
	*line-height:99;
	}
.w-share-link.type_email {
	background-position:0 0;
	}
.w-share-link.type_email:hover {
	background-position:0 -16px;
	}
.w-share-link.type_facebook {
	background-position:-16px 0;
	}
.w-share-link.type_facebook:hover {
	background-position:-16px -16px;
	}
.w-share-link.type_twitter {
	background-position:-32px 0;
	}
.w-share-link.type_twitter:hover {
	background-position:-32px -16px;
	}
.w-share-link.type_linkedin {
	background-position:-48px 0;
	}
.w-share-link.type_linkedin:hover {
	background-position:-48px -16px;
	}
.w-share-link.type_googleplus {
	background-position:-64px 0;
	}
.w-share-link.type_googleplus:hover {
	background-position:-64px -16px;
	}
.w-share-link.type_vk {
	background-position:-80px 0;
	}
.w-share-link.type_vk:hover {
	background-position:-80px -16px;
	}
.w-share-link.type_odnoklassniki {
	background-position:-96px 0;
	}
.w-share-link.type_odnoklassniki:hover {
	background-position:-96px -16px;
	}

/*
 ************************ Internationalization ************************/
.l-canvas.lang_ru .i18n.lang_en,
.l-canvas.lang_en .i18n.lang_ru,
.l-footer.lang_ru .i18n.lang_en,
.l-footer.lang_en .i18n.lang_ru {
	display: none !important;
	}
