.summ_mkd, .table_mkd, .exel_file, .result_adres, .tsum_mkd { display: none}
.result_adres, .tsum_mkd {    margin: 20px 0 20px;
    background: #ffb3004d;
    width: 100%;

    border-radius: 5px;
    padding: 15px;}

.summ_mkd, .table_mkd, .exel_file {    padding: 10px;}

.btn_ellow {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    color: #fff;
    background-color: #ffb300;
    height: 48px;
    padding: 0 20px;
    border: 2px solid transparent;
    border-radius: 4px;
    outline: none;
    transition: .3s;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn_ellow:focus, .btn_ellow:hover {
    background-color: #cfb120;
    border-color: transparent;
    color: #fff;
}

.table_mkd_result { margin-bottom: 30px}
.d-text-loader {
    display: block;
    position: absolute;
    top: 66%;
    left: 40%;
    z-index: 3;
    color: #fff;
}