

/* Start:/local/templates/ekoseti_2026/components/bitrix/news.list/projects-list/style.css?17852393473541*/
.projects_item {
	position: relative;
}

.projects_item-img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.projects__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 11px 7px;
}

.projects__tags-btn {
	background: #F4F5F7;
	padding: 4px 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	color: #000;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.projects__tags-btn:hover {
	box-shadow: 0 0px 5px rgb(244, 245, 247, 0.4);
}

.projects__tags-btn-active {
	background: linear-gradient(180deg, #015E27 0%, #017234 100%);
	color: #fff;
	cursor: default;
}

a.projects__tags-btn-active:not(.button):hover {
	color: #fff;
}

.filter-created {
	margin-top: 20px;
}

.projects_item-list {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.projects_item-link {
	width: calc((100% - (20px*3))/4);
}

.projects-filter-created {
	position: relative;
	max-width: 208px;
}

.projects-filter-created-active {
	margin-top: 20px;
	padding: 5px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	border-radius: 8px;
	border: 1px solid #DEDEDE;
	cursor: pointer;
}

.projects-filter-created-active-text {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
}

.projects-filter-created-active-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform .2s ease-in-out;
	-webkit-transition: transform .2s ease-in-out;
	-moz-transition: transform .2s ease-in-out;
	-ms-transition: transform .2s ease-in-out;
	-o-transition: transform .2s ease-in-out;
}

.projects-filter-created.opened .projects-filter-created-active-icon {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.projects-filter-created-list {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	border-radius: 8px;
	border: 1px solid #DEDEDE;
	background: #fff;
}

.projects-filter-created-link {
	padding: 5px 10px;
}

a.projects-filter-created-link:hover {
	background-color: #ccc;
}

.projects-filter-created.opened .projects-filter-created-list {
	display: flex;
	flex-direction: column;
	row-gap: 5px;
}

.project-year-date {
	margin-top: 20px;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	color: #b4b4b4;
}

@media screen and (max-width: 1600px) {
	.projects_item-link {
		width: calc((100% - (20px * 2)) / 3);
	}

	.project-year-date {
		font-size: 18px;
	}
}

@media screen and (max-width: 1199px) {
	.projects_item-list {
		gap: 13px;
	}

	.projects_item-link {
		width: calc((100% - (13px * 2)) / 3);
	}

	.projects__tags {
		column-gap: 6px;
	}

	.projects__tags-btn {
		padding: 2px 15px;
		font-size: 12px;
	}

	.project-year-date {
		font-size: 16px;
	}
}

@media screen and (max-width: 759px) {
	.projects__tags {
		flex-wrap: nowrap;
		overflow-x: auto;
		margin-left: -10px;
		margin-right: -10px;
		padding: 0 10px;
		-ms-overflow-style: none;
  		scrollbar-width: none;
	}

	.projects__tags::-webkit-scrollbar {
		display: none;
	}

	.projects__tags-btn {
		white-space: nowrap;
	}

	.projects-filter-created-active {
		padding: 4px 9px;
	}

	.projects-filter-created-active-text {
		font-size: 12px;
	}

	.project-year-date {
		font-size: 14px;
	}

	.projects_item-list {
		gap: 10px;
	}

	.projects_item-link {
		width: calc((100% - 10px) / 2);
	}
}
/* End */
/* /local/templates/ekoseti_2026/components/bitrix/news.list/projects-list/style.css?17852393473541 */
