@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	font-family: "Noto Sans", Helvetica, Arial, sans-serif;  }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
 }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
  border: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .fancybox-close:hover {
    transform: rotate(90deg); }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("../images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/*КОНЕЦ fancybox*/

/*a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; } */

a {
	color: #FFF;
	text-decoration: none;
}

.more a:hover, .more a:focus {
	text-decoration: none;
}

#all_but_href:hover, #all_but_href:focus {
	text-decoration: none;
}

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
   }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ddd; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

/* РЕКЛАМНЫЕ МЕСТА */
.adv_1, .adv_2, .adv_3 {
	display: flex;
}

.adv_1 {
	height: 355px;
}

.adv_2 {
	height: 375px;
}

.adv_3 {
	height: 325px;
}

.adv_4 {
	height: 284px;
}

.adv_1 img, .adv_2 img, .adv_3 img, .adv_4 img {
	margin: auto;
}

.adv_partners {
	padding: 0 15px;
	border: 1px solid #ccc;
}

#main_content, #theme_day {
	background-color:#f2f2f2;
	padding: 30px 0;
}

#lenta-header {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin: 12px 30px 15px 0px;

}

#banners {
	padding: 30px 0;
	background-color:#fff;
}

#footer {
	padding: 30px 0;
	<!-- background-color: #171717;
	color: #fff; -->
	color: #000;
border-top: 1px solid #171717;
}

.banner {
	height: 150px;
}

.interview {
	height: 450px;
}

.border {
		border: 1px solid black;
}

.razd {
	color: #fff;
	font-weight: bold;
}

.of_the_day {
	font-weight: bold;
}

.crop_main {
	position:relative;
	display: inline-block;
	width: 100%;
	height: 375px;
	overflow: hidden;
}

.crop_main_news {
	position:relative;
	display: inline-block;
	width: 100%;
	height: 425px;
	overflow: hidden;
}

.video_news {
    margin: 0 18.75%;
}

.crop_main_news img {
	width:100%;
}

/* .crop_main:hover, .crop_main:focus {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url(grayscale.svg#greyscale); /* Firefox 4+ */
	/*filter: gray; /* IE 6-9 */
/*} */

.crop {
	display: inline-block;
	width: 100%;
	height: 175px;
	overflow: hidden;
}

.crop_ficher {
	display: inline-block;
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.crop_small {
	display: inline-block;
	width: 100%;
	height: 142px;
	overflow: hidden;
}

.crop_small img {
	height: 142px;
	border: none;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 767px) {
	.crop_main {
		height: 200px;
	}

	.crop_main_news {
		height: 200px;
	}

	.crop_small img {
		height: 300px;
	}
}

@media only screen and (min-width: 1024px) {
	#search_btn_mob {
		display: none;
	}
}

@media only screen and (max-width: 1025px) {
	#search_btn {
		display: none;
	}
}

@media only screen and (min-width: 960px) and (max-width: 1160px) {
	.crop img {
		height: 175px;
	}

	.crop_small img {
		height: 300px;
	}
}

@media only screen and (min-width: 767px) and (max-width: 960px) {
	.crop img {
		height: 300px;
	}

	.crop_small img {
		height: 300px;
	}
}

.crop_main img {
	width: 835px;
	border: none;
	margin: 0;
	padding: 0;
}

