.notice-bar {
  background: #00a63e;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 8px 16px;
  text-align: center;
}
@media (min-width: 769px) {
  .notice-bar {
    padding: 8px 32px;
  }
}
.notice-bar p {
  color: #fff;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}

.summary-header {
  padding: 12px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../img/cp-banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  .summary-header {
    padding: 12px 32px;
    min-height: 172px;
  }
}

.summary-header__wrapper {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 682px;
  padding: 20px 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
@media (min-width: 769px) {
  .summary-header__wrapper {
    padding: 32px;
  }
}
.summary-header__wrapper p {
  color: #333;
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  font-size: clamp(20px, 3.125vw, 28px);
  font-weight: 400;
  line-height: 120%;
}

.summary-content {
  padding: 24px 16px;
}
@media (min-width: 769px) {
  .summary-content {
    padding: 24px 32px;
  }
}

.summary-content__wrapper {
  max-width: 846px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.summary-alert-box {
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #fb2c36;
  background: rgba(251, 44, 54, 0.05);
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}
@media (min-width: 769px) {
  .summary-alert-box {
    padding: 8px 16px;
  }
}
.summary-alert-box img {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
}
.summary-alert-box p {
  color: #000;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.summary-md {
  color: #333;
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 1.5;
}

.summary-lg {
  color: #333;
  text-align: center;
  font-family: "Open Sans";
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  max-width: 580px;
  margin: 0 auto;
}

.summary-cta {
  padding: 8px 0 24px;
}
.summary-cta .btn {
  margin: 0 auto;
  max-width: 320px;
  font-size: 20px;
}
.summary-cta .btn.hidden {
  display: none;
}
.summary-cta .btn#phone-number {
  font-size: 24px;
}

.price-old {
  font-weight: 700;
}

.price-new {
  font-weight: 700;
  color: #009d6e;
}/*# sourceMappingURL=summary.css.map */