:root {
  --black: #131313;
}

body {
  color: #333;
  background-color: #fdfdfd;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: var(--black);
  font-family: DM Mono, sans-serif;
  text-decoration: none;
}

.div-gallery {
  width: 100%;
  height: 250vw;
  position: relative;
  top: 0;
}

.gallery-wrap {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.gallery {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 246vw;
  height: 100vh;
  margin-top: 55vh;
  padding-left: 2vw;
  display: flex;
}

.gallery-box {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 42vh;
  display: flex;
}

.gallery-img {
  width: 15vw;
}

.info-txt {
  font-size: 12px;
  line-height: 16px;
}

.section-namer {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  width: 98vw;
  margin-left: 1vw;
  margin-right: 1vw;
  position: fixed;
  inset: 0% auto auto 0%;
}

.nazwa {
  color: var(--black);
  margin-top: 0;
  margin-bottom: -.5vw;
  margin-left: -1.35vw;
  font-family: DM Mono, sans-serif;
  font-size: 13.9vw;
  font-weight: 400;
  line-height: 100%;
}

.section-posters {
  grid-column-gap: 1%;
  grid-row-gap: 10vw;
  flex-flow: wrap;
  place-content: flex-start;
  align-items: flex-end;
  margin: 53vh 1vw 1vw;
  display: flex;
  position: relative;
}

.posteringrid {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 19.15%;
  display: flex;
  position: static;
}

.h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Mono, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 120%;
}

.podnazwa {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: flex-start;
  align-items: center;
  height: 5vw;
  margin-left: 1vw;
  margin-right: 1vw;
  display: flex;
}

.text {
  color: var(--black);
  font-family: DM Mono, sans-serif;
}

.footer-links {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  display: flex;
}

.img-poster {
  object-fit: cover;
  width: 19.15%;
}

.section-buy {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 50vh;
  margin-left: 1vw;
  margin-right: 1vw;
  padding-left: 40%;
  display: flex;
}

.h3 {
  color: #333;
  font-family: DM Mono, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 120%;
}

.button {
  background-color: var(--black);
  padding: 1.5vw 2vw;
  font-size: calc(14px + .5vw);
}

.button.fix {
  z-index: 3;
  position: fixed;
  bottom: 3vw;
  right: 3vw;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .info-txt {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
  }

  .posteringrid, .img-poster {
    width: 15.8%;
  }
}

@media screen and (min-width: 1920px) {
  .section-posters {
    margin-top: 63vh;
  }

  .posteringrid, .img-poster {
    width: 13.4%;
  }

  .h3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .button {
    background-color: var(--black);
  }
}

@media screen and (max-width: 991px) {
  .div-gallery {
    height: auto;
  }

  .gallery-wrap {
    height: auto;
    position: static;
    overflow: visible;
  }

  .gallery {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .gallery-box {
    height: auto;
    margin-bottom: 4vw;
  }

  .gallery-img {
    width: 43vw;
    height: 60vw;
  }

  .info-txt {
    margin-top: 4vw;
    font-size: 12px;
    line-height: 16px;
  }

  .nazwa {
    text-align: left;
  }

  .posteringrid {
    width: 32vw;
  }

  .button.fix {
    padding: 2vw 3vw;
  }
}

@media screen and (max-width: 767px) {
  .gallery {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .gallery-box, .gallery-img {
    width: 100%;
    height: auto;
  }

  .info-txt {
    margin-top: 8vw;
    font-size: 12px;
    line-height: 16px;
  }

  .podnazwa {
    display: none;
  }

  .img-poster {
    width: 24.15%;
  }

  .button.fix {
    text-align: center;
    padding-top: 5vw;
    padding-bottom: 5vw;
    left: 3vw;
  }
}

@media screen and (max-width: 479px) {
  .gallery {
    grid-column-gap: 12vw;
    grid-row-gap: 12vw;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gallery-box {
    height: auto;
    margin-bottom: 0;
  }

  .gallery-img {
    width: 100%;
    height: auto;
  }

  .info-txt {
    margin-top: 8vw;
    font-size: 12px;
    line-height: 17px;
  }

  .posteringrid {
    width: 48.5vw;
  }

  .img-poster {
    width: 32.5%;
  }

  .button.fix {
    padding-top: 5vw;
    padding-bottom: 6vw;
  }
}


