section {
  width: 59.0625vw;
  margin: 0 auto;
  padding: 10.5625vw 0 12.3438vw;
}
section h1 {
  width: 100%;
  margin: 0 0 5.46875vw;
  text-align: center;
  font-family: var(--font-serif);
  font-size: 2.25625vw;
  font-weight: 400;
  line-height: 1.21;
  letter-spacing: 0.053125vw;
  text-transform: uppercase;
}
section .films-list {
  border-top: 1px solid #0b3311;
}
section .film-item {
  padding: 3.28125vw 0;
  border-bottom: 1px solid rgba(11, 51, 17, 0.25);
}
section .film-item .media-wrap {
  width: 100%;
  margin-bottom: 1.875vw;
  background: #000;
}
section .film-item .media-wrap video,
section .film-item .media-wrap iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
}
section .film-item .info {
  width: 100%;
}
section .film-item .info .publisher {
  margin: 0 0 0.78125vw;
  font-family: var(--font-serif);
  font-size: 0.9375vw;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3a3a3a;
}
section .film-item .info .title {
  max-width: none;
  margin: 0 0 1.25vw;
  font-size: 1.5625vw;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
section .film-item .info .date {
  margin: 0;
  font-size: 0.88542vw;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5c5c5c;
}
@media (max-width: 767px) {
  header {
    position: fixed;
    top: 0;
  }
  header h1 a {
    display: block;
  }
  header .logo-center {
    display: none;
  }
  section {
    width: auto;
    padding: 0 6.10687vw 15.2672vw;
  }
  section h1 {
    margin: 0 0 10.17812vw;
    font-size: 8.14249vw;
    line-height: 1;
    letter-spacing: 0.16285vw;
    padding: 35.9542vw 0 0 !important;
  }
  section .film-item {
    padding: 7.12468vw 0;
  }
  section .film-item .media-wrap {
    width: 100%;
    margin-bottom: 4.07125vw;
  }
  section .film-item .info {
    width: 100%;
  }
  section .film-item .info .publisher {
    margin-bottom: 2.03562vw;
    font-size: 2.79898vw;
  }
  section .film-item .info .title {
    margin-bottom: 3.05344vw;
    font-size: 4.3257vw;
    line-height: 1.35;
  }
  section .film-item .info .date {
    font-size: 2.54453vw;
  }
}
