.loadingLoader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: auto;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.4);
    background-color: #f6f8fa;
}

.loadingLoader .position-aligner {
    width: 300px;
    height: 300px;
    z-index: 7;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -150px;
}

.loadingLoader .video-wrap {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.loadingLoader .title-lines {
    color: #5c5c5c;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    padding-top: 14px;
}

.loadingLoader .line1 {
    opacity: 0;
    margin-right: -50px;
}

.loadingLoader .line2 {
    opacity: 0;
    margin-left: -50px;
}


/*# sourceMappingURL=public-35b65cb269c178de8f24.css.map*/