

/* 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/documents.list.0/style.css?1761369476913*/

.project-documents-list {}
.project-documents-list .project-documents-list-item {border-bottom: 1px solid #d8d8d8; padding: 15px;}
.project-documents-list .project-documents-list-item:first-child {border-top: 1px solid #d8d8d8;}
.project-documents-list .project-documents-list-item:last-child {margin-bottom: 20px;}
.project-documents-list .project-documents-list-item a { min-height: 25px; text-decoration: none; display: block; padding-left: 39px; background: url(/local/templates/mp_black_white/components/bitrix/news.list/documents.list.0/images/download.png) no-repeat left top; transition: all .2s;}
.project-documents-list .project-documents-list-item a:hover {opacity: .7; transition: all .2s;}

/* 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) {
}
/* End */


/* Start:/local/templates/mp_black_white/components/bitrix/news.list/photo_album/style.css?17613694761550*/
/***  BUTTON AFTER VIDEO (START)  ***/
.video-section__video-item {
    position: relative;
}
.owl-carousel .after-video-button {
    position: absolute;
    top: calc(100% - 80px);
    right: 0;
    transform: translate(calc(100% - 15px));
    padding-left: 15px;
    border-radius: 100px 0 0 100px;
    color: #333;
    z-index: 5;
    display: none;
    width: max-content;
    height: 30px;
    background: #cfcfcf;
    transition: all 100ms linear;
}
.owl-carousel .owl-item.active .after-video-button {
    display: inline-block;
    cursor: pointer;
}
.owl-carousel .owl-item.active .after-video-button.button-active {
    transform: translate(0);
}
.owl-carousel .after-video-button span {
    line-height: 30px;
    color: #3ccc7b;
    color: #E84B41;
    color: #333;
    font-family: 'Roboto';
    padding: 5px 10px 5px 0;
}
.owl-carousel .after-video-button span:hover {
    color: #E84B41;
}


.video-block__video .after-video-button {
    position: relative;
    bottom: 0;
    cursor: pointer;
    opacity: 0;
    transition: opacity 110ms linear;
}
.video-block__video:hover .after-video-button {
    position: relative;
    bottom: 0;
    cursor: pointer;
    opacity: 1;
    background-color: #cfcfcf;
    color: #333;
}
.video-block__video .after-video-button span {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 5px 0;
}
.video-block__video .after-video-button span:hover {
    color: #E84B41;
}
/***  BUTTON AFTER VIDEO (END)  ***/
/* End */
/* /local/templates/mp_black_white/components/bitrix/news.list/plitka.list.0/style.css?17613694772620 */
/* /local/templates/mp_black_white/components/bitrix/news.list/documents.list.0/style.css?1761369476913 */
/* /local/templates/mp_black_white/components/bitrix/news.list/photo_album/style.css?17613694761550 */
