.upload-file {
    display: flex;
    align-items:center
}

.upload-file__block_first {
    width:34px;
    height:34px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:5px;
}

.upload-file__img {
    max-width:100%;
    max-height:100%;
    min-width:100%;
    min-height:100%;
}

.upload-file__label {
    background-color: #eb5202;
    border-color: #eb5202;
    color: #ffffff;
    text-shadow: 1px 1px 0 rgb(0 0 0 / 25%);
    font-size: 1.6rem;
    letter-spacing: .025em;
    padding: 0.37em 0.5em;
    cursor:pointer;
}