@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
@import url('https://fonts.googleapis.com/css2?family=Comic+Neue&family=Fira+Sans&family=Inter&family=Lato&family=Montserrat&family=Mukta&family=Noto+Sans&family=Nunito&family=Nunito+Sans&family=Open+Sans&family=Oswald&family=PT+Sans&family=Poppins&family=Quicksand&family=Raleway&family=Roboto&family=Roboto+Condensed&family=Rubik&family=Source+Sans+Pro&family=Ubuntu&family=Work+Sans&display=swap');

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

form {
    overflow: hidden;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif
}

#form_header {
    color: #fff
}

#form_header h1 {
    font-size: 25px;
    padding: 10px 15px;
    font-family: 'Ubuntu', sans-serif
}

@media (max-width: 400px) {
    #form_header h1 {
        font-size: 30px
    }
}

.form_steps {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 740px
}

.form_steps::after {
    clear: both;
    display: block;
    content: ''
}


.step_1 {

    width: calc( 27% - 30px) !important;
}

.form_steps .form_step {
    margin-right: 30px;
    position: relative;
    height: 40px;
    width: calc(21% - 30px);
    padding-left: 20px;
    float: left
}

.scheme_2 .form_steps .form_step {
    background-color: #6b8ba5
}

.scheme_3 .form_steps .form_step {
    background-color: #6b8ba5
}

.scheme_2 .form_steps .form_step {
    border-color: #6b8ba5
}

.scheme_3 .form_steps .form_step {
    border-color: #6b8ba5
}

.scheme_2 .form_steps .form_step.active {
    background-color: #F58220
}

.scheme_3 .form_steps .form_step.active {
    background-color: #00AEEF
}


.scheme_2 .form_steps .form_step.active {
    border-color: #F58220
}

.scheme_3 .form_steps .form_step.active {
    border-color: #00AEEF
}

.form_steps .form_step .form_step_content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -mox-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.form_steps .form_step .form_step_content .form_step_number {
    margin-right: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 20px;
    font-size: 26px;
    display: none;
}

.form_steps .form_step .form_step_content .form_step_name {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: calc(100% - 30px);
    display: none;
}

@media (max-width: 450px) {
    .form_steps .form_step .form_step_content .form_step_number {
        text-align: center;
        width: 100%;
        margin: 0;
        padding-right: 20px;
        font-weight: bold;
        font-size: 15px;
        display: none;
    }

    .form_steps .form_step .form_step_content .form_step_name {
        display: none;
    }
}

@media (max-width: 205px) {
    .form_steps .form_step .form_step_content {
        display: none
    }
}

.form_steps .form_step .form_step_shaft {
    border-color: inherit
}

.form_steps .form_step .form_step_shaft::before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    border-style: solid;
    border-width: 10px;
    border-color: inherit;
    border-left-color: transparent;
    border-bottom-color: transparent
}

.form_steps .form_step .form_step_shaft::after {
    content: '';
    position: absolute;
    right: 100%;
    bottom: 0;
    border-width: 10px;
    border-style: solid;
    border-color: inherit;
    border-top-color: transparent;
    border-left-color: transparent
}

.form_steps .form_step .form_step_arrow {
    border-style: solid;
    border-width: 20px;
    border-color: inherit;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    top: 0;
    position: absolute;
    left: 100%
}

#form_message {
    padding: 20px 20px 20px 0
}

#form_message .message {
    padding: 5px 10px 5px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}


.scheme_2 #form_message .message {
    background: #FEE1C8
}

.scheme_3 #form_message .message {
    background: #C6EAFA
}

#form_message .message::after {
    clear: both;
    display: block;
    content: ''
}

#form_message .message .message_icon {
    width: 20px;
    height: 20px;
    margin-right: 20px;
    float: left;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

#form_message .message .message_text {
    width: calc(100% - 40px);
    float: left
}

#form_message .message .message_text::after {
    clear: both;
    display: block;
    content: ''
}

.scheme_1 #form_header {
    background: #40576A
}

.scheme_2 #form_header {
    background: #40576A
}

.scheme_3 #form_header {
    background: #40576A
}

.scheme_1 .form_steps .form_step {
    background-color: #6b8ba5;
    border-color:  #6b8ba5;
}

.scheme_2 .form_steps .form_step {
    background-color: #6b8ba5;
    border-color:  #6b8ba5;
}

.scheme_3 .form_steps .form_step {
    background-color: #6b8ba5;
    border-color:  #6b8ba5;
}

