

/* Start:/bitrix/components/bitrix/player/templates/.default/style.min.css?1758364844122*/
td.popupmenu div.popupitem .playlist-edit{background-image:url(/bitrix/components/bitrix/player/images/playlist_edit.gif)}
/* End */


/* Start:/local/templates/kids/components/bitrix/system.pagenavigation/.default/style.css?1758364861138*/
.btn.btnActive{
    background-color: var(--gray-color);
}
.nav_admin{
    display: flex;
    align-items: center;
    gap: 15px;
}
/* End */


/* Start:/local/templates/kids/components/bitrix/news.list/videoNL/style.css?17583648611491*/
.watch_video{
	display:flex;
	flex-wrap: wrap;
	gap: 20px;
}
.watch_video_item{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	color: var(--black-color);
	text-decoration: none;
}
.watch_video_video{
	position: relative;
	height: 190px;
	width: 100%;	
}
.watch_video_video video{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.watch_video_video:after{
	content: attr(data-time);
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 3px 8px 5px 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	background: white;
	z-index: 1;
}
.watch_video_text{
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.watch_video_title{
	font-weight: 700;
	font-family: 'Casus Pro', sans-serif;
}
.yellow_block{
	background: var(--main-color);
	display: flex;
}
.yellow_block .btn.hoverGray:after{
	background: white;
}
@media screen and (min-width: 500px){
	.watch_video_video{
		height: 250px;
	}
}
@media screen and (min-width: 768px){
	.watch_video{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}
	.watch_video_video:after{
		font-size: 14px;
	}
}
@media screen and (min-width: 1200px){
	.watch_video{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 50px;
	}
	.watch_video_item{
		gap: 15px;
	}
	.watch_video_type{
		font-size: 16px;
	}
	.watch_video_text{
		gap: 10px;
	}
}
@media screen and (min-width: 1600px){

}
/* End */
/* /bitrix/components/bitrix/player/templates/.default/style.min.css?1758364844122 */
/* /local/templates/kids/components/bitrix/system.pagenavigation/.default/style.css?1758364861138 */
/* /local/templates/kids/components/bitrix/news.list/videoNL/style.css?17583648611491 */
