.hd_row {
	display: flex;
	align-items: center;
}

.hd_05_12 {
	width: 4.16666%;
}

.hd_1_12 {
	width: 8.33333%;
}

.hd_15_12 {
	width: 12.5%;
}

.hd_2_12 {
	width: 16.66666%;
}

.hd_4_12 {
	width: 33.33333%;
}

.hd_burger {
	position: relative;
	background-color: #fff;
	padding-left: 35px;
	cursor: pointer;
	z-index: 99;
	overflow: hidden;
}

.hd_burger div {
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 2px;
	background-color: #3b3b3b;
	transform: translateY(-1px);
	transition: .3s linear;
}

.hd_burger div:nth-child(1) {
	transform: translateY(-10px);
}

.hd_burger div:nth-child(2) {
	transform: translateY(-2px);
}

.hd_burger div:nth-child(3) {
	transform: translateY(6px);
}

.hd_burger:hover div:nth-child(1) {
	transform: translateY(-7px);
}

.hd_burger:hover div:nth-child(2) {
	transform: translateY(-2px);
}

.hd_burger:hover div:nth-child(3) {
	transform: translateY(3px);
}

.hd_burger span {
    color: #3b3b3b;
    font-family: Rubik;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.hd_burger.active div:nth-child(2) {
	left: -50px;
}

.hd_burger.active div:nth-child(1) {
	transform: translateY(-2px) rotate(45deg);
}

.hd_burger.active div:nth-child(3) {
	transform: translateY(-2px) rotate(-45deg);
}

.hd_logo {
	display: block;
	max-width: 177px;
	width: 100%;
	background-color: #fff;
}

.hd_logo img {
	display: block;
	width: 100%;
}

.hd_city {
	background-color: #fff;
	background-image: url(/img/header_location.svg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 30px;
    font-family: Rubik;
    font-size: 14px;
    line-height: 1.28571;
    font-weight: 400;
    letter-spacing: .5px;
    color: #3b3b3b;
}

.hd_time {
	background-color: #fff;
	background-image: url(/img/header_clock.svg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 30px;
    font-family: Rubik;
    font-size: 14px;
    line-height: 1.28571;
    font-weight: 400;
    letter-spacing: .5px;
    color: #3b3b3b;
}

.hd_phones {
	background-color: #fff;
}

.hd_phone {
	text-decoration: none;
	font-size: 19px;
    font-family: Rubik;
    line-height: .6;
    font-weight: 700;
    color: #3b3b3b;
}

.hd_whatsapp {
	background-image: url(/img/whatsapp.png);
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: 10px;
}

.hd_phone_line {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.hd_phone_line:last-child {
	margin-bottom: 0;
}

.hd_btn_wrapper {
	padding: 50px 0 50px;
	background-color: #eee;
	padding-left: 35px;
}

@media (max-width: 1580px) {
	.hide_first {
		display: none;
	}

	.hd_05_12 {
		width: 5%;
	}

	.hd_1_12 {
		width: 10%;
	}

	.hd_15_12 {
		width: 15%;
	}

	.hd_2_12 {
		width: 20%;
	}

	.hd_4_12 {
		width: 35%;
	}
}

@media (max-width: 1260px) {
	.hide_second {
		display: none;
	}

	.hd_05_12 {
		width: 5%;
	}

	.hd_1_12 {
		width: 15%;
	}

	.hd_15_12 {
		width: 20%;
	}

	.hd_2_12 {
		width: 25%;
	}

	.hd_4_12 {
		width: 35%;
	}
}

@media (max-width: 965px) {
	.hide_three {
		display: none;
	}

	.hd_row {
		flex-wrap: wrap;
		justify-content: center;
	}

	.hd_1_12 {
		width: 30%;
		padding-left: 25px;
	}

	.hd_15_12 {
		width: 70%;
		padding-right: 25px;
		padding-left: 25px;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.hd_2_12 {
		width: 100%;
		padding-bottom: 20px;
		text-align: center;
	}
	.hd_phone_line {
		justify-content: center;
	}
}

@media (max-width: 965px) {
	.hd_1_12 {
		width: 40%;
		padding-left: 15px;
	}

	.hd_15_12 {
		width: 60%;
		padding-right: 15px;
		padding-left: 10px;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.hd_2_12 {
		width: 100%;
		padding-bottom: 20px;
		text-align: center;
	}
}

@media (max-width: 765px) {
	.menu {
	    padding: 45px 0 40px; 
	}
}