

	.news__filter {
		display: flex;
		padding: 20px 29px;
		padding-bottom: 0;
		margin-bottom: 64px;

		border: 1px solid #e5e5e5;
		border-radius: 8px;

		position: relative;
	}

	.news__filter-item {
		margin-right: 40px;
		padding-bottom: 20px;

		font-family: 'Montserrat';
		font-size: 14px;
		font-weight: 700;
		line-height: 17px;

		cursor: pointer;

		transition: all .35s ease-in-out;

	}

	.news__filter-item:hover {
		color: #26448c;
	}

	.news__filter-item.active {
		border-bottom: 2px solid #26448c;
		color: #26448c;

		cursor: none;
	}