

select {
    color: #000000;
}

td {
    padding: 10px;
}
table, tr, td {
    border: 1px solid black;
    border-collapse: collapse;
}

.header {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    z-index: 89;
    width: 100%;
}
.header__text-content-wrapper {
    display: flex;
    justify-content: center;
    background-color: #FFF;
    padding: 14px 0;
}
.header__text-content {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 64px);
    max-width: 1240px;
}
.header__warning-text {
    font-family: "Roboto";
    font-size: 16px;
    line-height: 18px;
}
.header__warning-text span {
    font-weight: 700;
}
.header__warning-text a {
    text-decoration: none;
    color: #F07556;
}
.header__warning-text a:hover {
    text-decoration: underline;
}
.header__broker-text {
    font-family: "Roboto";
    font-size: 16px;
    line-height: 18px;
    margin-left: 30px;
}
.header__header-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    background-color: #FFF8E6;
}
.header__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 64px);
    max-width: 1110px;
}
.header__logo-href {
    height: 27px;
}
.header__nav-wrapper {
    display: flex;
    align-items: center;
}
.header__nav {
    display: flex;
    align-items: center;
}
.header__nav-close {
    display: none;
}
.header__nav-item {
    padding: 0 15px;
}
.header__nav-item .active .header__nav-item-underline {
    width: 100%;
}
.header__nav-item a {
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: #F07556;
    position: relative;
    cursor: pointer;
}
.header__nav-item a:hover .header__nav-item-underline {
    width: 100%;
}
.header__nav-item a .header__nav-item-underline {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0px;
    height: 2px;
    background-color: #FF8364;
    transition: 0.2s;
}
.header__btn {
    text-decoration: none;
    margin-left: 65px;
}
.header__btn button {
    border: 1px solid #F07556;
    width: 160px;
    height: 38px;
    border-radius: 30px;
    background: none;
    color: #F07556;
    font-size: 13px;
    font-weight: 700;
    transition: 0.2s;
    text-transform: uppercase;
    cursor: pointer;
}
.header__btn button:hover {
    border-color: #FF8364;
    color: #FF8364;
}
.header__burger {
    display: none;
}

.header__form {
    position: absolute;
}
.main {
    display: flex;
    flex-direction: column;
}

.container {
    margin: 0 auto;
    max-width: 1110px;
    width: calc(100% - 64px);
}

.d-flex {
    display: flex !important;
}

