div.mf-name,div.mf-phone,div.mf-captcha
{
    padding-bottom: .4em;
    width: 100%;
}
.mfeedback {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: .5rem;
    padding-right: 1.5rem;
}
.mfeedback p {
    margin-top: 0;
}
.mfeedback .mf-ok-text {
    color: blue;
    margin: 15px 0;
}
.mfeedback form
{
    align-items: center;
    display: flex;
    flex-direction: column;
}
.mfeedback .mf-req
{
    color: red;
}
.mfeedback .mf-name,.mfeedback .mf-phone
{
    display: flex;
    justify-content: space-between;
}
.mfeedback .mf-captcha
{
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.mfeedback .mf-captcha .mf-text
{
    color: #5ab7a9;
    font-family: "Didact Gothic",sans-serif,"google";
    font-size: 17px;
    font-style: normal;
    line-height: 1em;
    margin: 5px 0;
    text-align: center;
    text-transform: none;
    width: 100%;
}
.mfeedback input:not([type=checkbox])
{
    background-color: #f7f8f8;
    border: 1px solid #828282;
    color: #828282;
    line-height: 1.5;
    margin-left: 10px;
    min-width: 210px;
    padding: 10px;
    transition: border-color .3s ease-in;
    width: 50%;
}
.privacy_police-block a
{
    color: #00ac94;
}
.mfeedback input[type="submit"]
{
    background-color: #00ac94;
    border-color: #828282;
    border-radius: 1px;
    border-style: solid;
    border-width: 1px;
    color: #f7f8f8;
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    margin-left: 1.5rem;
    margin-top: 1em;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s ease-in,border-color .3s ease-in,color .3s ease-in;
}
.mfeedback input[type="submit"]:hover
{
    background: #007e6d;
}

.mfeedback .frontErrors p {
    color: red;
    margin: 0px 0px 5px 0px;
}

.captcha__container {
    display: flex;
}

.captcha__container input {
    min-width: 120px!important;
}

@media (max-width: 576px) {
    .mfeedback .mf-name, .mfeedback .mf-phone, .mf-email {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .mfeedback .mf-captcha {
        align-items: center;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
}