

/* Start:/local/templates/v1_yac/components/bitrix/news/news/bitrix/news.detail/.default/style.css?178533958715479*/
#news-item .news-title {
	font-weight: 700;
	font-size: 36px;
	color: #1A1753;
	position: relative;
	padding-left: 60px;
	padding-bottom: 60px;
	margin-bottom: 0;
	padding-right: 20px;
}
#news-item .news-title:before {
	content: "";
	width: 37px;
	height: 2px;
	border-radius: 1px;
	position: absolute;
	background-color: #1A1752;
	left: 0;
	top: 23px;
}
#news-item .news-date-time {
	font-size: 12px;
	line-height: 24px;
	color: #65636F;
	padding: 0 0 40px;
	display: block;
}
#news-item .prev-text {
	font-size: 18px;
	line-height: 36px;
	font-weight: 600;
	padding-bottom: 40px;
}
#news-item .full-text {
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 40px;
}
#news-item .prev-text a,
#news-item .full-text a {
    color: #38158F;
    text-decoration: underline;
}
#news-item .full-text p {
	margin-bottom: 40px;
}
#news-item .back {
	font-size: 18px;
	line-height: 24px;
	color: #38158F;
	font-weight: 600;
	background: url(/local/templates/v1_yac/components/bitrix/news/news/bitrix/news.detail/.default/img/back.svg) no-repeat left center;
	padding-left: 28px;
	display: inline-block;
	margin-top: 40px;
	text-decoration: none;
}

/* gallery */

#news-item .owl {
    margin-bottom: 12px;
}
#news-item .owl-thumb {
    text-align: center;
    background-size: cover;
    background-position: center;
    height: 76px;
    cursor: pointer;
}
#news-item .synced .owl-thumb {
    border: 2px solid #38158F;
}
#news-item .gallery {
    position: relative;
}
#news-item .gallery .big-photo {
    height: 510px;
    background-size: cover;
    background-position: center;
}
#news-item .gallery .owl .owl-nav {
    position: absolute;
    bottom: 25px;
    right: 25px;
}
#news-item .gallery .owl .owl-nav .owl-prev,
#news-item .gallery .owl .owl-nav .owl-next
{
    background: #fff url(/local/templates/v1_yac/components/bitrix/news/news/bitrix/news.detail/.default/img/type_1_dark.svg) no-repeat 15px 14px;
    border-radius: 100%;
    display: inline-block;
    border: 0;
    box-shadow: none;
    outline: none;
    width: 40px;
    height: 40px;
    font-size: 0;
    vertical-align: top;
}
#news-item .gallery .owl .owl-nav .owl-prev:hover
{
    background: #38158F url(/local/templates/v1_yac/components/bitrix/news/news/bitrix/news.detail/.default/img/type_1_light.svg) no-repeat 15px 14px
}
#news-item .gallery .owl .owl-nav .owl-next:hover
{
    background: #38158F url(/local/templates/v1_yac/components/bitrix/news/news/bitrix/news.detail/.default/img/type_1_light.svg) no-repeat 15px 14px
}
#news-item .gallery .owl .owl-nav .owl-prev {

}
#news-item .gallery .owl .owl-nav .owl-next,
#news-item .gallery .owl .owl-nav .owl-next:hover
{
    margin-left: 10px;
    transform: rotate(180deg);
}

#news-item .share {
    margin: 40px 0 60px;
}
#news-item .share .name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    max-width: 115px;
}
#news-item .share .link {
    width: 48px;
    height: 48px;
    margin-left: 16px;
    cursor: pointer;
}
#news-item .share .link.fb {
    background: url(/local/templates/v1_yac/components/bitrix/news/news/bitrix/news.detail/.default/img/fb.svg) no-repeat center;
}
#news-item .share .link.vk {
    background: url(/local/templates/v1_yac/components/bitrix/news/news/bitrix/news.detail/.default/img/vk.svg) no-repeat center;
}
#news-item .share .link.ok {
    background: url(/local/templates/v1_yac/components/bitrix/news/news/bitrix/news.detail/.default/img/ok.svg) no-repeat center;
}
#news-item .share .link.tw {
    background: url(/local/templates/v1_yac/components/bitrix/news/news/bitrix/news.detail/.default/img/tw.svg) no-repeat center;
}

