.popup .popup-btn-send{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    border-radius: 0;
    width: 100%;
}

.popup .popup-btn-send:hover{
    color: #e3000f;
}

.popup .loading{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: unset;
}

.popup.order-by-file-t{
    width: 100%;
    max-width: 365px;
    padding: 0;
}

.popup.order-by-file-t .description{
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    color: #666;
    text-align: center;
}

.link-order-by-files{
    border: none;
    background: none;
    font-weight: 700;
}

.files-wrapper{
    padding-left: 10px !important;
}

.error-no-file{
    color: #e3000f;
    font-size: 300;
}
