@font-face {
  font-family: 'SanFrancisco';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/SanFrancisco/SFUIText-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/SanFrancisco/SFUIText-Regular.woff') format('woff'), url('../fonts/SanFrancisco/SFUIText-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'MullerMedium';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/muller-medium.eot');
  src: url('../fonts/muller-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/muller-medium.woff2') format('woff2'), url('../fonts/muller-medium.woff') format('woff'), url('../fonts/muller-medium.ttf') format('truetype');
}

@font-face {
  font-family: 'MontserratBold';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/Montserrat/montserrat-bold-webfont.eot');
  src: url('../fonts/Montserrat/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Montserrat/montserrat-bold-webfont.woff2') format('woff2'), url('assets/fonts/Montserrat/montserrat-bold-webfont.woff') format('woff'), url('assets/fonts/Montserrat/montserrat-bold-webfont.ttf') format('truetype');
}

.preloader {
  display: none;
  position: fixed;
  z-index: 1004;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
}

.preloader__khv {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.preloader__title-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 472px;
  height: 352px;
  transform: translate(-50%, -50%);
  text-align: center;
}

.preloader__text-img {
  width: 207px;
  height: 234px;
  margin-bottom: 40px;
}

.preloader__text {
  color: #fff;
  font-family: 'MontserratBold';
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 39px;
  text-transform: uppercase;
}

.preloader__loading-wrap-khv {
  position: fixed;
  z-index: 1005;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
}

.preloader__loading-wrap-nn {
  position: fixed;
  z-index: 1005;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #0277bd;
}

.preloader__loading-wrap-pik {
  position: fixed;
  z-index: 1005;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: white;
}

.preloader__loading {
  position: absolute;
  width: 0;
  height: 4px;
  overflow: hidden;
  -webkit-animation: mouse-anim 3s steps(100) infinite;
  animation: mouse-anim 3s steps(100) infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  background: #f9ba11;
}

.preloader__loading-back {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.preloader__pik {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#preloader_nn {
  background-color: #80c1ee;
  background-image: url(../images/pattern_nn.png);
  background-repeat: no-repeat;
  background-position-x: center;
}

#preloader_nn .preloader__title-wrap {
  width: 280px;
}

#preloader_nn .preloader__text {
  font-family: 'MullerMedium';
  font-size: 19px;
}

#preloader_nn .preloader__text-img {
  width: 152px;
}

@-webkit-keyframes mouse-anim {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes mouse-anim {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}
