/*********  popup  ************/
.lpPopupContent {
  width: 100%;
  display: inline-block;
}
.lpPopup.exitPopup {
  border-radius: 0;
}
.exitPopup .lpPopupHead {
  border: none;
  background-image: none;
}
.exitPopup {
  min-width: 40%;
}
.exitPopup .dataBlock label {
  width: 100px;
}
