.pace {
	-webkit-pointer-events: none;
	pointer-events: none;

	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}
.pace::before {
  width: 200px;
  height: 86px;
  background: url("../images/common_2021/loader.svg") no-repeat center;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -58px auto 0;
  content: "";
  z-index: 2000;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #eacbcc;
  position: fixed;
  z-index: 2000;
  top: 50%;
  margin-top: 50px;
  right: 100%;
  width: 100%;
  height: 1px;
}