

/* Start:/bitrix/templates/yv2025/components/bitrix/news/book/bitrix/news.detail/.default/style.css?17617186681483*/
.content img {
  height: auto;
}
.content img.alignnone {
  display: block;
  margin-bottom: 1em;
}

/* Основной контейнер */
.footer-section {
  display: flex;
  flex-direction: column;
  gap: 28px;
  /* расстояние между строками */
  padding: 40px 0;
  margin: 0 auto;
}

/* Верхняя строка: "Читать далее" + ссылка + "В начало" */
.top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.read-more-group {
  display: flex;
  align-items: center;
  gap: 20px;
}

.read-more-label {
  color: white;
  font-size: 22px;
  font-weight: 800;
  line-height: 30px;
}

.read-more-link a {
  color: white;
  font-size: 22px;
  font-weight: 500;
  text-decoration: underline;
  line-height: 30px;
  cursor: pointer;
}

.back-to-top {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.back-to-top__text a {
  color: #486d83;
  font-size: 22px;
  font-weight: 800;
  line-height: 30px;
  white-space: nowrap;
}

.back-to-top__arrow {
  width: 46px;
  height: 46px;
  border-radius: 100px;
}

/* Градиентные полосы */
.gradient-bars {
  display: flex;
  flex-direction: column;
  gap: 0;
  /* полосы вплотную */
}

.gradient-bar {
  width: 741px;
  padding: 20px 30px;
  background: linear-gradient(90deg, #0090d2 0%, #00c3f4 100%);
}

.second1-techs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}

/* End */
/* /bitrix/templates/yv2025/components/bitrix/news/book/bitrix/news.detail/.default/style.css?17617186681483 */
