/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
.categories-module {
  padding: 20px 15px 0 15px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .categories-module {
    margin-bottom: 80px;
    padding: 58px 15px 0 15px;
  }
}
@media (min-width: 1024px) {
  .categories-module {
    margin-bottom: 130px;
  }
}
.categories-module__wrapper {
  max-width: 1110px;
  margin: 0 auto;
}
.categories-module__wrapper-title {
  color: var(--color-3, #2D2D2D);
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  margin-bottom: 40px;
  font-size: 26px;
  line-height: 32px;
}
@media (min-width: 575px) {
  .categories-module__wrapper-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .categories-module__wrapper-title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 77px;
  }
}
@media (min-width: 1024px) {
  .categories-module__wrapper-title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (min-width: 1300px) {
  .categories-module__wrapper-title {
    margin-left: -62px;
  }
}
.categories-module__wrapper-title strong {
  font-weight: 600;
}
.categories-module__wrapper-items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.categories-module__wrapper-items-item {
  max-width: 100%;
  flex: 0 0 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
@media (min-width: 768px) {
  .categories-module__wrapper-items-item {
    max-width: calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
  }
}
.categories-module__wrapper-items-item:nth-of-type(2) svg path {
  stroke: #fff;
}
.categories-module__wrapper-items-item:nth-of-type(3) svg path {
  stroke: #2D2D2D;
}
.categories-module__wrapper-items-item-shape {
  position: absolute;
  top: -15px;
  left: 10px;
  z-index: 1;
  max-width: 60px;
}
@media (min-width: 768px) {
  .categories-module__wrapper-items-item-shape {
    max-width: 107px;
    top: -28.5px;
    left: 16px;
  }
}
.categories-module__wrapper-items-item-shape svg {
  max-width: 100%;
  display: block;
}
.categories-module__wrapper-items-item-top {
  max-width: 100%;
  flex: 0 0 100%;
}
.categories-module__wrapper-items-item-image {
  height: 300px;
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
}
@media (min-width: 575px) {
  .categories-module__wrapper-items-item-image {
    height: 391px;
    margin-bottom: 40px;
  }
}
.categories-module__wrapper-items-item-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.categories-module__wrapper-items-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.categories-module__wrapper-items-item-image-title {
  position: absolute;
  bottom: 21.5px;
  left: 16px;
  color: var(--color-1, #FFFFFF);
  font-family: "Manrope";
  font-size: 20px;
  line-height: 34px;
  font-style: normal;
  font-weight: 600;
  z-index: 1;
}
@media (min-width: 575px) {
  .categories-module__wrapper-items-item-image-title {
    font-size: 22px;
    line-height: 36px;
  }
}
@media (min-width: 768px) {
  .categories-module__wrapper-items-item-image-title {
    font-size: 24px;
    line-height: 38px;
  }
}
.categories-module__wrapper-items-item-description {
  color: var(--color-4, #999);
  font-family: "Manrope";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
}
@media (min-width: 575px) {
  .categories-module__wrapper-items-item-description {
    font-size: 16px;
    line-height: 22px;
  }
}
.categories-module__wrapper-items-item-see {
  padding: 15px 0;
  color: var(--color-3, #2D2D2D);
  font-family: "Manrope";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.18px;
  position: relative;
  display: inline-block;
}
.categories-module__wrapper-items-item-see::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #2D2D2D;
  transition: transform 0.3s ease-in-out;
}

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