.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.description-program__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #999;
  font-size: 0.8125rem;
  line-height: 140%;
  margin-top: 15px;
}

.description-program__note .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  fill: #999;
}

.description-program__list {
  margin: 35px 0;
}

.description-program__list:first-child {
  margin-top: 0;
}

.program-list {
  border-radius: 20px;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 10px;
}

.program-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  color: #222;
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
}

.program-list__item_head {
  padding: 20px 0 25px 0;
  margin: 0 20px;
  border-bottom: 1px solid #e6e6e6;
  color: #999;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 184.6153846154%;
}

.program-list__text {
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.program-list__quantity {
  min-width: 86px;
  text-align: right;
}

@media (min-width: 1920px) {
  .description-program__description .program {
    max-width: unset;
  }
}

@media (max-width: 1439px) {
  .description-program__note {
    margin-top: 10px;
  }

  .description-program__list {
    margin: 30px 0;
  }
}

@media (max-width: 833px) {
  .program-list {
    padding: 10px 0;
  }

  .program-list__item {
    font-size: 0.8125rem;
    line-height: 140%;
    gap: 5px;
  }

  .program-list__number {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
  }
}
@supports (appearance:none){

}

 @media (min-width: 1920px){

@supports (appearance:none){

}

}

 @media (max-width: 1439px){

@supports (appearance:none){

}

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}
