@media only screen and (min-width: 1400px) and (max-width: 4000px) {

    header:before {
        content: "";
        width: 22%;
    }

    footer {
        background-size: 57%;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px)  {

    header:before {
        height: 116.5px;
    }

    body {
        padding-top: 106px;
    }

    .nav-btn {
        z-index: 10000;
        width: 36px;
        height: 42px;
        cursor: pointer;
        position: relative;
        margin: 25px 5px 0 0;
        display: block;
        float: right;
    }

    .nav-btn span {
        display: block;
        height: 4px;
        background-color: #fff;
        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: #fff; right: -5px; opacity: .8;}

    .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;}

    header nav {
        display: block;
        width: 100%;
    }

    header .online-application {
        float: none;
    }

    header .menu {
        margin: 20px 0 0 0;
    }

    header .menu .menu-item {
        display: block;
    }

    header .menu .menu-item .menu-item-link {
        display: block;
        padding: 5px 0px;
    }

    header nav ul.sub-menu {
        position: inherit;
        left: inherit;
        right: inherit;
    }

    header nav .menu .sub-menu .sub-menu-item-link {
        width: 100%;
        padding: 5px 20px;
    }

    header .menu .menu-item .menu-item-link:hover {
        background-color: transparent;
        color: #f0f0f0;
    }

    .header-area {
        height: 0;
        overflow: hidden;
    }

    .header-area.open {
        height: 100%;
    }

    .space {
        padding: 40px 0;
    }

    .services .service h3 {
        padding: 0 10px;
    }

    .expert {
        background: none;
    }

    .expert.home .btn {
        margin-bottom: 0px;
    }

    .list-style-disc {
        margin: 0 0 20px 0;
    }

    .intro h1 {
        font-size: 28px;
        line-height: 34px;
        margin: 0 0 20px 0;
    }

    .services.adventage .service h3 {
        padding: 0 0px;
    }

    .services.adventage .service p {
        margin: 0;
        padding: 0 0px;
    }

    .survey .intro,
    .team .intro,
    .clients .intro,
    .certificates .intro,
    .valuation .intro,
    .careers .intro,
    .about .intro,
    .prices .intro {
        padding: 50px 0;
    }

    .prices .prices-list .prices-headings {
        display: none;
    }

    .prices .prices-list .prices-row .price-value {
        text-align: left !important;
        margin-top: 10px;
        font-weight: bold;
    }

    .prices .prices-list .prices-row {
        padding: 25px 20px;
    }

    .prices .prices-list .prices-row .addition-info .price-label {
        margin: 20px 0 0 0;
    }

    .blog-view aside,
    .blog-list aside {
        margin: 50px 0 0 0;
    }

    footer {
        padding: 30px 0 0;
    }

    footer h4 {
        margin: 0 0 10px 0;
    }

    .copyright .copyright-text {
        text-align: left;
    }

    .copyright .social {
        text-align: left;
        margin: 20px 0 0 0;
    }

    .copyright .social li {
        margin-right: 15px;
        margin-left: 0;
    }

    .copyright .copyright-menu li {
        margin-right: 20px;
    }

    .map-container {
        width: 100%;
        position: absolute;
        top: 10%;
        left: 5%;
        margin-left: 0;
    }

    footer {
        background-image: none;
    }

    .contacts .contact .contact-form {
        padding: 30px 30px 30px 30px;
    }


}       

@media only screen and (min-width: 0px) and (max-width: 767px)  {

    header:before {
        height: 107.5px;
    }

    body {
        padding-top: 106px;
    }

    .nav-btn {
        z-index: 10000;
        width: 36px;
        height: 42px;
        cursor: pointer;
        position: relative;
        margin: 25px 5px 0 0;
        display: block;
        float: right;
    }

    .nav-btn span {
        display: block;
        height: 4px;
        background-color: #fff;
        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: #fff; right: -5px; opacity: .8;}

    .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;}

    header nav {
        display: block;
        width: 100%;
    }

    header .online-application {
        float: none;
    }

    header .menu {
        margin: 20px 0 0 0;
    }

    header .menu .menu-item {
        display: block;
    }

    header .menu .menu-item .menu-item-link {
        display: block;
        padding: 5px 0px;
    }

    header nav ul.sub-menu {
        position: inherit;
        left: inherit;
        right: inherit;
    }

    header nav .menu .sub-menu .sub-menu-item-link {
        width: 100%;
        padding: 5px 20px;
    }

    header .menu .menu-item .menu-item-link:hover {
        background-color: transparent;
        color: #f0f0f0;
    }

    .header-area {
        height: 0;
        overflow: hidden;
    }

    .header-area.open {
        height: 100%;
    }

    .space {
        padding: 40px 0;
    }

    .heading {
        margin: 0 0 25px 0;
        font-size: 18px;
        line-height: 24px;
    }

    .sub-heading {
        margin: 0 0 25px 0;
    }

    .expert.home .btn {
        margin-bottom: 0px;
    }

    .stat {
        margin: 0 0 30px 0;
    }

    .stat .value {
        font-size: 40px;
        line-height: 40px;
    }

    .who-are-we .hint p {
        margin: 0 0 30px 0;
    }

    .home.services {
        padding-bottom: 10px;
    }

    .partners .partner {
        text-align: center;
    }

    .list-style-disc {
        margin: 0 0 20px 0;
    }

    .valuation .intro {
        padding: 50px 0;
    }

    .survey .intro,
    .team .intro,
    .contacts .intro,
    .clients .intro,
    .certificates .intro,
    .careers .intro,
    .about .intro,
    .prices .intro {
        padding: 50px 0;
    }

    .team .manager .manager-image img {
        margin: 0 auto 20px;
    }

    .team .manager {
        padding: 30px 15px 0 15px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: -25px;
        margin-top: -30px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -25px;
        margin-top: -30px;
    }


    .services.adventage .service h3 {
        padding: 0 0px;
    }

    .services.adventage .service p {
        margin: 0;
        padding: 0 0px;
    }

    .services.adventage .service h3 {
        min-height: inherit;
    }

    .services .service {
        margin: 0 0 30px 0;
    }

    .deadlines {
        background: none;
        background-color: #E5E6EA;
    }

    .intro h1 {
        font-size: 28px;
        line-height: 34px;
        margin: 0 0 20px 0;
    }

    .prices .prices-list .prices-headings {
        display: none;
    }

    .prices .prices-list .prices-row .price-value {
        text-align: left !important;
        margin-top: 10px;
        font-weight: bold;
    }

    .prices .prices-list .prices-row {
        padding: 25px 20px;
    }

    .prices .prices-list .prices-row .addition-info .price-label {
        margin: 20px 0 0 0;
    }

    .certificates .btn {
        margin-right: 20px;
        display: block;
        margin-bottom: 10px;
    }

    .contacts .contact-info .info li {
        margin: 20px 0;
    }

    footer {
        padding: 30px 0 0;
    }

    footer h4 {
        margin: 0 0 10px 0;
    }

    .copyright .copyright-text {
        text-align: left;
    }

    .copyright .social {
        text-align: left;
        margin: 20px 0 0 0;
    }

    .copyright .social li {
        margin-right: 15px;
        margin-left: 0;
    }

    .map-container {
        width: 100%;
        position: inherit;
        top: inherit;
        left: inherit;
        margin-left: 0;
    }

    .team .map-offices .manager-selector {
        width: 100%;
        box-shadow: 0px 3px 20px rgba(208, 208, 208, 0.7);
        background-color: #fff;
        padding-bottom: 5px;
    }

    .survey .prices {
        margin: 20px 0 0 0;
    }

    .blog-list .post-title h4 a {
        font-size: 20px;
        line-height: 26px;
    }

    .blog-list .post-date span {
        font-size: 26px;
        line-height: 32px;
    }

    .blog-list h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .blog-view .post-title h1 {
        font-size: 26px;
        line-height: 32px;
    }

    footer {
        background-image: none;
    }

    .contacts .contact .contact-form {
        padding: 30px 30px 30px 30px;
    }

    .carousel-indicators {
        bottom: 0px;
    }

    .slider .carousel-caption h1 {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 10px 0;
    }

    .slider .carousel-caption h2 {
        font-size: 14px;
        line-height: 18px;
        padding: 0;
        margin-bottom: 5px;
    }

    .slider .carousel-caption .btn {
        padding: 5px 10px;
        font-size: 12px;
    }

    .slider .carousel-caption {
        width: 80%;
    }

}