.footer {
	width:95%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	z-index: 10;
	
	
	display: flex;
	align-items: flex-end;
	justify-content: center;
	
	

}


.footer_php {
	z-index: 10;
}

.footer .block {
	padding: 30px;
	
	filter: unset;
	-webkit-filter: unset;
	-moz-filter: unset;
}

.bottommenu {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.bottommenu a {
	margin:5px 10px;
}