

html, body {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    border: none;
    color: #000000;
}

input, textarea, button, select {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}

button {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    display: block;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    text-transform: none;
}

h1 {
    font-size: 90px;
    line-height: 100px;
}

h2 {
    font-size: 48px;
    line-height: 58px;
}

/*h3 {*/
/*    font-size: 36px;*/
/*    line-height: 44px;*/
/*}*/

h4 {
    font-size: 24px;
    line-height: 20px;
}

strong {
    font-weight: 700;
}

a {
    color: #000000;
}

a.link,
.terms a {
    position: relative;
    background: linear-gradient(to bottom, transparent 0, transparent 60%, #E2E700 60%, #E2E700 80%, transparent 80%, transparent 100%);
    transition: background .175s;
}
a.link:focus, .terms a:focus,
a.link:hover, .terms a:hover {
    background: linear-gradient(to bottom, transparent 0, transparent 25%, #E2E700 25%, #E2E700 80%, transparent 80%, transparent 100%);
}

a.link:visited, .terms a:visited,
a.link:visited, .terms a:visited {
    color: #B2B617;
    background: linear-gradient(transparent 50%, transparent 100%);
}

a, button {
    text-decoration: none;
    display: inline-block;
    transition: 0.4s;
}

img {
    max-width: 100%;
    border: none;
}

main {
    display: block;
}

section {
    position: relative;
}

a.active {
    font-weight: 900;
}

.get-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.btn-transparent {
    background-color: transparent;
    border: 1px solid #000000;
    color: #000000;
}

.btn-transparent:hover {
    background-color: #FAFAFA;
    border: none;
}

.btn-transparent:active {
    background-color: #000000;
    color: #FFFFFF;
}

.btn-primary {
    background-color: #FB1A33;
    color: #FFFFFF;
}

.btn-primary:hover {
    background-color: #D21328;
}

.btn-primary:active {
    background-color: #000000;
    color: #FFFFFF;
}


.wrapper {
    width: 100%;
    max-width: 1210px;
    height: 100%;
    margin: 0 auto;
    padding: 0 50px;
}

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

.block-important {
    display: block !important;
}

.logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-width: 150px;
    height: 54px;
    margin: 0 20px 0 0;
    color: #000000;
}

.logo .image {
    width: 54px;
    min-width: 54px;
    height: 54px;
}

.logo h4 {
    padding: 0 0 0 8px;
    line-height: 23px;
}

.logo h4 span {
    display: block;
    font-weight: 400;
}

/*--------------- HEADER ---------------*/

header {
    background-color: #FAFAFA;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 995;
    padding: 40px 0;
}

header.no-fixed {
    position: relative;
}

header.no-fixed .flex-box {
    justify-content: center;
}

header .navigate {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

header .navigate li {
    padding: 0 25px;
    border-right: 1px solid #000000;
}

header .navigate li:nth-child(4) {
    border-right:none;
}

header .navigate li a {
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}
header .navigate li a:hover {
    text-decoration: underline;
}
header .navigate li a.get-btn {
    display: none;
}

header .control-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header .get-btn.btn-transparent {
    font-size: 14px;
    line-height: 19px;
    font-weight: 900;
    width: 156px;
    height: 56px;
    border-radius: 43px;
}

header .hum-box {
    display: none;
    margin: 0 0 0 20px;
    cursor: pointer;
}

header .hum-box .hum {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #000000;
    position: relative;
    padding: 12px 0;
}

header .hum-box .hum span {
    display: block;
    width: 22px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 2px;
    margin: 8px auto;
    transition: 0.4s;
    position: relative;
}

header .hum-box .hum.get-close span:nth-child(1) {
    transform: rotate(45deg);
    top: 6px;
}

header .hum-box .hum.get-close span:nth-child(2) {
    transform: rotate(-45deg);
    top: -6px;
}


/*--------------- PREFORM SECTION ---------------*/
main {
    padding: 136px 0 0;
}

.main-preform-section {
    padding: 56px 0 90px;
}

.main-preform-section .image {
    width: 46%;
}

.main-preform-section .box-preform {
    padding: 0 80px 0 0;
    width: 54%;
}

.main-preform-section .box-preform .form-head {
    padding: 0 0 35px;
}

.main-preform-section .box-preform .form-head p {
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
}

.main-preform-section .box-preform .field-box label {
    font-size: 14px;
    line-height: 19px;
}

.main-preform-section .box-preform .fieldset:nth-child(1) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.main-preform-section .box-preform .field-box {
    position: relative;
    padding: 0 0 16px;
}

.main-preform-section .box-preform .fieldset:nth-child(1) .field-box {
    width: 48%;
    min-width: 200px;
}

.main-preform-section .box-preform .fieldset:nth-child(1) .formField {
    background: url("../img/icon-preform-arrow.svg") no-repeat calc(100% - 18px) 50%;
    background-size: 10px 10px;
}

.main-preform-section .box-preform .formField {
    width: 100%;
    height: 66px;
    background: rgba(255, 255, 255, 0.67);
    border: 1px solid #BFBFBF;
    padding: 0 18px;
}

.main-preform-section .box-preform .formField.error {
    border-color: #FF0000;
}

.main-preform-section .box-preform .formField:focus {
    border-color: #000000;
}

.main-preform-section .box-preform .formField.active {
    border-color: #FF0000;
}

.main-preform-section .box-preform #loanAmount {
    font-size: 24px;
    line-height: 33px;
    font-weight: 900;
}

.main-preform-section .box-preform .btn-row {
    margin: 13px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-preform-section .box-preform .btn-row p {
    font-size: 14px;
    line-height: 18px;
}

.main-preform-section .box-preform .btn-row a {
    font-weight: 700;
}

.main-preform-section .box-preform .btn-row .get-btn {
    width: 182px;
    min-width: 182px;
    height: 74px;
    border-radius: 59px;
    font-weight: 900;
    margin: 0 0 0 13px;
}

.main-preform-section .box-preform p.text-req {
    color: #FF0000;
    font-size: 14px;
    line-height: 18px;
}

.main-preform-section .mobile-visible {
    display: none;
}
/*----------------- HOME BENEFITS -----------------*/
.home-benefits-section .flex-box {
    justify-content: space-between;
}
.home-benefits-section .benefits .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 299px;
}
.home-benefits-section .benefits .icon {
    width: 93px;
    min-width: 93px;
    height: 93px;
    background: #FAFAFA;
    border-radius: 50%;
    margin: 0 21px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-benefits-section .benefits h4 {
    font-weight: bold;
    line-height: 33px;
    margin: 0 0 4px;
}

.home-benefits-section .benefits p {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    color: #474747;
}

/*--------------- HOW WORKS SECTION ---------------*/
.how-works-section {
    padding: 93px 0;
}
.how-works-section .image,
.how-works-section .content {
    width: 50%;
}

.how-works-section .image {
    padding: 0 20px 0 0;
    min-width: 150px;
}

.how-works-section .benefits,
.how-works-section .benefits .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.how-works-section .awards {
    margin: 0 0 35px;
}
.how-works-section .description {
    margin: 0 0 50px;
}
.how-works-section .benefits {
    width: 100%;
    max-width: 435px;
}
.how-works-section .benefits .item {
    position: relative;
    padding: 0 44px 0 0;
    margin: 0 35px 0 0;
}
.how-works-section .benefits .item:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 17px;
    height: 15px;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='15' fill='none'%3E%3Cpath stroke='%23FB1A33' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15.2194 7.40338H1M9.27808 1l6.40332 6.40335L9.27808 13.81'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    transform: translate(0, -50%);
}

.how-works-section .benefits .item:last-child {
    padding: 0;
    margin: 0;
}

.how-works-section .benefits .item:last-child:after {
    content: none;
}

.how-works-section .benefits .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    min-width: 28px;
    height: 27px;
    margin: 0 14px 0 0;
}

