.c-page .faculty__picture {
  width: 372px;
  height: 314px;
  object-fit: contain;
  object-position: bottom right;
  bottom: 0;
}

.c-page.faculty__header {
  padding-bottom: 431px;
  min-height: 500px;
}

.faculty__content h1 {
  max-width: 375px;
}

.info__tab {
  display: none;
}

.info__tab_active {
  display: block;
}

.news-detail__text a,
.news-detail__text span {
  color: var(--main-red);
}

.info__container .docs__list:first-child,
.info__tab .news-detail__text:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .c-page.faculty__header {
    padding-bottom: 154px;
    min-height: 420px;
  }

  .c-page .faculty__picture {
    width: 417px;
    height: 337px;
    top: unset;
  }
}

@media screen and (min-width: 1200px) {
  .faculty__content h1 {
    max-width: 591px;
  }

  .c-page.faculty__header {
    padding-bottom: 119px;
    min-height: 500px;
  }

  .c-page .faculty__picture {
    width: 587px;
    height: 472px;
  }
}
