.pproject {
  position: relative;
}
.pproject__title {
  max-width: 865px;
}
.pproject__description {
  max-width: 865px;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 24px;
  font-weight: 400;
}
.pproject__image {
  margin-top: 32px;
  border-radius: 40px;
  width: 100%;
}
.pproject__image.mob {
  display: none;
}
.pproject__favorites {
  position: absolute;
  right: 0;
  top: 0;
}

.ptext {
  max-width: 865px;
}
.ptext__description {
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}
.ptext__subtitle {
  margin-top: 24px;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}

.photos {
  margin-top: 40px;
  height: 356px;
}
.photos__item {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.photos__item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 1200px) {
  .photos {
    height: 290px;
  }
}
@media (max-width: 768px) {
  .photos {
    height: 250px;
  }
}
@media (max-width: 640px) {
  .pproject__image.desk {
    display: none;
  }
  .pproject__image.mob {
    display: block;
    border-radius: 20px;
  }
}
@media (max-width: 480px) {
  .products, .photos {
    width: 100vw;
    transform: translateX(-10px);
    padding-left: 16px;
    padding-right: 80px;
  }
  .ptext__description {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
  }
  .ptext__subtitle {
    margin-top: 20px;
    font-size: 18px;
  }
  .photos {
    height: -moz-max-content;
    height: max-content;
  }
  .photos__item {
    height: -moz-max-content;
    height: max-content;
  }
  .photos__item img {
    height: auto;
  }
  .pproject__description {
    font-size: 16px;
  }
}/*# sourceMappingURL=project.css.map */