         @font-face {
            font-family: "Citymobil";
            src: url("/spasibozavyzov/Citymobil_Sans_Normal-Regular.woff") format("woff"),
                url("/spasibozavyzov/Citymobil_Sans_Normal-Regular.woff2") format("woff2");
            
            
        }


body, html {
  width: 100%;
  height: 100%;
  font-family: "Citymobil", sans-serif;

  color: white;
  padding-top: 20px;
  background: none;
  background-size: 400% 400%;
  overflow: hidden;
/*  -webkit-animation: Gradient 30s ease infinite;
          animation: Gradient 30s ease infinite;*/
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.m-btn {
/*  position: absolute;
  width: 180px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  cursor: pointer;
  font-size: 24px;
  transition: 0.2s all;
  box-sizing: border-box;
  color: #fff;
  margin-right: 160px;
  margin-bottom: 20px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 800px;*/
}

.g-btn-start {
  color: #fff;
  border: 1px solid #fff;
}
/*.g-btn-start:hover {
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
}*/
/*.g-btn-start::after {
  position: absolute;
  content: "";
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  transition: 0.5s outline-color, 0.5s outline, 0.5s transform;
  transition-timing-function: cubic-bezier(0.2, 0.8, 0.25, 0.8);
  transform: scale3d(1.1, 1.3, 0);
  outline: 0px solid;
  outline-color: rgba(255, 255, 255, 0.05);
  outline-offset: -10px;
}
.g-btn-start:hover::after {
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  transform: scale(1);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0.6);
  outline-offset: 10px;
  transition: 0.5s outline-offset cubic-bezier(0.2, 0.8, 0.25, 0.8), 0.5s outline-color cubic-bezier(0.2, 0.8, 0.25, 0.8), 0.5s outline cubic-bezier(0.2, 0.8, 0.25, 0.8);
}*/
/*.g-btn-start:active {
  mix-blend-mode: overlay;
}*/

/*.s-move {
  top: 80%;
}*/

.g-name {
  display: none;   margin: 0 auto;
/*  position: absolute;*/
  font-size: 45px;
  transition: 0.2s all;
  color: #fff;
/*  transform: translate(-50%, -50%);*/
  left: 70px;
    width: 1100px;
  top: 100px;
  transition: 0.1s all;
}

.g-users {
    width: 1100px;
    height: 800px;
  margin: 80px auto;
/*    position: absolute;*/
    top: 150px;
   /* right: 70px;*/
    
    transition: 0.5s;
}

.asd {
    padding-bottom: 3px;
  font-size: 40px;
  transition: 0.2s all;
  color: #ff;
}