.popup__info {
  position: absolute;
  top: 55px;
  left: calc(100% - 420px);
  /*-webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);*/
  width: 400px;
  height: 686px;
  !background-color: #1C39BB;
  padding: 10px 10px 55px;
  !background-image: url(../images/background.png);
  background-position: top center;
  background-repeat: no-repeat;
  z-index:999;
}

.popup__info__inner {
  background-color: white;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  text-align: center;
}

.popup__info__inner .header__image {
  margin: 1rem auto;
}

.popup__info__inner .popup__content {
  padding: 0 1rem;
  text-align: left;
}

.popup__info__inner .popup__button {
	width: 200px;
  border: 1px solid #00aa6d;
  border-radius: 50px;
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  font-size: 18px;
  text-transform: uppercase;
  background-color: #00ba77;
  color: white;
  -webkit-box-shadow: 0px 4px 9px rgba(0, 162, 103, 0.5);
          box-shadow: 0px 4px 9px rgba(0, 162, 103, 0.5);
}

.popup__info .popup__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: white;
  padding: 5px 5px 5px 5px;
  background-color: #575a64;
}

.popup__info .popup__footer a {
  font-weight: 500;
}