.scheme_1 #form_message .message .message_text {
    color: #40576A
}

.scheme_2 #form_message .message .message_text {
    color: #40576A
}

.scheme_3 #form_message .message .message_text {
    color: #40576A
}

#form_message .message .message_text .message_top {
    font-weight: bold
}

#form_message .message .message_text .message_top, #form_message .message .message_text .message_bot {
    float: left;
    width: 100%
}

@media (max-width: 400px) {
    #form_message {
        padding: 10px 0
    }

    #form_message .message {
        display: none
    }
}

#form_body {
    width: 400%;
    position: relative
}

#form_body::after {
    clear: both;
    display: block;
    content: ''
}

#form_body .form_slide {
    width: 25%;
    float: left;
    min-height: 1px
}

#form_body .form_slide .form_slide_container {
    display: none
}

#form_body .form_slide.slide_1 .form_slide_container {
    display: block
}

fieldset {
    border: none
}

fieldset .fieldset_title {
    font-weight: bold;
    padding: 5px 10px;
    display: inline-block;
    font-size: 16px;

}

.scheme_1 fieldset .fieldset_title {
    color: #40576A
}

.scheme_2 fieldset .fieldset_title {
    color: #40576A
}

.scheme_3 fieldset .fieldset_title {
    color: #40576A
}

fieldset .fieldset_content {
    padding: 10px
}

.field {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -mox-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 5px 0
}


.field::after {
    clear: both;
    display: block;
    content: ''
}

.field.align-top {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.field.align-top label {
    position: relative;
    top: 5px
}

.field.hidden {
    display: none
}

.field.field-message .message {
    margin-left: 190px;
    font-size: 13px;
    font-style: italic;
    color: #5d6569
}

.field > label, .field > .label {
    float: left;
    width: 190px
}

.scheme_1 .field > label .mandatory, .scheme_1 .field > .label .mandatory {
    color: #F58220
}

.scheme_2 .field > label .mandatory, .scheme_2 .field > .label .mandatory {
    color: #EE1D23
}

.scheme_3 .field > label .mandatory, .scheme_3 .field > .label .mandatory {
    color: #EE1D23
}

.field input[type='text'], .field input[type='email'], .field input[type='number'], .field select, .field textarea, .field .field-radio-buttons, .field .field-w-desc, .field .volume_container {
    float: left;
    width: calc(100% - 230px)
}

.field input[type='text'], .field input[type='email'], .field input[type='number'], .field select {
    height: 30px
}

.field input[type='text'], .field input[type='email'], .field input[type='number'], .field textarea, .field select {
    border: 1px solid #D3D2CF;
    font-family: 'Open Sans', sans-serif;
    border-radius: 5px;
}

.field input[type='text']:-webkit-autofill, .field input[type='email']:-webkit-autofill, .field input[type='number']:-webkit-autofill, .field textarea:-webkit-autofill, .field select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset
}

.field input[type='text'], .field input[type='email'], .field input[type='number'], .field textarea {
    padding: 5px
}

.field textarea {
    resize: vertical
}

.field input[type='number'] {
    -moz-appearance: textfield
}

.field input[type='number']::-webkit-outer-spin-button, .field input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.field .field-w-desc::after {
    clear: both;
    display: block;
    content: ''
}

.field .field-w-desc input[type='text'], .field .field-w-desc input[type='email'], .field .field-w-desc select, .field .field-w-desc textarea, .field .field-w-desc .field-radio-buttons {
    width: 100%;
    margin-bottom: 5px
}

.field .field-w-desc .description {
    float: left;
    font-size: 13px;
    font-style: italic;
    color: #5d6569
}
.field .chosen-container {
    font-size: inherit
}

.field .chosen-container.chosen-container-single-nosearch .chosen-search {
    display: none
}

.field .chosen-container.chosen-with-drop .chosen-single {
    border-color: #D3D2CF !important
}

