

/* Start:/local/templates/fissman_fast/components/bitrix/furniture.vacancies/vacancy/style.css?17510405712044*/
:root {
	--vacancy-default-text-color: #000;
	--vacancy-section-title-color: #000;
	--vacancy-item-title-color: #222;
	--vacancy-item-text-color: #000;
	--vacancy-item-border-color: #d4d4d8;
	--vacancy-item-arrow-color: #353743;
}
.vacancy {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: var(--vacancy-default-text-color);
	margin-bottom: 74px;
}
.vacancy_images {
	margin-bottom: 53px;
}
.vacancy_images img {
	display: block;
	max-width: 100%;
	border-radius: 10px;
}
.vacancy_wrap {
	max-width: 780px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
.vacancy_section {
	margin-bottom: 50px;
}
.vacancy_section_title {
	font-size: 22px;
	margin-bottom: 28px;
	color: var(--vacancy-section-title-color);
}
.vacancy_item {
	border-top: 0.5px solid var(--vacancy-item-border-color);
}
.vacancy_section .vacancy_item:last-child {
	border-bottom: 0.5px solid var(--vacancy-item-border-color);
}
.vacancy_item_title {
	font-size: 18px;
	padding: 15px 24px;
	color: var(--vacancy-item-title-color);
	position: relative;
	cursor: pointer;
}
.vacancy_item_title:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid var(--vacancy-item-arrow-color);
	border-right: 2px solid var(--vacancy-item-arrow-color);
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
	transition: all 300ms ease;
}
.vacancy_item_title.active:before {
	transform: translate(0, -50%) rotate(135deg);
}
.vacancy_item_text {
	color: var(--vacancy-item-text-color);
	overflow: hidden;
	max-height: 0;
	transition: all 300ms ease;
	padding: 0 24px;
}
.vacancy_item_title.active ~ .vacancy_item_text {
	padding-top: 12px;
	padding-bottom: 15px;
	max-height: 1000px;
}
.vacancy_item_text p {
	margin-bottom: 16px;
}
.vacancy_item_text ul {
	margin-bottom: 16px;
	list-style: circle outside;
}
.vacancy_item_text ul li {
	margin-left: 24px;
}
.vacancy_item_text ol {
	margin-bottom: 16px;
	list-style: decimal outside;
}
.vacancy_item_text ol li {
	margin-left: 24px;
}
/* End */
/* /local/templates/fissman_fast/components/bitrix/furniture.vacancies/vacancy/style.css?17510405712044 */
