
.r { text-align: right; }
.c { text-align: center;}
.b { font-weight: bold; }
#userID, #userID td, #userID a, #userID a:visited { }
#userID { float:right; border: solid 1px #ffcc; width: 280px; height:78px; padding: 2px 4px ; }
pjax-script-plug {display:none}


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
em, i, cite { font-style:italic }
strong, b { font-weight:bold }

@import "/css/reset.css";

.unselectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.with_fade {
	position: relative;
}
.with_fade__yes:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	width: 100%;
	left: 0;
	height: 2em;
	background: -webkit-linear-gradient(top, rgba(255,255,255, 0) 0%, #fff 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255, 0) 0%, #fff 100%);
	background: -o-linear-gradient(top, rgba(255,255,255, 0) 0%, #fff 100%);
	background: linear-gradient(top, rgba(255,255,255, 0) 0%, #fff 100%);
	z-index: 1;
}


.fade {
	position: relative;
	overflow: hidden;
}
.fade:before {
	position: absolute;
	width: 50px;
	height: 100%;
	right: 0;
	top: 0;
	background: -webkit-linear-gradient(left, rgba(255,255,255, 0) 0%, rgba(255,255,255, 1) 90%);
	background: -moz-linear-gradient(left, rgba(255,255,255, 0) 0%, rgba(255,255,255, 1) 90%);
	background: -o-linear-gradient(left, rgba(255,255,255, 0) 0%, rgba(255,255,255, 1) 90%);
	background: linear-gradient(left, rgba(255,255,255, 0) 0%, rgba(255,255,255, 1) 90%);
	content: "";
}
	.fade__page:before {
		background: -webkit-linear-gradient(left, rgba(237,240,241, 0) 0%, rgba(237,240,241, 1) 90%);
		background: -moz-linear-gradient(left, rgba(237,240,241, 0) 0%, rgba(237,240,241, 1) 90%);
		background: -o-linear-gradient(left, rgba(237,240,241, 0) 0%, rgba(237,240,241, 1) 90%);
		background: linear-gradient(left, rgba(237,240,241, 0) 0%, rgba(237,240,241, 1) 90%);
	} 

	.fade__sticker:before {
		z-index:100;
		background: -webkit-linear-gradient(left, rgba(255,255,255, 0) 0%, rgba(255,255,255, 1) 90%);
		background: -moz-linear-gradient(left, rgba(255,255,255, 0) 0%, rgba(255,255,255, 1) 90%);
		background: -o-linear-gradient(left, rgba(255,255,255, 0) 0%, rgba(255,255,255, 1) 90%);
		background: linear-gradient(left, rgba(255,255,255, 0) 0%, rgba(255,255,255, 1) 90%);
	} 



.w100 {
	max-width: 100% !important;
	height: auto !important;
	position: relative;
}
.article-text img {
	max-width: 100% !important;
	height: auto !important;
	position: relative;
	z-index:1;
}
.article-text iframe {
	max-width: 100% !important;
}
.article-text .asvor-media-player > * {
	max-width: 100% !important;
}

.body {
	font: 0.76em/1.5 verdana;
	margin: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


.bbox {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


a {
	color: #235A8C;
}
a:hover {
	color: #007BEA;
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

.none {
	display: none;
}

.hidden {
	visibility: hidden;
}


.nobr {
	white-space: nowrap;
}

.colorless {
	color: #666;
}


.float {}

.float__left {
	float: left;
}
.float__right {
	float: right;
}


.pseudo-link {
	color: #235A8C;
	cursor: pointer;
	text-decoration: none;
	border-bottom: 1px dotted;
}
.comment-text .pseudo-link {
	color: inherit;
	border: none;
}
.pseudo-link__red {
	color: #ff0000;
	border-bottom-color: #ff0000;
}
.pseudo-link__colorless {
	color: #666;
	border-bottom-color: #666;
}
.pseudo-link:hover {
	color: #007BEA;
	border-bottom-color: #007BEA;
}


.link__colorless {
	color: #666;
}
.link__black {
	color: #000;
}






.layout {
	display: block;
	position: relative;
	min-width: 990px;
	/*sticker-spoiler gap*/
	/*margin-bottom: 2.5em;*/
}

.layout-block {
	display: block;
	position: relative;
}

.layout-block-gap {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 25px;
	
	position: relative;
}

.layout-block-gap__header {
	padding-top: 17px;
	padding-bottom: 15px;
	min-height: 45px;
}

.layout-block__header {
	box-shadow: 0 0px 4px rgba(0,0,0, 0.32);
	z-index: 1;
}

.layout-block__page {
	background: #EDF0F1;
	padding: 10px 0 0;
}

.layout-block__footer {
	background: #fff;
	/*слой контента перекрывает футер, соотв. ссылки становятся некликабельными*/
	/*z-index: -1;*/
}




.content-columns__double {}

.content-columns__double  .content-column {
	width: 50%;
	float: left;
}

.content-columns__double  .content-column__2 {
}

.content-column-block {
	background: #FFF;
}

.content-columns .content-column .content-column-block {
	border-radius: 8px 8px 8px 8px;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
	position: relative;
}
	.content-columns__double  .content-column__1 .content-column-block {
		border-radius: 8px 0 8px 8px;
		z-index: 2;
	}
	.content-columns__double  .content-column__2 .content-column-block {
		border-radius: 0 8px 8px 0;
		z-index: 1;
	}
	
	
.content-columns__double .content-column-block:first-child  {
	border-bottom-right-radius: 0 !important;
}
.content-columns__double .content-column__2 .content-column-block:last-child  {
	border-bottom-right-radius: 8px !important;
}

.content-column-block + .content-column-block {
	border-top-right-radius: 0 !important;
}


.content-column-block-label {
	background: #B7C0C6;
	color: #FFF;
	display: inline-block;
	font-weight: bold;
	padding: 0.2em 0.4em;
	line-height: 1.4;
	position: relative;
	margin: 0 0 0 15px;
}
	.content-column-block__hotnews .content-column-block-label {
		background: #ff0000;
	}







.extra-blocks {
	backgrounvd url(/img/logo__gallery.png) 0 0 no-repeat;
	backgrounvd url(/img/logo__gallery.png) 0 0 no-repeat;
	margin: 0 16px 8px;
}
.extra-block {
	border: 1px solid #D0D0D0;
	border-radius: 3px;
	margin: 10px 0;
	padding: 10px;
	padding-top: 0;
	display: inline-block;
}
	.extra-block:first-child {
		margin-top: 0 !important;
	}
	.extra-block__without_border {
		padding: 0;
		border: none;
	}





.page-columns {
	margin-top: 10px;
}

.page-column {
	float: left;
	
	/*1px height for fixed blocks!*/
	min-height: 1px;
}
.page-column__themes {
	width: 15%;
	position: relative;

	min-height: 340px;
}
.page-column__content {
	width: 55%;
	position: relative;
}
.page-column__content_spec_project{
       /*width: 100%;*/
        position: relative;
}
.page-column__extra {
	width: 30%;
	float: right;
}


.content-columns__top {
	overflow: hidden;
}



.page-live-wrap {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.page-live {	
	margin-bottom: -10px;
	margin-top: -10px;
	font-size: 1.1em;
	min-height: 45px;
	line-height: 45px;
	position: relative;
	font-size: 1.28em;
	white-space: nowrap;
	margin-right: 200px;
	overflow: hidden;
}
.page-live-flash {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
}
.page-live-subject {
	font-weight: bold;
	font-size: 1.12em;
	padding-left: 28px;
}
.page-live-subject__accented {
	color: #ff0000;
}


.page-title {
	color: #ff0000;
	font-size: 2em;
	line-height: 1.1;
	margin: 0 0 15px;
	position: relative;
}
.page-title a {
	color: #ff0000;
	text-decoration: none;
}
.page-title a:hover {
	text-decoration: underline;
}






.logo {
	float: left;
}
.logo-image {}
.pleer {
	float: left;
	padding-left: 30px;
	margin-left: 10px;
	background: url(/img/radio_icon.png) no-repeat 14px 0;
}
.auth {
	white-space: nowrap;
	width: 10%;
	margin-right: 180px;
	float: right;
}
.header-search {
	float: right;
	margin-left: 5%;
	position: absolute;
	right: 25px;
	top: 15px;
}

.search-input {
	border-radius: 20px;
	border: none;
	background: #fff;
	box-shadow: 1px 1px 2px rgba(0,0,0, 0.32) inset;
	padding: 4px 10px;
	-webkit-appearance: none;
	/*не стоило так делать, но приказы не обсуждаются*/
}

.auth-list {
	margin-top:-0.32em;
}
.auth-item {
	margin-bottom: 0.5em;
	position: relative;
}
	.auth-item__name {
		position: relative;
	}
.auth-item-name {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 180px;
	display: inline-block;
	vertical-align: top;
}
.auth-item-logout {
	bottom: 0;
        display: none;
	left: -415px;
        padding-right: 15px;
        position: absolute;
        text-align: right;
        vertical-align: top;
        width: 400px;
}
.auth-item__name:hover .auth-item-logout {
	display: block;
}

.auth-item-icons {
	position: absolute;
	left: 0;
	top: -14px;
}
.auth-item-icons .flag_icon {
	margin-right: 4px;
}


.auth-item:last-child {
	margin-bottom: 0;
}

.nav__basic {
	margin-left: -15px;
	z-index: 4;
	position: relative;
	
	padding: 10px 0;

	border-radius: 8px 0 0 8px;
	margin-bottom: 20px;
}
	.nav__themes__navigated {
		background: #E4E6ED;
	}


.nav__basic .nav-item {
	padding: 8px 0 8px 15px;
	line-height: 1;
	overflow: hidden;
}
	.nav__basic .nav-item__selected {
		background: #E4E6ED;
		font-weight: bold;
	}
.nav__basic .nav-item__hover {
	background: #fff;
}
.nav__basic .nav-item-link {
	color: #000;
}
.nav__basic .nav-item .nav-item-link:hover {
	color: #007BEA;
}



.content-navigated-wrap {
	position: absolute;
	width: 100%;
	z-index: 4;
	top: 0px;
}
.content-navigated-closer {
	right: 9px !important;
	top: 8px !important;
}
.content-navigated-inner {
	position: relative;
	padding: 10px 30px 10px 15px;
}
.content-navigated {
	background: #fff;

	left: 0;
	top: 0;
	
	box-shadow: 1px 2px 2px rgba(0,0,0, 0.2);
	border-radius: 0 8px 8px 0;

	position: absolute;
	height: 100%;
	width: 100%;
}
.content-navigated-label {
	display: inline-block;
	background: #ff0000;
	padding: 0.2em 0.4em;
	line-height: 1.4;
	top: -10px;
	position: relative;
	color: #fff;
	font-weight: bold;
}


.page-column-content-stretcher {
	margin: -10px -15px;
}

.page-column-content-label {
	top: -10px;
	background: #FFD898 !important;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 0.2em 0.4em;
	line-height: 1.4;
	position: relative;
}
.page-column-content-canvas {
	background: #fff;
	border-radius: 8px;
	box-shadow: 1px 2px 2px rgba(0,0,0, 0.2);
	min-height: 500px;
	padding: 10px 15px;
}


.content-stretcher {
	padding: 10px 15px;
	
	margin-left: -15px;
	margin-right: -15px;
}



.themes_canvas {
	background: #E4E6ED;
	position: absolute;
	width: 100%;
	z-index: -1;
	top: 0;
	left: 0;
	border-radius: 8px 0 0 8px;
	
	box-shadow: none;
}

.nav__themes__navigated .themes_canvas {
	display: block;
		box-shadow: 1px 2px 2px rgba(0,0,0, 0.2);
}


.context-list {
	margin: 0 20px 0 0;
}
.context-item {
	margin: 1em 0 1.6em;
}


.context-item__with_media  .context-item-subject {
	position: relative;
}

.context-item-subject {
	display: inline-block;
	width: 100%;
}
.context-item-subject-text {
	display:block;
}

	.context-item-image {
		display: inline-block;
		position: relative;
		margin: 0.4em 0 0.42em;
		float: left;
	}
	

	
.context-item-news-list {
	margin-top: 0.2em;
}
.context-item-news-item {
	position: relative;
	line-height: 1.4;
	margin: 0.2em 0 0.5em;
	font-weight: normal !important;
}

	.context-item-news-link {

	}

.context-item__with_media .context-item-news{
	margin-top: 0.75em;
}

.context-item-link {
	line-height: 1.4;
	position: relative;
	color: #000;
}
	.context-item-media {
		display: inline-block;
		position: relative;
	}
	.context-item-media-image {
		display: block;
		position: relative;
	}
.context-list-label {
	color: #fff;
	background: #ff0000;
	display: inline-block;
	font-weight: bold;
	padding: 0.2em 0.4em;
	line-height: 1.4;
	position: relative;

}
.context-item-media-icon {
	height: 25px;
	width: 25px;
	background: url(../img/context-icon__media.png) 0 0 no-repeat;
	z-index: 2;
	position: absolute;
	display: inline-block;
	top: -50%;
	left: 50%;
	margin-left: -12.5px;
	margin-top: 0;
}
.context-item-media-icon__audio {
	background-position: 0 0-25px;
}




.heading__serifed {
	font-family: georgia, serif;
	font-weight: bold;
}









.new_comments_count {
	margin-left: 0.5em;
	background: #1988EC;
	font-size: 0.7em;
	display: inline;
	color: #fff;
	padding: 1px 0.34em 1px 0.3em;
	min-width: 1em;
	text-align: center;
	font-weight: normal;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
}




.comments_count {
	background: #ff0000;
	font-size: 0.8em;
	color: #fff !important;
	border-bottom: none;
	text-decoration: none;
	padding: 1px 2px;
	position: relative;
	
	min-width: 1.2em !important;
	text-align: center;
	display: inline-block;
	visibility: hidden;
}
	.comments_count:hover {
		background: #ff0000;
	}
	.comments_count__empty {
		background: #737A91;
	}

.comments_count:before {
	position: absolute;
	content: '';
	display: block;
	margin: -10px;
	padding: 15px;
	top: 0;
	left: 0;
	cursor: pointer;
}


/*
.comments_count:after {
	border-color: #ff0000 transparent;
	border-style: solid;
	border-width: 0 6px 6px 0;
	bottom: -5px;
	content: "";
	position: absolute;
	right: 50%;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
.comments_count:hover:after {
	border-color: #ff0000 transparent;
}
.comments_count__empty:after {
	border-color: #737A91 transparent;
}
*/
.comments_count:after {
	position: absolute;
	content: '';
	display: block;
	bottom: -4px;
	left: -4px;
	width: 100%;
	height: 4px;
	background: url(../img/comment-count-arrow.png) center bottom no-repeat;
}
	.comments_count:hover:after {
		background-image: url(../img/comment-count-arrow.png);
	}
	.comments_count__empty:after {
		background-image: url(../img/comment-count-arrow__empty.png); 
	}


	
.langs_changer {
	width: 600px;
}
.langs_changer-cols {

}
.langs_changer-col {
	width: 33%;
	float: left;
}
.langs_changer-item {
	margin: 0 1em 0.5em -0.5em;
}
.langs_changer-item-text {
	padding: 0.25em 0.5em;
	color: #666;
}
.langs_changer-item__selected .langs_changer-item-text {
	background: #C4C4C9;
	color: #fff;
}
.langs_changer-header {
    color: #FF0000;
    font-size: 2em;
	position: relative;
	top: -0.34em;
}

.langs_changer-regional__projects {
	margin-left: 4em;
}

.langs_changer-regional-item {
	margin: 0.42em 0 0.42em 0;
}
.langs_changer-regional-item a {
	position: relative;
}
.langs_changer-regional-item:last-child {
	margin-bottom: 0;
}
.langs_changer-regional-label {
	color: #ff0000;
	margin-bottom: 0.5em;
}
.langs_changer-regional-item .flag_icon {
	margin-right: 6px;
}



.popup-form {
	min-width: 250px;
	max-width: 500px;
}
.popup-form-header {
	color: #FF0000;
	font-size: 2em;
	position: relative;
	top: -0.34em;
	
	padding-right: 1em;
}
.popup-form-link {}
.popup-form-link__right {
	margin-top: 0.2em;
	float: right;
}

.popup-form-label {
	font-weight: bold;
	color: #96989F;
	margin-bottom: 0.5em;
}



/* [[[[[[ _common.css */
.social-links {
	display: inline-block;
	vertical-align: text-bottom;
}
.social-link {
	display: inline-block;
	margin: 0 5px 0 0;
	float: left;
	position: relative;
}
.social-link:last-child {
	margin-right: 0;
}
.social-link-link {
	height: 14px;
	width: 14px;
	display: block;
	background: url(../img/social-links.png) 0 0 no-repeat;
}

.social-link__facebook .social-link-link {
	background-position: 0 0;
}
.social-link__twitter .social-link-link  {
	background-position: -17px 0;
}
.social-link__vk .social-link-link {
	background-position: -34px 0;
}
.social-link__gp .social-link-link {
	background-position: -51px 0;
}
.social-link__more .social-link-link {
	background-position: -68px 0;
}
.social-link__youtube .social-link-link {
	background-position: -85px 0;
}
.social-link__weibo .social-link-link {
        background-position: -102px 0;
}
.social-link__rss .social-link-link {
        background-position: -119px 0;
}
.social-link__instagram .social-link-link {
        background-position: -136px 0;
} 
.social-link__youku .social-link-link {
        background-position: -153px 0;
}

/* [[[[[[ _common.css */
.social-link__facebook .social-link-link:hover {
	background-position: 0 -20px;
}
.social-link__twitter .social-link-link:hover  {
	background-position: -17px -20px;
}
.social-link__vk .social-link-link:hover {
	background-position: -34px -20px;
}
.social-link__gp .social-link-link:hover {
	background-position: -51px -20px;
}
.social-link__more .social-link-link:hover {
	background-position: -68px -20px;
}
.social-link__youtube .social-link-link:hover {
	background-position: -85px -20px;
}
.social-link__weibo .social-link-link:hover {
        background-position: -102px -20px;
}

/*big sizes*/
.social-links__big  .social-link {
	margin-right: 1px;
	left: -3px;
	border: 3px solid #fff;
	border-radius: 5px;
}
.social-links__big  .social-link:hover {
	border-color: #D0D4D6;
}
.social-links__big  .social-link-link {
	height: 33px;
	width: 33px;
}
.social-links__big .social-link__facebook .social-link-link {
	background-position: 0px -50px;
}
.social-links__big .social-link__twitter .social-link-link  {
	background-position: -50px -50px;
}
.social-links__big .social-link__vk .social-link-link {
	background-position: -100px -50px;
}
.social-links__big .social-link__gp .social-link-link {
	background-position: -150px -50px;
}
.social-links__big .social-link__weibo .social-link-link {
        background-position: -200px -50px;
}

/*middle sizes*/
.social-links__middle .social-link {
	margin-right: 6px;
}
.social-links__middle .social-link-link {
	height: 25px;
	width: 25px;
}
.social-links__middle .social-link__facebook .social-link-link {
	background-position: 0 -100px;
}
.social-links__middle .social-link__twitter .social-link-link  {
	background-position: -30px -100px;
}
.social-links__middle .social-link__vk .social-link-link {
	background-position: -60px -100px;
}
.social-links__middle .social-link__gp .social-link-link {
	background-position: -90px -100px;
}
.social-links__middle .social-link__youtube .social-link-link {
	background-position: -120px -100px;
}
.social-links__middle .social-link__weibo .social-link-link {
        background-position: -150px -100px;
}
.social-links__middle .social-link__rss .social-link-link {
        background-position: -180px -100px;
} 
.social-links__middle .social-link__instagram .social-link-link {
        background-position: -210px -100px;
}
.social-links__middle .social-link__youku .social-link-link {
        background-position: -240px -100px;
}
.social-links__middle .social-link__facebook .social-link-link:hover {
	background-position: 0 -130px;
}
.social-links__middle .social-link__twitter .social-link-link:hover  {
	background-position: -30px -130px;
}
.social-links__middle .social-link__vk .social-link-link:hover {
	background-position: -60px -130px;
}
.social-links__middle .social-link__gp .social-link-link:hover {
	background-position: -90px -130px;
}
.social-links__middle .social-link__youtube .social-link-link:hover {
	background-position: -120px -130px;
}
.social-links__middle .social-link__weibo .social-link-link:hover {
        background-position: -150px -130px;
} 
.social-links__middle .social-link__rss .social-link-link:hover {
        background-position: -180px -130px;
} 
.social-links__middle .social-link__instagram .social-link-link:hover {
        background-position: -210px -130px;
} 
.social-links__middle .social-link__youku .social-link-link:hover {
        background-position: -240px -130px;
}

/*middle sizes in page live*/
.page-live-wrap .social-links {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: -6px;
}
/* >>>>>>> */



	
	
.closer {}
.closer-icon {
	height: 18px;
	width: 18px;
	position: absolute;
	top: -9px;
	right: -9px;
	z-index: 10000;
	background: url(../img/closer.png) left top no-repeat;
	cursor: pointer;
}
.closer-icon:hover {
	background-position: 0 -20px;
}

	
	
	
	
	
	
	
	
	
.action-button-gap {
	position: relative;
}
.action-button {
	height: 26px;
	width: 26px;
	display: block;
	background: url(../img/buttons.png) 1000px 1000px no-repeat;
	cursor: pointer;
	position: absolute;
	z-index: 100;
}

.action-button__delete {
	background-position: -19px -19px;
}
	.action-button__delete:hover {
		background-position: -19px -51px;
	}

.action-button__add {
	background-position: -59px -19px;
}
	.action-button__add:hover {
		background-position: -59px -51px;
	}
	
.action-button__play {
	background-position: -99px -19px;
}
	.action-button__play:hover {
		background-position: -99px -51px;
	}

.action-button__pause {
	background-position: -139px -19px;
}
	.action-button__pause:hover {
		background-position: -139px -51px;
	}
	

	
.action-button-gap .action-button__add,
.action-button-gap .action-button__delete {
	left: -29px;
	top: -0.25em;
	padding-right: 10px;
	display: none;
}

.block-news__horizontal .action-button-gap .action-button__add,
.block-news__horizontal .action-button-gap .action-button__delete {
	margin-top: -0.26em;
}

.action-button-gap:hover .action-button__add,
.action-button-gap:hover .action-button__delete  {
	display: block;
}








.tags {
	color: #666;
}
.tag-link {
	color: #666;
	text-decoration: none;
}
.tag-link:hover {
	text-decoration: underline;
}








.context-fixed-list {
	margin-top: 4em;
}
.context-fixed-item {
	margin: 1px 0;
}
.context-fixed-item__hidden {
	display: none;
}
.authors {
	color:#5e5e5e;
}
.authors img {
	vertical-align: middle;
	margin-right: 4px;
}
.article .authors {margin-top: 20px}


.banners { background: #EDF0F1; padding-bottom: 40px; }
.radio_program-photo{margin-top:10px;}

.banners-list {
	position: relative;
	left: -4px;
	top: -4px;
	min-width: 268px;
	margin-right: -16px;
}
.banners-item {
	border: 1px solid #D0D0D0;
	float: left;
	margin: 4px;
}
.banners-item-image {
	display: block;
}



.double_shadow{
    border-radius: 8px;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    background: #fff;
}
.double_shadow .all_news{
    padding:10px 0px 10px 10px;
    border-top:solid 1px #D8D8D8;
    clear:both;
}

.double_shadow .double_shadow_columns{
    position: relative;
}
.double_shadow .double_shadow_columns .content-column {
    width: 50%;
    float: left;
}
.double_shadow .double_shadow_columns .content-columns-delimeter {
    position: absolute;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #D8D8D8;
    z-index: 2;
    margin-left: -1px;
}

.news-comments_count {display: none}
.border-none {border:none}
.padding-none {padding: 0}
.spec_project_table {width:100%; table-layout:fixed}
.news-item-link-text {display: block}
.podcasting-help-list {margin: 15px 0}
.radio-programm-title-container {float:left;max-width:375px}

.banner {
	height: 43px;
	margin: 15px 0;
	background: #CFCFD2;
	position: relative;
}

.banner-link {
	text-decoration: none;
	color: #000 !important;
}

.banner-part__left {
	float: left;
}
.banner-part__right {
	float: right;
}

.banner-part-image {
	display: block;
}

.banner-part__center {
	position: relative;
	margin: 0 250px;
}

.banner-part__center .banner-part-text {
	line-height: 43px;
	text-align: center;
	position: absolute;
	width: 100%;
	font-size: 1.5em;
}
.article-text table {
	border-collapse: collapse;
}
.article-text td {
	border:1px solid black;
}

.repBg {background-color:#ef8484 !important}

.content-columns__top {
	background: #fff;
	margin-bottom: 20px;
	margin-top: 10px;
	
	border-radius: 8px;
	box-shadow: 1px 2px 2px rgba(0,0,0, 0.2);
	
	position: relative;
}

.content-columns__top .page-column-ruler {
	background: #E7E7E7;
	position: absolute;
	width: 1px;
	min-height: 100%;
	height: 100%;
}
.content-columns__top__navigated .page-column-ruler__first {
	opacity: 0;
}
.content-columns__top .page-column-ruler__first {
	left: 15%;
	z-index: 5;
	width: 0;
}
.content-columns__top .page-column-ruler__last {
	right: 30%;
	z-index: 5;
}
	
.content-columns__top .news-slider-wrapper {
	border-radius: 0;
	box-shadow: none;
}

.content-columns__top .nav__basic {
	margin-left: 0;
	margin-bottom: 0;
	
	background: #E4E6ED;
}

.content-columns__top .nav__themes .nav-item__selected {
	background: #fff;
}
.content-columns__top .nav__themes__navigated .nav-item__selected {
	background: rgba(255,255,255, 0.25) !important;
}


.content-columns__top__navigated .news-slider-wrapper {
	visibility: hidden;
}
.content-columns__top__navigated .themes_canvas {
	box-shadow: none;
}
.content-columns__top .content-navigated {
	box-shadow: none;
	border-radius: 0;
}

.content-columns__top .content-navigated__active {
	overflow: hidden;
}

.arrows-control {
	width: 8px;
	height: 12px;
	background: url(../img/arrows-controls__small.png) 0 0 no-repeat;
	display: inline-block;
	vertical-align: text-bottom;
	cursor: pointer;
}
	.arrows-control__inactive {
		cursor: default;
	}
.arrows-control__prev {
	background-position: -20px 0;
}
	.arrows-control__prev:hover {
		background-position: -40px 0;
	}
	.arrows-control__prev.arrows-control__inactive,
	.arrows-control__prev_inactive {
		background-position: 0 0 !important;
	}
.arrows-control__next {
	background-position: -30px 0;
}
	.arrows-control__next:hover {
		background-position: -50px 0;
	}
	.arrows-control__next.arrows-control__inactive,
	.arrows-control__next_inactive {
		background-position: -10px 0;
	}


.arrows-control__middle {
	width: 25px;
	height: 59px;
	background-image: url(../img/arrows-controls__middle.png);
}
.arrows-control__middle.arrows-control__prev {
	background-position: -50px 0;
}
	.arrows-control__middle.arrows-control__prev:hover {
		background-position: -100px 0;
	}
	.arrows-control__middle.arrows-control__prev.arrows-control__inactive,
	.arrows-control__middle.arrows-control__prev_inactive {
		background-position: 0 0 !important;
	}
.arrows-control__middle.arrows-control__next {
	background-position: -75px 0;
}
	.arrows-control__middle.arrows-control__next:hover {
		background-position: -125px 0;
	}
	.arrows-control__middle.arrows-control__next.arrows-control__inactive,
	.arrows-control__middle.arrows-control__next_inactive {
		background-position: -25px 0;
	}

.type-image-wrap {
	position: relative;
	display: inline-block;
}
.type-image-wrap__block {
	display: block;
}

.type-image {}

.type-image-wrap__block .type-image {
	display: block;
}

.type-image-icon {
	position: absolute;
	left: 30px;
	top: 30px;
	height: 103px;
	width: 103px;
	margin-top: -51px;
	margin-left: -51px;
	background: url(/img/type-icons.png) 1000px 1000px no-repeat;
	z-index: 2;
}

.type-image-wrap .type-image-icon__video {
	background-position: -16px -13px;
}
.type-image-wrap:hover .type-image-icon__video {
		background-position: -125px -13px;
	}
.type-image-wrap .type-image-icon__audio {
	background-position: -454px -13px;
}
	.type-image-wrap:hover .type-image-icon__audio {
		background-position: -564px -13px;
	}
.type-image-wrap .type-image-icon__gallery {
	background-position: -674px -13px;
}
	.type-image-wrap:hover .type-image-icon__gallery {
		background-position: -783px -13px;
	}

.type-image-wrap__small .type-image-icon {
	height: 30px;
	width: 30px;
	left: 0;
	top: 0;
	margin-left: 0;
	margin-top: 0;
}
.type-image-wrap__small .type-image-icon__video,
.type-image-wrap__small:hover  .type-image-icon__video {
	background-position: -47px -148px;
}
.type-image-wrap__small .type-image-icon__audio,
.type-image-wrap__small:hover .type-image-icon__audio {
	background-position: -97px -148px;
}
.type-image-wrap__small .type-image-icon__gallery,
.type-image-wrap__small:hover .type-image-icon__gallery {
	background-position: -147px -148px;
}
/*
.type-image-wrap__small .type-image-icon__video {
	background-position: -17px -128px; 
}
	.type-image-wrap__small:hover .type-image-icon__video {
		background-position: -71px -128px; 
	}
.type-image-wrap__small .type-image-icon__audio {
	background-position: -234px -128px; 
}
	.type-image-wrap__small:hover .type-image-icon__audio {
		background-position: -288px -128px; 
	}
.type-image-wrap__small .type-image-icon__gallery {
	background-position: -343px -128px; 
}
	.type-image-wrap__small:hover .type-image-icon__gallery {
		background-position: -397px -128px; 
	}
*/
	
	
	
	
	
/*text*/
.type-image__text {
	padding-right: 14px;
	margin-right: -14px;
}
.type-image__text:after {
	display: inline-block;
	content: "";
	margin-left: 4px;
	margin-bottom: -1px;
	width: 14px;
	height: 11px;
	background: url(/img/type-icons__text.png) 1000px 1000px no-repeat;
	z-index: 3;
}
.type-image__text__gallery:after {
	background-position: 0 0;
	width: 14px;
}
.type-image__text__audio:after {
	background-position: -37px 0;
	width: 11px;
}
.type-image__text__video:after {
	background-position: -20px 0;
	width: 12px;
}
.news-slide-image .type-image-wrap {min-height:200px}


.sticker-spoiler {
	position: fixed;
	bottom: 0;
	background: #fff;
	width: 100%;
	box-shadow: 0 0 4px rgba(0,0,0, 0.2);
	z-index: 10;
}

.sticker-spoiler .hotnews-blocks {
	width: 100%;
	
	display: table;
}

.sticker-spoiler .hotnews-block {
	display: table-cell;
	vertical-align: top;
}
	.sticker-spoiler .hotnews-block__label {
		display: block;
		float: left;
	}
	.sticker-spoiler .hotnews-block__list {
		width: 100%;
	}

	.sticker-spoiler .hotnews-list {
		overflow: hidden;
	}
	
	.sticker-spoiler .hotnews-list-wrap {
		position: relative;
	}

.sticker-spoiler  .hotnews-label {
	padding: 8px 10px;
	display: inline-block;
	background: #ff0000;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
}
.sticker-spoiler  .hotnews-list {
	padding: 8px 0;
	display: inline-block;
	display: block;
	margin: 0 40px 0 80px;
	position: relative;
}

.sticker-spoiler  .hotnews-controller {
	display: inline-block;
	width: 15px;
	height: 15px;
	position: absolute;
	background: url(/img/buttons.png) -144px -28px no-repeat;
	left: 35px;
	top: 11px;
	cursor: pointer;
}
	.sticker-spoiler  .hotnews-controller__play {
		background-position: -144px -28px;
	}
		.sticker-spoiler  .hotnews-controller__play:hover {
			background-position: -144px -58px;
		}
	.sticker-spoiler  .hotnews-controller__pause {
		background-position: -170px -28px;
	}
		.sticker-spoiler  .hotnews-controller__pause:hover {
			background-position: -170px -58px;
		}


.sticker-spoiler  .hotnews-item {
	margin: 0;
	left: 0;
	top: 0;
	line-height: 1.5;
	position: absolute;
	padding: 8px 0;
}
.sticker-spoiler  .hotnews-item__hidden {
	display: none;
}
.sticker-spoiler  .hotnews-item__active {
	margin-left: 0;
}


.sticker-spoiler .hotnews-item-link {
	color: #000;
}
.sticker-spoiler .hotnews-item-link:hover {
	color: #007BEA;
}
.sticker-spoiler .hotnews-item-title {
	white-space: nowrap;
}

.sticker-spoiler .hotnews-scroller {
	display: inline-block;
	padding: 8px;
	cursor: pointer;
	line-height: 1.5;
	position: absolute;
	top: 0;
}
	.sticker-spoiler .hotnews-scroller__left {
		float: left;
		left: 10px;
	}
	.sticker-spoiler .hotnews-scroller__right {
		left: 50px;
	}
	
.sticker-spoiler .hotnews-scroller  .arrows-control {
	position: relative;
	margin-top: 4px;
}


.article {
	zoom: 1;
}
.article:after {
	content: "";
	display: block;
	clear: both;
}

.article-print {
	height: 11px;
	width: 13px;
	display: inline-block;
	vertical-align: text-bottom;
	background: url(/img/print.png) 0 0 no-repeat; 
	margin-left: 1em;
}
.article-print:hover {
	background-position: -15px 0;
}


.article-time {
	font-size: 0.8em;
	color: #7F7F7F;
}
.article-header {
	margin: 0 0 10px;
}
.article-text {
	margin: 15px 0;
}
.article-tags {
	margin: 15px 0;
	font-size: 0.8em;
}
.article-tags .tags h4.tag{
	display: inline;
}
.article-text-para {
	margin: 15px 0;
}

.article-media {
	margin: 10px 0;
}

.article-media-photo {
	margin-bottom: 5px;
}
	.article-media-photo__with_caption {
		float: left;
		margin-right: 15px;
		
		max-width: 80%;
		height: auto;
	}
.article-media-origin {
	color: #808080;
	font-size: 0.8em;
}
.article-media-caption {
	color: #808080;
	font-size: 0.9em;
}



.article-gallery .gallery-view-gap {
	width: 460px;
}
.article-gallery .gallery-view-image-wrap {
	width: 460px;
	height: 300px;
}


.article-hovered p:hover, .article-hovered2:hover {
	background: #F2F8FE;
}

.article-stretcher {
	margin: -10px -15px -10px -15px;
	padding: 10px 15px 10px 15px;
	position: relative;
}
	.article-quotation .article-stretcher {
		margin-left: -50px;
		padding-left: 50px;
	}
	.article-comments.article-stretcher {
		padding-right: 15px;
	}

	.article-caption {
		font-weight: bold;
		font-size: 1.12em;
		line-height: 1.4;
		margin: 20px 0;
	}
	
	.article__video .article-timeline-link {
		display: none;
		left: -14px;
		top: 6px;
	}
	

.article-timeline p:hover .article-timeline-link {
	display: block;
}
	
.article-comments {
	margin-bottom: 10px !important;
	margin-top: 10px !important;
	
	position: relative;
}
	.article-comments-toggler {
		
	}
	
/*share buttons in comments block*/
.article-share {
	position: absolute;
	right: 15px;
	top: 10px;
}

.article-dialog:before {
	background: none;
	content: " ";
	display: block;
	float: left;
	height: 12px;
	margin-left: -15px;
	margin-top: 4px;
	width: 6px;
}
	.article-dialog__1:before {
		background: #007BEA;
	}
	.article-dialog__2:before {
		background: #FF4E15;
	}
	.article-dialog__3:before {
		background: #CE15FF;
	}
.article-dialog-name {
	font-weight: bold;
}


.article-subheader {
	color: #ff0000;
	margin: 20px 0 10px;
}


.article-quotation {
	margin: 20px 0 20px 35px !important;
}
.article-quotation-text {
	font-style: italic;
}
.article-quotation-author {
	margin-bottom: 0.2em;
}
.article-quotation-author-name {
	font-weight: bold;
}
.article-quotation-author-position {
	color: #808080;
}
.article-quotation-author-photo {
	float: left;
	margin-right: 8px;
	margin-top: 4px;
	position: relative;
}


.article-list-items {
	margin-left: 32px;
}
.article-list-item {
	margin: 5px 0 10px 1.32em;
}
.article-list-item:before {
    color: #FF0000;
    content: "— ";
    margin-left: -1.32em;
    position: relative;
}


.article-origin {
	color: #808080;
	font-size: 0.9em;
}


.article-prehistory {
	color: #808080;
	margin-top: 4em;
	margin-bottom: 2em;
}
.article-prehistory:before {
	height: 1px;
	width: 15%;
	display: block;
	border-top: 1px solid #ff0000;
	content: " ";
}
.article-prehistory .article-text-para {
	margin: 10px 0;
}



.article-commented .comments_count__empty, .article-text p .comments_count__empty {display:none}


.article-text p { 
	position: relative;
	margin: -6px -15px;
	padding: 10px 15px;
} 

.article-commented  .article-commented-link, .article-text p .article-commented-link {
	position: absolute;
	right: -5px;
	top: 10px;
	cursor: pointer;
	__display: none;
}
.article-commented:hover  .article-commented-link, .article-text p:hover .article-commented-link {
	display: block;
}
.article-text sup { 
	font-size: 0.8em;
	vertical-align: super;
}
.article-text sub { 
	font-size: 0.8em;
	vertical-align: sub;
}
.article-commented-comments {
	margin-left: 4em;
	padding-top: 1em;
}






/*articles links*/
.article-links {}
.article-links__vertical {}

.articles-links-label {
	display: block;
	color: #ff0000;
	margin-bottom: 1em;
	font-weight: bold;
}
.articles-links-list__nw  {
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}
.articles-links-list__nw .articles-links-item {
	margin-bottom: 0;
}


.articles-links-item__vf {

}


.articles-links-item {
	display: inline-block;
	margin-right: 1em;
	vertical-align: top;
	width: 130px;
	line-height: 1.4;
	margin-bottom: 1em;
}
	.article-links__vertical .articles-links-item {
		margin-right: 0;
		margin-bottom: 1em;
		display: block;
	}

.articles-links-item__none {
	position: absolute;
	left: -100%;
}

.articles-links-item-media-image {
	padding-bottom: 0.2em;
}
.articles-links-item-link {
	white-space: normal !important;
}
.articles-links-item-meta {
	margin-top: 0.25em;
}



.articles-links-list__block .articles-links-item {
	display: block;
	margin: 0 0 1.4em 120px;
	left: 1em;
	position: relative;
	width: auto;
	min-height: 70px;
}
.articles-links-list__block  .articles-links-item-media {
	position: absolute;
	left: -120px;
	top: 0;
	margin-left: -1em;
}


.articles-links-list__text .articles-links-item {
	display: block;
	margin: 0 0 0.8em 0;
	position: relative;
	width: auto;
}





/*partners news*/
.article-partners_news {
	border-top: 1px solid #D8D8D8;
	margin: 15px -15px 15px -15px;
	padding: 0 15px;
	position: relative;
}
.partners_news {
	margin: 15px 0;
	border-top: 1px solid #D8D8D8;
	padding: 0 15px 15px;
}


.article-media-img-wrap { float:left; max-width:100%}
.article-media-img-wrap img {display:block}

.article-media:after {content:""; clear:both; display:block}
.article-media {height:1%}
.img-copyright {float:right; margin:0 0 2px 2px; text-align:right}

/* article headers */
.article-header-inline {
	display: inline;
	font-weight: bold;
	color: black;
	margin-right: 3px;
}


.hotnews-list-gap {
	padding: 10px 15px;
}

.hotnews-label {
	margin-bottom: 1em;
	line-height: 1;
}
.hotnews-label-link {
	color: #ff0000;
}

.hotnews-list {

}

.hotnews-item {
	margin: 0 0 1em;
	line-height: 1.4;
}
	.hotnews-item__hidden {
		display: none;
	}

.hotnews-item-time {
}

.hotnews-item-link {
}



.hotnews-list-all {
	margin-top: 1em;
	font-size: 0.9em;
}

.hotnews-list-all-link {
	color: #696E71;
	float: right;
}



.news-list {}
	.news-list__themes {
		margin-top: 10px;
	}
	
.news-item {}
	.news-item__themes  {
		float: left;
		min-width: 120px;
		width: 33%;
		line-height: 1.4;
		position: relative;
	}

	.news-item__themes__compact {
		height: 135px;
		padding-bottom: 2em;
		top: -1.8em;
	}
	.news-item__themes__compact .news-item-text {
		max-height: 125px !important;
		overflow: hidden;
		margin-top: 0.32em;
	}
	.news-item__themes__compact .news-item-caption {
		height: 2.8em!important;
		position: relative;
		vertical-align: bottom;
		display: table-cell;
		width: 100%;
		overflow: hidden !important;
		font-size: 0.9em;
		line-height: 1.4;
	}
	
	.news-item__themes .news-item-gap {
		margin-right: 2em;
	}
	.news-item__themes .news-item-gap__3 {
		margin-right: 0;
	}
	
	.news-item__themes__gallery .news-item-gap__3 {
		margin-right: 2em;
	}

	.news-item__themes .news-item-text {
		max-height: 235px;
		overflow: hidden;
	}

	.news-item__themes__gallery .news-item-text {
		max-height: 270px;
	}


	.content-navigated-special .news-item__themes .news-item-text {
		height: 122px;
		margin-bottom: 20px;
	}	
	
	.news-item__themes .news-item-title {
		margin: 75px 0 0.5em;
	}
	
	.news-item__themes__gallery .news-item-title {
		margin-top: 215px !important;
	}
	
	
	.news-item__themes .news-item-summary {
		margin: 0.5em 0;
		position: relative;
	}
	.news-item__themes .news-item-link {
		display: inline;
		position: relative;
	}
	
	.news-item__themes__gallery .news-item-link {
		position: static;
	}
	
	.news-item__themes .news-item-image {
		margin-top: -75px;
		position: absolute;
		width: 120px;
	}
	
	.news-item__themes__gallery .news-item-image {
		margin-top: -215px;
		display: block;
	}

	.news-item__themes div.news-item-image {
		width: 120px;
		height: 70px;
	}
	

/*NEWS COMMON BLOCKS*/
.news-time {
	color: #7F7F7F;
	font-size: 0.8em;
	white-space: nowrap;
}
.news-comments_count {
	background: #ff0000;
	color: #fff;
	cursor: pointer;
	font-size: 0.8em;
	padding: 1px 2px;
}




.news-slider-wrapper {
	margin: 15px 15px;
	overflow: hidden;
	
	box-shadow: 1px 2px 2px rgba(0,0,0, 0.2);
	background: #fff;
	border-radius: 8px;
	position: relative;
}

.news-slider {
	width: 100%;
	/*overflow: hidden;*/
}

.news-slider-gap {
	position: relative;
	margin: 0 -15px;
	padding: 3px 15px 0 15px;;
	
	overflow: hidden;
}

.news-slides {
	width: 100%;
}

.news-slide {
	width: 100%;
	float: left;
	padding-top: 0.26em;
	margin-top: -0.26em;
}

.news-slide-cover {
	float: left;
	margin-right: 10px;
	position: relative;
}
	.news-slide-cover__with_media {
		cursor: pointer;
	}


.news-slide-media_type__tmp {
	color: #fff;
	font-size: 6em;
	background: rgba(255,255,255, 0.5);
	height: 100px;
	width: 100px;
	line-height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	border-radius: 100px;
	z-index: 2;
	margin: -50px 0 0 -50px;
}
.news-slide-media_type__additional {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}

.news-slide-media_type-additional {
	margin: 5px;
	position: relative;
}
.news-slide-media_type-additional-label {
	display: inline-block;
	color: #fff;
	background: #ff0000;
	padding: 0.12em 0.4em;
	font-weight: bold;
	font-size: 0.9em;
}
.news-slide-media_type-additional-content {
	padding: 0.12em 0.4em;
	color: #333;
	font-size: 0.9em;
	background: #fff;
	background: rgba(255,255,255, 0.85);
	line-height: 1.3;
	position: relative;
}
	.news-slide-media_type-additional-content__with_photo {
		padding-right: 35px;
		min-height: 28px;
	}

.news-slide-media_type-additional-content-photo {
	position: absolute;
	top: 0;
	right: 0;
}

.news-slide-details-block-additional-content {
	line-height: 1.4;
	max-height: 150px;
	overflow: hidden;
	padding-top: 0.28em;
}

.news-slide-details-block-additional-content-subject {
	font-size: 1.3em;
	line-height: 1.2;
	margin-bottom: 0.2em;
	position: relative;
}
.news-slide-details-block-additional-content-subject__with_photo {
	padding-left: 50px;
	min-height: 43px;
	position: relative;
	top: -0.26em;
}
.news-slide-details-block-additional-content-subject-photo {
	position: absolute;
	left: 0;
	top: 0.26em;
}

.news-slide-details-block__additional .block-news__horizontal {
	margin: 15px -15px;
}


.news-slide-details-block__additional .block-news__horizontal .news-item-link  {
	text-decoration: none;
	color: #ff0000;
}
.news-slide-details-block__additional .block-news__horizontal .news-item-link:hover  {
	color: #007BEA;
}
.news-slide-details-block__additional .block-news__horizontal .news-item-link .news-item-image {
	cursor: pointer;
}


.news-slide-text-content {
	max-height: 180px;
	overflow: hidden;
	
	top: -0.26em;
	position: relative;
	margin-bottom: -0.26em;
}

.news-slide-image {
	display: block;
	position: relative;
}


.news-slide-authors {
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 0.32em;
}
.news-slide-author {}
.news-slide-author__leading {
	min-height: 40px;
	padding-left: 40px;
}
.news-slide-author-name {}
.news-slide-author-link {
	position: relative;
}
.news-slide-author-photo {
	position: absolute;
	top: 0;
	left: -40px;
}
.news-slide-author-position {
	font-size: 0.9em;
}


.news-slide-title {
	font-size: 1.3em;
	line-height: 1.2;
}
.news-slide-title h2, .news-slide-title h1 {
	font-size: 1em;
	font-size: 1em;
}

.news-slide-summary {
	line-height: 1.4;
	margin: 0.44em 0 0.2em;
}

.news-slide-title-link {
	text-decoration: none;
	color: #ff0000;
}

.lng_pek .news-slide-title-link {
	text-decoration: none;
	color: #235A8C;
}

.news-slider-links-gap {
	overflow: hidden;
	position: relative;
	padding: 0;
	margin: 20px 0 0;
	display: inline-block;
	max-width: 100%;
}

.news-slider-links-wrap {
	position: relative;
	margin: 0 30px;
	overflow: hidden;
}

.news-slider-links-control {
	position: absolute;
	top: 50%;
	width: 25px;
	height: 59px;
	display: block;
	z-index: 3;
	margin-top: -29px;
}
	.news-slider-links-control__left {
		left: 0;
	}
	.news-slider-links-control__right {
		right: 0;
	}

.news-slider-links {
	/*
	margin: 0;
	position: absolute;
	*/
	position: relative;
	z-index: 2;
	display: table;
}
.news-slider-link {
	display: table-cell;
	cursor: pointer;
}
.news-slider-link-content {
	border: 7px solid transparent;
	display: block;
	margin-left: -7px;
	left: 7px;
	position: relative;
}

.news-slider-link__active .news-slider-link-content {
	border-color: #E5E7ED;
}


.news-slider-link-image {
	display: block;
	position: relative;
}
.news-slider-link-image-gap {
	position: relative;
	overflow: hidden;
}

.news-slider-link-label {
	background:#ff0000;
	bottom: 0;
	left: 0;
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
	padding: 0.2em 0.4em;
	line-height: 1.4;
	position: absolute;
	width: 100%;
	text-decoration: none;
	border: none;
}





		
		
		
		
		
		
		
		
		
.news-slider-holder {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
	border: 1px solid transparent;
}
.news-slider-holder-content {
	padding: 15px;
}
.news-slider-holder-closer {
	right: 10px;
	top: 7px;
}
.news-slide-details-block {}
.news-slide-details-block-pleer {
	height: 250px;
	width: 460px;
	background-color: #FFFFFF;
	);
}
.news-slide-details-block-pleer audio,
.news-slide-details-block-pleer video {
	height: 250px;
	width: 460px;
}
.news-slide-details-block-header {
	color: #ff0000;
	font-size: 1.26em;
	margin-top: 0.5em;
	line-height: 1.2;
}

.news-slide-details-block__gallery .gallery-view-text {
	left: 338px;
	padding: 15px 30px;
	position: absolute;
	top: 0;
}
.news-slide-details-block__gallery .gallery-view-text-content {
	height: 183px;
	overflow: hidden;
}
.news-slide-details-block__gallery .gallery-view {
	height: 183px;
}
.news-slide-details-block__gallery .gallery-view-gap {
	margin: 0;
}
.news-slide-details-block__gallery .gallery-preview {
	margin-bottom: 0;
}
.news-slide-details-block__gallery .gallery-view-image {
	cursor: pointer;
	x-float: left;
	x-margin-right: 10px;
}
.news-slide-details-block__gallery .gallery-preview-wrap {
	text-align: left;
}
.news-slide-details-block__gallery .gallery-view-image-wrap {
	text-align: center;
	vertical-align: top;
	min-width: 338px;
	background: #dfe3e4;
}




.news-slide-details-block__additional {}
.news-slide-details-block-additional {
	margin-top: -15px;
}
.news-slide-details-block-additional-label {
	background: #ff0000;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0.2em 0.4em;
	line-height: 1.4;
	position: relative;
}
.news-slide-details-block-additional-content {

}










.gallery {}

.news-slider-control, .gallery-control {
	height: 60px;
	width: 60px;
	position: absolute;
	background: url(/img/arrows-controls__big.png) -120px -60px no-repeat;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
	z-index: 3;
	
	opacity: 0; 

	-webkit-transition: opacity .25s ease-in;
	-moz-transition: opacity .25s ease-in;
	-o-transition: opacity .25s ease-in;
}
	.news-slider-control__visible, .gallery-control__visible {
		opacity: 1; 
	}

	.news-slider-control__prev, .gallery-control__prev {
		left: 5px;
		background-position: -120px 0;
	}
		.news-slider-control__prev, .gallery-control__prev:hover {
			background-position: -240px 0;
		}
	.news-slider-control__next, .gallery-control__next {
		right: 5px;
		background-position: -180px 0;
	}
		.news-slider-control__next, .gallery-control__next:hover {
			background-position: -300px 0;
		}

.news-slider-control__left, .gallery-control__left {}
.news-slider-control__right, .gallery-control__right {}



.gallery-view-gap {
	display: block;

	/*override*/
	display: table;
	margin: 0 auto;
}

.gallery-view {
	position: relative;
	margin: 0 -15px;
	padding: 0 15px;
}
.gallery-view-image-wrap {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	margin: 0 auto;
}
.gallery-view-image-wrap-inner {
	display:inline-block;
        position:relative;
}
.gallery-view-image {
	display: block;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
}
.news-slider-holder .gallery-view-copyright {
	display: none;
}
.gallery-view-positions {
	color: #525252;
	margin-right: 1em;
	float: left;
}
.gallery-view-text {
	line-height: 1.4;
}
.gallery-view-text-content {}

.gallery-preview-wrap {
	text-align: center;
}

.gallery-preview {
	position: relative;
	display: inline-block;
	max-width: 100%;
	margin: 12px 0;
}
.gallery-preview-control {
	position: absolute;
	top: 50%;
	height: 12px;
	width: 8px;
	display: block;
	z-index: 3;
	margin-top: -6px;
}
.gallery-preview-control__prev {
	left: 0;
}
.gallery-preview-control__next {
	right: 0;
}
.gallery-preview-links-wrap {
	margin: 0 21px;
	overflow: hidden;
	position: relative;
}
.gallery-preview-links {
	display: table;
	margin-right: 7px;
	position: relative;
}
.gallery-preview-link {
	display: table-cell;
	cursor: pointer;
}
.gallery-preview-image {
	display: block;
}
.gallery-preview-link__active {
	cursor: default;
}
.gallery-preview-link-content {
	border: 4px solid transparent;
	display: block;
	left: 4px;
	margin-left: -4px;
	position: relative;
}
.gallery-preview-link__active .gallery-preview-link-content {
    border-color: #E5E7ED;
}









/*gallery in popup*/
.body__gallery_fixed {
	overflow: hidden;
}
.body__gallery_fixed .popup-gallery {
	margin: 38px auto;
}
.body__gallery_fixed .popup-gallery-logo {
	position: absolute;
	top: 0;
	left: 38px;
}
.body__gallery_fixed .popup-gallery-title {
	color: #fff;
	font-size: 1.7em;
	line-height: 1.1;
	margin-bottom: 0.5em;
}
.body__gallery_fixed .popup-block .gallery {
	color: #eee;
}
.body__gallery_fixed .popup-block .gallery-view {
	position: relative;
	margin: 18px 0;
}
.body__gallery_fixed .popup-block .popup-gallery-title,
.body__gallery_fixed .popup-block .gallery .gallery-view-text,
.body__gallery_fixed .popup-block .gallery .gallery-preview-wrap {
	width: 650px;
	margin: 0 auto;
}
.body__gallery_fixed .popup-block .gallery-preview-link__active .gallery-preview-link-content {
	border-color: #E4E6ED;
}
.body__gallery_fixed .popup-block .gallery .gallery-view-text {
	min-height: 150px;
}



.body__gallery_fixed #popup-closer {
	top: 38px;
	right: 38px;
}
.body__gallery_fixed #popup {
	width: 100%;
	height: 100%;
}
.body__gallery_fixed #popup-outer-wrap {
	height: 100%;
	width: 100%;
}
.body__gallery_fixed #popup-inner-wrap {
	width: 100%;
	height: 100%;
	background: #000;
	background: rgba(0,0,0, 0.95);
	margin: 0;
}
.body__gallery_fixed  #popup-content-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
}
.body__gallery_fixed #popup-placeholder {
	position: relative;
	background: none;
	box-shadow: none;
	border-radius: 0;
	width: 100%;
	padding: 0;
}



.gallery-view-image-wrap .type-image-icon {
	cursor:pointer;
}
.popup-gallery .gallery-view-image-wrap .type-image-icon {
	display: none;
}
.type-image-icon__zoom {
	background-position: -1112px -13px;
	cursor:pointer;
}
.gallery-view-image-wrap-inner:hover .type-image-icon__zoom {
	background-position: -1222px -13px;
}


.experts {}
.experts-label {
	margin-bottom: 1em;
}
.experts-label-link {
	color: #696E71;
}
.experts-list {
	margin-right: 15px;
}
.experts-item {
	position: relative;
	margin: 0 0 1.4em;
	min-height: 50px;
	padding-left: 60px;
	line-height: 1.4;
}
	.experts-item:last-child {
		margin-bottom: 0;
	}
.experts-item-name {
	position: relative;
}
.experts-item-image {
	position: absolute;
	top: 0;
	left: 0;
}
span.experts-item-image {
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
}
.experts-play {
	margin-top: 1em;
	font-size: 0.9em;
}
.experts-play-link {
	color: #696E71;
	float: right;
}
.experts-play-link:before {
	height: 15px;
	width: 15px;
	display: block;
	position: relative;
	background: url(/img/buttons.png) -144px -28px no-repeat;
	content: "";
	float: left;
	margin-right: 5px;
	bottom: -2px;
}
.experts-play-link:hover:before {
	background-position: -144px -58px !important;
}





.experts-item-link {}
.experts-item-image-wrap {
	width: 60px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
}
/*
.type-image__text .experts-item-image-wrap  {
	background: url(/i/play__50x50.png) 0 0 no-repeat;
}
.experts-item-link:hover .experts-item-image  {
	display: none;
}
*/


.content-column-block__report {
	background: #D8E6F3;
}

.content-column-block__report .content-column-block-label {
	background: #ACC3DA;
	margin-left: 15px;
}

.content-column-block__report .content-column-block-label-accented {
	font-style: italic;
	color: #4675A0;
}




.report {
	padding: 10px 15px;
}

.report__scrolled {
	max-height: 350px;
}

.report__scrolled.with_fade__yes:before {
	background: -webkit-linear-gradient(top, rgba(216,230,243, 0) 0%, rgba(216,230,243, 1) 100%);
	background: -moz-linear-gradient(top, rgba(216,230,243, 0) 0%, rgba(216,230,243, 1) 100%);
	background: -o-linear-gradient(top, rgba(216,230,243, 0) 0%, rgba(216,230,243, 1) 100%);
	background: linear-gradient(top, rgba(216,230,243, 0) 0%, rgba(216,230,243, 1) 100%);
}
.report__scrolled:hover.with_fade__yes:before {
	background: -webkit-linear-gradient(top, rgba(233,241,247, 0) 0%, rgba(233,241,247, 1) 100%);
	background: -moz-linear-gradient(top, rgba(233,241,247, 0) 0%, rgba(233,241,247, 1) 100%);
	background: -o-linear-gradient(top, rgba(233,241,247, 0) 0%, rgba(233,241,247, 1) 100%);
	background: linear-gradient(top, rgba(233,241,247, 0) 0%, rgba(233,241,247, 1) 100%);
}




.report-subject {
	line-height: 1.2;
	font-size: 1.2em;
}

.report-comments {
	line-height: 1.4;
	margin: 0.5em -15px 0;
	position: relative;
}

.report-comment {
	margin: 0;
	padding: 10px 15px 10px 60px;
	position: relative;
}


.report-comments-all {
	position: relative;
	z-index: 2;
	margin-top: -10px;
}
.report-comments-all-link {
	padding: 5px 15px 5px 60px;
	display: block;
	background: #D8E6F3;
	text-align: right;
	font-size: 0.9em;
}

.content-column-block__report .report-comment {
	padding-top: 5px;
	padding-bottom: 5px;
}
.content-column-block__report .report-comment-time {
	top: 5px;
}
.content-column-block__report .report-comment__important .report-comment-time {
	color: #000;
}

.report-comment__important {
	margin-bottom: 6px;
}
.report-comment__important .report-comment-text {
	color: #D24E50;
}
.report-comment__important .report-comment-author {
	display: none;
}
.report-comment__important .report-comment-text {
	font-weight: bold;
}



.report-comment-author-link {
	color: #000 !important;
	text-decoration: none;
}
.report-comment-author-link:hover {
	color:	#007BEA !important;
	text-decoration: underline;
}





.report-comment-text {
	overflow: hidden;
	max-height: 50px;
}

	.report-comment  .with_fade__yes:before {
		background: -webkit-linear-gradient(top, rgba(216,230,243, 0) 0%, rgba(216,230,243, 1) 100%);
		background: -moz-linear-gradient(top, rgba(216,230,243, 0) 0%, rgba(216,230,243, 1) 100%);
		background: -o-linear-gradient(top, rgba(216,230,243, 0) 0%, rgba(216,230,243, 1) 100%);
		background: linear-gradient(top, rgba(216,230,243, 0) 0%, rgba(216,230,243, 1) 100%);
	}
	.report-comment:hover  .with_fade__yes:before {
		background: -webkit-linear-gradient(top, rgba(233,241,247, 0) 0%, rgba(233,241,247, 1) 100%);
		background: -moz-linear-gradient(top, rgba(233,241,247, 0) 0%, rgba(233,241,247, 1) 100%);
		background: -o-linear-gradient(top, rgba(233,241,247, 0) 0%, rgba(233,241,247, 1) 100%);
		background: linear-gradient(top, rgba(233,241,247, 0) 0%, rgba(233,241,247, 1) 100%);
	}	
	

.report-comment:hover {
	background: #E8F0F8;
}

.report-comment__all:hover,
.report-comment__more:hover {
	background: none;
}


	.report-comment:last-of-type {
		margin-bottom: 0;
	}	

.report-comment-text  {
	margin: 0.12em 0;
}

.report-comment-author {
	position: relative;
	font-style: italic;
}

.report-comment-time {
	position: absolute;
	left: 15px;
	top: 10px;
	color: #636363;
	margin-top: 0.15em;
}

/* .content-column-block__polls {
	background: #FFFAEF;
	margin-top: 20px;
	border-radius: 8px;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}

.content-column-block__polls .content-column-block-label {
	background: #FFD898;
	margin-left: 15px;
}

.extra-block__polls {
	background: #FFFAEF;
	padding: 0;
	margin-top: 0;
	border:none;
}

.polls {
	z-index: 0;
	position: relative;
}

.poll {
	padding: 10px 15px;
}


.poll-question {
	font-weight: bold;
	line-height: 1.4;
}

.poll-answers {
	margin: 0.5em 0 1.5em 1.8em;
	line-height: 1.3;
	position: relative;
}

.poll-answer {
	position: relative;
	padding: 0.4em 0;
}
.poll-answer-textarea {
	margin-top: 0.2em;
}
.poll-answer-textarea .input__textarea {
	height: 6em;
}

.poll-answer-bg {
	background: #FFEECF;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: -1;
}

.poll-answer-label {
	/*enables click between line-height air gap*/
	padding: 1em 0;
}

