.loader {
	position: fixed;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	left: 0;
	top: 0;
}

.loader__circle {
	width: 80px;
}