
@font-face {
    font-family: 'ProximaNovaCond';
    src: url(/css/fonts/ProximaNovaCond-Reg.otf);
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

body {
	font-family: 'ProximaNova', sans-serif;
	font-size: 16px;
	width: 100%;
	
}
h1 {
	font-size: 60px;
	color: #fff;
	margin: 60px auto 0px;
	position: relative;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
h1:after {
	content : "";
    display: block;
    width: 15%;
    border-bottom: 3px solid #e7b16c;
    margin: 20px auto;
}
/*header*/
#about {
   position: relative;
   display: flex;
   justify-content: center;
   overflow: hidden;
}
#about header {
	margin-top: 5px;
	display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#about .container-fluid {
	padding-left:0;
	padding-right:0;
	overflow-x: hidden;
}
.intro {
    max-height: 100vh;
    overflow: hidden;
    position: relative;
    background: url("../img/cover.jpg") center no-repeat;
    background-size: cover;
}

.intro:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, .8);

    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.intro__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.intro__title {
    margin: 0;

    font-size: 45px;
    color: #fff;
    text-align: center;
}

.contain {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.video {
    position: relative;
    z-index: 1;
    padding-bottom: 56.25%;
}

.video__media {
    width: 100%;
    height: auto;

    position: absolute;
    top: 0;
    left: 0;
}


#about .phone {
	background: url(../img/icons/phone.png) no-repeat 0% 50%;
	padding-left: 42px;
	/*position: absolute;*/
	z-index: 4;
}
#about .phone:hover {
	background: url(../img/icons/phone-hover.png) no-repeat 0% 50%;
}
#about .phone_title a {
	color: #fff;
	font-size: 18px;
	font-weight: lighter;
	line-height: 3.2;
	padding-top: 10px;
    padding-bottom: 10px;
}
#about .phone a:hover {
	text-decoration: none;
	color: #e7b16c;
}
#logo {
	margin: 0 auto;
}
#logo img {
	margin: 20% auto 0;
	width: 100%;
    padding: 0 10px;
}
#about h2 {
	font-size: 30px;
	color: #fff;
	margin: 0 auto;
}
#about header .button {
	position: absolute;
	right: 0;
	top: 15px;
}
#about .mouse {
    position: relative;
    z-index: 3;
    top: -100px;
}
#about .scroll-downs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width :34px;
	height: 55px;
}
#about .mousey {
	width: 3px;
	padding: 10px 15px;
	height: 35px;
	border: 2px solid #fff;
	border-radius: 25px;
	opacity: 0.75;
	box-sizing: content-box;
}
#about .scroller {
	width: 3px;
	height: 10px;
	border-radius: 25%;
	background-color: #fff;
	animation-name: scroll;
	animation-duration: 2.2s;
	animation-timing-function: cubic-bezier(.15,.41,.69,.94);
	animation-iteration-count: infinite;
}
@keyframes scroll {
	0% { opacity: 0; }
	10% { transform: translateY(0); opacity: 1; }
	100% { transform: translateY(15px); opacity: 0;}
}

#about .button-fill a:hover {
	background: transparent;
	border-color: #fff;
}
/*page*/

#services, #designers {
	margin: 5% 0 0 0;
	overflow: hidden;
}
#services .row {
	margin-bottom: 1%;
}
#services .service-img {
	padding: 0;
	justify-content: flex-end;
    display: flex;
    overflow: hidden;
}
#services .service-img.service-item2 {
	justify-content: flex-start;
}
.service-text {
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 20px;
}
#scheme {
   position: relative;
   overflow: hidden;
}
#scheme:after {
    content : '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity : 0.1;
    background: url(../img/custom-design-build.png);
    width: 100%;
    height: 100%;
}

