body .block-informers {
  float: left;
  margin-top: 20px;
  margin-left: 30px;
  display: block; }

@media all and (max-width: 766px) {
  body .block-informers {
    float: none;
    margin: 10px auto;
    display: block; } }

body .g-auth-page-block-wr .g-button[type="submit"] {
  background-image: none;
  border-radius: 0;
  background: #4b79db;
  background: "Roboto", Arial, Helvetica, sans-serif; }
  body .g-auth-page-block-wr .g-button.g-button--invert {
    border-radius: 0;
    color: #4b79db !important; }
  body .g-auth-page-block-wr .g-button.g-button--invert:hover {
    background: #4b79db;
    color: #fff !important; }

body .g-user-profile--opened {
  background: #4b79db; }

body .g-user-profile__item:hover, body .g-user-profile__item:active, body .g-user-profile__item--active {
  border-color: #4b79db; }

body .g-button.g-user__button {
  background-image: none;
  border-radius: 0;
  background: #4b79db; }

body #form_g-user-register .g-button.g-user__button {
  background-image: none;
  border-radius: 0;
  background: #4b79db;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500; }
