/* Home 2026 — отдельные стили, грузятся только на новом шаблоне главной */

/* Контейнер для тестового вывода */
.home-2026 {
  padding: 20px 0 40px;
}

.home-2026__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ===== Reusable section heading ===== */
.home-2026-section-heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.home-2026-section-heading__row {
  position: relative;
  min-height: 42px;
  display: flex;
  align-items: center;
}

.home-2026-section-heading__mark {
  position: absolute;
  left: 0;
  top: 50%;
  width: 46.97px;
  height: 41.98px;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}

.home-2026-section-heading__mark svg {
  width: 100%;
  height: 100%;
  display: block;
}

.home-2026-section-heading__title {
  margin: 0;
  padding-left: 14px; /* первые буквы наезжают на знак */
  position: relative;
  z-index: 2;
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #001427;
  text-transform: uppercase;
}

.home-2026-section-heading__subtitle {
  margin: 0;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
  color: #001427;
}

/* ===== Section: expertise ===== */
.home-2026-expertise {
  padding: 40px 0;
}

.home-2026-expertise__heading {
  width: 1040px;
}

.home-2026-expertise__grid {
  margin-top: 40px;
  display: grid !important;
  grid-template-columns: repeat(3, 336px);
  gap: 16px;
}

.home-2026-expertise__slider {
  width: 100%;
}

.home-2026-expertise__controls {
  display: none;
}

.home-2026-expertise-card {
  border: 1px solid #888;
  background: transparent;
  width: 336px;
  min-height: 336px;
  padding: 48px 48px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.home-2026-expertise-card--top-left,
.home-2026-expertise-card--top-mid {
  border-radius: 112px 32px 8px 8px;
}

.home-2026-expertise-card--top-right {
  border-radius: 32px 112px 8px 8px;
}

.home-2026-expertise-card--bottom-left {
  border-radius: 8px 8px 32px 112px;
}

.home-2026-expertise-card--bottom-mid,
.home-2026-expertise-card--bottom-right {
  border-radius: 8px 8px 112px 32px;
}

.home-2026-expertise-card__title {
  margin: 0;
  min-height: 40px;
  text-align: center;
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: #001427;
}

.home-2026-expertise-card__body {
  display: grid;
  grid-template-columns: 1px 1fr;
  column-gap: 24px;
  align-items: start;
}

.home-2026-expertise-card__line {
  margin-top: 8px;
  width: 1px;
  height: 104px;
  background: #888;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.home-2026-expertise-card__line span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #888;
  transform: translateX(-0.5px);
}

.home-2026-expertise-card__text {
  margin: 0;
  font-family: "Gilroy", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.66;
  color: #001427;
}

.home-2026-expertise-card__accent {
  color: #ff5400;
  font-weight: 600;
}

.home-2026-expertise-card__icon {
  align-self: center;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-2026-expertise-card__icon img {
  width: 48px;
  height: 48px;
  display: block;
}

/* ===== Section: services ===== */
.home-2026-services {
  padding: 40px 0 60px;
}

.home-2026-services__heading {
  width: 1040px;
}

.home-2026-services__layout {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 336px 688px;
  gap: 16px;
  align-items: stretch;
}

.home-2026-services__cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.home-2026-services-card {
  padding: 24px;
  border-radius: 4px;
  border: 0.8px solid rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 3.2px 32px rgba(0, 0, 0, 0.06);
  background-image: linear-gradient(
    92.92deg,
    rgba(255, 255, 255, 0.153) 0.41224%,
    rgba(243, 246, 255, 0.118) 100%
  );
}

.home-2026-services-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.home-2026-services-card__title {
  margin: 0;
  width: 240px;
  max-width: 240px;
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  color: #001427;
}

.home-2026-services-card__mark {
  width: 17.9px;
  height: 16px;
  flex: 0 0 auto;
  display: inline-flex;
}

.home-2026-services-card__mark svg {
  width: 100%;
  height: 100%;
  display: block;
}

.home-2026-services-card__text {
  margin: 24px 0 0;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  color: #001427;
}

.home-2026-services__gallery {
  display: grid;
  grid-template-columns: repeat(2, 336px);
  grid-template-areas:
    "shape-a square-a"
    "square-b shape-b";
  gap: 16px;
}

.home-2026-services__tile {
  position: relative;
  width: 336px;
  height: 336px;
  overflow: hidden;
}

.home-2026-services__tile--shape-a {
  grid-area: shape-a;
  border-radius: 112px 32px 8px 8px;
}

.home-2026-services__tile--shape-b {
  grid-area: shape-b;
  border-radius: 8px 8px 112px 32px;
}

.home-2026-services__tile--square-a {
  grid-area: square-a;
  border-radius: 8px;
}

.home-2026-services__tile--square-b {
  grid-area: square-b;
  border-radius: 8px;
}

.home-2026-services__tile img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1);
}

