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);
}
#contacts {
	border-top: 2px solid #25639a;
	margin-top: 20px;
}
#conth {
	margin-top: 20px;
}
.blue-border:focus {
	outline: none;
	border: 1px solid #6dcdf6;
}
.select2-container .select2-selection--multiple {
	min-height: 52px !important;
}
.select2-container--default .select2-selection--multiple {
	border: 0px !important;
}
.select2-container--default .select2-selection--multiple {
	background-color: #f6f7f8 !important;
}
.select2-container--default.select2-container--focus
	.select2-selection--multiple {
	outline: none;
	outline: 1px solid #6dcdf6 !important;
}
.select2-container .select2-search--inline .select2-search__field {
	font-family: inherit !important;
	height: 52px !important;
	padding: 14px 16px !important;
	margin-top: 0px !important;
	margin-left: 0px !important;
	font-size: 15px !important;
}
.select2-container--default .select2-selection--multiple {
	border-radius: 6px !important;
	padding-bottom: 0px !important;
	padding-right: 0px !important;
}
.select2-container--default.select2-container--open.select2-container--above
	.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
	.select2-selection--multiple {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}
.select2-container--default.select2-container--open.select2-container--below
	.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
	.select2-selection--multiple {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.select2-results__option--selectable {
	height: 52px !important;
}
.select2-container--default .select2-results > .select2-results__options {
	max-height: 300px !important;
}
.select2-dropdown {
	border: 0px !important;
	border-radius: 6px !important;
	/* outline: 1px solid #6DCDF6 !important; */
	box-shadow: 0px 8px 16px 0px #0000001a;
}
.select2-container--default
	.select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #f6f7f8 !important;
	color: #212529 !important;
}
.select2-container--open .select2-dropdown--below {
	border-top: 1px solid #6dcdf6 !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}
.select2-container--open .select2-dropdown--above {
	border-bottom: 1px solid #6dcdf6 !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.select2-results__option {
	padding: 14px 16px !important;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice {
	display: none !important;
}
.select2-container--default
	.select2-search--inline
	.select2-search__field::placeholder {
	color: #212529;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	opacity: 0;
}
.select2-results__option {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#checkboxAgreement {
	margin-left: 0px !important;
	scale: 1 !important;
}
input[type='checkbox']:checked + label,
input[type='checkbox']:not(:checked) + label,
input[type='radio']:checked + label,
input[type='radio']:not(:checked) + label {
	padding-left: 0px !important;
}
.service-arrow-parent {
	position: relative;
	display: inline-flex;
	align-items: center;
}
.service-arrow-child {
	position: absolute;
	right: 15px;
	pointer-events: none;
	opacity: 1;
}
.select2-container .select2-selection--single {
	height: 52px !important;
}
.select2-container--default .select2-selection--single {
	background-color: #f8f8f8 !important;
	border: 0px !important;
	border-radius: 6px !important;
}
.select2-search--dropdown {
	display: none !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 12px 16px !important;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__clear {
	display: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	display: flex !important;
	height: 100% !important;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: #007ac2 !important;
	border-width: 0px 2px 2px 0px !important;
	height: 8px !important;
	width: 8px !important;
	transform: rotate(45deg) !important;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	top: 9px !important;
	right: 13px !important;
}
.select2-container--default.select2-container--open
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: #428fde !important;
	border-width: 0px 2px 2px 0px !important;
	transform: rotate(225deg) !important;
	top: 18px !important;
}
.select2-container--default .select2-selection--single:focus {
	border: 1px solid #6dcdf6 !important;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__clear {
	display: none !important;
}
.select2-container--default .select2-results__option--disabled {
	display: none !important;
}
.input_date {
	font-size: 15px;
	width: 100%;
	height: 52px;
	background-color: #f6f7f8;
	border-radius: 6px;
	padding: 12px 16px;
}
.daterangepicker {
	font-family: 'avenirnextcyr' !important;
	font-size: 15px !important;
	margin-top: 0px;
	border: none;
	box-shadow: 0px 8px 16px 0px #0000001a;
}
.daterangepicker .calendar-table table {
	font-weight: 700 !important;
}
.table-condensed tbody tr {
	height: 44px;
	width: 44px;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
	text-decoration: auto;
}
.daterangepicker .calendar-table td {
	border-top: 1px solid #d7d7d7 !important;
	border: none;
}
.daterangepicker .calendar-table th {
	border-bottom: 1px solid #d7d7d7 !important;
	border: none;
	height: 44px;
	color: #818c99;
}
.daterangepicker td.start-date.end-date {
	border-radius: 0px !important;
}
.daterangepicker td.active {
	background-color: #6dcdf6 !important;
}
.daterangepicker.openscenter:before {
	display: none;
}
.daterangepicker:before {
	display: none;
}
.daterangepicker:before,
.daterangepicker:after {
	display: none;
}
.daterangepicker td.off {
	color: #d7d7d7;
}
.daterangepicker th.month {
	font-size: 16px;
	color: #000000 !important;
}
.pers-icon {
	background-image: url(/upload/biznesu/ikonki/icon-pers-16.svg);
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding-right: 30px;
}