/*@import url("ProjectsItems.css");*/

div.element.project {
	background: white;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 4;
}

div.element.project .projectNote {
	position: fixed;
	right: 20px;
	top: 190px;
	margin-top: 20px;
	width: 300px;
	background: #d0e3ec;
	border: 1px solid #666;
	z-index: 500;
	padding: 10px 20px 10px 20px;
	display: none;
	opacity: 0.9;
}

div.element.project .projectNoteClose {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	background: url(/files/template/iz/ico.close.png) center center no-repeat;
	cursor: pointer;
}

div.element.project .projectNote .title {
	color: #524d4d;
	margin-bottom: 0px;
	display: inline-block;
	cursor: pointer;
	font-size: 110%;
}

div.element.project .projectNote .descr {
	color: #191919;
	font-size: 110%;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.element div.element-contacts div.person div.img img {
	display: inline-block;
	max-width: 185px;
}

div.element div.element-contacts div.person {
	margin-top: 30px;
}

div.element div.element-contacts div.person div.title {
	font-weight: 700;
	margin: 10px 0 0 0;
}

div.element div.element-contacts div.btn1 {
	margin-top: 185px;
}

div.element div.element-contacts div.btn2 {
	margin-top: 30px;
	margin-bottom: 30px;
}

div.element div.tabs2-content {
	padding-top: 30px;
}

div.element div.tabs2-content div.descr {
	
	padding-bottom: 30px;
}

div.element div.tabs2-content div.descr .descr2{
	font-size: 120%;
	margin-top: 55px;
}

div.page.pagebottom div.titleh1 {
	margin-top: 75px;
	font-weight: normal;
}

div.page.pagebottom.karta {
	background: #7f6b5b url(/files/template/iz/maprf.png) center center no-repeat;
	background-size: auto 120%;
	padding-bottom: 55px;
}

div.page.pagebottom.karta div.titleh1 {
	color: white;
}

div.page.pagebottom.karta div.h1Line {
	background: #87d772;
}

div.page.pagebottom.karta div.href {
	text-align: center;
	margin-bottom: 70px;
}

div.page.pagebottom.karta div.href a {
	color: white;
	text-decoration: underline;
}

div.page.pagebottom.karta .page {
	background: transparent;
	overflow: hidden;
	width: auto;
	
}

div.page.pagebottom.karta .elements.projects {
	margin-bottom: 70px;
	width: auto;
	padding: 0;
	
}
div.page.archit {
	background: #dbebf3;
	padding-bottom: 55px;
}

div.page.filterslinks {
	background: #ffffff;
	min-height: 140px;
}

div.page.filterslinks div.filterslinks2 {
	min-height: 140px;
	font-weight: 700;
	font-size: 110%;
	color: #3d3d3d;
}

div.page.filterslinks div.filterslinks2 a {
	color: #3d3d3d;
}

div.page.filterslinks div.filterslinks2 div.img:hover {
	color: #68442a;
	text-decoration: underline;
	cursor: pointer;
}

div.page.filterslinks div.filterslinks2 div.img:hover a {
	color: #68442a;
}
div.page.predlozhindiv {
	padding-bottom: 50px;
}
div.page.predlozhindiv div.item {
	border-width: 15px;
}
div.page.predlozhindiv div.img {
	margin-top: 30px;
	position: relative;
}
div.page.predlozhindiv div.descr {
	position: absolute;
	width: 65%;
	min-width: 200px;
	padding: 20px;
	font-family: 'PFSMed',sans-serif;
	font-size: 140%;
	color: #3d3d3d;
	bottom: 20px;
	left: 20px;
	background: rgba(219,235,243,0.8);
}
@media screen and (max-width: 768px) {
	div.element div.element-contacts div.btn1 {
		margin-top: 10px;
	}
	div.page.predlozhindiv div.descr {
		
		padding: 10px;
		font-size: 100%;
		bottom: 10px;
		left: 10px;
		background: rgba(219,235,243,0.7);
	}
}