

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


/* Основные стили */
.episode-announcement {
    font-family: 'Montserrat Medium', sans-serif;
    border: 3px solid #f79322;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}

.episode-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    max-height: 300px;
}

/* Заголовок */
.episode-info h3 {
    color: #000 !important; /* Черный цвет */
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* Описание с чертой */
.episode-description {
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.episode-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  border-bottom: 1px solid #000;
}

.episode-content {
    align-items: stretch; /* Растягиваем колонки на одинаковую высоту */
}

/* Футер */
.episode-footer {
    text-align: left !important;
    font-size: 1.1em;
    padding: 10px 0;
    border-top: none !important;
    margin-top: 10px;
    font-weight: 600;
}

/* Адаптив */
@media (max-width: 991.98px) {
    .episode-image {
        margin-bottom: 20px;
    }
    .episode-info h3 {
        font-size: 1.3em;
    }
}

/* Остальные стили остаются без изменений */
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.new-item .news-item {
    border: 2px solid #f79322;
}

.new-item .content {
    background-color: #f79322;
    font-weight: bold;
}

.new-item .content a:hover {
  color: #ffffff;
}
/* End */


/* 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 */
/* /bitrix/templates/dn2020/components/bitrix/news.list/barin_2025/style.css?17483453611938 */
/* /bitrix/templates/dn2020/components/bitrix/system.pagenavigation/news-list/style.css?1742913324436 */
