* {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif; }

html, body {
  min-height: 100%;
  height: 100%; }

a {
  color: #333333; }

p {
  margin: 0 0 10px;
  line-height: 200%; }

body {
  min-height: 100%;
  height: 100%;
  margin: 0;
  padding: 60px 0 0 0;
  display: flex;
  flex-direction: column; }

body.no-scroll {
  overflow: hidden; }

h1 {
  font-size: 30px;
  margin: 30px 0 30px auto;
  text-align: center;
  text-transform: uppercase; }

@media (min-width: 772px) {
  h1 {
    font-size: 50px;
    margin: 40px 0 70px; } }
small {
  font-size: 12px;
  opacity: 0.8;
  line-height: 12px; }

main {
  flex: 1; }

header {
  transition: background-color 0.2s ease;
  background: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 80px; }
  header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 0; }
  header .container:before, header .container:after {
    display: none; }
  header a.logo img {
    width: 170px;
    filter: brightness(0); }
  header button#toggleSearch {
    transition: color 0.3s ease;
    border: 0;
    background: none;
    padding: 0;
    color: black;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center; }
    header button#toggleSearch span:last-child {
      margin: 0 0 0 10px;
      display: none; }
    @media (min-width: 768px) {
      header button#toggleSearch span:last-child {
        display: block;
        margin: 0 0 0 10px; } }
    header button#toggleSearch span:first-child {
      width: 25px;
      height: 25px;
      display: block;
      position: relative; }
      header button#toggleSearch span:first-child svg {
        position: absolute;
        transition: all 0.3s ease; }
      header button#toggleSearch span:first-child svg:first-child {
        left: 0;
        top: 0;
        width: 25px;
        height: 25px; }
      header button#toggleSearch span:first-child svg:last-child {
        left: -5px;
        top: -6px;
        width: 35px;
        height: 35px;
        vertical-align: -5px;
        opacity: 0; }
  header button#toggleSearch.open span:first-child svg:first-child {
    opacity: 0; }
  header button#toggleSearch.open span:first-child svg:last-child {
    opacity: 1;
    color: white !important; }
  header button#toggleMenu {
    border: 0;
    padding: 0;
    color: black;
    margin: 0;
    cursor: pointer;
    background: none;
    display: flex;
    align-items: center;
    transition: color 0.3s ease; }
    header button#toggleMenu > span:last-child {
      margin-left: 10px;
      font-size: 18px;
      text-transform: uppercase;
      font-weight: bold;
      display: none; }
    @media (min-width: 768px) {
      header button#toggleMenu span:last-child {
        display: block; } }
    header button#toggleMenu > span:first-child {
      position: relative;
      display: block;
      border: 0;
      padding: 0;
      width: 40px;
      height: 20px; }
      header button#toggleMenu > span:first-child span {
        top: 3px;
        left: 0;
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: black;
        border-radius: 1px;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
      header button#toggleMenu > span:first-child span:nth-child(1) {
        top: 13px; }
  header button#toggleMenu.open span span:nth-child(1) {
    background: white !important;
    transform: rotate(45deg);
    top: 10px; }
  header button#toggleMenu.open span span:nth-child(2) {
    background: white !important;
    transform: rotate(-45deg);
    top: 10px; }

header.gradiented {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.37) 20%, rgba(0, 0, 0, 0) 100%);
  color: white; }
  header.gradiented a.logo img {
    filter: brightness(1); }
  header.gradiented button#toggleSearch {
    color: white; }
  header.gradiented button#toggleMenu {
    color: white; }
    header.gradiented button#toggleMenu > span:first-child span {
      background: white; }

@media (min-width: 992px) {
  header .container {
    padding: 20px 10px 0; } }
body.no-scroll header {
  background: black !important; }

div#search-form {
  transition: all 0.3s ease;
  background: black;
  position: fixed;
  width: 100%;
  height: 190px;
  top: 0;
  z-index: 90;
  box-shadow: 0 0 21px #00000030;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform: translateY(-100%); }
  div#search-form > div {
    width: 90%;
    margin-bottom: 40px !important; }
  div#search-form .ya-site-form__submit {
    color: white !important; }
  div#search-form input {
    width: 90%;
    padding: 10px;
    border-radius: 0;
    border: 2px white solid;
    background: black;
    margin: 0 0 40px 0;
    color: white; }

