/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/categories-list/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
.categories-list {
  margin-bottom: 60px;
}
.categories-list__wrapper {
  padding: 0 15px;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .categories-list__wrapper {
    padding: 0px;
  }
}
.categories-list__wrapper-title {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  max-width: 1340px;
  margin: 0 auto 8px auto;
}
@media (min-width: 575px) {
  .categories-list__wrapper-title {
    margin: 0 auto 30px auto;
  }
}
@media (min-width: 1024px) {
  .categories-list__wrapper-title {
    margin: 0 auto 60px auto;
  }
}
@media (min-width: 1400px) {
  .categories-list__wrapper-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  .categories-list__wrapper-items {
    margin-left: calc((100% - 1280px) / 2);
  }
}
.categories-list__wrapper-items .splide__track {
  overflow: visible;
}
.categories-list__wrapper-items .splide__slide {
  width: 306px;
}
@media (min-width: 768px) {
  .categories-list__wrapper-items .splide__slide {
    width: 350px;
  }
}
@media (min-width: 1400px) {
  .categories-list__wrapper-items .splide__slide {
    width: 410px;
  }
}
.categories-list__wrapper-items-nav {
  max-width: 1340px;
  margin: 0 auto 60px auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.categories-list__wrapper-items-nav-prev svg {
  transform: rotate(180deg);
}
.categories-list__wrapper-items-nav-prev, .categories-list__wrapper-items-nav-next {
  pointer-events: all;
  border-radius: 22px;
  background: #FFF;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-right: 30px;
}
.categories-list__wrapper-items-item {
  height: 400px;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
}
@media (min-width: 1024px) {
  .categories-list__wrapper-items-item {
    height: 500px;
  }
}
.categories-list__wrapper-items-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}
.categories-list__wrapper-items-item:hover .categories-list__wrapper-items-item-image img {
  transform: scale(1.3);
  transition: all 0.3s ease-in-out;
}
.categories-list__wrapper-items-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s all ease-in-out;
}
.categories-list__wrapper-items-item-image-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px;
  color: #000;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  z-index: 1;
}
@media (min-width: 575px) {
  .categories-list__wrapper-items-item-image-title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .categories-list__wrapper-items-item-image-title {
    font-size: 32px;
    line-height: 38px;
  }
}

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