

#hmh-popup {
  background-color: #54585a;
  display: none;
  width: 525px;
  z-index: 1000005;
}
#hmh-popup .popup-content {
  background-color: #fff;
  color: #000;
  font-family: arial, sans-serif;
  font-size: 18px;
  margin: 25px;
  padding: 25px;
}
#hmh-popup .popup-content h3 {
  border: none !important;
  color: #000 !important;
  font-size: 25px !important;
  font-weight: normal !important;
  font-family: arial, sans-serif !important;
  margin-top: 25px !imporant;
  margin-bottom: 25px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin: 25px 0 25px !important;
  text-align: center;
}
#hmh-popup .popup-content span {
  font-style: italic;
}

#hmh-popup .popup-content p {
  font-size: 18px;
  text-align: center;
  line-height: 22px;
}
#hmh-popup .popup-learn-more {
  background: url(../../assets/hmh/popup-learn-more.gif) no-repeat;
  color: #fff;
  display: block;
  height: 43px;
  margin: 0 auto;
  width: 126px;
  padding-top: 22px;
  padding-left: 80px;
}
#hmh-popup .popup-hr {
  border: 0;
  height: 1px;
  background: #000;
  background-image: linear-gradient(to right, #000, #000, #000);
}
#hmh-popup .hmh-close {
  position: absolute;
  top: 59px;
  right: 50px;
}
#hmh-narzuta {
    background-color: #000;
    display: none;
    min-height: 100%;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 100%;
}
