@media (min-width: 992px) {
  .service-section-hero__inner:not(.service-section-hero__inner--single) {
    align-items: stretch;
  }

  .service-section-hero__inner:not(.service-section-hero__inner--single) .service-section-hero__content,
  .service-section-hero__inner:not(.service-section-hero__inner--single) .service-section-hero__media {
    height: 100%;
  }

  .service-section-hero__inner:not(.service-section-hero__inner--single) .service-section-hero__media {
    align-self: stretch;
    aspect-ratio: auto;
    max-height: none;
  }

  .service-section-hero__inner:not(.service-section-hero__inner--single) .service-section-hero__media img {
    height: 100%;
    object-fit: cover;
  }

  .nazvanie .nazvanieitem:not(.kt) {
    align-items: stretch;
    gap: 28px;
  }

  .nazvanie .nazvanieitem:not(.kt) .leftitem {
    align-self: stretch;
    flex: 1 1 auto;
    width: auto;
    margin-right: 0;
  }

  .nazvanie .nazvanieitem:not(.kt) .rightitem {
    align-self: stretch;
    display: flex;
    flex: 0 0 34%;
    width: 34%;
    max-width: none;
  }

  .nazvanie .nazvanieitem:not(.kt) .rightitem .slider-4 {
    width: 100%;
    height: 100%;
    min-height: 500px;
    max-width: none;
  }

  .nazvanie .nazvanieitem:not(.kt) .rightitem .mask-3,
  .nazvanie .nazvanieitem:not(.kt) .rightitem .w-slider-mask,
  .nazvanie .nazvanieitem:not(.kt) .rightitem .slide-2,
  .nazvanie .nazvanieitem:not(.kt) .rightitem .service-detail-slide-image {
    height: 100%;
  }

  .nazvanie .nazvanieitem:not(.kt) .rightitem .service-detail-slide-image {
    object-fit: cover;
  }
}
