.promo__banner__container {
  width: 100%;
  border-radius: 24px;
  background: linear-gradient(180deg, #200092 0%, #3B47B7 52.4%, #8072FF 100%);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.promo__background {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: 0.5;
  background: linear-gradient(0deg, #3D37A2 0%, #a9a7c7 100%), url(/assets/RWBuniversity/main/assets/promo_banner.png) lightgray 50% / cover no-repeat;
  background-blend-mode: color, normal;
  mix-blend-mode: hard-light;
  z-index: 0;
}

.promo__banner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 1.808rem + 0.77vw, 2.5rem);
  align-items: center;
  justify-content: center;
  z-index: 1;

  padding: clamp(5rem, 3.702rem + 5.19vw, 8.375rem) 20px;
}

.promo__tags {
  display: flex;
  align-items: center;
  gap: 8px;
}

.promo__tag {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.24);
  box-shadow: 1.693px 1.693px 1.693px 0 rgba(255, 255, 255, 0.50) inset, -5.296px 5.296px 5.296px 0 rgba(60, 50, 157, 0.35);
  backdrop-filter: blur(6px);

  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;

  font-family: "JetBrains Mono";
  font-size: var(--Font-Size-action, 17px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Font-Line-height-action, 1.17);
}

.promo__info {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 32px;

  color: var(--text-icon-primaryInverted, #F6F6F9);
  text-align: center;
  font-family: "Inter Variable";
}

.promo__title {
  font-size: clamp(2rem, 1.135rem + 3.46vw, 4.25rem);
  font-weight: 500;
  line-height: clamp(2.25rem, 1.577rem + 2.69vw, 4rem);
  letter-spacing: -1.5px;
}

.promo__description {
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  white-space: pre-line;
}

.btn-promo {
  background: var(--Brand-Dark-blue, #1E1753);
  color: #FFF;
}

.target_audience__promo .target_audience__card__header {
  height: unset;
  object-fit: unset;
  object-position: unset;
}

.target_audience__promo .target_audience__card {
  min-height: unset;
}

.target_audience__promo .target_audience__card__main {
  background: var(--Brand-Pink, #E2B1FF);
}

.target_audience__promo .target_audience__card__main .card__title {
  font-size: clamp(1.5rem, 1.308rem + 0.77vw, 2rem);
  line-height: clamp(1.75rem, 1.558rem + 0.77vw, 2.25rem);
}

.promo__program {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  margin-top: 48px;
}

.promo__program-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;

  align-self: stretch;
  padding: 32px;
  border-radius: 24px;
  background: var(--bg-level-2, #F6F6F9);
  color: var(--Brand-Dark-blue, #1E1753);

}

.promo__program-time {
  position: relative;
  z-index: 1;
}

.promo__program-time__text {
  padding: 6px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #C5E0F9;
  backdrop-filter: blur(21.165264129638672px);

  font-family: "Inter Variable";
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;

}

.promo__program-time::before {
  position: absolute;
  left: 8px;
  top: -8px;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: #DFEEFC;
  content: "";
  /* Blur2 */
  backdrop-filter: blur(21.165264129638672px);
}

.promo__program-text {
  font-family: "Inter Variable";
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  max-width: 400px;
  flex-grow: 1;
  text-align: left;
}

@media (max-width:768px) {
  .promo__program-item {
    height: 148px;
    padding: 20px;

    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 auto;
    align-self: stretch;
  }

  .promo__program-time__text {
    font-size: 24px;
    line-height: 28px;
  }

  .promo__program-text {
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    flex-grow: 0;
  }
}

.promo__spiker {
  display: flex;
  padding: 48px;
  justify-content: space-between;
  align-items: center;
  border-radius: 24px;
  background: var(--bg-level-2, #F6F6F9);
  margin-top: 48px;
}

.promo__spiker-img {
  width: 50%;
}

.promo__spiker-info {
  display: flex;
  margin-left: clamp(2.25rem, -2.321rem + 9.52vw, 6.25rem);
  padding-right: clamp(0rem, -4.571rem + 9.52vw, 4rem);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}

.promo__spiker-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.promo__spiker-title {
  color: var(--Brand-Dark-blue, #1E1753);
  font-family: "Inter Variable";
  font-size: clamp(2rem, 1.615rem + 1.54vw, 3rem);
  font-weight: 500;
  line-height: clamp(2.25rem, 1.817rem + 1.73vw, 3.375rem);
}

.promo__spiker-description {
  color: #77729E;
  font-family: "JetBrains Mono";
  font-size: var(--Font-Size-action, 17px);
  font-weight: 400;
  line-height: var(--Font-Line-height-action, 20px);
}

.promo__spiker-text {
  color: var(--Brand-Dark-blue, #1E1753);
  font-family: "Inter Variable";
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.5px;
}

@media (max-width:768px) {
  .promo__spiker {
    display: block;
  }

  .promo__spiker-img {
    width: 100%;
  }

  .promo__spiker-info {
    margin-top: 32px;
    margin-left: 0;
    padding-right: 0;
  }
}

@media (max-width:560px) {
  .promo__spiker {
    padding: 24px 20px 30px;
  }
}

.promo__request-container {
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(180deg, #200092 0%, #3B47B7 52.4%, #8072FF 100%);
  position: relative;
  padding: 56px;
  z-index: 0;
}

.promo__request-bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: 0.4;
  background: lightgray 50% / cover no-repeat url(/assets/RWBuniversity/main/assets/promo_request_bg.png);
  mix-blend-mode: soft-light;
  z-index: 0;
}

.promo__request {
  display: flex;
  gap: 56px;
}

.promo__request-header {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.promo__request-title {
  color: var(--text-icon-primaryInverted, #F6F6F9);
  font-family: "Inter Variable";
  font-size: clamp(1.313rem, -0.386rem + 2.65vw, 2rem);
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -1.5px;
}

.promo__request-description {
  color: var(--text-icon-primaryInverted, #F6F6F9);
  font-family: "Inter Variable";
  font-size: clamp(1.063rem, 0.894rem + 0.67vw, 1.5rem);
  font-weight: 500;
  line-height: 28px;
  /* 116.667% */
}

.promo__request .request-vertical {
  background: none;
  padding: 0;
  flex: 1 1 auto;
}

.promo__request .request__form {
  margin-top: 0;
}

@media (max-width:1024px) {
  .promo__request {
    flex-direction: column;
    gap: 40px;
  }


  .promo__request-header {
    text-align: center;
  }
}

@media (max-width:768px) {
  .promo__request-container {
    padding: 32px 20px;
  }
}