.damian-block {
  display: none;
}
.icons-block {
}
.icons-block__leptop {
  position: absolute;
  bottom: 0;
  right: 0;
}
.icons-block__leptop .active {
  display: none;
}

.icons-block__leptop:hover .active {
  display: block;
}
.icons-block__leptop:hover .static {
  display: none;
}

.icons-block__icons {
  position: absolute;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  animation: top-image-pulse 1.5s infinite, top-image-moveу 10s infinite;
  transform: scale(1);
}
.icons-block__icons:hover {
  animation-play-state: paused;
}
.icons-block__icons-1 {
  top: 25px;
  right: -18px;
  animation-delay: -3s;
}
.icons-block__icons-2 {
  right: -92px;
  bottom: 67px;
  animation-delay: -1s;
}
.icons-block__icons-5 {
  top: 0;
  right: 277px;
  animation-delay: -4s;
}
.icons-block__icons-6 {
  top: 14%;
  left: 51%;
  animation-delay: -3s;
}
.icons-block__icons-7 {
  bottom: 80px;
  left: 48%;
}
.icons-block__icons-7 img {
  width: 100px;
}
.icons-block__icons-6 img {
  width: 100px;
}

.icons-block__hover .active {
  display: none;
}

.icons-block__hover:hover .active {
  display: block;
}
.icons-block__hover:hover .static {
  display: none;
}

@media (max-width: 992px) {
  .icons-block__icons-7 img {
    width: auto;
  }
  .icons-block__icons-6 img {
    width: auto;
  }
  .icons-block__leptop {
    right: -60px;
    bottom: -7px;
  }
  .icons-block__leptop img {
    width: 80%;
  }
  .icons-block__icons-5 {
    right: auto;
    left: 60px;
  }
  .icons-block__icons-6 {
    left: 55%;
    top: 5%;
  }
  .icons-block__icons-7 {
    bottom: 130px;
    left: 89%;
  }
  .icons-block__icons-2 {
    right: -30px;
    bottom: -10px;
  }
}
@media (max-width: 500px) {
  .icons-block__leptop {
    right: 0;
  }
  .icons-block__icons-7 {
    left: 79%;
  }
}

@keyframes top-image-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes top-image-moveу {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.67);
    opacity: 0.9;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
