

* {
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

html,
body {
    height: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #282828;
    background-color: #fff;
}

a {
    color: #3CB581;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

strong {
    font-weight: 700;
}

h1,
h2,
h3,
h4 {
    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;
}

form {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

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

li {
    display: block;
}
td {
    padding: 10px;
}

table, tr, td {
    border: 1px solid black;
    border-collapse: collapse;
}
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: #3CB581;
}

::-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:not(.btn),
input[type=submit],
.button:not(.btn) {
    background: #fbc70d;
    background: linear-gradient(135deg, #ffbf50 0%, #f4a238 100%);
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    border: none;
    cursor: pointer;
    color: #fff;
    padding: 16px 64px 16px 32px;
    border-radius: 32px;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

.button {
    text-decoration: none;
}

input[type=submit] {
    padding: 16px 32px;
}

button:not(.btn):after,
.button:not(.btn):after {
    display: block;
    content: '';
    background: url('data:image/svg+xml,%3Csvg%20width%3D%2230%22%20height%3D%2221%22%20viewBox%3D%220%200%2030%2021%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0%2014.18V6.83h16.56V0L30%2010.5%2016.56%2021v-6.83H0z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E') no-repeat center #f49538;
    background-size: 40%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 44px;
    z-index: 9;
}

button:not(.btn):hover,
input[type=submit]:hover {
    background: #f7941e;
    background: linear-gradient(135deg, #f4a238 0%, #ffbf50 100%);
}
.fix-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
}
header {
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
}
.alternative_header{background: rgba(53, 151, 205, 0.7);}
.internal_header,
.alternative_header {
    height: 148px;
    padding-top: 70px;
    top: 0;
    position: fixed;
    z-index: 101;
}
.internal_header.alternative_header{
    background: linear-gradient(120deg, #117fc5 0%, #117fc5 25%, #60b4d5 50%, #60b4d5 100%);
}
footer {
    text-align: center;
    padding: 70px 0 50px 0;
    font-size: 14px;
    color: #666;
}

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

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

#apply_form_block .center_width {
    max-width: 100%;
}

.clmns {
    position: relative;
}

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

.clmn {
    float: left;
}
.clmns .clmn.pull-right {
    float: right;
    padding-right: 0;
}

.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: #333;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    background: linear-gradient(90deg, #fff 0%, #fff 60%, #f0f2f7 60%, #f0f2f7 100%);
    z-index: 9999;
    border-bottom: solid 1px #f0f2f7;
}

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

#top_warning .clmn_60 {
    text-align: right;
}

#top_warning a {
    text-decoration: none;
}

#top_warning a:hover {
    text-decoration: underline;
}

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

#nav li {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
}

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

#nav li:last-child a {
    background: linear-gradient(135deg, #f4a238 0%, #ffbf50 100%);
    border-radius: 32px;
}

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

#nav li:last-child a:hover {
    background: linear-gradient(135deg, #ffbf50 0%, #f4a238 100%);
    color: #000;
}

#home_page_top {
    min-height: 950px;
    background: url(../imgs/blue_bg.jpg) no-repeat center top #fff;
    padding-top: 210px;
    color: #fff;
}

#home_page_top h2:after {
    content: '1';
    font-size: 16px;
    font-weight: 700;
    vertical-align: top;
    padding-left: 4px;
}

#home_page_top ul {
    font-size: 30px;
    font-weight: 700;
    padding-top: 72px;
}

#home_page_top li {
    height: 64px;
    padding-left: 54px;
    background: url(../imgs/bllt.svg) no-repeat left top;
}
#home_page_top .represent-text{
    margin-top: 37px;
    line-height: 24px;
    padding: 9px;
    background: rgba(255,255,255,.5);
    border-radius: 4px;
    color: black;
}
#home_page_top .represent-text h1,
#home_page_top .represent-text p {
    margin: 0;
    padding: 0;
}
#home_page_top .represent-text span{
    display: block;
    font-weight: bold;
    font-size: 20px;
}
#home_page_form {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 32px 64px rgba(0, 0, 0, .1);
}