.home .loans {
    background-color: #FFF8E6;
    padding: 40px 0 100px;
}
.home .loans__container {
    display: flex;
    flex-direction: column;
}
.home .loans__title {
    width: 100%;
    max-width: 930px;
    font-size: 50px;
    line-height: 64px;
    font-weight: 600;
}
.home .loans__title span {
    color: #F07556;
}
.home .loans__content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 37px;
}
.home .loans__form-wrapper {
    display: flex;
    flex-direction: column;
    width: 540px;
}
.home .loans__form {
    display: flex;
    flex-direction: column;
}
.home .loans__selects {
    display: flex;
    justify-content: space-between;
}
.home .loans__select-wrapper {
    width: 255px;
}
.home .loans__select-wrapper label {
    font-family: "Roboto";
    font-size: 14px;
    line-height: 16px;
}
.home .loans__select {
    margin-top: 10px;
    padding-left: 30px;
    width: 100%;
    height: 68px;
    border-radius: 70px;
    border: 1px solid #000;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    background: url(../img/home-select-arrow.svg) no-repeat 205px 24px;
    background-color: #FFF;
    cursor: pointer;
}
.home .loans__btn {
    margin-top: 30px;
    width: 100%;
    height: 105px;
    border-radius: 100px;
    background-color: #F07556;
    border: none;
    font-size: 30px;
    font-weight: 700;
    color: #FFF;
    transition: 0.2s;
    cursor: pointer;
}
.home .loans__btn:hover {
    background-color: #FF8364;
}
.home .loans__form-description {
    margin-top: 50px;
    font-family: "Roboto";
    font-size: 14px;
    line-height: 16px;
}
.home .loans__benefits {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}
.home .loans__benefit {
    display: flex;
    align-items: center;
}
.home .loans__benefit-text {
    width: 110px;
    margin-left: 20px;
    font-family: "Roboto";
    font-size: 14px;
    line-height: 16px;
}
.home__after-loans-line {
    height: 30px;
    background-color: #FFD788;
}
.home .how-it-works {
    margin-top: 80px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
}
.home .how-it-works__title {
    font-size: 50px;
    line-height: 64px;
    font-weight: 600;
    text-transform: uppercase;
}
.home .how-it-works__content-wrapper {
    position: relative;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
}
.home .how-it-works__item {
    display: flex;
    width: calc(33% - 25px);
    align-self: flex-start;
}
.home .how-it-works__item:nth-child(2) {
    align-self: center;
}
.home .how-it-works__item:nth-child(3) {
    align-self: flex-end;
}
.home .how-it-works__item-content {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    margin-left: 30px;
}
.home .how-it-works__item-title {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
}
.home .how-it-works__item-title span {
    color: #EFAB3C;
}
.home .how-it-works__item-description {
    margin-top: 15px;
    font-size: 16px;
    line-height: 20px;
}
.home .how-it-works__arm-top {
    position: absolute;
    top: 25px;
    right: 0;
}
.home .how-it-works__arm-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
}
.home__after-works-line {
    height: 60px;
    background-color: #FFD788;
}
.works {
    padding: 40px 0 125px;
    background-color: #FFF8E6;
}
.works__container {
    display: flex;
    flex-direction: column;
}
.works__title {
    font-size: 50px;
    line-height: 64px;
    font-weight: 600;
    text-transform: uppercase;
}
.works__description {
    margin-top: 25px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
}
.works__content-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 120px;
}
.works__item {
    display: flex;
    flex-direction: column;
    width: 285px;
}
.works__item-title {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    margin-top: 25px;
}
.works__item-title span {
    color: #EFAB3C;
}
.works__item-description {
    margin-top: 25px;
    font-size: 16px;
    line-height: 20px;
}
.help {
    padding: 40px 0 80px;
    background-color: #FFF8E6;
}
.help .contact {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.help .contact__content {
    display: flex;
    flex-direction: column;
}
.help .contact__title {
    font-size: 50px;
    line-height: 64px;
    font-weight: 600;
    text-transform: uppercase;
}
.help .contact__description {
    margin-top: 25px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
}
.help .contact__woman {
    margin-top: 40px;
}
.help .contact__customer {
    margin-top: 36px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
}
.help .contact__phone-href {
    display: flex;
    align-items: center;
    margin-top: 10px;
    text-decoration: none;
    width: 231px;
}
.help .contact__phone-href svg path:nth-child(1) {
    fill: #000;
    transition: 0.2s;
}
.help .contact__phone-href span {
    margin-left: 12px;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #F07556;
    transition: 0.2s;
}
.help .contact__phone-href:hover path:nth-child(1) {
    fill: #FF8364;
}
.help .contact__phone-href:hover span {
    color: #FF8364;
}
.help .contact__address-label {
    margin-top: 22px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
}
.help .contact__address-wrapper {
    display: flex;
    margin-top: 6px;
    align-items: center;
}
.help .contact__address {
    margin-left: 10px;
    font-size: 16px;
    line-height: 20px;
}
.help .contact__form-wrapper {
    margin-left: 30px;
    width: 540px;
    min-width: 540px;
    display: flex;
    flex-direction: column;
}
.help .contact__form {
    display: flex;
    flex-direction: column;
}
.help .contact__box {
    position: relative;
    margin-top: 20px;
}
.help .contact__box:nth-child(1) {
    margin-top: 0;
}
.help .contact__field {
    height: 50px;
    width: 100%;
    border-radius: 30px;
    background-color: #FFF;
    font-size: 16px;
    line-height: 20px;
    padding: 0 25px;
    border: 1px solid rgba(0, 0, 0, 0.7);
}
.help .contact .custom-error {
    color: #F41E00;
    border-color: #F41E00;
}
.help .contact .custom-success {
    border: 1px solid #000;
}
.help .contact__error {
    display: none;
    position: absolute;
    width: 100%;
    padding: 6px 25px;
    background-color: #FFF;
    border-radius: 25px;
    border: 1px solid #F41E00;
    color: #F41E00;
    font-family: "Roboto";
    font-size: 10px;
    line-height: 10px;
    left: 0;
    bottom: -11px;
}
.help .contact__message {
    padding-top: 15px;
    height: 175px;
    resize: none;
}
.help .contact__btn-wrapper {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
}
.help .contact__captcha-wrapper .error {
    height: 0;
    color: #F41E00;
}
.help .contact__btn {
    width: 200px;
    height: 78px;
    background-color: #F07556;
    border-radius: 40px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    color: #FFF;
    border: none;
    transition: 0.2s;
    cursor: pointer;
}
.help .contact__btn:hover {
    background-color: #FF8364;
}
.help .contact__thank-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 65px 108px;
    width: 540px;
    border-radius: 25px;
    background-color: #FFF;
}
.help .contact__thank-title {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    margin-top: 60px;
    text-align: center;
}
.help .contact__thank-description {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    margin-top: 20px;
    text-align: center;
    text-align: center;
}
.help .faq {
    display: flex;
    flex-direction: column;
    margin-top: 110px;
}
.help .faq__item {
    display: flex;
    flex-direction: column;
}
.help .faq__item-header {
    display: flex;
    align-items: center;
    padding: 12px;
    border: 1px solid #000;
    border-radius: 40px;
    transition: 0.2s;
    cursor: pointer;
}
.help .faq__item-header:hover {
    background-color: #FFF;
}
.help .faq__item-plus {
    position: relative;
    height: 45px;
    width: 45px;
    min-width: 45px;
    background-color: #000;
    border-radius: 50%;
}
.help .faq__item-line {
    position: absolute;
    height: 1px;
    width: 25px;
    background-color: #FFF;
    top: 22px;
    left: 10px;
    transition: 0.2s;
}
.help .faq__item-line--vertical {
    transform: rotate(90deg);
}
.help .faq__title {
    margin-left: 37px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    transition: 0.2s;
}
.help .faq__description {
    font-family: "Roboto";
    line-height: 23px;
    height: 0;
    font-size: 0;
    padding: 0 94px;
    transition: 0.2s;
}
.help .faq__description a {
    font-family: "Roboto";
    color: #F07556;
    text-decoration: none;
}
.help .faq__description a:hover {
    text-decoration: underline;
}
.help .faq .active .faq__item-header {
    background-color: #000;
}
.help .faq .active .faq__item-line--vertical {
    transform: rotate(0deg);
}
.help .faq .active .faq__title {
    color: #FFF;
}
.help .faq .active .faq__description {
    font-family: "Roboto";
    line-height: 23px;
    font-size: 16px;
    padding: 30px 94px 50px;
    height: auto;
}
.policy {
    margin-top: 40px;
    margin-bottom: 140px;
}
.policy h1 {
    font-size: 50px;
    line-height: 64px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: left;
}
.policy h2,
.policy h3,
.policy h4 {
    margin-top: 20px;
    text-align: left;
}
.policy p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
}
.policy p a {
    text-decoration: none;
    color: #F07556;
}
.policy p a:hover {
    text-decoration: underline;
}
.policy ul {
    margin-top: 20px;
}
.policy ul li {
    font-size: 16px;
    line-height: 20px;
}
.policy ul li a {
    text-decoration: none;
    color: #F07556;
}
.policy ul li a:hover {
    text-decoration: underline;
}
.policy span {
    font-weight: 700;
}
body .main-for-form {
    padding-top: 30px;
    padding-bottom: 80px;
    background-color: #F5F5F5;
}
body .main-for-form .form-text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
}
body .main-for-form .reapply {
    font-family: "Roboto";
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    background-color: #FFF8E6;
    margin-bottom: -80px;
    padding: 65px 22px 100px;
}
body #omForm .omTooltip-icon-blue {
    background-color: #F07556;
}
body #omForm .omFormBlueBlock {
    background-color: #FFD788;
}
body #omForm .omFormBlueNote strong {
    color: #FFF;
}
body #omForm a {
    color: #FF3400;
    text-decoration: none;
}
body #omForm a:hover {
    text-decoration: underline;
}
body #omForm .omCheckboxCustom-label.is-checked:before {
    background-color: #F07556;
    border: 3px solid #DDD;
}
body #omForm .omFormFrame button {
    background: #F07556;
    padding: 28px 60px;
    font-weight: 700;
    transition: 0.2s;
}
body #omForm .omFormFrame button:hover {
    background-color: #FF8364;
}
body #omForm button:after {
    display: none;
}
body #omForm input[type=email].omInputText, body #omForm input[type=number].omInputText, body #omForm input[type=tel].omInputText, body #omForm input[type=text].omInputText, body #omForm select.birth_part, body #omForm select.omInputText, body #omForm select.part_select {
    color: #000;
}
body #omReApplyGreenRow {
    margin-top: -49px;
    padding: 16px;
    background-color: #FFF;
    color: #000;
    font-family: "Outfit";
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
}
body .omReApplyBlueBg {
    background-color: #EFAB3C;
    padding: 36px 0 45px;
}
body #omReApplyPage h3 {
    font-family: "Outfit";
    font-size: 30px;
    line-height: 34px;
    color: #000;
    font-weight: 700;
}
body #omReApplyPage h3 span {
    color: #000;
    font-weight: 700;
}
body .omReApplyBlueBg p {
    font-family: "Outfit";
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    margin-top: 15px;
    color: #000;
}
body #omReApplyOptionContent {
    background-color: #FFF8E6;
}
body .omReApplyLoanCenter label {
    font-family: "Outfit";
}
body #omReApplyPage .omReApplyLoanCenter select#omReApplyAmount {
    font-family: "Outfit";
    background: url(../img/home-select-arrow.svg) no-repeat 200px 20px;
}
body .omReApplyLoanConfirmHeader {
    border-radius: 0;
    background-color: #000;
    font-family: "Outfit";
    font-size: 16px;
    line-height: 20px;
    padding: 15px 0;
    text-transform: none;
}
body .omReApplyClmns .omReApplyLoanClmn33 {
    padding: 25px 10px 25px 28px;
    background: #FFF;
}
body .omReApplyClmns .omReApplyLoanClmn33:nth-child(3) {
    padding: 25px 10px 25px 28px;
}
body .omReApplyClmns .omReApplyLoanClmn33:first-child {
    padding: 25px 10px 25px 28px;
}
body .omReApplyLoanConfirm .omReApplyClmns {
    background-color: #FFF;
    border-radius: 0;
}
body #omReApplyPage .omReApplyLoanClmn33 select {
    padding: 0;
}
body #omReApplyPage .omReApplyLoanClmn33 select, body #omReApplyPage select#omReApplyAmount {
    background: url(../img/home-select-arrow.svg) no-repeat 310px 9px;
    background-position: right;
    font-family: "Outfit";
    font-size: 30px;
    font-weight: 700;
}
body .omReApplyLoanConfirm {
    margin-bottom: 40px;
}
body #omReApplyPage #omReApplyOptionContent input {
    font-family: "Outfit";
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    padding: 27px 24px;
}
body .omReApplyConsent {
    margin-top: 40px;
}
body .omQ-privacy-text {
    font-family: "Roboto";
    font-size: 14px;
    line-height: 16px;
}
body #omReApplyPage a {
    font-family: "Roboto";
    font-size: 14px;
    line-height: 16px;
    color: #FF3400;
}
body .omReApplyConsentCheckbox.is-checked:before {
    content: "";
    background-color: #F07556;
    width: 10px;
    height: 10px;
    color: #F07556;
}
body #omReApplyPage button.omReapplyButton {
    margin-top: 50px;
    width: 445px;
    height: 105px;
    border-radius: 100px;
    background-color: #F07556;
    font-family: "Outfit";
    font-size: 30px;
    font-weight: 700;
    border: none;
    padding-left: 0;
    padding-right: 0;
}
body #omReApplyPage button.omReapplyButton:hover {
    background-color: #FF8364;
}
body #omReApplyPage button.omReapplyButton:after {
    display: none;
}
body #omForm button.lookupSubmit {
    padding: 6px 30px;
}
.popup {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 101;
}
.popup__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 80px;
    border-radius: 30px;
    background-color: #FFF8E6;
    width: 700px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    transition: 0.4s;
}
.popup__close {
    position: absolute;
    top: 0;
    right: -35px;
    cursor: pointer;
}
.popup__title {
    font-size: 50px;
    line-height: 64px;
    font-weight: 600;
    text-transform: uppercase;
}
.popup__description {
    margin-top: 2px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
}
.popup__cash {
    margin-top: 34px;
}
.popup__form {
    display: flex;
    flex-direction: column;
    margin-top: 35px;
    width: 100%;
}
.popup__selects {
    display: flex;
    justify-content: space-between;
}
.popup__select-wrapper {
    width: 255px;
}
.popup__select-wrapper label {
    font-family: "Roboto";
    font-size: 14px;
    line-height: 16px;
}
.popup__select {
    margin-top: 10px;
    padding-left: 30px;
    width: 100%;
    height: 68px;
    border-radius: 70px;
    border: 1px solid #000;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    background: url(../img/home-select-arrow.svg) no-repeat 205px 24px;
    background-color: #FFF;
    cursor: pointer;
}
.popup__btn {
    margin-top: 30px;
    width: 100%;
    height: 105px;
    border-radius: 100px;
    background-color: #F07556;
    border: none;
    font-size: 30px;
    font-weight: 700;
    color: #FFF;
    transition: 0.2s;
    cursor: pointer;
}
.popup__btn:hover {
    background-color: #FF8364;
}
.popup__undertext {
    margin-top: 30px;
    font-family: "Roboto";
    font-size: 14px;
    line-height: 16px;
}

