

/* Start:/local/templates/Ptipti/components/bitrix/form.result.new/feedback/style.css?17146571671263*/
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/Ptipti/components/bitrix/form.result.new/feedback/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/Ptipti/components/bitrix/form.result.new/feedback/images/icon_warn.gif);
}

.field-wrap {
	display: flex;
	flex-direction: column;
}

.error {
	background: #f2dede;
	color: #a94442;
	position: relative;
	border-radius: 4px;
	max-width: 300px;
}

.error::before {
	content: '';
	bottom: -10px;
	left: 20px;
	margin-left: -5px;
	border: 5px solid transparent;
	border-top: 5px solid #f2dede;
	position: absolute;
}

.result_message {
	max-width: 600px;
	margin: 0 auto;
}

.result_message_text {
	font-size: 16px;
}

.result_message .btn {
	width: 250px;
	margin-top: 20px;
}

.result_message .btn:hover {
	border: 1px solid black;
}
/* End */
/* /local/templates/Ptipti/components/bitrix/form.result.new/feedback/style.css?17146571671263 */
