

/* Start:/local/templates/modern2026/components/bitrix/news/pages/bitrix/news.detail/.default/style.css?17860251641880*/
.pages {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.pages__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 3rem 20rem 5rem 12rem;
  background-color: var(--bg-content);
  font-size: 1.3rem;

  @media (max-width: 1600px) {
    padding: 3rem 16rem 4rem 12rem;
    font-size: 1.2rem;
  }

  @media (max-width: 1280px) {
    padding: 3rem 2rem 6rem;
    font-size: 1rem;
  }

  @media (max-width: 650px) {
    padding: 2rem 1rem 3rem;
  }
}

.pages__image {
  width: 100%;
}

.pagesl__documents {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pages__photo-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;

  @media (max-width: 650px) {
    grid-template-columns: repeat(2, 1fr);
  }

  @media (max-width: 500px) {
    grid-template-columns: repeat(1, 1fr);
  }
}

.pages__photo {
  width: 100%;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pages__photo a {
  display: block;
  width: 100%;
  height: 100%;
}

.pages__scheme-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;

  @media (max-width: 650px) {
    grid-template-columns: repeat(2, 1fr);
  }

  @media (max-width: 500px) {
    grid-template-columns: repeat(1, 1fr);
  }
}

.pages__scheme-title {
  margin-bottom: 1rem;
}

.pages__scheme-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-decoration: none;
}

.pages__scheme-description {
  text-align: center;
  font-weight: 600;
}

.pages__scheme-image {
  width: 100%;
}

.pages p img {
  @media (max-width: 640px) {
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 0;
    margin-right: 0;
  }
}

/* End */
/* /local/templates/modern2026/components/bitrix/news/pages/bitrix/news.detail/.default/style.css?17860251641880 */
