@media screen and (max-width: 1170px) {
    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .buy-product.in-cart:before {
        position: absolute;
        content: "";
        background: url(../img/checked.svg) no-repeat left;
        width: 30px;
        height: 30px;
        background-size: 20px;
        top: 9px;
        left: 8px;
    }
}

@media screen and (max-width: 1100px) {
    .buy-product:before {
        position: absolute;
        content: "";
        background: url(../img/cart.svg) no-repeat left;
        width: 30px;
        height: 30px;
        background-size: 22px;
        top: 11px;
        left: 4px;
    }
    .buy-product.in-cart:before {
        position: absolute;
        content: "";
        background: url(../img/checked.svg) no-repeat left;
        width: 30px;
        height: 30px;
        background-size: 16px;
        top: 10px;
        left: 2px;
    }
    .nav {
        display: none;
    }
    .nav.active {
        display: block;
        background: #fff;
        top: 80px;
        width: 100%;
        position: absolute;
        z-index: 9999;
        left: 0px;
        box-sizing: border-box;
        border-top: 1px solid #ccc;
        box-shadow: 0 3px 10px 0 rgb(1 1 1 / 20%);
    }
    .nav.active ul {
        float: left;
        width: 100%;
        padding-inline-start: 0px;
    }
    .nav.active ul li {
        float: left;
        width: 100%;
    }
    .nav.active ul li a {
        float: left;
        width: 100%;
        color: #333;
        text-align: left;
        text-align: left;
        font-size: 20px;
        line-height: 46px;
    }
    .nav-icon {
        display: block;
        top: 21px;
        right: 20px;
        width: 40px;
        position: absolute;
    }
    .nav-icon:after,
    .nav-icon:before,
    .nav-icon div {
        background-color: #68a9d5;
        border-radius: 3px;
        content: "";
        display: block;
        height: 3px;
        margin: 7px 0;
        transition: all 0.2s ease-in-out;
    }
    .nav-icon.closed:before {
        transform: translateY(3px) translateX(-2px) rotate( 135deg);
        width: 20px;
    }
    .nav-icon.closed:after {
        transform: translateY(-3px) translateX(-2px) rotate( -135deg);
        width: 20px;
    }
    .front-txt.right {
        font-size: 20px;
    }
    .top-head {
        font-size: 30px;
        margin-top: 0;
    }
    .descr-txt p {
        text-align: left;
    }
    .all-cart-summ {
        top: 32px;
        right: -34px;
    }
    .show-all-products {
        left: -235px;
    }
    .show-all-products:before {
        right: 33px;
        left: auto;
    }
}

@media screen and (max-width: 900px) {
    .left-part {
        float: left;
        width: 100%;
        overflow-x: scroll;
    }
    .left-part img {
        width: auto;
    }
}

@media screen and (max-width: 600px) {
  table.all-search {
      margin-top: 20px;
  }  
  .links-fix-very-imortant tr, .mobile-fix tr {
      height: auto;
      background-color: #fff;
      border: 1px solid #ddd;
  }
    
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 5px solid #68a9d5 !important;
    display: block;
    margin-bottom: 20px; 
  }
  
  table td {    
    display: block;
    font-size: 12px;
    text-align: right; 
  }
  
  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-of-type {
      border-bottom: 0;
  }
  .quantity-wrap {
      width: auto;
      float: right;
  }
  .view-quantity {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    left: auto;
    transform: none;
  }
  td[data-label=Количество] {
    height: 36px;  
  }
  td[data-label=Количество]::before {
    margin-top: 11px; 
  }
  td[data-label=Цена] {
     width: auto !important;
  }
  td[data-label=Статус] {
     width: auto !important;
     height: 30px;
  }
  td[data-label=Статус]::before {
     margin-top: 10px;
  }
  .remove-product {
      height: 30px; 
      margin-top: 0;
      float: right;
  }
  .buy-product.in-cart {
    float: revert;
    width: 98px !important;
    background: #2b7722;
    height: 30px;
    line-height: 30px;
    color: #fff;
    position: relative;
    border: none;
    pointer-events: none;
    font-size: 9px;
    padding-left: 26px;
  }   
  .buy-product.in-cart:before {
      top: 1px;
      left: 7px;
  }
  .cat-num-mobile {
      padding-bottom: 23px;
  }
  .cat-num-mobile::before {
     width: 60%;
     text-align: left;
  }
  
  .buy-product {
    float: revert;
    width: 98px !important;
    background: #68a9d5;
    height: 30px;
    line-height: 30px;
    color: #fff;
    position: relative;
    border: none;
    font-size: 17px;
    padding-left: 26px;
  }  
  .buy-product:before {
      top: 0;
  }
  
  .no-products td {
      text-align: center;
  }
  
  .categories-box {
        float: left;
        width: 100%;
    }
    .descr-txt p {
        font-size: 20px;
    }
    .inp-hld input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .inp-hld button {
        width: 100%;
    }
    footer {
        margin-top: 10px;
        height: auto;
        line-height: 45px;
    }
    .breadcrumbs ul li {
        margin-bottom: 13px;
        width: 100%;
    }
    .breadcrumbs ul li:last-of-type {
        margin-bottom: 0;
    }
    .breadcrumbs ul li a {
        font-size: 17px;
        margin-right: 0;
        width: calc(100% - 70px);
    }
    .color-line.bigger-wrap {
        padding: 20px 0;
    }
    .color-line.bigger-wrap-listing {
        padding-top: 0;
        padding-bottom: 34px;
    }
    h1 {
        font-size: 28px;
    }
    .all-parts-head {
        font-size: 20px;
    }
    .back-btn a {
        width: 109px;
        font-size: 17px;
    }
    .back-btn {
        margin-bottom: 20px;
    }
    .order-popup {
        width: 90%;
    }
    .close-popup {
        top: -16px;
        right: 45px;
        width: 40px;
        height: 40px;
        background: url(../img/cancel.svg) no-repeat center #68a9d5;
        background-size: 19px;
    }
    .close-pop-mobile, .all-parts-head.mobile-text {
        display: block;
    }
    .image-wrap {
        height: auto;
        max-height: none;
    }
    
    .is-fixed {
        padding: 1px 0;
    }
    .is-fixed ul {
        display: none;
    }
    .is-fixed .all-cart-summ {
        position: relative;
        top: auto;
        right: auto;
        float: right;
        margin-top: 13px;
        margin-bottom: 5px;
        width: auto;
    }
    .is-fixed .cart-wrap-top {
        height: 38px;
    }
    .is-fixed .cart-wrap-top img {
        height: 34px;
    }
    .is-fixed .mobile-cart-text {
        display: block;
        font-size: 17px;
        color: #fff;
        line-height: 58px;
    }
    .is-fixed .show-all-products {
        position: absolute;
        top: 50px;
    }
    .categories {
        width: 100%;
        margin-right: 0;
        box-sizing: border-box;
        margin-bottom: 3%;
        height: 50px;
        font-size: 14px;
    }
    .bottom-header {
        line-height: 24px;
        height: auto;
    }
    .legend {
        max-width: 100% !important;
    }
    .top-head {
        font-size: 26px;
    }
 
}