.home-2026-services__tile:hover img {
  transform: scale(1.1);
}

/* ===== Hero (Home 2026) ===== */
.home-2026-hero {
  position: relative;
  isolation: isolate;
  padding: 20px 0 40px;
}

.home-2026-hero > .content {
  position: relative;
  z-index: 1;
}

.home-2026-hero__stack {
  display: block;
}

.home-2026-hero__row {
  display: grid;
  grid-template-columns: 408px 600px;
  column-gap: 32px;
  align-items: start;
  /* даём элементам слева “вылезать” поверх правого блока */
  overflow: visible;
}

.home-2026-hero__left {
  position: relative;
  height: 500px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.home-2026-hero__title-wrap {
  position: relative;
  left: -48px; /* как в Figma */
  top: 20px; /* ниже верхней границы правого фото-блока */
  width: 597px; /* как в Figma: Frame 20 */
  z-index: 3; /* перекрываем правый фото-блок */
  padding: 16px 96px 16px 48px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.06);
  background-image: linear-gradient(
    97.2858deg,
    rgba(255, 255, 255, 0.153) 0.41224%,
    rgba(243, 246, 255, 0.118) 100%
  );
}

.home-2026-hero__title {
  margin: 0;
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #000;
}

.home-2026-hero__cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 314px; /* как в макете */
  padding-top: 23px; /* чтобы заголовок не перекрывал первую ссылку */
}

.home-2026-hero__buttons {
  display: flex;
  gap: 24px;
  align-items: center;
  /* “прибиваем” кнопки вниз без margin */
  margin-top: auto;
}

.home-2026-btn {
  min-width: 160px;
  min-height: 39px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  user-select: none;
  padding: 10px 20px;
}

