/*PROMO BLOCK VESTI [ */
.promo {
  background: #333;
  position: relative;
  overflow: hidden; 
  }
  
.promo a {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

.promo__news {
  width: 75%; }
  .promo__news:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }
  @media screen and (max-width: 1600px) {
    .promo__news {
      width: 100%; } }

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

/**
 *  promo news block
 */
.b-item_promo {
  width: 33.33%;
  float: left; }
  .b-item_promo:hover {
    background: none; }
  .b-item_promo .b-item__inner {
    padding: 0;
    border: none;
    border-right: 1px solid #444;
    margin: 0; }
  .b-item_promo:last-child .b-item__inner {
    border-right: none; }
  .b-item_promo:nth-child(2) .b-item__inner {
    border: none; }
  .b-item_promo .b-item__title {
    color: #fff;
    background-color: #333;
    padding: 11px 11px 0 11px;
    line-height: 18px;
    font-size: 16px;
    min-height: 54px;
	margin-bottom: 0;
	}
  .b-item_promo .b-item__pic-wrapper {
    margin-bottom: 0px; }
  .b-item_promo .b-item__info {
    padding: 8px 24px 6px;
    color: #999; }
  .b-item_promo.b-item_promo-main .b-item__title {
    font-size: 18px;
    position: absolute;
    /*bottom: 31px;*/
    min-height: inherit;
    /*margin-right: 1px;*/ }
  .b-item_promo.b-item_promo-main .b-item__info {
    position: absolute;
    bottom: 0px; }
  .b-item_promo.b-item_promo-novideo .b-item__title, .b-item_promo.b-item_promo-novideo .b-item__info {
    padding-left: 11px; }
  @media screen and (max-width: 670px) {
    .b-item_promo {
      width: 100%;
      float: none;
      border-bottom: 1px solid #444; }
      .b-item_promo .b-item__title {
        font: normal 14px/18px "ArimoRegular", sans-serif; }
      .b-item_promo .b-item__time {
        font-size: 11px; }
      .b-item_promo:not(:nth-child(1)) .b-item__inner {
        padding: 12px 12px 12px 8px;
        border-left: 4px solid #215278;
        overflow: hidden; }
      .b-item_promo:not(:nth-child(1)) .b-item__title {
        padding: 0px; }
      .b-item_promo:not(:nth-child(1)).b-item_promo-main .b-item__title {
        position: static;
        bottom: 0;
        min-height: 54px;
        font: normal 14px/18px "ArimoRegular", sans-serif;
        margin: 0; }
      .b-item_promo:not(:nth-child(1)).b-item_promo-main .b-item__info {
        position: static; }
      .b-item_promo:not(:nth-child(1)) .b-item__info {
        padding: 1px 0px 0px; }
      .b-item_promo:not(:nth-child(1)) .b-item__pic-wrapper {
        float: right;
        width: 126px;
        margin-left: 12px;
        margin-bottom: 0px; }
      .b-item_promo:not(:nth-child(1)) .b-item_promo__video-link, .b-item_promo:not(:nth-child(1)) .b-item__pic-wrapper_video-link:after {
        display: none; }
      .b-item_promo:not(:nth-child(1)) .b-item__views {
        display: none; } }

.b-item_promo-clear {
  clear: left; }

.b-item_promo-main {
  width: 50%; }
  @media screen and (max-width: 670px) {
    .b-item_promo-main {
      width: 100%; } }

.b-item_promo .b-item__views {
  background: url(../images/icons.png) 0 -131px no-repeat; }

.b-item_promo-main .b-item__title.videopad, .b-item_promo-main .b-item__info {
  padding-left: 110px; }
  
  
  
  
  
  @media screen and (max-width: 900px) {
    .b-item_promo-main .b-item__title, .b-item_promo-main .b-item__info {
      padding-left: 24px; } }
  @media screen and (max-width: 670px) {
    .b-item_promo-main .b-item__title, .b-item_promo-main .b-item__info {
      padding-left: 110px; } }

.b-item_promo-main .b-item_promo__text-wrap {
  height: 78px; }

.b-item_promo__video-link {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 96px;
  height: 24px;
  padding: 72px 0 0;
  background: #0095da url(../images/icons.png) 23px -34px no-repeat;
  /*  font: normal 10px "Open Sans", sans-serif;*/
  font: normal 10px "OpenSansRegular", sans-serif;
  color: #fff;
  text-align: center;
  z-index: 101; }
  @media screen and (max-width: 900px) {
    .b-item_promo__video-link {
      display: none; } }
  @media screen and (max-width: 670px) {
    .b-item_promo__video-link {
      display: block; } }

.themes {
  width: 25%;
  position: absolute;
  top: 0px;
  right: 0px;
  background: #222222;
  height: 100%;
  overflow: hidden; }
 /* .themes:after {
    position: absolute;
    display: block;
    content: '';
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 20px;
    background: #222222;
    box-shadow: 0px -4px 20px 24px #222222; }*/
  .themes.themes_opened:after {
    display: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  @media screen and (max-width: 1600px) {
    .themes {
      position: relative;
      width: 100%;
     /* height: 220px;*/ } }

.themes__title {
  margin: 0 24px;
  height: 55px;
  font: normal 18px/58px "RussiaRegular", sans-serif;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #444; }
  @media screen and (max-width: 670px) {
    .themes__title {
      margin: 0 12px; } }

.themes__list {
  padding: 0 24px; }
  @media screen and (max-width: 1280px) {
    .themes__list {
      padding: 0;
      font-size: 0px; } }
  @media screen and (max-width: 670px) {
    .themes__list {
      padding: 0 12px; } }

.themes__item {
  padding: 13px 0 14px;
  border-bottom: 1px dotted #444; }
  @media screen and (max-width: 1280px) {
    .themes__item {
      width: 33%;
      border: none;
      display: inline-block;
      vertical-align: top; } }
  @media screen and (max-width: 670px) {
    .themes__item {
      display: block;
      border-bottom: 1px solid #444;
      width: 100%;
      padding-right: 0; } }

.themes__item__title {
  /*font: normal 14px/18px "ArimoRegular", sans-serif;*/
  font-size: 17px;
  margin: 0;
  color: #fff; }
  
  .themes__item__title:hover a {
	  text-decoration:underline;
  }
  
  @media screen and (max-width: 1280px) {
    .themes__item__title {
      margin-left: 24px; } }
  @media screen and (max-width: 670px) {
    .themes__item__title {
      margin-left: 0px; } }

.themes__item__time, .theme-header__title__time {
  margin: 7px 0 0;
  padding: 0px 0 0 30px;
  font: normal 12px/17px "RobotoLight", sans-serif;
  color: #999;
  background: url(../images/icons.png) 0 -363px no-repeat; }
  @media screen and (max-width: 1280px) {
    .themes__item__time, .theme-header__title__time {
      margin-left: 24px; } }
  @media screen and (max-width: 670px) {
    .themes__item__time, .theme-header__title__time {
      margin-left: 0px; } }

.themes__item__time_current, .theme-header__title__time {
  color: #ffa800;
  background: url(../images/icons.png) 0 -345px no-repeat; }

.themes__btn-show {
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(../images/icons.png) 0 -274px no-repeat;
  bottom: 24px;
  right: 24px;
  z-index: 99;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.themes_opened .themes__btn-show {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }


/**
 *    Base item block (news & video)
 */
.b-item, .b-item_video-recommend-main, .b-item_video-nowwatch {
  position: relative;
  -webkit-transition: background 0.8s ease-out;
  -moz-transition: background 0.8s ease-out;
  -o-transition: background 0.8s ease-out;
  transition: background 0.8s ease-out; }
  @media screen and (max-width: 570px) {
    .b-item, .b-item_video-recommend-main, .b-item_video-nowwatch {
      width: 100%;
      min-width: 20px; } }
  /*.b-item:hover, .b-item_video-recommend-main:hover, .b-item_video-nowwatch:hover {
    background: #fff; }*/
 /* .b-item .b-item__inner, .b-item_video-recommend-main .b-item__inner, .b-item_video-nowwatch .b-item__inner {
    padding: 24px 24px 17px;
    border: 1px solid #ccc;
    border-top: none;
    margin: -1px 0 0 -1px; }*/
    @media screen and (max-width: 570px) {
      .b-item .b-item__inner, .b-item_video-recommend-main .b-item__inner, .b-item_video-nowwatch .b-item__inner {
        padding: 12px 12px 10px; } }
  .b-item .b-item__pic-wrapper, .b-item_video-recommend-main .b-item__pic-wrapper, .b-item_video-nowwatch .b-item__pic-wrapper {
    display: block;
    /*margin-bottom: 13px;*/
    position: relative;
	}
	
	.b-item .b-item__pic-wrapper.bigpromo {
		z-index: 99;
		width: 100%;
		height: 269px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		overflow: hidden;
	}
	.b-item .b-item__pic-wrapper.smallpromo {
		width: 100%;
		height: 177px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		overflow: hidden;
	}
	
	
	
	
  
  .b-item .b-item__pic-wrapper_fake:before, .b-item_video-recommend-main .b-item__pic-wrapper_fake:before, .b-item_video-nowwatch .b-item__pic-wrapper_fake:before {
    content: ''; }
  .b-item .b-item__pic-wrapper img, .b-item_video-recommend-main .b-item__pic-wrapper img, .b-item_video-nowwatch .b-item__pic-wrapper img {
    display: block;
    overflow: hidden; }
  .b-item .b-item__pic, .b-item_video-recommend-main .b-item__pic, .b-item_video-nowwatch .b-item__pic {
    /*margin-left: -5%;*/
    width: 100%;
    height: auto; }
  .b-item .b-item__title, .b-item_video-recommend-main .b-item__title, .b-item_video-nowwatch .b-item__title {
    color: #000; }
  .b-item .b-item__text, .b-item_video-recommend-main .b-item__text, .b-item_video-nowwatch .b-item__text {
    padding-top: 5px;
    /*  font: normal 14px/18px "Open Sans", sans-serif;*/
    font: normal 14px/18px "OpenSansRegular", sans-serif;
    color: #555; }
  .b-item .b-item__info, .b-item_video-recommend-main .b-item__info, .b-item_video-nowwatch .b-item__info {
    overflow: hidden;
    font: normal 12px/17px "RobotoLight", sans-serif;
    padding-left: 24px;
    color: #999; }
  .b-item .b-item__time, .b-item_video-recommend-main .b-item__time, .b-item_video-nowwatch .b-item__time {
    float: left; }
    .b-item .b-item__time span, .b-item_video-recommend-main .b-item__time span, .b-item_video-nowwatch .b-item__time span {
      padding-left: 12px; }
  .b-item .b-item__views, .b-item_video-recommend-main .b-item__views, .b-item_video-nowwatch .b-item__views {
    float: right;
    background: url(../images/icons.png) 0 -167px no-repeat;
    padding-left: 28px; }
  .b-item .b-item__src, .b-item_video-recommend-main .b-item__src, .b-item_video-nowwatch .b-item__src {
    padding-left: 12px; }
	
	.b-item_promo-main .b-item__info {
		padding-left:0;
		right: 0;
    padding-right: 0;
	}
	
	
.b-item_promo:hover h3 a {
	text-decoration:underline;
}

/* ] PROMO BLOCK VESTI*/