.km-sbs1 {
  position: relative;
  width: 100%;
  max-width: none;
  padding: 64px 0 72px;
  color: #737373;
  background: #fffdf5;
}

.km-sbs1__inner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: var(--page-width, 1280px);
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--page-pad, 30px);
  padding-left: var(--page-pad, 30px);
}

.km-sbs1 h4.km-sbs1__title {
  margin: 0 0 36px;
  text-align: left;
}

.km-sbs1__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  align-items: stretch;
  column-gap: 56px;
}

.km-sbs1 a.km-sbs1__card,
.km-sbs1 a.km-sbs1__card:hover,
.km-sbs1 a.km-sbs1__card:focus-visible,
.km-sbs1 .km-sbs1__card,
.km-sbs1 .km-sbs1__card--static {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  min-width: 0;
  color: #737373;
  background: transparent;
  border: 0;
  text-decoration: none;
}

.km-sbs1 a.km-sbs1__card:focus-visible {
  outline: 2px solid #000;
  outline-offset: 4px;
}

.km-sbs1__copy {
  position: relative;
  box-sizing: border-box;
  height: 100%;
  min-height: 92px;
  padding: 18px 48px 24px 18px;
  border-left: 1px solid #737373;
}

.km-sbs1__copy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 1px;
  background: #737373;
}

.km-sbs1 h6.km-sbs1__card-title {
  margin: 0 0 10px;
}

.km-sbs1__card-text {
  color: #737373;
}

.km-sbs1__card-text > *:first-child {
  margin-top: 0;
}

.km-sbs1__card-text > *:last-child {
  margin-bottom: 0;
}

.km-sbs1__card-text p {
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.45;
}

.km-sbs1__media {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 0;
  overflow: visible;
  padding-bottom: 100%;
  background: #d9d9d9;
  border-right: 1px solid #737373;
  border-bottom: 1px solid #737373;
  border-left: 1px solid #737373;
}

.km-sbs1__media > picture,
.km-sbs1__media > img,
.km-sbs1__picture,
.km-sbs1__img {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.km-sbs1__arrow {
  position: absolute;
  top: 0;
  right: -1px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  transform: translateY(-100%);
  color: #fff;
  background: #737373;
}

.km-sbs1 a.km-sbs1__card:hover h6.km-sbs1__card-title,
.km-sbs1 a.km-sbs1__card:focus-visible h6.km-sbs1__card-title {
  color: #000;
}

.km-sbs1 a.km-sbs1__card:hover .km-sbs1__arrow,
.km-sbs1 a.km-sbs1__card:focus-visible .km-sbs1__arrow {
  background: #000;
}

.km-sbs1--empty {
  min-height: 220px;
  background: repeating-linear-gradient(
    -45deg,
    #fff,
    #fff 8px,
    #eee 8px,
    #eee 16px
  );
}

.km-sbs1--empty .km-sbs1__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding-top: 36px;
}

.km-sbs1--empty .km-sbs1__icon {
  width: min(320px, 70%);
  height: auto;
  margin-bottom: 36px;
}

.km-sbs1__hint {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 12px 18px;
  color: #31708f;
  background: #d9edf7;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 800px) {
  .km-sbs1 {
    padding: 42px 0 48px;
  }

  .km-sbs1 h4.km-sbs1__title {
    margin-bottom: 28px;
    text-align: center;
  }

  .km-sbs1__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    align-items: start;
    justify-items: center;
    row-gap: 48px;
  }

  .km-sbs1 a.km-sbs1__card,
  .km-sbs1 a.km-sbs1__card:hover,
  .km-sbs1 a.km-sbs1__card:focus-visible,
  .km-sbs1 .km-sbs1__card,
  .km-sbs1 .km-sbs1__card--static {
    display: flex;
    flex-direction: column;
    grid-template-rows: none;
    grid-row: auto;
    width: 100%;
    max-width: 504px;
  }

  .km-sbs1__copy {
    height: auto;
    min-height: 0;
  }
}