.how-works-section .benefits .text {
    font-size: 14px;
    line-height: 18px;
}

.how-works-section .content h2 {
    margin: 0 0 20px;
}

.how-works-section .awards a {
    font-weight: 700;
}


/*--------------- HOW IT WORKS PAGE ---------------*/

.main-work-section {
    padding: 50px 0 60px;
}

.main-work-section h2 {
    margin: 0 0 45px;
}

.main-work-section .image,
.main-work-section .benefits {
    width: 50%;
}

.main-work-section .image {
    padding: 0 20px 0 0;
}

.main-work-section .benefits .item {
    margin: 0 0 65px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-work-section .benefits .icon {
    width: 93px;
    min-width: 93px;
    height: 93px;
    background: #FAFAFA;
    border-radius: 50%;
    margin: 0 40px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-work-section .benefits h4 {
    font-weight: bold;
    line-height: 33px;
    margin: 0 0 4px;
}

.main-work-section .benefits p {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    color: #474747;
}
.main-work-section article {
    padding-top: 90px;
}

.main-work-section article ul {
    max-width: 690px;
}

.main-work-section article ul li {
    position: relative;
    padding: 0 0 15px 42px;
}

.main-work-section article ul li:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 6px;
    left: 0;
    background: url("../img/icon-list-arrow.svg") no-repeat;
    background-size: cover;
}

.main-work-section article a {
    font-weight: 700;
}


/*--------------- FAQ SECTION ---------------*/

.faq-section {
    padding: 75px 0 60px;
}

.faq-section h2 {
    text-align: center;
}

.faq-section .image {
    margin: 25px auto 40px;
    text-align: center;
}

.accordeon .box-acc {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.accordeon .box-acc:last-child {
    border: none;
}

.accordeon .ac-head {
    padding: 30px 30px 30px 0;
    position: relative;
    cursor: pointer;
}

.accordeon .ac-head:after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url("../img/icon-faq-arrow.svg") no-repeat;
    position: absolute;
    top: calc(50% - 9px);
    right: 0;
    transition: 0.4s;
}

.ac-head.in:after {
    transform: rotate(-180deg);
}

.accordeon .ac-head h4 {
    font-weight: 700;
    line-height: 35px;
}

.accordeon .ac-body {
    display: none;
    padding: 0 0 55px;
}

.accordeon .ac-body p,
.accordeon .ac-body ul li {
    font-size: 14px;
    line-height: 18px;
}


/*--------------- CONTACT US ---------------*/

.main-contact-section {
    padding: 75px 0 65px;
}

.main-contact-section .content {
    max-width: 320px;
}

.main-contact-section .content h2 {
    margin: 0 0 45px;
}

.main-contact-section .content p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 0 30px;
}

