.alert{
    text-align: center;
}
.alert h2,.alert h3,.alert h4{
    margin-bottom: 5px;
}
.confirm-table{
    margin: 0 auto;
    padding: 10px;
    background: #e2e4e4;
    border-radius: 5px;
    margin-bottom: 30px;
}
.confirm-table th,.confirm-table td{
    border-bottom: 1px solid #e9f0ef;
    padding: 10px;
}
.confirm-table tr:last-child th,.confirm-table tr:last-child td{
    border:none;
}
.cab-confirm__qr {
    display: block;
    text-align:center;
}
.cab-confirm__qr img {
    margin-bottom: 30px;
}
.cab-confirm__qr a{
    background-color: #409e96;
    color: #ffffff;
    padding: 10px 5px;
    border-radius: 5px;
    margin: 5px;
    display: block;
}
.cab-banners__item > a {
    display: block;
    opacity: 0;
    position: absolute;
    top: -1000000000px;
    pointer-events: none;
}
.calc-amount__btn{
    user-select: none;
}