

/* Start:/local/templates/ekoseti_2026/components/bitrix/system.pagenavigation/ecoseti_system.pagenavigation-v2/style.css?17842806211899*/
.pagenavigation-v2 {
	margin-top: 30px;
}

.button-loadmore.button {
	color: #015F28;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	padding: 11px 15px 12px 15px;
	display: block;
	background: #F4F5F7;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.button-loadmore.button:disabled {
	pointer-events: none;
	cursor: not-allowed;
}

.pager-v2 {
	margin-top: 16px;
}

.pager-v2__list {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 13px;
}

.pager-v2__item {
	min-height: 40px;
	min-width: 40px;
}

.pager-v2__link {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #F4F5F7;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.pager-v2__link:hover {
	color: #015F28;
}

.pager-v2__link:hover svg {
	stroke: #015F28;
}

.pager-v2__item-dots .pager-v2__link {
	border: none;
}

.pager-v2__item-disabled .pager-v2__link {
	cursor: not-allowed;
}

.pager-v2__item-disabled .pager-v2__link svg {
	stroke: #DEDEDE;
}

.pager-v2__item-active .pager-v2__link {
	border-color: #F4F5F7;
	background: #F4F5F7;
}

.pager-v2__item-active .pager-v2__link {
	color: #015F28;
}

@media screen and (max-width: 1199px) {
	.pager-v2__list {
		column-gap: 11px;
	}

	.pager-v2__item {
		min-width: 36px;
		min-height: 36px;
	}

	.button-loadmore.button {
		padding: 10px 0 8px 0;
	}
}

@media screen and (max-width: 759px) {
	.pager-v2__list {
		column-gap: 9px;
	}

	.pager-v2__item {
		min-width: 29px;
		min-height: 29px;
	}

	.button-loadmore.button {
		padding: 5px 0 6px 0;
	}

	.pager-v2__link svg {
		width: 5px;
		height: auto;
	}
}
/* End */


/* Start:/local/templates/ekoseti_2026/components/bitrix/news.list/ecoseti_news.list/style.css?17842806213809*/
.news-tags {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    gap: 11px 7px;
    margin-bottom: 30px;
}

.news-tags__btn {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    background: #F4F5F7;
    padding: 4px 20px;
    transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.news-tags__btn--active {
    color: #fff;
    pointer-events: none;
    background: linear-gradient(180deg, #015E27 0%, #017234 100%);
}

.news-tags a.news-tags__btn:hover {
    color: #fff;
    background: linear-gradient(180deg, #015E27 0%, #017234 100%);
}

.news-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px 20px;
}

.news-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc((100% - (20px*3))/4);
}

.news-item-image-wrapper {
    display: flex;
    width: 100%;
    aspect-ratio: 375/266;
    overflow: hidden;
}

.news-item-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.news-item-title {
    margin-top: 14px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}

.news-item-text {
    flex-grow: 1;
    margin-top: 11px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.news-item-bottom-container {
    margin-top: 21px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
}

.news-item-link {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 5px 17.5px;
    background: linear-gradient(180deg, #015E27 0%, #017234 100%);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.news-date-time {
    color: #9D9D9D;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

@media screen and (max-width: 1599px) {
    .news-item {
        width: calc((100% - (20px * 2))/3);
    }
}

@media screen and (max-width: 1199px) {
    .news-tags {
        gap: 11px 6px;
    }

    .news-tags__btn {
        padding: 2px 15px;
        font-size: 12px;
    }
    
    .news-list {
        row-gap: 26px;
    }

    .news-item {
        width: calc((100% - 20px) / 2);
    }
}

@media screen and (max-width: 759px) {
    .news-tags {
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */
        flex-wrap: nowrap;
        gap: 6px;
        overflow-x: auto;
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .news-tags::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Edge */
    }

    .news-tags__btn {
        white-space: nowrap;
    }

    .news-list {
        margin-top: 26px;
    }

    .news-item {
        width: 100%;
    }

    .news-item-image-wrapper {
        aspect-ratio: 340/181;
    }

    .news-item-title {
        font-size: 16px;
        margin-top: 10px;
    }

    .news-item-text {
        font-size: 14px;
        margin-top: 10px;
    }

    .news-item-bottom-container {
        margin-top: 15px;
    }

    .news-item-link {
        font-size: 14px;
        padding: 6.5px 23.5px;
    }

    .news-date-time {
        font-size: 14px;
    }
}
/* End */
/* /local/templates/ekoseti_2026/components/bitrix/system.pagenavigation/ecoseti_system.pagenavigation-v2/style.css?17842806211899 */
/* /local/templates/ekoseti_2026/components/bitrix/news.list/ecoseti_news.list/style.css?17842806213809 */
