@media (max-width: 1170px) {
  .error-page .body .right {
    margin-left: unset;
  }
  .error-page .body .right img {
    width: 400px;
  }
}
@media (max-width: 992px) {
  .error-page .body .right img {
    display: none;
  }

  body .mobile-hide {
    display: none !important;
  }
  body .mobile-only {
    display: block !important;
  }
  body section.main {
    padding-bottom: 25px;
  }
  body section.main .centerCol h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 135%;
    color: #2D2D2D;
  }
  body section.main .catalog .leftCol {
    display: block;
    position: unset;
  }
  body section.main .catalog .leftCol .block {
    margin-bottom: 0;
  }
  body section.main .catalog .leftCol .categories-list {
    display: none;
  }
  body section.main .catalog .leftCol .filter-list {
    display: none;
  }
  body section.main .catalog .leftCol .sorts-list.open {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    background-color: white;
    width: 100vw;
    height: 100%;
    z-index: 999;
    padding: 25px;
  }
  body section.main .catalog .leftCol .sorts-list.open .sorts-close {
    position: absolute;
    right: 25px;
    top: 25px;
  }
  body section.main .catalog .leftCol .sorts-list.open .sorts-close .icon {
    width: 28px;
    height: 28px;
  }
  body section.main .catalog .leftCol .categories-list.open {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    background-color: white;
    width: 100vw;
    height: 100%;
    z-index: 999;
    padding: 25px;
  }
  body section.main .catalog .leftCol .categories-list.open .category-close {
    position: absolute;
    right: 25px;
    top: 25px;
  }
  body section.main .catalog .leftCol .categories-list.open .category-close .icon {
    width: 28px;
    height: 28px;
  }
  body section.main .catalog .leftCol .filter-list.open {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    background-color: white;
    width: 100vw;
    height: 100%;
    z-index: 999;
    padding: 25px;
  }
  body section.main .catalog .leftCol .filter-list.open .filters-close {
    position: absolute;
    right: 25px;
    top: 25px;
  }
  body section.main .catalog .leftCol .filter-list.open .filters-close .icon {
    width: 28px;
    height: 28px;
  }
  body section.main .catalog .centerCol {
    width: 100%;
  }
  body section.main .catalog .centerCol .title {
    display: flex;
    margin-bottom: 15px;
  }
  body section.main .catalog .centerCol .title h1 {
    border: unset;
    margin: unset;
    line-height: 36px;
  }
  body section.main .catalog .centerCol .title .category-button {
    margin: auto 0;
    padding-right: 20px;
  }
  body section.main .catalog .centerCol .title .category-button a {
    display: flex;
    width: 36px;
    height: 36px;
    left: 15px;
    top: 257px;
    background: #C7081B;
    border-radius: 0px;
  }
  body section.main .catalog .centerCol .title .category-button a i {
    margin: auto;
  }
  body section.main .catalog .centerCol .filters-block .multi-button {
    background: #C7081B;
    border-radius: 0px;
    display: flex;
  }
  body section.main .catalog .centerCol .filters-block .multi-button a {
    display: flex;
    padding: 9px 13px;
    text-decoration: unset;
  }
  body section.main .catalog .centerCol .filters-block .multi-button a i {
    margin: auto;
  }
  body section.main .catalog .centerCol .filters-block .multi-button a span {
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    margin: auto;
    padding-left: 10px;
  }
  body section.main .catalog .centerCol .filters-block .multi-button a:last-child span {
    padding-left: 0;
    padding-right: 10px;
  }
  body section.main .catalog .centerCol .filters-block .multi-button .separator {
    width: 2px;
    height: 25px;
    background-color: white;
    margin: auto;
    border-radius: 5px;
  }
  body section.main .catalog .centerCol .catalogProducts {
    padding-top: 15px;
  }
  body section.main .catalog .centerCol .catalogProducts .catalogProductsList .catalogProductsItem {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px;
  }
  body section.main .catalog .centerCol .catalogProducts .catalogProductsList .catalogProductsItem .images.slider {
    margin-right: 25px;
    margin-left: 20px;
    max-width: 150px;
  }
  body section.main .catalog .centerCol .catalogProducts .catalogProductsList .catalogProductsItem .images.slider .productImage {
    width: 150px;
  }
  body section.main .catalog .centerCol .catalogProducts .catalogProductsList .catalogProductsItem .productDescr .prodPricesBtn {
    display: none;
  }
  body section.main .catalog .centerCol .catalogProducts .catalogProductsList .catalogProductsItem a.name {
    font-size: 14px;
    line-height: 150%;
    color: #C7081B;
    padding-left: 0;
    text-decoration: unset;
    display: block;
    margin-bottom: 15px;
  }
  body section.main .catalog .centerCol .catalogProducts .catalogProductsNav {
    margin-top: 25px;
    margin-bottom: 0;
  }
  body body section.pathway nav a {
    line-height: 18px;
    margin-right: 15px;
  }
  body body section.pathway nav a:before {
    right: -9px;
    width: 20px;
    top: 4px;
    height: 20px;
  }
  body header .topNav .row {
    padding: 10px 0;
    display: flex;
  }
  body header .topNav .row .block-nav .menu-toggle {
    color: #fff;
  }
  body header .topNav .row .block-nav .menu {
    top: 44px;
    width: 100vw;
    padding-top: 10px;
  }
  body header .topNav .row .block-nav .menu li a {
    font-size: 16px;
    line-height: 20px;
    color: #999999;
    text-decoration: unset;
  }
  body header .topNav .row .block-nav .menu li a:hover {
    color: #FFFFFF;
  }
  body header .topNav .row .block-nav .menu li:not(:last-child) {
    margin-bottom: 10px;
  }
  body header .topNav .row .block-nav {
    display: flex;
    margin: auto !important;
    width: unset !important;
    float: unset !important;
    padding: unset !important;
    position: unset;
  }
  body header .topNav .row .block-nav button {
    color: white;
  }
  body header .topNav .row .block-nav.locations li {
    padding: 0 15px;
  }
  body header .topNav .row .block-nav.locations li span {
    font-size: 16px;
    line-height: 20px;
    color: #999999;
    text-decoration: unset;
  }
  body header .topNav .row .block-nav.find li {
    padding: 0;
  }
  body header .topNav .row .block-nav.find li div:first-child {
    margin-bottom: 15px;
  }
  body header .topNav .row .block-nav.find form {
    position: relative;
  }
  body header .topNav .row .block-nav.find form input {
    background: #F7F7F7;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075);
    border-radius: 3px;
    font-size: 14px;
    line-height: 20px;
    color: #828282;
  }
  body header .topNav .row .block-nav.find form button {
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 0;
    right: 5px;
    top: 3px;
  }
  body header .topNav .row .block-nav.find form button img {
    display: none;
  }
  body header .topNav .row .block-nav.find form button:after {
    content: "";
    position: absolute;
    background-image: url("../images/icon-find2.svg");
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
  }
  body header .header {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  body header .header .logo {
    margin-bottom: 15px;
  }
  body header .header .cart-block {
    width: 100%;
  }
  body header .header .cart-block .cart {
    width: 100%;
  }
  body header .header .cart-block .cart br {
    display: none;
  }
  body header .header .cart-block .cart .minicart {
    background: #c7081b;
    position: relative;
    height: 42px;
    padding-left: 70px;
  }
  body header .header .cart-block .cart .minicart b {
    margin-left: 20px;
  }
  body header .header .cart-block .cart .minicart span {
    display: flex;
  }
  body header .header .cart-block .cart .minicart span i {
    margin: auto;
  }
  body header .header .cart-block .cart .minicart:after {
    content: "";
    position: absolute;
    background-image: url(../../assets-category/images/shop-cart.png);
    background-size: contain;
    width: 32px;
    height: 31px;
    left: 20px;
    top: 6px;
  }
  body section.middle-nav .search-panel {
    display: none;
  }
}

/*# sourceMappingURL=responsive.css.map */