.poll-answer-input {
	position: absolute;
	left: -1.8em;
}

.poll-answer-result {
	padding-left: 1.5em;
}





 */
.content-column-block__polls_active {
	background: #FFFAEF;
	margin-top: 20px;
}

.content-column-block__polls_active .content-column-block-label {
	background: #FFD898;
	margin-left: 15px;
}

.extra-block__polls_active {
	background: #FFFAEF;
	padding: 0;
	margin-top: 0;
        width:100%;
}

.polls_active {
	z-index: 0;
	position: relative;
}

.poll_active {
	padding: 10px 15px;
}

.poll_active-question {
	font-weight: bold;
	line-height: 1.4;
}

.poll_active-answers {
	margin: 0.5em 0 1.5em 1.8em;
	line-height: 1.3;
	position: relative;
}

.poll_active-answer {
	position: relative;
	padding: 0.4em 0;
}
.poll_active-answer-textarea {
	margin-top: 0.2em;
}
.poll_active-answer-textarea .input__textarea {
	height: 6em;
}

.poll_active-answer-bg {
	background: #FFEECF;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: -1;
}

.poll_active-answer-label {
	/*enables click between line-height air gap*/
	padding: 1em 0;
}

.poll_active-answer-input {
	position: absolute;
	left: -1.8em;
}

