@font-face{
	font-family:'Bebas Neue';
	src:url('../fonts/bebasneue%20bold.eot');
	src:local('☺'), url('../fonts/bebasneue%20bold.woff') format('woff'), 
		url('../fonts/bebasneue%20bold.svg') format('svg');
	font-weight:700;
	font-style:normal;
}
@font-face{
	font-family:'Bebas Neue';
	src:url('../fonts/bebasneue%20regular.eot');
	src:local('☺'), url('../fonts/bebasneue%20regular.woff') format('woff'), 
		url('../fonts/bebasneue%20regular.svg') format('svg');
	font-weight:400;
	font-style:normal;
}
@font-face{
	font-family:'PF Encore Sans Pro';
	src:url('../fonts/pfencoresanspro-regular.eot');
	src:local('☺'), url('../fonts/pfencoresanspro-regular.woff') format('woff'), 
		url('../fonts/pfencoresanspro-regular.svg') format('svg');
	font-weight:600;
	font-style:normal;
}
@font-face{
	font-family:'DINPro';
	src:url('../fonts/dinpro-regular.eot');
	src:local('☺'), 
		url('../fonts/dinpro-regular.woff') format('woff'), 
		url('../fonts/dinpro-regular.svg') format('svg');
	font-weight:400;
	font-style:normal;
}

@font-face{
	font-family:'PF Encore Sans Pro';
	src:url('../fonts/pfencoresanspro-light.eot');
	src:local('☺'), 
		url('../fonts/pfencoresanspro-light.woff') format('woff'), 
		url('../fonts/pfencoresanspro-light.svg') format('svg');
	font-weight:400;
	font-style:normal;
}

html, body{
	font-family: 'PF Encore Sans Pro', sans-serif;
	color: #545454;
}

.section-title{
	font-family:'Bebas Neue';
	border-bottom: 1px solid #DBDBDB;
	margin-bottom: 60px;
}
.section-title h2,
.section-title h1{
	font-weight: 700;
	font-size: 38px;
    line-height: 1.2;
}
.j-center{
	justify-content: center;
}
.for-b{
	display: none;
}

header{
	height: 650px;
	background: url(../img/head-bg.jpg) center top no-repeat;
	background-size: cover;
}
.header-top{
	height: 100px;
	background: #1A795B;
	color: #eee;
	display: flex;
    align-items: center;
}
.header-row{
	height: inherit;
}
.header-top .logo{
	display: flex;
	align-items: center;
}
.header-top .logo img{
	height: 60px;
	/*filter: brightness(10.0);*/
}
.header-top .logo-text{
	margin-left: 40px;
	width: 200px;
	line-height: 1.1;
}
.header-top .nav{
	display: flex;
	align-items: center;
	flex: auto;
	justify-content: center;
}
.header-top .nav a{
	color: #fff;
	margin: 0 10px;
	text-transform: uppercase;
}
.header-top .conacts-call{
	margin-left: auto;
	text-align: center;
	align-items: center;
}
.header-top .contacts{
	width: 200px;
	/*margin-left: auto;*/
	/*margin-right: 43px;*/
	text-align: center;
	line-height: 1.2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/*padding-top: 10px;*/
} 
.header-top .contacts-text{
	font-size: 12px;
}
.header-top .contacts-phone{
	color: #1C1A1A;
    font-size: 29px;   
    font-family: 'Bebas Neue';
    display: inline-block;
    font-weight: bold;
    color: #fff;
}
.header-top .contacts-email{
	display: inline-block;
	color: #1C1A1A;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    color: #fff;
}
.callme{
	display: inherit;
	width: 180px;
	height: 40px;
	margin: auto 0;
	color: #FFFFFF!important;
	justify-content: center;
    text-align: center;
    font-size: 20px;
    line-height: 37px;
    box-shadow: 0 2px 5px 0 #12543F;
    background-color: #1A795B;
    border-radius: 5px;
    font-family: 'Bebas Neue';
    text-decoration: none!important;
    border: 2px solid #aaa;
    transition: .3s;
}
.callme:hover{
	border: 2px solid #eee;
	text-decoration: none;
}

