﻿#MWM2Popup p,#MWM2Popup a,#MWM2Popup div {
    font-family: calibri,arial,verdana;
    box-sizing: content-box;
}
#MWM2Popup a { text-decoration: underline;}
#MWM2Popup {
  position: fixed;
  top: 0;
  width: 500px;
  height: 450px;
  padding: 10px 15px;
  font-size: 13px;
  font-family: calibri,arial,verdana;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  line-height: 1;
  border-radius: 0px;
  opacity: 0;
  transition: all cubic-bezier(0.68, -0.55, 0.55, 1.6) 550ms;
  overflow: hidden;
  box-sizing: content-box;
  z-index: 99999;
  background-color:white;
    display: none;
}
#MWM2Popup.MWM2Popup-visible {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    display: block;
}
#MWM2Popup #MWM2Popup-close {
  position: absolute;
  float: right;
  top: 0;
  right: 0;
  padding: 8px 3px 8px 0;
  color: inherit;
  text-decoration: none;
  border-radius: 0px 0px 0px 10px;
  background: #c4006c;
}
#MWM2Popup #MWM2Popup-close:before {
  display: inline-block;
  content: 'X';
  margin-top: -15px;
  padding: 9px 9px 0 14px;
  font-size: 2.4em;
  font-weight: bold;
  vertical-align: middle;
  color: white;
}
#MWM2Popup #MWM2Popup-headerImg {
  margin: 10px 0 15px 20px;
}
#MWM2Popup #MWM2Popup-content {
  border-top:1px solid #ebebeb;
  width: 430px;
  padding: 45px 33px 95px;
  color: #333333;
  font-size: 16px;
}
#MWM2Popup #MWM2Popup-content:before,
#MWM2Popup #MWM2Popup-content:after {
  display: table;
  content: '';
  width: 100%;
  clear: both;
}
#MWM2Popup #MWM2Popup-content p {
  margin: 0 0 .864em;
  line-height: 1.3;
}
#MWM2Popup #MWM2Popup-content small {
  color: #4D8EB8;
  font-size: 0.864em;
}
#MWM2Popup #MWM2Popup-content span {
  font-size: 1.3em;
}
#MWM2Popup #MWM2Popup-actions {
  margin-top: -55px;
  padding: 0 67px;
  text-align: left;
}
#MWM2Popup #MWM2Popup-actions:after {
  display: table;
  width: 100%;
  content: '';
  clear: both;
}
#MWM2Popup #MWM2Popup-actions .MWM2Popup-btn#MWM2Popup-actionDo {
  display: inline-block;
  margin: 3px 5px;
  width: 29px;
  padding: 8px 20px;
  color: white;
  font-size: 1.3em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 0;
  background: #193c8e;
}
#MWM2Popup-footerImg{
	bottom: 0;
    left: 0;
    position: absolute;
}
#MWM2Popup #MWM2Popup-actions .MWM2Popup-btn#MWM2Popup-actionDont, #MWM2Popup #MWM2Popup-actions .MWM2Popup-btn#MWM2Popup-actionLater {
  color:#333333;
  font-size:14px;
}
#MWM2Popup #MWM2Popup-actions .MWM2Popup-btn:hover {
  color: #6b6b6b;
}
#MWM2Popup #MWM2Popup-actions .MWM2Popup-btn:active {
  background: #575757;
}
#MWM2Popup #MWM2Popup-actions .MWM2Popup-btn#MWM2Popup-actionDont,#MWM2Popup #MWM2Popup-actions .MWM2Popup-btn#MWM2Popup-actionLater {
  margin-left: 21px;
}
#MWM2Popup-overlay {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color:#241e42;
  z-index: 9999;
  transition: all cubic-bezier(0.68, -0.55, 0.55, 1.6) 550ms;
    display: none;
}
#MWM2Popup-overlay.MWM2Popup-overlay-show {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    display: block;
}



/*asdasd*/
@media screen and (max-width: 499px) {
    #MWM2Popup #MWM2Popup-content { width: 100%; padding: 25px 4px 72px; }
    #MWM2Popup #MWM2Popup-actions { padding:0 30px }
    #MWM2Popup-footerImg {display:none;}
    #MWM2Popup {height:auto;width: 95%;}
}