/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.v-filter {
	background-color: #ffffff;
	padding: 28px 16px;
}
.ui-widget-content.ui-autocomplete--search.focus {
	display: block !important;
}
.ui-widget-content.ui-autocomplete--search {
	border: 1px solid #dddddd;
	background: #ffffff !important;
	color: #333333;
	height: auto !important;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 100;
}
.ui-widget-content.ui-autocomplete--search > li.ui-menu-item {
	padding: 3px 16px;
	font-size: 14px;
	line-height: 24px;
	cursor: pointer;
}

.ui-widget-content.ui-autocomplete--search > li.ui-menu-item > .ui-menu-item-wrapper {
	background-color: #fff;
	color: #111;
	z-index: 9999!important;
	position: relative;
	display: block;
	cursor: pointer;
}
.filter-item .ui-state-active,
.filter-item .ui-widget-content .ui-state-active{
	background: transparent !important;
	border: 1px solid transparent;
}
#autocomplete-search-specialization:hover,
#autocomplete-search-specialization:focus{
	background-color: #ececec;
}
.filter-item .ui-menu-item:hover,
.filter-item .ui-menu-item-wrapper:hover{
	background-color: #c5c5c5;
}

#collapseSpec{
	position: relative;
}
.v-wrap {
	padding: 32px 0;
}
.filter-sort__reset{
	margin-top: 8px;
}
.v-filter__title {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.form-group--title {
	position: relative;
	cursor: pointer;
	padding-left: 20px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 15px;
	padding-bottom: 10px;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
}

.toogler.rotate {
	-webkit-transform: rotateZ(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotateZ(-180deg);
}

.form-group--title .toogler {
	width: 12px;
	height: 7px;
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	margin: auto;
	background: url("/images/svg/angle-down-select-blue-new.svg") no-repeat center center;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.filter-item {
	border-bottom: 1px solid #ddd;
}

.btn-light:hover {
	color: #333333;
	background-color: #ececec;
	border-color: #a8a8a8;
}



.form-group .bs-actionsbox {
	display: none;
}

.bootstrap-select.open > .dropdown-toggle.btn-default,
.bootstrap-select > .dropdown-toggle.btn-default:hover {
	background-color: #ececec;
}

.bootstrap-select.open > .dropdown-toggle.btn-default {
	background-color: #fff;
}

.bootstrap-select .btn-default, .open > .dropdown-toggle.btn-default {
	background-color: transparent;
	border-radius: 0;
	border: 1px solid #a8a8a8;
	padding-left: 12px;
	font-weight: normal;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.form-group .bootstrap-select .dropdown-toggle:focus,
.form-group .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
	outline: none !important;
}

.form-group .btn-light.focus,
.form-group .btn-light:focus {
	color: #333333;
	background-color: #ececec;
	border: 1px solid #a8a8a8;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-group .btn-light:not(:disabled):not(.disabled).active:focus,
.form-group .btn-light:not(:disabled):not(.disabled):active:focus,
.form-group .show > .btn-light.dropdown-toggle:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	border: 1px solid #a8a8a8;
}

.form-group .btn-light:not(:disabled):not(.disabled).active,
.form-group .btn-light:not(:disabled):not(.disabled):active,
.form-group .show > .btn-light.dropdown-toggle {
	color: #333333;
	background-color: #ececec;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	border: 1px solid #a8a8a8;
}

.btn.btn-light:hover {
	background-color: #ececec;
	border: 1px solid #a8a8a8;
}

.form-group .bootstrap-select > .dropdown-toggle:after {
	border: none;
	background: url(/images/svg/angle-down-select-blue-new.svg) no-repeat center center;
	width: 12px;
	height: 7px;
	display: block;
	position: absolute;
	top: 0;
	right: 14px;
	bottom: 0;
	margin: auto;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
	z-index: 15;
}

.form-group .bootstrap-select .dropdown-menu {
	border-top: 0;
	border-radius: 0;
}

.form-group .bootstrap-select .dropdown-menu li a {
	display: block;
	padding: 14px 28px 14px 30px;
	font-size: 14px;
	color: #333333;
}

.cw-panorama{
	position: relative;
	width: 100%;
	height: 260px;
	margin-bottom: 28px;
}
.cw-panorama img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cw-list-title{
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.cw-list{
	padding-left: 17px;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 0;
}
.cw-list--no-style{
	list-style: none;
	padding-left: 0;
}
.cw-list--no-style li:not(:last-child){
	margin-bottom: 18px;
}
.cw-panorama:before{
	content: '';
	position: absolute;
	background-image: url("/images/svg/360.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent !important;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.form-group .btn-group > .btn-group:not(:first-child),
.form-group .btn-group > .btn:not(:first-child) {
	margin-left: 0;
}
.cw-slider .swiper-slide img{
	max-width: 100%;
}

.cw-navigation.swiper-button-next:after,
.cw-navigation.swiper-button-prev:after{
	color: #ffffff;
}

.form-group .dropdown-item.active,
.form-group .dropdown-item:active {
	background-color: #eeeeee;
}

.filter__show-all {
	margin-top: 10px;
	cursor: pointer;
	margin-bottom: 15px;
}

.container__hide {
	display: none;
}

.v-wrap .control-checkbox {
	margin-top: 5px;
}
.vacancy-other .v-item {
	padding-left: 80px;
}
#autocomplete-search-specialization-name + label {
	padding-left: 44px;
}

#autocomplete-search-specialization-name + label:before {
	content: '';
	position: absolute;
	background: url("/images/svg/ico-search.svg") no-repeat 50% 50%;
	width: 20px;
	height: 20px;
	left: 16px;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}

#autocomplete-search-specialization-name:focus + label,
#autocomplete-search-specialization-name.changed + label {
	padding-left: 40px;
}

#autocomplete-search-specialization-name:focus + label:before,
#autocomplete-search-specialization-name.changed + label:before {
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
}


button[disabled], html input[disabled] {
	cursor: default;
}


.filter-search-btn {
	position: fixed;
	left: -100%;
	bottom: 0;
	width: 100%;
	display: block;
	background-color: #384c76;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	margin-top: 20px;
	z-index: 1000;
	border: 0;
	-webkit-transition: 300ms ease all;
	-o-transition: 300ms ease all;
	transition: 300ms ease all;
}


.filter-sticky-wr {
	margin: 10px 0;
}

.catalog-apply__floating > .sticky {
	position: fixed;
	z-index: 1000;
}


.v-wrap .text-muted {
	color: #999 !important;
}

.catalog__open-filter {
	display: block;
	background-color: #384c76;
	height: 46px;
	color: #fff !important;
	line-height: 46px;
	text-align: center;
	text-transform: uppercase;
	border: 0;
	padding: 0;
	outline: 0;
	width: 174px;
	margin-bottom: 30px;
}

.svg-icon.svg--white {
	fill: #fff;
}

.svg-filter {
	width: 16px;
	height: 16px;
}

.v-open-filter {
	width: 174px;
}

.v-open-filter .svg-icon {
	margin-right: 12px;
}
.btn.v-open-filter{
	display: none;
}
#filterCollapseClose{
	position: absolute;
	top: 20px;
	right: 20px;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 14px;
	height: 14px;
}
.filter-aside__close_line{
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: #384C76;
}
.filter-aside__close_line:first-child{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.filter-aside__close_line:last-child{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.v-telegram{
	display: block;
	margin-top: 10px;
	background-color: #039BE5;
	width: 100%;
	padding: 28px 75px 52px 16px;
	color: #fff;
	background-image: url("/images/svg/telegram.svg");
	background-repeat: no-repeat;
	background-position: 108% 140%;
	text-decoration: none;
}
.v-telegram:hover{
	color: #fff;
	text-decoration: none;
}
.v-telegram__title{
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.v-item{
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	position: relative;
	background-color: #fff;
	padding: 30px;
	margin-bottom: 32px;
}
.v-item:hover{
	-webkit-box-shadow: 4px 4px 6px 0 rgba(64, 64, 64, 0.3);
	box-shadow: 4px 4px 6px 0 rgba(64, 64, 64, 0.3);
}
.v-item__header {
	position: relative;
	font-family: 'Montserrat',sans-serif;
	margin-bottom: 10px;
}
.v-item__salary {
	font-weight: bold;
	margin-left: 15px;
	min-width: 35%;
	text-align: right;
}
.v-item__title {
	font-weight: bold;
	flex-basis: 100%;
	width: 100%;
}
.v-item-data__title{
	color: #77787B;
	margin-bottom: 4px;
}
.v-item-data{
	padding-right: 24px;
}
.v-item-data:nth-child(1){
	width: 150px;
}
.v-item-data:nth-child(2),
.v-item-data:nth-child(3){
	width: 160px;
}

.add__favorites{
	margin-left: 14px;
}
.v-item hr{
	margin-bottom: 10px;
}
/*.v-item a{*/
/*	text-decoration: underline;*/
/*}*/

.v-open-filter{
	margin-bottom: 8px;
}
.v-no-result{
	padding: 26px 0 44px;
}
.v-no-result h2{
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}
.v-no-result{
	text-align: center;
}
.svg-form{
	width: 14px;
	height: 14px;
	fill: #384C76;
	margin-left: 8px;
	vertical-align: top;
}
.v-no-result .btn-default{
	margin-top: 16px;
}
/*.v-no-result .btn-default:last-child{ Коментим пока одна кнопка*/
/*	margin-left: 60px;*/
/*}*/
.form-group__filter-checkboxes--wr-more{
	margin-bottom: 8px;
}
.v-no-vacancy{
	margin-top: 24px;
}
.v-detail{
	position: relative;
	padding-top: 32px;
}
.v-detail__salary {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	text-align: right;
}
.v-detail .favorite__label-close{
	position: relative;
	margin: 0;
	z-index: 3;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.favorite__label-close_icon{
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.svg-share{
	width: 17px;
	height: 17px;
}
.sp-social__list{
	list-style: none;
	padding: 0;
	margin: 8px 0 0;
}
.sp-social__list li{
	padding: 0 5px;
	display: inline-block;
	vertical-align: middle;
}
.sp-social__list svg{
	width: 36px;
	height: 36px;
	vertical-align: bottom;
}
.tg svg{
	fill: #61a8de;
}
.wt svg{
	fill: #1BD741;
}
.vk svg{
	fill: #5075a5;
}
.fb svg{
	fill: #3b5998;
}
.vb svg{
	fill: #7D47A1;
}
.vd-share{
	cursor: pointer;
}
.vd__description p{
	margin-bottom: 8px;
}
.vd__description ul{
	padding: 0;
	margin-bottom: 20px;
	list-style: none;
}
.vd__description ul li{
	position: relative;
	padding-left: 14px;
}
.vd__description ul li:not(:last-child){
	margin-bottom: 8px;
}
.vd__description ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 5px;
	height: 5px;
	background-color: #384C76;
}
.vd__location{
	background-color: #ffffff;
	padding: 15px;
}
.vd__location_title{
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.vd__slider_button.swiper-button-next:after,
.vd__slider_button.swiper-button-prev:after{
	font-size: 30px;
	color: #ffffff;
}
.vd__map{
	width: 100%;
	height: 400px;
}
.vd__btn{
	width: 182px;
	position: relative;
	z-index: 1;
}

.popup_text-vacancy {
	color: #b5b5b5;
	text-align: center;
	margin-bottom: 16px;
}
.control-checkbox.control-checkbox--no-margin{
	margin: 0;
}
.svg-icon_grey {
	fill: #939393;
	color: #939393;
}

.va__btn-wrap{
	text-align: right;
}
.popup .title {
	font-size: 22px;
	color: #394d75;
	font-family: 'Montserrat',sans-serif;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
}


@media screen and (max-width: 1024px) {

	.v-filter__title{
		font-size: 14px;
	}

	.v-item-data__title{
		white-space: nowrap;
	}
	.v-item-data{
		max-width: 230px;
	}
}
@media screen and (max-width: 991px) {
	.vacancy-other .v-item {
		padding-left: 40px;
	}
	.v-item-data:nth-child(1){
		width: 100px;
	}
	.va__btn-wrap{
		text-align: left;
	}
	.cw-list--no-style li:not(:last-child){
		margin-bottom: 10px;
	}
	.cw-list.cw-list--no-style{
		margin-bottom: 0;
	}
	.cw-list-title{
		margin-bottom: 10px;
	}
	.cw-list{
		margin-bottom: 28px;
	}
	.v-item .va__btn-wrap{
		margin-top: 20px;
	}
	.v-detail__salary {
		margin-top: 28px;
		font-size: 18px;
		text-align: left;
		line-height: 1;
	}
	.v-detail .vd__btn{
		margin-top: 32px;
	}
	.v-item{
		margin-bottom: 16px;
	}
	.v-telegram{
		padding: 20px 16px;
		background-position: 96% 88%;
		margin-top: 0;
	}
	#vacancy-filter {
		position: fixed;
		min-width: 43%;
		max-width: 43%;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		height: 100%;
		z-index: 99999;
		top: 0;
		left: -43%;
		overflow-y: auto;
		padding-bottom: 0;
		-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .45);
		box-shadow: 0 0 8px rgba(0, 0, 0, .45);
		background-color: #fff;
	}
	.site-canvas.filter-toggled {
		position: fixed;
		left: 328px;
		z-index: 1000000;
	}
	.site-canvas.filter-toggled #vacancy-filter {
		left: 0;
	}
	.toggled-overlay {
		position: fixed;
		display: none;
		bottom: 0;
		right: 0;
		top: 0;
		left: 0;
		background-color: rgba(0,0,0,.2);
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
		z-index: 9998;
		height: 100%;
	}
	.btn.v-open-filter{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	#filterCollapseClose{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media screen and (max-width: 767px){
	.v-item__header {
		margin-bottom: 0;
		padding-bottom: 35px;
	}
	.v-item__salary {
		margin-left: 0;
		margin-top: 10px;
		text-align: left;
	}
	.vacancy-other .v-item {
		padding-left: 20px;
	}
	.v-item-data {
		padding-right: 0;
		max-width: 100%;
		margin-bottom: 10px;
	}

	.v-item-data:nth-child(1),
	.v-item-data:nth-child(2),
	.v-item-data:nth-child(3){
		width: calc(50% - 20px);
	}
	.site-canvas.filter-toggled #vacancy-filter {
		position: fixed;
		top: 0;
		left: -100%;
		bottom: 0;
		overflow: auto;
		padding: 0 8px;
	}
	.sp-social__list li{
		padding: 0 1px;
	}
	.cw-navigation.swiper-button-next:after,
	.cw-navigation.swiper-button-prev:after{
		font-size: 30px;
	}
	.cw-list {
		margin-bottom: 18px;
	}
	.v-item .va__btn-wrap{
		position: static;
		width: 100%;
		margin-top: 10px;
	}
	.v-item-data:not(:last-child) {
		margin-right: 17px;
	}

	.v-item .btn-primary{
		width: 100%;
	}
	.v-detail .favorite__label-close{
		width: 100%;
		margin: 18px 0 0;
	}
	.popup .title{
		font-size: 18px;
	}
	.popup .btn{
		margin-top: 10px;
		width: 100%;
	}
	.vd__btn{
		width: 100%;
	}
	.v-detail .vd__btn {
		margin-top: 20px;
	}
	.v-no-vacancy{
		margin-top: 12px;
	}
	.v-no-result .btn{
		width: 100%;
	}
	.v-no-result .btn-default:last-child {
		margin-left: 0;
	}
	.v-no-result{
		padding-left: 16px;
		padding-right: 16px;
	}
	.v-telegram{
		padding: 28px 14px 52px;
		background-position: 96% 88%;
	}
	.v-item-wrap{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.btn.v-open-filter{
		width: 100%;
	}
	#vacancy-filter {
		max-width: 100%;
		left: -100%;
		width: 100%;
	}
	.v-item{
		padding: 20px;
	}
	.add__favorites {
		margin-left: 0;
		margin-top: 10px;
	}
	.v-item .add__favorites {
		position: absolute;
		left: 0;
		margin: 0;
		bottom: 0;
	}
	.site-canvas.filter-toggled {
		position: fixed;
		left: 0;
		-webkit-transform: translate3d(100%,0,0);
		-webkit-animation: open .5s ease-in-out;
		-moz-transform: translate3d(100%,0,0);
		-moz-animation: open .5s ease-in-out;
		transform: translate3d(100%,0,0);
		animation: open .5s ease-in-out;
	}
	.v-filter{
		padding: 28px 0;
	}
	.tooltipster-default {
		width: 100%!important;
		left: 50%!important;
		max-width: 240px;
		margin-left: -120px;
	}
	.tooltipster-close:after {
		content: '';
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(255, 255, 255, 0.5);
		position: fixed;
		z-index: -1;
	}
	.tooltipster-arrow-top span,
	.tooltipster-arrow-top-right span,
	.tooltipster-arrow-top-left span{
		display: none;
	}
	.v-detail__salary {
		margin-top: 16px;
		font-size: 16px;
		line-height: 20px;
	}
}