.head_slide {
	left: 0;
	margin: 0;
	position: fixed;
	right: 0;
	top: -70px;
	height: 60px;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-transition: top 0.7s ease;
}
.hdslide_inn {
	margin: 0 auto;
	max-width: 1170px;
	padding: 0 10px;
}
.hdslide_home {
	float: left;
	/* background: #cc0000; */
	color: #fff;
	height: 60px;
	margin-right: 3%;

/* Hide the text. */
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/* .hdslide_home img {
	width: 200px;
    height: auto;
    padding-top: 8px;
} */

.hdslide_home-logo {
    width: 200px;
    height: 42px;
    display: block;
    margin-top: 9px;
    background: url('../../images/logo.svg') no-repeat;
	background-size: contain;
}
.hdslide_contact {
	position: relative;
	float: right;
	margin: 15px 20px 0 0;
	text-align: right;
}
.hdslide_contact_nomer {
	font-size: 1.4em;
}
#header .hdslide_inn .header-phone__main-phone:before {
	display: none;
}
#header .header-fix-phone a {
	color: #222;
}
#header .header-fix-phone .header-phone__popup-link-phone {
	font-size: 0.9em;
}
.header-fix {
    position: sticky;
    top: 0;
    z-index: 1000;
}
.header-fix-phone .header-phone__popup {
	border-width: 1px;
}
.hdslide_contact_zayvka {
	float: right;
	margin: 0;
	margin-top: 5px;
	background: #e65100;
	border-radius: 4px;
	border: 1px solid #e65100;
}
.hdslide_contact_zayvka a {
	display: block;
	padding: 10px 15px;
	color: #fff;
}
.hdslide_contact_zayvka:hover {
  opacity: 0.8;
}
.hdslide_search {
	float: left;
	margin-top: 5px;
}
.hdslide_search form {
	position: relative;
	width: 300px;
}
.hdslide_search input, button {
	border: none;
	outline: none;
	border-radius: 3px;
	box-sizing: border-box;
}
.hdslide_search input {
	width: 100%;
	border: 1px solid #ccc;
	height: 37px;
	margin-top: 7px;
	background: #fff;
	color: #222;
	padding: 0 40px 0 15px;
	background-color: #f7f7f7;
	border-radius: 20px;
}
.hdslide_search button {
	height: 26px;
	width: 26px;
	position: absolute;
	top: 12px;
	right: 8px;
	background: none;
	cursor: pointer;
}
.hdslide_search button:before {
	content: "\e808";
	font-family: FontAwesome;
	color: #999;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
@media (max-width: 1199px) {
	.hdslide_search form {
		width: 220px;
	}
}
@media (max-width: 1024px) {
	.hdslide_contact_email {
		display: none;
	}
}
@media (max-width: 991px) {
	.hdslide_search {
		display: none;
	}
}
@media (max-width: 768px) {
	.head_slide {
		display: none;
	}
}