.poll_active-answer-result {
	padding-left: 1.5em;
}








.poll-time {
	color: #7F7F7F;
	font-size: 0.8em;
}

.poll-question {
	margin: 10px 0;
}

.poll-alternative {
	margin: 1em 0;
}

.poll-links {
	margin: 1em 0 2em;
}

.poll-answers {
	margin: 1em 0;
}

.poll-answer {
	margin-left: 4em;
	position: relative;
	padding: 0.4em 0;
}
.poll-answers__alternative {
	margin-top: 1em 0 0 0;
}


.poll-answer-label {
	z-index: 2;
	position: relative;
}

.poll-answer-bg {
	background: none repeat scroll 0 0 #FFEECF;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1;
}

.poll-answer-pc {
	top: 0;
	left: 0;
	margin-left: -4em;
	padding: 0.4em 0;
	position: absolute;
	text-align: right;
	white-space: nowrap;
	width: 3em;
}

.polls-answers-total {
	color: #7F7F7F;
	font-size: 0.9em;
	margin: 1em 0 2em;
}

.poll-archive {
	margin: 1em 0;
}


.polls-list {

}

.polls-item {
	border-bottom: 1px solid #D8D8D8;
	padding: 2em 15px;
	margin: 0 -15px;
}

ul>.polls-item:first-child {
	padding-top: 0;
}

