

/* Start:/local/templates/mfc/components/bitrix/catalog.section.list/other_list/style.css?1748265543628*/
.s_page:has(.aside) p.vacancy_subtitle {
	font-size: clamp(17px, 3vw, 24px);
	line-height: 1.4;
}

.link_list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: clamp(16px, 3vw, 32px);
}

.link_list__item {
	display: flex;
	justify-content: space-between;
	border: 2px solid var(--greyD0);
	border-radius: 10px;
	padding: 21px 18px;

	a {
		width: calc(100% - 28px);
		font-size: clamp(16px, 3vw, 20px);
	}

	a:not(.btn) {
		color: var(--primary);

		&:hover {
			color: var(--secondary);
		}
	}

	& .link_arrow {
		margin: -3px 0 0 auto;
		width: 18px;
		height: 18px;
	}
}
/* End */
/* /local/templates/mfc/components/bitrix/catalog.section.list/other_list/style.css?1748265543628 */
