/*Modal from customization*/
div.modal-forms-modal-content .popups-container {
  overflow: hidden;
  /*height: 100%;*/
  height: auto !important;
  background: transparent;
  text-align: left;
}
div.modal-forms-modal-content .modal-scroll {
  height: auto !important;
}
div.modal-forms-modal-content .modal-header {
  background-color: transparent !important;
  padding: 0.5em 0em 0 0.1em;
  min-height: 35px;
}
div.modal-forms-modal-content .modal-title {
  color: #FFF;
  font-size: 17px;
  white-space: pre-wrap;
}
div.ctools-modal-content .modal-header {
  border-bottom: 0;
}
div.modal-forms-modal-content .popups-close {
  opacity: 0.7;
  background: url('../img/close-btn.png') no-repeat center;
}
div.modal-forms-modal-content .popups-close:hover {
  opacity: 1;
  background-position: center;
}
div.ctools-modal-content .modal-content {
  padding: 1em 1em 1em 1em !important;
}
#modalContent {
  /*position: fixed !important;*/
  /*top: 0 !important; // НЕЛЬЗЯ ТАК ДЕЛАТЬ! чтобы модальное окно не съезжало */
}
#modalContent .loading-spinner {
  margin: -8px 0 0 -100px !important;
}