#home_page_form h3 {
    font-size: 24px;
    color: #272727;
    display: block;
    padding: 21px;
    background-color: #f0f2f7;
    text-align: center;
}

#home_page_form .step-1,
#home_page_form .step-2 {
    color: #282828;
}

#home_page_form .step-2 .pos-rel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
}

#home_page_form .step-2 .pos-rel input {
    float: none;
    margin-top: 20px;
    width: 100%;
}

#home_page_form .step-2 .pos-rel input.error {
    border-color: red;
}

#home_page_form .step-2 .pos-rel .text-req {
    color: red;
    font-weight: 500;
    font-size: 14px;
    margin: 5px 0;
}

.ribbon {
    width: 160px;
    background: #3cb581;
    position: absolute;
    top: 11px;
    right: -43px;
    text-align: center;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 24px;
}

.padd {
    padding: 12px 26px 26px 26px;
}

#home_page_form button,
#bottom_options button {
    width: 100%;
    font-size: 30px;
    padding: 32px 150px 32px 50px;
    border-radius: 100px;
    margin: 32px 0;
}
#bottom_options a{text-decoration: none !important;}
#home_page_form button:after,
#bottom_options button:after {
    width: 100px;
}

.slider_wrapper {
    position: relative;
    padding: 100px 62px 50px 62px;
    z-index: 99;
}

#mobile_select_amount,
#mobile_select_period {
    display: none;
}

.slider_bttn {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 22px;
    background: linear-gradient(135deg, #6fc46e 0%, #37b383 100%);
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    border: solid 6px #fff;
    position: absolute;
    z-index: 1001;
}

.slider_bttn:hover {
    background: linear-gradient(135deg, #37b383 0%, #6fc46e 100%);
}

.bttn_minus {
    left: 0;
    top: 88px;
}

.bttn_plus {
    right: 0;
    top: 88px;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    font-family: "Barlow", sans-serif;
    border: none;
    width: 200px;
    height: 75px;
    line-height: 48px;
    background: url(../imgs/bulb.svg) no-repeat;
    background-size: 100% auto;
    text-align: center;
    color: #f4a238;
    font-weight: 700;
    margin: -82px 0 0 -104px;
    cursor: pointer;
    padding: 0 16px 0 16px;
    font-size: 30px;
    z-index: 999;
}

#period .ui-slider-handle {
    font-size: 20px;
}

.ui-slider .ui-slider-handle:after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: linear-gradient(135deg, #ffbf50 0%, #f4a238 100%);
    position: absolute;
    left: 78px;
    top: 66px;
}

.ui-slider .ui-slider-handle:hover:after{
    background: linear-gradient(135deg, #f4a238 0%, #ffbf50 100%);
}

#amount,
#period {
    border: none;
    background-color: #f0f2f7;
    border-radius: 0;
    height: 18px;
    position: relative;
}
.ui-slider .ui-slider-range{
    height: 100%;
    background-color: #3597cd;
    border-radius: 0;
}
#amount:before,
#period:before {
    content: '';
    display: block;
    height: 18px;
    width: 50px;
    background-color: #3597cd;
    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;
}

.representative {
    color: #303030;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    background-color: #f0f2f7;
    border-radius: 6px;
    padding: 24px 36px;
    text-align: center;
    line-height: 200%;
}

.representative span {
    font-size: 32px;
    font-weight: 700;
}

.representative strong {
    width: 700;
    display: block;
    color: #000;
    /*padding-top: 16px;*/
}

.note {
    padding: 90px 0;
    max-width: 770px;
    margin: 0 auto;
    text-align: center;
    color: #303030;
    line-height: 180%;
}

.note h3 {
    line-height: normal;
}

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

