
.projects {
  padding-top: 130px;
  position: relative;
}
.projects-line-vertical {
  height: 1000px;
  width: 1px;
  background: #e6e6e6;
  position: absolute;
  top: -218px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.projects-wrap a{
  cursor: auto;
}

.projects-wrap .projects-one, .projects-wrap .projects-count-media, .projects-wrap .projects-second,
.projects-wrap .projects-third, .projects-wrap .projects-four {
  cursor: pointer;
}
.projects-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.projects-title {
  font-weight: 100;
  font-size: 168px;
  line-height: 168px;
  letter-spacing: -0.012em;
  color: #000;
  max-width: 700px;
}
.projects-description {
  max-width: 355px;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.012em;
  color: #000;
  padding-top: 24px;
}
.projects-column {
  width: 50%;
  position: relative;
}
.projects-text-slider {
  max-width: 340px;
  margin-left: auto;
}
.projects-text-slider-title {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #999999;
  padding-bottom: 32px;
}
.projects-slider-controls {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  right: 0;
  gap: 6px;
}
.projects-slider-fraction {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 16%;
  text-transform: uppercase;
  color: #000;
}
.projects-slider-progress {
  width: 64px;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.projects-slider-progress span {
  display: block;
  height: 100%;
  width: 0%;
  background: #000;
  transition: width 0.3s ease;
}
.projects-slide-title {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.012em;
  color: #000;
}
.projects-slide-text {
  padding-top: 12px;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.012em;
  color: #000;
}
.projects-slide-controls {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-top: 24px;
  opacity: 1!important;
  transform: translateY(0px)!important;
}
.projects-slide-more {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.012em;
  color: #000;
  border-bottom: 1px solid #000;
}
.projects-slide-next {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.012em;
  color: #000;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.projects-one-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: -200px;
}
.projects-one-image {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.projects-one-count {
  position: absolute;
  bottom: -100px;
  right: 160px;
}

.projects-second-wrap {
  padding-top: 150px;
}
.projects-second-image {
  width: -moz-fit-content;
  width: fit-content;
}
.projects-second-count {
  position: absolute;
  top: -120px;
  left: 50px;
}
.projects-second-label,
.projects-second-name {
  padding-left: 24px;
}
.projects-third-wrap {
  display: flex;
  justify-content: flex-end;
  padding-right: 90px;
  margin-top: -420px;
}
.projects-third-image {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.projects-third-count {
  position: absolute;
  top: 450px;
  left: -71px;
}
.projects-four-wrap {
  display: flex;
  justify-content: flex-start;
  padding-right: 90px;
  padding-top: 90px;
}
.projects-four-image {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.projects-four-label,
.projects-four-name {
  padding-left: 24px;
}
.projects-four-count {
  position: absolute;
  top: 600px;
  left: 50px;
}
.projects-label {
  padding-top: 24px;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #999999;
}
.projects-name {
  padding-top: 8px;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.012em;
  color: #000;
}

.projects-label-wrap {
  margin-left: auto; /* Прижимаем весь блок вправо */
  width: -moz-fit-content;
  width: fit-content; /* Чтобы блок не растягивался */
  text-align: left; /* Текст остаётся левым */
  padding-right: 360px;
}


/* базово для цифри 4 */
.num-4 {
  position: absolute;
  left: 30px;
  width: 164px;
  height: 229px;
}

/* BLEND-версія 4 (тільки на фото) */
.projects-count-media .num-4--blend {
  bottom: -100px;
  mix-blend-mode: difference;
  isolation: isolate;
}

/* нижній білий блок */
.projects-count-bottom {
  /*   position:relative;
    overflow:hidden; */
  background: #fff;
  /*   height:120px; */
}

/* чорна версія 4 (тільки внизу) */
.projects-count-bottom .num-4--base {
  bottom: -100px;
}

.num-3 {
  position: absolute;
  left: -75px;
  width: 147px;
  height: 234px;
}

/* інверсія на фото */
.projects-count-media {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  
}

.projects-count-media img{
    max-width: 450px;
  min-height: 600px;
  object-fit: cover;
  transition: all 0.3s linear;
}

.projects-count-media:hover img{
    transform: scale(1.2);
}

.projects-one-image.projects-count-media img{
    max-width: 100%;
}

.projects-four-image .projects-count-media img{
    max-width: 100%;
}

.projects-count-media .num-3--blend {
  bottom: 40px; 
  mix-blend-mode: difference;
}

.num-3--blend {
  z-index: 1;
}

.num-3--base {
  z-index: -1;
}

.projects-count-bottom .num-3--base {
  bottom: 40px;
}

.num-2 {
  position: absolute;
  left: 100px;
  width: 146px;
  height: 232px;
}

/* “2” на фото */
.num-2--blend {
  top: -144px;
  mix-blend-mode: difference;
}

.num-2--base {
  top: 6px;
}

.projects-second-image {
  z-index: 1;
}
.projects-second-image img {
  height: 600px;
}

.projects-count-img {
  display: block;
  width: 100%;
  height: auto;
}

.projects-second-image {
  position: relative;
}

/* 1 */
.num-1 {
  position: absolute;
  right: 100px;
  width: 65px;
  height: 160px;
}

.num-1--blend {
  bottom: -75px;
  mix-blend-mode: difference;
}

.num-1--base {
  bottom: 0px;
  transform: translateY(36px);
  right: 100px;
}

@media screen and (min-width: 1900px){
  .projects-count-media img{
    max-width: 650px;
    height: 700px;
  }
}

@media screen and (min-width: 2300px){
  .projects-count-media img{
    max-width: 850px;
    height: 900px;
  }
}

@media (max-width: 1200px) {
  .clients-line-horizontal {
    display: none;
  }
  .projects-one-image .projects-count-img {
     width: 90%;
  }
  .projects-second-image .projects-count-img {
    width: 90%;
  }
  .projects-second-image img {
    height: initial;
  }
  .num-2 {
    height: 110px;
    width: 70px;
    left: 40px;
  }
  .num-2--base {
    top: -65px;
  }
  .num-2--blend {
    top: -65px;
  }
  .num-3 {
    left: -30px;
    width: 60px;
    height: 100px;
  }
  .projects-count-bottom {
    height: 0;
  }
  .num-1 {
    right: 40px;
    width: 40px;
  }
  .num-1--base {
    bottom: 55px;
  }
}
.projects-one-image {
  z-index: 1;
}

.projects-one-wrap {
  position: relative;
}

.projects-four-image .projects-count-wrap .projects-count-media {
  z-index: 2;
}

.projects-four-mob {
  display: none;
}

@media (max-width: 768px) {
  .projects-four-desktop {
    display: none;
  }
  .projects-four-mob {
    display: block;
  }
  .projects-four-image .projects-count-wrap .projects-count-media {
    z-index: initial;
  }
  .projects-title{
    font-size: 65px;
    line-height: 95%;
  }

  .projects-column{
    width: 100%;
  }

  .projects-description{
    margin: 0 0 18px auto;
    max-width: 262px;
  }

  .projects-count-media img{
    min-height: auto;
  }

  .num-1--base {
        bottom: 0px;
        right: 40px;
    }
    .projects-one-wrap{
      margin-top: 0;
    }
    .projects-one{
      width: 282px;
    }
    .projects-third-wrap{
      margin-top: 0;
    }
    .projects-second-wrap{
      padding-top: 0;
    }
    .projects-second-image .projects-count-img{
      height: 375px;
    }

    .projects-third-wrap{
      max-width: 380px;
      margin: 0 0 0 auto;
    }
    .projects-four-mob-media img{
      max-height: 204px;
      max-width: 280px;
    }
}
@media (max-width: 768px) {
  .projects-four-mob {
    position: relative;
  }
  .projects-four-mob-media {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    z-index: 2;
  }
  .projects-four-mob-bottom {
    position: relative;
    background: #fff;
    height: 0px;
    z-index: 1;
  }
  .m4 {
    position: absolute;
    width: 56px;
    height: 78px;
    display: block;
  }
  .projects-four-mob-media .m4--blend {
    mix-blend-mode: difference;
    z-index: 3;
            right: auto;
        left: 250px;
    bottom: -31px;
  }
  .projects-four-mob-bottom .m4--base {
    z-index: 2;
            right: auto;
        left: 250px;
    bottom: -32px;
  }
  .clients{
    margin-top: 170px;
  }
  .projects-count-media img{
    max-width: 280px;
  }
  .projects-label-wrap{
    padding-right: 0;
  }
  .projects-text-slider {
        margin-left: 0;
    }
} /*# sourceMappingURL=main.css.map */


@media screen and (max-width: 560px){
  .projects-four-wrap{
      padding-right: 0;
      padding-top: 0;
    }

    .projects-third-wrap{
      margin-top: 60px;
    }
}