@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
	margin: 0;
	padding: 0;
	text-decoration:none;
}

html{
	height:100%;
	width:100%;

	
}

body{
	position:relative;
	height:100%;
	width:100%;
	min-width:600px;
	font-family: 'Montserrat', sans-serif;
	font-size:100%;
	line-height:1.6;
	color:#000;
	background:#fff;
	
}

a{
	text-decoration:none;
	font-size:1em;
}

.article-content p{

    margin-bottom:15px;

    text-indent:2.3em;
	line-height:1.75;
}

.article-text h2{
	font-size:1.35em;
	line-height:1.7;
	font-weight:700;
	padding:0;
	text-indent:1.6em;
	margin:auto;
	margin-top:10px;
	margin-bottom:20px;
}

.user-login-form{
	text-align:left;
	width:80%;
	margin:0 0;
	padding:0% 5% 2%;
}

.user-login-form label{
	color:#000;
	display:block;
	margin-bottom:5px;
	font-size:.97em;
	font-weight:600;
}

.user-login-form .description{
	font-size:.78em;
	color:#333;
}

.user-login-form .js-form-item{
	margin:0 0 3%;
}

.user-login-form .js-form-item-name input,
.user-login-form .js-form-item-pass input {
    display: block;
    width: 560px;
    min-width: 560px;
    max-width: 560px;
    font-size: .9em;
    font-weight: 500;
    color: #000;
    letter-spacing: .7px;
    padding: 12px 7px 12px;
    margin: 0 0 5px;
    font-family: 'Montserrat', sans-serif;
}

.user-login-form .form-submit{
    display: block;
    background: #232429!important;
    position: relative;
    color: #fff;
    width: 576px;
    min-width: 576px;
    max-width: 576px;
    padding: 13px 95px;
    margin: 5px 0;
    position: relative;
    cursor: pointer;
    font-size: .9em;
	text-transform:uppercase;
	cursor:pointer;
    font-weight: 600;
    letter-spacing: 1.4px;
    border: none!important;
    -webkit-transition: all .52s;
    -moz-transition: all .52s;
    -o-transition: all .52s;
    -ms-transition: all .52s;
    transition: all .52s;
}

.user-login-form .form-submit:hover{
	 -webkit-transition: all .52s;
    -moz-transition: all .52s;
    -o-transition: all .52s;
    -ms-transition: all .52s;
    transition: all .52s;
	
	background:#614b3e!important;
}

.wrapper *{
	font-size:19px;
}

.wrapper{
	position:absolute;
	display:block;
	width:100%;
	left:0;
	top:0;
	min-height:100%;
	padding-bottom:0px;
	overflow-x:hidden;
}

/* Верхній блок */

.header-block{
	position:relative;
	display:block;
	width:100%;
	height:100vh;
	min-height:800px;
	
}

.header-block .hello{
	background:#232429;
	width:30%;
	height:100%;
	display:inline-block;
	float:left;
	box-shadow:0 0 3px #232429;
}

.logo-block{
	position:absolute;
	top:2%;
	left:4.23%;
}

.mobile-logo-block{
	display:none;
}

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

.infographics-mobile{display:none}	

.hello-text{
	position:absolute;
	top:24.5%;
	left:3%;
	z-index:9;
}

.header-block .hello h2{
	font-size:7.2em;
	color:#fff;
	font-weight:400;
	line-height:1.15;
}

.header-block .hello h2.subtitle{
	font-size:1.69em;
	color:#fff;
	padding-left:7px;
	letter-spacing:1.5px;
	font-weight:400;
}

.about-top{
	position:block;
	margin-top:10%;
	width:360px;
}

.about-top p{
	color:#fff;
	font-size:.93em;
	
}

.btn-hello{
	margin:10% 0 0;
	position:relative;
	display:inline-block;
	background:#232429;
	-webkit-box-shadow: 4px 3px 7px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 4px 3px 7px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 4px 3px 7px 5px rgba(0, 0, 0, 0.2);
}

.btn-hello a{
	padding:14px 110px 14px 17px;
	display:block;
	color:#fff;
	font-weight:500;
	font-size:.82em;
	letter-spacing:1px;
	z-index:9!important;
	
}

.btn-hello img{
	width:28px;
	height:auto;
	position:absolute;
	top:13px;
	right:16px;
	z-index:7;
	display:block;
	
	-moz-transform:none;
	-webkit-transform:none;
	-o-transform:none;
	-ms-transform:none;
	transform:none;
	
	-webkit-transition: all .7s ease;
	-moz-transition: all .7 ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}

.btn-hello:hover img{
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	
	-webkit-transition: all .7s ease;
	-moz-transition: all .7 ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}

.btn-hello:hover{
	-webkit-box-shadow: 6px 5px 9px 11px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 6px 5px 9px 11px rgba(0, 0, 0, 0.2);
	box-shadow: 6px 5px 9px 11px rgba(0, 0, 0, 0.2);
	
	-webkit-transition: all .7s ease;
	-moz-transition: all .7 ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}

.hover-top{
	position:absolute;
	display:inline-block;
	width:100%;
	height:100%;
	background:rgba(35, 36, 41,.3);
	top:0;
	left:0;
	z-index:8;
}


.service-top{
	position:relative;
	display:inline-block;
	width:23.24%;
	height:100%;
	padding:0!important;
	margin:0!important;
	overflow:hidden;
	float:left;
	background:#fff;
	border-right:1.8px solid rgba(0, 0, 0,.7);
}

.header-block a:nth-child(5) .service-top{
	border:0px solid red!important;
}

