/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
audio:not([controls]) {
    display: none;
    height: 0;
}
progress {
    vertical-align: baseline;
}
template,
[hidden] {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background-color: #ff0;
    color: #000;
}
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;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
optgroup {
    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;
}

button,
select,
input,
textarea {
    outline: none;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
ul,
ol {
    padding-left: 20px;
}

a {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}
html {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
a {
    color: #478ac9;
    text-decoration: none;
}

html {
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: Montserrat, sans-serif;
    line-height: 1.2;
    font-weight: 500;
    color: inherit;
}
h1 {
    font-size: 2.25rem;
}
h2 {
    font-size: 1.5rem;
}
h3 {
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 1.2;
}
h4 {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.2;
}
h5 {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #111111;
}
h6 {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.2;
}
p {
    margin-top: 0;
    padding: 0;
    margin-bottom: 0.5rem;
}

.f-wizard-step--title,
.secure-copy,
.form-description__text,
.f-wizard-progressbar--value {
    color: #fff;
}

#r-form {
    background-color: rgba(255, 255, 255, .4);
}


/******* HEADER *******/
.header {
    width: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.header__logo {
    display: block;
    margin: 10px;
}

@media screen and (min-width: 768px) {
    .header__logo {
        margin: 40px;
    }
}


/******* MAIN FORM Section *******/
.section-form {
    padding: 135px 0 50px;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/header-background.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
}

.section-form__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.section-form__column,
.form-info {
    width: 50%;
    max-width: 570px;
}

.section-form__column {
    padding: 30px 30px 30px 50px;
    width: 50%;
    max-width: 570px;
}

.secure-copy {
    margin-top: 20px;
}

.form-info {
    padding: 10px 50px 0 0;
}

.form-info__title {
    margin: 0 0 55px;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 700;
    color: #77aad9;
}

.form-info__text {
    color: #fff;
}


@media screen and (max-width: 991px) {
    .section-form__column {
        padding: 0 30px 0 0;
    }

    .form-info {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .section-form {
        padding: 90px 0 60px;
    }

    .section-form__container {
        max-width: 540px;
    }

    .section-form__column,
    .form-info {
        width: 100%;
        max-width: 100%;
    }

    .section-form__column {
        padding: 0;
    }

    .form-info {
        margin-top: 30px;
    }

    .form-info__title {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 575px) {
    .section-form {
        padding: 80px 0 45px;
    }

    .form-info__text {
        font-weight: 600;
        filter: drop-shadow(0 0 5px #000);
    }
}


/******* DISCLOSURE Section *******/
.disclosure {
    padding: 60px 0;
    background-color: #77aad9;
    text-align: center;
}

.disclosure__title,
.disclosure__subtitle {
    color: #fff;
}

.disclosure__title {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 400;
}

.disclosure__subtitle {
    max-width: 680px;
    margin: 20px auto 33px;
}

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

.disclosure-card {
    padding: 60px 30px 45px;
    width: calc(33.33% - 8px);
    background-color: #fff;
    box-shadow: -2px 0 8px 0 rgba(128, 128, 128, 1);
    border-radius: 20px 0 20px 0;
}

.disclosure-card__title {
    margin: 0 0 40px;
    color: #77aad9;
}

.disclosure-card__text {
    color: #111111;
}

@media screen and (max-width: 991px) {
    .disclosure-card {
        width: calc(50% - 5px);
    }
}

@media screen and (max-width: 767px) {
    .disclosure-card {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .disclosure__title {
        font-size: 24px;
    }
}


/******* WORKS AND FEES Section *******/
.works-fees {
    padding: 65px 0 75px;
    background-image: linear-gradient(0deg, rgba(41, 46, 51, 0.9), rgba(41, 46, 51, 0.9)), url(../images/ghghgh-min.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.works-fees__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    grid-gap: 30px;
}

.works-fees__card {
    width: calc(50% - 15px);
    text-align: center;
}

.works-fees__title {
    margin-bottom: 30px;
    color: #77aad9;
}

.works-fees__text {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 400;
    color: #fff;
    text-align: justify;
}

@media screen and (max-width: 991px) {
    .works-fees__card {
        width: 100%;
        margin: 0 0 15px;
    }

    .works-fees__card:last-child {
        margin: 0;
    }
}

@media screen and (max-width: 575px) {
    .works-fees__text {
        font-size: 18px;
        line-height: 1.4;
    }
}


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

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

.faq__accordion,
.faq__block {
    width: 50%;
    max-width: 570px;
}

.faq__accordion {
    padding: 30px 30px 0 0;
}

.faq__accordion .panel-group,
.faq__accordion .panel-default {
    border: none;
}

.faq__accordion .panel-group {
    margin: 0;
}

.faq__accordion .panel-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    background-color: #fff;
    font-weight: 700;
    color: #77aad9;
    transition: 0.4s;
    cursor: pointer;
    border: none;
}

.faq__accordion .panel-heading:not(.collapsed),
.faq__accordion .panel-heading:hover {
    text-decoration: underline;
}

.faq__accordion .faq-item__icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-left: 20px;
    color: #478ac9;
}

.faq__accordion .faq-item__icon .u-svg-content {
    color: #478ac9;
    fill: #478ac9;
}

.faq__accordion .panel-body {
    padding: 30px;
    font-weight: 700;
    color: #ffffff;
    background-color: #478ac9;
}

.faq__block {
    padding: 0 50px;
}

.faq__title {
    font-size: 24px;
    line-height: 2;
    text-align: center;
    color: #77aad9;
}

.faq__image {
    width: 100%;
    max-width: 310px;
    margin: 150px auto 0;
    position: relative;
}

.faq__image img {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
}

@media screen and (max-width: 767px) {
    .faq__accordion,
    .faq__block {
        width: 100%;
        max-width: 570px;
        margin: 0 auto;
        padding: 0;
    }

    .faq__block {
        margin-top: 40px;
    }

    .faq__image {
        margin-top: 60px;
    }
}

@media screen and (max-width: 575px) {
    .faq__accordion .panel-heading,
    .faq__accordion .panel-body {
        padding: 20px 15px;
    }
}


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

.lender__content {
    padding: 40px 180px 100px 30px;
    color: #ffffff;
    background-color: #77aad9;
    border-radius: 49px 0 0 49px;
}

.lender__title {
    font-size: 30px;
    font-weight: 700;
}

.lender__subtitle {
    margin: 10px 0 35px;
    font-size: 18px;
    color: #000;
}

.lender__text p,
.lender__text ul {
    margin: 20px 0;
}

@media screen and (max-width: 1199px) {
    .lender__content {
        padding: 40px 120px 40px 30px;
    }
}

@media screen and (max-width: 767px) {
    .lender__content {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 575px) {
    .lender__container {
        padding: 0;
    }

    .lender__content {
        padding: 30px 10px;
        border-radius: 0;
    }
}


/******* FOOTER *******/
.footer {
    padding: 23px 0 0;
    background-color: #333;
}

.footer__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer__text,
.footer__copyright {
    color: #fff;
}

.footer__text {
    width: 100%;
    max-width: 1110px;
    margin: 0 0 23px;
    font-size: 14px;
}

.footer__modals {
    width: 100%;
    max-width: 314px;
    min-width: 200px;
    position: relative;
    margin-left: 20px;
    padding: 20px;
    border-left: 4px solid #478ac9;
}

.footer__link {
    display: block;
    text-decoration: underline;
    font-size: 17.5px;
    line-height: 1.6;
    color: #fff;
}

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

.footer__copyright {
    text-align: center;
    padding: 16px 0;
    font-size: 13px;
}


#f-wizard-form .f-wizard-app-container,
#f-wizard-form .f-wizard-app-container .f-link,
#f-wizard-form .f-wizard-app-container .bank-link,
#f-wizard-form .f-wizard-app-container .bank-link a {
    color: #fff;
}

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

.f-calendar .Calendar__day.-selected {
    background: #478ac9 !important;
    color: #fff !important;
}

@media screen and (min-width: 768px) {
    .footer__text {
        margin: 0 0 20px;
        text-align: justify;
    }

    .footer__container {
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .footer__content {
        flex-wrap: nowrap;
    }
}

@media screen and (min-width: 1200px) {
    .footer__container {
        width: 100%;
        max-width: 1370px;
    }

    .footer__text {
        width: 84%;
        margin: 0;
    }

    .footer__modals {
        width: 25%;
    }
}
