.contacts-middle {
    width: 100%;
    padding: 0 20%;
    margin-top: 75px;
}

.contacts-textlinks,
.contacts-feedback {
    display: inline-block;
    /* line-height: 32px; */
}

.contacts-text {
    font-size: 64px;
    font-weight: 600;
    line-height: 47px;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}

.contacts-textlinks {
    float: left;
    margin-top: 62px;
}

.contacts-feedback {
    float: right;
}

.contacts-line {
    background-color: black;
    height: 1px;
    width: 62px;
    margin-top: 20px;
    margin-bottom: 24px;
}

.contacts-feedback form {
    display: grid;
    width: 380px;
}

.contacts-textlinks a {
    text-decoration: none;
}

.contacts-textlinks .vertical {
    display: grid;
}

.contacts-textlinks .vertical a {
    margin-right: 12px;
}

.contacts-feedback input[type="text"],
input[type="Email"] {
    border: none;
    border-bottom: 1px solid #242424;
    background-color: transparent;
    margin: 7px 0px;
    height: 32px;
    padding: 0;
    width: 100%;

}

#umessage {
    margin-top: 30px;
    border: 1px solid #242424;
    background: transparent;
    resize: vertical;
    min-height: 68px;


}

.contacts-feedback input[type=submit] {
    border: none;
    background: transparent;
    font-weight: 400;
    font-size: 20px;
    margin: 0 auto;
    margin-top: 25px;
    color: black;
}

.contacts-feedback input[type=submit] {
    border-bottom: 1px solid transparent;
    transition: .5s ease;
}

.contacts-feedback input[type=submit]:hover {
    border-color: black;
}

input:focus {
    outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: black !important;
    font-weight: 500;
    font-size: 12px;
}

textarea::-webkit-input-placeholder {
    font-size: 10px;
    padding-left: 6px;

}

@media screen and (max-width: 1400px) {
    .contacts-middle {
        margin-top: 0px;
        /* border: 2px dashed red; */
        justify-content: center;
    }

    .contacts-middle>div {
        all: inherit;
        /* border: 2px solid red; */

    }

    .contacts-line {
        display: none;
    }

    .contacts-textlinks .vertical {
        display: grid;
        justify-content: center;
        text-align: center;
    }

    .contacts-links {
        /* margin: 15px 0px; */
        margin-top: 40px;
        margin-bottom: 0px;
    }

    .contacts-feedback {
        padding: 25px !important;
        margin: 0px auto !important;
        justify-content: center;
        text-align: center;
    }

    .title-feedback {
        display: none;

    }

    .contacts-feedback form {
        width: 100%;
        max-width: 400px;
        margin: 0px auto;
    }

    input {
        border-radius: 0 !important;
        -webkit-appearance: none !important;
    }

    textarea {
        border-radius: 0 !important;
    }
}