/*!
 * Copyright (C) Oleg Karakoz, Agile Apps. 2013-2025.
 * Project: mts
 * Last modified: 22/07/2025, 11:44
 */
.se-pre-con {
  position: fixed;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 110;
  background: url("/v5/img/preloader2.png") center no-repeat transparent;
  display: none;
  justify-content: center;
  align-items: center;
}
.se-pre-con .se-pre-text {
  margin-top: 70px;
  text-decoration: overline;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}

/*# sourceMappingURL=seprecon.css.map */
