/* .modal-body h5 {
    font-family: Noto Serif, sans-serif
}

.upload_btn_modal {
    background: rgba(190, 130, 80, .15);
    width: 33px;
    height: 31px;
    border: 1px solid #be8250;
    border-radius: 50%;
    cursor: pointer;
    float: left;
    margin-right: 20px
}

.modal-body h5{
    text-transform: uppercase;
    font-weight: 500
}

.modal-footer, .modal-header {
    border: none
}

.modal-body {
    padding: 20px 44px
}

.modal-body h5 {
    text-align: center;
    color: #be8250;
    font-size: 24px;
    margin-bottom: 30px
}

.btn_register {
    color: #00323c;
    text-align: center;
    font-size: 16px;
    line-height: normal;
    padding: 20px 0;
    cursor: pointer
}

.modal_format {
    font-size: 12px !important
}

.box-user_info_tab, .hide, .logo_mob, .r_login_btn, .range-labels .active.selected::before, .services_block {
    display: none
}
.form-control {
    border-radius: 28px;
    border: 1px solid rgba(0, 50, 60, .16);
    background: rgba(0, 50, 60, .04);
    padding: 10px 20px;
    color: #00323c
}

.form-control:focus {
    border-color: #be8250;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(190, 130, 80, .16);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(190, 130, 80, .16)
}
.mb-50 {
    margin-bottom: 50px
} */

.hidden {
    display: none;
    background: none !important;
}

.btn_disk{
    color: red;
}