.item.tabs-scroll__item.section-tabs__item--active {
  color: #92c0fb;
}

.tabsScrollMenu {
  background: #060606;
  padding-left: 10px;
  padding-right: 10px;
}

.tabsScrollMenu .wrapper {
  width: 100%;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  background: #060606;
}

.tabsScrollMenu .list {
  display: flex;
}

.tabsScrollMenu .item {
  padding: 15px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

@media (max-width: 479px) {
  .tabsScrollMenu {
    margin-left: -16px;
    margin-right: -16px;
  }
}

/*.section-tabs__item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #111111;
    width: 0%;
    margin: auto;
    height: 2px;
    transition: .2s ease-in-out;
}*/

/*.section-tabs__item--active {
    color: #111111;
}*/

/*.section-tabs__item--active:before {
    width: 100%;
}*/

.tab-scroll-btn {
  width: 38px;
  height: 100%;
  opacity: 0.8;
  position: absolute;
  top: 0;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
}

.tab-scroll-btn--right {
  right: 0;
  background-image: linear-gradient(
    270deg,
    #060606 42.95%,
    rgba(6, 6, 6, 0) 115.48%
  );
  display: none;
}

.tab-scroll-btn--right:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("/local/templates/mst/img/bquadro/ico-arr-filter-2-w.svg");
  background-repeat: no-repeat;
  background-position: right center;
}

.tab-scroll-btn--left {
  left: 0;
  background-image: linear-gradient(
    270deg,
    #060606 42.95%,
    rgba(6, 6, 6, 0) 115.48%
  );
  transform: scale(-1);
  display: none;
}

.tab-scroll-btn--left:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("/local/templates/mst/img/bquadro/ico-arr-filter-2-w.svg");
  background-repeat: no-repeat;
  background-position: right center;
}

.tab-scroll-btn--right-active .tab-scroll-btn--right {
  display: block;
  cursor: pointer;
}

.tab-scroll-btn--left-active .tab-scroll-btn--left {
  display: block;
  cursor: pointer;
}

.bannerTextSection {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding: 30px 45px 30px 75px;
  min-height: 374px;
  background-color: #060606;
}

.brandsBannerLogo {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 175px;
  height: 65px;
  opacity: 1;
  /*     transition: opacity .3s ease-in-out; */
}

.brandsBannerLogo img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.bannerTextSection .img-small {
  display: none;
}

.bannerTextSection .img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bannerTextSection .titleContainer {
  position: relative;
  max-width: 390px;
  z-index: 1;
  margin-top: -20px;
}

.bannerTextSection .firstCap {
  color: #ebf0f7;
}

.brandsDetailSection .bannerTextSection .titleContainer span {
  white-space: normal;
}

@media (max-width: 1023px) {
  .bannerTextSection .titleContainer {
    max-width: calc(100% - 234px);
  }

  .brandsBannerLogo {
    width: 150px;
    height: 50px;
  }

  .brandsDetailSection .bannerTextSection .firstCap {
    font-size: 44px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .bannerTextSection {
    padding: 30px;
    min-height: 242px;
  }

  .bannerTextSection .img-big {
    display: none;
  }

  .bannerTextSection .img-small {
    display: block;
    background-size: 122%;
    background-position: 20% 50%;
  }

  .brandsDetailSection .bannerTextSection .firstCap {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1px;
  }

  .bannerTextSection .titleContainer {
    max-width: calc(100% - 180px);
  }
}

@media (max-width: 479px) {
  .bannerTextSection {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: -16px;
    margin-right: -16px;
  }

  .brandsBannerLogo {
    right: 16px;
  }
}

.bannerTextSection.typeWide {
  background-color: #000;
}

.bannerTextSection.typeWide .titleContainer {
  max-width: 50%;
  width: 50%;
  margin-top: 0;
}

.bannerTextSection.typeWide .img {
  top: 20px;
  left: auto;
  right: 20px;
  width: calc(48% - 20px);
  height: calc(100% - 40px);
  background-size: contain;
}

@media (max-width: 767px) {
  .bannerTextSection.typeWide .titleContainer {
    max-width: calc(100% - 180px);
    width: calc(100% - 180px);
  }

  .bannerTextSection.typeWide .firstCap {
    font-size: 23px;
    line-height: 34px;
  }
}

@media (max-width: 450px) {
  .bannerTextSection.typeWide .firstCap {
    font-size: 20px;
    line-height: 29px;
  }

  .bannerTextSection.typeWide {
    min-height: 200px;
  }

  .bannerTextSection.typeWide .titleContainer {
    max-width: calc(100% - 146px);
    width: calc(100% - 146px);
  }

  .bannerTextSection.typeWide .img {
    right: 5px;
  }
}

/*swiper*/
.tabsScrollMenu .swiper-slide {
  width: auto;
}

.tabsScrollMenu .swiper-wrapper {
  height: auto;
}

.tabsScrollMenu .item {
  display: block;
}

.tabsScrollMenu .swiper-button-prev,
.tabsScrollMenu .swiper-button-next {
  margin-top: 0;
  width: 38px;
  height: 100%;
  opacity: 0.8;
  position: absolute;
  top: 0;
  z-index: 10;
  z-index: 5;
  background-size: contain;
  background-repeat: no-repeat;
  outline: none;
  border: none;
}

.tabsScrollMenu .swiper-button-next {
  right: 0;
  background-image: linear-gradient(
    270deg,
    #060606 42.95%,
    rgba(6, 6, 6, 0) 115.48%
  );
  /*display: none;*/
}

.tabsScrollMenu .swiper-button-next:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("/local/templates/mst/img/bquadro/ico-arr-filter-2-w.svg");
  background-repeat: no-repeat;
  background-position: right center;
}

.tabsScrollMenu .swiper-button-next:after {
  display: none;
}

.tabsScrollMenu .swiper-button-prev {
  left: 0;
  background-image: linear-gradient(
    270deg,
    #060606 42.95%,
    rgba(6, 6, 6, 0) 115.48%
  );
  transform: scale(-1);
  /*display: none;*/
}

.tabsScrollMenu .swiper-button-prev:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("/local/templates/mst/img/bquadro/ico-arr-filter-2-w.svg");
  background-repeat: no-repeat;
  background-position: right center;
}

.tabsScrollMenu .swiper-button-prev:after {
  display: none;
}

.tabsScrollMenu .swiper-button-disabled {
  opacity: 0;
}

.brand-detail-desc {
  margin: 30px 0;
}

.brand-ap-list {
  background: #f7f6f6;
  padding: 50px 15px 15px;
}

.productsSection_brandsList.mainSection {
  margin: 0;
}

.brand-ap-title {
  margin-bottom: 10px;
}

.brand-ap-title .bp-title {
  font-size: 25px;
  line-height: 35px;
}

.brand-ap-title .bp-title > a {
  color: #000;
}

.brand-ap-title .bp-link {
  font-size: 18px;
  line-height: 28px;
  text-decoration: underline;
  white-space: nowrap;
}

.brand-detail-desc.bp {
  background: #f7f6f6;
  padding: 20px 15px 0;
  margin: 0;
}

@media (min-width: 1200px) {
  .brand-ap-title .bp-title {
    font-size: 45px;
    line-height: 55px;
  }
}

@media (min-width: 1024px) {
  .brand-ap-title {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
