

/* Start:/local/templates/d-life/components/bitrix/news/news/style.css?177669453741*/
.news .search-form {
    display: none;
}
/* End */


/* Start:/local/templates/d-life/components/bitrix/breadcrumb/.default/style.css?1778843822599*/
.bx-breadcrumb {
    margin: 0 0 1rem;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}
.bx-breadcrumb i {color: #b5bdc2;line-height: 13px;font-size: 12px;vertical-align: middle;margin-left: .5rem;}
.bx-breadcrumb .bx-breadcrumb-item {white-space: nowrap;line-height: 13px;vertical-align: middle;	}
.bx-breadcrumb .bx-breadcrumb-item span {font-size: 13px;white-space: normal; color: var(--color-black);}

.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;color: var(--color-black);}
.bx-breadcrumb .bx-breadcrumb-item a span {color: var(--color-black);}

/* End */


/* Start:/local/templates/d-life/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17766945371703*/


.news-detail .date {
    display: inline-block;
    text-transform: uppercase;
    border-radius: .25rem;
    margin-bottom: 1rem;
    padding: .25rem 1rem;
    background: #23B4E1;
    color: #fff;
}

.news-detail {
    display: flex;
    gap: 3rem;
    align-items: start;
    margin: 2rem 0 3rem;
}

.news-detail__h1 {
    margin-bottom: 2rem;
}

.news-detail__img-container {
    width: 260px;
    padding-bottom: 150%;
    position: relative;
    overflow: hidden;
    border-radius: .5rem;
    flex-shrink: 0;
}

.news-detail__img {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    object-fit: cover;
}

.news-detail__preview-text {
    margin-bottom: 3rem;
}


.news-detail__detail-text, .news-detail__preview-text {
    max-width: 800px;
    font-size: 1.125rem;
    line-height: 1.5;
}

.news-detail__detail-text h2 {
    margin-bottom: 2rem;
}

.news-detail__detail-text h2:not(:first-child) {
    margin-top: 3rem;
}

.news-detail__detail-text h3 {
    margin-bottom: 1rem;
}

.news-detail__detail-text img {
    max-width: 100%;
    border-radius: .25rem;
    box-shadow: 0 0 8px #1616161A;
}

.news-detail__detail-text ol, .news-detail__detail-text ul {
    margin: 0 0 18px 2rem;
}

.news-detail__detail-text ol li, .news-detail__detail-text ul li {
    margin-bottom: .75rem;
}

.news-detail__detail-text pre {
    font-size: .75rem;
    background: #fafafa;
    padding: 1rem;
    overflow: scroll;
    margin-bottom: 18px;
}

@media(max-width: 900px) {
    .news-detail {
        display: grid;
    }

    .news-detail__img-container {
        width: 100%;
        padding-bottom: 60%;
    }
}

.ya-share2, .ya-share2 {
    margin-top: 1.5rem;
}
/* End */


/* Start:/local/templates/d-life/components/bitrix/system.pagenavigation/.default/style.css?1776694537561*/
.pagination__container {
	display: flex;
	justify-content: center;
	margin: 4rem 0;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	list-style-type: none;
}

.pagination__link {
	margin: 0 .5rem;
	color: var(--color-dark);
	border: 0;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	background: #fafafa;
}

.pagination__item.active .pagination__link,
.pagination__link:hover {
	background: var(--color-dark);
	color: #fff;
}
/* End */


/* Start:/local/templates/d-life/components/bitrix/news.list/related_news/style.css?17766945371174*/

.related-news {
	margin-bottom: 6rem;
}

.news__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 5rem 3rem;
}

.news__item {
	position: relative;
	cursor: pointer;
}

.news__img-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 55%;
	display: block;
	z-index: 1;
	overflow: hidden;
	border-radius: .5rem;
	margin-bottom: 2rem;
}

.news__img {
	transition: all .25s ease-in;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
}

.news__item:hover .news__img {
	width: 110%;
	height: 110%;
	left: -5%;
	top: -5%;
}



.list .item .info {
	z-index: 3;
	padding: 1rem;
}

.news__date {
	margin-bottom: .5rem;
}

.news__name {
	margin: 0 0 1rem;
}

.news__name-link {
	color: var(--color-black);
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.news__preview-text {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}


.news__readmore {
	background: #efe0ff;
	display: inline-block;
	transition: all .3s;
}

.news__readmore:hover {
	background: #b1b0df;
}

@media(max-width: 680px) {
	.news__grid {
		grid-template-columns: 1fr;
		grid-gap: 3rem;
	}
}

/* End */
/* /local/templates/d-life/components/bitrix/news/news/style.css?177669453741 */
/* /local/templates/d-life/components/bitrix/breadcrumb/.default/style.css?1778843822599 */
/* /local/templates/d-life/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17766945371703 */
/* /local/templates/d-life/components/bitrix/system.pagenavigation/.default/style.css?1776694537561 */
/* /local/templates/d-life/components/bitrix/news.list/related_news/style.css?17766945371174 */
