.steps-make-order__item-inner{
  display: flex;
  background: #F3F4F5;
  border-radius: 8px;
  padding: 32px 31px;
  flex-wrap: wrap;
}
.steps-make-order__item{
  margin-bottom: 32px;
}
.steps-make-order__tab:not(.is-active){
  display: none;
}
.steps-make-order__tab-links{
  display: flex;
  border-bottom: 1px solid #CED1D6;
  margin-bottom: 40px;
}
.steps-make-order__tab-link{
  display: block;
  padding: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #858D99;
  border-bottom: 2px solid transparent;
  margin-right: 40px;
  margin-bottom: -1px;
  cursor: pointer;
}
.steps-make-order__tab-link.is-active{
  color: #D9344A;
  border-bottom: 2px solid #D9344A;
  cursor: text;
}
.steps-make-order__index{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex: none;
  gap: 10px;
  width: 56px;
  height: 56px;
  background: #FFFFFF;
  border-radius: 40px;

  font-weight: 500;
  font-size: 24px;
  line-height: 2.4;

  color: #D9344A;
  margin-right: 24px;
}
.steps-make-order__desc{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #303233;
  margin-right: 80px;
  width: 448px;
  padding-top: 14px;
}
.steps-make-order__img{
  width: calc(100% - 610px);
}
.steps-make-order__img img{
  max-width: 100%;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.steps-make-order__description-block{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #303233;
  margin-bottom: 100px;
}
.steps-make-order__description-block h2{
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #D9344A;
  margin-bottom: 12px;
}
@media (max-width: 914px){
  .steps-make-order__tab-links {
    margin-bottom: 20px;
  }
  .steps-make-order__index {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 1.9;
    margin-right: 10px;
  }
  .steps-make-order__item{
    margin-bottom: 22px;
  }
  .steps-make-order__tab-link {
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
    margin-right: 20px;
  }
  .steps-make-order__item-inner {
    padding: 20px 13px;
  }
  .steps-make-order__desc{
    width: calc(100% - 44px);
    flex: none;
    margin-right: 0;
    font-size: 14px;
    padding-top: 4px;
    margin-bottom: 10px;
  }
  .steps-make-order__img {
    width: 100%;
    box-sizing: border-box;
    padding-left: 40px;
  }
}