@font-face {
  font-family: 'helveticaneuecyr';
  src: url("../fonts/helveticaneuecyr-roman.eot");
  src: url("../fonts/helveticaneuecyr-roman.woff") format("woff"), url("../fonts/helveticaneuecyr-roman.ttf") format("truetype"), url("../fonts/helveticaneuecyr-roman.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  width: 100%;
  height: 100vh;
  overflow: hidden; }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .preloader svg {
    display: inline-block;
    max-width: 100%; }
  .preloader-mask {
    width: 330px; }
    .preloader-mask__name {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-family: 'helveticaneuecyr';
      text-align: right;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 2.8px;
      text-transform: uppercase;
      color: #414141;
      width: 100%;
      padding-right: 35px;
      opacity: 0;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-delay: 1.4s;
              animation-delay: 1.4s;
      -webkit-animation-duration: .5s;
              animation-duration: .5s; }
      .preloader-mask__name.active {
        -webkit-animation-name: fadeIn;
                animation-name: fadeIn; }

.progressbar {
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
  .progressbar.active {
    -webkit-animation-name: progressbar;
            animation-name: progressbar; }

@-webkit-keyframes progressbar {
  from {
    width: 0; }
  to {
    width: 264px; } }

@keyframes progressbar {
  from {
    width: 0; }
  to {
    width: 264px; } }
.animated {
  opacity: 0;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  .animated.active {
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn; }

.animated:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }

.animated:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

.animated:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }

.animated:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }

.animated:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s; }

.animated:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; }

.animated:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s; }

.animated:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s; }

.animated:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s; }

.animated:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }

.animated:nth-child(11) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@media (max-width: 380px) {
  .preloader-mask {
    width: 280px; }
    .preloader-mask__name {
      font-size: 13px;
      padding-right: 30px; } }
