.preloader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: var(--light);
	z-index: 3;
}

.loaded_hiding .preloader {
	transition: 0.3s opacity;
	opacity: 0;
}

#preload-img {
	width: 80px;
	height: auto;
	display: block;
}