.collection-card {
  width: 100%;
}
.collection-card__photo-block {
  width: 100%;
  height: 500px;
}
@media (max-width: 1199px) {
  .collection-card__photo-block {
    height: 425px;
  }
}
@media (max-width: 1023px) {
  .collection-card__photo-block {
    height: auto;
  }
}
.collection-card__photo-block a {
  width: 100%;
  height: 100%;
  display: block;
}
.collection-card__photo-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection-card__information {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}
.collection-card__information a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #424242;
}
.collection-card__information p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #856d65;
}

.top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  padding: 0 24px;
  width: 100%;
}
.top-line__city p {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.02em;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #333092;
  margin: 0;
}
.top-line__city img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.top-line__company img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.top-line__company p {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.02em;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #333092;
  margin: 0;
}