.polls-item-title {
	font-size: 1.3em;
	line-height: 1.2;
}

.polls-item .polls-answers-total {
	margin-bottom: 0;
}

.polls-more {
	margin: 1em 0;
}

.polls-calendar {
	border-top: 1px solid #D8D8D8;
}

.content-column-block__reviews {
	background: #BDDBF9;
}

.content-column-block__reviews .content-column-block-label {
	background: #82B6F2;
	margin-left: 15px;
}

.content-columns__double .content-column-block:first-of-type  {
	border-bottom-right-radius: 0 !important;
}

.content-column-block + .content-column-block {
	border-top-right-radius: 0 !important;
}


.review {
	padding: 10px 15px;
	border-bottom: 1px solid #ACC7E2;
	border-top: 1px solid #D7E9FB;
}
	.review:first-of-type {
		border-top: none;
	}
	.review:last-of-type {
		border-bottom: none;
	}

.review-subject {
	line-height: 1.2;
	font-size: 1.2em;
}

.review-comments {
	line-height: 1.3;
	margin: 0.5em 0;
	position: relative;
}

.review-comment {
	margin: 1em 0 1em 40px;
}
	.review-comment:last-of-type {
		margin-bottom: 0;
	}

.review-comment-text  {
	margin: 0.12em 0;
}

