.menu-wrapper .menu {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	font-size: 16px;
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.menu-wrapper .menu::before, .menu-wrapper .menu::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #0a192b;
}

.menu-wrapper .brand {
	margin-top: 10px;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.menu-wrapper .brand::after {
	content: '';
	clear: both;
}

/*Burger*/
.menu-wrapper .menu-toggler {
	position: relative;
	z-index: 10;
	display: none;
	width: 66px;
}

.menu-wrapper .menu-toggler::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0.75em;
	display: none;
	height: 1px;
	width: 4em;
	background-color: #394451;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.menu-wrapper .menu-toggler .svg-icon,  .menu-wrapper .menu-toggler .hamburger {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	height: 100%;
	width: 100%;
}

.menu-wrapper .hamburger-box {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 10px 8px;
}

.menu-wrapper .hamburger-circle {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-o-transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	overflow: hidden;
}

.menu-wrapper .hamburger-circle::before {
	content: '';
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	border: 2px solid #1151ff;
	border-radius: 50%;
}

.menu-wrapper .hamburger-circle::after {
	content: '';
	position: absolute;
	top: 50%;
	left: -2px;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 24px 20px;
	border-color: transparent transparent #0a192b;
}

.menu-wrapper .hamburger-inner {
	position: relative;
	width: 100%;
	background-color: #fff;
}

.menu-wrapper .hambuger-inner::before, .menu-wrapper .hambuger-inner::after {
	width: 100%;
	background-color: #fff;
}

/*Logo*/
.menu-wrapper .brand-logo {
	position: relative;
	display: inline-block;
	height: 5.625em;
	margin-bottom: 0.625em;
}

.menu-wrapper .brand-logo .svg-icon {
	position: absolute;
	bottom: 0px;
	left: 50%;
	display: block;
	height: 100%;
	width: 5.625em;
	-webkit-transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
	transform: translate(-50%, 0px);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.menu-wrapper .brand-logo .svg-icon.icon-logo-small {
	display: none;
	height: 4em;
	width: 4em;
}

/*Title*/
.menu-wrapper .brand-title {
	position: relative;
}

.menu-wrapper .brand-title .brand-title-default {
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.menu-wrapper .brand-title .svg-icon {
	font-size: 1.5em;
	font-weight: 400;
	color: #fff;
}

.menu-wrapper .brand-title .brand-subtitle {
	font-size: 1em;
	font-weight: 400;
	color: #fff;
}

.menu-wrapper .brand-title .brand-title-rotated {
	display: none;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

/*Nav*/
.menu-wrapper .nav {
	background-color: #0a192b;
	height: auto;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}

.menu-wrapper .nav .link {
	position: relative;
	z-index: 0;
	display: block;
	line-height: 3.7em;
	padding-left: 6em;
	font-weight: 700;
	letter-spacing: 0.3em;
	color: #fff;
	text-transform: uppercase;
	overflow: hidden;
}

.menu-wrapper .nav .link::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	height: 100%;
	width: 0.3125em;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.menu-wrapper .nav .link::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: -100%;
	display: block;
	height: 100%;
	width: 100%;
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.1)));
	background-image: -o-linear-gradient(right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 100%);
	background-image: linear-gradient(to left,
	rgba(255,255,255,0) 0%,
	rgba(255,255,255,0.1) 100%);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

@media screen and (max-width: 1539px) {
	.menu-wrapper {
		width: 250px;
	}
	.menu-wrapper .menu {
		font-size: 12px;
	}
	/*Logo*/
	.menu-wrapper .brand-logo {
		-webkit-transform: scale(0.95);
		-ms-transform: scale(0.95);
		transform: scale(0.95);
	}
	/*Title*/
	.menu-wrapper .brand-title {
		-webkit-transform: scale(0.95);
		-ms-transform: scale(0.95);
		transform: scale(0.95);
	}
}

