/* Thin */
@font-face {
  font-family: HelveticaNeue;
  src: url("../fonts/HelveticaNeue-Thin.otf");
  font-weight: 100;
  font-style: normal;
}
/* Thin Italic */
@font-face {
  font-family: HelveticaNeue;
  src: url("../fonts/HelveticaNeue-ThinItalic.otf");
  font-weight: 100;
  font-style: italic;
}
/* Extra Light */
@font-face {
  font-family: HelveticaNeue;
  src: url("../fonts/HelveticaNeue-ExtraLight.otf");
  font-weight: 200;
  font-style: normal;
}
/* Extra Light Italic */
@font-face {
  font-family: HelveticaNeue;
  src: url("../fonts/HelveticaNeue-ExtraLightItalic.otf");
  font-weight: 200;
  font-style: italic;
}
/* Light */
@font-face {
  font-family: HelveticaNeue;
  src: url("../fonts/HelveticaNeue-Light.otf");
  font-weight: 300;
  font-style: normal;
}
/* Light Italic */
@font-face {
  font-family: HelveticaNeue;
  src: url("../fonts/HelveticaNeue-LightItalic.otf");
  font-weight: 300;
  font-style: italic;
}
/* Regular */
@font-face {
  font-family: HelveticaNeue;
  src: url("../fonts/HelveticaNeue-Regular.otf");
  font-weight: 400;
  font-style: normal;
}
/* Italic */
@font-face {
  font-family: HelveticaNeue;
  src: url("../fonts/HelveticaNeue-Italic.otf");
  font-weight: 400;
  font-style: italic;
}
/* Medium */
@font-face {
  font-family: HelveticaNeue;
  src: url("../fonts/HelveticaNeue-Medium.otf");
  font-weight: 500;
  font-style: normal;
}
/* Medium Italic */
@font-face {
  font-family: HelveticaNeue;
  src: url("../fonts/HelveticaNeue-MediumItalic.otf");
  font-weight: 500;
  font-style: italic;
}
/* SemiBold */
@font-face {
  font-family: HelveticaNeue;
  src: url("../fonts/HelveticaNeue-SemiBold.otf");
  font-weight: 600;
  font-style: normal;
}
/* SemiBold Italic */
@font-face {
  font-family: HelveticaNeue;
  src: url("../fonts/HelveticaNeue-SemiBoldItalic.otf");
  font-weight: 600;
  font-style: italic;
}
/* Bold */
@font-face {
  font-family: HelveticaNeue;
  src: url("../fonts/HelveticaNeue-Bold.otf");
  font-weight: 700;
  font-style: normal;
}
/* Bold Italic */
@font-face {
  font-family: HelveticaNeue;
  src: url("../fonts/HelveticaNeue-BoldItalic.otf");
  font-weight: 700;
  font-style: italic;
}
/* Extra Bold */
@font-face {
  font-family: HelveticaNeue;
  src: url("../fonts/HelveticaNeue-ExtraBold.otf");
  font-weight: 800;
  font-style: normal;
}
/* Extra Bold Italic */
@font-face {
  font-family: HelveticaNeue;
  src: url("../fonts/HelveticaNeue-ExtraBoldItalic.otf");
  font-weight: 800;
  font-style: italic;
}
/* Black */
@font-face {
  font-family: HelveticaNeue;
  src: url("../fonts/HelveticaNeue-Black.otf");
  font-weight: 900;
  font-style: normal;
}
/* Black Italic */
@font-face {
  font-family: HelveticaNeue;
  src: url("../fonts/HelveticaNeue-BlackItalic.otf");
  font-weight: 900;
  font-style: italic;
}
* {
  margin: 0px;
  padding: 0px;
  font-family: "HelveticaNeue", sans-serif;
}

