

/* 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/project.vote.ny/bitrix/news.list/.default/style.css?17613695527971*/
/* 
.project-vote-result {margin-bottom: 15px;}
.project-vote-result > div {padding: 20px 15px; text-align: center; color: #fff; font-weight: 700; font-size: 18px;}
.project-vote-result > div > div {font-weight: 400; font-family: "Warnock Pro"; font-style: italic; padding-top: 5px; font-size: 16px;}
.project-vote-result .vote_done {background: #97b25d;}
.project-vote-result .vote_yet,
.project-vote-result .vote_error {background: #f3412b;}

.project-vote-list {}
.project-vote-list .row > .col-xs-12 {}
.project-vote-list .project-vote-list-item {display: block; margin-bottom: 30px; text-align: center; width: 100%; font-size: 20px; font-weight: 700; padding: 15px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); position: relative;}
.project-vote-list .project-vote-list-item.project-vote-list-item_detail:hover {}
.project-vote-list .project-vote-list-item a {color: #000;}
.project-vote-list .project-vote-list-item .name {display: block; text-decoration: none;}
.project-vote-list .project-vote-list-item .anons {display: block; font-family: "Warnock Pro"; font-size: 16px; line-height: 16px; font-style: italic; font-weight: 400; padding-top: 5px;}
.project-vote-list .project-vote-list-item .vote {display: inline-block; vertical-align: top; margin: 15px auto 0; height: 48px; background-color: #ffc80a; border-radius: 24px; line-height: 30px; padding: 10px 0 0; transition: all .2s; white-space: nowrap;}
.project-vote-list .project-vote-list-item .vote:hover {background: #ffe22e; transition: all .2s;}
.project-vote-list .project-vote-list-item .vote a {display: inline-block; vertical-align: top; color: #4b4b4b; font-size: 16px; padding: 0 20px; text-decoration: none;}
.project-vote-list .project-vote-list-item .vote span {display: inline-block; vertical-align: top; color: #4b4b4b; font-size: 18px; padding: 0 20px;}
.project-vote-list .project-vote-list-item .vote a + span {border-left: 1px solid rgba(75,75,75,.5);}

.project-vote-list-total {text-align: center;}
.project-vote-list-total .total {display: inline-block; vertical-align: top; margin-bottom: 35px; font-size: 16px; height: 50px; line-height: 32px; border: 1px solid #ffc80a; border-radius: 25px; transition: all .2s; white-space: nowrap; padding-top: 8px;}
.project-vote-list-total .total div {display: inline-block; vertical-align: top; color: #4e4e4e; padding: 0 25px;}
.project-vote-list-total .total span {display: inline-block; vertical-align: top; color: #4b4b4b; padding: 2px 25px 0; font-weight: bold;}
.project-vote-list-total .total div + span {border-left: 1px solid #ffc80a;}
*/

.vk_auth_overlay {position: fixed; z-index: 999; display: none; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.75);}
.vk_auth_overlay .vk_auth_popup {left: 50%; top: 50%; transform: translate(-50%, -50%); position: relative; width: 300px;}
.vk_auth_overlay .vk_auth_popup a.close {display: block; position: absolute; right: -20px; top: -20px; width: 40px; height: 40px; background: url(/local/templates/mp_black_white/components/bitrix/news/project.vote.ny/bitrix/news.list/.default/images/close.png) no-repeat left top;}
.vk_auth_overlay .vk_auth_popup a.close:hover {background-position: left bottom;} 

.hidden{
	display: none;
}

.project-vote-list{
	display: flex;
    flex-wrap: wrap;	
}
.project-vote-list-item{
	margin-bottom: 40px;
	display: block;
	text-decoration: none;
}
.project-vote-list-item-picture{
	height: 317px;
	margin-bottom: 20px;
}
.project-vote-list-item-img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.project-vote-list-item-name{
	font-family: 'Druk Text Wide Cy TT';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;	
	/* color: #FFFFFF; */
	margin-bottom: 10px;
	padding:0 20px;
}
.project-vote-list-item-votes{
	font-family: 'Druk Text Wide Cy TT';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
}
.project-vote-list-item-votes{
	text-decoration: none;
}
span.project-vote-list-item-votes{
	color: #E84B41;
}
.project-vote-list-item-liked{
	display: inline-block;
	margin-right: 10px;
	margin-top: 7px;
    max-height: 100%;
    position: relative;
    height: 22px;
}
span.project-vote-list-item-liked svg {
    height: 100%;
}
.project-vote-list-total{
	font-family: 'Druk Text Wide Cy TT';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	/* color: #FFFFFF;	 */
	margin-bottom: 40px;
	margin-top: 20px;
}
.vote{
	padding:0 20px;
}
.project-vote-result .vote_done {margin-top: 20px;}
.project-vote-result .vote_yet,
.project-vote-result .vote_error {}





