

/* Start:/local/templates/sikarus/components/bitrix/form/.default/bitrix/form.result.new/.default/style.css?17567331901335*/
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/sikarus/components/bitrix/form/.default/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/sikarus/components/bitrix/form/.default/bitrix/form.result.new/.default/images/icon_warn.gif);
}

.inputtext, .inputselect
{
	width: 100%;
	line-height: 2em;
	padding: 0 10px;
	border: 1px solid #dddddd;
}

.inputtextarea
{
	padding: 0 10px;
	border: 1px solid #dddddd;
	width: 100%;
}

tfoot
{
	background-color: unset !important;
}

input[type="submit"] {
	font-weight:700;
	text-transform:uppercase;
	background-color:#ffc510!important;
	color:rgba(60,60,60,.902)!important;
	height:40px!important;
	padding:8px 30px!important;
	font-size:16px!important;
	line-height:10px!important
}

input[type="submit"], input[type="reset"]
{
	width: 200px !important;
	margin: 0 !important;
}

@media only screen and (max-width:600px) {
	form .button-set {
		display: grid;
		justify-content: center;
	}
}
/* End */
/* /local/templates/sikarus/components/bitrix/form/.default/bitrix/form.result.new/.default/style.css?17567331901335 */
