.modal {
  display: none;
  position: fixed;
  left: 50%;
  top: 40px;
  width: 80%;
  min-width: 240px;
  max-width: 400px;
  transform: translate(-50%, 0);
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 20px;
  padding-top: 40px;
  z-index: 2000;
  text-align: center;
}
.modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-family: "Helvetica", sans-serif;
  font-size: 40px;
}
.modal h2 {
  font-size: 2.8rem;
  margin-bottom: 10px;
}
.modal img {
  max-width: 160px;
  margin-bottom: 20px;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 999;
}

.linkBlock {
  padding-top: 10px;
  text-align: center;
}
.linkBlock .modallink {
  display: inline-block;
  margin: 0 auto;
  padding: 6px 12px 4px 12px;
  text-align: center;
  text-decoration: none;
}

/*# sourceMappingURL=Frontend.css.map */
