.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 17, 62, 0.6);
  z-index: 1000;
  overflow-y: auto;
  padding: 60px 20px;
}

.overlay-wrapper {
  max-width: 1274px;
  margin: 0 auto;
}

.overlay-close {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-bottom: 20px;
}

.overlay-close img {
  width: 30px;
  height: 30px;
}

.overlay-content {
  background-color: #fff;
  padding: 30px 30px;
}
