

/* Start:/local/templates/ptc/components/bitrix/news/projects/style.css?17703834213507*/
#project_gallery{
	display:flex;
	margin-bottom:40px;
	min-height:300px;
}

#project_gallery .big{
	flex-grow:1;
}

#project_gallery .big img{
	display:none;
}

#project_gallery .small .item,
#project_gallery .big{
	background-size:cover;
	background-position:center center;
}

#project_gallery .small{
	flex-shrink:0;
	margin-left:32px;
	display:flex;
	flex-direction:column;
	gap:40px;
	width:160px;
}

#project_gallery .small .item{
	height:130px;
}

#project_gallery .small img{
	display:none;
}

#project_btns{
	padding-top:56px;
	display:flex;
	gap:20px;
}

#project_btns .btn{
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;	
}

#project_btns .btn.btn_white{
	border: 1px solid rgba(75, 85, 100, 0.1);
	box-shadow:none;
}

#project_btns .btn.btn_white span.icon{
	margin:0px 0px 0px 7px;
}

#project_title{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:60px;
	padding-right:30px;
}

#project_title .address{
	border: 1px solid rgba(75, 85, 100, 0.1);
	border-radius: 2px;
	padding:10px 10px 10px 34px;
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
	background-image:url(/images/projects/map-pin.svg);
	background-position:left 10px center;
	background-repeat:no-repeat;
	max-width:250px;	
}

#project_title h1{
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 28px;	
	margin:0px !important;
	text-transform:uppercase;
}

#project_block{
	max-width:1040px;
	width:100%;
}

#project_block img{
	max-width:100%;
}
/*
#project_block.fancybox-content{
	padding:65px 95px 52px 95px;
}
*/

#project_counter{
	padding:53px 10px;
	text-align:center;
	color:#fff;
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	background:url(/local/templates/ptc/components/bitrix/news/projects/images/counter_bg.png) center center no-repeat #4B5564;
	background-size:cover;
	border-radius:4px;
	margin-bottom:51px;
}

#project_counter b{
	font-weight: 700;
	font-size: 32px;	
}


@media (max-width: 750px){
	
	#project_btns{
		flex-direction:column;
		align-items:center;
	}
	
	#project_btns .btn{
		max-width:300px;
		width:100%;
	}
	
	#project_gallery{
		display:block;
		min-height:auto;
	}
	
	#project_gallery .small .item,
	#project_gallery .big{
		background-image:none !important;
		text-align:center;
	}
	
	#project_gallery .small .item img,
	#project_gallery .big img{
		display:block;
	}
	
	#project_gallery .big{
		margin-bottom:20px;
		display:block;
	}
	
	#project_gallery .small{
		gap:20px;
		width:100%;
		margin-left:0px;
	}
	
	#project_gallery .small .item{
		height:auto;
	}
	
	#project_title{
		flex-direction:column;
		margin-bottom: 20px;
	}
	
	#project_title h1{
		text-align:left;
		margin-bottom:20px !important;
	}
	
	#project_title .address{
		max-width:none;
		width: 100%;
	}
	
	
	#projects .btn.desktop{
		display:none;
	}
		
	#projects .btn.mobile{
		display:flex;
	}
	
	#project_counter{
		padding:20px;
		margin-bottom:30px;
		background:var(--marengo);
	}
	
	#project_counter .line1{
		display:block;
	}
	
	#projects .list .item .title .name .mobile{
		display:inline;
	}
	
	#projects .list .item .title .name .desktop{
		display:none;
	}
	

}

@media (min-width: 751px){

	#projects .btn.desktop{
		display:flex;
	}
		
	#projects .btn.mobile{
		display:none;
	}	
	
	#projects .list .item .title .name .mobile{
		display:none;
	}
}
/* End */


/* Start:/local/templates/ptc/components/bitrix/news/projects/bitrix/news.list/.default/style.css?17703834223608*/
h1{
	font-weight: 700 !important;
	font-size: 28px !important;
	line-height: 28px !important;
	text-transform: uppercase;
	text-align:left !important;
	margin:0px 0px 40px 0px !important;
}

