.popup-backdrop {
  background: rgba(62, 71, 87, 0.5) none repeat scroll 0 0;
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0.5;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040;
}
.popup {
  bottom: 0;
  display: none;
  left: 0;
  outline: 0 none;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
}
.popup-shown {
  overflow: hidden;
}
.popup-shown .popup {
  overflow-x: hidden;
  overflow-y: auto;
}
.popup .popup-content {
  background: #72c02c none repeat scroll 0 0;
  color: #fff;
  width: 680px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.popup-message {
  float:left;
  padding: 40px;
  width: 410px;
}
.popup-message h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 7px;
}
.popup-message h4 {
  color: #fff;
  font-size: 35px;
  line-height: 1.4;
  margin: 0 0 15px;
}
.popup-message p {
	color: #fff;
	font-size: 14px;
}
.popup-message > form {
  display: block;
  position: relative;
}
.popup-image {
  background: #fff none repeat scroll 0 0;
  float:right;
  width:270px;
}
.popup-image img {
  display: block;
  height: auto;
  max-width: 100%;
}
.popup-content .btn-default,
.popup-content .btn-default.active,
.popup-content .btn-default:active,
.popup-content .btn-default.hover,
.popup-content .btn-default:hover,
.popup-content .btn-default.focus,
.popup-content .btn-default:focus {
  color: #72c02c;
  border-color: #fff;
  background: #fff;
}
.popup-close {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #888;
    border-radius: 50%;
    color: #888;
    font-size: 25px;
    line-height: 0.9;
    opacity: 0.8;
    padding: 1px 4px;
    position: absolute;
    right: -13px;
    text-decoration: none;
    top: -13px;
}
.popup-close:active,
.popup-close:hover {
  border: 1px solid #72c02c;
  color: #72c02c;
  opacity: 1;
  text-decoration: none;
}
.popup-shown .wrapper {
  filter: blur(7px);
}