.crop_iview {
	display: inline-block;
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.crop_iview img {
	width: 825px;
	border: none;
	margin: 0;
	padding: 0;
}

.zag {
	background-color: #fbfbfb;
	margin-top: -5px;
	padding:30px;
	height:150px;
}

.themeN1 .zag {
  background-color: #333;
  color: #f0f0f0;
}
.themeN1 .zag:hover {
  background-color: #333;
}

.zag_small {
	background-color: #fbfbfb;

	padding:30px;
	border-bottom: 2px solid #398da9;
}

.zag_small a {
	color:  #ed124e;
}

.zag_small a:hover {
	color:  #FFF;
}

.izag_small {
	background-color: #FFF;
	color: #ed124e;
	padding:20px 30px;
}


.izag_small a {
	color:  #ed124e;
}

.izag_small a:hover {
	color:  #FFF;
}

.ficher {
	height: 175px;
	font-size: 16px;
    line-height: 20px;
    font-weight: bold;
	background-color: #aa587c;
	color: #FFF;

	margin-top: -5px;
    padding: 30px;

}

.ficher:hover {
	background-color: #a23f6b;
}


.themeN1 .ficher {
  background-color: #05817d;
}
.themeN1 .ficher:hover {
  background-color: #05817D;
}


.zag_small:hover, .zag:hover, .slider_zag:hover {
	color: #FFF;
	background-color: #398da9;
}

.news {
	height: 150px;
	font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}


.more_news_but {
	height: 50px;
	background-color: #aa587c;
	color: #FFF;
    display: table;
	margin-bottom: 20px;
}
.themeN1 .more_news_but {
  background-color: #6f66a9;
}
.more {
	font-size: 18px;
	/* text-align: center; */
	padding-left: 30px;
	display: table-cell;
    vertical-align: middle;
	font-weight: bold;
	text-transform: uppercase;
}

.nobottom {
	margin-bottom: 0px;
}

#more1, #more2 {
	display:none;
}

.banners {
	background-color: #FFF;
}

.media_day {
	margin-top:20px;
}

.description_main_news {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    padding: 0 23px;
}

.description_img_news {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 23px;
}


.description_main_news .h1  {
	color: #FFF;
}

