.mfeedback {
    margin: 20px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.mf-ok-text {
    color: green;
    font-weight: bold;
    margin-bottom: 10px;
}

.mf-dropdown, .mf-name, .mf-email, .mf-phone, .mf-adress, .mf-message, .mf-files, .mf-captcha {
    margin-bottom: 10px;
}

.mf-name {
 width: 800px;
}

.question-comment {
font-size:11px;
}
.mf-text {

font-weight: bold;
    margin-bottom: 3px;
margin-top: 6px;
width: 90%;
}

.mf-req {
    color: red;
}

select, input[type="text"], input[type="email"], textarea {
    width: 90%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Для экранов шириной более 768 пикселей */
@media (min-width: 768px) {
    select, input[type="text"], input[type="email"], textarea {
        width: 80%; /* Уменьшить ширину на больших экранах */
    }
}

select {
    height: 40px;
}

textarea {
    resize: vertical;
}

input[type="file"] {
    margin-bottom: 10px;
}

.mf-captcha img {
    margin-bottom: 10px;
}

input[type="submit"] {
    background-color: #157fc4;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #106196;
}

.mf-name {
 width: 800px;
}
