

/* Start:/bitrix/templates/elektro_flat/components/bitrix/news/promotions/bitrix/news.list/.default/style.css?17785734452671*/
.promo-list { display: flex; flex-direction: column; gap: 18px; margin: 24px 0 36px; }
.promo-list__item { display: flex; gap: 24px; align-items: stretch; padding: 18px; border: 1px solid #e4e7f0; border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(32, 39, 64, 0.06); transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease; }
.promo-list__item:hover { transform: translateY(-2px); border-color: #cfd6e8; box-shadow: 0 16px 38px rgba(32, 39, 64, 0.11); }
.promo-list__item--ended { opacity: .72; }
.promo-list__image-link { flex: 0 0 360px; display: flex; align-items: center; justify-content: center; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 14px; background: #f4f6fb; text-decoration: none; }
.promo-list__image { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; }
.promo-list__image-empty { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; color: #7d86a2; font-size: 18px; background: #f4f6fb; }
.promo-list__content { flex: 1 1 auto; display: flex; flex-direction: column; align-items: flex-start; min-width: 0; padding: 2px 0; }
.promo-list__status { display: inline-flex; align-items: center; min-height: 30px; margin: 0 0 12px; padding: 5px 12px; border-radius: 999px; color: #4e5a7a; font-size: 14px; line-height: 1.25; background: #eef2ff; }
.promo-list__item--active_until .promo-list__status { color: #25523d; background: #e9f8ef; }
.promo-list__item--active_permanent .promo-list__status { color: #4e5a7a; background: #eef2ff; }
.promo-list__item--ended .promo-list__status { color: #7d8294; background: #f0f1f5; }
.promo-list__title { margin: 0 0 12px; color: #3f4a68; font-size: 23px; font-weight: 700; line-height: 1.22; text-decoration: none; }
.promo-list__title:hover { color: #26324f; text-decoration: underline; }
.promo-list__text { max-width: 760px; color: #6f7894; font-size: 16px; line-height: 1.55; }
.promo-list__text p { margin: 0 0 10px; }
.promo-list__text p:last-child { margin-bottom: 0; }
.promo-list__more { margin-top: auto; padding-top: 16px; color: #4b5f93; font-size: 15px; font-weight: 700; text-decoration: none; }
.promo-list__more:hover { color: #253a72; text-decoration: underline; }
.promo-list__pager { margin: 24px 0 0; }

@media (max-width: 768px) {
    .promo-list { gap: 16px; margin: 18px 0 28px; }
    .promo-list__item { display: block; padding: 14px; border-radius: 16px; }
    .promo-list__image-link { width: 100%; flex-basis: auto; margin: 0 0 14px; border-radius: 12px; }
    .promo-list__title { font-size: 20px; }
    .promo-list__text { font-size: 15px; }
}
/* End */
/* /bitrix/templates/elektro_flat/components/bitrix/news/promotions/bitrix/news.list/.default/style.css?17785734452671 */
