.promo-cta {
  border: 1px solid #fff;
  border-radius: 2rem;
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.6);
  padding: 1.4rem;
  position: relative;
  margin: 1.5rem 0;
  width: 100%;
  /*
  &.page-container {
    width: calc(100% - 2.8rem);
  }
  */
}
@media (max-width: 979px) {
  .promo-cta {
    display: flex;
    flex-direction: column-reverse;
  }
}
.promo-cta__row {
  margin-bottom: 1.5rem;
  position: relative;
}
@media (max-width: 979px) {
  .promo-cta__row {
    width: 100%;
  }
}
.promo-cta__row:last-child {
  margin-bottom: 0;
}
.promo-cta__row--phone {
  font-weight: 400;
  font-size: 2rem;
  line-height: 120%;
  color: #394250;
}
.promo-cta__row--phone .phone {
  display: inline-flex;
}
.promo-cta__row--btn {
  display: flex;
  align-items: center;
  column-gap: 3.8rem;
}
@media (max-width: 979px) {
  .promo-cta__row--btn {
    flex-direction: column;
    row-gap: 1.3rem;
  }
}
.promo-cta__row--btn div {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 100%;
  color: #009FA2;
}
@media (max-width: 979px) {
  .promo-cta__row--btn div {
    font-size: 1.6rem;
  }
}
.promo-cta__btn.btn {
  padding: 0 2rem;
}
@media (max-width: 979px) {
  .promo-cta__btn.btn {
    width: 100%;
    height: 4.8rem;
  }
}
.promo-cta__content {
  border-radius: 2rem 0 0 2rem;
  background-image: url("./images/promo-cta__content-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 3rem 5.8rem;
  overflow: hidden;
  position: relative;
  width: calc(100% - 48.6rem);
  box-sizing: border-box;
  /*
  &:before {
    content: '';
    position: absolute;
    background-image: url("./images/promo-cta__content-bg.png");
    left: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;

    @media (max-width: 979px) {
      content: none;
    }
  }
  */
}
@media (max-width: 979px) {
  .promo-cta__content {
    padding: 2rem 1rem;
    width: 100%;
    border-radius: 2rem;
  }
}
.promo-cta__img {
  position: absolute;
  right: 0;
  width: 50rem;
  height: calc(100% + 3rem);
  top: -1.5rem;
}
.promo-cta__img:before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.6) 63%, transparent 100%);
  transform: translateY(-50%);
  top: 50%;
  height: calc(100% - 6rem);
  right: 0;
  z-index: 1;
  width: 100%;
}
@media (max-width: 979px) {
  .promo-cta__img {
    width: 100%;
    top: 0;
    position: relative;
    height: 13rem;
  }
}
.promo-cta__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
}

/*# sourceMappingURL=style.css.map */