.header-cont{
	width: 560px;
}
.header-main{
	display: flex;
    align-items: center;
    height: calc(100% - 100px);
}
.header-main h1,
.h1{
    font-size: 38px;
    line-height: 1.2;
    font-family: 'Bebas Neue';
    font-weight: 700;
    /*border-left: 2px solid #BFBFBF;*/
    padding-left: 9px;
    position: relative;
}
.header-main h1::before{
	content: '';
	position: absolute;
	display: inline-block;
	width: 2px;
	height: 75px;
	background: #BFBFBF;
	left: 0;
	top: 6px;
}
.header-cont-text{
	font-size: 19px;
	line-height: 1.2;
	margin: 20px 0 30px;
}
.hamburger,
.nav-close{
	display: none;
}

.advantage{
	background: url(../img/block-bg-1.jpg) center top no-repeat;
	padding: 90px 0 75px;
}

.advantage-row .col{
	text-align: center;
	margin-bottom: 50px;
}
.col-img{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	margin: 0 auto 25px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	box-shadow: 0px 6px 20px rgb(127 127 127 / 40%);
}
.col-img img{
	
}
.col-text{
	font-size: 22px;
    line-height: 1.2;
    font-family: 'Bebas Neue';
}
.button-block{
	width: 230px;
}
.button-block a{
	display: block;
	color: #FFFFFF;
    text-align: center;
    font-size: 22px;
    line-height: 50px;
    box-shadow: 0 2px 5px 0 #12543F;
    background-color: #1A795B;
    border-radius: 6px;
    font-family: 'Bebas Neue';
    text-decoration: none;
    transition: .3s;
}
.button-block a:hover{
	box-shadow: 0 2px 10px 0 #12543F;
}

.service{
	padding: 90px 0 40px;
}
.service-col-wrap{
	display: flex;
	box-shadow: 0px 4px 20px rgb(165 165 165 / 40%);
    border-style: solid;
    border-width: 1px;
    border-color: #E0E0E0;
    background-color: #FFFFFF;
    border-radius: 10px;
    position: relative;
    padding: 25px;
}
.service-col-img{
	width: 190px;
}
.service-col-img img{
	width: 100%;
}
.service-col-cont{
	width: 230px;
	margin-left: 40px;
	padding-top: 50px;

}
.service-col-title{
	font-family: 'Bebas Neue';
	font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 30px;
}

.models{
	padding: 50px 0 0;
}
.models-col{
	width: 33.33%;
	padding: 0 10px;
    margin-bottom: 50px;
    text-align: center;
}
.models-col-wrap{
	display: flex;
	flex-direction: column;
	box-shadow: 0px 4px 20px rgb(165 165 165 / 40%);
    border-style: solid;
    border-width: 1px;
    border-color: #E0E0E0;
    background-color: #FFFFFF;
    border-radius: 10px;
    position: relative;
    padding: 40px 20px;
}
.models-col-title{
	font-family: 'Bebas Neue';
	font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 10px;
}
.models-col-img{
	height: 215px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	margin: 20px auto;
}
.models-col-img img{
	max-height: 100%;
	max-width: 100%;
}
.models-col-wrap .button-block{
	margin: auto;
}

