﻿#MWM2Popup p, #MWM2Popup a, #MWM2Popup div {
    font-family: calibri,arial,verdana;
    box-sizing: content-box;
}

    #MWM2Popup a,
    #MWM2Popup a:link,
    #MWM2Popup a:hover,
    #MWM2Popup a:focus,
    #MWM2Popup a:active,
    #MWM2Popup a:visited {
        text-decoration: none;
        font-size: 16px;
    }

#MWM2Popup {
    position: fixed;
    bottom: 0;
    width: 100%;
    /*height: 240px;*/
    padding: 0;
    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: visible;
    box-sizing: content-box;
    z-index: 99999;
    background-color: rgba(52, 58, 64, .9);
    display: none;
}

    /*@media (min-width: 768px) {
    #MWM2Popup {
        height: 140px;
    }
}*/

    #MWM2Popup.MWM2Popup-visible {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        display: block;
    }


#MWM2Popup-container {
    position: relative;
    max-width: 970px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2rem;
}

/*@media (min-width: 992px) {
    #MWM2Popup-container {
        padding: 0;
    }
}*/

#MWM2Popup-close {
    /*position: absolute;
    top: -1rem;
    right: 0;*/
    padding: 1rem 2rem;
    font-weight: 700;
    height: 2rem;
    -ms-flex-order: 1;
    order: 1;
    margin-left: -2rem;
}


@media (min-width: 768px) {
    #MWM2Popup #MWM2Popup-close {
        margin-left: auto;
        -ms-flex-order: initial;
        order: initial;
    }
}

/*@media(min-width: 480px) {
    #MWM2Popup-close {
        margin-top: 1rem;
    }
}*/


#MWM2Popup-close:link,
#MWM2Popup-close:hover,
#MWM2Popup-close:focus,
#MWM2Popup-close:active,
#MWM2Popup-close:visited {
    color: #fff;
}
/*#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: 0;
    color: #fff;
    font-size: 16px;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
}


/*@media(min-width: 480px) {
    #MWM2Popup #MWM2Popup-content {
        max-width: 70%;
        wi
    }
}*/

/*@media (min-width: 768px) {
    #MWM2Popup
    #MWM2Popup-content {
        -ms-flex-order: initial;
        order: initial;
    }
}*/


@media(min-width: 992px) {
    #MWM2Popup #MWM2Popup-content {
        margin-top: 2px;
    }
}



#MWM2Popup #MWM2Popup-content:before, #MWM2Popup #MWM2Popup-content:after {
    display: table;
    content: '';
    width: 100%;
    clear: both;
}

#MWM2Popup #MWM2Popup-content p {
    margin: 0;
    line-height: 1.3;
    font-weight: bold;
}


@media(min-width: 480px) {
    #MWM2Popup-content {
        margin-top: 0;
    }
}



#MWM2Popup #MWM2Popup-content small {
    color: #4D8EB8;
    font-size: 0.864em;
}

#MWM2Popup #MWM2Popup-content span {
    font-size: 1.3em;
}

#MWM2Popup #MWM2Popup-actions {
    margin-bottom: 0;
    text-align: left;
    width: 100%;
    -ms-flex-order: 3;
    order: 3;
}
/*@media(min-width: 480px) {
    #MWM2Popup-actions {
}
}*/

#MWM2Popup-actions .rnl-button {
    display: inline-block;
}


#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%;
        }
    }*/
