@font-face {
    font-family: 'Museo Cyrl';
    src: url('../fonts/MuseoCyrl-900.eot');
    src: url('../fonts/MuseoCyrl-900.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MuseoCyrl-900.woff2') format('woff2'),
        url('../fonts/MuseoCyrl-900.woff') format('woff'),
        url('../fonts/MuseoCyrl-900.ttf') format('truetype'),
        url('../fonts/MuseoCyrl-900.svg#MuseoCyrl-900') format('svg');
    font-weight: bold;
    font-style: normal;
	font-display: fallback;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: fallback;
}

body {
	font: 18px/150% "Roboto";
	color: #000;
}


::placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
}

::-ms-input-placeholder {
  color: #000;
}

:focus::-webkit-input-placeholder { color:transparent; }
:focus:-moz-placeholder { color:transparent; }
:focus::-moz-placeholder { color:transparent; }
:focus:-ms-input-placeholder { color:transparent; }


header {
	background: #606060;
	height: 90px;
	color: #fff;
	font-family: 'Museo Cyrl';
	font-weight: bold;
}
header .logo {
	float: left;
	height: 70px;
	margin-top: 10px;
	background: url(../img/logo.png) 0px 0px no-repeat;
	background-size: 93px 70px;
	padding-left: 110px;
	color: #fff;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 135%;
	text-decoration: none;
}
header .logo:hover {
	text-decoration: none;
}
header .address {
	padding-top: 10px;
	font-size: 16px;
	line-height: 150%;
}
header .phone {
	padding-top: 15px;
	font-size: 28px;
	text-align: right;
	line-height: 100%;
}
header .phone a {
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	display: inline-block;
	line-height: 28px;
}
header .phone span {
	display: inline-block;
	font-size: 16px;
	border-bottom: 2px dashed #fdc300;
	color: #fdc300;
	white-space: nowrap;
	line-height: 20px;
	cursor: pointer;
}
header .phone span:hover {
	color: #fff;
	border-color: #fff;
}

.slide {
	height: 560px;
	text-align: center;
	background: url(../img/header.jpg) center center no-repeat;
	position: relative;
}
.slide::before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	background: rgba(0,0,0,0.4);
}
.slide h1 {
	position: relative;
	z-index: 2;
	margin: 0px;
	color: #fff;
	font-family: 'Museo Cyrl';
	font-weight: bold;
	font-size: 56px;
	line-height: 150%;
	padding: 100px 130px 0px 130px;
}


h2 {
	margin-top: 70px;
	margin-bottom: 40px;
	font-family: 'Museo Cyrl';
	font-weight: bold;
	font-size: 40px;
	line-height: 150%;
	text-align: center;
}
.serv {
	text-align: center;
	margin-bottom: 60px;
	font-family: 'Museo Cyrl';
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
}
.serv img {
	margin-bottom: 10px;
}

.phone-text {
	margin-top: 30px;
	margin-bottom: 80px;
	font-family: 'Museo Cyrl';
	font-weight: bold;
	font-size: 30px;
	line-height: 150%;
	text-align: center;
}
.phone-text a {
	color: #fdc300;
	white-space: nowrap;
}

.form {
	background: url(../img/form.jpg) center center no-repeat;
	position: relative;
	padding-top: 30px;
	padding-bottom: 50px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
}
.form::before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	background: rgba(0,0,0,0.5);
}
.form .title {
	position: relative;
	z-index: 2;
	color: #fff;
	font-family: 'Museo Cyrl';
	font-weight: bold;
	font-size: 36px;
	line-height: 150%;
	margin-bottom: 30px;
}
.form input {
	width: 240px;
	height: 48px;
	border-radius: 4px;
	border: none;
	margin-right: 13px;
	padding: 0px 20px;
	background: #fff;
	position: relative;
	z-index: 2;
	font-size: 18px;
}
.form button {
	background: #fdc300;
	height: 48px;
	border-radius: 4px;
	border: none;
	padding: 0px 45px;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #000;
	position: relative;
	z-index: 2;
	font-family: 'Museo Cyrl';
	font-weight: bold;
}
.tech {
	font-family: 'Museo Cyrl';
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
	margin-top: 50px;
}
.tech li {
	margin-bottom: 20px;
}
.contacts .t {
	color: #777;
}
.contacts p {
	font-family: 'Museo Cyrl';
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
}
.contacts p a {
	color: #000;
}

#map {
	height: 500px;
	margin-top: 30px;
	margin-bottom: 30px;
}

footer {
	padding: 15px 0px;
	text-align: center;
	background: #909090;
	color: #fff;
	font-size: 14px;
}


/* XS */
@media (max-width: 767px) {
	body {
		font-size: 16px;
		line-height: 150%;
	}
	header {
		height: auto;
		padding: 15px 0px 30px 0px;
	}
	header .logo {
		float: none;
		display: block;
		width: 250px;
		margin: 0px auto 15px auto;
	}
	header .address {
		font-size: 18px;
		text-align: center;
		margin-bottom: 15px;
	}
	header .address br {
		display: none;
	}
	header .phone {
		text-align: center;
	}
	.slide {
		background-size: auto 100%;
		padding: 80px 0px;
		height: auto;
	}
	.slide h1 {
		padding: 0px;
		font-size: 28px;
		line-height: 150%;
	}
	h2 {
		font-size: 24px;
		line-height: 150%;
	}
	.phone-text { 
		font-size: 22px;
		margin-bottom: 40px;
		margin-top: 0px;
	}
	.form {
		padding: 30px 15px;
	}
	.form .title {
		font-size: 28px;
		line-height: 150%;
	}
	.form input {
		width: 100%;
		margin-bottom: 30px;
	}
	.about-img {
		margin: 30px 0px;
	}
	footer {
		font-size: 13px;
		padding: 15px;
	}
}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {
	.slide h1 {
		padding: 100px 0px 0px 0px;
	}
	.form {
		padding-left: 50px;
		padding-right: 50px;
	}
	.form input {
		margin-bottom: 30px;
		margin-right: 30px;
	}
	.form input + input {
		margin-right: 0px;
	}
}

/* MD */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* LG */
@media (min-width: 1200px) {

}