.hamburger {
	height: 26px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 36px;
	margin: 15px 0;
}

.hamburger div{
	height: 3px;
	width: 100%;
	background: #fff;
	display: block;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
.hamburger.active div {
	background: #ffc9c9;
}

/*==========  Non-Mobile First  ==========*/
.wrapper{
	max-width: 1020px;
	margin: 0 auto;
}
/* Широкоформатный экран — 1200px */
@media (max-width : 75.063em) {
	.wrapper{
		max-width: 960px;
		margin: 0 auto;
	}
}

/* Десктоп — 992px */
@media (max-width : 62.063em) {
	.menu_footer li a {
		padding-right: 10px;
		padding-left: 10px;
	}
	.menu_top ul li a {

		font-size: 18px;

	}
	.header_title {
		font-size: 18px;
		margin-top: 36px;
		max-width: 410px;
	}
	.wrapper{
		max-width: 738px;
		margin: 0 auto;
	}
}

.mobile-nav {
	background-color: rgba(202,0,0,0.7);
	
	justify-content: space-between;
	color: #fff;
	align-items: center;
	padding: 0 15px;
	text-transform: uppercase;
	line-height: 1;
	border-bottom: 1px solid #fff;
	font-weight: 700;
	letter-spacing: .05em;
	display: none;
}

/* Планшеты — 768px */
@media (max-width : 48.063em) {
	header {
		min-height: 86px;
	}
	.mobile-nav{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.content{
		padding-left: 15px;
		padding-right: 15px;
	}
	.menu_top ul li a {
		display: block;
		float: none;
		font-family: "PT Sans";
		font-size: 20px;
		font-weight: normal;
		color: #FFF;
		text-decoration: none;
		line-height: 1;
		text-align: center;
		background-color: rgb(193, 33, 33);
		height: auto;
		padding: 15px;
		border-bottom: 1px solid #de3737;

	}
	.menu_top ul {
		display: none;
	}
	.menu_top ul li {
		width: 100%;
		float: left;
	}
	
	.header_title {
		display: none;
	}
	.logo {
		float: none;
		display: block;
		text-align: center;
		width: 100%;
	}
	.logo img {
		width: 190px;
		height: auto;
	}
	.menu_footer {
		float: none;
	}
	.menu_footer li {
		display: block;
		margin-bottom: 15px;
	}
	.menu_footer li:last-child {
		margin-bottom: 0; 
	}
	.menu_bg_l,.menu_bg_r,.menu_footer_bg_l,.menu_footer_bg_r{
		display: none;
	}
	.menu_top {
		width: 100%;
		left: 0;
	}
	footer {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		height: auto;
		background-image: url(../images/bg_footer.png);
		padding: 30px 0;
		position: relative;

		left: 0;
	}
	.wrapper {
		max-width: 100%;
	}
	
	.block_car_img figure {
		margin-bottom: 20px;
		width: 100%;
	}
}

/* Телефоны —  544px */
@media (max-width : 34.063em) {}

/* Айфон в портретном режиме — 320px */
@media (max-width : 20.063em) {}