.mail-hero {
  /* background: linear-gradient(180deg, #F2F5F6 0%, rgba(242, 245, 246, 0) 100%); */
  background: #F2F5F6;
  background: linear-gradient(
  to bottom,
  #F2F5F6 0px,
  #F2F5F6 740px,
  rgba(242, 245, 246, 0) 100%
  );
  padding: 20px 0;
}

.mail-hero .product__benefits__logotypes.mail-header-logotypes {
  padding: 48px 0 33px;
}

.mail-hero .btn-dark-green span {
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.2px;
}

.mail-hero .mail-hero__wrapper .mail-hero-status {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 8px 20px;
  gap: 8px;
  background: #FFFFFF;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.04), 0px 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 44px;
  color: #3B4348;
}

.mail-hero .mail-hero__wrapper .mail-hero-status .mail-hero-status__text span {
  color: #3B4348;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.mail-hero .mail-hero__wrapper .mail-hero-status.mail-hero-status--desktop {
  display: none;
}

.mail-hero .mail-hero__wrapper .mail-hero-status--desktop {
  display: none;
}

.mail-hero .mail-hero__wrapper .mail-hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mail-hero .mail-hero__wrapper .mail-hero-image .mail-hero-image--desktop {
  display: none;
}

.mail-hero .mail-hero__wrapper .mail-hero-text {}

.mail-hero .mail-hero__wrapper .mail-hero-text .mail-hero-text--title {
  font-weight: 800;
  font-size: 27px;
  line-height: 125%;
  letter-spacing: -0.01em;
  color: #3B4348;
}

.mail-hero .mail-hero__wrapper .mail-hero-text .mail-hero-text--title-header {
  color: #3B4348;
  font-family: Avenir;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
  /* 35px */
  letter-spacing: -0.28px;
}

.mail-hero .mail-hero__wrapper .mail-hero-text .mail-hero-text--title-header-desktop {
  display: none;
}

.mail-hero .mail-hero__wrapper .mail-hero-text .mail-hero-text--description-desktop {
  display: none;
}

.mail-hero .mail-hero__wrapper .mail-hero-text .mail-hero-text--description {
  color: #000;
  font-family: Avenir;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  opacity: 0.7;
  margin: 16px 0;
}

.mail-hero .mail-hero__wrapper .mail-hero-text .mail-hero-list {
  margin: 30px 0;
}

.mail-hero .mail-hero__wrapper .mail-hero-text .mail-hero-list .mail-hero-list-item {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 4px;
  width: fit-content;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}

.mail-hero .mail-hero__wrapper .mail-hero-text .mail-hero-list .mail-hero-list-item .mail-hero-list-item__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
}

.mail-hero .mail-hero__wrapper .mail-hero-text .buttons-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mail-hero .mail-hero__wrapper .mail-hero-text .buttons-wrapper a.btn-dh {
  width: 100%;
}

.mail-hero .mail-hero__wrapper .mail-hero-text .buttons-wrapper a.btn-transparent {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  gap: 8px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  color: #000000;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.2px;
}

.mail-hero .mail-hero__wrapper .mail-hero-text .mail-hero-info {
  display: none;
}

.mail-hero .mail-hero__wrapper .mail-hero-text .mail-hero-info .mail-hero-info__image {
  display: flex;
  gap: 14px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  padding-right: 24px;
}

.mail-hero .mail-hero__wrapper .mail-hero-text .mail-hero-info .mail-hero-info__text {
  padding-left: 24px;
}

@media screen and (min-width: 1024px) {
  .mail-hero {
    /* background: linear-gradient(180deg, #F2F5F6 0%, rgba(242, 245, 246, 0) 100%); */
    background: #F2F5F6;
    background: linear-gradient(
    to bottom,
    #F2F5F6 0px,
    #F2F5F6 654px,
    rgba(242, 245, 246, 0) 100%
    );
    padding: 20px 0;
  }
  .mail-hero {
    padding-bottom: 13px;
  }

  .mail-hero .mail-hero__wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 30px;
  }

  .mail-hero .product__benefits__logotypes.mail-header-logotypes {
    padding: 84px 0 0;
  }

  .mail-hero .mail-hero__wrapper .mail-hero-text {
    margin-top: 40px;
  }

  .mail-hero .mail-hero__wrapper .mail-hero-text .mail-hero-text--title {
    font-size: 40px;
  }

  .mail-hero .mail-hero__wrapper .mail-hero-text .mail-hero-text--title-header {
    display: none;
  }

  .mail-hero .mail-hero__wrapper .mail-hero-text .mail-hero-list .mail-hero-list-item .mail-hero-list-item__text {
    font-size: 14px;
  }

  .mail-hero .mail-hero__wrapper .mail-hero-text .mail-hero-text--title-header-desktop {
    display: block;
  }

  .mail-hero .mail-hero__wrapper .mail-hero-text .mail-hero-text--description-desktop {
    display: block;
  }

  .mail-hero .mail-hero__wrapper .mail-hero-text .mail-hero-text--description-mobile {
    display: none;
  }

  .mail-hero .mail-hero__wrapper .mail-hero-status--mobile {
    display: none;
  }

  .mail-hero .mail-hero__wrapper .mail-hero-status--desktop {
    display: flex;
    margin: 20px 0;
  }

  .mail-hero .mail-hero__wrapper .mail-hero-text .buttons-wrapper {
    flex-direction: row;
  }

  .mail-hero .mail-hero__wrapper .mail-hero-text .buttons-wrapper a.btn-dh {
    width: fit-content;
  }

  .mail-hero .mail-hero__wrapper .mail-hero-text .buttons-wrapper a.btn-transparent {
    width: fit-content;
  }

  .mail-hero .mail-hero__wrapper .mail-hero-image {}

  .mail-hero .mail-hero__wrapper .mail-hero-image .mail-hero-image--mobile {
    display: none;
  }

  .mail-hero .mail-hero__wrapper .mail-hero-image .mail-hero-image--desktop {
    display: block;
  }

  .mail-hero .mail-hero__wrapper .mail-hero-text .mail-hero-info {
    display: flex;
    margin-top: 40px;
  }

  .mail-hero .mail-hero__wrapper .mail-hero-text .mail-hero-info .mail-hero-info-text {
    font-weight: 800;
    font-size: 14px;
    line-height: 135%;
    color: #000000;
  }
}