/* Уменьшаем отступ от меню до хлебных крошек */
  #allrecords[data-product-page="y"]
  .t-catalog__prod-snippet__container {
    padding-top: 24px !important;
  }

  /* Мобильная версия */
  @media screen and (max-width: 560px) {
    #allrecords[data-product-page="y"]
    .t-catalog__prod-snippet__container {
      padding-top: 12px !important;
    }
  }