

/* Start:/bitrix/templates/dn2020/components/bitrix/system.pagenavigation/news-list/style.css?1742913324436*/
.load-more-items{
    text-align: center;
    margin: 0 auto 25px;
    padding: 20px 10px;
    background: #fff;
    color: #000;
    cursor: pointer;
    border: 1px solid #f79322;
    transition: 0.2s linear;
}
.load-more-items:hover{
    background: #f9f9f9;
    color: #f79322;
}
.loading-indicator {
    text-align: center;
    margin: 20px auto;
}
.loading-indicator img {
    width: 50px;
    height: 50px;
}
/* End */


/* Start:/bitrix/templates/dn2020/components/bitrix/news.list/news_list2022/style.css?17777019603682*/
@font-face {
  font-family: 'Montserrat Medium';
  src: url('/fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.news-list-item {
  display: flex;
  flex-direction: column;
}

.news-item {
  position: relative;
}

.banner-fluid {
  width: 100%;
}

.bg-color-grey-liter {
  background-color: #f4f4f4;
}

.content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card .title {
  font-size: 1.10rem;
}

.title.h-4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  min-height: calc(1.4em * 2);
}

.card-body {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.infotitle {
  display: flex;
  align-items: center;
  font-family: 'Montserrat Medium', sans-serif;
  color: #aaa;
}

.location {
  margin-right: 10px;
}

.region-link {
  text-decoration: none;
  color: inherit;
}

.region {
  margin-right: 10px;
}

.card {
  border-radius: 15px;
  border: 1px solid #ddd;
  font-family: 'Montserrat Medium', sans-serif;
}

.card-img-top {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.h-100 {
  height: 100%;
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-grow-1 {
  flex-grow: 1;
}

.pb-0 {
  padding-bottom: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.logos {
  display: flex;
  align-items: center;
}

.icon-social {
  width: 20px;
  height: 20px;
}

.ms-auto {
  margin-left: auto !important;
}

/* Единый стиль для штампа "Место свободно" */
.stamp-placeholder {
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  transform: rotate(-20deg);
  font-family: 'Montserrat Medium', sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #0055cc;
  border: 3px double #0055cc;
  padding: 15px 25px;
  margin: 0;
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #0055cc;
  border-radius: 0;
  text-align: center;
}

/* Фиксированная высота для изображений новостей (не баннеров) */
.card-img-top:not(.banner-fluid .card-img-top) {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

/* Для карточек без изображения (серый фон) – центрируем по вертикали, не задаём фиксированную высоту */
.card-body.bg-color-grey-liter {
  justify-content: center;
}

/* Стили для баннеров – фиксированная высота области, contain для изображений */
.banner-fluid .card-img-top,
.stamp-wrapper {
  height: 300px;
  background-color: #f4f4f4;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-image-container img,
.banner-image-container iframe,
.banner-image-container object {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.banner-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Адаптив для мобильных устройств (объединённый блок) */
@media (max-width: 768px) {
  .card-img-top:not(.banner-fluid .card-img-top) {
    height: 150px;
  }

  .banner-fluid .card-img-top,
  .stamp-wrapper {
    height: 150px;
  }

  .stamp-placeholder {
    min-height: 150px;
    font-size: 14px;
    padding: 10px 20px;
    transform: rotate(-15deg);
  }
}
/* End */
/* /bitrix/templates/dn2020/components/bitrix/system.pagenavigation/news-list/style.css?1742913324436 */
/* /bitrix/templates/dn2020/components/bitrix/news.list/news_list2022/style.css?17777019603682 */
