    /* Нумерация 01, 02, 03 в блоках этапы и Характеристики проектов*/
.uc-etapy .t502 .t502__circle::before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  text-align: left;
  font-size: 42px;
  line-height: 1.0;
  color: #D1C2B1;
}

/* Линия над каждой карточкой */
.uc-etapy .t502__tablewrapper {
  border-top: 1px solid #E0D8CC;
  padding-top: 25px;
  margin-top: 10px;
}

/* Убираем круг и скругление */
.uc-etapy .t502__circle {
  background-color: transparent !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  line-height: 1 !important;
  width: auto !important;
  height: auto !important;
  display: block !important;
}

/* Поднимаем цифру на уровень заголовка */
.uc-etapy .t502__circle::before {
  position: relative;
  top: -10px;
}

/* Мобильные — шрифт поменьше */
@media (max-width: 960px) {
  .uc-etapy .t502 .t502__circle::before {
    line-height: 60px;
    font-size: 36px !important;
    position: relative;
    top: -20px !important;
  }
  
  .uc-etapy .t502__blockdescr{
  max-width: 370px;
}

.uc-etapy .t502__circle {
        max-width: 50px !important;
        max-height: 50px !important;
    }
}


/*Код для добавления хлебных крошек в проекты*/
  .cstm-xleb-proekt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
  }
  .cstm-xleb-proekt a,
  .cstm-xleb-proekt span {
    font-family: 'Cormorant Garamond', Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  .cstm-xleb-proekt a:hover,
  .cstm-xleb-proekt a:focus-visible {
    color: #af9476 !important;
  }
  .cstm-xleb-proekt .cstm-xleb-proekt__divider {
    color: #a2a2a2 !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    margin: 0 8px;
  }
