.title-info{
    text-align: left;
    font-weight: bold;
}

.mod.--form .mod__item.--wide.title-info{
    margin-bottom: 0;
}

.fields-files {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.field__wrapper {
    width: 100%;
    position: relative;
    margin: 15px 0;
    text-align: center;
}

.field__file {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.field__file-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.field__file-fake {
    min-height: 3.0625rem;
    background: #f8f8f8;
    border-radius: 0;
    padding: 0 1.875rem;
    width: calc(100% - 130px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #d4dbea;
    border-right: none;
    color: #bcbdcd;
    line-height: 1.1;
    font-size: 1rem;
    font-family: Jost;
    font-weight: 400;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-family: inherit;
}

.field__file-fake.no-border {
    border: 1px solid transparent;
}

.field__wrapper .field__file-button {
    width: 130px!important;
    height: 3.0625rem;
    min-width: unset;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0 !important;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0;
    cursor: pointer;
    color: #fcfcfc;
    background: #123C69;
    box-shadow: 0.3125rem 0.9375rem 2.5rem rgba(30, 35, 66, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}