.home-2026-btn--primary {
  background: var(--color-blue-2, #005eb8);
  color: #fff;
}

.home-2026-btn--secondary {
  background: transparent;
  color: var(--color-blue-2, #005eb8);
  border: 1px solid var(--color-blue-2, #005eb8);
}

.home-2026-hero__right {
  position: relative;
  z-index: 1;
  width: 600px;
}

/* ===== Hero photo (one image sliced into tiles) ===== */
.hero-photo {
  width: 600px;
  height: 500px;
  display: grid;
  grid-template-columns: 240px 328px;
  grid-template-rows: 400px 68px;
  gap: 32px;
}

.hero-photo__tile {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  background: #f1f1f1;
}

.hero-photo__tile--tl {
  grid-column: 1;
  grid-row: 1;
}
.hero-photo__tile--bl {
  grid-column: 1;
  grid-row: 2;
}
.hero-photo__tile--r {
  grid-column: 2;
  grid-row: 1 / span 2;
}

/* Variant A: <img> with transforms */
.hero-photo__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 500px;
  object-fit: cover;
  display: block;
  will-change: transform;
  transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1);
}

.hero-photo__img--tl {
  --tx: 0px;
  --ty: 0px;
  transform: translate(var(--tx), var(--ty)) scale(1);
}
.hero-photo__img--bl {
  --tx: 0px;
  --ty: -432px;
  transform: translate(var(--tx), var(--ty)) scale(1);
}
.hero-photo__img--r {
  --tx: -272px;
  --ty: 0px;
  transform: translate(var(--tx), var(--ty)) scale(1);
}

.hero-photo__tile:hover .hero-photo__img,
.hero-photo__tile:focus-within .hero-photo__img {
  transform: translate(var(--tx), var(--ty)) scale(1.1);
}

/* ===== Component: main-slide-card =====
   BEM: .main-slide-card, .main-slide-card__*
*/
.main-slide-card {
  /* inactive: простая "строчка" на белом фоне */
  display: flex;
  gap: 24px;
  align-items: center;
  width: 285.902px;
  height: 48px;
  text-decoration: none;
  color: inherit;
  background: #fff;
}

.main-slide-card__thumb {
  width: 48px;
  height: 48px;
  border-radius: 3.2px;
  overflow: hidden;
  position: relative;
  flex: 0 0 auto;

  /* На старте без ассетов — нейтральный плейсхолдер */
  background: linear-gradient(135deg, #e9e9e9 0%, #d9d9d9 100%);
}

.main-slide-card__thumb-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.main-slide-card__body {
  display: flex;
  height: 100%;
  align-items: center;
}

.main-slide-card__inner {
  display: inline-flex;
  align-items: center;
  height: 100%;
  border-radius: 4px;

  /* Premium hover */
  will-change: padding, box-shadow, border-color;
  transition:
    padding 320ms cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 320ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 320ms cubic-bezier(0.2, 0.8, 0.2, 1),
    background-color 320ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.main-slide-card__title {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: normal;
  color: #000;
  white-space: nowrap;
}

.main-slide-card__logo {
  width: 0;
  height: 16px;
  flex: 0 0 auto;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-2px);
  will-change: width, opacity, transform;
  transition:
    width 320ms cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 320ms cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.main-slide-card__logo svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Active (hover): glass inner + padding + logo */
.main-slide-card:hover .main-slide-card__inner,
.main-slide-card:focus-visible .main-slide-card__inner {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 0.8px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 3.2px 32px rgba(0, 0, 0, 0.06);
  gap: 24px;
  padding: 0 24px;
  background-image: linear-gradient(
    96.101deg,
    rgba(255, 255, 255, 0.153) 0.41224%,
    rgba(243, 246, 255, 0.118) 100%
  );
}

.main-slide-card:hover .main-slide-card__logo,
.main-slide-card:focus-visible .main-slide-card__logo {
  width: 17.902px;
  opacity: 1;
  transform: translateX(0);
}

/* Доступность: видимый фокус, не через margin */
.main-slide-card:focus-visible {
  outline: 2px solid var(--color-blue-2, #005eb8);
  outline-offset: 2px;
}

/* ===== Reusable component: badge ===== */
.winal-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 18px;
  padding: 4px 8px;
  border-radius: 2px;
  font-family: "Gilroy", sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
}

.winal-badge--orange {
  background: #ff5400;
}

.winal-badge--blue {
  background: #005eb8;
}

.winal-badge--green {
  background: #07ac6a;
}

/* ===== Reusable component: catalog label ===== */
.home-2026-catalog-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
}

.home-2026-catalog-label__shape {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.home-2026-catalog-label__shape svg {
  width: 100%;
  height: 100%;
  display: block;
}

.home-2026-catalog-label--small {
  width: 252px;
  height: 36px;
  padding: 0 32px 0 10px;
  gap: 10px;
}

.home-2026-catalog-label--large {
  width: 336px;
  height: 48px;
  padding: 0 36px 0 14px;
  gap: 12px;
}

.home-2026-catalog-label__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
}

.home-2026-catalog-label__mark svg {
  display: block;
}

.home-2026-catalog-label__text {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  z-index: 1;
}

.home-2026-catalog-label--small .home-2026-catalog-label__text {
  font-size: 16px;
}

.home-2026-catalog-label--large .home-2026-catalog-label__text {
  font-size: 20px;
}

.home-2026-catalog-label__caret {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  z-index: 1;
}

.home-2026-catalog-label--small .home-2026-catalog-label__caret {
  right: 4px;
}

.home-2026-catalog-label--large .home-2026-catalog-label__caret {
  right: 10px;
}

.home-2026-catalog-label__caret::before,
.home-2026-catalog-label__caret::after {
  content: "";
  position: absolute;
  left: 6px;
  width: 1px;
  height: 8px;
  background: #b7dfce;
  transform-origin: center;
}

.home-2026-catalog-label__caret::before {
  top: 2px;
  transform: rotate(-45deg);
}

.home-2026-catalog-label__caret::after {
  top: 7px;
  transform: rotate(45deg);
}

/* ===== Reusable component: catalog description ===== */
.home-2026-catalog-description {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: center;
  padding: 24px;
  border-radius: 4px;
  border: 0.8px solid rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 3.2px 32px rgba(0, 0, 0, 0.06);
  background-image: linear-gradient(
    91.2729deg,
    rgba(255, 255, 255, 0.153) 0.41224%,
    rgba(243, 246, 255, 0.118) 100%
  );
}

.home-2026-catalog-description__mark {
  position: absolute;
  left: 15.2px;
  top: 15.2px;
  width: 17.902px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-2026-catalog-description__mark svg {
  width: 100%;
  height: 100%;
  display: block;
}

.home-2026-catalog-description__text {
  margin: 0;
  color: #fff;
}

.home-2026-catalog-description__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 124px;
  padding: 8px 16px;
  border-radius: 4px;
  background: #005eb8;
  color: #fff;
  text-decoration: none;
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
}

.home-2026-catalog-description--large {
  background-image: linear-gradient(
    91.2729deg,
    rgba(255, 255, 255, 0.153) 0.41224%,
    rgba(243, 246, 255, 0.118) 100%
  );
}

.home-2026-catalog-description--large .home-2026-catalog-description__text {
  width: 166px;
  max-width: 166px;
  min-width: 0;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  white-space: pre-wrap;
  z-index: 2;
}

.home-2026-catalog-description--large .home-2026-catalog-description__btn {
  min-width: 160px;
  padding: 12px 32px;
}

.home-2026-catalog-description--small {
  background-image: linear-gradient(
    91.1876deg,
    rgba(255, 255, 255, 0.153) 0.41224%,
    rgba(243, 246, 255, 0.118) 100%
  );
}

.home-2026-catalog-description--small .home-2026-catalog-description__text {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  max-width: 124px;
  z-index: 2;
}

/* ===== Reusable component: catalog novelty card ===== */
.home-2026-catalog-novelty-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.06);
  background-image: linear-gradient(
    94.2973deg,
    rgba(255, 255, 255, 0.17) 0.41224%,
    rgba(243, 246, 255, 0.13) 100%
  );
  text-decoration: none;
  transform: translateZ(0);
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 240ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.home-2026-catalog-novelty-card:hover,
.home-2026-catalog-novelty-card:focus-visible {
  transform: scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.home-2026-catalog-novelty-card:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.85);
  outline-offset: 2px;
}

