.mw_theme_selfie {
  background-color: #008fbe;
  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_selfie.mw_state_opened {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.mw_theme_selfie .mw__title {
  padding: 80px 55px 80px;
  margin: 0;
  font-size: 42px;
  line-height: 42px;
  font-weight: bold;
  color: #ffffff;
}
.mw_theme_selfie .mw__content {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #00476b;
}
.mw_theme_selfie .mw__close {
  width: 30px;
  height: 30px;
  background: 50% 50% no-repeat url('/img/mw-close.svg');
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}
.mw-overlay_theme_selfie {
  background-color: #000000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.7;
}


