body{
	margin:0;
	font:100%/1.5em 'Roboto', sans-serif;
}
*{box-sizing:border-box;}
#vk_groups{width:100%; box-sizing:border-box;}
#vk_comments, #vk_comments iframe {width: 100% !important;}
.fb-comments, .fb-comments span, .fb-comments iframe {width: 100% !important;}
.clr:before,.clr:after{content:" ";display:table;}
.clr:after{clear:both;}
.wdth960 {
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1280px;
	width:100%;
}
.flex{
	display:flex;
	flex-wrap:wrap;
}
.ai-c{
	align-items:center;
}
.ai-b{
	align-items: flex-start;
}
.jc-sb{
	justify-content:space-between;
}
.jc-e{
	justify-content:end;
}
.jc-c{
	justify-content:center;
}

.lokomotiv{
	background:url(/images/fonimg2.jpg) no-repeat center;
	background-size:cover;
	min-height:80vh;
	padding:20px 0 80px;
}
.header{
}

.logo{
	width:150px;
	margin:0 50px 0 0;
}
.logo img{
	width:100%;
	box-shadow: 0 0 30px rgb(255 255 255 / 50%);
}

.menu-burger{
	display:none;
	background: url(../images/menu-burger.svg) no-repeat center rgba(0,0,0,.8);
    width: 40px;
    height: 40px;
    /* padding: 5px; */
    border-radius: 2px;
    position: fixed;
    top: 16px;
    left: 40px;
}
.popup-close {
	display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    display: none;
    z-index: 11;
}
.close-menu {
    position: absolute;
    top: 13px;
    right: 10px;
    cursor: pointer;
    transition: .2s;
}
.clsmenu{
	display:none;
}
.open-group a{
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid rgba(255,255,255,.3);
	font-weight:100;
	line-height:1;
	margin:0 30px 0 0;
}
.open-group a:hover{
	border-bottom:1px solid rgba(255,255,255, 0);
}
.number a{
	display:block;
	text-decoration:none;
	color:#fff;
	line-height: 1.2;
}
.button{
	padding:20px 30px;
	font-size:.875em;
	line-height:1.2;
	font-weight:600;
	transition:.2s;
	cursor:pointer;
	background:#feb902;
	color:#fff;
	display:table;
	text-align:center;
}
.button:hover{
	opacity:.8;
}
.header .button:hover{
	background:#feb902;
	color:#fff;
}
.header .button{
	margin:0 0 0 20px;
	color:#feb902;
	border:2px solid #feb902;
	background:none;
	padding:10px 20px;
}

.lokocontent{
	margin:60px 0 0;
	color:#fff;
}
h1{
	font-size:3em;
	font-weight:900;
	color:#fff;
	line-height:1.2;
	text-transform:uppercase;
}
h1 span{
	border-bottom:1px solid rgba(255,255,255,.3);
}
.lokoww{
	margin:40px 0 0;
}

.txtblock{
	line-height:1.2;
	color:#333;
	margin:0 0 40px;
}
.txtblock h4{
	font-size:1.5em;
	margin:10px 0;
}
.txtblock h4 span{
	border-bottom:1px solid rgba(51,51,51,.3);
}
.lokocontent .txtblock h4 span{
	border-bottom:1px solid rgba(255,255,255,.3);
}
.txtblock p{
	font-size:.875em;
}
.headerww{
	width:180px;
	margin:0 20px 0 0;
	color:#fff;
}
.lokocontent .button{
	margin:20px 0 0;
}

.content{
	margin:60px 0 0;
}

h2{
	font-size:3em;
	font-weight:900;
	color:#333;
	line-height:1.2;
	text-transform:uppercase;
	margin:20px 0 40px;
}
h2 span{
	border-bottom:1px solid rgba(51,51,51,.3);
}
.fon2{
	background:url(/images/fon3.jpg) no-repeat right top;
	background-size:cover;
	padding:60px 0;
}
.fon2 h2{
	color:#fff;
}
.fon2 h2 span{
	border-bottom:1px solid rgba(255,255,255,.3);
}

