

/* Start:/local/templates/kontinentalNEW/components/bitrix/catalog.smart.filter/catalog_horizontal/style.css?17612943366525*/
.bx-filter .bx-filter-container-modef {
    height: 0;
}

.bx-filter .range-inputs {
	margin-bottom: 15px;
}

.bx-filter .jcf-select-text {
	position: absolute;
	right: 0;
	top: -13px;
}

.filter-wrap__hidden  .bx-filter-container-modef {
	position: absolute;
	right: 0;
	top: 25%;
}
.filter-wrap__hidden  .view-result {
	position: absolute;
	top: 50px;
	left: 100%;
	/* background: red; */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	/* background: #131313; */
	/* padding: 5px 15px; */
	color: #fff;
	white-space: nowrap;
	z-index: 10;
	text-decoration: none;
	background: #ff400d;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 7px 16px;
	display: flex
;
	flex-direction: row;
	justify-content: space-evenly;
}
span#modef_num {
	margin-left: 5px;
}
#modef_num svg{
	width: 15px;
	height: 15px;
}
.filter-wrap__hidden .view-result:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	/* border-right: 5px solid #131313; */
	border-right: 5px solid #ff400d;
	border-bottom: 5px solid transparent;
}
.filter-wrap__hidden .bx-filter-container-modef .view-result {
	top: 0!important;
}

.bx-filter .bx-filter-select-container {
	text-align: left;
	vertical-align: top;
	position: relative;
	background: #f7f7f7;
	border: 0;
	display: block;
	width: 100%;
	height: 54px;
	padding: 15px 0 15px 38px;
	line-height: 24px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #2f2f2f;
	cursor: pointer;
}
.bx-retina .bx-filter .bx-filter-select-container {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/kontinentalNEW/components/bitrix/catalog.smart.filter/catalog_horizontal/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/kontinentalNEW/components/bitrix/catalog.smart.filter/catalog_horizontal/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/kontinentalNEW/components/bitrix/catalog.smart.filter/catalog_horizontal/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/kontinentalNEW/components/bitrix/catalog.smart.filter/catalog_horizontal/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter .bx-filter-select-container.bx-active,
.bx-filter .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-select-container.bx-active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/kontinentalNEW/components/bitrix/catalog.smart.filter/catalog_horizontal/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/kontinentalNEW/components/bitrix/catalog.smart.filter/catalog_horizontal/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/kontinentalNEW/components/bitrix/catalog.smart.filter/catalog_horizontal/images/active.png) 2 repeat;
			border-image: url(/local/templates/kontinentalNEW/components/bitrix/catalog.smart.filter/catalog_horizontal/images/active.png) 2 repeat;
}*/
.bx-filter .bx-filter-select-block {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 33px;
	margin: 0;
	/*padding: 0 33px 0 10px;*/
	padding: 0;
	border: none;
	border-radius: 2px;
	cursor: pointer;
}
.bx-filter .bx-filter-select-text {
	/*font-size: 15px;*/
	/*line-height: 33px;*/
	/*overflow: hidden;*/
	/*max-width: 100%;*/
	/*height: 33px;*/
	/*cursor: pointer;*/
	/*vertical-align: middle;*/
	/*white-space: nowrap;*/
	/*text-overflow: ellipsis;*/
	/*-ms-text-overflow: ellipsis;*/

	cursor: pointer;
}
.bx-filter .bx-filter-select-text.fix {
	min-width: 120px;
}
.bx-filter .bx-filter-select-text label {
	cursor: pointer;
}
/*.bx-filter .bx-filter-select-arrow {*/
/*	position: absolute;*/
/*	top: 0;*/
/*	right: 0;*/
/*	width: 34px;*/
/*	height: 33px;*/
/*	cursor: pointer;*/
/*	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;*/
/*}*/
/*/**/
/**	Select popup*/
/***/
/**/

