/* FASOV: вариант B с компактностью A. Автор: Petr. Только десктоп. */
.fv-category-hero__media {
  display: none;
}

@media (min-width: 1024px) {
  .fv-category {
    padding-top: 16px;
  }

  .fv-category .fv-breadcrumb {
    margin-bottom: 24px;
  }

  .fv-category-hero {
    position: relative;
  }

  .fv-category-hero .fv-category__header {
    overflow-wrap: anywhere;
  }

  .fv-category-hero--with-media .fv-category__header {
    max-width: min(880px, calc(100% - 224px));
  }

  .fv-category-hero__media {
    position: absolute;
    top: 0;
    right: clamp(16px, 4vw, 72px);
    bottom: 0;
    display: flex;
    width: clamp(160px, 12.5vw, 180px);
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }

  .fv-category-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 180px;
    object-fit: contain;
  }

  .fv-category .fv-category__children {
    margin-top: 28px;
  }

  .fv-category .fv-category__catalog {
    margin-top: 40px;
  }

  .fv-category .fv-category__pagination {
    margin-top: 24px;
    margin-bottom: 0;
  }

  .fv-category .fv-category-benefits {
    margin-top: 40px;
    padding-block: 32px;
  }

  .fv-category .fv-category__empty {
    min-height: 120px;
  }

  .fv-page:has(.fv-category) .fv-site-footer {
    margin-top: 0;
    padding-top: 40px;
  }
}