.order{
	background: url(../img/block-bg-d.jpg) center no-repeat;
	background-size: cover;
	padding: 100px 0 70px;
}
.section-title.wite{
	color: #fff;
	border-color: #fff;
}
.order-ofert{
	list-style: none;
	
}
.order-ofert li{
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    padding: 20px 0;
    padding-right: 150px;
}
.order-ofert li img{
	width: 50px;
	height: 50px;
	margin-right: 15px;
	order: 0;
}
.order-form{
	width: 400px;
    border: 1px solid #FF0000;
    background: rgba(0,0,0,.4);
    border-radius: 10px;
    padding: 30px;
    margin: auto;
}
.order-form-row{
	align-items: center;
}
.order-form-title{
	color: #FFFFFF;
    text-align: center;
    font-size: 34px;
    line-height: 1.2;
    font-family: 'Bebas Neue';
    font-weight: 700;
    margin-bottom: 30px;
}
.order-form input{
	width: 100%;
	height: 60px;
	padding: 15px;
	font-size: 18px;
	margin-bottom: 20px;
	border-radius: 6px;
}
.order-form input[type="submit"]{
	border: none;
	color: #FFFFFF;
    font-size: 28px;
    line-height: 1;
    box-shadow: 0 2px 5px 0 #12543F;
    background-color: #1A795B;
    font-family: 'Bebas Neue';
    cursor: pointer;
}

