

@media screen and (max-width: 1024px) {

    h1 {
        font-size: 80px;
        line-height: 96px;
    }

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

    .wrapper {
        padding: 0 30px;
    }

    /*--------------- HEADER ---------------*/
    header .menu {
        display: none;
        width: 100%;
        position: absolute;
        top: 136px;
        left: 0;
        padding: 30px 0 35px;
        background-color: rgba(0, 0, 0, 0.9);
    }

    header .navigate {
        padding: 0 10px 0 0;
        justify-content: flex-end;
    }

    header .navigate li {
        border-color: #ffffff;
    }

    header .navigate li a {
        color: #FFFFFF;
    }

    header .hum-box {
        display: block;
    }


    /*--------------- PREFORM SECTION ---------------*/

    .main-preform-section {
        padding: 30px 0 68px;
    }

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

    .main-preform-section .box-preform .form-head p {
        font-size: 36px;
        line-height: 49px;
    }

    .main-preform-section .box-preform {
        width: 60%;
    }

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

    /*--------------- HOW WORKS SECTION ---------------*/
    .how-works-section {
        padding: 63px 0 70px;
    }
    .how-works-section .benefits {
        max-width: 390px;
    }
    .how-works-section .benefits .item {
        padding: 0 34px 0 0;
        margin: 0 25px 0 0;
    }

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

    .main-work-section .image {
        width: 55%;
    }

    .main-work-section .benefits {
        width: 45%;
    }

    .main-work-section h2 {
        text-align: center;
    }


    /*--------------- modal ---------------*/

    .modal .window {
        width: 430px;
        padding: 35px 30px 25px;
    }

}

@media screen and (max-width: 900px) {
    /*--------------- PREFORM SECTION ---------------*/

    .main-preform-section .box-preform h1 {
        font-size: 70px;
        line-height: 80px;
    }

    .main-preform-section .box-preform .form-head p {
        font-size: 32px;
        line-height: 36px;
    }

    .main-preform-section .box-preform .fieldset:nth-child(1) .field-box {
        width: 100%;
    }

    .main-preform-section .box-preform .btn-row {
        display: block;
    }

    .main-preform-section .box-preform .btn-row .get-btn {
        margin: 20px 0 0;
    }

    .main-preform-section .box-preform {
        width: 55%;
    }

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

    /*----------------- HOME BENEFITS -----------------*/
    .home-benefits-section .flex-box {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .home-benefits-section .benefits .item {
        max-width: 100%;
        margin:  0 0 32px;
    }
    /*--------------- HOW WORKS SECTION ---------------*/
    .how-works-section .benefits {
        max-width: 350px;
    }
    .how-works-section .benefits .item {
        padding: 0 30px 0 0;
        margin: 0 15px 0 0;
    }
    .how-works-section .benefits .icon {
        margin: 0 11px 0 0;
    }
    .main-work-section article {
        padding-top: 70px;
    }


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

    .contact-form .box-bot-form {
        display: block;
    }

    .contact-form .box-bot-form p {
        margin: 0 0 20px;
    }

    .contact-form .box-bot-form .flex-box {
        justify-content: flex-end;
    }

}

@media screen and (max-width: 768px) {
    /*--------------- PREFORM SECTION ---------------*/

    .main-preform-section .flex-box {
        flex-direction: row-reverse;
        flex-wrap: wrap;
    }

    .main-preform-section .box-preform .form-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .main-preform-section .image {
        display: none;
    }

    .main-preform-section .image.mobile-visible {
        display: block;
    }

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

    .main-preform-section .box-preform {
        width: 100%;
        padding: 0;
    }


    /*--------------- HOW WORKS SECTION ---------------*/

    .how-works-section .flex-box {
        display: block;
    }

    .how-works-section .image,
    .how-works-section .content {
        width: 100%;
    }

    .how-works-section .image {
        max-width: 350px;
        margin: 0 auto;
    }

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

    .how-works-section .benefits {
        max-width: 376px;
    }

    .main-work-section .benefits {
        width: 100%;
    }

    .main-work-section .benefits .item {
        margin: 0 0 32px;
    }

    .main-work-section article {
        padding-top: 0;
    }

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

    .main-work-section .flex-box {
        display: block;
    }

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

    .main-work-section .image {
        width: 100%;
        max-width: 370px;
        margin: 0 auto 30px;
        padding: 0;
    }


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

    .main-contact-section {
        padding: 25px 0 40px;
    }

    .main-contact-section .flex-box {
        display: block;
    }

    .main-contact-section .content {
        max-width: 100%;
    }

    .main-contact-section .image {
        margin: 20px 0;
    }

    .contact-form .desc {
        padding: 45px 0 0;
    }

    .box-captcha {
        margin: 0 auto 25px;
    }

    .box-captcha #feedCaptcha>div {
        margin: 0 auto;
    }

    .box-captcha #feedCaptchaHidden-error {
        text-align: center;
        font-size: 14px;
        line-height: 18px;
    }

    .contact-form .box-bot-form .get-btn {
        margin: 0 auto;
        width: 100%;
        max-width: 350px;
    }


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

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

}

