

/* Start:/local/templates/u-me-2024/components/bitrix/form.result.new/.default/style.css?17603471081358*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/u-me-2024/components/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/u-me-2024/components/bitrix/form.result.new/.default/images/icon_warn.gif);
}

.captcha_img-field {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.field__captcha {
	padding: 0px !important;
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}


.form__item:has(#captcha_input) {
	flex: 2;
}

@media (max-width: 1024px) {
    .findus__callback_form .form__group:has(#captcha_input) {
        flex-direction: row;
    }

	.form__group:has(#captcha_input)>.form__item {
		width: auto;
	}

	.captcha_img-field img {
		width: auto;
		height: auto;
	}

	#captcha_input + .field__label {
		display: none;
	}
}

#SIMPLE_FORM_3 form {
	color: black;
}

/* End */
/* /local/templates/u-me-2024/components/bitrix/form.result.new/.default/style.css?17603471081358 */
