.blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2rem;
  height: 22rem;
}
.blocks .page-block {
  width: 100%;
  position: relative;
  height: 22rem;
}
.blocks .page-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blocks .page-block div {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 11.5rem;
  height: 7.5rem;
  box-sizing: border-box;
  padding: 3.75rem 0 0 4.5rem;
}
@media (max-width: 768px) {
  .blocks {
    grid-template-columns: repeat(1, 1fr);
    height: auto;
    overflow-y: auto;
    grid-row-gap: 3rem;
  }
  .blocks .page-block {
    max-width: 40rem;
    margin-inline: auto;
  }
}
@media (max-width: 1439px) {
  .blocks-container {
    padding-inline: 7rem;
  }
}
@media (max-width: 1279px) {
  .blocks-container {
    padding-inline: 4rem;
  }
}
@media (max-width: 1023px) {
  .blocks-container {
    padding-inline: 3rem;
  }
}
@media (max-width: 768px) {
  .blocks-container {
    height: auto;
    padding-top: 4rem;
  }
  .blocks-container h1,
  .blocks-container p {
    max-width: 40rem !important;
    margin-inline: auto;
    padding: 0;
  }
}
.cubes {
  position: absolute;
  bottom: 1.5rem;
  right: 10rem;
}
.cubes .cube {
  width: 13.75rem;
  height: 13.75rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.65);
}
.cubes a {
  margin-right: 1rem;
}
.cubes a:last-of-type {
  margin-right: 0;
}
@media (max-width: 1280px) {
  .cubes {
    right: 6rem;
  }
}
@media (max-width: 1024px) {
  .cubes {
    display: none;
    position: unset;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cubes a {
    margin: 0;
    width: 100vw;
    height: 40vw;
  }
  .cubes a:nth-of-type(1),
  .cubes a:nth-of-type(2) {
    width: calc(50vw - 1.5rem);
    height: calc(50vw - 1.5rem);
    margin-bottom: 3rem;
  }
  .cubes a .cube {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .cubes {
    position: unset;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cubes a {
    margin: 0;
    width: 100vw !important;
    height: 100vw !important;
  }
}
.catalogue .cell {
  height: 208px;
}
.catalogue .cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalogue .cell:nth-of-type(2) {
  height: calc(416px + 1.5rem);
  grid-row-end: span 2;
}
.catalogue .cell:nth-of-type(5) {
  height: calc(416px + 1.5rem);
  grid-row-end: span 2;
}
.catalogue .cell:nth-of-type(6) {
  height: calc(416px + 1.5rem);
  grid-row-end: span 2;
}
.catalogue .cell.double {
  height: calc(416px + 1.5rem);
  grid-row-end: span 2;
}
.catalogue-cell {
  position: relative;
}
.catalogue-cell img {
  position: absolute;
  z-index: -1;
}
.catalogue-cell a {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
  transition: opacity 0.5s;
  display: block;
}
.catalogue-cell a:hover {
  opacity: 0;
}
/*# sourceMappingURL=index.css.map */