@media only screen and (max-width: 1400px) {
    
  .header-location {
      width: 11rem;
      flex: 0 0 11rem;
  }
  
  .Slider .slick-dots {
    left: 0.4rem;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    margin: 0;
  }
  .offices .item .info .name {
        font-size: 20px;
    }
    
    .offices .item .info .adress {
        font-size: 17px;
        line-height: 1.2;
    }
    
    .logo {
        max-width: 22.5rem;
    }
    
    .header-content {
        width: calc(100% - 18rem);
        padding: 0 0 0 1.5rem;
    }
    
    .menu >li >a {
        font-size: 1.4rem;
    }
    
    .services-list .s_item .image img {
        max-height: 260px;
    }
    
}

@media(max-width: 1199px){
    
    .services-list .s_item .info {
        padding: 40px 20px 60px;
    }
    
    .services-list .s_item .info .title {
        font-size: 24px;
        line-height: 1;
        margin-top: -85px;
    }
    
    .complex-form .add {
        width: 100%;
    }
    
    .complex-form .go-form .btn {
        padding: 10px 12px;
    }
    
    .main-catalog-list .item .title {
        font-size: 16px;
    }
    .main-catalog-list .item .image img {
        max-width: 180px;
    }
    
    .complex_item {
        width: calc(100%/2 - 20px/2);
    }
    
    .complex_item:nth-child(3n) {
        margin-right: 20px;
    }
    
    .complex_item:nth-child(2n) {
        margin-right: 0;
    }
    
    .complex_item .photo img {
        width: 100%;
    }
    
    .main-404__title {
        font-size: 5.5rem !important;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  html {
    font-size: 53%;
  }
  .category-large {
    padding-left: 18rem;
  }
}
@media only screen and (max-width: 991px) {
    
    .services-list .s_item .image img {
        max-height: inherit;
    }
    
    .popup.big .check-small {
        margin: 0 0 30px;
    }
    
    .article.no-reverse {
        flex-direction: column;
    }
    
    .article.no-reverse .article-left {
        margin: 0 0 15px;
    }
    
    .article.no-reverse .article-right {
        margin-bottom: 0;
    }
    
    .complex_list .item_label .text {
        font-size: 16px;
        font-weight: bold;
    }
    
    .header-catalog-box .category {
        padding-left: 80px;
    }
    
    .category .img-box {
        width: 75px;
        left: -10px;
    }
    
    .search-btn {
        float: none;
        border-bottom: 1px dotted #be122c;
        position: relative;
        text-align: left;
        margin: 0 0 0 40px;
        display: inline-block;
        vertical-align: top;
        width: 115px;
    }
    
    .search-btn:after {
        content: 'Поиск по сайту';
        font-size: 16px;
        vertical-align: baseline;
        display: inline-block;
        height: 13px;
        position: relative;
        text-align: left;
    }
    
    .search-btn i {
        vertical-align: middle;
        display: inline-block;
        position: absolute;
        left: -40px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .main-catalog-list .item {
        width: calc(100%/3);
    }
    
    .main-catalog-list .item:nth-child(5n) {
        border-right: none;
    }
    
    .main-catalog-list .item:nth-child(3n) {
        border-right: 1px solid #DBE4E9;
    }
    
  * {
    -webkit-tap-highlight-color: transparent;
  }
  #header {
    position: fixed;
    top: 0;
    margin: 0;
    background: #fff;
    -webkit-box-shadow: 0 0.4rem 1.4rem rgba(0,0,0,0.25);
            box-shadow: 0 0.4rem 1.4rem rgba(0,0,0,0.25);
  }
  #header.inner .header-box {
    border-bottom: 0;
  }
  #header .header-box {
    height: 7rem !important;
  }
  .header-content {
    margin: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 29rem;
    z-index: 111;
    display: block;
    background: #fff;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: 0;
    right: -29rem;
    overflow: hidden;
  }
  .header-content::before {
    display: block;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    height: 0;
    overflow: hidden;
    right: 0;
  }
  .header-content.active {
    right: 0;
    overflow: visible;
  }
  .header-content.active::before {
    opacity: 1;
    height: auto;
    overflow: visible;
    right: 29rem;
  }
  .header-content-box {
    display: block;
    height: 100%;
    overflow: auto;
    padding: 1.5rem;
  }
  .header-catalog {
    margin: 0 0 2rem;
  }
  .header-catalog .link {
    font-size: 2rem;
  }
  .header-catalog-drop {
    position: static;
/*opacity 1
		height auto
		overflow visible*/
  }
  .header-catalog.active .header-catalog-drop {
    opacity: 0;
    height: 0;
    overflow: hidden;
  }
  .header-catalog.active-mobile .header-catalog-drop {
    opacity: 1;
    height: auto;
    overflow: visible;
  }
  .header-catalog-box {
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 1.5rem 0 0;
  }
  .list-header-catalog >li {
    width: 100%;
  }
  .header-catalog-one {
    height: 7rem;
    padding: 0 0 0 8rem;
  }
  .menu-box {
    margin: 0 0 3rem;
  }
  .menu {
    display: block;
  }
  .menu >li >a {
    font-size: 2rem;
    font-weight: bold;
  }
  .header-location {
    z-index: 22;
    margin: 0 0 2rem;
  }
  .header-location .link {
    max-width: 26rem;
  }
  .header-location-drop {
    top: auto;
    bottom: 100%;
    margin: 0 0 1rem;
  }
  .header-location-box::before {
    top: auto;
    bottom: -0.5rem;
    -webkit-transform: rotate(215deg);
        -ms-transform: rotate(215deg);
         -o-transform: rotate(215deg);
            transform: rotate(215deg);
  }
  .header-location-nav {
    max-height: 16rem;
    overflow: auto;
  }
  .open-menu {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    border-top: 0.2rem solid #302c29;
    border-bottom: 0.2rem solid #302c29;
    height: 3rem;
    width: 4rem;
    margin: -1.5rem 0 0;
  }
  .open-menu::before {
    display: block;
    content: '';
    height: 0.2rem;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 0.2rem;
    margin: -0.1rem 0 0;
    background: #302c29;
  }
  .close-menu {
    height: 3rem;
    width: 3rem;
    position: absolute;
    top: 0;
    left: -3rem;
    display: block;
  }
  .close-menu::before,
  .close-menu::after {
    display: block;
    content: '';
    height: 0.2rem;
    width: 2.4rem;
    background: #fff;
    margin: -0.1rem 0 0 -1.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .close-menu::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  body.hidden-mobile {
    overflow: hidden;
  }
  .footer-nav >li {
    width: 100%;
  }
  .footer-one {
    padding-right: 3rem;
  }
  .footer-two {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .footer-three {
    padding-left: 3rem;
  }
  .content {
    padding-top: 7rem;
  }
  .article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .article-left {
    width: auto;
    padding: 0;
  }
  .article-right {
    width: auto;
    margin: 0 0 5rem;
  }
  .sitebar li {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sitebar li::before {
    top: 3.3rem;
  }
  .grid-width,
  .grid-col {
    width: 50%;
  }
  .category-large {
    padding-left: 15rem;
  }
  .CaruselComplex {
    padding-left: 0;
    padding-right: 0;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .CaruselComplex .slick-slide {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .section {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .list-partner >li::before {
    display: none !important;
  }
  .section-about {
    background: #be132c;
  }
  .about {
    max-width: 100%;
  }
  .Slider {
    margin-top: -7rem;
  }
  .slids {
    font-size: 4.8rem;
  }
  .slids .slids-title {
    font-size: 6.3rem;
  }
  .slids-text {
    max-width: 65rem;
  }
  .consultation {
    padding: 3rem 1.5rem;
  }
  .contact {
    padding: 3rem 0;
  }
  .contact >div {
    padding: 0 3rem;
  }
  .btn.OpenFliter {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 2rem;
  }
  .column-catalog-left {
    width: 100%;
    padding: 0 0 3rem;
  }
  .column-catalog-right {
    width: 100%;
  }
  .list-category .category {
    padding-left: 8rem;
  }
  .filter-main {
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .filter-main.active {
    opacity: 1;
    height: auto;
    overflow: visible;
  }
  .white-box {
    padding-bottom: 10rem;
  }
  .section-consultation {
    margin: 0;
  }
  .section-consultation::before {
    top: 2rem;
  }
  .CaruselItem {
    margin: 0 -1.5rem;
    padding: 0;
  }
  .CaruselItem .slick-slide {
    padding: 0 1rem 2rem;
  }
  .CaruselItem .slick-list {
    padding: 0 0.5rem;
  }
  .section-complex {
    background: #cad3dc;
  }
  .slids-content {
    min-height: inherit;
    padding-top: 13rem;
  }
  .offices {
        padding: 0 0 40px;
    }
  .office .info .name br {
    display: none;
  }
  .offices .item {
        height: auto;
    }
}