.contact-form .feed_contact {
    position: relative;
    padding: 20px 0 0;
}

.contact-form p.notice {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 14px;
    line-height: 19px;
}

.contact-form .box-fields {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.contact-form .box-error-field {
    position: relative;
    width: 48%;
    padding: 0 0 22px;
}

.contact-form .box-error-field input {
    width: 100%;
    height: 70px;
    padding:12px 25px 0;
    border: 1px solid #BCBCBC;
}

.contact-form .box-error-field.field-text {
    width: 100%;
}

.contact-form .box-error-field.field-text textarea {
    width: 100%;
    height: 165px;
    padding: 25px;
    border: 1px solid #BCBCBC;
    min-width: 280px;
    min-height: 100px;
    max-width: 100%;
    max-height: 300px;
}

.contact-form p.holder {
    position: absolute;
    top: 25px;
    left: 25px;
    color: #636363;
    background: transparent;
    transition: 0.4s;
    pointer-events: none;
}

.contact-form .box-error-field input:focus ~ p.holder,
.contact-form .box-error-field textarea:focus ~ p.holder,
.contact-form .box-error-field input.valid ~ p.holder,
.contact-form .box-error-field textarea.valid ~ p.holder,
.contact-form .box-error-field input.error ~ p.holder,
.contact-form .box-error-field textarea.error ~ p.holder {
    font-size: 14px;
    line-height: 19px;
    top: 10px;
}

.contact-form .box-error-field input.valid,
.contact-form .box-error-field textarea.valid {
    border-color: #07B118;
}

.contact-form .box-error-field input.error,
.contact-form .box-error-field textarea.error {
    border-color: #FF0000;
}

.contact-form .box-error-field label {
    display: none;
    position: absolute;
    left: 0;
    bottom: 5px;
    font-size: 14px;
    line-height: 18px;
    color: #FF0000;
}

.contact-form .box-error-field input.error + label,
.contact-form .box-error-field textarea.error + label {
    display: block;
}

.contact-form .box-bot-form {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.contact-form .box-bot-form p {
    font-size: 12px;
    line-height: 16px;
    margin: 0 65px 0 0;
}

.contact-form .box-bot-form .get-btn {
    width: 151px;
    min-width: 151px;
    height: 54px;
    border-radius: 83px;
    font-weight: 700;
    margin: 0 0 0 20px;
}

.contact-form .desc {
    text-align: center;
    padding: 70px 0 0;
}

.contact-form .desc h4 {
    margin: 0 0 10px;
    font-weight: 700;
}


/*--------------- TERMS ---------------*/

.terms-section {
    padding: 40px 0 60px;
    font-size: 14px;
    line-height: 19px;
}

.terms-section h1 {
    display: none;
}

.terms-section h2 {
    margin: 0 0 30px;
}

.terms-section p {
    margin: 0 0 20px;
}


/*--------------- FOOTER ---------------*/

footer .footer-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0 47px;
    border-top: 0.5px solid #848484;
    border-bottom: 0.5px solid #848484;
}

footer .footer-navigate {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 0 0;
}

footer .footer-navigate li {
    padding: 0 8px;
}

footer .footer-navigate li a {
    font-size: 16px;
    line-height: 28px;
}

footer .footer-navigate li a:hover {
    text-decoration: underline;
}

footer .material {
    padding: 50px 0 0;
}

footer .material h5 {
    margin: 0 0 50px;
	font-size: 24px;
    line-height: 20px;
}

footer .material p {
    font-size: 14px;
    line-height: 20px;
}

footer .material p strong {
    font-size: 18px;
    line-height: 20px;
    font-weight: 900;
}

footer .copyright-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 0;
    padding: 0 0 60px
}

