.section-promo {
  background-color: #ffffff;
  padding: 100px 0;
}
.section-promo .promo-wrapper {
  max-width: 1820px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.section-promo .promo-text-top {
  text-align: center;
  color: #3F3F3A;
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  max-width: 1440px;
  margin: 0 auto;
}
.section-promo .promo-content {
  background-color: #f3f3f3;
  border-radius: 60px;
  overflow: hidden;
  position: relative;
  min-height: 624px;
  display: flex;
  justify-content: space-between;
}
.section-promo .promo-info {
  width: 50%;
  padding: 60px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 35px;
  z-index: 2;
}
.section-promo .promo-info-title {
  font-size: 56px;
  font-weight: 400;
  line-height: 110%;
  color: #3f3f3a;
}
.section-promo .promo-info-title b, .section-promo .promo-info-title strong {
  font-weight: 900;
}
.section-promo .promo-info-description {
  color: #3F3F3A;
  max-width: 598px;
  width: 100%;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
}
.section-promo .promo-btn {
  background-color: #ffffff;
  color: #9d0751;
  width: 290px;
  padding: 18px 48px;
  border-radius: 153px;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  letter-spacing: -0.96px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.section-promo .promo-btn:hover {
  background-color: #9D0751;
  color: #F3F3F3;
}
.section-promo .promo-visuals {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9D0751;
}
.section-promo .promo-img-box {
  width: 670px;
  height: auto;
}
.section-promo .promo-video {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-promo .promo-video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media all and (max-width: 1440px) and (min-width: 769px) {
  .section-promo {
    padding: clamp(60px, 6.9444444444vw, 100px) 0;
  }
  .section-promo .promo-wrapper {
    gap: clamp(24px, 3.4722222222vw, 50px);
  }
  .section-promo .promo-text-top {
    font-size: clamp(22px, 2.7777777778vw, 40px);
    max-width: clamp(1000px, 100vw, 1440px);
  }
  .section-promo .promo-content {
    border-radius: clamp(30px, 4.1666666667vw, 60px);
    min-height: clamp(420px, 43.3333333333vw, 624px);
  }
  .section-promo .promo-info {
    padding: clamp(24px, 4.1666666667vw, 60px) clamp(24px, 5.5555555556vw, 80px);
    gap: clamp(16px, 2.4305555556vw, 35px);
  }
  .section-promo .promo-info-title {
    font-size: clamp(28px, 3.8888888889vw, 56px);
  }
  .section-promo .promo-info-description {
    max-width: clamp(320px, 41.5277777778vw, 598px);
    font-size: clamp(16px, 1.5277777778vw, 22px);
  }
  .section-promo .promo-btn {
    width: clamp(180px, 20.1388888889vw, 290px);
    padding: clamp(10px, 1.25vw, 18px) clamp(20px, 3.3333333333vw, 48px);
    border-radius: clamp(80px, 10.625vw, 153px);
    font-size: clamp(18px, 1.6666666667vw, 24px);
    letter-spacing: clamp(-0.6px, -0.0666666667vw, -0.96px);
  }
  .section-promo .promo-img-box {
    width: clamp(260px, 46.5277777778vw, 670px);
  }
}
@media (max-width: 768px) {
  .section-promo {
    padding: 30px 0;
  }
  .section-promo .promo-wrapper {
    padding: 0 11px;
    gap: 32px;
  }
  .section-promo .promo-text-top {
    font-size: 18px;
    line-height: normal;
    max-width: 100%;
  }
  .section-promo .promo-content {
    border-radius: 30px;
    min-height: auto;
    flex-direction: column;
    margin: 0 5px;
  }
  .section-promo .promo-video {
    width: auto;
  }
  .section-promo .promo-img-box {
    width: 90%;
  }
  .section-promo .promo-visuals {
    width: 100%;
    height: 81.4249363868vw;
  }
  .section-promo .promo-info {
    width: 100%;
    padding: 36px 12px;
    gap: 12px;
    align-items: center;
    text-align: center;
  }
  .section-promo .promo-info-title {
    font-size: 24px;
    line-height: 120%;
  }
  .section-promo .promo-info-description {
    max-width: 100%;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
  }
  .section-promo .promo-btn {
    width: 100%;
    max-width: 500px;
    padding: 18px 48px;
    height: 60px;
    font-size: 18px;
    line-height: normal;
    letter-spacing: -0.72px;
  }
}

/*# sourceMappingURL=section-promo.css.map */
