.main {
	width: auto;
	max-width: 960px;
	padding: 0 15px;
}
* {
  box-sizing: border-box;
}
body {
	min-width: unset;
}
a {
	transition: all 0.2s ease;
	text-decoration: none;
}
#header {
	display: grid;
	grid-template-columns: max-content 55px auto;
	align-items: center;
	height: auto;
}
.logo,
.odmin,
#header_tel {
	position: static;
	float: none;
}
.logo img,
.odmin img {
	width: 100%;
}
#header_tel {
	align-self: start;
  justify-self: end;
  padding-top: 20px;
}
#header_tel .tel01 a {
	color: rgba(69, 69, 68, 0.86);
}
#header_tel .tel01 a:hover {
	color: #7E011D;
}
footer {
	height: auto;
}
footer .main {
	display: grid;
	grid-template-columns: 45px 1fr 1fr;
	gap: 20px;
	align-items: center;
}
footer .main > span {
	justify-self: end;
}
#footercenter {
	float: none;
	margin-left: 0;
	height: auto;
}

.ul-menu {
	width: auto;
	display: flex;
	flex-wrap: wrap;
	margin-left: 0;
}
.ul-menu > li {
	display: block;
	float: none;
}
.contactinfo a {
	color: #ff670f;
}
.contactinfo a:hover {
	color: #9f0f0f;
}
.contacts-page a {
	color: #fff;
}
.contacts-page a:hover {
	color: #c8dd26;
}

@media screen and (max-width: 700px) {
	#header {
		grid-template-columns: max-content 40px auto;
		padding: 10px 0;
	}
	.logo {
		max-width: 160px;
	}
	.ul-menu {
    background-size: 100% 51px;
	}
	.ul-menu > li {
		background: unset;
	}
	.ul-menu > li > a {
		display: block;
		line-height: normal;
		padding: 15px;
	}
}
@media screen and (max-width: 500px) {
	#header {
		grid-template-columns: max-content 40px;
		justify-content: center;
	}
	#header_tel {
		grid-column: span 2;
		padding-top: 5px;
	}
	footer .main {
		grid-template-columns: 1fr;
		justify-content: center;
		gap: 10px;
	}
	footer .main > div {
		justify-self: center;
	}
	footer .main > span {
		justify-self: center;
		text-align: center;
		padding-top: 5px;
	}
	.ul-menu {
		justify-content: center;
	}
}



/* PROJECTS CARDS */
.projects-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px 20px;
	padding-top: 30px;
}
.projects-grid .pricenew {
	display: flex;
  flex-direction: column;
  justify-content: space-between;
	width: auto;
	height: auto;
	float: none;
	margin: 0;
}
.projects-grid .pricetop {
	height: auto;
	padding-right: 170px;
}
.projects-grid .pricenew h3 {
	margin: 0;
	margin-top: 15px;
}
.projects-grid .pricenew h3 a {
	white-space: unset;
}
.pricenew__content {
	display: grid;
	grid-template-columns: 1fr 0.8fr;
}
.pricenew__content .priceleft {
	display: block;
	float: none;
	width: auto;
	height: auto;
}
.pricenew__content .priceleft > h2 a {
	color: rgba(69, 69, 68, 0.86);
}
.pricenew__content .priceleft > h2 a:hover {
	color: #FF6D01;
}
.pricenew__content .priceright {
	display: block;
	float: none;
	width: auto;
	height: auto;
}
.pricenew__content .newflat2 {
	position: relative;
	top: 0;
  left: 0;
	display: inline-block;
	margin-top: 5px;
}
.pricenew__content .pricepic {
	width: 100%;
	height: 160px;
	object-fit: cover;
	max-height: unset;
}
.pricenew__content .priceleft > h2 {
	font-size: clamp(12px, 2.5vw, 25px);
  white-space: nowrap;
}

@media screen and (max-width: 900px) {
	.projects-grid .pricenew h3 a {
		font-size: 18px;
	}
}
@media screen and (max-width: 700px) {
	.projects-grid {
		grid-template-columns: 1fr;
	}
	.pricenew__content .priceleft > h2 {
		font-size: clamp(12px, 5vw, 25px);
	}
	.projects-grid .pricenew h3 a {
		font-size: 21px;
	}
}
@media screen and (max-width: 900px) {
	.projects-grid .pricenew h3 a {
		font-size: 18px;
	}
}