

/* Start:/local/templates/inner/components/bitrix/news/video/bitrix/news.list/video_page/style.css?17526424131987*/
.video-youtube{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0;
	margin-right: -15px;
	margin-left: -15px;
}
.video-youtube-item{
	width: 33.3333%;
	display: flex;
	flex-direction: column;


}
.video-youtube-item img{
	border-radius: 20px;
	max-height: 180px;
	margin-right: 15px;
	margin-left: 15px;
	object-fit: cover;
}
.video-youtube-item .video-youtube-item-name{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	color: #003366;
	margin-top: 19px;
	padding-right: 15px;
	padding-left: 15px;
}
.video-youtube-item{
	text-decoration: none;
}
.video-youtube-item:hover{
	text-decoration: underline;
}

.mt-4{
	margin-top: 1.5rem;
}

.years .active{
	font-weight: bold;
	color: #0096ea;
}


@media only screen and (max-width: 767px){
	.b-main__block.video-youtube{
		flex-direction: column;
		margin-right: 0px;

	}
	.video-youtube-item{
		width: 100%;
		margin-bottom: 25px;
	}
	.video-youtube-item:last-child{
		margin-bottom: 0;

	}
	.video-youtube-item .video-youtube-item-name{
		margin-top: 10px;
	}
}

/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

	/* CSS */

}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

	/* CSS */

}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

	/* CSS */

}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

	/* CSS */

}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

	/* CSS */

}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

	/* CSS */

}
/* End */
/* /local/templates/inner/components/bitrix/news/video/bitrix/news.list/video_page/style.css?17526424131987 */
