/* menu / footer */
#menu_container {
	width: 100%;
	color: whitesmoke;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
}

#menu_items {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 30px 0;
	width: 95%;
	max-width: 1500px;
	margin: auto;
}

.menu_item {
	margin-left: 25px;
}

#back_btn {
	cursor: pointer;
	padding-left: 10px;
	margin: 0 auto 0 0;
	width: calc(100% - 106px);
	max-width: 644px;
}

#back_btn .arrow_icon {
	transform: rotate(90deg);
}

#back_btn .arrow_icon {
	transform: rotate(-135deg);
	left: -10px;
	border-color: inherit;
	box-sizing: border-box;
}

#back_btn .arrow_icon:after {
	width: 190%;
	top: 3px;
	right: -2px;
	background-color: white;
}

#back_btn .arrow_icon.black:after {

	background-color: black;
}

#home_btn {
	display: none;
	cursor: pointer;
	margin: 0 auto 0 0;
	width: calc(100% - 106px);
	max-width: 644px;
}

#footer_container:before {
	content: "";
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	background-color: white;
	z-index: -1;
}

#footer_container {
	color: black;
	padding: 20px 0;
	position: relative;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}

#footer_partners {
	display: flex;
	align-items: center;
	justify-content: space-between;
}