@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap');

/* Фирменная золотая кнопка */
.uc-btn-gold .tn-atom,
.uc-btn-gold a {
  background: #af8c52 !important;
  color: #ffffff !important;
  font-family: 'PT Sans Narrow', sans-serif !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  border: none !important;
  transition: background .2s !important;
}
.uc-btn-gold .tn-atom:hover,
.uc-btn-gold a:hover {
  background: #9a7840 !important;
}

/* Outline кнопка для hero */
.uc-btn-outline .tn-atom {
  background: transparent !important;
  color: #e6e1db !important;
  border: 2px solid #e6e1db !important;
  font-family: 'PT Sans Narrow', sans-serif !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}
/* Центрирование контента в CR12 */
.uc-cr-center .t-cover__wrapper { text-align: center !important; }
.uc-cr-center .t-cover__wrapper > div { margin-left: auto !important; margin-right: auto !important; }
.uc-cr-center .t-btn { display: inline-block !important; margin: 0 auto !important; }