:root {
  --main: #26871B;
}

@font-face {
    font-family: 'IrisUPC';
     src: url('../fonts/IrisNormal.woff2') format('woff2'),
        url('../fonts/IrisNormal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-weight:bold;
    src: url('../fonts/IrisUPCBold.woff2') format('woff2'),
        url('../fonts/IrisUPCBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

.head-main-left h2,
.nav-menu ul li a, .begin p  {
	font-family: 'IrisUPC'; 
}
	
.nav-menu ul li a:hover{
    text-decoration: underline;
}	
	


.head-main-left span, .head-main-nav, .part p {
	font-family: 'IrisUPC'; }
.logo h1 {
	font-family: 'IrisUPC';
}
.social-link {
	margin-left: 10px;

}
.social-link.social-facebook {
	position: relative;
	margin-left: 20px;
}
.social-link.social-facebook:before {
	content: "";
	position: absolute;
	left: -15px;
	top: -5px;
	display: block;
	width: 1px;
	height: 30px;
	border-left: 1px solid #fff; 

}
.social-link:hover {
	color: #fff;
}
html {
	font-size: 10px; }

body {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: 'IrisUPC',Arial;
	letter-spacing: 0.2rem;
	color: #ffffff; }

img {
	width: 100%;
	max-width: 100%;
	height: auto; }

h3 {
	font-size: 3rem; }

.btn-buy {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50rem;
	padding: 1rem 4rem 1rem 0;
	color: #ffffff;
	border: none;
	outline: none;
	background-color: #c58013;
	/*font-family: "DINpro bold";*/
	font-weight:bold;
	font-size: 1.4rem; }

.btn-buy:hover {
	cursor: pointer; }

.btn-buy span {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 8.5%;
	height: 100%;
	text-align: center;
	color: #000000;
	background-color: var(--main);
	font-size: 3rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
			-ms-flex-pack: center;
					justify-content: center; }

.logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #ffffff;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center; }


.image {
	height: 100vh;
	-o-object-fit: cover;
		 object-fit: cover; }

.image img {
	min-width: 100%;
	height: 100%;}


.header {
	position: absolute;
	z-index: 5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding-left: -webkit-calc((100% - 1155px) / 2);
	padding-left: calc((100% - 1155px) / 2);
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
					justify-content: space-between; }


button:focus {
	outline: none;
}
@-webkit-keyframes goto {
	from {
		margin-left: -50%; }
	to {
		margin-left: 0; } }

@keyframes goto {
	from {
		margin-left: -50%; }
	to {
		margin-left: 0; } }

@-webkit-keyframes gotol {
	from {
		margin-right: -50%; }
	to {
		margin-right: 0; } }

@keyframes gotol {
	from {
		margin-right: -50%; }
	to {
		margin-right: 0; } }

.head-main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	position: relative;
	padding: 0;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
					justify-content: space-between; }

.head-main-left {
	position: relative;
	margin-left: 0;
	-webkit-animation: goto  2s ease-in-out;
	animation: goto  2s ease-in-out;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	color: #ffffff;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center; }

.head-main-left .forms {
	padding-left: 0;
	margin-top: 15px;
	background-color: transparent; }

.head-main-left > span {
	color: #c8c3c2;
	font-size: 1.4rem; }

.head-main-left h2 {
	font-size: 11rem; }

.head-main-nav {
	position: absolute;
	right: -4rem;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding-left: 20%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
					justify-content: space-between; }

.head-main-nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0; }

.head-main-nav ul li {
	margin-right: 2.5rem;
	list-style: none;
	color: #58585e;
	font-size: 1.4rem; }

.head-main-nav .controls {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; }

.head-main-nav .controls-item {
	width: 4rem;
	height: 4rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
			-ms-flex-pack: center;
					justify-content: center;
	font-size: 1.6rem;
	background-color: var(--main); }

.head-main-nav .controls-item:first-of-type {
	margin-right: 0.5rem; }

.head-main-nav .controls-item:hover {
	cursor: pointer; }
.begin a {
	text-decoration: none; }

.begin .go {
	padding-right: 40px;
	font-size: 1.6rem;
	color: #fff;
	position: relative;
}
span.circle-yellow {
	position: absolute;
	right: 0;
	top: -8px;
	font-size: 16px;
	display: block;
	padding: 6px 10px 0px;
	width: 28px;
	height: 28px;
	text-align: center;
	background-color: var(--main);
	border-radius: 50%;
	color: #000;
	line-height: 1;
}
.number {
	width: 32%;
	background-color: rgba(0, 0, 0, 0.7);
}
.number a {
	color: var(--main);
	font-size: 1.8rem;
	text-decoration: none;
}
.phone-mobile {
	display: none;
	background-color: #283540;
	padding: 25px 0;
	justify-content: space-around;
	
}
.phone-mobile a {
	font-size: 17px;
	color: var(--main);
	font-weight:bold;
}
.phone-mobile a:last-child {
	color: #fff;
}
.bg-item {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
			-ms-flex-direction: column;
					flex-direction: column;
	width: 100%;
	height: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
					justify-content: space-between; }


.head-main-right {
	position: relative;
	height: 100%;
	-webkit-animation: gotol  2s ease-in-out;
	animation: gotol  2s ease-in-out; }
.header {
	background-color: rgba(0, 0, 0, 0.75);
}
.header.f-nav {
	position: fixed;
	top: 0;
	/*background-color: rgba(0, 0, 0, 0.75);*/
}
.header.f-nav .number {
	background-color: transparent;
}
.parts {
	padding-left: 5rem;
	margin-top: 30%;
	width: 100%; }
.parts svg {
	fill: #ffffff;
}
.part {
	margin-bottom: 5rem; }

.part:last-child {
	margin-bottom: 0; }

.part img {
	width: 15%; }

.part p {
	font-size: 21px; }

.part  span {
	color: #607586;
	display: block;
	font-size: 14px;
	line-height: 1; }

.home-has {
	position: relative;
	width: 100%;
	padding: 0;
	background-image: url(../img/background-top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover; 
	background-position: -1100% 0;
	}

.home-has:before {
	position: absolute;
	top: 0;
	right: 60%;
	bottom: 0;
	left: 0;
	content: "";
	opacity: 0.9;
	
}
.home-has > .row > .col-md-7 {
	background-color: rgba(0,0,0,0.4);
}
.home-has__title {
	color: #ffffff;
	/*font-family: "DINpro bold";*/
	font-weight:bold;
	font-size: 3rem;
	padding-bottom: 2rem;
	background-color: rgba(0,0,0,0.8);
	margin-right: -15px;
	margin-bottom: 5%;
}

.home-has__title h3 {
	position: relative;
	padding-top: 1rem;
}

.home-has__title h3::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 0.2rem;
	content: "";
	background-color: var(--main); }

.has {
	letter-spacing: 0ch;
	color: #ffffff;
	/*font-family: "DINpro medium";*/
	font-family: 'IrisUPC';
	font-size: 1.6rem;
}

.wrap-has-items {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding-left: 36%;
}
.has-item {
	margin-bottom: 7rem;
	width: 135px; 
}
.has-item:nth-child(odd) {
	margin-right: 0;
}
.has-item svg {
	fill: #fff;
}

.block-feedback {
	background-image: url(../img/background-has-form.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 100vh;
}

.block-feedback .forms{
	height: 100%;
	z-index: 3;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(9px);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.block-feedback .form{
	display: block;
}

.forms {
	padding: 1rem 2rem;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.8); }

.forms h4 {
	font-size: 2rem; }

.forms p {
	color: #c4c4c4;
	font-size: 1.4rem; }

.form {
	display: none;
	padding: 3rem 0;
	margin-bottom: 15px;
	}

.form-top {
	display: block;
	margin-bottom: 0;
	background-color: transparent;
	width: 100%;
	padding: 0;
}

.form input {
	width: 100%;
	margin-bottom: 3rem;
	padding: 0.5rem 0.6rem;
	color: #ffffff;
	border: none;
	border-bottom: 1px solid var(--main);
	outline: none;
	background-color: transparent;
	/*font-family: "DINpro";*/
	font-family: 'IrisUPC';
	font-size: 1.4rem; }
.form button {
	width: 90%;
	display: block;
	border: 1px solid var(--main);
	margin: 0 auto;
	margin-bottom: 10px;
	text-transform: uppercase;
	background-color: transparent;
	/*font-family: "DINpro";*/
	font-family: 'IrisUPC';
	color: #fff;
	padding: 0.5rem 0;
	width: 200px;
}
.form button:hover {
	cursor: pointer; }

.form input[placeholder] {
	letter-spacing: 0.1rem;
	color: #ffffff !important;
	/*font-family: "DINpro";*/
	font-family: 'IrisUPC';
	font-size: 1.4rem; }

.has-home-section {
	overflow: hidden;
}
.has-item {
	margin-bottom: 14%; 
	padding-right: 5%;
}
.has-item .has-item-desc {
	height: 48px;
}
.has-item.active svg {
  fill: var(--main); }

.has-item:hover {
  cursor: pointer;
  color: var(--main); }

.has-item:hover svg {
  fill: var(--main); }

.has-item.active .has-item-desc {
  color: var(--main) !important; }
.caption {
	display: none;
	margin-top: 17%;
	margin-left: 7%;
	width: 70%;
	-webkit-animation: showcap  1s ease-in-out;
	animation: showcap  1s ease-in-out; 
}
@-webkit-keyframes showcap {
  from {
	transform: translateX(100vw);
	}
	  to {
		transform: translateX(0vw);
	} 
}

@keyframes showcap {
   from {
	transform: translateX(100vw);
	}
	  to {
		transform: translateX(0vw);
	} 
}

	.caption.show {
	  display: block; }

	.caption h5 {
	  position: relative;
	  font-size: 5rem; }

	.caption p {
	  font-size: 2.5rem; }

	.caption ul {
	  font-size: 1.8rem; }

	.caption li {
	  list-style: none; }

	.caption li:before {
	  padding-right: 7px;
	  content: "•";
	  color: var(--main);
	  /*font-family: "Montserrat", sans-serif;*/
	  font-family: 'IrisUPC';
	  font-weight: 800; 
	}
.control-slide {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	margin-top: 5%;
	font-size: 15px;
	/*font-family: "DINpro bold";*/
	font-weight:bold;
	text-transform: uppercase;
}
.text-control-slide {
	display: none;
}
.text-control-slide.active {
	display: block;
}
.control-slide-house {
	cursor: pointer;
}
.plan-soon p {
	font-size: 10rem;
	text-align: center;
}

.technology-wrap {
  background-color: #1e1e1e; }

.technology {
  position: relative;
  padding: 0;
  background-color: #1e1e1e; }

.technology .items {
  padding: 0; }

.technology img {
  width: 100%;
  height: 100%; }

.technology .main-pic {
	background-color: #1e1e1e; }

.technology h4 {
  position: relative;
  margin: 4rem 0 5rem 0;
  font-size: 3rem; }

.technology h4::before {
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 25%;
  height: 0.2rem;
  content: "";
  background-color: var(--main); }

.technology h5 {
  font-size: 1.8rem; }

.technology h5 span {
  color: #747474; }

.technology p {
  color: #747474;
  font-size: 1.4rem; }

.technology .flexslider {
  margin-bottom: 0;
  border: none;
  direction: ltr; }

.technology .flex-control-thumbs {
  margin: 0; }

.technology .slide-direction-nav {
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 5rem;
  position: absolute;
	top: 50%;
	z-index: 10;
	padding: 10px;
	background: rgba(0,0,0,0.7);
	line-height: 1; }
.technology .slide-direction-nav.next {
	left: calc(100% + 25px);
}
.technology .slide-direction-nav.prev {
	left: -55px;
}
.technology .slide-direction-nav:hover {
  cursor: pointer; }

.technology .slide-direction-nav i {
  color: var(--main); }

.technology .flex-direction-nav .flex-next {
  top: 36%;
  right: auto;
  left: -8%;
  width: 30%;
  text-align: left;
  color: transparent;
  border: none; }

.technology .flex-next a {
  color: transparent; }

.form-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
	  -ms-flex-direction: column;
		  flex-direction: column;
  padding: 3rem;
  background-color: #000000; }

.form-slide input {
  width: 100%;
  margin-bottom: 3rem;
  padding: 0.5rem 0.6rem;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid var(--main);
  outline: none;
  background-color: transparent;
  font-family: 'IrisUPC';
  font-size: 1.4rem; }

.form-slide input[type=submit]:hover {
  cursor: pointer; }

.form-slide input[placeholder] {
  letter-spacing: 0.1rem;
  color: #ffffff !important;
  font-family: 'IrisUPC';
  font-size: 1.4rem; }

.btn-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  color: #000000;
  border: none;
  outline: none;
  background-color: #ffffff;
  font-size: 1.4rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
	  -ms-flex-align: center;
		  align-items: center; }

.btn-slide:hover {
  cursor: pointer; }

.btn-slide span:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  background-color: var(--main);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
	-ms-flex-pack: center;
		  justify-content: center; }
.btn-slide span:last-child {
	width: 80%;
	display: block;
}
.btn-slide span i {
  margin: auto;
  -webkit-transform: rotate(90deg);
	  -ms-transform: rotate(90deg);
		  transform: rotate(90deg); }
.left-part {
  position: relative; }

.left-part .form-wrap {
  position: absolute;
  bottom: 0;
  z-index: 12; 
}
.footer {
  position: relative;
  padding: 4rem 0 2rem;
  background-color: #212323; }

.form-footer input {
  width: 90%;
  margin: 0 1rem 3rem 0;
  padding: 0.5rem 0.6rem;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid var(--main);
  outline: none;
  background-color: transparent;
  font-family: 'IrisUPC';
  font-size: 1.4rem;
  -webkit-align-self: center;
	  -ms-flex-item-align: center;
		  align-self: center; }

.form-footer input[type=submit]:hover {
  cursor: pointer; }

.form-footer input[placeholder] {
  letter-spacing: 0.1rem;
  color: #ffffff !important;
  /*font-family: "DINpro";*/
  font-family: 'IrisUPC';
  font-size: 1.4rem; }

.form-footer .btn-footer {
  padding: 1.5rem 2.5rem;
  letter-spacing: 0.2rem;
  margin-bottom: 3rem;
  color: #ffffff;
  border: none;
  background-color: var(--main);
  font-size: 1.4rem; }

.form-footer .btn-footer:hover {
  cursor: pointer; }

.form-footer .in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
	  -ms-flex-align: center;
		  align-items: center; }

.contacts {
  margin-bottom: 3rem; }

.contacts h5 {
  font-size: 1.8rem; }

.call {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2rem;
  font-size: 1.6rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
	  -ms-flex-align: center;
		  align-items: center; }

.call i {
  margin-right: 1rem;
  color: var(--main); }
.call i.fa-phone {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.call a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  color: #ffffff;
  -webkit-box-align: center;
  -webkit-align-items: center;
	  -ms-flex-align: center;
		  align-items: center; }

.call a:hover {
  text-decoration: none; }
.copy {
  font-size: 1.2rem;
  margin-top: 3rem;
  letter-spacing: normal;
  padding-left: 1.5rem; }

.copy a {
  color: #ffffff; }

.copy a span {
  color: var(--main);
  font-size: 1.3rem; }

.copy a:hover {
  text-decoration: none; }
.but-send-form {
	margin-bottom: 10px;
}
.thank-modal {
  font-size: 1.8rem;
  color: var(--main); }

.thank-modal .modal-content {
  background-color: rgba(0, 0, 0, 0.9); }

.thank-modal .modal-header {
  border: none; }

.thank-modal .modal-body {
  padding: 0 5rem 5rem;
  text-align: center; }

.thank-modal .close {
  color: var(--main);
  text-shadow: none;
  font-size: 3rem; }
.flexslider .slides {
	background-color: #1e1e1e;
}
.flex-control-nav {
	
}
.video-container {
	background-color: #212323;
}
/*.embed-container { */
/*	position: relative; */
/*	max-width: 100%;*/
/*	width: 100%;*/
/*	height: 35vw;*/
/*}*/
/*video {*/
/*	width: 100%;*/
/*} */
.mapinfo > div {
	color: #000;
}

/*new video css*/
.video-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.video-wrapper {
	max-width: 100%; /* Adjust the width as needed 
	max-width: 560px; /* Adjust the width as needed */
	width: 100%;
	height: 0;
	/*padding-bottom: 56.25%; /* 16:9 aspect ratio (height/width) */
	position: relative;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*end of new video css*/

.page-thank-you {
	background-image: url(../img/background-has-form.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}

.page-thank-you:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(9px);
}

.page-thank-you p {
	text-align: center;
	z-index: 2;
}

.page-thank-you .home-link {
	padding: 1.5rem 2.5rem;
	letter-spacing: 0.2rem;
	margin-bottom: 3rem;
	color: #ffffff;
	border: none;
	background-color: var(--main);
	font-size: 1.4rem;
	z-index: 2;
}

@media (min-width: 320px) {
	.page-thank-you p {
		font-size: 20px;
	}
	.block-feedback .forms p {
		margin-bottom: 25px;
	}
	.homes-plan .plan-floor img {
		width: 260px;
	}
	.menu-mobile-button {
		background-color: transparent;
		font-size: 30px;
		color: var(--main);
		border:none;
		cursor: pointer;
		display: none;
	}
	.nav-menu {
		display: none;
		position: absolute;
		right: 0;
		top: 35px;
		background-color: rgba(0,0,0,0.7);
		padding: 10px;
		transition: all 0.4s;
	}
	.nav-menu.show-menu {
		display: block;
		transition: all 0.8s;
	}
	.nav-menu ul {
		transition: all 0.8s;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		list-style: none;
	}
	.nav-menu ul li {
		margin-bottom: 15px;
	}
	.nav-menu ul li a {
		color: #ffffff;
		font-size: 1.4rem;
		font-family: 'IrisUPC';
		text-transform: uppercase;
		font-weight: bold; 
	}

	.nav-menu ul li a:hover {
		text-decoration: none; }
	.logo img {
		margin-right: 10px;
		width: 60px;
		margin-left: 10px;
		margin-bottom: 6px;
	}
	.menu-mobile-button {
		display: block;
		position: absolute;
		right: 15px;
	}
	.menu-mobile-button ul {
		flex-direction: column;
	}
	.head-main-left h2 {
		font-size: 35px;
	}
	.part {
		margin-bottom: 10%;
		padding-left: 2%;
		padding-right: 2%;
	}
	.part p {
		font-size: 10px;
		line-height: 1;
		text-align: center;
	}
	.part span {
		font-size: 8px;
	}
	.number {
		display: none;
	}
	.head-main {
		display: block;
	}
	.wrap-right {
		position: inherit;
		background: rgb(38,51,61);
		width: 100%;
		background: -moz-linear-gradient(top, rgba(38,51,61,1) 0%, rgba(47,66,78,1) 29%, rgba(52,68,80,1) 66%, rgba(56,75,91,1) 100%);
		background: -webkit-linear-gradient(top, rgba(38,51,61,1) 0%,rgba(47,66,78,1) 29%,rgba(52,68,80,1) 66%,rgba(56,75,91,1) 100%);
		background: linear-gradient(to bottom, rgba(38,51,61,1) 0%,rgba(47,66,78,1) 29%,rgba(52,68,80,1) 66%,rgba(56,75,91,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26333d', endColorstr='#384b5b',GradientType=0 );
	}
	.back {
		background-image: none;
		display: none;
	}
	.wrap-right .parts {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		margin-top: 1%;
		padding-left: 0;
	}
	.parts svg {
		width: 30px;
		margin: 10px auto;
		display: block;
	}
	.wrap-left {
		height: 100%;
		width: 100%;
		bottom: auto;
		position: absolute;
		left: 0;
		top: 0;
		padding-left: 5%;
		background-color: rgba(0,0,0,0.7);
	}
	.head-main-left {
		width: 100%;
		padding-top: 20%;
	}
	.header-item {
		width: 100%;
	}
	.bg-item .form-top-btn span {
		display: none;
	}
	.phone-mobile {
		display: flex;
	}
	.home-has__title {
		padding-left: 3%;
	}
	.wrap-has-items {
		padding-left: 0;
		justify-content: space-around;
	}
	.has {
		background: none;
		background-color: #1d2f3f;
	}

	.has-item {
		width: 70px;
		font-size: 12px;
		text-align: center;
	}
	.has-item .has-item-desc {
		height: 20px;
	}
	.has-forms {
		width: 100%;
		padding: 0;
	}

	.block-feedback .forms {
		padding: 0 15px;
	}
	.btn-buy {
		position: relative;
	}
	.caption h5 {
		font-size: 3rem;
	}
	.caption p {
		font-size: 1.7rem;
		text-indent: 1rem;
	}
	.caption li {
		font-size: 1.5rem;
	}
	.home-has > .row > .col-md-7 {
		background-color: #1d2f3f;
	}
	.homes-plan__caption {
		flex-direction: column-reverse;
	}
	.homes-plan .head {
		margin-left: 0;
	}
	#map {
		height: 27vh;
	}
	.map .btn-link.collapsed .close-card {
		padding: 0 0.4rem;
	}
	.map .wraper {
		font-size: 1.2rem;
	}
	.technology h4 {
		margin: 4rem 0 4rem 15px;
	}
	.technology h5 {
		font-size: 1.8rem;
		padding-left: 15px;
	}
	.technology p {
		padding-left: 15px;
		text-indent: 2rem;
		letter-spacing: 1px;
		line-height: 1.2;
		margin-bottom: 5px;
	}
	.plan-soon p {
		font-size: 6rem;
	}
	.bg-item .form-top-btn {
		width: 100%;
	}
	.modal-flat-content {
		max-width: 100vw;
		width: 100vw;
		height: 50vw;
	}
	.form-slide {
		padding: 10px 20px;
		margin: 0;
	}
	.left-part .form-wrap {
		width: 100%;
	}
	.btn-slide {
		width: calc(100% - 30px);
	}
	.technology .name {
		margin-bottom: 60px;
	}
	.caption {
		width: 100%;
		padding: 3%;
		margin: 0;
	}
	.technology .main-pic {
		min-height: 500px;
	}
	.technology .slide-direction-nav {
		top: 103%;
	}
	.technology .slide-direction-nav.next {
		left: 70%;
	}
	.technology .slide-direction-nav.prev {
		left: 30%;
	}
	.technology-wrap {
		padding-bottom: 125px;
	}
	.flexslider .slides img {
		display: none;
	}
	
}
@media (min-width: 420px) {
	.wrap-right .parts {
		padding: 0 10px;
		justify-content: space-around;
	} 
	.part span {
		font-size: 12px;
	}
	.head-main-left {
		width: 100%;
		padding-top: 13%;
	}
	

	
}
@media (min-width: 480px) { 
	.homes-plan .plan-floor img {
		width: 415px;
	}
	.has-item {
		width: 100px;
	}
}
@media (min-width: 576px) { 
	.homes-plan .plan-floor img {
		width: 475px;
	}
	.map .btn-link.collapsed .close-card {
		padding: 0 1rem;
	}
}
@media (min-width: 768px) {
	.page-thank-you p {
		font-size: 40px;
	}
	.head-main-left {
		padding-top: 8%;
	}
	.homes-plan .plan-floor img {
		width: 650px;
	}
	.head-main-left h2 {
		font-size: 6rem;
		text-transform: uppercase;
	}
	.phone-mobile {
		display: none;
	} 
	.wrap-has-items {
		padding-left: 36%;
		justify-content: flex-end;
	}
	.has-item {
		width: 90px;
	}
	.has {
		background: url(../img/background-left-has.jpg), rgba(0,0,0,0.6);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.home-has {
		background-position: 25% 0;
	}
	.btn-buy {
		position: absolute;
	}
	.home-has > .row > .col-md-7 {
		background-color: rgba(0,0,0,0.7);
	}
	.homes-plan .head {
		margin-left: 0;
	}
	.map .wraper {
		font-size: 1.6rem;
	}
	.has-item {
		width: 130px;
	}
	.caption {
		margin-top: 17%;
		margin-left: 7%;
		width: 70%;
	}

	.has-forms {
		width: 50%;
	}
	
}
@media (min-width: 992px) {
	.technology .main-pic {
		min-height: auto;
	}
	.block-feedback .forms p {
		margin-bottom: 85px;
	}
	.block-feedback .forms{
		padding: 0 60px;
	}
	.head-main-left {
		padding-top: 20%;
	}
	.homes-plan .plan-floor img {
		width: 575px;
	}
	.wrap-left {
		position: absolute;
		width: 41.5%;
		top: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.7);
		padding-left: 10%; }

	.wrap-right {
		position: absolute;
		width: 30%;
		right: 0;
		top: 0;
		bottom: 0; }

	.wrap-right .parts {
		display: block;
		padding-left: 12%;
	}
	.back {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		display: block;
		background-image: url(../img/cut_bg-2.jpg);
		-webkit-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		background-color: rgba(0, 0, 0, 0.8);
		-webkit-filter: blur(10px);
		filter: blur(10px); 
	}
	.wrap-right {
		background: none;
		padding-top: 9%;
	}
	.parts svg {
		width: 35px;
		margin: 10px 0;
		display: block;
	}
	.part p {
		font-size: 20px;
		line-height: 1;
		text-align: left;
	}
	.part span {
		font-size: 14px;
	}
	.number {
		display: block;
	}
	.menu-mobile-button {
		display: none; 
	}
	.header-item {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		width: 69%;
	}

	.nav-menu {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center; 
		background: transparent;
		position: initial;
	}
	.nav-menu ul {
		display: block;
		margin: 0;
		padding: 0; }

	.nav-menu ul li {
		margin-right: 0;
		list-style: none; 
		display: initial;
	}

	.number {
		padding: 2.5rem 0 2.5rem 2rem;
	}

	.menu-mobile-button {
		display: none;
	}

	.home-has__title {
		padding-left: 30%;
	}
	.has-item {
		width: 110px;
	}
	.homes-plan__caption {
		flex-direction: row;
	}
	#map {
		height: 54vh;
	}
	.caption {
		padding-top: 6%;
	}
	.btn-slide {
		width: 100%;
	}
	
	.flexslider .slides img {
		display: block;
	}
}
@media (min-width: 1200px) {

	.number {
		padding: 2.5rem 0 2.5rem 5rem;
	}

	.nav-menu ul li {
		margin-right: 2rem;
	}

	.homes-plan .wrap-plans-flat-1 img {
			width: 700px;
	}
	.homes-plan .wrap-plans-flat-2 img {
			width: 800px;
	}
	.has-item {
		width: 135px;
	}
	.modal-flat-content {
		max-width: 70vw;
		width: 70vw;
		height: 50vw;
	}
	#map {
		width: 100%;
		height: 80vh;
	}
	.caption {
		padding-top: 0;
	}
	
}
@media (min-width: 1330px) {
	.technology .slide-direction-nav {
		top: 50%;
	}
	.technology .slide-direction-nav.next {
		left: calc(100% + 25px);
	}
	.technology .slide-direction-nav.prev {
		left: -55px;
	}
}
.is-invalid {
	color: red;
}
.warning-error {
	display: none;
	background-color: red;
	padding: 10px 0;
	text-align: center;
	width: 100%;
	height: 33px;
}
.warning-error p {
	line-height: 1;
	margin-bottom: 0;
}
/*Iframe complex  new and modal */
.modal-close-btn {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.modal-complex-show {
	max-width: 100vw;
	max-height: calc(100vh - 42px);
	margin: 0;
}
.modal-complex-show .modal-header {
	background: #fafafa;
	border-radius: 0;
	border-bottom-color: #fafafa;
	padding: 0;
	height: 51px;
	width: 100vw;
}
.modal-complex-show .modal-content {
	height:100vh;
	width: 100vw;
	border:none;
}
.modal-complex-show .modal-close-btn {
	background: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	border-radius: 8px;
	z-index: 1301;
	cursor: pointer;
}
@media (min-width: 320px) {
	.des-link p{
		font-size: 11px;
	}
	.complex-iframe-wrapper iframe {
		width: 100%;
		height: 300px;
	}
	.mmodalComplexShow .modal-dialog {
		pointer-events: auto;
	}
	.modal-max-width-complex {
		max-width: 90vw;
		margin: 0.5rem auto;
	}
	.modal-complex-show .modal-close-btn {
		display: none;
	}
	.modal-footer-complex {
		display: flex;
		position: relative;
		z-index: 5000;
	}
	.modal-footer-complex .but-modal-new {
		background: #828282;
		width:50%;
		color: #fff;
		font-size: 14px;
		line-height: 1;
		padding: 12px 25px;
		border:1px solid #828282;

	}
	.modal-footer-complex .but-modal-new.but-modal-new-close-complex {
		border-right-color: #fff;
	}
	.container-zs-wrap {
		display: none;
		background: #fff;
		position: absolute;
		width: 100%;
		right: 0;
		bottom: 42px;
		padding: 1.3rem;
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
		box-shadow: 0px 9px 26px 0px #1D1D1B 0.39;

	}
	.container-zs-wrap.show {
		display: block;
	}
	.inn-wrap-phone-mod {
		display: flex;
		justify-content: center;
		flex-direction: column;
		text-align: center;
	}
	.inn-wrap-phone-mod p {
		color: #212529;
	}
	.container-zs-wrap .logo-site {
		margin: 0 auto;
		max-width: 142px;
	}
	.dropdown-item.active, .dropdown-item:active {
	    background-color: #e84f1d;
	}

}
@media (min-width: 400px) {
	.des-link p{
		font-size: 13px;
	}
	.complex-iframe-wrapper iframe {
		height: 400px;
	}
}
@media (min-width: 576px) {
	.complex-iframe-wrapper iframe {
		height: 500px;
	}
}
@media (min-width: 768px) {
	.des-link p{
		font-size: 14px;
	}
	.complex-iframe-wrapper iframe {
		height: 700px;
	}
}
@media (min-width: 960px) {
	.modal-complex-show .modal-close-btn {
		display: block;
		top: 1.2rem;
		right: 2.2rem;
		padding: 1rem 1.1rem;
    	line-height: 1;
	}
	.modal-footer-complex {
		display: none;
	}
}
@media (min-width: 1200px) {
	.des-link p{
		font-size: 16px;
	}
	.complex-iframe-wrapper iframe {
		height: 830px;
	}
	.modal-max-width-complex {
		max-width: 80vw;
	}
	
}