.popup-active .popup__wrapper {
    top: 50%;
    transform: translate(-50%, -50%);
}

.opt {
    position: fixed;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
}
.opt__wrapper {
    margin: 120px auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 484px;
    padding: 60px 77px;
    background-color: #FFF;
}
.opt__close {
    position: absolute;
    top: 0;
    right: -45px;
    cursor: pointer;
}
.opt__title {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
}
.opt__description {
    margin-top: 30px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
.opt__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 46px;
    width: 100%;
}
.opt__box {
    position: relative;
    width: 100%;
}
.opt__field {
    width: 100%;
    height: 50px;
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.7);
    border-radius: 30px;
    padding: 0 25px;
    font-size: 16px;
    line-height: 20px;
}
.opt .custom-error {
    border: 1px solid #F41E00;
}
.opt .custom-success {
    border: 1px solid #000;
}
.opt__error {
    display: none;
    position: absolute;
    width: 100%;
    bottom: -11px;
    padding: 6px 25px;
    background-color: #FFF;
    color: #F41E00;
    border: 1px solid #F41E00;
    border-radius: 25px;
    font-family: "Roboto";
    font-size: 10px;
    line-height: 10px;
}
.opt__or {
    margin-top: 34px;
    margin-bottom: 13px;
    font-size: 16px;
    line-height: 20px;
}
.opt__btn-wrapper {
    margin-top: 50px;
}
.opt__btn {
    margin-top: 30px;
    width: 100%;
    height: 80px;
    background-color: #000;
    border-radius: 50px;
    border: none;
    font-size: 16px;
    color: #FFF;
    transition: 0.2s;
    cursor: pointer;
}
.opt__btn:hover {
    background-color: #FF8364;
}
.footer {
    display: flex;
    flex-direction: column;
}
.footer .cash {
    background-color: #FFF8E6;
    position: relative;
    padding: 125px 0 144px;
}
.footer .cash__width-wrapper {
    display: flex;
    flex-direction: column;
}
.footer .cash__title {
    font-size: 50px;
    line-height: 64px;
    font-weight: 600;
    z-index: 1;
}
.footer .cash__description {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    margin-top: 25px;
    z-index: 1;
}
.footer .cash__wrapper {
    margin-top: 170px;
    display: flex;
    justify-content: space-between;
}
.footer .cash__man {
    z-index: 1;
}
.footer .cash__search-lenders-wrapper {
    display: flex;
    flex-direction: column;
    width: 445px;
}
.footer .cash__search-lenders-title {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    z-index: 1;
}
.footer .cash__search-lenders-description {
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    z-index: 1;
}
.footer .cash__btn {
    text-decoration: none;
    margin-top: 38px;
    border-radius: 100px;
    z-index: 1;
}
.footer .cash__btn button {
    width: 445px;
    height: 105px;
    border-radius: 100px;
    background-color: #F07556;
    border: none;
    font-size: 30px;
    font-weight: 700;
    color: #FFF;
    transition: 0.2s;
    cursor: pointer;
}
.footer .cash__btn button:hover {
    background-color: #FF8364;
}
.footer .cash__arm {
    position: absolute;
    left: 0;
    bottom: 0;
}
.footer .cash__letter {
    position: absolute;
    top: 0;
    right: 50px;
}
.footer .nav {
    background-color: #EFAB3C;
    padding: 23px 0;
}
.footer .nav__wrapper {
    display: flex;
}
.footer .nav__header {
    display: flex;
    justify-content: space-between;
}
.footer .nav__header .nav__item:first-child {
    padding-left: 0;
}
.footer .nav__header .nav__item a {
    cursor: pointer;
}
.footer .nav__footer {
    display: flex;
    justify-content: space-between;
}
.footer .nav__footer .nav__item:last-child {
    padding-right: 0;
}
.footer .nav__footer .nav__item a {
    cursor: pointer;
}
.footer .nav__item {
    padding: 0 9px;
}
.footer .nav__item .active .nav__item-underline {
    width: 100%;
}
.footer .nav__item a {
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    position: relative;
}
.footer .nav__item a:hover .nav__item-underline {
    width: 100%;
}
.footer .nav__item a .nav__item-underline {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0px;
    height: 2px;
    background-color: #000;
    transition: 0.2s;
}
.footer .floor {
    padding-top: 40px;
    padding-bottom: 35px;
}
.footer .floor__content {
    font-family: "Roboto";
    font-size: 14px;
    line-height: 16px;
}
.footer .floor__wrapper {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.footer .floor__wrapper a {
    height: 27px;
}
.footer .floor__wrapper p {
    font-family: "Roboto";
    font-size: 14px;
    line-height: 16px;
    margin-left: 20px;
}
.footer__bottom-line {
    height: 12px;
    background-color: #FFD788;
}
.footer .d-none {
    display: none;
}

body .footer__not-home .cash__title {
    display: none;
}
body .footer__not-home .cash__description {
    display: none;
}
body .footer__not-home .cash__wrapper {
    margin-top: 0;
}
body .footer__not-home .cash__arm {
    display: none;
}
body .footer__not-home .cash__letter {
    display: none;
}

/* decline page */
.decline {
    padding: 112px 0 85px;
}
.decline .wrapper_decline {
    width: 100%;
    max-width: 541px;
    padding: 0 50px;
    margin: 0 auto;
    position: relative;
}
.decline__inner {
    color: #000;
    text-align: center;
}
.decline__image {
    display: block;
    width: 100%;
    max-width: 200px;
    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: 34px;
}
.decline__name {
    margin-bottom: 25px;
}
.decline__title {
    margin-bottom: 45px;
}
.decline__text {
    max-width: 455px;
    margin: 0 auto 25px;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    color: #000;
}
.decline__text:nth-child(1) {
    max-width: 400px;
}
.decline__link_orange {
    color: #F07556;
    transition: 0.4s;
    text-decoration: none;
}
.decline__link_orange:hover {
    color: #FF8364;
}
.decline__link_underline {
    color: #000000;
    text-decoration: underline;
}
.decline__link_underline:hover {
    text-decoration: none;
}
.cookie-message.view {
    bottom: 0;
    opacity: 1;
}
.cookie-message p {
 	margin: 0 15px 0 0;
}
.cookie-message .cookie-close, .cookie-message .cookie-reject {
    cursor: pointer;
    font-weight: 900;
    text-transform: uppercase;
    padding: 5px 60px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    margin-left: 45px;
    transition: .4s;
}
.cookie-message .cookie-close:hover, .cookie-message .cookie-reject:hover{
    background-color: #FF8364;
    color: #fff;
}
.cookie-container {
    display: flex;
}
.cookie-message p:hover a {
    text-decoration: none;
    color: #F07556;
}
.cookie-message {
    width: 100%;
    text-align: left;
    position: fixed;
    bottom: -100%;
    left: 0;
    background-color: #FFD788;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 40px;
    transition: 0.4s;
    opacity: 0;
    z-index: 100;
}
@media (max-width: 1199px) {
.cookie-container {
    flex-direction: column;
}
	.cookie-message .cookie-close, .cookie-message .cookie-reject{
		margin: 0;
	}
	.cookie-message .cookie-reject{
	    margin: 20px 0 0 0;
	}
	.cookie-message {
		padding: 6px 5px;
	}

    .header__text-content-wrapper {
        padding: 8px 0;
    }
    .header__warning-text {
        width: calc(50% - 15px);
    }
    .header__broker-text {
        width: calc(50% - 15px);
    }

    .home .loans__content-wrapper {
        margin-top: 100px;
    }
    .home .loans__form-wrapper {
        width: 530px;
    }
    .home .loans__woman {
        width: 320px;
        height: auto;
    }
    .home .how-it-works__item-content {
        margin-top: 15px;
    }
    .home .how-it-works__item-img-1 {
        width: 50px;
        height: 79px;
    }
    .home .how-it-works__item-img-2 {
        width: 50px;
        height: 65px;
    }
    .home .how-it-works__item-img-3 {
        width: 50px;
        height: 65px;
    }
    .home .how-it-works__arm-top {
        top: 15px;
    }
    .works {
        padding: 40px 0 35px;
    }
    .works__content-wrapper {
        margin-top: 90px;
    }
    .works__item {
        width: 290px;
    }
    .help {
        padding: 40px 0 35px;
    }
    .help .contact__description {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
    }
    .help .contact__woman {
        margin-top: 70px;
    }
    .help .contact__form-wrapper {
        margin-left: 60px;
    }
    .help .faq__title {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
    }
    .policy {
        margin-bottom: 100px;
    }
    body #omReApplyPage .omReApplyLoanClmn33 select, body #omReApplyPage select#omReApplyAmount {
        background: url(../img/home-select-arrow.svg) no-repeat 240px 9px;
    }
    .footer .cash__man-wrapper {
        overflow: hidden;
        width: 405px;
    }
    .footer .cash__arm {
        display: none;
    }
    .footer .cash__letter {
        display: none;
    }
    .footer .nav__wrapper {
        flex-direction: column;
        justify-content: center;
    }
    .footer .nav__header {
        justify-content: center;
    }
    .footer .nav__header .nav__item:first-child {
        padding-left: 0;
    }
    .footer .nav__header .nav__item:last-child {
        padding-right: 0;
    }
    .footer .nav__footer {
        justify-content: center;
        margin-top: 20px;
    }
    .footer .nav__footer .nav__item:first-child {
        padding-left: 0;
    }
    .footer .nav__footer .nav__item:last-child {
        padding-right: 0;
    }
    .footer .nav__item {
        padding: 0 15px;
    }
}
@media (max-width: 991px) {
    .header__btn {
        margin-left: 30px;
    }
    .container {
        width: calc(100% - 44px);
    }

    .home .loans__form-wrapper {
        width: 460px;
    }
    .home .loans__woman {
        width: 240px;
    }
    .home .loans__select-wrapper {
        width: 220px;
    }
    .home .loans__select {
        background: url(../img/home-select-arrow.svg) no-repeat 185px 24px;
        background-color: #FFF;
    }
    .works__item {
        width: 230px;
    }
    .help .contact__form-wrapper {
        margin-left: 30px;
        width: 360px;
        min-width: 360px;
    }
    .help .contact__btn-wrapper {
        margin-top: 20px;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }
    .help .contact__btn {
        margin-top: 20px;
    }
    .help .contact__thank-wrapper {
        padding: 100px 22px 108px;
        width: 100%;
    }
    body #omReApplyPage .omReApplyLoanClmn33 select, body #omReApplyPage select#omReApplyAmount {
        background: url(../img/home-select-arrow.svg) no-repeat 180px 9px;
    }
    .footer .cash__man-wrapper {
        width: 338px;
    }
    .footer .cash__search-lenders-wrapper {
        width: 350px;
    }
    .footer .cash__btn button {
        width: 350px;
    }
}
@media (max-width: 767px) {
    .header {
        overflow: hidden;
    }
    .header__text-content-wrapper {
        padding: 5px 8px 13px;
    }
    .header__text-content {
        display: inline;
        width: 100%;
        text-align: center;
    }
    .header__warning-text {
        display: inline;
        font-size: 10px;
        line-height: 10px;
        width: auto;
    }
    .header__broker-text {
        display: inline;
        font-size: 10px;
        line-height: 10px;
        width: auto;
        margin-left: 0;
    }
    .header__header-wrapper {
        height: 70px;
    }
    .header__header {
        width: calc(100% - 44px);
    }
    .header__nav {
        position: fixed;
        flex-direction: column;
        width: 100vw;
        z-index: 101;
        top: 0;
        left: 100vw;
        height: 100%;
        background-color: #FFF8E6;
        padding-top: 30px;
        transition: 0.4s;
    }
    .header__nav-close {
        display: flex;
        margin-right: 30px;
        margin-bottom: 55px;
        margin-left: auto;
    }
    .header__nav_open {
        left: 0;
    }
    .header__nav-item {
        display: flex;
        padding: 0;
        margin: 15px 0;
    }
    .header__nav-item a {
        font-size: 30px;
        line-height: 30px;
        font-weight: 700;
    }
    .header__btn {
        margin-left: 0;
    }
    .header__btn button {
        width: 120px;
    }
    .header__burger {
        display: flex;
        flex-direction: column;
        margin-left: 15px;
        cursor: pointer;
    }
    .header__burger div {
        width: 40px;
        height: 4px;
        background-color: #000;
        margin-top: 6px;
    }
    .header__burger div:first-child {
        margin-top: 0;
    }

    .home .loans {
        padding: 15px 0 60px;
    }
    .home .loans__title {
        font-size: 30px;
        line-height: 34px;
    }
    .home .loans__content-wrapper {
        flex-direction: column;
        justify-content: start;
        align-items: flex-start;
        margin-top: 40px;
    }
    .home .loans__form-wrapper {
        width: 100%;
    }
    .home .loans__selects {
        flex-direction: column;
        justify-content: start;
    }
    .home .loans__select-wrapper {
        width: 100%;
    }
    .home .loans__select-wrapper label {
        font-size: 12px;
        line-height: 13px;
    }
    .home .loans__select-wrapper:nth-child(2) {
        margin-top: 10px;
    }
    .home .loans__select {
        margin-top: 7px;
        height: 60px;
        background: url(../img/home-select-arrow.svg) no-repeat calc(100% - 20px) 20px;
        background-color: #FFF;
    }
    .home .loans__btn {
        height: 90px;
    }
    .home .loans__form-description {
        margin-top: 65px;
    }
    .home .loans__woman {
        width: 100%;
        max-width: 500px;
        margin: 50px auto 0 auto;
    }
    .home .loans__benefits {
        flex-wrap: wrap;
        max-width: 500px;
        margin: 70px auto 0 auto;
    }
    .home .loans__benefit {
        width: 50%;
        margin-top: 50px;
        padding-right: 5px;
    }
    .home .loans__benefit:nth-child(1) {
        margin-top: 0;
    }
    .home .loans__benefit:nth-child(2) {
        margin-top: 0;
    }
    .home .loans__benefit:nth-child(even) {
        justify-content: flex-end;
        padding-left: 5px;
        padding-right: 0;
    }
    .home .loans__benefit-text {
        width: 110px;
        margin-left: 10px;
    }
    .home .how-it-works {
        margin-top: 70px;
        margin-bottom: 80px;
    }
    .home .how-it-works__title {
        font-size: 30px;
        line-height: 34px;
        font-weight: 700;
    }
    .home .how-it-works__content-wrapper {
        margin-top: 50px;
    }
    .home .how-it-works__item {
        display: flex;
        width: 100%;
        margin-top: 40px;
    }
    .home .how-it-works__item:nth-child(1) {
        margin-top: 0;
    }
    .home .how-it-works__item:nth-child(2) {
        align-self: flex-start;
    }
    .home .how-it-works__item:nth-child(3) {
        align-self: flex-start;
    }
    .home .how-it-works__item-content {
        margin-top: 10px;
        margin-left: 40px;
    }
    .home .how-it-works__item-title {
        font-size: 24px;
        line-height: 30px;
    }
    .home .how-it-works__arm-top {
        display: none;
    }
    .home .how-it-works__arm-bottom {
        position: static;
        margin: 48px auto 0 auto;
        width: 100%;
        height: auto;
        max-width: 500px;
    }
    .works {
        padding: 30px 0 50px;
    }
    .works__title {
        font-size: 30px;
        line-height: 34px;
        font-weight: 700;
    }
    .works__description {
        margin-top: 30px;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
    }
    .works__content-wrapper {
        flex-direction: column;
        justify-content: start;
        margin-top: 70px;
    }
    .works__item {
        width: 100%;
        margin-top: 50px;
    }
    .works__item:nth-child(1) {
        margin-top: 0;
    }
    .works__item-title {
        font-size: 24px;
        line-height: 30px;
    }
    .works__item-description {
        margin-top: 20px;
    }
    .help {
        padding: 30px 0 10px;
    }
    .help .contact {
        flex-direction: column;
        justify-content: start;
        align-items: flex-start;
    }
    .help .contact__title {
        font-size: 30px;
        line-height: 34px;
        font-weight: 700;
    }
    .help .contact__description {
        margin-top: 30px;
    }
    .help .contact__woman {
        margin-top: 50px;
    }
    .help .contact__customer {
        margin-top: 50px;
    }
    .help .contact__form-wrapper {
        margin-left: 0;
        margin-top: 66px;
        width: 100%;
        min-width: auto;
    }
    .help .contact__box {
        margin-top: 30px;
    }
    .help .contact__btn-wrapper {
        margin-top: 60px;
    }
    .help .contact__thank-wrapper {
        padding: 50px 22px;
    }
    .help .contact__thank-title {
        font-size: 24px;
        line-height: 30px;
        margin-top: 40px;
    }
    .help .contact__thank-description {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        margin-top: 15px;
    }
    .help .faq {
        margin-top: 52px;
    }
    .help .faq__title {
        margin-left: 15px;
    }
    .help .faq__description {
        padding: 0 35px;
    }
    .help .faq .active .faq__description {
        padding: 30px 35px 40px;
    }
    .policy {
        margin-top: 30px;
        margin-bottom: 70px;
    }
    .policy h1 {
        font-size: 30px;
        line-height: 34px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    body .main-for-form {
        padding-top: 0;
        padding-bottom: 10px;
    }
    body .main-for-form .form-text {
        margin-top: 10px;
    }
    body .main-for-form .reapply {
        font-size: 12px;
        line-height: 13px;
        padding: 34px 22px 30px;
        margin-bottom: -10px;
    }
    body #omForm .omFormFrame button {
        padding: 28px 32px;
    }
    body #omReApplyGreenRow {
        margin-top: -19px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 14px;
        line-height: 17px;
    }
    body .omReApplyBlueBg {
        background-color: #EFAB3C;
        padding: 12px 22px;
    }
    body #omReApplyPage h3 {
        font-size: 18px;
        line-height: 22px;
    }
    body .omReApplyBlueBg p {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        margin-top: 3px;
    }
    body .omReApplyLoanConfirmHeader {
        font-size: 12px;
        padding: 4px 0;
    }
    body .omReApplyClmns .omReApplyLoanClmn33 {
        padding: 14px 10px 14px 8px;
    }
    body .omReApplyClmns .omReApplyLoanClmn33:nth-child(3) {
        padding: 14px 10px 14px 8px;
    }
    body .omReApplyClmns .omReApplyLoanClmn33:first-child {
        padding: 14px 10px 14px 8px;
    }
    body #omReApplyPage .omReApplyLoanClmn33 select {
        padding: 0;
    }
    body #omReApplyPage .omReApplyLoanClmn33 select, body #omReApplyPage select#omReApplyAmount {
        background: url(../img/home-select-arrow.svg) no-repeat;
        background-position: right;
        font-size: 16px;
        line-height: 20px;
    }
    body .omReApplyLoanConfirm {
        margin-bottom: 25px;
    }
    body #omReApplyPage #omReApplyOptionContent input {
        font-size: 16px;
        line-height: 23px;
        padding: 13px 8px;
    }
    body .omReApplyConsent {
        margin-top: 20px;
    }
    body .omReApplyClmns {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    body .omReApplyClmns .omReApplyLoanClmn50 {
        width: 48%;
    }
    body .omReApplyClmns:after {
        display: none;
    }
    body .omQ-privacy-text {
        font-size: 12px;
        line-height: 13px;
    }
    body #omReApplyPage a {
        font-size: 12px;
        line-height: 13px;
    }
    body #omReApplyPage button.omReapplyButton {
        margin-top: 20px;
        width: 100%;
        height: 90px;
    }
    .opt__wrapper {
        width: calc(100% - 20px);
        padding: 60px 10px;
    }
    .opt__close {
        top: -40px;
        right: 10px;
    }
    .footer .cash {
        padding: 90px 0 70px;
    }
    .footer .cash__title {
        font-size: 30px;
        line-height: 34px;
    }
    .footer .cash__description {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        margin-top: 44px;
    }
    .footer .cash__wrapper {
        margin-top: 50px;
        flex-direction: column;
        justify-content: start;
    }
    .footer .cash__man-wrapper {
        overflow: auto;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    .footer .cash__man {
        width: 100%;
        height: auto;
    }
    .footer .cash__search-lenders-wrapper {
        width: 100%;
        margin-top: 70px;
    }
    .footer .cash__search-lenders-title {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
    }
    .footer .cash__search-lenders-description {
        text-align: center;
    }
    .footer .cash__btn {
        margin-top: 40px;
    }
    .footer .cash__btn button {
        width: 100%;
        height: 90px;
        font-size: 24px;
    }
    .footer .nav {
        padding: 25px 0;
    }
    .footer .nav__wrapper {
        flex-direction: column;
        align-items: center;
    }
    .footer .nav__header {
        flex-direction: column;
        align-items: center;
    }
    .footer .nav__footer {
        flex-direction: column;
        align-items: center;
        margin-top: 0;
    }
    .footer .nav__item {
        padding: 17px 0;
    }
    .footer .nav__item a {
        line-height: 16px;
    }
    .footer .floor {
        padding-top: 35px;
        padding-bottom: 30px;
    }
    .footer .floor__wrapper {
        align-items: start;
    }
    .footer .floor__wrapper p {
        margin-top: 7px;
    }
}

