/*
div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}

.feedback-form {
	margin: 40px 0 ;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.img-form-furniture {
	width: 600px;
	height: 400px;

}

.form-furniture {
	width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.first-block-form {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.input-furniture {
    width: 30%;
    outline: none;
    border: none;
    border-bottom: 2px solid #000;
}
.input-name {

}
.input-phone {

}
.input-email {

}

.second-block-form {
    width: 100%;
}
.input-textarea {
    width: 100%;
    height: 50px;
    
}

.thirst-block-form {
    width: 100%;
}
.input-file {

}

.btn-block-form {

}
.btn-furniture {

}
*/
