.eit-projects .eit-filter-form {
	width: 100%;
}

.eit-projects .eit-filter-form form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.eit-projects .eit-filter-form form .filter-checkbox {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.eit-projects .eit-filter-form form .filter-checkbox .eit-filters-checkbox-list {
	padding-left: 0;
	list-style: none;
}

.eit-projects .eit-filter-form form .filter-checkbox .eit-filters-checkbox-list li {
	margin-bottom: 12px;
}

.eit-projects .eit-filter-form form .filter-checkbox .eit-filters-checkbox-list li label {
	cursor: pointer;
}

.eit-projects .eit-filter-form form .filter-checkbox legend {
	height: 23px;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color:#6BB745;
}

.eit-projects .eit-filter-form .eit-filters-buttons {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 24px;
}

.eit-projects .eit-filter-form .eit-filters-buttons a {
	height: 23px;
	font-size: 15px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.4px;
	color: #004494;
}

.eit-projects .eit-filter-form .eit-filters-buttons svg {
	width: 15px;
	height: 15px;
	object-fit: contain;
	transition: all .2s;
}

.eit-projects .eit-filter-form .eit-filters-buttons input {
	width: 117px;
	height: 40px;
	font-size: 15px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	border-radius: 10px 0;
	box-shadow: 0 0 4px 0 rgba(87, 88, 90, 0.15);
	border: solid 2px #004494;
	background-color: #004494;
	color: #ffffff;
	padding: 8px 18px;
	cursor: pointer;
}

.eit-projects .eit-filter-form .eit-filters-buttons input:hover {
	border-radius: 10px 0;
	box-shadow: 0 0 4px 0 rgba(87, 88, 90, 0.15);
	border: solid 2px #004494;
	background-color: #ffffff;
	color: #004494;
	padding: 8px 18px;
}


.eit-projects .eit-filter-form input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	min-width: 24px;
	height: 24px;
	background-image: url('../../images/svg-icons/inactive.svg');
	background-size: 24px 24px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 6px 0 0;
}

.eit-projects .eit-filter-form input[type="checkbox"]:checked {
	background-image: url('../../images/svg-icons/active.svg');
}

.eit-projects .eit-filter-form input[type="checkbox"]:checked + span {
	font-weight: 600;
	letter-spacing: -0.01em;
}

.eit-projects .eit-filter-form .eit-filters-checkbox-list .selectit {
	min-height: 24px;
	height: auto;
	font-size: 16px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #58595b;
	display: flex;
	align-items: self-start;
	word-wrap: break-word;
	hyphens: auto;
	word-break: break-word;
}

@media screen and (min-width: 768px) {
	.eit-projects .eit-filter-form form .filter-checkbox {
		width: 33%;
	}
}