

* {
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

html,
body {
    height: 100%;
    -webkit-text-size-adjust: 100%;
}
.footnote:after{
    content: '2';
    font-size: 16px;
    font-weight: 700;
    vertical-align: top;
    padding-left: 4px;
    line-height: normal;
}
body {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #2f3e4e;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
}

a {
    color: #43d5ae;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
}

strong {
    font-weight: 700;
}

h1,
h2,
h3,
h4 {
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 16px 0;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

h1 {
    font-size: 56px;
}

h2 {
    font-size: 44px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}

@media screen and (max-width: 750px){
    h1 {font-size: 28px;}
    h2 {font-size: 24px;}
    h3{font-size: 22px;}
    h4 {font-size: 20px;}
}
form {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    display: block;
}

input[type=text]:not(.omInputText),
input[type=password]:not(.omInputText),
input[type=email]:not(.omInputText),
input[type=tel]:not(.omInputText),
input[type=number]:not(.omInputText),
textarea:not(.omInputText),
select:not(.omInputText):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part) {
    border: solid 1px #B1C9D7;
    outline: none;
    background: #fff;
    cursor: default;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 14px;
    margin: 0;
    border-radius: 10px;
    font-size: 12px;
}

input[type='number']:not(.omInputText) {
    -moz-appearance:textfield;
}

input[type=number]:not(.omInputText)::-webkit-inner-spin-button,
input[type=number]:not(.omInputText)::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select:not(.omInputText):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part) {
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    padding-right: 30px;
    color: #244B5F;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%229%22%20viewBox%3D%220%200%2020%209%22%3E%3Cpath%20fill%3D%22%23234b5f%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4.5%208L0%200h9L4.5%208z%22/%3E%3C/svg%3E') no-repeat right center, linear-gradient(to bottom, #fbfbfb 0%, #dfdfdf 100%);
}

select:not(.omInputText):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part)::-ms-expand {
    display: none;
}

input[type=text]:not(.omInputText):focus,
input[type=password]:not(.omInputText):focus,
input[type=email]:not(.omInputText):focus,
input[type=tel]:not(.omInputText):focus,
input[type=number]:not(.omInputText):focus,
textarea:not(.omInputText):focus,
select:not(.omInputText):not(.birth_part):not(.ui-datepicker-month):not(.ui-datepicker-year):focus {
    border-color: #fb597a;
}

::-webkit-input-placeholder {
    color: #A0B8C4;
    opacity: 1;
}

:-moz-placeholder {
    color: #A0B8C4;
    opacity: 1;
}

::-moz-placeholder {
    color: #A0B8C4;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #A0B8C4;
    opacity: 1;
}

button,
input[type=submit],
.button {
    background: #43d5ae;
    text-align: center;
    text-decoration: none;
    font-size: 32px;
    border: none;
    cursor: pointer;
    color: #fff;
    padding: 16px 64px 20px 64px;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

button:hover,
input[type=submit]:hover,
.button:hover {
    background: #fb597a;
}

.omForm select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: rgb(255, 255, 255) url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%229%22%20viewBox%3D%220%200%2020%209%22%3E%3Cpath%20fill%3D%22%23234b5f%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4.5%208L0%200h9L4.5%208z%22/%3E%3C/svg%3E") no-repeat scroll right center;

}
header {
    position: absolute;
    left: 0;
    top: 0;
    padding: 70px 0 20px 0;
    width: 100%;
    z-index: 9;
}
@media all and (max-width: 1750px){
    header{
        padding: 84px 0 20px 0;
    }
}
header.alternative_header {
    background-color: #fb597a;
    padding-bottom: 14px;
    position: fixed;
    z-index: 101;
}

footer {
    text-align: center;
    padding: 70px 0 50px 0;
    font-size: 14px;
    color: #fff;
    background-color: #15495d;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid #d7d7d7;
    margin: 0;
}

.center_width {
    max-width: 1170px;
    margin: 0 auto;
}

.clmns {
    position: relative;
}

.clmns:after {
    content: '';
    display: table;
    clear: both;
}

.clmn {
    float: left;
}

.clmns .clmn {
    padding: 0 16px;
}

.clmns .clmn:first-child {
    padding-left: 0;
}

.clmns .clmn:last-child {
    padding-right: 0;
}

.clmn_100 {
    width: 100%;
    padding: 0;
}

.clmn_85 {
    width: 85%;
}

.clmn_80 {
    width: 80%;
}

.clmn_75 {
    width: 75%;
}

.clmn_70 {
    width: 70%;
}

.clmn_66 {
    width: 66.666%;
}

.clmn_60 {
    width: 60%;
}