#news-item .mini-block {
    border-radius: 10px;
    overflow: hidden;
    height: 235px;
    padding: 40px;
    position: relative;
}
#news-item .mini-block .title {
    color: #fff;
    font-size: 19px;
    line-height: 27px;
    font-weight: 700;
    letter-spacing: 0.025em;
}
#news-item .mini-block .more {
    color: #191E57;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background-color: #fff;
    padding: 13px 38px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 5px;
    cursor: pointer;
}
#news-item .mini-block.green {
    background: linear-gradient(135deg, rgba(160,195,38,1) 0%, rgba(124,202,38,1) 100%);
}
#news-item .mini-block.green:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/local/templates/v1_yac/components/bitrix/news/news/bitrix/news.detail/.default/img/mb-bg-1.svg) no-repeat -25px -65px;
}
#news-item .mini-block.green:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/local/templates/v1_yac/components/bitrix/news/news/bitrix/news.detail/.default/img/mb-bg-2.svg) no-repeat 100% 10px;
}
#news-item .mini-block .row {
    z-index: 1;
}


@media (max-width: 991.98px) {

    #news-item .news-title {
        font-size: 30px;
        padding-right: 0;
        line-height: 50px;
    }
    #news-item .news-date-time {
        padding-left: 60px;
    }
    #news-item .prev-text {
        font-size: 16px;
        line-height: 36px;
        padding-bottom: 30px;
        padding-left: 60px;
        padding-right: 40px;
    }
    #news-item .full-text {
        padding-left: 60px;
        padding-right: 40px;
    }
    #news-item .full-text p {
        margin-bottom: 30px;
    }
    #news-item .gallery .big-photo {
        height: 480px;
    }
    #news-item .share {
        margin: 60px 0 60px 60px;
    }

}

@media (max-width: 575.98px) {

    #news-item .news-title {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        padding-left: 0;
        margin-top: -30px;
        padding-bottom: 40px;
    }
    #news-item .news-title:before {
        display: none;
    }
    #news-item .news-date-time {
        padding-left: 0;
        padding-bottom: 25px;
    }
    #news-item .prev-text {
        line-height: 30px;
        padding-bottom: 25px;
        padding-left: 0;
        padding-right: 0;
    }
    #news-item .full-text {
        padding-left: 0;
        padding-right: 0;
    }
    #news-item .full-text p {
        margin-bottom: 25px;
    }
    #news-item .gallery .big-photo {
        height: 300px;
    }
    #news-item .share {
        margin: 30px 0 50px;
    }
    #news-item .share .name {
        padding-bottom: 20px;
    }
    #news-item .share .link {
        margin-left: 0;
        display: inline-block;
        margin-right: 16px;
    }
    #news-item .mini-block {
        padding: 30px 25px;
    }

}
/* ============================================================================
   Страница статьи как посадочная (2026-07-25): «Поделиться» с Telegram/копировать/
   системным шарингом, лид-блоки (эксперт, расчёт), баннеры на лендинги,
   блок «Читайте также». До этого страница была тупиковой.
   ============================================================================ */

/* --- Поделиться: новые кнопки в стиле существующих круглых иконок --- */
#news-item .share .link.tg { background: url(/local/templates/v1_yac/components/bitrix/news/news/bitrix/news.detail/.default/img/tg.svg) no-repeat center; }
#news-item .share .link.copy { background: url(/local/templates/v1_yac/components/bitrix/news/news/bitrix/news.detail/.default/img/copy.svg) no-repeat center; }
#news-item .share .link.native { background: url(/local/templates/v1_yac/components/bitrix/news/news/bitrix/news.detail/.default/img/share.svg) no-repeat center; }
#news-item .share .link.copy.copied { background: url(/local/templates/v1_yac/components/bitrix/news/news/bitrix/news.detail/.default/img/copied.svg) no-repeat center; }
#news-item .share button.link {
    padding: 0;
    border: none;
    appearance: none;
    background-color: transparent;
}

/* --- Лид-блок «Задать вопрос эксперту» --- */
#news-item .article-expert {
    margin: 32px 0 0;
    padding: 24px 26px;
    border: 1px solid #E7EAF0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(26, 23, 83, 0.06);
}
#news-item .article-expert__head {
    display: flex;
    align-items: center;
    gap: 18px;
}
#news-item .article-expert__photo {
    flex: none;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    background: #F5F7FB;
}
#news-item .article-expert__label {
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #8B86B8;
}
#news-item .article-expert__name {
    margin: 3px 0 2px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    color: #1A1753;
}
#news-item .article-expert__role {
    font-size: 14px;
    line-height: 1.4;
    color: #667085;
}
#news-item .article-expert__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 18px;
}
#news-item .article-expert__btn {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 11px 26px;
    border-radius: 999px;
    background: #38148E;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
}
#news-item .article-expert__btn:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px -8px rgba(56, 20, 142, 0.6);
}
#news-item .article-expert__link {
    font-size: 15px;
    color: #38148E;
    border-bottom: 1px dashed rgba(56, 20, 142, 0.4);
    text-decoration: none;
}
#news-item .article-expert__link:hover { color: #6844BE; text-decoration: none; }

