.subcategories__promo {
  background: url("../img/promo_bg.jpg") no-repeat center/cover;
  padding: 60px 0;
}
.subcategories__title {
  margin-bottom: 24px;
  padding-left: 94px;
  position: relative;
  color: #fff;
}
.subcategories__title:before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url("../img/title_logo.png") no-repeat center/cover;
}
.subcategories__descr {
  max-width: 580px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}
.subcategories__slider {
  padding: 30px 0;
}
.subcategories__item {
  height: 270px;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}
.subcategories__img {
  width: 100%;
  height: 100%;
}
.subcategories__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subcategories__subtitle {
  width: 100%;
  padding: 16px;
  background: #015AAC;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.subcategories__button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.subcategories__button:hover {
  transform: translateX(-50%);
  color: #fff;
}
.subcategories .splide__pagination, .subcategories .splide__sr {
  display: none;
}
.subcategories .splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid #ECECEC;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  background: url("../img/slider_arrow.svg") no-repeat center/22px, #fff;
}
.subcategories .splide__arrow svg {
  display: none;
}
.subcategories .splide__arrow--prev {
  left: -30px;
}
.subcategories .splide__arrow--next {
  transform: translateY(-50%) rotate(180deg);
  right: -30px;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1280px) {
  .subcategories .splide__arrow {
    width: 40px;
    height: 40px;
  }
  .subcategories .splide__arrow--prev {
    left: -10px;
  }
  .subcategories .splide__arrow--next {
    right: -10px;
  }
}
