.steps-credit__text {
  font-weight: normal;
  font-size: 36px;
  line-height: 48px;
  color: #858D99;
  margin-bottom: 68px;
}
@media (min-width: 1025px) {
  .steps-credit__list {
    position: relative;
    margin-top: 100px;
  }
}
.steps-credit__list-item {
  position: relative;
}
@media (min-width: 1025px) {
  .steps-credit__list-item {
    width: 620px;
  }
  .steps-credit__list-item:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
  }
  .steps-credit__list-item_2, .steps-credit__list-item_4 {
    left: 50%;
  }
  .steps-credit__list-item_1:before {
    background-image: url(/local/templates/main/img/content/credit/arrow_step_1.svg);
    z-index: 1;
    top: -50px;
    left: 40px;
    height: 133px;
    width: 658px;
  }
  .steps-credit__list-item_2 {
    top: -90px;
  }
  .steps-credit__list-item_2:before {
    background-image: url(/local/templates/main/img/content/credit/arrow_step_2.svg);
    z-index: 2;
    height: 193px;
    left: -100%;
    margin-left: -8px;
    top: 84px;
    width: 662px;
    background-size: contain;
  }
  .steps-credit__list-item_3 {
    top: 26px;
  }
  .steps-credit__list-item_3:before {
    background-image: url(/local/templates/main/img/content/credit/arrow_step_3.svg);
    z-index: 3;
    left: 240px;
    top: 35px;
    width: 920px;
    height: 120px;
  }
  .steps-credit__list-item_4 {
    top: -90px;
  }
  .steps-credit__list-item_4:before {
    background-image: url(/local/templates/main/img/content/credit/arrow_step_4.svg);
    z-index: 4;
    height: 227px;
    width: 663px;
    left: -100%;
    margin-left: -7px;
    top: 84px;
  }
  .steps-credit__list-item_5 {
    top: -260px;
  }
}
.steps-credit__list-item-mask {
  position: absolute;
  top: -60px;
  left: 7px;
  font-weight: 500;
  font-size: 288px;
  line-height: 1;
  color: rgba(12, 27, 51, 0.1);
}
.steps-credit__list-item-title, .steps-credit__list-item-text {
  padding-left: 100px;
}
.steps-credit__list-item-text {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}
.steps-credit__list-item-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 20px;
}
.steps-credit__list-item-step-name {
  font-size: 48px;
  line-height: 58px;
  text-transform: uppercase;
  color: #858D99;
}
.steps-credit__list-item-step-name-text {
  display: inline-block;
  vertical-align: middle;
}
.steps-credit__list-item-step-name:before {
  vertical-align: middle;
  margin-right: 25px;
}
.steps-credit__buttons {
  position: relative;
  text-align: right;
  margin-bottom: 100px;
  margin-top: -200px;
  z-index: 10;
}
@media (max-width: 1280px) {
  .steps-credit__list {
    transform: scale(0.8);
    margin-top: -115px;
  }
}
@media (max-width: 1024px) {
  .steps-credit__list {
    transform: none;
    margin-top: 0;
  }
  .steps-credit__list-item {
    margin-bottom: 60px;
    min-height: 200px;
  }
  .steps-credit__list-item:before {
    display: none;
  }
  .steps-credit__list-item-title, .steps-credit__list-item-text {
    padding-left: 84px;
  }
  .steps-credit__list-item-step-name {
    font-size: 36px;
    line-height: 43px;
  }
  .steps-credit__list-item-step-name:before {
    margin-right: 10px;
  }
  .steps-credit__list-item-title {
    font-size: 14px;
    line-height: 20px;
  }
  .steps-credit__list-item-text {
    font-size: 14px;
    line-height: 20px;
  }
  .steps-credit__buttons {
    margin-bottom: 40px;
    margin-top: 0;
  }
  .steps-credit__text {
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #858D99;
    margin-bottom: 35px;
  }
}