@media screen and (max-width: 450px) {
    .decline {
        padding: 0 0 32px;
    }

    .decline .wrapper_decline {
        padding: 0 15px;
    }

    .decline__image {
        max-width: 142px;
        margin: 0 auto 30px;
    }

    .decline__name,
    .decline__title {
        font-size: 24px;
        line-height: 34px;
    }

    .decline__name {
        margin-bottom: 8px;
    }

    .decline__title {
        margin-bottom: 38px;
    }

    .decline__text {
        margin-bottom: 18px;
        font-size: 16px;
        line-height: normal;
        font-weight: 400;
    }
}

@media (max-height: 767px) {
    .popup__wrapper {
        padding: 30px 80px;
    }
    .popup__title {
        font-size: 30px;
        line-height: 34px;
    }
    .popup__description {
        font-size: 16px;
        line-height: 20px;
    }
    .popup__cash {
        margin-top: 20px;
    }
    .popup__form {
        margin-top: 20px;
    }
    .popup__select-wrapper {
        width: 255px;
    }
    .popup__select-wrapper label {
        font-size: 12px;
        line-height: 14px;
    }
    .popup__select {
        height: 68px;
        border-radius: 70px;
        border: 1px solid #000;
        font-size: 22px;
        line-height: 24px;
        background: url(../img/home-select-arrow.svg) no-repeat 205px 50%;
        background-color: #FFF;
    }
    .popup__btn {
        margin-top: 20px;
        height: 85px;
        font-size: 22px;
    }
    .popup__undertext {
        margin-top: 20px;
        font-size: 12px;
        line-height: 14px;
    }
}

