.home-news{
	padding: 60px 0;
	background-color: #fff;
}
.block-news{
	margin-bottom: 30px;
}
.block-news__container{
	padding-bottom: 24px;
	border-bottom: 1px solid #b2b4c3;
	margin-bottom: 15px;
}
.block-news__today{
	display: block;
}
.block-news__today-photo{
	width: 100%;
	height: 236px;
	background-color: #ccc;
	margin-bottom: 20px;
	overflow: hidden;
}
.block-news__today-photo img {
	min-height: 100%;
    min-width: 100%;
    max-width: 120%;
    max-height: 120%;
}
.block-news__time{
	color: #a3a6b6;
	font-size: 13px;
	text-transform: uppercase;
	display: block;
}
.block-news__today-announce{
	font-size: 24px;
	display: block;
}
.block-news__items-container{
	position: relative;
}
.block-news__items{
	/*height: 483px;*/
	overflow: hidden;
	position: relative;
}
.block-news_scroll-container {
	height: 352px;
	position: relative;
}
.block-news__items .ps-scrollbar-y:after,
.block-news_scroll-container .ps-scrollbar-y:after{
	background-color: #333;
	top: 0;
	bottom: 0;
}
.block-news__items-scrolling{
	position: absolute;
	bottom: 0px;
	height: 80px;
	background: linear-gradient(to bottom, rgba(255,255,255,0.0) 0%,rgba(255,255,255,1) 100%);
	width: 100%;
	left: 0;
	z-index: 5;
}
.block-news__item{
	list-style: none;
	padding-bottom: 20px;
	padding-right: 15px;
}
.block-news__item-announce{
	display: block;
	font-size: 16px;
	line-height: 24px;
}
.block-news__more{
	margin-right: 30px;
}


/* TV */
.block-tv__container{
	margin-bottom: 15px;
}
.block-tv__video{
	background-color: #191e56;
	color: #fff;
}
.block-tv__fake-video{
	height: 236px;
	background-color: #ccc;
}
.block-tv__schedule{
	background-color: rgba(25,30,86,0.7);
	margin-top: -75px;
}
.block-tv__item{
	list-style: none;
	padding: 22px 16px;
}
.block-tv__item_now{
	padding-top: 8px;
}
.block-tv__item_border{
	border-top: 1px solid rgba(255,255,255,0.6);
	border-bottom: 1px solid rgba(255,255,255,0.6);
}
.block-tv__timeline{
	width: 133px;
	background-color: #fff;
	height: 3px;
	margin: 11px 0 8px;
}
.block-tv__mute{
	cursor: pointer;
}
.block-tv__timeline-elapsed{
	width: 30%;
	height: 100%;
	background-color: #df4453;
}
.block-tv__item-time{
	font-size: 18px;
	text-transform: uppercase;
}
.block-tv__item-name{
	font-size: 16px;
	height: 19px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.block-tv__item-speaker{
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 5px;
}
.block-tv__more-container{
	text-align: right;
}

.block-tv__tmp {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 508px;
  color: #ffffff;
  background: #191e56 url("/assets/upload/v4/tmp/tv-gandapas2.jpg") no-repeat center top;
  box-sizing: border-box;
  overflow: hidden;
}
.block-tv__tmp iframe {
	width: 358px;
}

.block-tv__tmp-container {
  position: absolute;
  top: 0;
  padding: 14px;
}

.block-tv__tmp-live {
  width: 52px;
  height: 52px;
  font-weight: 900;
  font-size: 14px;
  line-height: 3.8;
  text-transform: uppercase;
  border-radius: 50%;
  background-color: rgba(216, 30, 48, 1);
  text-align: center;
  vertical-align: middle;
}

.block-tv__tmp-programms {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(25, 30, 86, 0.7);
}

.block-tv__tmp-programm_current {
  position: relative;
  padding: 0px 20px 24px;
  z-index: 0;
}


.block-tv__tmp-sound {
	padding-top: 8px;
	overflow: hidden;
}
.block-tv__tmp-sound-icon {
	display: block;
  width: 32px;
  height: 32px;
  background: url('/assets/template/v4/img/icons/sound-off_white.svg') top left no-repeat;
  cursor: pointer;
}
.block-tv__tmp-sound-icon:hover {
  background-image: url('/assets/template/v4/img/icons/sound-off_red.svg');
}
.block-tv__tmp-sound-icon_on {
	background-image: url('/assets/template/v4/img/icons/sound-on_white.svg');
}
.block-tv__tmp-sound-icon_on:hover {
	background-image: url('/assets/template/v4/img/icons/sound-on_red.svg');
}

.block-tv__tmp-sound-range {
  position: relative;
  padding-top: 5px;
  padding-bottom: 8px;
}

.block-tv__tmp-sound-scale {
  height: 3px;
  width: 40%;
  background-color: #ffffff;
}

.block-tv__tmp-sound-bar {
  height: 3px;
  width: 54%;
  background-color: #df4453;
}

.block-tv__tmp-sound-toggle {
  opacity: 0;
  position: absolute;
  top: -1px;
  left: 19%;
  width: 4px;
  height: 4px;
  background-color: #df4453;
  border: 6px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 2px 1px 0 rgba(0, 1, 1, 0.2);
  cursor: pointer;
}


.block-tv__tmp-programm_next {
  position: relative;
  padding: 18px 20px 24px;
  border-top: 1px solid;
}


.block-tv__tmp-programm-time {
  font-size: 18px;
  text-transform: uppercase;
}

.block-tv__tmp-programm-telecast {
  margin-top: 1px;
  font-size: 16px;
  line-height: normal;
}

.block-tv__tmp-programm-autor {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}




@media (max-width: 1199px){

	.block-tv__tmp-name{
		font-size: 34px;
	}

}

@media (max-width: 991px){
	.block-tv__tmp {
		background-image: none;
	}
}

@media (max-width: 767px){
	.block-news_scroll-container {
		height: auto;
	}
	.block-news__container {
		margin-bottom: 0;
		border: none;
		padding-bottom: 0;
	}
	.home-news .header-2 {
		margin-bottom: 20px;
		text-align: center;
	}
	.home-news {
		padding-top: 25px;
		padding-bottom: 0;
	}
	.block-news__today:after {
		content: '';
		display: block;
		margin: 24px 0;
		height: 1px;
		background: rgba(110, 110, 110, .2);
	}
	.block-news__item {
		margin-bottom: 24px;
		padding: 0 0 24px;
		border-bottom: 1px solid rgba(110, 110, 110, .2);
	}
	.block-news__item:last-of-type {
		margin-bottom: 14px;
	}
	.block-news__more {
		margin: 0;
		padding: 0;
		border: none;
		font-weight: bold;
		line-height: 36px;
		font-size: 16px;
		letter-spacing: 0.04em;
		text-decoration-line: underline;
		text-transform: uppercase;
		color: #BDBDBD;
	}
}

@media (max-width: 480px){
	.block-news__more{
		display: inline-block;
		margin-bottom: 10px;
	}

}