.preloader {
	position: fixed;
	z-index: 1200;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: #323137;
	display: flex;
	align-items: center;
	justify-content: center;
}