

/* Start:/local/templates/doona/components/bitrix/breadcrumb/breadcrumbs/style.css?17752245791240*/
.breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 16px;
    color: #6b7280;
}

/* элементы */
.breadcrumb-item {
    display: inline-flex;
    align-items: center;
}

/* ссылки */
.breadcrumbs a {
    color: #595959;
    text-decoration: underline;
    transition: color .2s ease;
}

.breadcrumbs a:hover {
    color: #000;
}

/* разделитель */
.breadcrumb-sep {
    margin: 0 4px;
    color: #595959;
}

/* текущая страница */
.breadcrumb-current {
    color: #000;
    font-weight: 500;
}

/* скрытые элементы */
.breadcrumb-hidden {
    display: none;
}

/* раскрытие */
.breadcrumbs.open .breadcrumb-hidden {
    display: inline;
}

/* троеточие */
.breadcrumb-dots {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin: 0 6px;
    color: #595959;
    user-select: none;
    transition: opacity .2s ease;
}

.breadcrumb-dots:hover {
    opacity: 0.7;
}

/* скрываем троеточие только когда крошки раскрыты */
.breadcrumbs.open .breadcrumb-dots {
    display: none;
}
/* End */


/* Start:/local/templates/doona/components/bitrix/news/articles/bitrix/news.list/.default/style.css?17731547171880*/
/* Слайдер категорий */
.category-slider {
    margin-bottom: 105px;
}

.swiper-slide {
    width: auto !important;
}

.category-tab {
    display: inline-block;
    padding: 20px 53px;
    background: #f8f8f8;
    text-decoration: none;
    color: #545454;
    font-weight: 500;
	font-size: 21px;
}
.category-tab:hover {
    background: #000;
    color: #fff;
}

.category-tab.active {
    background: #000;
    color: #fff;
	cursor: default;
	pointer-events: none;
}

/* Сетка новостей 3 в ряд */
.news-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
	margin-bottom: 106px;
}

.news-card {
	display: flex;
	flex-direction: column;

	&:hover {
		.news-title {
			text-decoration: underline;
		}

		.news-image {
			scale: 1.05;
		}
	}
}

.image-wrapper {
	display: block;
	width: 100%;
	height: 360px;
	margin-bottom: 32px;
	overflow: hidden;
}

.news-image {
    width: 100%;
    height: 100%;
	object-fit: cover;
	object-position: center;
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out;
}
.news-date {
    font-size: 21px;
    color: #000;
}

.bottom-wrapper {
	display: flex;
	align-items: center;
	gap: 16px;
}

.news-category {
	font-size: 21px;
	color: #595959;
}

.news-title {
    font-size: 32px;
	color: #000;
	font-weight: 700;
	margin-bottom: 16px;
	line-height: 36px;
}

.news-text {
    font-size: 0.95em;
    color: #555;
}

.news-pagination {
	display: flex;
	justify-content: center;
}

/* Адаптив */
@media(max-width: 1024px) {
    .news-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width: 640px) {
	.category-slider {
		margin-bottom: 105px;
	}
	
    .news-list {
        grid-template-columns: 1fr;
    }

	.image-wrapper {
		height: 195px;
	}

	.news-title {
		font-size: 26px;
	}

	.news-date,
	.news-category {
		font-size: 16px;
	}
}
/* End */
/* /local/templates/doona/components/bitrix/breadcrumb/breadcrumbs/style.css?17752245791240 */
/* /local/templates/doona/components/bitrix/news/articles/bitrix/news.list/.default/style.css?17731547171880 */