.service-top img{
	position:absolute;
	left:-35%;
	top:0;
	height:100%;
	width:auto;
	min-width:110%;
	z-index:7;
	
	-moz-transform:none;
	-webkit-transform:none;
	-o-transform:none;
	-ms-transform:none;
	transform:none;
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5 ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.slide-text{
	z-index:9;
	position:absolute;
	width:92%;
	left:5%;
	bottom:9.5%;
	text-align:left;
}

.service-top h3{
	color:#fff;
	z-index:9;
	font-size:1.65em;
	font-weight:500;
	margin:9px 0;
	letter-spacing:2px;
}

.service-top p{
	font-size:.8em;
	color:#fff;
}

.service-top .line{
	background:#fff;
	width:2px!important;
	height:41px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5 ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.service-top:hover img{
	-moz-transform: scale(1.07);
	-webkit-transform: scale(1.07);
	-o-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5 ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.service-top:hover .hover-top{
	background:rgba(35, 36, 41,.45);

	-webkit-transition: all .5s ease;
	-moz-transition: all .5 ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.service-top:hover .line{
	height:67px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

/*Головне меню*/

.menu{
	position:absolute;
	top:5%;
	right:4%;
	display:inline-block;
	z-index:9;
}

.menu li{
	display:inline-block;
	margin-right:50px;
}

.menu li:last-child{
	margin-right:0px!important;
}

.menu li a{
	color:#fff;
	font-weight:500;
	font-size:.9em;
	letter-spacing:1px;
		-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.menu li a:hover{
	color:rgba(255,255,255,.7);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.menu-page{
	position:absolute;
	top:4%;
	right:2%;
	display:inline-block;
	z-index:9;
}

.menu-page li{
	display:inline-block;
	margin-right:30px;
}

.menu-page li:last-child{
	margin-right:0px!important;
}

.menu-page li a{
	color:#000;
	font-weight:500;
	font-size:.89em;
	letter-spacing:1px;
		-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.menu li a:hover{
	color:rgba(255,255,255,.7);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

/*************************/

.about-block{
	position:relative;
	display:block;
	margin:8% 0 0;
}

.about-block .big-title{
	display:inline-block;
	vertical-align:top;
	position:relative;
	width:42%;
	margin:0 4% 0;
	text-align:right;
	padding-bottom:1.5%;
	border-bottom:0px solid #000;
}

.about-block .big-title h4{
	display:block;
	font-size:4.5em;
	font-weight:300;
	margin:0% 0 2%;
	line-height:1.2;
}
.about-block .big-title h4 strong{
	display:inline-block;
	font-size:1em;
	font-weight:400;
}
.about-block .big-title p{
	display:block;
	font-size:2.8em;
	text-transform:uppercase;
	font-weight:700;
	margin:0% 0 2%;
}

.about-block .big-title span{
	width:100%;
	height:5px;
	background:#000;
	margin-top:3%;
	position:relative;
	display:block;
}

.about-block .big-title .text-about{
	display:block;
	position:relative;
	margin-top:15%;
	text-align:left;
}

.about-block .big-title .text-about p{
	display:block;
	font-size:.858em;
	text-transform:none;
	letter-spacing:.7px;
	font-weight:400;
	margin:0% 0 5%;
} 

.images-about{
	position:relative;
	display:inline-block;
	width:43%;
	margin-left:4%;
	overflow:hidden;
}

.images-about img{
	height:360px;
	width:auto;
}

.images-about .top-image{
	display:block;
	float:left;

}

.images-about .top-image{
	display:block;
	float:left;
	z-index:8;
}

.images-about .bottom-image{
	display:block;
	float:right;
	margin-top:180px;
	z-index:8;
}

.images-about .middle-image{
	position:absolute;
	width:100%;
	text-align:center;
	z-index:-1;
	top:90px;
}

.images-about .top-image img,
.images-about .bottom-image img{
	box-shadow:1px 1px 5px #232429;
} 

/*************************/

.title-page{
	position:relative;
	display:block;
	font-size:3em;
	font-weight:400;
	text-align:center;
	margin:2% auto;
}

.title-page strong{
	font-size:1em;
	font-weight:600;
}

/*************************/

.step-block{
	position:relative;
	display:block;
	margin:7% 0 0;
	min-height:500px;
	
}

.step-line{
	display:block;
	width:77%;
	height:5px;
	background:#000;
	margin:500px auto 0;
}

/***********************/

.work-block{
	position:relative;
	display:block;
	margin:7% 0 0;
}

.work-line{
	display:block;
	width:77%;
	height:5px;
	background:#000;
	margin:400px auto 0;
}

/**************************/


.work-block .slider-block{
	position:relative;
	display:block;
	max-width:100%;
	padding-bottom:60px;
}

.work-block .slider {
    width: 92%;
	display:block;
    margin: 9% auto 0;
	text-align:center!important;
}

.work-rectangle{
    width:auto;
	height:600px;
	position:absolute;
	top:-60px;
	z-index:-1;
	width:100%;
	text-align:center;
}

.work-rectangle img{
	width:420px;
	height:570px;
	display:inline-block;
}

.work-block .slick-slide{
    margin: 0px auto;
	display:inline-block!important;
	text-align:center;
}


.work-block .slick-slide .project-grid{
	display:block!important;
	text-align:center;
	position:relative;
	width:680px;
	max-width:680px;
	height:450px;
	margin:0 auto;
	overflow:hidden;
}

.work-block .project-grid img{
    max-width:680px;
	height:450px;
	display:inline-block;
	z-index:8;
	box-shadow:1px 1px 5px #232429;
	
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.project-grid .hover-project{
	position:absolute;
	top:-120%;
	left:0;
	width:100%;
	height:100%;
	1background:rgba(35,36,41,.89);
	background:rgba(0,0,0,.89);
	z-index:8;
}

.work-block .slick-slide .project-grid:hover .hover-project{
	top:0%;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.work-block .slick-slide .project-grid:hover img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	
	-webkit-transition: all .65s ease;
	-moz-transition: all .65s ease;
	-ms-transition: all .65s ease;
	-o-transition: all .65s ease;
	transition: all .65s ease;
}

.title-project{
	display:block;
	text-align:center!important;
	width:100%;
	position:absolute;
	top:-130%;
	left:0;
	z-index:8;
	
	-webkit-transition: all .55s ease;
	-moz-transition: all .55s ease;
	-ms-transition: all .55s ease;
	-o-transition: all .55s ease;
	transition: all .55s ease;
}

.title-project p{
	font-size:1.65em;
	font-weight:300;
	letter-spacing:1px;
	text-align:center;
	display:inline-block;
	text-transform:uppercase;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
}

.link-block{
	position:absolute;
	bottom:-267%!important;
	top:auto;
	width:100%;
	left:0;
	z-index:8;
	text-align:center;
	
	-webkit-transition: all .55s ease;
	-moz-transition: all .55s ease;
	-ms-transition: all .55s ease;
	-o-transition: all .55s ease;
	transition: all .55s ease;
}

.go-project-slide{
	color:#fff;
	border:1.8px solid #fff;
	padding:10px 50px 13px;
	display:inline-block;
	position:relative;
	font-size:.9em;
	font-weight:500;
	margin:1.5% 0 3.5%;
	-webkit-transition: all .55s ease;
	-moz-transition: all .55s ease;
	-ms-transition: all .55s ease;
	-o-transition: all .55s ease;
	transition: all .55s ease;
}

.go-project-slide:hover{
	color:#000;
	background:#fff;
	-webkit-transition: all .55s ease;
	-moz-transition: all .55s ease;
	-ms-transition: all .55s ease;
	-o-transition: all .55s ease;
	transition: all .55s ease;
}



.work-block .slick-slide .project-grid:hover .link-block{
	bottom:20%!important;
	
	-webkit-transition: all .65s ease;
	-moz-transition: all .65s ease;
	-ms-transition: all .65s ease;
	-o-transition: all .65s ease;
	transition: all .65s ease;
}

.work-block .slick-slide .project-grid:hover .title-project{
	top:23%;
	
	-webkit-transition: all .55s ease;
	-moz-transition: all .55s ease;
	-ms-transition: all .55s ease;
	-o-transition: all .55s ease;
	transition: all .55s ease;
}

.work-block .slick-prev:before,
.work-block .slick-next:before {
    color: black;
}

.work-block .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}
    
.work-block .slick-active {
    opacity: 1;
}

.work-block .slick-current {
    opacity: 1;
}

.work-text-bottom{
	position:relative;
	display:block;
	width:88%;
	margin:5% auto;
}

.work-text-bottom p{
	display:block;
	font-size:.96em;
	text-transform:none;
	letter-spacing:.7px;
	font-weight:500;
	margin:0% 0 1%;
}

/**************************/

.choose-block{
	position:relative;
	display:block;
	margin:6.5% 0 4%;
	
	height:490px;
	background:#232429;
	box-shadow:0 0 3px #232429;
}

.choose-image{
	position:absolute;
	display:inline-block;
	top:30px;
	left:30px;
}

.choose-image img{
	height:430px;
	width:auto;
	display:inline-block;
}

.choose-text{
	width:70%;
	height:100%;
	display:inline-block;
	float:right;
	position:relative;
	overflow:hidden;
}

.choose-text img{
	position:absolute;
	width:100%;
	height:auto;
	top:-55%;
	left:0;
	z-index:1;
	display:block;
}

.hover-choose{
	position:absolute;
	display:inline-block;
	width:100%;
	height:100%;
	background:rgba(35, 36, 41,.8);
	top:0;
	left:0;
	z-index:8;
}

.choose-text .block-text {
	position:absolute;
	width:67%;
	top:11%;
	left:5.5%;
	display:block;
	z-index:9;
}

.choose-text .block-text h4{
	color:#fff;
	font-size:2.45em;
	font-weight:300;
	margin-bottom:5%;
}
.choose-text .block-text h4 strong{
	color:#fff;
	font-size:1em;
	font-weight:500;
}

.choose-text .block-text ul{
	list-style-position: outside;
	font-size:25px;
	
}
.choose-text .block-text li{
	font-size:.72em;
	color:#fff;
	margin-bottom:31px;
	text-align:left;
	padding:0 0% 0 2%;
	position:relative;
	display:table-cell;
	height:70px;
	
}

.choose-text .block-text li:before{
	content:'1';
	position:relative;
	display:block;
	float:left;
	left:-36px;
    background-image:url(../images/marker.png);
	background-size:31px 50px;
	background-repeat:no-repeat;
    height: 50px;
	width: 31px;
}

.demotable tr {
	margin-bottom:16px!important;
	position:relative;
	display:block;
}
.demotable td {
	height: 70px;
	vertical-align: middle;
}

.demotable td p{
	font-size:.89em;
	color:#fff;
}

.demotable td img{
	height: 50px;
	width:auto;
	vertical-align: middle;
	position:relative;
	z-index:9;
	top:auto;
	left:auto;
	margin-right:19px;
}

/************************/

.reviews-block{
	position:relative;
	display:block;
	margin:6% 0 0;
	text-align:center;
}

.reviews-text .title-page{
	position:relative;
	display:block;
	font-size:2.7em;
	font-weight:400;
	text-align:center;
	margin:2% auto;
}

.reviews-slider{
	width:93%;
	position:relative;
	display:block!important;
	margin:5% auto 0!important;
	text-align:center;
}

.reviews-grid{
	position:relative;
}

.reviews-grid .left-block{
	width:22%;
	float:left;
	text-align:left;
	vertical-align:top;
}

.reviews-grid .left-block img{
	height:auto;
	width:110px;
	box-shadow:0 0 3px #232429;
}

.reviews-grid .right-block{
	width:72%;
	border-left:4px solid #614B3E;
	padding:0 0 0 3.2%;
	margin-left:2%;
	float:right;
	vertical-align:top;
	text-align:left;
}

.reviews-slider .slick-slide {
      margin: 0px 30px;
}

.name-client{
	display:block;
	font-weight:600;
	margin:20px 0 0;
}

.reviews-grid .left-block span{
	color:#888;
	font-weight:600;
	font-size:.825em;
}

.reviews-grid .project-name{
	font-weight:600;
	font-size:1.2em;
	width:100%;
	text-align:left;
	margin-bottom:13px;
}

.reviews-grid .review-text p{
	font-weight:400;
	font-size:.72em;
	width:100%;
	text-align:left;
	margin-bottom:20px;
	
}

a.go-project{
	color:#000;
	border:2px solid #000;
	padding:10px 90px 10px 16px;
	display:inline-block;
	position:relative;
	font-size:.8em;
	box-shadow:0 0 0px #232429;
	margin:1.5% 0 3.5%;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}


a.go-project img{
	width:28px;
	height:auto;
	position:absolute;
	top:8px;
	right:16px;
	
	-moz-transform:none;
	-webkit-transform:none;
	-o-transform:none;
	-ms-transform:none;
	transform:none;
	
	-webkit-transition: all .7s ease;
	-moz-transition: all .7 ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}

a.go-project:hover img{
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	
	-webkit-transition: all .7s ease;
	-moz-transition: all .7 ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}

a.go-project:hover{
	box-shadow:4px 1px 6px #232429;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.reviews-text{
	position:relative;
	display:block;
	width:89%;
	margin:6.5% auto 0;
}

.reviews-text p{
	display: block;
    font-size: .95em;
    text-transform: none;
    letter-spacing: .7px;
    font-weight: 500;
    margin: 0% 0 1%;
	text-align:left;
}

/***********************************/

#footer-block{
	position:relative;
	display:block;
	margin:7% 0 0;
}

.footer-left{
	position:relative;
	float:left;
	width:33%;
	min-height:570px;
	background:#232429;
	box-shadow:0 0 3px #232429;
}

.text-footer{
	position:relative;
	display:block;
	float:left;
	margin:27% 0 0 6%;
	clear:both;
}

.text-footer h4{
	font-size:2.7em;
	color:#fff;
	font-weight:200;
	letter-spacing:1px;
}
.text-footer h4 strong{
	font-size:1em;
	color:#fff;
	font-weight:500;
}

.text-footer .footer-contact{
	position:relative;
	display:block;
	margin:10% auto 0;
}

.text-footer .footer-contact p{
	font-weight:400;
	font-size:1.2em;
	color:#fff;
	margin-bottom:2.5%;
	letter-spacing:.8px;
}


.footer-adres{display:none;}

.footer-social{
	position:relative;
	display:block;
	float:left;
	margin:9.5% 0 0 6%;
	clear:both;
	width:100%;
}

.footer-social a{
	display:inline-block;
	margin-right:2%;
}

.footer-social a img{
	height:40px;
	width:auto;
}

.copyright-block{
	position:absolute;
	bottom:5%;
	left:6%;
}

.copyright-block p{
	font-weight:400;
	font-size:.99em;
	color:#fff;
	letter-spacing:1.2px;
}

.preview-images{
	position:absolute;
	left:79%;
	top:18%;
}

.preview-images a{
	display:block;
	margin:0;
	padding:0;
	box-shadow:0 0 3px #232429;
}

.preview-images img{
	margin:0;
	padding:0;
	display:block;
}

.contact-footer{
	position:relative;
	float:right;
	width:42%;
	margin-right:4%;
	text-align:left;
	min-height:570px;
	
}

.contact-footer h4{
	display:block;
	font-size:2.5em;
	font-weight:300;
	margin:0% 0 3.5%;
	line-height:1.2;
	letter-spacing:1.5px;
	
}
.contact-footer h4 strong{
	display:inline-block;
	font-size:1em;
	font-weight:400;
}

input, textarea {outline:none!important;}
input:active, textarea:active {outline:none!important;}
:focus {outline:none!important;}
textarea {resize:none;}

.contact-footer input{
	width:460px;
	padding:9px 7px 9px;
	border:none;
	margin-bottom:4.5%;
	border-bottom:2px solid #232429;
	font-family: 'Montserrat', sans-serif;
}

.contact-footer textarea {
	width:460px;
	max-width:460px;
	min-width:460px;
	max-height:80px;
	min-height:80px;
	height:80px;
	padding:7px 7px 12px;
	border:none;
	margin-bottom:3%;
	border-bottom:2px solid #232429;
	font-family: 'Montserrat', sans-serif!important;
}

.contact-footer ::-webkit-input-placeholder {
	font-size:.9em;
	font-weight:500;
}

.contact-footer ::-moz-placeholder          {
	font-size:.9em;
	font-weight:500;
}
.contact-footer :-moz-placeholder{
	font-size:.9em;
	font-weight:500;
}
.contact-footer :-ms-input-placeholder{
	font-size:.9em;
	font-weight:500;
}

.contact-footer #block-vebforma{
	margin-top:3%;
}


.contact-footer input.webform-button--submit{
	border:2px solid #232429;
	width:475px;
	
	cursor:pointer;
	background:transparent;
	color:#000;
	
	letter-spacing:2px;
	
	padding:12px 7px;
	margin:15px auto 0;
	
	position:relative;
	display:inline-block;
	font-size:1em;
	font-weight:500;
	
	-webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
}


.contact-footer input.webform-button--submit:hover{
	background:#232429;
	border:2px solid #232429;
	color:#fff;
	
	-webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
}

/******************************************/

.progress{
	position:relative;
	display:block;
	width:100%;
	background:#232429;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	box-shadow:0 0 3px #232429;
}

.progress_inner{
	position:relative;
	display:block;
	border:1px solid red;
	width:95%;
	margin:0 auto;
	height:90px;
	padding-top:10px;
}


body .progress_inner #step-5:checked + div + div + div + div > .box_base, body .progress_inner #step-4:checked + input + div + div + div + div > .box_base, body .progress_inner #step-2:checked + input + input + input + div + div + div + div > .box_base, body .progress_inner #step-3:checked + input + input + div + div + div + div > .box_base, body .progress_inner #step-1:checked + input + input + input + input + div + div + div + div > .box_base {
  top: 50%;
  left: 0px;
  opacity: 1;
}
body .progress_inner #step-5:checked + div + div + div + div > .box_item, body .progress_inner #step-4:checked + input + div + div + div + div > .box_item, body .progress_inner #step-2:checked + input + input + input + div + div + div + div > .box_item, body .progress_inner #step-3:checked + input + input + div + div + div + div > .box_item, body .progress_inner #step-1:checked + input + input + input + input + div + div + div + div > .box_item {
  top: -30px;
  left: 0px;
  opacity: 0;
  
}

body .progress_inner #step-5:checked + div + div + div + div > .box_lid, body .progress_inner #step-4:checked + input + div + div + div + div > .box_lid, body .progress_inner #step-2:checked + input + input + input + div + div + div + div > .box_lid {
  top: -20px;
  left: 0px;
  opacity: 0;
}
body .progress_inner #step-5:checked + div + div + div + div > .box_item, body .progress_inner #step-4:checked + input + div + div + div + div > .box_item, body .progress_inner #step-2:checked + input + input + input + div + div + div + div > .box_item {
  top: -10px;
  left: 0px;
  opacity: 1;
}

body .progress_inner #step-5:checked + div + div + div + div > .box_item, body .progress_inner #step-4:checked + input + div + div + div + div > .box_item, body .progress_inner #step-3:checked + input + input + div + div + div + div > .box_item {
  top: 10px;
  left: 0px;
  opacity: 1;
}
body .progress_inner #step-5:checked + div + div + div + div > .box_lid, body .progress_inner #step-4:checked + input + div + div + div + div > .box_lid, body .progress_inner #step-3:checked + input + input + div + div + div + div > .box_lid {
  top: -1px;
  left: 0px;
  opacity: 1;
}
body .progress_inner #step-5:checked + div + div + div + div > .box_ribbon, body .progress_inner #step-4:checked + input + div + div + div + div > .box_ribbon, body .progress_inner #step-3:checked + input + input + div + div + div + div > .box_ribbon {
  top: 70%;
  left: 0px;
  opacity: 0;
}
body .progress_inner #step-5:checked + div + div + div + div > .box_bow, body .progress_inner #step-4:checked + input + div + div + div + div > .box_bow, body .progress_inner #step-3:checked + input + input + div + div + div + div > .box_bow {
  top: 0px;
  left: 0px;
  opacity: 0;
}