.clmn_50 {
    width: 50%;
}

.clmn_40 {
    width: 40%;
}

.clmn_33 {
    width: 33.333%;
}

.clmn_30 {
    width: 30%;
}

.clmn_25 {
    width: 25%;
}

.clmn_20 {
    width: 20%;
}

.clmn_15 {
    width: 15%;
}

#top_warning {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    background: linear-gradient(90deg, #19576f 0%, #19576f 50%, #15495d 50%, #15495d 100%);
    z-index: 9999;
    border-bottom: solid 1px rgba(255,255,255,.2);
}

#top_warning .clmn {
    padding: 14px 16px;
}

#top_warning .clmn_50.left_part{
    text-align: right;
}
/*@media all and (min-width: 1600px){
    #top_warning .clmn_100 br {
        display:none; 
    }
}*/
#top_warning a {
    text-decoration: none;
}
#top_warning a:hover {
    text-decoration: underline;
}

#nav {
    display: block;
    float: right;
}

.alternative_header #nav {
    padding-top: 6px;
}

#nav li {
    display: inline-block;
}

#nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 12px 28px;
}

#nav li:last-child a {
    border-radius: 8px;
    background: #43d5ae;
}

#nav li a:hover,
#nav li a.active {
    color: #43d5ae;
}

#nav li:last-child a:hover {
    background: #fb597a;
    color: #000;
}

#home_page_top {
    color: #fff;
}

#home_page_top_bg {
    background: url(../imgs/top_bg.jpg) no-repeat center top #1e4452;
    min-height: 810px;
    padding-top: 180px;
    text-align: center;
    color: #fff;
    position: relative;
}

#home_page_top_bg h2 {
    font-size: 40px;
    text-shadow: 1px 3px 0px #55717b;
    margin-bottom: 8px;
}

.orange_row {
    padding: 20px 0;
    background-color: #fb597a;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 16px;
    text-align: left;
}

.orange_row li {
    display: block;
    float: left;
    min-height: 32px;
    width: 25%;
    background: url(../imgs/bllt.svg) no-repeat left center;
    padding: 4px 0 0 40px;
}

#home_page_form {
    background-color: rgba(255, 255, 255, .6);
    border-radius: 8px;
    margin: 32px 0 0 0;
    position: relative;
    box-shadow: 0 16px 80px rgba(0, 0, 0, .3);
}
#bottom_form #home_page_form{
    margin-bottom: 70px;
}
#home_page_form h3 {
    font-size: 24px;
    color: #272727;
    display: block;
    padding: 21px;
    background-color: #f0f2f7;
    text-align: center;
}

#home_page_form button {
    background-color: #43d5ae;
    font-weight: 400;
    position: absolute;
    bottom: -52px;
    left: 50%;
    padding: 32px 100px;
    width: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    box-shadow: 0 16px 32px rgba(0, 0, 0, .3);
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

#home_page_form button:hover {
    background-color: #fb597a;
}

.padd {
    padding: 32px 32px 48px 32px;
}

.slider_wrapper {
    position: relative;
    padding: 24px 290px 60px 330px;
    z-index: 99;
}

.slider_wrapper label {
    color: #2f3e4e;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 20px;
    min-width: 240px;
    text-align: right;
}

#mobile_select_amount,
#mobile_select_period {
    display: none;
}

.slider_bttn {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 22px;
    background: #43d5ae;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    border: solid 6px #fff;
    position: absolute;
    z-index: 1001;
}

.slider_bttn:hover {
    background: #000;
}

.bttn_minus {
    left: 258px;
    top: 11px;
}

.bttn_plus {
    right: 218px;
    top: 11px;
    line-height: 30px;
}

.ui-slider .ui-slider-handle {
    position: absolute;
	top: 16px;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    border: none;
    background: url(../imgs/handler_arrows.svg) no-repeat center #43d5ae;
    margin: -34px 0 0 -25px;
    cursor: pointer;
    z-index: 999;
}

.ui-slider .ui-slider-handle:hover {
    background-color: #fb597a;
}
.ui-slider .ui-slider-range {
	position: absolute;
	top: 0;
    height: 100%;
    background: #2f3e4e;
    border-radius: 0;
}

#amount,
#period {
    border: none;
    background-color: #f0f2f7;
    border-radius: 0;
    height: 18px;
    position: relative;
}

#amount:before,
#period:before {
    content: '';
    display: block;
    height: 18px;
    width: 50px;
    background-color: #2f3e4e;
    position: absolute;
    left: -50px;
    top: 0;
}

