.filter{
    width:100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.16), 0 0 0 1px rgba(0,0,0,.08);
    border-radius: 2px;
    display: block;
    vertical-align: baseline;
    border: none;
    margin-bottom: 12px;
    background: #fff;
  }
  label.nav_main_head {
    padding: 0 16px;
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    background-color: #f9f9f9;
    line-height: 44px;
    border-bottom: 1px solid #e0e0e0;
    border-top: none;
    text-transform: uppercase;
}
.siderbar-search {
  margin:10px 10px 10px 10px;
}
.siderbar-search input{
  width:100%;
}
.fix-scroll {
  max-height: 186px;
  overflow-y: auto;
  margin: 0;
}
.sidebar-filter {
  margin: 0;
  padding-right: 30px;
  list-style: none;
  padding: 0;
}
.sidebar-filter ul{
  font-size: .875rem;
  line-height: 1.3125rem;
}
.sidebar-filter li {
  position: relative;
  margin-bottom: 10px;
  padding-left:15px;
}
.filter-chck {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.checkbox-label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  margin: 0;
}
.checkbox-label:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 0;
  background-color: #fff;
  border: 1px solid #666;
}

.filter-content {
  padding-left: 16px;
  padding-bottom: 16px;
  transition: all .4s ease 0s;
  max-height: 220px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
a.searchTags {
  cursor: pointer;
  position: relative;
  font-size: 14px;
  margin: 5px 7px 5px 0;
  color: #111;
  display: inline-block;
  padding: 5px 24px 3px 8px;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.closeTag {
  width: 20px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
p.filterHead {
  position: relative;
  padding: 10px 16px 0;
}
.lead {
  font-size: 0.875rem;
  line-height: 16px;
  color: #000;
  margin: 2px 0px 6px;
}
a.searchTags:hover {
    text-decoration: line-through;
}
input.filter-chck[type=checkbox]:checked+label.checkbox-label {
    font-weight: 600;
}
input.filter-chck[type=checkbox]:checked+label.checkbox-label:before {
    display: block;
}
input.filter-chck[type=checkbox]:checked+label.checkbox-label:after {
    border: 1px solid #008489;
}
.checkbox-label:before {
    content: "";
    display: none;
    left: 0;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #008489;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    z-index: 1;
    left: 6px;
    top: 3px;
}
.srpSprite.ics {
    width: 16px;
    font-size: 20px;
    height: 16px;
    line-height: 18px;
}
.fltlft.filter-area {
    position: sticky;
    top: 90px;
}
.ranking_blocks .ctp_sidebar {
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.16), 0 0 0 1px rgba(0,0,0,.08);
    max-width: 288px;
    width: 100%;
    min-height: max-content;
    display: block;
    vertical-align: baseline;
    border: none;
    margin-bottom: 12px;
    background: #fff;
}