<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/bitrix/templates/.default/components/bitrix/news.list/vacancies/style.css?16582993923470*/
.vacancy-filter-field {
	margin: 0 0 8px;
	padding: 0 10px;
}
.vacancy-filter-title {
	margin: 0 0 9px;
	font-size: 16px;
}
.vacancy-filter-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
}
.vacancy-filter-item {
	display: flex;
	justify-content: center;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 10px 20px 8px;
	border: 1px solid #f2f2f2;
	border-radius: 30px;
	background-color: #f2f2f2;
	cursor: pointer;
	transition: all .3s ease-in-out;
}
.vacancy-filter-item:hover {
	border-color: #f2a30e;
}
.vacancy-filter-item.js-selected {
	border-color: #f2a30e;
	background-color: #f2a30e;
	color: #fff;
}
.vacancies-list {
	margin: 30px 0 0;
	padding: 0 10px;
}
.js-city-item-list {
	padding: 20px 0 10px;
	border-top: 3px solid #c5c5c5;
}
.vacancy-city-title {
	font-size: 30px;
	color: #808080;
}
.vacancy-item {
	/*margin: 0 -15px;*/
	margin: 0 0 27px;
	padding-top: 20px;
	border-top: 1px solid #c5c5c5;
}
.vacancy-item:nth-of-type(1),
.selected .vacancy-item {
	border-top: none;
	padding-top: 10px;
}
.vacancy-title {
	margin-bottom: 19px;
	color: #808080;
}
.vacancy-title::before {
	content: "вЂў";
	margin-right: 4px;
}
.vacancy-info {
	display: flex;
	flex-wrap: wrap;
}
.vacancy-conditions {
	width: 100%;
	flex-basis: 100%;
	margin-bottom: 18px;
}
.vacancy-charge {
	width: 23%;
	flex-basis: 23%;
	margin-right: 33px;
}
.vacancy-request {
	width: 23%;
	flex-basis: 23%;
	margin-right: 33px;
}
.vacancy-place {
	width: 23%;
	flex-basis: 23%;
}
.vacancy-contact {
	margin-left: auto;
	margin-right: 100px;
}
.vacancyh {
	margin-bottom: 12px;
	font-size: 17px;
	font-weight: 500;
	font-style: italic;
}
.vacancyt {}
.vacancyt ul {
	margin: 0;
	padding: 0;
}
.vacancyt li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.vacancyt li::before {
	content: "вЂў";
	margin-right: 10px;
}
.vacancyt label {
	margin: 0;
	white-space: nowrap;
}
.vacancyt input[type="checkbox"] {
	display: none;
}
.vacancy-checkbox-icon {
	position: relative;
	top: 2px;
	left: -1px;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0px 9px 0 0;
	border: 1px solid #c5c5c5;
	border-radius: 4px;
	transition: all .1s ease-in-out;
}
.vacancy-checkbox-icon:hover {
	border-color: #333;
}
input[type="checkbox"]:checked+.vacancy-checkbox-icon {
	border-color: #f2a30e;
	background-color: #f2a30e;
}
input[type="checkbox"]:checked+.vacancy-checkbox-icon::before {
	content: "";
	border: 1px solid #fff;
	width: 8px;
	height: 4px;
	position: absolute;
	transform: rotate(-45deg);
	top: 3px;
	left: 2px;
	border-top: none;
	border-right: none;
}
.vacancy-respond {
	display: inline-block;
	margin-top: 19px;
	padding: 10px 30px;
	border-radius: 4px;
	text-decoration: none;
	color: #fff!important;
	background-color: #1ea812;
}
@media (max-width: 1150px) {
	.vacancy-contact {
		margin-right: 0;
	}
}
@media (max-width: 992px) {
	.vacancy-info {
		justify-content: space-between;
	}
	.vacancy-charge,
	.vacancy-request,
	.vacancy-place,
	.vacancy-contact {
		width: 48%;
		flex-basis: 48%;
		margin-right: 0;
	}
	.vacancy-charge,
	.vacancy-request {
		margin-bottom: 20px
	}
}
@media (max-width: 600px) {
	.vacancy-charge,
	.vacancy-request,
	.vacancy-place,
	.vacancy-contact {
		width: 100%;
		flex-basis: 100%;
	}
	.vacancy-place {
		margin-bottom: 20px
	}
}