body .progress_inner #step-5:checked + div + div + div + div > .box_ribbon, body .progress_inner #step-4:checked + input + div + div + div + div > .box_ribbon {
  top: 50%;
  left: 0px;
  opacity: 1;
}
body .progress_inner #step-5:checked + div + div + div + div > .box_bow, body .progress_inner #step-4:checked + input + div + div + div + div > .box_bow {
  top: -10px;
  left: 0px;
  opacity: 1;
}

body .progress_inner #step-5:checked + div + div + div + div > .box_tag {
  top: 10px;
  left: 20px;
  opacity: 1;
}
body .progress_inner #step-5:checked + div + div + div + div > .box_string {
  top: 10px;
  left: 20px;
  opacity: 1;
}

.progress_inner * {
  box-sizing: border-box;
}

body .progress_inner__step:before, body .progress_inner, body .progress_inner__status .box_base, body .progress_inner__status .box_item, body .progress_inner__status .box_ribbon, body .progress_inner__status .box_bow, body .progress_inner__status .box_bow__left, body .progress_inner__status .box_bow__right, body .progress_inner__status .box_tag, body .progress_inner__status .box_string {
	position: relative;
	display:inline-block;
	top: 0%;
	border:0px solid green;
	margin: auto;
}

body .progress_inner__bar, body .progress_inner__bar--set {
	height: 3px;
	left: 0%;
	background:#fff;
	-webkit-transition: width 800ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
	transition: width 800ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
	border-radius: 0px;
	width: 0;
	top: 48px;
	position: relative;
	z-index: 90;
}

body .progress_inner__step:before {
	width:100%;
	text-align:left;
	color: #fff;
	
	line-height: 30px;
	
	font-size: 1.8em;
	padding:5px 0 19px;
	display:inline-block;
	
  
 
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  pointer-events: none;
}

body .progress_inner__step {
  width: 20%;
  font-size: 14px;
  padding: 0 10px;
  -webkit-transition: all .4s;
  transition: all .4s;
  float: left;
  
  text-align: center;
  position: relative;
}
body .progress_inner__step label {
  padding-top: 70px;
  top: -63px;
  display: block;
  position: relative;
  cursor: pointer;
  border:0px solid red;
  text-align:left;
  color:#fff;
  font-size:1.25em;
}
body .progress_inner__step:hover {
  color: white;
}
body .progress_inner__step:hover:before {
  color: #aba9a9;
}

body .progress_inner #step-5:checked + div {
  width: 100%;
}
body .progress_inner #step-5:checked + div + div + div > .tab:nth-of-type(5) {
  opacity: 1;
  top: 0;
}
body .progress_inner #step-5:checked + div + div + div + div {
  right: 10%;
}
body .progress_inner #step-4:checked + input + div {
  width: 80%;
}
body .progress_inner #step-4:checked + input + div + div + div > .tab:nth-of-type(4) {
  opacity: 1;
  top: 0;
}
body .progress_inner #step-4:checked + input + div + div + div + div {
  right: 30%;
}
body .progress_inner #step-3:checked + input + input + div {
  width: 60%;
}
body .progress_inner #step-3:checked + input + input + div + div + div > .tab:nth-of-type(3) {
  opacity: 1;
  top: 0;
}
body .progress_inner #step-3:checked + input + input + div + div + div + div {
  right: 50%;
}
body .progress_inner #step-2:checked + input + input + input + div {
  width: 40%;
}
body .progress_inner #step-2:checked + input + input + input + div + div + div > .tab:nth-of-type(2) {
  opacity: 1;
  top: 0;
}
body .progress_inner #step-2:checked + input + input + input + div + div + div + div {
  right: 70%;
}
body .progress_inner #step-1:checked + input + input + input + input + div {
  width: 20%;
}
body .progress_inner #step-1:checked + input + input + input + input + div + div + div > .tab:nth-of-type(1) {
  opacity: 1;
  top: 0;
}
body .progress_inner #step-1:checked + input + input + input + input + div + div + div + div {
  right: 90%;
}
body .progress_inner__step:nth-of-type(1):before {
  content: "01";
}
body .progress_inner__step:nth-of-type(2):before {
  content: "02";
}
body .progress_inner__step:nth-of-type(3):before {
  content: "03";
}
body .progress_inner__step:nth-of-type(4):before {
  content: "04";
}
body .progress_inner__step:nth-of-type(5):before {
  content: "05";
}
body .progress_inner__bar--set {
  width: 100%;
  top: 45px;
  height:3px;
  background:#aba9a9;
  position: relative;
  z-index: 80;
}
body .progress_inner__tabs .tab {
	opacity: 0;
	position: absolute;
	top: 150px;
	width:100%;
	text-align: center;
	margin-top: 150px;
	/*box-shadow: 0px 2px 1px #80b7d5;*/
	padding: 0px;
	/*background: yellow;*/
	border-radius: 10px;
	-webkit-transition: all .2s;
	transition: all .2s;
}
body .progress_inner__tabs .tab h1 {
  margin: 0;
}
body .progress_inner__tabs .tab p {
  font-weight: 400;
  opacity: 0.8;
}

