.s-program {
  font-size: clamp(14px, 1.5vw, 20px);
}

.s-program__banner {
  font-size: 0;
  position: relative;
  margin-bottom: -11vw;
}

.s-program__banner img {
  width: 100%;
  height: clamp(160px, 30vw, 400px);
  object-fit: cover;
}

.s-program__row {
  position: relative;
  gap: clamp(4px, 0.5vw, 8px);
  margin-bottom: clamp(32px, 6vw, 104px);
}

.s-program__left {
  padding: 24px clamp(16px, 2.2vw, 32px);
  flex: 1 1;
}

.s-program__left-content {
  gap: 32px;
}

.s-program__left-in {
  flex: 1 1;
  max-width: 832px;
}

.s-program__right {
  padding: 24px clamp(16px, 2.2vw, 32px);
}

.s-program__button {
  margin-top: auto;
}
@media screen and (min-width: 576px) {
  .s-program__button {
    margin-left: auto;
  }
}

.s-program__button .btn {
  padding: 12px 20px;
  min-width: 144px;
}

.s-program__title {
  margin-bottom: 20px;
  font-size: clamp(26px, 4vw, 51px);
}

.s-program__intro {
  margin-bottom: 20px;
}

.s-program__stats {
  margin-bottom: 20px;
  gap: 6px;
}

.s-program__stat {
  position: relative;
  z-index: 1;
  min-width: clamp(64px, 9vw, 98px);
  line-height: 1;
  padding: 32px 4px 4px;
}

.s-program__stat:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: transparent linear-gradient(180deg, rgba(255,255,255,0) 0%, #fff 100%) 0% 0% no-repeat padding-box;
  opacity: 0.35;
}

.s-program__number {
  font-size: clamp(22px, 4vw, 35px);
  margin-bottom: 4px;
}

.s-program__criteria-title {
  font-size: clamp(19px, 4vw, 26px);
  margin-bottom: clamp(20px, 3vw, 40px);
}

.s-program__criteria {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .s-program__right {
    width: clamp(320px, 28vw, 400px);
    padding: clamp(32px, 5vw, 56px) clamp(16px, 2.2vw, 32px) 24px;
  }
}

@media screen and (max-width: 575px) {
  .s-program__button .btn {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .b-programs {
    padding: 0 20px;
    margin: 32px 0;
  }

  .b-programs .s-program__content,
  .b-programs .s-program__right,
  .b-programs .s-program__left-in,
  .b-programs .s-program__button,
  .b-programs .s-program__left-content {
    display: none !important;
  }

  .b-programs .s-program__left {
    padding: 0;
    background: transparent !important;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
  }

  .b-programs .s-program__row {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 16px;
  }

  .b-programs .s-program__banner img {
    height: 192px;
  }

  .b-programs .s-program__banner:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.65;
  }

  .b-programs .s-program__title {
    color: #fff !important;
    font-size: 27px;
    margin: 0;
    flex: 1 1;
  }

  .b-programs .s-program__banner {
    margin: 0;
  }

  .b-programs .s-program__more {
    padding: 1px 13px;
    font-size: 8px;
    margin-bottom: 5px;
    display: inline-flex !important;
  }

  .b-programs__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}


@media screen and (max-width: 767px) {
  .b-programs .s-program__more-link {
    display: block !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
  }
}