#preloader-2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: white;
    overflow: hidden;
}

#loader-2 {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 215px;
  height: 215px;
  margin: -108px 0 0 -108px;
  background: white;

  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  /*box-shadow: inset 0 0 0 10px var(--main-regal-dark-color);*/

  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
}