

/* Start:/local/templates/profxp_2020/components/bitrix/news.list/vacancies/style.css?17504134151908*/
.vacancies__item {
	border: 1px solid #ececec;
	border-radius: .5rem;
	margin-bottom: 1.25rem;
}

.vacancies__item_active {
	box-shadow: 0 0 1rem 0 rgba(128, 128, 128, 0.25);
}

.vacancies__link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
	border-bottom: 1px solid #f6f6f6;
	padding: 1rem;
}

.vacancies__link:hover,
.vacancies__link:focus {
	border-bottom: 1px solid #f6f6f6;
}

.vacancies__link::after {
	content: '';
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 50%;
	right: .75rem;
	margin-top: -18px;
	background-image: url(/local/templates/profxp_2020/components/bitrix/news.list/vacancies/images/vacancies__toggler.png);
	background-size: 36px 72px;
	background-position: 0 -36px;
	background-repeat: no-repeat;
}

.vacancies__link.collapsed {
	border-color: transparent;
}

.vacancies__link.collapsed::after {
	background-position: 0 0;
}

.vacancies__icon {
	-ms-flex: 0 0 46px;
	flex: 0 0 46px;
	max-width: 46px;
	height: 46px;
	position: relative;
	border: 0;
	border-radius: .25rem;
	background-color: #1e3994;
	background-size: 32px 32px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 1rem 0px rgba(128, 128, 128, 0.25);
}

.vacancies__link.collapsed .vacancies__icon {
	background-color: #f1b22f;
}

.vacancies__text {
	padding-left: .75rem;
}

.vacancies__title {
	font-size: 1.15rem;
	font-weight: 500;
	margin-bottom: .25rem;
	flex: 2;
	margin-left: 1rem;
}

.vacancies__salary {
	color: #000;
	font-weight: 600;
	/*background-color: #f3db6c;*/
	padding: 0.5rem 1rem;
}

.vacancies__content {
	padding: 1.5rem 1rem;
}

@media (min-width: 768px) {
	.vacancies__link {
		padding: 1.5rem 4rem 1.5rem 2rem;
	}
	.vacancies__icon {
		-ms-flex: 0 0 96px;
		flex: 0 0 96px;
		max-width: 96px;
		height: 96px;
		background-size: auto;
	}
	.vacancies__content {
		padding: 2.5rem 2rem;
	}
}
/* End */
/* /local/templates/profxp_2020/components/bitrix/news.list/vacancies/style.css?17504134151908 */