.field .chosen-container.chosen-with-drop .chosen-single > div > b {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.field .chosen-container .chosen-single {
    height: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #D3D2CF;
    background: #fff !important
}

.field .chosen-container .chosen-single span {
    line-height: 28px;
    margin-right: 35px
}

.field .chosen-container .chosen-single > div {
    width: 25px;
    margin-right: 10px
}

.field .chosen-container .chosen-single > div > b {
    background-position: center !important;
    background: url("../images/arrow-down.png");
    background-repeat: no-repeat;
    background-size: 80%
}

.field .chosen-container .chosen-drop::after {
    clear: both;
    display: block;
    content: ''
}

.field .chosen-container .chosen-drop .chosen-search {
    float: left;
    width: 100%
}

.field .chosen-container .chosen-drop .chosen-search input[type='text'] {
    border-color: #D3D2CF;
    font-family: 'Open Sans', sans-serif
}

.field .chosen-container .chosen-drop .chosen-results {
    float: left;
    max-height: 130px;
    width: 100%
}


.field .chosen-container .chosen-drop .chosen-results li.highlighted, .field .chosen-container .chosen-drop .chosen-results li.result-selected {
    color: #fff
}

.scheme_2 .field .chosen-container .chosen-drop .chosen-results li.highlighted, .scheme_2 .field .chosen-container .chosen-drop .chosen-results li.result-selected {
    background: #F58220
}

.scheme_3 .field .chosen-container .chosen-drop .chosen-results li.highlighted, .scheme_3 .field .chosen-container .chosen-drop .chosen-results li.result-selected {
    background: #00AEEF
}

.field input[type='text'].error, .field input[type='email'].error, .field input[type='number'].error, .field select.error {
    border-color: #de0d0d
}

.field input[type='text'].error ~ .chosen-container .chosen-single, .field input[type='email'].error ~ .chosen-container .chosen-single, .field input[type='number'].error ~ .chosen-container .chosen-single, .field select.error ~ .chosen-container .chosen-single {
    border-color: #de0d0d
}

.field label.error {
    display: none !important
}

@media (max-width: 400px) {
    .field.align-top label {
        top: 0;
        position: static
    }

    .field > label, .field > .label {
        width: 100%
    }

    .field input[type='text'], .field input[type='email'], .field input[type='number'], .field select, .field textarea, .field .field-radio-buttons, .field .field-w-desc, .field .chosen-container, .field .volume_container {
        width: 100% !important
    }

    .field.field-message .message {
        margin: 0
    }
}

.conditional {
    display: none
}

.field-radio-buttons::after {
    clear: both;
    display: block;
    content: ''
}

.field-radio-buttons label {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -mox-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    float: left
}

.field-radio-buttons label{
    margin-right: 15px
}

.field-radio-buttons label input[type='radio'] {
    display: none
}

.field-radio-buttons label input[type='radio'] + span {
    width: 20px;
    height: 20px;
    margin: 5px 7px 5px 0;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    background: #E6E9EC
}

.field-radio-buttons label input[type='radio'] + span::after {
    width: 8px;
    height: 8px;
    display: none;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    background: #F9FBF7;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.scheme_2 .field-radio-buttons label input[type='radio']:checked + span {
    background: #F58220
}

.scheme_3 .field-radio-buttons label input[type='radio']:checked + span {
    background: #00AEEF
}

.field-radio-buttons label input[type='radio']:checked + span::after {
    display: block
}

/* BEGIN CHECKBOX */


.field > label.checkbox-label {
    width: auto;
}

.checkbox-label input[type='checkbox'] {
    display: none;
}

.checkbox-label input[type='checkbox'] + span {
    width: 20px;
    height: 20px;
    margin: 5px 7px 5px 0;
    display: inline-block;
    position: relative;
    background: #E6E9EC;
    cursor: pointer;
}

.checkbox-label input[type='checkbox'] + span::after {
    position: relative;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #E6E9EC;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
    content: '';
}

.checkbox-label input[type='checkbox']:checked + span::after {
    display: block;
}


#form_main {
    position: relative
}

#form_main .volume_container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -mox-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

#form_main .volume_container .formEl {
    width: 70px
}

@media (min-width: 401px) {
    #form_main .volume_container .formEl {
        margin-right: 10px
    }
}

#form_main .volume_container .open_volume {
    float: left;
    cursor: pointer;
    text-decoration: underline
}

.scheme_2 #form_main .volume_container .open_volume {
    color: #EE1D23
}

.scheme_3 #form_main .volume_container .open_volume {
    color: #EE1D23
}

#form_main #volume_calculator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    font-family: 'Ubuntu', sans-serif;
    padding: 20px
}

#form_main #volume_calculator .volume_calculator_close {
    position: absolute;
    top: 10px;
    right: 10px
}

#form_main #volume_calculator .volume_calculator_close::after {
    content: 'x';
    display: inline-block;
    padding: 0 8px 3px;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold
}

.scheme_1 #form_main #volume_calculator .volume_calculator_close::after {
    background: #40576A
}

