

/* Start:/local/templates/sidelka/components/bitrix/news/blog/style.css?171647009452*/
.blog-detail .latest-news {
    padding-bottom: 0;
}
/* End */


/* Start:/local/templates/sidelka/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?1716470094960*/
.news-detail {
	padding: 0 0 2rem;
}

.container.news-detail__container {
	max-width: 970px;
}

.news-detail__preview-text {
	border-bottom: 1px solid var(--color-blue);
	font-size: 1.375rem;
	padding-bottom: 1rem;
	margin-bottom: 0.5rem;
}

@media(max-width: 575px) {
	.news-detail__preview-text {
		font-size: 1.25rem;
	}
}

.news-detail__date {
	font-size: 0.875rem;
	color: var(--color-dark-grey);
}

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

.news-detail__picture-container {
	border-radius: .5rem;
	padding-bottom: 55%;
	position: relative;
	overflow: hidden;
	margin-bottom: 1.5rem;
}

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

.news-detail__text {
	line-height: 1.5;
}

.news-detail__text ul, .news-detail ol {
	margin: 0 0 1.5rem 3rem;
}

.news-detail__text li {
	margin-bottom: 0.5rem;
}

.news-detail__text img {
	max-width: 100%;
	height: auto;
	border-radius: .5rem;
}
/* End */


/* Start:/local/templates/sidelka/components/bitrix/breadcrumb/breadcrumbs/style.css?1716470094496*/
.bx-breadcrumb {
	display: flex;
	margin-bottom: 2rem;
	flex-wrap: wrap;
}

.bx-breadcrumb .bx-breadcrumb-item {
	font-size: .875rem;
	color: var(--color-black);
}

.bx-breadcrumb .bx-breadcrumb-item:after {
	display: inline-block;
	content: "/";
	margin: 0 .25rem 0 0 ;
}

.bx-breadcrumb .bx-breadcrumb-item:last-child:after {
	display: none;
}

.bx-breadcrumb .bx-breadcrumb-item a {
	color: var(--color-dark-grey);
}

.bx-breadcrumb .bx-breadcrumb-item a:hover {
	text-decoration: underline;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17164700941196*/
.page__navigation {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
}

.page-navigation__nav {
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    color: var(--color-black);
    background-color: var(--color-light-grey);
    transition: all .3s;

}

.page-navigation__nav:hover {
    color: #fff;
    background-color: var(--color-black);
}

.page-navigation-nav__page_current {
    color: #fff;
    background-color: var(--color-black);
}

span.page-navigation__nav:hover {
    color: #fff;
    background-color: var(--color-black);
}

.page-navigation-nav__control {
    text-indent: -9999px;
    background-image: url(/local/templates/.default/components/bitrix/system.pagenavigation/.default/image/icon_arrow-right-black.svg) ;
    background-repeat: no-repeat;
    background-position: center;
}

.page-navigation-nav__control:hover {
    background-image: url(/local/templates/.default/components/bitrix/system.pagenavigation/.default/image/icon_arrow-right-white.svg) ;
    background-color: var(--color-black);
}

span.page-navigation-nav__control {
    background-image: url(/local/templates/.default/components/bitrix/system.pagenavigation/.default/image/icon_arrow-right-white.svg);
}

.page-navigation-nav__control.page-navigation-nav__control_prev {
    transform: rotate(180deg);
}
/* End */


/* Start:/local/templates/sidelka/components/bitrix/news.list/latest_news_slider/style.css?17164700941987*/
.latest-news {
	padding: 3rem 0;
}

.news-list__item {
	position: relative;
}

.news-list-item__link {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 9;
}

.news-list-item__img {
	position: relative;
	overflow: hidden;
	border-radius: .5rem;
	padding-bottom: 70%;
	margin-bottom: 1.5rem;

}

.news-list-item__img:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: 0.2s;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
	z-index: 2;
}

.news-list-item-img__picture {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	transition: all .3s;
}

.news-list__item:hover .news-list-item-img__picture {
	left: -5%;
	top: -5%;
	width: 110%;
	height: 110%;
}

.news-list-item__date {
	position: absolute;
	z-index: 3;
	left: 1.5rem;
	right: 1.5rem;
	bottom: 1.5rem;
	border-top: 1px solid var(--color-grey);
	padding: 1rem 0 0;
	color: var(--color-light-grey);
	font-size: 0.75rem;
}

.news-list-item__body {
	padding: 0 1.5rem;
}

.news-list-item-title__link {
	color: var(--color-black);
}

.news-list-item__preview-text {
	font-size: 0.75rem;
}



/* Controls */
.latest-news .tns-outer {
	position: relative;
}

.latest-news .tns-controls {
	position: absolute;
	top: 45%;
	left: -10px;
	right: -10px;
	z-index: 1000;
	display: flex;
	justify-content: space-between;
}

.latest-news .tns-controls button {
	height: 29px;
	width: 29px;
	border-radius: 50%;
	border: 0;
	background: #F2F2F2;
	color: #F2F2F2;
	position: relative;
}

.latest-news .tns-controls button:before {
	content: "";
	background: url(/local/templates/sidelka/components/bitrix/news.list/latest_news_slider/images/icon_arrow_left.svg) center no-repeat;
	display: block;
	height: 13px;
	width: 8px;
	position: absolute;
	left: 10px;
	top: calc(50% - 6px);
}

.latest-news .tns-controls button:last-child:before {
	transform: rotate(180deg);
}

@media(max-width: 1240px) {
	.latest-news .tns-controls {

	}
}
/* End */
/* /local/templates/sidelka/components/bitrix/news/blog/style.css?171647009452 */
/* /local/templates/sidelka/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?1716470094960 */
/* /local/templates/sidelka/components/bitrix/breadcrumb/breadcrumbs/style.css?1716470094496 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17164700941196 */
/* /local/templates/sidelka/components/bitrix/news.list/latest_news_slider/style.css?17164700941987 */