.review-comment-link {
	font-size: 0.9em;
	margin: 0.2em 0;
}

.review-comment-author {
	position: relative;
	font-style: italic;
}

.review-comment-author-image {
	position: absolute;
	left: -40px;
	top: 0.25em;
}

.experts-extra {
	position: relative;
}

.tabs .hotnews-item:first-child {
	margin-top: 0;
}
.tabs .hotnews-item:last-child {
	margin-bottom: 0;
}




.exclusive-list {
	margin-right: 15px;
}
.exclusive-item {
	position: relative;
	margin: 0 0 1.4em;
	min-height: 50px;
	padding-left: 60px;
	line-height: 1.4;
}
.exclusive-item-name {
	position: relative;
	margin-bottom: 0.2em;
}
.exclusive-item-image {
	position: absolute;
	top: 0;
	left: 0;
}
span.exclusive-item-image {
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
}


.content-columns__double__joined {
	border-radius: 8px;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
	background: #fff;
	position: relative;
}
.content-columns__double__joined  .content-columns-delimeter {
	position: absolute;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #D8D8D8;
	z-index: 2;
	margin-left: -1px;
}
.content-columns__double__joined .content-column-block {
	box-shadow: none !important;
	border-radius: none !important;
}
.content-columns__double__joined  .content-column__2 .content-column-block {
	z-index: 3;
}
.content-columns__double__joined  .content-column__2 .content-column-block__report  + .content-column-block__news {
	border-top: 1px solid #D8D8D8;
}

.content-columns__double__joined .content-column-block__hotnews + .content-column-block__news {
	border-top: 1px solid #D8D8D8;
}
/*
.content-columns__double__joined .content-column-block__hotnews + .content-column-block__news .content-column-block-label {
	display:none;
}*/

.themes_canvas {
	box-shadow: none;
	display: block;
}

.toggler {}

.toggler-opener {

}

.toggler-content {

}
	.toggler__closed .toggler-content {
		display: none;
	}
	.toggler__opened .toggler-content {
		display: inherit;
	}

.heading__tag {
	font-family: verdana;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: -0.12em;
}


.news-item-tags {
	font-size: 0.8em;
	margin-top: 5px;
}

.tags {
	color: #666;
}

.tag-link {
	color: #666;
	text-decoration: none;
}
.tag-link:hover {
	text-decoration: underline;
}



.calendar-extra {
	padding: 10px 15px;
	position: relative;
}

.calendar {}

.calendar-label {
	margin-bottom: 0.4em; 
}

.calendar-controls {

}
.calendar-control-gap {
	margin-right: 1em;
}
.calendar-control-text {
	margin: 0 0.25em;
}


.calendar-control {
	width: 8px;
	height: 12px;
	background: url(/img/news-calendar-controls.png) 0 0 no-repeat;
	display: inline-block;
	vertical-align: text-bottom;
	cursor: pointer;
}
.calendar-control__inactive {
	cursor: default;
}
.calendar-control__prev {
	background-position: -20px 0 ;
}
.calendar-control__prev_inactive {
	background-position: 0 0;
	cursor: default;
}
.calendar-control__next {
	background-position: -30px 0;
}
.calendar-control__next_inactive {
	background-position: -10px 0;
}

	
	
.calendar-table {
	margin: 1em 0;
}


.calendar-days {
	color: #ABABAB;
	font-size: 0.9em;
	position: relative;
	margin-left: -0.2em;
	margin-bottom: 0.5em;
}

.calendar-days .calendar-day {
	padding: 0.2em;
}
.calendar-days .calendar-day__selected {
	background: #E4E6ED;
	color: #000;
}

.calendar-table  .calendar-day {
	width: 35px;
	height:36px;
	border: 1px solid #fff;
       font-size: 16px !important;
       color: #777777;
       vertical-align: top;
}

.calendar-day img {
	display: block; 
	position:absolute; 
	clip: rect(0 35px 35px 0px);
}
.calendar-table  .calendar-day-link {
	display: block;
	height: 35px;
	position: relative;
	width: 35px;
	background-position: center;
	background-color: rgb(240, 245, 250);
	text-align: center;
}
.calendar-table  .calendar-day-link img {
	position: absolute;
	left: 0;
	top: 0;
}

.calendar-table  .calendar-day a:hover  {
	box-shadow: 0 0 6px 4px #228DED;
	z-index: 49;
}

.calendar-day__empty {
	background: #EDF0F1;
}

.calendar-table .calendar-day-link div,
.calendar-day__empty div{
	padding: 7px 9px 0 0;
	text-align: right;
}

.calendar-day__inactive {
}

.calendar-day__inactive .calendar-day-link {
	opacity: 0.1;
}

.calendar-day__inactive .calendar-day-link:hover {
	opacity: 1;
}
.calendar-day__inactive div {
	height: 35px;
	width: 35px;
}





.calendar-target-date {
	color: #7F7F7F;
	font-size: 0.9em;
}
.calendar-target-subject {
	line-height: 1.2;
}

.content-column-block-archive:after {
	content: '';
	display: block;
	clear: both;
}
.content-column-block-archive .calendar-extra {
	float: left;
}
.calendar-years {
	margin: 0 15px;
	padding: 10px 0 0 0;
}
.calendar-years .calendar-years-current {
	padding: 0 3px 0 0;
}
.calendar-years .calendar-years-link {
	padding: 0 3px 0 0;
}

.lang_editions-wrap {
	background: #dfe1e2;
	padding: 0.25em 0;
}

.lang_editions {}

.lang_editions-label {
	display: inline-block;
}

.lang_editions-list {
	display: inline-block;
}

.lang_editions-item {
	margin: 0 5px;
	display: inline-block;
}

.lang_editions-item-label {
	position: relative;
}

.lang_editions-item-label .flag_icon {
	margin-right: 5px;
}



.flag_icon {
	background: url(../img/flags.png) 1000px 1000px no-repeat;
	height: 11px;
	width: 14px;
	display: inline-block;
}
	.flag_icon__WS {
		background-position: 0 0;
		width: 12px;
		margin-bottom: -1px;
	}	
	.flag_icon__US {
		background-position: -87px 1px;
	}	
	.flag_icon__GB {
		background-position: -105px 1px;
	}	
	.flag_icon__TR {
		background-position: -141px 1px;
	}
	.flag_icon__RU {
		background-position: -15px 1px;
	}
	.flag_icon__IN {
		background-position: -123px 1px;
	}
	.flag_icon__BR {
		background-position: -33px 1px;
	}
	.flag_icon__CN {
		background-position: -141px 1px;
	}
	.flag_icon__JP {
		background-position: -51px 1px;
	}
	.flag_icon__UA {
		background-position: -159px 1px;
	}
	.flag_icon__FR {
		background-position: -177px 1px;
	}



.experts-extra {
	position: relative;
}

.tabs .hotnews-item:first-child {
	margin-top: 0;
}
.tabs .hotnews-item:last-child {
	margin-bottom: 0;
}




.exclusive-list {
	margin-right: 15px;
}
.exclusive-item {
	position: relative;
	margin: 0 0 1.4em;
	min-height: 50px;
	padding-left: 60px;
	line-height: 1.4;
}
.exclusive-item-name {
	position: relative;
	margin-bottom: 0.2em;
}
.exclusive-item-image {
	position: absolute;
	top: 0;
	left: 0;
}
span.exclusive-item-image {
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
}


.content-columns__double__joined {
	border-radius: 8px;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
	background: #fff;
	position: relative;
}
.content-columns__double__joined  .content-columns-delimeter {
	position: absolute;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #D8D8D8;
	z-index: 2;
	margin-left: -1px;
}
.content-columns__double__joined .content-column-block {
	box-shadow: none !important;
	border-radius: none !important;
}
.content-columns__double__joined  .content-column__2 .content-column-block {
	z-index: 3;
}
.content-columns__double__joined  .content-column__2 .content-column-block__report  + .content-column-block__news {
	border-top: 1px solid #D8D8D8;
}

.content-columns__double__joined .content-column-block__hotnews + .content-column-block__news {
	border-top: 1px solid #D8D8D8;
}
/*
.content-columns__double__joined .content-column-block__hotnews + .content-column-block__news .content-column-block-label {
	display:none;
}*/

.themes_canvas {
	box-shadow: none;
	display: block;
}

.tabs-labels {
	background: #E4E7EE;
	border-radius: 0 8px 0 0;
	
	overflow: hidden;
	white-space: nowrap;
}

.tabs-label {
	display: inline-block;
	padding: 7px 15px;
}
.tabs-label__active {
	background: #fff;
	box-shadow: 1px 2px 2px rgba(0,0,0, 0.2);
}


.tabs-label__active {
	border-radius: 8px 8px 0 0;
}
.tabs-label__active:first-child {
	border-radius: 0 8px 0 0;
}
.tabs-label__active:last-child {
	border-radius: 8px 0 0 0;
	width: 1000px;
}

.tabs-label .tabs-label-text {
	border-bottom: 1px dotted #696E71;
	color: #696E71;
	cursor: pointer;
}

.tabs-label__active .tabs-label-text {
	cursor: text;
	color: #696E71;
	border: none;
}

.tabs-blocks {
	padding: 15px 15px;
	overflow: hidden;
}

.tabs-block {
	display: none;
}
.tabs-block__active {
	display: block;
}


#popup-outer-wrap {
	z-index: 2147483647; 
	width: 100%; 
	height: 0; 
	position: absolute; 
	margin: 0 auto; 
	top: 0; 
	display: none;
}
#popup-inner-wrap {
	margin: 50px auto 0;
}
#popup {
	margin: 0 auto; 
	z-index: 1000;
}
#z-mask {
	display: none; 
}
.popup-closer,
#popup-closer {
	position: absolute; 
	right: 0;
	top: 0;
	padding: 0;
	cursor: pointer;
	text-align: center;
	z-index: 100;
	
	color: #666;
}

#popup-closer:hover {
}

.popup-closer span,
#popup-closer span {
	cursor: pointer;
	display: inline-block;
	font-size: 1.32em;
	line-height: 20px;
}
#popup-placeholder {
	padding: 18px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 5px 40px rgba(0,0,0, 0.5);
}

#popup-content-wrap {
	position: relative;
}



.popup-block {
	display: block !important;
}
.popup-none {
	display: none !important;
}
.popup-fixed {
	position: fixed !important;
}
.popup-content-src {
	left: -10000px;
	top: -10000px;
	position:absolute;
}




.popup-content-delimeter {
	border-top: 1px dashed #D5D6D6;
	margin: 1em -18px 0;
	padding: 1em 18px 0;
}



.block-news {}
.block-news-item {
	padding: 10px 15px;
	border-bottom: 1px solid #D8D8D8;
}
.block-news > .block-news-item:last-child {
	border-bottom: none;
}

.block-news-more {
	padding: 10px 15px;
}
.block-news-more .status img {vertical-align:middle}

.block-news-calendar {
	padding: 10px 15px;
	border-top: 1px solid #D8D8D8;
}

.block-news .news-item-title {
	font-size: 1.3em;
	line-height: 1.2;
}
.block-news .news-item-link {
	position: relative;
    display: inline-block;
}

.block-news .news-item-image {
    display: block;
	padding-top: 10px;
	position: absolute;
	vertical-align: top;
	left: 0;
}
.block-news div.news-item-image {
	width: 120px;
	height: 70px;
}
.block-news .type-image-wrap .type-image-icon {
	top: 10px;
}
.block-news__horizontal .type-image-wrap .type-image-icon {
	top: 0;
}
.block-news .news-item-summary {
	height: 75px;
	line-height: 1.4;
	margin: 0 0 0 120px; 
	padding: 5px 0 5px 10px;
	overflow: hidden;
}
.block-news .news-item-summary_no_image {
        height: 75px;
        line-height: 1.4;
        margin: 0 0 0 0;
        padding: 5px 0 5px 0;
        overflow: hidden;
}
.block-news .news-item-tags {
	font-size: 0.8em;
	margin-top: 5px;
}