.home-2026-catalog-novelty-card__thumb {
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  overflow: hidden;
}

.home-2026-catalog-novelty-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.35);
  transform: scale(1);
  transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1), filter 1.2s ease;
}

.home-2026-catalog-novelty-card__thumb-placeholder {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(140deg, #e6eaee 0%, #cfd6de 100%);
}

.home-2026-catalog-novelty-card__text {
  margin: 0;
  flex: 1 0 0;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
}

.home-2026-catalog-novelty-card__badge {
  position: absolute;
  right: 24px;
  top: 15px;
}

/* ===== Reusable components: catalog cards ===== */
.home-2026-catalog-card-large,
.home-2026-catalog-card-small {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.home-2026-catalog-card-large {
  height: 424px;
}

.home-2026-catalog-card-small {
  height: 424px;
}

.home-2026-catalog-card-large__link,
.home-2026-catalog-card-small__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.home-2026-catalog-card-large__bg,
.home-2026-catalog-card-small__bg {
  position: absolute;
  inset: 0;
  display: block;
}

.home-2026-catalog-card-large__bg img,
.home-2026-catalog-card-small__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.35) brightness(0.7);
  transform: scale(1);
  transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1), filter 1.2s ease;
}

.home-2026-catalog-card-large:hover .home-2026-catalog-card-large__bg img,
.home-2026-catalog-card-small:hover .home-2026-catalog-card-small__bg img,
.home-2026-catalog-novelty-card:hover .home-2026-catalog-novelty-card__thumb img,
.home-2026-catalog-novelty-card:focus-visible .home-2026-catalog-novelty-card__thumb img {
  transform: scale(1.1);
  filter: saturate(1) brightness(1);
}

