@media (max-width: 50em) {
    .choose__navigation-title,
    .form-contact__navigation-title {
        display: unset;
    }

    .select_choose {
        display: none;
    }
}

.choose__list {
    margin-bottom: 10px;
}

.choose__buttons {
    display: none;
}

.choose__buttons._show {
    display: flex;
}

.frame-9167 {
  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  gap: 10px;

  width: 447px;
  height: 36px;
  left: 0px;
  top: 173px;

  border: 1px solid #E28D33;
  border-radius: 24px;
    margin-block-end: 2em;

  /* 🔥 Текст жирный */
  font-weight: bold;
}

@media (max-width: 768px) {
  .frame-9167 {
    display: flex;
    flex-direction: row;
    justify-content: center; /* центрируем по горизонтали */
    align-items: center;     /* центрируем по вертикали */
    text-align: center;      /* выравнивание текста */
    padding: 12px 16px;      /* чуть больше внутренних отступов */
    gap: 10px;

    width: 100%;
    height: auto;            /* вместо фиксированной высоты */
    border: 1px solid #E28D33;
    border-radius: 49px;

    font-weight: bold;
    line-height: 1.4;        /* чтобы текст выглядел ровно */
    box-sizing: border-box;
    margin-block-end: 1em;
  }
}
