/*.brands-list--with-text .brands-list__items-wrapper {
  margin-top: 64px;
}*/

.brands-list--wide .grid-list--items-5 {
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}

.brands-list__items-wrapper--offset {
  position: relative;
  overflow: hidden;
}
.brands-list__items-wrapper--items-offset {
  padding: 0 32px;
}
.brands-list__items-wrapper--offset::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  background: #fff;
  background: var(--black_bg_black);
  z-index: 1;
  width: 2px;
}
.brands-list__items-wrapper--offset::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -1px;
  right: 0;
  background: #fff;
  background: var(--black_bg_black);
  width: 2px;
}
.index-block--fon .brands-list__items-wrapper--offset::before,
.index-block--fon .brands-list__items-wrapper--offset::after {
  background: #fafafa;
  background: var(--light_bg_black);
}

.brands-list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25%;
  border-radius: 4px;
  position: relative;
}
.brands-list__item--padding-SMALL {
  padding: 15%;
}
.brands-list__item--bg-white {
  background: #fff;
  background: var(--black_bg_black);
}
.brands-list__item--no-offset-y {
  padding-top: 0;
  padding-bottom: 0;
}
.brands-list--items-close .brands-list__item.bordered {
  margin: 0 -1px -1px 0;
  border-radius: 0px;
}
.brands-list--items-close .brands-list__items-wrapper--offset .brands-list__item.bordered {
  margin: 0 -1px -2px 0;
  border-top: none;
}

.brands-list__image-wrapper {
  width: 225px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;

  /* -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.5;

    transition: all 0.3s ease-in-out; */
}
/* .brands-list__item:hover .brands-list__image-wrapper {opacity: 1;-webkit-filter: grayscale(0);-moz-filter: grayscale(0);filter: grayscale(0);filter: none;} */
.brands-list__image {
  max-width: 100%;
  max-height: 100%;
}

/* @DEPRECATED
   owl-gallery 
*/
.brands-list .owl-stage {
  display: flex;
}
.brands-list .owl-item {
  flex-shrink: 0;
}
.brands-list .owl-carousel .owl-item .brands-list__image {
  width: auto;
}
.brands-list .owl-carousel:not(.owl-loaded) {
  min-height: 200px;
}
/**/

/* SLIDER */
.brands-list__slider-wrap{
  position: relative;
}

.brand-list__items--centered {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .brands-list__slider-wrap .grid-list__item {
    width: auto;
  }
}

@media (max-width: 991px) {
  .brands-list__items-wrapper--items-offset {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .brands-list--with-text .brands-list__items-wrapper {
    margin-top: 32px;
  }

  .brands-list__item--left-side-adaptive {
    padding-left: 0;
    padding-right: 0;
    justify-content: flex-start;
  }
  .brands-list__item--left-side-adaptive .brands-list__image-wrapper {
    justify-content: flex-start;
  }
}
@media (max-width: 600px) {
  .brands-list__item {
    padding: 40px 0;
  }
}

/* IE */
html.bx-ie .brands-list__item {
  padding: 5%;
}
html.bx-ie .brands-list__item--padding-SMALL {
  padding: 2%;
}
