.brand-list-block {
  margin-top: 20px;
}
.brand-list-block .block-title {
  font-weight: bold;
}
.brand-list-block .swiper-button-prev {
  width: 50px !important;
  height: 50px !important;
  background: #eee !important;
  border-color: #1f1f1f !important;
  border-radius: 50%;
}
.brand-list-block .swiper-button-prev:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 5px solid #1f1f1f;
  border-right: 5px solid #1f1f1f;
  margin-right: -5px;
  transform: rotate(-135deg);
}
.brand-list-block .swiper-button-next {
  width: 50px !important;
  height: 50px !important;
  background: #eee !important;
  border-color: #1f1f1f !important;
  border-radius: 50%;
}
.brand-list-block .swiper-button-next:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 5px solid #1f1f1f;
  border-right: 5px solid #1f1f1f;
  margin-right: 5px;
  transform: rotate(45deg);
}
.brand-list-block .brand-filters {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.brand-list-block .brand-filters a {
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 7px;
  color: black;
  background: #EEEEEE;
  transition: all 0.3s;
  font-size: 16px;
  margin-bottom: 20px;
}
.brand-list-block .brand-filters a.active {
  background: #222222;
  color: white;
}
.brand-list-block .brand-filters a:not(.active):hover {
  background: #CCCCCC;
  color: black;
}
.brand-list-block .block-section {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
}
.brand-list-block .block-section .section-tabs {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.brand-list-block .block-section .section-tabs .tabs-item {
  padding: 7px 20px;
  font-size: 16px;
  font-weight: 500;
  color: black;
  width: 100%;
  transition: all 0.3s;
  background: #f4f4f4;
  cursor: pointer;
}
.brand-list-block .block-section .section-tabs .tabs-item.active {
  background: #222222;
  color: white;
}
.brand-list-block .block-section .section-tabs .tabs-item:not(.active):hover {
  background: #ffffff;
  color: #222222;
}
.brand-list-block .block-section .section-content {
  position: relative;
  flex-grow: 1;
  padding: 0 20px;
}
.brand-list-block .block-section .section-content .tab-content-item {
  display: none;
}
.brand-list-block .block-section .section-content .tab-content-item.active {
  display: block;
}
.brand-list-block .block-section .section-content .tab-content-item .brands-list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  border-top: 80px;
}
.brand-list-block .block-section .section-content .tab-content-item .brands-list .brand-item {
  border-radius: 10px;
  background: white;
  position: relative;
  padding: 10px;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  border: 1px solid #eee;
}
.brand-list-block .block-section .section-content .tab-content-item .brands-list .brand-item:hover {
  box-shadow: 0px 5px 30px rgba(34, 34, 34, 0.1);
}
.brand-list-block .block-section .section-content .tab-content-item .brands-list .brand-item .brand-image {
  width: 100%;
  height: 0;
  padding-top: 70%;
  position: relative;
}
.brand-list-block .block-section .section-content .tab-content-item .brands-list .brand-item .brand-image .brand-image-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-list-block .block-section .section-content .tab-content-item .brands-list .brand-item .brand-image .brand-image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.brand-list-block .block-section .section-content .tab-content-item .brands-list .brand-item .brand-item-title {
  margin-top: 10px;
  font-weight: bold;
  transition: all 0.3s;
  font-size: 16px;
  color: black;
  flex-grow: 1;
  text-decoration: none;
}
.brand-list-block .block-section .section-content .tab-content-item .brands-list .brand-item .brand-item-title:hover {
  color: #222222;
}

/*# sourceMappingURL=style.css.map */
