

/* Start:/bitrix/templates/medclinic/components/bitrix/news/promotion-page/bitrix/news.detail/promotion_detail/style.css?17841172024300*/
.page-header {
    margin-bottom: 0 !important;
}

.news-detail__article {
    background: #fff;
    border: 1px solid #eef1f4;
    border-radius: 16px;
    padding: 32px;
}

.news-detail__header {
    margin-bottom: 24px;
}

.news-detail__title {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #212121;
}

.news-detail__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 24px;
    font-size: 0.9375rem;
    color: #6c757d;
}

.news-detail__meta-left {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.news-detail__meta i {
    margin-right: 6px;
    color: #adb5bd;
}

.news-detail__share-link {
    color: #212121;
    text-decoration: none;
    font-weight: 600;
    transition: color .2s ease;
}

.news-detail__share-link:hover {
    color: var(--prv_btn_color, #007bff);
}

.news-detail__picture-wrap {
    margin: 0 0 32px;
}

.news-detail__picture {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    border-radius: 12px;
}

.news-detail__preview-text {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #495057;
    margin-bottom: 24px;
}

.news-detail__content {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #333;
}

.news-detail__content h2,
.news-detail__content h3 {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    font-weight: 700;
}

.news-detail__content p {
    margin-bottom: 1.5rem;
}

.news-detail__content img {
    border-radius: 12px;
    margin: 2rem 0;
}

.news-detail__share-list {
    position: relative;
}

.news-detail__share-list .ya-share2__list {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 10;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 8px;
    width: 50px;
}

.news-detail__share-top:hover .news-detail__share-list .ya-share2__list {
    visibility: visible;
    opacity: 1;
    top: 0;
}

.news-detail__footer {
    margin-top: 24px;
}

.news-detail__back-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.news-detail__sidebar-cards {
    position: sticky;
    top: 80px;
    margin-top: 0;
}

.news-detail__page > .row {
    align-items: flex-start;
}

.news-detail__sidebar-cards-title {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: #212121;
}

.promotion-sidebar__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.promotion-sidebar__item {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eef1f4;
    text-decoration: none;
    color: inherit;
    transition: box-shadow .2s ease, transform .2s ease;
    background: #fff;
}

.promotion-sidebar__item:hover {
    text-decoration: none;
    color: inherit;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.promotion-sidebar__image-wrap {
    position: relative;
    height: 140px;
    overflow: hidden;
}

.promotion-sidebar__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promotion-sidebar__discount {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--prv_btn_color, #007bff);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 6px;
}

.promotion-sidebar__body {
    padding: 12px 14px 14px;
}

.promotion-sidebar__name {
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 6px;
    color: #212121;
}

.promotion-sidebar__dates {
    font-size: 0.8125rem;
    color: #6c757d;
}

@media (max-width: 991.98px) {
    .news-detail__article {
        padding: 20px;
    }

    .news-detail__title {
        font-size: 1.75rem;
    }

    .news-detail__meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
}

/* End */
/* /bitrix/templates/medclinic/components/bitrix/news/promotion-page/bitrix/news.detail/promotion_detail/style.css?17841172024300 */