div#search-form.opened {
  transform: translateY(0); }

nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background: black;
  width: 100%;
  height: 100vh;
  padding: 80px 20px 20px;
  max-width: 500px;
  box-shadow: 10px 0 30px 0 #00000047;
  transform: translateX(-100%);
  transition: 0.3s all ease; }
  nav a {
    color: white;
    text-decoration: none; }
  nav ul.menu {
    margin: 0;
    padding: 0; }
    nav ul.menu li {
      margin: 7px;
      font-weight: 500;
      text-transform: uppercase; }
      nav ul.menu li ul {
        list-style: none; }

nav.opened {
  transform: translateX(0); }

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px; }

footer {
  background: black;
  color: white;
  margin-top: 60px;
  padding: 20px; }
  footer a {
    color: #dfdfdf;
    text-decoration: none; }
  footer div.info {
    text-align: center; }
    footer div.info div.social {
      list-style: none;
      padding: 0; }
      footer div.info div.social a {
        color: white;
        display: inline-block; }
        footer div.info div.social a svg {
          width: 27px;
          height: 27px;
          margin: 0 7px; }
    footer div.info a {
      display: block;
      text-decoration: none;
      margin: 16px;
      font-weight: 500; }
    footer div.info a.logo img {
      width: 150px; }
    footer div.info button.line {
      margin: 10px 0;
      color: #dfdfdf;
      background: none;
      padding: 11px;
      border: 2px #dfdfdf solid;
      font-weight: 600; }
  footer div.links {
    display: none; }

@media (min-width: 992px) {
  footer .container {
    padding-top: 30px;
    display: flex;
    justify-content: space-between; }
  footer div.info {
    text-align: left; }
    footer div.info a {
      margin-top: 0; }
    footer div.info div.social a svg {
      margin: 0 5px 0 0; }
  footer div.links {
    flex: 1;
    margin: 0 0 0 50px;
    display: block;
    max-width: 980px; }
    footer div.links > ul {
      display: flex;
      list-style: none;
      padding: 0;
      justify-content: space-between; }
      footer div.links > ul > li {
        margin: 0 10px; }
        footer div.links > ul > li > a {
          font-weight: 500; }
        footer div.links > ul > li > ul {
          margin: 20px 0 0 0;
          list-style: none;
          padding: 0;
          font-size: 13px; }
          footer div.links > ul > li > ul > li {
            margin: 10px 0; } }
div.copyright {
  text-align: center;
  font-size: 10px;
  color: white;
  background: #331f1f;
  padding: 3px; }

