/* Colors */
/* Фильтры для svg иконок https://codepen.io/sosuke/pen/Pjoqqp */
/* Breakpoints */
/* Base heading style */
/* Base button style */
/* old colors */
/* Fonts */
/* Colors */
/* Шрифты */
/* Breakpoints */
.catalog-category-view .swiper {
  width: 100%;
  max-width: 1140px;
  margin-top: 39px;
}
@media (max-width: 767px) {
  .catalog-category-view .swiper {
    width: calc(100% - 20px);
  }
}
@media (max-width: 1023px) {
  .catalog-category-view .swiper-container {
    width: calc(100% - 30px);
    margin: 13px auto 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .catalog-category-view .swiper-container {
    width: calc(100% - 20px);
  }
}
.catalog-category-view .swiper-slide {
  display: flex;
}
.catalog-category-view .swiper-slide a {
  width: 100%;
  display: block;
}
.catalog-category-view .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.catalog-category-view .bg-right {
  width: 100%;
  height: auto;
}
.catalog-category-view .swiper-button-next,
.catalog-category-view .swiper-button-prev {
  display: none;
  background-color: #26a792;
  color: #fff;
  height: 100%;
  width: 21px;
  margin-top: 0;
  top: 0;
}
@media (min-width: 1024px) {
  .catalog-category-view .swiper-button-next,
  .catalog-category-view .swiper-button-prev {
    display: flex;
  }
}
.catalog-category-view .swiper-button-next::after,
.catalog-category-view .swiper-button-prev::after {
  font-size: 14px;
  font-weight: 900;
}
.catalog-category-view .swiper-pagination {
  bottom: 0;
}
.catalog-category-view .swiper-pagination-bullet {
  width: 22px;
  height: 2px;
  background-color: #C4C4C4;
  border-radius: 0;
}
.catalog-category-view .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 22px;
  height: 2px;
  background-color: #26a792;
}
@media (min-width: 1024px) {
  .catalog-category-view .swiper-pagination {
    display: none;
  }
}
.catalog-category-view .swiper-button-next {
  right: 0;
}
.catalog-category-view .swiper-button-prev {
  left: 0;
}
.header-banner {
  aspect-ratio: 1920 / 400;
}

