.contact-page {
    background-repeat: no-repeat;
    background-position: center;
}

html body .section-page form input.form-control, html body .section-page form textarea {
    border-radius: 6px;
    border-color: #DCDCDC;
    min-height: 56px;
    padding: 15px;
}

html body form input.form-control {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    body .info-block {
        padding: 15px;
        border-left: none;
        border-right: none;
    }

    body .crumbs {
        height: 50px;
        padding: 20px 15px;
    }

    #feedback_save {
        width: 100%;
        margin-bottom: 10px;
    }

    .contact-page {
        min-height: 400px;
    }
}

@media (min-width: 768px) {
    html .contact-page .flex-desc .form-group {
        width: 50%;

    }

    html .contact-page .flex-desc .form-group:first-child {
        margin-right: 20px;
    }

    .text-center {
        display: flex;
    }

    html .half-width {
        width: 50%;
    }

    .contact-page {
        width: 50%;
    }

    .contact-page .flex-desc .form-group {
        width: 48%;
    }

    .contact-page .flex-desc .form-group:first-child {
        margin-right: auto;
    }

    .contact-page .flex-desc .form-group input {
        width: 100%;
        height: 56px;
    }
}

.s14 {
    font-size: 12px;
}

.s21 {
    font-size: 21px;
}

.black {
    color: black;
}

.grey {
    color: #6A6A6A;
}

#feedback_save {
    /*width: 260px;*/
    height: 56px;
    color: white;
    background: white;
    margin-right: 20px;
    border-radius: 6px;
    border: 1px solid #212121;
    text-transform: uppercase;
    color: #212121;
    font-size: 12px;
}

.soc-icon {
    /*
    border: 1px solid grey;
    border-radius: 3px;
    */
    margin-right: 10px;
}


/*
.section-page {
{#padding: 60px 49px 70px;#}
padding: 0;
}
*/

.section-page input, .section-page textarea {
    border: 1px solid grey;
    margin-bottom: 20px;
    padding: 20px;

    adding: 7px 20px;
    border-radius: 20px;
    height: 40px;
}

.btn_link {
    padding: 10px 30px;
    font-size: 1rem;
}

.title_middle {
    margin-bottom: 20px;
}

#feedback_message {
    width: 100%;
    height: 100px;
}

.info-block {
    padding: 40px;
    border: 1px solid #212121;
}