footer .copyright-wrapper a.link {
    font-size: 14px;
}

footer p.copyright {
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
}



/* modal */

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1007;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}

.modal {
    display: flex;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 1007;
    overflow-y: auto;
}

.flex-add {
    display: block;
}

.modal .window {
    width: 630px;
    position: relative;
    z-index: 1008;
    text-align: center;
    background-color: #EAECEB;
    animation: modal 0.5s ease-in;
    -webkit-animation: modal 0.5s ease-in;
    -moz-animation: modal 0.5s ease-in;
    -webkit-box-shadow: 0px 0px 30px rgba(78, 84, 200, 0.3);
    -moz-box-shadow: 0px 0px 30px rgba(78, 84, 200, 0.3);
    box-shadow: 0px 0px 30px rgba(78, 84, 200, 0.3);
    padding: 50px 70px 65px;
}

.modal .window h4 {
    font-weight: 800;
    font-size: 52px;
    line-height: 56px;
    padding: 0 0 15px;
}

.modal .window>p {
    font-weight: 600;
    font-size: 30px;
    line-height: 41px;
    position: relative;
}

.modal .window>p:after {
    content: '';
    display: block;
    width: 80px;
    height: 90px;
    background: url(../img/arrow-modal.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: -95px;
    right: 105px;
}

.modal .window .box-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0;
}

.modal .window .modal-btn {
    width: 100%;
    max-width: 338px;
    height: 82px;
    background: #fff;
    border-radius: 126px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    cursor: pointer;
    transition: 0.4s;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    padding: 0 30px 0 95px;
    color: #000;
}

.modal .window .modal-btn:before {
    content: '';
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: calc(50% - 32px);
    left: 10px;
}

