

.progress-section {
  width: 100%;
  max-width: 600px;
  border-radius: 30px;
  /*background: #333;*/
  /*padding: 1rem 2rem;*/
  margin: 0 auto;
}
  .task-progress {
    margin: 1.5rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
  }

  .task-progress p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #eee;
  }

  span {
    color: #222;
    font-size: 13px;
  }

  .progress {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    border-radius: 10px;
    height: 10px;
    margin-top: 20px;
  }

  .progress::-webkit-progress-bar {
    background-color: #f0f0f0;
  }

  .progress::-webkit-progress-bar,
  .progress::-webkit-progress-value {
    border-radius: 10px;
  }

  .progress::-moz-progress-bar {
    border-radius: 10px;
  }

  .progress1::-webkit-progress-value {
    background: #11BF22;
  }

  .progress2::-webkit-progress-value {
    background: #ffb453;
  }

  .progress3::-webkit-progress-value {
    background: #3fff76;
  }

.project_slider .swiper-slide img {

  width: auto;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.project_slider2 {
  margin-top: 30px;
}
.project_slider2 .swiper-slide img {

  width: auto;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.swiper-pagination-bullet-active {
  background: #222!important;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  margin: 0 2px;
}
.swiper-pagination {
  width: 60%;
}
.project_slider .swiper-slide {
  overflow: hidden;
  height: 200px;
  width: auto!important;
  border-radius: 20px;
  cursor: zoom-in;
  position: relative;
}
.project__main-content {
  overflow: hidden;

}
.project_slider2 .swiper-slide {
  overflow: hidden;
  height: 200px;
  width: auto!important;
  border-radius: 20px;
  cursor: zoom-in;
  position: relative;
}
/* Затемнение */
.project_slider .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.project_slider2 .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.project_slider2 .swiper-slide::after {
  content: "\1F50D"; /* 🔍 */
  font-size: 42px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

/* Лупа */
.project_slider .swiper-slide::after {
  content: "\1F50D"; /* 🔍 */
  font-size: 42px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

/* Ховер — показать затемнение и лупу */
.project_slider .swiper-slide:hover::before {
  opacity: 1;
}

.project_slider .swiper-slide:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
@media only screen and (min-width: 1800px) {
  .swiper-pagination {
    width: 44%;
  }
}

@media only screen and (max-width: 600px) {
.swiper-pagination {
  width: 95%;
}
}