@media only screen and (max-width: 1020px) {
  .mw {
    width: 100%;
  }
  body {
    font-size: 14px;
  }
  .mshow {
    display: block;
  }
  .mhide {
    display: none !important;
  }
  .mshow.inline {
    display: inline;
  }
  .mpad {
    padding-left: 5px;
    padding-right: 5px;
  }
  .mrgLR {
    margin-left: 5px;
    margin-right: 5px;
  }
  img {
    max-width: 100%;
  }
  .hdr-in-price-soc,
  .menu-cat-wrap {
    display: none;
  }
  .hdr-video {
    background-position: 50% center;
  }
  .hdr .-m {
    position: relative;
  }
  .hdr-content.-in {
    min-height: 120px;
  }
  .menu-mobi {
    font-size: 40px;
    line-height: 100%;
  }
  .menu-mobi:focus,
  .menu-mobi:hover {
    color: #ef4112;
  }
  .menu {
    display: none;
    position: absolute;
    left: 0;
    top: 70px;
    z-index: 100;
    background: #ef4112;
    width: 320px;
  }
  .menu li {
    display: block;
  }
  .menu-sub {
    display: none;
    border-bottom: #f26641 1px solid;
  }
  .hdr-h1 {
    font-size: 50px;
  }
  .preim li {
    width: 49%;
    margin-bottom: 10px;
  }
  .iabout {
    justify-content: center;
    -ms-flex-pack: center;
  }
  .iabout .-t {
    width: 98%;
    text-align: justify;
  }
  .iabout .-f {
    width: 98%;
    margin-top: 20px;
  }
  .clients li {
    width: 32%;
  }
  .slider-wrap {
    display: none;
  }
  .slider .mw {
    justify-content: space-around !important;
  }
  .slider .-t {
    width: 80%;
  }
  .slider-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 25.6px;
    font-size: 16px;
  }
  .slider-btn.next {
    padding-left: 3px;
  }
  footer {
    margin-top: 40px;
  }
  footer .-l,
  footer .-r,
  footer .-c {
    width: 100%;
  }
  footer .-c {
    margin: 20px 0;
  }
  .cat-list {
    justify-content: space-around;
    /*> li {
      .w(250px);
      .-i {
        .box(250px, 160px);
        //background-image: url("/upload/_del/c4.png");
      }
    }*/
  }
  .prod-info > * {
    width: 100%;
    margin-bottom: 20px;
  }
  .prod-about .b {
    width: 100%;
  }
  .map {
    height: 400px;
  }
  #map {
    width: 100%;
    height: 400px;
  }
}
@media only screen and (max-width: 660px) {
  .col-2 > * {
    width: 49%;
  }
  .col-3 > * {
    width: 49%;
  }
  .col-4 > * {
    width: 32%;
  }
  .hdr {
    align-items: center;
  }
  .hdr .-l {
    order: 2;
  }
  .hdr .-m {
    order: 1;
  }
  .hdr .-c {
    order: 4;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .hdr .-c .soc-links {
    display: none;
  }
  .hdr-mobi-soc {
    display: block;
    width: 35%;
    order: 3;
  }
  .hdr-mobi-soc .soc-links {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
  .menu {
    top: 40px;
  }
  .hdr-h1 {
    font-size: 35px;
  }
  .hdr-h1:after {
    top: 110%;
  }
  .preim li {
    width: 98%;
  }
  .clients li {
    width: 49%;
  }
  .map {
    height: 640px;
  }
  .map-adr {
    width: 98%;
    left: 1%;
    top: 75%;
  }
  .pi-gal a {
    width: 48%;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1060px) {
  .hdr {
    padding: 0 10px;
  }
  .hdr .-m {
    width: 50%;
    padding-top: 35px;
  }
}
@media only screen and (max-width: 400px) {
  .hdr-h1 {
    font-size: 30px;
  }
  .slider-wrap {
    display: none;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) {
    .safari_only {
      color: #0000FF;
      background-color: #CCCCCC;
    }
  }
}
