div#banner_popup_jeragm {
  position: fixed;
  z-index: 99999999;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  display: none;
  background: rgba(0, 0, 0, 0.4);
}

div#banner_popup_jeragm.active {
  display: block;
}


.banner_popup_jeragm_close {
  color: #d9d9d9;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 0;
  border: 0;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  background-image: url(../images/close-popup-icon.svg);
  width: 13px;
  height: 13px;
  top: 26px;
  right: 34px;
}

.banner_popup_jeragm_close:hover {
    color: #fff;
}

.banner_popup_jeragm__wrap {
  max-width: 1300px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 9999999999999999999999;
  overflow: hidden;
  margin: 20px auto;
  max-height: 100%;
  overflow: auto;
  width: 747px;
  height: 414px;
  background-color: #fff;
  padding: 56px 32px 48px;
}

.logo-site {
  background-image: url('../images/site-logo.svg');
  width: 87px;
  height: 48px;
  background-size: contain;
  margin-right: 100px;
  background-repeat: no-repeat;
}

.banner_popup_jeragm_container {
  display: flex;
  flex-wrap: wrap;
  flex-flow: revert;
}

.banner_popup_jeragm_top__content {
  width: calc(100% - 178px);
}

.banner_popup_title {
  font-family: 'Porpora';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.25px;
  color: #333333;
  margin-bottom: 16px;
}

.banner_popup_text p {
  font-family: 'Porpora';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #333333;
  letter-spacing: normal;
  margin-bottom: 32px;
}

.popup--link a {
  padding: 14px 32px;
  font-family: 'Porpora';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #FFFFFF;
  background: #8096A3;
  border-radius: 96px;
  display: inline-block;
}

.popup--link a:hover {
  opacity: .8;
}

@media only screen and (max-width: 1024px) {
  .banner_popup_jeragm__wrap {
    padding: 24px 16px;
    width: calc(100% - 32px);
    height: 60vh;
    max-height: 521px;
  }

  .banner_popup_jeragm_container {
    display: block;
  }

  .banner_popup_jeragm_top__content {
    width: 100%;
  }

  .logo-site {
    margin-bottom: 25px;
  }

  .banner_popup_title {
    font-size: 20px;
  }

  .banner_popup_jeragm_close {
    top: 24px;
    right: 16px;
  }
}
