.modal-icon {
    width: 90px;
    height: 90px;
    float: left;
    margin: 46px 40px 0 30px;
}

.modal-icon.success {
    background: url(../../img/contact/success.png) no-repeat;
}

.modal-icon.fail {
    background: url(../../img/contact/fail.png) no-repeat;
}

.modal-body.contacts .modal-popup {
    min-width: 450px;
}

.modal-body.contacts {
    display: none;
}

.modal-message {
    float: left;
    margin-top: 55px;
}

.modal-message span {
    clear: both;
    font-family: 'Open Sans';
    font-size: 18px;
}

.modal-message p {
    padding-top: 10px;
    font-family: 'Open Sans';
    font-size: 18px;
}

.modal-body {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.51);
    z-index: 999998;
    position: fixed;
}

.modal-popup {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 180px;
    background: #fff;
    z-index: 999999;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.25);
}
