body, .t-descr, .t-text, p { color:#1E2126; }
h1, h2, h3, h4, .t-title, .t-heading, .t-name { color:#1E2126; font-family: Georgia, 'Times New Roman', serif; }
a { color:#0B7BC3; transition: color 0.2s ease; }
a:hover { color:#1D4E9B; }
.t-btn, .t-submit, .t-form__submit, .t-btn__wrapper .t-btn, a.t-btn, button.t-btn {
  background-color:#1D4E9B !important;
  border-color:#1D4E9B !important;
  transition: background-color 0.25s ease, transform 0.2s ease;
}
.t-btn:hover, .t-submit:hover, a.t-btn:hover, button.t-btn:hover {
  background-color:#0B7BC3 !important;
  transform: translateY(-1px);
}
.t-menu__link-item:hover, .t-menu__link-item_active { color:#0B7BC3 !important; }
.t-input:focus, .t-input-block:focus-within .t-input { border-color:#0B7BC3 !important; }
::selection { background:#0B7BC3; color:#fff; }