.home-2026-catalog-card-large__bg-placeholder,
.home-2026-catalog-card-small__bg-placeholder {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(140deg, #d9dee3 0%, #bcc5ce 100%);
}


.home-2026-catalog-card-large__label,
.home-2026-catalog-card-small__label {
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 2;
}

.home-2026-catalog-card-large__description {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 3;
  /* width: min(332px, calc(100% - 48px)); */
}

.home-2026-catalog-card-large__novelties {
  position: absolute;
  left: 24px;
  bottom: 24px;
  width: 312px;
  z-index: 3;
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
}

.home-2026-catalog-card-large__novelty-item {
  width: 100%;
}

.home-2026-catalog-card-small__description {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 3;
}

/* ===== Section: catalog ===== */
.home-2026-catalog {
  padding: 40px 0 60px;
}

.home-2026-catalog__areas {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.home-2026-catalog__area {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.home-2026-catalog__area-heading {
  width: 1040px;
}

.home-2026-catalog__area-card {
  width: 100%;
}

.home-2026-catalog__heading {
  width: 1040px;
}

.home-2026-catalog__grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: stretch;
}

.home-2026-catalog__grid--mvp {
  margin-top: 0;
}

.home-2026-catalog__item {
  min-width: 0;
}

.home-2026-catalog__item--mvp-large {
  grid-column: 1 / -1;
}

.home-2026-catalog__item--large-1,
.home-2026-catalog__item--large-2,
.home-2026-catalog__item--large-3,
.home-2026-catalog__item--large-4 {
  grid-column: 1 / -1;
}

.home-2026-catalog__item--large-4 {
  display: none;
}

.home-2026-catalog__footer {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.home-2026-catalog__grid--mvp .home-2026-catalog-card-large__novelties {
  width: 328px;
  gap: 6px;
  flex-direction: column;
}

.home-2026-catalog__grid--mvp .home-2026-catalog-card-large {
  height: 456px;
}

.home-2026-catalog__grid--mvp .home-2026-catalog-novelty-card {
  gap: 12px;
  padding: 12px;
}

.home-2026-catalog__grid--mvp .home-2026-catalog-novelty-card__thumb {
  width: 52px;
  height: 52px;
}

/* ===== Section: news ===== */
.home-2026-news {
  padding: 40px 0 60px;
}

.home-2026-news__heading {
  width: 1040px;
}

.home-2026-news__layout {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 424px 584px;
  column-gap: 32px;
  align-items: start;
  height: 726px;
  position: relative;
}

.home-2026-news__featured-image {
  width: 424px;
  height: 500px;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  background: #f2f4f7;
}

.home-2026-news__featured-image img,
.home-2026-news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-2026-news__img-placeholder {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(140deg, #edf1f5 0%, #dce3ea 100%);
}

.home-2026-news__controls {
  position: absolute;
  left: 52px;
  top: 538px;
  width: 160px;
  height: 80px;
  padding: 10px;
  display: flex;
  gap: 16px;
}

.home-2026-news__controls .swiper-button-prev,
.home-2026-news__controls .swiper-button-next {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  flex: 1 1 0;
  height: 100%;
  border-radius: 4px;
  color: #001427;
  border: 1px solid #fff;
}

.home-2026-news__arrow--prev {
  opacity: 0.35;
  background: rgba(136, 136, 136, 0.2);
}

.home-2026-news__arrow--next {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #fff;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.06);
}

.home-2026-news__controls .swiper-button-prev::after,
.home-2026-news__controls .swiper-button-next::after {
  font-size: 13px;
  font-weight: 800;
}

.home-2026-news__all-link {
  position: absolute;
  left: 36px;
  top: 647px;
  /* width: 160px; */
}

.home-2026-news__right {
  width: 584px;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.home-2026-news-main {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: flex-start;
}

.home-2026-news-main__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.home-2026-news-main__title {
  margin: 0;
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  color: #001427;
}

.home-2026-news-main__title a {
  color: inherit;
  text-decoration: none;
}

.home-2026-news-main__date {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 16.8px;
  color: #888;
}

.home-2026-news-main__text {
  margin: 0;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
  color: #001427;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  overflow: hidden;
}

.home-2026-news-main__more {
  text-decoration: none;
}

.home-2026-news__slider-wrap {
  position: absolute;
  top: 390px;
  right: 0;
  width: 776px;
  z-index: 2;
  overflow: hidden;
  box-sizing: border-box;
  padding: 20px 12px 24px;
}

.home-2026-news__slider {
  overflow: visible;
}

.home-2026-news__slider .swiper-wrapper {
  align-items: stretch;
}

.home-2026-news__slider .swiper-slide {
  text-align: left;
  background: transparent;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

.home-2026-news-card {
  height: 296px;
  border-radius: 8px;
  padding: 24px;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  cursor: pointer;
}

.home-2026-news-card:focus-visible {
  outline: 2px solid #005eb8;
  outline-offset: 2px;
}

.home-2026-news-card__badge {
  flex: 0 0 auto;
}

.home-2026-news-card__image {
  width: 100%;
  height: 150px;
  display: block;
  overflow: hidden;
  background: #f2f4f7;
}

.home-2026-news-card__title {
  margin: 0;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 16.8px;
  color: #001427;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

.home-2026-news-card__title a {
  color: inherit;
  text-decoration: none;
}

.home-2026-news__pagination {
  display: none;
}

/* ===== Section: cases ===== */
.home-2026-cases {
  padding: 40px 0 60px;
}

.home-2026-cases__heading {
  width: 1040px;
}

.home-2026-cases__layout {
  margin-top: 40px;
  position: relative;
  display: grid;
  grid-template-columns: 424px 1fr;
  column-gap: 32px;
  align-items: start;
  min-height: 726px;
}

.home-2026-cases__featured-image {
  display: block;
  width: 424px;
  height: 500px;
  border-radius: 8px;
  overflow: hidden;
}

.home-2026-cases__featured-image img,
.home-2026-cases-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-2026-cases__img-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f0f2f5 0%, #dde2e8 100%);
}

.home-2026-cases__controls {
  position: absolute;
  left: 52px;
  top: 538px;
  display: flex;
  gap: 16px;
  width: 160px;
  height: 80px;
  padding: 10px;
  z-index: 4;
}

.home-2026-cases__controls .swiper-button-prev,
.home-2026-cases__controls .swiper-button-next {
  position: static;
  margin: 0;
  width: calc((100% - 16px) / 2);
  height: 100%;
  border-radius: 4px;
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #888;
  background: rgba(255, 255, 255, 0.9);
}

.home-2026-cases__arrow--prev {
  opacity: 0.35;
  background: rgba(136, 136, 136, 0.2);
}

.home-2026-cases__arrow--next {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.06);
}

.home-2026-cases__controls .swiper-button-prev::after,
.home-2026-cases__controls .swiper-button-next::after {
  font-size: 24px;
  font-weight: 700;
}

.home-2026-cases__all-link {
  position: absolute;
  left: 36px;
  bottom: 0;
}

.home-2026-cases__right {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.home-2026-cases-main {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.home-2026-cases-main__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.home-2026-cases-main__title {
  margin: 0;
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.15;
  text-transform: uppercase;
  color: #001427;
}

.home-2026-cases-main__title a {
  color: inherit;
  text-decoration: none;
}

.home-2026-cases-main__date {
  font-family: "Gilroy", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #888;
}

.home-2026-cases-main__text {
  margin: 0;
  font-family: "Gilroy", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #001427;
  max-height: 166px;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 6;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.home-2026-cases-main__more {
  align-self: flex-start;
}

.home-2026-cases__slider-wrap {
  position: absolute;
  top: 390px;
  right: 0;
  width: 776px;
  padding: 20px 12px 24px;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 3;
}

.home-2026-cases__slider {
  width: 100%;
  overflow: visible;
}

.home-2026-cases__slider .swiper-wrapper {
  align-items: stretch;
}

.home-2026-cases__slider .swiper-slide {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  height: auto;
  text-align: left;
  background: transparent;
}

.home-2026-cases-card {
  width: 100%;
  height: 296px;
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
  background: linear-gradient(
    91.1513deg,
    rgba(255, 255, 255, 0.17) 0.41224%,
    rgba(243, 246, 255, 0.13) 100%
  );
  cursor: pointer;
}

.home-2026-cases-card:focus-visible {
  outline: 2px solid #005eb8;
  outline-offset: 2px;
}

.home-2026-cases-card__badge {
  align-self: flex-start;
}

.home-2026-cases-card__image {
  display: block;
  width: 100%;
  height: 150px;
  border-radius: 4px;
  overflow: hidden;
}

.home-2026-cases-card__title {
  margin: 0;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.4;
  color: #001427;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-2026-cases-card__title a {
  color: inherit;
  text-decoration: none;
}

.home-2026-cases__pagination {
  display: none;
}

@media (max-width: 1120px) {
  .home-2026-hero .content {
    width: auto;
    max-width: none;
    /* padding-left: 40px;
    padding-right: 40px; */
  }

  .home-2026-hero__row {
    position: relative;
    min-height: 500px;
    grid-template-columns: 408px 1fr;
    column-gap: 0;
  }

  .home-2026-hero__left {
    z-index: 2;
  }

  .home-2026-hero__title-wrap {
    left: 0;
    width: 560px;
    padding: 14px 32px 14px 24px;
  }

  .home-2026-expertise__grid{
    grid-template-columns: repeat(2, 336px);
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .content {
    width: 92%;
    margin: 0px 4%;
  }
  .home-2026-news__layout {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
    column-gap: 24px;
  }

  .home-2026-news__right {
    width: auto;
    min-width: 0;
  }

  .home-2026-news__featured-image {
    width: 100%;
  }

  .home-2026-cases__layout {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
    column-gap: 24px;
  }

  .home-2026-cases__right {
    width: auto;
    min-width: 0;
  }

  .home-2026-cases__featured-image {
    width: 100%;
  }

}

@media (max-width: 768px) {
  .home-2026-hero::before {
    display: none;
  }

  .home-2026-section-heading {
    gap: 6px;
    width: 100%;
  }

  .home-2026-section-heading__row {
    min-height: 32px;
  }

  .home-2026-section-heading__mark {
    width: 34px;
    height: 30px;
    left: 0;
  }

  .home-2026-section-heading__title {
    font-size: 20px;
    line-height: 1.2;
    padding-left: 10px;
  }

  .home-2026-section-heading__subtitle {
    font-size: 13px;
    line-height: 1.4;
  }

  .home-2026-services {
    padding: 32px 0 44px;
  }

  .home-2026-services__heading {
    width: 100%;
  }

  .home-2026-services__layout {
    margin-top: 24px;
    grid-template-columns: 1fr;
  }

  .home-2026-services__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-2026-services__tile {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .home-2026-catalog {
    padding: 32px 0 44px;
  }

  .home-2026-catalog__heading {
    width: 100%;
  }

  .home-2026-catalog__areas {
    gap: 32px;
  }

  .home-2026-catalog__area {
    gap: 20px;
  }

  .home-2026-catalog__area-heading {
    width: 100%;
  }

  .home-2026-catalog__grid {
    margin-top: 24px;
    grid-template-columns: 1fr;
  }

  .home-2026-catalog__grid--mvp {
    margin-top: 0;
  }

  .home-2026-catalog__item--small-1,
  .home-2026-catalog__item--small-2,
  .home-2026-catalog__item--small-3,
  .home-2026-catalog__item--small-4,
  .home-2026-catalog__item--small-5,
  .home-2026-catalog__item--small-6 {
    display: none;
  }

  .home-2026-catalog__item--large-4 {
    display: block;
  }

  .home-2026-catalog-card-large,
  .home-2026-catalog-card-small {
    height: 320px;
  }

  .home-2026-catalog__grid--mvp .home-2026-catalog-card-large {
    height: 420px;
  }

  .home-2026-catalog-card-large__label {
    top: 20px;
  }

  .home-2026-catalog-card-large__label.home-2026-catalog-label--large {
    width: 252px;
    height: 36px;
    padding: 0 32px 0 10px;
    gap: 10px;
  }

  .home-2026-catalog-card-large__label.home-2026-catalog-label--large .home-2026-catalog-label__text {
    font-size: 16px;
  }

  .home-2026-catalog-card-large__label.home-2026-catalog-label--large .home-2026-catalog-label__caret {
    right: 4px;
  }

  .home-2026-catalog-card-large__label.home-2026-catalog-label--large .home-2026-catalog-label__mark svg {
    width: 18px;
    height: 16px;
  }

  .home-2026-catalog-card-small__label {
    top: 20px;
    right: 0;
  }

  .home-2026-catalog-card-large__description,
  .home-2026-catalog-card-small__description {
    display: none;
  }

  .home-2026-catalog-card-large__novelties {
    left: 16px;
    bottom: 16px;
    width: min(312px, calc(100% - 32px));
    display: flex;
  }

  .home-2026-catalog__grid--mvp .home-2026-catalog-card-large__novelties {
    width: min(332px, calc(100% - 32px));
  }

  .home-2026-catalog__footer {
    justify-content: stretch;
  }

  .home-2026-catalog__footer .home-2026-btn {
    width: 100%;
    justify-content: center;
  }

  .home-2026-catalog-novelty-card{
    padding: 0;
  }

  .home-2026-news {
    padding: 32px 0 44px;
  }

  .home-2026-news__heading {
    width: 100%;
  }

  .home-2026-news__layout {
    margin-top: 24px;
    grid-template-columns: 1fr;
    row-gap: 16px;
    height: auto;
  }

  .home-2026-news__featured-image {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .home-2026-news__right {
    width: 100%;
    padding: 0;
    min-width: 0;
  }

  .home-2026-news__slider-wrap {
    position: static;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-top: 20px;
    overflow: visible;
    padding: 0;
  }

  .home-2026-news__slider {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0;
    margin: 0;
    padding-bottom: 12px;
    margin-bottom: -12px;
    overflow: hidden;
  }

  .home-2026-news-card {
    width: 240px;
    max-width: 240px;
    flex: 0 0 240px;
    height: auto;
    min-height: 0;
    min-width: 240px;
  }

  .home-2026-news-main {
    gap: 24px;
  }

  .home-2026-news-main__title {
    font-size: 18px;
    line-height: 1.2;
  }

  .home-2026-news__controls {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    gap: 12px;
  }

  .home-2026-news__controls .swiper-button-prev,
  .home-2026-news__controls .swiper-button-next {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
  }

  .home-2026-news__all-link {
    position: static;
    margin-top: 12px;
  }

  .home-2026-cases {
    padding: 32px 0 44px;
  }

  .home-2026-cases__heading {
    width: 100%;
  }

  .home-2026-cases__layout {
    margin-top: 24px;
    grid-template-columns: 1fr;
    row-gap: 16px;
    height: auto;
  }

  .home-2026-cases__featured-image {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .home-2026-cases__right {
    width: 100%;
    padding: 0;
    min-width: 0;
  }

  .home-2026-cases__slider-wrap {
    position: static;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-top: 20px;
    overflow: visible;
    padding: 0;
  }

  .home-2026-cases__slider {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0;
    margin: 0;
    padding-bottom: 12px;
    margin-bottom: -12px;
    overflow: hidden;
  }

  .home-2026-cases-card {
    width: 240px;
    max-width: 240px;
    flex: 0 0 240px;
    height: auto;
    min-height: 0;
    min-width: 240px;
  }

  .home-2026-cases-main {
    gap: 24px;
  }

  .home-2026-cases-main__title {
    font-size: 18px;
    line-height: 1.2;
  }

  .home-2026-cases__controls {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    gap: 12px;
  }

  .home-2026-cases__controls .swiper-button-prev,
  .home-2026-cases__controls .swiper-button-next {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
  }

  .home-2026-cases__all-link {
    position: static;
    margin-top: 12px;
  }

 

  .home-2026-hero {
    padding: 16px 0 24px;
  }

  .home-2026-hero .content {
    width: auto;
    max-width: none;
    margin: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-2026-hero__row {
    position: relative;
    display: block;
    min-height: 420px;
  }

  .home-2026-hero__left {
    position: relative;
    z-index: 2;
    width: min(100%, 408px);
    height: auto;
    gap: 14px;
  }

  .home-2026-hero__title-wrap {
    left: 0;
    top: 0;
    width: 100%;
    padding: 8px 16px;
  }

  .home-2026-hero__title {
    font-size: 20px;
    line-height: 1.2;
  }

  .home-2026-hero__cards {
    width: 100%;
    padding-top: 0;
    gap: 14px;
  }

  .home-2026-hero__right {
    position: absolute;
    right: 0;
    top: 0;
    width: 600px;
    transform-origin: top right;
    transform: scale(0.5);
    z-index: 1;
  }
  .home-2026-expertise__grid {
    grid-template-columns: repeat(1, 336px);
  }

  .home-2026-expertise__slider {
    width: 336px;
    max-width: 100%;
    margin: 24px auto 0;
    overflow: hidden;
  }

  .home-2026-expertise__slider .home-2026-expertise__grid {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex !important;
    justify-content: flex-start;
    gap: 0;
  }

  .home-2026-expertise__slider .swiper-slide {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
  }

  .home-2026-expertise-card {
    width: 336px;
    max-width: 336px;
    flex: 0 0 336px;
    min-height: 336px;
  }

  .home-2026-expertise__controls {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 12px;
  }

  .home-2026-expertise__controls .swiper-button-prev,
  .home-2026-expertise__controls .swiper-button-next {
    position: static;
    margin: 0;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 4px;
    border: 1px solid #fff;
    color: #888;
    background: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
  }

  .home-2026-expertise__controls .swiper-button-prev::after,
  .home-2026-expertise__controls .swiper-button-next::after {
    font-size: 24px;
    font-weight: 700;
  }
}

@media (max-width: 480px) {


  .home-2026-hero__row {
    min-height: 0;
  }

  .home-2026-hero__left {
    height: auto;
    gap: 40px;
  }

  .home-2026-hero__title-wrap {
    left: 0;
    top: 0;
    width: 100%;
    padding: 8px 16px;
  }

  .home-2026-hero__title {
    font-size: 20px;
    line-height: 1.2;
  }

  .home-2026-hero__cards {
    max-width: none;
    padding-top: 0;
  }

  .home-2026-hero__right {
    display: none;
  }

  .main-slide-card {
    width: 100%;
    height: 44px;
    gap: 16px;
  }

  .main-slide-card__thumb {
    width: 44px;
    height: 44px;
  }

  .main-slide-card__body {
    flex: 1 1 auto;
    min-width: 0;
  }

  .main-slide-card__inner {
    width: 100%;
    height: 100%;
    justify-content: space-between;
    gap: 16px;
    padding: 0 16px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 0.8px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 3.2px 32px rgba(0, 0, 0, 0.06);
    background-image: linear-gradient(
      96.101deg,
      rgba(255, 255, 255, 0.153) 0.41224%,
      rgba(243, 246, 255, 0.118) 100%
    );
  }

  .main-slide-card__title {
    font-size: 11.76px;
  }

  .main-slide-card__logo {
    width: 16.454px;
    height: 14.706px;
    opacity: 1;
    transform: translateX(0);
  }

  .home-2026-hero__buttons {
    /* margin-top: 14px; */
    justify-content: space-between;
    gap: 24px;
  }

  .home-2026-btn {
    width: auto;
    min-width: 160px;
    height: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 375px) {
   .content {
    width: auto;
    margin: 16px;
  }

  .home-2026-section-heading__row {
    min-height: 28px;
  }

  .home-2026-section-heading__mark {
    width: 30px;
    height: 26px;
  }

  .home-2026-section-heading__title {
    font-size: 20px;
    padding-left: 8px;
  }

  .home-2026-hero {
    padding: 16px 0 20px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .home-2026-services__tile img {
    transition: none;
  }

  .home-2026-services__tile:hover img {
    transform: none;
  }

  .main-slide-card__inner,
  .main-slide-card__logo {
    transition: none;
  }

  .home-2026-catalog-novelty-card {
    transition: none;
  }

  .home-2026-catalog-card-large__bg img,
  .home-2026-catalog-card-small__bg img,
  .home-2026-catalog-novelty-card__thumb img {
    transition: none;
  }

  .home-2026-catalog-card-large:hover .home-2026-catalog-card-large__bg img,
  .home-2026-catalog-card-small:hover .home-2026-catalog-card-small__bg img,
  .home-2026-catalog-novelty-card:hover .home-2026-catalog-novelty-card__thumb img,
  .home-2026-catalog-novelty-card:focus-visible .home-2026-catalog-novelty-card__thumb img {
    transform: none;
  }

  .home-2026-catalog-novelty-card:hover,
  .home-2026-catalog-novelty-card:focus-visible {
    transform: none;
  }
}

