#popGen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#popGen #fakeBack {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(4, 46, 52, 0.3);
}
#popGen #realBack {
  position: relative;
  z-index: 99;
  max-height: 90%;
  overflow-y: auto;
  max-width: 640px;
  width: 89.34%;
}
#popGen #realBack #contentPop {
  width: 90%;
  max-width: 646px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 80px 40px 40px 40px;
  position: relative;
  border-radius: 5.3333333333vw;
  font-size: 4.8vw;
  line-height: 6.6666666667vw;
  padding: 8vw 5.3333333333vw;
}
@media screen and (min-width: 980px) {
  #popGen #realBack #contentPop {
    border-radius: 2.0833333333vw;
    font-size: 1.3020833333vw;
    line-height: 1.8229166667vw;
    padding: 1.5625vw 2.6041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  #popGen #realBack #contentPop {
    border-radius: 40px;
    font-size: 25px;
    line-height: 35px;
    padding: 30px 50px;
  }
}
#popGen #realBack #contentPop .closePopInfo {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 33px;
  height: 35px;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url("../img/closePopError.svg");
}
#popGen #realBack #contentPop a {
  color: #849647;
  text-decoration: underline;
}
#popGen #realBack #contentPop.popSuccess {
  color: #042E34;
}
#popGen #realBack #contentPop.popInfo {
  color: #042E34;
}
#popGen #realBack #contentPop.popError {
  color: #953535;
}/*# sourceMappingURL=pop.css.map */