.DefaultCategory > .block-banners__item {

    width: calc(33% - 30px);
    background-color: #333;
}

.search__decor {
  
  bottom: -9px !important;
}
.block-features__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 3px) / 3);
  padding: 1.5rem 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-features__list_categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 26px 15px 0 10px;
}
.block-features__list_categories li + li {
  border-left: 1px solid #ccc;
}
.block-features__list_categories li {
  cursor: pointer;
  
}
.block-features__list_categories li:first-child {
  border-top-left-radius: 5px;
}

.block-features__list_categories li:last-child {
  border-top-right-radius: 5px;
}

.block-features__list_categories li.active  {
  background-color: #333;
  color: #fff;

}
.block-features__list_categories li.active .block-features__item-subtitle{
  color: #b8b8b8;
}
.block-features__list_categories li.active .block-features__item-icon {
  fill: #90beff;
}
.indexUpper{
  margin-top: 10px;
}
.hide {
  display: none !important;
}
.loadingPos{
  position: absolute;
  top: 50%;
  left: 85%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
.block-finder__form-control--select{
  position: relative;
}
@media (min-width: 575.98px) { /*mobil*/
  .block-features__list_categories {
    display: flex;
    flex-direction: inherit;
    
  }

}
@media (max-width: 576px) {
  .block-features__list_categories {
    flex-direction: column;
  }
  .block-features__list_categories li {
    width: 100%;
  }
  .block-features__list_categories li {
    border-radius: 0px !important;
    border: 1px solid #ccc;

  }
  .block-features__list_categories li:first-child {
    border-bottom: unset;
  }
  .block-features__list_categories li:last-child {
    border-radius: 0px;
    border-top: unset;
  }
}