@media screen and (max-width: 600px) {

    h1 {
        font-size: 60px;
        line-height: 57px;
    }

    h2 {
        font-size: 30px;
        line-height: 36px;
    }

    h4 {
        font-size: 14px;
        line-height: 18px;
    }

    main {
        padding: 98px 0 0;
    }

    .wrapper {
        padding: 0 15px;
    }

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

    .logo h4 span {
        display: inline;
    }

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

    header {
        padding: 22px 0;
    }

    header .menu {
        top: 0;
        left: auto;
        right: 0;
        width: 280px;
        padding: 135px 35px 0;
    }

    header .navigate {
        display: block;
    }

    header .navigate li {
        padding: 0 0 35px 0;
        border: none;
    }

    header .navigate li a.get-btn {
        display: flex;
        border-color: #FFFFFF;
        width: 180px;
        height: 54px;
    }

    header .navigate li a.get-btn:hover {
        color: #000;
        background-color: #FFFFFF;
        font-size: 16px;
        line-height: 22px;
    }

    header .get-btn.btn-transparent {
        display: none;
    }

    header .hum-box .hum {
        width: 40px;
        height: 40px;
    }

    header .hum-box .hum span {
        width: 17px;
        height: 3px;
        margin: 4px auto;
    }

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

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


    /*--------------- PREFORM SECTION ---------------*/

    .main-preform-section {
        padding: 20px 0 48px;
    }

    .main-preform-section .box-preform h1 {
        font-size: 60px;
        line-height: 57px;
    }

    .main-preform-section .box-preform .form-head p {
        font-size: 24px;
        line-height: 33px;
    }

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

    .main-preform-section .box-preform .field-box {
        padding: 0 0 12px;
    }

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

    .main-preform-section .box-preform .formField {
        height: 52px;
        padding: 0 10px;
        font-size: 14px;
        line-height: 19px;
    }

    .main-preform-section .box-preform #loanAmount {
        font-size: 18px;
        line-height: 25px;
    }

    .main-preform-section .box-preform .fieldset:nth-child(1) .formField {
        background-position: calc(100% - 10px) 50%;
    }

    .main-preform-section .box-preform .btn-row {
        margin: 0;
    }

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

    .main-preform-section .box-preform .btn-row .get-btn {
        width: 100%;
        max-width: 350px;
        height: 59px;
        margin: 10px auto 0;
    }

    .main-preform-section .box-preform p.text-req {
        font-size: 11px;
        line-height: 15px;
    }


    /*--------------- HOW WORKS SECTION ---------------*/
    .how-works-section {
        padding: 0 0 35px;
    }
    .how-works-section .content p.description {
        font-size: 16px;
        line-height: 22px;
    }

    .main-work-section .benefits .icon {
        margin: 0 22px 0 0;
    }

    .main-work-section .benefits h4 {
        font-size: 16px;
        line-height: 22px;
    }

    .main-work-section .benefits p {
        font-size: 12px;
        line-height: 16px;
    }


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

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

    .main-work-section article p {
        font-size: 16px;
        line-height: 22px;
    }


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

    .faq-section {
        padding: 25px 0;
    }

    .accordeon .ac-head {
        padding: 20px 30px 20px 0;
    }

    .accordeon .ac-head h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .accordeon .ac-body {
        padding: 0 0 40px;
    }

    .accordeon .ac-body p {
        font-size: 12px;
        line-height: 16px;
    }


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

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

    .main-contact-section .content p {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 10px;
    }

    .contact-form p.notice {
        font-size: 12px;
        line-height: 16px;
    }

    .contact-form .box-error-field {
        width: 100%;
        padding: 0 0 17px;
    }

    .contact-form .box-error-field input {
        height: 50px;
        font-size: 14px;
        line-height: 19px;
        padding: 9px 22px 0;
    }

    .contact-form p.holder {
        top: 16px;
        font-size: 14px;
        line-height: 19px;
    }

    .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: 11px;
        line-height: 15px;
        top: 8px;
        left: 22px;
    }

    .contact-form .box-error-field label {
        font-size: 11px;
        line-height: 15px;
        bottom: 3px;
    }


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

    .terms-section {
        padding: 25px 0;
        font-size: 16px;
        line-height: 22px;
    }


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

    footer .footer-menu,
    footer .footer-navigate{
        display: block;
    }

    footer .footer-menu {
        padding: 33px 0;
    }

    footer .logo {
        margin: 0 auto 20px;
        justify-content: center;
    }

    footer .footer-navigate li {
        text-align: center;
    }

    footer .footer-navigate li a {
        font-size: 18px;
        line-height: 33px;
    }

    footer .material p,
    footer .material p strong {
        font-size: 12px;
        line-height: 18px;
    }

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

    footer .material h4 {
        margin: 0 0 20px;
    }

    footer .copyright-wrapper {
        margin: 20px 0 0;
        padding: 25px 0;
        border-top: 1px solid #848484;
    }

    footer p.copyright {
        font-size: 12px;
        line-height: 14px;
    }

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


    /*--------------- modal ---------------*/

    .modal .window {
        width: 370px;
    }

}

@media screen and (max-width: 450px) {
    /*--------------- PREFORM SECTION ---------------*/

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


    /*--------------- HOW WORKS SECTION ---------------*/
    .how-works-section .benefits {
        max-width: 290px;
    }

    .how-works-section .benefits .item {
        padding: 0 20px 0 0;
        margin: 0 9px 0 0;
    }

    .how-works-section .benefits .item:after {
        width: 12px;
        height: 10px;
    }

    .how-works-section .benefits .text {
        font-size: 12px;
        line-height: 16px;
    }
    .how-works-section .benefits .icon {
        margin: 0 10px 0 0;
        width: 24px;
        min-width: 24px;
        height: 23px;
    }


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

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

@media screen and (max-height: 750px) {
    .modal .window img {
        height: 250px;
    }

    .modal .window {
        padding: 30px 40px 35px;
    }
}
