

/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?176958509051*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/local/templates/mp_black_white/components/bitrix/news/blogi.0/bitrix/news.list/.default/style.css?17695850652527*/

.project-blogi-list {color: #fff;}
.project-blogi-list .project-blogi-list-item {margin-bottom: 20px; text-align: center; width: 100%; height: 290px; position: relative; text-align: center;}
.project-blogi-list .project-blogi-list-item a {display: block; color: #fff; text-decoration: none;}
.project-blogi-list .project-blogi-list-item a.img {width: 100%; height: 100%; position: relative; background-position: center; background-repeat: no-repeat; background-size: cover;}
.project-blogi-list .project-blogi-list-item a.img:before {content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(109, 115, 121, 0.4);}
.project-blogi-list .project-blogi-list-item a.img:after {content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0, 0, 0, 0.2);}
.project-blogi-list .project-blogi-list-item:hover a.img:after {background: rgba(0, 0, 0, 0.1);}
.project-blogi-list .project-blogi-list-item .data {width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.project-blogi-list .project-blogi-list-item .data .user {display: inline-block; font-size: 16px; padding: 0 20px; font-family: 'WarnockPro'; font-style: italic; text-decoration: underline; color: #f2f3e2; margin: 0 auto;}
.project-blogi-list .project-blogi-list-item .data .user:hover {text-decoration: none;}
.project-blogi-list .project-blogi-list-item .data .name {font-size: 18px; font-weight: 700; padding: 5px 20px 10px; line-height: 1.2;}
.project-blogi-list .project-blogi-list-item .data .stat {}

/* col XS */
@media (max-width: 559px) {
}
/* col SM */
@media (min-width: 560px) and (max-width: 729px) {
	.project-blogi-list .project-blogi-list-item {height: 250px;}
}
/* col MD */
@media (min-width: 730px) and (max-width: 989px) {
	.project-blogi-list .project-blogi-list-item {height: 213px;}
}
/* col LG */
@media (min-width: 990px) and (max-width: 1169px) {
	.project-blogi-list .project-blogi-list-item {height: 300px; margin-bottom: 30px;}
	.project-blogi-list .project-blogi-list-item .data .user {font-size: 18px;}
	.project-blogi-list .project-blogi-list-item .data .name {font-size: 20px; padding: 10px 30px 15px;}
}
/* col XL */
@media (min-width: 1170px) {
	.project-blogi-list .project-blogi-list-item {height: 360px; margin-bottom: 30px;}
	.project-blogi-list .project-blogi-list-item .data .user {font-size: 18px;}
	.project-blogi-list .project-blogi-list-item .data .name {font-size: 20px; padding: 10px 30px 15px;}
}
/* End */


/* Start:/local/templates/mp_black_white/components/bitrix/news/video.0/bitrix/news.list/.default/style.css?17695850663249*/

.project-video-list {
	display: flex;
	flex-wrap: wrap;
}
.project-video-list-item{
	display: block; 
	text-decoration: none;
	margin-bottom: 18px;	
}
.project-video-list-item-img {
	display: block;
	width: 100%; 
	height: 193px; 
	position: relative; 
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover;
	margin-bottom: 25px;
}
.project-video-list-item-img:after {
	content: ''; 
	display: block; 
	width: 60px; 
	height: 60px; 
	position: absolute; 
	left: 50%; top: 50%; 
	margin-left: -35px; 
	margin-top: -35px; 
	background: url(/local/templates/mp_black_white/components/bitrix/news/video.0/bitrix/news.list/.default/images/play.svg) no-repeat center; 
	background-size: cover; 
	transition: all .2s;
}
.project-video-list-item-name{
	font-family: 'Druk Text Wide Cy TT';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.05em;
	/* color: #FFFFFF;	 */
	margin-bottom: 18px;
	text-decoration: none;
	display: inline-block;
	padding: 0 17px;
}
.project-video-list-item-date{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 140.62%;
	color: rgba(255, 255, 255, 0.5);	
	padding: 0 17px;
}



@media screen and (min-width:475px) {
}
@media screen and (min-width:576px) {
	.project-video-list-item-img{
		height: 340px;
	}
}
@media screen and (min-width:768px) {
	.project-video-list{
		margin-right: -9px;
		margin-left: -9px;
	}
	.project-video-list-item{
		margin-bottom: 18px;
		width: calc(50%);
		padding-right: 9px;
		padding-left: 9px;
	}
	.project-video-list-item-img{
		height: 193px;
	}	
	.project-video-list-item-name{
		padding: 0;
	}
	.project-video-list-item-date{
		padding: 0;
	}
}
@media screen and (min-width:992px) {

}
@media screen and (min-width:1200px) {

}
@media screen and (min-width:1400px) {
	.project-video-list{
		margin-right: -9px;
		margin-left: -9px;
	}
	.project-video-list-item{
		margin-bottom: 18px;
		width: calc(33%);
		padding-right: 9px;
		padding-left: 9px;
	}
}
@media screen and (min-width:1422px) {

}
@media screen and (min-width:1500px) {

}
@media screen and (min-width:1600px) {
	.project-video-list{
		margin-right: -9px;
		margin-left: -9px;
	}
	.project-video-list-item{
		margin-bottom: 18px;
		width: calc(25%);
		padding-right: 9px;
		padding-left: 9px;
	}
}
@media screen and (min-width:1800px) {

}
@media screen and (min-width:1820px) {

}
@media screen and (min-width:1200px) and (max-width:1421px) {

}

@media screen and (min-width:576px) and (max-width:1819px) {

}
@media screen and (min-width:576px) and (max-width:1199px) {

}

@media screen and (min-width:1200px) and (max-width:1819px) {

}
@media screen and (min-width:1422px) and (max-width:1819px) {

}
@media screen and (min-width:1200px) and (max-width:1399px) {

}
@media screen and (min-width:576px) and (max-width:991px) {

}
@media screen and (min-width:768px) and (max-width:1199px) {

}
@media screen and (min-width:768px) and (max-width:991px) {

}
@media screen and (min-width:1422px) and (max-width:1499px) {

}
@media screen and (min-width:768px) and (max-width:1399px) {

}
@media screen and (min-width:1400px) and (max-width:1819px) {

}
@media screen and (min-width:1200px) and (max-width:1400px) {

}
@media screen and (min-width:650px) and (max-width:1399px) {

}
/* End */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?176958509051 */
/* /local/templates/mp_black_white/components/bitrix/news/blogi.0/bitrix/news.list/.default/style.css?17695850652527 */
/* /local/templates/mp_black_white/components/bitrix/news/video.0/bitrix/news.list/.default/style.css?17695850663249 */
