

/* Start:/bitrix/templates/.default/components/bitrix/main.feedback/bitrix24_form_footer/style.css?1783077517915*/
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
.feedback {
	position: relative;
	font-size: 14px;
}
.feedback input[type=text], .feedback input[type=tel] {
padding: 12px;
    height: 48px;
margin-right: 5px;
width:33%;
}
.feedback .feedback-btn {
	border-radius: 2px;
    background-color: #000;
    color: #fff;
outline:none;
border: none;
position: absolute;
    top: 0;
    margin: 0;
    padding: 13px 23px 14px;
    height: 48px;
}
.feedback .errortext {
font-size:12px;
}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}

@media screen and (max-width: 768px) {
    .feedback {
        display: flex;
        flex-direction: column;
    }
	.feedback input[type=text], .feedback input[type=tel] {
		width: 100%;
		margin: 0 0 5px;
	}
    .feedback .feedback-btn {
        width: 100%;
        position: relative;
    }
}
/* End */
/* /bitrix/templates/.default/components/bitrix/main.feedback/bitrix24_form_footer/style.css?1783077517915 */
