/* Вертикальная кнопка "Узнать стоимость" — для promo-komfortis33.ru */
@media (min-width: 601px) {
  /* Контейнер кнопки */
  #rec814401334 .t-btnflex {
    width: 50px !important;
    height: 200px !important;
    min-width: 0 !important;
    max-width: 50px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important;
  }

  /* Текст внутри кнопки */
  #rec814401334 .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;
    margin: 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 карточки на десктопе */
}

@media (max-width: 600px) {
    .t-card__col.t-card__col_withoutbtn.t490__col.t-col.t-col_3.t-align_left.t-item {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .t-card__col.t-card__col_withoutbtn.t490__col.t-col.t-col_3.t-align_left.t-item img {
        margin-right: 10px;
    }
}

@media (max-width: 600px) {
    .t490 .t-name_xl {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.t1106__number {
    border-radius: 0; /* Квадрат */
}