#top-banner {
  position: relative;
  top: -60px; }
  #top-banner .top-slider {
    width: 100vw;
    height: 100vh; }
    #top-banner .top-slider div, #top-banner .top-slider a {
      height: 100vh;
      min-height: 100vh;
      display: block;
      position: relative; }
    #top-banner .top-slider div.slide {
      width: 100%;
      height: 100%; }
    #top-banner .top-slider img, #top-banner .top-slider video {
      object-fit: cover; }
    #top-banner .top-slider img, #top-banner .top-slider video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    #top-banner .top-slider video {
      visibility: hidden;
      opacity: 0;
      transition: all 0.3s ease; }
  #top-banner div.trailer-block {
    position: absolute;
    top: 50vh;
    right: 50%;
    transform: translate(50%, -50%); }
    #top-banner div.trailer-block button {
      background: #00000075;
      border: 0;
      color: white;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 20px;
      border-radius: 4px;
      text-transform: uppercase; }
      #top-banner div.trailer-block button svg {
        width: 66px;
        display: block;
        height: 66px;
        margin: 0 0 10px 0; }
  #top-banner div.top-banner-navigation {
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 0;
    color: white;
    padding: 0 10px 30px;
    opacity: 0.9;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.47) 60%, rgba(0, 0, 0, 0) 100%); }
    #top-banner div.top-banner-navigation h1 {
      margin: 0;
      text-align: left; }
    #top-banner div.top-banner-navigation h2 {
      margin: 0;
      opacity: 0.7;
      font-size: 16px; }
    #top-banner div.top-banner-navigation #top-banner-navigation-block {
      padding-top: 30px;
      width: 100%;
      display: flex;
      flex-direction: column; }
      #top-banner div.top-banner-navigation #top-banner-navigation-block button {
        transition: all 0.3s ease;
        text-align: left;
        opacity: 0.6;
        border: 0;
        background: 0;
        font-size: 25px;
        font-weight: bold; }
      #top-banner div.top-banner-navigation #top-banner-navigation-block button.active {
        opacity: 1; }
  @media (min-width: 772px) {
    #top-banner div.trailer-block {
      right: 120px;
      top: auto;
      bottom: -50px; }
    #top-banner div.top-banner-navigation {
      left: 0;
      width: 100%; }
      #top-banner div.top-banner-navigation #top-banner-navigation-block button {
        font-size: 35px; }
      #top-banner div.top-banner-navigation h1 {
        font-size: 50px;
        text-align: left;
        font-weight: 700; }
      #top-banner div.top-banner-navigation h2 {
        font-size: 30px; } }
  @media (min-width: 1000px) {
    #top-banner div.top-banner-navigation {
      left: 0;
      width: 100%; }
      #top-banner div.top-banner-navigation h1 {
        font-size: 70px;
        text-align: left;
        max-width: 80%; }
      #top-banner div.top-banner-navigation h2 {
        font-size: 50px; } }

#top-banner.video div.top-banner-navigation, #top-banner.video div.trailer-block {
  opacity: 0;
  visibility: hidden; }
#top-banner.video .top-slider video {
  visibility: visible;
  opacity: 1; }

.btn {
  border-radius: 2px !important; }

.date-contrast {
  background: #743939;
  color: white;
  display: inline-block;
  padding: 14px 20px;
  margin: 0 -17px 30px 0; }
  .date-contrast p {
    margin: 0 !important;
    padding: 0 !important; }

.film-view {
  font-size: 16px;
  font-weight: 600; }
  .film-view .btn-custom {
    justify-content: flex-start; }
  .film-view p {
    margin: 0 0 40px;
    line-height: 33px;
    font-size: 23px; }
  .film-view a {
    text-decoration: none; }
  .film-view label {
    font-size: 12px;
    opacity: 0.6;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    padding: 0;
    height: 27px; }
  .film-view .film-view-top {
    margin: 30px 0 0 0; }
  .film-view .film-view-main div.poster {
    font-size: 22px; }
    .film-view .film-view-main div.poster img {
      width: calc(100% + 20px);
      margin: 0 -10px 40px;
      display: block;
      max-width: none; }
  .film-view .film-view-main .film-news-block {
    margin: 30px 0 0 0; }
  .film-view .film-view-main .film-prize-block div.prize-row {
    display: flex;
    align-items: center; }
    .film-view .film-view-main .film-prize-block div.prize-row img {
      width: 80px;
      margin: 0 0 0 20px;
      filter: saturate(0); }
    .film-view .film-view-main .film-prize-block div.prize-row p {
      font-size: 14px;
      margin: 0;
      flex: 1; }
      .film-view .film-view-main .film-prize-block div.prize-row p b {
        display: block; }
  .film-view .film-view-bottom h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 20px 0 10px; }
  .film-view .film-view-bottom #film-shots {
    margin: 0 -10px 80px; }
    .film-view .film-view-bottom #film-shots a {
      width: 370px;
      margin: 0 10px 0;
      display: block;
      position: relative;
      height: 0;
      padding-bottom: 50%; }
      .film-view .film-view-bottom #film-shots a img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .film-view .film-view-bottom #film-posters {
    margin: 0 -10px 40px; }
    .film-view .film-view-bottom #film-posters a {
      width: 200px;
      margin: 0 10px 0;
      display: block;
      position: relative;
      height: 0;
      padding-bottom: 140%; }
      .film-view .film-view-bottom #film-posters a img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }

