.block-1 {
    background: #ffffff url("/images/pride/contacts.jpg") no-repeat center center;
    background-size: cover;
}

.menu-contact {
    color: rgb(161 217 243 / .8) !important;
}

.header-Nav a {
    font-family: Arial, Helvetica, sans-serif !important;
}

.contact-block-3 {
    display: flex;
    flex-direction: row;
}

.contacts {
    width: 50%;
    padding: 50px 0;
    min-height: 60vh;
}

.contacts-form {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    flex-flow: wrap;
}

.input {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: left;
}

.short-input {
    width: 50%;
    padding: 10px;
}

.long-input {
    width: 100%;
    padding: 10px;
}

.title-form {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    cursor: default;
}

.contacts-form span {
    font-size: 12px;
    color: #555;
    cursor: default;
}

.btn-1,
.btn-1:link,
.btn-1:visited,
.btn-1:hover,
.btn-1:active {
    margin-left: 10px;
    cursor: pointer;
}

.field-element {
    width: 100%;
    padding: 12px;
    margin: 6px 0 4px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    font-family: sans-serif;
    font-size: 12px;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 2px;
}

.field-element {
    font-size: 14px;
}

.field-element:focus {
    background: #fff;
    border-color: #000;
    -webkit-transition: background .1s ease-in;
    -moz-transition: background .1s ease-in;
    -ms-transition: background .1s ease-in;
    -o-transition: background .1s ease-in;
    transition: background .1s ease-in;
}

.required {
    color: red !important;
    font-size: 16px !important;
    margin: 0 5px;
}


/* Set the size of the div element that contains the map */

#map {
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}

.contacts iframe {
    width: 100%;
}

textarea {
    width: 100%;
    min-height: 15vh;
}

.block-2 {
    margin-top: 100px;
}

@media only screen and (max-width: 760px) {
    .contact-block-3 {
        flex-direction: column;
    }
    .contacts {
        width: 100%;
        padding: 10px 0;
    }
    .contacts-left-contacts {
        padding: 10px;
    }
    textarea {
        width: 100%;
        min-height: 30vh;
    }
    .block-2 {
        margin-top: 20px;
    }
}