

@media screen and (max-width: 1100px) {
    header .menu ul.navigate li {
        padding: 0 15px;
    }
    .header-main-section h1 {
        width: 100%;
    }
    .header-main-section .col-left {
        width: 60%;
    }
    .header-main-section .col-right {
        width: 40%;
    }
    .steps-section {
        padding: 30px 0;
    }
    footer .foot-nav .logo-footer {
        width: 170px;
    }
    .foot-nav .vertical-line {
        width: 1px;
        height: 30px;
        background: #000;
    }
    .pre-footer-section .col-black {
        padding: 120px 40px 90px;
    }
    .pre-footer-section .col-white {
        padding: 0 40px;
    }
    .pre-footer-section .col-black h2 {
        margin: 0 0 35px;
    }
    .fast-loans-section {
        padding: 50px 0;
    }
    .works-page .steps-section {
        padding: 0 0 30px;
    }
}

@media screen and (max-width: 1000px) {
    .box-hum {
        display: block;
        margin: 0 0 0 25px;
    }
    header .menu ul.navigate {
        width: 100%;
        position: absolute;
        top: 130px;
        left: 0;
        background: rgba(0, 0, 0, 0.9);
        padding: 25px 80px 25px 0;
        display: none;
        text-align: right;
    }
    header .menu ul.navigate li {
        display: inline-block;
        padding: 0 25px;
    }
    header .menu ul.navigate a {
        color: #fff;
    }
    header .menu ul.navigate li:after {
        background: #fff;
    }
    footer .foot-nav .flex-box {
        display: block;
        text-align: center;
    }
    footer .foot-nav ul {
        background: #F6F7F7;
        padding: 30px 0 0;
    }
    footer .foot-nav li {
        display: block;
    }
    footer .foot-nav li a {
        margin: 0 0 20px!important;
    }
    footer .foot-nav .logo-footer {
        width: auto;
        display: inline-block;
        margin: 0 0 40px;
    }
    .foot-nav .vertical-line {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    body {
        font-size: 16px;
    }
    .wrapper {
        padding: 0 30px;
    }
    .header-main-section h1 {
        font-size: 60px;
        line-height: 68px;
    }
    .header-main-section .col-left p {
        font-size: 20px;
        line-height: 28px;
        margin: 30px 0 20px;
    }
    .header-main-section form.preform {
        max-width: 400px;
    }
    .header-main-section form.preform .section {
        display: block;
    }
    .header-main-section form.preform .section select {
        width: 100%;
        max-width: 100%;
        height: 70px;
        font-size: 26px;
        line-height: 30px;
    }
    .header-main-section form.preform .section .pos-rel {
        height: 70px;
    }
    .header-main-section form.preform .section button {
        width: 100%;
        height: 70px;
        margin: 20px 0 0;
    }
    .header-main-section form.preform .section button.next-btn img {
        display: none;
    }
    .header-main-section form.preform .section button.next-btn span {
        display: block;
    }
    .header-main-section .col-left p {
        bottom: -24px;
    }
    .header-main-section form.preform .section .pos-rel input+label {
        top: 24px;
        font-size: 18px;
        line-height: 20px;
    }
    .header-main-section form.preform .section .pos-rel input+label.move {
        top: 8px;
        font-size: 14px;
        line-height: 14px;
    }
    .steps-section {
        padding: 50px 0;
    }
    .fast-loans-section .col-left {
        width: 50%;
    }
    .fast-loans-section .col-right {
        width: 47%;
    }
    .fast-loans-section h2 {
        font-size: 36px;
        line-height: 50px;
    }
    .fast-loans-section h2 strong {
        display: inline-block;
        font-size: 45px;
    }
    .payday-loans-section .col-left {
        width: 57%;
    }
    .payday-loans-section .col-right {
        width: 40%;
    }
    .how-does-section {
        padding: 20px 0;
    }
    .head-works-section .box-bg:after {
        width: 670px;
        height: 60px;
    }
    .head-works-section, .head-faq-section, .head-contact-section {
        height: 300px;
    }
    .terms-section h1 {
        font-size: 36px;
        line-height: 42px;
        margin: 0 0 40px;
    }
    .pre-footer-section .col-white h2 {
        font-size: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 750px) {
    .wrapper {
        padding: 0 20px;
    }
}

@media screen and (max-width: 700px) {
    body {
        font-size: 14px;
    }
    header {
        height: 84px;
    }
    main.content {
        padding: 84px 0 0;
    }
    header a.logo {
        width: 120px;
    }
    header .menu ul li a {
        font-size: 18px;
    }
    .cont-tel, .box-btn {
        display: none;
    }
    header .menu ul.navigate {
        width: 280px;
        height: 100vh;
        top: 0;
        right: 0;
        left: auto;
        margin: 0;
        overflow: auto;
        padding: 130px 35px 35px 35px;
    }
    header .menu ul.navigate.open-menu+ul .hum span {
        background: #fff;
    }
    header .menu ul.navigate li {
        display: block;
        margin: 0 0 25px;
        padding: 0;
        text-align: left;
    }
    header .menu ul.navigate li.btn-mob, header .menu ul.navigate li.cont-tel {
        display: block;
    }
    header .menu ul.navigate li.get-started.btn-mob {
        margin: 0 0 90px;
    }
    header .menu ul.navigate li.cont-tel {
        position: absolute;
        bottom: 0;
        left: 30px;
        margin: 0 0 50px;
    }
    .hum.get-close:before, .hum.get-close:after {
        background: #fff;
    }
    header .menu ul.navigate li:after {
        display: none;
    }
    header .menu ul.navigate a.get-btn {
        width: 100%;
        height: 54px;
        background: #fff;
        color: #000;
        border-radius: 74px;
    }
    header .menu li.cont-tel a:hover:before {
        background-image: url(../img/icon-tel-black.svg);
        background-color: #fff;
    }
    header .menu li.cont-tel span {
        font-size: 20px;
        line-height: 27px;
    }
    .header-main-section .col-right {
        display: none;
    }
    .header-main-section .col-left {
        width: 100%;
        background: url(../img/img-head-main.png) no-repeat top right #fff;
        background-size: 43%;
    }
    .header-main-section .col-left .box-group {
        width: 50%;
    }
    .header-main-section form.preform {
        max-width: 330px;
    }
    .header-main-section h1 {
        font-weight: 800;
        font-size: 40px;
        line-height: 46px;
    }
    .fast-loans-section .flex-box, .pre-footer-section .flex-box {
        display: block;
    }
    .fast-loans-section .col-left, .fast-loans-section .col-right, .payday-loans-section .col-left, .payday-loans-section .col-right {
        width: 100%;
    }
    .fast-loans-section .col-left {
        text-align: center;
    }
    .fast-loans-section h2 {
        margin: 40px 0 30px;
        font-size: 30px;
        line-height: 46px;
    }
    .fast-loans-section h2 strong {
        font-size: 42px;
    }
    .fast-loans-section p {
        margin: 0 0 15px;
    }
    .fast-loans-section a {
        width: 190px;
        height: 60px;
        font-size: 18px;
        line-height: 21px;
        margin: 30px 0 0;
    }
    .payday-loans-section .col-right {
        text-align: center;
    }
    .payday-loans-section .flex-box {
        flex-direction: column-reverse;
    }
    .payday-loans-section h2 {
        font-size: 30px;
        line-height: 61px;
        margin: 20px 0;
    }
    .pre-footer-section .col-black, .pre-footer-section .col-white {
        width: 100%;
    }
    .pre-footer-section .col-black {
        text-align: center;
        padding: 70px 30px;
    }
    .pre-footer-section .col-black h2 {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 30px;
    }
    .pre-footer-section .col-black p {
        font-size: 12px;
        line-height: 22px;
    }
    .pre-footer-section .col-white {
        padding: 30px;
    }
    .pre-footer-section .col-white h2 {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 20px;
    }
    .pre-footer-section .col-white p {
        font-size: 14px;
        line-height: 16px;
    }
    footer .copyright {
        padding: 20px 0;
    }
    .pre-footer-section .col-white p {
        bottom: -17px;
    }
    .how-does-section .list {
        display: block;
        margin: 50px 0 40px;
    }
    .how-does-section .list .left, .how-does-section .list .right {
        width: 100%;
    }
    .how-does-section h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .head-works-section .box-bg:after {
        width: 314px;
        height: 30px;
    }
    .head-works-section, .head-faq-section, .head-contact-section {
        height: 220px;
    }
    .head-works-section h1, .head-faq-section h1, .head-contact-section h1 {
        font-size: 30px;
        line-height: 32px;
        padding: 30px;
    }
    .head-works-section h1 span {
        display: block;
    }
    .how-does-section .list p {
        font-size: 16px;
        line-height: 26px;
    }
    .works-page .steps-section {
        padding: 30px 0;
    }
    .ac-head h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .ac-body {
        padding: 0 0 20px;
    }
    .ac-head {
        padding: 25px 25px 25px 0;
    }
    .ac-head:after {
        top: 30px;
    }
    .accordeon {
        margin: 0;
    }
    .form-section .box-contact .box-table {
        display: block;
    }
    .form-section .box-contact .box-table .box-field {
        width: 100%;
    }
    .terms-section {
        padding: 0 0 40px;
    }
    .terms-section h1 {
        font-size: 26px;
        line-height: 32px;
        margin: 0 0 40px;
    }
    .terms-section p {
        font-size: 16px;
        line-height: 24px;
    }
    .pre-footer-section .col-white h2 {
        font-size: 30px;
        line-height: 34px;
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    .wrapper {
        padding: 0px 15px;
    }
    .steps-section ul {
        display: block;
    }
    .steps-section ul li {
        margin: 0 0 10px;
    }
    .steps-section ul li .img {
        margin: 0 10px 0 0;
    }
    .steps-section ul li p {
        max-width: 100%!important;
    }
    footer .material p {
        font-size: 12px;
    }
    .works-page .steps-section {
        padding: 0 0 30px;
    }
}

@media screen and (max-width: 550px) {
    .header-main-section .col-left .box-group {
        width: 45%;
        margin: 0 0 100px;
    }
    .header-main-section .col-left {
        width: 100%;
        background: url(../img/img-head-main.png) no-repeat top right #fff;
        background-size: 55%;
    }
    .header-main-section .flex-box {
        display: block;
    }
    .header-main-section form.preform {
        margin: 0 auto;
    }
    .head-works-section, .head-faq-section, .head-contact-section {
        height: 170px;
    }
    .head-works-section .box-bg:after {
        width: 314px;
        height: 29px;
    }
    .form-section .box-contact .box-bot-form {
        flex-flow: column-reverse;
        align-items: flex-start;
    }
    .form-section .box-contact .box-bot-form button {
        width: 200px;
        margin: 0 0 30px;
    }
}

@media screen and (max-width: 450px) {
    .header-main-section .col-left .box-group {
        margin: 0 0 60px;
    }
    .header-main-section h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .header-main-section .col-left p {
        margin: 20px 0;
    }
    .how-does-section .list p {
        padding: 0 0 0 50px;
    }
}

@media screen and (max-width: 360px) {
    .header-main-section .col-left .box-group {
        margin: 0 0 30px;
    }
}

@media screen and (max-width: 700px) and (max-height: 550px) {
    header .menu ul.navigate {
        padding: 80px 35px 35px 35px;
    }
}

@media screen and (max-width: 700px) and (max-height: 480px) {
    header .menu ul.navigate {
        height: 480px;
    }
}

@media screen and (max-width: 600px) and (max-height: 450px) {
    header .menu ul.navigate {
        height: calc(100vh + 1px);
    }
    header .menu ul.navigate li.cont-tel {
        position: relative;
        left: 0;
        margin: 65px 0 0;
    }
}
