.mk-form .error-js-file{
    color:red;
    max-width: 100%;
}

.mk-form.error{
    color:red;
    max-width: 100%;
}

.mk-form .error-capcha{
    color:red;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    
}

.success-js-file{
    color: green;
    max-width: 100%;
}

.form-group{
    margin-bottom: 20px;
}

.mk-form-success{
    font-size: 24px;
    color: green;
    text-align: center;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    /* height: calc(1.5em + .75rem + 2px); */
    height: 50.4px;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    /* height: calc(1.5em + .75rem + 30px); */
    display: flex;
    align-items: center;
    height: 50.4px;
    margin: 0;
    overflow: hidden;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    /* height: calc(1.5em + .75rem + 2px); */
    height: 50.4px;
    /* padding: .375rem .75rem; */
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
        border-top-color: rgb(206, 212, 218);
        border-right-color: rgb(206, 212, 218);
        border-bottom-color: rgb(206, 212, 218);
        border-left-color: rgb(206, 212, 218);
    border-radius: 0;
    padding: 15px 20px;
    display: flex;
    align-items: center;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    /* height: calc(1.5em + .75rem); */
    height: auto;
    padding: 10px 20px;
    line-height: 1.5;
    color: #495057;
    content: "Открыть";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0;
}

.contact__form--inputText{
    width: 100% !important;
    margin: 0 !important;
}

.form-fancy{
    max-width: 992px !important;
    width: 100%;
}