.bx-filter-select-popup {
	background: #fff;
	padding: 0;
	min-width: 173px;
}
.bx-filter-select-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-filter-select-popup ul li {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.bx-filter-select-popup ul li:first-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bx-filter-select-popup ul li label {
	font-size: 14px;
	line-height: 26px;
	display: block;
	text-align: left !important;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 26px;
	padding: 0 5px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	color: #575757;
}
.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
	color: #000;
	background: #f3f8fa;
}
.bx-filter-select-popup ul li label.disabled {
	color: #b8b8b8;
	background: transparent;
}
.bx-filter-select-popup ul li .bx-filter-param-text {
	line-height: 34px !important;
}

/*
#e1e1e1
#ed1c24
*/

.bx-ui-slider-track-container
{
	/*margin-top:40px;*/
	margin-bottom:10px;
}

.bx-filter-parameters-box-slider-container
{
	display:flex;
	justify-content:space-between;
}

.bx-ui-slider-part
{
	display:none;
}

.bx-ui-slider-range
{
	height:4px;
	position:relative;
	background:#e1e1e1
}

.bx-ui-slider-handle
{
	display:block;
	position:absolute;
	bottom:8px;
	width:8px;
	height:13px;
	background:#ed1c24
}

.bx-ui-slider-handle::after
{
	content:"";
	display:block;
	top: 100%;
	left: 0;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #ed1c24;
	position:absolute;
}

.bx-ui-slider-handle.left
{
	margin-left:-4px;
}

.bx-ui-slider-handle.right
{
	margin-right:-4px;
}

.bx-ui-slider-pricebar-v
{
	position:absolute;
	z-index:1;
	height:4px;
	background:#ed1c24;
}

.bx-filter-parameters-box-container-block
{
	color:#808080;
	text-transform:lowercase;
}

.bx-filter-input-container
{
	display:inline-block;
}

.bx-filter-input-container input
{
	border:0px;
	color:#808080;
}
 div[id^="wait_"] 
{ 
	display: none !important; 
	background: none !important; 
	border: 0 !important; 
	color: #000000; 
	font-family: Verdana, Arial, 
	sans-serif; font-size: 11px; 
	font-style: normal !important; 
	font-variant: normal !important; 
	font-weight: normal; 
	letter-spacing: normal !important; 
	line-height: normal; 
	padding: 0 !important; 
	position: absolute; 
	text-align: center !important; 
	text-indent: 0 !important; 
	width: 0px !important; 
	height: 0px !important; 
	word-spacing: normal !important; 
	z-index: 0; 
	content: ""; 
}


.ch-item.checkbox.disabled {
	display: none;
}
span.FILTER_CHECKBOXES_ITEM_CNT {
	 background: #ff400c;
	 padding: 1px 6px !important;
	margin-left: auto;
	 right: 40px;
	top: 30%;
 }

/* End */


/* Start:/local/templates/kontinentalNEW/components/bitrix/news/vacancy/bitrix/news.list/.default/style.css?1750691519200*/
.jobs-list {
	box-shadow: 0 0 15px #46464638;
}

.jobs-item {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.jobs-item-title {
	font-weight: bold;
}

.smart-filter-title {
    display: none;
}
/* End */


/* Start:/local/templates/kontinentalNEW/components/bitrix/form.result.new/vacancy/style.css?1756390021818*/
/*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/kontinentalNEW/components/bitrix/form.result.new/vacancy/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/kontinentalNEW/components/bitrix/form.result.new/vacancy/images/icon_warn.gif);*/
/*}*/
/* End */


/* Start:/local/templates/kontinentalNEW/components/bitrix/main.userconsent.request/.default/user_consent.css?17593112024354*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 10px 0;
	font: normal 18px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	color: #333;
	font-size:13px;
	line-height: 15px;
}
.main-user-consent-request-announce-link{
	cursor: pointer;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}
	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.main-user-consent-request-popup-cont {
		height: 100%;
	}
}
/* End */
/* /local/templates/kontinentalNEW/components/bitrix/catalog.smart.filter/catalog_horizontal/style.css?17612943366525 */
/* /local/templates/kontinentalNEW/components/bitrix/news/vacancy/bitrix/news.list/.default/style.css?1750691519200 */
/* /local/templates/kontinentalNEW/components/bitrix/form.result.new/vacancy/style.css?1756390021818 */
/* /local/templates/kontinentalNEW/components/bitrix/main.userconsent.request/.default/user_consent.css?17593112024354 */
