/* Loader */
.loader {
    background-color: white;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.loader .loader_ico {
    margin: 0 0 2em;
    height: 100px;
    width: 20%;
    text-align: center;

    position: absolute;
    top: calc(50% - 1.25em);
    left: calc(45% - 1.25em);
    z-index: 99999;
}

.loader .spinner {
    position: relative;
    top: 50%;
    left: 40%;
}
