.friends1 .friend-icon {
  background: no-repeat url('../i/assets/friends/1-icon.svg');
  height: 63px;
  left: -70px;
  opacity: 0;
  top: 100px;
  position: absolute;
  width: 60px;
}
.friends1 .friend-icon:nth-of-type(1) {
  animation: friend1animation1 4.5s infinite linear;
  animation-delay: 0.5s;
}
.friends1 .friend-icon:nth-of-type(2) {
  animation: friend1animation2 4.5s infinite linear;
  animation-delay: 1.5s;
}
.friends1 .friend-icon:nth-of-type(3) {
  animation: friend1animation1 4.5s infinite linear;
  animation-delay: 2.5s;
}
.friends1 .friend-icon:nth-of-type(4) {
  animation: friend1animation2 4.5s infinite linear;
  animation-delay: 3.5s;
}
@keyframes friend1animation1 {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(0.4);
  }
  10% {
    opacity: 1;
  }
  80%, 100% {
    opacity: 0;
    transform: translate(-130px, -150px) scale(1.2);
  }
}
@keyframes friend1animation2 {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(-0.4, 0.4);
  }
  10% {
    opacity: 1;
  }
  80%, 100% {
    opacity: 0;
    transform: translate(-50px, -200px) scale(-1.2, 1.2);
  }
}
.friends2 .friend-icon {
  animation: friend2animation 1.5s infinite linear alternate;
  height: 88px;
  opacity: 0;
  position: absolute;
  width: 88px;
}
.friends2 .friend-icon:nth-of-type(1) {
  animation-delay: 0.5s;
  background: no-repeat url('../i/assets/friends/2-1-icon.svg');
  left: 70px;
  top: -90px;
}
.friends2 .friend-icon:nth-of-type(2) {
  animation-delay: 1s;
  background: no-repeat url('../i/assets/friends/2-2-icon.svg');
  left: 25px;
  top: -55px;
}
.friends2 .friend-icon:nth-of-type(3) {
  animation-delay: 1.5s;
  background: no-repeat url('../i/assets/friends/2-3-icon.svg');
  left: -50px;
  top: -120px;
}
.friends2 .friend-icon:nth-of-type(4) {
  display: none;
}
@keyframes friend2animation {
  0% {
    opacity: 1;
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.friends3 .friend-icon {
  background: no-repeat url('../i/assets/friends/3-icon.svg');
  height: 54px;
  left: 120px;
  opacity: 0;
  top: 25px;
  position: absolute;
  width: 54px;
}
.friends3 .friend-icon:nth-of-type(1) {
  animation: friend3animation1 3s infinite linear;
  animation-delay: 0.75s;
}
.friends3 .friend-icon:nth-of-type(2) {
  animation: friend3animation2 3s infinite linear;
  animation-delay: 1.5s;
}
.friends3 .friend-icon:nth-of-type(3) {
  animation: friend3animation1 3s infinite linear;
  animation-delay: 2.25s;
}
.friends3 .friend-icon:nth-of-type(4) {
  animation: friend3animation2 3s infinite linear;
  animation-delay: 3s;
}
@keyframes friend3animation1 {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(0.4);
  }
  10% {
    opacity: 1;
  }
  80%, 100% {
    opacity: 0;
    transform: translate(-90px, -50px) scale(1);
  }
}
@keyframes friend3animation2 {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(0.4);
  }
  10% {
    opacity: 1;
  }
  80%, 100% {
    opacity: 0;
    transform: translate(-90px, -50px) scale(1);
  }
}
.friends4 .friend-icon {
  opacity: 0;
  position: absolute;
  transform-origin: bottom;
}
.friends4 .friend-icon:nth-of-type(1) {
  animation: friend4animation1 1.5s infinite linear alternate;
  animation-delay: 0.5s;
  background: no-repeat url('../i/assets/friends/4-1-icon.svg');
  height: 65px;
  left: 90px;
  top: -90px;
  width: 65px;
  z-index: 6;
}
.friends4 .friend-icon:nth-of-type(2) {
  animation: friend4animation2 3s infinite linear;
  background: no-repeat url('../i/assets/friends/4-2-icon.svg');
  height: 100px;
  left: 40px;
  top: -35px;
  width: 50px;
}
.friends4 .friend-icon:nth-of-type(3) {
  animation: friend4animation2 3s infinite linear;
  animation-delay: 1s;
  background: no-repeat url('../i/assets/friends/4-3-icon.svg');
  height: 100px;
  left: 175px;
  transform: translateY(0px);
  width: 55px;
}
.friends4 .friend-icon:nth-of-type(4) {
  display: none;
}
@keyframes friend4animation1 {
  0% {
    opacity: 1;
    transform: rotate(-4deg);
  }
  100% {
    opacity: 1;
    transform: rotate(4deg);
  }
}
@keyframes friend4animation2 {
  0% {
    opacity: 0;
    transform: translateY(-80px);
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateY(-100px);
  }
}
.friends5 .friend-icon {
  background: no-repeat url('../i/assets/friends/5-icon.svg');
  height: 43px;
  opacity: 0;
  position: absolute;
  width: 56px;
}
.friends5 .friend-icon:nth-of-type(1) {
  animation: friend5animation1 1.5s infinite linear;
  animation-delay: 0.5s;
  transform: translate(-25px, -50px) scale(0.5);
}
.friends5 .friend-icon:nth-of-type(2) {
  animation: friend5animation2 1.5s infinite linear;
  animation-delay: 1s;
  transform: translate(-15px, -125px);
}
.friends5 .friend-icon:nth-of-type(3) {
  animation: friend5animation3 1.5s infinite linear;
  animation-delay: 1.5s;
  transform: translate(45px, -110px) scale(0.75);
}
.friends5 .friend-icon:nth-of-type(4) {
  display: none;
}
@keyframes friend5animation1 {
  0% {
    opacity: 0;
    transform: translate(-35px, -60px) scale(0.5);
  }
  40% {
    opacity: 1;
  }
  80%, 100% {
    opacity: 0;
    transform: translate(-55px, -80px) scale(0.5);
  }
}
@keyframes friend5animation2 {
  0% {
    opacity: 0;
    transform: translate(-35px, -125px);
  }
  40% {
    opacity: 1;
  }
  80%, 100% {
    opacity: 0;
    transform: translate(-35px, -135px);
  }
}
@keyframes friend5animation3 {
  0% {
    opacity: 0;
    transform: translate(45px, -110px) scale(0.75);
  }
  40% {
    opacity: 1;
  }
  80%, 100% {
    opacity: 0;
    transform: translate(55px, -120px) scale(0.75);
  }
}
.friends6 .friend-icon {
  opacity: 0;
  position: absolute;
  z-index: 4;
}
.friends6 .friend-icon:nth-of-type(1) {
  animation: friend6animation1 2s forwards;
  background: no-repeat url('../i/assets/friends/6-1-icon.svg');
  height: 34px;
  left: 195px;
  top: -15px;
  width: 54px;
}
.friends6 .friend-icon:nth-of-type(2) {
  animation: friend6animation2 2s infinite linear;
  background: no-repeat url('../i/assets/friends/6-2-icon.svg');
  height: 21px;
  left: 240px;
  top: 55px;
  width: 9px;
}
.friends6 .friend-icon:nth-of-type(3) {
  animation: friend6animation2 2s infinite linear;
  background: no-repeat url('../i/assets/friends/6-3-icon.svg');
  height: 32px;
  left: 230px;
  top: 40px;
  width: 12px;
}
.friends6 .friend-icon:nth-of-type(4) {
  display: none;
}
@keyframes friend6animation1 {
  0%, 5% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes friend6animation2 {
  0% {
    opacity: 0;
    transform: translateY(-80px);
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateY(-100px);
  }
}
.friends7 .friend-icon {
  background: no-repeat url('../i/assets/friends/7-icon.svg');
  display: none;
  height: 64px;
  left: 60px;
  opacity: 0;
  top: -150px;
  position: absolute;
  transform: rotate(-4deg);
  width: 71px;
}
.friends7 .friend-icon:nth-of-type(1) {
  animation: friend7animation 0.5s infinite linear alternate;
  animation-delay: 0.5s;
  display: block;
}
@keyframes friend7animation {
  0% {
    opacity: 1;
    transform: rotate(-4deg);
  }
  100% {
    opacity: 1;
    transform: rotate(4deg);
  }
}
.friends8 .friend-icon {
  background: no-repeat url('../i/assets/friends/8-icon.svg');
  display: none;
  height: 65px;
  left: -20px;
  opacity: 0;
  top: -90px;
  position: absolute;
  width: 65px;
  z-index: 2;
}
.friends8 .friend-icon:nth-of-type(1) {
  animation: friend8animation 0.5s infinite linear;
  animation-delay: 0.3s;
  display: block;
}
@keyframes friend8animation {
  0% {
    opacity: 1;
    transform: rotate(0);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg);
  }
}
.friends9 .friend-icon {
  background: no-repeat url('../i/assets/friends/9-icon.svg');
  display: none;
  height: 58px;
  left: 176px;
  opacity: 0;
  transform: rotate(-10deg);
  transform-origin: bottom;
  top: -150px;
  position: absolute;
  width: 98px;
}
.friends9 .friend-icon:nth-of-type(1) {
  animation: friend9animation 0.5s infinite linear alternate;
  animation-delay: 0.5s;
  display: block;
}
@keyframes friend9animation {
  0% {
    opacity: 1;
    transform: rotate(-5deg);
  }
  100% {
    opacity: 1;
    transform: rotate(5deg);
  }
}
.friends10 .friend-icon {
  background: no-repeat url('../i/assets/friends/10-icon.svg');
  display: none;
  height: 55px;
  left: 40px;
  opacity: 0;
  transform: scale(0.5);
  top: -190px;
  position: absolute;
  width: 47px;
}
.friends10 .friend-icon:nth-of-type(1) {
  animation: friend10animation 0.5s infinite linear alternate;
  animation-delay: 0.5s;
  display: block;
}
@keyframes friend10animation {
  0% {
    opacity: 1;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