#amount:after,
#period:after {
    content: '';
    display: block;
    height: 18px;
    width: 50px;
    background-color: #f0f2f7;
    position: absolute;
    right: -50px;
    top: 0;
}

#amount_field,
#period_field {
    font-family: 'Roboto Slab', serif;
    border: none;
    background: #eaeff4;
    border-radius: 8px;
    color: #2f3e4e;
    font-size: 30px;
    font-weight: 700;
    width: 200px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 5px;
}

.representative {
    font-size: 18px;
    font-weight: 700;
    padding: 32px 16px;
    text-align: center;
    line-height: 200%;
}

.representative span {
    font-family: 'Roboto Slab', serif;
    font-size: 32px;
    font-weight: 700;
}

.representative strong {
    width: 700;
    display: block;
    padding-top: 16px;
}

.note {
    padding: 90px 0;
    margin: 0 auto;
    text-align: center;
    background-color: #ffe8ed;
    line-height: 180%;
}

.note .center_width {
    max-width: 770px;
}

.note h3 {
    line-height: normal;
    font-size: 36px;
}

.note h3:after {
    content: '1';
    font-size: 16px;
    font-weight: 700;
    vertical-align: top;
    padding-left: 4px;
    line-height: normal;
}

.options {
    padding: 100px 0;
    text-align: center;
}

.options a {
    color: #fb597a;
}

.options_dark {
    background-color: #eaeff4;
}

.options h3 {
    font-size: 36px;
    margin-bottom: 86px;
}

.options h4 {
    color: #43d5ae;
}

.option_icn {
    min-height: 180px;
}

.options .clmn {
    line-height: 180%;
}

.options .clmn a {
    text-decoration: none;
}

.options .clmn a:hover {
    text-decoration: underline;
}

#bottom_options {
    padding: 130px 0 80px 0;
    background: url(../imgs/bttm_bg.jpg) no-repeat center top #414a54;
    background-size: cover;
    color: #fff;
    text-align: center;
    line-height: 200%;
}

#bottom_form {
    background: url(../imgs/bttm_form_bg.jpg) no-repeat center top #414a54;
    padding: 60px 0;
    background-size: cover;
    color: #fff;
}

#bottom_form h2 {
    text-align: center;
}

#bottom_options h2,
#bottom_options h4 {
    margin-bottom: 44px;
}

#bttm_options {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-weight: 700;
    font-size: 21px;
}

#bttm_options li {
    display: inline-block;
    height: 38px;
    padding: 0 32px 0 54px;
    background: url(../imgs/bllt.svg) no-repeat left 3px;
    text-align: left;
}

#bottom_options button {
    width: auto;
    background-color: #43d5ae;
    font-weight: normal;
    padding: 32px 120px;
    margin: 66px 0 0 0;
}

#bottom_options button:hover {
    background-color: #fb597a;
}

.footer_links {
    padding: 48px 0;
    font-size: 16px;
}

.footer_links a {
    text-decoration: none;
    margin: 0 12px;
    color: #43d5ae;
    white-space: nowrap;
}

.footer_links a:hover {
    text-decoration: underline;
}

.footer_logos {
    padding: 36px 0;
}

.footer_logos a {
    margin: 0 16px;
}

#mobile_menu,
#footer_mobile_menu {
    display: none;
    float: right;
}

#mobile_menu svg,
#footer_mobile_menu svg {
    -webkit-transition: all .2s;
    transition: all .2s;
    height: 32px;
    width: auto;
}

#mobile_menu.rotate svg,
#footer_mobile_menu.rotate svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


#mobile_menu:hover svg path,
#footer_mobile_menu.rotate svg path {
    fill: #fb597a;
}

.alternative_header #mobile_menu:hover svg path {
    fill: #fff;
}

#apply_header_options {
    height: 136px;
    padding-top: 76px;
    background-color: #fb597a;
}

.apply_page {
    background-color: #f5f5f5;
}

.apply_page #nav {
    display: none;
}

#apply_header_options #bttm_options {
    color: #fff;
    text-align: right;
    position: relative;
    z-index: 9;
    pointer-events: none;
}

#apply_header_options #bttm_options li {
    height: 32px;
    background-size: 32px;
    background-position: 0 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    padding-left: 42px;
}

#apply_form_block {
    padding: 20px 0;
}

