/* ==============================
   NARCISSUS GLOBAL THEME
   ============================== */

:root {
  --white: #ffffff;
  --green: #2f4835;
  --gold:  #bea66e;
  --text:  #1f1f1f;
}

/* Фон сайта */
html, body, .t-site {
  background-color: var(--white) !important;
  color: var(--text) !important;
}

/* ==============================
   ТЕКСТ (ВСЕ БЛОКИ, ВКЛ. ZERO)
   ============================== */

.t-text,
.t-title,
.t-descr,
.t-name,
.t-heading,
.t-uptitle,
.t-subtitle,
.t-article,
.t-quote,
.t-raw-html,
.t-text span,
.t-title span,
.t-descr span,
.t-name span,
.t-heading span,
.t-uptitle span,
.t-subtitle span,
.t-article span,
.tn-atom,
.tn-atom span {
  color: var(--text) !important;
}

/* ==============================
   ССЫЛКИ
   ============================== */

a,
.t-text a,
.t-descr a,
.t-title a,
.tn-atom a {
  color: var(--gold) !important;
  text-decoration: none !important;
}

a:hover { opacity: 0.85; }

/* ==============================
   HEADER / FOOTER
   ============================== */

header,
.t-header,
.t-site-header,
footer,
.t-footer,
.t-site-footer {
  background-color: var(--green) !important;
  color: #fff !important;
}

header *,
footer * {
  color: #fff !important;
}

header a,
footer a {
  color: var(--gold) !important;
}

/* ==============================
   КНОПКИ
   ============================== */

.t-btn,
.tn-atom__button,
button,
input[type="submit"] {
  background-color: var(--green) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
}

/* ==============================
   ПОИСК ПО САЙТУ
   ============================== */

.t-search__button,
.t-search__submit {
  background-color: var(--gold) !important;
  color: var(--green) !important;
}

.t-search__button svg {
  fill: var(--green) !important;
}

/* ==============================
   КНОПКА "ВВЕРХ"
   ============================== */

#recButtonUp,
.t-records__up {
  background-color: var(--green) !important;
  color: #fff !important;
}

/* ==============================
   ФОРМЫ (НЕ ЛОМАЮТСЯ)
   ============================== */

input,
textarea,
select {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: 1.35 !important;
  color: var(--text) !important;
  box-sizing: border-box !important;
}

::placeholder {
  color: rgba(0,0,0,0.4) !important;
}
