.legal-entities-page {
  background: #fff;
  color: #171717;
  font-family: "Open Sans", Arial, sans-serif;
  padding: 46px 0 60px;
}

.le-container {
  max-width: none;
  margin: 0 auto;
  width: 100%;
}

.le-section {
  margin-top: 70px;
}

.le-section__title {
  align-items: center;
  display: flex;
  gap: 38px;
  margin-bottom: 32px;
}

.le-section__title:after {
  border-top: 1px solid #000;
  content: "";
  flex: 1;
}

.le-section__title h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

.le-final-cta {
  margin-top: 70px;
}

.le-btn {
  align-items: center;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  line-height: 1;
  min-height: 40px;
  padding: 10px 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.le-btn svg {
  display: block;
  flex-shrink: 0;
  height: 16px;
  width: 16px;
}

.le-btn--orange {
  background: #ff8d28;
}

.le-btn--green {
  background: #5daa61;
}

.le-hero__banner {
  border-radius: 8px;
  min-height: 350px;
  overflow: hidden;
  position: relative;
}

.le-hero__banner picture,
.le-hero__banner img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.le-hero__content {
  max-width: 640px;
  padding: 24px 34px;
  position: relative;
  z-index: 1;
}

.le-hero ul li::before {
  color: #000;
  content: "•";
}

.le-hero__partner {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 8px 14px;
  margin: 0 0 18px;
  font-weight: 600;
}

.le-hero__partner span {
  position: relative;
}

.le-hero__partner span:before {
  background: #171717;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 4px;
  margin-right: 8px;
  width: 4px;
}

.le-hero h1 {
  font-size: 45px;
  font-weight: 600;
  line-height: 1.05;
  margin: 0;
  padding-top: 0;
}

.le-hero ul {
  font-size: 20px;
  margin: 0 0 26px;
  padding-left: 10px;
}

.le-hero ul li {
  margin: 0 0 6px;
}

.le-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.le-checks {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

.le-checks__item {
  align-items: flex-start;
  display: flex;
  gap: 16px;
}

.le-checks__item img {
  height: 32px;
  width: 32px;
}

.le-checks__item p {
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
}

.le-benefits {
  display: grid;
  gap: 38px 20px;
  grid-template-columns: repeat(3, 1fr);
}

.le-benefits__item img {
  height: 30px;
  width: 30px;
}

.le-benefits__item h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin: 12px 0 10px;
  text-transform: uppercase;
  width: 70%;
}

.le-benefits__item p {
  font-size: 12px;
  line-height: 1.45;
  margin: 0;
}

.le-solution-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.le-solution-block+.le-solution-block {
  margin-top: 30px;
}

.le-solution-subtitle {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.le-solution-card {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.le-solution-card > img {
  display: block;
  height: 148px;
  object-fit: cover;
  width: 100%;
}

.le-solution-card span {
  align-items: center;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
  display: inline-flex;
  font-size: 20px;
  font-weight: 600;
  gap: 5px;
  left: 50%;
  padding: 5px 14px;
  position: absolute;
  text-align: center;
  top: 18px;
  transform: translateX(-50%);
  white-space: nowrap;
}

.le-solution-card span::before {
  background: url("/local/front/img/legal-entities/check.svg") no-repeat center / contain;
  content: "";
  flex-shrink: 0;
  height: 20px;
  width: 20px;
}

.le-solution-card--center span {
  top: 50%;
  transform: translate(-50%, -50%);
}

.le-trust h3 {
  color: #5DAA61;
  font-size: 70px;
  font-weight: 800;
  line-height: 130%;
  margin: 0 0 22px;
  text-transform: uppercase;
  text-align: center;
}

.le-trust__notes {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 16px;
  position: relative;
}

.le-trust__notes article {
  align-items: flex-start;
  display: flex;
  gap: 12px;
}

.le-trust__notes span {
  background: url("/local/front/img/legal-entities/check.svg") no-repeat center / contain;
  flex: 0 0 29px;
  height: 29px;
  margin-top: 2px;
  width: 29px;
}

.le-trust__notes p {
  font-size: 16px;
  line-height: 1.35;
  margin: 0;
}

.le-trust__facts {
  display: grid;
  gap: 100px;
  grid-template-columns: repeat(4, 1fr);
  margin: 90px 0 24px;
}

.le-trust__facts article {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.le-trust__facts-number {
  display: block;
  font-size: 30px;
  margin-bottom: 5px;
}

.le-trust__facts-text {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.le-trust__facts-text-2 {
  display: block;
  font-size: 12px;
  line-height: 100%;
}

.le-trust__map {
  text-align: center;
  margin-top: -100px;
}

.le-trust__map img {
  width: 750px;
  max-width: 100%;
}

.le-trust__logos img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.le-trust__logos {
  display: block;
  margin: 16px 0 28px;
}

.le-trust__action {
  text-align: center;
}

.le-offers {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.le-offer-card {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.le-offer-card__top {
  align-items: flex-start;
  background: #f1f3f5;
  display: flex;
  justify-content: space-between;
  min-height: 82px;
  padding: 10px 14px;
}

.le-offer-card__top h3 {
  font-size: 18px;
  margin: 0 0 4px;
}

.le-offer-card__top p {
  color: #444;
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
  max-width: 180px;
}

.le-offer-card__price {
  color: #222;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
  margin-left: 8px;
  white-space: nowrap;
}

.le-offer-card__price b {
  color: #5db95d;
  font-size: 24px;
  font-weight: 700;
}

.le-offer-card__image {
  position: relative;
}

.le-offer-card img {
  display: block;
  height: 180px;
  object-fit: cover;
  width: 100%;
}

.le-offer-card__link {
  background: #5daa61;
  border: 0;
  border-radius: 6px;
  bottom: 12px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  left: 12px;
  padding: 7px 12px;
  position: absolute;
  text-decoration: none;
}

.le-steps {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

.le-steps__item {
  padding-top: 10px;
}

.le-steps__item span {
  align-items: center;
  color: #5daa61;
  display: flex;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
}

.le-steps__item:not(:last-child) span:after {
  align-self: center;
  background: url("/local/front/img/legal-entities/step-arrow.svg") no-repeat center;
  background-size: 100% 15px;
  content: "";
  flex: 1;
  height: 15px;
  margin-left: 12px;
  min-width: 0;
}

.le-steps__item p {
  font-size: 16px;
  line-height: 1.35;
  margin: 0;
}

.le-steps__actions {
  margin-top: 20px;
  text-align: center;
}

.le-final-cta__banner {
  background: url("/local/front/img/legal-entities/final-bg-ref.jpg") no-repeat;
  border-radius: 8px;
  min-height: 284px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 22px;
  background-size: cover;
}

.le-final-cta__content {
  color: #171717;
  max-width: 530px;
}

.le-final-cta__content h2 {
  font-size: 30px;
  line-height: 1.08;
  margin: 0 0 10px;
}

.le-final-cta__content p {
  font-size: 20px;
  margin: 0 0 26px;
}

.le-final-cta__links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.le-final-cta__links .le-contact-btn,
.le-final-cta__links > a.le-btn {
  align-items: center;
  box-sizing: border-box;
  height: 40px;
  justify-content: center;
  min-height: 40px;
  min-width: 160px;
}

.le-contact-btn {
  align-items: center;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
  padding: 10px 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.le-contact-btn svg {
  display: block;
  flex-shrink: 0;
  height: 16px;
  width: 16px;
}

.le-contact-btn--blue {
  background: #0278ff;
}

.le-contact-btn--violet {
  background: #493ae5;
}

.le-final-cta__links>a.le-btn {
  background: #5daa61;
  border-radius: 8px;
  padding: 10px 18px;
}

@media (max-width: 991px) {
  .legal-entities-page {
    padding: 24px 0 40px;
  }

  .le-container {
    padding: 0 14px;
  }

  .le-section {
    margin-top: 40px;
  }

  .le-section__title {
    margin-bottom: 20px;
  }

  .le-section__title h2 {
    font-size: 20px;
    text-align: left;
  }

  .le-hero__content {
    max-width: 100%;
    padding: 18px 14px 130px;
  }

  .le-hero h1 {
    font-size: 30px;
    line-height: 1.08;
    text-align: left;
  }

  .le-hero ul {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .le-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .le-btn {
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    min-height: 37px;
    padding: 10px 18px;
    text-decoration: none;
    text-transform: uppercase;
    align-items: center;
    width: fit-content;
  }

  .le-trust__notes {
    grid-template-columns: 1fr;
  }

  .le-section__title::after {
    display: none;
  }
  
  .le-offer-card__top h3 {
    text-align: left;
  }
  
  .le-trust__facts {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .le-trust__map {
    margin-top: 0;
  }

  .le-btn svg {
    height: 14px;
    width: 14px;
  }

  .le-contact-btn svg {
    height: 14px;
    width: 14px;
  }

  .le-checks,
  .le-benefits,
  .le-solution-grid,
  .le-trust__facts,
  .le-offers,
  .le-steps {
    grid-template-columns: 1fr;
  }

  .le-steps {
    padding: 0 40px
  }

  .le-benefits__item h3 {
    text-align: left;
  }

  .le-solution-card span {
    font-size: 16px;
    white-space: normal;
  }

  .le-trust h3 {
    font-size: 40px;
  }

  .le-final-cta__content {
    left: 16px;
    max-width: calc(100% - 32px);
    top: 14px;
  }

  .le-final-cta__content h2 {
    font-size: 22px;
    text-align: left;
  }

  .le-final-cta__content p {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .le-final-cta__links .le-contact-btn,
  .le-final-cta__links > a.le-btn {
    font-size: 12px;
    height: 40px;
    min-height: 40px;
    min-width: auto;
    padding: 8px 12px;
  }

  .le-offer-card__top {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .le-offer-card__price {
    font-size: 16px;
    margin-left: 0;
  }

  .le-offer-card__price b {
    font-size: 28px;
  }

  .le-final-cta__banner {
    padding-bottom: 200px;
    background-position: bottom;
  }

  .le-final-cta__links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
