.steps-work {
  margin-top: 72px;
}
.steps-work__title {
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .steps-work {
    margin-top: 40px;
  }
  .steps-work__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .steps-work__title {
    margin-bottom: 32px;
  }
}
.steps {
  position: relative;
  overflow: hidden;
}
.steps__icon,
.steps__line {
  position: relative;
  overflow: visible;
}
.steps__icon:before,
.steps__line:before,
.steps__icon:after,
.steps__line:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  background-color: #001593;
  border-radius: 50%;
  translate: 0 -50%;
}
.steps__icon:before,
.steps__line:before {
  left: -3px;
}
.steps__icon:after,
.steps__line:after {
  right: -3px;
}
.steps__line {
  position: absolute;
  z-index: 1;
  top: 31px;
  left: 0;
}
.steps__line_direct-1,
.steps__line_direct-2,
.steps__line_direct-3,
.steps__line_direct-4,
.steps__line_direct-5,
.steps__line_direct-6 {
  display: none;
  width: 100%;
  height: 2px;
  background-image: url(/electromontaj/images/line-direct.svg);
  background-repeat: repeat-x;
}
.steps__line_curve {
  left: calc(50% - 950px);
  width: 1678px;
  height: 269px;
  background-image: url(/electromontaj/images/line-curve.svg);
  background-repeat: no-repeat;
}
.steps__line_curve:before,
.steps__line_curve:after {
  content: normal;
}
.steps__inner {
  position: relative;
  z-index: 2;
}
.steps__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto auto;
  gap: 110px 18px;
}
.steps__item {
  text-align: center;
}
.steps__item:nth-child(1) .steps__icon,
.steps__item:nth-child(5) .steps__icon,
.steps__item:nth-child(9) .steps__icon,
.steps__item:nth-child(12) .steps__icon {
  background-color: #FB6A29;
}
.steps__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  background-color: #001593;
  font-size: 40px;
  border-radius: 6px;
}
.steps__name {
  margin: 12px 0 0;
  font: 500 16px/1.3 'Exo 2';
  color: #040B2F;
}
.steps__text {
  margin: 4px 0 0 !important;
  font: 12px/1.4 'Inter';
  color: #040B2F;
}
.steps__aside {
  overflow: hidden;
  position: absolute;
  bottom: 45px;
  right: 0;
  width: 770px;
  padding: 24px 32px;
  background-color: #EFF0F3;
  font: 500 24px/1.3 'Exo 2';
  color: #040B2F;
}
.steps__aside span {
  color: #001593;
}
.steps__aside svg {
  position: absolute;
  top: 0;
  right: -35px;
}
@media (max-width: 991px) {
  .steps__line {
    top: 33px;
  }
  .steps__line_direct-1,
  .steps__line_direct-2,
  .steps__line_direct-3 {
    display: block;
  }
  .steps__line_direct-2 {
    top: 253px;
  }
  .steps__line_direct-3 {
    top: 473px;
    width: calc(100% - 105px);
  }
  .steps__line_curve {
    display: none;
  }
  .steps__list {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
    row-gap: 40px;
  }
  .steps__item {
    height: 180px;
  }
  .steps__item:last-child .steps__icon:after {
    content: normal;
  }
  .steps__aside {
    position: relative;
    bottom: unset;
    right: unset;
    max-width: 625px;
    width: unset;
    margin: 24px auto 0;
    font-size: 16px;
  }
  .steps__aside div {
    max-width: 450px;
  }
  .steps__aside svg {
    top: 4px;
    right: 16px;
  }
}
@media (max-width: 575px) {
  .steps__line_direct-4,
  .steps__line_direct-5,
  .steps__line_direct-6 {
    display: block;
  }
  .steps__line_direct-2 {
    top: 224px;
  }
  .steps__line_direct-3 {
    top: 415px;
    width: 100%;
  }
  .steps__line_direct-4 {
    top: 606px;
  }
  .steps__line_direct-5 {
    top: 797px;
  }
  .steps__line_direct-6 {
    top: 988px;
    width: 75%;
  }
  .steps__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 36px;
  }
  .steps__item {
    height: 155px;
  }
  .steps__aside {
    margin: 32px auto 0;
    padding: 24px 16px;
  }
  .steps__aside svg {
    top: 60px;
    right: -35px;
    height: 100px;
  }
}
/*# sourceMappingURL=steps_work.css.map */