/* =========================================================
   Исправление лишнего верхнего пространства на страницах
   каталога, разделов и карточек товаров.
   ========================================================= */

.page-wrap,
.catalog-page-shell,
.sections-overview-page{
  padding-top:34px !important;
}

.page-wrap.catalog-redesigned{
  padding-top:34px !important;
}

.breadcrumbs{
  margin-top:0 !important;
  margin-bottom:18px !important;
}

.page-head,
.catalog-hero{
  margin-top:0 !important;
}

.catalog-hero{
  margin-bottom:22px !important;
}

.catalog-hero-main,
.catalog-hero-side{
  padding-top:26px !important;
  padding-bottom:26px !important;
}

.sections-page-head{
  margin-top:0 !important;
  margin-bottom:24px !important;
}

.category-page .catalog-hero-main h1,
.catalog-hero-main h1,
.page-head h1{
  margin-top:8px !important;
}

/* На страницах товаров тоже убираем лишний верхний воздух */
.products-page,
.product-page,
main.page-wrap{
  padding-top:34px !important;
}

@media(max-width:760px){
  .page-wrap,
  .catalog-page-shell,
  .sections-overview-page,
  .page-wrap.catalog-redesigned{
    padding-top:24px !important;
  }

  .breadcrumbs{
    margin-bottom:14px !important;
  }
}
