.advants-four-block {
  background: radial-gradient(483.28% 146.9% at -3.7% -4.06%, #daeefe 0%, #eef3ff 50%, #ece7fb 100%);
  border-radius: 30px;
}
.advants-four-block .block-holder {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  position: relative;
  /* padding: 0 10%; */
  gap: 30px;
}

.advants-four-block .block-title {
  text-align: center;
  margin-bottom: 40px;
}

.advants-four-block .block-holder.with-images {
  /* justify-content: space-between;
  padding: 0;
  gap: 30px; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* .advants-four-block .block-holder.with-images .advant {
  height: 100%;
} */

/* .advants-four-block .block-holder.with-images .column.advants {
  margin-top: 55px;
} */

.advants-four-block .block-holder .column {
  flex-grow: 1;
  height: auto;
}

.advants-four-block .block-holder .column.advants {
  /* width: 30%; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}

.advants-four-block .block-holder .column.advants .advant:nth-child(even) {
  margin-left: auto;
}

.advants-four-block .block-holder .column.images {
  /* width: 30%; */
  position: relative;
  max-height: 584px;
  height: 100%;
  /* margin: 0 -10px; */
  clip-path: xywh(0 0px 100% 100% round 0 0 100% 100% );
}

.advants-four-block .advant {
  width: 100%;
  /* display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 30px; */
  position: relative;
  padding: 30px;
  background-color: var(--bg-primary-second);
  border-radius: 30px;
  max-width: 360px;
  height: auto;
}

.advants-four-block .advant__icon-holder {
  border-radius: 10px;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.advants-four-block .advant__icon {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center;
}

.advants-four-block .advant__title {
  color: var(--text-primary-head);
  margin-bottom: 10px;
}

.advants-four-block .advant__desc {
  color: var(--text-primary-main);
}

.advants-four-block .advant__desc * {
  color: var(--text-primary-main);
}

.advants-four-block .advant__desc a {
  font-style: normal;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: var(--colors-main);
}

.advants-four-block .block-image,
.advants-four-block .block-bg-image {
  width: 100%;
  object-fit: contain;
  position: sticky;
  top: 30px;
}

.advants-four-block .block-image {
  z-index: 2;
  /* top: 150px; */
  height: 100%;
  object-position: bottom;
}

.bg-image-decorate {
  /* max-width: 490px;
  max-height: 490px; */
  width: 100%;
  /* background:  linear-gradient(90deg, #ece8fc 0%, #fff 48.8%, #def0fe 97.6%); */
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 100%;
  /* aspect-ratio: 1 / 1; */

  svg {
    width: 100%;
    height: 100%;
    /* aspect-ratio: 1 / 1; */
  }
}

.advants-four-block .bg-image-holder {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: auto;
  z-index: -1;
}

.advants-four-block .advants-four-block__note {
  display: flex;
  flex-direction: row;
  gap: 10px;
  border-radius: 100px;
  padding: 10px 20px;
  background-color: var(--bg-primary-second);
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 15px;

}

.advants-four-block .advants-four-block__note-icon {
  display: flex;
  flex-shrink: 0;
  width: 24px;
  height: 24px;

}

.advants-four-block .advants-four-block__note-text {
  color: var(--text-primary-main);
}

@media (max-width: 991px) {
  .advants-four-block .block-holder.with-images .advant {
    height: auto;
  }
}

@media (max-width: 769px) {
  .advants-four-block .block-holder {
    padding: 0;
    gap: 40px;
    display: flex;
    align-items: center;
  }
  /* .bg-image-decorate {
    height: 100%;
  } */

  .advants-four-block .block-holder.with-images {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .advants-four-block .block-holder.with-images .column {
    width: 100%;
  }

  .advants-four-block .block-holder.with-images .column.advants {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 20px;
    margin-top: 10px;
  }

  .advants-four-block .block-holder.with-images .advant {
    max-width: unset;
    height: 100%;
  }

  .advants-four-block .block-holder .column.advants {
    gap: 40px;
  }
}

@media (max-width: 498px) {
  .advants-four-block .block-holder {
    display: grid;
    grid-template-columns: 1fr;
  }

  .advants-four-block .block-holder.with-images .column.advants {
    grid-template-columns: 1fr;
    margin-top: 0;
    gap: 20px;
  }

  /* .advants-four-block .block-holder.with-images .column.advants:first-child {
    margin-top: 40px;
  } */

  .advants-four-block .block-holder.with-images .advant {
    width: 100%;
  }

  .advants-four-block .block-holder .column.advants {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }

  /* .advants-four-block .block-holder .column.advants:first-child {
    margin-top: 40px;
  } */

  .advants-four-block .block-holder .column .advant {
    width: 100%;
    max-width: 100%;
  }
}

/*# sourceMappingURL=block.css.map */