.container.decorated .video-slider__item {
  position: relative;
  border-radius: 2rem;
  display: block;
  width: 100rem;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.container.decorated .video-slider__item-content {
  position: relative;
  height: 60rem;
  background: rgba(12, 34, 56, 0.4);
}

.step-work__item.count1 .step-work__item-count:before {
  counter-increment: counter;
  content: '01' !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 4.6rem;
  color: #1781ff;
  font-weight: 700;
}

.step-work__item.count2 .step-work__item-count:before {
  counter-increment: counter;
  content: '02' !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 4.6rem;
  color: #1781ff;
  font-weight: 700;
}

.step-work__item.count3 .step-work__item-count:before {
  counter-increment: counter;
  content: '03' !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 4.6rem;
  color: #1781ff;
  font-weight: 700;
}

.step-work__item.count4 .step-work__item-count:before {
  counter-increment: counter;
  content: '04' !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 4.6rem;
  color: #1781ff;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .step-work__item.count1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .step-work__item.count1 .step-work__item-count:before {
    counter-increment: counter;
    content: '01' !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 4.6rem;
    color: #1781ff;
    font-weight: 700;
  }
  .step-work__item.count2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .step-work__item.count2 .step-work__item-count:before {
    counter-increment: counter;
    content: '02' !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 4.6rem;
    color: #1781ff;
    font-weight: 700;
  }
  .step-work__item.count3 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .step-work__item.count3 .step-work__item-count:before {
    counter-increment: counter;
    content: '03' !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 4.6rem;
    color: #1781ff;
    font-weight: 700;
  }
  .step-work__item.count4 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .step-work__item.count4 .step-work__item-count:before {
    counter-increment: counter;
    content: '04' !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 4.6rem;
    color: #1781ff;
    font-weight: 700;
  }
}

.rel {
  position: relative;
  z-index: 2;
}

.download-link.repaired span i {
  margin-left: 2px;
}

.download-link.repaired2x span i {
  margin-left: 3px;
}
/*# sourceMappingURL=style.css.map */