

/* Start:/local/templates/elsh2016/components/bitrix/news.list/vacancies/style.css?17618094546123*/
/*div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
*/


.vacancies_accordions {
	padding: 0 clamp(0.938rem, -0.268rem + 3.35vw, 3.75rem);
	margin-bottom: 30px;
}

.vac_wrapper__title {
	padding: 60px clamp(0.938rem, -0.268rem + 3.35vw, 3.75rem) 0;
	margin-bottom: 0 !important;
}

.vac_acc__title {
	font-weight: 700;
	font-size: clamp(0.875rem, 0.634rem + 0.67vw, 1.438rem) !important;
	color: #001e42;
	text-transform: uppercase;

	padding-bottom: 10px;
	margin-top: 50px;
}

.vac_acc__steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap: 20px;

	margin-bottom: 50px;
}

.vac_acc__steps .item {
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
	
	font-weight: 300;
	font-size: 14px;
	color: #0085b1;
	counter-increment: itemCounter;
}

.vac_acc__steps .item > span {
	font-size: 18px;
}

@media(min-width: 576px) {
	.vac_acc__steps .item > span {
		max-width: 200px;
	}
}

.vac_acc__steps .item::before {
    content: counter(itemCounter);
	font-weight: 300;
	font-size: clamp(2.5rem, 1.429rem + 2.98vw, 5rem);
	color: #0085b1	
}

.vacancies_accordions .ac-content {
	display: none;
}

.vacancies_accordions .ac-content {
	padding: 24px;
	border-radius: 24px;
	background: rgba(13, 40, 72, 0.08);
	margin-bottom: 24px;
}

.vacancry_descr {
	display: flex;
	justify-content: space-between;
}

.vacancry_descr__info {
	display: flex;
	gap: 24px;
	width: 100%;
}
.vacancry_descr__info_item {
	width: calc(100%/3 - (24px * 2/3));
}

.vacancry_descr__info > .vacancry_descr__info_item .item_title {	
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 16px;
}
.vacancry_descr__info > .vacancry_descr__info_item .item_list {	
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	opacity: 0.6;
}
.vacancry_descr__info > .vacancry_descr__info_item .item_list li:not(:last-child) {
	margin-bottom: 8px;
}


.ac-content.active {
	display: block;
}

.vacancies_accordions .ac-title > .item_left > svg {
	transition: all .35s;
}

.vacancies_accordions .ac-title.active > .item_left > svg {
	rotate: 180deg;
}

.vacancies_accordions__item {
	padding: 26px 0px 0px 0;
}

.vacancies_accordions__item:not(:last-child) {
	border-bottom: 1px solid rgba(13, 40, 72, 0.14);
}

.vacancies_accordions__item .ac-title {
	display: flex;
	justify-content: space-between;
	width: 100%;
	gap: 30px;
	padding-bottom: 26px;
	cursor: pointer;
}

.vacancies_accordions__item .ac-title .item_left,
.vacancies_accordions__item .ac-title .item_right {
	display: flex;
	align-items: center;
}

.vacancies_accordions__item .ac-title .item_left .item_title {
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	margin-bottom: 8px;
	max-width: 600px;
}

.vacancies_accordions__item .ac-title .item_left {
	justify-content: space-between;
	width: 65%;
	gap: 15px;
}

.vacancies_accordions__item .ac-title .item_right {
	justify-content: space-between;
    width: 30%;
	gap: 30px;
}

.vacancies_accordions__item .ac-title .item_left .item_city {	
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	opacity: 0.6;
}

.vacancies_accordions__item .ac-title .item_right .item_price {
	white-space: nowrap;	
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	max-width: 130px;
	margin-left: auto;
}

.vacancies_accordions__item .ac-title .item_right .item_price > span {
	font-family: system-ui;
}

.vacancry_descr__contacts {
	display: flex;
	flex-direction: column;
	gap: 25px;
	width: 25%;
}

.descr_c__title,
.descr_c__tel,
.descr_c__email {
	font-size: clamp(1.25rem, 1.001rem + 0.52vw, 1.625rem);
	color: #162746;
}

.descr_c__tel,
.descr_c__email  {
	white-space: nowrap;
}

.descr_c__tel:hover,
.descr_c__email:hover {
	text-decoration: underline;
}

.vacancies_accordions_items .load-more-items {
	font-size: 20px;
	border-color: #ec6701;
	line-height: 1;
	padding: 10px 45px;
}

.vacancies_accordions__item .ac-title .item_right .btn_spoiler {
	max-width: 190px;
	display: flex;
	height: 56px;
	padding: 0 24px;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	text-transform: none;
}

@media (max-width: 1024px) {
	.vacancies_accordions__item .ac-title .item_left {
		width: 55%;
	}
	
	.vacancies_accordions__item .ac-title .item_right {
		width: 40%;
	}
}


@media (max-width: 991px) {
	.vac_acc__steps {
		grid-template-columns: repeat(2, 1fr);
	}
}


@media (max-width: 767px) {	
	.vac_wrapper__title {
		padding-top: 30px;
	}
	.vacancry_descr {
		flex-direction: column;
		gap: 40px;
	}
	.vacancry_descr__info,
	.vacancry_descr__contacts {
		width: 100%;
	}
	.ac-content {
		padding: 15px;
	}
	.vacancry_descr__contacts {
		gap: 15px;
	}
	.vac_acc__title {
		margin-top: 30px;
	}
	.vac_acc__steps {
		margin-bottom: 30px;
	}
}

@media (max-width: 576px) {
	.vac_acc__steps {
		grid-template-columns: repeat(1, 1fr);
	}
	.vacancies_accordions__item .ac-title .item_left .item_title {
		font-size: 22px;
		line-height: 120%;
	}
	.ac-title > .item_left > svg {
		width: 20px;
		flex-shrink: 0;
	}
	.vac_acc__steps .item > span {
		font-size: 16px;
	}
	.ac-title > .item_left > svg path {
		stroke-width: 3px;
	}
	.vacancies_accordions__item .ac-title .item_right .btn_spoiler {
		width: max-content;
		font-size: 14px;
	}
}

* {
	/* outline: 1px solid !important; */
}
.vac-hide{
	display: none;
}

.vacancies_accordions_items .load-more-vacancies-items {
	max-width: 210px;
	display: flex;
	height: 56px;
	padding: 0 86px;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	text-transform: none;	
	background: #f97e2b;
	box-sizing: border-box;
	transition: .2s;
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
	cursor: pointer;
}
.vacancies_accordions_items .load-more-vacancies-items:hover {
	background: #e07127;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/form.result.new/resume_new/style.css?1714016727623*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/.default/components/bitrix/form.result.new/resume_new/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/.default/components/bitrix/form.result.new/resume_new/images/icon_warn.gif);
}
/* End */
/* /local/templates/elsh2016/components/bitrix/news.list/vacancies/style.css?17618094546123 */
/* /local/templates/.default/components/bitrix/form.result.new/resume_new/style.css?1714016727623 */
