.country-popup {
  width: 100%;
  max-width: 430px;
  height: 270px;
  background: #fff;
  color: #000;
  position: relative;
  margin: auto;
  top: calc(50% - 135px);
  padding: 100px 20px 20px 20px;
  text-align: center;
}

.country-popup__link {
  text-decoration: underline;
}
