.section-menu{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	z-index: 10001;
	width: 100%;
	border-top: #E7E7E7 1px solid;
	padding: 22px 0 40px;
	box-shadow: 0px 32px 35px rgba(26, 26, 26, 0.1);
}
.section-menu .wrap{
	align-items: stretch;
}
.close-section-menu{
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(images/menu-button.svg) no-repeat center;
	right: 55px;
	top: 0;
}
.section-menu__name{
	display: block;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	margin: 0 0 35px;
}
.section-menu__name img{
	vertical-align: middle;
	position: relative;
    top: -2px;
	margin: 0 10px 0 0;
}
.section-menu__parent{
	min-width: 220px;
	padding: 0 40px;
	border-right: #E7E7E7 1px solid;
}
.section-menu__parent:last-child{
	flex: 1;
	padding-right: 0;
	border: none;
}
.section-menu__list{
	font-weight: 500;
	font-size: 12px;
	line-height: 140%;
}
.section-menu__list li{
	margin: 0 0 15px;
}
.section-menu a{
	text-decoration: none;
	color: #333 !important;
}
.section-menu a:hover{
	color: #E61117 !important;
}
.section-menu__wrap.flex{
	flex-wrap: wrap;
	align-items: flex-start;
}
.section-menu__wrap .section-menu__list{
	width: 25%;
	flex: none;
	padding: 0 15px 0 0;
}
.section-menu__wrap li{
	max-width: 140px;
}
.section-list-title{
	font-weight: bold;
	color: #333;
}

@media screen and (max-width: 1024px) {
	.section-menu__wrap .section-menu__list{
		width: 50%;
	}
	.section-menu__wrap li{
		max-width: none;
	}
}
@media screen and (max-width: 768px) {
	.section-menu__parent{
		min-width: 160px;
		padding: 0 10px;
	}
	.close-section-menu{
		right: 10px;
	}
}
@media screen and (max-width: 768px) {
	.section-menu{
		display: none !important;
	}
}