.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background: url('../images/preloader.svg') 50% 50% no-repeat #2D2E2F;
}
.loader2 {
	height: 20%;
	z-index: 9999999;
	background: url('../images/preloader.svg') 50% 50% no-repeat;
}
.mousel {
    position: fixed;
    z-index: 9999999;
    background: none;
}
.mousel img {
	width: 25px;
	height: 25px;
}