

/* Start:/bitrix/templates/elektro_flat/components/bitrix/news/promotions/bitrix/news.detail/.default/style.css?17785776972490*/
.promo-detail { margin: 24px 0 46px; color: #3f4a68; }
.promo-detail__hero { padding: 24px; border: 1px solid #e4e7f0; border-radius: 22px; background: linear-gradient(180deg, #ffffff 0%, #f8f9fd 100%); box-shadow: 0 14px 42px rgba(32, 39, 64, 0.08); }
.promo-detail__head { margin: 0 0 22px; }
.promo-detail__eyebrow { margin: 0 0 8px; color: #8a93ad; font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.promo-detail__title { margin: 0 0 16px; color: #3f4a68; font-size: 34px; font-weight: 700; line-height: 1.18; }
.promo-detail__status { display: inline-flex; align-items: center; min-height: 34px; padding: 7px 14px; border-radius: 999px; color: #25523d; font-size: 15px; line-height: 1.25; background: #e9f8ef; }
.promo-detail--active_permanent .promo-detail__status { color: #4e5a7a; background: #eef2ff; }
.promo-detail--ended .promo-detail__status { color: #7d8294; background: #f0f1f5; }
.promo-detail__image-wrap { display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 18px; background: #f2f4fa; }
.promo-detail__image { display: block; width: auto; max-width: 100%; height: auto; max-height: 520px; object-fit: contain; }
.promo-detail__lead { margin: 24px 0 0; padding: 22px 24px; border-radius: 18px; color: #56617f; font-size: 18px; line-height: 1.6; background: #f7f8fc; }
.promo-detail__lead p { margin: 0 0 12px; }
.promo-detail__lead p:last-child { margin-bottom: 0; }
.promo-detail__body { margin: 24px 0 0; color: #56617f; font-size: 17px; line-height: 1.7; }
.promo-detail__body p { margin: 0 0 16px; }
.promo-detail__body ul { margin: 0 0 18px 22px; padding: 0; }
.promo-detail__body li { margin: 0 0 8px; }
.promo-detail__products { margin: 34px 0 0; padding: 24px; border: 1px solid #e4e7f0; border-radius: 22px; background: #fff; box-shadow: 0 10px 30px rgba(32, 39, 64, 0.06); }
.promo-detail__products-title { margin: 0 0 18px; color: #3f4a68; font-size: 24px; font-weight: 700; line-height: 1.25; }

@media (max-width: 768px) {
    .promo-detail { margin: 18px 0 32px; }
    .promo-detail__hero { padding: 14px; border-radius: 18px; }
    .promo-detail__title { font-size: 25px; }
    .promo-detail__image-wrap { border-radius: 14px; }
    .promo-detail__image { max-height: none; }
    .promo-detail__lead { padding: 16px; font-size: 16px; }
    .promo-detail__body { font-size: 16px; }
    .promo-detail__products { padding: 16px; border-radius: 18px; }
}
/* End */


/* 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.detail/.default/style.css?17785776972490 */
/* /bitrix/templates/elektro_flat/components/bitrix/news/promotions/bitrix/news.list/.default/style.css?17785734452671 */
