body .g-button {
  background: #f30100; }
  body .g-button:hover {
    background: rgba(243, 1, 0, 0.7); }
  body .g-auth__fogot-password, body .g-auth__personal-note a {
    color: #f30100; }
  body .g-button.g-button--invert {
    color: red !important;
    background: #fff;
    border-color: #f30100; }
  body .g-button.g-button--invert:hover {
    background: #fff;
    color: #000 !important;
    border-color: #f30100; }
  body .g-user_text_color, body a.g-user_text_color {
    color: red !important; }
  body .g-categories__button {
    color: #000;
    border-color: #f30100; }
  body .g-categories__button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' version='1.1' baseProfile='full' xml:space='preserve' x='0px' y='0px' width='14px' height='14px' viewBox='0 0 14 14' preserveAspectRatio='none' shape-rendering='geometricPrecision'%3E%3Cpath fill='red' fill-rule='evenodd' d='M 0 0 L 14 0 L 14 2 L 0 2 L 0 0 Z M 0 4 L 8 4 L 8 6 L 0 6 L 0 4 Z M 0 12 L 8 12 L 8 14 L 0 14 L 0 12 Z M 0 8 L 12 8 L 12 10 L 0 10 L 0 8 Z M 0 8'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: auto; }
  body .g-article--simple-view .g-article__name {
    color: #f30100; }
  body .g-article {
    font-size: 18px; }
  body .g-page-article {
    font-size: 18px; }
