#splashScreen {
  background: #3f454e;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#splashScreen .loader__wr {
  position: absolute;
  left: 50%;
  top: 48%;
  width: 190px;
  height: 120px;
  margin-left: -95px;
  margin-top: -40px;
  text-align: center;
}

#splashScreen .loader-img {
  margin-bottom: 10px;
}

#splashScreen .noscript-msg {
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
  color: #ff6f91;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
