.header__toggler {
}

/* .header {
	position: relative;
} */
.header__togglerContent {
	z-index: 100001;
	height: 100vh;
	padding: 30px 30px 30px;
	background: white;
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-3000px);
	transition: all 600ms ease;
}
.header__togglerContent.show {
	transform: translateX(0);
}
.whiteSpace {
	z-index: 100000;
	height: 100vh;
	width: 100vw;

	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	left: 0;
	transform: translateX(-3000px);
	transition: all 600ms ease;
}


