.BlockRelatedThemes-content {
  line-height: 1.26;
  font-family: var(--title-font);
  font-weight: normal;
  margin: 0 0 2rem;
  font-size: clamp(9px, 4.7rem, 47px);
}
@media (max-width: 999px) {
  .BlockRelatedThemes-content {
    line-height: 1.1;
    font-size: 3.2rem;
  }
}

.BlockRelatedThemes-title {
  line-height: 1.26;
  font-family: var(--title-font);
  font-weight: normal;
  margin: 0 0 2rem;
  font-size: clamp(9px, 2.7rem, 27px);
}
@media (max-width: 999px) {
  .BlockRelatedThemes-title {
    font-size: 2.2rem;
  }
}

.BlockRelatedThemes {
  background: var(--gray-dark);
  color: white;
  padding: 11rem 0 6rem;
  min-height: 44.8rem;
  text-align: center;
  position: relative;
  z-index: 0;
}
.BlockRelatedThemes::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100vw - var(--gin-toolbar-x-offset, 0px));
  height: 100%;
  margin-left: calc(-50vw + var(--gin-toolbar-x-offset, 0px) / 2);
  background: url("../../../../img/bg_related_themes.jpg");
  background-size: cover;
  z-index: -1;
}
@media (max-width: 999px) {
  .BlockRelatedThemes {
    padding: 10.8rem 0;
    min-height: 37.3rem;
  }
}
.BlockRelatedThemes a {
  text-decoration: none;
}
.BlockRelatedThemes a:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.1rem;
}
.BlockRelatedThemes-title {
  margin-bottom: 6rem;
}
@media (max-width: 999px) {
  .BlockRelatedThemes-title {
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
}
.BlockRelatedThemes-content {
  margin: 0;
}
.BlockRelatedThemes-content ul {
  margin: 0;
  padding: 0;
}
.BlockRelatedThemes-content li {
  list-style: none;
  display: inline;
}
.BlockRelatedThemes-content li:not(:first-child)::before {
  content: " - ";
}

/*# sourceMappingURL=blockRelatedThemes.css.map */
