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(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(images/icon_warn.gif);
}


.field-wrap-hidden{
	display: none;
}

.fields-wrap{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.public_reception-feedback__form{
	padding: 20px;
}

.field-value-wrap{
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
}

.field-value-wrap label:nth-of-type(2n+1){
	max-width: 13px;
}

.field-value-wrap label:nth-of-type(2n){
	max-width: calc(100% - 13px);
	width: calc(100% - 23px);
}

.field-wrap-without-name{
	margin-top: -20px;
}

.form-control-captcha{
	max-width: 340px;
}

.public_reception-feedback__form-buttons-wrap{
	margin-top: 20px;
}

.public_reception-feedback__form .field-value-wrap br{
	display: none;
}

.public_reception-feedback__form textarea{
	min-width: 100%;
}