#services h2,
#scheme h2, 
#map .map-form h2 {
	position: relative;
	font-size: 30px;
	text-transform: uppercase;
	padding-left: 10px;
	margin-bottom: 30px;
	margin-left: 20px;
	line-height: 1.7;
}
#scheme h2 {
	margin: 50px auto;
}
#services h2:after,
#scheme h2:after, 
#map .map-form h2:after {
	content: url(../img/icons/rectangle.png);
	position: absolute;
	display: block;
    z-index: -1;
    top: -15px;
	left: -20px;
}
#services h2 span, 
#scheme h2 span {
	color: #e7b16c;
}
#services p strong {
	font-size: 18px;
}
#scheme .scheme-list {
	display: block;
	width: 95%;
	margin: 0 auto;
}
#scheme .scheme-list .scheme-ico {
	display: inline-block;
	width: 24%;
	text-align: center;
	margin-bottom: 8%;
	vertical-align: top;
	padding: 0 10px;
}
#scheme .scheme-list .scheme-icos{
display: inline-block;
    width: 33%;
    text-align: center;
    margin-bottom: 8%;
    vertical-align: top;
    padding: 0 30px;
	margin-right: -15%;
    margin-left: 7%;
}	
#scheme .scheme-list .scheme-ico figcaption {
	font-size: 18px;
	margin-top: 10px;
}
#scheme .scheme-list .scheme-icos figcaption {
	font-size: 18px;
	margin-top: 10px;
}
#scheme .button {
	margin: 0 auto 40px;
}


.checked__figure{
	display: inline-block;
	width: 49%;
}
.checked__figure p{
	display: inline-block;
	margin-bottom:0;
}


.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
	padding: 15px;
}

#map .row {
	justify-content: center;
	margin-bottom: 1%;
}
.map-form .phone {
	color:#000;
	font-size: 20px;
}

/*footer*/
.lom-footer {
	background: #4a4340;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 8px 0;
}

@media (min-width: 1599px) {
	.service-text {
		flex: 0 0 40%;
	}
	#services .service-text.service-item2 {
		margin-left: 10%;
	}
}
@media (min-width: 1200px) and (max-width: 1598px) {

}
@media (min-width: 992px) and (max-width: 1199px){
	
	.checked__figure {
   		width: 100%;
   }
}
@media (min-width: 768px) and (max-width: 991px) {
	
	}
	#scheme .scheme-list .scheme-ico {
		width: 32%;
	}
	#scheme .scheme-list .scheme-icos {
		margin-right: 0;
		margin-left: 0;
	}
	.checked__figure {
   		width: 100%;
   }
}
@media (min-width: 481px) and (max-width: 767px) {
	#about .phone {
		right: 0;
	}
	#about header .button {
		top: 120%;
	}
	#about h1, 
	#about h2 {
		text-align: center;
	}
	#about .mouse {
		margin: 12% auto 12%;
	}


	#map .map-form {
		margin: 60px auto;
	}
	#scheme .scheme-list .scheme-ico {
		width: 48%;
	}
	#scheme .scheme-list .scheme-icos {
		width: 48%;
		margin-right: 0;
		margin-left: 0;
	}
	.checked__figure {
   		width: 100%;
   }
}
@media (max-width: 480px) {

	#about header .button {
		top: 120%;
	}
	#about h1, 
	#about h2 {
		text-align: center;
	}
	#about .mouse {
		margin: 12% auto 12%;
	}

	#map .map-form {
		margin: 25px auto;
	}
	#services h2 {
		margin-top: 20px;
	}
	#services .service-text.service-item2 {
		margin-top: 0;
	}
	#services .service-img {
		display: block;
	    width: 98%;
	    margin: 0 auto;
	    text-align: center;
	}
	#services .service-img img {
		width: 98%;
	}
	#scheme .scheme-list .scheme-ico {
		width: 48%;
	}
	#scheme .scheme-list .scheme-icos {
		width: 48%;
		margin-right: 0;
		margin-left: 0;
	}
	.checked__figure {
   		width: 100%;
   }
		
}
@media (max-width: 900px) { 
		#about .mouse {
		top: -60px;
	}
}
@media (max-width: 768px) { 
		#about .mouse {
		display:none;
	}
		#about .phone_title a {
		font-size: 18px;
		line-height: 1.2;
		display: flex;
	}
		#about h1 {
		    font-size: 20px;
	}
		#about h2 {
		    font-size: 18px;
	 }
}

@media (max-width: 768px) {
		.intro__content {
		position: relative;
		top: -100px;
		}
		.map-form .phone {
			display: flex;
		}
}