.policy ul li:not(:last-child) {
    margin: 0 0 15px 0;
}
.policy ul li strong {
    font-weight: 800;
}
@media screen and (max-width: 500px){
  table, tbody, td, tr, table p {
    font-size: 10px !important;
  }
}

/* ------New styles (2025)------ */

.step-2 {
  display: none;
}
.home .loans__input,
.popup__input  {
    width: 100%;
    position: relative;
}
.home .loans__input .email,
.popup__input .email {
    width: 100%;
    height: 68px;
    border-radius: 70px;
    border: 1px solid #000;
    padding: 0 20px;
    font-size: 18px;
    margin-top: 10px;
}
.home .loans__input label,
.popup__input label {
    font-family: "Roboto";
    font-size: 14px;
    line-height: 16px;
}
.home .loans__input .error-txt,
.popup__input .error-txt {
    display: none;
    font-size: 14px;
    color: red;
    position: absolute;
    top: 100px;
    left: 20px;
}
.home .loans__input .error + .error-txt,
.popup__input .error + .error-txt {
    display: block;
}

@media screen and (max-width: 767px) {
    .home .loans__input .email {
        height: 60px;
        padding: 0 15px;
        font-size: 16px;
        margin-top: 7px;
    }
    .home .loans__input .error-txt {
        font-size: 12px;
        top: 90px;
        left: 15px;
    }
}
