/* Message */

.callback-modal-message {
    max-width: 350px;
    margin: auto;
    background: #fff;
    padding: 20px;
    position: relative;
    border-radius: 10px;
}

.callback-modal-message__process {
    background: url('../images/loading.gif') no-repeat center 15px;
    background-size: 50px;
    padding-top: 80px;
    display: block;
    text-align: center;
}

.callback-modal-message__success {
    background: url('../images/success.png') no-repeat center 15px;
    background-size: 50px;
    padding-top: 80px;
    display: block;
    text-align: center;
}

.callback-modal-message__error {
    background: url('../images/error.png') no-repeat center 15px;
    background-size: 50px;
    padding-top: 80px;
    display: block;
    text-align: center;
}
.cont .tbl.middle .td.text {
    position: relative;
}
.cont .tbl.middle .td.text::before {
    content: "";
    position: absolute;
    height: 70px;
    width: 2px;
    background: #2e7cc0;
}
@media(max-width:430px) {
    html, body {
        overflow-x: hidden;
    }
}