.block-news__horizontal .news-item-title-text {
	margin-bottom: -0.26em;
	position: relative;
	top: -0.26em;
}

.block-news__horizontal .news-item-text, .block-news__horizontal .news-item-text-no-image  {
	height: 70px;
	margin-bottom: 5px;
	overflow: hidden;
	
	padding-top: 0.26em;
	margin-top: -0.26em;
}
.block-news__horizontal .news-item-text{
	padding-left: 130px;
}
.block-news__horizontal .news-item-image {
	top: 0;
	padding-top: 0;
	left: -130px;
	z-index: 1;
	position: absolute;
}
.block-news__horizontal  .news-item-summary {
	margin-left: 0;
	padding-left: 0;
	height: auto;
}

.block-news .type-image {
	width:100%;
}

/*forms and elements*/

.form {}

.form-error {
	color: #ff0000;
	margin: 0.5em 0 1em;
}

.form-row {
	margin: 0.5em 0;
	position: relative;
}

.form-row-label {
	position: relative;
}

.form-row-input {
	
}

.form-row-input-comment {
	font-size: 0.9em;
	margin: 0.2em 0;
	color: #AFAFAF;
}



.input {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.input__password,
.input__text {
	width: 100%;
}



.input__big {
	font-size: 130%;
	padding: 4px 10px;
}

.input__short {
	width: 250px;
}

.input__error {
	background: #FFE5E6;
}



.input__submit {
	padding: 4px 10px;
	line-height: 1;
}

.form-row__submit {
	margin-top: 1em;
}




.form-submit_wrapper {
	background: #F5F5F5;
	padding: 0.75em 1em;
	position: relative;
	display: block;
}

.cabinet-form .input__checkbox {width:30px;height:30px}

.label__profile__userpic {display:block;width:200px;float:right}

.cabinet {}

.cabinet-title-gap {
	margin-bottom: 15px;
}

.cabinet-title-gap .page-title {
	bottom: -0.66em;
	height: 50px;
	line-height: 50px;
	margin: 0 0 0 60px;
	overflow: hidden;
	position: relative;
}

.cabinet-navigation {
	margin: 0 0 1.6em /*-0.5em*/;
}

.cabinet-navigation-list {
	margin: 0.5em 0;
}
.cabinet-navigation-item {
	display: inline-block;
	float: left;
	
	margin: 0 1em 0 0;
	padding: 0.25em 0.5em;
}
.cabinet-navigation-item__selected {
	background: #C4C4C9;
	color: #fff;
	font-weight: bold;
}

.float__left { float: left; } 




.form-row__ruvr_user {
	margin: 2em 0;
}
.form-row__ruvr_user .form-row-label {
	color: #666;
	margin-bottom: 0.4em;
}
.form-row__ruvr_user .social-links {
	display: block;
}
.hosts-title {
	color: #FF0000;
	font-size: 2em;
	line-height: 1.1;
	margin: 0 0 15px;
	position: relative;
}

.hosts-search_filter {
	width: 70%;
}

.hosts-miss {
	margin: 1em 0;
}

.hosts-table {
	position: relative;
	left: -1em;
	margin: 2em 0 0;
}
.hosts-table-group {
	border-bottom: 1em solid #fff;
}
.hosts-table-cell  {
	padding: 0.5em 1em;
	vertical-align: top;
}
.hosts-table-cell__spacer  {
	padding-left: 0.5em;
	padding-right: 0.5em;
}
	.hosts-table-group:last-child   .hosts-table-row:last-child   .hosts-table-cell {
		padding-bottom: 0;
	}






.hosts-item-name {
	position: relative;
	padding-left: 40px;
	min-height: 30px;
}

.hosts-item-image {
	position: absolute;
	left: 0;
	top: -5px;
}

.hosts-item-programs {
	color: #666;
}
.hosts-item-program-link {
	text-decoration: none;
}
.host {

}

.host-name {
	color: #FF0000;
	font-size: 2em;
	line-height: 1.1;
	margin: 0 0 15px;
	position: relative;
}

.host-description .para {
	margin: 15px 0;
}

.host-description .accented {
	color: #ff0000;
}



.host-programs-label {
	display: inline-block;
	padding: 0.12em 15px;
	position: relative;
	left: -15px;
	background: #C5C6CC;
	color: #fff;
	font-weight: bold;
	margin-top: 1.2em;
}


.host-program-title {
	color: #ff0000;
	font-size: 1.5em;
	margin: 0.92em 0;
}
.host-program-title-link  {
	color: #ff0000;
}

.host-program-issues-title {
	color: #ff0000;
	font-size: 1.2em;
}

.host-program-issues {
	margin: 1em 0 2em;
}
.host-program-issues:last-child {
	margin-bottom: 0;
}


.host-program-issue {
	position: relative;
	margin: 1em 0 2em;
	min-height: 90px;
}
.host-program-issue:last-child {
	margin-bottom: 0;
}


.host-program-issue-text {
	min-height: 70px;
	padding-left: 130px;
}
.host-program-issue-title {
	font-size: 1.3em;
	line-height: 1.2;
}
.host-program-issue-title-text {
	margin-bottom: -0.26em;
	position: relative;
	top: -0.26em;
}
.host-program-issue-link {
	position: relative;
	display: block;
}
.host-program-issue-image {
	left: -130px;
	padding-top: 0;
	top: 0;
	z-index: 1;
	display: block;
	position: absolute;
	vertical-align: top;
}
.host-program-issue-summary {
	height: auto;
	margin-left: 0;
	padding: 5px 0;
	line-height: 1.4;
}

.host-program-issue-meta {
	position: absolute;
	top: 75px;
	left: 0;
	width: 120px;
}
.pleer {
	position: relative;
	height: 45px;
}

.player-captured {
	position: absolute;
	z-index: 1000;
}

#player-plug {
	float:left;
}


/*
.pleer:after {
	position: absolute;
	width: 50px;
	height: 100%;
	right: 0;
	top: 0;
	background: -webkit-linear-gradient(left, rgba(255,255,255, 0) 0%, rgba(255,255,255, 1) 90%);
	background: -moz-linear-gradient(left, rgba(255,255,255, 0) 0%, rgba(255,255,255, 1) 90%);
	background: -o-linear-gradient(left, rgba(255,255,255, 0) 0%, rgba(255,255,255, 1) 90%);
	background: linear-gradient(left, rgba(255,255,255, 0) 0%, rgba(255,255,255, 1) 90%);
	content: "";
}
*/

.pleer-list {
	margin-top: -0.32em;
}

.pleer-item {
	margin-bottom: 0.5em;
	white-space: nowrap;
}
	.pleer-item:last-child {
		margin-bottom: 0;
	}

.pleer-item span.b, #pleer-item-radio-last-news .pseudo-link {
	display: inline-block;
	float: left;
	margin-right:5px;
}
	
.pleer-time {
	float:left;
	margin-right:7px;
	color: #7FC04C;
}
#current_radio_wrapper, div#current_radio, div#pleer-item-radio-last-news-player {
	position: relative !important;
	margin-bottom: -20px;
	display: inline-block;
	float:left;
}
div#current_radio, div#pleer-item-radio-last-news-player {
	top:-3px;
	margin-right:13px
}
span#current_radio {
	float: left;
	margin-right: 10px;
}

.open-player {
	margin-top:5px;
	width: 15px;
	height: 11px;
	background: url(/img/newwin-2.png) no-repeat;	
	position: relative;
	z-index: 3000;
	float: left;
}

.open-player:hover {
	background-position: 100% 0;
}


.comments-gap {
	padding-top: 10px;
	padding-bottom: 10px;
	
	border-top: 1px dashed #D5D6D6;
	border-bottom: 1px dashed #D5D6D6;
}


.comments {
	margin: 1em 0 2em;
	position: relative;
}


.comment {
	background: #DDEDFC;
	margin: 1px 0;
	border-radius: 5px;
	min-height: 50px;
}

.comment-gap {
	position: relative;
	padding: 8px 10px;
}

.comment-unlogged {
	font-weight: bold;
}

.comment-author {
	font-style: italic;
	position: relative;
	margin-left: 40px;
}

.comment-author-image, img.comment-author-image {
	left: -40px;
	position: absolute !important;
	top: 0.25em;
}

.comment-text {
	margin: 0 0 0 40px;
	line-height: 1.4;
	display: block;
}

.comment-error {
	margin: 4px;
	color: red;
}

.comment__more {
	min-height: 0;
	padding: 5px 0;
	text-align: center;
	font-style: italic;
}

.comment__hidden {
	display: none;
}

.comment__future_unlogged .comment-text{
	margin-left: 0;
}

.comment__future .input__textarea {
	margin: 4px 0;
	width: 100%;
	height: 6em;
	display: block;
}

.comment__future .input__checkbox {
	display: inline;
	margin: 0 4px 0 2px;
	padding: 0;
	vertical-align: text-bottom;
}

.comment-actions {
	color: #666;
	margin: 0;
	font-size: 0.9em;
}
.comment-actions .input__button {
	border: 0;
	border-radius: 4px;
	box-shadow: 1px 1px 1px rgba(180,200,230, 1);
	padding: 4px 10px; 
	color: #333;
	margin: 0 4px 0 0;
	background: url(/img/comment-button-bg.png) center center repeat-x #F1F7FE;
	font-size: 1.2em;
	font-family: arial !important;
	position: relative;
}


.comment-actions .input__button:hover,
.comment-actions-button:hover .input__button {
	background-image: url(/img/comment-button-bg__hover.png); 
}


.comment-actions-button-icon {
	display: block;
	position: absolute;
	height: 100%;
	min-height: 12px;
	width: 14px;
	content: '';
	background: url(/img/social-icons.png) 0 0 no-repeat;
	left: 6px;
	top: 0;
	z-index: 2;
}
.comment-actions-button-icon__fb {
	background-position: -20px 0;
}
.comment-actions-button-icon__tw {
	background-position: -40px 0;
}

.comment-actions-button__with-icon  .input__button {
	padding-left: 22px;
}


.comments-closer {
	margin-top: -1.6em;
	margin-bottom: 2em;
}
.comments-closer .pseudo-link {
	font-size: 0.9em;
}





/*group of buttons*/
.comment-actions-buttons {}

.comment-actions-button {
	position: relative;
}
.comment-actions-button .input__button {
	border-radius: 0;
	margin: 0;
	border-right: 1px solid #AECDEF;
	border-left: 1px solid #fff;
}
.comment-actions-button:first-child  .input__button{
	border-radius: 4px 0 0 4px;
	border-left: none;
}
.comment-actions-button:last-child .input__button {
	border-radius: 0 4px 4px 0;
	border-right: none;
}

.footer {
	color: #626262;
	padding: 20px 0;
}


.footer-logo {
	margin-bottom: 1em;
}

.footer-lines {}
.footer-line {
	font-size: 0.9em;
	margin: 0.12em 0;
}


.footer-blocks {}
.footer-block {
	float: left;
}
	.footer-block__copyright {
		width: 25%;
	}
	.footer-block__nav {
		width: 50%;
	}
	.footer-block__counters {
		width: 25%;
		overflow: hidden;
		text-align: center;
	}



.footer-nav {
	float: left;
	margin-left: 4em;
	font-size: 0.96em;
}
.footer-nav-item {
	margin: 0.5em 0;
}



.__18plus {
	background: #626262;
	border-radius: 2em;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-family: arial;
	height: 17px;
	letter-spacing: -2px;
	line-height: 17px;
	width: 17px;
	text-indent: 1px;
	cursor: help;
}

.footer-nav-item:first-child {margin-top: 0}
.footer-nav-item {margin:0.7em 0; line-height: 1em}


span.time_with_out_grey {
	color: #7F7F7F;
	padding: 2px;
}

div.middle_news_first, div.middle_news {
	padding-bottom: 20px;
	clear: both;
}
div.middle_news {
	border-top: solid 1px #CCC;
	position: relative;
}
div.middle_news img.left140, div.middle_news_first img.left140 {
	float: left;
	margin: 0 5px 2px 0;
}

table.media_news, table.media_news_first {
	width: 150px;
	border-collapse: collapse;
	border-spacing: 0;
}
td.media_grey {
	background-color: #333;
	color: white;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
td.media_grey a {
	color: white;
	text-decoration: none;
}
td.media_grey a:hover{
	text-decoration: underline;
}
div.media_block {
	overflow: hidden;
}
div.media_relative {
	position: relative;
}
div.media_relative div.media_icon, div.media_relative div.media_opacity, div.media_relative div.media_text {
	position: absolute;
	top: 0;
	left: 0;
}
div.media_relative div.media_opacity {
	display: none;
	background-color: #333;
	opacity: 0;
}
div.media_relative div.media_text {
	display: none;
	padding: 5px;
	overflow: hidden;
}
div.big_news_first {
	padding-top: 0px;
	padding-bottom: 20px;
}
div.big_news {
	padding-bottom: 20px;
	border-top: dotted 1px #7F7F7F;
}
.show_doc_only_title {
	padding: 5px 0px;
}
.show_doc_only_title a {
	color: #069;
	text-decoration: none;
}
div.big_news p, div.big_news_first p {
	margin: 0;
}
div.big_news p a.annot, div.big_news_first p a.annot {
	color: black;
	text-decoration: none;
}
div.tag_title h1 {
	margin-top: 0px;
	margin-bottom: 7px;
	font-family: Impact;
	color: #C00000;
	font-size: 19px;
	font-weight: normal;
}
div.middle_news_first{
	padding-bottom:20px;
	clear:both;
}
div.middle_news_first h3{
	margin-top:0px;
}
div.middle_news{
	padding-bottom:20px;
        border-top:dotted 1px #7f7f7f;
	clear:both;
}
div.middle_news p a, div.middle_news_first p a{
	color:#006699;
}
div.middle_news_first p a.annot, div.middle_news p a.annot, div.doc_text a.annot{
        color:#000000;
	text-decoration:none;
}
div.middle_news p, div.middle_news_first p{
	margin: 0;
}
div.middle_news img.left140, div.middle_news_first img.left140{
	float: left;
	margin: 0 5px 2px 0;
}
.vlgn{
	vertical-align:top;
}
div.like_blue_href{
	color:#006699;
	text-decoration:none;
}
div.mini_news, div.mini_news_first, div.mini_news_last{
        padding-top:5px;
        padding-bottom:5px;	
}
div.mini_news{
	border-bottom:dotted 1px #7f7f7f;
}
div.mini_news_first{
	border-bottom:dotted 1px #7f7f7f;
	border-top:dotted 1px #7f7f7f;
	margin-top:5px;
}
td.td_padding_right {
        border-right: 1px solid #B4B4B4;
        padding-right: 10px;
}
td.td_padding_left {
        border-left: 1px solid #B4B4B4;
        padding-left: 10px;
}
div.lines {
        background-image: url('/img/lines.gif');
        background-position: top;
        background-repeat: repeat-x;
}
div.spec_project_title{
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Impact;
        color: #C00000;
        font-size: 19px;
        font-weight: normal;
}

.top_banners{
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 px;
	position: relative;
}
.top_banners .top_banners_left{
	width: 70%;
	float: left;
}
.top_banners .top_banners_right{
	width: 30%;
        float: right;
}
.top_banner_spec{
	float: left;
	width: 200px;
}
.partner-news {}
.partner-news-label {
	font-weight: bold;
	color: #666;
	margin: 10px 0;
}
.partner-news-list {
	margin: 1em 0 2em 90px;
	position: relative;
}
	.partner-news-list:last-child {
		margin-bottom: 0 !important;
	}
.partner-news-item {
	margin: 0 0 0.5em;
}
	.partner-news-item:last-child {
		margin-bottom: 0 !important;
	}
.partner-news-list-logo {
	position: absolute;
	left: -90px;
	top: 0.25em;
}
.partner-news-item-link {
	position: relative;
}
.partner-news-item-image {
	display: none;
}



.extra-block .partner-news-label {
	display: none;
}
.extra-block .partner-news-list {
	margin: 0 0 2em;
}
.extra-block .partner-news-list-logo {
	position: relative;
	left: 0;
	top: 0;
	margin-bottom: 0.25em;
}
.extra-block .partner-news-item {
	margin-left: 60px;
	padding-bottom: 0.26em;
}
.extra-block .partner-news-item-image {
	position: absolute;
	left: -60px;
	top: 0.26em;
	display: inline-block;
}

.search {
	position: relative;
}

.search .search-input  {
	width: 70%;
}

.search-miss {
	margin: 1em 0;
}

.search-sort {
	
}


.search-sort {
	margin: 1em 0;
}
.search-sort .input__checkbox {
	padding: 0;
	margin: 0;
	vertical-align: text-bottom;
}



.search-list{
	margin: 1em 0;
}
.search-item {
	margin: 0 0 2em;
}
.search-item-title{}
.search-item-context {
	line-height: 1.4;
}
.search-item-context-hl {
	background: #FFF8C2;
}
.search-item-date {
	color: #7F7F7F;
	font-size: 0.9em;
}



.search-result {
	margin: 1em 0 2em;
}
.search-result-types {
	display: inline-block;
}
.search-result-type {
	display: inline;
    margin: 0 0.5em;
    padding: 0.25em 0.5em;
}
.search-result-type__selected {
	background: #E4E6ED;
}
	.search-result-type__selected .pseudo-link {
		border-bottom: none;
		cursor: inherit;
		color: #000;
	}

.search-result-type-count {
	color: #838383;
	font-size: 0.86em;
	position: relative;
	top: -0.25em;
}

.search-more {
	margin: 2em 0 1em;
}




.search-context {
	background: #FFF8C2;
	padding: 10px 15px;
	margin: 1em 0;
}
.search-context-list  + .search-context-list {
	margin-top: 2em;
}
.search-context-term {
	font-size: 0.96em;
}
.search-context-item {
	margin-top: 0.5em;
	position: relative;
}
.search-context-item__with_photo {
}
.search-context-item-photo {
	vertical-align: middle;
	margin-right: 5px;
}
.search-context-item-link {
	font-size: 1.12em;
}


.cabinet-comments {
	margin: 0 -15px;
}

.cabinet-comments .comments {
	margin-bottom: 1em;
}

.cabinet-comments .block-news-more {
	margin-bottom: -10px;
}

.cabinet-comments .comment__more {
	background: none;
	font-size: 0.9em;
	font-style: normal;
	text-align: left;
	border-radius: 0;
}

#alert-outer-wrap {
	z-index: 2147483650; 
	width: 100%; 
	height: 0; 
	position: absolute; 
	margin: 0 auto; 
	top: 0; 
	display: none;
}
#alert-inner-wrap {
	margin: 200px auto 0;
}
#alert {
	margin: 0 auto; 
	z-index: 1000;
}
#a-mask {
	display: none; 
}
.alert-closer,
#alert-closer {
	position: absolute; 
	right: 10px;
	top: 10px;
	padding: 0;
	
	cursor: pointer;
	height: 20px;
	width: 20px;
	text-align: center;
	background: #eee;
	border-radius:100px;
	z-index: 100;
	
	color: #666;
}

