.section-agencies-promotion {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.agencies-promotion-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 35px;
}

.agencies-promotion-header__title {
	font-size: 40px;
	font-weight: bold;
	line-height: 150%;
}

@media (max-width: 1200px) {
	.agencies-promotion-header {
		margin-bottom: 20px;
	}

	.agencies-promotion-header__title {
		font-size: 26px;
		line-height: 130%;
	}
}

.title-container {
	display: flex;
    align-items: center;
}

.nav-items__item {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.nav-items__item.active {
    color: var(--PRIMARY);
}

.title-container nav {
	margin-left: 60px;
}

.title-container nav li {
	margin-right: 20px;
	cursor: pointer;
}