.start {
  padding-top: 7.5rem;
  margin: -2.1875rem 0 10rem;
}
.start__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.start__wrapper {
  max-width: 44.375rem;
  width: 100%;
}
.start__title {
  margin-bottom: 2rem;
}
.start__text {
  color: var(--white);
}
.start__cards {
  max-width: 36.875rem;
  width: 100%;
  margin-left: 2.5rem;
}
.start__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem;
}
.start__card::before, .start__card::after {
  border-radius: 1.5rem;
}
.start__card::before {
  background-color: #101011;
}
.start__card-ico {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1.5rem;
}
.start__card-ico::after {
  width: 1.875rem;
  height: 1.875rem;
  background-image: url('data:image/svg+xml,%3Csvg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M25 8.75L12.5 21.25L6.25 15" stroke="url(%23paint0_linear_3792_10518)" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" /%3E%3Cdefs%3E%3ClinearGradient id="paint0_linear_3792_10518" x1="6.25" y1="15" x2="25" y2="15" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%2346FB65" /%3E%3Cstop offset="1" stop-color="%23F5FC44" /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E');
}
.start__card-text {
  font-weight: 500;
  color: var(--white);
}
.start__card:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .start {
    padding-top: 80px;
    margin-top: -196px;
  }
  .start__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .start__title {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 24px;
  }
  .start__cards {
    max-width: unset;
    margin-left: unset;
    margin-top: 40px;
  }
  .start__card {
    padding: 20px;
  }
  .start__card-ico {
    width: 32px;
    height: 32px;
  }
  .start__card-ico::after {
    width: 24px;
    height: 24px;
  }
  .start__card-text {
    line-height: 140%;
  }
}
/*# sourceMappingURL=start.css.map */
/*# sourceMappingURL=start.css.map */