.modal-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 100vw;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background: #000;
  opacity: .7;
  z-index: 25;
  display: none;
}

.bait-popup {
  position: fixed;
  z-index: 28;
  padding: 60px;
  background: #fff;
  width: 100%;
  max-width: 780px;
  top: 50%;
  left: 50%;
  overflow: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  max-height: 805px;
  box-sizing: border-box;
  display: none;

  @media (max-width: 767px) {
    height: calc(100dvh - 100px);
    padding: 50px 20px;
  }
}

.bait-popup__close {
  position: absolute;
  top: 23px;
  right: 25px;
  width: 28px;
  height: 28px;
  background-image: url(/bitrix/templates/panchemodan_mobile/frontend/dist/img/close.svg);
  background-size: 28px;
  background-repeat: no-repeat;
  cursor: pointer;

  @media (max-width: 767px) {
    top: 10px;
    right: 10px;
  }
}

.bait-popup__title {
  color: #000;
  font-family: Forum, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  margin: 30px 0;

  @media (max-width: 767px) {
    font-size: 36px;
    line-height: 36px;
  }
}

.bait-popup__text {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 30px 0;
}

.bait-popup__btn {
  padding: 18px 20px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 1.96px;
  text-transform: uppercase;
  background: #000;
  outline: 0;
  border: 0;
  cursor: pointer;
}
