.b-top_links {
	position: relative;
	padding: 16px 0 12px;
	border-bottom: 1px solid #bcbcbc;
	font-size: 11px;
	text-transform: uppercase;
}
.s-small .b-top_links {
	padding: 13px 0 9px;
}
.b-top_links ul {
	line-height: 0;
	text-align: justify;
	text-justify: newspaper;
}
.b-top_links ul:after {
	content: '';
	width: 100%;
	height: 0;
	overflow: hidden;
	display: inline-block;
}
	.b-top_links ul li {
		position: relative;
		line-height: normal;
		text-align: left;
		display: inline-block;
	}
	.s-small .b-top_links ul li {
		margin: 3px 0;
	}
	.b-top_links a {
		color: #000;
	}
	.b-top_links a:hover {
		color: #6d3939;
	}

.b-top_menu {
	position: relative;
	width: 800px;
	margin-left: 150px;
	background: #ef4337;
	background: -moz-linear-gradient(top, #fbb458 0%, #ef4337 100%);
	background: -webkit-linear-gradient(top, #fbb458 0%, #ef4337 100%);
	background: -o-linear-gradient(top, #fbb458 0%, #ef4337 100%);
	background: -ms-linear-gradient(top, #fbb458 0%, #ef4337 100%);
	background: linear-gradient(top, #fbb458 0%, #ef4337 100%);
	font-size: 14px;
}
.s-small .b-top_menu {
	width: auto;
	margin-top: 100px;
	margin-left: 0;
	font-size: 12px;
}
.b-top_menu ul {
	line-height: 0;
	text-align: justify;
	text-justify: newspaper;
}
.b-top_menu ul:after {
	content: '';
	width: 100%;
	height: 0;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}
	.b-top_menu ul li {
		position: relative;
		padding: 13px 9px;
		line-height: normal;
		text-align: left;
		display: inline-block;
	}
		.b-top_menu ul li.f-active {
			background: #283237;
		}
			.b-top_menu ul li.f-active a {
				color: #fff8c7;
				text-decoration: underline;
			}
			.b-top_menu .f-active .e-open-submenu:not([data-href]) {
				text-decoration: none;
			}
	.s-small .b-top_menu ul li {
		padding: 13px 12px;
	}
	.b-top_menu ul li.selected {
		// margin: -14px 0 -14px;
		// padding-top: 14px;
		// padding-bottom: 14px;
		background: #087dbe;
		background: -moz-linear-gradient(top, #01adee 0%, #087dbe 100%);
		background: -webkit-linear-gradient(top, #01adee 0%, #087dbe 100%);
		background: -o-linear-gradient(top, #01adee 0%, #087dbe 100%);
		background: -ms-linear-gradient(top, #01adee 0%, #087dbe 100%);
		background: linear-gradient(top, #01adee 0%, #087dbe 100%);
	}
	.b-top_menu a {
		color: #fff;
	}
	.b-top_menu a:hover {
		color: #fff8c7;
	}
	.b-top_menu--sub {
		display: none;
		position: absolute;
		background: #283237;
		width: 100%;
		z-index: 10;
		text-align: left !important;
	}
		.b-top_menu--sub.f-active {
			display: block;
		}
		ul.b-top_menu--sub li {
			padding-right: 0;
		}
		.b-top_menu--sub.t-last {
			right: 0;
			width: 155px;
			padding-top: 10px;
			padding-bottom: 25px;
		}
			.b-top_menu--sub.t-last li {
				padding-right: 10px;
				display: block;
			}
			.b-top_menu--sub.t-last li + li {
				padding-top: 0;
			}

.b-logo {
	position: absolute;
	top: 70px;
	left: 0;
}
.s-small .b-logo {
	top: 85px;
}

.b-news_carusel {
	position: relative;
	width: 460px;
	margin-left: 150px;
	font-size: 12px;
}
.s-small .b-news_carusel {
	width: auto;
	margin-left: 0;
}
	.b-news_carusel .bc-item {
		height: 2.7em;
		overflow: hidden;
	}
	.b-news_carusel .bc-item + .bc-item {
		display: none;
	}
	.b-news_carusel a {
		color: #000;
	}

.b-site_tools {
	position: absolute;
	top: 130px;
	right: 0;
	width: 320px;
}
.s-small .b-site_tools {
	top: 80px;
}

.b-social_links {
}
	.b-social_links.t-1 a {
		/*margin-left: 2px;*/
	}
	.b-social_links.t-2 a {
		/*margin-right: 2px;*/
	}
	.b-social_links.t-2 .ico_but {
		vertical-align: top;
	}

.b-version {
	font-size: 12px;
}
	.b-version a {
		color: #000;
	}
	.b-version a:hover {
		color: #39709f;
	}

.b-top_search {
	position: relative;
	font-size: 12px;
}
	.b-top_search input {
		position: relative;
		width: 100%;
		height: 32px;
		padding: 6px 30px 6px 10px;
		border: 1px solid #c9c9c9;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.b-top_search button {
		position: absolute;
		top: 0;
		right: 0;
		width: 30px;
		height: 32px;
		background: none;
		border: 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

.b-message.t-1 {
	padding: 16px 20px;
	background: #df4542;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}
.b-message.t-1:hover {
	background: #e95753;
	background: -moz-linear-gradient(top, #e95753 0%, #bc3c39 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e95753), color-stop(100%, #bc3c39));
	background: -webkit-linear-gradient(top, #e95753 0%, #bc3c39 100%);
	background: -o-linear-gradient(top, #e95753 0%, #bc3c39 100%);
	background: -ms-linear-gradient(top, #e95753 0%, #bc3c39 100%);
	background: linear-gradient(top, #e95753 0%, #bc3c39 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e95753', endColorstr='#bc3c39',GradientType=0 );
}
	.b-message.t-1 h3 {
		margin: 0;
		font-size: 14px;
		color: #fff59f;
	}
	.b-message.t-1 p {
		height: 2.7em;
		margin: 5px 0 0;
		overflow: hidden;
	}
	.b-message.t-1 a {
		color: inherit;
		text-decoration: none;
	}

.b-slider.t-1 {
	position: relative;
	margin-left: -20px;
}
.s-small .b-slider.t-1 {
	margin-right: -20px;
}
.b-slider.t-1a {
	margin-left: 0;
	margin-right: 0 !important;
}
	.b-slider.t-1 .bs-item {
		position: relative;
	}
	.b-slider.t-1a .bs-item {
		height: 505px;
	}
	.b-slider.t-1 .bs-item + .bs-item {
		display: none;
	}
		.b-slider.t-1 .bs-holder {
			position: relative;
			height: 100%;
			background: #eee;
		}
		.b-slider.t-1 .bs-item-main-title {
			position: absolute;
			top: 20px;
			left: 40px;
			padding: 0 2px;
			line-height: 1;
			text-transform: uppercase;
			background: #f0483d;
			color: #fff;
			z-index: 2;
		}
			.b-slider.t-1 .bs-item-main-title h2 {
				margin: 0;
				font-size: 16px;
				font-weight: normal;
			}
		.b-slider.t-1 .bs-item-image img {
			width: auto;
			margin: 0 auto;
			display: block;
		}
		.b-slider.t-1a .bs-item-image {
			height: 100%;
			overflow: hidden;
		}
		.b-slider.t-1a .bs-item-image img {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			margin: auto;
		}
		.b-slider.t-1a .bs-item-image a {
			height: 100%;
			display: block;
		}
		.b-slider.t-1 .bs-item-image img + img {
			display: none;
		}
		.b-slider.t-1 .bs-item-holder {
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			padding: 15px 20px;
			background: #000;
			background: rgba(0,0,0,0.8);
			color: #fff;
			z-index: 2;
		}
		.b-slider.t-1 .bs-item-title {
			font-size: 16px;
			line-height: 1.2;
		}
		.b-slider.t-1 .bs-item-text {
			margin-top: 5px;
			font-size: 12px;
			color: #adacac;
		}
		.b-slider.t-1 .bs-item-info {
			margin-top: 5px;
		}
		.b-slider.t-1 .bs-item-date {
			margin-top: 5px;
			font-size: 11px;
			color: #9e9e9e;
		}
		.b-slider.t-1 .bs-item-info .bs-item-date {
			margin-top: 0;
			margin-right: 15px;
		}
			.b-slider.t-1 .bs-item-holder a {
				color: #fff;
			}
			.b-slider.t-1 .bs-item-holder a:hover {
				color: #f2ea96;
			}
		.b-slider.t-1 .bs-item-but {
			margin-top: 10px;
			font-size: 11px;
			color: #ffe84b;
		}
		.b-slider.t-1 .bs-item-info .bs-item-but {
			margin-top: 0;
		}
			.b-slider.t-1 .bs-item-but a {
				margin-right: 6px;
				color: #8d8340;
			}
			.b-slider.t-1 .bs-item-but a:hover {
				color: #fff;
			}
			.b-slider.t-1 .bs-item-but .ico_but {
				margin-right: 4px;
				vertical-align: middle;
			}
	.b-slider.t-1 .bs-bottom {
		margin-left: 20px;
		padding: 25px 30px 30px;
		background: #f9f2db;
	}
	.s-small .b-slider.t-1 .bs-bottom {
		margin-right: 20px;
	}
	.b-slider.t-1 .nslider-nav {
		position: absolute;
		top: 43px;
		left: 40px;
		z-index: 2;
	}
	.b-slider.t-1a .nslider-nav {
		left: 20px;
	}
	.b-slider.t-1 .nslider-preview {
		border: 3px solid #ef4135;
		display: inline-block;
	}
		.b-slider.t-1 .nslider-preview img {
			display: block;
		}
	.b-slider.t-1 .bs-buttons {
		position: relative;
		padding: 8px 8px 8px 20px;
		background: #40454C;
		display: block;
	}
	.b-slider.t-1 .bs-buttons a {
		color: #fff;
	}
	.bs-item.c-chs .bs-holder {
		outline: 4px solid #ff4a35;
        z-index: 1;
	}

.b-slider.t-2 {
	position: relative;
	padding: 20px 20px;
	background: #5f5f5f;
}
	.b-slider.t-2 .bs-title {
		margin: 0 0 15px;
		font-size: 12px;
		color: #f5f5f5;
	}
	.b-slider.t-2 .bs-holder {
		margin-right: -10px;
		white-space: nowrap;
	}
	.b-slider.t-2 .bs-holder2 + .bs-holder2 {
		display: none;
	}
	.b-slider.t-2 .bs-item {
		position: relative;
		width: 180px;
		height: 130px;
		margin-right: 4px;
		padding: 3px;
		overflow: hidden;
		display: inline-block;
		vertical-align: top;
	}
	.s-small .b-slider.t-2 .bs-item {
		width: 190px;
	}
		.b-slider.t-2 .bs-item img {
			max-width: 100%;
			max-height: 130px;
			margin: 0 auto;
			display: block;
		}
		.b-slider.t-2 .bs-item img:hover {
			outline: 3px solid #ffea88;
		}
	.b-slider.t-2 .bs-nav {
		position: absolute;
		top: 20px;
		left: 20px;
		right: 20px;
		text-align: center;
	}

.b-slider.t-3 {
	position: relative;
	padding: 0 12px;
}
	.b-slider.t-3 .bs-title {
		padding: 12px 0 14px;
		font-size: 16px;
		text-align: center;
	}
	.b-slider.t-3 .bs-holder {
		position: relative;
		padding: 20px 0;
		border-top: 2px solid #e2e3e4;
		font-size: 0;
		color: #888;
	}
	.b-slider.t-3 .bs-line {
	}
	.b-slider.t-3 .bs-line + .bs-line + .bs-line {
		margin-top: 10px;
	}
	.b-slider.t-3 .bs-item {
		position: relative;
		width: 14.28%;
		font-size: 14px;
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}
		.b-slider.t-3 .bs-item-top {
			margin: 0 0 15px;
			font-size: 12px;
		}
		.b-slider.t-3 .bs-item a {
			color: #e13939;
			text-decoration: underline;
		}
		.b-slider.t-3 .bs-item a:hover {
			color: #325262;
		}
	.b-slider.t-3 .bs-nav-prev, .b-slider.t-3 .bs-nav-next {
		position: absolute;
		top: -11px;
		width: 30px;
		height: 20px;
		background: url("../img/slider_ar1.png") 0 0 no-repeat;
		text-indent: 100%;
		overflow: hidden;
	}
	.b-slider.t-3 .bs-nav-prev {
		left: 0;
	}
	.b-slider.t-3 .bs-nav-prev:hover {
		background-position: 0 100%;
	}
	.b-slider.t-3 .bs-nav-next {
		right: 0;
		background-position: 100% 0;
	}
	.b-slider.t-3 .bs-nav-next:hover {
		background-position: 100% 100%;
	}

.b-slider.t-4 {
	position: relative;
}	
	.b-slider.t-4 .bs-main-holder {
		background: #eee;
	}
	.b-slider.t-4 .bs-image {
		/*float: left;
		max-width: 50%;*/
	}
		.b-slider.t-4 .bs-image img {
			display: block;
			max-width: 100%;
		}
	.b-slider.t-4 .bs-image-holder {
		overflow: hidden;
		padding: 15px 20px;
	}
	.b-slider.t-4 .bs-image-title {
		font-size: 16px;
		margin-bottom: 7px;
	}
	.b-slider.t-4 .bs-image-date{
		color: #6d6d61;
		font-size: 12px;
		margin-bottom: 7px;
	}
	.b-slider.t-4 .bs-image-count {
		color: #6d6d61;
		font-size: 12px;
	}	
	.b-slider.t-4 .bs-title {
		position: relative;
		padding: 10px 20px 0;
		background: #ededce;
		font-size: 16px;
		font-weight: bold;
	}
	.b-slider.t-4b .bs-title {
		background: #404040;
		color: #fff;
	}
	.b-slider.t-4 .bs-holder2 {
		position: relative;
		min-height: 450px;
	}
	.b-slider.t-4 .bs-holder {
		position: relative;
		padding: 20px 50px;
		background: #ededce;
		text-align: center;
	}
	.b-slider.t-4a .bs-holder {
		padding: 10px;
		text-align: left;
		font-size: 0;
	}
	.b-slider.t-4b .bs-holder {
		padding: 10px;
		background: #404040;
		text-align: left;
		font-size: 0;
	}
	.b-slider.t-4 .nslider-holder + .nslider-holder {
		display: none;
	}
	.b-slider.t-4 .bs-item {
		position: relative;
		margin: 0 5px;
		white-space: normal;
		display: inline-block;
	}
	.b-slider.t-4a .bs-item {
		margin: 8px;
	}
	.b-slider.t-4b .bs-item {
		margin: 8px;
	}
	.b-slider.t-4b .bs-item {
		width: 130px;
	}
	.s-small .b-slider.t-4a .bs-item {
		margin: 13px;
	}
	.s-small .b-slider.t-4b .bs-item {
		margin: 12px;
	}
		.b-slider.t-4 .bs-item-image {
			background: #eee;
		}
			.b-slider.t-4 .bs-item-image img {
				max-width: 100%;
				margin: 0 auto;
				display: block;
			}

.b-slider.t-5 {
    position: relative;
    background-color: #404040;
    padding: 10px 20px 0 20px;
}

    .b-slider.t-5 a {
        color: #FFF;
    }

    .b-slider.t-5 bs-title a {
        font-weight: bold;
    }

.nslider-point.t-1 {
}
	.nslider-point.t-1 a {
		width: 5px;
		height: 5px;
		background: #c3c3c3;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		text-indent: 100%;
		overflow: hidden;
		display: inline-block;
		vertical-align: middle;
	}
	.nslider-point.t-1 a + a {
		margin-left: 7px;
	}
	.nslider-point.t-1 a:hover {
		width: 9px;
		height: 9px;
		margin: -2px -2px -2px -2px;
	}
	.nslider-point.t-1 a + a:hover {
		margin: -2px -2px -2px 5px;
	}
	.nslider-point.t-1 a.active {
		background: #f85252;
	}

.nslider-nav.t-1 {
	width: 15px;
	height: 16px;
	background: #ef4337;
	background: -moz-linear-gradient(top, #fbb458 0%, #ef4337 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbb458), color-stop(100%, #ef4337));
	background: -webkit-linear-gradient(top, #fbb458 0%, #ef4337 100%);
	background: -o-linear-gradient(top, #fbb458 0%, #ef4337 100%);
	background: -ms-linear-gradient(top, #fbb458 0%, #ef4337 100%);
	background: linear-gradient(top, #fbb458 0%, #ef4337 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb458', endColorstr='#ef4337',GradientType=0 );
}

	.nslider-nav.t-1.arr-next {
		left: 62px;
	}
	.nslider-nav.t-1 .nslider-nav-prev, .nslider-nav.t-1 .nslider-nav-next {
		width: 15px;
		height: 16px;
		background: url("../img/slider_ar2.png") 0 0 no-repeat;
		background-size: 176%;
		float: left;
		text-indent: 100%;
		overflow: hidden;
	}
	.nslider-nav.t-1 .nslider-nav-prev, .nslider-nav.t-1 .nslider-nav-prev.disabled:hover {
		background-position: 7% 8%;
	}
	.nslider-nav.t-1 .nslider-nav-prev:hover {
		background-position: 7% 96%;
	}
	.nslider-nav.t-1 .nslider-nav-next, .nslider-nav.t-1 .nslider-nav-next.disabled:hover {
		background-position: 98% 8%;
	}
	.nslider-nav.t-1 .nslider-nav-next:hover {
		background-position: 98% 96%;
	}
	.nslider-nav.t-1 .nslider-nav-prev.disabled, .nslider-nav.t-1 .nslider-nav-next.disabled {
		opacity: 0.4;
	}

.nslider-nav.t-2 {
}
	.nslider-nav.t-2 .nslider-nav-prev, .nslider-nav.t-2 .nslider-nav-next {
		width: 40px;
		height: 60px;
		background: url("../img/slider_ar3.png") 0 0 no-repeat;
		float: left;
		text-indent: 100%;
		overflow: hidden;
	}
	.nslider-nav.t-2 .nslider-nav-prev {
		background-position: 0 -60px;
	}
	.nslider-nav.t-2 .nslider-nav-prev:hover {
		background-position: 0 100%;
	}
	.nslider-nav.t-2 .nslider-nav-prev.disabled {
		background-position: 0 0;
	}
	.nslider-nav.t-2 .nslider-nav-next {
		background-position: 100% -60px;
	}
	.nslider-nav.t-2 .nslider-nav-next:hover {
		background-position: 100% 100%;
	}
	.nslider-nav.t-2 .nslider-nav-next.disabled {
		background-position: 100% 0;
	}

.nslider-nav.t-3 {
}
	.nslider-nav.t-3 .nslider-nav-prev, .nslider-nav.t-3 .nslider-nav-next {
		position: absolute;
		top: 0;
		width: 50px;
		height: 100%;
		text-indent: 100%;
		overflow: hidden;
	}
	.nslider-nav.t-3 .nslider-nav-prev {
		left: 0;
	}
	.nslider-nav.t-3 .nslider-nav-next {
		right: 0;
	}
	.nslider-nav.t-3 .nslider-nav-prev:after, .nslider-nav.t-3 .nslider-nav-next:after {
		content: '';
		position: absolute;
		top: 50%;
		width: 15px;
		height: 30px;
		margin-top: -15px;
		background: url("../img/slider_ar4.png") 0 0 no-repeat;
	}
	.nslider-nav.t-3 .nslider-nav-prev:after {
		left: 20px;
		background-position: 0 0;
	}
	.nslider-nav.t-3 .nslider-nav-prev.disabled:after {
		background-position: 0 100%;
	}
	.nslider-nav.t-3 .nslider-nav-next:after {
		right: 20px;
		background-position: 100% 0;
	}
	.nslider-nav.t-3 .nslider-nav-next.disabled:after {
		background-position: 100% 100%;
	}

.b-slider.t-info .cl-item_main-image {
	height: 260px;
}
.b-slider.t-info a {
	height: 100%;
	display: block;
}
.b-slider.t-info img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.b-slider.t-info .nslider-nav {
	position: absolute;
	top: 50px;
	left: 40px;
	z-index: 2;
}
.b-slider.t-info .nslider-nav {
	left: 20px;
}

.b-forecast.t-1 {
	position: relative;
	border: 1px solid #ff9000;
}
	.b-forecast.t-1 .bf-l_holder {
		position: relative;
		width: 399px;
	}
	.b-forecast.t-1 .bf-r_holder {
		position: absolute;
		top: -1px;
		left: 399px;
		right: -1px;
		bottom: -1px;
		border: 1px solid #a1a1a1;
	}
	.b-forecast.t-1 .bf-title1 {
		margin: 0 0 5px;
		font-size: 18px;
		font-weight: bold;
		color: #fff;
	}
	.b-forecast.t-1 .bf-item1_main {
		position: relative;
		overflow: hidden;
	}
		.b-forecast.t-1 .bf-item1_main-holder {
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			padding: 20px;
			background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%,  rgba(0,0,0,0.4) 30%,  rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.6) 100%);
			background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,  rgba(0,0,0,0.4) 30%,  rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.6) 100%);
			background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,  rgba(0,0,0,0.4) 30%,  rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.6) 100%);
			background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,  rgba(0,0,0,0.4) 30%,  rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.6) 100%);
			background: linear-gradient(top, rgba(0,0,0,0) 0%,  rgba(0,0,0,0.4) 30%,  rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.6) 100%);
			color: #fff;
		}
			.b-forecast.t-1 .bf-item1_main-holder a {
				color: #f7efb8;
			}
		.b-forecast.t-1 .bf-item1_main-image {
			background: #eee;
		}
			.b-forecast.t-1 .bf-item1_main-image img {
				height: 189px;
				margin: 0 auto;
				display: block;
			}
		.b-forecast.t-1 .bf-item1_main-date {
			margin: 0 0 5px;
			color: #bcbcbc;
		}
	.b-forecast.t-1 .bf-item1 {
		position: relative;
		width: 165px;
		margin: 20px;
		display: inline-block;
		vertical-align: top;
	}
	.b-forecast.t-1 .bf-item1 + .bf-item1 {
		margin-left: 0;
	}
		.b-forecast.t-1 .bf-item1-date {
			margin: 0 0 5px;
			color: #ce612b;
		}
		.b-forecast.t-1 .bf-item1-title {
			height: 5.6em;
			overflow: hidden;
		}
			.b-forecast.t-1 .bf-item1-title a:hover {
				color: #1c88d4;
			}
	.b-forecast.t-1 .bf-title2 {
		padding: 16px 20px;
		white-space: nowrap;
		-o-text-overflow: ellipsis;
		-ms-text-overflow: ellipsis;
		-mos-text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}
	.b-forecast.t-1 .bf-item2 {
	}
	.b-forecast.t-1 .bf-item2-title {
		padding: 14px 20px;
		background: #eaeaea;
		background: -moz-linear-gradient(top, #eaeaea 0%, #e1e1e1 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, #e1e1e1));
		background: -webkit-linear-gradient(top, #eaeaea 0%, #e1e1e1 100%);
		background: -o-linear-gradient(top, #eaeaea 0%, #e1e1e1 100%);
		background: -ms-linear-gradient(top, #eaeaea 0%, #e1e1e1 100%);
		background: linear-gradient(top, #eaeaea 0%, #e1e1e1 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#e1e1e1',GradientType=0 );
		cursor: pointer;
	}
	.b-forecast.t-1 .bf-item2:nth-child(even) .bf-item2-title {
		background: #dcdcdc;
		background: -moz-linear-gradient(top, #dcdcdc 0%, #dbdbdb 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dcdcdc), color-stop(100%, #dbdbdb));
		background: -webkit-linear-gradient(top, #dcdcdc 0%, #dbdbdb 100%);
		background: -o-linear-gradient(top, #dcdcdc 0%, #dbdbdb 100%);
		background: -ms-linear-gradient(top, #dcdcdc 0%, #dbdbdb 100%);
		background: linear-gradient(top, #dcdcdc 0%, #dbdbdb 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#dbdbdb',GradientType=0 );
	}
	.b-forecast.t-1 .bf-item2.active .bf-item2-title {
		background: #dcdcdc;
		background: -moz-linear-gradient(top, #fbb858 0%, #c45330 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbb858), color-stop(100%, #c45330));
		background: -webkit-linear-gradient(top, #fbb858 0%, #c45330 100%);
		background: -o-linear-gradient(top, #fbb858 0%, #c45330 100%);
		background: -ms-linear-gradient(top, #fbb858 0%, #c45330 100%);
		background: linear-gradient(top, #fbb858 0%, #c45330 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb858', endColorstr='#c45330',GradientType=0 );
		color: #fff;
	}
	.b-forecast.t-1 .bf-item2-holder {
		height: 120px;
		display: none;
	}
	.b-forecast.t-1 .bf-item2.active .bf-item2-holder {
		display: block;
	}

.b-show_weather {
	position: relative;
	padding: 25px 20px;
	overflow: hidden;
	color: #656565;
}
	.b-show_weather .bw-ico {
		margin: -10px -10px -10px 0;
		float: right;
	}
	.b-show_weather .bw-temp, .b-show_weather .bw-text {
		width: 80px;
	}
	.b-show_weather .bw-temp {
		font-size: 36px;
		font-weight: bold;
		line-height: 1;
	}
	.b-show_weather .bw-text {
		margin-top: 5px;
		font-size: 12px;
		line-height: 1.2;
	}

.b-opros.t-1 {
	position: relative;
}
	.b-opros.t-1 .bo-title {
		margin: 0 0 20px;
	}
	.b-opros.t-1 .bo-item {
		color: #3b3b3b;
	}
	.b-opros.t-1 .bo-item + .bo-item {
		margin: 15px 0 0;
	}
		.b-opros.t-1 .bo-item .radio {
			margin-left: 25px;
		}
		.b-opros.t-1 .bo-item .radio:before {
			position: absolute;
			left: -25px;
		}
	.b-opros.t-1 .bo-result {
		margin: 0 0 20px;
	}
		.b-opros.t-1 .bo-result  .bo-item + .bo-item {
			margin: 5px 0 0;
		}
		.b-opros.t-1 .bo-result .bo-title {
			font-weight: bold;
			margin: 0 0 15px;
		}
		.b-opros.t-1 .bo-result .bo-item-label {
			margin: 0 0 3px;
		}		
		.b-opros.t-1 .bo-result .bo-item-progress {
			width: 100%;
			border: 1px solid #6f6f6f;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			padding: 1px;
			display: inline-block;
			vertical-align: top;
			width: 190px;
			margin-right: 17px;
		}
		.b-opros.t-1 .bo-result .bo-item-bar {
			height: 9px;
			width: 0%;
			background: #ff3222;
			background: -moz-linear-gradient(top, #ff3222 0%, #ffa031 100%);
			background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff3222), color-stop(100%, #ffa031));
			background: -webkit-linear-gradient(top, #ff3222 0%, #ffa031 100%);
			background: -o-linear-gradient(top, #ff3222 0%, #ffa031 100%);
			background: -ms-linear-gradient(top, #ff3222 0%, #ffa031 100%);
			background: linear-gradient(to bottom, #ff3222 0%, #ffa031 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3222', endColorstr='#ffa031', GradientType=0 );
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			opacity: .81;
			filter: alpha(opacity=0.81);
		}
		.b-opros.t-1 .bo-result .bo-item-bar_max {
			opacity: 1;
			filter: alpha(opacity=1);
		}
		.b-opros.t-1 .bo-result .bo-item-percent {
			color: #000;
			display: inline-block;
			vertical-align: top;
			line-height: 1;
		}

.b-block_promo {
	position: relative;
}
.b-block_promo.t-a {
	margin: -2px;
}
.b-block_promo.t-b {
	margin: -1px;
}
	.b-block_promo img {
		width: 100%;
		display: block;
	}

.b-sitecopy, .b-siteinfo {
	font-size: 12px;
}

.b-rss a:hover {
	border: 0;
	text-decoration: none;
}

.b-image {
	position: relative;
	text-align: center;
}
	.b-image .bb-holder {
		border: 1px solid #c0c0c0;
		text-align: left;
		display: inline-block;
		vertical-align: top;
	}
	.b-image img {
		width: 100%;
		display: block;
	}

.b-promo.t-1 {
	position: relative;
	text-align: center;
}
	.b-promo.t-1 img {
		width: 100%;
		display: block;
	}
	.b-promo.t-1 .bp-num {
		position: absolute;
		top: 44%;
		left: 5.5%;
		font-size: 24px;
		font-weight: bold;
		color: #282828;
		text-align: center;
		letter-spacing: 0.5em;
	}
	.b-promo.t-1 .bp-title {
		position: absolute;
		top: 16%;
		left: 4.2%;
		font-size: 12px;
		font-weight: bold;
		color: #c91313;
		text-transform: uppercase;
		text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	}
	.b-promo.t-1 .bp-day {
		position: absolute;
		top: 75%;
		left: 4.2%;
		width: 48px;
		font-size: 13px;
		color: #eee;
		text-shadow: 0 1px 0 rgba(0,0,0,0.4);
		text-align: center;
	}

.b-banner-group {
	position: relative;
	text-align: center;
}
	.b-banner-group img {
		width: 100%;
		display: block;
	}
	.s-small .b-banner-group .cell.s-3 {
		width: 50%;
	}
	.s-small .b-banner-group .cell.s-3 + .cell.s-3 + .cell.s-3 {
		margin-top: 10px;
	}

.b-title {
	position: relative;
}
.b-title.t-2 {
	padding: 5px 10px;
	background: #f04d2a;
	color: #fff;
}
	.b-title.t-1 h1 {
		margin: 0;
		font-size: 18px;
		display: inline;
	}
	.b-title.t-2 h2 {
		margin: 0;
		font-size: 16px;
		display: inline;
	}
	.b-title.t-2 a {
		color: inherit;
	}

.b-breadcrumb {
	position: relative;
	font-size: 12px;
	color: #8c8c8c;
}
	.b-breadcrumb a {
		color: #8c8c8c;
	}
	.b-breadcrumb .bb-sep {
		margin: 0 3px;
	}

.b-nav.t-1 {
	position: relative;
	font-size: 12px;
}
.b-nav.t-1a {
	padding: 20px 8px 0;
	border: 2px solid #e7e8e8;
}
	.b-nav.t-1 .bn-holder {
		border-top: 2px solid #dbdcde;
		text-align: center;
	}
		.b-nav.t-1 .bn-holder a, .b-nav.t-1 .bn-holder span {
			width: 40px;
			height: 34px;
			line-height: 34px;
			color: #8c8c8c;
			display: inline-block;
			vertical-align: top;
		}
		.b-nav.t-1 .bn-holder a:hover {
			color: #ed2b2b;
		}
		.b-nav.t-1 .bn-holder .active {
			margin-top: -2px;
			border-top: 2px solid #ed2b2b;
			color: #ed2b2b;
		}
	.b-nav.t-1 .bn-prev, .b-nav.t-1 .bn-next {
		position: absolute;
		top: 16px;
		width: 29px;
		height: 10px;
		background: url("../img/nav_bg1.png") 0 0 no-repeat;
		text-indent: 100%;
		overflow: hidden;
	}
	.b-nav.t-1 .bn-prev {
		left: 8px;
	}
	.b-nav.t-1 .bn-next {
		right: 8px;
		background-position: 100% 0;
	}

.b-quote {
    overflow: hidden;
	position: relative;
	padding: 20px 20px 20px 60px;
	background: #fef3ce;
}
.b-quote:before {
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	width: 40px;
	height: 36px;
	background: #8c3333 url("../img/quote_bg.png") 0 0 no-repeat;
}
	.b-quote .bq-text {
		color: #8c3333;
	}
	.b-quote .bq-author {
		margin-top: 10px;
	}
	.b-quote .bq-stat {
		font-size: 12px;
		color: #676767;
	}

.b-quote2 {
	padding: 35px 80px;
	border-top: 3px solid #f04d2a;
	border-bottom: 3px solid #f04d2a;
	font-size: 1.1em;
}

.b-quote3 {
	margin-right: 30px;
	padding: 41px 51px;
	border: 4px solid #ededce;
	outline: 30px solid #f5f5e2;
	color: #535353;
}

.b-quote4 {
	margin-left: -6px;
	padding: 25px 60px;
	background: #d0f0ff;
	border-left: 6px solid #03abec;
	font-size: 1.1em;
	font-style: italic;
	color: #014660;
}

.b-video {
	position: relative;
	margin: 0 auto;
}
	.b-video .bv-image {
		position: relative;
		background: #eee;
	}
		.b-video .bv-image a:after {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background: url("../img/list_ico1.png") 50% 50% no-repeat;
		}
		.b-video .bv-image img {
			margin: 0 auto;
			display: block;
		}
	.b-video .bv-title {
		position: relative;
		margin: 0 0 10px;
		font-size: 16px;
		font-weight: bold;
	}
		.b-video .bv-title a {
			color: inherit;
		}

.b-audio {
	position: relative;
	min-height: 28px;
	padding-top: 24px;
	border: 3px solid #e7e8e8;
}
.b-audio.active {
	border: 3px solid #fcb355;
}
	.b-audio .ba-title {
		margin-top: -24px;
		padding: 5px 7px 0 55px;
		font-size: 13px;
	}

.b-person {
}
	.b-person .bp-name {
		font-weight: bold;
	}
	.b-person .bp-stat {
		font-size: 12px;
		color: #676767;
	}

.b-tags {
	padding: 5px 0;
	border-top: 1px solid #bbb;
	font-size: 12px;
	color: #757575;
}
	.b-tags a {
		color: #757575;
	}
	.b-tags a:hover {
		color: #000;
	}

.b-article-footer {
	padding: 4px 0 5px;
	border-top: 1px solid #bbb;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
	.b-article-footer .b-tags {
		display: table-cell;
		width: 55%;
		border-top: 0;
	}
	.b-article-footer .b-tags span {
		display: block;
		float: left;
	}
	.b-article-footer .b-tags div {
		margin-left: 115px;
	}
	.b-article-footer .b-author {
		float: right;
	}

.b-author {
	padding-top: 2px;
}

	.b-author-img {
		width: 38px;
		height: 38px;
		float: left;
		border-radius: 2px;
	}
		.b-author-img img {
			width: 38px;
			height: 38px;
		}

	.b-author-text{
		padding-left: 47px;
		letter-spacing: -0.5px;
	}

.b-media_info {
	font-size: 12px;
	color: #8c8c8c;
}
	.b-media_info-line > span {
		margin-right: 3px;
	}
	.b-media_info-line > span + span {
		margin-left: 3px;
	}
	.b-media_info-author {
		font-weight: bold;
	}


.c-block, .c-list, .c-detail {
	position: relative;
}
	.c-block p:first-child, .c-list p:first-child {
		margin-top: 0;
	}
	.c-block p:last-child, .c-list p:last-child {
		margin-bottom: 0;
	}

.c-block .cb-title h2 {
	margin: 0;
	font-size: 16px;
}
.c-block .cb-title h3 {
	margin: 0;
	font-size: 14px;
}
.c-block .cb-title h4 {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}
.c-block .cb-title h2 a, .c-block .cb-title h3 a, .c-block .cb-title h4 a {
	color: inherit;
}

.c-block.t-1 {
}
.c-block.t-1a {
	border: 2px solid #e7e8e8;
}
.c-block.t-1b {
	line-height: 24px;
}
	.c-block.t-1 .cb-title {
		margin: 0 0 10px;
	}
	.c-block.t-1 .cb-title h2 {
		font-weight: bold;
	}
	.c-block.t-1 .cb-title h3 {
		font-weight: bold;
	}
	.c-block.t-1a .cb-holder {
		padding: 12px 18px 14px;
	}
	.c-block.t-1a .cb-holder.t-2 {
		background: #eaebec;
	}
	.c-block.t-1a .cb-holder + .cb-holder {
		border-top: 2px solid #e7e8e8;
	}

.c-block.t-2 {
}
	.c-block.t-2 > .cb-title {
		position: absolute;
		top: 20px;
		left: 20px;
		padding: 0 2px;
		line-height: 1;
		text-transform: uppercase;
		z-index: 3;
	}
	.c-block.t-2a > .cb-title {
		background: #f0483d;
		color: #fff;
		z-index: 2;
	}
	.c-block.t-2b .cb-title {
		background: #f0753d;
		color: #fff;
	}
	.c-block.t-2c .cb-title {
		background: #f0753d;
		color: #fff;
	}
	.c-block.t-2d .cb-title {
		background: #00a2ff;
		color: #fff;
	}
	.c-block.t-2 .cb-title h2 {
		font-weight: normal;
	}

.c-block.t-3 {
	padding: 20px;
	background: #f1f1d2;
}
.c-block.t-3a {
	padding: 20px 30px;
	background: #fef3ce;
}
	.c-block.t-3 .cb-title {
		margin: 0 0 20px;
	}
	.c-block.t-3a .cb-title {
		margin: 0 0 15px;
	}
	.c-block.t-3b .cb-title {
		margin: 0 0 10px;
	}
	.c-block.t-3 .cb-title h2 {
		font-weight: bold;
	}
	.c-block.t-3 .cb-holder.t-a {
		font-style: italic;
	}

.c-block.t-4 {
	padding: 18px;
	border: 3px solid #fca04c;
}
.c-block.t-4a {
	padding: 3px;
	border: 0;
	background: #fca04c;
	background: -moz-linear-gradient(top, #ffd36a 0%, #e8a365 100%);
	background: -webkit-linear-gradient(top, #ffd36a 0%, #e8a365 100%);
	background: -o-linear-gradient(top, #ffd36a 0%, #e8a365 100%);
	background: -ms-linear-gradient(top, #ffd36a 0%, #e8a365 100%);
	background: linear-gradient(top, #ffd36a 0%, #e8a365 100%);
}
	.c-block.t-4 .cb-title {
		margin: 0 0 15px;
	}
	.c-block.t-4 .cb-title h2 {
		font-weight: bold;
	}
	.c-block.t-4a .cb-holder {
		padding: 18px;
		background: #fff;
	}

.c-block.t-5 {
}
	.c-block.t-5 .cb-title {
		padding: 10px 20px;
		background: #4878b5;
		background: -moz-linear-gradient(top, #4878b5 0%, #315f98 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4878b5), color-stop(100%, #315f98));
		background: -webkit-linear-gradient(top, #4878b5 0%, #315f98 100%);
		background: -o-linear-gradient(top, #4878b5 0%, #315f98 100%);
		background: -ms-linear-gradient(top, #4878b5 0%, #315f98 100%);
		background: linear-gradient(top, #4878b5 0%, #315f98 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4878b5', endColorstr='#315f98',GradientType=0 );
		color: #fff;
		text-align: center;
	}
	.c-block.t-5 .cb-title h2 {
		font-weight: bold;
	}
	.c-block.t-5 .cb-title .ico_but {
		vertical-align: top;
	}

.c-block.t-6 {
	border: 1px solid #b9b9b9;
}
	.c-block.t-6 .cb-title {
		padding: 16px 20px;
	}
	.c-block.t-6 .cb-title h3 {
		font-weight: bold;
	}

.c-block.t-7 {
	border: 1px solid #eaebec;
}
	.c-block.t-7 .cb-title {
		position: relative;
		padding: 12px 20px;
		background: #eaebec;
		text-align: center;
	}
	.c-block.t-7a .cb-title {
		text-align: left;
	}
	.c-block.t-7 .cb-title h3 {
		font-weight: normal;
		color: #707071;
	}
	.c-block.t-7a .cb-title h3 {
		font-weight: bold;
		color: #000;
	}

.c-block.t-8 {
	border: 1px solid #e6e6e6;
}
.c-block.t-8b {
	border: 2px solid #e8a365;
}
.c-block.t-8c {
	border: 1px solid #e6e6e6;
	padding: 16px;
}
	.c-block.t-8 .cb-holder {
		position: relative;
		width: 50%;
		padding: 15px;
		float: left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.c-block.t-8a .cb-holder {
		width: 33.333%;
		padding: 15px 20px;
	}
	.c-block.t-8c .cb-holder {
		width: 100%;
		padding: 16px;
	}
	.c-block.t-8 .cb-holder + .cb-holder:after {
		content: '';
		position: absolute;
		top: 15px;
		left: 0;
		bottom: 15px;
		border-left: 1px solid #dcdcdc;
	}

.c-block.t-9 {
	padding: 16px 18px;
	border: 1px solid #8a8a8a;
}
.c-block.t-9a {
	border: 1px solid #e6e6e6;
	padding: 16px;
}
	.c-block.t-9 .cb-title {
		margin: 0 0 10px;
	}
	.c-block.t-9 .cb-title h2 {
		font-weight: bold;
		color: #ee4300;
	}
	.c-block.t-9 .cb-bottom {
		margin: 20px -18px 0;
		padding: 16px 18px 0;
		border-top: 1px solid #8a8a8a;
		text-align: center;
	}
	.c-block.t-9 .cb-bottom .button.t-link {
		font-size: 16px;
		color: #1989ca;
		text-decoration: underline;
	}
	.c-block.t-9 .cb-bottom .button.t-link:hover {
		color: #c14e4e;
	}


.c-block.t-10 {
	padding: 25px 30px;
	border: 3px solid #e7e7e7;
}
.c-block.t-10a {
	padding: 20px 25px;
}

.c-list.t-1 {
}
	.c-list.t-1 .cl-item-video {
		position: relative;
		overflow: hidden;
		background: #eee;
		cursor: pointer;
	}
		.c-list.t-1 .cl-item-video .cl-ico {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background: url("../img/list_ico1.png") 50% 50% no-repeat;
		}
		.c-list.t-1 .cl-item-video img {
			width: 100%;
			display: block;
		}
	.c-list.t-1 .cl-item-title {
		padding: 18px 20px;
		background: #ededce;
	}
		.c-list.t-1 .cl-item-title a {
			color: inherit;
		}
		.c-list.t-1 .cl-item-title a:hover {
			color: #39709f;
		}
	.c-list.t-1 .cl-item-list {
		background: #f5f5e2;
		font-size: 13px;
		color: #6d6d61;
		line-height: 1.2;
	}
	.c-list.t-1a .cl-item-list {
		min-height: 420px;
	}
		.c-list.t-1 .cl-item-list a {
			color: #000;
		}
		.c-list.t-1 .cl-item-list a:hover {
			color: #39709f;
		}
		.c-list.t-1 .cl-item-list li {
			position: relative;
			padding: 16px 20px;
		}
		.c-list.t-1 .cl-item-list li + li {
			padding: 16px 20px 16px 60px;
			border-top: 1px solid #cacbb4;
			/*display: none;*/
		}
		.c-list.t-1 .cl-item-list li + li + li {
			margin: 0 20px;
			padding-left: 40px;
			padding-right: 0;
		}
		.c-list.t-1 .cl-item-list li:first-child {
			background: #ededce;
			font-size: 14px;
		}
		.c-list.t-1 .cl-item-list li + li:before {
			content: '';
			position: absolute;
			top: 50%;
			width: 30px;
			height: 30px;
			margin-top: -15px;
			margin-left: -40px;
			background: url("../img/page_icons.png") -50px -80px no-repeat;
		}

.c-list.t-2 {
}
.c-list.t-2c {
	font-size: 12px;
}
	.c-list.t-2 .cl-title {
		margin-bottom: 10px;
	}
	.c-list.t-2 .cl-title h4,
	.c-list.t-2 .cl-title h5 {
		margin: 0;
		font-size: 14px;
	}
	.c-list.t-2 .cl-title h5 {
		font-weight: normal;
	}
	.c-list.t-2 .cl-holder + .cl-holder {
		display: none;
	}
	.c-list.t-2 .cl-item {
		position: relative;
	}
	.c-list.t-2 .cl-item + .cl-item {
		margin-top: 36px;
	}
	.c-list.t-2c .cl-item + .cl-item,
	.c-list.t-2b .cl-item + .cl-item {
		margin-top: 10px;
	}
	.c-list.t-2c .cl-item,
	.c-list.t-2b .cl-item,
	.c-list.t-2a .cl-item {
		display: block !important;
	}
	.c-list.t-2 .cl-item + .cl-item:before {
		content: '';
		position: absolute;
		top: -18px;
		left: 0;
		width: 40%;
		border-top: 1px solid #d7d7d7;
	}
	.c-list.t-2c .cl-item + .cl-item:before,
	.c-list.t-2b .cl-item + .cl-item:before {
		display: none;
	}
		.c-list.t-2 .cl-item-date {
			margin-bottom: 3px;
			overflow: hidden;
			white-space: nowrap;
			-o-text-overflow: ellipsis;
			-ms-text-overflow: ellipsis;
			-mos-text-overflow: ellipsis;
			-webkit-text-overflow: ellipsis;
			text-overflow: ellipsis;
			font-size: 12px;
			color: #8c8c8c;
		}
		.c-list.t-2 .cl-item-holder {
			overflow: hidden;
		}
		.c-list.t-2 .cl-item-title {
			/*position: relative;
			height: 2.7em;
			overflow: hidden;*/
		}
		.c-list.t-2c .cl-item-title,
		.c-list.t-2b .cl-item-title,
		.c-list.t-2a .cl-item-title {
			height: auto;
			overflow: visible;
		}
		.c-list.t-2b .cl-item-title {
			overflow: hidden;
			white-space: nowrap;
			-o-text-overflow: ellipsis;
			-ms-text-overflow: ellipsis;
			-mos-text-overflow: ellipsis;
			-webkit-text-overflow: ellipsis;
			text-overflow: ellipsis;
		}
			.c-list.t-2c .cl-item-title > a {
				color: #004891;
			}
			.c-list.t-2c .cl-item-title > a:hover {
				color: #c14e4e;
			}
		.c-list.t-2 .cl-item-tooltip {
			position: absolute;
			top: 100%;
			left: 0;
			padding: 0 3px;
			background: #f4f4dc;
			border: 1px solid #d8d8c5;
			font-size: 10px;
			color: #424242;
			z-index: 5;
			display: none;
		}
		.c-list.t-2 .cl-item-title:hover + .cl-item-tooltip {
			display: block;
		}
		.c-list.t-2 .cl-item-tooltip:before {
			content: '';
			position: absolute;
			top: -5px;
			left: 50%;
			margin-left: -5px;
			border-bottom: 5px solid #d8d8c5;
			border-left: 5px solid transparent;
			border-right: 5px solid transparent;
		}
		.c-list.t-2 .cl-item-tooltip:after {
			content: '';
			position: absolute;
			top: -4px;
			left: 50%;
			margin-left: -5px;
			border-bottom: 5px solid #f4f4dc;
			border-left: 5px solid transparent;
			border-right: 5px solid transparent;
		}
		.c-list.t-2 .cl-item > .cl-item-text {
			margin-top: 6px;
			font-size: 12px;
		}
		.c-list.t-2a .cl-item > .cl-item-text {
			font-size: 13px;
		}
		.c-list.t-2 .cl-item-tags {
			margin-top: 6px;
			font-size: 12px;
		}
			.c-list.t-2 .cl-item-tags > a {
				margin-right: 5px;
				color: #cabd95;
			}
		.c-list.t-2 .cl-item-image {
			margin-right: 12px;
			float: left;
		}
			.c-list.t-2 .cl-item-image img {
				display: block;
			}
/*		.c-list.t-2 .cl-item-detail {
			position: absolute;
			top: -12px;
			left: -132px;
			right: -12px;
			padding: 12px 12px 20px 12px;
			background: #fff;
			-moz-box-shadow: 4px 6px 0 0 rgba(0,0,0,0.2);
			-webkit-box-shadow: 4px 6px 0 0 rgba(0,0,0,0.2);
			box-shadow: 4px 6px 0 0 rgba(0,0,0,0.2);
			display: none;
			z-index: 2;
		}
		.c-list.t-2 .cl-item:hover .cl-item-detail {
			display: block;
		}
		.s-small .c-list.t-2 .cl-item-detail {
			display: none !important;
		}
			.c-list.t-2 .cl-item-detail .cl-item-title, .c-list.t-2 .cl-item-detail .cl-item-text {
				height: auto;
				max-height: none;
				margin-left: 120px;
			}*/

.c-list.t-3 {
	margin-right: -20px;
}
.c-list.t-3b {
	overflow: hidden;
	white-space: nowrap;
}
.f-load .c-list.t-3b {
	overflow: visible;
}
	.c-list.t-3 .cl-holder + .cl-holder, .c-list.t-3 .nslider-holder + .nslider-holder {
		display: none;
	}
	.c-list.t-3 .cl-item {
		position: relative;
		width: 180px;
		margin-right: 11px;
		display: inline-block;
		vertical-align: top;
		white-space: normal;
	}
	.s-small .c-list.t-3b .cl-item {
		margin-right: 25px;
	}
	.s-small .c-list.t-3a .cl-item {
		margin-right: 16px;
	}
	.c-list.t-3b .cl-item + .cl-item + .cl-item + .cl-item {
		display: none;
	}
	.c-list.t-3b .cl-item + .cl-item + .cl-item + .cl-item + .cl-item + .cl-item {
		display: none;
	}
	.c-list.t-3a .cl-item {
		width: 186px;
		margin-right: 20px;
	}
		.c-list.t-3 .cl-item-image {
			position: relative;
			overflow: hidden;
		}
		.c-list.t-3 .cl-item:hover .cl-item-image {
			z-index: 3;
		}
			.c-list.t-3 .cl-item-image img {
				display: block;
			}
			.c-list.t-3 .cl-item-image img + img {
				display: none;
			}
			.c-list.t-3b .cl-item-image img {
				height: 130px;
			}
			.c-list.t-3a .cl-item-image img {
			}
		.c-list.t-3 .cl-item-title {
			/*height: 4.2em;
			overflow: hidden;*/
			margin-top: 10px;
		}
		/*.c-list.t-3b .cl-item:hover .cl-item-title {
			position: absolute;
			top: -20px;
			left: -12px;
			width: 100%;
			height: auto;
			min-height: 4.2em;
			margin-top: 0;
			padding: 160px 12px 20px;
			background: #f1f1d2;
			-moz-box-shadow: 4px 6px 0 0 rgba(0,0,0,0.2);
			-webkit-box-shadow: 4px 6px 0 0 rgba(0,0,0,0.2);
			box-shadow: 4px 6px 0 0 rgba(0,0,0,0.2);
			z-index: 2;
		}*/
		.c-list.t-3 .cl-item-text {
			height: 6.9em;
			margin-top: 10px;
			overflow: hidden;
			font-size: 12px;
		}
		.c-list.t-3a .cl-item-text {
			height: auto;
		}
        .c-list.t-3 .cl-item-text a {
            color: inherit;
        }
        .c-list.t-3 .cl-item-text a:hover {
            color: #1f72b8;
        }

.c-list.t-4 {
}
	.c-list.t-4 .cl-item {
		position: relative;
	}
	.c-list.t-4 .cl-item + .cl-item {
		margin-top: 40px;
	}
	.c-list.t-4 .cl-item .cl-item-disc {
		display: none;
	}
	.c-list.t-4 .cl-item + .cl-item:before {
		content: '';
		position: absolute;
		top: -20px;
		left: 0;
		right: 0;
		border-top: 1px solid #d8d9db;
	}
		.c-list.t-4 .cl-item-title {
			position: relative;
			margin-left: 10px;
			padding: 6px 12px;
			background: #f8f8f8;
			border: 1px solid #c7c7c7;
			display: inline-block;
			vertical-align: top;
		}
		.c-list.t-4 .cl-item-title:before {
			content: '';
			position: absolute;
			top: 15px;
			left: -15px;
			border-top: 15px solid #c7c7c7;
			border-left: 15px solid transparent;
		}
		.c-list.t-4 .cl-item-title:after {
			content: '';
			position: absolute;
			top: 16px;
			left: -13px;
			border-top: 15px solid #f8f8f8;
			border-left: 15px solid transparent;
		}
		.c-list.t-4 .cl-item-disc {
			max-height: 10.3em;
			overflow: hidden;
			margin: 0 0 10px;
		}
		.s-small .c-list.t-4 .cl-item-title {
			/*max-height: 3.9em;
			overflow: hidden;*/
		}
			.c-list.t-4 .cl-item-title a {
				color: #5e2d2d;
			}
			.c-list.t-4 .cl-item-title a:hover {
				color: #c14e4e;
			}
		.c-list.t-4 .cl-item-holder {
			margin-left: 80px;
		}
		.c-list.t-4 .cl-item-image {
			margin-left: -82px;
			margin-right: 5px;
			display: inline-block;
			vertical-align: top;
		}
		.c-list.t-4 .cl-item-text {
			margin-bottom: 10px;
			line-height: 1.2;
		}
			.c-list.t-4 .cl-item-text2 {
				font-size: 12px;
			}

.c-list.t-5 {
}
.c-list.t-5a {
	overflow: hidden;
}
.f-load .c-list.t-5a {
	overflow: visible;
}
	.c-list.t-5a .nslider-holder + .nslider-holder {
		display: none;
	}
	.c-list.t-5 .cl-item {
		position: relative;
		width: 100%;
		display: inline-block;
		vertical-align: top;
	}
	.c-list.t-5 .cl-item + .cl-item {
		margin-top: 17px;
	}
		.c-list.t-5 .cl-item-image {
			margin-right: 10px;
			float: left;
		}
			.c-list.t-5 .cl-item-image img {
				display: block;
			}
		.c-list.t-5 .cl-item-title {
			font-size: 12px;
			overflow: hidden;
			white-space: nowrap;
			-o-text-overflow: ellipsis;
			-ms-text-overflow: ellipsis;
			-mos-text-overflow: ellipsis;
			-webkit-text-overflow: ellipsis;
			text-overflow: ellipsis;
		}
			.c-list.t-5 .cl-item-title a:hover {
				color: #154a63;
			}
		.c-list.t-5 .cl-item-text {
			max-height: 6em;
			overflow: hidden;
			font-size: 11px;
			color: #626262;
			line-height: 1.2;
		}

.c-list.t-6 {
	padding-bottom: 10px;
	background: #40454c;
	color: #f5f6f6;
}
	.c-list.t-6 .cl-item_main {
		position: relative;
	}
		.c-list.t-6 .cl-item_main-image {
			background: #eee;
			overflow: hidden;
		}
			.c-list.t-6 .cl-item_main-image img {
				margin: 0 auto;
				display: block;
			}
		.c-list.t-6 .cl-item_main-holder {
			padding: 0 20px 0 80px;
			background: #282a2d;
		}
		.c-list.t-6 .cl-item_main-ico {
			margin-left: -60px;
			margin-right: 10px;
			padding: 30px 0;
			display: inline-block;
			vertical-align: middle;
		}
		.c-list.t-6 .cl-item_main-subholder {
			display: inline-block;
			vertical-align: middle;
		}
		.c-list.t-6 .cl-item_main-info {
			margin: 0 0 7px;
			padding: 0 2px;
			background: #ce1a00;
			font-size: 12px;
			color: #fff;
			text-transform: uppercase;
			display: inline-block;
		}
		.c-list.t-6 .cl-item_main-title {
			max-height: 4.2em;
			overflow: hidden;
			font-size: 12px;
			color: #fff;
			text-transform: uppercase;
		}
			.c-list.t-6 .cl-item_main-title a {
				color: #fff;
			}
			.c-list.t-6 .cl-item_main-title a:hover {
				color: #e9e5a5;
			}
	.c-list.t-6 .cl-item {
		margin: 0 12px;
		padding: 16px 0 16px 50px;
		border-bottom: 1px solid #686c72;
		font-size: 11px;
	}
		.c-list.t-6 .cl-item a {
			color: #f5f6f6;
		}
		.c-list.t-6 .cl-item a:hover {
			color: #e9e5a5;
		}
		.c-list.t-6 .cl-item-date {
			width: 30px;
			margin-left: -50px;
			margin-right: 10px;
			color: #e9e5a5;
			display: inline-block;
			vertical-align: top;
		}
		.c-list.t-6 .cl-item-title {
			color: #e9e5a5;
			display: inline-block;
			vertical-align: top;
		}

.c-list.t-7 {
}
	.c-list.t-7 .cl-item {
		position: relative;
	}
		.c-list.t-7 .cl-item-image {
			height: 120px;
			overflow: hidden;
		}
			.c-list.t-7 .cl-item-image img {
				width: 100%;
				display: block;
			}
		.c-list.t-7 .cl-item-title {
			padding: 14px 20px;
			background: #f0483d;
			font-weight: bold;
			text-transform: uppercase;
		}
			.c-list.t-7 .cl-item-title a {
				color: #fff;
			}

.c-list.t-8 {
	background: #585858;
	color: #fff;
}
.c-list.t-8a {
	background: none;
	color: #000;
}
	.c-list.t-8 .cl-l_holder {
		/*width: 400px;*/
	}
	.c-list.t-8 .cl-r_holder {
		position: relative;
	}
	.c-list.t-8a .cl-r_holder {
		margin-left: -10px;
		margin-right: -10px;
	}
	.c-list.t-8 .cl-item_main {
		position: relative;
	}
		.c-list.t-8 .cl-item_main-image {
			background: #eee;
		}
		.c-list.t-8 .cl-item_main-video a {
			position: relative;
			overflow: hidden;
			display: block;
		}
		.c-list.t-8 .cl-item_main-video a:after {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background: url("../img/list_ico1.png") 50% 50% no-repeat;
		}
			.c-list.t-8 .cl-item_main-video img {
				height: 300px;
				margin: 0 auto;
				/*display: block;*/
			}
			.c-list.t-8 .cl-item_main-image img {
				display: block;
			}
		.c-list.t-8 .cl-item_main-title {
			height: 2.8em;
			padding: 24px 26px;
			background: #212121;
			overflow: hidden;
			color: #fff;
		}
	.c-list.t-8 .cl-item {
		position: relative;
		width: 50%;
		margin-right: -0.3em;
		padding: 12px;
		display: inline-block;
		vertical-align: top;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
		.c-list.t-8 .cl-item-video a {
			position: relative;
			overflow: hidden;
			display: block;
		}
		.c-list.t-8 .cl-item-video a:after {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background: url("../img/list_ico2.png") 50% 50% no-repeat;
		}
		.c-list.t-8 .cl-item-video .mejs-overlay-button {
			background: url("../img/list_ico2.png") 50% 50% no-repeat;
		}
			.c-list.t-8 .cl-item-video img {
				height: 112px;
				margin: 0 auto;
				display: block;
			}
		.c-list.t-8 .cl-item-title {
			margin: 5px 0 0;
			height: 4.2em;
			overflow: hidden;
		}
	.c-list.t-8 a {
		color: inherit;
	}
	.c-list.t-8 a:hover {
		color: #f0ffa8;
	}
	.c-list.t-8a a:hover {
		color: #0073c4;
	}

.c-list.t-9 {
}
	.c-list.t-9c .cl-holder {
		margin-right: -40px;
	}
	.c-list.t-9 .cl-item {
		position: relative;
		padding-left: 105px;
	}
	.c-list.t-9c .cl-item {
		width: 49%;
		padding-right: 40px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: inline-block;
		vertical-align: top;
	}
	.c-list.t-9d .cl-item {
		/*padding-bottom: 10px;*/
		padding-left: 0;
		overflow: hidden;
	}
	.c-list.t-9 .cl-item + .cl-item {
		margin-top: 40px;
	}
	/*.s-small .c-list.t-9 .cl-item + .cl-item {
		margin-top: 46px;
	}*/
	.c-list.t-9b .cl-item + .cl-item {
		margin-top: 26px;
	}
	.c-list.t-9c .cl-item + .cl-item {
		margin-top: 0;
	}
	.c-list.t-9d .cl-item + .cl-item {
		margin-top: 13px;
		padding-top: 13px;
	}
	.c-list.t-9 .cl-item + .cl-item:before {
		content: '';
		position: absolute;
		top: -20px;
		left: 100px;
		right: 0;
		border-top: 1px solid #d7d7d7;
	}
	/*.s-small .c-list.t-9 .cl-item + .cl-item:before {
		top: -23px;
	}*/
	.c-list.t-9b .cl-item + .cl-item:before {
		top: -13px;
	}
	.c-list.t-9d .cl-item + .cl-item:before {
		top: 0;
	}
	.c-list.t-9c .cl-item + .cl-item:before {
		display: none;
	}
	.c-list.t-9 .cl-item + .cl-item + .cl-item + .cl-item {
		display: none;
	}
	/*.s-small .c-list.t-9 .cl-item + .cl-item + .cl-item + .cl-item {
		display: block;
	}*/
	.c-list.t-9d .cl-item + .cl-item + .cl-item + .cl-item,
	.c-list.t-9c .cl-item + .cl-item + .cl-item + .cl-item,
	.c-list.t-9b .cl-item + .cl-item + .cl-item + .cl-item {
		display: block;
	}
		.c-list.t-9 .cl-item-image {
			position: relative;
			width: 90px;
			margin-left: -105px;
			margin-right: 10px;
			overflow: hidden;
			display: inline-block;
			vertical-align: top;
		}
		.c-list.t-9 .cl-item:hover .cl-item-image {
			z-index: 3;
		}
		.c-list.t-9c .cl-item-image,
		.c-list.t-9b .cl-item-image {
			width: 80px;
			margin-right: 20px;
			vertical-align: middle;
		}
		.c-list.t-9d .cl-item-image {
			width: auto;
			margin-left: 0;
			margin-right: 20px;
			float: left;
		}
			.c-list.t-9a .cl-item-image img {
				height: 68px;
				display: block;
			}
			.c-list.t-9d .cl-item-image img,
			.c-list.t-9c .cl-item-image img,
			.c-list.t-9b .cl-item-image img {
				display: block;
			}
		.c-list.t-9 .cl-item-holder {
			display: inline-block;
			vertical-align: top;
		}
		.c-list.t-9d .cl-item-holder {
			padding-bottom: 10px;
			overflow: hidden;
			display: block;
		}
		.c-list.t-9c .cl-item-holder,
		.c-list.t-9b .cl-item-holder {
			vertical-align: middle;
		}
		.c-list.t-9 .cl-item-title {
			max-height: 2.8em;
			margin: 0 0 3px;
			overflow: hidden;
		}
		.c-list.t-9d .cl-item-title,
		.c-list.t-9c .cl-item-title,
		.c-list.t-9b .cl-item-title {
			max-height: 4.2em;
		}
		.c-list.t-9 .cl-item-text {
			max-height: 4.2em;
			overflow: hidden;
			font-size: 12px;
		}
		/*.s-small .c-list.t-9 .cl-item-text {
			height: 2.8em;
		}*/
/*		.c-list.t-9 .cl-item-detail {
			position: absolute;
			top: -12px;
			left: -16px;
			right: -12px;
			padding: 12px 12px 20px 120px;
			background: #fff;
			-moz-box-shadow: 4px 6px 0 0 rgba(0,0,0,0.2);
			-webkit-box-shadow: 4px 6px 0 0 rgba(0,0,0,0.2);
			box-shadow: 4px 6px 0 0 rgba(0,0,0,0.2);
			display: none;
			z-index: 2;
		}
		.c-list.t-9 .cl-item:hover .cl-item-detail {
			display: block;
		}
			.c-list.t-9 .cl-item-detail .cl-item-title, .c-list.t-9 .cl-item-detail .cl-item-text {
				height: auto;
				max-height: none;
			}*/
.c-list.t-9 .nslider-point {
	margin-bottom: -10px;
}

.c-list.t-10 {
	margin-right: -20px;
}
	.c-list.t-10 .cl-holder + .cl-holder {
		display: none;
	}
	.c-list.t-10 .cl-item {
		position: relative;
		width: 300px;
		margin-right: 15px;
		display: inline-block;
		vertical-align: top;
	}
	.s-small .c-list.t-10 .cl-item {
		width: 312px;
	}
		.c-list.t-10 .cl-item-image {
			position: relative;
			width: 100px;
			margin-top: 2px;
			margin-right: 10px;
			float: left;
			overflow: hidden;
		}
		.c-list.t-10 .cl-item:hover .cl-item-image {
			z-index: 3;
		}
			.c-list.t-10 .cl-item-image img {
				height: 68px;
				display: block;
			}
		.c-list.t-10 .cl-item-holder {
			margin-left: 110px;
		}
		.c-list.t-10 .cl-item-title {
			max-height: 1.4em;
			margin: 0 0 3px;
			overflow: hidden;
			font-size: 16px;
		}
		.c-list.t-10 .cl-item-text {
			max-height: 6.9em;
			overflow: hidden;
			font-size: 12px;
		}
/*		.c-list.t-10 .cl-item-detail {
			position: absolute;
			top: -12px;
			left: -16px;
			right: -12px;
			padding: 12px 12px 20px 126px;
			background: #fff;
			-moz-box-shadow: 4px 6px 0 0 rgba(0,0,0,0.2);
			-webkit-box-shadow: 4px 6px 0 0 rgba(0,0,0,0.2);
			box-shadow: 4px 6px 0 0 rgba(0,0,0,0.2);
			display: none;
			z-index: 2;
		}
		.c-list.t-10 .cl-item:hover .cl-item-detail {
			display: block;
		}
			.c-list.t-10 .cl-item-detail .cl-item-title, .c-list.t-10 .cl-item-detail .cl-item-text {
				height: auto;
				max-height: none;
			}*/

.c-list.t-11 {
}
	.c-list.t-11 .cl-item-image {
		background: #eee;
		overflow: hidden;
	}
		.c-list.t-11 .cl-item-image img {
			margin: 0 auto;
			display: block;
		}
	.c-list.t-11 .cl-item-holder {
		padding: 18px 20px;
		background: #212121;
		color: #fff;
	}
	.c-list.t-11 .cl-item-info {
		margin: 8px 0 0;
		color: #c7c89f;
	}
	.c-list.t-11 a {
		color: inherit;
	}
	.c-list.t-11 a:hover {
		color: #f0ffa8;
	}

.c-list.t-12 {
}
	.c-list.t-12 .cl-holder + .cl-holder {
		display: none;
	}
	.c-list.t-12 .cl-item {
	}
	.c-list.t-12 .cl-item + .cl-item {
		margin-top: 20px;
	}
		.c-list.t-12 .cl-item-image {
			background: #eee;
			overflow: hidden;
		}
			.c-list.t-12 .cl-item-image img {
				max-width: 100%;
				margin: 0 auto;
				display: block;
			}
		.c-list.t-12 .cl-item-text {
			height: 6.6em;
			margin-top: 12px;
			overflow: hidden;
			font-size: 12px;
		}
		.c-list.t-12a .cl-item-text {
			height: 2.6em;
		}
		.c-list.t-12b .cl-item-text {
			height: 2.6em;
		}
		.c-list.t-12c .cl-item-text {
			height: auto;
		}
			.c-list.t-12 .cl-item-text a {
				color: inherit;
			}
			.c-list.t-12 .cl-item-text a:hover {
				color: #1f72b8;
			}
	.c-list.t-12a .nslider-point {
		margin-bottom: -1em;
		height: 1em;
		line-height: 1;
		text-align: center;
	}

.c-list.t-13 {
	font-size: 12px;
}
	.c-list.t-13 td {
		vertical-align: top;
	}
	.c-list.t-13 td + td {
		padding-left: 18px;
	}
	.c-list.t-13 .cl-item-title {
		white-space: nowrap;
		font-weight: bold;
	}
	.c-list.t-13 .cl-item-holder {
	}
		.c-list.t-13 .cl-item-holder a {
			margin-top: 12px;
			margin-right: 6px;
			color: #000;
			display: inline-block;
			vertical-align: middle;
		}
		.s-small .c-list.t-13 .cl-item-holder a {
			margin-right: 3px;
		}
		.c-list.t-13 .cl-item-holder img {
			margin: 0 auto;
			display: block;
		}

.c-list.t-14 {
	height: 120px;
	overflow: hidden;
	line-height: 28px;
}
.s-small .c-list.t-14 {
	height: auto;
}
	.c-list.t-14 a {
		margin-right: 5px;
	}

.c-list.t-15 {
}
	.c-list.t-15 li {
		margin-bottom: 5px;
	}
	.s-small .c-list.t-15 li {
		margin-right: 10px;
		display: inline-block;
	}
	.c-list.t-15 a:hover {
		color: #1e2b34;
	}

.c-list.t-16 {
	padding: 20px 20px;
	background: #fff;
	border: 3px solid #e7e8e8;
}
	.c-list.t-16 .cb-title {
		margin: 0px 0px 10px;
		font-weight: 700;
		font-size: 14px;
		color: #d07168;
	}
	.c-list.t-16 .cl-item-date { 
		color: #8C8C8C;
		font-size: 12px;
		margin-bottom: 5px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.c-list.t-16 .cl-item-title { 
		margin: 0px 0px 3px;
		overflow: hidden;
	}
	.c-list.t-16 .cl-holder {
		font-size: 0;
	}
	.c-list.t-16 .cl-item {
		position: relative;
		width: 50%;
		padding-right: 10px;
        padding-bottom: 10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 14px;
		display: inline-block;
		vertical-align: top;
	}
		.c-list.t-16 .cl-item-title {
			/*max-height: 2.8em;*/
			margin: 0 0 3px;
			overflow: hidden;
		}
		.c-list.t-16 .cl-item-text {
			max-height: 4.2em;
			overflow: hidden;
			font-size: 12px;
		}
		.s-small .c-list.t-16 .cl-item-text {
			height: 2.8em;
		}
		.c-list.t-16 .cl-item-detail {
			position: absolute;
			top: -12px;
			left: -16px;
			right: -12px;
			padding: 12px 12px 20px 120px;
			background: #fff;
			-moz-box-shadow: 4px 6px 0 0 rgba(0,0,0,0.2);
			-webkit-box-shadow: 4px 6px 0 0 rgba(0,0,0,0.2);
			box-shadow: 4px 6px 0 0 rgba(0,0,0,0.2);
			display: none;
			z-index: 2;
		}
		.c-list.t-16 .cl-item:hover .cl-item-detail {
			display: block;
		}
			.c-list.t-16 .cl-item-detail .cl-item-title, .c-list.t-16 .cl-item-detail .cl-item-text {
				height: auto;
				max-height: none;
			}

.c-list.t-17 {
}
	.c-list.t-17 .cl-holder { 
		margin-right: -10px;
	}
	.c-list.t-17c .cl-holder { 
		font-size: 0;
	}
	.c-list.t-17 .nslider-holder + .nslider-holder {
		display: none;
	}
	.c-list.t-17 .cl-item { 
		width: 200px;
		margin-right: 4px;
		line-height: 1.2;
		display: inline-block;
		vertical-align: top;
	}
	.s-small .c-list.t-17 .cl-item { 
		margin-right: 16px;
	}
	.s-small .c-list.t-17a .cl-item,
	.c-list.t-17a .cl-item { 
		width: auto;
		margin-right: 0;
		display: block;
	}
	.c-list.t-17b .cl-item { 
		width: 180px;
		margin-right: 12px;
	}
    .c-list.t-17b .cl-item .cl-item-title {
        overflow: hidden;
    }
	.s-small .c-list.t-17b .cl-item {
		margin-right: 22px;
	}
	.c-list.t-17c .cl-item { 
		margin-bottom: 15px;
		font-size: 14px;
	}
    .c-list.t-17d .cl-item {
        width: 185px;
        margin-right: 8px;
    }
		.c-list.t-17 .cl-item-image { 
			position: relative;
			margin-bottom: 8px;
			display: inline-block;
			vertical-align: top;
		}
		.c-list.t-17 .cl-item-image.t-video { 
			position: relative;
		}
		.c-list.t-17 .cl-item-image.t-video:after {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background: url("../img/list_ico3.png") 50% 50% no-repeat;
		}
			.c-list.t-17 .cl-item-image img { 
				display: block;
			}
			.c-list.t-17a .cl-item-image img { 
				width: 100%;
			}
		.c-list.t-17 .cl-item-text { 
			margin-top: 8px;
			font-size: 12px;
		}
		.c-list.t-17 .cl-item-count { 
			position: absolute;
			bottom: 0;
			right: 0;
			padding: 10px 10px;
			background: #f0483d;
			font-weight: bold;
			color: #fff;
		}
		.c-list.t-17 .cl-item-date {
			margin-bottom: 3px;
			font-size: 12px;
			color: #8c8c8c;
		}

.c-list.t-18 {
}
	.c-list.t-18 .cl-holder { 
		margin-right: -10px;
	}
	.c-list.t-18 .nslider-holder + .nslider-holder {
		display: none;
	}
	.c-list.t-18 .cl-item { 
		position: relative;
		width: 295px;
		margin-right: 8px;
		display: inline-block;
		vertical-align: top;
	}
	.s-small .c-list.t-18 .cl-item { 
		width: 300px;
		margin-right: 25px;
	}
	.s-small .c-list.t-18a .cl-item,
	.c-list.t-18a .cl-item { 
		width: auto;
		margin-right: 0;
		display: block;
	}
	.c-list.t-18a .cl-item + .cl-item { 
		margin-top: 10px;
	}
		.c-list.t-18 .cl-item-image { 
			position: relative;
			background: #eee;
		}
		.c-list.t-18 .cl-item-image.t-video { 
			position: relative;
		}
		.c-list.t-18 .cl-item-image.t-video a:after {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background: url("../img/list_ico1.png") 50% 50% no-repeat;
		}
			.c-list.t-18 .cl-item-image img { 
				margin: 0 auto;
				display: block;
			}
			.c-list.t-18a .cl-item-image img { 
				width: 100%;
			}
		.c-list.t-18 .cl-item-title { 
			padding: 10px 20px;
			background: #212121;
			color: #fff;
			line-height: 1.2;
		}
		.c-list.t-18b .cl-item-title {
			background-color: rgba(0,0,0,0.5);
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
		}
			.c-list.t-18b .cl-item-title-text {
				position: absolute;
				top: 50%;
				left: 50%;
				width: 250px;
				transform: translate(-50%, -50%);
				text-align: center;
				font-weight: bold;
				font-size: 18px;
				line-height: 21px;
				text-overflow: ellipsis;
			}

.c-list.t-19 {
}
	.c-list.t-19 .cl-item + .cl-item {
		margin-top: 8px;
	}
		.c-list.t-19 .cl-item-label {
			margin-bottom: 8px;
			font-size: 13px;
			font-weight: bold;
			color: #474747;
		}
		.c-list.t-19 .cl-item-error {
			font-size: 12px;
			color: #f00;
		}

.c-list.t-20 {
}
	.c-list.t-20 .cl-item + .cl-item {
		margin-top: 30px;
	}
		.c-list.t-20 .cl-item-image {
			float: left;
			border: 3px solid #ededce;
		}
			.c-list.t-20 .cl-item-image img {
				display: block;
			}
		.c-list.t-20 .cl-item-holder {
			overflow: hidden;
			padding-left: 20px;
		}
		.c-list.t-20 .cl-item-title {
			margin: 0 0 10px -20px;
			padding: 10px 10px 10px 20px;
			background: #ededce;
		}
			.c-list.t-20 .cl-item-title a {
				color: #8c3333;
			}
		.c-list.t-20 .cl-item-date {
			margin: 0 0 3px 80px;
			overflow: hidden;
			white-space: nowrap;
			-o-text-overflow: ellipsis;
			-ms-text-overflow: ellipsis;
			-mos-text-overflow: ellipsis;
			-webkit-text-overflow: ellipsis;
			text-overflow: ellipsis;
			font-size: 12px;
			color: #8c8c8c;
		}

.c-list.t-21 {
	font-size: 0;
}
	.c-list.t-21 .cl-holder {
		position: relative;
		font-size: 0;
	}
	.c-list.t-21 .cl-item {
		position: relative;
		overflow: hidden;
		padding: 1px;
		padding: 0.5px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 14px;
		display: inline-block;
		vertical-align: top;
	}
		.c-list.t-21 .cl-item-title {
			position: absolute;
			left: 0.5px;
			right: 0.5px;
			bottom: 0.5px;
			padding: 15px 10px 10px;
			background: #000;
			background: rgba(0,0,0,0.6);
			background: #eaebeb;
			background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 40%);
			background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 40%);
			background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 40%);
			background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 40%);
			background: linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 40%);
			color: #f7efb8;
		}
			.c-list.t-21 .cl-item-title a {
				color: #f7efb8;
			}
		.c-list.t-21 .cl-item-image {
			position: relative;
			width: 100%;
			height: 100%;
			overflow: hidden;
		}
			.c-list.t-21 .cl-item-image img {
				display: block;
			}
			.c-list.t-21 .collage-item img {
				min-width: 100%;
				max-width: none;
				height: 100%;
				min-height: 100%;
			}
.c-list.t-22 {
	margin-top: 30px;
}
	.c-list.t-22 .cl-item {
		margin-bottom: 27px;
	}
	.c-list.t-22 .cl-item-title {
		font-size: 12px;
		margin-bottom: 15px;
	}
	.c-list.t-22 .cl-item-title .cl-item-name {
		font-weight: bold;
	}
	.c-list.t-22 .cl-item-title .cl-item-date {
		color: #8c8c8c;
		margin-left: 3px;
	}
	.c-list.t-22 .cl-item-question {
		margin-bottom: 20px;
	}
	.c-list.t-22 .cl-item-question .cl-item-question-title {
		font-weight: bold;
		margin-bottom: 5px;
	}
	.c-list.t-22 .cl-item-answer {
		margin-bottom: 10px;
		background: #ededce;
		color: #8c3333;
		padding: 17px 20px;
	}
	.c-list.t-22 .cl-item-answer .cl-item-answer-title {
		font-weight: bold;
		margin-bottom: 5px;
	}

.c-list.t-23 {
	background: #585858;
	color: #fff;
}
	.c-list.t-23 .cl-title {
		margin-bottom: 15px;
		font-size: 16px;
	}
		.c-list.t-23 .cl-title a:hover {
			color: #fff;
		}
	.c-list.t-23 .cl-holder {
		position: relative;
	}
	.c-list.t-23 .cl-l_holder {
		width: 370px;
		min-height: 360px;
		padding: 20px 20px 50px 20px;
	}
	.c-list.t-23 .cl-r_holder {
		position: absolute;
		top: 0;
		right: 0;
		left: 410px;
		bottom: 0;
		padding: 20px 25px 50px 25px;
		background: #808080;
	}
	.c-list.t-23 .cl-item_main {
		position: relative;
	}
		.c-list.t-23 .cl-item_main-video a {
			position: relative;
			overflow: hidden;
			display: block;
		}
		.c-list.t-23 .cl-item_main-video a:after {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background: url("../img/list_ico1.png") 50% 50% no-repeat;
		}
			.c-list.t-23 .cl-item_main-video img {
				height: 280px;
				margin: 0 auto;
				/*display: block;*/
			}
		.c-list.t-23 .cl-item_main-title {
			margin-top: 12px;
			overflow: hidden;
			color: #b5b5b5;
		}
			.c-list.t-23 .cl-item_main-title a {
				color: #fff;
			}
	.c-list.t-23 .cl-item {
		position: relative;
	}
	.c-list.t-23 .cl-item + .cl-item {
		margin-top: 18px;
	}
			.c-list.t-23 .cl-item-image img {
				max-height: 105px;
				display: block;
			}
		.c-list.t-23 .cl-item-title {
			margin: 8px 0 0;
			height: 2.7em;
			overflow: hidden;
			font-size: 12px;
		}
	.c-list.t-23 a {
		color: inherit;
	}
	.c-list.t-23 a:hover {
		color: #f0ffa8;
	}
	.c-list.t-23 .cl-link {
		position: absolute;
		bottom: 20px;
		margin-top: 12px;
	}
		.c-list.t-23 .cl-link a {
			color: #fbdd53;
		}
		.c-list.t-23 .cl-link a:hover {
			color: #fff;
		}
	.c-list.t-23 .cl-bottom {
		padding: 15px;
		background: #3d3d3d;
		text-align: center;
	}
	.c-list.t-23 .cl-add-but {
		font-size: 16px;
		display: inline-block;
	}
		.c-list.t-23 .cl-add-but .ico_but {
			margin-right: 8px;
			vertical-align: middle;
		}

.c-list.t-24 {
	font-size: 0;
	padding: 3px;
}
	.c-list.t-24 .cl-item {
		padding: 2px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 12px;
		display: inline-block;
		vertical-align: middle;
		text-align: center;
	}
		.c-list.t-24 .cl-item img {
			margin: 0 auto;
			display: block;
		}

.c-detail.t-1 {
}
	.c-detail.t-1 .cd-holder {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 10px 20px;
		background: #000;
		background: rgba(0,0,0,0.6);
	}
	.c-detail.t-1 .cd-title {
		color: #fff;
		margin-bottom: 5px;
	}
	.c-detail.t-1 .cd-author {
		color: #fff;
	}
	.c-detail.t-1 .cd-like, .c-detail.t-1 .cd-like a {
		font-size: 13px;
		color: #ffe84b;
		text-align: right;
	}

article q {
	margin: 1em 0;
	padding: 20px 40px;
	background: #d0f0ff;
	display: block;
}
article q:before, article a:after {
	content: '';
}



.t-main #grid-m8 > div:first-child {
	margin-top: 0 !important;
}
.s-small.t-inner #grid-s2 > div:first-child {
	margin-top: 20px !important;
}

.b-same_news {
	position: relative;
}
	.b-same_news-title {
		position: relative;
	}
	.b-same_news-title + .b-same_news-title {
		margin-top: 18px;
	}
	.b-same_news-title + .b-same_news-title:before {
		content: '';
		position: absolute;
		top: -10px;
		left: 0;
		width: 40%;
		border-top: 1px solid #d7d7d7;
	}
	.b-same_news-images {
		margin-top: 20px;	
		margin-bottom: 15px;	
	}
	.b-same_news-images:first-child {
		margin-top: 0;	
	}
	.b-same_news-image {
		margin-right: -0.3em;
		min-width: 24%;
		max-width: 48%;
		display: inline-block;
		vertical-align: top;	
	}
	.b-same_news-image + .b-same_news-image {
		margin-left: 4%;	
	}
		.b-same_news-image img {
			display: block;	
		}

.b-message {
	position: relative;
	padding: 40px 30px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.b-article-header {
	display: table;
	display: flex;
}
	.b-article-header__date {
		white-space: nowrap;
		display: table-cell;
	}
	.b-article-header__tags {
		padding-left: 12px;
		display: table-cell;
	}
		.b-article-header__tags span {
			display: inline-block;
			margin-bottom: 2px;
		}
		.b-article-header__tags span:after {
			content: '•';
			margin-left: 5px;
			text-decoration: none !important;
		}
		.b-article-header__tags span:last-child:after {
			content: '';
		}
		.b-article-header__tags a {
			padding: 4px 4px 3px;
			font-size: 12px;
			white-space: nowrap;
		}
.b-preview-news-tag {
	margin-left: 10px;
}
	.b-preview-news-tag a {
		padding: 4px;
		font-size: 12px;
	}


.block-border {
    padding: 20px;
    border: 3px solid #e8a264;
}
.time-chose ul {
	position: relative;
	font-size: 0;
	padding-bottom: 14px;
	border-bottom: 1px solid #bebebe;
	white-space: nowrap;
	display: flex;
	justify-content: flex-start;
}
.time-chose li {
    display: inline-block;
    padding: 1px 12px;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}
.time-chose li + li {
    margin-left: 10px;
}
.time-chose a {
	font-weight: 500;
	color: black;
	text-decoration: none;
}
.time-chose .active,
.time-chose li:hover {
    background: #f0483d;
}
.time-chose .active a {
	color: white;
	pointer-events: none;
}
.time-chose li:hover a {
	color: white;
}
.time-chose li:not(.active) {
	cursor: pointer;
}
.block-border .cl-item {
	// max-height: 100px;
	overflow-y: hidden;
	font-size: 0;
}
.block-border .cl-item:last-child {
    margin-bottom: 10px;
}
.block-border .cl-item-image {
	display: inline-block;
	margin-right: 9px;
}
.block-border .cl-item-title {
	display: inline-block;
	width: 130px;
	font-size: 14px;
	vertical-align: top;
}
.e-insert-promo {
	position: relative;
}
.f-aap + p {
	margin-top: 0;
}
.f-aap:after,
.e-insert-promo:after {
	content: '';
	display: table;
	clear: both;
	position: relative;
}
.f-aap .img_left {
	// margin-bottom: 0;
}
.b-article-slicer {
	position: relative;
}
	.b-article-slicer p:first-child {
		margin-bottom: 0;
	}
	.b-article-slicer p {
		margin-top: 0;
	}
.b-pr-text-helper {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	z-index: -2;
}
.f-aap .b-pr-text + p,
.f-aap p:first-child,
.b-pr-text-helper p:first-child {
	margin-top: 0;
}
.f-aap p:last-child,
.b-pr-text-helper p:last-child {
	margin-bottom: 0;
}
.b-pr-text {
	position: relative;
	display: inline-block;
	border-width: 1px;
	border-color: rgb(197, 197, 197);
	border-style: solid;
	width: 166px;
	padding: 10px;
	float: right;
	margin-left: 5px;
	margin-top: 5px;
	line-height: 1.2;
	-webkit-transition: border-color .3s;
	-moz-transition: border-color .3s;
	-ms-transition: border-color .3s;
	-o-transition: border-color .3s;
	transition: border-color .3s;
}
	.b-pr-text.t-hide {
		position: absolute;
		right: 0;
		top: 0;
		z-index: -2;
		opacity: 0;
	}
	.b-pr-text:hover {
		border-color: #000;
	}
	.b-pr-text img {
		width: 100%;
		margin-bottom: 2px;
	}
	.b-pr-text__tag {
		font-size: 10px;
		color: rgb(102, 102, 102);
	}
	.b-pr-text__title {
		font-size: 14px;
		color: rgb(0, 115, 196);
	}
	.b-pr-text__text {
		margin-top: 8px;
		font-size: 13px;
	}
	.b-pr-text__link {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

#nav > ul li:last-child {
	padding: 11px 9px 13px 10px;
	background: linear-gradient(#f7882b,#e7221b);
}

#nav > ul li:last-child img {
	position: relative;
	top: 3px;
}

.b-preview-news-category {
	padding-top: 10px;
	font-size: 12px;
}
/*quiz*/
.quiz-block-wrapper {
	border: 3px solid #e7e7e7;
	display: block;
	margin-top: 20px;
	padding: 24px 20px 20px;
	min-height: 300px;
	width: 275px;
}
.quiz-header {
	border-bottom: 1px solid #bebebe;
	display: block;
	margin-bottom: 20px;
	height: 40px;
	width: auto;
}
.quiz-header .b-right {
	display: inline-block;
	float: left;
}
.quiz-header .b-right:after,
.quiz-header .b-left:after{
	clear: both;
}
.quiz-header .b-right span {
	font-family: "Helvetica Neue Cyr", Arial, serif;
	font-size: 16px;
	font-weight: 700;
}
.quiz-header .b-left {
	display: inline-flex;
	float: right;
	height: 12px;
	width: auto;
}
.quiz-header .b-left span {
	font-family: "Helvetica Neue Cyr", Arial, serif;
	font-size: 13px;
	font-weight: 700;
	margin: 0 2px 0 2px;
}
.quiz-header .b-left .counter{
	height: auto;
	display: inline-block;
	margin-left: 7px;
}
.quiz-questions span{
	display: block;
	font-size: 14px;
	font-weight:700;
	text-align: justify;
}
.quiz-questions .quiz-img-container {
	margin: 20px 0 20px;
	height: 100%;
	width: 280px;
	overflow: hidden;
}
.quiz-answers {
	padding-bottom: 17px;
	border-bottom: 1px solid #bebebe;
}
.quiz-answers input[type='radio'] {
	display: none;
}

.quiz-answers input[type='radio'] + label span.lable-dot {
	background: url(../img/new_radio_icons.png);
	content:'';
	display: inline-block;
	margin: 7px 10px 0 0;
	vertical-align: top;
	height: 16px;
	width:16px;
}
.quiz-answers label {
	cursor: pointer;
	line-height: 30px;
	text-align: justify;
}
.quiz-answers label p {
	display: inline-block;
	line-height: 20px;
	font-size: 14px;
	margin: 5px 0;
	width: 249px;
}
input[type="radio"]:checked + label span.lable-dot {
	background:url(../img/new_radio_icons.png) 0 -30px no-repeat;
}
.quiz-comment h3 {
	font-size: 14px;
	font-weight: 700;
	text-align: justify;
}
.quiz-comment textarea {
	border: 1px solid #bebebe;
	height: 80px;
	max-width: 273px;
}
button.send-button {
	background-color: #f0483d;
	border: none;
	cursor: pointer;
	margin-top: 21px;
	height: 40px;
	width: 278px;
}
button.send-button span,
button[type='submit']{
	color: #fff;
	display: block;
	height: inherit;
	line-height: 40px;
	text-transform: uppercase;
	text-decoration: none;
}

/*quiz-rezult*/
.quiz-result {
	min-height: 180px;
}
.quiz-result .b-left span a {
	color: #fca04c;
	text-decoration: none;
}
.quiz-result input[type='email'] {
	padding-left: 5px;
	width: 275px;
}
.quiz-answers .opera-fix {
	display: none;!important;
}