.open-menu {
	display: inline-block;
	line-height: 1px;
	border: 0 none;
	background: none;
	cursor: pointer;
	position: absolute;
	left: -2px;
	padding: 5px;
	top: 19px;
}

.open-menu__icon {
	width: 25px;
}

.open-menu__line {
    height: 2px;
    width: 100%;
    background: #b3b3b3;
    margin: 2.5px 0;
    display: inline-block;
    border-radius: 0;
    position: relative;
}

/* btn-close */
.btn-close {
	background: none;
	color: #aaa;
	border: 0 none;
	font-family: 'Times New Roman', serif;
	padding: 5px 6px;
	line-height: 29px;
	font-size: 37px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	transition: 0.3s opacity;
}

.btn-close:focus {
	outline: 0 none;
	color: #68707a;
}


/* site-menu-xs */ 
.site-menu-xs__wrap {
	position: fixed;
	background: #222;
	background: #fff;
	width: 100%;
	right: 0;
	height: 100%;
	z-index: 999999;
	display: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 50px 0 100px;
}

.site-menu-xs__inner {
	padding: 0 25px;
	padding-bottom: 90px;
}

.site-menu-xs__wrap--active {
	top: 0;
}

.site-menu-xs {
	margin-bottom: 30px;
}

.site-menu-xs__heading {
	color: #3b1544;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	padding-bottom: 10px;
}

.site-menu-xs ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.site-menu-xs .sub-menu	{
	padding-left: 0;
	background-color: white;
}

.site-menu-xs li,
.site-menu-xs__heading {
	border-bottom: 1px solid #ececec;
}

.site-menu-xs a,
.site-menu-xs a:visited {
	text-decoration: none;
	display: block;
	padding: 10px 0;
	font-size: 14px;
	color: #446c5e;
	transition: 0.5s all;
}


.site-menu-xs__close-wrap {
	width: 100%;
	height: 55px;
	position: absolute;
	top: 0px;
	left: 0;

}

.site-menu-xs__wrap .btn-close {
	top: 7px;
	right: 7px;
}

@media (min-width: 768px) {
	.open-menu {
		top: 24px;
	}
}