.main_hover {
	position: absolute;
	width: 100%; height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

.main_hover_pic {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.imgnews:hover {
    background-color: #00a9e4;
}

.media_day_zag {
    font-weight: bold;
    background-color: #398da9;
    color: #FFF;
    text-transform: uppercase;
    padding: 2px 0;
	margin-top:20px;
	text-align: center;

}

.banner_of_day {
	margin-top:20px;
}

.block_slider {
	/*background-color: #b9b9b9;*/
}

.block_slider_zag {
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background-color: #4d94b3;
	text-align: center;
	padding: 2px 0;
}

.block_slider_content {
	height: 350px;
}

.more_block_slider {
	color: #FFF;
	font-size: 16px;
}

.more_block_slider:hover, .more_block_slider:focus {
	border-bottom: 1px dotted #FFF;
}

.snetwork {
	height:40px;
	width:40px;
	font-size: 24px;
	text-align: center;
	float: left;
	margin-left: 20px;
    margin-bottom: 10px;
    border-radius: 50%;
}

.vk:hover, .vk:focus {
	background-color: #4680c2;
}
.vk {background-color: #4680c2;}

.fb:hover, .fb:focus {
	background-color: #3b5998;
}
.fb {background-color: #3b5998;}

.tw:hover, .tw:focus {
	background-color: #0084b4;
}
.tw {background-color: #0084b4;}

.inst:hover, .inst:focus {
	background-color: #6A453B;
}
.inst {background-color: #6A453B;}


.tlgrm:hover, .tlgrm.focus {
	background-color: #289fd9;
}
.tlgrm {background-color: #289fd9;}

.odnoklas:hover, .odnoklas.focus {
	background-color: #f48221;
}
.odnoklas {background-color: #f48221;}


.yt:hover, .yt.focus {
  background-color: #ff0000;
}
.yt {background-color: #ff0000;}

.tt:hover, .tt.focus {
  background-color: #8a3ab9;
}
.tt {background-color: #8a3ab9;}

.cont {
	position:absolute;
	color: #FFF;
	font-size: 26px;
	width: 25%;
	margin: 0 225px;
}

.prjtv {
	color: #333;
	text-align: left;
}

.btn:hover, .bnt:focus {
    text-decoration: none;
	border-bottom: 1px dotted #FFF;
}

.btn1:hover, .bnt1:focus {
    text-decoration: none;
	border-bottom: 1px dotted #333;
}

.btn {
	cursor: pointer;
}

.btn1 {
	cursor: pointer;
	color: #333;
}

.prev, .prevopi, .prevpop, .prevprjtv_slider, .prevnewstvk_slider {
	float: left;
	margin-left: 20px;
}

.next, .nextopi, .nextpop, .nextprjtv_slider, .nextnewstvk_slider {
	float: right;
	margin-right: 20px;
}

.customNavigation{
	width: 100%;
}

.tvk-search {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.tvk-search:before {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  border: white 2px solid;
  border-radius: 50%;
}
.tvk-search:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 11px;
  left: -6px;
  bottom: -3px;
  border-top: white 2px solid;
  transform: rotate(313deg);
}

@media only screen and (max-width: 479px) {
	.cont {
		margin: 0 250px;
	}

	.btn {
		margin:20px 20px;
	}

	.btn1 {
		margin:20px 10px;
	}

	.h1 {
		font-size: 18px;
	}
	#traffic  {
		display:none;
	}
	.widget_informer_list {
		display: none;
	}
	#site_age {
		display:none;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.cont {
		margin: 0 375px;
	}

	.btn {
		margin:20px 60px;
	}

	.btn1 {
		margin:20px 30px;
	}

	.h1 {
		font-size: 18px;
	}
	#traffic  {
		display:none;
	}
	.widget_informer_list {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.cont {
		margin: 0 140px;
	}

	.btn {
		margin:20px 60px;
	}

	.btn1 {
		margin:20px 30px;
	}

	.h1 {
		font-size: 18px;
	}
	#traffic  {
		display:none;
	}
	.widget_informer_list {
		display: none;
	}
}

@media only screen and (min-width: 960px) and (max-width: 1160px) {
	.cont {
		margin: 0 180px;
	}
	#traffic  {
		display:none;
	}

}

.head_site {
	margin-top:70px;
	height: 50px;
	background-color: #FFF;
}

.widget_informer_list {
    margin: 0;
    padding: 0;
    list-style: none;
	font-size: 12px;
}

.widget_informer_list .widget_item {
    display: inline-block;
    color: #999;
    margin-right: 20px;
}

.navigation-site-list {
    margin: 0;
    padding: 0;
    list-style: none;
	font-size:12px;
}
.navigation-site__item {
    list-style: none;
    display: inline-block;
    margin-left: 20px;
}

.navigation-site__link {
    color: #999;
    text-decoration: none;
    outline: 0;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.navigation-site__age {
    list-style: none;
    display: inline-block;
    margin-left: 20px;
    border: 1px solid #ccc;
    color: #999;
    padding: 4px 4px;
    line-height: 1;
    font-size: 10px;
}

.navigation-site__link:hover {
    color: #999;
    border-bottom: 1px solid rgba(153, 153, 153, 0);
    text-decoration: none;
}

@media (max-width: 767px) {
	.header_top-column__widget {
		display: none;
	}
}

.traffic_level {
	position: absolute;
	margin-left: 11px;
    font-weight: bold;
}

.whitetext {
	<!--color: #FFF; -->
	color: #171717;
}

#block_search {
	position: static;
	visibility: visible;
	width: 100%;
	height: 52px;
	line-height: 52px;
	padding: 0 16% 0 calc(5% + 124px);
	background: #9c9c9c;
	text-align: right;
}

.close_btn:hover {
	-webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.search_inp {
	height:100%;
	padding: 0 10px;
	border: none;
	background: #9c9c9c;
	color: #fff;
	font-size: 20px;
	width: 50%;
}

#interview {
	max-width: 6720px;
}
#interview .item{
	margin: 10px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

#opinion .item{
	margin: 10px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

#popular .item{
	margin: 10px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

#newstvk_slider .item{
	margin: 10px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

#prjtv_slider .item{
	margin: 10px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

.news_news_zag {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	padding: 0 23px;
	text-align: left;
}
 .date_snw {
	text-align:center;
	text-transform: uppercase;
	font-weight: bold;
}

.news_news_zag h1 {
	font-weight: bold;
	color: #FFF;
}

.news_lid {
	font-size:24px;
    /* text-transform: uppercase; */
	font-style: italic;
	font-family: "Noto Serif", serif;
}

.news_text {
	font-size: 18px;
	font-family: "Noto Serif", serif;
	background-color: #FFF;
	/* padding: 35px 40px; */
	line-height: 32px;
}

.news_text blockquote {
	background-color: #f3ede4;
	font-size: 18px;
	line-height: 32px;
	font-style: italic;
	padding: 25px 60px;
	border: 0;
	margin-bottom: 20px;
}

@media only screen and (max-width: 480px) {
	.news_text blockquote {
		padding: 5px 12px;
	}

	.news_text, .news_text blockquote {
		font-size: 12px;
		line-height: 18px;
	}

	h1, .h1 {
		font-size: 20px; }

	h2, .h2 {
		font-size: 18px; }

	h3, .h3 {
		font-size: 16px; }

	h4, .h4 {
		font-size: 14px; }

	h5, .h5 {
		font-size: 14px; }

	h6, .h6 {
		font-size: 12px; }

	.news_lid {
		font-size:16px;
	}
}

.gscale {
	border: 1px solid rgba(204, 204, 204, 0.4);
}

.news_lenta {
	background-color: #e6e2db;
}

.news_img {
	border: 1px solid #ededed;
	padding: 5px;
}

.news_lenta-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.news-lenta__item {
	font-size: 13px;
	line-height: 18px;
	color: #262626;
}

.news-lenta__link {
	display: block;
	color: #262626;
	text-decoration: none;
	font-family: "Noto Serif", serif;
	padding: 15px 30px;
	border: 0;
}

.news-lenta__link:hover {
	background-color: #ddd9d2;
	color: #262626;
	text-decoration: none;
	border: 0;
}

.news-lenta__date {
	font-family: "Noto Sans", Helvetica, Arial, sans-serif;
	color: #8c8c8c;
	letter-spacing: 0.1em;
}

.news-lenta_header {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	margin: 0 30px 15px 30px;
	padding-top: 30px;
}

.publication_author {
	margin-bottom: 20px;
}

.publication-author__list {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

.publication-author__list .author__item:last-child {
	margin-bottom: 0;
}

.publication-author__list .author__item_image {
	width: 60px;
	float: left;
	margin-right: 20px;
}

.publication-author__list .author__item_image img {
	max-width: 100%;
}

.publication-author__list .author__item {
	border: 1px solid #f2f2f2;
	padding: 12px 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.publication-author__list .author__item_content {
	width: 66%;
	float: left;
}

.publication-author__list .author__item_content .author__item_personal {
	margin-bottom: 5px;
}
.publication-author__list .author__item_content .author__item_personal a {
	font-family: "Noto Sans", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 23px;
	font-weight: bold;
	color: #333;
}

.slider_zag {
	height: 200px;
	background-color: #fbfbfb;
	color: #000;
	margin-top: -8px;
	padding: 30px;
	text-align: left;
	font-weight: bold;
}

.news_text a, .news_lid a, .voting-sidebar-title a, .is-hide {
	color: #ed124e;
	border-bottom: 1px solid rgba(237, 18, 78, 0.5);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.news_text a:hover, .news_lid a:hover, .voting-sidebar-title a:hover, .is-hide:hover {
	border-bottom: 1px solid rgba(237, 18, 78, 0);
}

.hcc a {
	border-bottom: none;
}

.date_snw a {
	color: #333;
	border-bottom: 1px solid rgba(20, 20, 20, 0.5);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.date_snw a:hover {
	border-bottom: 1px solid rgba(20, 20, 20, 0);
}

.crop img, .crop_ficher img {
	height: 100%;
	width: 100%;
}

.voting-sidebar-title a {
	line-height: 22px;
	font-size: 18px;
	font-family: "Noto Serif", serif;
	font-style: italic;
}


.voting-sidebar-block {
	border: none !important;
	padding: 0 15px;
	background: none !important;
}

.voting-sidebar-result_line {
	background-color: #0068b4;
	height: 2px !important;
}

.voting-sidebar-result_item {
	padding: 5px 0 !important;
	line-height: 1.3;
}

.button_block {
	display: block;
	text-align: center;
	padding-top: 17px;
	padding-bottom: 17px;
}

.button_link {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 20px;
	background-color: #398da9;
	color: #fff;
	text-decoration: none;
	border: 0;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#yandex_ad {
	padding: 15px 0;
}

.day_lead {
	font-weight:normal;
}

.day_lead a {
	color: #333;
	border-bottom: 1px solid rgba(51, 51, 51, 0.5);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.day_lead a:hover {
	border-bottom: 1px solid rgba(51, 51, 51, 0);
}

.newstvk_href {
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}

.rbtnvote {
	width: 30px;
}

.txtvote {
	width: 100px;
}

.tags {
	font-weight: normal;
}

.tag {
	background-color: #398da9;
	color: #fff;
	width: 50%;
	padding: 0 5px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 10px;
}

.tmark {
	float: left;
	text-align: left;
}

.ttime {
	float: right;
	text-align:right;
}

.disabled, #navigation_1_next_page, #navigation_1_previous_page, .navigation-title {
	display: none;
}

.navigation {
	color: #aaa;
}

.ctrl {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 10px;
}

.arrowright {
	padding: 0 20px;
}

.navigation .navigation-pages a {
	display: block;
	padding: 2px 8px;
	min-width: 28px;
	text-align: center;
	float: left;
	border: 1px solid #ccc;
	color: #aaa;
	margin-left: -1px;
}

.navigation .navigation-pages a:hover {
	background-color: #00a9e4;
	border-color: #00a9e4;
	color: #fff;
}

.navigation .navigation-pages a:last-child {
	border-right: 1px solid #ccc;
}

.navigation .navigation-pages .nav-current-page {
	display: block;
	padding: 2px;
	width: 28px;
	text-align: center;
	float: left;
	border: 1px solid #00a9e4;
	background-color: #00a9e4;
	color: #fff;
}

.navigation .navigation-empty {
	display: block;
	width: 28px;
	text-align: center;
	float: left;
}

.news_sections {
	border: #d9d9d9 1px solid;
	border-right: 0;
	border-left: 0;
	padding: 20px 0;
	margin-bottom: 20px;
}

.news_section-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.news_section-item {
	display: inline-block;
	font-size: 14px;
	margin-right: 20px;
	line-height: 2;
}

.news_section-item.active {
	background-color: #ed124e;
	color: #fff;
}

.news_section-link {
	padding: 4px 6px;
	border: 0;
	color: #ed124e;
}

.news_section-link:hover {
	border: 0;
	background-color: #ed124e;
	color: #fff;
}

.news_section-link.active {
	border: 0;
	background-color: #ed124e;
	color: #fff;
}

.news_section-list__vis-hide .news_section-item__hidden {
	display: none;
}

.news_section-list__vis .news_section-item__hidden {
	display: inline-block !important;
}

.is-hide {
	cursor: pointer;
	font-size: 0.8em;
	margin: 20px 0 0 5px;
}

.rt_title_32070, .rt_descr_32070, .scrollup, .relap-default__logo, .js-relap__logo, .js-relap__item-link, .relap-default__item-link
{
	border-bottom: 0 !important;
}


.livebrodcast_video {
	margin: 0 0 20px 0;
}

.livebrodcast_video_title {
	background-color: #ed124e;
	padding: 15px 30px 15px 65px;
	color: #fff;
	position: relative;
}

.livebrodcast_video_title .h1 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.livebrodcast_video_title h1:before {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 28px;
	top: 14px;
	font-size: 20px;
}


.livebrodcast_video_title .button-close {
	color: #fff;
	position: absolute;
	top: 14px;
	right: 10px;
	height: 15px;
	width: 15px;
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}


.livebrodcast_video_title .button-close:hover {
	transform: rotate(90deg);
}

.livebrodcast_video_content {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #1b1b1b;
	padding: 30px 0px; }

@media (min-width: 992px) {
	.livebrodcast_video_content {
		float: left;
		width: 100%;
	}
}

.livebrodcast_video_player {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 992px) {
	.livebrodcast_video_player {
		float: left;
		width: 58.3333333333%;
	}
}

.livebrodcast_video_sidebar {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	padding-left: 20px; }
	@media (min-width: 992px) {
	.livebrodcast_video_sidebar {
		float: left;
		width: 41.6666666667%; } }
	.livebrodcast_video_sidebar h3 {
	margin-top: 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4; }
	.livebrodcast_video_sidebar p {
	font-size: 14px;
	line-height: 20px; }

.livebrodcast_empty {
	height: 0px; }

.livebrodcast_navigation {
	font-size: 13px;
	color: #323232;
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 20px; }
	@media (min-width: 992px) {
	.livebrodcast_navigation {
		float: left;
		width: 50%; } }

.livebrodcast_navigation-title {
	display: inline-block;
	font-size: 13px;
	color: #323232;
	position: relative;
	padding-left: 32px;
	cursor: pointer; }
	.livebrodcast_navigation-title:before {
	color: #323232;
	position: absolute;
	left: 0px;
	top: -2px;
	font-size: 20px; }

.livebrodcast_list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	margin-left: 20px; }

.livebrodcast_item {
	display: inline-block; }
	.livebrodcast_item a {
	color: #323232;
	padding: 4px 10px;
	border: 0; }
	.livebrodcast_item a:hover {
		border: 0;
		background-color: #323232;
		color: #fff; }
	.livebrodcast_item.active a {
	background-color: #323232;
	color: #fff; }

.livebrodcast_navigation__datepicker {
	position: absolute;
	width: 300px;
	top: -45px;
	left: 148px; }

.livebrodcast_block {
	position: relative;
	min-height: 1px;
}

@media (min-width: 992px) {
	.livebrodcast_block {
		float: left;
		width: 50%;
	}
}

.livebrodcast_block .livebrodcast_future {
	font-size: 13px;
	padding: 10px 12px;
	position: relative;
	color: #7f7f7f;
	padding-left: 65px;
	background-color: #fff;
}

.livebrodcast_block .livebrodcast_future:before {
	font-size: 20px;
	color: #7f7f7f;
	position: absolute;
	left: 26px;
	top: 14px;
}

.livebrodcast_block .livebrodcast_active {
	font-size: 13px;
	position: relative;
	color: #7f7f7f;
}

.livebrodcast_block .livebrodcast_active .livebrodcast_link-icon {
	position: absolute;
	font-size: 20px;
	left: 24px;
	top: 12px;
}

.livebrodcast_block .livebrodcast_active .livebrodcast_link {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAqCAMAAADYrcjGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0M1M0YxRTNGNDlDMTFFNEE1QjdGNTY3NjhCM0VDRDIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0M1M0YxRTRGNDlDMTFFNEE1QjdGNTY3NjhCM0VDRDIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQzUzRjFFMUY0OUMxMUU0QTVCN0Y1Njc2OEIzRUNEMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQzUzRjFFMkY0OUMxMUU0QTVCN0Y1Njc2OEIzRUNEMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnALZekAAABaUExURe0TT+ARS+ERS+oSTeIRS+URTOMRS+gSTe0ZU+QRTOkSTeAYT+sSTusSTecSTOYRTOkTTuoTTucSTeYSTOMRTO4ZVOoZUuQYUOIYUOgZUewSTt8SS+0STt8RSuGUXtoAAAE3SURBVEjHndbZcoMwDIVhsSVAQmizdHHN+79miUGSMzk2Nlz+o+9wx0APWp7PP3k+KLW11j39JE9lbbhV2nq7Yr0rgC0CewvOt645fNxnHUY2qc3YawO4G8J71F7zLTf61XbmO7SHGp24lWIvU6x57xCcav3GuDTcbnqHmr+3Yr0bgR0DewvOt645XEtrwF0T3HtiZJPajHfbGWvrMu1E38Aeonva+EuyZWETfNdmwR1qhvEB3KH28o4V610H7D2w57AB1sT3Ov4MmRrYOmFvxt5dE7VvjdoNG2vU7reWfsBdmbin37AR2DG6VwpOtX5jfAF3t629FYs96120ub0FZ9ulOXzkNhRyd5W7Irj3xMhG97jNONW+NzpJq8BdFd2jL3DXJ+7JZ2jDwsb45RcpdY8e+3/h6B85nvcSQQDNfgAAAABJRU5ErkJggg==") repeat-x center;
	display: block;
	color: #fff;
	border: 0;
	padding: 10px 12px 10px 65px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.livebrodcast_block .livebrodcast_active .livebrodcast_link:hover {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAqCAMAAADYrcjGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODlGQjQ3RTVGNDlFMTFFNEJGMjM5Qzg0NzFFQUNFNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODlGQjQ3RTZGNDlFMTFFNEJGMjM5Qzg0NzFFQUNFNDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4OUZCNDdFM0Y0OUUxMUU0QkYyMzlDODQ3MUVBQ0U0OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4OUZCNDdFNEY0OUUxMUU0QkYyMzlDODQ3MUVBQ0U0OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PifSwPMAAAB+UExURQ2c3QGp5AKn4wyd3Qud3gGo4wGo5Aue3gSl4gWk4Qqe3ger5ROf3gmf3waj4Qei4Amg3wOm4gqf3g2d3Qih4Aig3wSm4geh4Aai4AGn4wSk4gOm4wOl4gWj4QKm4wis5Qqf3xCj4BGi3wym4gun4wih3wiq5BOg3gCp5Ayc3eg7VswAAAFeSURBVEjHnZbZloIwFASvuAEuKC64jjor/P8PDgHSQWlCMI91uipvOZHboDz7jVRnsx+4MV9maXHWw6w6w3WaOrJKvoCNsGPsuVfKvtmd9Y6xl14h13Yecb22npL9rLdbslw+wZ1ix1jzDpkFZBe49eTL0WVM5mDHvm4AORxrdsUuZL0a07Jxl8a1svyOSu7vKlbKMdgBu7i7V8jxRLOIuIdWpuQFce+s98pymbluTOaGJWSX2Hry0CjdYrcijPX0S9LlUgZ5B7bD7qejp2XmdrJKXoFtsVt19krZ7rYyJU8WYEkfV8nMdWMyq7GI7CJLT35jsru79eQT7KDZOG6yCbvDvGFLm8sZZOOGWebEYrxh/d0Qb1ig2dHsrp29UobrTbEzPcZCvGFW18KUfHrTVbIPNsKO9ZpM/og7ZD3C5FuzD6tLGZ6hM9kxVr+DfKUu+PqMmuypJ7d3v3A5+wecW1FZ32fFyQAAAABJRU5ErkJggg==") repeat-x center;
	color: #fff;
	border: 0;
}

	.livebrodcast_block .livebrodcast_active .livebrodcast_title {
	font-weight: bold;
}

.livebrodcast_block .livebrodcast_active .livebrodcast_time {
	float: right;
}

.page_banners_column3 div div, .page_banners_column3 div {
	width: auto !important;
	height: auto !important;
}

.news_text table {
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    margin: 0 0 40px 0;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
}

.news_text table tr td {
    border-bottom: 1px solid #dddddd;
    padding: 10px 0 10px 8px;
}



/* Всплывающее окно
* при загрузке сайта
*/
/* базовый контейнер, фон затемнения*/
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}
/* модальный блок */
.popup {
    top: 25%;
    left: 0;
    right: 0;
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 340px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
/* заголовки в модальном блоке */
.popup h2, .popup h3 {
    margin: 0 0 1rem 0;
    font-weight: 300;
    line-height: 1.3;
    color: #009032;
    text-shadow: 1px 2px 4px #ddd;
}

.popup_txt:hover {
    font-weight:bold;
}

/* кнопка закрытия */
.close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #aa587c;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;

}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* кнопка закрытия при наведении */
.close:hover {
    background-color: #a21050;
}
/* изображения в модальном окне */
.popup img {
    width: 100%;
    height: auto;
}
/* миниатюры изображений */
.pl-left,
.pl-right {
    width: 25%;
    height: auto;
}
/* миниатюры справа */
.pl-right {
    float: right;
    margin: 5px 0 5px 15px;
}
/* миниатюры слева */
.pl-left {
    float: left;
    margin: 5px 18px 5px 0;
}

/* анимация при появлении блоков с содержанием */
@-moz-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
@keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}


.block-donate-news {
  margin: 20px 0;
  text-align: center;
  font-size: 20px;
  position: relative;
}
.block-donate-news:before {
  content: '';
  height: 1px;
  left: 0;
  right: 0;
  position: absolute;
  top: 50%;
  border-bottom: #000000 1px solid;
}
.block-donate-news .tvk_donate {
  position: relative;
  font-family: Arial, Helvetica;
  padding: 8px 25px;
  text-align: center;
  background-color: #fef100;
  color: black;
  text-transform: uppercase;
  border: 0;
  z-index: 1;
}

.block-donate-news .tvk_donate:hover {
  border: 0;
}
.block-donate-news .tvk_donate span {
  color: #0489cf;
  text-transform: uppercase;
}
