.our-projects-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, 270px);
  justify-content: center;
  gap: 30px;
}

.our-projects-list .photoswipe-gallery {
  display: grid;
  place-items: center;
}

.our-projects-list img {
  border-radius: 60px;
  max-width: 270px;
  max-height: 270px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.show-more-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
}

.show-more-layout .more-link {
  justify-self: center;
  width: 240px;
}

@media (min-width: 576px) {
  .our-projects-list {
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 224px), 1fr));
  }
}

@media (min-width: 1200px) {
  .show-more-layout {
    grid-template-columns: minmax(0, 1fr) 240px;
    justify-content: space-between;
    gap: 27px;
  }

  .show-more-layout .view-content {
    grid-column: 1 / -1;
  }

  .show-more-layout .more-link {
    grid-column: 2;
    grid-row: 1;
  }
}

.block-views-blockproekty-galereya-block-1 {
  position: relative;
}

.block-title {
  margin-bottom: 30px !important;
  font-family: 'Mulish', sans-serif !important;
  font-size: 32px !important;
}

.view-proekty-galereya .view-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.view-proekty-galereya .view-content .node--type-galereya-bez-albomov {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.view-proekty-galereya .view-content .node--type-galereya-bez-albomov .field--name-field-foto {
  margin-bottom: 20px;
}
.view-proekty-galereya .view-content .node--type-galereya-bez-albomov .field--name-field-foto a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  overflow: hidden;
}
.view-proekty-galereya .view-content .node--type-galereya-bez-albomov .field--name-field-foto a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.view-proekty-galereya .view-content .node--type-galereya-bez-albomov .field--name-node-title {
  font-weight: 500;
  text-align: center;
}

.block-views-blockproekty-galereya-block-1 .more-link {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1200px) {
  .view-proekty-galereya .view-content {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 40px;
  }
  .block-views-blockproekty-galereya-block-1 .more-link {
    position: static;
    width: 240px;
    max-width: 100%;
    margin: auto;
  }
}

@media (max-width: 768px) {
  .block-title {
    margin-bottom: 20px !important;
    font-size: 24px !important;
  }
  .view-proekty-galereya .view-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .view-proekty-galereya .view-content .node--type-galereya-bez-albomov .field--name-field-foto {
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .view-proekty-galereya .view-content .node--type-galereya-bez-albomov .field--name-field-foto a {
    border-radius: 30px;
  }
}