

/* Start:/local/templates/zaryadyehall/components/bitrix/form/return_ticket/bitrix/form.result.new/.default/style.css?17205302535515*/
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/zaryadyehall/components/bitrix/form/return_ticket/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/zaryadyehall/components/bitrix/form/return_ticket/bitrix/form.result.new/.default/images/icon_warn.gif);
}

/* //////////////////////////////////////// */

.form-row {
	flex-wrap: wrap;
}

.sector {
	width: 100%;
	/* //margin-right: -5px;
    //margin-left: -5px; */
	gap: 8px;
	/* display: flex; */
	align-items: baseline;
	flex-wrap: wrap;
	border: 1px solid #dbdbdb;
	border-radius: 0.25rem;
	padding: 15px;
}

.rows {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	width: 100%;
	/* //margin-right: -5px;
   // margin-left: -5px; */
	gap: 8px;
}

.input-row {
/* //width: 50%; */
}

.hall {
	display: none;
	margin-bottom: 20px;
	/* //margin-left: -5px;
    //margin-right: -5px; */
}

.hall.show {
	display: block;
}

.form-header.feedback__form_fields {
	display: flex;
	flex-direction: column;
	 align-items: flex-end;
	 /* width: 100%;
	justify-content: flex-end; */
	/* gap: 8px; */
}

.form-subtitle {
	text-align: center;
	margin-bottom: 1em;
	margin-top: 1em;
}

.form-subtitle-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.form-subtitle-row .feedback__form_field {
	display: flex;
	flex-wrap: wrap;
	padding-top: 0 !important;
	width: auto;
	gap: 5px;
}

.form-header .form-row input, .form-header .form-row textarea {
	width: 100%;
	border: solid 1px #dbdbdb;
	border-radius: 0.25rem;
	position: relative;
}

.form-header .form-row input.error, .form-header .form-row textarea.error {
	border-color: red;
outline: none;
}

.form-header .form-row label {
	width: 35%;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

span.error {
	font-size:12px;
	color: red;
	display: none;
}

span.error.show {
	display: inline;
}

/* .add-row, .add-sector {
	border-radius: 0.25rem;
    padding: 8px 48px;
    background: #29315D;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.38;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border: 1px solid #919499;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.add-row:hover, .add-sector:hover {
	color: #ffffff;
    background-color: #2B457D;
    text-decoration: none;
} */

.form-head input {
	width: 30%;
}

.form-body {
	display: flex;
	flex-direction: column;
	/* gap: 0.7em; */
	margin-bottom: 1em;
}

.form-body .form-row {
	display: flex;
	align-items: baseline;
	gap: 8px;
}

.form-body .input  {
	flex-grow: 1;
	margin-bottom: 20px;
	position: relative;
	display: flex;
	flex-direction: column;
	/* //align-items: center; */
	gap: 5px;
}




.form-body .calendar-icon {
	/* position: absolute; */
	/* right: 20px; */
}

.form-body .input.date {
	/* margin-bottom: 30px;
	margin-top: 10px; */
	display: flex;
	margin-bottom: 0;
	align-items:center;
	flex-direction: row-reverse!important;
    border: solid 1px #dbdbdb;
    border-radius: 0.25rem;
	 padding-left: 0.75rem;
	 padding-right: 0.75rem;
}

.date_label {
	flex-grow:1;
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-bottom: 20px;
}

.input.date.error {
	border-color: red;
}

.form-body .input input[name=form_date_103] {
	/* position: absolute; */
	/* top: 0; */
	border: none;
}

.form-body .input input[name=form_date_103]:focus-visible {
	outline: none;
}

.form-body .form-radio {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0.5em 0;
}
.input select {
	display: block;
	width: 100%;
	padding: 0.675rem 0.75rem;
	border: solid 1px #dbdbdb;
	border-radius: 0.25rem;
}

input[name=form_date_121] {
	position: absolute;
}

.form-body .form-row input, .form-body .form-row textarea, .form-body .form-row select {
	width: 100%;
	border: solid 1px #dbdbdb;
	border-radius: 0.25rem;
}

.form-body .form-row input.error, .form-body .form-row textarea.error, .form-body .form-row select.error {
	border-color: red;
	outline: none;
}

.form-footer input[type=submit] {
	margin-bottom: 20px;
	border-radius: 0.25rem;
	padding: 8px 48px;
	background: #29315D;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.38;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	border: 1px solid #919499;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.form-footer input[type=submit]:hover {
	color: #ffffff;
	background-color: #2B457D;
	text-decoration: none;
}

.documents {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.documents td {
	padding: 10px;
}

.documents-tab {
	overflow: hidden;
	height: auto;
	max-height: 0;
	transition: max-height 0.3s;

}

.documents-tab.active {
	max-height: 1000px;
}

@media (max-width:550px) {
	.form-header {
		align-items: flex-start;
	}

	.form-header .form-row {
		justify-content: flex-start;
	}

	.form-header .form-row label {
		width: 100%;
	}
}
/* End */
/* /local/templates/zaryadyehall/components/bitrix/form/return_ticket/bitrix/form.result.new/.default/style.css?17205302535515 */
