

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


/* Start:/local/templates/mp_black_white/components/bitrix/news.list/plitka.list.0/style.css?17613694772620*/

.project-plitka-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.project-plitka-list .project-plitka-list-item {
	display: block;
	position: relative;
	text-decoration: none;
	margin-bottom: 20px;
	width: 100%;
	height: 180px;	
}
.project-plitka-list .project-plitka-list-item:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.5;	
}
.project-plitka-list .project-plitka-list-item-title{
	font-family: 'Druk Text Wide Cy TT';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;		
	width: 100%;
	z-index: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 20px;
	text-align: center;	
	color: #fff;
}
.project-plitka-list .project-plitka-list-item-img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}


/* col XS */
@media (max-width: 559px) {

}
/* col SM */
@media (min-width: 560px) and (max-width: 729px) {
}
/* col MD */
@media (min-width: 730px) and (max-width: 989px) {
}
/* col LG */
@media (min-width: 990px) and (max-width: 1169px) {
}
/* col XL */
@media (min-width: 1170px) {
}



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

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

}
@media screen and (min-width:768px) {
	.project-plitka-list .project-plitka-list-item{
		width: calc(50% - 10px);
		height: 252px;
	}
}
@media screen and (min-width:992px) {

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

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

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

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

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

}
@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 */


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

.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.list/project.video.0/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:520px) and (max-width: 768px) {
	.project-video-list-item {
		flex-basis: 84%;
    	margin-left: 8%;
	}
}
@media screen and (max-width: 520px) {
	.project-video-list-item {
		flex-basis: 100%;
    	/* margin-left: 5%; */
	}
}

@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?176227818451 */
/* /local/templates/mp_black_white/components/bitrix/news.list/plitka.list.0/style.css?17613694772620 */
/* /local/templates/mp_black_white/components/bitrix/news.list/project.video.0/style.css?17613694743505 */
