

/* Start:/local/templates/green/components/bitrix/news.list/video_list/style.css?17378908631429*/
.video-list {
	display: flex;
	flex-wrap: wrap;
}
.video-list__item {
	width: calc(20% - 16px);
	height: 150px;
	border: 1px solid #2e3033;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	margin-right: 20px;
	cursor: pointer;
	text-decoration: unset;
	color: #2e3033;
}
.video-list__item:nth-child(5n+5) {
	margin-right: 0;
}
.video-list__item:hover {
	border: 1px solid #52ac62;
}
.video-list__item .name {

}
.video-list__item .title {
	font-size: 16px;
	border-top: 3px solid #52ac62;
	margin-top: 5px;
	padding-top: 3px;
}

@media (max-width: 1140px) {
	.video-list__item {
		width: calc(25% - 15px);
	}
	.video-list__item:nth-child(5n+5) {
		margin-right: 20px;
	}
	.video-list__item:nth-child(4n+4) {
		margin-right: 0;
	}
}

@media (max-width: 725px) {
	.video-list__item {
		width: calc(33% - 12px);
	}
	.video-list__item:nth-child(5n+5) {
		margin-right: 20px;
	}
	.video-list__item:nth-child(4n+4) {
		margin-right: 20px;
	}
	.video-list__item:nth-child(3n+3) {
		margin-right: 0;
	}
}
@media (max-width: 540px) {
	.video-list__item {
		width: calc(50% - 7px);
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.video-list__item:nth-child(5n+5) {
		margin-right: 10px;
	}
	.video-list__item:nth-child(4n+4) {
		margin-right: 10px;
	}
	.video-list__item:nth-child(3n+3) {
		margin-right: 10px;
	}
	.video-list__item:nth-child(2n+2) {
		margin-right: 0;
	}
}
/* End */
/* /local/templates/green/components/bitrix/news.list/video_list/style.css?17378908631429 */
