.photo-detail {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.photo-detail .photo-title {
  margin-top: 33px;
  font-size: 26px;
}

.photo-detail .photo-text {
  margin-top: 25px;
  font-size: 14px;
  line-height: 1.7;
}

.photo-detail .cat-list {
  width: 100%;
  list-style: none;
  display: flex;
  padding-left: 0;
  margin-bottom: 10px;
  margin-left: -10px;
}

.photo-detail .cat-list .item-cat {
  margin-left: 10px;
  font-size: 12px;
  background-color: var(--main-color);
  color: var(--white);
  padding: 2px 10px;
}

.photo-detail .photo-block {
  margin-top: 20px;
  text-align: center;
}

.photo-detail .photo-block img {
  width: 100%;
  max-width: 600px;
  max-height: 600px;
  object-fit: scale-down;
}

.photo-detail .photo-block .photo_type_button {
  background-color: transparent;
  border: 1px solid var(--gray);
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  padding: 12px 40px;
  appearance: none;
  font-size: 16px;
}