.options {
    border-top: solid 1px #e1e1e1;
    padding: 100px 0;
    text-align: center;
}

.options h3 {
    margin-bottom: 64px;
}

.option_icn {
    min-height: 230px;
}

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

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

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

#bottom_options {
    padding: 150px 0;
    background: url(../imgs/blue_bg_bttm.jpg) no-repeat center top #2690cd;
    background-size: cover;
    color: #fff;
    text-align: center;
    line-height: 200%;
}

#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 top;
    text-align: left;
}

#bottom_options button {
    width: auto;
    padding: 32px 150px 32px 100px;
    margin: 66px 0 0 0;
}

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

.footer_links a {
    text-decoration: none;
    font-weight: 700;
    margin: 0 12px;
    color: #303030;
    white-space: nowrap;
}

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

.footer_links a.active {
    color: #f49538;
}

.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: 44px;
}

#footer_mobile_menu svg {
    margin-top: 4px;
    height: 32px;
}

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

#footer_mobile_menu.rotate svg {
    width: 48px;
}

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

#apply_header_options {
    height: 148px;
    padding-top: 82px;
    background-color: #272727;
}

.apply_page #nav {
    display: none;
}

#apply_header_options #bttm_options {
    color: #fff;
    text-align: right;
}

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

#apply_form_block {
    padding: 20px 0;
}

.form_steps_header {
    height: 50px;
    font-family: 'Open Sans', sans-serif;
}

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

.form_step {
    background-color: #3597cd;
    color: #fff;
    float: left;
    width: 33.333%;
    border: solid 1px #fff;
    border-bottom-color: transparent;
    line-height: 48px;
    font-size: 16px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.form_step svg {
    vertical-align: middle;
    margin: -3px 8px 0 0;
}

.form_step.inactive {
    opacity: .3;
}

.form_step.active {
    opacity: 1;
}

.form_step.complete {
    background-color: #47b87d;
}

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

.form_frame {
    border: solid 1px #d7d7d7;
    border-top: none;
    margin: 0 1px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.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;
}

.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: #3597cd;
    padding: 24px 20px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.form_blue_block h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
}

.form_blue_block label {
    color: #fff;
}

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

.form_white_block {
    font-family: 'Open Sans', sans-serif;
    color: #244b5f;
    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;
    font-family: 'Open Sans', sans-serif;
    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;
}

.how_it_works {
    text-align: left;
}

.how_it_works .clmn {
    min-height: 320px;
    background-repeat: no-repeat;
}

.how_it_works .clmn_50:first-child {
    padding: 100px 0 0 100px;
    background-size: auto 150px;
}

.how_it_works .clmn_50:last-child {
    background-position: 44px center;
}

.hit_01 .clmn_50:last-child {
    /*background-image: url(../imgs/how_it_work_01.svg);
    background-size: auto 320px;*/
}
.hit_01 .clmn_50:last-child img{
    display: block;
    margin-left: 20px;
    max-width: 100%;
    max-height: 100%;
}
.hit_01 .clmn_50:first-child {
    background-image: url(../imgs/digit_01.svg);
}

.hit_02 .clmn_50:last-child {
    /*background-image: url(../imgs/how_it_work_02.svg);
    background-size: auto 290px;*/
}
.hit_02 .clmn_50:last-child img{
    display: block;
    margin-left: 20px;
    max-width: 100%;
    max-height: 100%;
}
.hit_02 .clmn_50:first-child {
    background-image: url(../imgs/digit_02.svg);
}

.hit_03 .clmn_50:last-child {
    /*background-image: url(../imgs/how_it_work_03.svg);*/
}
.hit_03 .clmn_50:last-child img{
    display: block;
    margin-left: 20px;
    max-width: 100%;
    max-height: 100%;
}
.hit_03 .clmn_50:first-child {
    background-image: url(../imgs/digit_03.svg);
}

