

/* Start:/local/templates/gendalf/components/bitrix/system.pagenavigation/custom/style.css?1659020671786*/
.pagenavigation__desc {
  display: flex;
  justify-content: center;
  margin: 0 0 30px;
}

.pagenavigation__element {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagenavigation__element.active {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.pagenavigation__element.active::before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: #f2ece8;
  transform: rotate(45deg);
  z-index: -1;
}

.pagenavigation__nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

font.text {
  display: flex;
  justify-content: center;
  gap: 0 30px;
}
/* End */


/* Start:/local/templates/gendalf/components/bitrix/news.list/news-list/style.css?1680261609777*/
.news__list {
  width: 100%;
  max-width: 1024px;
  color: var(--main-color-text);
  margin: 0 auto;
}



.news__list-item {
	display:flex;

}

.suggestion__list-item {
  display:inline-flex;

}

.news__list-item-data-container {
    background: #00aeef;
    width: 100%;
    padding: 10px 20px;
    max-width: 150px;
    margin: auto;
    margin-top: 20px;
    text-align: center;
    color: #fff;
}

.news__list-item-data-day {}

.news__list-item-data-year {}

.news__list-item-data-year-month {}

.news__list-item-data-year-year {}

.news__list-item-content {
  font-size: 16px;
	padding-left: 30px;
}

.news__list-item-title {
  font-size: 20px;
  text-decoration: none;
}

.news__list-item-title:hover {
  color: var(--main-color);
}

.news__text {
  text-align: center;
}
/* End */
/* /local/templates/gendalf/components/bitrix/system.pagenavigation/custom/style.css?1659020671786 */
/* /local/templates/gendalf/components/bitrix/news.list/news-list/style.css?1680261609777 */
