.overlay{
	z-index: 1800;
}
.b-interview {
	background: #f5f5f5;
	padding: 20px;
	overflow: hidden;
	display: table;
	padding: 30px 20px;
}
.b-interview_wrap { background: #f5f5f5; } 
.b-interview_wrap h2 { margin: 0 20px;  padding: 10px 0 0; font-weight: bold; }
.b-interview_wrap h2 + .b-interview { padding-top: 10px; } 
.b-interview__text {
	font: italic 18px/1.4 'Noto Sans', Arial, sans-serif;
	display: table-cell;
	padding-right: 30px;
}
.b-interview__button {
	display: table-cell;
	font: bold 13px 'Noto Sans', Arial, sans-serif;
	text-transform: uppercase;
	vertical-align: middle;
}
/*btns*/
a.b-btn{
	padding: 11px 35px;
}
a.m-btn_gray{
	color: #fff;
	background: #8d888a;
}
a.m-btn_gray:hover{
	text-decoration: none;
}
/*btns*/

/*quiz block*/
.l-quiz-popup{
	width: 606px;
	padding: 50px 50px 19px;
	border: 1px solid #dcdcdc;
	border-top: none;
	box-shadow: 0 -5px #f63e4e;
	font: 13px 'Noto Sans', Arial, sans-serif;
	box-sizing: border-box;
	overflow: hidden;
	background: #fff;
}
.b-quiz{
	width: 600px;
	float: right;
}
.b-quiz-list > .b-quiz:first-child{
	margin-top: 0px;
}
.b-quiz:first-child{
	margin-top: 25px;
}
.m-quiz_popup{
	width: 100%;
}
.b-quiz__top{
	margin-bottom: 15px;
}
.b-quiz__question{
	font: 15px'Noto Sans', Arial, sans-serif;
	line-height: 24px;
	display: block;
	color: #000;
	text-decoration: none;
}
.b-quiz__question:hover{
	text-decoration: underline;
	color: #0e4b92;
}
.m-quiz__question_popup{
	font: italic 18px Arial, sans-serif;
	margin: 0 0 25px 0;
}
.b-quiz__total{
	color: #808088;
	font-style: italic;
	font-size: 12px;
}
.b-quiz__form{
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 20px;
}
.m-quiz__form_popup{
	padding: 0 40px 20px;
	border-bottom: 1px solid #d6ebbd;
}
.b-quiz__label{
	display: block;
	margin-bottom: 12px;
}
.m-quiz__label_popup{
	margin-bottom: 24px;
}
.b-quiz__input{
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.b-quiz__answer{
	font: 14px 'Noto Sans', Arial, sans-serif;
}
.m-quiz__answer_popup{
	font: 18px Arial, sans-serif;
	letter-spacing: 0.5px;
	line-height: 24px;
	text-transform: lowercase;
}
a.b-another-quiz{
	color: #8a8a8a;
	text-decoration: underline;
	float: right;
}
.b-quiz__submit-wrap:after{
	content: "";
	clear: both;
	display: block;
}
.b-quiz__submit-wrap .ui-effects-wrapper{
	display: inline-block;
}
.b-vote-btn{
	background: #959595;
	color: #fff;
	text-transform: uppercase;
	font: bold 13px 'Noto Sans', Arial, sans-serif;
	border: none;
	padding: 7px 9px;
	cursor: pointer;
	margin-top: 7px;
}
.error-msg{
	white-space: nowrap;
	color: #f63e4e;
	background: url(../i/error.png) no-repeat;
	padding: 0 0 2px 31px;
	line-height: 25px;
	margin-left: 20px;
	display: none;
	position: relative;
	top: -2px;
}
/*quiz list*/
.inner-grid  .m-content_quiz{
	width: 680px;
}
.inner-grid .m-sidebar_smaller{
	width: 200px;
	padding-right: 50px;
}
.m-pagination_quiz{
	padding-left: 80px;
}
.m-pagetitle__quiz{
	padding-left: 80px;
}
.b-quiz-list__cur{
	border-top: 1px solid #7f7f7f;
	padding-top: 10px;
}
.b-quiz-list__cur:after{
	content: "";
	display: block;
	clear: both;
}
.b-quiz-list__cur .b-quiz:last-child .b-quiz__form{
	border-bottom: none;
}
.b-quiz-list__past{
	border-top: 1px solid #7f7f7f;
	padding-top: 10px;
}
.b-quiz-list__past:after{
	content: "";
	display: block;
	clear: both;
}
.b-quiz-list__title{
	font: 14px 'Noto Sans', Arial, sans-serif;
	margin-bottom: 15px;
	display: block;
}
/*/quiz list*/
/*quiz success*/
.b-quiz-row__result{
	position: absolute;
	right: 100%;
	margin-right: 10px;
	white-space: nowrap;
	color: #807f81;
	line-height: 30px;
}
.b-quiz-row{
	position: relative;
}
.b-quiz-row__band{
	background: #ff8390;
	position: absolute;
	height:100%;
	left:0px;
}
.b-quiz-row__text{
	background: transparent;
	position: relative;
	z-index: 2;
	font: 13px 'Noto Sans', Arial, sans-serif;
	padding: 0 25px;
	height: 30px;
	line-height: 30px;
}
/*reminder band*/
.b-reminder{
	height: 30px;
	width: 100%;
	background: #f63e4e;
}
.b-reminder__text{
	color: #fff;
	text-align: center;
	line-height: 30px;
	max-width: 960px;
	padding: 0 10px;
	margin: 0 auto;
}
a.b-reminder__link{
	color: #fff;
	text-decoration: underline;
}
a.b-reminder__link:hover{
	text-decoration: none;
}
/* /reminder band*/

/*docs and docs_det*/
.b-docs__item{
	margin-top: 15px;
}
.b-docs__table{
	table-layout: fixed;
}
.b-docs__cell_1{
	width: 305px;
	padding: 0 6px;
}
.b-docs__cell_2{
	width: 182px;
	padding: 6px;
	line-height: 15px;
}
.b-docs__cell_2 strong{
	display: block;
	margin-bottom: 11px;
	line-height: 14px;
	text-align: center;
}
.b-docs__cell_2 a{
	font-size: 9px;
	text-align: left;
}
.b-docs__cell_3{
	width: 195px;
	padding: 0 6px;
	line-height: 14px;
	text-align: center;
}
.b-docs__table tr td{
	position: relative;
	border: 1px solid #dcdcdc;
}
.b-docs__table td strong{
	font:bold 9px Arial, sans-serif;
	letter-spacing: 0.2px;
	line-height: 14px;
}
.b-docs__table td span{
	font: 9px Arial, sans-serif;
	letter-spacing: 0.2px;
}
.b-docs__title{
	display: block;
	margin-top: 20px;
}
.b-docs__links{
	display: block;
	margin-top: 24px;
	font-size: 9px;
}
.b-docs__table tr:nth-child(2) td{
	text-align: right;
	font-size: 9px;
}
.b-docs__mail{
	display: block;
	margin-top: 46px;
	font-size: 10px;
}

.news-one__meta{
	margin-bottom: 40px;
}
.docs_item{
	position: relative;
}
.docs_text{
	overflow: hidden;
}
.docs_date{
	position: absolute;
	right: 100%;
	margin-right: 20px;
	white-space: nowrap;
}
.docs_type{
	margin-bottom: 10px;
	max-width: 80%;
}
a.docs_link-more{
	color: #0c4c89;
	margin: 10px 0 0 0;
	display: inline-block;
}
.m-docs_dwnld{
	position: absolute;
	top: 0px;
	right: 0px;
}
.b-signature{
	float: right;
	margin-top: 30px;
}
.b-signature__post{
	display: block;
	text-align: right;
}
.b-signature__name{
	display: block;
	text-align: right;
}
.news-one .m-text_noborder{
	border: none;
}
/*/docs and docs_det*/

/*search docs*/
.b-doc-search{
	padding-bottom: 20px;
	margin-top: 20px;
}
.b-doc-search__heading{
	margin: 0px;
	font: 24px 'Noto Sans', Arial, sans-serif;
	margin-bottom: 20px;
}
.b-doc-form-wrapper{
	border-bottom: 1px solid #acacac;
}
.b-doc-form{
	margin: 0 0 20px 0;
	background: #f5f5f5;
	padding: 20px 20px 25px 20px;
}
.b-doc-form__table{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
}
.b-doc-form__table:last-child{
	margin-bottom: 0px;
}
.b-doc-form__cell-left{
	width: 140px;
	display: table-cell;
	font: 12px 'Noto Sans', Arial, sans-serif;
}
.b-doc-form__cell-right{
	display: table-cell;
	font: 12px 'Noto Sans', Arial, sans-serif;
}
.b-doc-form__select{
	width: 100%;
	height: 31px;
	border: 1px solid #acacac;
}
.b-doc-form__input{
	width:100%;
	height: 31px;
	border: 1px solid #acacac;
	box-sizing: border-box;
}
.b-doc-form__btn{
	background: #fe2f45;
	border: none;
	color: #fff;
	font: 12px 'Noto Sans', Arial, sans-serif;
	text-transform: uppercase;
	padding: 10px 43px;
	cursor: pointer;
}
.b-doc-form__btn:hover{
	background: #e22a3d;
}
.b-doc-filter{
	margin-top: 15px;
	text-align: justify;
}
.b-doc-filter:after{
	content: "";
	display: inline-block;
	height: 0px;
	width: 100%;
}
.b-doc-filter__item{
	display: inline-block;
}
.b-doc-filter__name{
	font: 12px 'Noto Sans', Arial, sans-serif;
	margin-right: 20px;
	line-height: 30px;
}
.b-doc-filter__select{
	height: 30px;
	border: 1px solid #acacac;
	font: 12px 'Noto Sans', Arial, sans-serif;
}
.b-range-datepick{
	height: 30px;
	border: 1px solid #acacac;
	font: 12px 'Noto Sans', Arial, sans-serif;
	background: #fff url(../i/calendar-icon.png) no-repeat calc(100% - 10px) center;
	margin-left: 20px;
	width: 180px;
}
.m-range-datepick_start{
	margin-right: 8px;
}
.m-range-datepick_finish{
	margin-left: 8px;
}
/*datepick custom styles*/
.datepick-popup{
	box-shadow: 0 10px 20px rgba(0,0,0,.35);
}
.datepick-ctrl{
	display: none;
}
.datepick-nav{
	position: absolute;
	background: transparent;
	width: 216px;
}
.datepick.my-picker{
	padding: 10px;
	background: #fff;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 236px!important;
	box-sizing: border-box;
}
.datepick-month{
	border: none;
	width: 100%;
}
.datepick-month-header{
	height: 37px;
	background: #fe2f45;
	font: 12px 'Noto Sans', Arial, sans-serif;
	line-height: 37px;
}
a.datepick-cmd{
	height: 16px;
	width: 16px;
	display: inline-block;
}
a.datepick-cmd:hover{
	background-color: transparent;
}
a.datepick-cmd-today{
	display: none;
}
.datepick-cmd-prevJump{
	background: url(../i/calendar-controls.png) no-repeat 2px center;
	top: 10px;
	position: absolute;
	left: 10px;
}
.datepick-cmd-prev{
	background: url(../i/calendar-controls.png) no-repeat -24px center;
	top: 10px;
	position: absolute;
	left: 32px;
}
.datepick-cmd-nextJump{
	background: url(../i/calendar-controls.png) no-repeat -182px center;
	top: 10px;
	position: absolute;
	right: 10px;
}
.datepick-cmd-next{
	background: url(../i/calendar-controls.png) no-repeat -156px center;
	top: 10px;
	position: absolute;
	right: 32px;
}
.datepick-month th, .datepick-month th a{
	background: #fff;
	color: #9da7af;
}
.datepick-month th{
	border:none;
	line-height: 21px;
	text-transform: lowercase;
	padding-top: 5px;
}
.datepick-month table{
	margin-bottom: 0px;
}
.datepick-month table tr td:first-child{
	border-left: none;
}
.datepick-month table tr:last-child td{
	border-bottom: none;
}
.datepick-month table tr td:last-child{
	border-right: none;
}
.datepick-month td{
	border: 1px solid #d9d9d9;
	background: #fff;
	position: relative;
}
.datepick-month td a{
	width: 30px;
	height: 30px;
	display: block;
	padding: 0px;
	line-height: 30px;
	background: #fff;
	color: #525d66;
}
.datepick-month td a:hover{
	text-decoration: none;
	color: #fff;
}
.datepick-month td span{
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #9da7af;
	padding: 0;
}
.datepick-month td .datepick-weekend{
	background: #fff;
}
.datepick-month td .datepick-highlight{
	background: #fe2f45;
	color: #fff;
	position: absolute;
	top: 0px;
	padding: 0px 1px 1px 1px;
	left: -1px;
}
.datepick-month td .datepick-selected{
	background: #fe2f45;
	color: #fff;
	position: absolute;
	top: 0px;
	padding: 0px 1px 1px 1px;
	left: -1px;
}
/*/datepick custom styles*/
/*search docs */

.pop2 .popup_cnt{
	padding: 0;
	width: auto;
}
.pop2 .popup_closer{
	position: absolute;
	right: 10px;
	top:10px;
}
.b-tabs{
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	padding-bottom: 10px;
	margin-top: 25px;
	border-bottom: 1px solid #dcdcdc;
	width: 100%;
}
.b-tabs__item{
	float: left;
}
a.b-tabs__link{
	font: 14px 'Noto Sans', Arial, sans-serif;
	color: #000;
	margin-right: 15px;
}
a.m-tabs__link_current{
	color: #898989;
}

/* bitrix change default styles */
.vote-form-box-button input[type="submit"]{
	background: #959595;
	color: #fff;
	text-transform: uppercase;
	font: bold 13px 'Noto Sans', Arial, sans-serif;
	border: none;
	padding: 7px 9px;
	cursor: pointer;
	margin-top: 7px;
}

.jq-checkbox {
	top: -1px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	border-radius: 3px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 12px;
	height: 12px;
	margin: 2px 0 0 2px;
	border-radius: 2px;
	background: #666;
	box-shadow: inset 0 -3px 6px #AAA;
}
.jq-checkbox.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled {
	opacity: .55;
}


.jq-radio {
	top: -1px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	border-radius: 50%;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #777;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-radio.disabled {
	opacity: .55;
}


.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	height: auto;
	line-height: 1em;
	cursor: pointer;
}
.jq-file__name {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}


.jq-number {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
	text-align: left; /* для Opera Presto */
	-moz-appearance: textfield;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}


.jq-selectbox {
	vertical-align: top;
	cursor: pointer;
}
.jq-selectbox.width-440 { width: 280px; }
.jq-selectbox__select {
	height: 30px;
	padding: 0 45px 0 8px;
	border: 1px solid #acacac;	
	background: #fff;	
	font: 12px/30px Arial, sans-serif;
	color: #525d66;	
}
.jq-selectbox__select:hover {
		
}
.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
	
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	overflow: hidden;
	width: 100%;
	color: #a0a0a0;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	border-color: #000000 transparent transparent transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: -34px 0 0;
	padding: 0;
	border: 1px solid #acacac;
	background: #FFF;	
	font: 12px/18px "Noto Sans",Arial,sans-serif;
}
.jq-selectbox__search {
	margin: 5px;
	display: none;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
	
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
	font-size: 12px;
	max-height: 205px !important;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 8px 10px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	color: #231F20;
	margin-right: 0;
}
.jq-selectbox li + li { border-top: 1px solid #d9d9d9; }
.jq-selectbox li:first-child { color: #a0a0a0; }
.jq-selectbox li.selected {
	background-color: #fd3941;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #bbbec1;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}


.jq-select-multiple {
	box-sizing: border-box;
	background: #FFF;	
	font: 12px/18px "Noto Sans",Arial,sans-serif;
	color: #525d66;
	cursor: default;
}

.select_st-wrapper { 
	margin-bottom: 17px;
}
.mt.b-vote-btn { margin-top: 23px; }
.popup .maxheight.iblock { margin-left: 0; }
.jq-select-multiple.focused {
	
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
    height: auto !important;
    margin: 0;
    overflow: visible !important;
    padding: 0;
}
.jq-select-multiple li {
	padding: 6px 9px;
	list-style: none;
	font-size: 12px;
	color: #525d66;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	border: 1px solid #acacac;
	position: relative;
	background: #fff;
}
.jq-select-multiple li + li { 
	margin-top: -1px;
	border-top: none;
}

.jq-select-multiple li:last-child {
	
}
.jq-select-multiple li.selected {
	background: #fd3941 url('../i/arrow_white.png') 98% 10px no-repeat;
	color: #fff;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}
.jq-select-multiple li:hover { background: #bbbec1; color: #fff; }
.jq-select-multiple.select_st { width: 280px; }
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}