@font-face {
	font-family: 'TildaSans';
	src: url('/tilda-sans/TildaSans-Light.eot');
	src:
	     url('/tilda-sans/TildaSans-Light.eot?#iefix') format('embedded-opentype'),
	     url('/tilda-sans/TildaSans-Light.woff2') format('woff2'),
	     url('/tilda-sans/TildaSans-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'TildaSans';
	src: url('/tilda-sans/TildaSans-Regular.eot');
	src:
	     url('/tilda-sans/TildaSans-Regular.eot?#iefix') format('embedded-opentype'),
	     url('/tilda-sans/TildaSans-Regular.woff2') format('woff2'),
	     url('/tilda-sans/TildaSans-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'TildaSans';
	src: url('TildaSans-Medium.eot');
	src:
	     url('/tilda-sans/TildaSans-Medium.eot?#iefix') format('embedded-opentype'),
	     url('/tilda-sans/TildaSans-Medium.woff2') format('woff2'),
	     url('/tilda-sans/TildaSans-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'TildaSans';
	src: url('/tilda-sans/TildaSans-Semibold.eot');
	src:
	     url('/tilda-sans/TildaSans-Semibold.eot?#iefix') format('embedded-opentype'),
	     url('/tilda-sans/TildaSans-Semibold.woff2') format('woff2'),
	     url('/tilda-sans/TildaSans-Semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'TildaSans';
	src: url('/tilda-sans/TildaSans-Bold.eot');
	src:
	     url('/tilda-sans/TildaSans-Bold.eot?#iefix') format('embedded-opentype'),
	     url('/tilda-sans/TildaSans-Bold.woff2') format('woff2'),
	     url('/tilda-sans/TildaSans-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'TildaSans';
	src: url('/tilda-sans/TildaSans-ExtraBold.eot');
	src:
	     url('/tilda-sans/TildaSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
	     url('/tilda-sans/TildaSans-ExtraBold.woff2') format('woff2'),
	     url('/tilda-sans/TildaSans-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'TildaSans';
	src: url('/tilda-sans/TildaSans-Black.eot');
	src:
	     url('/tilda-sans/TildaSans-Black.eot?#iefix') format('embedded-opentype'),
	     url('/tilda-sans/TildaSans-Black.woff2') format('woff2'),
	     url('/tilda-sans/TildaSans-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}


body{
	margin:0;
	font:100%/1.5em 'TildaSans', Arial, sans-serif;
	color:#333;
	line-height:1.2;
}
*{box-sizing:border-box;}
#vk_groups{width:100%; box-sizing:border-box;}
#vk_comments, #vk_comments iframe {
	width: 100% !important;
}
.clr:before,.clr:after{
	content:" ";
	display:table;
}
.clr:after{
	clear:both;
}
.flex{
	display:flex;
	flex-wrap:wrap;
}
.jc-sb{
	justify-content:space-between;
}
.jc-c{
	justify-content:center;
}
.ai-c{
	align-items:center;
}
.ai-e{
	align-items:flex-end;
}

.wdth1200{
	margin: 0 auto;
	max-width: 1240px;
	width: 100%;
	padding: 0 20px;
}
h1{
	text-align:center;
	font-size: 4em;
}
h1, h2, h3, h4{
	/* font-family:'Noto Serif'; */
}
header{
	background: #fff;
    color: #000;
	position: relative;
	
	
}
header.mainheader{
	background:none;
}
header a{
	color:#000;
	text-decoration:none;
}
.logotip img{
	width: 80px;
}
.right-nav{
	display: flex;
	align-items:center;
	font-size: .875em;
}
.menu a{
	color:#000;
	font-weight:600;
	margin:0 20px;
	opacity:.8;
	transition:.2s;
}

.menu a:hover{
	opacity:1;
}

.menu a.menutel{
	display:none;
}
.contactlink{
	padding: 12px 30px;
    margin: 0 0 0 20px;
    transition: .2s;
    background: #eb633d;
    color: #fff;
    font-weight: 600;
}
.contactlink:hover{
	background:#fff;
	color:#000;
}
.lang a{
	opacity:.5;
	margin:0 0 0 10px;
	transition:.2s;
}
.lang a:hover, .lang a.active{
	opacity:.9;
}
.menu-burger {
	margin: 0 0 0 10px;
	display: none;
	width: 38px;
	height: 13px;
	position: relative;
}
.lm{
	height: 1px;
	position: absolute;
	display: block;
	background: #000;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	left:0;
}
.lm1{
	top:0;
	width: 38px
}
.lm2{
	top:6px;
	width: 38px
}
.lm3{
	bottom:0;
	width: 30px
}

.opm .lm1{
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}
.opm .lm2{
	width: 26px;
	-webkit-transform: rotate(45deg) translateX(0px) translateY(-14px);
	-ms-transform: rotate(45deg) translateX(0px) translateY(-14px);
	transform: rotate(45deg) translateX(0px) translateY(-14px);
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
.opm .lm3{
	width: 26px;
	-webkit-transform: rotate(-45deg) translateX(9px);
	-ms-transform: rotate(-45deg) translateX(9px);
	transform: rotate(-45deg) translateX(9px);
}




.lokomotiv{
	color:#fff;
	position:relative;
}

.lokoimg{
	width:100%;
}
.lokocont{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	background-image: -webkit-linear-gradient(top, rgba(9, 47, 51, 0.2), rgba(8, 29, 31, 0.7));
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.lokomotiv .wdth1200{
	position:relative;
	z-index:1;
}
.maintext{
	text-align: center;
}
.maintext p{
	font-size:2.5em;
	max-width: 769px;
    margin: 20px auto;
	font-weight: 600;
}
.container{
	padding:80px 0;
}
.contain{
	margin:80px 0;
}

.about-img{
	width:49%;
}
.about-img img{
	width:100%;
	border-radius: 10px;
}
.about{
	width:49%;
	text-align: left;
	position: relative;
	margin:0;
}
.about h2{
	font-size:2.25em;
	text-align: left;
	margin:0;
}
.about h2:after{
	content:'';
	display:block;
	width:50px;
	height: 1px;
    background: #ddd;
	margin:20px 0 0;
}

.about p{
	font-size: 1.5em;
    font-weight: 300;
    line-height: 1.4;
}

h2{
	font-size: 2em;
    margin: 40px 0 100px;
}
.h2-c{
	font-size: 2.5em;
	text-align:center;
}

.forclients-description{
	font-size:1.5em;
	text-align:center;
	margin: 0 0 60px;
}

.ww{
	width:24%;
	margin:0 0 60px;
	position:relative;
	max-width: 245px;
}
.ww div{
	font-size: 1.5em;
    border-bottom: 4px solid #333;
    padding: 0 0 20px;
    font-weight: 800;
	margin: 0 0 20px;
}
.ww p {
	margin: 0;
    font-size: 1.125em;
    font-weight: 300;
}

.slide1{
	object-fit: cover;
    object-position: center;
}
.textblock{
	width: 100%;
    max-width: 690px;
    margin: 0 auto;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
} 
.about-img2{
	width:32%;
}
.about-img2 img{
	width:100%;
	border-radius:10px;
}
.about-img1{
	width:49%;
}
.about-img1 img{
	width:100%;
	border-radius:10px;
}


.city{
	display:none;
}
.fullteam{
	display:block;
	text-decoration:none;
	padding:16px 20px;
	border:1px solid #fff;
	margin:20px auto;
	text-align:center;
	width:100%;
	max-width:230px;
	transition:.2s;
}
.fullteam:hover{
	background:#fff;
	color:#000;
}

.contact-text{
	width:40%;
}
.contact-text a{
	color:#000;
	text-decoration:none;
}

.contact-text h2{
	font-size:1.5em;
	margin:20px 0 40px;
}
.contact-text p{
	font-size:1.25em;
}
.contact-map{
	width:55%;
}
.map-responsive{
	overflow:hidden;
	position:relative;
	height:0;
}
.map-responsive iframe{
	left:0;
	top:0;
	height:100% !important;
	width:100%;
	position:absolute;
}
.socbuttons{
	display:flex;
	margin:30px 0;
}
.socbuttons a{
	width:30px;
	height:30px;
	margin:0 5px 0 0;
}
.wa{
	background:url(/images/icon-wa.svg) no-repeat;
	background-size:30px;
}
.tg{
	background:url(/images/icon-tg.svg) no-repeat;
	background-size:30px;
}
.vk{
	background:url(/images/icon-vk.svg) no-repeat;
	background-size:30px;
}

footer{
	background:#000;
	padding:30px 0;
	color:#fff;
}
footer a{
	color:#fff;
	text-decoration:none;
}
.breadcrumbs{
	font-size:.75em;
	color:#999;
	text-align:center;
}
.breadcrumbs a{
	color:#999;
}

.wwbl{
	width:49%;
	max-width:410px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	    margin: 20px 30px;
}
.wbimg {
	width:120px;
}
.wbimg img{
	width:100%;
}
.wbtxt{
	width:calc(100% - 140px);
	
}

.prod{
	width:31%;
	text-align:center;
	margin:0 0 40px;
}
.prodimg{
	width:100%;
}
.prodimg img{
	width: 100%;
    object-fit: cover;
    object-position: center;
}
.prod-bigtxt{
	display:none;
}
.prodtxt h4{
	font-size:1.125em;
}

.scontrol{
	width:31%;
	margin:0 0 40px;
	color:#fff;
}
.prodtxt h4{
	font-size:1.25em;
}

.popup{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.2);
	padding:40px 20px;
	overflow-y: scroll;
	z-index: 1;
}
.hover{
	width:100%;
	max-width:1200px;
	padding:40px;
	background:#fff;
	margin:0 auto;
	display: flex;
    justify-content: space-between;
	flex-wrap:wrap;
}
.hover .prod-bigtxt{
	display:block;
}
.hover .prodimg{
	width:290px;
}
.hover .prodtxt{
	width:calc(100% - 310px);
	
}
.hover{}
.hover{}

@media screen and (max-width:1024px){
	.hover {
		max-width:600px;
	}
	.hover .prodimg{
		width:100%;
	}
	.hover .prodtxt{
		width:100%;
		
	}
	.wdth1200{
		max-width: 640px;
	}
	.contain {
		margin: 40px 0;
	}
	header{
		z-index: 2;
	}
	header.mainheader {
		background: #000;
		padding: 20px;
	}
	.logotip {
		font-size: 1em;
	}
	.menu-burger {
		display: block;
	}
	.menuosn {
		position: absolute;
		top: -500px;
		left: 0;
		width: 100%;
		background: #fff;
		overflow-y: hidden;
		transition: .2s;
		text-align:center;
		display:flex;
		justify-content:right;
		flex-wrap:wrap;
	}
	.menuosn.opened {
		top: 58px;
		border-top: 1px solid #ddd;
		padding: 0 0 20px;
	}
	.menuosn .menu, .menuosn .lang{
		width:100%;
	}
	.menuosn .lang{
		display: flex;
		justify-content: right;
		padding: 20px;
	}
	
	.menuosn .menu a{
		display: block;
		padding: 12px 20px;
		text-align: right;
		border-bottom: 1px solid #ddd;
		color:#333;
	}
	.menu a.menutel{
		font-size:1.5em;
		font-weight:600;
	}
	.contactlink {
		margin: 20px 20px 0;
	}
	h1{
		font-size: 2.5em;
		font-weight: 600;
	}
	.about h2 {
		text-align: center;
	}
	.about p {
		font-size: 1.5em;
	}
	.ww span {
		width: 40px;
		height: 40px;
		font-size: 1.125em;
	}
	.maintext p {
		font-size: 1.25em;
	}
	.ww {
		width: 48%;
	}
	.ww h4 {
        font-size: 1.5em;
        width: calc(100% - 55px);
    }
	.wwbl {
		width: 100%;
		max-width: 400px;
		margin: 10px 0;
	}
	.wbimg {
		width: 90px;
	}
	.wbtxt {
		width: calc(100% - 100px);
	}
	.prod {
		width: 49%;
	}
	.scontrol {
		width:100%;
		margin: 0 0 20px;
	}
	h2 {
		font-size: 1.5em;
		margin: 20px 0 60px;
	}
	.h2-c {
		font-size: 1.75em;
	}
	.container {
		padding: 40px 0;
	}
	.textblock{
		font-size: 1.5em;
	}
	.forclients-description {
		font-size: 1.25em;
		margin: 0 0 40px;
	}
	.ourteam {
		padding: 0 0 1px;
	}
	.contact-text {
		width: 100%;
	}
	.contact-map {
		width: 100%;
	}
	.contact-text p {
		font-size: 1.25em;
	}
	footer .flex {
		justify-content: center;
	}
	footer .right-nav{
		width: 100%;
		display: flex;
		justify-content: center;
		margin: 20px 0 0;
	}
	.about-img {
		width: 100%;
		margin: 0 0 20px;
	}
	.about {
		width: 100%;
	}
	
	.about h2:after{
		margin: 20px auto 0;
	}
	.about-img2, .about-img1{
		width: 49%;
		margin:0 0 10px;
	}
	.about-img2:first-child {
		width: 100%;
	}
}
@media screen and (max-width:500px){
	h1 {
        font-size: 1.75em;
    }
	.about h2 {
    	font-size: 1.875em;
	}
	h2 {
        font-size: 1.5em;
		margin: 20px 0 40px;
    }
	.ww div {
		font-size: 1.25em;
		border-bottom: 3px solid #333;
	}
	.ww {
		margin: 0 0 40px;
	}
	.prod {
        width: 100%;
    }
	.about p {
        font-size: 1.25em;
		font-weight: 400;
	}
	.ww h4 {
        font-size: 1.25em;
        font-weight: 400;
    }
	.textblock {
        font-size: 1.25em;
        font-weight: 400;
    }
}














