.dws-progress-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}
.progress-percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    font-family: "Verdana", sans-serif;
    font-weight: bold;
    color: #fff;
    display: none;
}
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: #ffffffb3;
    background-image: url(../img/preview_logo.png);
    background-repeat: no-repeat;
    background-position: center;
}

/*
.preloader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 1500;
}

.preloader__wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 80px;
    border: 1px solid #f7ece8;
    border-left: 0;
    border-top: 0;
}

.preloader__border-text {
    color: #900;
    font-size: 14px;
    position: absolute;
    font-weight: bold;
    padding: 15px;
    background: #fff;
    z-index: 1;
    line-height: 1;
}

.preloader__border-text.top-right {
    top: -1px;
    right: -1px;
    text-align: right;
    padding-top: 0;
    padding-right: 0;
}

.preloader__border-text.bottom-right {
    bottom: -1px;
    right: -1px;
    text-align: right;
    padding-bottom: 0;
    padding-right: 0;
}

.preloader__border-text.bottom-left {
    bottom: -1px;
    left: -1px;
    padding-bottom: 0;
    padding-left: 0;
}

.preloader__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 20px 103.49px 27.51px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
}

.preloader__text {
    font-size: 23px;
    position: absolute;
    display: flex;
    align-items: center;
    line-height: 1;
    font-family: Roboto_Slab;
}

.preloader__text span + span {
    margin-left: 35px;
}

.preloader__text.top_left {
    text-align: right;
    bottom: calc(50% + 280px);
    right: calc(50% + 75px);
}

.preloader__text.middle_right {
    left: calc(50% + 295px);
    bottom: calc(50% + 15px);
}

.preloader__text.bottom_left {
    text-align: right;
    right: calc(50% + 170px);
    top: calc(50% + 220px);
}

.preloader__num {
    color: #996633;
    font-weight: bold;
    font-size: 70px;
}

.preloader__num.big {
    font-size: 120px;
}
*/