html {
  background-color: #050505;
  overflow-x: hidden;
}
#skipnav {
  position: absolute;
  transform: translateY(-200%);
  padding: 20px;
  background-color: #000;
  color: #fff;
  left: 10px;
  top: 10px;
  font-weight: 700;
  transition: transform 275ms ease-in;
  z-index: 100;
}
#skipnav:focus {
  transform: translateY(0);
  text-transform: uppercase;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  scroll-behavior: smooth;
  font-family: Figtree, Montserrat, Gotham, "Open Sans", Arial, Helvetica, Roboto,
    sans-serif;
}
ul {
  list-style-type: none;
}
header .flex {
  justify-content: space-between;
  gap: 1rem;
}
header ul {
  display: flex;
  text-align: center;
}
.mmn-header-links-block a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  margin: 0 5px;
  transition: 0.5s;
  font-weight: 600;
}
.mmn-header-links-block a:hover {
  background-color: #fff;
  color: #050505;
  padding: 10px 20px;
  transition: 0.5s;
}
header {
  min-height: 50px;
  background-color: #050505;
  padding: 25px 0 25px 0;
  box-shadow: 0 0 3px #707070;
  z-index: 5000;
}
.cs1-film-infopanel {
  position: absolute;
  z-index: 9999;
  margin: auto;
  width: 100%;
  bottom: 10%;
  color: #ffffff;
}
.section2 {
  color: #ffffff;
}
.mmn-menu-toggle {
  order: 2;
  font-size: 20px;
}
.menu-link {
  order: 1;
  display: none;
}
.headercontainerpadding {
  padding: 0 40px;
}
.containerpadding {
  padding: 40px;
}
.largemarginbottom {
  margin-bottom: 50px;
}
.mmn-header-logo-block {
  max-width: 200px;
}
#sitelogo {
  width: 100%;
  margin-bottom: -5px;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.section1 {
  max-height: 90vh;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #202020;
}
.csl-full {
  position: relative;
  overflow: hidden;
}
.csl-full img {
  width: 100%;
  height: 90vh;
  object-fit: cover;
  overflow: hidden;
  opacity: 0.9;
}
.csl-full-gradient-bottom {
  position: absolute;
  z-index: 100;
  margin: 0;
  padding: 0;
  max-width: 100vw;
  width: 100vw;
  height: 90vh;
  top: 0;
  left: 0;
  background: #000;
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0,
    rgba(0, 0, 0, 0) 45%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0,
    rgba(0, 0, 0, 0) 45%
  );
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 45%);
}
h1 {
  font-size: 48px;
  font-weight: 800;
}
h2 {
  font-size: 36px;
  font-weight: 800;
}
h3 {
  font-size: 28px;
  font-weight: 700;
}
h4 {
  font-size: 22px;
  font-weight: 700;
}
h5 {
  font-size: 12px;
}
.section7030 {
  grid-template-columns: 7fr 3fr;
}
.section3070 {
  grid-template-columns: 3fr 7fr;
}
#home-section2 {
  min-height: 40vh;
  background-color: #e0e0e0;
}
#home-section3 {
  min-height: 40vh;
  background-color: #d0d0d0;
}
.img100 {
  width: 100%;
}
#filmname {
  position: relative;
  display: block;
  float: left;
  z-index: 9990;
}
@media (max-width: 799px) {
  header .flex {
    flex-direction: column;
  }
  header {
    min-height: 100px;
  }
  header ul {
    padding: 10px 25px 10px 25px;
    flex-direction: column;
  }
  header .menu-link {
    margin: 10px 0;
    padding: 10px;
  }
  .mmn-header-links-block {
    margin: 20px 0 0 0;
  }
  .mmn-menu-toggle {
    padding: 5px;
    text-align: center;
    margin: 0;
  }
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 12px;
  }
  .mmn-header-links-block a:hover {
    background-color: #000;
    color: #fff;
    padding: 20px;
    transition: 0.5s;
  }
  .section7030 {
    grid-template-columns: 100%;
  }
}
@media all and (min-width: 800px) {
  .mmn-menu-toggle {
    display: none;
  }
  .menu-link {
    display: block;
  }
}
.white {
  color: #fff;
}
.white a {
  color: #fff;
  text-decoration: underline;
}