@font-face 
{
  font-family: Tahoma;
  font-weight: 400;
  src: url('fonts/Tahoma.ttf');
}


html,
body
{  
  width: 100%;
  height: 100%;
}
body 
{
  font-family: PT Serif Caption;
  font-size: 16px;
  padding: 0;
  margin: 0;
  color : #363636;
}
a { text-decoration: none; }

h1
{
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  font-family: Roboto;
  text-transform: uppercase;
}
h4
{
  overflow: hidden;
  margin: 0;
  padding: 0 0 20px;
  font-weight: normal;
}
h4 span
{
  font-family: Roboto;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
h4 a
{
  float: right;
  font-family: Tahoma;
  color: #1a61c6;
  font-size: 13px;
  margin-top: 8px;
}
h2
{
   margin: 0;
}
h2 a
{
  font-family: Roboto;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  line-height: 36px;
  padding-left: 23px;
}
h2 a:hover
{
  text-decoration: underline;
}
h2.__blue
{
  background: #1961c7;
}
h2.__red
{
  background: #e21a09;
}
h2.__victory
{
  background: #7b1f0a;
}
.wrapper 
{
  width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
  min-height: 100%;
}

.cont
{
  font-family: Tahoma;
  padding-top: 10px
}

.social-buttons
{
  margin: 40px 0 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 18px 0;
  overflow: hidden;
}
.empty
{
  text-align: center;
  font-family: Tahoma;
  padding: 30px 0;
  color: #aaa;
}
.clear
{
  clear: both;
}

.title-image
{
  float: right;
  margin-right: 20px;
}


/* header*/
.header
{
  overflow: hidden;
}
.header-menu
{
  padding: 30px 0 17px;
  overflow: hidden;
  margin-right: -10px;
}
.header-menu a
{
  position: relative;
  float: left;
  width: 9.091%;
  padding: 3px 10px 0 0;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 16px;
  
  color: #464646;
  font-family: Roboto;
  font-size: 14px;
  
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.header-menu a:before,
.header-menu a:after
{
  content: ' ';
  height: 10px;
  left: 0;
  right: 10px;
  position: absolute;
  top: -10px;
}
.header-menu a:before
{
  background: #ffffff;
  background: -moz-linear-gradient(top,  #ffffff 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#000000));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#000000 100%);
  background: -o-linear-gradient(top,  #ffffff 0%,#000000 100%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#000000 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  z-index: 1;
  opacity: 0.4;
  
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
}
.header-menu a:hover:before { opacity: 0; }

.header-menu a.__menu2:after { background: #3574cd; }
.header-menu a.__menu3:after { background: #e45b3d; }
.header-menu a.__menu4:after { background: #c1cfd3; }
.header-menu a.__menu5:after { background: #4d97ff; }
.header-menu a.__menu6:after { background: #ef4723; }
.header-menu a.__menu7:after { background: #cdcdcd; }
.header-menu a.__menu8:after { background: #265dab; }
.header-menu a.__menu9:after { background: #e87a62; }
.header-menu a.__menu10:after { background: #b7babb; }
.header-menu a.__menu11:after,
.header-menu a.__menu192:after
{ 
  background: #4d97ff;
}
.header-menu a.__menu12:after { background: #ef4723; }
.header-menu a.__menu7495:after { background: #b7babb; }
.header-left
{
  float: left;
}
.header-logo
{
  clear: both;
  display: block;
  padding-top: 17px;
  height: 40px;
}
.header-date,
.header-weather
{
  font-size: 13px;
  font-family: Tahoma;
  float: left;
}
.header-date { margin-right: 45px; }
.header-weather
{
  line-height: 24px;
  margin-top: -4px;
  padding-left: 35px;
  background: no-repeat center left;
}
.header-ps
{
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  margin-top: 3px;
}

.header-content
{
  overflow: hidden;
  color: #464646;
  padding: 4px 10px 0 20px;
}
.header-social 
{  
  margin-top: -3px;
}
.header-social_button
{
  font-family: Tahoma;
  font-size: 13px;
  float: left;
  background: #265dab;
  color: #fff;
  line-height: 24px;
  height: 24px;
  border-radius: 3px;
  padding: 0 10px;
  margin-right: 10px;
  cursor: pointer;
  
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
}
.header-social_button:hover { background-color: #1a66d0; }
.header-social_button.__mail
{
  background: #265dab url(../images/icon-mail.png) no-repeat 8px 8px;
  padding: 0 10px 0 28px;
}
.header-social_button.__advert
{
  background-color: #ed2724;
  padding: 0 13px;
}
.header-social_button.__afisha
{
  padding: 0 29px;
}
.header-social-links
{
  overflow: hidden;
}
.header-social-links a
{
  float: left;
  width: 24px;
  height: 24px;
  background: no-repeat center center;
  margin-left: 3px;
}
.header-social-links a.__fb { background-image: url(../images/icon-fb.png); }
.header-social-links a.__tw { background-image: url(../images/icon-tw.png); }
.header-social-links a.__vk { background-image: url(../images/icon-vk.png); }

.header-buttons
{
  clear: both;
  padding-top: 10px;
  overflow: hidden;
}
.header-buttons a
{
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0 13px;
  color: #fff;
  text-transform: uppercase;
  font-family: Roboto Condensed;
  font-size: 16px;
  
  background: #5890cb;
  background: -moz-linear-gradient(top,  #5890cb 0%, #0c2c7d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5890cb), color-stop(100%,#0c2c7d));
  background: -webkit-linear-gradient(top,  #5890cb 0%,#0c2c7d 100%);
  background: -o-linear-gradient(top,  #5890cb 0%,#0c2c7d 100%);
  background: -ms-linear-gradient(top,  #5890cb 0%,#0c2c7d 100%);
  background: linear-gradient(to bottom,  #5890cb 0%,#0c2c7d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5890cb', endColorstr='#0c2c7d',GradientType=0 );
  
  box-shadow: inset 0 20px 0 rgba(255, 255, 255, 0.18);
  -webkit-box-shadow: inset 0 20px 0 rgba(255, 255, 255, 0.18);
  -moz-box-shadow: inset 0 20px 0 rgba(255, 255, 255, 0.18);
  
  border-left: 1px solid #384e68;
  border-right: 1px solid #8ea5cd;
  
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
}
.header-buttons a.__first
{
  border-left: none;
  border-radius: 2px 0 0 2px;
}
.header-buttons a.__last
{
  border-right: none;
  border-radius: 0 2px 2px 0;
  text-align: center;
  padding: 0 9px;
}
.header-buttons a:hover
{
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

/* search */
.search
{
  width: 300px;
  float: right;
  position: relative;
}
.header .search form
{
  margin-bottom: 13px;
}
.search_field
{
  border: 1px solid #cccccc;
  width: 100%;
  padding: 0 25px 0 10px;
  background: #e8e8e8;
  height: 24px;
  border-radius: 3px;
  font-family: Tahoma;
  font-size: 13px;
  outline: none;
  
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.search_field::-webkit-input-placeholder { color: #848484; }
.search_field:-moz-placeholder { color: #848484; }
.search_button
{
  position: absolute;
  border: none;
  width: 15px;
  height: 15px;
  background: url(../images/icon-search.png) no-repeat;
  display: block;
  right: 10px;
  top: 4px;
  cursor: pointer;
  outline: none;
}

.search.__bySection
{
  width: 470px;
}
.search.__bySection .search_field
{
  height: 32px;
}
.search.__bySection .search_button
{
  top: 8px;
}

/* banners */
.banner
{
  padding-top: 20px;
}
.banner img
{
  width: 100%;
}
.banner a,
.banner object
{
  display: none;
}
.sidebar .banner
{
  padding-top: 0;
}

/* main */
.main
{
  overflow: hidden;
  padding-bottom: 200px;
}
.main.__economy
{
  padding-top: 40px;
}

/* sidebar */
.sidebar
{
  width: 270px;
  min-height: 400px;
  float: right;
  margin-left: 15px;
  padding-top: 20px;
}
.sidebar-block
{
  padding: 0 0 20px;
}
.sidebar-block_title
{
  font-family: Roboto;
  font-size: 24px;
  font-weight: bold;
  padding: 5px 10px;
  text-transform: uppercase;
}
.sidebar-block_title.section_title
{
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}

/* content */
.content
{
  overflow: hidden;
  padding-top: 20px;
}

/* top news */
.topnews 
{ 
  overflow: hidden; 
  margin-top: 20px;
}
.topnews-today
{
  overflow: hidden;
  background: #1961c7;
}
.topnews-today-wrapper
{
  width: 535px;
  float: left;
  position: relative;
}
.topnews-today_image
{
  display: block;
  margin-bottom: -5px;
  height: 400px;
  overflow: hidden;
}
.topnews-today_image img
{
  width: 100%;
}
.topnews-today_title
{
  color: #fff;
  font-size: 44px;
  font-family: Roboto;
  font-weight: 600;
  line-height: 48px;
  padding: 10px 20px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  
  background: -moz-linear-gradient(left,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.01) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.6)), color-stop(100%,rgba(0,0,0,0.01)));
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.01) 100%);
  background: -o-linear-gradient(left,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.01) 100%);
  background: -ms-linear-gradient(left,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.01) 100%);
  background: linear-gradient(to right,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.01) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#03000000',GradientType=1 );
}
.topnews-today_desc
{
  color: #fff;
  font-size: 18px;
  font-family: Tahoma;
  padding: 80px 30px 30px;
  overflow: hidden;
}
.topnews-today.__noDesc .topnews-today-wrapper
{
  width: auto;
  float: none;
  max-height: 407px;
  overflow: hidden;
}
.topnews-today.__noDesc .topnews-today_desc
{
  display: none;
}
.topnews-main
{
  width: 320px;
  height: 407px;
  float: left;
  border-left: 20px solid #e52128;
  padding-left: 10px;
}
.topnews-main_title
{
  font-size: 24px;
  font-weight: bold;
  font-family: Roboto;
  text-transform: uppercase;
  line-height: 22px;
}
.topnews-main-list
{
  padding-right: 20px;
}
.topnews-main-item
{
  padding: 10px 0 5px;
  position: relative;
}
.topnews-main-item:hover:before
{
  content: '';
  display: block;
  background: url(../images/arrow_red.png) no-repeat;
  height: 18px;
  width: 15px;
  left: 0;
  top: 13px;
  position: absolute;
  
}
.topnews-main-item:hover .__title
{
  font-weight: 600;
  text-indent: 20px;
}
.topnews-main-item .__title
{
  color: #000;
  font-size: 17px;
  display: block;
  font-family: Tahoma;
}
.topnews-main-item.__important .__title
{
  color: #000;
}
.topnews-link
{
  padding-top: 10px;
  text-align: right;
  font-family: Tahoma;
  font-size: 13px;
}
.topnews-link a { color: #173d71; }

/* anonses */
.anonses
{
  margin-top: -20px;
}
.anonses-item
{
  overflow: hidden;
  padding-bottom: 15px;
/*  display:flex; */
}
.anonses-item-new
{
  display: flex;
}
.anonses-item_image
{
  float: left;
  margin-right: 10px;
  height: 50px;
  width: 50px;
  overflow: hidden;
}
.anonses-item_image img
{
  width: 100%;
}
.anonses-item-wrapper { overflow: hidden; }
.anonses-item_date
{
  font-family: Tahoma;
  font-size: 11px;
  color: #404040;
  margin-top: -1px;
  line-height: 11px;
}
.anonses-item_title
{
  font-size: 13px;
  color: #173d71;
  line-height: 16px;
  display: block;
}
.anonses-link
{
  display: block;
  position: relative;
  margin-top: -10px;
  color: #265dab;
  font-size: 13px;
  font-family: Tahoma
}

.sidebar-block.fly .sidebar-block_title.__gray {
	background:#1961c7;
	margin-top:10px;
}

/*opinions*/
.sidebar-block.opinions
{
  margin-top: 0;
}
.sidebar-block_title.__gray
{
  color: #fff;
  font-size: 22px;
  background: #c1cfd2;
  padding-left: 25px;
  display: block;
  margin-bottom: 15px;
}
.sidebar-block.opinions  .annonse-item
{
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c1cfd2;
  font-size: 13px;
}
.sidebar-block.opinions  .annonse-item:last-child
{
  margin-bottom: 0;
}
.sidebar-block.opinions .anonses-item_date
{
  font-size: 13px;
  line-height: 13px;
}

/*.sidebar-block .leading*/
.sidebar-block.leading
{
  color: #000;
  overflow: hidden;
  font-family: Roboto;
  font-weight: bold;
}
.sidebar-block .leading-title
{
  font-size: 17px;
  margin-bottom: 7px;
}
.sidebar-block .leading-items
{
  margin-right: -4px;
}
.sidebar-block .leading-item
{
  width: 127px;
  float: left;
  margin-right: 10px;
}
.sidebar-block .leading-item:last-child .leading-item__image
{
  border: none;
}
.sidebar-block .leading-item__image
{
  width: 127px;
  height: 111px;
  padding-right: 4px;
  border-right: 1px solid #000;
  display: inline-block;
}
.sidebar-block .leading-item__image img
{
  width: 100%;
}


.sidebar-block .leading-item__title
{
  font-size: 15px;
}
.sidebar-block .leading-item__title span
{
  display: block
}

/*freshnews*/
.freshnews
{
  overflow: hidden;
}
.media
{
  width: 330px;
  float: left;
  margin-right: 15px;
}
.media-title
{
  background: #e52128;
}
.media-title, .tapenews-title
{
  line-height: 38px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  font-family: Roboto;
  text-transform: uppercase;
  margin-bottom: 19px;
  padding-left: 20px;
  display: block;
}
.media-title:hover, .tapenews-title:hover
{
  text-decoration: underline !important;
}
.media-item
{
  overflow: hidden;
  margin-bottom: 15px;
}
.media-item__image
{
  width: 160px;
  height: 130px;
  float: left;
  margin-right: 10px;
  position: relative;
}
.media-item__image img
{
  width: 100%;
}
.media-item__image iframe
{
  width: 100%;
  height: 100%;
}
.__media .media-item__image:before
{
  content: '';
  display: block;
  background: url(../images/icon-play2.png) no-repeat center;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 3px;
  right: 3px;
  cursor: pointer;
}
.media-item__title
{
  color: #000;
  font-size: 12px;
  font-weight: bold;
  font-family: Roboto;
  line-height: 13px;
  display: block;
}

/*tapenews*/
.tapenews
{
  float: left;
  width: 535px;
}
.tapenews-title
{
  background: #1961c7;
}
.tapenews-items
{
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
}
.tapenews-item
{
  overflow: hidden;
  margin-bottom: 10px;
  font-family: Roboto;
  width: 519px;
}
.tapenews-item__time
{
  display: inline-block;
  vertical-align: top;
  background: #1961c7;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin-right: 6px;
  padding: 0 3px;
}
.tapenews-item.__important .tapenews-item__time
{
  background: #e52128;
}
.tapenews-item__title
{
  font-weight: 600;
  font-size: 13px;
  overflow: hidden;
  color: #000;
  line-height: 15px;
  display: inline-block;
  vertical-align: top;
  width: 450px;
}

/*banner __one*/
.banner.__one
{
  height: 171px;
}

/* sections */
.section { padding-top: 15px; }
.section_title
{
  display: block;
}
.section_title span
{
  font-family: Roboto;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  display: block; 
}
.section_title a
{
  float: right;
  color: #fff;
  font-family: Tahoma;
  font-size: 13px;
  margin: 10px 20px 0 0;
}
.__section2 .section_title,
.__section859 .section_title,
.__section35 .section_title
{ 
  background: #1a61c6;
}
.__section13 .section_title { background: #e31d1d; }
.__section8 .section_title { background: #c1cfd3; }
.__section3 .section_title { background: #1a66d0; }
.__section4 .section_title { background: #db300b; }
.__section5 .section_title { background: #cdcdcd; }
.__section6 .section_title { background: #265dab; }
.__section7 .section_title { background: #c93f21; }
.__section11 .section_title,
.__section888 .section_title
{ 
  background: #b7babb;
}

.section-items
{
  overflow: hidden;
  padding: 20px 0 0;
  margin-right: -30px;
}
.section.__loadToScroll .section-items
{
  min-height: 235px;
}
.section-item
{
  display: inline-block;
  vertical-align: top;
  width: 223px;
  padding-right: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.section-item_img
{
  height: 125px;
  overflow: hidden;
  display: block;
}
.section-item_img img 
{ 
  width: 100%; 
  display: block;
}
.section-item_title
{
  color: #363636;
  padding-top: 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  display: block;
}
.section-item_desc
{
  font-family: Tahoma;
  font-size: 12px;
}

/* footer */
.footer
{
  min-width: 1200px;
  height: 260px;
  margin-top: -125px;
  position: relative;
  z-index: 1;
  background: #363636;
}
.footer-content
{
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 50px;
  font-size: 13px;
  color: #fff;
  font-family: Tahoma;
}
.footer-content a { color: #fff; }
.footer-menu
{
  background: #265dab;
  line-height: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
}
.footer-menu a
{
  text-align: center;
  width: 14.28%;
  float: left;
  border-right: 1px solid #264775;
  border-left: 1px solid #7d9ecd;
  
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.footer-menu a.first { border-left: none; }
.foter-menu a.last { border-right: none; }
.footer-info
{
  float: left;
  padding-right: 30px;
}
.footer-info a { text-decoration: underline; }
.footer-info a:hover { text-decoration: none; }
.footer-info span
{
  display: block;
  padding-top: 15px;
}
.footer-info2
{
  padding-top: 20px;  
  float: left;
  display:block;
}
.footer-counter
{
  float: right;
}
.footer-apps
{
  float: right;
  margin-right: 40px;
  width: 220px;
}
.footer-apps span,
.footer-apps a
{
  display: inline-block;
  vertical-align: middle;
}
.footer-apps span
{
  text-align: center;
  margin-right: 30px;
}

/* ads */
.ads
{
  background: #f9f9f9;
  padding: 0 15px;
}
.ads-item
{
  font-size: 13px;
  padding-bottom: 12px;
  margin-bottom: 14px;
  border-bottom: 1px solid #ededed;
}
.ads-item:last-child
{
  margin-bottom: 0;
}
.ads-item a { color: #173d71; }

/* question */
.question
{
  font-family: Tahoma;
  font-size: 13px;
  background: #f9f9f9; 
  padding: 5px 15px 20px;
}
.question_title
{
  font-size: 16px;
  font-weight: bold;
  font-family: Roboto;
}
.question-item 
{ 
  padding-top: 10px;
}
.question-item input,
.question-item label
{
  display: block;
}
.question-item input
{
  float: left;
}
.question-item label
{
  overflow: hidden;
}

.question-result__line
{
  margin: 5px 0 0;
}
.question-result__line span
{
  display: inline-block;
  padding: 0 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  
  text-align: center;
  color: #fff;
}
.exist-answer
{
  color: #aaa;
  font-size: 90%;
  text-align: right;
  padding-top: 5px;
}

/* programm */
.program_title
{
  font-size: 16px;
  font-weight: bold;
  font-family: Roboto;
  text-transform: uppercase;
}
.program-items a
{
  display: block;
  color: #173d71;
  font-family: Tahoma;
  font-size: 13px;
  margin-top: 10px;
  padding-left: 18px;
  background: url(../images/icon-label.png) no-repeat center left;
}

/*program*/
.program-day
{
  margin-top: 20px;
  overflow: hidden;
}
.program-day a
{
  float: left;
  width: 122.5px;
  background: #e8e8e8;
  color: #bcbcbc;
  font-size: 13px;
  font-family: Roboto;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border-right: 1px solid #d0d0d0;
  border-left: 1px solid #fdfdfd;
  padding: 25px 0 20px;
}
.program-day a.active
{
  background: #ed2724;
  color: #fff;
  width: 136px;
}
.program-day span
{
  font-size: 70px;
  display: block;
  line-height: 66px;
}
.program-city
{
  background: #ed2724;
  padding: 15px 23px;
}
.program-city a
{
  color: #fff;
  text-decoration: underline;
  font-family: Roboto;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 20px;
  display: inline-block;
}
.program-city a:hover
{
  text-decoration: none !important;
}
.program-list
{
  font-size: 13px;
  text-transform: uppercase;
  font-family: Roboto;
}
.program-list__title
{
  color: #8c95a2;
  font-weight: bold;
  background: #272d36;
  padding-left: 15px;
  line-height: 37px;
}
.program-item span
{
  background: #ebebeb;
  
  line-height: 43px;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.program-item__time
{
  width: 83px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.program-item__title
{
  width: 800px;
  padding-left: 20px;
  border-bottom: 1px solid #fff;
  margin-left: -2px;
}

/* releases */
/*releasefresh*/
.releasefresh
{
  background: url(../images/banener-vesti-pustoj-nov.jpg) no-repeat center;
  padding: 10px;
  margin-top: 17px;
  height: 150px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.releasefresh-image
{
  display: inline-block;
  vertical-align: middle;
  width: 287px;
  margin-right: 15px;
}
.releasefresh-image img
{
  width: 100%;
}
.releasefresh-content
{
  display: inline-block;
  vertical-align: middle;
  width: 555px;
  color: #fff;
  font-family: Roboto;
}
.releasefresh-content__title
{
  font-size: 34px;
  font-weight: bold;
}
.releasefresh-content__description
{
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  width: 340px;
}
.releasefresh-content__description span
{
  background: #ed2724;
  padding: 0 2px;
}

.release
{
  margin-top: 20px;
  padding: 25px;
  border: 4px solid #ebebeb;
  overflow: hidden;
  position: relative;
}
.release.__page
{
  border: 0;
  border-top: 1px solid #ebebeb;
  padding: 25px 0;
}
.release-container
{
  min-height: 370px;
}
.release-video
{
  float: left;
  width: 672px;
  position: relative;
}
.release-video-container
{
  height: 491px;
  overflow: hidden;
}
.release-video img
{
  width: 100%;
}
.release-link
{
  text-align: right;
}
.release-link a
{
  color: #fff;
  text-transform: uppercase;
  font-family: Roboto;
  font-weight: bold;
  font-size: 22px;
  margin-top: 5px;
  padding: 10px 14px;
  background: #ed2724;
  border-left: 0;
  border-right: 0;
  display: inline-block;
}
.section .release-link a
{
  padding: 7px 22px;
}
.release-link a:hover
{
  text-decoration: underline;
}

/*release-block*/
.release-block
{
  overflow: hidden;
}
/*leading*/
.release-block .leading
{
  background: #1961c7;
  width: 213px;
  height: 491px;
  float: left;
  padding: 17px 10px 0;
  box-sizing: border-box;
  -mox-box-sizing: border-box;
  -webkit-box-sizing: border-box
}
.release-block .leading-title
{
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  font-family: Roboto;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-bottom: 10px 
}
.release-block .leading-items
{ 
  margin-right: -8px;
}

.release-block .leading-item
{
  float: left;
  margin: 0px 10px 12px 0;
  width: 90px;
}
.release-block .leading-item__image
{
  height: 104px;
  width: 90px;
  margin-bottom: 1px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.release-block .leading-item__image img
{
  width: 100%;
}
.release-block .leading-item__title
{
  color: #fff;
  font-size: 11px;
  font-size: 600;
}
.release-block .leading-item__title span
{
  text-transform: uppercase;
  display: block;
}

/*.sidebar-block __release*/
.sidebar-block .release-link a
{
  font-size: 19px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.release-item
{
  margin-bottom: 8px;
  display: block;
  color: #000;
}
.release-item__video
{
  width: 100%;
  height: 194px;
  border: 1px solid #000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.release-item__video:before
{
  content: '';
  display: block;
  background-image: url(../images/icon-play3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 54px;
  width: 54px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -29px;
  margin-left: -26px;
  cursor: pointer;
}
.release-item__video img
{
  width: 100%;
}
.release-item__date
{
  font-size: 22px;
  font-family: Roboto;
  color: #000;
}

/* news */
.news
{
  margin-top: 30px;
}
.news-item
{
  overflow: hidden;
  border-bottom: 2px solid #577ca2;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.news-item-side
{
  float: left;
  padding: 2px;
}
.news-item_img
{
  /*padding: 5px;*/
  border: 5px solid #fff;
  box-shadow: 0px 0px 0px 1px #eee;
  width: 260px;
  max-height: 150px;
  float: left;
  overflow: hidden;
  display: block;
  margin-right: 30px;
}
.news-item_img img 
{ 
  width: 100%; 
  display: block;
}
.news-item_author
{
  clear: both;
  font-size: 13px;
  font-family: Tahoma;
}
.news-item-wrapper
{
  overflow: hidden;
}
.news-item-header
{
  font-family: Tahoma;
  font-size: 13px;
  overflow: hidden;
  padding-bottom: 10px;
}
.news-item_section
{
  color: #707070;
}
.news-item_section a
{
  color: #173d71;
}
.news-item_section a:hover
{
  text-decoration: underline;
}
.news-item_date
{
  color: #464646;
  float: right;
}
.news-item_title
{
  padding: 0 0 10px;
  color: #363636;
  display: block;
}
.news-item_desc
{
  font-family: Tahoma;
  font-size: 12px;
}
.news-item-bottom
{
  font-family: Tahoma;
  font-size: 13px;
  color: #173d71;
  overflow: hidden;
  padding-top: 30px;
}
.news-item_link
{
  float: right;
  color: #173d71;
}

/* pagination */
.pagination
{
  clear: both;
  overflow: hidden;
  text-align: center;
  color: #173d71;
  font-family: Tahoma;
  font-size: 13px;
  padding-bottom: 40px;
  width: 870px;
}
.pagination a
{
  cursor: pointer;
  display: inline-block;
  width: 38px;
  line-height: 38px;
}
.pagination a.__active
{
  background: #db300b;
  color: #fff;
}
.pagination a:hover
{
  text-decoration: underline;
}
.pagination a.control
{
  display: inline-block;
  cursor: pointer;
  width: auto;
  line-height: 38px;
}
.pagination .control.__disabled
{
  color: #aaa;
  cursor: default;
}
.pagination .control.__next
{
  float: right;
}
.pagination .control.__prev
{
  float: left;
}

/* article */
.article
{
  font-family: Tahoma;
}
.article-header
{
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0;
  font-size: 13px;
  margin-top: 15px;
}
.article_section
{
  color: #1a61c6;
  margin-right: 50px;
}
.article_date
{
  color: #aeaeae;
  font-weight: bold;
}
.article-content
{
  margin-top: 30px;
}
.article_image
{
  margin-top: 10px;
  padding: 5px;
  border: 1px solid #eeeeee;
  margin-right: 4px;
  
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .5);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .5);
}
.article_image img
{
  width: 100%;
}
.article_copy
{
  background: #ebebeb;
  margin: 5px -5px -6px;
  padding: 10px 20px;
  color: #b0b0b0;
  font-size: 14px;
}

/* other news */
.other-news
{
  margin-top: 30px;
  overflow: hidden;
}
.other-news-items
{
  overflow: hidden;
  margin-right: -30px;
}
.other-news-items .news-item
{
  display: inline-block;
  width: 420px;
  margin-right: 20px;
  vertical-align: top;
}
.other-news-items .news-item_img
{
  width: 110px;
  /*height: 60px;*/
}
.other-news-items .news-item_author
{
  max-width: 130px;
}
.other-news-items .news-item-bottom
{
  padding-top: 15px;
}

/* indicators */
.indicators
{
  font-family: Tahoma;
  margin-top: 20px;
  padding: 10px 0 10px 20px;
  background: #f6f6f6;
  overflow: hidden;
}
.indicators_title
{
  color: #e5240e;
  font-size: 13px;
  font-weight: bold;
  float: left;
  margin-right: 20px;
  padding-top: 5px;
}
.indicators_informer
{
  overflow: hidden;
  margin-top: 0;
}
.indicators_informer iframe
{
  display: block;
  margin-top: 0;
}

/* currencies */
.currencies
{
  background: #f9f9f9;
}
.currencies .sidebar-block_title
{
  font-size: 16px;
  color: #fff;
  background: #1a61c6;
}
.currencies_informer
{
  overflow: hidden;
  background: #f9f9f9;
  height: 100px;
}
.currencies_informer iframe
{
  display: block;
  margin: -30px -9px -15px;
}

/* blocks */
.blocks
{
  margin-top: 30px;
  overflow: hidden;
}
.block
{
  width: 420px;
  float: left;
}
.block.videos
{
  margin-right: 30px;
}

.section-into-items
{
  margin: 30px -40px 0 0;
  overflow: hidden;
}
.section-into-items .videos-item,
.section-into-items .articles-item
{
  width: 420px;
  margin-right: 40px;
}

/* videos item */
.videos-item
{
  margin-bottom: 40px;
  display: inline-block;
  vertical-align: top;
}
.videos.block .videos-item
{
  display: block;
}
.videos-item_container
{
  height: 320px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.videos-item_container img
{
  width: 100%;
}
.videos-item_title
{
  font-size: 18px;
  padding-bottom: 5px;
  display: block;
  color: #363636;
}
.videos-item_date
{
  color: #464646;
  font-family: Tahoma;
  font-size: 13px;
}

/* articles item */
.articles-item
{
  margin-bottom: 40px;
  display: inline-block;
  vertical-align: top;
}
.articles-item_img
{
  display: block;
  max-height: 308px;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 5px;
  background: #fff;
  border: 1px solid #eeeeee;
}
.articles-item_img img
{
  width: 100%;
}
.articles-item_title
{
  font-size: 18px;
  padding-bottom: 5px;
  display: block;
  color: #363636;
}
.articles-item_date
{
  color: #464646;
  font-family: Tahoma;
  font-size: 13px;
}

/* opinions */
.opinions
{
  margin-top: 40px;
}
.opinions-item
{
  border-bottom: 2px solid #113686;
  padding-bottom: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.opinions-item_date
{
  width: 70px;
  text-align: right;
  font-size: 13px;
  color: #464646;
  float: left;
  margin-right: 10px;
}
.opinions-item_img
{
  max-height: 230px;
  width: 190px;
  overflow: hidden;
  padding: 5px;
  background: #fff;
  border: 1px solid #eeeeee;
  float: left;
}
.opinions-item_img img
{
  width: 100%;
}
.opinions-item-wrapper
{
  padding: 10px 0 0 25px;
  overflow: hidden;
}
.opinions-item_author
{
  font-size: 27px;
  font-family: Tahoma;
  color: #173d71;
  padding-bottom: 10px;
  display: block;
}
.opinions-item-content
{
  border: 5px solid #ebebeb;
  padding: 23px 18px;
  position: relative;
}
.opinions-item-content:after,
.opinions-item-content:before
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
.opinions-item-content:after
{
  border: 5px solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  margin-left: -7px;
}
.opinions-item-content:before
{
  border: 10px solid transparent;
  border-top-color: #ebebeb;
  border-right-color: #ebebeb;
  margin-left: -20px;
  margin-top: -5px;
}
.opinions-item_desc
{
  font-size: 12px;
  font-family: Tahoma;
  padding-top: 10px;
}
.opinions-item-bottom
{
  font-family: Tahoma;
  font-size: 13px;
  color: #173d71;
  overflow: hidden;
  padding-top: 30px;
}
.opinions-item_link
{
  float: right;
  color: #173d71;
}

.opinions-filters
{
  font-family: Tahoma;
  font-size: 13px;
  margin-top: 20px;
  padding: 10px 0 10px 20px;
  background: #f6f6f6;
  overflow: hidden;
}
.opinions-filters_title
{
  color: #464646;
  font-weight: bold;
  float: left;
  margin-right: 20px;
}
.opinions-filters-items
{
  overflow: hidden;
}
.opinions-filters-items a
{
  color: #265dab;
  margin-right: 20px;
  cursor: pointer;
}
.opinions-filters-items a span
{
  color: #173d71;
}
.opinions-filters-items a.__active
{
  text-decoration: underline;
}

/* opinion */
.opinion
{
  overflow: hidden;
}
.opinion-author
{
  width: 200px;
  padding-top: 20px;
  float: left;
  margin: 0 20px 20px 0;
}
.opinion-author_img
{
  overflow: hidden;
  padding: 5px;
  background: #fff;
  border: 1px solid #eeeeee;
}
.opinion-author_img img
{
  width: 100%;
}
.opinion-author_title
{
  font-family: Tahoma;
  background: #ebebeb;
  padding: 10px 20px;
  color: #b0b0b0;
  font-size: 14px;
  margin-top: -10px;
}


/*opinion*/
.opinion .opinions-item
{
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0;
}
.opinion .opinions-item_date
{
  width: 52px;
}
.cont-image
{
  border: 1px solid #eaeaea;
  margin-top: 15px;
}
.cont-image__photo
{
  border: 5px solid #fff;
  max-height: 300px;
  overflow: hidden;
}
.cont-image__photo img
{
  width: 100%;
}
.cont-image__title
{
  background: #ebebeb;
  color: #b0b0b0;
  font-size: 14px;
  font-family: Tahoma;
  padding: 12px 15px;
}
.opinion .opinions-item-content
{
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 22px 18px 15px;
  line-height: 27px;
}
.social-buttons__left, .social-buttons__right
{
  float: left;
}
.social-buttons__left
{
  margin: 8px 70px 0 0;
}
.social-buttons__left .pluso-110011000101-14 .pluso-wrap >div
{
  margin-right: 50px !important;
}
.social-buttons__right
{
  border: 1px solid #ebebeb;
  padding: 3px 0px 1px 10px;
  background: #fff;
}
.social-buttons__right a
{
  margin-right: 10px !important;
}
.social-buttons .pluso-more
{
  display: none !important;
}
.pluso-wrap
{
  background: #fff !important;
}


/* authors */
.authors
{
  font-size: 13px;
  font-family: Tahoma;
  background: #f9f9f9;
}
.authors-items
{
  padding: 0 10px;
}
.authors-items a
{
  color: #173d71;
  display: block;
  overflow: hidden;
  line-height: 20px;
  border-bottom: 1px solid #ebebeb;
  padding-left: 15px;
  background: url(../images/icon-label.png) no-repeat center left;
  cursor: pointer;
}
.authors-items a:hover
{
  text-decoration: underline;
}
.authors-items a span
{
  float: right;
}

/* partners news */
.partners-news
{
  margin-top: 30px;
}

/* telecast */
.sidebar-block.telecast
{
  padding: 0 0 20px;
}
.telecast_img img
{
  width: 100%;
}
.telecast_desc
{
  padding-top: 10px;
  font-family: Tahoma;
  font-size: 12px;
}
/* telecasts */
.telecasts
{
  margin: 40px -70px 0 0;
}
.telecasts-group_title
{
  height: 37px;
  background: #1961c7;
  color: #fff;
  margin-bottom: 30px;
  display: block;
}
.telecasts-group_title span
{
  font-family: Roboto;
  font-weight: bold;
  font-size: 22px;
}
.telecasts-group_title span,
.telecasts-group_title img
{
  vertical-align: middle;
}
.telecasts-group_title img
{
  border-right: 4px solid #fff;
  margin-right: 10px;
}
.telecasts-group-items
{
  overflow: hidden;
  margin-right: -40px;
}
.telecasts-item
{
  display: inline-block;
  vertical-align: bottom;
  width: 210px;
  margin: 0 25px 35px 0;
}
.telecasts-item_img
{
  display: block;
  height: 150px;
  overflow: hidden;
  margin-bottom: 10px;
}
.telecasts-item_img img
{
  width: 100%;
}
.telecasts-item_title
{
  display: block;
  color: #000;
  font-family: Roboto;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 5px;
  height: 35px;
}
.telecasts-item_desc,
.telecasts-item_link
{
  text-align: center;
  font-size: 18px;
  font-family: Roboto;
}
.telecasts-item_desc
{
  padding-top: 10px;
}
.telecasts-item_link
{
  display: block;
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}

.cast .catalog .videos-item
{
  width: 196px;
}
.cast .catalog .videos-item_container
{
  height: auto;
}
.cast .catalog .videos-item_title
{
  font-size: 12px;
}

/* mobile videos */
.mobile-videos,
.mobile-releases
{
  background: #e8e8e8;
  border: 10px solid #dc300c;
  padding: 10px 0 0 10px;
}
.mobile-videos .videos-item
{
  width: 270px;
  height: 180px;
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
  margin-bottom: 20px;
}
.mobile-releases .videos-item
{
  width: 410px;
}
.mobile-releases .videos-item:nth-child(odd)
{
  margin-right: 5px;
}
.mobile-releases .pagination
{
  width: 830px;
}
.mobile-videos .videos-item_container
{
  height: 148px;
  padding: 5px;
  border: 1px solid #eee;
}
.mobile-releases .videos-item_container
{
  height: 308px;
}
.mobile-videos .videos-item_date
{
  margin-bottom: 10px;
}
.mobile-videos .videos-item_comment
{
  color: #173d71;
  font-size: 13px;
  font-family: Tahoma;
  padding-top: 5px;
}
.mobile-videos .videos-item_title
{
  color: #fff;
  background: rgba(0, 0, 0, .7);
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px;
  font-size: 13px;
  padding: 10px;
  height: 30px;
  overflow: hidden;
  
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}
.mobile-videos .videos-item_container:hover .videos-item_title
{
  bottom: -40px;
}
.videos-item-footer
{
  margin-top: 10px;
  font-family: Tahoma;
  font-size: 11px;
  color: #7d7d7d;
  overflow: hidden;
}
.videos-item_views
{
  float: left;
}
.videos-item_author
{
  float: right;
}
.videos-item_author a
{
  color: #173d71;
}
.mobile-videos .pagination
{
  width: 830px;
}
.mobile-header
{
  margin-top: 30px;
  overflow: hidden;
  font-family: Roboto;
  font-weight: bold;
  font-size: 18px;
}
.mobile-header a
{
  background: #f9f9f9;
  line-height: 44px;
  display: inline-block;
  width: 285px;
  text-align: center;
  vertical-align: bottom;
  cursor: pointer;
  margin-top: 12px;
  
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}
.mobile-header a.__active
{
  background: #dc300c;
  color: #fff;
  font-size: 20px;
  line-height: 55px;
  margin-top: 0;
}
.mobile-header a.__new
{
  margin: 0 7px 0 8px;
}
.mobile-header a.__last.__active
{
  font-size: 18px;
}
/* catalog */
.catalog
{
  margin: 40px -60px 0 0;
}
.catalog.radio
{
  margin: 40px 0 0 0;
}

.catalog .videos-item,
.catalog .articles-item
{
  width: 420px;
  margin-right: 30px;
}

/* video content */
.__video
{
  position: relative;
}
.__video
{
  background: #fff url(../images/loading.gif) no-repeat center center;
  background-size: 64px;
}
.__video:after
{
  content: ' ';
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/icon-play.png) no-repeat center center;
  opacity: 0.5;
  cursor: pointer;
}
.__video:hover:after
{
  opacity: 1;
}

/* processing */
.processing
{
  position: relative;
}
.processing:after
{
  content: ' ';
  position: fixed;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, .5) url(../images/loading.gif) no-repeat center center;
  background-size: 64px;
}

/* main search */
.search.__main
{
  float: none;
  width: auto;
  margin-top: 30px;
}
.search.__main .search_field
{
  height: 36px;
  font-size: 15px;
}
.search.__main .search_button
{
  top: 10px;
}
.search-filters
{
  margin-top: 10px;
  overflow: hidden;
  font-family: Tahoma;
}
.search-filter
{
  float: left;
}
.search-filter .__date
{
  width: 150px;
}
.search-filter.__dateFrom
{
  margin-right: 7px;
}
.search-filter.__category
{
  width: 300px;
  margin-right: 86px;
}
.search-filter.__category .search_field
{
  width: 200px;
}
.search-result
{
  margin-top: 20px;
}
.search-result-header
{
  font-family: Tahoma;
  font-size: 14px;
  padding: 10px 0;
  margin: 10px 0 20px;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
}
.search-result_title
{
  float: left;
}
.search-result_sorting
{
  float: right;
}
.search-result_sorting span
{
  display: inline-block;
  border-bottom: 1px dashed #363636;
  cursor: pointer;
}
.search-result_sorting span.__active
{
  border: 0;
  font-weight: bold;
}
.search-empty
{
  padding-top: 100px;
  font-family: Tahoma;
  text-align: center;
}

/* cont tables */
.cont table
{
  font-size: 14px;
  border-collapse: collapse;
  width: 100%;
}
.cont table td
{
  padding: 5px 10px;
  vertical-align: top;
}
.cont table td:first-child
{
  text-align: center;
}
.cont table tr
{
  border-bottom: 1px solid #eeeeee;
}

/* author in sidebar */
.sidebar-block.author
{
  padding: 0 0 20px;
}
.author_img
{
  padding: 5px;
  border: 1px solid #eeeeee;
}
.author_img img
{
  width: 100%;
}
.author_title
{
  padding-top: 10px;
  font-family: Tahoma;
  font-size: 22px;
  color: #173d71;
}

/* blog */
.blog
{
  padding-top: 20px;
}
.blog-author_img
{
  max-height: 327px;
}
.blog-author_img img
{
  width: 100%;
}
.blog-author_title
{
  font-family: Tahoma;
  background: #ebebeb;
  padding: 10px 20px;
  color: #bbbbbb;
  font-size: 20px;
  text-align: center;
  margin-top: -4px;
}
.blog-notes
{
  overflow: hidden;
}
.blog-note
{
  font-family: Tahoma;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 35px;
  padding-bottom: 5px;
}
.blog-note-bottom
{
  padding-top: 10px;
  overflow: hidden;
  font-size: 12px;
}
.blog-note_content
{
  font-size: 14px;
  font-size: Roboto;
}
.blog-note_date
{
  color: #173d71;
  font-size: 13px;
  font-size: Tahoma;
}

/* content blocks */
.content-block
{
  margin-top: 30px;
}
.content-block_title
{
  font-family: Roboto;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}

/* radio */
.radio-channel
{
  border-top: 2px solid #e5240e;
  border-radius: 5px;
  margin-bottom: 40px;
}
.radio-channel-header
{
  padding: 10px 20px;
  border-bottom: 2px solid #cfcfcf;
  font-family: Roboto;
  font-size: 13px;
}
.radio-channel-header span
{
  display: inline-block;
  margin-right: 20px;
}
.radio-channel_img
{
  height: 20px;
  overflow: hidden;
}
.radio-channel_freq
{
  margin: 0 50px !important;
}
.radio-channel-player
{
  padding: 10px 20px;
}
.radio-channel-player .jp-interface
{
  overflow: hidden;
}
.radio-channel-player .jp-controls
{
  float: left;
  margin-right: 30px;
  overflow: hidden;
}
.radio-channel-player .jp-controls.__sound
{
  float: right;
  margin: 0 0 0 30px;
}
.radio-channel-player a
{
  float: left;
  width: 16px;
  height: 16px;
  margin: 0 3px;
  background: no-repeat center center;
  outline: none;
}
.radio-channel-player .jp-play { background-image: url(../images/icon-radio-play.png); }
.radio-channel-player .jp-pause { background-image: url(../images/icon-radio-pause.png); }
.radio-channel-player .jp-mute { background-image: url(../images/icon-radio-mute.png); }
.radio-channel-player .jp-unmute 
{ 
  background-image: url(../images/icon-radio-mute.png); 
  opacity: 0.5;
}
.radio-channel-player .jp-time-holder
{
  float: left;
  color: #555555;
  font-size: 12px;
  font-family: Tahoma;
  margin-right: 5px;
}
.radio-channel-player .jp-progress
{
  overflow: hidden;
  height: 3px;
  border-radius: 3px;
  padding: 5px;
}
.radio-channel-player .jp-seek-bar
{
  background: #dbdbdb;
}
.radio-channel-player .jp-play-bar
{
  position: relative;
  height: 3px;
  background: #1848b1;
  background: -moz-linear-gradient(left,  #1848b1 0%, #3379ff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1848b1), color-stop(100%,#3379ff));
  background: -webkit-linear-gradient(left,  #1848b1 0%,#3379ff 100%);
  background: -o-linear-gradient(left,  #1848b1 0%,#3379ff 100%);
  background: -ms-linear-gradient(left,  #1848b1 0%,#3379ff 100%);
  background: linear-gradient(to right,  #1848b1 0%,#3379ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1848b1', endColorstr='#3379ff',GradientType=1 );
}
.radio-channel-player .jp-play-bar:after
{
  position: absolute;
  height: 16px;
  width: 13px;
  right: 0;
  top: 50%;
  margin-top: -8px;
  background: url(../images/icon-radio-thumb.png) no-repeat center center;
}

.radio-news-tabs
{
  border-top: 2px solid #e5240e;
  border-bottom: 2px solid #be1e0c;
  border-radius: 5px 5px 0 0;
}
.radio-news-tabs span
{
  display: inline-block;
  line-height: 42px;
  font-family: Roboto;
  font-size: 13px;
  padding: 0 20px;
  cursor: pointer;
  
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}
.radio-news-tabs span.__active,
.radio-news-tabs span:hover
{
  color: #fff;
  background: #e5240e;
}
.radio-news-times
{
  background: #e5240e;
  color: #fff;
  font-size: 13px;
}
.radio-news-times span
{
  display: inline-block;
  padding: 5px 20px 10px;
  cursor: pointer;
}
.radio-news-times span:hover,
.radio-news-times span.__active
{
  text-decoration: underline;
}

.radio-cast_title
{
  font-family: Tahoma;
  padding-bottom: 10px;
  font-size: 14px;
}
.radio-news .radio-cast_title
{
  display: none;
}

.catalog.radio .radio-cast
{
  margin-bottom: 30px;
}

/* form */
.form
{
  width: 170px;
  position: relative;
}
.form_title,
.form-thanks_title
{
  font-family: Roboto;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.form p
{
  margin: 15px 0 5px;
  font-family: Tahoma;
  font-size: 13px;
}
.field
{
  display: block;
  font-family: Tahoma;
  color: #545454;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  outline: none;
  border: 1px solid transparent;
  border-radius: 3px;
  
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  
  background: #eeeeee;
  background: -moz-linear-gradient(top,  #eeeeee 0%, #e7e7e7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#e7e7e7));
  background: -webkit-linear-gradient(top,  #eeeeee 0%,#e7e7e7 100%);
  background: -o-linear-gradient(top,  #eeeeee 0%,#e7e7e7 100%);
  background: -ms-linear-gradient(top,  #eeeeee 0%,#e7e7e7 100%);
  background: linear-gradient(to bottom,  #eeeeee 0%,#e7e7e7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e7e7e7',GradientType=0 );
}
textarea.field
{
  padding-top: 5px;
  height: 75px;
  resize: none;
}

.field.invalid
{
  border: 1px solid red;
}

/* button */
.button
{
  display: block;
  background: #265dab;
  border: none;
  color: #fff;
  margin-top: 20px;
  height: 30px;
  padding: 0 25px;
  border-radius: 2px;
  cursor: pointer;
  outline: none;
  
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
}
.button:hover { background: #1a66d0; }

.form .button
{
  width: 100%;
}

/* form thanks */
.form-thanks
{
  padding-top: 50px;
  text-align: center;
}
.form-thanks_description
{
  font-family: Tahoma;
  font-size: 13px;
  padding-top: 30px;
}

/* popup */
.popup
{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 60;
  padding: 25px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 10px 0 #000;
  -webkit-box-shadow: 0 0 10px 0 #000;
  -moz-box-shadow: 0 0 10px 0 #000;
}

/* radiobroadcast */
.radio-casts_title
{
  height: 37px;
  background: #1961c7;
  color: #fff;
  margin-bottom: 30px;
  padding: 0;
}
.radio-casts_title.__mayak
{
  background: #ed2724;
}
.radio-casts_title span
{
  font-family: Roboto;
  font-weight: bold;
  font-size: 22px;
}
.radio-casts_title span,
.radio-casts_title img
{
  vertical-align: middle;
}
.radio-casts_title img
{
  height: 100%;
  border-right: 4px solid #fff;
  margin-right: 10px;
  background: #fff;
}
.radio-casts-items
{
  margin-right: -80px;
}
.radiobroadcast
{
  width: 400px;
  display: inline-block;
  vertical-align: top;
  margin: 0 80px 40px 0;
}
.radiobroadcast_img
{
  height: 110px;
  overflow: hidden;
  margin-bottom: 10px;
}
.radiobroadcast_img img
{
  width: 100%;
}
.radiobroadcast_title
{
  color: #363636;
}
.radiobroadcast_desc
{
  font-size: 13px;
  font-family: Tahoma;
  padding-top: 10px;
}

/* afisha item */
.mobile-videos.afisha
{
  padding: 40px 0 0 40px;
}
.afisha-items
{
  margin-right: -20px;
}
.afisha-item
{
  width: 225px;
  display: inline-block;
  vertical-align: top;
  
  margin: 0 50px 50px 0;
}
.afisha-item_img
{
  
}
.afisha-item_img img
{
  width: 100%;
  border: 5px solid #fff;
  
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}
.afisha-item_title
{
  display: block;
  color: #000;
  font-size: 13px;
}
.afisha-item_title div
{
  overflow: hidden;
}
.afisha-item_date
{
  float: right;
  margin-left: 10px;
  color: #acacac;
  font-size: 11px;
  font-family: Tahoma;
}

/*company*/
.company-blocks
{
  margin-top: 15px;
}
.company-block
{
  overflow: hidden;
  margin-bottom: 30px;
}
.company-block-content
{
  margin-top: 8px;
}
.company-block__image
{
  width: 327px;
  height: 260px;
  float: left;
  border: 4px solid #fff;
  box-shadow: 4px 5px 6px #787272;
  margin: 0 25px 10px 0;
  overflow: hidden;
}
.company-block__image img
{
  width: 100%;
  height: 100%;
}
.company-block-wrapper
{
  overflow: hidden;
  border-bottom: 1px solid #dfdfdf;
}
.company-block__description
{
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
}
.company-block .link
{
  margin: 40px 0 5px;
}
.link
{
  color: #173d71;
  float: right;
  font-size: 13px;
  font-family: Tahoma;
}
.link:hover
{
  text-decoration: underline;
}

/*persons*/
.persons
{
  margin: 10px -30px 0 0;
}
.persons-item
{
  display: inline-block;
  vertical-align: top;
  margin: 0 30px 10px 0;
  padding-bottom: 3px;
  width: 265px;
  border-bottom: 1px solid #dfdfdf;
}
.persons-item__image
{
  width: 100%;
  display: block;
}
.persons-item__image img
{
  width: 100%;
}
.persons-item__title
{
  font-size: 20px;
  font-family: Roboto;
  font-weight: bold;
}
.persons-item__description
{
  font-size: 14px;
  font-family: Roboto;
}
.persons-item__description p:first-child
{
  margin-top: 0;
}
.persons-item__description p:last-child
{
  margin-bottom: 0;
}

/*persona*/
.persona-image
{
  width: 268px;
  float: left;
  margin-right: 20px;
}
.persona-image img
{
  width: 100%;
  
  border: 5px solid #fff;
  
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}
.persona-description p:first-child
{
  margin-top: 0;  
}


/* last */
.last .videos-item,
.last .articles-item
{
  width: 100%;
}
.last .videos-item_container,
.last .articles-item_img
{
  clear: both;
  height: auto;
  max-height: 100%;
}
.last .videos-item_date,
.last .articles-item_date
{
  float: right;
  padding-top: 6px;
}
.last .videos-item_title,
.last .articles-item_title
{
  overflow: hidden;
}
.cast .last .videos-item_title
{
  background: #1961c5;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-family: Roboto;
  padding: 5px 20px;
  margin: 10px 0;
}
.cast .last .videos-item_title span
{
  text-transform: lowercase;
}

.img_video{
  position: relative;
}
.img_video:after{
  position:absolute;
  content:'';
  left:0;
  top:0;
  right:0;
  bottom:0;
  background: url(../images/triangle.png) center no-repeat;
  background-size: 30px 30px;
  transition: opacity .3s;
}

.img_video:hover:after{
  opacity:.7;
}

.anonses-item_img a{
  display: block;
}

.anonses-item_img a img {
  margin: 0px 5px 0px 0px;
}

.ins {
background-color: #E5E5E5 !important;
color: rgb(0, 0, 0);
text-decoration: none;
}

.WY_link {
    display: block;
    width: 100%;
    min-height: 450px;
    overflow: hidden;
}
.WY_image {
    width: 100%;
    height: auto;
    position: absolute;
}
.WY_iframe {
    border: none;
    display: block;
    width: 100% !important;
    min-height: 450px;
}
