.filter_wrapper {
    width: 286px;
    height: 100%;
    position: fixed;
    background: #017df7;
    top: 0px;
    left: 0px;
    z-index: 7;
}
.filter_wrapper_in {
    overflow: hidden;
    width: 286px;
    height: 100%;
}
.filter_wrapper_scroll {
    overflow: scroll;
    width: 350px;
    height: 100%;
    padding-bottom: 17px;
}
.filter_wrapper_scroll_inner {
    width: 286px;
}



/*Подсказки и справка
------------------------------------------------------------------------------*/

.reference {
    color: white;
    font-family: proximanovaL;
    font-size: 12px;
    position: absolute;
    left: 210px;
    top: 10px;
    padding-left: 10px;
    display: inline-block;
    z-index: 6;
}
.reference > p {
    z-index: 9999;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    font-family: proximanovaL;
}
.reference > span {
    width: 6px;
    height: 5px;
    background: url(http://pleiada.net/images/sprites/little_ico.png) no-repeat;
    background-position: -44px -359px;
    display: block;
    position: absolute;
    left: 0px;
    top: 3px;
    z-index: 9999;
    cursor: pointer;
}
.reference_in > p {
    font-family: proximanovaL;
    font-size: 12px;
    padding-top: 20px;
}
.reference_in {
    width: 400px;
    background: url('http://pleiada.net/images/bg/popup_window_bg.png');
    min-height: 100px;
    position: absolute;
    top: -10px;
    left: -10px;
    padding: 20px;
    border-radius: 3px;
    display: none;
    z-index: 999;
}
.tips {
    color: white;
    font-family: proximanovaL;
    font-size: 12px;
    position: absolute;
    left: 210px;
    top: 33px;
    padding-left: 10px;
    display: inline-block;
    z-index: 5;
}
.tips > span {
    width: 6px;
    height: 5px;
    background: url(http://pleiada.net/images/sprites/little_ico.png) no-repeat;
    background-position: -44px -359px;
    display: block;
    position: absolute;
    left: 0px;
    top: 3px;
    z-index: 9999;
    cursor: pointer;
}
.tips > p {
    z-index: 9999;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    font-family: proximanovaL;
}
.tips_in h2{
        font-size: 1.2em;
    }
.tips_in {
    width: 400px;
    background: url('http://pleiada.net/images/bg/popup_window_bg.png');
    min-height: 100px;
    position: absolute;
    top: -10px;
    left: -10px;
    padding: 20px;
    border-radius: 3px;
    display: none;
    z-index: 999;
    overflow: auto;
}
/*@media screen and (min-height: 900px) {
    .tips_in {overflow: scroll!important;}
}*/
.tips_in > p {
    font-family: proximanovaL;
    font-size: 12px;
    padding-top: 20px;
}







.filter_title {
    font-family: proximanovaL;
    font-size: 36px;
    color: white;
    font-weight: normal;
    text-align: center;
    padding-top: 40px;
}
.filter_title.one_article {
    font-size: 24px;
}
.filter_sub_title {
    font-family: proximanovaR;
    font-size: 16px;
    color: white;
    font-weight: normal;
    text-align: center;
    padding-bottom: 25px;
}
.filter_sub_title.one_article {
    font-family: proximanovaL;
    font-size: 14px;
}
.big_filter_type_one {
    padding-top: 10px;
    margin-top: 10px;
    position: relative;
    /*padding-bottom: 10px;*/
}
.big_filter_type_title {
    margin-left: 24px;
    display: inline-block;
    cursor: pointer;
    width: 225px;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 4px;
    padding-left: 6px;
}
.big_filter_type_title > span {
    margin-right: 5px;
    margin-top: 7px;
    display: block;
    background: url(http://pleiada.net/images/sprites/little_ico.png) no-repeat;
    width: 11px;
    height: 11px;
    background-position: -35px -65px;
    float: right;
    transform: rotate(90deg);
}
.big_filter_type_title_active {
    background: url('http://pleiada.net/images/bg/popup_window_bg.png');
    border: 1px solid #44aef8;
}
/*.big_filter_type_title_active > span:after {
    display: block;
	background: url(http://pleiada.net/images/sprites/little_ico.png) no-repeat;
	width: 11px;
	height: 11px;
	position: absolute;
}*/
.big_filter_type_title_active > span {
    transform: rotate(-90deg);
    margin-top: 1px;
    text-transform: uppercase;
}
.big_filter_type_title > p {
    float: left;
    font-family: proximanovaL;
    color: white;
    font-size: 16px;
}
.big_filter_check_block {
	padding-top: 24px;
  	padding-left: 29px;
    display: none;
    position: absolute;
    top: 30px;
    left: 24px;
    width: 233px;
    background: url('http://pleiada.net/images/bg/popup_window_bg.png');
    z-index: 4;
    box-sizing: border-box;
    border-radius: 0px 0px 5px 5px;
}
.big_filter_check_one {
    position: relative;
    padding-left: 22px;
    float: left;
    margin-bottom: 8px;
    width: 180px;
}
.big_filter_check_one > input {
    opacity: 0;
    position: absolute;
}
.big_filter_check_one > span {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    background: url(http://pleiada.net/images/sprites/little_ico.png) no-repeat;
    background-position: -34px -17px;
    top: 0px;
    left: 0px;
}
.big_filter_check_one > input:checked + span {
    background-position: -34px 0px;
}
.big_filter_check_one > a {
    font-family: proximanovaL;
    font-size: 14px;
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
    padding-right: 13px;
}
.slider_block > h2 {
    font-family: proximanovaL;
    font-size: 16px;
    color: white;
    font-weight: normal;
    padding-top: 10px;
    padding-left: 39px;
    padding-bottom: 8px;
}
.slider_block > h2 span {
    font-size: 14px;
    font-family: proximanovaR;
}
.slider_block > h2 span.count_marker {
    font-size: 14px;
    display: none;
}
.slide_container {
    /*padding: 8px 55px 0px 29px;*/
    padding-right: 6.5%;
    margin: 8px 29px 0px 29px;
    border-radius: 4px;
    border: 1px solid #47b4fb;
}
.slider {
    /*width: 206px;*/
    width: 100%;
    height: 14px;
    background: transparent;
    /*border: 1px solid #47b4fb;*/
    border: none;
}
.ui-slider-horizontal .ui-slider-handle{
    margin-left: 0px!important; 
}
.slider .ui-widget-header {
    background: #47b4fb;
    height: 17px;
    top: -2px;
    margin-left: 9px;
}
.slider .ui-slider-handle,  .slider .ui-state-default,  .slider .ui-state-focus,  .slider .ui-state-active {
    width: 17px;
    height: 17px;
    background: white url(http://pleiada.net/images/sprites/little_ico.png);
    background-position: -31px -304px;
    position: absolute;
    border-radius: 3px;
    border: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    top: -2px;
}
.slider .ui-slider-handle:nth-child(3) {
    background-position: -29px -323px;
}
.filter_bottom {
    text-align: center;
    padding-top: 52px;
    padding-bottom: 50px;
}
.filter_bottom.search {
    padding-top: 25px !important;

}
.filter_bottom.article_one {
    padding-top: 10px !important;
    padding-bottom: 0px;
}
.filter_bottom.detail_obj {
    padding-top: 0px;
}
.filter_bottom > p, #filter_count {
    color: white;
    font-family: proximanovaL;
    font-size: 14px;
    padding-top: 3px;
}
.show_result_filter {
    border: 1px solid white;
    border-radius: 6px;
    font-family: proximanovaL;
    font-size: 16px;
    cursor: pointer;
    height: 33px;
    vertical-align: middle;
    line-height: 33px;
    display: inline-block;
    width: 85px;
    position: relative;
    padding-left: 28px;
}
.show_result_filter:before {
    content: '';
	display: block;
	width: 25px;
	height: 13px;
	background: url('http://pleiada.net/images/show_btn_ico.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	top: 10px;
	left: 9px;
	position: absolute;
}
.show_result_filter:hover {
    background: #7feb47;
}
.detail_contakts_block {
    text-align: center;
    padding-top: 28px;
    padding-bottom: 28px;
}
.detail_contakts_block.search {
    padding-top: 0px;
    padding-bottom: 0px;
}
.detail_contakts_block > p {
    font-family: proximanovaR;
    font-size: 16px;
    color: white;
    padding-bottom: 12px;
}
.detail_contakts_block > h3 {
    font-family: proximanovaL;
    font-size: 14px;
    color: white;
    font-weight: normal;
    padding-bottom: 8px;
    
}
.detail_contakts_block > a {
    font-family: proximanovaL;
    font-size: 14px;
    color: white;
    
}
.detail_contakts_block > a:hover {
    color: #57fc02;
}
.send_order_search {
    font-family: proximanovaL;
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
    border-bottom: 1px dashed transparent;
}
.send_order_search:hover {
    color: #38adfa;
    border-bottom: 1px dashed #38adfa;
}
.tegs_link {
    height: 20px;
    border: 1px solid white;
    display: inline-block;
    font-family: proximanovaL;
    font-size: 14px;
    border-radius: 3px;
    padding: 3px 8px 3px;
    margin: 5px;
    cursor: pointer;
}
.tegs_link:hover {
    background: url('http://pleiada.net/images/bg/popup_window_bg.png');
    border: 1px solid transparent;
}
.detail_describe_block {
    text-align: center;
    padding-top: 26px;
}
.detail_describe_block.articles {
    padding-top: 10px;

}
.detail_describe_block > p {
    font-family: proximanovaL;
    font-size: 14px;
    color: white;
    text-align: center;
    padding-bottom: 5px;
}
.detail_describe_block > a {
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url('http://pleiada.net/images/sprites/social_detail.png');
    background-repeat: no-repeat;
    margin: 0px 1px 7px 1px;
    border-radius: 3px;
}
.detail_describe_block > a:hover {
    background: #7feb47 url('http://pleiada.net/images/sprites/social_detail.png');
}
.detail_describe_block > a:nth-child(2) {
    background-position: 0px 0px;
}
.detail_describe_block > a:nth-child(3) {
    background-position: -32px 0px;
}
.detail_describe_block > a:nth-child(4) {
    background-position: -64px 0px;
}
.detail_describe_block > a:nth-child(5) {
    background-position: -95px 0px;
}







.contakts_nav_info {
    font-family: proximanovaR;
    font-size: 16px;
    color: white;
    padding: 10px 5px 10px 17px;
}
.contakts_nav_info.sub_title {
    font-family: proximanovaR;
    font-size: 16px;
    color: white;
    font-weight: normal;
    text-align: center;
    padding: 0px 0px 25px;
}
.filter_title.cont {
    font-size: 36px;
    color: white;
    font-weight: normal;
    text-align: center;
    padding-top: 40px;
}
.contakts_nav_info > span {
    font-family: proximanovaL;
}
.contakts_nav_info > span.phone {
    font-size: 16px;
}




.request_btn_detail > p {
    font-size: 16px;
    font-family: 'proximanovaL';
}



.orderPrint {
    font-family: proximanovaL;
    font-size: 14px;
    color: white;
    text-align: center;
    padding-bottom: 5px;
    cursor: pointer;
}
.orderPrint:hover{
    color: #57fc02;
}
.selected_points {
	padding-left: 49px;
  	padding-top: 11px;
}
.selected_points span {
	display: block;
	font-family: proximanovaL;
	color: white;
	font-size: 14px;
	padding-bottom: 7px;
	position: relative;
}
.selected_points span:before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	background: #00bbff;
	position: absolute;
	top: 4px;
  	left: -15px;
}
.hidden {
    display: none;   
}
/*.first-handle{
    margin-left: 0px!important;
}
.second-handle{
    margin-right: 0px!important;
}/*