.hwwork{
	padding: 80px 0 50px;
}
.hwwork-list{
	justify-content: space-around;
	position: relative;
	margin-bottom: 50px;
}
.hwwork-list::before{
	content: '';
	position: absolute;
	top: 52px;
	height: 2px;
	width: 900px;
	background: #1FBCF0;
	left: 50%;
	transform: translateX(-50%);
}
.hwwork-list-item{
	width: 165px;
	text-align: center;
}
.hwwork-list-img{
	width: 105px;
	height: 105px;
	background: url(../img/etap.jpg) center no-repeat;
	background-size: contain;
	margin: 0 auto 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.hwwork-list-img::after{
	content: '1';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -10px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #606060;
	color: #fff;
	text-align: center;
	line-height: 28px;
    font-family: 'Bebas Neue';
}
.hwwork-list-item:nth-of-type(2) .hwwork-list-img::after{
	content: '2';
}
.hwwork-list-item:nth-of-type(3) .hwwork-list-img::after{
	content: '3';
}
.hwwork-list-item:nth-of-type(4) .hwwork-list-img::after{
	content: '4';
}
.hwwork-list-item:nth-of-type(5) .hwwork-list-img::after{
	content: '5';
}
.hwwork-list-text{
	font-size: 20px;
    line-height: 1.2;
}

.map{
	height: 500px;
	position: relative;
}
.map-contacts{
	position: absolute;
	width: 548px;
	height: 249px;
	background: url(../img/cont.webp) center no-repeat;
	top: 50%;
	left: 50%;
	transform: translate(0, -50%);
}
.map-contacts-wrap{
	display: flex;
	flex-direction: column;
	color: #1C1A1A;
    font-size: 32px;
    line-height: 1.2;
    font-family: 'Bebas Neue';
    width: 400px;
    margin-top: 40px;
    margin-left: 90px;
}
.map-contacts-wrap a{
	text-decoration: none;
	color: #1C1A1A;
	margin-bottom: 12px;
}

.map-contacts-item{
	position: relative;
	display: flex;
	align-items: center;
}
.map-contacts-item::before{
	content: '';
	width: 44px;
	height: 44px;
	display: inline-block;
	margin-right: 20px;
}
.map-contacts-tel::before{
	background: url(../img/phone.png) center no-repeat;
}
.map-contacts-email::before{
	background: url(../img/mail.png) center no-repeat;
}
.map-contacts-addr::before{
	background: url(../img/map.png) center no-repeat;
}

.footer{
	padding: 30px 0;
}
.footer-row{
	align-items: center;
}
.footer-logo{
	display: flex;
	align-items: center;
}
.footer-logo .logo-link{
	width: 170px;
}
.footer-logo .logo-link img{
	width: 100%;
}
.footer-logo .logo-text{
	width: 200px;
    line-height: 1.2;
    margin-left: 30px;
}
.copyright-col{
	text-align: center;
}
.politic-link{
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px dashed;
	color: #222438;
    font-family: 'DINPro';
}
.phone-col{
	text-align: right;
}
.call-free{
	font-size: 12px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.footer .contacts-phone{
	color: #1C1A1A;
    font-size: 32px;
    line-height: 1.2;
    font-family: 'Bebas Neue';
}

.modal{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	display: none;
}
.modal-body{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 96%;
	max-width: 400px;
	padding: 40px;
	background: #fff;
	border-radius: 10px;
}
.modal-close{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(../img/close.png) center no-repeat;
	background-size: contain;
	cursor: pointer;
}
.modal-body-title{
	font-size: 25px;
    line-height: 1.2;
    font-family: 'Bebas Neue';
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
}
.modal-body-subtitle{
	text-align: center;
	line-height: 1.2;
	margin-bottom: 20px;
}
.modal-form input{
	width: 100%;
	height: 50px;
	border-radius: 6px;
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #aaa;
}
.modal-form input[type="submit"]{
	color: #FFFFFF;
    font-size: 22px;
    line-height: 1.2;
    box-shadow: 0 2px 5px 0 #12543f;
    background-color: #1A795B;
    border: none;
    font-family: 'Bebas Neue';
    cursor: pointer;
    transition: .3s;
}
.modal-form input[type="submit"]:hover{
	box-shadow: 0 2px 10px 0 #12543f;
}
.modal-privace{
	font-size: 13px;
	line-height: 1.2;
}

.post header{
	height: auto;
	background: url(../img/head-bg-min-l.jpg) center no-repeat;
	background-size: cover;
}

.header-page-main{
	padding: 50px 0;
}
.header-page-main h1{
    font-size: 38px;
    line-height: 1.2;
    font-family: 'Bebas Neue';
    font-weight: 700;
}
.article{
	padding: 80px 0 50px;
}
img.thumb{
	display: block;
	max-width: 100%;
	float: left;
	margin: 0 30px 30px 0;
}
.article-content{
	font-size: 17px;
}
.article-content p{
	margin-bottom: 25px;
}

.contacts-col-title{
	font-size: 24px;   
    font-family: 'Bebas Neue';
}
.contacts-link a{
	color: #1A795B;
}
.contacts-link.mail-link{
	font-size: 22px;
	font-weight: bold;
}
.contacts-link.phone-link{
	font-size: 30px;   
    font-family: 'Bebas Neue';
    font-weight: bold;
}

@media (max-width: 1199px){
	.header-top .logo img{
		height: 45px;
	}
	.header-top .logo-text{
		margin-left: 20px;
		width: 160px;
		font-size: 14px;
	}
	.service-col-wrap{
		padding: 20px;
	}
	.service-col-img{
		width: 150px;
	}
	.service-col-cont{
		margin-left: 20px;
		padding-top: 20px;
	}
	.hwwork-list::before{
		width: 700px;
	}
	.order-ofert li{
		padding-right: 50px;
	}
	.map-contacts{
		width: 450px;
		height: 210px;
		background-size: contain;
	}
	.map-contacts-wrap{
		width: 350px;
		font-size: 24px;
		margin-top: 30px;
    	margin-left: 80px;
	}
	.map-contacts-wrap a{
		margin-bottom: 1px;
	}
}

@media (max-width: 991px){
	header{
	    background: url(../img/head-bg-pl.jpg) center top no-repeat;
	    background-size: cover;
	}
	.header-top .logo{
		flex-direction: column;
	}
	.header-top .logo-text{
		margin-left: 0;
		margin-top: 5px;
		line-height: 1.1;
	}
	.header-top .nav a{
		font-size: 14px;
	}
	.callme{
		width: 160px;
		font-size: 18px;
	}
	.button-block a{
		font-size: 20px;
		line-height: 40px;
	}
	.col-text{
		font-size: 18px;
	}
	.advantage-row .col{
		padding: 0;
	}
	.service-col-wrap{
		flex-direction: column;
		align-items: center;
		padding: 30px;
	}
	.service-col-title{
		font-size: 20px;
		text-align: center;
		margin-bottom: 20px;
	}
	.service-col-cont{
		margin-left: 0;
		width: auto;
	}
	.models-col{
		width: 50%;
	}
	.hwwork-list-item{
		width: 20%;
	}
	.hwwork-list::before{
		width: 600px;
	}
	.hwwork-list-text{
		font-size: 17px;
	}
	.map-contacts{
		margin-left: -70px;
	}
	.footer-logo{
		flex-direction: column;
	}
	.footer-logo .logo-text{
		width: 160px;
		font-size: 14px;
	    line-height: 1.1;
	    margin-left: 0;
	    margin-top: 5px;
	}
	.footer .contacts-phone{
		font-size: 29px;
	}
}

@media (max-width: 767px){
	.header-top .nav{
		/*display: none;*/
		position: fixed;
		width: 240px;
		left: -250px;
		top: 0;
		min-height: 100vh;
		background: #fafafa;
		transition: .5s;
		z-index: 100;
		flex-direction: column;
    	align-items: flex-end;
    	padding-right: 40px;
	}
	.header-top .nav.opened{
		left: 0;
	}
	.header-top .nav a{
		display: block;
		color: #1A795B;
		font-size: 16px;
		margin: 10px 0;
	}
	.nav-close{
		display: block;
		position: absolute;
		width: 30px;
		height: 30px;
		top: 30px;
		right: 30px;
		font-size: 25px;
		cursor: pointer;
		color: #1A795B;
    	font-family: 'Bebas Neue';
	}
	.header-main,
	.header-page-main{
		position: relative;
	}
	.header-page-main{
		padding-top: 80px;
	}
	.hamburger{
		display: block;
		width: 40px;
		height: 40px;
		position: absolute;
		left: 50%;
		top: 20px;
		margin-left: -250px;
		cursor: pointer;
	}
	.hamburger span,
	.hamburger span::before,
	.hamburger span::after{
		display: inline-block;
		width: 100%;
		height: 3px;
		background: #1A795B;
		position: absolute;
		left: 0;
		
	}
	.hamburger span{
		top: 50%;
	}
	.hamburger span::before{
		content: '';
		top: -10px;
	}
	.hamburger span::after{
		content: '';
		bottom: -10px;
	}
	.header-cont{
		width: 100%;
	}
	.header-main h1{
		font-size: 32px;
	}
	.section-title{
		text-align: center;
	}
	.advantage{
		background-size: cover;
	}
	.advantage-row .col{
		padding: 0 15px;
	}
	.button-block{
		width: 200px;
	}
	.service-col,
	.models-col{
		width: 96%;
		max-width: 320px;
		margin: 0 auto 40px;
	}
	.service-col .button-block{
		margin: auto;
	}
	.hwwork-list{
		flex-direction: column;
		width: 300px;
		margin: 0 auto 40px;
	}
	.hwwork-list::before {
	    width: 2px;
	    height: 500px;
	    transform: none;
	    left: 60px;
	}
	.hwwork-list-item{
		width: 100%;
		display: flex;
		align-items: center;
		text-align: left;
	}
	.hwwork-list-img{
		background: url(../img/etap-rotate.jpg) center no-repeat;
		background-size: contain;
		flex-grow: 0;
	}
	.hwwork-list-img::after{
		top: 100px;
		right: 50%;
		margin-right: -15px;
	}
	.hwwork-list-img img{
		display: block;
	}
	.hwwork-list-text{
		width: 160px;
		margin-left: 20px;
	}
	.map-contacts{
		width: 320px;
		height: 140px;
		left: auto;
    	right: 10px;
	}
	.map-contacts-wrap{
		font-size: 18px;
		width: 250px;
		margin-left: 60px;
		margin-top: 25px;
	}
	.map-contacts-item::before{
		width: 27px;
		height: 27px;
		background-size: contain;
		margin-right: 10px;
	}
	.logo-col{
		order: 0;
		flex: 0 50%;
		max-width: 100%;
	}
	.phone-col{
		order: 1;
		flex: 0 50%;
		max-width: 100%;
	}
	.copyright-col{
		order: 2;
		flex: 0 100%;
		max-width: 100%;
		margin-top: 20px;
	}
	.footer .contacts-phone{
		font-size: 32px;
	}
	.contacts-row{
		flex-direction: column;
	}
	.col.contacts-col{
		flex: 0 100%;
		margin-bottom: 30px;
	}
}

@media (max-width: 575px){
	header{
		height: auto;
	    background: url(../img/head-bg-pl-1.jpg) center top no-repeat;
	    background-size: cover;
	}
	.header-top{
		height: auto;
		padding: 5px 0;
	}
	.header-top .logo{
		width: 100%;
		justify-content: center;
		flex-direction: row;
		margin-bottom: 20px;
	}
	.header-top .logo-text{
		margin-left: 20px;
	}
	.header-top .contacts{
		margin-right: auto;
	}
	.header-cont{
		width: 350px;
	}
	.hamburger{
		left: 15px;
		margin-left: 0;
	}
	.header-main{
		height: auto;
		padding: 90px 0 50px;
	}
	.header-main h1{
		font-size: 25px;
	}
	.header-main h1::before{
		top: 2px;
		height: 53px;
	}
	.section-title{
		margin-bottom: 40px;
	}
	.section-title h2,
	.section-title h1{
		font-size: 28px;
	}
	.order-ofert{
		max-width: 360px;
		width: 96%;
		margin: 0 auto 30px;
	}
	.order-ofert li{
		font-size: 16px;
		padding: 12px 0;
	}
	.order-form{
		width: 96%;
		max-width: 360px;
		margin: auto;
	}
	.advantage{
		padding: 45px 0;
	}
	.service {
	    padding: 45px 0 20px;
	}
	.models{
		padding-top: 30px;
	}
}

@media (max-width: 360px){
	.header-top .conacts-call{
		margin-right: auto;
	}
	.header-top .contacts {
	    margin-left: auto;
	    margin-top: 10px;
	}
	.header-cont{
		width: 96%;
	}
	.header-main h1{
		padding-left: 0;
	}
	.header-main h1::before{
		display: none;
	}
	.section-title h2,
	.section-title h1{
		font-size: 24px;
	}
	.header-top .logo{
		flex-direction: column;
	}
	.header-top .logo-text{
		margin-left: 0;
	}

	.advantage-row{
		flex-direction: column;
	}
	.advantage-row .col{
		margin: 0 auto 40px;
		flex: 0;
		width: 180px;
	}
	.logo-col{
		margin: 0 auto 15px;
		flex: 0 100%;
	}
	.order-form{
		padding: 20px;
	}
	.order-form-title{
		font-size: 26px;
		margin-bottom: 10px;
	}
	.order-form input{
		height: 45px;
		margin-bottom: 10px;
	}
	.order-form input[type="submit"]{
		font-size: 22px;
		padding: 0;
	}
	.map{
		height: auto;
	}
	.map-contacts{
		width: 100%;
		height: auto;
		background: #fff;
		position: static;
		margin-left: 0;
	}
	.map-contacts-wrap{
		width: auto;
	    margin-left: 30px;
	    margin-top: 50px;
	}
	.phone-col{
		margin: 0 auto 20px;
		flex: 0 100%;
		text-align: center;
	}
	.call-free{
		margin-bottom: 0;
	}
	.copyright-col{
		margin-top: 0;
	}
	.modal-body{
		padding: 20px;
	}
	.modal-form input{
		height: 45px;
		margin-bottom: 10px;
	}
	.modal-form input[type="submit"]{
		line-height: 1;
		font-size: 20px;
	}
}