.spinner-wrapper {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #000;
z-index: 2000;
}
.wrapper {
width: 400px;
margin: 0 auto;
/* z-index: 200; */
}
#loader {
position: fixed;
left: 0;
top: 0;
z-index: 999;
width: 100%;
height: 100%;
overflow: visible;
color: #FFF;
background: #000 url(ТУТ ССЫЛКА НА ПРЕЛОАДЕР) no-repeat center center;
}