#projects{
	display:flex;
	margin-bottom:80px;
}

#projects .content{
	flex-grow:1;
}

#projects .list{}

#projects .list .item{
	margin:0px 0px 40px 0px;
	padding:5px 5px 20px 5px;
	border: 1px solid rgba(75, 85, 100, 0.1);
	border-radius: 5px;
}

#projects .list .item .pic{
	height:300px;
	background-size:cover;
	background-position:center center;
	margin:0px 0px 20px 0px;
}

#projects .list .item .video{
	margin:0px 0px 20px 0px;
}

#projects .list .item .title{
	display:flex;
	justify-content:space-between;
	margin-bottom:14px;
	gap:20px;
}

#projects .list .item .title .name{
	font-weight: 700;
	font-size: 18px;
	text-transform:uppercase;
}

#projects .list .item .title .name a{
	text-decoration:none;
	color:var(--marengo);
}

#projects .list .item .title .name a:hover{
	text-decoration:none;
	color:#000;
}

#projects .list .item .title .address{
	border: 1px solid rgba(75, 85, 100, 0.1);
	border-radius: 2px;
	padding:10px 10px 10px 34px;
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
	background-image:url(/images/projects/map-pin.svg);
	background-position:left 10px center;
	background-repeat:no-repeat;
	max-width:250px;
}

#projects .list .item .desc{
	margin-bottom:20px;
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;	
}

#projects .list .item .btns{
	display:flex;
	gap:20px;
}

#projects .list .item .btns .btn{
	width:180px;
	height:40px;
	font-size:14px;
	padding:0px 10px;
	border-radius: 5px;
}

#projects .list .item .btns .btn.btn_white{
	border: 1px solid rgba(75, 85, 100, 0.1);
	box-shadow:none;
}

#projects .info{
	width:350px;
	margin-left:20px;
	flex-shrink:0;
}

#projects .boss{}

#projects .boss .pic{
text-align:center;
}

#projects .boss .txt{
	padding:23px 59px;
	border: 1px solid rgba(75, 85, 100, 0.1);
	border-radius: 5px;
	text-align:center;
}

#projects .boss .txt .name{
	margin-bottom:20px;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}

#projects .boss .txt .titul{
	font-size:16px;
}

#projects .btn_full{
	width:100%;
	font-weight: 300;
	font-size: 16px;
	height:76px;
}

#projects_menu{}

#projects_menu ul{
	list-style:none;
	padding:0px;
	margin:0px;
}

#projects_menu ul li{
	margin-bottom:10px;
}

#projects_menu ul li a{
	display:flex;
	height:68px;
	align-items:center;
	padding:5px 20px;
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
	color:var(--marengo);
	text-decoration:none;
	background: rgba(75, 85, 100, 0.1);
	border: 1px solid rgba(75, 85, 100, 0.1);
	border-radius: 2px;
}

#projects_menu ul li a:hover{
	background:var(--marengo);
	color:#fff;
}

/*****/

.new_block{
	margin:0px 0px 60px 0px;
}

.new_block > .zag{
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	text-align: left;
	text-transform: uppercase;
	margin:0px 0px 40px 0px;
}

@media (max-width: 990px){
	
	#projects .info{
		width:250px;
	}
	
	#projects .boss .txt{
		padding:10px;
	}
}


@media (max-width: 750px){
	
	#projects{
		display:block;
	}
	
	#projects .info{
		margin-left:0px;
		width:100%;
	}
	
	#projects .list .item .title{
		flex-direction:column;
	}
	
	#projects .list .item .title .address{
		max-width:none;
	}
	
	#projects .list .item .btns{
		justify-content:space-between;
	}
}
/* End */
/* /local/templates/ptc/components/bitrix/news/projects/style.css?17703834213507 */
/* /local/templates/ptc/components/bitrix/news/projects/bitrix/news.list/.default/style.css?17703834223608 */
