.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url("../../../img/loader.svg");
	background-repeat: no-repeat;
	background-color: rgba(250, 250, 250, 0.6);
	background-position: center;
	background-size: 130px;
	opacity: 0.8;
	transition-duration: 0.5s;
}