@media screen and (min-width:475px) {
}
@media screen and (min-width:576px) {
	.project-vote-list-item-picture {
		height: 500px;
	}
}
@media screen and (min-width:768px) {
	.project-vote-list{
		margin-right: -9px;
		margin-left: -9px;		
	}
	.project-vote-list-item{
		margin-bottom: 30px;
		width: calc(50% - 10px);		
		padding-right: 9px;
		padding-left: 9px;		
	}	
	.project-vote-list-item-picture{
		height: 317px;		
	}	
	.project-vote-list-item-name{
		padding:0;
	}	
	.project-vote-list-item-votes{
		font-size: 18px;
		line-height: 22px;
	}	
	.project-vote-list-total{
		font-size: 18px;
		line-height: 22px;
	}	
	.vote{
		padding:0;
	}
}
@media screen and (min-width:992px) {

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

}
@media screen and (min-width:1400px) {
	.project-vote-list-item{
		margin-bottom: 30px;
		width: calc(33% - 10px);		
	}
}
@media screen and (min-width:1422px) {

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

}
@media screen and (min-width:1600px) {
	.project-vote-list-item{
		margin-bottom: 30px;
		width: calc(25% - 10px);		
	}
}
@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) {

}

.project-vote-list-item-img {
	cursor: pointer;
}

.about-history-wrapper {
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
	padding: 80px;
	background-color: rgba(0,0,0,0.75);
	overflow: scroll;
}
.about-history-wrapper .about-history-item {
	background-color: #fff;
	color: #122;
	padding: 50px;
	position: relative;
}
.about-history-wrapper .about-history-item:before {
	content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    cursor: pointer;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
	background-image: url("/local/templates/mp_black_white/components/bitrix/news/project.vote.ny/bitrix/news.list/.default/images/close2.png");
}
.about-history-wrapper .about-history-item h3 {
	margin-bottom: 20px;
}
.history-props-wrapper {
	display: flex;
	flex-wrap: nowrap;
}
.history-props-wrapper .history-image-wrapper {
	min-width: 320px;
	margin-top: 16px;
	margin-right: 40px;
}
.history-props-wrapper p {
	color: #333;
}
.history-hidden {
	display: none;
}
@media (max-width: 890px) {
	.history-props-wrapper .history-image-wrapper {
		min-width: 270px;
		margin-top: 16px;
		margin-right: 40px;
	}
}
@media (max-width: 767px) {
	.history-props-wrapper {
		flex-wrap: wrap;
	}
}
@media (max-width: 559px) {
	.about-history-wrapper {
		padding: 60px 5px;
	}
	.history-props-wrapper .history-image-wrapper {
		min-width: 100%;
		margin-top: 16px;
		margin-right: 40px;
	}
	.history-props-wrapper p {
		font-size: 14px;
		line-height: 18px;
	}
}
/* End */


/* Start:/local/templates/mp_black_white/components/bitrix/news.detail/project.slider.0/style.css?17613694811279*/
.slider-img {
  width: 100%;
  height: auto;
}

.content .project-slider .owl-nav{
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;  
  z-index: 1;
  pointer-events: inherit;
}
.content .project-slider .owl-nav button{
  width: 60px;
  height: 60px;
  position: absolute;
  cursor: pointer;
  display: block;
  outline: none;
}
.content .project-slider .owl-nav button span{
  font-size: 0;
}
.content .project-slider .owl-nav .owl-prev{
  background: url("/local/templates/_include/css/../images/arr-left.svg") no-repeat;
  left: 10px;
}
.content .project-slider .owl-nav .owl-next{
  background: url("/local/templates/_include/css/../images/arr-right.svg") no-repeat;
  right: 10px;
}
.content .project-slider .owl-nav button {
  transform: translate(0, -50%);
}
.project-slider .carousel__video .owl-stage {
  max-height: 520px;
  height: calc(100vw / 3);
}
@media(max-width: 767px) {
  .project-slider .carousel__video .owl-stage {
    height: calc(100vw / 2);
  }
}
.carousel__video .owl-stage-outer .project-slider-item {
  height: 100%; 
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-carousel.owl-drag.carousel__video .owl-item {
  height: 100%; 
}

.carousel__video .owl-stage-outer .project-slider-item iframe {
    height: 100%;
}
/* 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 */
/* /local/templates/mp_black_white/components/bitrix/news.list/documents.list.0/style.css?1761369476913 */
/* /local/templates/mp_black_white/components/bitrix/news/project.vote.ny/bitrix/news.list/.default/style.css?17613695527971 */
/* /local/templates/mp_black_white/components/bitrix/news.detail/project.slider.0/style.css?17613694811279 */
/* /local/templates/mp_black_white/components/bitrix/news.list/plitka.list.0/style.css?17613694772620 */
