div.elements.projects {
	margin: var(--step2) var(--step4);
	background: transparent;
	overflow: hidden;
}

div.elements.projects div.container div.item {
	border-width: 15px;
	border-color: transparent;
}
div.elements.projects div.container div.item div.item2 a {
	text-decoration: none;
}
div.elements.projects div.container div.item div.img {
	position: relative;
}
div.elements.projects div.container div.item div.fly {
	display: block;
	position: relative;
	background: rgba(208,227,236,0.2);
	color: #666;
	padding: 0 20px;
}

div.elements.projects div.container div.item div.fly .fly2 .params {
	opacity: 0;
}

div.elements.projects div.container div.item div.fly.fill .fly2 .params {
	opacity: 1;
}

div.elements.projects div.container div.item div.fly div.fly2 div.title {
	text-align: left;
	padding-top: 20px;
}

div.elements.projects div.container div.item div.fly div.fly2 div.title span {
	color: #444444;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 140%;	
}

div.elements.projects div.container div.item div.fly div.fly2 div.favorite {
	padding: 25px 45px 25px 0;
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-image: url(/files/template/iz/ico.favorite.png);
	text-align: right;
	opacity: 0;
}


div.elements.projects div.container div.item div.fly div.fly2 div.price {
	text-transform: none;
	
}

div.elements.projects div.container div.item div.fly div.fly2 div.price span:after {
	content: ' \f158';
	font-family: 'FontAwesome';
	font-size: 95%;
}


div.elements.projects div.container div.item div.fly div.fly2 div.params {
	background: transparent;
}


div.elements.projects div.container div.item div.fly div.fly2 div.params>div {
	padding: 25px 0px 25px 35px;
	font-size: 90%;
	background-color: transparent;
	background-position: left center;
	background-repeat: no-repeat;
}

div.elements.projects div.container div.item div.fly div.fly2 div.params div.square {
	background-image: url(/files/template/iz/ico.square-dark.png);
	background-position: left 0px center;
	padding-left: 35px;
}

div.elements.projects div.container div.item div.fly div.fly2 div.params div.square.square1 {
	background-position: left 0px center;
	padding-left: 35px;
}

div.elements.projects div.container div.item div.fly div.fly2 div.params div.bed {
	background-image: url(/files/template/iz/ico.bed-dark.png);
	padding-left: 30px;
}

div.elements.projects div.container div.item div.fly div.fly2 div.params div.wc {
	background-image: url(/files/template/iz/ico.wc-dark.png);
	padding-left: 30px;
}

div.elements.projects div.container div.item div.fly div.fly2 div.params div.price {
	background-image: url(/files/template/iz/ico.price.png);
}

div.elements.projects div.container div.item div.fly div.fly2 div.params div.price span:after {
	content: ' \f158';
	font-family: 'FontAwesome';
	font-size: 95%;
}

div.elements.projects div.container div.separator {
	background: #857261;
	margin: 30px 10px;
	height: 3px;
}

.projectsIntro {
	width: max-content;
	margin: 20px auto 30px auto;
}

@media screen and (max-width: 768px) {
	div.elements.projects {
		margin: 0 0;
	}
	div.elements.projects div.container div.item {
		border-width: 10px;
	}
	div.elements.projects div.container div.item div.fly div.fly2 div.params>div {
		padding: 10px 0px 15px 35px;
		font-size: 90%;
	}
}

@media screen and (max-width: 480px) {
	div.elements.projects div.container div.item {
		border-width: 5px;
	}
}