body .g-button {
  background: #bd4f4f; }
  body .g-button:hover {
    background: rgba(189, 79, 79, 0.8); }
  body .g-button.g-button--invert {
    border-color: #bd4f4f;
    color: #bd4f4f !important; }
  body .g-button.g-button--invert:hover {
    background: #bd4f4f;
    border-color: #bd4f4f;
    color: #fff !important; }
  body .g-auth__fogot-password, body .g-auth__personal-note a {
    color: #bd4f4f !important; }
  body .g-auth__personal-note a {
    border-bottom: 1px dotted #bd4f4f; }
  body .g-article__name, body .g-tags__item, body .g-article-years__year, body .g-categories__button {
    color: #bd4f4f;
    border-color: #bd4f4f; }
  body .g-categories__button::after {
    background: #bd4f4f; }
