.banner--agency .banner__text {
  max-width: 41.375rem;
}
.banner__container {
  position: relative;
  border: 1px solid var(--white-005);
  border-radius: 2.5rem;
  background-color: var(--black);
  z-index: 2;
  padding: 5rem 1.5rem;
  text-align: center;
}
.banner__bg img {
  border-radius: 2.5rem;
}
.banner__subtitle {
  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;
  font-size: max(1.25rem, 12px);
  line-height: 130%;
  margin-bottom: 1.5rem;
}
.banner__subtitle::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin-right: 0.75rem;
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
}
.banner__title {
  max-width: 67.5rem;
  margin: 0 auto 1.5rem;
}
.banner__text {
  max-width: 37.5rem;
  width: 100%;
  margin: 0 auto;
  color: var(--white-07);
}
.banner__descr {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 1.5rem auto 0;
}
.banner__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3rem;
}
.banner__module-title {
  line-height: 120%;
  margin-bottom: 1.5rem;
}
.banner__module-block {
  padding: 0.375rem 1.5rem;
  border-radius: 0.75rem;
  background-color: var(--white-005);
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  font-weight: 500;
}
.banner__module-block br {
  display: none;
}
.banner__module-block p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner__module-block span:nth-child(1) {
  font-size: max(2rem, 12px);
  line-height: 100%;
  letter-spacing: -0.01em;
  margin: 0 0.5rem;
}
.banner__module-block span:nth-child(3) {
  text-decoration: line-through;
  color: #f77171;
  margin: 0 0.25rem;
}
.banner__module-descr {
  font-size: max(0.875rem, 12px);
  line-height: 140%;
  color: var(--white-06);
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .banner__container {
    border-radius: 32px;
  }
  .banner__bg img {
    border-radius: 32px;
  }
  .banner__subtitle {
    font-size: 16px;
    line-height: 140%;
  }
  .banner__title br {
    display: none;
  }
  .banner__text {
    line-height: 140%;
  }
  .banner__descr {
    font-size: 18px;
    line-height: 130%;
  }
  .banner__button {
    margin-top: 32px;
  }
  .banner__module-title {
    margin-bottom: 32px;
  }
  .banner__module-block {
    font-size: 14px;
    line-height: 140%;
  }
  .banner__module-block p {
    display: unset;
  }
  .banner__module-block br {
    display: block;
  }
  .banner__module-block span:nth-child(1) {
    font-size: 24px;
  }
}
/*# sourceMappingURL=banner.css.map */
/*# sourceMappingURL=banner.css.map */