/******* RESET *******/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    -webkit-text-size-adjust: none;
}
main {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

*, *::after, *::before {
    -webkit-text-size-adjust: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

a::-moz-focus-inner, button::-moz-focus-inner {
    border: 0;
}
select:-moz-focusring, select::-moz-focus-inner {
    color: transparent !important;
    text-shadow: 0 0 0 #000 !important;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 9px;
}
select::-ms-expand {
    display: none;
}
select::-ms-value {
    background: none;
    color: #000;
}
textarea {
    overflow: auto;
}


/******* GLOBAL *******/
html,
body {
    overflow-x: hidden;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat", sans-serif;
    border: none;
    background-color: #FFF9F7;
    color: #323232;
}

a {
    text-decoration: none;
    display: inline-block;
    transition: .4s;
}

button {
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
    transition: 0.4s;
}

header, main, footer {
    display: block;
}

small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #323232;
}

h1, h2 {
    font-size: 25px;
    line-height: 42px;
}

h3, h4, h5 {
    font-size: 20px;
    line-height: 30px;
}

optgroup {
    font-weight: 700;
}

strong, b {
    font-weight: 700;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

section {
    position: relative;
}

.wrapper {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 20px;
}

.row::before,
.row::after {
    display: none;
}

.image {
    position: relative;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.image>img,
.image>svg {
    width: 100%;
    max-width: 100%;
    border: none;
}


/******* HEADER *******/
.header {
    background-color: #323232;
    padding: 30px 0 40px;
}


/******* FORM Section *******/
.section-form {
    padding: 40px 0 0;
}

.section-form__wrapper {
    padding: 0;
}

.section-form__inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column-reverse;
}

.section-form__content {
    width: 100%;
    margin: 40px auto 0;
    padding: 44px 20px;
    background: url("../images/bg-main-mobile.png") no-repeat 50% transparent;
    background-size: cover;
}

.section-form__title,
.section-form__text {
    color: #fff;
}

.section-form__title {
    margin-bottom: 64px;
}

.section-form__title_underline {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.section-form__title_underline::after {
    content: '';
    display: block;
    width: 100%;
    height: 9px;
    background: url("../images/icon-main-title.svg") no-repeat 50% transparent;
    background-size: cover;
    position: absolute;
    top: 57%;
    left: 0;
    z-index: -1;
}

.section-form__text {
    font-weight: 600;
}

.form-wrapper {
    width: calc(100% - 40px);
    max-width: 398px;
    margin: 0 auto;
    padding: 0 0 20px;
    border-radius: 20px;
    background-color: #fff;
}

.f-wizard-step--title,
.form-bottom-text {
    color: #121021;
}

.form-bottom-text {
    font-size: 14px;
}

.section-form .secure-copy {
    margin-bottom: 8px;
}

.section-form .secure-icon {
    display: block;
    width: 113px;
    margin: 0 auto;
}


/******* WELCOME Section *******/
.welcome {
    padding: 100px 0;
}

.welcome-content {
    width: 100%;
    max-width: 100%;
}

.welcome-content__title {
    margin-bottom: 67px;
}

.welcome-content__title_underline {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.welcome-content__title_underline::after {
    content: '';
    display: block;
    width: 100%;
    height: 9px;
    background: url("../images/icon-welcome-title.svg") no-repeat 50% transparent;
    background-size: cover;
    position: absolute;
    top: 57%;
    left: 0;
    z-index: -1;
}

.welcome-content__text {
    margin-bottom: 32px;
}

.welcome-content__text:last-child {
    margin-bottom: 0;
}


/******* LENDER Section *******/
.lender {
    padding: 0 0 100px;
}

.lender__title {
    margin-bottom: 32px;
}

.lender__title_underline {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.lender__title_underline::after {
    content: '';
    display: block;
    width: 100%;
    height: 9px;
    background: url("../images/icon-lender-title.svg") no-repeat 50% transparent;
    background-size: cover;
    position: absolute;
    top: 57%;
    left: 0;
    z-index: -1;
}

.lender-content__subtitle {
    font-weight: 600;
}

.lender__inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.lender-content,
.lender__images {
    width: 100%;
    max-width: 100%;
}

.lender-content {
    margin-top: 32px;
}

.lender-content__text ul {
    list-style: disc;
    padding-left: 15px;
}

.lender-content__text p {
    margin-bottom: 24px;
}

.lender-content__text p:last-child {
    margin-bottom: 0;
}

.lender__images {
    position: relative;
    max-width: 540px;
    margin: 0 auto;
    padding: 40px 0 0;
}

.lender__image_1 {
    width: 100%;
}

.lender__image_2 {
    position: absolute;
    top: -10px;
    left: 0;
    width: 44px;
    height: 44px;
}


/******* STEPS Section *******/
.steps {
    padding: 0 0 100px;
}

.steps__title {
    margin-bottom: 60px;
}

.steps__title_underline {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.steps__title_underline::after {
    content: '';
    display: block;
    width: 100%;
    height: 9px;
    background: url("../images/icon-steps-title.svg") no-repeat 50% transparent;
    background-size: cover;
    position: absolute;
    top: 57%;
    left: 0;
    z-index: -1;
}

.steps__inner {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    grid-gap: 48px;
}

.steps-card {
    width: 100%;
    max-width: 335px;
    margin: 0 auto;
    padding: 0 45px;
}

.steps-card__icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.steps-card__text {
    max-width: 240px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
}


/******* DISCLOSURE POLICY Section *******/
.disclosure {
    padding: 0 0 80px;
}

.disclosure-tabs {
    margin: 16px 0 40px;
}

.disclosure-tabs__item {
    padding: 12px 16px;
    transition: 0.4s;
    background-color: #fff;
    font-weight: 400;
    cursor: pointer;
}

.disclosure-tabs__item_active {
    background-color: #FF633C;
    font-weight: 600;
    color: #fff;
}

.disclosure-list__item {
    display: none;
}

.disclosure-list__item_active {
    display: block;
}

.disclosure-list__title {
    margin-bottom: 32px;
}


/******* HOW IT WORKS Section *******/
.works {
    padding: 0 0 100px;
}

.works__title {
    margin-bottom: 69px;
}

.works__title_underline {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.works__title_underline::after {
    content: '';
    display: block;
    width: 100%;
    height: 9px;
    background: url("../images/icon-works-title.svg") no-repeat 50% transparent;
    background-size: cover;
    position: absolute;
    top: 57%;
    left: 0;
    z-index: -1;
}

.works-card {
    margin-bottom: 48px;
}

.works-card:last-child {
    margin-bottom: 0;
}

.works-card__num {
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 31px;
    line-height: 46px;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #FF633C;
}

.works-card__text {
    width: 100%;
    font-weight: 600;
}


/******* FEES Section *******/
.fees {
    padding: 20px 0;
    background-color: #fff;
}

.fees__inner {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
}

.fees__title {
    margin-bottom: 20px;
}

.fees__title_underline {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.fees__title_underline::after {
    content: '';
    display: block;
    width: 100%;
    height: 9px;
    background: url("../images/icon-fees-title.svg") no-repeat 50% transparent;
    background-size: cover;
    position: absolute;
    top: 57%;
    left: 0;
    z-index: -1;
}

.fees__text {
    margin-top: 40px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.fees__images {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    position: relative;
}

.fees__image {
    min-width: calc(100% + 40px);
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.fees__image_desktop {
    display: none;
}


/******* FAQ Section *******/
.faq {
    padding: 100px 0;
}

.faq__title {
    margin-bottom: 32px;
}

.faq-list {
    width: 100%;
    position: relative;
    z-index: 2;
}

.faq-item {
    width: 100%;
    margin-bottom: 16px;
    padding: 20px 24px 24px;
    background-color: #fff;
}

.faq-item:last-child {
    margin-bottom: 0;
}

.faq-item__title {
    margin-bottom: 20px;
}


/******* FOOTER *******/
.footer {
    position: relative;
    padding: 30px 0;
    background-color: #323232;
}

.footer__inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column-reverse;
}

.footer-content,
.footer__links {
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.footer-content__title,
.footer-content__text,
.footer__copyright {
    color: #fff;
}

.footer-content__text,
.footer__copyright {
    font-size: 13px;
    line-height: 21px;
}

.footer-content__title {
    font-size: 25px;
    line-height: 120%;
    font-weight: 600;
}

.footer-content__text {
    margin-top: 20px;
}

.footer__links {
   margin-bottom: 60px;
}

.footer__links__item {
    margin-bottom: 40px;
    display: block;
    width: 100%;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
}

.footer__links__item:last-child {
    margin-bottom: 0;
}

.footer__links__item:hover,
.footer__links__item:active,
.footer__links__item:focus {
    color: #fff;
    text-decoration: none;
}

.footer__copyright {
    margin-top: 30px;
    text-align: center;
    font-weight: 600;
}


/******* Responsive *******/
@media screen and (min-width: 575px) {
    .header {
        padding: 15px 0;
    }
}
@media screen and (min-width: 768px) {
    h1 {
        font-size: 40px;
        line-height: 60px;
    }

    h2 {
        font-size: 31px;
        line-height: 46px;
    }


    .section-form {
        padding: 40px 0 50px;
        background: url("../images/bg-main-desktop.png") no-repeat 50% transparent;
        background-size: cover;
    }

    .section-form__wrapper {
        padding: 0 20px;
    }

    .section-form__inner {
        flex-direction: row;
        justify-content: space-between;
    }

    .section-form__content {
        width: 50%;
        margin: 0 25px 0 0;
        padding: 0;
        background: none;
    }

    .form-wrapper {
        width: 48%;
        margin: 0;
    }


    .works__list {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
        grid-gap: 60px;
    }

    .works-card {
        width: calc(50% - 30px);
    }
}
@media screen and (min-width: 992px) {
    .wrapper {
        padding: 0 30px;
    }


    .welcome {
        padding: 150px 0;
    }


    .lender {
        padding: 0 0 150px;
    }

    .lender__title {
        margin-bottom: 40px;
    }

    .lender__inner {
        justify-content: space-between;
        flex-direction: row;
    }

    .lender-content {
        width: 44%;
        max-width: 506px;
        margin: 0 20px 0 0;
    }

    .lender__images {
        width: 54%;
        max-width: 641px;
        margin: 0;
        padding: 0;
    }

    .lender__image_2 {
        top: -50px;
        width: 84px;
        height: 84px;
    }


    .steps {
        padding: 0 0 150px;
    }

    .steps__title {
        margin-bottom: 60px;
    }

    .steps__inner {
        grid-gap: 30px;
    }

    .steps-card {
        width: calc(25% - 24px);
        padding: 0;
    }


    .disclosure {
        padding: 0 0 150px;
    }

    .disclosure__inner {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .disclosure-content {
        width: 42%;
        max-width: 496px;
    }

    .disclosure-tabs {
        margin: 16px 0 0;
    }

    .disclosure-list {
        width: 56%;
        max-width: 630px;
        margin-left: 40px;
    }


    .fees {
        padding: 60px 0;
    }

    .fees__title {
        margin-bottom: 0;
        position: relative;
        top: 40px;
    }

    .fees__inner {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .fees__text {
        width: 42%;
        max-width: 563px;
    }

    .fees__images {
        width: 58%;
        max-width: 797px;
    }

    .fees__image {
        transform: translateX(-43%);
    }

    .fees__image_mobile {
        display: none;
    }

    .fees__image_desktop {
        display: block;
    }


    .faq {
        padding: 200px 0;
    }


    .footer {
        padding: 40px 0 20px;
    }

    .footer__inner {
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: row;
    }

    .footer-content {
        width: 75%;
        max-width: 730px;
    }

    .footer__links {
        width: 195px;
        min-width: 195px;
        margin: 52px 0 0 50px;
    }

    .footer__copyright {
        margin-top: 20px;
        text-align: left;
    }
}
@media screen and (min-width: 1200px) {
    h1 {
        font-size: 48px;
        line-height: 72px;
    }

    .wrapper {
        padding: 0 50px;
    }


    .section-form__title_underline::after,
    .welcome-content__title_underline::after,
    .lender__title_underline::after,
    .steps__title_underline::after,
    .works__title_underline::after,
    .fees__title_underline::after {
        top: 70%;
    }


    .section-form {
        padding: 120px 0 190px;
    }

    .section-form__content {
        width: 58%;
        max-width: 740px;
    }

    .section-form__title {
        margin-bottom: 40px;
    }


    .welcome {
        padding: 200px 0;
    }

    .welcome-content__title {
        margin-bottom: 40px;
    }


    .lender {
        padding: 0 0 200px;
    }


    .steps {
        padding: 0 0 200px;
    }

    .steps-card__text {
        max-width: 100%;
    }


    .disclosure {
        padding: 0 0 200px;
    }


    .works__title {
        margin-bottom: 60px;
    }

    .works-card {
        width: calc(25% - 45px);
    }


    .fees {
        padding: 100px 0;
    }


    .faq__content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .faq-list {
        width: 65%;
        max-width: 700px;
        margin-left: 40px;
    }

    .faq-item {

    }
}


.modal-body,
.modal-content p {
    color: #20272B;
}

.modal-content p {
    margin: 20px 0;
}

.modal-content .btn {
    width: 100px;
    height: 50px;
    padding: 14px 5px 16px;
    background-color: #121021;
    border-color: #121021;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    transition: 0.4s;
}

.modal-content .btn:hover,
.modal-content .btn:active,
.modal-content .btn:focus {
    background-color: #20272B;
    border-color: #20272B;
    color: #fff;
}


.f-button.f-button-primary.f-button-outline {
    color: #20272B !important;
    border-color: #20272B !important;
    background: #fff !important;
}

.f-button.f-button-primary.f-button-outline:hover,
.f-button.f-button-primary.f-button-outline:active,
.f-button.f-button-primary.f-button-outline:focus {
    background: #20272B !important;
    border-color: #20272B !important;
    color: #fff !important;
}

.f-button.f-button-active {
    background: #121021 !important;
    border-color: #121021 !important;
    color: #fff !important;
}

.f-wizard-progressbar span {
    background: #20272B !important;
}

.f-button.f-button-primary.f-button-outline .svg-icon svg rect,
.f-button.f-button-primary.f-button-outline .svg-icon svg path {
    fill: #20272B !important;
}

.f-button.f-button-primary.f-button-outline:hover .svg-icon svg rect,
.f-button.f-button-primary.f-button-outline:hover .svg-icon svg path {
    fill: #fff !important;
}

.f-button.f-button-primary.f-btn-gradient {
    background: #121021 !important;
    border-color: #121021 !important;
}

.f-button.f-button-primary.f-btn-gradient:hover {
    background: #20272B !important;
    border-color: #20272B !important;
}

#f-wizard-form h1,
#f-wizard-form h2,
#f-wizard-form h3,
#f-wizard-form h4,
#f-wizard-form h5,
#f-wizard-form h6,
#f-wizard-form label,
#f-wizard-form .text-justify,
#f-wizard-form .confirmation-text,
.f-wizard-step--title,
.f-wizard-progressbar--value,
.f-wizard-step--desc,
.f-input--is-required,
.opt-ins {
    color: #20272B !important;
}



#f-wizard-form .Calendar__day.-disabled,
#f-wizard-form .Calendar__weekDays {
    color: #aca7a7 !important;
}

#f-wizard-form .Calendar__day.-selected,
#f-wizard-form .Calendar__day.-selectedStart,
#f-wizard-form .Calendar__day.-selectedEnd {
    background: #121021;
    color: #fff;
}
