

/* Start:/bitrix/templates/pplk/components/bitrix/breadcrumb/pplk/style.min.css?17763454971079*/
.bx-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.bx-breadcrumb-item {
    height: 22px;
    white-space: nowrap;
    line-height: 21px;
}

.bx-breadcrumb-item-angle {
    margin: 0 10px;
    color: #b5bdc2;
    vertical-align: top;
    font-size: 12px;
}

.bx-breadcrumb-item-link {
    border-bottom: none;
    vertical-align: top;
}

.bx-breadcrumb-item-link:hover { }


@media (max-width: 768px) {
    .bx-breadcrumb {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .bx-breadcrumb::-webkit-scrollbar {
        display: none;
    }

    .bx-breadcrumb-item,
    .bx-breadcrumb-item-text {
        white-space: nowrap;
    }

    .bx-breadcrumb-item {
        flex: 0 0 auto;
    }
}

/* End */


/* Start:/bitrix/templates/pplk/components/bitrix/system.pagenavigation/new_pagination/style.css?17763454971372*/
.load-more-btn{
    background: #FFD9D9;
    color: #FF333B;
    font-family: Wix Madefor Display;
    font-weight: 600;
    font-size: 18px;
    line-height: 135%;
    padding: 20px 28px;
    cursor: pointer;
    border-radius: 200px;
    border: none;
}
.load-more-btn:hover{
    background: #FFE2E2;
    color: #FF6E74;
}
.pagination-wrapper{
    display: flex
;
    flex-direction: column;
    gap: 28px;
    align-items: center;
    margin-top: 80px;
}
.bitrix-pagination{
    display: flex
;
    gap: 8px;
    color: #311D1299;
    align-items: center;
}
.pagination-numbers{
    display: flex
;
    gap: 8px;
}
.page-number{
    width: 44px;
    height: 44px;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 200px;
    font-family: Wix Madefor Display;
    font-size: 18px;
    line-height: 135%;
    color: #311D1299;
}
.page-number.current{

    background: #F4EFEC;
    font-weight: 600;
    color: #311D12;
}
.pagination-arrow{
    color: #311D1299;
}
.pagination-arrow:hover,
.page-number:hover{
    color: #311D12;
}

@media (max-width: 767px) {
    .load-more-btn{
        height: 52px;
        min-height: 52px;
        padding: 0 22px;
        font-size: 16px;
        line-height: 1.35;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}

/* End */


/* Start:/bitrix/templates/pplk/components/bitrix/news.list/news_blog_list/style.css?17763454974869*/
.news-blog__filters {
	margin-top: 0;
	padding-top: 40px;
}

.news-blog__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 0 40px;
	width: 100%;
}

.news-blog__filters .filter-item.project__sort-item {
	padding: 12px 20px;
	border: 1px solid #fff;
	text-align: center;
	font-style: normal;
	margin: 0;
	width: fit-content;
	text-transform: initial;
	display: block;
	min-width: auto;
	max-width: 190px;
	color: #311D12;
	font-family: Wix Madefor Display, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 135%;
	border-radius: 16px;
	background: #F4EFEC;
}

.news-blog__filters .filter-item.project__sort-item:hover,
.news-blog__filters .filter-item.project__sort-item.active {
	color: #9C8068 !important;
}

.news-blog__filters .filter-item.project__sort-item.active {
	font-weight: 600 !important;
	border-color: #311D12 !important;
	background: transparent !important;
	color: #311D12 !important;
}

.news-blog__filters .filter-item.project__sort-item:hover {
	background: #F4EFEC !important;
}

.news-blog__filters .filter-item.project__sort-item.active:hover {
	color: #311D12 !important;
}

.news-blog .news-blog__title {
	margin: 40px 0 0;
}

.news-blog {
	padding-bottom: 120px;
}

.catalog__detail.catalog__detail_home_new.news-blog {
	padding-bottom: 120px !important;
}

.news-blog-card .img_new_product {
	border-radius: 28px;
	overflow: hidden;
	aspect-ratio: 292 / 164;
}

.news-blog-card .img_new_product img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 0;
}