/* --- Баннеры на коммерческие лендинги --- */
#news-item .article-promo {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 22px;
}
#news-item .article-promo--mobile { display: none; }
#news-item .article-promo__card {
    display: block;
    padding: 22px 24px;
    border-radius: 18px;
    background: linear-gradient(135deg, #1A1753 0%, #2A1670 55%, #38148E 100%);
    color: #fff;
    text-decoration: none;
    transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
}
#news-item .article-promo__card:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 18px 40px -26px rgba(56, 20, 142, 0.9);
}
#news-item .article-promo__label {
    display: block;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
}
#news-item .article-promo__title {
    display: block;
    margin: 6px 0 8px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
}
#news-item .article-promo__text {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
}
#news-item .article-promo__more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}
#news-item .article-promo__more svg { width: 18px; height: 18px; }

/* --- CTA «Посчитать освещение» --- */
#news-item .article-cta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 28px;
    margin: 56px 0 8px;
    padding: 30px 34px;
    border-radius: 20px;
    background: linear-gradient(135deg, #F3F0FC 0%, #EAF6E0 100%);
    border: 1px solid #E2DCF5;
}
#news-item .article-cta__body { flex: 1 1 340px; }
#news-item .article-cta__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    color: #1A1753;
}
#news-item .article-cta__sub {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.55;
    color: #4A4761;
    max-width: 46em;
}
#news-item .article-cta__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}
#news-item .article-cta__btn {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 13px 30px;
    border-radius: 999px;
    background: #38148E;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
}
#news-item .article-cta__btn:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px -10px rgba(56, 20, 142, 0.65);
}
#news-item .article-cta__link {
    font-size: 16px;
    font-weight: 600;
    color: #38148E;
    border-bottom: 1px dashed rgba(56, 20, 142, 0.4);
    text-decoration: none;
}
#news-item .article-cta__link:hover { color: #6844BE; text-decoration: none; }

/* --- «Читайте также» --- */
#news-item .article-more { margin-top: 56px; }
#news-item .article-more__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-bottom: 22px;
}
#news-item .article-more__title {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    color: #1A1753;
}
#news-item .article-more__all {
    font-size: 15px;
    font-weight: 600;
    color: #38148E;
    text-decoration: none;
    border-bottom: 1px solid rgba(56, 20, 142, 0.3);
}
#news-item .article-more__all:hover { color: #6844BE; text-decoration: none; }

@media (min-width: 992px) {
    /* на ПК баннеры лендингов живут в правой колонке, мобильный дубль скрыт */
    #news-item .article-promo--aside { grid-template-columns: 1fr; }
}
@media (max-width: 991.98px) {
    #news-item .article-promo--aside { display: none; }
    #news-item .article-promo--mobile {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        margin-top: 34px;
    }
    #news-item .article-expert { margin-top: 40px; }
}
@media (max-width: 575.98px) {
    #news-item .article-cta {
        margin-top: 40px;
        padding: 24px 20px;
    }
    #news-item .article-cta__title { font-size: 19px; }
    #news-item .article-more__title { font-size: 21px; }
    #news-item .article-expert { padding: 20px 18px; }
    #news-item .article-expert__head { gap: 14px; }
    #news-item .article-expert__photo { width: 72px; height: 72px; }
}

/* Карточки «Читайте также»: стили списка новостей живут в style.css компонента
   news.list, который на детальной странице не подключается — дублируем нужный
   минимум здесь (иначе у .photo нулевая высота и карточки «схлопываются»). */
#news-item .article-more .news-list .item {
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
#news-item .article-more .news-list .item .photo {
    display: block;
    height: 190px;
    background-size: cover;
    background-position: center;
    background-color: #EFEDF8;
}
#news-item .article-more .news-list .item .date {
    padding: 22px 24px 8px;
    color: #65636F;
    font-size: 12px;
    line-height: 20px;
}
#news-item .article-more .news-list .item .title {
    padding: 0 24px 10px;
}
#news-item .article-more .news-list .item .title a {
    color: #1A1752;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    display: inline-block;
}
#news-item .article-more .news-list .item .title a:hover { color: #38148E; }
#news-item .article-more .news-list .item .prev-text {
    padding: 0 24px 16px;
    color: #38363A;
    font-size: 14px;
    line-height: 22px;
}
#news-item .article-more .news-list .item .more-link {
    display: inline-block;
    margin: 0 24px 24px;
    position: relative;
    color: #1C105F;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
}
#news-item .article-more .news-list .item .more-link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 30px;
    height: 2px;
    background: #2E1677;
}
#news-item .article-more .news-list .item .more-link:hover { color: #38148E; }
#news-item .article-more .news-list > [class*="col-"] {
    display: flex;
    margin-bottom: 20px;
}

/* End */
/* /local/templates/v1_yac/components/bitrix/news/news/bitrix/news.detail/.default/style.css?178533958715479 */
