

/* Start:/local/templates/main/components/bitrix/breadcrumb/default_breadcrumbs/style.css?17684847501948*/
@charset "UTF-8";
.breadcrumbs {
	margin-top: -9px !important; /* КОСТЫЛЬ ДЛЯ ДИЗАЙНА, У HEADER УВЕЛИЧИЛСЯ ОТСТУП, НО НЕ ДЛЯ BREADCRUMBS */
}
.breadcrumbs ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: auto;
	scrollbar-width: thin; /* Для Firefox */
	scrollbar-color: transparent transparent; /* Для Chrome, Safari, Edge */
}
.breadcrumbs ul li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.breadcrumbs ul li a,
.breadcrumbs ul li p {
	padding: 11px;
}
.breadcrumbs ul li p {
	margin: 0;
}
.breadcrumbs ul li a span,
.breadcrumbs ul li p {
	font-size: 15px;
	line-height: 18.29px;
	line-height: 120%;
	white-space: nowrap;
	color: #737477;
}
.breadcrumbs ul li::after {
	content: "";
	position: absolute;
	top: 15px;
	z-index: -1;
	right: -8px;
	width: 16px;
	height: 16px;
	background-image: url("/assets/icons-16.png");
	background-image: url("/assets/icons-16.webp");
	background-repeat: no-repeat;
	display: block;
	background-position: -16px 0px;
}

.breadcrumbs ul li:first-child {
	margin-left: -11px;
}
.breadcrumbs ul li:last-child:after {
	display: none;
}
@media (min-width: 992px) {
	.breadcrumbs ul li:not(:last-child):hover span {
		color: #1266cb;
	}
}
.breadcrumbs ul::-webkit-scrollbar {
	width: 5px; /* Ширина скроллбара */
	height: 2px;
}
.breadcrumbs ul::-webkit-scrollbar-thumb {
	background-color: #c3c4c8; /* Цвет скроллбара */
}
.breadcrumbs ul::-webkit-scrollbar-track {
	background-color: #f7f8fa; /* Цвет трека скроллбара */
}
.breadcrumbs h1 {
	margin: 0 0 20px 0;
	font-weight: 700;
	font-size: 32px;
	line-height: 39.01px;
	line-height: 120%;
	color: #222327;
}
@media (max-width: 992px) {
	.breadcrumbs h1 {
		font-size: 26px;
		line-height: 31.69px;
	}
}

/* End */


/* Start:/local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?17684847502620*/
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0;
    width: 100%;
}

.pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination ul li {
    height: 30px;
    text-align: center;
    list-style: none !important;
    margin-left: 0;
}

.pagination ul li span {
    display: flex;
    justify-content: center;
    padding: 5px 0;
    min-width: 32px;
    font-size: 18px;
    line-height: 21.94px;
}

.pagination ul li:not(:last-child) {
    margin-right: 4px;
}

.pagination-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 32px;
    padding: 5px 0;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid transparent;
}

.pagination-link.is-active {
    border-color: #1266cb;
}

.pagination-arrow-next,
.pagination-arrow-prev {
    display: none !important;
    width: 16px;
    height: 16px;
    background-image: url("/assets/icons-16.png");
    background-image: url("/assets/icons-16.webp");
    background-repeat: no-repeat;
    display: block;
    background-position: -16px 0px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .pagination-arrow-next,
    .pagination-arrow-prev {
        background-image: url("/assets/icons-16.png") !important;
    }
}

.pagination-arrow-next:hover,
.pagination-arrow-prev:hover {
    width: 16px;
    height: 16px;
    background-image: url("/assets/icons-16.png");
    background-image: url("/assets/icons-16.webp");
    background-repeat: no-repeat;
    display: block;
    background-position: 0px -16px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .pagination-arrow-next:hover,
    .pagination-arrow-prev:hover {
        background-image: url("/assets/icons-16.png") !important;
    }
}

.pagination-arrow-next {
    margin-left: 15px;
}

.pagination-arrow-prev {
    margin-right: 15px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagination.is-arrow-next .pagination-arrow-next {
    display: block !important;
}

.pagination.is-arrow-prev .pagination-arrow-prev {
    display: block !important;
}

/* pagination State styles */

/* End */


/* Start:/local/templates/main/components/bitrix/news/reviews/bitrix/news.list/.default/style.css?17684847502496*/
.articlesCards {
	width: 100%;
}

.articlesCards > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

@media (max-width: 1470px) {
	.articlesCards > div {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(min(100%, 340px), 1fr));
	}
}

@media (max-width: 768px) {
	.articlesCards > div {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.articlesCards-item {
	position: relative;
	max-width: 340px;
	width: 100%;
	min-height: 190px;
}

@media (max-width: 1470px) {
	.articlesCards-item {
		max-width: 100%;
	}
}

.articlesCards-item a {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 5px;
}

.articlesCards-item a img {
	display: block;
	max-height: 190px;
	max-width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	overflow: hidden;
}

.articlesCards-item a:after {
	content: "";
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0)),
		color-stop(34.69%, rgba(0, 0, 0, 0.18)),
		to(rgba(0, 0, 0, 0.76))
	);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 34.69%, rgba(0, 0, 0, 0.76) 100%);
}

.articlesCards-item a > div {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	z-index: 2;
}

.articlesCards-item a > div h3 {
	font-size: 16px;
	line-height: 19.5px;
	font-weight: 600;
	margin: 0;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/**
 * @path от 01.12.2024
 * Компонент в kitchen нуждается в переработке архитектуры, сборка невозможна
 * В связи с этим патч пишется напрямую в данный файл, а на основании этого сообщения
 * создана задача в технический долг на момент, когда нам потребуется обновить дизайн
 */
.articlesCards-item a img {
	min-height: 100%;
}
/* Path 2023.12.18 - Выравнивание изображений по высоте */
.articlesCards-item picture {
	display: flex;
	height: 190px;
}

/* End */
/* /local/templates/main/components/bitrix/breadcrumb/default_breadcrumbs/style.css?17684847501948 */
/* /local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?17684847502620 */
/* /local/templates/main/components/bitrix/news/reviews/bitrix/news.list/.default/style.css?17684847502496 */