body .progress_inner__status .box_bow__left, body .progress_inner__status .box_bow__right {
  width: 6px;
  height: 10px;
  background: #be0c21;
  position: absolute;
  z-index: 3;
  opacity: 1;
  border-radius: 1px;
}
body .progress_inner__status .box_bow {
  top: -6px;
  z-index: 1;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
body .progress_inner__status .box_bow__left {
  left: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body .progress_inner__status .box_bow__right {
  left: -4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body .progress_inner__status .box_tag {
  width: 20px;
  height: 10px;
  background: #487ac7;
  z-index: 4;
  -webkit-transform: rotate(-10deg) translateX(-40px) translateY(0px);
          transform: rotate(-10deg) translateX(-40px) translateY(0px);
  border-radius: 2px;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
body .progress_inner__status .box_string {
  width: 17px;
  height: 2px;
  background: #343434;
  z-index: 4;
  -webkit-transform: rotate(-39deg) translateX(-22px) translateY(-12px);
          transform: rotate(-39deg) translateX(-22px) translateY(-12px);
}
body .progress_inner input[type="radio"] {
	display: none;
}

.tab-content{
	position:relative;
	display:inline-block;
	float:left;
	width:47%;
	margin:2% 0 0 2%;
	text-align:left;
}

.tab-content span{
	position:absolute;
	display:block;
	z-index:1;
	font-size:13em;
	font-weight:800;
	color:#fff;
	1text-shadow: 3px 4px 7px rgba(81,67,21,0.8);
	-webkit-text-stroke: 2.7px rgba(97, 75, 62,.3);
	top:29%;
	right:-21%;
	line-height:.75;
}


.tab-content h5{
	font-size:2em;
	font-weight:300;
	z-index:8;
	margin:1% 0 2%;
}

.tab-content h5 strong{
	font-weight:500;
	font-size:1em;
}

.text-tab{
	z-index:8;
	position:relative;
	display:block;
}

.text-tab p{
	color:#000;
	font-weight:500!important;
	font-size:.9em;
	margin-bottom:15px;
}

.image-tab{
	position:relative;
	display:inline-block;
	width:420px;
	float:right;
	text-align:center;
	margin:4% 6% 0 0;
}

.image-tab img{
	height:270px;
	width:417px;
	z-index:8;
	display:inline-block;
	position:relative;
	box-shadow:0 0 3px #232429;
}

.image-tab img.rectangle{
	position:absolute;
	z-index:-1;
	top:-11.5%;
	right:-9.5%;
	height:270px;
	width:417px;
	box-shadow:none;
}

/* окремі сторінки */

.header-page{
	position:relative;
	display:block;
	width:100%;
	height:350px;
	overflow:hidden;
	box-shadow:0 0 3px #333;
}

.header-page img.background-top{
	position:absolute;
	width:100%;
	height:auto;
	min-height:100%;
	
	top:-50%;
	left:0;
	z-index:4;
}

.hover-page{
	position:absolute;
	display:inline-block;
	width:100%;
	height:100%;
	background:rgba(35, 36, 41,.75);
	box-shadow:0 0 3px #333;
	top:0;
	left:0;
	z-index:5;
}


.header-page .menu{
	top:8.5%;
}

.logo-page{
	position:absolute;
	top:9%;
	left:3.23%;
	z-index:9;
}

.page-title{
	font-size:3.45em;
	color:#fff;
	z-index:9;
	position:absolute;
	bottom:4.5%;
	left:3.23%;
	letter-spacing:2px;
	display:block;
	font-weight:400;
}

.contact-header{
	position:absolute;
	top:30%;
	right:4%;
	z-index:9;
	display:none;
}

.contact-header p{
	color:#fff;
	font-size:.95em;
	font-weight:500;
	line-height:1.7;
}

.text-page{
	position:relative;
	display:block;
	width:96%;
	margin:2% auto;
}

.project-page{
	position:relative;
	display:block;
	width:96%;
	margin:8.5% auto;
}

.services-all{
	margin:7% 0 300px;
}

.services-all .views-row{
	position:relative;
	display:block;
	height:420px;
}

.services-all .views-row .serv-image{
	width:65%;
	height:420px;
	overflow:hidden;
	position:relative;
}

.services-all .views-row:nth-child(odd) .serv-image{
	width:65%;
	height:420px;
	overflow:hidden;
	position:relative;
	float:left;
	box-shadow:0 0 3px #333;
	display:inline-block;
}

.services-all .views-row:nth-child(odd) .serv-title{
	height:420px;
	background:#232429;
	float:right;
	width:35%;
	display:inline-block;
	position:relative;
}


.services-all .views-row:nth-child(odd) .serv-image img{
	width:100%;
	height:auto;
	min-height:470px!important;
	position:absolute;
	top:-10%;
	left:0;
	display:block;
	z-index:6;
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5 ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.services-all .views-row:nth-child(even) .serv-image{
	width:65%;
	height:420px;
	overflow:hidden;
	position:relative;
	float:right;
	display:inline-block;
	box-shadow:0 0 3px #333;
}

.services-all .views-row .serv-title .text-grid{
	position:absolute;
	top:14%;
	left:6%;
	width:90%;
	height:auto;
}

.services-all .mini{
	font-size:.64em;
	position:relative;
	display:block;
	color:#fff;
	width:100%;
	font-style:italic;
	margin:6% 0 0;
	letter-spacing:.5px;
	font-weight:300!important;
}

.services-all .views-row:nth-child(even) .serv-title{
	background:#232429;
	float:left;
	width:35%;
	height:420px;
	display:inline-block;
	position:relative;
}


.services-all .views-row:nth-child(even) .serv-image img{
	width:100%!important;
	height:auto;
	min-height:470px!important;
	position:absolute;
	top:-10%;
	left:0;
	display:block;
	z-index:6;
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5 ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.hover-serv{
	position:absolute;
	display:inline-block;
	width:100%;
	height:100%;
	background:rgba(35, 36, 41,.188);
	box-shadow:0 0 3px #333;
	top:0;
	left:0;
	z-index:7;
}

.services-all .views-row .serv-title p{
	font-size:1.68em;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#fff;
	font-weight:400;
	display:block;
}

.line-serv{
	display:block;
	width:100px;
	height:2.35px;
	background:#fff;
	margin:4.5% 0 0;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	
}


.services-all .views-row:hover .line-serv{
	display:block;
	width:190px;
	height:2.35px;
	background:#fff;
	margin:4.5% 0 0;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.services-all .views-row:hover .serv-image img{
	-moz-transform: scale(1.07);
	-webkit-transform: scale(1.07);
	-o-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5 ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

a.go-services{
	color:#fff;
	border:2px solid #fff;
	padding:10px 110px 10px 16px;
	display:inline-block;
	position:relative;
	font-size:.88em;
	box-shadow:0 0 0px #333;
	margin:7.5% 0 3.5%;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}


a.go-services img{
	width:28px;
	height:auto;
	position:absolute;
	top:8px;
	right:16px;
	
	-moz-transform:none;
	-webkit-transform:none;
	-o-transform:none;
	-ms-transform:none;
	transform:none;
	
	-webkit-transition: all .7s ease;
	-moz-transition: all .7 ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}

a.go-services:hover img{
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	
	-webkit-transition: all .7s ease;
	-moz-transition: all .7 ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}

a.go-services:hover{
	box-shadow:4px 1px 6px #232429;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

/* Окремі сторінки - NEW */

.header-wood{
	position:relative;
	display:block;
}

.header-wood .logo-head{
	position:absolute;
	top:9.75%;
	left:2.83%;
	z-index:9;
}

.title-header{
	display:block;
	position:relative;
	text-align:right;
	border-bottom:4px solid #232429;
	padding-bottom:7px;
	width:61%;
	margin:6% 0;
}

.title-header h1{
	font-size:2.89em;
	line-height:1.5;
	font-weight:500;
	padding:0;
	margin:0;
}

.header-wood .menu{
	position:absolute;
	top:8.5%;
	right:4%;
	display:inline-block;
	z-index:9;
}

.header-wood .menu li{
	display:inline-block;
	margin-right:50px;
}

.header-wood .menu li:last-child{
	margin-right:0px!important;
}

.header-wood .menu li a{
	color:#fff;
	font-weight:500;
	font-size:.88em;
	letter-spacing:1px;
		-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.header-wood .menu li a:hover{
	color:rgba(255,255,255,.7);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}


.black-block{
	position:relative;
	display:block;
	background:#232429;
	height:280px;
	text-align:right;
	margin-bottom:145px;
}

.block-background{
	width:77%;
	height:270px;
	display:block;
	position:absolute;
	top:80px;
	right:0;
	box-shadow:0 0 3px #232429;
	overflow:hidden;

}

.block-background img{
	width:100%;
	height:auto;
	min-height:285px!important;
	position:absolute;
	top:-24.5%;
	left:0;
	display:block;
	z-index:4;
	
}

.views-field-field-golovne-zobrazhennya img{
	width:100%;
	height:auto;
	min-height:470px!important;
	position:absolute;
	top:-60%;
	left:0;
	display:block;
	z-index:4;
	
}

.block-background .hover-page {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(35, 36, 41,.45);
    box-shadow: 0 0 3px #333;
    top: 0;
    left: 0;
    z-index: 5;
}

/* окрема сторінка послуг */

.node-image{
	width:100%;
	height:500px;
	position:relative;
	display:block;
	overflow:hidden;
	box-shadow:0 0 3px #444;
}


.node-image img{
	width:100%!important;
	height:auto;
	min-height:580px;
	position: absolute;
  top: -40%;
  left: 50%;
  transform: translate(-50%);
	display:block;
	z-index:4;
}


.node-image .hover-page{
	position:absolute;
	display:inline-block;
	width:100%;
	height:100%;
	background:rgba(35, 36, 41,.75);
	box-shadow:0 0 3px #333;
	top:0;
	left:0;
	z-index:5;
}

.article-text{
	position:relative;
	display:block;
	width:93%;
	margin:8.5% auto;
}

.article-text p{
	font-size:.93em;
	margin-bottom:15px;
	color:#000;
	text-indent:2.3em;
}

.article-text ul{
	display:block;
	margin:2.5% 0 2.5% 2.2em;
	list-style:inside;
	
}

.article-text li{
	font-size:.9em;
	margin-bottom:7px;
	color:#222;
}

#fixedheighttest{
	position:relative;
	display:block;
	margin:5% 0 0;
}

.page-menu{
	position:relative;
	display:block;
	width:95%;
	margin:3.5% auto 150px;
	text-align:center;
}

.page-menu .views-row{
	display:inline-block;
	width:44%;
	box-shadow:0 0 3px #232429;
	margin:0 2%;
}

.page-menu .views-row a{
	border:0px solid #000;
	padding:10px 0;
	width:100%;
	display:inline-block;
	font-weight:500;
	letter-spacing:1px;
	color:#fff;
	background:#232429;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.page-menu .views-row a:hover{
	color:#fff;
	background:#232429;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.page-menu h4 {
    display: block;
    font-size: 2.0em;
    font-weight: 500;
    margin: 0% 0 3.5%;
    line-height: 1.2;
    letter-spacing: 1.5px;
	
}

.page-menu h4 strong{
	font-weight:300;
	display:inline-block;
	font-size:1em;
}

.page-menu .image-go{
	display:block;
	height:280px;
	width:100%;
	overflow:hidden;
	position:relative;
}

.page-menu .image-go a{
	display:block;
	z-index:9!important;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:transparent;
}

.page-menu img{
	width: 100%;
    height: auto;
    min-height: 420px;
    position: absolute;
    top: -45%;
    left: 0;
    display: block;
    z-index: 6;
}

/* Сторінка Реалізовані проекти */

.projects-all{
	position:relative;
	display:block;
	width:100%;
	margin:0 auto 0;
}

.row-backgound{
	position:relative;
	display:inline-block;
	width:70%;
	min-height:655px;
}

.projects-all .views-row{
	position:relative;
	display:inline-block;
	width:47.5%;
	height:300px;
	margin:0 1% 2%;
	overflow:hidden;
	box-shadow:0 0 3px #333;
}

.projects-all .views-row img{
	min-width:100%;
	width:auto;
	height:300px;
}

.projects-all .views-row .views-field-title{
	position:absolute;
	bottom:-106%;
	z-index:9;
	width:95%;
	left:2.5%;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.projects-all .views-row .views-field-title a{
	color:#fff;
	font-size:1em;
	font-weight:500;
}

.projects-all .hover-grid{
	background:rgba(35,36,41,.95);
	position:absolute;
	width:100%;
	height:21%;
	bottom:-100%;
	left:0;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.projects-all .views-row:hover .views-field-title{
	bottom:5%;

	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}

.projects-all .views-row:hover .hover-grid{
	bottom:0!important;

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.projects-all .views-exposed-form{
	float:left;
	width:29%;
}

.projects-all .fieldset-wrapper ul{
	z-index:10;
}

.projects-all .fieldset-wrapper li{
	display:block;
	margin:0 0% 9px 0;

}

.projects-all .fieldset-wrapper li label{
	margin:0 0 0 2px;
	font-size:.725em;
	text-transform:uppercase;
	font-weight:600;
}

span.backend{
	font-size:9.2em;
	font-weight:800;
	z-index:-1;
	color:rgba(97,75,62,.075);
	
	position:absolute;
	bottom:-5%;
	right:0%;
}

/*************************************************/

.projects-all input[type="checkbox"] {
    display: none;
	margin-bottom:20px;
}
.projects-all input[type="checkbox"] + label {
    cursor: pointer;
    padding-left: 50px;
    position: relative;
    font-family: tahoma, sans-serif, arial;
    line-height: 36px;
}
.projects-all input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -2px;
    left: 0;
    vertical-align: middle;
    padding: 0;
    height: 20px;
    width: 32px;
    margin: 0 5px 0 0;
    border: 1px solid #dadada;
    border-radius: 12px;
    background: #dddddd;
}
.projects-all input[type="checkbox"] + label::before,
.projects-all input[type="checkbox"] + label::after {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.projects-all input[type="checkbox"] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: -0px;
  left: 1px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #dadada;
  box-shadow: 0 3px 3px rgba(140, 140, 140, .1);
}
.projects-all input[type="checkbox"]:checked + label::before {
    background: rgba(35,36,41,.81);
    border-color: rgba(35,36,41,.81);
}
.projects-all input[type="checkbox"]:checked + label::after {
	left: 12.2px;
	top: 0px;
	width: 16px;
	height: 16px;
}

/*********************************************************************/

/* Окремі проекти сторінка */

.proekt-page{
	position:relative;
	display:block;
	width:90%;
	margin:4.5% auto;
}

.proekt-page p{
	font-size:.93em;
	margin-bottom:15px;
	color:#000;
	text-indent:2.3em;
}

.proekt-page ul{
	display:block;
	margin:2.5% 0 2.5% 2.2em;
	list-style:inside;
	
}

.proekt-page li{
	font-size:.9em;
	margin-bottom:7px;
	color:#222;
}

.big-image-project{
	position:relative;
	display:block;
	width:100%;
	overflow:hidden;
	margin:0 auto 0%;
	z-index:8;
}

.big-image-project img{
	width:100%;
	height:auto;
	box-shadow:0 0 3px #333;
	z-index:3!important;
}

.client{
	display:block;
	width:99.75%;
	background:#232429;
	text-align:left;
	margin:-.65% auto 3%;
	padding:0 0 0 .25%;
	box-shadow:0 0 3px #333;
	z-index:9!important;
}

.client p{
	display:inline-block;
	color:#fff;
	font-size:1em;
	font-weight:500;
	margin-right:7px;
	letter-spacing:2px;
}

.client h4{
	color:#fff;
	display:inline-block;
	font-size:1.1em;
	font-weight:400;
	margin:0 3.5% 0 0%;
	padding:1.5% 0;
	letter-spacing:1px;
}
.client span{
	color:#fff;
	display:inline-block;
	font-size:.95em;
	font-weight:400;
	margin:0 0% 0;
	letter-spacing:1px;
}

#fixedheighttest-2{
	position:relative;
	display:block;
	margin:5% 0 0;
}

/* Окремі проекти сторінка - NEW */

.header{
	position:relative;
	display:block;
}

.logo-head{
	position:absolute;
	top:.75%;
	left:2.23%;
	z-index:9;
}

.hello-page{
	position:relative;
	width:40%;
	display:inline-block;
	background:#232429;
	box-shadow:0 0 3px #232429;
	margin:0;
}

.hello-image{
	width:600px;
	height:auto;
	margin:20% 0 20% 26.5%;
	position:relative;
	display:inline-block;
	
}

.hello-image img{
	width:100%;
	height:auto;
	box-shadow:0 0 3px #232429;
	margin:3px;
}


.line-hello{
	position:absolute;
	bottom:0;
	left:11%;
	z-index:9;
	display:block;
	background:#fff;
	width:2px;
	height:42%;
}

.line-hello span{
	
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	writing-mode: lr-tb;
	
	color:#fff;
	font-weight:400;
	font-size:1.1em;
	display:inline-block;
	letter-spacing:1.5px;
	
	
	position:absolute;
	top:-34%;
	left:-49.5px;
}

.hello-title{
	display:inline-block;
	width:41%;
	vertical-align:top;
	margin:14% 0 0 15.5%;
}

.hello-mobile-title{display:none}

.hello-title h1{
	font-size:1.75em;
	line-height:1.5;
}

.project-preview{
	position:relative;
	display:block;
	margin:8.5% 0 0;
	font-size:.9em;
}

.views-field-field-klient{
	margin-bottom:2%;
}

.project-preview span{
	display:inline-block;
	margin-right:5px;
	color:#232429;
}

.project-preview .field-content{
	display:inline-block;
	font-weight:500;
	color:#232429;	
}

/*********Сторінка Контакти*************/

.opacity-logo{
	position:absolute;
	z-index:-1;
	display:block;
	top:-3.5%;
	left:30.5%;
	
	width:210px;
	height:auto;
	overflow:hidden;
	opacity:.058;
}

.opacity-logo img{
	width:100%;
	height:auto;
	display:block;
}

.contact-page{
	position:relative;
	display:block;
	margin-left:2%;
	margin-bottom:4%;
}

.contact-page span {
    font-size: .8em;
    text-transform: uppercase;
    color: #777;
    display: block;
    margin: 2% 0 .65%;
}

.contact-page p{
    font-size: 1.05em;
    line-height: 1.65;
    color: #232429;
    display: block;
    margin: 0% 0;
    font-weight: 600;
    text-transform: uppercase;
}


/****************************************************************/

/*адаптивність*/

@media only screen and (max-width:1360px){

.header-block{
	position:relative;
	display:block;
	width:100%;
	height:100vh;
	min-height:auto;
	
}

.header-block .hello{
	width:24%;
}

.logo-block{
	display:none!important;
}

.mobile-logo-block{
	display:block;
	position:absolute;
	top:2%;
	left:4.23%;
}


.service-top{
	position:relative;
	display:inline-block;
	width:25.2%;
	height:100%;
	padding:0!important;
	margin:0!important;
	overflow:hidden;
	float:left;
	background:#fff;
	border-right:1.8px solid rgba(0, 0, 0,.7);
}

.header-block .hello h2 {
    font-size: 6.2em;
    color: #fff;
    font-weight: 400;
    line-height: 1.15;
}

.header-block .hello h2.subtitle {
    font-size: 1.39em;
    color: #fff;
    padding-left: 7px;
    letter-spacing: 1.5px;
    font-weight: 400;
}

}

@media only screen and (max-width:1360px){

.logo-head {
    position: absolute;
    top: 2.75%;
    left: 2.23%;
    z-index: 9;
}

.hello-image{
	width:520px;
	height:auto;
	margin:20% 0 20% 25.5%;
	position:relative;
	display:inline-block;
	
}

.hello-page{
	position:relative;
	width:37%;
	display:inline-block;
	background:#232429;
	box-shadow:0 0 3px #232429;
	margin:0;
}

}

@media only screen and (max-width:1350px){

.hello-text{
	position:absolute;
	top:29.5%;
	left:3%;
	z-index:9;
}

.header-block .hello h2 {
    font-size: 5.7em;
    color: #fff;
    font-weight: 400;
    line-height: 1.15;
}

.header-block .hello h2.subtitle {
    font-size: 1.22em;
    color: #fff;
    padding-left: 7px;
    letter-spacing: 1.5px;
    font-weight: 400;
}

.about-top p {
    color: #fff;
    font-size: .86em;
}

.btn-hello {
    margin: 21% 0 0;
    position: relative;
    display: inline-block;
    background: #232429;
    -webkit-box-shadow: 4px 3px 7px 5px rgb(0 0 0 / 20%);
    -moz-box-shadow: 4px 3px 7px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 3px 7px 5px rgb(0 0 0 / 20%);
}

.btn-hello a{
	padding:14px 80px 14px 17px;
	display:block;
	color:#fff;
	font-weight:500;
	font-size:.77em;
	letter-spacing:1px;
	z-index:9!important;
	
}

.slide-text{
	z-index:9;
	position:absolute;
	width:92%;
	left:5%;
	bottom:4.5%;
	text-align:left;
}

.service-top h3{
	color:#fff;
	z-index:9;
	font-size:1.42em;
	font-weight:500;
	margin:9px 0;
	letter-spacing:2px;
}

.service-top p{
	font-size:.77em;
	color:#fff;
}

.images-about img{
	height:320px;
}

body .progress_inner__step label{
	padding-top: 70px;
    top: -63px;
    display: block;
    position: relative;
    cursor: pointer;
    border: 0px solid red;
    text-align: left;
    color: #fff;
    font-size: 1.05em;
	font-weight:600;
}

.images-about .bottom-image{
	margin-top:160px;
}

.images-about .middle-image{
	top:80px;
}

.about-block .big-title h4{
	font-size:3.85em;
}

.about-block .big-title p{
	font-size:2.1em;
}

.preview-images{
	position:absolute;
	left:85%;
	top:18%;
}

.service-top img{
	position:absolute;
	left:0%;
	top:0;
	min-width:100%!important;
	height:115%;
	width:auto;
	z-index:7;
	
	-moz-transform:none;
	-webkit-transform:none;
	-o-transform:none;
	-ms-transform:none;
	transform:none;
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5 ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

}


@media only screen and (max-width:1290px){

.logo-head {
    position: absolute;
    top: 2.75%;
    left: 2.23%;
    z-index: 9;
}

.hello-image{
	width:480px;
	height:auto;
	margin:27% 2% 25% 26.5%;
	position:relative;
	display:inline-block;
	
}

.hello-page{
	position:relative;
	width:37%;
	display:inline-block;
	background:#232429;
	box-shadow:0 0 3px #232429;
	margin:0;
}

}

@media only screen and (max-width:1230px){

.logo-head {
    position: absolute;
    top: 2.75%;
    left: 2.23%;
    z-index: 9;
}

.line-hello{display:none;}


.hello-title{
	display:inline-block;
	width:49%;
	vertical-align:top;
	margin:10% 0 0 9.5%;
}

span.backend{
	font-size:8.4em;
	font-weight:800;
	z-index:-1;
	color:rgba(97,75,62,.075);
	
	position:absolute;
	bottom:-14%;
	right:4%;
}

.hello-image{
	width:400px;
	height:auto;
	margin:22% 1% 20% 28.5%;
	position:relative;
	display:inline-block;
	
}

.hello-page{
	position:relative;
	width:37%;
	display:inline-block;
	background:#232429;
	box-shadow:0 0 3px #232429;
	margin:0;
}

}


@media only screen and (max-width:1220px){

.tab-content span {
    position: absolute;
    display: block;
    z-index: 1;
    font-size: 17em;
    font-weight: 800;
    color: #fff;
    1text-shadow: 3px 4px 7px rgba(81,67,21,0.8);
    -webkit-text-stroke: 2.7px rgba(97, 75, 62,.3);
    bottom:-7%;
    left:0%;
	top:auto;
	right:auto;
    line-height: .75;
}

.image-tab img{
	height:250px;
	width:360px;
	z-index:8;
	display:inline-block;
	position:relative;
	box-shadow:0 0 3px #232429;
}

.image-tab img.rectangle{
	position:absolute;
	z-index:-1;
	top:-13.5%;
	right:-5.5%;
	height:270px;
	width:360px;
	box-shadow:none;
}

.preview-images{
	position:absolute;
	left:90%;
	top:23%;
}

.preview-images img{
	height:160px;
	width:220px;
}

}


@media only screen and (max-width:1200px){

.logo-head {
    position: absolute;
    top: 2.75%;
    left: 2.23%;
    z-index: 9;
}

.hello-title{
	display:none;
}


.hello-mobile-title{
	display:block!important;
	width:auto;
	vertical-align:top;
	margin:-3% 0 0 37.5%;
	padding-bottom:2%;
	border-bottom:4px solid #232429;
}

.hello-mobile-title{display:none}

.hello-mobile-title h1{
    font-size: 1.95em;
    line-height: 1.5;
}

.project-preview{
	position:relative;
	display:block;
	margin:4.5% 0 0;
	font-size:.9em;
}

span.backend{
	display:none;
}

.hello-image{
	width:650px;
	height:auto;
	margin:26% 0% 22% 41%;
	position:relative;
	display:inline-block;
	
}

.hello-page{
	position:relative;
	width:33%;
	display:inline-block;
	background:#232429;
	box-shadow:0 0 3px #232429;
	margin:0;
}

}

@media only screen and (max-width:1150px){

.about-block .big-title h4 {
    font-size: 4.25em;
}

.about-block .big-title{
	display:block;
	vertical-align:top;
	position:relative;
	width:81%;
	margin:2% auto 0;
	text-align:right;
	padding-bottom:.2%;
	border-bottom:0px solid #000;
}

.about-block .big-title .text-about{
	display:block;
	position:relative;
	margin-top:5%;
	text-align:left;
}

.images-about{
	position:relative;
	display:block;
	width:63%;
	margin:7% auto 3%;
	overflow: visible;
	clear:both;
	text-align:left;
}

.images-about img{
	height:410px;
	width:auto;
}

.images-about .top-image{
	display:inline-block;
	float:none;

}

.images-about .bottom-image{
	display:block;
	float:right;
	margin-top:0px;
	z-index:8;
}


.images-about .middle-image{
	position:absolute;
	width:100%;
	text-align:center;
	z-index:-1;
	top:-55px;
	clear:both;
}

.step-block{
	position:relative;
	display:block;
	margin:7% 0 0;
	min-height:500px;
	width:100%;
}

.title-page {
    position: relative;
    display: block;
    font-size: 2.65em;
    font-weight: 400;
    text-align: center;
    margin: 2% auto;
}

.progress_inner{
	position:relative;
	display:block;
	border:1px solid red;
	width:95%;
	margin:0 auto;
	height:140px;
	padding-top:10px;
}

body .progress_inner__bar, body .progress_inner__bar--set {
	height: 3px;
	left: 0%;
	background:#fff;
	-webkit-transition: width 800ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
	transition: width 800ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
	border-radius: 0px;
	width: 0;
	top: 60px;
	position: relative;
	z-index: 90;
}

body .progress_inner__bar--set {
    width: 100%;
    top: 57px;
    height: 3px;
    background: #aba9a9;
    position: relative;
    z-index: 80;
}



body .progress_inner__step:before {
    width: 100%;
    text-align: left;
    color: #fff;
    line-height: 30px;
    font-size: 2.35em;
    padding: 5px 0 35px;
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
    pointer-events: none;
}

body .progress_inner__step label {
    padding-top: 70px;
    top: -60px;
    display: block;
    position: relative;
    cursor: pointer;
    border: 0px solid red;
    text-align: left;
    color: #fff;
    font-size: 1.3em;
	line-height:1.45;
    font-weight: 500;
}

.image-tab {
    position: relative;
    display: inline-block;
    width: 420px;
    float: right;
    text-align: center;
    margin: 10% 6% 0 0;
}

}

@media only screen and (max-width:1170px){
	
.block-background img {
    width: 100%;
    height: auto;
    min-height: 270px!important;
    position: absolute;
    top: -5%;
    left: 0;
    display: block;
    z-index: 4;
}	

.title-header{
	display:block;
	position:relative;
	text-align:right;
	border-bottom:4px solid #232429;
	padding-bottom:7px;
	width:70%;
	margin:6% 0;
}
	
.title-header h1{
	font-size:2.09em;
	line-height:1.5;
	font-weight:500;
	padding:0;
	margin:0;
}	

.opacity-logo {
    position: absolute;
    z-index: -1;
    display: block;
    top: -3.5%;
    left: 36.5%;
    width: 160px;
    height: auto;
    overflow: hidden;
    opacity: .058;
}
	
}

@media only screen and (max-width:1110px){

.menu{
	display:none;
}

.header-wood .menu{
	display:none;
}

.menu-page{
	display:none;
}

.menu-mobile-block{
	display:block!important
}


.toggle-button {
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 26px 24px 28px;
    1margin: 8px 15px 8px 0;
    height: 20px;
    width: 35px;
    cursor: pointer;
    z-index: 99;
	background:#232429;
	box-shadow:0 0 3px #232429;
}

.bar {
    background-color: #fff;
    display: block;
    width: 100%;
    height: 5px;
    border: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}
.bar + .bar {
    margin-top: 4px;
}
.middle {
    top: 11px;
}
.bottom {
    top: 22px;
}
.toggle-button:hover {
    opacity:1;
}
.toggle-active .bar {
    background-color: #fff;
}
.toggle-active .top {
    -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
}
.toggle-active .middle {
   opacity: 0;
}
.toggle-active .bottom {
    -webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
}

.overlay {
    position: fixed;
    1background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
	background:rgba(0,0,0,.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
	z-index:98;
	
}
.nav-active {
    opacity: 1;
    visibility: visible;
	display:table;
    height: 100%;

/*    max-height: 340px;*/
}

.nav-active div{
	 display: table-cell;
    position: relative;
	
    vertical-align:middle;
	text-align:center;
}

.overlay ul {

	display:inline-block;
    text-align:center;
    list-style: none;
    padding: 0;
}
.overlay ul li {
    display: block;
	margin-bottom:35px;
}
.overlay ul li a {
    color: #fff;
    text-decoration: none;
	font-size:1.9em;
	font-weight:500;

}


.hello{
	background:#232429;
	width:100%!important;
	height:250px!important;
	display:inline-block;
	float:left;
	box-shadow:0 0 3px #232429;
}

.mobile-logo-block{display:none}

.logo-block{
	position:absolute;
	top:4.5%;
	left:4.23%;
	display:block!important;
}

.hello-text{
	position:absolute;
	top:8.5%;
	left:20%;
	z-index:9;
}

.header-block .hello h2 {
    font-size: 6.13em;
    color: #fff;
    font-weight: 400;
    line-height: 1.15;
}

.header-block .hello h2.subtitle {
    font-size: 1.37em;
    color: #fff;
    padding-left: 7px;
    letter-spacing: 1.5px;
    font-weight: 400;
}

.about-top{display:none}

.service-top{
	position:relative;
	display:inline-block;
	width:33.21%;
	height:500px;
	padding:0!important;
	margin:0!important;
	overflow:hidden;
	float:left;
	background:#fff;
	border-right:1.8px solid rgba(0, 0, 0,.7);
}

.service-top h3 {
    color: #fff;
    z-index: 9;
    font-size: 1.75em;
    font-weight: 500;
    margin: 9px 0;
    letter-spacing: 2px;
}

.service-top p {
    font-size: .88em;
    color: #fff;
}

.btn-hello {display:none}

.about-block {
    position: relative;
    display: block;
    margin: 18% 0 0;
}

}

@media only screen and (max-width:1090px){
	
.services-all .views-row{
	position:relative;
	display:block;
	height:350px!important;
}

.services-all .views-row .serv-image{
	width:65%;
	height:350px!important;
	overflow:hidden;
	position:relative;
	
}

.services-all .views-row:nth-child(odd) .serv-image img{
	min-height:350px!important;
	top:0%;
}

.services-all .views-row:nth-child(even) .serv-image img{
	min-height:350px!important;
	top:0%;
}

.services-all .views-row:nth-child(odd) .serv-title,
.services-all .views-row:nth-child(even) .serv-title{
    height: 350px;
}

.services-all .views-row .serv-title .text-grid{
	top:13.5%;
}

.services-all .views-row .serv-title p {
    font-size: 1.15em;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    display: block;
}
}


@media only screen and (max-width:1060px){

.contact-footer{
	position:relative;
	float:none;
	width:480px;
	display:block;
	text-align:left;
	min-height:570px;
	margin:1.5% auto 3%;
}	

.preview-images{
	position:absolute;
	left:0%;
	top:-19%;
	display:block;
	text-align:center;
	width:100%;
}

.preview-images .views-row,
.preview-images a{
	display:inline-block;
	position:relative;
	
}

.preview-images .views-row{
	margin:0 1%;
}

.footer-social a{
	margin-right:7%;
	
}

.preview-images img{
	display:inline-block;
	margin-bottom:-7px;
}

.footer-left{
	position:relative;
	float:left;
	width:100%;
	min-height:470px;
	background:#232429;
	box-shadow:0 0 3px #232429;
	margin-top:9%;
}

.text-footer h4{
	font-size:3.6em;
	color:#fff;
	font-weight:200;
	letter-spacing:1px;
	width:100%;
	text-align:center;
}

.text-footer{
	position:absolute;
	top:24%;
	left:5%;
	display:block;
	float:none;
	width:90%;
	text-align:left;
	margin:0% 0 0 0%;
	clear:both;
}

.text-footer .footer-contact {
    position: relative;
    display: block;
    margin: 1% auto;
}

.text-footer .footer-contact p{
	font-weight:400;
	font-size:1.2em;
	color:#fff;
	margin-bottom:1.5%;
	letter-spacing:.8px;
}

.footer-social{
	position:absolute;
	bottom:4%;
	left:5%;
	float:none;
	margin:0%;
	clear:both;
	width:150px;
}

.footer-adres{
	position:absolute;
	top:45%;
	right:10%;
	display:inline-block;
}

.footer-adres p{
	font-weight:400;
	font-size:1.2em;
	color:#fff;
	margin-bottom:1.5%;
	letter-spacing:.8px;
}
	
}

@media only screen and (max-width:1050px){

.hello-page {
    position: relative;
    width: 100%;
    display: inline-block;
    background: #232429;
    box-shadow: 0 0 3px #232429;
    margin: 0;
	max-height:200px;
}

.menu-page li a {
    color: #fff;
}


.hello-image {
    width: 85%;
    height:330px;
	overflow:hidden;
    margin: 10% 0% 10% 15%;
    position: relative;
	text-align:right;
	right:0;
    display: block;
	
}

.hello-image img {
    width:100%;
    height: auto;
    box-shadow: 0 0 3px #232429;
    margin: 3px;
	display:inline-block;
	top:-30%;
	position:absolute;
	left:0;
}

.hello-mobile-title {
    display: block!important;
    width: auto;
    vertical-align: top;
    margin: -4% 0 0 15%;
    padding-bottom: 2%;
    border-bottom: 4px solid #232429;
}

.page-menu{
	margin:7.5% auto 150px;
}


.page-menu .views-row {
    display: block;
    width: 65%;
    box-shadow: 0 0 3px #232429;
    margin: 0 auto 5.5%;
}

.page-menu h4 {
    display: block;
    font-size: 2.4em;
    font-weight: 500;
    margin: 2% 0 7.5%;
    line-height: 1.2;
    letter-spacing: 1.5px;
}

.block-background {
    width: 77%;
    height: 250px;
    display: block;
    position: absolute;
    top: 90px;
    right: 0;
    box-shadow: 0 0 3px #232429;
    overflow: hidden;
}

.projects-all .views-row {
    position: relative;
    display: block;
    width: 80%;
    height: 340px;
    margin: 0 auto 3.5%;
    overflow: hidden;
    box-shadow: 0 0 3px #333;
}

.projects-all .views-row img{
	min-width:100%;
	width:auto;
	height:340px;
}

}
	
@media only screen and (max-width:1030px){

.service-top{
	position:relative;
	display:inline-block;
	width:33.2%;
	height:400px;
	padding:0!important;
	margin:0!important;
	overflow:hidden;
	float:left;
	background:#fff;
	border-right:1.8px solid rgba(0, 0, 0,.7);
}

.service-top h3 {
    color: #fff;
    z-index: 9;
    font-size: 1.45em;
    font-weight: 500;
    margin: 9px 0;
    letter-spacing: 2px;
}

.about-block {
    position: relative;
    display: block;
    margin: 7% 0 0;
}

.images-about{
	position:relative;
	display:block;
	width:68%;
}

.images-about img{
	height:380px;
}

.choose-image{
	display:none;
}

.choose-text{
	width:100%;
	height:100%;
	display:inline-block;
	float:right;
	position:relative;
	overflow:hidden;
}

.choose-text .block-text {
	position:absolute;
	width:90%;
	top:11%;
	left:5.5%;
	display:block;
	z-index:9;
}

.demotable td p{
	font-size:1.1em;
	color:#fff;
}

}

@media only screen and (max-width:1010px){

.infographics{display:none}	

.infographics-mobile{
	position:relative;
	display:block;
	width:97%;
	height:100%;
	margin:11.5% auto 0;
}	
	

.infographics-mobile h5{
	display:none;
}
/*

.mobile-grid{
	display:block;
	width:90%;
	margin:0 auto 4%;
}

.mobile-title{
	vertical-align:bottom;
	font-size:1.9em;
	font-weight:500;
	display:inline-block;

	line-height:1;
	margin:0% 0 6% 3%;
	padding:0;
}

.mobile-grid p{
	font-weight:400;
	font-size:.91em;
	text-indent:2.1em;
	margin-bottom:8px;
	display:none;
}

.mobile-grid:nth-child(odd){
	text-align:left;
}
.mobile-grid:nth-child(even){
	text-align:left;
}

*/

.step-line{
	display:none;
}

.infographics-mobile .mobile-grid{
	padding:.5% 0;
	margin:0% 0 15%;
}

.infographics-mobile .mobile-grid:nth-child(even){
	margin-left:55%;
	display:block;
	position:relative;
	clear:both;
}

.infographics-mobile .mobile-grid:nth-child(odd){
	display:block;
	position:relative;
	clear:both;
	
}

.infographics-mobile .mobile-grid img{
	display:block;
	margin:0 auto;
}

.mobile-title{
	vertical-align:bottom;
	font-size:1.4em;
	font-weight:700;
	display:inline-block;

	line-height:1;
	margin:0% 0 6% 3%;
	padding:0;
}

.infographics-mobile .mobile-grid p{
	display:block;
	text-indent:0;
	text-align:left;
	font-size:.74em;
	color:#555;
	font-weight:500;
	margin-bottom:6.5px;
	letter-spacing:.2px;
	text-indent:1.7em;
}

.infographics-mobile .mobile-grid{
	display:block;
	width:45%;
	text-align:center;
}

.infographics-mobile .mobile-grid:nth-child(odd) span{
	font-size:9.25em;
	line-height:1;
	padding:0;
	margin:0;
	position:absolute;
	right:-8%;
	top:-90px;
	clear:both;
	
	display:block;
	vertical-align:top;
	font-weight:700;
	color:rgba(0, 0, 0,.055);
}

.infographics-mobile .mobile-grid:nth-child(even) span{
	font-size:9.25em;
	line-height:1;
	padding:0;
	margin:0;
	position:absolute;
	left:-8%;
	top:-90px;
	clear:both;
	
	display:block;
	vertical-align:top;
	font-weight:700;
	color:rgba(0, 0, 0,.055);
}

.infographics-mobile .mobile-grid:nth-child(odd) .mobile-image{
	position:absolute;
	top:15%;
	right:-100%;
}

.infographics-mobile .mobile-grid:nth-child(even) .mobile-image{
	position:absolute;
	top:15%;
	left:-100%;
}

.mobile-image img{
	height:180px;
	width:270px;
	z-index:8;
	display:inline-block;
	position:relative;
	box-shadow:0 0 3px #232429;
}

.mobile-image img.rectangle{
	position:absolute;
	z-index:-1;
	top:-11.5%;
	right:-9.5%;
	height:180px;
	width:270px;
	box-shadow:none;
}

.mobile-grid:nth-child(even) img.rectangle{
	position:absolute;
	z-index:-1;
	top:-11.5%;
	right:auto;
	left:-9.5%;
	height:180px;
	width:270px;
	box-shadow:none;
}

.line-grid{
	position:absolute;
	display:block;
	z-index:8;	
	
	left:50%;
	top:0%;
	
	width:4.8px;
	height:100%;
	border-radius:4px;
	
	background: #000;
	
}

.work-block .slick-slide .project-grid {
    display: block!important;
    text-align: center;
    position: relative;
    width: 590px;
    max-width: 590px;
    height: 380px;
    margin: 0 auto;
    overflow: hidden;
}

.work-rectangle{
    width:auto;
	height:500px;
	position:absolute;
	top:-55px;
	z-index:-1;
	width:100%;
	text-align:center;
}

.work-rectangle img{
	width:370px;
	height:500px;
	display:inline-block;
}

.work-block .title-page{
	margin:2% auto 13%;
}

.title-project p {
    font-size: 1.35em;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.work-text-bottom {
    position: relative;
    display: block;
    width: 91%;
    margin: 8% auto 5%;
}

}

@media only screen and (max-width:950px){

.hello-text {
    position: absolute;
    top: 7.5%;
    left: 24%;
    z-index: 9;
}

.service-top{
    position: relative!important;
    display:inline-block!important;
    width: 100%;
    height: 400px;
	max-height:400px;
    padding: 0!important;
    margin: 0!important;
    overflow: hidden;
    float:right!important;
    background: #fff;
    border-right: 1.8px solid rgba(0, 0, 0,.7);
}


.service-top img{
	position:absolute;
	left:0%;
	top:-150%;
	min-width:100%!important;
	height:300%;
	width:auto;
	z-index:7;
	
	-moz-transform:none;
	-webkit-transform:none;
	-o-transform:none;
	-ms-transform:none;
	transform:none;
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5 ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.service-top h3 {
    color: #fff;
    z-index: 9;
    font-size: 1.85em;
    font-weight: 500;
    margin: 9px 0;
    letter-spacing: 2px;
}

.service-top p {
    font-size: 1em;
    color: #fff;
}

.about-block {
    position: relative;
    display: block;
	float:right;
	overflow:hidden;
}

.about-block .big-title{
	display:block;
	vertical-align:top;
	position:relative;
	width:95%;
	margin:0% auto 11%;
	text-align:right;
	padding-top:1%;
	padding-bottom:.2%;
	border-bottom:0px solid #000;
}

}


@media only screen and (max-width:900px){

.images-about {
    position: relative;
    display: block;
    width: 65%;
}

.images-about img {
    height: 330px;
}

.images-about img{
    height: 330px;
}

.images-about img {
    height: 330px;
}

.mobile-title {
    vertical-align: bottom;
    font-size: 1.65em;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    margin: 0% 0 6% 3%;
    padding: 0;
}


.infographics-mobile .mobile-grid p {
    display: block;
    text-indent: 0;
    text-align: left;
    font-size: .9em;
    color: #555;
    font-weight: 500;
    margin-bottom: 6.5px;
    letter-spacing: .2px;
    text-indent: 1.7em;
}
}

@media only screen and (max-width:800px){

.images-about {
    position: relative;
    display: block;
    width: 75%;
}

.infographics-mobile .mobile-grid:nth-child(odd) .mobile-image {
    position: absolute;
    top: 15%;
    right: -110%;
}


.infographics-mobile .mobile-grid:nth-child(even) .mobile-image{
	position:absolute;
	top:15%;
	left:-110%;
}


.work-block .slick-slide .project-grid {
    display: block!important;
    text-align: center;
    position: relative;
    width: 510px;
    max-width: 510px;
    height: 330px;
    margin: 0 auto;
    overflow: hidden;
}

.work-rectangle{
    width:auto;
	height:450px;
	position:absolute;
	top:-55px;
	z-index:-1;
	width:100%;
	text-align:center;
}

.work-rectangle img{
	width:310px;
	height:450px;
	display:inline-block;
}

.reviews-grid .review-text p {
    font-size: .99em;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}

.reviews-text p {
    display: block;
    font-size: 1.1em;
    text-transform: none;
    letter-spacing: .7px;
    font-weight: 500;
    margin: 0% 0 5%;
    text-align: left;
	text-indent:2.5em;
}

.reviews-text{
	margin:12.5% auto 4%;
}

.services-all .views-row:nth-child(odd) .serv-title{
	width:50%;
}

.services-all .views-row:nth-child(even) .serv-title{
	width:50%;
}

.services-all .views-row:nth-child(odd) .serv-image{
	width:50%;
}
.services-all .views-row:nth-child(even) .serv-image{
	width:50%;
}

}

@media only screen and (max-width:890px){

.projects-all .views-exposed-form{
    float: left;
    width: 40%;
}

.row-backgound {
    position: relative;
    display: inline-block;
    width: 58%;
	margin-left:2%;
    min-height: 655px;
}

.projects-all .views-row {
    position: relative;
    display: block;
    width: 100%;
    height: 290px;
    margin: 0 auto 3.5%;
    overflow: hidden;
    box-shadow: 0 0 3px #333;
}

.projects-all .views-row img{
	min-width:100%;
	width:auto;
	height:290px;
}


}

@media only screen and (max-width:720px){

.images-about {
    position: relative;
    display: block;
    width: 80%;
}

.title-header {
    display: block;
    position: relative;
    text-align: right;
    border-bottom: 4px solid #232429;
    padding-bottom: 7px;
    width: 80%;
    margin: -1.5% 0 7%;
}

.title-header h1 {
    font-size: 2.19em;
    line-height: 1.5;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.hello-image {
    width: 81%;
    height: 230px;
    overflow: hidden;
    margin: 10% 0% 10% 15%;
    position: relative;
    text-align: right;
    right: 0;
    display: block;
}

.block-background {
    margin-bottom:-3%;
}

.page-menu .views-row {
    display: block;
    width: 95%;
    box-shadow: 0 0 3px #232429;
    margin: 0 auto 5.5%;
}


.projects-all .views-row {
    position: relative;
    display: block;
    width: 100%;
    height: 230px;
    margin: 0 auto 3.5%;
    overflow: hidden;
    box-shadow: 0 0 3px #333;
}

.projects-all .views-row img{
	min-width:100%;
	width:auto;
	height:230px;
}

.opacity-logo {
    position: absolute;
    z-index: -1;
    display: block;
    top: -3.5%;
    left: 56.5%;
    width: 160px;
    height: auto;
    overflow: hidden;
    opacity: .058;
}

}

@media only screen and (max-width:670px){

.logo-block {
    position: absolute;
    top: 3.5%;
    left: 4.23%;
    display: block!important;
}
	
.hello-text {
    position: absolute;
    top: 5.5%;
    left: 26%;
    z-index: 9;
}	

.about-block .big-title {
    width: 92%;
}

.about-block .big-title .text-about p {
    display: block;
    font-size: .845em;
    text-transform: none;
    letter-spacing: .7px;
    font-weight: 400;
    margin: 0% 0 7%;
	text-indent:3.2em;
}
	
.about-block .big-title .text-about{
	margin-top:9%;
}	

.images-about {
    position: relative;
    display: block;
    width: 85%;
}

.images-about img {
    height: 300px;
}

.images-about img{
    height: 300px;
}

.images-about img {
    height: 300px;
}


.step-block{
	margin:26% 0 0;
	
}

.infographics-mobile {
    margin: 16.5% auto 0;
}

.infographics-mobile .mobile-grid:nth-child(even){
	display:block;
	position:relative;
	clear:both;
	margin:5% auto 15%;
}

.infographics-mobile .mobile-grid:nth-child(odd){
	display:block;
	position:relative;
	clear:both;
	margin:5% auto 15%;
}

.infographics-mobile .mobile-grid img{
	display:block;
	margin:0 auto;
}

.mobile-title{
	vertical-align:bottom;
	font-size:1.9em;
	font-weight:700;
	display:inline-block;

	line-height:1;
	margin:5% 0%;
	padding:0;
}

.infographics-mobile .mobile-grid p{
	display:block;
	text-indent:0;
	text-align:left;
	font-size:1.11em;
	color:#444;
	font-weight:500;
	margin-bottom:6.5px;
	letter-spacing:.2px;
	text-indent:3.2em;
}

.infographics-mobile .mobile-grid{
	display:block;
	width:92%;
	text-align:center;
	margin:5% auto 15%;
}

.infographics-mobile .mobile-grid:nth-child(odd) span{
	font-size:8.25em;
	line-height:1;
	padding:0;
	margin:0;
	position:absolute;
	right:-5%;
	top:-70px;
	clear:both;
	
	display:block;
	vertical-align:top;
	font-weight:700;
	color:rgba(0, 0, 0,.055);
}

.infographics-mobile .mobile-grid:nth-child(even) span{
	font-size:8.25em;
	line-height:1;
	padding:0;
	margin:0;
	position:absolute;
	left:-3%;
	top:-70px;
	clear:both;
	
	display:block;
	vertical-align:top;
	font-weight:700;
	color:rgba(0, 0, 0,.055);
}

.infographics-mobile .mobile-grid:nth-child(odd) .mobile-image{
	position:relative;
	display:block;
	top:0%;
	right:0%;
	width:270px;
	margin:6% auto;
	text-align:center;
}

.infographics-mobile .mobile-grid:nth-child(even) .mobile-image{
	position:relative;
	display:block;
	top:0%;
	right:0%;
	left:0;
	width:270px;
	margin:6% auto;
	text-align:center;
}

.mobile-image img{
	height:180px;
	width:270px;
	z-index:8;
	display:inline-block;
	position:relative;
	box-shadow:0 0 3px #232429;
}

.mobile-image img.rectangle{
	position:absolute;
	z-index:-1;
	top:-11.5%;
	right:-9.5%;
	height:180px;
	width:270px;
	box-shadow:none;
}

.mobile-grid:nth-child(even) img.rectangle{
	position:absolute;
	z-index:-1;
	top:-11.5%;
	right:auto;
	left:-9.5%;
	height:180px;
	width:270px;
	box-shadow:none;
}

.line-grid{
	display:none;
}


.work-block .slick-slide .project-grid {
    display: block!important;
    text-align: center;
    position: relative;
    width: 420px;
    max-width: 420px;
    height: 270px;
    margin: 0 auto;
    overflow: hidden;
}

.work-block .project-grid img {
    max-width: 420px;
    height: 270px;
    display: inline-block;
    z-index: 8;
    box-shadow: 1px 1px 5px #232429;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.work-rectangle{
    width:auto;
	height:380px;
	position:absolute;
	top:-55px;
	z-index:-1;
	width:100%;
	text-align:center;
}

.work-rectangle img{
	width:300px;
	height:380px;
	display:inline-block;
}

.work-text-bottom p{
    display: block;
    font-size: .845em;
    text-transform: none;
    letter-spacing: .7px;
    font-weight: 400;
    margin: 0% 0 25px;
    text-indent: 3.2em;
}

.choose-block {
    position: relative;
    display: block;
    margin: 6.5% 0 4%;
    height: 550px;
    background: #232429;
    box-shadow: 0 0 3px #232429;
}

.choose-text img {
    position: absolute;
    width: 100%;
    height: auto;
    top: -25%;
    left: 0;
    z-index: 1;
    display: block;
}


.choose-text .block-text {
	position:absolute;
	width:94%;
	top:8.5%;
	left:3.5%;
	display:block;
	z-index:9;
}

.reviews-block {
    position: relative;
    display: block;
    margin: 9% 0 0;
    text-align: center;
}


.reviews-slider {
    width: 96%;
    position: relative;
    display: block!important;
    margin: 7% auto 0!important;
    text-align: center;
}

.reviews-grid .left-block{
	width:70%;
	display:block;
	float:none;
	text-align:left;
	vertical-align:top;
}

.name-client{
	font-size:1.6em;
}

.reviews-grid .left-block span{
	color:#888;
	font-weight:600;
	font-size:1.28em;
}

.reviews-grid .right-block {
    width: 100%;
    border-left: none;
    border-top: 4px solid #614B3E;
    padding: 4% 0 0;
    margin:4% auto;
    float: none;
    vertical-align: top;
    text-align: left;
}

.reviews-grid .project-name{
	font-weight:600;
	font-size:1.5em;
	width:100%;
	text-align:left;
	margin-bottom:13px;
}

.reviews-grid .review-text p{
	font-weight:400;
	font-size:1.12em;
	width:100%;
	text-align:left;
	margin-bottom:20px;
	
}

.reviews-text p{
    display: block;
    font-size: .845em;
    text-transform: none;
    letter-spacing: .7px;
    font-weight: 400;
    margin: 0% 0 25px;
    text-indent: 3.2em;
}

.footer-adres{display:none;}

.text-footer{
    position: absolute;
    top: 26%;
    left: 15%;
    display: block;
    float: none;
    width: 70%;
    text-align: left;
    margin: 0% 0 0 0%;
    clear: both;
}

.footer-social {
    position: absolute;
    bottom: 5%;
    left: 15%;
    float: none;
    margin: 0%;
    clear: both;
    width: 150px;
}

.hello-image {
    width: 81%;
    height: 200px;
    overflow: hidden;
    margin: 15% 0% 15% 19%;
    position: relative;
    text-align: right;
    right: 0;
    display: block;
}

.hello-image img {
    width: 100%;
    height: auto;
    box-shadow: 0 0 3px #232429;
    margin: 3px;
    display: inline-block;
    top: -10%;
    position: absolute;
    left: 0;
}

.proekt-page {
    margin: 7.5% auto 4%;
}

.hello-mobile-title {
    display: block!important;
    width: auto;
    vertical-align: top;
    margin: -7% 0 0 15%;
    padding-bottom: 2%;
    border-bottom: 4px solid #232429;
}

.proekt-page p {
    font-size: .85em;
    margin-bottom:25px;
    color: #000;
    text-indent:2.3em;
}

.project-preview{
	position:relative;
	display:block;
	margin:8.5% 0 0;
	font-size:1.2em;
}

.project-preview .field-content {
    display: inline-block;
    font-weight: 500;
    color: #232429;
	font-size:1.3em;
}

.project-preview span {
    display: inline-block;
    margin-right: 5px;
    color: #232429;
	font-size:1.3em;
}

.page-menu {
    margin: 21.5% auto 150px;
}

.block-background {
    height: 200px;
	top:120px;
}

.block-background img{
	width:100%;
	height:auto;
	min-height:230px!important;
	position:absolute;
	top:-5%;
	left:0;
	display:block;
	z-index:4;
}

.black-block {
    position: relative;
    display: block;
    background: #232429;
    height: 280px;
    text-align: right;
    margin-bottom: 115px;
}

.article-content p{
	font-size: .85em;
    margin-bottom:25px;
    color: #000;
    text-indent:2.3em;
	line-height:1.75;
}

.opacity-logo {
    top: 6.5%;
    left: 66.5%;
}

}
