.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color:#C9D8EB;
}
.chosen-container .chosen-drop {/*выпадающий список (option)*/
  position: absolute;
  top: 100%;
  left: -9999px;
  //left:0;
  z-index: 50;
  box-sizing: border-box;
  width:inherit;
  background: #D4E2F5;
  color:#3361A4;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {/*изначально(select)*/
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 10px;
  height: 29px;
  line-height: 29px;
  border: 2px solid #C9D8EB;
  background-color: #fff;
  background-clip: padding-box;
  text-decoration: none;
  white-space: nowrap;
  color:#C9D8EB;
  font-size:15px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 1px;
  display: block;
  width: 23px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(images/select-triangles.png) no-repeat 0 4px;
}

.chosen-container-single .chosen-drop {
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 0 0 0 10px;
  list-style: none;
  line-height: 27px;
  color:#3361A4;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {/*элемент выпадающего списка при наведении*/
  background:#3363A2;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */

/* @group Active  */
.chosen-container-active .chosen-single { /*select после исчезания выпадающего меню*/
  border: 2px solid #C9D8EB;
  color:#6B7579;
}
.chosen-container-active.chosen-with-drop .chosen-single {/*выпадающий список (select)*/
  border: 2px solid #3361A4; 
  color:#C9D8EB;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -24px 4px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  //box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled .chosen-single {
  cursor: default;
  background:#F0F0F0;
}
.chosen-disabled .chosen-single div b{background-position:-48px 4px;}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
.necesss {
padding-left:19px;
margin-left:-19px;
background:url(images/necess.png) no-repeat left 18px;
}
.necesss .chosen-single{border-color:#FF5F3B;}
.necesss .chosen-single div b {background-position: -71px 4px;}
.necesss .chosen-container-active .chosen-single{color:#C9D8EB;}

/*------------------------------small another appearance---------------------------------------*/
.sorting .chosen-container{margin-top: -5px;}
.sorting .chosen-container-single .chosen-single {/*изначально(select)*/
  border: 0;
  line-height: 18px;
  height: 18px;
  color:#9CBBE7;
  font-size:12px;
  padding:3px 0 5px;
}
.sorting .chosen-container-single .chosen-single span {margin: 0 0 0 10px;}
.sorting .chosen-container .chosen-results{max-height:216px;}
.sorting .chosen-container .chosen-results li{font-size:12px;line-height: 18px;}
.sorting .chosen-container .chosen-results li:last-child{margin-bottom:15px;}
.sorting .chosen-container .chosen-results li.highlighted {/*элемент выпадающего списка при наведении*/
  background:#C4D8F2;
  color: #3361A4;
}
.sorting .chosen-container-active .chosen-single {/*select после исчезания выпадающего меню*/
  border: 0px;
}
.sorting .chosen-container-active.chosen-with-drop .chosen-single {/*выпадающий список (select)*/
  border: 0px;
  color:#FF5F3B;  
  background:#E9F2FC;
}
.sorting .chosen-container-single .chosen-single div b{background:none}

.sorting .chosen-container .chosen-drop {/*выпадающий список (option)*/
	width:inherit;
	background:#E9F2FC;
}
/*------------------------------another-select-color(work pages)---------------------------------------*/
.another-select-color .chosen-container-single .chosen-single{color:#6B7579;}
	.another-select-color .chosen-container-single .chosen-single span.vacancies-cnt{color:#C9D8EB;display:inline;}
/*------------------------------scroll bar---------------------------------------*/
.jspContainer{/*overflow:hidden;*/position:relative;} 
.jspPane{position:absolute;} 
/* Вертикальная полоса прокрутки */ 
.jspVerticalBar{height:100%;position:absolute;right:0;top:0;width:10px;border-left:1px solid #D7E5F7;border-right:1px solid #D7E5F7;z-index:2;} 
/* Горизонтальная полоса прокрутки */ 
.jspHorizontalBar{bottom:0;height:5px;left:0;position:absolute;width:100%;} 
.jspVerticalBar *,.jspHorizontalBar *{margin:0;padding:0;} 
.jspCap{display:none;} 
.jspHorizontalBar .jspCap{float:left;} 
/* Полоска, по которой бегает ползунок */ 
.jspTrack{background:#DEE9F8;position:relative;} 
/* Непосредственно, сам ползунок */ 
.jspDrag{background:#9CBBE7;cursor:pointer;left:0;position:relative;top:0;} 
.jspDrag:hover {background:#9CBBE7;} 
.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{float:left;height:100%;} 
/* Стрелки для прокрутки */ 
.jspArrow{background:#999;cursor:pointer;display:block;text-indent:-20000px;} 
/* Неактивные стрелки для прокрутки */ 
.jspArrow.jspDisabled{background:#aaa;cursor:default;} 
/* Дополнительные стили для вертикальных и горизонтальных стрелок */ 
.jspVerticalBar .jspArrow{height:16px;} 
.jspHorizontalBar .jspArrow{float:left;height:100%;width:5px;} 
.jspVerticalBar .jspArrow:focus{outline:none;} 
/* Уголок, где сходятся вертикальная и горизонтальная полосы прокрутки */ 
.jspCorner{float:left;height:100%;} 
* html .jspCorner{margin:0 -3px 0 0;}

.sorting .sort-scroll-wrap {overflow:auto;height: 216px;}

.sorting .scrolled{
	 width:inherit;
	 height:200px;
	 outline:none;
}
