.ru-dms .f--page-title {
  margin-left: auto;
}

.ru-dms-publication-teaser__items {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 992px) {
  .ru-dms-publication-teaser__items {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1200px) {
  .ru-dms-publication-teaser__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.ru-dms-under-project {
  padding-top: 40px;
  padding-bottom: 60px;
  border-top: 1px solid #00626d;
}

.ru-dms-sidebar-field {
  font-size: 14px;
  margin-bottom: 20px;
}

.ru-dms-sidebar-field .field__items {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.ru-dms-sidebar-field .field__item {
  font-size: 14px;
  color: #666;
}

.ru-dms-sidebar-field--label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.ru-dms-connector__additional {
  padding-top: 40px;
}

.ru-dms-under-project .ru-dms-under-project__title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 30px;
}

.ru-dms-publication-teaser__items .ru-dms-publication-teaser__item .authors ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ru-dms-publication-teaser__items .ru-dms-publication-teaser__item .authors {
  margin-top: auto;
}

.ru-dms-publication-teaser__items .ru-dms-publication-teaser__item .authors li {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
  text-decoration-line: underline;
}

.ru-dms-publication-teaser__items .ru-dms-publication-teaser__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  background: #eee;
  border: 1px solid #d8d8d8;
  height: 100%;
}

.ru-dms-publication-teaser__items .ru-dms-publication-teaser__item--link {
  text-decoration: none;
}

.ru-dms-publication-teaser__items .ru-dms-publication-teaser__item--link * {
  color: inherit;
}

.ru-dms-publication-teaser__items .ru-dms-publication-teaser__item--link {
  color: #000;
}

.ru-dms-publication-teaser__items .ru-dms-publication-teaser__item--link:hover {
  color: #c03;
}

.authors--field__items {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.authors--field__item {
  font-size: 14px;
  color: #666;
}

.ru-dms-related-projects {
  padding-top: 40px;
  padding-bottom: 60px;
  border-top: 1px solid #00626d;
}

.ru-dms-related-projects .ru-dms-related-projects__title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 30px;
}

.ru-dms-related-projects .ru-dms-related-projects-teaser__item {
  display: block;
  padding: 28px;
  border: 1px solid #d8d8d8;
  margin-bottom: 20px;
  text-decoration: none;
}

.ru-dms-related-projects .ru-dms-related-projects-teaser__item:hover {
  border: 1px solid #c03;
}

.ru-dms-related-projects .ru-dms-related-projects-teaser__item h4 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 14px;
}

.ru-dms-related-projects .ru-dms-related-projects-teaser__item .date,
.ru-dms-related-projects .ru-dms-related-projects-teaser__item .project-funding-agency {
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

/* Publications */

.publications .f--section-results {
  display: block;
  margin-bottom: 40px;
}


/* Projects */

.projects .f--section-results {
  display: block;
  margin-bottom: 40px;
}


.ru-dms-related-projects-teaser__items--past {
  margin-bottom: 3rem;
}

.ru-dms-related-projects-teaser__items {
  display: flex;
  width: 100%;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.ru-dms-related-projects-teaser__items--title {
  font-size: 2rem;
  margin-bottom: 1.25rem;
}

.ru-dms-related-projects-teaser__items {
  display: flex;
  padding: 40px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.ru-dms-related-projects-teaser__items .ru-dms-related-projects-teaser__item {
  padding: 20px;
  background: #fff;
  border: 1px solid #d8d8d8;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.ru-dms-related-projects-teaser__items .ru-dms-related-projects-teaser__item .authors ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ru-dms-related-projects-teaser__items .ru-dms-related-projects-teaser__item .authors {
  margin-top: auto;
}

.ru-dms-related-projects-teaser__items .ru-dms-related-projects-teaser__item .authors li {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
  text-decoration-line: underline;
}


.ru-dms-related-projects-teaser__items .ru-dms-related-projects-teaser__item--link {
  text-decoration: none;
}

.ru-dms-related-projects-teaser__items .read-more {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.ru-dms-related-projects-teaser__items .read-more::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../img/chevron-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 7px;
  line-height: 20px;
}

.ru-dms-related-projects-teaser__items .ru-dms-related-projects-teaser__item--link * {
  color: inherit;
}

.ru-dms-related-projects-teaser__items .ru-dms-related-projects-teaser__item--link {
  color: #000;
}

.ru-dms-related-projects-teaser__items .ru-dms-related-projects-teaser__item--link:hover {
  color: #c03;
}

.ru-dms-related-projects-teaser__items .ru-dms-related-projects-teaser__item--body {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 20px 0;
}


.pdf-reader object {
  width: 100%;
}

.cc--form--loader {
  position: absolute;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