.bttm_form {
    padding: 96px 0 120px 0;
    background: linear-gradient(120deg, #117fc5 0%, #117fc5 25%, #60b4d5 50%, #60b4d5 100%);
}

#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%;
}

.ui-widget {
    font-family: 'Barlow', sans-serif;
}

.ui-accordion .ui-accordion-header {
    font-size: 28px;
    font-weight: 700;
    padding: 8px 64px 8px 8px;
    margin: 10px 0;
    border-color: #ebebeb;
    background-color: #fff;
    position: relative;
}

.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: linear-gradient(135deg, #72c56d 0%, #29af88 100%);
    color: #fff;
    border-radius: 18px;
    text-align: center;
    line-height: 34px;
    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;
}

.contact_form h4 {
    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: #3CB581 !important;
}

.contact_form button {
    background: linear-gradient(135deg, #72c56d 0%, #29af88 100%);
    width: 100%;
    font-weight: normal;
    margin-top: 8px;
}

.contact_form button:hover {
    background: linear-gradient(135deg, #29af88 0%, #72c56d 100%);
}

.contact_form button:after {
    display: none;
}

.contact_form form input.error,
.contact_form form textarea.error {
    border-color: rgb(219, 24, 152) !important;
}

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

.policies_menu li {
    margin: 8px 0;
}

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

.policies_menu a:hover, .policies_menu a.selected {
    color: #117fc5;
}

.border_bttm {
    padding: 44px 0;
    border-bottom: solid 1px #d7d7d7;
}

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

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

.long_text h2, .long_text h3, .long_text h4 {
    margin-bottom: 0;
}
.long_text h1 {
    margin-bottom: 0;
    font-size: 30px;
}

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

#policies_menu_slct {
    width: 100%;
    border-radius: 0;
    border: none;
    background-color: #f0f2f7;
    color: #117fc5;
    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%23117fc5%22%20fill-rule%3D%22nonzero%22%20d%3D%22M4.5%208L0%200h9L4.5%208z%22/%3E%3C/svg%3E') no-repeat right center, #f0f2f7;
    background-size: auto 14px;
    padding: 16px;
    display: none;
}

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

.form_frame.none {
    display: none;
}

.form_frame.op {
    opacity: 0;
}
.omAPR_box, .omAPR_box_mob {
    background-color: #3597cd;
    color: #fff;
    font-size: 16px;
    text-align: left;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.omAPR_box_mob {
    display: none;
    margin-top: 20px;
}

/* decline page */
.decline {
    padding: 0 0 48px;
	border-bottom: 1px solid lightgray;
}
.decline .wrapper_decline {
    width: 100%;
    max-width: 540px;
    padding: 0 50px;
    margin: 0 auto;
    position: relative;
}
.decline__inner {
    color: #000;
    text-align: center;
}
.decline__image {
    display: block;
    width: 100%;
    max-width: 195px;
    margin: 0 auto 50px;
    position: relative;
}
.decline__image>img {
    width: 100%;
}
.decline__name,
.decline__title {
    margin: 0 auto;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}
.decline__name {
    margin-bottom: 30px;
}
.decline__title {
    margin-bottom: 40px;
}
.decline__text {
    max-width: 349px;
    margin: 0 auto 32px;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #000;
}
.decline__text:nth-child(1) {
    max-width: 281px;
}
.decline__link_orange {
    color: #FFB800;
    transition: 0.4s;
    text-decoration: none;
}
.decline__link_orange:hover {
    color: #f4a238;
}
.decline__link_underline {
    color: #000000;
    text-decoration: underline;
}
.decline__link_underline:hover {
    text-decoration: none;
}
@media screen and (max-width: 1230px) {
    .center_width {
        max-width: inherit;
        padding: 0 30px;
    }
    .border_bttm {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    #top_warning {
        background: #fff;
        padding: 8px 16px;
        line-height: 14px;
        font-size: 12px;
        text-align: center;
    }
    #top_warning .clmn {
        padding: 8px;
    }
    #top_warning .clmn_40 {
        /*display: none;*/
        width: 100%;
    }
    #top_warning .clmn_60 {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 1150px) {
    /*header {
        top: 60px;
    }*/
    #mobile_menu {
        display: block;
    }
    .apply_page #mobile_menu {
        display: none;
    }
    #nav {
        display: none;
        background: rgba(0, 80, 140, .95);
        float: none;
        z-index: 9999;
        padding: 16px 16px 32px 16px;
        position: absolute;
        -webkit-transition: all .4s;
        transition: all .4s;
        top: 100%;/*70px;*/
        left: 20px;
        right: 20px;
        box-shadow: 0 8px 8px rgba(0, 0, 0, .3);
    }
    .internal_header #nav {
        top: 140px;
    }
    #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;
    }
    .clmns .clmn.pull-right {float: none;}
    #home_page_top {
        padding-top: 140px;
        text-align: center;
        background-size: auto 1400px;
        min-height: inherit;
        padding-bottom: 20px;
        margin-bottom: 32px;
    }
    #home_page_top ul {
        padding-top: 16px;
        /*position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);*/
    }
    #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_top .represent-text{
        margin-top: 16px;
    }
    #home_page_top h2 {
        font-size: 26px;
    }
    .slider_wrapper {
        display: none;
    }
    #mobile_select_amount,
    #mobile_select_period {
        display: block;
        width: 100%;
        font-size: 21px;
        font-weight: 700;
        margin: 16px 0;
    }
    #home_page_form button {
        margin: 0;
        font-size: 26px;
        padding: 16px 100px 16px 16px;
        border-radius: 100px;
    }
    .options {
        max-width: 400px;
        margin: 0 auto;
    }
    .options h3 {
        margin-bottom: 32px;
    }
    .options .clmns .clmn_33:nth-child(1) img {
        height: 150px;
        margin-left: -44px;
    }
    .options .clmns .clmn_33:nth-child(2) img {
        height: 150px;
        margin-right: -16px;
    }
    .options .clmns .clmn_33:nth-child(3) img {
        height: 150px;
        margin-right: -24px;
    }
    .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: flex;
        margin: 8px 0;
        line-height: 18px;
        align-items: center;
    }
    #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_step {
        line-height: 42px;
    }
    .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_lock {
        top: 16px;
        right: 70px;
    }
    .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;
    }
    .how_it_works .clmn_50:last-child img {
        margin: 0 auto;
    }
    .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: 24px;
    }
    .policies_menu {
        background-color: transparent;
        padding: 0 0 32px 0;
    }
    .policies_menu ul {
        display: none;
    }
    #policies_menu_slct {
        display: block;
    }
}
@media screen and (max-width: 1024px) {
    .omAPR_box {
        display: none;
    }
    .omAPR_box_mob {
        display: block;
    }
}
@media screen and (max-width: 750px) {
    .ribbon {
        width: 120px;
        top: 6px;
        right: -37px;
        font-size: 10px;
        padding: 6px 20px;
    }
    #home_page_form h3 {
        padding: 16px;
        margin-bottom: 0;
    }
    #home_page_form .padd {
        padding-top: 0;
    }
    #home_page_form button {
        font-size: 23px;
        padding: 16px 48px 16px 8px;
    }
    #home_page_form button:after {
        width: 52px;
        background-size: 50%;
    }
    #bottom_options h2 {
        font-size: 36px;
    }
    #bottom_options button {
        font-size: 26px;
        padding: 16px 80px 16px 30px;
        border-radius: 100px;
    }
    #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;
        display: none;
    }
    .footer_links.opened {
        display: block;
        height: 1px;
        overflow: hidden;
    }
    .footer_links.opened.op {
        height: 350px;
    }
    .footer_links a {
        display: block;
        margin: 16px 0;
    }
    #footer_logo {
        /*float: left;
        margin-bottom: 24px;*/
    }
    #footer_mobile_menu {
        display: block;
    }
    .apply_page #logo img {
        height: 26px;
    }
    .apply_page .center_width {
        max-width: inherit;
        padding: 0 20px;
    }
    #apply_header_options {
        height: 96px;
        /*padding-top: 54px;*/
    }
    #apply_header_options #bttm_options li {
        height: 14px;
        background-size: 14px;
        font-size: 10px;
        line-height: 14px;
        width: 130px;
        padding-left: 16px;
    }
    #apply_header_options #bttm_options li:nth-child(1),
    #apply_header_options #bttm_options li:nth-child(3) {
        width: 110px;
    }
    /*header {
        top: 54px;
    }*/
    #top_warning {
        padding: 2px 8px;
    }
    #apply_form_block .center_width {
        padding-left: 8px;
        padding-right: 8px;
    }
}
@media screen and (max-width: 450px) {
    .decline {
        padding: 0 0 54px;
    }
    .decline .wrapper_decline {
        padding: 0 15px;
    }
    .decline__image {
        max-width: 195px;
        margin: 0 auto 30px;
    }
    .decline__name,
    .decline__title {
        font-size: 18px;
        line-height: normal;
        font-weight: 700;
    }
    .decline__name {
        margin-bottom: 20px;
    }
    .decline__title {
        margin-bottom: 30px;
    }
    .decline__text {
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 20px;
        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;
    }
}
@media screen and (max-width: 350px) {
    #top_warning {
        font-size: 12px;
    }
    #logo img {
        height: 32px;
        width: auto;
    }
    #mobile_menu svg, #footer_mobile_menu svg {
        height: 32px;
        width: auto;
    }
    .alternative_header #nav {
        top: 91px;
    }
    .center_width {
        padding: 0 10px;
    }
    #home_page_top h2 {
        font-size: 22px;
    }
    #home_page_top {
        padding-top: 100px;
    }
    #home_page_form .padd {
        padding: 0 12px 12px 12px;
    }
    #home_page_form button {
        font-size: 20px;
    }
    #bottom_options button {
        font-size: 20px;
    }
    #bottom_options h2 {
        font-size: 32px;
    }
    #bottom_options h4 {
        margin-bottom: 21px;
        font-size: 18px;
    }
    #bttm_options {
        font-size: 18px;
        padding-right: 0;
    }
}
.re_examp{padding-top: 20px;}
.re_examp p,
.re_examp h1 {
    margin: 0;
    padding: 0;
}
.form-header{
    background: transparent;
    top: 50px;
    position: absolute;
}
@media screen and (max-width: 1150px) {
    .form-header{
        top: 34px;
    }
}
@media screen and (max-width: 750px) {
    header{
        top: 54px;
    }
}
@media screen and (max-width: 350px) {
    .internal_header, .alternative_header{
        height: 114px;
        padding-top: 70px;
    }
}

#top_warning .clmn_50.left_part {
    text-align: right;
}

#top_warning {
    background: linear-gradient( 90deg , #fff 0%, #fff 50%, #f0f2f7 50%, #f0f2f7 100%);
}

header{
    top: 90px;
}

@media all and (max-width:1504px){
    .internal_header, .alternative_header {
        height: 148px;
        padding-top: 80px;
    }

    #apply_header_options{
        padding-top: 80px;
    }

}
@media all and (max-width: 1150px){
    #top_warning {
        background: #fff;
    }
    #top_warning .clmn_50.left_part{
        text-align:center;
    }
    header {
        top: 74px;
    }
    #apply_header_options{
        padding-top: 45px;
    }
}
@media all and (max-width: 551px){
    .internal_header, .alternative_header {
        padding-top: 70px;
        height: 120px;
    }
}
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;
}

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;
}

#omForm .infoup {
    display: inline;
}
.center_width #notice {
    text-align: center;
}
