.custom_form .section_title {
	font-size: 25px;
	text-align: center;
	margin-bottom: 50px;
}
.custom_form .section_subtitle {
	margin-top: -40px;
	margin-bottom: 20px;
	text-align: center;
}
.custom_form .step {
	display: none;
}
.custom_form .narrow {
	max-width: 385px;
	margin: auto;
}
.custom_form .step.active {
	display: block;
}
.custom_form .col_2 {
	overflow:  hidden;
}
.custom_form .col_2 .field {
	width: calc( 50% - 5px );
	margin-right: 10px;
	float: left;
}
.custom_form .field:not(.box_options):last-child {
	margin-right: 0;
}

.custom_form .loading .tc span.loading,
.custom_form.loading .tc span.loading {
	display: inline-block;
	margin: 1em 0;
}


.custom_form .field {
	margin-bottom: 20px;
}
.custom_form .btn:not( .back_btn ) {
	width: 100%;
	padding: 0!important;
}
.custom_form span.loading {
	display: none;
}
.custom_form .checkboxes .checkbox {
	margin-bottom: 5px;
}
.custom_form .checkboxes .checkbox label {
	font-size: 0.9em;
	line-height: 1.4em;
	padding-top: 0.2em;
}

.custom_form .main_message {
	margin-top: -20px;
	margin-bottom: 20px!important;
}
.custom_form .main_message a {
	color: inherit;
}
.custom_form .back {
	margin-bottom: 1.5em;
}
.custom_form .back .fa {
	font-size: 1.1em;
	vertical-align: text-bottom;
	margin-right: 5px;
}
.custom_form .radios label {
	margin-right: 2em;
}
.custom_form .custom_select .view {
	text-indent: 8px;
}
.custom_form .captcha {
	height: 0px;
	overflow: hidden;
}

.custom_form .box_options {
	margin-bottom: 20px;
	overflow: hidden;
	padding: 1px 0;
	max-width: 720px;
	margin: auto;
}
.custom_form .box_options .option {
	border: 1px solid #e1e1e1;
	width: calc( 50% - 12px );
	max-width: calc( 50% - 12px );
	max-width: 350px;
	margin-right: 20px;
	padding: 0px 20px 30px;
	text-align: center;
	cursor: pointer;
	float: left;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.custom_form .box_options .option:nth-child( 2n ){
	margin-right: 0;
}
.custom_form .box_options .option:nth-child( 2n + 1 ){
	clear:  left;
}
.custom_form .box_options .option.active,
.custom_form .box_options .option:hover {
	border: 2px solid #00b4ab;
}
.custom_form .box_options .option .icon {
	height: 130px;
	background-repeat: no-repeat;
	background-position: center;
}
.custom_form .box_options .text {
	line-height: 1.4em;
}

.custom_form .field_message {
	color: red;
	clear: both;
    line-height: 1.3em;
    padding: 5px 0;
}

.custom_form .g-recaptcha > div {
	margin:  auto;
	margin-bottom:  20px;
}


@media( max-width: 950px ){
	.custom_form .section_title {
		margin-top: 10px;
	}
}

@media( max-width: 500px ){
	.custom_form .box_options .option {
		width: 100%;
		max-width: none;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.custom_form .box_options .option:hover {
		margin-bottom: 21px;
	}
}





.field .date_picker {
	position: relative;
}
.field.date_picker:before,
.field .date_picker:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 100%;
  right: 5px;
  top: -1px;
  font-size: 20px;
  line-height: 35px;
  cursor: pointer;
  pointer-events: none;
  z-index: 1;
  background-image: url( '../../images/icons/calendar.svg' );
	background-size:  20px;
	background-repeat: no-repeat;
	background-position: center;
}














.field_inline_options:after {
	content:  '';
	display:  table;
	width:  100%;
	clear: both;
}
.field_inline_options .option {
	float:  left;
	margin-right:  8px;
	margin-bottom:  8px;
}
.field_inline_options .option .label {
	font-size: 16px;
	border-radius: 22.5px;
	padding:  8px 13px 8px 3px;
	text-indent: 24px;
}
.field_inline_options .label {
	padding-left:  27px;
}
.field_inline_options .label:before,
.field_inline_options .label:after {
	margin-top:  11px;
	box-sizing: border-box;
}
.field_other .tags_input {
	clear: both;
}
.field_other .tags_input .input-wrap,
.field_other .tags_input .tags_ajax_list {
	width:  280px;
}
.field_other .tags_input .tags {
	display:  none!important;
}
.field_inline_options .options {
	overflow:  hidden;
}

.field_inline_options.field_hide_input .label {
	text-indent: 0;
	text-align: center;
}
.field_inline_options.field_hide_input .label:before,
.field_inline_options.field_hide_input .label:after {
	display:  none;
}

.field_inline_options.field_hide_input .option input:checked + .label {
	background-color: #00b4ab;
	color: white;
}


.field_inline_options .option [type=checkbox] + .label::after {
	width: 19px;
    height: 19px;
    margin-top: 6px;
    border-radius: 3px;
    border: 1px solid #444!important;
    margin-left: 0px!important;
}



.field_glued + .field_glued {
	margin-top: -20px;
}
.field_glued .field_message {
	margin-bottom:  20px;
}



@media( max-width: 600px ){

	.field_inline_options .option [type=checkbox] + .label::after {
		margin-top: 5px;
	}
}


.custom_form .address_container {
	margin-top: 40px;
	color: #333;
}
.custom_form .address_container p {
	line-height: 1.5;
}
.custom_form .address_container .contact-methods-title {
	font-size: 18px;
	margin-bottom: 20px;
}
