/* === ОБЩИЕ НАСТРОЙКИ КНОПКИ === */
.t-btn1 {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 900 !important;
}

/* === ЦЕНА === */
.t776__price.t776__price-item.t-name.t-name_xs {
  color: #00E7F7 !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  margin-bottom: 10px !important;
}

/* === ДЕСКТОП >=768px === */
@media screen and (min-width: 768px) {
  .t776__btn.t-btn.t-btn_sm {
    display: block !important;
    margin: 0 auto !important;
    text-align: center !important;
    line-height: 1 !important;
    font-size: 22px !important;
    min-height: 80px !important;
    width: 80% !important;
    padding: 10px 20px !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    transition: background-color 0.3s ease;
  }

  .t776__btn.t-btn.t-btn_sm:hover {
    background-color: #cc5500 !important;
    cursor: pointer !important;
  }

  .t776__content {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    flex-grow: 1 !important;
  }

  .t776__bottom-wrap {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
    align-items: center !important;
    /* margin-top задаётся через JS — тут его не фиксируем */
  }
}

/* === МОБИЛЬНЫЕ 