#alert-closer:hover {
	background: #ff0000;
	color: #fff !important;
}

.alert-closer span,
#alert-closer span {
	cursor: pointer;
	display: inline-block;
	font-size: 1.32em;
	line-height: 20px;
}
#alert-placeholder {
	padding: 18px;
        padding-top: 28px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 5px 40px rgba(0,0,0, 0.5);
        __border:1px solid #ff0000;
}

#alert-content-wrap {
	position: relative;
}



.alert-block {
	display: block !important;
}
.alert-none {
	display: none !important;
}
.alert-fixed {
	position: fixed !important;
}
.alert-content-src {
	left: -10000px;
	top: -10000px;
	position:absolute;
}




.alert-content-delimeter {
	border-top: 1px dashed #D5D6D6;
	margin: 1em -18px 0;
	padding: 1em 18px 0;
}



.body__lightweight {

}

.body__lightweight .sticker-spoiler {
	display: none;
}

.body__lightweight .input__text {
	border-radius: 0;
}

.body__lightweight .search-input {
	border: 1px solid #666;
	box-shadow: none;
	border-radius: 0;
}






.page-column-content-label {
    background: #ACC3DA;
}


.report-running_comments {
	margin: 1em 0 2em;
}
.report-running_comment {
	min-height: 30px;
	position: relative;
	padding: 10px 15px 10px 110px;
	margin-top: 0;
	margin-bottom: 0;
}
.report-running_comment__important {}


.report-running_comment .article-commented-comments {
	margin-left: 0;
}
.report-running_comment-time {
	position: absolute;
	left: 15px;
	top: 10px;
	color: #989898;
	font-size: 0.96em;
}
	.report-running_comment__important .report-running_comment-time {
		color: #000;
	}

.report-running_comment-text {
	line-height: 1.4;
}
	.report-running_comment__important  .report-running_comment-text {
		font-weight: bold;
		color: #D24E50;
	}

.report-running_comment-author {
	font-style: italic;
}
.report-running_comment-author-image, img.report-running_comment-author-image {
	position: absolute !important;
	left: 70px;
	top: 10px;
	margin-top: 0.25em;
}





.report-more {
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
}

.report-links {
    margin: 1em 0 2em;
}


.contexts-list {

}

.contexts-item {
	border-bottom: 1px solid #D8D8D8;
	padding: 2em 15px;
	margin: 0 -15px;
}

ul>.contexts-item:first-child {
	padding-top: 0;
}

.contexts-item-title {
	font-size: 1.3em;
	line-height: 1.2;
}

.contexts-item-links {
	margin: 1em 0;
}

.contexts-item-more {
	font-size: 0.9em;
}

.contexts-item-more-link {
	color: #ABABAB;
}

.contexts-more {
	margin: 1em 0;
}

.contexts-calendar {
	border-top: 1px solid #D8D8D8;
}


/* Стили для списка связанных материалов */

.block-news-item .news-item-related {margin: 0; padding: 5px 0 0;}
.block-news-item .news-item-related .news-item-related-place{font-family: georgia, serif;  position: relative; padding: 0 0 5px;}
.block-news-item .news-item-related .news-item-related-place a{padding-left: 15px; display: block;}
.block-news-item .news-item-related .news-item-related-place .news-item-icon-place{display: none;}
.block-news-item .news-item-related .news-item-related-place .news-item-with-icon .news-item-icon-place{display: block; position: absolute; top: 3px; left: 0px; width: 11px; height: 11px; background: url(/img/icon_related.png) no-repeat 0 0;}
.block-news-item .news-item-related .news-item-related-place .news-item-with-icon:hover .news-item-icon-place{background-position: 0 -11px;}
.block-news-item .news-item-related .news-item-related-place .news-item-with-icon .news-item-icon-place.label-article{background-position: -11px 0;}
.block-news-item .news-item-related .news-item-related-place .news-item-with-icon:hover .news-item-icon-place.label-article{background-position: -11px -11px;}
.block-news-item .news-item-related .news-item-related-place .news-item-with-icon .news-item-icon-place.label-video{background-position: -22px 0;}
.block-news-item .news-item-related .news-item-related-place .news-item-with-icon:hover .news-item-icon-place.label-video{background-position: -22px -11px;}
.block-news-item .news-item-related .news-item-related-place .news-item-with-icon .news-item-icon-place.label-sound{background-position: -33px 0;}
.block-news-item .news-item-related .news-item-related-place .news-item-with-icon:hover .news-item-icon-place.label-sound{background-position: -33px -11px;}
.block-news-item .news-item-related .news-item-related-place .news-item-with-icon .news-item-icon-place.label-foto{background-position: -44px 0;}
.block-news-item .news-item-related .news-item-related-place .news-item-with-icon:hover .news-item-icon-place.label-foto{background-position: -44px -11px;}

/* Название передачи в заголовке */
.block-news-item .news-item-link .news-item-broadcast{display: block; font-size: 0.75em; font-weight: normal; position: relative; padding: 5px 0 0 15px;}
.block-news-item .news-item-link .news-item-broadcast .news-item-broadcast-icon{display: block; position: absolute; top: 6px; left: 0px; width: 11px; height: 11px; background: url(/img/icon_related.png) no-repeat 0 0;}
.block-news-item .news-item-link:hover .news-item-broadcast .news-item-broadcast-icon{background-position: 0 -11px;}
.block-news-item .news-item-link .news-item-broadcast .news-item-broadcast-icon.icon-sound{background-position: -55px 0px;}
.block-news-item .news-item-link:hover .news-item-broadcast .news-item-broadcast-icon.icon-sound{background-position: -55px -11px;}