.form_step {
    background-color: #222d38;
    padding: 12px 16px 12px 60px;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.step_icon {
    width: 30px;
    height: 30px;
    background: url(../imgs/bllt_dots.svg) no-repeat;
    float: left;
    margin-right: 10px;
}

.form_step.complete .step_icon {
    background-image: url(../imgs/bllt.svg);
}

.ef_ttl {
    background-color: #fff;
    border: solid 1px #d7d7d7;
    text-align: center;
    padding: 56px 16px 36px 16px;
}

.ef_ttl h4 strong {
    color: #43d5ae;
}

.form_step.inactive {
    background-color: #15495d;
}

.form_step.active {
    background-color: #ffb95b;
}

.form_step.complete {
    background-color: #43d5ae;
}

.form_step a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.form_step.inactive svg .step_check,
.form_step.active svg .step_check {
    display: none;
}

.form_frame {
    background-color: #fff;
    border: solid 1px #d7d7d7;
}

.form_frame.none {
    border: none;
    margin: 2px 0;
}

.form_frame.none .form_top_section, .form_frame.none .form_bttm_section, .form_frame.none hr {
    display: none;
}

.form_frame .form_top_section, .form_frame .form_bttm_section, .form_frame hr {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.form_frame.op .form_top_section, .form_frame.op .form_bttm_section, .form_frame.op hr {
    opacity: 0;
}

.form_frame hr {
    margin: 0 0 36px 0;
}

.form_top_section {
    padding: 32px 64px;
    color: #363636;
}

.form_bttm_section {
    padding: 0 64px 32px 64px;
}

.form_top_section h4 {
    text-align: center;
    font-weight: normal;
    margin-bottom: 70px;
}

.form_frame h4.no_padd {
    margin-bottom: 16px;
}

.form_frame h4 span {
    color: #febb4d;
}

.form_frame button {
    min-width: 250px;
}

.form_width_770 {
    max-width: 770px;
    margin: 0 auto;
}

.field_row {
    position: relative;
    padding: 16px 0;
}

.field_row_title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #b8c7cf;
    text-transform: uppercase;
    position: absolute;
    right: 100%;
    top: 52px;
    white-space: nowrap;
    padding-right: 16px;
    text-align: right;
    line-height: 130%;
}

.field_row .clmns .clmn_33:nth-child(1),
.field_row .clmns .clmn_33:nth-child(4) {
    padding-right: 24px;
    padding-left: 0;
}

.field_row .clmns .clmn_33:nth-child(2),
.field_row .clmns .clmn_33:nth-child(5) {
    padding: 0 12px;
}

.field_row .clmns .clmn_33:nth-child(3),
.field_row .clmns .clmn_33:nth-child(6) {
    padding-left: 24px;
    padding-right: 0;
}

.field_row .clmns .clmn_33:nth-child(4),
.field_row .clmns .clmn_33:nth-child(5),
.field_row .clmns .clmn_33:nth-child(6) {
    padding-top: 16px;
}

.field_row label {
    display: block;
    color: #244b5f;
    padding: 0 4px 8px 4px;
}

.field_row select,
.field_row input {
    width: 100%;
}

.field_row input.compound_field_50,
.field_row select.compound_field_50 {
    width: 50%;
    float: left;
}

.field_row input.compound_field_33,
.field_row select.compound_field_33 {
    width: 33.333%;
    float: left;
}

.field_left {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.field_middle {
    border-radius: 0 !important;
    margin-left: -1px !important;
}

.field_right {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    margin-left: -1px !important;
}

.form_frame button {
    display: block;
    margin: 32px auto;
    width: 50%;
}

.form_frame .button {
    margin: 32px 0;
}

.field_find {
    position: relative;
}

.bttn_find {
    position: absolute;
    display: block;
    width: 48px;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(135deg, #446576 0%, #244555 100%);
    color: #fff;
    text-align: center;
    line-height: 36px;
    text-decoration: none;
    font-size: 14px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.bttn_find:hover {
    background: linear-gradient(135deg, #244555 0%, #446576 100%);
}

.checkbox-custom,
.radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom,
.checkbox-custom-label {
    float: left;
}

.checkbox-custom-label,
.radio-custom-label {
    position: relative;
    display: inline !important;
}

.checkbox-custom+.checkbox-custom-label:before,
.radio-custom+.radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom+.checkbox-custom-label:before {
    float: left;
}

.checkbox-custom:checked+.checkbox-custom-label:before {
    background: #3cb581;
}

.radio-custom+.radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked+.radio-custom-label:before {
    background: #ccc;
}


.checkbox-custom:focus+.checkbox-custom-label,
.radio-custom:focus+.radio-custom-label {
    outline: 1px solid #ddd;
}

.form_blue_block {
    background-color: #15495d;
    padding: 24px 20px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.form_blue_block h4 {
    font-weight: normal;
    font-size: 18px;
    color: #fff;
}

.form_blue_block label {
    color: #fff;
}

#form_lock {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
}

.form_white_block {
    color: #43d5ae;
    background-color: #fff;
    padding: 16px;
    border-radius: 10px;
    font-size: 14px;
    position: relative;
}

.form_white_block p {
    margin: 6px 0;
}

.form_white_block .clmn {
    border-left: solid 1px #244b5f;
    font-size: 34px;
    font-weight: 700;
    line-height: 80px;
    text-align: center;
}

.form_white_block .clmn:first-child {
    border-left: none;
    font-size: inherit;
    font-weight: inherit;
    text-align: inherit;
    line-height: inherit;
}

.form_blue_note {
    padding: 16px 0 0 0;
    color: #fff;
    font-size: 12px;
}

.form_note {
    font-size: 12px;
    line-height: 130%;
    color: #244b5f;
    padding: 16px 0;
}

.form_note div {
    padding: 8px 0;
    overflow: hidden;
}

.form_note .checkbox-custom-label {
    line-height: 26px;
    outline: none !important;
    margin-right: 16px;
}

.radio-custom-label {
    outline: none !important;
}

.note_radio {
    padding: 4px 0;
    clear: both;
}

.note_radio_first {
    padding-top: 16px;
}

.internal_content {
    padding-top: 136px;
    color: #303030;
    line-height: 180%;
    font-size: 18px;
}

.content_row {
    padding: 70px 0;
}

.dark_row {
    background-color: #f0f2f7;
}

.content_centered {
    text-align: center;
}

.width_770 {
    max-width: 770px;
}

.width_970 {
    max-width: 970px;
}

#home_page_form.adapted_form button {
    margin: 12px auto;
}

.int_form_note {
    background-color: #f0f2f7;
    padding: 12px;
    border-radius: 12px;
    font-size: 13px;
    line-height: 180%;
}

.text-apr h1,
.text-apr p,
.text-apr strong {
    margin: 0;
    padding: 0;
}

.ui-widget {
    font-family: 'Roboto Slab', serif;
}

.ui-accordion .ui-accordion-header {
    font-size: 28px;
    color: #fff;
    padding: 8px 64px 8px 8px;
    margin: 10px 0;
    border: none;
    background-color: #15495d;
    position: relative;
    cursor: pointer;
}

.ui-accordion .ui-accordion-header:first-child {
    margin-top: 0;
}

.ui-accordion .ui-accordion-header:after {
    content: "+";
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    right: 8px;
    top: 8px;
    background-color: #43d5ae;
    color: #fff;
    border-radius: 18px;
    text-align: center;
    line-height: 35px;
    font-size: 24px;
    font-weight: 700;
}

.ui-accordion .ui-accordion-header.ui-accordion-header-active:after {
    content: "-";
}

.ui-accordion .ui-accordion-content {
    padding: 16px 64px 16px 8px;
    border: none;
    line-height: 150%;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #303030;
}

.contact_form {
    border: solid 1px #e8e8e8;
    border-radius: 8px;
    font-size: 16px;
    overflow: hidden;
}

.req {
    float: right;
    margin: 12px 16px 0 0;
    color: #fff;
}

.contact_form h4 {
    color: #fff;
    background-color: #15495d;
    font-size: 18px;
    display: block;
    padding: 16px;
    margin-bottom: 0;
}

.contact_form_bg {
    background-color: #fff;
    padding: 16px;
}

.contact_form label {
    display: block;
    padding: 8px 0 4px 0;
}

.contact_form input, .contact_form textarea {
    width: 100%;
    border-radius: 6px !important;
    border-color: #e1e1e1 !important;
}

.contact_form textarea {
    min-height: 130px;
}

.contact_form input:focus, .contact_form textarea:focus {
    border-color: #43d5ae !important;
}

.contact_form button {
    padding: 12px 16px 16px 16px;
    background-color: #43d5ae;
    width: 100%;
    font-weight: normal;
    margin-top: 8px;
}

.contact_form button:hover {
    background-color: #000;
}

.contact_form button:after {
    display: none;
}

.policies_menu {
    background-color: #15495d;
    border-radius: 8px;
    padding: 16px 24px;
    font-size: 20px;
    margin-top: 8px;
}

.policies_menu li {
    font-family: 'Roboto Slab', serif;
    margin: 8px 0;
}

.policies_menu a {
    color: #c4c7cd;
    text-decoration: none;
}

.policies_menu a:hover, .policies_menu a.selected {
    color: #43d5ae;
}

.border_bttm {
    padding: 44px 0;
}

.long_text {
    font-size: 14px;
    line-height: 140%;
}

.long_text h3 + p {
    margin-top: 0;
    font-size: 12px;
    color: #999;
}

.long_text h2, .long_text h3, .long_text h4 {
    margin-bottom: 0;
}

.long_text h4 {
    font-size: 18px;
    margin-top: 24px;
}

#policies_menu_slct {
    width: 100%;
    border-radius: 0;
    border: none;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%229%22%20viewBox%3D%220%200%2020%209%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4.5%208L0%200h9L4.5%208z%22/%3E%3C/svg%3E') no-repeat right center, #222d38;
    background-size: auto 14px;
    padding: 16px;
    display: none;
    cursor: pointer;
}

.apply_form_nav {
    text-align: center;
}

.apply_form_nav .button {
    margin: 16px 0;
    font-size: 24px;
    padding: 8px 64px 12px 64px;
}

#form_back_step2 {
    float: left;
    margin-top: 32px;
}

#form_back_step3 {
    float: left;
    margin-top: 56px;
}

/* decline page */
.decline {
    padding: 0 0 60px;
}

.decline .wrapper_decline {
    width: 100%;
    max-width: 635px;
    padding: 0 50px;
    margin: 0 auto;
    position: relative;
}

.decline__inner {
    color: #000;
    text-align: center;
}

.decline__image {
    display: block;
    width: 100%;
    max-width: 308px;
    margin: 0 auto 45px;
    position: relative;
}

.decline__image>img {
    width: 100%;
}

.decline__name,
.decline__title {
    margin: 0 auto;
    font-size: 36px;
    font-weight: 400;
    line-height: 47px;
}

.decline__name {
    margin-bottom: 10px;
}

.decline__title {
    margin-bottom: 60px;
}

.decline__text {
    max-width: 400px;
    margin: 0 auto 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    color: #000;
}

.decline__text:nth-child(1) {
    max-width: 351px;
}

.decline__link_orange {
    color: #45D5AB;
    transition: 0.4s;
    text-decoration: none;
}
.decline__link_orange:hover {
    color: #fb597a;
}

.decline__link_underline {
    color: #000000;
    text-decoration: underline;
}
.decline__link_underline:hover {
    text-decoration: none;
}

@media all and (max-width: 1750px){
    header{
        padding: 84px 0 20px 0;
    }
}
@media screen and (max-width: 1230px) {
    .center_width {
        max-width: inherit;
        padding: 0 30px;
    }
    .border_bttm {
        padding: 44px 30px;
    }
    #top_warning {
        background: #19576f;
        padding: 8px 16px;
        line-height: 14px;
        font-size: 12px;
        text-align: center;
    }
    #top_warning .clmn {
        padding: 4px;
    }
    #top_warning .clmn_40 {
        /*display: none;*/
        width: 100%;
    }
    #top_warning .clmn_50, #top_warning .clmn_50.left_part {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 1150px) {
    header {
        padding: 64px 0 6px 0;
    }
    #logo img {
        height: 36px;
    }
    #mobile_menu {
        display: block;
    }
    .apply_page #mobile_menu {
        display: none;
    }
    #nav {
        display: none;
        background: rgba(20, 27, 34, .95);
        float: none;
        z-index: 9999;
        padding: 16px 16px 32px 16px;
        position: fixed;
        -webkit-transition: all .4s;
        transition: all .4s;
        top: 105px;
        left: 20px;
        right: 20px;
        box-shadow: 0 8px 8px rgba(0, 0, 0, .3);
        max-height: calc(100% - 105px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .internal_header #nav {
        top: 106px;
    }
    #nav.opened {
        display: block;
        opacity: 0;
    }
    #nav.opened.op {
        opacity: 1;
    }
    #nav li {
        display: block;
        text-align: center;
    }
    #nav li:last-child a {
        background: #fff;
        color: #000;
    }
    .clmn {
        float: none;
        width: auto;
        padding: 0 !important;
    }
    #middle_content {
        padding-top: 200px;
    }
    .orange_row {
        bottom: -200px;
    }
    .orange_row li {
        float: none;
    }
    #home_page_top_bg {
        min-height: inherit;
        padding: 132px 0 100px 0;
    }
    #home_page_top ul {
        padding-top: 10px;
    }
    #home_page_top ul li {
        text-align: left;
        height: 38px;
        font-size: 21px;
        display: block;
        margin: 0 auto;
        background-size: 28px;
        padding-left: 38px;
        white-space: nowrap;
    }
    #home_page_form button {
        padding: 24px;
    }
    .slider_wrapper {
        display: none;
    }
    #mobile_select_amount,
    #mobile_select_period {
        display: block;
        width: 100%;
        font-size: 21px;
        font-weight: 700;
        margin: 16px 0;
    }
    .options {
        max-width: 400px;
        margin: 0 auto;
    }
    .options.options_dark {
        max-width: inherit;
    }
    .options h3 {
        margin-bottom: 32px;
    }
    .option_icn {
        min-height: inherit;
        padding: 32px 0 16px 0;
    }
    .representative {
        font-size: 16px;
        line-height: 150%;
    }
    .representative span {
        font-size: 24px;
    }
    .note,
    .options {
        padding: 44px 0;
    }
    #bottom_options {
        padding: 56px 0;
    }
    #bttm_options {
        width: inherit;
        display: inline-block;
    }
    #bottom_options h2,
    #bottom_options h4 {
        margin-bottom: 28px;
    }
    #bttm_options li {
        display: block;
        margin: 8px 0;
    }
    #bottom_options button {
        display: block;
        margin: 24px auto 0 auto;
    }
    #apply_header_options {
        text-align: right;
        padding-top: 48px;
    }
    #apply_header_options #bttm_options li {
        display: block;
        float: left;
        padding-right: 0;
        width: 210px;
        margin: 3px 0;
    }
    #apply_header_options #bttm_options li:nth-child(3) {
        clear: both;
    }
    .field_row_title {
        right: auto;
        top: -4px;
        left: 0;
    }
    .field_row_title br {
        display: none;
    }
    #apply_form_block {
        padding: 16px 0;
    }
    .form_steps_header {
        height: 42px;
    }
    .form_top_section,
    .form_bttm_section {
        padding: 24px;
    }
    .form_top_section {
        padding-bottom: 0;
    }
    .form_top_section h4 {
        font-size: 16px;
        margin-bottom: 28px;
    }
    .form_frame hr {
        margin: 16px 0 0 0;
    }
    .field_row {
        padding: 8px 0;
    }
    .mob_half {
        width: 50%;
        float: left;
        clear: none !important;
    }
    .clmns .mob_half.left {
        padding-right: 8px !important;
    }
    .clmns .mob_half.right {
        padding-left: 8px !important;
    }
    .form_frame .clmn {
        clear: both;
        padding-top: 12px !important;
    }
    .form_blue_block {
        margin-top: 10px;
    }
    .form_white_block .clmn:nth-child(1) {
        padding-bottom: 8px !important;
        padding-top: 0 !important;
        margin-bottom: 8px;
        border-bottom: solid 1px #244b5f;
    }
    .form_white_block .clmn:nth-child(2),
    .form_white_block .clmn:nth-child(3) {
        border-left: none;
        font-size: 18px;
        line-height: 30px;
    }
    .form_white_block .clmn:nth-child(3) {
        border-left: solid 1px #244b5f;
    }
    .content_row {
        padding: 36px 0;
    }
    .how_it_works {
        text-align: center;
    }
    .how_it_works .clmn {
        min-height: auto;
    }
    .how_it_works .clmn_50:first-child {
        background-position: center top;
        padding: 90px 0 24px 0 !important;
    }
    .how_it_works .clmn_50:last-child {
        background-position: center top;
        min-height: 320px;
    }
    .ui-accordion .ui-accordion-content {
        padding-right: 8px;
    }
    .ui-accordion .ui-accordion-header {
        font-size: 22px;
    }
    .ui-accordion .ui-accordion-header:after {
        width: 26px;
        height: 26px;
        line-height: 25px;
    }
    .policies_menu {
        background-color: transparent;
        padding: 0 0 32px 0;
    }
    .policies_menu ul {
        display: none;
    }
    #policies_menu_slct {
        display: block;
    }
    .apply_page header {
        padding-top: 54px;
    }
}