.scheme_2 #form_main #volume_calculator .volume_calculator_close::after {
    background: #40576A
}

.scheme_3 #form_main #volume_calculator .volume_calculator_close::after {
    background: #40576A
}

#form_main #volume_calculator ol, #form_main #volume_calculator h3 {
    padding-right: 40px
}

#form_main #volume_calculator ol {
    margin: 0 0 0 15px;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0
}

#form_main #volume_calculator ol li {
    margin: 0;
    padding: 0
}

#form_main #volume_calculator p {
    font-weight: bold;
    margin: 10px 10px 10px 0
}

#form_main #volume_calculator p > span.total {
    margin-right: 10px
}

#form_main #volume_calculator .copy {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    text-shadow: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    border-radius: 3px;
    padding: 5px 8px;
    font-size: 16px
}


.scheme_2 #form_main #volume_calculator .copy {
    background: #F58220
}

.scheme_3 #form_main #volume_calculator .copy {
    background: #00AEEF
}

#form_main #volume_calculator .inner {
    overflow-y: scroll;
    height: 300px;
    -webkit-box-shadow: inset -6px -7px 20px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: inset -6px -7px 20px 0px rgba(0, 0, 0, 0.16);
    box-shadow: inset -6px -7px 20px 0px rgba(0, 0, 0, 0.16)
}

#form_main #volume_calculator .inner::after {
    clear: both;
    display: block;
    content: ''
}

#form_main #volume_calculator .inner .category {
    width: 100%;
    float: left;
    border-bottom: 1px solid #D0D1CF;
    padding: 10px 0
}

#form_main #volume_calculator .inner .category .item {
    width: 50%;
    float: left;
    margin: 4px 0
}

@media (max-width: 350px) {
    #form_main #volume_calculator .inner .category .item {
        width: 100%
    }
}

#form_main #volume_calculator .inner .category .item::after {
    clear: both;
    display: block;
    content: ''
}

#form_main #volume_calculator .inner .category .item input {
    width: 30px;
    float: left;
    margin-right: 10px
}

#form_main #volume_calculator .inner .category .item label {
    float: left;
    width: calc(100% - 40px)
}

.footer {
    padding: 10px 10px 70px 10px;
    border-top: 1px solid #D0D1CF
}

.footer::after {
    clear: both;
    display: block;
    content: ''
}

.footer .footer-top {
    margin-bottom: 10px
}

.footer .footer-top::after {
    clear: both;
    display: block;
    content: ''
}

.footer .footer-top .previous {
    float: left;
    cursor: pointer;
    background: #C7CED2;
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 5px;
    font-weight: bold;
    margin-right: 10px
}

.footer .footer-top .next {
    float: right;
    cursor: pointer;
    color: #fff;
    padding: 12px 10px 12px 20px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    line-height: 33px;
    border: none;
    box-shadow: none
}

.footer .footer-top .next::after {
    clear: both;
    display: block;
    content: ''
}

.footer .footer-top .next img {
    margin-left: 40px;
    float: right;
    height: 33px
}

.footer .footer-top .next input {
    padding: 0;
    border: none;
    color: inherit;
    background: none;
    text-shadow: none;
    font-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none !important
}

.scheme_2 .footer .footer-top .next {
    background: #F58220
}

.scheme_3 .footer .footer-top .next {
    background: #00AEEF
}


.scheme_2 .footer .footer-top .next {
    -webkit-box-shadow: 0 2px 0 1px #d8690a;
    -moz-box-shadow: 0 2px 0 1px #d8690a;
    box-shadow: 0 2px 0 1px #d8690a
}

.scheme_3 .footer .footer-top .next {
    -webkit-box-shadow: 0 2px 0 1px #0089bc;
    -moz-box-shadow: 0 2px 0 1px #0089bc;
    box-shadow: 0 2px 0 1px #0089bc
}

.expat_focus_style .footer .footer-top .next {
    background: #FFA500;
    -webkit-box-shadow: 0 2px 0 1px #cc8400;
    -moz-box-shadow: 0 2px 0 1px #cc8400;
    box-shadow: 0 2px 0 1px #cc8400
}

.footer .footer-top .previous, .footer .footer-top .next {
    margin-bottom: 10px
}

.footer .footer-bottom::after {
    clear: both;
    display: block;
    content: ''
}

.footer .footer-bottom .logo {
    float: left;
    width: 50%
}

.footer .footer-bottom .logo img {
    width: 170px;
    max-width: 100%
}

