.t-btn,
.t-btnflex,
.t-submit {
  background-color: #a98b4d !important;
  border-color: #a98b4d !important;
  color: #ffffff !important;
  border-radius: 100px !important;
  font-family: 'Manrope', sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em !important;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.t-btn:hover,
.t-btnflex:hover,
.t-submit:hover {
  background-color: #c4a26b !important;
  border-color: #c4a26b !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(28, 28, 28, 0.08);
}

/* Фикс кремового фона шапки на мобильных */
@media (max-width: 768px) {
  .t-header,
  .t-records #rec[id^="rec"]:first-of-type {
    background-color: #faf4e7 !important;
  }
  .t-menu__link-item {
    color: #1c1c1c !important;
  }
}