.pop-up {
  display: none;
  position: absolute;
  opacity: .98;
  width: 400px;
  left: calc(50% - 200px);
  box-shadow: 2px 3px 32px 6px rgba(0, 0, 0, 0.48);
  background-color: #07435d;
  cursor: initial;
  z-index: 10;
}

.achievement__number_top ~.pop-up {
  bottom: 100px;
}

.achievement__number_bottom ~.pop-up {
  top: 100px;
}

.pop-up.open {
  display: block;
}

.pop-up__container {
  text-align: center;
  padding: 8px 32px 40px;
}

.pop-up__header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.pop-up__header__img {
  max-height: 180px;
}

.pop-up__header__text {
  text-align: left;
  margin-left: 24px;
}

.pop-up__header__text_big {
  font-size: 32px;
  font-weight: 700;
  opacity: .77;
  margin-bottom: 20px;

}

.pop-up__header__text_normal {
  font-size: 16px;
  line-height: 24px;
  opacity: .77;
}

.pop-up hr {
  margin-bottom: 18px;
}

.pop-up__text {
  font-size: 16px;
  line-height: 24px;
  opacity: .6;
  margin-bottom: 20px;
}

.pop-up__button .button {
  z-index: 1;
  font-size: 18px;
  font-weight: 500;
  height: 59px;
  margin: 0 auto;
  min-width: 290px;
}