.stages-eighteen-block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 0.962rem + 1.28vw, 2.5rem);
}
.stages-eighteen-block .p2 {
  color: var(--text-primary-main);
}
.stages-eighteen-block * {
  box-sizing: border-box;
}
.stages-eighteen-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: var(--bg-primary-main);
  z-index: -2;
}
.stages-eighteen-block .btn {
  flex-shrink: 0;
  height: fit-content;
}
.stages-eighteen-block-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 0px 22px;
  color: var(--text-primary-head);
  border: 1px solid var(--colors-main);
  border-radius: 5px;
  background: var(--bg-primary-main);
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  width: fit-content;
  margin-top: auto;
  cursor: pointer;
}
.stages-eighteen-block-btn:hover {
  color: var(--bg-primary-main);
  background: var(--colors-main);
}
.stages-eighteen-block__title {
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: space-between;
}
.stages-eighteen-block__title .block-title {
  margin-bottom: 0px;
  max-width: 750px;
}
.stages-eighteen-block__title .block-title span {
  color: var(--colors-second);
}
.stages-eighteen-block__title .info_plate {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 44px;
  padding: 0px 20px;
  background: var(--bg-primary-second);
  border-radius: 100px;
  width: fit-content;
  flex-shrink: 0;
}
.stages-eighteen-block__title .info_plate svg path {
  fill: var(--colors-second);
  stroke: var(--colors-second);
}
.stages-eighteen-block img,
.stages-eighteen-block svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stages-eighteen-block-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.stages-eighteen-block__title {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
}
.stages-eighteen-block .stages .stage {
  padding: clamp(1.25rem, 1.106rem + 0.64vw, 1.875rem) clamp(3.75rem, 2.019rem + 7.69vw, 11.25rem) clamp(1.25rem, 0.933rem + 1.41vw, 2.625rem) clamp(1.25rem, 1.106rem + 0.64vw, 1.875rem);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  border-bottom: 1px solid var(--bg-primary-third);
  position: relative;
}
.stages-eighteen-block .stages .stage-title {
  display: flex;
  flex-direction: row;
  gap: clamp(1.25rem, 1.106rem + 0.64vw, 1.875rem);
  align-items: flex-start;
  max-width: 460px;
}
.stages-eighteen-block .stages .stage-title *,
.stages-eighteen-block .stages .stage-title .numb {
  color: var(--text);
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}
.stages-eighteen-block .stages .stage-title .numb {
  color: var(--main);
}
.stages-eighteen-block .stages .stage-desc {
  max-width: 700px;
}
.stages-eighteen-block .stages .stage .icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 40px !important;
  height: 40px !important;
  background: var(--main) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0 !important;
}
.stages-eighteen-block .stages .stage .icon svg {
  max-width: 20px;
  max-height: 20px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.stages-eighteen-block .stages .stage:nth-child(odd) {
  background: var(--bg-primary-third);
}
.stages-eighteen-block .stages .stage:nth-child(even) {
  background: white;
}

@media (max-width: 650px) {
  .stages-eighteen-block .stages .stage {
    flex-direction: column;
  }
  .stages-eighteen-block .stages .stage .icon {
    bottom: clamp(0.625rem, 0.237rem + 1.72vw, 0.938rem);
    right: clamp(0.625rem, 0.237rem + 1.72vw, 0.938rem);
  }
}/*# sourceMappingURL=block.css.map */