/* стили для блока фотогалерей */
.def-content-block{border: 1px solid #D0D0D0; margin: 0 0 10px; background: #fff; width: 100%; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; padding: 0;}
.def-content-block .clear{display: block; clear: both; visibility: hidden; line-height: 0; height: 0; font-size: 0; color: transparent;}
.def-content-block .def-content-block-label{background: #B7C0C6; color: #FFF; display: inline-block; font-weight: bold; padding: 0.2em 0.4em; line-height: 1.4; position: relative; margin: 0 0 0 15px;}
.def-content-block .def-content-block-label a{color: #fff;}
.def-content-block .def-content-block-label a:hover{color: #fff;}
.def-content-block .def-content-block-label.def-content-block-label-blue{background: #7693BC;}
.def-content-block .def-content-block-label.def-content-block-label-red{background: #ff0000;}
.def-content-block .def-content-block-content{padding: 10px 15px 8px;}
.def-content-block .def-content-block-content a{display: block; margin: 0 0 7px; position: relative;}
.def-content-block .def-content-block-content .def-content-half-section{margin: 0 -7px 0 0;}
.def-content-block .def-content-block-content .def-content-half-section .def-content-half{width: 50%; float: left;}
.def-content-block .def-content-block-content .def-content-half-section .def-content-half a{margin-right: 7px;}
.def-content-block .def-content-block-content .def-content-content-img{width: 100%; display: block;}
.def-content-block .def-content-block-content .def-content-block-link-all{font-size: 0.9em; text-align: right;}
.def-content-block .def-content-block-content .def-content-block-link-all a{margin: 0; display: inline;}
.def-content-block .def-content-block-content .def-content-label{position: absolute; top: 0; left: 0; width: 30px; height: 30px; display: block; background: url(/img/type-icons.png) no-repeat 0 0; }
.def-content-block .def-content-block-content .def-content-label.def-content-foto{background-position: -147px -148px;}
.def-content-block .def-content-block-content .def-content-label.def-content-video{background-position: -47px -148px;}
.def-content-block .def-content-block-content .def-content-wr-title{position: absolute; bottom: 5px; left: 5px; right: 5px;}
.def-content-block .def-content-block-content .def-content-wr-title .def-content-title{padding: 0.12em 0.4em; display: block; color: #333; font-size: 0.9em; background: #fff; background: rgba(255,255,255, 0.85); line-height: 1.3; position: relative;}

/* specblock styles */
.spec-block{
	border: 1px solid #D0D0D0;
	margin: 0 0 10px;
	background: #fff;
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding: 0;
}
.spec-block .clear{display: block; clear: both; visibility: hidden; line-height: 0; height: 0; font-size: 0; color: transparent;}

.spec-block .spec-block-label{
	background: #B7C0C6;
	color: #FFF;
	display: inline-block;
	font-weight: bold;
	padding: 0.2em 0.4em;
	line-height: 1.4;
	position: relative;
	margin: 0 0 0 15px;
}
.spec-block .spec-block-label a{color: #fff; text-decoration: underline;}
.spec-block .spec-block-label a:hover{color: #fff; text-decoration: underline;}
.spec-block .spec-block-label.spec-block-label-red{background: #ff0000;}
.spec-block .spec-block-label.spec-block-label-blue{background: #5576BC;}

.spec-block .spec-block-content{padding: 10px 15px 0;}

.spec-block .spec-block-content .spec-content-img{margin: 0 0 10px; width: 100%; display: block;}
.spec-block .spec-block-content .spec-block-desc{margin: 0 0 10px; position: relative;}
.spec-block.with-max-height .spec-block-content .spec-block-desc{max-height: 75px;}
.spec-block.with-max-height .spec-block-content .spec-block-desc{overflow: hidden;}

.spec-block.with-fade .spec-block-content .spec-block-desc:after{
	content: ''; display: block; position: absolute; bottom: -1px; width: 100%; left: 0; height: 2em;
	background: -moz-linear-gradient(top, rgba(255,255,255, 0) 0%, #fff 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%, rgba(255,255,255, 0)),color-stop(100%,#fff));
	background: -webkit-linear-gradient(top, rgba(255,255,255, 0) 0%, #fff 100%);
	background: -o-linear-gradient(top, rgba(255,255,255, 0) 0%, #fff 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255, 0) 0%, #fff 100%);
	background: linear-gradient(top, rgba(255,255,255, 0) 0%, #fff 100%);
	z-index: 1;
}

.spec-block.with-fade .spec-block-content .spec-block-desc{overflow: hidden;}
.spec-block .spec-block-content p{margin: 0 0 10px;}
.extra-block.extra-block__spec-blocks{
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}
.extra-blocks-left .spec-block{border: 0; background: none; margin: 0 0 20px;}
.extra-blocks-left .spec-block .spec-block-label{margin: 0;}
.extra-blocks-left .spec-block .spec-block-content{padding: 10px 0 0;}
.spec-block .spec-block-content .spec-block-label-author{display: none;}
.spec-block.spec-block-author .spec-block-label{display: none;}
.spec-block.spec-block-author .spec-block-content{padding: 15px 15px 0;}
.spec-block.spec-block-author .spec-block-content .spec-content-img{width: 30%; margin: 0 15px 15px 0; float: left;}
.spec-block.spec-block-author .spec-block-content .spec-block-label-author{font-weight: bold; display: block; margin: 0 0 15px;}
.extra-blocks-left .spec-block.spec-block-author .spec-block-content .spec-block-desc{clear: both;}
.extra-blocks-left .spec-block.spec-block-author .spec-block-content{padding: 0;}

.program_issue-list {

}

.hot-program_issues-list {
	background-color: rgb(250, 250, 240);
	border-left: 5px solid rgb(220, 200, 180);
}

.program_issues-more {
	padding: 10px 15px;
}

.podcast{}
.podcast .clear{
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	font-size: 0;
	color: transparent;
}
.podcast .title-podcast{
	line-height: 1.1;
	margin: 0;
	position: relative;
	font-family: verdana;
	font-size: 1.5em;
	font-weight: bold;
	color: #000;;
}
.podcast .title-podcast .input-search-podcast{
	float: right;
	border-radius: 20px;
	border: none;
	background: #ecf0f1;
	box-shadow: 1px 1px 2px rgba(0,0,0, 0.2) inset;
	display: block;
	margin: 0 0 10px 20px;
	padding: 4px 10px;
	width: 200px;
	-webkit-appearance: none;
}

.podcast .title-podcast .open-closed-filter{
	border-bottom: 1px dotted #235A8C;
	margin-top: 6px;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	float: right;
	cursor: pointer;
}

.podcast .page-column-content-stretcher{
	margin: 0 -15px -10px;
}
.podcast .list-podcasts{
	border-top: 1px solid #D8D8D8;
	
}

.podcast .list-podcasts .block-podcast-filter{
	border-bottom: 1px solid #D8D8D8;
	display: none;
}

.podcast .list-podcasts .block-podcast-item {
	padding: 10px 15px 0;
	border-bottom: 1px solid #D8D8D8;
}
.podcast .list-podcasts .block-podcast-item.special{
	background: #fff5e5;
}
.podcast .list-podcasts .block-podcast-item .podcast-player{
	float: right;
	background: #EDF0F1;
	padding: 10px 10px 0;
	width: 205px;
	margin: 0 0 10px 15px;
	border-radius: 8px;
	box-shadow: inset 1px 2px 2px rgba(0,0,0, 0.1);
}
body.lng_ger .podcast .list-podcasts .block-podcast-item .podcast-player{
	width: 235px;
}
.podcast .list-podcasts .block-podcast-item .podcast-player .player-title{
	margin: 0 0 5px;
	line-height: normal;
	font-weight: bold;
	color: #333;
}
.podcast .list-podcasts .block-podcast-item .podcast-player .link-download{
	float: right;
	line-height: normal;
}
.podcast .list-podcasts .block-podcast-item .podcast-player .time{
	margin: 0 0 5px;
	line-height: normal;
}
.podcast .list-podcasts .block-podcast-item .podcast-player .time span{
	width: 9px;
	height: 9px;
	float: left;
	margin: 3px 5px 0 0;
	display: block;
	background: url(/img/podcast_duration.png) no-repeat left top;
}
.podcast .list-podcasts .block-podcast-item .podcast-player .player{
	margin: 0 0 10px;
	padding: 0;
	height: 26px;
	position: relative;
}
.podcast .list-podcasts .block-podcast-item .podcast-program{
	margin: 0 0 5px;
	color: #7f7f7f;
	font-size: 12px;
}
.podcast .list-podcasts .block-podcast-item .podcast-program a{
	color: #7f7f7f;
	text-decoration: none;
}
.podcast .list-podcasts .block-podcast-item .podcast-program a:hover{
	text-decoration: underline;
}
.podcast .list-podcasts .block-podcast-item .podcast-title{
	margin: 0 0 10px;
	font-size: 16px;
	font-family: Georgia, serif;
	font-weight: bold;
	line-height: 1.2;
}
.podcast .list-podcasts .block-podcast-item .podcast-desc{
	margin: 0 0 10px;
}
.podcast .list-podcasts .block-podcast-item .podcast-tags{
	margin: 0 0 10px;
}
.podcast .list-podcasts .block-podcast-item .podcast-tags .podcast-tags-block{
	margin-right: 25px;
}
.podcast .list-podcasts .block-podcast-item .podcast-tags .podcast-tags-title{
	color: #7f7f7f;
	font-size: 10px;
	margin-right: 5px;
	text-transform: lowercase;
}

.podcast .list-podcasts .block-podcast-filter{
	border-bottom: 1px solid #D8D8D8;
	display: none;
	padding: 10px 0 0 15px;
}
.podcast .list-podcasts .block-podcast-filter .layout-block{
	float: left;
}
.podcast .list-podcasts .block-podcast-filter .layout-block.type1{
	width: 53%;
}
.podcast .list-podcasts .block-podcast-filter .layout-block.type2{
	width: 47%;
}
.podcast .list-podcasts .block-podcast-filter .layout-block.type3{
	width: 375px;
	margin: 0 0 10px;
}
.podcast .list-podcasts .block-podcast-filter .layout-block{
	float: left;
}
.podcast .list-podcasts .block-podcast-filter .layout-block .hb-title{
	float: left;
	padding-top: 3px;
}
.podcast .list-podcasts .block-podcast-filter .layout-block.type1 .hb-title{
	width: 85px;
}
.podcast .list-podcasts .block-podcast-filter .layout-block.type2 .hb-title{
	width: 55px;
}
.podcast .list-podcasts .block-podcast-filter .layout-block.type3 .hb-title{
	width: 95px;
}
.podcast .list-podcasts .block-podcast-filter .layout-block .wr-input{
	margin: 0 15px 10px 0;
	height: 24px;
}
.podcast .list-podcasts .block-podcast-filter .layout-block.type1 .wr-input{
	margin-left: 85px;
}
.podcast .list-podcasts .block-podcast-filter .layout-block.type2 .wr-input{
	margin-left: 55px;
}
.podcast .list-podcasts .block-podcast-filter .layout-block.type3 .time-select-block{
	float: left;
	margin-left: 10px;
}
.podcast .list-podcasts .block-podcast-filter .layout-block.type3 .time-select-block span{
	float: left;
	padding: 3px 5px 0 0;
}
.podcast .list-podcasts .block-podcast-filter .layout-block.type3 .time-select-block span.min{
	float: right;
	color: #7f7f7f;
	padding: 3px 0 0 5px;
}
.podcast .list-podcasts .block-podcast-filter .layout-block.type3 .time-select-block select.time-select{
	width: 52px;
	margin: 0 35px 0 35px;
}
.podcast .list-podcasts .block-podcast-filter input[type="text"]{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 20px;
	border: none;
	background: #ecf0f1;
	box-shadow: inset 1px 1px 2px rgba(0,0,0, 0.2);
	display: block;
	margin: 0;
	padding: 4px 10px;
}
.podcast .list-podcasts .block-podcast-filter select{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 20px;
	border: none;
	background: #ecf0f1;
	box-shadow: inset 1px 1px 2px rgba(0,0,0, 0.2);
	display: block;
	margin: 0;
	padding: 3px 10px;
}
.podcast .list-podcasts .block-podcast-filter input[type="submit"].button-submit{
	margin: 0;
	padding: 2px 10px;
	float: right;
	margin-right: 15px;
}

/* Пока не разобрались, как работать с полнотекстовым поиском,
   скроем ссылку "Фильтры" и поле "Поиск"
   и покажем форму поиска с отдельными полями
*/
.podcast .list-podcasts .block-podcast-filter {
	display: block;
}
.podcast .title-podcast .input-search-podcast {
	display: none;
}
.podcast .title-podcast .open-closed-filter {
	display: none;
}
/* Высота меню автозаполнения не более 200px */
.podcast .list-podcasts .block-podcast-filter .ui-autocomplete {
	max-height: 200px;
	//height: 200px;
	overflow: auto;
}

/* Эти стили рассчитаны на размер нового лого 185px на 53px (новогодние логотипы) */
body .logo.new_year {
	margin-top: -4px;
	margin-bottom: -4px;
}
body .logo.new_year a {
	display: block;
}
body .logo.new_year a img {
	display: block;
}



table.calendar td.selected { background-color: #ffff77; }
table.calendar td.current  { background-color: #cccccc; }
table.calendar td {padding: 2px; text-align: right;}
.calendar_wrapper .title { text-align: center; }
body.body .page-live-label { margin-left: 65px; }
h1 i { font-style: italic; }
body.body i { font-style: italic; }
h2 { font-size: 1.2em; color: #FF0000; }
h2 a { color: #FF0000; }
.article-caption h2 { color: #000000; font-size: inherit; }
.article-caption h2 a { color: #235A8C; font-size: inherit; }
#ctrlcopy { position:absolute; left:-5000px; top:-5000px }
#pleer-item-radio-last-news-player, #pleer-item-radio-last-news-player_wrapper {float:left}

/* <!-- #include file="_radio-page.css"  это только для радио, не для всех --> */

/*mce styles*/
.ruvr-position-left {
  float:left;
  margin-right:20px;
}
.ruvr-position-right {
  float:right;
  margin-left:20px;
}
.ruvr-text-definition-block {
  background-color: #F5F5F5;
  border: 1px solid #CCCCCC;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 12px;
  width: 46%;
  position: relative;
  z-index: 1;
}

/*NEW STYLES*/
.hot_3 {
    font-weight: bold;
}
.hot_4 {
	font-weight: bold;
    color: #ff0000;
}
/*END*/

/*overrided styles for index page*/
.block-news .news-item-summary {
    height: auto;
    max-height: 75px;
}
.page-column__themes .context-item-image {
    width: 100%;
}
.content-columns__double__joined .block-news-item .news-item-image {
    position: relative;
    width: 100%;
    margin: 0 0 5px;
    top: 0px;
}
.content-columns__double__joined .block-news .news-item-summary {
    margin:0;
    padding: 5px 0;
}
.block-news .news-slide-media_type-additional {
    font-family: verdana;
    font-size:0.8em;
}
.block-news .news-slide-media_type-additional-content {
    font-weight:400;
}

/*end*/

/*other*/
.embed_link_wrapper {text-align: right;}
.embed_link {cursor: pointer;}
.embed_code_popup span {
  display:block;
  width:100%;
}
.embed_code_popup textarea {
  width:400px;
  height:68px;
  resize: none;
}

.host-program-issue-image {
	width:120px;
}

.article-share {
    float: right;
    position: static;
}
.poll-answer {
	display: block;
}
.fade_ie_fix {
    display: none;
}
.poll_active-answer div, .poll-answer div {
	position: absolute;
	width:100%;
	zoom:1;
	display: block;
	overflow: hidden;
	height:100%;
    top:0;
    left:0;
}
.poll_active-answer__self .own_answer_block, .own_answer_block div {
    position: relative;
}

.fixed_height_wrapper {
    max-height: 4.6em;
    overflow: hidden;
}
.block-annotation {
    display:block;
    max-height:32px;
    overflow:hidden;
    color:#696E71;
    padding-top:0px;
    font-size: 0.95em;
}

.block-annotation.collapse_to_1_row {
    max-height:18px;
}

.display_none {
    display: none;
}

.tabs-label .tabs-label-text.highlight {
    font-weight: bold;
    color: #f00;
}

.news-item-summary.with_fade__yes:before{
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100%;
    left: 0;
    height: 2em;
    background: -moz-linear-gradient(top, rgba(255,255,255, 0) 0%, #fff 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%, rgba(255,255,255, 0)),color-stop(100%,#fff));
    background: -webkit-linear-gradient(top, rgba(255,255,255, 0) 0%, #fff 100%);
    background: -o-linear-gradient(top, rgba(255,255,255, 0) 0%, #fff 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255, 0) 0%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255, 0) 0%, #fff 100%);
    z-index: 1;
}

.social-link .bshare-custom a {
    margin-left: 0px;
    padding-left: 17px;
}
.external-player-btn-wrapper {
    height: 45px;
    position: relative;
    float: left;
    margin-left: 10px;
    padding-left: 30px
}

.external-player-link {
	display: block;
	height:40px;
	width:151px;
	background: url('../img/button_listen_live.png') 0 0;
}
.external-player-link:hover {
	background: url('../img/button_listen_live.png') 0 -40px;
}

/*end*/

/*language specified styles */ 
.lng_eng a, 
.lng_enf a,
.lng_enl a,
.lng_hng a {
	color: #235A8C;
	text-decoration: none;
}

.lng_eng a:hover,
.lng_enf a:hover,
.lng_enl a:hover,
.lng_hng a:hover {
	color: #007BEA;
	text-decoration: underline;
}

.lng_mon .heading__serifed {
    font-family: Arial,serif;
}
.lng_pek .nav__basic li,
.lng_pek2 .nav__basic li,
.lng_kor .nav__basic li,
.lng_hin .nav__basic li {
    font-size: 1.12em;
    font-weight: bold;
}

.lng_ben .nav__basic li {
    font-size: 1.12em;
    font-weight: bold;
}

.lng_kor .article-text,
.lng_ben .article-text,
.lng_hin .article-text {
	font-size: 1.12em;
}
.lng_hin .block-annotation{
    font-size: 0.98em;
}

.lng_kor.body {
	font-size: 0.88em;
	line-height: 1.5;
	font-family: 굴림, Gulim, 돋움, Dotum, AppleGothic, sans-serif;
	margin: 0;
}


.lng_pek .content-column-block__polls_active .content-column-block-label,
.lng_pek2 .content-column-block__polls_active .content-column-block-label 
{
    color: #000;
}

.lng_pek .content-columns__double .content-column-block__news .content-column-block-label,
.lng_pek2 .content-columns__double .content-column-block__news .content-column-block-label
{
    color: #000;
}

.news-slide {position:relative}
.news-slide-cover {float: left; margin-right: 10px; width: 65%;}
.news-slide-image {width: 100%; margin-bottom: 0px;}
.news-slide-summary {max-height: 100%;}
.news-slide-title {padding-top:2px;}
.news-slide-text {position:absolute; top:0;bottom:0;right:0;width:33%}
.news-slide-text-content {position:absolute; bottom:10px; max-height:92%}
.news-slide-meta {position: absolute; bottom:0;}

/*adaptive parts*/
@media screen and (min-width: 0em) {
  .adaptive-block .news-slide {padding-top: 0;}
  .adaptive-block .news-slide-cover {float: none; margin-right: 0px;}
  .adaptive-block .news-slide-image {width: 100%; margin-bottom: 10px;}
  .adaptive-block .news-slide-summary {max-height: 50px;}
}
@media screen and (min-width: 1230px) {  
  .adaptive-block .news-slide {position:relative}
  .adaptive-block .news-slide-cover {float: left; margin-right: 10px; width: 65%;}
  .adaptive-block .news-slide-image {margin-bottom: 0px;}
  .adaptive-block .news-slide-summary {max-height: 100%;}
  .adaptive-block .news-slide-title {padding-top:2px;}
  .adaptive-block .news-slide-text {position:absolute; top:0;bottom:0;right:0;width:33%}
  .adaptive-block .news-slide-text-content {position:absolute; bottom:10px; max-height:92%}
  .adaptive-block .news-slide-meta {position: absolute; bottom:0;}
  /*.adaptive-block .news-slide-text {height: 225px;}*/
}

/*specprojects styles*/
.media_white {
    background: #fff;
    color: #3066b6;
    padding: 5px;
	text-align: left;
	vertical-align: top;
}

.media_white a {
    color: #3066b6;
    text-decoration: none;
}

.media_white a:hover {
    text-decoration: underline;
}

.exclusive-item:last-child {
    margin-bottom: 0;
}
/*end*/

/* Поправки к общим стилям (_common.css) */
/* В правой колонке уберем ненужный правый отступ */
.extra-blocks {
	margin: 0 0 8px 16px;
}
/* В левой колонке обернем _subject_nav.ctpp в div.extra-blocks-left,
   которому и припишем правый отступ */
.extra-blocks-left {
	margin: 0 16px 0 0;
}
/* Соответственно, уберем правый отступ у одного из блоков _subject_nav.ctpp */
.context-list {
	margin: 0;
}
/* Ссылка (как и текст) в .context-list-label должна быть белого цвета */
.context-list-label a {
	color: #fff;
}

/*Social widgets fix*/
/*facebook*/
.social-link.social-link__facebook {
  overflow: visible;
}
.social-link .fb-like.fb_iframe_widget span {
  overflow: visible
}
.social-link .fb-like.fb_iframe_widget iframe {
  min-width: 450px;
}

/* (Конец поправок к общим стилям.) */


#ya_partner_0 .ya-partner__title-link-text {
	color: #235A8C !important;
	font-size: 135% !important;
}

#ya_partner_0 .ya-partner {
	font-family: inherit !important;
	color: #000000 !important;
	font-size: 0.8em !important;
	border-radius: 3px !important;
	padding: 0 10px 10px;
}

.ya-partner_ads-up .ya-partner__ads {
	position: relative !important;
	display: block !important;
	margin-bottom: 10px;
}
