html,
body {
  margin: 0;
  padding: 0;
  background: #000;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
a,
a:hover,
a:visited,
*:focus {
  color: #505050;
  text-decoration: none;
  outline: none;
}
.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 724px;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}
.logo img {
  display: block;
  width: 100%;
}
.wpushka {
  z-index: 9999;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #10b418;
  color: #fff;
  width: 64px;
  height: 64px;
  border-radius: 100px;
  transition: scale 0.3s ease !important;
}

.wpushka:visited,
.wpushka:focus,
.wpushka:hover {
  color: #fff;
}
.wpushka:hover {
  background: #29d631;
  transition: scale 0.3s ease !important;
  transform: scale(0.96) !important;
}
.wpushka > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 45px;
}
.wpushka.i {
  bottom: 111px;
  background: #fff;
  color: #000;
}
.wpushka.ii > i {
  font: 400 17px arial !important;
}
.wpushka.ii {
  right: auto;
  left: 30px;
  background: #fff;
  color: #000;
  width: 133px;
}
.wpushka.ii span {
  white-space: nowrap;
}
.ula {
  animation: slide-in-blurred-bottom 0.6s cubic-bezier(0.23, 1, 0.32, 1) 1000ms
    both;
}
.ula2 {
  animation: slide-in-blurred-bottom 0.6s cubic-bezier(0.23, 1, 0.32, 1) 1900ms
    both;
}
.ula3 {
  animation: slide-in-blurred-bottom 0.6s cubic-bezier(0.23, 1, 0.32, 1) 2400ms
    both;
}
.ula4 {
  animation: slide-in-blurred-bottom 0.6s cubic-bezier(0.23, 1, 0.32, 1) 2900ms
    both;
}
@keyframes slide-in-blurred-bottom {
  0% {
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 100%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}

.subt {
  text-transform: uppercase;
  font: 17px arial;
  color: #000;
  text-align: center;
}
.subt span {
  display: inline-block;
  background: #fff;
  padding: 7px 14px;
  margin: 5px;
  border-radius: 30px;
}
.puff {
  animation: puff-in-center 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 3200ms both;
}
.puff2 {
  animation: puff-in-center 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 3600ms both;
}
@keyframes puff-in-center {
  0% {
    transform: scale(0.5);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    filter: blur(0px);
    opacity: 1;
  }
}
