.bitrix-modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(3, 44, 71, .5);
    z-index: 1000;
}

.bitrix-modal__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}
.bitrix-modal__window {
    position: relative;
    background: #FFFFFF;
    max-width: 100%;
    max-height: 100vh;
    overflow-y: auto;
}
html.mobile .bitrix-modal__window {
    max-height: 100vh;
    min-height: 30vh;
    overflow-y: scroll;
    min-width: 90vw;
}
html.mobile .bitrix-modal__window > div {
    margin-bottom: 100px;
}

.bitrix-modal__window h2 {
    margin-bottom: 20px;
    text-align: center;
}

.form-confirm .checkbox-element .form-item-label {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
}

.form-confirm .checkbox-element .form-item-check {
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    line-height: 20px;
}

.form-juridical-info {
    padding: 8px 0;
    margin: 0 0 20px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    background: #FBFBFB;
}

.bitrix-modal__window .resume-file {
    margin-top: 0;
    margin-bottom: 30px;
}
.quality_form .resume-file {
    margin-top: 0;
}
.quality_form h4 {
    margin-top: 20px;
}
.add-file-field {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-family: Roboto, sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.4rem;
    color: #44c69a;
    cursor: pointer;
}
.add-file-field:hover {
    text-decoration: underline;
}
.add-file-field svg {
    width: 16px;
    height: 16px;
    stroke: #44c69a;
    margin-right: 10px;
}
.delete-field {
    margin-left: 10px;
    fill: #44c69a;
    cursor: pointer;
}
.delete-field.disabled {
    display: none;
}

.input-file {
    margin-bottom: 4px;
}

.input-file.js-added {
    display: flex;
    align-items: center;
}

.form-submit-btns {
    margin-top: 35px;
}

.bitrix-modal.reconciliation_act .form-col:nth-child(odd) {
     padding: 0px;
}

.bitrix-modal.reconciliation_act .form-submit-btns {
    margin-top: 10px;
}

.bitrix-modal.reconciliation_act textarea {
    min-height: 120px;
}