@media only screen and (min-width: 1400px) and (max-width: 4000px) {
    .intro:before {
        height: 250px;
        width: 250px;
        bottom: -210px;
        left: 12%;
    }

    .intro:after {
        height: 400px;
        width: 290px;
        right: 10%;
        bottom: -115px;
    }

    .help:before {
        left: 23%;
    }

    .help:after {
        right: 10%;
    }

    .help-money:before {
        left: 10%;
    }


    .how-it-work:before {
        content: "";
        background: url('../imgs/circle.png') center center no-repeat;
        background-size: cover;
        width: 400px;
        height: 400px;
        position: absolute;
        top: 8%;
        left: -5%;
    }


    .what-we-offer:before {
        content: "";
        background: url('../imgs/plus.png') center center no-repeat;
        background-size: cover;
        width: 400px;
        height: 400px;
        position: absolute;
        top: 10%;
        left: 5%;
    }

    .what-we-offer .plus:after {
        content: "";
        background: url('../imgs/plus.png') center center no-repeat;
        background-size: cover;
        width: 400px;
        height: 400px;
        position: absolute;
        top: -30%;
        right: 5%;
    }

    .what-we-offer .plus:before {
        content: "";
        background: url('../imgs/plus.png') center center no-repeat;
        background-size: cover;
        width: 400px;
        height: 400px;
        position: absolute;
        top: 20%;
        right: 20%;
    }

    .what-we-offer:after {
        content: "";
        background: url('../imgs/plus.png') center center no-repeat;
        background-size: cover;
        width: 400px;
        height: 400px;
        position: absolute;
        top: 35%;
        left: 30%;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px)  {


    header .logo {
        position: relative;
        z-index: 102;
    }

    header .logo img {
        position: absolute;
        top: -30px;
        max-width: 95px;
    }

    header .phone {
        margin-top: 4px;
        margin-left: -20px;
        text-align: right;
    }

    header .phone a {
        font-size: 16px;
        margin: 0px 0 0 0;
    }

    header .phone a img {
        height: 22px;
        margin-right: 3px;
        top: -1px;
    }

    header nav ul li {
        margin: 0 10px;
    }

    .intro h1 {
        padding: 0;
    }

    .intro .calculator .right-side, 
    .intro .calculator .left-side {
        width: 49%;
        float: none;
    }

    .intro .calculator .left-side .credits-container {
        padding: 15px 0 0 0;
        height: 240px;
    }

    .intro .calculator {
        background-image: none;
        background-color: #374353;
        padding: 0px 20px 20px;
        margin: 20px 0 0 0;
        border-radius: 10px;
    }

    .intro .calculator .left-side .credit {
        height: 63px;
        border-bottom: 10px solid #2b3440;
    }

    .intro .calculator .left-side .credit.active {
        height: 73px;
    }

    .intro .calculator .left-side .credit.active .credit-name {
        font-size: 17px;
    }

    .intro .calculator .left-side .credit .credit-name {
        font-size: 14px;
    }

    .intro .calculator .left-side .credit-example {
        padding: 0 0;
    }

    .intro .calculator .right-side .calc-slider-container {
        padding: 25px 0px 0 0px;
        height: inherit;
    }

    .intro .calculator .right-side .calc-slider-container .calc-slider-value {
        text-align: center;
        margin: 0 0 5px 0;
    }

    .intro {
        height: auto;
        background-repeat: repeat;
    }

    .intro .calculator {
        height: inherit;
    }

    .intro:after {
        content: "";
        height: 200px;
        width: 165px;
        background: url(../imgs/businessman.png) center top no-repeat;
        background-size: 100%;
        position: absolute;
        right: 0px;
        bottom: -33px;
        z-index: 4;
    }

    .intro:before {
        content: "";
        height: 150px;
        width: 150px;
        background: url(../imgs/money.png) center top no-repeat;
        background-size: 100%;
        position: absolute;
        left: -10px;
        bottom: -110px;
        z-index: 3;
    }

    .intro h1 {
        font-size: 24px;
        line-height: 30px;
        padding: 0 50px;
    }

    .intro h1 span {
        font-size: 22px;
    }

    .how-it-work {
        margin-top: 0;
    }

    .what-we-offer ul li figure figcaption {
        padding: 0 30px;
        line-height: 18px;
    }

    .what-we-offer ul {
        margin-top: 50px;
    }

    .sub-heading {
        width: 80%;
    }

    .what-we-offer ul li figure a {
        width: 160px;
        margin-left: -80px;
        padding: 7px 20px;
    }

    .help-money {
        display: none;
    }

    .help:before {
        left: 1%;
        width: 180px;
        height: 310px;
    }

    .help:after {
        top: 90px;
        right: -10%;
        width: 300px;
        height: 190px;
    }

    footer .copyright img {
        height: inherit;
        margin: 20px auto 0;
        display: block;
    }

    .page-info {
        padding: 15px 0;
    }

    .page-info .heading {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 5px 0;
    }

    .page-info .heading:after {
        display: none;
    }

    .page-info nav {
        height: inherit;
    }

    .contacts .map .map-filter {
        right: 5%;
    }

    .contacts .contact-info .block .info h3 {
        line-height: 20px;
        font-size: 18px;
    }

    .before-help-section {
        margin-bottom: 30px;
    }

    .faq .accordion .question:after,
    .faq .accordion .question.collapsed:after {
        top: 21px;
        position: absolute;
        margin-top: 0px;
        right: 20px;
        font-size: 28px;
    }

    .online-application .application-desc ul li {
        margin: 0 0 5px 0;
    }

    .online-application .application-desc {
        padding: 35px 0 15px;
    }


    .loan .credit-benefits ul li {
        width: 33%;
        float: left;
    }

    .loan .credit-benefits ul li figure figcaption {
        min-height: 65px;
        margin: 0 0 30px 0;
    }

    .steps .step:after {
        width: 91px;
    }

    .success .credit-info {
        width: 70%;
    }

    aside .widget-calc .credits-list .credit .credit-name {
        font-size: 12px;
        line-height: 18px;
        margin: 3px 0 0 0;
    }

    aside .widget-calc .credits-list .credit .credit-value {
        position: absolute;
        left: 50%;
        bottom: 8px;
        width: 100%;
        margin-left: -50%;
        font-size: 12px;
    }

    .profile-personal-details .prev-step,
    .profile-personal-details .next-step {
        width: 100%;
    }

    aside .widget-calc .calc-slider-container .calc-slider {
        padding-left: 0;
    }

}

@media only screen and (min-width: 0px) and (max-width: 767px)  {

    .nav-btn {
        z-index: 100;
        width: 100%;
        max-width: 30px;
        height: 18px;
        cursor: pointer;
        position: relative;
        margin: 7px 0 0 0;
        display: block;
    }

    .nav-btn span {
        display: block;
        border-radius: 20%;
        height: 4px;
        background-color: #3c5a5d;
        position: absolute;
        right: 0;
        top: 0;

        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);

        -webkit-transition: .1s ease-in-out;
        -moz-transition: .1s ease-in-out;
        -o-transition: .1s ease-in-out;
        transition: .1s ease-in-out;

        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .nav-btn span:nth-child(1) {width:100%;}
    .nav-btn span:nth-child(2) {width:100%; top: 7px;}
    .nav-btn span:nth-child(3) {width:100%; top: 14px;}

    .nav-btn:hover span:nth-child(2) {width: 100%;}
    .nav-btn:hover span:nth-child(3) {width: 100%;}

    .nav-btn.open {transition-duration: .3s;}
    .nav-btn.open span {box-shadow: none; background-color: #3c5a5d; right: -5px;}

    .nav-btn.open span:nth-child(1) {width:100%; transform: rotate(45deg); top: -3px;}
    .nav-btn.open span:nth-child(2) {opacity: 0;}
    .nav-btn.open span:nth-child(3) {width:100%; transform: rotate(-45deg); top: 22px;}

    nav {
        height: 0;
        overflow: hidden;
    }

    nav.open {
        padding-top: 5px;
        position: fixed;
        left: 0;
        top: 58px;
        background-color: #fff;
        width: 100%;
        height: calc(100% - 58px);
        z-index: 4;
    }

    header .logo {
        position: relative;
        z-index: 102;
    }

    header .logo img {
        position: absolute;
        top: -30px;
        max-width: 105px;
    }

    header .phone {
        margin-top: 4px;
        margin-left: -20px;
        text-align: right;
    }

    header .phone a {
        font-size: 16px;
        margin: 0px 0 0 0;
    }

    header .phone a img {
        height: 22px;
        margin-right: 3px;
        top: -1px;
    }

    header nav {
        text-align: center;
    }

    header nav ul {
        font-size: 0;
        padding: 50px 40px 0;
    }

    header nav ul li {
        display: block;
        margin: 0 0px;
    }

    header nav ul li a {
        padding: 4px 0;
    }

    .intro h1 {
        padding: 0;
    }

    .intro .calculator .right-side, 
    .intro .calculator .left-side {
        width: 100%;
        float: none;
    }

    .intro .calculator .left-side .credits-container {
        padding: 15px 0 0 0;
        height: 240px;
    }

    .intro .calculator {
        background-image: none;
        background-color: #374353;
        padding: 20px 15px;
        margin: 20px 0 0 0;
        border-radius: 10px;
    }

    .intro .calculator .left-side .credit {
        height: 63px;
        border-bottom: 10px solid #2b3440;
    }

    .intro .calculator .left-side .credit.active {
        height: 73px;
    }

    .intro .calculator .left-side .credit.active .credit-name {
        font-size: 17px;
    }

    .intro .calculator .left-side .credit .credit-name {
        font-size: 14px;
    }

    .intro .calculator .left-side .credit-example {
        padding: 0 0;
    }

    .intro .calculator .right-side .calc-slider-container {
        padding: 25px 0px 0 0px;
        height: inherit;
    }

    .intro .calculator .right-side .calc-slider-container .calc-slider-value {
        text-align: center;
        margin: 0 0 5px 0;
    }

    .intro {
        height: auto;
        background-repeat: repeat;
    }

    .intro .calculator {
        height: inherit;
    }

    .intro:after {
        content: "";
        height: 150px;
        width: 120px;
        background: url(../imgs/businessman.png) center top no-repeat;
        background-size: 100%;
        position: absolute;
        right: 0px;
        bottom: -33px;
        z-index: 4;
    }

    .intro:before {
        content: "";
        height: 150px;
        width: 150px;
        background: url(../imgs/money.png) center top no-repeat;
        background-size: 100%;
        position: absolute;
        left: -10px;
        bottom: -110px;
        z-index: 3;
    }

    .intro h1 {
        font-size: 20px;
        line-height: 26px;
    }

    .intro h1 span {
        font-size: 22px;
    }

    .how-it-work {
        margin-top: 0px;
    }

    .sub-heading {
        width: 100%;
    }

    .what-we-offer {
        padding-bottom: 0;
    }

    intro .calculator .right-side .calc-slider-container .calc-slider {
        padding-left: 0;
    }

    .intro .calculator .right-side .calc-slider-container .calc-slider-row {
        margin: 0 0 20px 0;
    }

    .how-it-work {
        padding-bottom: 20px;
    }

    .how-it-work ul {
        margin-top: 40px;
    }

    .how-it-work ul:before {
        display: none;
    }

    .how-it-work ul li figure figcaption {
        margin: 0 0 35px 0;
    }

    .what-we-offer ul {
        margin-top: 40px;
    }

    .what-we-offer ul li figure {
        margin: 0 0 50px 0;
    }

    .what-we-offer ul li figure a {
        bottom: 33px;
        width: 210px;
        margin-left: -105px;
        z-index: 5;
    }

    .help:before,
    .help:after,
    .help-money {
        display: none;
    }

    .page-info {
        padding: 15px 0;
    }

    .page-info .heading {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 5px 0;
    }

    .page-info .heading:after {
        display: none;
    }

    .page-info nav {
        height: inherit;
    }

    .before-help-section {
        margin-bottom: 0;
    }

    .footer-social {
        margin: 0 0 30px 0;
    }

    footer .copyright img {
        height: inherit;
        margin: 20px auto 0;
        display: block;
    }

    .space {
        padding: 35px 0;
    }

    .contacts .map .map-filter {
        width: 100%;
        position: inherit;
        right: inherit;
        top: inherit;
        border-radius: 0;
    }

    .online-application .application-desc ul li {
        margin: 0 0 5px 0;
    }

    .online-application .application-img {
        margin-top: 15px;
    }

    .online-application .application-desc {
        padding: 35px 0 0;
    }

    .loan .credit-benefits ul li {
        width: 50%;
        float: left;
    }

    .loan .credit-benefits ul li figure figcaption {
        min-height: 65px;
        margin: 0 0 30px 0;
    }

    .steps {
        margin-bottom: -30px;
    }

    .steps .step {
        width: 50%;
        margin: 0 0 30px 0;
    }

    .steps .step:after {
        display: none;
    }

    .steps .step .step-num {
        width: 55px;
        height: 55px;
        font-size: 26px;
        line-height: 45px;
    }

    .steps .step .step-desc {
        font-size: 12px;
        line-height: 16px;
    }

    .prev-step,
    .next-step {
        width: 100%;
    }

    .checkbox {
        padding-left: 20px;
    }

    .form h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .confirmation .enter-code {
        width: 100%;
    }

    .success .credit-info {
        width: 100%;
    }

    .success .credit-info ul li {
        margin: 0 0 10px 0;
        text-align: left;
        font-weight: bold;
        font-size: 14px;
    }

    .success .credit-info ul li span {
        width: 100%;
        display: block;
        text-align: left;
        margin-left: 0;
        font-size: 22px;
        line-height: 28px;
    }

    .cash-credit .credit-parameters .parameters .parameters-row {
        border-radius: 10px;
        margin: 0 0 10px 0;
        padding: 0 15px;
    }

    .cash-credit .credit-parameters .parameters .parameters-row ul li.amount {
        font-size: 12px;
        border-right: 1px dashed #fff;
    }

    .cash-credit .credit-parameters .parameters .parameters-row ul li {
        padding: 10px 0px;
        font-size: 12px;
        text-align: center;
    }

    .cash-credit .credit-parameters .parameters .parameters-heading-row ul li {
        padding: 10px 0px 15px;
        font-size: 9px;
        line-height: 15px;
    }

    .cash-credit .credit-parameters .parameters .parameters-heading-row ul li span {
        font-size: 12px;
    }

    .cash-credit .credit-parameters .parameters .parameters-heading-row ul li.amount {
        font-size: 8px;
        text-transform: uppercase;
    }

    .cash-credit .credit-parameters .parameters .parameters-heading-row {
        padding: 0 15px;
    }

    aside {
        margin: 0 0 30px 0;
    }

    aside .widget-calc .calc-slider-container .calc-slider {
        padding-left: 0;
    }

    .notifications ul li .notification-info {
        margin: 10px 0 0 0;
        border-top: 1px solid #fff;
    }
}