/* End */


/* Start:/local/templates/.default/components/ma/form/vacancies-respond/style.css?16407799996225*/
.b-message-form {
	position: relative;
	width: 400px;
	max-width: 100%;
	margin: 2.0em auto 0;
	padding: 30px 30px 16px;
	border-radius: 8px;
	background-color: #fff;
	/*box-shadow: 0px 0px 2px 40px #000;*/
}
	.b-message-form-close {
		position: absolute;
		top: 30px;
		right: 30px;
		cursor: pointer;
	}
	.b-message-form-result-title {
		color: #004086;
		font-size: 18px;
		font-weight: 500;
		text-align: center;
		margin: 50px 0 15px;
	}
	.b-message-form-result-text {
		margin-bottom: 30px;
		text-align: center;
	}
	.b-message-form-result-action {
		margin-bottom: 14px;
		text-align: center;
	}
	.b-message-form-title {
		margin: 0 0 12px;
		font-size: 18px;
		font-weight: 500;
	}
	.b-message-form-market {
		margin-bottom: 29px;
	}
	.b-message-form-market-value {
		color: #808080;
	}
	.b-message-form_item {
		position: relative;
		margin: 0 0 16px 0;
		zoom: 1;
	}
	.b-message-form_item.b-message-form_item_file {
		margin-bottom: 6px;
	}
	.b-message-form_item:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
		.b-message-form_item label {
			display: block;
			margin: 0 0 9px;
			text-align: left;
		}
		#i-message-form-item-640 label {
			padding: 0 0 0 23px;
		}
			.b-message-form_item label .required {
				/*color: #CC0000;*/
			}
			.b-message-form_item label svg {
				position: absolute;
				left: 0;
			}
			.b-message-form_item label path {
				stroke: #f2a30e;
			}
			.b-message-form_item label.selected path {
				stroke: #333;
			}
			#i-message-form-item-640 label .js-label-value {
				color: #f2a30e;
			}
			#i-message-form-item-640 label.selected .js-label-value {
				display: inline-block;
				max-width: 250px;
				overflow: hidden;
				margin-right: 5px;
				color: #333;
				white-space: nowrap;
				text-overflow: ellipsis;
			}
			#i-message-form-item-640 label .file-size {
				display: inline-block;
				vertical-align: top;
				color: #c5c5c5;
			}
		.b-message-form_item_text label, .b-message-form_item_textarea label {
			/*position: absolute;
			top: 12px;
			left: 15px;
			z-index: 2;*/
		}
	.b-message-form_field {
		position: relative;
	}
		.b-message-form_checkbox label, .b-message-form_radio label {
			display: inline;
			float: none;
			width: auto;
			margin: 0;
			text-align: left;
			font-size: 14px;
		}
		.b-message-form_text input, .b-message-form_date input {
			width: 100%;
			height: 40px;
			margin: 0;
			padding: 5px 15px;
			background: #fff;
			border: 1px solid #808080;
		}
		.b-message-form_date input {
			/*width: 170px;*/
		}
			.b-message-form_date .calendar-icon {
				position: absolute;
				top: 4px;
				left: 342px;
			}
		.b-message-form_item .textarea {
			width: 520px;
			height: 105px;
			margin: 0;
			padding: 5px 15px;
			background: #FFF;
			border: 1px solid #efefef;
		}
		.b-message-form_dropdown select {
			width: 367px;
			margin-left: 1px;
		}
		.b-message-form_file input[type="file"] {
			display: none;
		}
		.b-message-form_item-hint {
			display: block;
			clear: both;
			padding: 0.4em 0 0 0;
			color: #979797;
			font-size: 11px;
		}
		label .b-message-form_item-hint {
			display: block;
			padding: 0;
			/*vertical-align: top;*/
			font-size: 14px;
		}
		.b-message-form_item-error {
			display: block;
			clear: both;
			margin: 0;
			padding: 0.4em 0 0 0;
			color: #dd4b39;
			font-size: 11px; 
		}
		.b-message-form_error .b-message-form_text input, .b-message-form_error .b-message-form_date input, .b-message-form_error textarea {
			border-color: #dd4b39 !important;
		}

		 .b-captcha {
			float: left;
			margin: -5px 0 0 -5px; 
		}
			.b-captcha_item {
				float: left;
				padding: 8px;
			}
			.b-captcha_selected {
				padding: 5px;
				border: 3px solid red;
			}
				.b-captcha_item span {
					display: block;
					width: 25px;
					height: 25px;
					overflow: hidden;
					text-indent: -5000px;
				}

				.b-grahic-captcha .b-captcha_item span {
					display: block;
					width: 30px;
					height: 30px;
					overflow: hidden;
					text-indent: -5000px;
					background-image: url('/local/templates/.default/components/ma/form/vacancies-respond/img/shape.png');
				}
				.b-grahic-captcha .square     { background-position: 0 0;      }
				.b-grahic-captcha .rectangle  { background-position: -30px 0;  }
				.b-grahic-captcha .triangle   { background-position: -60px 0;  }
				.b-grahic-captcha .round      { background-position: -90px 0;  }
				.b-grahic-captcha .polyhedron { background-position: -120px 0; }
				.b-grahic-captcha .trapeze    { background-position: -150px 0; }
				.b-grahic-captcha .rhombus    { background-position: -180px 0; }
				.b-grahic-captcha .oval       { background-position: -210px 0; }
				.b-grahic-captcha .star       { background-position: -240px 0; }
				
		.b-captcha-text {
			position: relative;
			float: left;
			height: 24px;
			margin: 3px 0 0 15px;
			padding: 0 10px;
			line-height: 25px;
			background-color: #f2efda;
			background-color: #fff9c9;
			border: 1px solid #c7bf93;
		}
			.b-captcha-text_corner {
				position: absolute;
				margin-top: 7px;
				margin-left: -10px;
				top: 0;
				left: 0;
				width: 10px;
				height: 10px;
				overflow: hidden;
				background: url(/local/templates/.default/components/ma/form/vacancies-respond/img/tip-yellow_arrows.png) no-repeat -30px 0;
			}
			.b-color-captcha-text label {
				color: #000;
				font-size: 12px;
			}

	.b-hidden-captcha {
		display: none;
	}

	.b-message-form_submit {
		/*clear: both;*/
		/*float: left;*/
		/*margin-right: 30px;*/
	}
		.b-message-form_submit .g-button,
		.b-message-form-result-action .g-button {
			padding: 11px 30px 9px;
			border: none;
			border-radius: 4px;
			background-color: #004086;
			color: #fff;
		}
	.b-message-form_personal-data {
		margin-right: -5px;
		margin-bottom: 14px;
		overflow: hidden;
		color: #808080;
		font-size: 12px;
	}
	.b-message-form_personal-data a {
		text-decoration: underline!important;
	}
	.b-message-form_required-sing {
		margin-top: 1.2em;
		margin-left: 310px;
		font-size: 11px;
	}

	.b-agreement {
		font-size: 14px;
	}
/* End */
/* /bitrix/templates/.default/components/bitrix/news.list/vacancies/style.css?16582993923470 */
/* /local/templates/.default/components/ma/form/vacancies-respond/style.css?16407799996225 */
</pre></body></html>