.mw_theme_custom {
  background-color: #ffffff;
  width: 600px;
  min-height: 50px;
  max-width: 100%;
  min-width: 320px;
  border: none;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.3s ease-out 0.3s, -webkit-transform 0.3s ease-out 0.3s;
  -moz-transition: opacity 0.3s ease-out 0.3s, -moz-transform 0.3s ease-out 0.3s;
  -o-transition: opacity 0.3s ease-out 0.3s;
  transition: opacity 0.3s ease-out 0.3s, transform 0.3s ease-out 0.3s;
}
.mw_theme_custom.mw_state_opened {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.mw_theme_custom .mw__title {
  padding: 56px 60px 0;
  margin: 0;
  color: #050117;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
.mw_theme_custom .mw__content {
  padding: 42px 60px 60px;
}
.mw_theme_custom .mw__close {
  width: 12px;
  height: 12px;
  background: 50% 50% no-repeat url('images/mw-close.png');
  background-size: 12px 12px;
  position: absolute;
  top: 60px;
  right: 60px;
  z-index: 10;
  cursor: pointer;
}
.mw_theme_custom .mw__loading {
  background: #ffffff 50% 50% no-repeat url('images/mw-loading.gif');
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0.5;
}
.mw-overlay_theme_custom {
  background-color: #000000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.7;
}
.mw_theme_custom .mw__alert {
  color: #050117;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 18px;
  padding-right: 80px;
}
@media (max-width: 510px) {
  .mw_theme_custom .mw__content {
    padding: 15px 30px 60px;
  }
  .mw_theme_custom .mw__title {
    padding: 56px 30px 0;
  }
  .mw_theme_custom .mw__close {
    top: 40px;
    right: 30px;
  }
  .form__row {
    margin-bottom: 10px;
  }
  .form__group {
    margin-bottom: 24px;
  }
}
