.title-page1 {
  text-align: left;
}

#ready-works-catalog .list-block1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-height: none;
  overflow: visible;
  gap: 32px;
  margin: 0;
  justify-content: stretch;
}

#ready-works-catalog .list-block1 > a {
  display: block;
  min-width: 0;
  width: 100%;
}

.rw-similar {
  margin-top: 48px;
}

.rw-work-link {
  text-decoration: none;
  color: inherit;
}

.works-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}

.works-pagination__link,
.works-pagination__current,
.works-pagination__disabled,
.works-pagination__gap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 16px;
}

.works-pagination__link {
  background: #f3f4f6;
  color: #0f172a;
  text-decoration: none;
}

.works-pagination__link:hover {
  background: #e5e7eb;
}

.works-pagination__current {
  background: #d4fbe6;
  font-weight: 600;
  color: #0f172a;
}

.works-pagination__disabled {
  color: #9ca3af;
  cursor: not-allowed;
}

.works-pagination__gap {
  color: #6b7280;
}

@media only screen and (width <= 1000px) {
  #ready-works-catalog .list-block1 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (width <= 760px) {
  .rw-similar {
    margin-top: 32px;
  }

  #ready-works-catalog .list-block1 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