.modal .window .modal-btn.back-btn {
    transition: 0s;
}

.modal .window .modal-btn.back-btn:before {
    background-color: #FB1A33;
    background-image: url(../img/icon-arrow-modal.svg);
}

.modal .window .modal-btn.call-btn p span {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
}

.modal .window .modal-btn.call-btn:before {
    background-color: #000;
    border: 1px solid #000;
    background-image: url(../img/icon-tel-white.svg);
}

.modal .window .modal-btn.back-btn:hover {
    color: #FB1A33;
}

.modal .window .modal-btn.call-btn:hover:before {
    background-color: #fff;
    background-image: url(../img/icon-tel-black.svg);
}

/* close modal */

.modal .window .close-modal {
    position: absolute;
    right: -25px;
    top: 0px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.modal .window .close-modal:before, .modal .window .close-modal:after {
    content: '';
    position: absolute;
    top: 7px;
    right: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: 0.4s;
}

.modal .window .close-modal:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal .window .close-modal:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* form custom */

main.form-page {
    padding: 0 0 30px;
}

#omForm .btn {
    background: #FB1A33 !important;
    border-radius: 61px !important;
    border: none !important;
}

#omForm .btn:hover {
    background: #D21328 !important;
}

#omForm .btn:active,
#omForm .btn:focus {
    background: #000000 !important;
}

.omReApplyNextDate1.ui-datepicker td .ui-state-default {
    padding: 0.2em 0 !important;
}

.page-form-section #omForm .om_subhead {
    background: #F6F8B3;
}

.page-form-section #omForm .om_subhead h3,
.page-form-section #omForm .om_subhead h4 {
    color: #000000;
    font-family: 'Nunito Sans', sans-serif;
}

.page-form-section #omForm .om_subhead h3 {
    font-size: 24px;
    line-height: 33px;
}
.page-form-section #omForm .om_subhead h4 {
    font-size: 18px;
    line-height: 28px;
}
.page-form-section #omForm .om_full_step_colored_bg {
    background: #F6F8B3;
}
.page-form-section #omForm .om_full_step_colored_bg label,
.page-form-section #omForm .om_full_step_colored_bg h4,
.page-form-section #omForm .om_full_step_colored_bg label a {
    color: #000000;
}
.page-form-section #omForm .om_full_step_colored_bg {
    color: #000000;
}
.page-form-section #omForm .om_full_data_encrypted {
    background-image: url("../img/icon-lock.svg");
}
.page-form-section #omForm .om_full_step_colored_bg .om_full_question {
    color: #ffffff;
}

.page-form-section #omReApplyPage .omReApplyQuestionSign {
    background-color: #FB1A33;
}

.page-form-section #omReApplyPage .omReApplyQuestionSign:hover {
    background-color: #D21328;
}

.page-form-section #omReApplyPage .omReApplyBttnOrange {
    background-color: #FB1A33;
    border-radius: 61px;
}
.page-form-section #omReApplyPage .omReApplyBttnOrange:hover {
    border-color: transparent;
    color: #fff;
    background-color: #D21328;
}
.page-form-section #omReApplyPage .omReApplyBttnOrange:active,
.page-form-section #omReApplyPage .omReApplyBttnOrange:focus {
    border-color: transparent;
    color: #ffffff;
    background: #000000;
}
.page-form-section #omReApplyPage .omReApplyRequestTitle {
    margin-top: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 27px;
}
.page-form-section #omReApplyPage .omReApplyRequestTitle .omReApplyName {
    margin-top: 0;
    display: inline-block;
    background: linear-gradient(to bottom, transparent 0, transparent 60%, #E2E700 60%, #E2E700 80%, transparent 80%, transparent 100%);
}
.page-form-section #omForm.omForm span.omHelp-block {
    display: block;
}
.page-form-section #omForm.omForm {
    line-height: 1.4;
}
.page-form-section #omForm.omForm .omCheckboxCustom+.omCheckboxCustom-label:before {
    box-sizing: content-box;
}