@media screen and (max-width: 1023px) {
	/*Burger*/
	.menu-wrapper .menu-toggler {
		display: block;
	}
	/*Nav*/
	.menu-wrapper:not(.spoiler-opened) .nav {
		height: 0px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.menu-wrapper:not(.spoiler-opened) {
		width: 66px;
	}
	.menu-wrapper:not(.spoiler-opened) .brand {
		margin-top: 4.75em;
	}
	/*Burger*/
	.menu-wrapper .menu-toggler {
		position: absolute;
		top: 0px;
		right: 0px;
	}
	.menu-wrapper .menu-toggler::before {
		content: '';
		display: block;
		width: 100%;
		padding-top: 100%;
	}
	.menu-wrapper .menu-toggler::after {
		display: block;
		opacity: 0;
	}
	.menu-wrapper:not(.spoiler-opened) .menu-toggler::after {
		opacity: 1;
	}
	/*Logo*/
	.menu-wrapper .brand-logo .svg-icon.icon-logo {
		opacity: 1;
	}
	.menu-wrapper:not(.spoiler-opened) .brand-logo .svg-icon.icon-logo {
		opacity: 0;
	}
	.menu-wrapper .brand-logo .svg-icon.icon-logo-small {
		display: block;
		opacity: 0;
	}
	.menu-wrapper:not(.spoiler-opened) .brand-logo .svg-icon.icon-logo-small {
		opacity: 1;
	}
	/*Title*/
	.menu-wrapper .brand-title-default {
		opacity: 1;
	}
	.menu-wrapper:not(.spoiler-opened) .brand-title-default {
		opacity: 0;
	}
	.menu-wrapper .brand-title .brand-title-rotated {
		position: absolute;
		top: 0px;
		left: 100%;
		display: block;
		height: 66px;
		padding-right: 3em;
		-webkit-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.menu-wrapper:not(.spoiler-opened) .brand-title .brand-title-rotated {
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	.menu-wrapper {
		position: relative;
		width: 100%;
		height: 66px;
	}
	.menu-wrapper .menu {
		position: fixed;
		height: inherit;
	}
	.menu-wrapper .menu::after {
		background-color: #0a0c1b;
	}
	.menu-wrapper.spoiler-opened .menu {
		overflow: hidden;
	}
	.menu-wrapper .menu::before {
		background-color: #0a0c1b;
	}
	.menu-wrapper .brand {
		height: 100%;
		margin-top: 0px;
	}
	/*Burger*/
	.menu-wrapper .menu-toggler {
		height: 66px;
		width: 66px;
		margin-right: 10px;
	}
	.menu-wrapper .hamburger-circle::after {
		border-bottom-color: #0a0c1b;
	}
	/*Logo*/
	.menu-wrapper .brand-logo .svg-icon {
		position: static;
	    -webkit-transform: none;
	    -ms-transform: none;
	    transform: none;
	    margin-right: 1em;
	    margin-bottom: 0px;
	}
	/*Title*/
	.menu-wrapper .brand-title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	/*Nav*/
	.menu-wrapper .nav {
		background-color: #0a0c1b;
		overflow: hidden;
	}
	.menu-wrapper.spoiler-opened .nav {
		margin-top: 0px;
		overflow: visible;
		opacity: 1;
		-webkit-transition: opacity 0.3s linear, margin-top 0s linear, height 0s linear;
		-o-transition: opacity 0.3s linear, margin-top 0s linear, height 0s linear;
		transition: opacity 0.3s linear, margin-top 0s linear, height 0s linear;
	}
	.menu-wrapper .nav .link {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 34%;
		flex: 1 0 34%;
		padding-left: 0px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.menu-wrapper .menu {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.menu-wrapper.spoiler-opened .menu {
		overflow: visible;
	}
	.menu-wrapper .brand {
		min-height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	/*Title*/
	.menu-wrapper .brand-title {
		text-align: left;
	}
	.menu-wrapper .brand-subtitle {
		text-align: left;
		opacity: 0.5;
	}
	/*Nav*/
	.menu-wrapper .nav {
		position: absolute;
		z-index: -2;
		top: 100%;
		left: 0px;
		width: 100%;
		margin-top: -8em;
		padding-top: 4em;
		padding-left: 6.5em;
		padding-right: 6.5em;
		padding-bottom: 4em;
		-webkit-box-shadow: 0 4px 2px rgba(0,0,0,0.4);
		box-shadow: 0 4px 2px
		rgba(0,0,0,0.4);
		opacity: 0;
		-webkit-transition: opacity 0.3s linear, margin-top 0s linear 0.3s, height 0s linear 0.3s;
		-o-transition: opacity 0.3s linear, margin-top 0s linear 0.3s, height 0s linear 0.3s;
		transition: opacity 0.3s linear, margin-top 0s linear 0.3s, height 0s linear 0.3s;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
}

@media screen and (max-width: 575px) {
	/*Menu*/
	.menu-wrapper.spoiler-opened .menu {
		height: 100%;
		background-color: rgba(0,0,0,0.5);
	}
	.menu-wrapper.spoiler-opened .brand {
		height: auto;
	}
	/*Burger*/
	.menu-wrapper .menu-toggler {
		position: absolute;
		left: 0px;
	}
	/*Logo*/
	.menu-wrapper .brand-logo {
		text-align: center;
		border-bottom-left-radius: 30px;
		border-bottom-right-radius: 30px;
	}
	.menu-wrapper .brand-logo .svg-icon {
		display: inline-block;
		margin-right: 0px;
	}
	/*Title*/
	.menu-wrapper .brand-title {
		display: block;
		display: none;
	}
	.menu-wrapper.spoiler-opened .brand-title {
		display: block;
	}
	/*Nav*/
	.menu-wrapper .nav {
		padding-left: 0px;
		padding-right: 0px;
	}
	.menu-wrapper.spoiler-opened .nav {
		display: block;
		padding-top: 50px;
	}
	.menu-wrapper .nav .link {
		text-align: center;
	}
}

