.stages {
  padding: 55px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 864px) {
  .stages .container {
    padding: 0;
  }
}

.stages .head2, h2 {
  font-size: 60px;
  line-height: 1.1em;
}
@media (max-width: 864px) {
  .stages .head2, h2 {
    font-size: 30px;
  }
}

@media (max-width: 864px) {
  .stages {
    padding: 30px;
  }
}
.stages__wrapper {
  display: grid;
  grid-template-columns: auto 720px;
  grid-gap: 30px;
}

@media (max-width: 1260px) {
  .stages__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 864px) {
  .stages__wrapper {
    grid-template-columns: 1fr;
  }
}
.stages__info_fixed {
  position: sticky;
  top: 125px;
  margin-bottom: 35px;
}

.stages__info_btn {
  margin-top: 60px;
  font-size: 18px;
  font-weight: 700;
  color: #3F8EF8;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #3F8EF8;
  border-radius: 10px;
  transition: 0.3s;
  width: 320px;
  height: 60px;
  cursor: pointer;
}

@media (max-width: 864px) {
  .stages__info_btn {
    font-size: 16px;
    line-height: 20px;
    padding: 20px;
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
    min-width: auto;
  }
}
.stages__info_btn:hover {
  background: #3F8EF8;
  color: #fff;
}

.stages__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stages__item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}

.stages__item:last-child::before {
  display: none;
}

.stages__item::before {
  content: "";
  position: absolute;
  width: 2px;
  height: var(--before-height, 0px);
  top: 50%;
  bottom: calc(-50% - 20px);
  right: 15px;
  background: #BED2EF;
}

@media (max-width: 864px) {
  .stages__item::before {
    height: calc(130% + 15px);
  }
}
@media (max-width: 864px) {
  .stages__item {
    margin-bottom: 10px;
  }
}
.stages__item.current .stages__item_wrapper {
  background: #EEF3E6;
}

.stages__item.current .stages__item_num {
  background: #97CC3C;
}

.stages__item_num {
  min-width: 35px;
  min-height: 35px;
  margin-left: 20px;
  border-radius: 50%;
  background: #1D1E21;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: var(--heading-font-family);
  font-size: 24px;
  font-weight: 500;
  line-height: 26.4px;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}

.stages__item_wrapper {
  background: #F3F7FC;
  border-radius: 20px;
  padding: 35px;
  width: 100%;
  transition: 0.3s;
}

.stages__item_wrapper hr {
  border-bottom: 1px solid #D8DDE5;
  width: 100%;
  margin: 15px 0;
}

@media (max-width: 864px) {
  .stages__item_wrapper {
    padding: 20px;
  }
}
.stages__item_title {
  font-family: "Grandis", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1em;
  margin-bottom: 20px;
}

@media (max-width: 864px) {
  .stages__item_title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.stages__item_extra {
  font-size: 14px;
  font-weight: 600;
  line-height: 15.4px;
  letter-spacing: -0.01em;
  color: #999CA5;
}

.stages__item_description {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
}

.stages__item_description ul {
  padding-left: 20px;
}

.stages__item_description ul li {
  list-style: disc;
}

.stages__item_description b {
  font-weight: 700;
}

@media (max-width: 864px) {
  .stages__item_description {
    font-size: 15px;
  }
}

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