.page-node-type-person .nursery-page-title__container h1,
.page-node-type-group .nursery-page-title__container h1,
.page-node-type-group .field-node-paragraph__label {
  color: #6c0000;
}

.nursery-views-block-groups-block-1 .view-content {
  /*flex-direction: row-reverse;
  justify-content: flex-end;*/
}

body .b-site-info-header__logo {
  width: 100%;
}

body .b-site-info-header__logo img {
  max-width: 90px;
}

body .b-site-info-contacts__logo.title-visible a img {
  width: 80px;
}

@media screen and (min-width: 1199px) {
  body .b-site-info-header__logo img {
    max-width: 13.4rem;
  }

  body .b-site-info-contacts__logo.title-visible a img {
    width: 4.75rem;
  }
}