@media screen and (max-width: 750px) {
    .center_width {
        padding: 0 20px;
    }
    .ribbon {
        width: 120px;
        top: 14px;
        right: -30px;
        font-size: 16px;
        padding: 6px;
    }
    #home_page_form h3 {
        padding: 16px;
        margin-bottom: 0;
    }
    #home_page_form button {
        padding: 16px 32px;
        bottom: -36px;
        font-size: 24px;
        width: auto;
        bottom: -32px;
        white-space: nowrap;
    }
    #home_page_form button:after {
        width: 52px;
        background-size: 50%;
    }
    .padd {
        padding: 24px 24px 32px 24px;
    }
    #bttm_options {
        font-size: 16px;
    }
    #bottom_options h2 {
        font-size: 32px;
    }
    #bottom_options h4 {
        font-size: 21px;
    }
    #bottom_options button {
        font-size: 26px;
        padding: 16px 50px 18px 50px;
    }
    #bottom_options button:after {
        width: 52px;
        background-size: 50%;
    }
    footer {
        padding: 32px 0;
    }
    footer p {
        clear: both;
    }
    .footer_links {
        padding: 8px 0;
        clear: both;
        display: none;
        -webkit-transition: all .4s;
        transition: all .4s;
    }
    .footer_links.opened {
        display: block;
        height: 1px;
        overflow: hidden;
    }
    .footer_links.opened.op {
        height: 370px;
    }
    .footer_links a {
        display: block;
        margin: 16px 0;
        line-height: 22px;
    }
    #footer_logo {
        float: left;
    }
    #footer_mobile_menu {
        display: block;
        padding: 8px 0;
    }
    .apply_page #logo img {
        height: 26px;
    }
    .apply_page .center_width {
        max-width: inherit;
        padding: 0 20px;
    }
    #apply_header_options {
        height: 100px;
    }
    #apply_header_options #bttm_options li {
        height: 14px;
        background-size: 14px;
        font-size: 10px;
        line-height: 14px;
        width: 138px;
        padding-left: 16px;
    }
    #apply_header_options #bttm_options li:nth-child(1),
    #apply_header_options #bttm_options li:nth-child(3) {
        width: 110px;
    }
    header {
        padding: 50px 0 6px 0;
    }
    #logo img {
        height: 36px;
    }
    @media screen and (max-width: 750px){
        .apply_page #logo{
            display: block;
            width: 26px;
            height: 26px;
            overflow: hidden;
        }
    }
    #top_warning {
        padding: 2px 8px;
        font-size: 10px;
    }
    #apply_form_block .center_width {
        padding-left: 8px;
        padding-right: 8px;
    }
    #home_page_top {
        padding-top: 0;
        padding-bottom: 182px;
        margin-bottom: 16px;
    }
    #home_page_top_bg {
        padding: 150px 0 20px 0;
        background-size: cover;
        background-position: bottom left;
    }
    #home_page_top_bg h2 {
        font-size: 24px;
        margin: 0;
    }
    #home_page_form {
        margin: 32px 0 72px 0;
    }
    .orange_row {
        bottom: -180px;
        text-align: center;
    }
    #middle_content {
        padding-top: 0;
    }
    #home_page_top ul {
        padding-top: 0;
        display: inline-block;
    }
    .orange_row li {
        width: 100%;
        text-align: left;
    }
    .footer_links + p {
        display: block;
        padding-top: 24px;
    }
    .ef_ttl {
        padding: 24px 16px 16px 16px;
    }
    .ef_ttl h4 {
        font-size: 19px;
    }
    .internal_content {
        padding-top: 100px;
    }
    #bottom_form {
        padding: 40px 0 20px 0;
    }
    #bottom_form h2 {
        font-size: 32px;
    }
    #form_back_step2, #form_back_step3 {
        display: block;
        width: 100%;
        text-align: center;
        margin: 16px auto;
    }
}
@media screen and (max-width: 616px) {
    header{
        padding: 64px 0 6px 0;
    }
}
@media screen and (max-width: 529px) {
    header{
        padding: 78px 0 6px 0;
    }
}
@media screen and (max-width: 450px) {
    .decline {
        padding: 0 0 32px;
    }

    .decline .wrapper_decline {
        padding: 0 15px;
    }

    .decline__image {
        max-width: 142px;
        margin: 0 auto 30px;
    }

    .decline__name,
    .decline__title {
        font-size: 24px;
        line-height: 34px;
    }

    .decline__name {
        margin-bottom: 8px;
    }

    .decline__title {
        margin-bottom: 38px;
    }

    .decline__text {
        margin-bottom: 18px;
        font-size: 16px;
        line-height: normal;
        font-weight: 400;
    }
}
@media screen and (max-width: 410px) {
    .apply_page header .center_width, #apply_header_options .center_width {
        padding-left: 8px;
        padding-right: 8px;
    }
    #apply_header_options #bttm_options {
        font-weight: normal;
    }
    #apply_header_options #bttm_options li:nth-child(1), #apply_header_options #bttm_options li:nth-child(3) {
        width: 104px;
    }
}
.contact_form input.error, .contact_form textarea.error{ border-color: red !important; }


table {
    table-layout: auto;
    width: 100%;
}
table td, table th{
    padding: 5px;
    border: 1px solid black;
}

button::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border: 0;
}
select:focus{
    color: #244B5F;
    color: rgba(0,0,0,0) !important;
    text-shadow: 0 0 0 #244B5F
}
option  {
  color: #244B5F;
}
select:focus::-ms-value {
    color: #244B5F; 
    background: transparent;
}
