/******* 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-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 *******/
*, *::before, *::after {
    -webkit-text-size-adjust: none;
}

html,
body {
    font-size: 16px;
    line-height: 1.6;
}

body {
    font-family: 'Open Sans', sans-serif;
    border: none;
    overflow-x: hidden;
}

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

button {
    font-family: 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: "Roboto", sans-serif;
}

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

.container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

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

.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: #22445d;
    padding: 20px 0;
}


/******* FORM Section *******/
.section-form {
    background-image: url("../images/vccvv-min.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-form__container {
    padding: 0;
}

.section-form__content {
    min-height: 332px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

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

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


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

.disclosure__container {
    max-width: 340px;
}

.disclosure__title,
.disclosure__subtitle {
    text-align: center;
}

.disclosure__title {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #2cccc4;
}

.disclosure__subtitle {
    margin: 20px 0 45px;
    font-size: 16px;
    line-height: 1.6;
    color: #808080;
}

.disclosure-cards__row {
    align-items: stretch;
}

.disclosure-card {
    position: relative;
    width: 100%;
    padding: 30px 10px;
    border-radius: 20px;
    background-color: #478ac9;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

.disclosure-card_green {
    margin: 30px 0;
    background-color: #2cccc4;
}

.disclosure-card__icon {
    position: relative;
    width: 87px;
    height: 87px;
    background-color: #fff;
    padding: 14px;
    color: #2cccc4;
    border-radius: 20px;
}

.disclosure-card__icon svg,
.disclosure-card__icon svg path,
.disclosure-card__icon svg g {
    color: #2cccc4;
}

.disclosure-card__title,
.disclosure-card__text {
    color: #fff;
}

.disclosure-card__title {
    margin: 43px auto 29px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}

.disclosure-card__text {
    font-size: 16px;
    line-height: 1.6;
}


/******* HELPS Section *******/
.help {
    padding: 45px 0;
    background-color: #478ac9;
}

.help__container {
    max-width: 1790px;
}

.help__title,
.help__text {
    text-align: center;
    color: #fff;
}

.help__title {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 600;
}

.help__text {
    margin-top: 40px;
    font-size: 19px;
    line-height: 1.4;
    max-width: 1248px;
}

.help__block {
    display: none;
    width: 30px;
    height: 300px;
    background-color: #2cccc4;
    position: absolute;
}

.help__block_left {
    left: 0;
}

.help__block_right {
    right: 0;
}


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

.faq__container {
    padding: 0 8px;
}

.faq__title,
.faq-item__title,
.faq-item__text,
.faq-board__title,
.faq-board__text {
    text-align: center;
}

.faq__title {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 400;
    color: #2cccc4;
}

.faq-list {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    grid-gap: 30px;
}

.faq-item,
.faq-board {
    padding: 20px 0 30px;
    border-radius: 20px;
    width: 100%;
}

.faq-item_2,
.faq-item_4,
.faq-item_6,
.faq-board {
    padding: 50px 10px 30px;
}

.faq-item_2,
.faq-board {
    background-color: #2cccc4;
}

.faq-item_4,
.faq-item_6 {
    background-color: #478ac9;
}

.faq-item__title,
.faq-board__title {
    font-size: 20px;
    line-height: 28.8px;
    font-weight: 700;
    color: #478ac9;
}

.faq-item__text,
.faq-board__text {
    margin-top: 27px;
    font-size: 16px;
    line-height: 1.6;
    color: #808080;
}

.faq-item_2 .faq-item__title,
.faq-item_4 .faq-item__title,
.faq-item_6 .faq-item__title,
.faq-board .faq-board__title,
.faq-item_2 .faq-item__text,
.faq-item_4 .faq-item__text,
.faq-item_6 .faq-item__text,
.faq-board .faq-board__text {
    color: #fff;
}

.faq-board {
    width: 100%;
    margin-top: 60px;
}


/******* HOW IT WORKS Section *******/
.works {
    padding: 20px 0;
    background-image: linear-gradient(0deg, rgba(71, 138, 201, 0.85), rgba(71, 138, 201, 0.85)), url(../images/jhhhhhh.jpg);
    background-position: 50% 50%;
}

.works__title,
.works__text {
    text-align: center;
    color: #fff;
}

.works__title {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 400;
}

.works__text {
    margin: 20px 0 0;
    font-size: 20px;
    line-height: 1.6;
}


/******* FEES Section *******/
.fees {
    padding: 45px 0 25px;
}

.fees__title,
.fees__description,
.fees__subtitle {
    text-align: center;
}

.fees__title,
.fees__subtitle {
    color: #2cccc4;
}

.fees__title {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 400;
}

.fees__description {
    margin: 20px 0 40px;
    font-size: 20px;
    line-height: 1.6;
}

.fees__subtitle {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
}

.table-container {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}

.table-container table {
    width: 100%;
    min-width: 475px;
    border-collapse: collapse;
}


/******* LENDER Section *******/
.lender {
    padding: 20px 0;
    background-image: linear-gradient(0deg, rgba(71,138,201,0.65), rgba(71,138,201,0.65)), url("../images/3730262_73938.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.lender__title {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 400;
    color: #2cccc4;
}

.lender__subtitle,
.lender__text {
    color: #fff;
}

.lender__subtitle {
    margin: 0 0 16px;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
}

.lender__text {
    font-size: 16px;
    line-height: 1.5;
}

.lender__text ul {
    margin-top: 20px;
    padding-left: 15px;
}

.lender__text ul li {
    position: relative;
    font-size: 16px;
    line-height: 1.6;
}

.lender__text ul li::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: calc(50% - 2px);
    left: -12px;
    background-color: #fff;
}

.lender__text p {
    margin-bottom: 8px;
}


/******* MODAL LINKS Section *******/
.modal-links {
    padding: 30px 0 70px;
}

.modal-links__row {
    justify-content: center;
}

.modal-links__column {
    position: relative;
    width: 100%;
    max-width: 337px;
}

.modal-links__button {
    width: 100%;
    height: 54px;
    margin: 40px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 4px solid #2cccc4;
    color: #2cccc4;
    border-radius: 12px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.4s;
}

.modal-links__button_privacy {
    margin-top: 40px;
}

.modal-links__button_unsubscribe {
    width: 100%;
    max-width: 337px;
    margin: 40px auto 0;
}

.modal-links__button:hover,
.modal-links__button:active,
.modal-links__button:focus {
    outline: none;
    text-decoration: none;
    background-color: #2cccc4;
    color: #fff;
}

/******* FOOTER *******/
.footer {
    background-color: #333;
}

.footer__text,
.footer__copyright {
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
}

.footer__text {
    margin: 45px 0 15px;
}

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


/******* Responsive *******/
@media screen and (min-width: 575px) {
    .container {
        max-width: 570px;
    }


    .section-form__container {
        padding: 0 15px;
    }

    .section-form__content {
        min-height: 528px;
    }


    .disclosure__subtitle {
        margin: 29px 0 60px;
    }


    .help__title {
        font-size: 48px;
    }

    .help__text {
        margin: 41px auto 0;
        width: 65%;
        line-height: 1.4;
    }

    .help__block {
        display: block;
        top: calc(100% - 345px);
    }


    .faq {
        padding: 60px 0;
    }

    .faq__container {
        padding: 0 15px;
    }

    .faq__title {
        font-size: 36px;
    }

    .faq-list {
        margin-top: 66px;
    }


    .works {
        padding: 37px 0;
    }

    .works__title {
        font-size: 36px;
    }


    .fees {
        padding: 60px 0 40px;
    }

    .fees__title {
        font-size: 36px;
    }

    .fees__description {
        margin: 40px 0;
    }


    .lender__title {
        font-size: 36px;
    }

    .lender__subtitle {
        margin: 0 0 24px;
    }

    .lender__text {
        line-height: 1.6;
    }

    .lender__text p {
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 768px) {
    .container {
        max-width: 750px;
    }


    .section-form__content {
        min-height: 550px;
    }


    .disclosure-cards__row {
        grid-gap: 30px;
    }

    .disclosure-card {
        width: calc(50% - 15px);
        padding: 30px 23px;
    }

    .disclosure-card_green {
        margin: 0;
    }


    .modal-links__row {
        justify-content: space-between;
    }

    .modal-links__column,
    .modal-links__button_unsubscribe {
        width: calc(50% - 15px);
    }

    .modal-links__button_unsubscribe {
        margin: 40px 0 0;
    }


    .help {
        padding: 60px 0;
    }

    .help__title {
        font-weight: 400;
    }

    .help__text {
        font-size: 20px;
        line-height: 2;
    }

    .help__block {
        top: calc(100% - 360px);
    }


    .faq-item,
    .faq-board {
        padding: 50px 30px 30px;
        width: calc(50% - 30px);
    }

    .faq-item_2,
    .faq-item_4,
    .faq-item_6,
    .faq-board {
        padding: 50px 30px 30px;
    }

    .faq-board {
        width: 100%;
        margin-top: 80px;
    }


    .works {
        padding: 42px 0;
    }

    .works__title {
        font-size: 55px;
    }


    .footer__text {
        margin: 60px 0 20px;
        text-align: justify;
    }
}
@media screen and (min-width: 992px) {
    .container {
        max-width: 970px;
    }

    .container_small {
        max-width: 910px;
    }


    .section-form__content {
        min-height: 690px;
    }


    .disclosure-cards__row {
        grid-gap: 0;
    }

    .disclosure-card {
        width: calc(33.33% - 20px);
    }


    .faq-item {
        width: calc(33.33% - 30px);
    }


    .works {
        padding: 60px 0;
    }

    .works__title {
        font-size: 60px;
    }


    .modal-links__column,
    .modal-links__button_unsubscribe {
        width: calc(50% - 85px);
    }
}
@media screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }

    .container_small {
        max-width: 890px;
    }


    .section-form__content {
        min-height: 837px;
    }


    .help__container {
        max-width: 1790px;
    }

    .help__text {
        width: 92%;
    }
}


.modal-content p {
    margin-bottom: 8px;
}


#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: #145e48;
    color: #fff;
}
