.program__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -1.25rem;
}
.program__cards > * {
  margin: 0 10px 1.25rem;
  width: calc(33.3333333333% - 20px);
}
.program__card {
  border-radius: 1.25rem;
  padding: 1.25rem 2rem 2rem;
  -webkit-box-shadow: inset 0 0 60px 0 rgba(255, 128, 23, 0.81);
  box-shadow: inset 0 0 60px 0 rgba(255, 128, 23, 0.81);
  background-color: var(--bg);
  text-align: center;
}
.program__card-ico {
  width: 6.25rem;
  height: 6.25rem;
  margin: 0 auto;
  mix-blend-mode: luminosity;
}
.program__card-ico > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.program__card-text {
  font-size: max(1.25rem, 12px);
  line-height: 130%;
  font-weight: 500;
}
.program__subtitle {
  max-width: 38.125rem;
  margin: 5rem auto 2.5rem;
}
.program__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px -0.625rem;
}
.program__list > li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 5px 0.625rem;
  text-transform: uppercase;
  padding: 0.4375rem 1.25rem;
  border-radius: 0.75rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.01)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.01) 100%);
}
.program__list > li > span {
  font-size: max(1.5rem, 12px);
  line-height: 100%;
  margin-right: 0.625rem;
}
.program__text {
  max-width: 55rem;
  margin: 2.5rem auto 0;
}
@media (max-width: 768px) {
  .program__title {
    font-size: 32px;
  }
  .program__cards {
    margin: unset;
  }
  .program__cards > * {
    margin: unset;
    width: 100%;
  }
  .program__card {
    padding: 0 20px 20px;
    -webkit-box-shadow: inset 0 0 40px 0 rgba(255, 128, 23, 0.81);
    box-shadow: inset 0 0 40px 0 rgba(255, 128, 23, 0.81);
  }
  .program__card-ico {
    width: 7.0625rem;
    height: 7rem;
  }
  .program__card-text {
    font-size: 16px;
    line-height: 140%;
  }
  .program__card:not(:last-child) {
    margin-bottom: 20px;
  }
  .program__subtitle {
    margin: 60px auto 32px;
  }
  .program__list {
    margin: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .program__list > li {
    margin: 0 auto;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 140%;
  }
  .program__list > li > span {
    font-size: 12px;
    line-height: 140%;
    margin-right: 0.625rem;
  }
  .program__list > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .program__text {
    margin-top: 32px;
    font-size: 20px;
  }
}
/*# sourceMappingURL=program.css.map */