@media (min-width: 992px) {
  .film-view .film-view-top {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 50px;
    font-size: 18px;
    justify-content: space-between; }
    .film-view .film-view-top p {
      margin: 20px 0 60px 0;
      font-size: 24px;
      line-height: 26px; }
    .film-view .film-view-top p:nth-child(odd) {
      width: 45%; }
    .film-view .film-view-top p:nth-child(even) {
      width: 45%; }
  .film-view .film-view-main {
    display: flex;
    margin: 30px 0 50px;
    font-size: 18px;
    justify-content: space-between; }
    .film-view .film-view-main div.poster {
      width: 50%; }
      .film-view .film-view-main div.poster img {
        width: 100%;
        max-width: 390px; }
    .film-view .film-view-main div.info {
      width: 50%; } }
@media (min-width: 1200px) {
  .film-view .film-view-main div.info {
    padding: 0 160px 0 0 !important; } }
div.film-preview div.poster img {
  width: 100%; }
div.film-preview div.info {
  padding: 20px;
  font-size: 20px;
  font-weight: 600; }
  div.film-preview div.info a {
    text-decoration: none; }
  div.film-preview div.info div.main .film-title {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 40px; }
  div.film-preview div.info div.main .film-title-orig {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 27px;
    color: #808080;
    margin: 9px 0 40px; }
  div.film-preview div.info div.details p {
    line-height: 33px;
    font-size: 23px; }
  div.film-preview div.info div.details label {
    font-size: 12px;
    opacity: 0.6;
    display: block;
    text-transform: uppercase;
    margin: 0 0 6px; }

@media (min-width: 772px) {
  div.film-preview {
    display: flex;
    margin-bottom: 100px;
    width: 100%; }
    div.film-preview p {
      margin: 0 0 40px; }
    div.film-preview div.poster img {
      max-width: 320px; }
    div.film-preview div.info {
      max-width: 1000px;
      flex: 1;
      padding: 0 0 0 20px;
      display: flex;
      justify-content: space-between; }
      div.film-preview div.info div.main {
        max-width: 40%; }
        div.film-preview div.info div.main a.film-title {
          font-size: 47px; }
      div.film-preview div.info div.details {
        max-width: 50%;
        text-align: right; }

  div.film-preview:nth-child(odd) {
    flex-direction: row-reverse; }
    div.film-preview:nth-child(odd) div.info {
      max-width: 1000px;
      flex: 1;
      padding: 0 20px 0 0; } }
.wide {
  width: 100%; }

.slick-dots {
  bottom: auto;
  top: -40px;
  right: 5px;
  text-align: right; }
  .slick-dots li {
    width: auto;
    height: auto;
    list-style: none; }
    .slick-dots li button {
      border: 0;
      display: block;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      cursor: pointer;
      background: #c1c0c0;
      height: 20px;
      width: 20px;
      margin: 0 7px;
      border-radius: 0;
      padding: 0; }
  .slick-dots li button::before {
    display: none; }
  .slick-dots li.slick-active button {
    background: black; }

.form-control {
  border: 1px solid #9d9d9d;
  border-radius: 1px; }

.ms-ctn .ms-sel-item {
  border-radius: 1px;
  border: 1px solid #9d9d9d;
  margin: 1px 5px 1px 0;
  color: black; }

.pagination {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center; }
  .pagination a {
    border: 0 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: black !important; }
  .pagination .active > a {
    color: white !important;
    background: black !important; }

.row-summary {
  margin-bottom: 20px;
  text-align: center; }
  .row-summary .summary {
    font-size: 16px;
    margin: 0 0 20px; }

@media (min-width: 772px) {
  .pagination {
    justify-content: right; }

  .row-summary .summary {
    text-align: left;
    font-size: 20px; } }
.film-social {
  display: flex; }
  .film-social a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: black;
    font-size: 20px;
    font-weight: 500; }
    .film-social a svg {
      margin: 0 10px 0 0;
      width: 40px;
      height: 40px; }

