/* === Вертикальная плавающая кнопка (для любого T393 с фиксированной кнопкой) === */
@media (min-width: 601px) {
  /* Применяем ко ВСЕМ плавающим кнопкам T393, если у них есть .t-btn */
  .t393.t393__positionfixed .t-btn {
    width: 50px !important;
    height: 200px !important;
    min-width: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 0 !important;
  }

  .t393.t393__positionfixed .t-btnflex__text {
    writing-mode: vertical-rl !important;
    text-orientation: mixed !important;
    transform: rotate(180deg) !important;
    white-space: nowrap !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    display: block !important;
    text-align: center !important;
    padding: 0 !important;
  }
}

/* === Ваши остальные стили — без изменений === */

.t-form__successbox {
    text-align: center;
    background: #FC4B07;
    color: #fff;
}
    
.t702 .t702__img {
    border-bottom: 2px solid #FC4B07;
}

.t-slds__item {
    flex: 1 1 calc(25% - 20px) !important; /* 4 карточки на десктопе */
}

.t1106__number {
    position: relative;
    z-index: 1;
    width: 34px;
    height: 34px;
    background-color: #222;
    border-radius: 0px !important;
}

.t181__descr {
    font-size: 5px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Inter';
    text-transform: uppercase;
}

.custom-list {
    list-style: none;
    padding: 0;
}

.custom-list li {
    position: relative;
    padding-left: 20px;
}

.custom-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: #fc4b07;
}

.t-slds__arrow-withbg {
    background-color: #eee;
    border-radius: 0px;
    transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
}