.apr-showcases {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}

.apr-showcase {
  position: relative;
  min-width: 0;
}

.apr-showcase .header-black {
  font-size: 32px;
  line-height: 1.15;
}

.apr-showcase-rule {
  display: flex;
  margin-top: 8px;
  margin-bottom: 24px;
}

.apr-showcase-rule .span-org {
  width: 25%;
}

.apr-showcase-rule .span-gray {
  width: 75%;
}

.apr-carousel-shell {
  position: relative;
}

.apr-carousel-track,
.apr-showcase--graduates #slider {
  display: flex;
  width: 100%;
  gap: 12px;
  padding: 0 0 8px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

.apr-carousel-track::-webkit-scrollbar,
.apr-showcase--graduates #slider::-webkit-scrollbar {
  display: none;
}

.apr-showcases .wych,
.apr-success-card {
  flex: 0 0 calc((100% - 12px) / 2);
  width: calc((100% - 12px) / 2);
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0;
  border-radius: 3px;
  overflow: hidden;
  scroll-snap-align: start;
}

.apr-showcases .wych {
  padding: 0 20px 20px;
  font-size: 18px;
}

.apr-showcases .wych .loka {
  max-width: 100%;
}

.apr-success-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.apr-carousel-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 42px;
  height: 48px;
  padding: 0;
  transform: translateY(-50%);
  border: 0;
  border-radius: 3px;
  background: #fff;
  color: #0c0b34;
  box-shadow: 0 2px 8px rgba(12, 11, 52, .18);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: transform .2s ease, background-color .2s ease;
}

.apr-carousel-button:hover {
  background: #f5f5f5;
}

.apr-carousel-button:active {
  transform: translateY(-50%) scale(.96);
}

.apr-carousel-button:focus-visible {
  outline: 3px solid #f68c1c;
  outline-offset: 3px;
}

.apr-carousel-button--previous {
  left: -14px;
}

.apr-carousel-button--next {
  right: -14px;
}

.apr-showcase-more {
  margin-top: 28px;
}

@media (max-width: 767px) {
  .apr-showcases {
    grid-template-columns: minmax(0, 1fr);
    gap: 56px;
  }

  .apr-showcase .header-black {
    font-size: 28px !important;
  }

  .apr-showcase-rule {
    margin-bottom: 20px;
  }

  .apr-showcases .wych,
  .apr-success-card {
    flex-basis: 100%;
    width: 100%;
  }

  .apr-showcases .wych {
    padding: 0 24px 22px;
    font-size: 21px;
  }

  #btn-left.apr-carousel-button,
  #btn-right.apr-carousel-button,
  .apr-showcase--successes .apr-carousel-button {
    display: block;
    width: 40px;
    height: 46px;
    background: rgba(255, 255, 255, .94);
  }

  .apr-carousel-button--previous {
    left: 8px;
  }

  .apr-carousel-button--next {
    right: 8px;
  }
}
