.page {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: gray;
  position: relative;
}

.n-pop-modal .fancybox-bg {
  background: rgba(0, 0, 0, 0.18);
}

.n-pop {
  width: 445px;
  padding: 59px 32px 68px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 8px;
  display: none;
}

.n-pop__title {
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: normal;
  font-size: 37px;
  line-height: 41px;
  margin-bottom: 16px;
}

.n-pop__text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}

.n-pop__close {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .n-pop {
    width: 335px;
    padding: 33px 16px 42px;
  }
}