.news-blog-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
}

.news-blog-card .projects__info_new {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

.news-blog-card__link-overlay {
	position: absolute;
	inset: 0;
	z-index: 3;
}

.news-blog-card__link-overlay:focus-visible {
	outline: 2px solid #044BFF;
	outline-offset: 4px;
	border-radius: 28px;
}

.news-blog-card--hidden {
	display: none !important;
}

.news-blog-card .projects__title_new {
	transition: color 320ms ease;
}

@media (hover: hover) and (pointer: fine) {
	.news-blog-card:hover .projects__title_new {
		color: #9C8068;
	}
}

.news-blog-category-badge {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 2;
	padding: 8px 16px;
	border-radius: 42px;
	font-family: Wix Madefor Display, sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.news-blog-category-badge--beige {
	background: #F4EFEC;
	color: #311D12;
	border: 1px solid rgba(49, 29, 18, 0.15);
}

.news-blog-category-badge--brown {
	background: linear-gradient(90deg, #311D12 0%, #9C8068 100%);
	color: #fff;
}

.news-blog-category-badge--blue {
	background: linear-gradient(90deg, #044BFF 0%, #4CBAFF 100%);
	color: #fff;
}

.news-blog-category-badge--green {
	background: linear-gradient(90deg, #7BB8A6 0%, #CDECD8 100%);
	color: #311D12;
}

.news-blog-card__preview {
	font-family: Wix Madefor Display, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 135%;
	color: #311D12;
	margin: 12px 0 0;
}

.news-blog-card__date-row {
	margin-top: 12px;
}

@media (max-width: 991px) {
	.news-blog__list.projects__wrapper_new_sec {
		gap: 20px;
	}

	.news-blog__list .projects__list-item_new_sec {
		flex: 0 0 calc(50% - 10px);
		max-width: calc(50% - 10px);
	}
}

@media (max-width: 640px) {
	.news-blog__list .projects__list-item_new_sec {
		flex: 0 0 100%;
		max-width: 100%;
	}
}


@media (max-width: 950px) {
	.news-blog__filters {
		padding-top: 20px;
	}

	.catalog__detail.catalog__detail_home_new.news-blog {
		padding-left: 16px;
		padding-right: 16px;
	}

	.news-blog__tabs {
		margin: 0 -16px 20px;
		padding: 0 16px;
		width: calc(100% + 32px);
		flex-wrap: nowrap;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.news-blog__filters .filter-item.project__sort-item {
		font-size: 14px;
		white-space: nowrap;
	}

	.news-blog .news-blog__title {
		margin: 20px 0 0;
	}

	.catalog__detail.catalog__detail_home_new.news-blog {
		padding-bottom: 60px !important;
	}

	.news-blog-category-badge {
		top: 12px;
		left: 12px;
		padding: 7px 14px;
	}
		.news-blog {
			padding-bottom: 60px;
		}
	}

/* Unified mobile text/button scale */
@media (max-width: 767px) {
	.news-blog .news-blog__title,
	.news-blog h1 {
		font-size: 32px;
		line-height: 1.1;
	}

	.news-blog__filters .filter-item.project__sort-item {
		font-size: 14px;
		line-height: 1.35;
		padding: 8px 14px;
		min-height: 40px;
		display: inline-flex;
		align-items: center;
	}

	.news-blog-card .projects__title_new {
		font-size: 20px;
		line-height: 1.2;
	}

	.news-blog-card__preview,
	.news-blog-card__date-row .spec_name,
	.news-blog-card__date-row .spec_value {
		font-size: 14px;
		line-height: 1.35;
	}

	.news-blog-category-badge {
		font-size: 12px;
		line-height: 1.2;
	}
}

/* End */
/* /bitrix/templates/pplk/components/bitrix/breadcrumb/pplk/style.min.css?17763454971079 */
/* /bitrix/templates/pplk/components/bitrix/system.pagenavigation/new_pagination/style.css?17763454971372 */
/* /bitrix/templates/pplk/components/bitrix/news.list/news_blog_list/style.css?17763454974869 */
