.exitpopup__container {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.exitpopup__content {
  background-color: #fff;
  border-radius: 2rem;
  /*left             : 30%;
  top              : 30%;*/
  left: 0;
  margin: 5% auto; /* Will not center vertically and won't work in IE6/7. */
  position: fixed;
  right: 0;
  width: 50rem;
  z-index: 11;
}
.exitpopup__content__link {
  width: 100%;
}
.exitpopup__content img {
  border-top-left-radius: 2rem;
}
.exitpopup__content____wrapper {
  position: relative;
}
.exitpopup__title {
  font-weight: bolder;
  padding-top: 2rem;
  text-align: center;
}
.exitpopup__text {
  font-size: 1.6rem;
  padding: 1rem 3rem 2rem 3rem;
  text-align: center;
}
.exitpopup__button {
  padding-bottom: 2rem;
  text-align: center;
}
.exitpopup__button a {
  background-color: #37ACD6;
  color: var(--white);
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 2rem 0 2rem;
}
.exitpopup__button .button {
  height: 3.2rem;
  line-height: 3.2rem;
}
.exitpopup__close {
  background: var(--white);
  border-radius: 50%;
  font-size: 2rem;
  height: 4rem;
  padding-left: 14px;
  padding-top: 6px;
  position: absolute;
  right: -1.5rem;
  top: -2.5rem;
  width: 4rem;
}
.exitpopup__close:hover {
  cursor: pointer;
}
/*# sourceMappingURL=exitpopup.css.map */
