
/* Первый экран CR46 / GR46 */
.uc-it-hero {
  background-color: #191919;
}

/* Затемнение / градиент поверх фона */
.uc-it-hero .t-cover__filter {
  background: linear-gradient(0turn, rgba(25,25,25,1) 0%, rgba(25,25,25,0.7) 100%) !important;
  opacity: 0.92 !important;
}

/* Заголовок */
.uc-it-hero .t-title,
.uc-it-hero h1 {
  color: #d4b076 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  line-height: 1.1 !important;
}

/* Подзаголовок */
.uc-it-hero .t-descr,
.uc-it-hero .t-text {
  color: #ffffff !important;
  font-weight: 500 !important;
}

/* Кнопка */
.uc-it-hero .t-btn {
  background-color: #d4b076 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  border: none !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
}

/* Кнопка при наведении */
.uc-it-hero .t-btn:hover {
  background-color: #efe6d7 !important;
  color: #2b2b2b !important;
}
</style>