/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/blocks/landing/case-list/main.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.case-list {
  padding: 120px 0 150px;
}
.case-list__block {
  display: flex;
  padding: 150px 0 157px 40px;
  background: #F5F5F7;
  border-radius: 10px;
  overflow: hidden;
  align-items: flex-start;
}
.case-list__title {
  color: #263238;
}
.case-list__subtitle {
  font-size: 17px;
  font-weight: 400;
  margin-top: 20px;
  color: rgba(93, 99, 117, 0.6705882353);
}
.case-list__btn {
  display: flex;
  margin-top: 40px;
}
.case-list__wrapper {
  display: flex;
  -moz-column-gap: 45px;
       column-gap: 45px;
  flex: 0 0 auto;
  padding-right: 40px;
}
.case-list__item {
  position: relative;
  display: flex;
  padding: 46px 33px;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 4px;
  color: #fff;
  overflow: hidden;
}
.case-list__item-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
  margin-top: 22px;
  position: relative;
  z-index: 1;
}
.case-list__item:hover .case-list__bg {
  transform: scale(1.2);
}
.case-list__bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: transform 0.5s ease;
}
.case-list__bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.7) 100%);
}
.case-list__uptitle {
  font-size: 17px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.case-list__tags {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 10px;
  margin-top: 40px;
}
.case-list__tag {
  padding: 12px 20px;
  font-size: 17px;
  font-weight: 600;
  border: 1px solid #CBCBD3;
}
.case-list .swiper-wrapper {
  -moz-column-gap: 45px;
       column-gap: 45px;
}
.case-list__item._mob {
  display: none;
}

.case-list__wrapper .case-list__item:nth-child(1) {
  padding: 0;
  justify-content: flex-start;
  width: 100%;
  max-width: 337px;
}

.case-list__wrapper .case-list__item:last-child {
  padding: 0;
  justify-content: flex-end;
  width: 100%;
  max-width: 337px;
}

.case-list__wrapper .swiper-wrapper .case-list__item {
  width: 520px !important;
  height: 520px !important;
}

.case-list__block.admin {
  position: relative;
  z-index: 2;
}

.case-list__block.admin .swiper-wrapper {
  display: flex;
}

.case-list__nav {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .case-list {
    padding: 120px 0 100px;
  }
  .case-list .wrap {
    background: #F5F5F7;
  }
  .case-list__block {
    padding: 98px 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .case-list__wrapper .case-list__item:nth-child(1), .case-list__wrapper .case-list__item:last-child {
    display: none;
  }
  .case-list__item {
    height: auto;
    display: flex;
  }
  .case-list__item:hover .case-list__bg {
    transform: scale(1);
  }
  .case-list__wrapper {
    display: none;
  }
  .case-list__wrapper.swiper {
    display: flex;
    width: 100%;
    margin-top: 80px;
  }
  .case-list__wrapper .swiper-wrapper {
    display: flex;
    gap: 0;
  }
  .case-list__item.swiper-slide {
    width: 520px !important;
    height: 520px !important;
    flex-shrink: 0;
    padding: 40px 33px;
  }
  .case-list__item._mob {
    display: flex;
    padding: 0;
  }
  .case-list__nav {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .case-list__arrow {
    width: 29px;
    height: 29px;
  }
  .case-list__counter {
    font-size: 19px;
    font-weight: 400;
    color: #5D6375;
  }
}
@media only screen and (max-width: 576px) {
  .case-list {
    padding: 80px 0;
  }
  .case-list__block {
    padding: 80px 0;
  }
  .case-list__btn .btn-secondary {
    font-size: 17px;
  }
  .case-list__title {
    font-size: 32px;
  }
  .case-list__item.swiper-slide {
    width: 353px;
    height: 353px;
    padding: 20px;
  }
  .case-list__item-title {
    font-size: 20px;
    line-height: 1.2;
    margin-top: 20px;
  }
  .case-list__subtitle {
    margin-top: 10px;
  }
  .case-list__uptitle {
    font-size: 13px;
  }
  .case-list__btn {
    margin-top: 38px;
  }
  .case-list__wrapper .swiper-wrapper .case-list__item {
    width: 353px !important;
    height: 353px !important;
  }
  .case-list__tags {
    margin-top: 20px;
  }
  .case-list__wrapper.swiper {
    margin-top: 60px;
  }
  .case-list__nav {
    margin-top: 40px;
  }
}

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