

/* Start:/local/templates/main/components/ilsn/highloadblock.view/vacancies/style.css?17199305152550*/
body.vacancy-detail .content_header {
	margin-bottom: 40px;
}
.vacancy-main {
	background: var(--bg-gray);
	padding-top: 40px;
	padding-bottom: 60px;
}
.vacancy-body {
	display: flex;
	width: 100%;
	max-width: 100%;
	justify-content: space-between;
}
.vacancy-body .vacancy-content {
	max-width: 777px;
	width: 100%;
}
.vacancy-content-item {
	margin-bottom: 24px;
}
.vacancy-content-item:last-child {
	margin-bottom: 0;
}
.vacancy-content-item .vacancy-content-item__title {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: var(--font);
	margin-bottom: 16px;
}
.vacancy-content-item .vacancy-content-item__description {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: var(--font);
}
.vacancy-content-item .vacancy-content-item__description p {
	margin-top: 0;
    margin-bottom: 8px;
}



.vacancy-body .vacancy-sidebar-content {
	max-width: 272px;
	min-width: 272px;
	width: 272px;
	margin-left: 30px;
}

.vacancy-share-block {
	background: var(--bg);
	border-radius: 12px;
	padding: 24px;
	margin-top: 8px;
}
.vacancy-share-block .vacancy-share-title {
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: var(--font-third);
	margin-bottom: 12px;
}
.vacancy-share-block .share-items {
	display: flex;
	flex-direction: row;
	gap: 8px;
	margin-bottom: 16px;
}
.vacancy-share-block .share-items .share-item {
	background: var(--bg-gray);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	transition: all 0.3s;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.vacancy-share-block .share-items .share-item svg.icon {
	width: 16px;
	height: 16px;
	fill: var(--font-second);
	transition: all 0.3s;
}
.vacancy-share-block .share-items .share-item:hover {
	background: var(--red);
}
.vacancy-share-block .share-items .share-item:hover svg.icon {
	fill: #fff;
}

.vacancy-share-block > .btn {
	height: 48px;
}


@media (max-width: 860px) {
	.vacancy-main {
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.vacancy-body {
		flex-direction: column;
		justify-content: flex-start;
	}
	.vacancy-body .vacancy-sidebar-content {
		width: 100%;
		margin-left: 0;
		max-width: 500px;
	}
	.vacancy-share-block {
		margin-top: 24px;
	}
	.vacancy-content-item .vacancy-content-item__title {
		font-size: 16px;
		line-height: 24px;
	}
	.vacancy-content-item .vacancy-content-item__description {
		font-size: 14px;
		line-height: 24px;
	}
}
/* End */
/* /local/templates/main/components/ilsn/highloadblock.view/vacancies/style.css?17199305152550 */