.nav {
  background-color: black;
  color: white;
  width: 100%;
  padding: 40px 8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav .nav-actions {
  display: flex;
  align-items: center;
  gap: 40px;
}
.nav .nav-actions .nav-search,
.nav .nav-actions .nav-burger {
  cursor: pointer;
}
.nav .nav-actions .form {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid #B4C0C3;
}
.nav .nav-actions .form input {
  background: none;
  border: none;
  color: #B4C0C3;
}
.nav .nav-actions .form input:focus {
  outline: none;
}
.nav .nav-actions .form button {
  background: none;
  border: none;
}
.nav .nav-actions select {
  background: none;
  border: none;
  color: #B4C0C3;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.nav .nav-actions select option {
  background: black;
}
.nav .logos {
  gap: 30px;
  display: flex;
}
.nav .logos img {
  height: 65px;
}

footer {
  background-color: black;
  color: white;
  font-size: 16px;
  font-weight: 400;
  font-family: "HelveticaNeue", sans-serif;
  box-sizing: border-box;
  border: none;
  outline: none;
}
footer .row-footer {
  width: 100%;
}
footer .row-footer.primary {
  display: flex;
}
footer .links {
  gap: 20%;
  padding: 3% 0% 3% 4%;
}
footer .column {
  width: 100%;
  display: flex;
  min-height: 15em;
  border: 0.5px #b4c0c3 solid;
  border-left: 0px;
}
footer .about {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0%;
  gap: 100px;
}
footer .about img {
  height: 80px;
  width: unset;
}
footer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
footer ul li {
  margin-bottom: 20px;
}
footer ul li a {
  color: white;
  text-decoration: none;
}
footer ul li a:hover {
  color: #a7a7a7;
}
footer .copyright {
  padding: 1%;
  background-color: black;
}
footer .footer-menu {
  float: left;
  margin-top: 10px;
}
footer .footer-menu a {
  color: #cfd2d6;
  padding: 6px;
  text-decoration: none;
}
footer .footer-menu a:hover {
  color: #27bcda;
}
footer .copyright p {
  text-align: center;
  margin: 0;
}
footer a {
  text-decoration: none;
}
footer .social {
  gap: 30px;
  display: flex;
}
footer .social a img {
  height: 30px;
}
footer .about-work {
  padding: 3% 0% 3% 4%;
  display: grid;
}
footer .about-work .flex {
  display: flex;
  gap: 50px;
}
footer .about-work .flex .type {
  color: #b4c0c3;
  font-family: Everett;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .about-work .flex .type p {
  margin-bottom: 26px;
}
footer .about-work .flex .info {
  font-family: Everett;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .about-work .flex .info p {
  margin-bottom: 26px;
}
footer .about-work .flex .info span {
  margin-left: 30px;
}
footer .work-hours {
  color: #b4c0c3;
}

.form-plus {
  cursor: pointer;
}

.cursor-pointer {
  cursor: pointer;
}

.custom-container {
  padding: 5% 8%;
}

.film-rules-cap {
  color: black;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}

.film-rules-tabs {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}
.film-rules-tabs form {
  width: 100%;
}
.film-rules-tabs form button {
  width: 100%;
  height: 96px;
  color: #000;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #000;
  background: #EDEDE2;
  transition: 250ms;
}
.film-rules-tabs form button:hover {
  background: #000;
  color: #fff;
  transition: 250ms;
}
.film-rules-tabs form .active {
  background: #000;
  color: #fff;
  transition: 250ms;
}

.sidebar {
  position: absolute;
  left: -100%;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: auto;
  z-index: 1;
  background: #000;
  transition: all 400ms;
  overflow: hidden;
}
.sidebar.active {
  left: 0;
}
.sidebar .bg {
  position: absolute;
  top: 0;
  left: 10%;
  height: 100vh;
  z-index: -1;
}
.sidebar .close-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 100px;
  top: 50px;
  cursor: pointer;
}
.sidebar ul {
  margin-top: 100px;
  margin-left: 100px;
}
.sidebar ul li {
  list-style: none;
}
.sidebar ul li a {
  color: #E4E2DC;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  text-decoration: none;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  opacity: 0.34;
}
.sidebar ul li a:hover {
  opacity: 1;
}

@media screen and (max-width: 1181px) {
  .sidebar .close-icon {
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer;
  }
  .sidebar ul {
    margin-top: 50px;
    margin-left: 50px;
  }
  .sidebar ul li a {
    font-size: 50px;
    line-height: 150%;
  }
}
@media screen and (max-width: 850px) {
  .sidebar ul {
    margin: 40px;
  }
  .sidebar ul li a {
    font-size: 16px;
  }
  .row-footer.primary {
    grid-template-columns: 1fr;
  }
  footer {
    display: grid;
  }
  footer .row-footer.primary {
    display: grid;
  }
  .nav .nav-actions {
    display: flex;
    gap: 20px;
  }
  .nav .nav-actions img {
    height: 20px;
  }
  .nav .logos {
    gap: 20px;
  }
  .nav .logos img {
    height: 40px;
  }
}
@media screen and (max-width: 700px) {
  .about {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .about img {
    width: 70% !important;
  }
  .sidebar .close-icon {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
  }
  .sidebar ul {
    margin-top: 40px;
    margin-left: 20px;
  }
  .sidebar ul li a {
    font-size: 40px;
    line-height: 150%;
  }
}
@media screen and (max-width: 500px) {
  footer .column {
    width: 100%;
    display: flex;
    min-height: 15em;
    border: 0.5px #b4c0c3 solid;
    border-left: 0px;
    border-right: 0px;
    padding: 10%;
  }
  .film-rules-cap {
    color: black;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
  }
  .nav .nav-actions {
    display: flex;
    gap: 20px;
  }
  .nav .nav-actions img {
    height: 20px;
  }
  .nav .logos {
    gap: 20px;
  }
  .nav .logos img {
    height: 30px;
  }
  footer .row-footer.primary {
    display: grid;
  }
  footer .about img {
    padding: 0% 10%;
    width: 300px;
    margin: auto;
  }
  footer {
    background-color: black;
    color: white;
    font-size: 12px;
    font-weight: 400;
    font-family: "HelveticaNeue", sans-serif;
    box-sizing: border-box;
    border: none;
    outline: none;
  }
  footer .links {
    gap: 20%;
    padding: 5% 0% 5% 4%;
  }
  footer .about-work {
    padding: 5% 4% 5% 4%;
    display: grid;
  }
  footer .social {
    gap: 30px;
    display: flex;
    justify-content: space-between;
  }
  .sidebar .close-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
  }
  .sidebar ul {
    margin-top: 40px;
    margin-left: 10px;
  }
  .sidebar ul li a {
    font-size: 26px;
    line-height: 150%;
  }
}/*# sourceMappingURL=global.css.map */