.fon2 .txtblock{
	color:#fff;
}
.fon2 .txtblock h4 span{
	border-bottom:1px solid rgba(255,255,255,.3);
}
.usl{
	width:32%;
}
.usl img{
	width:100%;
}
.wdth50{
	width:45%;
}
.mySwiper1{
	width:48%;
	margin: 0 !important;
}
.swiper-slide img {
    width: 100%;
}
.ourprojects{
	width:50%;
}
.ourprojects ul{
	list-style:none;
	padding:0;
	margin:0 0 20px;
}
.ourprojects ul > li{
	padding-left: 20px;
    position: relative;
    margin: 15px 0;
	font-size:.875em;
	line-height:1.2;
}
.ourprojects ul > li:before{
    content: '';
    position: absolute; top: 0; left: 0;
	width:16px;
	height:16px;
    background:url(../images/galka.svg) no-repeat 0 center;
	background-size:16px;
}
.fon3{
	background:#f0f0f0;
	padding:60px 0;
}
.wdth60{
	width:60%;
}
.ww h4{
	height:48px;
	padding: 6px 0 6px 60px;
}
.ww1{
	background:url(../images/ww1.svg) no-repeat 0 center;
	background-size:48px;
}
.ww2{
	background:url(../images/ww2.svg) no-repeat 0 center;
	background-size:48px;
}
.ww3{
	background:url(../images/ww3.svg) no-repeat 0 center;
	background-size:48px;
}
.feedback{
	background:#1B66A1;
	padding:30px 50px;
	width:38%;
	
}
.feedback .txtblock{
	color:#fff;
}
.feedback .txtblock h4 span{
	border-bottom:1px solid rgba(255,255,255,.3);
}
.dyn input{
	outline:none;
	padding:10px 0;
	color:#fff;
	border:0;
	border-bottom:1px solid #f0f0f0;
	margin:40px 0 0;
	background:none;
	display:block;
	width:100%;
}
.dyn input:focus{
	border-bottom:1px solid #fff;
}
.dyn input::placeholder {
	color:rgba(255,255,255,.7);
}
.hover .dyn input{
	color:#333;
	border-bottom:1px solid #ddd;
}
.hover .dyn input:focus{
	border-bottom:1px solid #1B66A1;
}
.hover .dyn input::placeholder {
	color:rgba(0,0,0,.6);
}
.dyn .button {
	margin:40px 0 0;
	width:100%;
}
.mapblock{
	position:relative;
}
.mapcontacts{
	position:absolute;
	top:10%;
	left:0;
	width:100%;
	height:80%;
	z-index:1;
}
.mobmap{
	display:none;
}
.contacts{
	background:rgba(255, 255, 255, 0.9);
	padding:30px 50px;
	width:38%;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.25);
}

.popup{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8);
	overflow-y:scroll;
	z-index:1;
	padding: 30px 5%;
}
.hover{
	background:#fff;
	padding:30px 50px;
	width:100%;
	max-width:400px;
	position:relative;
}


@media screen and (max-width:1090px){
	.logo {
		width: 120px;
		margin: 0 10px 0 0;
	}
	.open-group a{
		margin: 0 20px 0 0;
		font-size: .875em;
	}
	.number a{
		font-size: .875em;
	}
	h1, h2 {
		font-size: 2.5em;
	}
	.txtblock h4 {
		font-size: 1.25em;
	}
}
@media screen and (max-width:1024px){
	.logo {
		margin: 0 20px 0 54px;
	}
	.open-group {
		position: fixed;
		left: 0;
		top: 0;
		width: 300px;
		height: 100%;
		background: rgb(17 75 121 / 90%);
		z-index: 12;
		display: block;
		left: -300px;
		transition: .2s;
		padding: 40px 40px;
	}
	.clsmenu{
		display:block;
	}
	.open-group a {
		font-size: 1.25em;
		color: #fff;
		text-decoration: none;
		padding: 15px 0;
		border-bottom: 1px solid rgba(0,0,0,.1);
		display: block;
		transition: .2s;
		font-weight: 300;
	}
	.menu-burger {
		display:block;
	}
}
@media screen and (max-width:769px){
	.button{
		margin:40px auto 0;
	}
	.number a {
		color: rgba(255,255,255,.8);
	}
	.header .button {
    color: rgba(255,255,255,.8);
    border: 1px solid rgba(255,255,255,.8);
	}
	h1, h2 {
		font-size: 2em;
		text-align: center;
	}
	.lokocontent {
		margin: 40px 0 0;
		text-align: center;
	}
	.lokomotiv{
		padding: 20px 0 40px;
		min-height: 10vh;
	}
	.lokoww {
		margin: 0;
		justify-content: center;
	}
	.lokocontent .button {
		margin: 20px auto 0;
	}
	.lokocontent .txtblock h4 span br{
		display:none;
	}
	h1 br, h2 br{
		display:none;
	}
	.content {
		margin: 40px 0 0;
	}
	.usl {
		width: 48%;
	}
	.wdth50, .wdth60{
		width: 100%;
	}
	.feedback{
		width: 100%;
		margin: 0 auto;
	}
	.ourprojects {
		width: 100%;
		margin: 0 0 20px;
	}
	.mySwiper1 {
		width: 100%;
		margin: 0 0 20px !important;
	}
	.contacts{
		width: 100%;
		max-width: 400px;
	}
	.fon2{
		padding: 40px 0;
	}
}
@media screen and (max-width:630px){
	.wdth960{
		padding: 0 5%;
	}
	.menu-burger{
		left: 5%;
	}
	.header .button, .txtblock h4 br, .descmap{
		display:none;
	}
	.mapcontacts{
		position: relative;
		top: 0;
		left: 0;
		height: auto;
	}
	.contacts{
		max-width: 100%;
		padding: 20px 0 0;
		box-shadow: none;
	}
	.mapcontacts .txtblock h4{
		font-size:2em;
		text-align:center;
		margin: 20px 0 40px;
	}
	.mobmap{
		display:block;
	}
	.fon2 .txtblock {
		text-align: center;
	}
}
@media screen and (max-width:500px){
	h1, h2 {
    font-size: 1.875em;
	}
	.headerww {
		width: 100%;
		margin: 0 0 10px;
		color: #fff;
	}
	.usl {
		width: 100%;
	}
}
@media screen and (max-width:440px){
	h1, h2 {
    font-size: 1.5em;
	}
	.hover {
    padding: 30px 40px;
	}
}






