.main_page-banner-badge--wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.main_page-banner-badge--wrapper .badge {
  background: var(--color-white-85);
  display: flex;
  align-items: center;
  gap: 4px;
  width: -moz-max-content;
  width: max-content;
}

.main_page-banner-badge--wrapper .badge span {
  overflow: hidden;
  color: var(--color-violet-90);
  text-overflow: ellipsis;
  font-family: Roboto;
  font-style: normal;
  line-height: 120%;
}

.main_page-banner-title h1 {
  color: var(--color-black-90);
  font-family: Manrope;
  font-style: normal;
  font-weight: 800;
}

.main_page-banner-title h1 span {
  color: var(--color-violet-90);
}

.main_page-banner-title h1:hover {
  color: var(--color-black-90);
}

.main_page-banner-ul li {
  color: var(--color-black-70);
  width: -moz-max-content;
  width: max-content;
  font-family: Roboto;
  list-style: inside;
  list-style-type: disc;
  font-style: normal;
  font-weight: 400;
}

.main_page-banner-ul li::marker {
  color: var(--color-black-70);
}

.main_page-banner_button-container {
  background: var(--color-white-85);
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  background-image: url("/templates/project/assets/img/main_page_banner_promo.png");
  background-position: right center;
  background-repeat: no-repeat;
}

.main_page-banner_button-container .button {
  color: var(--color-white-100);
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.main_page-banner_button-container-promo {
  display: flex;
  align-items: center;
  gap: 8px;
}

.main_page-banner_button-container-promo span {
  color: var(--color-white-50);
  font-family: Roboto;
  font-style: normal;
  line-height: 120%;
}

.main_page-banner-list {
  display: grid;
}

.main_page-banner-list_el .title {
  color: var(--color-violet-90);
  font-family: Manrope;
  font-style: normal;
  font-weight: 800;
}

.main_page-banner-list_el .description {
  color: var(--color-black-100);
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
}

@media (min-width: 1401px) {
  .main_page-banner {
    margin-top: 8px;
    margin-bottom: 28px;
    border-radius: 20px;
    padding: 60px;
    background: url("/templates/project/assets/img/main_page_banner_background.png") no-repeat right top/cover, linear-gradient(180deg, #E0E3EE 0%, rgba(202, 192, 255, 0.2) 100%);
  }

  .main_page-banner-badge--wrapper .badge {
    border-radius: 8px;
    padding: 12px;
  }

  .main_page-banner-badge--wrapper .badge span {
    font-size: 14px;
    font-weight: 600;
  }

  .main_page-banner-title {
    padding-top: 20px;
    margin-bottom: 28px;
  }

  .main_page-banner-title h1 {
    font-size: 58px;
    line-height: 52px;
  }

  .main_page-banner-ul {
    margin-bottom: 27px;
  }

  .main_page-banner-ul li {
    font-size: 16px;
    line-height: 150%;
  }

  .main_page-banner_button-container {
    padding: 12px 94px 12px 12px;
    gap: 16px;
    background-size: 94px 100%;
    border-radius: 16px;
  }

  .main_page-banner_button-container .button {
    font-size: 16px;
    padding: 16px 28px;
  }

  .main_page-banner_button-container-promo span {
    font-size: 14px;
    font-weight: 600;
  }

  .main_page-banner-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 47px;
  }

  .main_page-banner-list_el .title {
    font-size: 50px;
    line-height: 52px;
  }

  .main_page-banner-list_el .description {
    font-size: 16px;
    line-height: 135%;
  }
}

@media (max-width: 833px) {
  .main_page-banner {
    margin-top: 16px;
    border-radius: 12px;
    padding: 12px 12px 150px 12px;
    background: url("/templates/project/assets/img/main_page_banner_background_mob.png") no-repeat right bottom/cover, linear-gradient(180deg, #E0E3EE 0%, rgba(202, 192, 255, 0.2) 100%);
  }

  .main_page-banner-badge--wrapper .badge {
    border-radius: 4px;
    padding: 8px;
  }

  .main_page-banner-badge--wrapper .badge span {
    font-size: 10px;
    font-weight: 600;
  }

  .main_page-banner-title {
    padding-top: 16px;
    margin-bottom: 20px;
  }

  .main_page-banner-title h1 {
    font-size: 25px;
    line-height: 100%;
  }

  .main_page-banner-ul {
    margin-bottom: 10px;
  }

  .main_page-banner-ul li {
    font-size: 10px;
    line-height: 150%;
  }

  .main_page-banner_button-container {
    padding: 4px 55px 4px 4px;
    gap: 8px;
    background-size: 55px 100%;
    border-radius: 10px;
  }

  .main_page-banner_button-container .button {
    font-size: 10px;
    padding: 12px 20px;
  }

  .main_page-banner_button-container-promo span {
    font-size: 10px;
    font-weight: 500;
  }

  .main_page-banner-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 10px;
  }

  .main_page-banner-list_el .title {
    font-size: 24px;
    line-height: 120%;
  }

  .main_page-banner-list_el .description {
    font-size: 10px;
    line-height: 150%;
  }
}

@media (min-width: 834px) and (max-width: 1400px) {
  .main_page-banner {
    margin-top: 18px;
    border-radius: 12px;
    padding: 34px;
    background: url("/templates/project/assets/img/main_page_banner_background.png") no-repeat right top/cover, linear-gradient(180deg, #E0E3EE 0%, rgba(202, 192, 255, 0.2) 100%);
  }

  .main_page-banner-badge--wrapper .badge {
    border-radius: 4px;
    padding: 6px;
  }

  .main_page-banner-badge--wrapper .badge span {
    font-size: 10px;
    font-weight: 700;
  }

  .main_page-banner-title {
    padding-top: 12px;
    margin-bottom: 16px;
  }

  .main_page-banner-title h1 {
    font-size: 32px;
    line-height: 95%;
  }

  .main_page-banner-ul {
    margin-bottom: 11px;
  }

  .main_page-banner-ul li {
    font-size: 10px;
    line-height: 135%;
  }

  .main_page-banner_button-container {
    padding: 4px 55px 4px 4px;
    gap: 8px;
    background-size: 55px 100%;
    border-radius: 10px;
  }

  .main_page-banner_button-container .button {
    font-size: 10px;
    padding: 12px 20px;
  }

  .main_page-banner_button-container-promo span {
    font-size: 10px;
    font-weight: 500;
  }

  .main_page-banner-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 24px;
  }

  .main_page-banner-list_el .title {
    font-size: 28px;
    line-height: 120%;
  }

  .main_page-banner-list_el .description {
    font-size: 10px;
    line-height: 135%;
  }
}
/*# sourceMappingURL=main_page_banner.css.map */