.footer .footer-bottom .information {
    width: 50%;
    float: right;
    text-align: right;
    font-size: 14px
}

.scheme_1 .footer .footer-bottom .information {
    color: #40576A
}

.scheme_2 .footer .footer-bottom .information {
    color: #40576A
}

.scheme_3 .footer .footer-bottom .information {
    color: #40576A
}

.footer .footer-bottom .information img {
    margin-right: 5px;
    height: 15px;
    width: auto
}

a.af-open {
    color: inherit
}

#af-popup {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -mox-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

#af-popup .af-popup-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(148, 148, 148, 0.22);
    z-index: 1
}

#af-popup .af-popup-window {
    z-index: 2;
    position: relative;
    width: 90%;
    height: 50vh;
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0 1px 20px 2px rgba(156, 156, 156, 0.7);
    -moz-box-shadow: 0 1px 20px 2px rgba(156, 156, 156, 0.7);
    box-shadow: 0 1px 20px 2px rgba(156, 156, 156, 0.7);
    overflow-y: scroll
}

#af-popup .af-popup-window .af-popup-content {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.3
}

#af-popup .af-popup-window .af-popup-content h1 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: 'Ubuntu', sans-serif
}

#af-popup .af-popup-window .af-popup-content h2, #af-popup .af-popup-window .af-popup-content h3, #af-popup .af-popup-window .af-popup-content h4, #af-popup .af-popup-window .af-popup-content h5, #af-popup .af-popup-window .af-popup-content h6 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px
}

#af-popup .af-popup-window .af-popup-content p {
    margin-top: 0;
    margin-bottom: 25px
}

#af-popup .af-popup-window .af-popup-content ul, #af-popup .af-popup-window .af-popup-content ol {
    padding-left: 18px;
    margin-bottom: 25px
}

#questions_wrapper {
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    padding: 20px
}

.scheme_1 #questions_wrapper {
    background: #40576A
}

.scheme_2 #questions_wrapper {
    background: #40576A
}

.scheme_3 #questions_wrapper {
    background: #40576A
}

#thank_you {
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    padding: 20px
}

.scheme_1 #thank_you {
    background: #40576A
}

.scheme_2 #thank_you {
    background: #40576A
}

.scheme_3 #thank_you {
    background: #40576A
}

#thank_you h2 {
    margin-bottom: 5px
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker .ui-datepicker-title select.ui-datepicker-month, .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333
}

.ui-widget-content a {
    color: #333333
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold
}

.ui-widget-header a {
    color: #333333
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("../images/ui-icons_444444_256x240.png")
}

.ui-widget-header .ui-icon {
    background-image: url("../images/ui-icons_444444_256x240.png")
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
    background-image: url("../images/ui-icons_555555_256x240.png")
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 3px
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 3px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 3px
}

/*# sourceMappingURL=form_4.css.map */
/* Chosen v1.4.2 | (c) 2011-2015 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15)
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #999
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/chosen-sprite.png) no-repeat 0 2px
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: #fff url(../images/chosen-sprite.png) no-repeat 100% -20px;
    background: url(../images/chosen-sprite.png) no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.field .chosen-container .chosen-drop .chosen-results li[data-option-array-index='0'] {
    background: none !important;
    color: #444 !important
}

.field .chosen-container .chosen-drop .chosen-results li[data-option-array-index='0']:not(.result-selected) {
    display: none
}

.field .chosen-container .chosen-drop .chosen-results li.highlighted, .field .chosen-container .chosen-drop .chosen-results li.result-selected {
    color: #fff
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
    background-image: -o-linear-gradient(#eee 1%, #fff 15%);
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    color: #333;
    line-height: 13px;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
    background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
    background-image: -o-linear-gradient(#eee 20%, #fff 80%);
    background-image: linear-gradient(#eee 20%, #fff 80%);
    box-shadow: 0 1px 0 #fff inset
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: 0;
    background: transparent
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #222 !important
}

.chosen-disabled {
    opacity: .5 !important;
    cursor: default
}

.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
    left: 9999px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: 0
}

.chosen-rtl .chosen-search input[type=text] {
    padding: 4px 5px 4px 20px;
    background: #fff url(../images/chosen-sprite.png) no-repeat -30px -20px;
    background: url(../images/chosen-sprite.png) no-repeat -30px -20px;
    direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .chosen-rtl .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type=text], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
        background-image: url(../images/chosen-sprite@2x.png) !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}
