@media only screen and (max-width: 767px) {
    .top-info-contacts ul {
        text-align: center;
    }
    
    .top-info-contacts {
        padding: 10px 40px 36px;
    }
    
    .top-info-contacts > ul > li {
        display: block;
        padding: 5px 0;
    }

    #topMenu {
        height: auto;
    }
    
    #topSlider {
        margin-top: 40px;
        height: auto;
    }
    
    .top-menu ul li {
        display: block;
    }
    
    .float-right, .float-left {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }
    
    #myCarousel {
        height: 300px;
        overflow: hidden;
    }
    
    .caption-project {
        width: 85%;
    }
    
    .text-caption-project h2 {
        font-size: 20px;
    }
    
    .text-caption-project span {
        padding-top: 30px;
    }
    
    .about-us-block h2 span, .population-block h2 span, .pluses-company h2 span, .services-us h2 span, .works-us h2 span {
        width: 100%;
        margin-left: 0;
    }
    
    .about-us-block img {
        width: 100%;
        display: block;
        margin-top: 10px;
    }
    
    .population-block h2 {
        text-align: center;
    }
    
    .population-block ul li {
        display: block;
    }
    
    .population-block ul li .one-item {
        margin: 15px auto;
    }
    
    .about-us-block h2, .pluses-company h2, .services-us h2, .works-us h2 {
        text-align: center;
    }
    
    .obertka, .obertka ul {
        width: 100%;
    }
    
    .services-us ul li {
        display: block;
        margin: 25px auto;
    }
    
    .works-us img {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .text-work {
        padding-left: 0;
    }
    
    .first-block-footer, .three-block-footer {
        text-align: center;
    }
    
    #footer .col-lg-4 {
        margin-bottom: 25px;
    }
    
    .eshe-class {
        margin-top: -40px;
    }
    
    .list-category ul li {
        margin-bottom: 5px;
    }
    
    .portfolio-page .list-item > ul > li {
        width: 100%;
        display: block;
        height: auto;
        margin: 20px 0;
    }
    
    .portfolio-page .list-item > ul > li .one-item {
        text-align: center;
        height: auto;
    }
    
    .portfolio-page .list-item > ul > li .one-item .block-img-item {
        float: none;
        height: auto;
    }
    
    .text-item-description {
        float: none;
        width: auto;
        border: none;
        
    }
    
    .services-page ul li .img-services-page {
        float: none;
    }
    
    .services-page ul li {
        width: 100%;
        text-align: center;
        margin: 20px 0;
    }
    
    .services-page ul li .img-services-page {
        width: 100%;
    }
    
    .content-block-services-page {
        padding-top: 10px;
    }
    
    .list-tabs, .tabs-that, .form-contacts, .map-form {
        width: auto;
        float: none;
    }
    
    .list-tabs ul li {
        display: block;
        float: none;
        width: auto;
    }
    
    .map-form {
        margin-bottom: 15px;
    }
    
    .form-contacts textarea {
        width: 100%;
    }
    
    .form-contacts {
        height: auto;
    }
    
    .pluses-company ul {
        padding: 0;
    }
    
    .pluses-company ul li {
        margin: 0 0 80px;
    }
   
}

@media only screen and (min-width: 768px)  and (max-width: 959px) {
    
    .top-info-contacts > ul > li {
        margin: 0 5px;
    }
    
    .top-info-contacts {
            padding: 20px 40px 40px;
    }
    
    .float-left {
        padding-left: 0;
    }
    
    .top-menu ul li a {
        padding: 15px;
    }
    
    .float-right {
        padding-right: 0 !important;
    }
    
    .form-contacts textarea {
        width: 100%;
    }
    
    .form-contacts, .map-form {
        height: 400px;
    }
    .list-tabs {
        width: 100%;
    }
    
    .list-tabs ul li {
        width: 120px;
    }
    
    .services-page ul li {
        width: 100%;
        margin: 10px 0;
    }
    
    .first-block-footer {
        text-align: center;
        margin-bottom: 20px;
    }
    
    .three-block-footer {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .list-item > ul > li {
        width: 100%;
        display: block;
    }
    
    .block-img-item {
        float: none;
        display: inline-block;
    }
    
    .text-item-description {
        float: none;
        width: 385px;
        vertical-align: top;
        display: inline-block;
    }
    
    .about-us-block img {
        width: 100%;
        margin-top: 20px;
    }
    
    .population-block ul {
        text-align: center;
    }
    
    .population-block ul li {
        margin-bottom: 20px;
    }
    
    .pluses-company ul li {
        margin: 0 0 60px;
    }
    
    .services-us ul li .one-service-style {
        height: 195px;
    }
    
    .services-us ul li {
        margin: 25px auto;
        display: block;
    }
    
    .works-us img {
        width: 100%;
        margin-bottom: 25px;
    }
    
    .text-work {
        padding-left: 0;
    }
    
    .services-us ul, .obertka {
        width: 70%;
        margin-top: 0;
    }
    
    .services-us ul li {
        margin: 5px auto;
    }
    
    
}