.btn-custom {
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-top: 40px;
  justify-content: center; }
  .btn-custom svg {
    width: 2.2em;
    height: 2.2em;
    margin: 0 20px 0 0;
    vertical-align: -0.25em;
    display: inline-block; }

.btn-default {
  background: black;
  color: white;
  padding: 7px 20px;
  text-transform: uppercase; }

div.row-material {
  text-align: center;
  margin: 0 0 40px; }

@media (min-width: 992px) {
  div.row-material {
    text-align: left; }
    div.row-material .btn-custom {
      justify-content: flex-start; } }
div.news-preview {
  margin-bottom: 40px; }
  div.news-preview div.poster img {
    width: calc(100% + 20px);
    margin: 0 -10px 20px; }
  div.news-preview div.info p {
    line-height: 160%; }
  div.news-preview div.info h2 {
    font-weight: 600; }

@media (min-width: 772px) {
  div.news-preview {
    display: flex;
    margin-bottom: 100px; }
    div.news-preview div.poster img {
      max-width: 320px;
      margin: 0; }
    div.news-preview div.info {
      display: flex;
      justify-content: space-between;
      flex: 1; }
      div.news-preview div.info div.left {
        padding: 0 20px; }
        div.news-preview div.info div.left h2 {
          margin: 0 0 20px; }
      div.news-preview div.info div.right {
        margin-left: 30px;
        padding: 0 20px;
        text-align: right; }

  div.news-preview:nth-child(odd) {
    flex-direction: row-reverse; } }
.news-banner {
  min-height: 50vh;
  background-size: 100%;
  margin: 100px 0;
  background-position: center;
  position: relative; }
  .news-banner h3 {
    text-transform: uppercase;
    font-size: 40px;
    color: white;
    left: 10px;
    position: absolute;
    width: 50%;
    bottom: 10px;
    font-weight: bold; }

@media (min-width: 772px) {
  .news-banner h3 {
    font-size: 80px;
    left: 30%; } }
.trailerBlock {
  margin: 0 0 30px;
  text-align: center; }
  .trailerBlock button.trailer-btn {
    position: relative;
    height: 0;
    width: 100%;
    display: block;
    border: 0;
    padding-bottom: 50%;
    margin-bottom: 10px; }
    .trailerBlock button.trailer-btn img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .trailerBlock button.trailer-btn svg {
      color: white;
      width: 40px;
      height: 40px;
      left: calc(50% - 20px);
      top: 33%;
      position: absolute; }
  .trailerBlock a {
    font-weight: bold;
    display: block;
    height: 40px; }
  .trailerBlock span {
    display: block;
    font-size: 12px; }

#f12-video-video {
  height: 100%;
  width: 100%; }

#f12-video-video:focus {
  outline: none; }

#f12-video-modal {
  border: 10px black solid;
  box-shadow: 0 0 130px black;
  background: black;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 800px;
  text-align: center;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
  left: 50%;
  transform: translate(-50%);
  max-height: 470px;
  z-index: 1000; }

#f12-video-modal.show {
  opacity: 1;
  visibility: visible; }

#f12-video-dropout {
  z-index: 10;
  background: #000000a1;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease; }

#f12-video-dropout.show {
  opacity: 1;
  visibility: visible; }

.row-prize {
  margin-bottom: 40px; }
  .row-prize ul.prizes_short {
    padding: 0;
    list-style: none;
    margin: 30px 0 10px 0; }
    .row-prize ul.prizes_short li {
      margin: 0 0 20px; }
      .row-prize ul.prizes_short li > span {
        display: flex;
        align-items: center; }
        .row-prize ul.prizes_short li > span img {
          width: 40px;
          height: 40px;
          margin: 0 20px 0 0;
          object-fit: cover; }
        .row-prize ul.prizes_short li > span b {
          font-size: 18px;
          font-weight: 600; }
      .row-prize ul.prizes_short li p {
        margin: 0 0 0 60px; }

.loginForm {
  max-width: 600px;
  margin: 10vh auto; }

.alert {
  border: 0;
  border-radius: 1px; }

.alert-paradise, .alert-danger {
  background: black;
  color: white; }

/*# sourceMappingURL=site.css.map */
