.educational-program-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 20px;
}

.sort-block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

@media (max-width: 667px) {
	.sort-block {
		flex-direction: column;
	}
}

.sort-block span {
	color: #192f59;
	font-weight: bold;
	margin-right: 10px;
}

.sort-block label {
	color: #192f59;
	margin-right: 10px;
}

.search-block {
	margin-left: 20px;
}

.search-block input {
	border-color: #192f59;
	padding: 5px 10px;
}

@media (max-width: 667px) {
	.search-block {
		margin-left: 0;
	}
}

.break {
	flex-basis: 100%;
	height: 0;
}

.alphabet-filter {
	margin-top: 10px;
	text-align: center;
}

.alphabet-filter a {
	color: #192f59;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #192f59;
}

.alphabet-filter a:last-child {
	border-right: none;
}

.alphabet-filter .selected {
	text-decoration: underline;
	font-weight: bold;
}

#educationalList {
	column-count: 2;
	column-width: 360px;
}

.educational-alphabet {
	display: flex;
	break-inside: avoid-column;
}

.educational-list {
	list-style: none;
}

.educational-list a {
	color: #192f59;
}
