@charset "UTF-8";
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translateY(70px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }

@keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translateY(70px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }

@-webkit-keyframes rotateAround {
  from {
    transform: rotate(0deg);
    transform-origin: center; }
  to {
    transform: rotate(359deg);
    transform-origin: center; } }

@keyframes rotateAround {
  from {
    transform: rotate(0deg);
    transform-origin: center; }
  to {
    transform: rotate(359deg);
    transform-origin: center; } }

/**
  Переменные для цветов
 */
@font-face {
  font-family: "HelveticaNeue";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/helvetica/HelveticaNeue-Thin.eot?") format("eot"), url("../fonts/helvetica/HelveticaNeue-Thin.woff") format("woff"), url("../fonts/helvetica/HelveticaNeue-Thin.ttf") format("truetype"), url("../fonts/helvetica/HelveticaNeue-Thin.svg#HelveticaNeue") format("svg"); }

@font-face {
  font-family: "HelveticaNeue";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/helvetica/HelveticaNeue-Light.eot?") format("eot"), url("../fonts/helvetica/HelveticaNeue-Light.woff") format("woff"), url("../fonts/helvetica/HelveticaNeue-Light.ttf") format("truetype"), url("../fonts/helvetica/HelveticaNeue-Light.svg#HelveticaNeue") format("svg"); }

@font-face {
  font-family: "HelveticaNeue";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/helvetica/HelveticaNeue.eot?") format("eot"), url("../fonts/helvetica/HelveticaNeue.woff") format("woff"), url("../fonts/helvetica/HelveticaNeue.ttf") format("truetype"), url("../fonts/helvetica/HelveticaNeue.svg#HelveticaNeue") format("svg"); }

@font-face {
  font-family: "HelveticaNeue";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/helvetica/HelveticaNeue-Medium.eot?") format("eot"), url("../fonts/helvetica/HelveticaNeue-Medium.woff") format("woff"), url("../fonts/helvetica/HelveticaNeue-Medium.ttf") format("truetype"), url("../fonts/helvetica/HelveticaNeue-Medium.svg#HelveticaNeue") format("svg"); }

@font-face {
  font-family: "HelveticaNeue";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/helvetica/HelveticaNeue-Bold.eot?") format("eot"), url("../fonts/helvetica/HelveticaNeue-Bold.woff") format("woff"), url("../fonts/helvetica/HelveticaNeue-Bold.ttf") format("truetype"), url("../fonts/helvetica/HelveticaNeue-Bold.svg#HelveticaNeue") format("svg"); }

html,
body {
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3; }

body.no-scroll {
  overflow: hidden; }

a {
  font-size: 1.4rem;
  font-weight: 400;
  color: #22a4b2;
  transition: 300ms; }
  a:hover {
    color: black;
    text-decoration: none; }

p {
  font-size: 1.6rem;
  font-weight: 400;
  color: black;
  margin-bottom: 1.5rem; }

ul {
  padding: 0; }
  ul li {
    padding: 0;
    margin: 0;
    list-style: none; }

h2 {
  font-size: 3.6rem;
  font-weight: 700;
  color: black;
  margin-bottom: 4rem; }

h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: black;
  margin-bottom: 1rem; }

h6 {
  font-size: 1.8rem;
  font-weight: 700;
  color: black;
  line-height: 1;
  margin-bottom: 0.5rem; }

main {
  min-height: calc(100vh - 26rem);
  background-color: #fff; }

.kf-section--white {
  background-color: #fff; }

.kf-section--grey {
  background-color: #e8e7e5; }

.b-page {
  padding-top: 10rem; }

.flex-wrap, .kf-program-list .program-item, .b-header__wrap, .b-header__nav, .home-intro__days, .home-guests__action, .home-about__wrap, .page-program__day, .film-intro__head, .film-intro__main, .film-description__wrap, .film-next__wrap, .guest-item, .b-footer__wrap, .b-footer__menu {
  display: flex;
  flex-wrap: wrap; }

.container {
  width: 100%;
  max-width: 118rem;
  padding: 0 5rem;
  margin: 0 auto; }

.container-right {
  width: calc(100% - ((100% - 118rem) / 2));
  padding: 0 5rem;
  margin: 0 0 0 auto; }

.btn {
  display: inline-block;
  padding: 1.4rem 2.2rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  transition: 300ms;
  border-radius: 0; }
  .btn:focus {
    outline: 0; }
  .btn--default {
    border: 1px solid black;
    color: black; }
    .btn--default:hover {
      border: 1px solid #22a4b2;
      background-color: #22a4b2;
      color: #fff; }
  .btn--bdr-main {
    border: 1px solid #22a4b2;
    color: black; }
    .btn--bdr-main:hover {
      border: 1px solid #22a4b2;
      background-color: #22a4b2;
      color: #fff; }
  .btn--black {
    background-color: black;
    color: #fff; }
    .btn--black:hover {
      background-color: #22a4b2;
      color: #fff; }
  .btn--main {
    background-color: #22a4b2;
    border: 1px solid #22a4b2;
    color: #fff; }
    .btn--main:hover {
      background-color: #1b8995;
      border: 1px solid #1b8995;
      color: #fff; }

.kf-heading__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem; }
  .kf-heading__wrap h2 {
    width: calc(100% - 15rem);
    margin-bottom: 0; }

.kf-page-title {
  font-size: 7rem;
  font-weight: bold;
  color: #22a4b2; }
  @supports (-webkit-text-stroke: 1px #22a4b2) {
    .kf-page-title {
      -webkit-text-stroke: 1px #22a4b2;
      color: transparent; } }

.kf-program-list {
  width: 77rem;
  margin-bottom: 0; }
  .kf-program-list .program-item {
    align-items: center;
    padding: 2rem 0;
    border-bottom: 1px solid #ADADAD; }
    .kf-program-list .program-item__time {
      width: 15rem;
      padding: 0 1rem;
      font-size: 1.4rem;
      font-weight: 700;
      color: black; }
    .kf-program-list .program-item > div {
      width: calc(100% - 15rem); }
      .kf-program-list .program-item > div a {
        font-size: 1.8rem;
        font-weight: 700;
        color: black;
        display: block; }
        .kf-program-list .program-item > div a:hover {
          color: #22a4b2; }
      .kf-program-list .program-item > div span {
        font-size: 1.4rem;
        font-weight: 400;
        color: #888282; }
        .kf-program-list .program-item > div span.no-link {
          font-size: 1.8rem;
          font-weight: 700;
          color: black;
          display: block; }
    .kf-program-list .program-item:last-child {
      border: 0; }

.kf-title__wrap {
  width: 16rem;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: flex;
  overflow: hidden; }

.kf-title--vertical {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
          text-orientation: mixed;
  transform-origin: center;
  transform: rotate(180deg);
  margin: 0;
  line-height: 1;
  z-index: 1;
  min-height: auto;
  text-align: right; }

.kf-content__wrap {
  width: calc(100% - 16rem);
  overflow: hidden; }
  .kf-content__wrap.no-overflow {
    overflow: inherit; }

.kf-page__section {
  padding-top: 10rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: 1; }
  .kf-page__section--intro {
    z-index: 1;
    padding-top: 15rem;
    background-color: #fff; }
    .kf-page__section--intro.page-films-archive {
      padding-bottom: 10rem; }
    .page-template-films-archive .kf-page__section--intro {
      background-color: #e8e7e5; }
    .post-type-archive-films .kf-page__section--intro {
      background-color: #e8e7e5; }

.kf-page__wrap {
  position: relative;
  width: calc(100% - ((100% - 107rem) / 2));
  margin: 0 0 0 auto;
  padding-left: 16rem; }
  .kf-page__wrap.no-padding {
    padding-left: 0; }

.kf-page__container {
  width: 101rem; }
  .kf-page__container.full-width {
    width: 117rem; }

.kf-page-excerpt {
  margin-bottom: 5rem; }
  .kf-page-excerpt p, .kf-page-excerpt a {
    font-size: 1.5rem;
    line-height: 1.5; }
  .kf-page-excerpt a {
    color: black;
    text-decoration: underline; }
    .kf-page-excerpt a:hover {
      color: #22a4b2; }

.kf-page-image {
  margin-bottom: 6rem;
  opacity: 0;
  -webkit-animation: fadeIn 500ms 100ms linear forwards;
          animation: fadeIn 500ms 100ms linear forwards; }
  .kf-page-image img {
    width: 100%;
    height: auto; }

.kf-page__section--intro .kf-page__wrap {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }

.kf-circle-wrap {
  position: absolute;
  right: 0;
  top: -9rem;
  width: 15.5rem;
  height: 15.5rem; }
  .kf-circle-wrap.home-circle {
    top: auto;
    bottom: -13rem; }
  .kf-circle-wrap:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/eye-main.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 4rem 4rem; }

.kf-circle-animation {
  position: absolute;
  width: 15.5rem;
  height: 15.5rem;
  transform-origin: center;
  -webkit-animation: rotateAround 20000ms linear infinite;
          animation: rotateAround 20000ms linear infinite; }

.kf-competition__archive {
  padding-bottom: 10rem;
  z-index: 1;
  min-height: auto !important; }

.kf-section-films-archive {
  padding-bottom: 15rem; }

.kf-load-more {
  display: none;
  margin: 20px auto;
  visibility: hidden;
  transition: 300ms; }
  .kf-load-more.visible {
    visibility: visible;
    display: inherit; }

/*--------guests page-------*/
.kf-guests-list > div {
  width: 25%;
  padding-right: 5rem;
  margin-bottom: 5rem; }

/*--------modal for film-------*/
.kf-modal__film {
  position: fixed;
  top: 0;
  right: 0;
  width: 50rem;
  height: 100vh;
  background: #e8e7e5;
  z-index: 999999999;
  overflow: hidden;
  transform: translateX(0px);
  transition: 400ms; }
  .kf-modal__film.closed {
    transform: translateX(101%); }

.kf-modal__wrap {
  width: calc(100% + 2rem);
  padding-right: 2rem;
  height: 100vh;
  overflow-y: scroll; }
  .kf-modal__wrap .close-film-modal, .kf-modal__wrap .kf-common-modal__close {
    position: absolute;
    top: 1.5rem;
    right: 3.5rem;
    z-index: 2;
    width: 3rem;
    height: 3rem;
    background-color: transparent;
    background-image: url("../img/close-button.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2rem 2rem;
    border: 0;
    font-size: 0;
    transition: 300ms;
    transform-origin: center;
    outline: none; }
    .kf-modal__wrap .close-film-modal:hover, .kf-modal__wrap .kf-common-modal__close:hover {
      transform: scale(1.2); }

.kf-modal__content {
  position: relative;
  padding: 3rem 0 3rem 4rem; }
  .kf-modal__content h3, .kf-modal__content div, .kf-modal__content ul {
    position: relative;
    z-index: 1; }
  .kf-modal__content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 28rem;
    background: black;
    z-index: 0; }
  .kf-modal__content h3 {
    font-size: 3.6rem;
    color: #fff;
    line-height: 1.2;
    padding-top: 1rem;
    margin-bottom: 3rem; }

.kf-modal__slider {
  height: 24rem;
  margin-bottom: 5rem;
  overflow: hidden; }
  .kf-modal__slider .slick-list {
    width: 85%; }
  .kf-modal__slider .slick-slide {
    height: 22rem;
    outline: none;
    margin-right: 1.5rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: -webkit-grab;
    cursor: grab; }
    .kf-modal__slider .slick-slide img {
      height: 100%;
      width: auto;
      position: absolute; }
  .kf-modal__slider .slick-dots li {
    display: inline-block;
    margin-right: 1rem; }
    .kf-modal__slider .slick-dots li button {
      font-size: 0;
      width: 2rem;
      height: 0.2rem;
      border: 0;
      background: #000;
      outline: none;
      opacity: 0.4; }
    .kf-modal__slider .slick-dots li.slick-active button {
      opacity: 1; }
  .kf-modal__slider--poster img {
    width: 50%;
    min-width: 220px; }

.kf-modal__spec {
  display: flex;
  flex-wrap: wrap; }
  .kf-modal__spec li {
    width: 50%;
    padding-right: 3rem;
    margin-bottom: 1.5rem; }
    .kf-modal__spec li span {
      color: black;
      font-size: 1.3rem;
      display: block;
      margin-bottom: 0.3rem;
      line-height: 1.1; }
      .kf-modal__spec li span:first-child {
        font-weight: 700;
        margin-bottom: 0.5rem;
        line-height: 1.3; }
    .kf-modal__spec li a {
      font-size: 1.3rem;
      margin-bottom: 0.3rem;
      line-height: 1.1; }

.kf-modal__description {
  padding-right: 3rem; }
  .kf-modal__description p {
    font-size: 1.4rem;
    margin-bottom: 1.5rem; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #4aa5b2; }

.select2-results__option[aria-selected] {
  cursor: pointer;
  padding: 10px;
  font-size: 14px; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #78bec6;
  color: white; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #ffffff;
  border: 1px solid #4aa5b2;
  border-radius: 0;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 5px 5px; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #78bec6 1px;
  outline: 0; }

.slick-track {
  display: flex; }

.slick-slide {
  outline: 0; }

.gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 3rem 0; }

.gallery .gallery-item {
  width: 33.33%;
  padding: 0 1.5rem;
  margin-bottom: 3rem; }
  .gallery .gallery-item img {
    width: 100%;
    height: auto;
    border: 0;
    padding: 0;
    background: transparent;
    transition: 300ms; }
    .gallery .gallery-item img:hover {
      box-shadow: 0px 2px 9px #22a4b2; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33.33%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.66%; }

.gallery-columns-7 .gallery-item {
  width: 14.28%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.11%; }

.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
  padding: 0 0.75rem;
  margin-bottom: 1.5rem; }

.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px; }

.gallery dl, .gallery dt {
  margin: 0; }

.gallery br + br {
  display: none; }

.gallery-icon a {
  cursor: default; }

.kf-common-modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  background: #000000d1;
  z-index: 999;
  display: none; }
  .kf-common-modal__close {
    position: fixed;
    top: 4rem;
    right: 3rem;
    z-index: 2;
    width: 3rem;
    height: 3rem;
    background-color: transparent;
    background-image: url("../img/close-button.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2rem 2rem;
    border: 0;
    font-size: 0;
    transition: 300ms;
    transform-origin: center;
    outline: 0; }
    .kf-common-modal__close:focus {
      outline: 0; }
    .kf-common-modal__close:hover {
      transform: scale(1.2); }
  .kf-common-modal__wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: scroll; }
  .kf-common-modal__content {
    width: 100%;
    min-height: 100vh;
    padding: 5rem 3rem; }
  .kf-common-modal .trailer-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 10rem); }
    .kf-common-modal .trailer-wrap iframe, .kf-common-modal .trailer-wrap video {
      width: 100%;
      max-width: 80rem;
      height: 45rem;
      outline: 0;
      border-radius: 10px;
      box-shadow: 0 0 7px 2px #22a4b2; }

.cookies-alert {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: #2a2a2aed;
  padding: 3.5rem 0 2rem;
  display: none; }
  .cookies-alert__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
  .cookies-alert__content {
    width: calc(100% - 30rem); }
    .cookies-alert__content p {
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 1.3;
      color: #fff; }
    .cookies-alert__content a:hover {
      color: #1b8995; }
  .cookies-alert__button {
    width: 30rem;
    padding: 0 1.5rem 1.5rem;
    text-align: center; }

.award-tooltip {
  display: inline-block;
  position: absolute;
  width: 100%;
  min-height: 40px;
  right: 0; }
  .kf-result__year .award-tooltip {
    top: -2.1rem; }

.award-label {
  display: inline-block;
  position: absolute;
  width: 2rem;
  height: 4rem;
  top: 0;
  right: 0;
  background-image: url("../img/tooltip-label.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1; }
  .kf-competition__card .award-label {
    right: 2rem; }
  .award__item .award-label {
    right: auto;
    left: 0;
    top: 2rem; }
  .award-label:hover ~ .awards-list {
    opacity: 1;
    transform: translateY(0);
    visibility: visible; }
  .kf-result__year .award-label {
    right: 2rem; }

.awards-list {
  position: absolute;
  display: block;
  background: #fff;
  top: 5rem;
  left: 0.5rem;
  padding: 1rem;
  width: calc(100% - 2.5rem);
  border-radius: 0.5rem;
  box-shadow: 0 1px 4px #3aa4b2;
  opacity: 0;
  transform: translateY(1rem);
  transition: 300ms ease-out;
  z-index: 2;
  visibility: hidden; }
  .awards-list:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 7px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    right: 0.7rem;
    top: -0.7rem; }
  .awards-list b {
    color: #22a4b2;
    padding-top: 0.5rem;
    margin-bottom: 0.3rem;
    display: block;
    font-size: 1.2rem; }
  .awards-list span {
    display: block;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.1;
    color: black;
    margin-bottom: 0.3rem; }
    .awards-list span.awards-heading {
      font-size: 1.1rem;
      color: #B9B9B9;
      text-transform: uppercase;
      margin-bottom: 0rem; }
  .kf-result__year .awards-list {
    left: auto;
    right: 2rem;
    min-width: 20rem; }

.reset-btn {
  display: none;
  position: absolute;
  width: 35px;
  height: 38px;
  padding: 0;
  margin-top: 1px;
  border: 0;
  background-color: white;
  background-image: url("../img/close-button-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  color: #000;
  font-size: 0; }
  .reset-btn:hover {
    background-image: url("../img/close-button.svg"); }

@media screen and (max-width: 960px) {
  .container {
    max-width: 100%;
    padding: 0 1.5rem; }
  .container-right {
    width: 100%;
    padding: 0 0 0 1.5rem;
    margin: 0 auto; } }

.menu-toggler {
  display: none; }

.kf-theme-light .b-header__logo {
  color: black; }

.kf-theme-light .nav-menu li a {
  color: black; }
  .kf-theme-light .nav-menu li a:hover {
    color: #22a4b2; }

.b-header {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 9rem;
  top: 0;
  left: 0;
  z-index: 9; }
  .b-header__wrap {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 144rem;
    padding: 2.5rem 5rem 0;
    margin: 0 auto; }
  .b-header__logo {
    color: #fff;
    min-width: 17.5rem;
    display: inline-block; }
    .b-header__logo:hover {
      color: #22a4b2; }
  .b-header__nav {
    align-items: center;
    justify-content: flex-end; }

.nav-menu li, .nav-actions li {
  display: inline-block;
  list-style: none;
  margin: 0 0.7rem; }

.nav-menu {
  margin-right: 3rem; }
  .nav-menu li a {
    position: relative;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    padding: 0 0.3rem; }
    .nav-menu li a:hover {
      color: #fff;
      text-decoration: none; }
  .nav-menu li.current_page_item a {
    color: #22a4b2; }

.nav-actions li a {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1.3rem 2.1rem;
  border: 1px solid #22a4b2; }

.nav-actions li.tickets a {
  background-color: #22a4b2;
  color: #fff; }
  .nav-actions li.tickets a:hover {
    background-color: #1b8995;
    border: 1px solid #1b8995; }

.nav-actions li.donate a {
  position: relative;
  background-color: #fff;
  color: black;
  padding-left: 5rem; }
  .nav-actions li.donate a:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 1.7rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1.7rem;
    height: 2rem;
    background: url("../img/paypal.svg") no-repeat center;
    transition: 300ms; }
  .nav-actions li.donate a:hover {
    color: #22a4b2;
    border: 1px solid #1b8995; }

.kf-theme-light .nav-actions li.donate a,
.kf-theme-light.page-template-films-archive .nav-actions li.donate a {
  border: 1px solid #888282; }
  .kf-theme-light .nav-actions li.donate a:hover,
  .kf-theme-light.page-template-films-archive .nav-actions li.donate a:hover {
    background-color: #1b8995;
    border: 1px solid #1b8995;
    color: #fff; }
    .kf-theme-light .nav-actions li.donate a:hover:before,
    .kf-theme-light.page-template-films-archive .nav-actions li.donate a:hover:before {
      background: url("../img/paypal-white.svg") no-repeat center; }

.kf-theme-light.page-template-films-archive .nav-actions li.donate a {
  border: 1px solid #fff; }

.kf-logo-lang {
  display: flex;
  position: relative;
  width: 21rem;
  height: 5.2rem;
  padding-right: 4rem; }

.kf-language-switcher {
  position: absolute;
  right: 15px;
  top: 12px;
  width: 2.3rem;
  display: flex;
  flex-direction: column;
  color: #fff;
  margin: 0; }
  .kf-theme-light .kf-language-switcher {
    color: black; }
    .kf-theme-light .kf-language-switcher li a {
      color: black; }
  .kf-language-switcher li {
    visibility: hidden;
    order: 2;
    height: 2rem;
    transform: translateY(-10px);
    opacity: 0; }
    .kf-language-switcher li a {
      color: #fff;
      font-size: 1.5rem;
      font-weight: 700; }
      .kf-language-switcher li a:hover {
        color: #22a4b2; }
    .kf-language-switcher li.current-lang {
      visibility: visible;
      transform: translateY(0px);
      opacity: 1;
      order: 0; }
  .kf-language-switcher:hover li {
    visibility: visible;
    transform: translateY(0px);
    opacity: 1;
    transition: 300ms; }
  .kf-language-switcher:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2rem;
    top: 0;
    left: 0;
    display: inline-block;
    z-index: 2; }
  .kf-language-switcher:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 7px;
    right: -10px;
    display: inline-block;
    border-top: 5px solid currentColor;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent; }

.home-intro {
  display: flex;
  align-items: center;
  position: relative;
  height: 70vh;
  min-height: 60rem;
  overflow: hidden; }
  .home-intro h1 {
    font-size: 13rem;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    font-style: italic; }
    .home-intro h1 span {
      text-transform: uppercase;
      font-weight: 700;
      font-style: normal;
      padding-left: 0.8rem; }
  .home-intro:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a1;
    z-index: 1; }
  .home-intro .container {
    position: relative;
    z-index: 2; }
  .home-intro__wrap {
    padding: 10rem 0 12rem;
    text-align: center; }
  .home-intro__title {
    display: inline-block; }
  .home-intro__dates {
    display: block;
    text-align: right;
    padding: 0 1rem;
    font-size: 3rem;
    color: #22a4b2;
    font-weight: 700; }
  .home-intro__description {
    display: block;
    text-align: left;
    padding: 0 1rem;
    font-size: 2.1rem;
    color: #fff;
    font-weight: 400; }
  .home-intro__days {
    position: absolute;
    align-items: flex-end;
    justify-content: space-around;
    width: 100%;
    max-width: 108rem;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 4;
    opacity: 0; }
    .home-intro__days.visible-block {
      opacity: 1;
      transition: opacity 400ms;
      transition-delay: 300ms; }
    .home-intro__days .active-day-wave {
      display: inline-block;
      position: absolute;
      width: 15rem;
      height: 3rem;
      background-image: url("../img/under-date.svg");
      background-repeat: no-repeat;
      background-position: center top;
      bottom: -1rem;
      left: 0;
      transition: 800ms; }
    .home-intro__days > div {
      display: inline-block;
      position: relative;
      padding-right: 2rem;
      padding-bottom: 3rem;
      cursor: pointer;
      min-width: 12rem;
      text-align: right; }
      .home-intro__days > div .day {
        font-size: 9rem;
        font-weight: 700;
        color: #22a4b2;
        line-height: 1;
        transition: 300ms; }
        @supports (-webkit-text-stroke: 2px #22a4b2) {
          .home-intro__days > div .day {
            -webkit-text-stroke: 2px #22a4b2;
            color: transparent; } }
      .home-intro__days > div .month {
        font-size: 1.6rem;
        font-weight: 400;
        text-transform: uppercase;
        color: #fff;
        position: absolute;
        right: -1.5rem;
        bottom: 5.5rem;
        transform: rotate(-90deg);
        min-height: 2.5rem;
        min-width: 4rem;
        text-align: left; }
      .home-intro__days > div.active .day {
        color: #22a4b2; }
      .home-intro__days > div:hover .day {
        color: #22a4b2; }
  .home-intro__video {
    position: absolute;
    width: 110%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
    overflow: hidden; }
    .home-intro__video video {
      position: absolute;
      top: -25%;
      min-height: 100%;
      width: 100%; }

.kf-home-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0; }
  .kf-home-background img {
    position: absolute;
    width: 100%;
    min-height: 100%; }

.home-program {
  padding-top: 4.5rem;
  padding-bottom: 6.5rem;
  opacity: 0;
  min-height: 30vh; }
  .home-program.visible-block {
    opacity: 1;
    transition: opacity 400ms;
    transition-delay: 400ms;
    min-height: auto; }
  .home-program__wrap {
    justify-content: space-between;
    align-items: flex-start;
    display: none; }
    .home-program__wrap.active {
      display: flex; }
  .home-program__title {
    position: relative;
    font-size: 3.6rem;
    padding: 2rem 2rem 1.5rem 0;
    opacity: 0;
    transform: translateY(7rem); }
    .home-program__title:after {
      content: '';
      position: absolute;
      display: inline-block;
      bottom: 0;
      left: 0;
      width: 4rem;
      height: 0.2rem;
      background: #22a4b2;
      z-index: 1; }
    .active .home-program__title {
      -webkit-animation: fadeInTop 400ms 100ms linear forwards;
              animation: fadeInTop 400ms 100ms linear forwards; }
  .home-program .kf-program-list {
    width: 77rem;
    opacity: 0;
    transform: translateY(7rem); }
  .home-program .program-day.active .kf-program-list {
    -webkit-animation: fadeInTop 400ms 300ms linear forwards;
            animation: fadeInTop 400ms 300ms linear forwards; }

.home-guests {
  overflow: hidden;
  padding-bottom: 14rem; }
  .home-guests .container-right {
    overflow: hidden; }
  .home-guests h2 {
    font-size: 5.5rem;
    margin-bottom: 8rem; }
  .home-guests__slider.loading {
    max-height: 40rem;
    overflow: hidden;
    opacity: 0.5; }
  .home-guests__slider .slick-list {
    width: calc(100% - 10rem); }
  .home-guests__slider .slick-track {
    display: flex; }
  .home-guests__slider .slick-slide {
    outline: none; }
  .home-guests__action {
    justify-content: space-between;
    align-items: center;
    padding-top: 6rem; }
    .home-guests__action .slider-nav {
      order: 2; }

.slider-nav__item {
  width: 4.6rem;
  height: 4.6rem;
  color: black;
  border: 0;
  transition: 300ms;
  padding: 0;
  background: transparent; }
  .slider-nav__item:focus {
    outline: none; }
  .slider-nav__item--prev svg {
    transform: rotate(180deg); }
  .slider-nav__item svg {
    width: 100%;
    height: 100%; }
  .slider-nav__item:hover {
    color: #22a4b2; }

.slider-nav__count {
  display: inline-block;
  font-size: 1.1rem;
  padding: 0 1.5rem; }

.guest-card {
  min-width: 30rem;
  padding-right: 4rem;
  cursor: pointer; }
  .guest-card:hover .guest-card__image:after {
    visibility: visible;
    opacity: 1; }
  .guest-card:hover .guest-card__title {
    color: #22a4b2; }
  .guest-card__image {
    position: relative;
    overflow: hidden;
    width: 26rem;
    height: 30rem;
    margin-bottom: 2rem; }
    .guest-card__image img {
      width: 100%;
      min-height: 100%; }
    .guest-card__image:after {
      content: '';
      display: inline-block;
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #22a4b296;
      background-image: url("../img/kf-preview.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 4.2rem 4rem;
      top: 0;
      left: 0;
      visibility: hidden;
      opacity: 0;
      transition: 400ms; }
  .guest-card__title {
    max-width: 26rem;
    font-size: 2.1rem;
    font-weight: 700;
    color: black; }
  .guest-card__role {
    max-width: 26rem;
    font-size: 1.4rem;
    font-weight: 400;
    color: #888282; }
  .guest-card.guest-card--xs {
    width: 100%;
    min-width: 14rem;
    max-width: 100%;
    padding-right: 0; }
    .guest-card.guest-card--xs .guest-card__image {
      width: 100%;
      height: 22.5rem;
      margin-bottom: 1rem; }
      .guest-card.guest-card--xs .guest-card__image img {
        width: 100%;
        min-height: 100%; }
    .guest-card.guest-card--xs .guest-card__title {
      max-width: 20rem;
      font-size: 1.4rem; }
    .guest-card.guest-card--xs__role {
      max-width: 20rem;
      font-size: 1.2rem; }

.home-about {
  padding-top: 14rem; }
  .home-about__description {
    width: 42rem; }
    .home-about__description h3 {
      margin-bottom: 1.5rem; }
    .home-about__description p {
      font-size: 1.5rem; }
  .home-about__slider {
    width: calc(100% - 42rem);
    padding-left: 13rem; }
    .home-about__slider .slick-list {
      width: 100%;
      overflow: hidden; }
    .home-about__slider .slick-track {
      display: flex; }
    .home-about__slider .slick-slide {
      outline: none; }

.about-slider-card {
  background-color: black;
  margin-bottom: 2rem; }
  .about-slider-card .slider-card__img {
    width: 53rem;
    height: 31.5rem;
    overflow: hidden; }
    .about-slider-card .slider-card__img img {
      width: 100%;
      min-height: 100%; }
  .about-slider-card .slider-card__excerpt {
    font-size: 1.3rem;
    font-weight: 400;
    color: #fff;
    padding: 1.8rem;
    margin: 0; }

.about-slider__arrows {
  text-align: right; }

.home-location {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 1rem;
  z-index: 5; }
  .home-location__description {
    position: relative;
    padding-left: 46rem;
    min-height: 40rem;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .home-location__description h2 {
      font-size: 5.5rem;
      padding-top: 10rem;
      margin-bottom: 2.5rem; }
    .home-location__description .home-location__img {
      position: absolute;
      left: 0;
      bottom: -10rem;
      max-width: 35rem; }
  .home-location__address {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 3rem; }
    .home-location__address span {
      display: block; }
  .home-location__links {
    margin-bottom: 2.5rem; }
    .home-location__links a {
      margin-right: 1.2rem; }

.kf-section-program {
  padding-bottom: 10rem; }

.page-program__intro {
  padding-top: 15rem; }
  .page-program__intro h1 {
    margin-bottom: 5rem; }

.page-program__list {
  padding-bottom: 5rem; }

.page-program__day {
  border-top: 1px solid #ADADAD;
  justify-content: space-between;
  padding-top: 1rem; }
  .page-program__day h3 {
    font-size: 2.8rem;
    padding-top: 2rem;
    max-width: calc(100% - 80rem); }
    .page-program__day h3 span {
      display: block;
      font-size: 1.6rem;
      font-weight: 400;
      color: #22a4b2; }

.kf-section-archive {
  padding-bottom: 15rem;
  overflow: hidden; }

.kf-archive__wrap {
  justify-content: space-between; }

.kf-archive__title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  .kf-archive__title h2 {
    max-width: calc(100% - 20rem);
    margin-bottom: 0; }

.kf-archive__list {
  width: 100%;
  padding-top: 6rem;
  overflow: hidden;
  margin-bottom: 6rem; }
  .kf-archive__list .slick-list {
    width: calc(100% - 15rem); }
  .kf-archive__list .slick-track {
    display: flex; }

.kf-card {
  display: block;
  width: 29rem !important;
  margin: 0 4.5rem 3rem 0; }
  .kf-card:hover .kf-card__poster {
    background-size: 105% 105%; }
    .kf-card:hover .kf-card__poster.no-image {
      background-size: 70% auto; }
    .kf-card:hover .kf-card__poster:after {
      background: #00000050;
      transition: 300ms linear; }
  .kf-card:hover .kf-card__title {
    color: #22a4b2; }
  .kf-card__poster {
    position: relative;
    display: block;
    width: 100%;
    height: 30rem;
    overflow: hidden;
    margin-bottom: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: 500ms ease-out; }
    .kf-card__poster.no-image {
      background-size: 70% auto;
      background-image: url("../img/no-img-small-min.png");
      background-color: #fff; }
    .kf-card__poster:after {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #00000000;
      transition: 300ms linear; }
  .kf-card__title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    transition: 300ms linear;
    color: black; }

.page-about__intro {
  padding-top: 15rem;
  padding-bottom: 5rem; }

.page-about__title {
  width: 45rem;
  padding-right: 1rem; }
  .page-about__title h1 {
    line-height: 8rem; }

.page-about__description {
  padding-top: 2rem;
  margin-bottom: 5rem; }
  .page-about__description p {
    font-size: 1.5rem;
    line-height: 1.5; }

.b-team {
  padding-bottom: 9rem; }
  .b-team h2 {
    margin-bottom: 7.5rem; }

.team-member {
  width: 33.33%;
  padding-right: 5rem;
  margin-bottom: 3.5rem; }
  .team-member__img {
    width: 15rem;
    height: 18rem; }
  .team-member__contacts {
    padding-top: 1.5rem; }
    .team-member__contacts span, .team-member__contacts a {
      font-size: 1.4rem;
      line-height: 1.5;
      display: block; }
  .team-member__position {
    color: #888282; }
  .team-member__email {
    color: #22a4b2; }
  .team-member__phone {
    color: black; }

.cinema-map {
  margin-bottom: 5rem; }
  .cinema-map iframe {
    width: 100%;
    height: 45rem; }

.cinema-about {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.5rem; }
  .cinema-about li {
    width: 33.33%;
    padding-right: 1.5rem;
    margin-bottom: 2rem; }
    .cinema-about li span {
      display: block;
      font-size: 1.3rem;
      line-height: 1.4;
      color: black; }
    .cinema-about li a {
      font-size: 1.3rem; }
  .cinema-about__label {
    font-weight: 700; }

.cinema-gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5rem; }
  .cinema-gallery > div {
    width: calc(33.33% - 3.5rem); }
    .cinema-gallery > div img {
      width: 100%;
      height: auto; }

.kf-competition__item {
  width: 25%;
  min-width: 25rem;
  padding-right: 5rem;
  margin-bottom: 4rem; }

.kf-competition__card {
  width: 100%;
  cursor: pointer;
  position: relative; }
  .kf-competition__card:hover > .kf-competition__poster {
    background-size: 103%; }
  .kf-competition__card:hover > .kf-competition__title {
    color: #22a4b2; }

.kf-competition__poster {
  display: block;
  height: 28rem;
  margin-bottom: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: background-size 400ms linear; }

.kf-competition__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  color: black;
  transition: 300ms; }

.kf-films-message {
  position: relative;
  margin-bottom: 5rem;
  font-size: 2.1rem;
  color: #22a4b2;
  border: 1px solid #22a4b2;
  padding: 1.5rem 1.5rem 1.5rem 6rem;
  background: #d3ecef; }
  .kf-films-message:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    display: inline-block;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 15px;
    background-image: url("../img/info-icon.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.kf-competition__archive {
  min-height: 100vh; }
  .kf-competition__archive .kf-search__item--genre,
  .kf-competition__archive .kf-result__genre {
    display: none; }
  .kf-competition__archive .kf-result__title {
    width: 42.5%; }
  .kf-competition__archive .kf-result__producer,
  .kf-competition__archive .kf-result__duration {
    width: 20%; }

.kf-search {
  display: flex;
  flex-wrap: wrap; }
  .kf-search__item {
    width: 30%;
    padding-right: 2.5rem; }
    .kf-search__item label {
      display: block;
      font-size: 1rem;
      font-weight: 700;
      text-transform: uppercase;
      color: #888282; }
    .kf-search__item--key {
      width: 40%;
      padding-right: 0;
      position: relative; }
      .kf-search__item--key input {
        width: 100%;
        height: 4rem;
        border: 1px solid #e8e7e5;
        padding: 0 1rem;
        font-size: 1.4rem;
        padding-right: 5.5rem; }
        .kf-search__item--key input:focus {
          outline: none;
          border: 1px solid #22a4b2; }
  .kf-search__submit {
    width: 4rem;
    height: 4rem;
    background: transparent;
    color: black;
    transition: 300ms;
    cursor: pointer;
    outline: none;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 0;
    padding: 1rem; }
    .kf-search__submit:hover {
      color: #22a4b2; }
    .kf-search__submit:active {
      padding: 1.2rem; }
    .kf-search__submit:focus {
      outline: none; }
    .kf-search__submit.loading svg {
      opacity: 0; }
    .kf-search__submit.loading:after {
      content: '';
      width: 30px;
      height: 30px;
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 50%;
      margin: auto;
      background-color: #fff;
      background-image: url("../img/loading.svg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      transform-origin: center;
      -webkit-animation: rotateAround 1000ms linear infinite;
              animation: rotateAround 1000ms linear infinite; }
  .kf-search .select2-container {
    width: 100% !important; }
  .kf-search .select2-selection {
    border: 1px solid #e8e7e5;
    border-radius: 0;
    height: 4rem;
    display: flex;
    align-items: center; }
    .kf-search .select2-selection:focus {
      outline: none; }
  .kf-search .select2-selection__arrow {
    height: 4rem !important;
    color: black; }
  .kf-search .select2-selection__rendered {
    color: black;
    font-size: 1.4rem;
    line-height: 1.3; }
  .kf-search .select2-selection__clear {
    padding: 0 0.5rem;
    transition: 300ms; }
    .kf-search .select2-selection__clear:hover {
      color: #22a4b2; }
  .kf-search .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent !important; }

.kf-result__head {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid black;
  padding-bottom: 0.75rem;
  padding-top: 3.5rem; }
  .kf-result__head span {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #888282;
    padding-right: 1.5rem; }
  .kf-result__head:after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    top: 8rem;
    left: 0;
    right: 0;
    border-radius: 50%;
    margin: auto;
    background-image: url("../img/loading.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform-origin: center;
    -webkit-animation: rotateAround 1000ms linear infinite;
            animation: rotateAround 1000ms linear infinite; }

.kf-result__body {
  position: relative;
  z-index: 1;
  background: #e8e7e5; }

.kf-result__not-found {
  position: relative;
  display: none;
  padding: 3rem 0;
  z-index: 1;
  min-height: 10rem;
  background: #e8e7e5; }

.kf-result__item {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0;
  border-bottom: 1px solid #c7c7c7;
  position: relative; }
  .kf-result__item:hover img {
    opacity: 1;
    transition: 300ms;
    z-index: 1; }
  .kf-result__item > img {
    width: 10rem;
    position: absolute;
    right: 0;
    z-index: 0;
    opacity: 0; }
  .kf-result__item > span {
    padding-right: 1.5rem; }
  .kf-result__item .kf-result__data {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.3;
    color: black; }

.kf-result__label {
  display: none; }

.kf-result__title {
  width: 35%; }
  .kf-result__title .kf-result__data {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    color: black; }
    .kf-result__title .kf-result__data--title {
      cursor: pointer; }
    .kf-result__title .kf-result__data:hover {
      color: #22a4b2; }

.kf-result__year {
  width: 12.5%;
  padding-right: 4rem !important;
  position: relative; }

.kf-result__genre {
  width: 17.5%; }

.kf-result__duration {
  width: 17.5%; }

.kf-result__producer {
  width: 17.5%; }

.kf-result__role {
  width: 52.5%; }

.kf-ddl-wrap {
  position: relative;
  z-index: 2; }
  .kf-ddl-wrap button {
    position: relative;
    width: 100%;
    height: 4rem;
    background: #fff;
    text-align: left;
    border-radius: 0;
    border: 1px solid #fff;
    font-size: 1.4rem;
    font-weight: 400;
    color: #888282;
    padding-right: 3rem; }
    .kf-ddl-wrap button:after {
      content: "";
      display: inline-block;
      position: absolute;
      width: 1rem;
      height: 1rem;
      border-top: 2px solid black;
      border-right: 2px solid black;
      right: 1rem;
      top: 0;
      bottom: 0;
      margin: auto;
      transform-origin: center;
      transform: rotate(135deg); }
    .kf-ddl-wrap button:focus {
      outline: 0; }
  .kf-ddl-wrap.opened button {
    border: 1px solid #22a4b2; }
    .kf-ddl-wrap.opened button:after {
      transform: rotate(-45deg); }
  .kf-ddl-wrap.opened .kf-ddl-list {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px); }

.kf-ddl-list {
  max-height: 18rem;
  overflow: scroll;
  position: absolute;
  top: 40px;
  width: 100%;
  background: #fafafa;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: 300ms; }
  .kf-ddl-list li {
    position: relative;
    border-bottom: 1px solid #c7c7c7; }
    .kf-ddl-list li input {
      position: absolute;
      opacity: 0; }
      .kf-ddl-list li input:checked + label {
        background: #78bfc6;
        color: #fff; }
        .kf-ddl-list li input:checked + label:after {
          content: '';
          display: inline-block;
          position: absolute;
          width: 1rem;
          height: 1rem;
          right: 1rem;
          top: 0;
          bottom: 0;
          margin: auto;
          background-image: url("../img/close-button-white.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover; }
    .kf-ddl-list li label {
      position: relative;
      z-index: 2;
      margin: 0;
      padding: 1.3rem 3rem 1.3rem 1rem;
      font-size: 1.4rem;
      font-weight: 400;
      color: black;
      cursor: pointer;
      transition: 300ms; }
      .kf-ddl-list li label:hover {
        background: #4aa5b233; }

.kf-section-guests-archive {
  padding: 10rem 0; }

.kf-archive--guests {
  padding-bottom: 5rem; }

.kf-section-guests-archive .kf-content__wrap {
  overflow: initial; }

.film-intro {
  position: relative;
  background: #e8e7e5;
  padding-top: 20rem;
  z-index: 1; }
  .film-intro .container {
    position: relative;
    z-index: 1; }
  .film-intro:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(50% + 20rem);
    background: black;
    z-index: 0; }
  .film-intro__head {
    align-items: flex-end;
    justify-content: space-between; }
  .film-intro__title {
    width: 80rem;
    margin-bottom: 2.5rem; }
    .film-intro__title h1 {
      font-size: 3.6rem;
      font-weight: 700;
      color: #fff;
      margin: 0; }
    .film-intro__title p {
      font-size: 1.6rem;
      color: #888282;
      margin: 0; }
  .film-intro__date {
    width: calc(100% - 80rem);
    margin: 0 0 2.5rem;
    text-align: right; }
    .film-intro__date li {
      font-size: 2.1rem;
      font-weight: 700;
      display: inline-block;
      color: #fff;
      margin-left: 4rem; }
      .film-intro__date li span {
        display: block;
        font-size: 1.6rem;
        font-weight: 400;
        color: #888282; }
  .film-intro__content {
    width: 80rem; }
  .film-intro__sidebar {
    width: 28rem;
    background: #fff;
    padding: 2.5rem; }
    .film-intro__sidebar > div h4 {
      display: block;
      font-size: 1.3rem;
      font-weight: 700;
      color: black;
      margin-bottom: 0.5rem; }
    .film-intro__sidebar > div p {
      font-size: 1.3rem;
      font-weight: 400;
      color: black;
      margin-bottom: 1.5rem; }
    .film-intro__sidebar > div a,
    .film-intro__sidebar > div span {
      font-size: 1.3rem;
      font-weight: 400; }
    .film-intro__sidebar > div a {
      color: #22a4b2;
      text-decoration: underline; }
      .film-intro__sidebar > div a:hover {
        color: #1b8995; }

.film-back {
  position: relative;
  background: transparent;
  font-size: 2.4rem;
  color: #fff;
  border: 0;
  padding: 0 0 2rem 5rem;
  transition: 300ms; }
  .film-back:focus {
    outline: none; }
  .film-back:hover {
    color: #22a4b2; }
    .film-back:hover:before {
      transform: translateX(-1rem); }
  .film-back:before {
    content: '';
    width: 3.5rem;
    height: 3rem;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/left-arrow-hover.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: 300ms; }
  .film-back--xs {
    font-size: 1.6rem;
    padding: 0 0 0 3rem;
    color: black; }
    .film-back--xs:before {
      content: '';
      width: 2rem;
      height: 1.5rem;
      top: 3px; }

.film-slider--big {
  width: 100%;
  height: 48rem; }
  .film-slider--big .slick-list {
    width: 100%;
    height: 48rem;
    background: black;
    overflow: hidden; }
  .film-slider--big .slick-track {
    display: flex; }
  .film-slider--big .slick-slide {
    position: relative;
    outline: none; }
  .film-slider--big img {
    min-width: 100%;
    height: 48rem; }

.film-slider--small {
  position: relative;
  padding-top: 1.5rem;
  width: 100%;
  display: flex;
  background: #e8e7e5; }
  .film-slider--small .slick-arrow {
    width: 8rem;
    height: 8rem;
    font-size: 0;
    border: 0;
    outline: 0;
    background-color: transparent;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 3rem;
    transition: 300ms; }
    .film-slider--small .slick-arrow.slick-prev {
      background-image: url("../img/left-arrow.svg"); }
      .film-slider--small .slick-arrow.slick-prev:hover {
        background-image: url("../img/left-arrow-hover.svg"); }
    .film-slider--small .slick-arrow.slick-next {
      background-image: url("../img/right-arrow.svg"); }
      .film-slider--small .slick-arrow.slick-next:hover {
        background-image: url("../img/right-arrow-hover.svg"); }
  .film-slider--small .slick-list {
    width: calc(100% - 16rem);
    background: #e8e7e5;
    overflow: hidden; }
  .film-slider--small .slick-track {
    display: flex; }
  .film-slider--small .slick-slide {
    outline: none;
    height: 8rem;
    margin-right: 10px;
    cursor: pointer;
    position: relative; }
  .film-slider--small img {
    width: 100%;
    min-height: 8rem; }

.film-description {
  padding-top: 8.5rem;
  background: #e8e7e5; }
  .is-archive-film .film-description {
    padding-bottom: 5rem; }
  .film-description__wrap {
    align-items: flex-start;
    position: relative; }
  .film-description__sidebar {
    width: 35rem;
    position: -webkit-sticky;
    position: sticky;
    top: 2rem;
    padding-right: 9rem;
    padding-bottom: 3rem; }
  .film-description__content {
    width: 73rem; }

.film-awards {
  margin-bottom: 2.5em; }

.film-about {
  padding: 2rem 0 5rem; }
  .film-about p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: black; }

.film-guests {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.film-next {
  background-color: #fff;
  padding: 8rem 0 7.5rem; }
  .film-next__wrap {
    justify-content: space-between;
    align-items: flex-end; }
  .film-next__item {
    position: relative;
    width: calc(50% - 15rem); }
    .film-next__item:before {
      content: "";
      position: absolute;
      display: inline-block;
      width: 3rem;
      height: 2rem;
      top: 0;
      bottom: 0;
      margin: auto;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      transition: 300ms; }
    .film-next__item.prev {
      padding-left: 5rem;
      text-align: left; }
      .film-next__item.prev:before {
        left: 0;
        background-image: url("../img/left-arrow.svg"); }
      .film-next__item.prev:hover:before {
        left: -0.5rem;
        background-image: url("../img/left-arrow-hover.svg"); }
    .film-next__item.next {
      padding-right: 5rem;
      text-align: right; }
      .film-next__item.next:before {
        right: 0;
        background-image: url("../img/right-arrow.svg"); }
      .film-next__item.next:hover:before {
        right: -0.5rem;
        background-image: url("../img/right-arrow-hover.svg"); }
    .film-next__item:hover .film-next__title {
      color: #22a4b2; }
    .film-next__item.no-link:before, .film-next__item.hidden:before {
      display: none; }
    .film-next__item.no-link:hover .film-next__title, .film-next__item.hidden:hover .film-next__title {
      color: black; }
  .film-next__title {
    font-size: 1.8rem;
    font-weight: 700;
    color: black;
    transition: 300ms; }
  .film-next__time {
    display: block;
    font-size: 1.3rem;
    font-weight: 400;
    color: #888282; }

.trailer-btn {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #0909094a;
  border: 2px solid #fff;
  position: absolute;
  z-index: 2;
  top: calc(48rem / 2 - 5rem);
  left: 0;
  right: 0;
  margin: auto;
  outline: 0;
  opacity: 0;
  transition: 300ms;
  -webkit-animation: fadeIn 200ms 500ms linear forwards;
          animation: fadeIn 200ms 500ms linear forwards; }
  .trailer-btn:hover {
    background-color: #22a4b2;
    border: 2px solid #22a4b2; }
  .trailer-btn:focus {
    outline: 0; }
  .trailer-btn:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 35px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 28px;
    left: 37px;
    transition: 300ms; }

.trailer-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }
  .trailer-icon:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 17px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute; }

.guest-item {
  padding: 1.5rem 0;
  border-top: 1px solid black;
  cursor: pointer; }
  .guest-item:hover .tab-toggler:before, .guest-item:hover .tab-toggler:after {
    background-color: #22a4b2; }
  .guest-item.active .tab-toggler:after {
    transform: rotate(0deg);
    left: 0.3rem;
    z-index: 1; }
  .guest-item__img {
    width: 8rem;
    transition: 400ms; }
    .active .guest-item__img {
      width: 16.5rem; }
    .guest-item__img img {
      width: 100%; }
  .guest-item__bio {
    display: none; }
    .guest-item__bio p {
      opacity: 0; }
  .guest-item__title {
    position: relative;
    width: 100%;
    padding: 2.5rem 4rem 2.5rem 0; }
    .guest-item__title h5 {
      font-size: 1.8rem;
      font-weight: 700;
      color: black;
      margin: 0; }
    .guest-item__title .tab-toggler {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      padding: 0;
      display: inline-block;
      width: 3.5rem;
      height: 3.5rem;
      border: 0;
      background: transparent;
      outline: none; }
      .guest-item__title .tab-toggler:before, .guest-item__title .tab-toggler:after {
        content: "";
        position: absolute;
        display: inline-block;
        width: 2.6rem;
        height: 0.2rem;
        left: 0.3rem;
        top: 1.6rem;
        margin: auto;
        transition: 400ms;
        transform-origin: center;
        background-color: black;
        z-index: 0; }
      .guest-item__title .tab-toggler:after {
        transform: rotate(90deg);
        left: 0.4rem;
        z-index: 1; }
  .guest-item__data {
    width: calc(100% - 8rem);
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 400ms; }
    .active .guest-item__data {
      width: calc(100% - 16.5rem); }
      .active .guest-item__data .guest-item__bio p {
        opacity: 1;
        transition: 300ms;
        transition-delay: 400ms; }

.award__item {
  position: relative;
  padding: 2rem 1.5rem 2.5rem 3rem;
  border-bottom: 1px solid #ada8a8; }

.award__title {
  font-size: 1.4rem;
  font-weight: 700;
  color: black;
  margin-bottom: 0.5rem;
  display: block; }

.award__nomination {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  color: #888282;
  margin-bottom: 5px; }

.fb-event {
  padding-left: 45px;
  position: relative; }
  .fb-event:before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url("../img/facebook-hover.svg");
    background-position: center;
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    background-size: contain;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 300ms; }
  .fb-event:hover:before {
    background-image: url("../img/facebook.svg"); }

.single-guest__intro {
  padding: 10rem 0; }

.single-guest__wrap {
  display: flex;
  flex-wrap: wrap; }

.single-guest__back {
  width: 17.5rem; }

.single-guest__image {
  width: 27rem;
  padding-right: 4rem; }
  .single-guest__image img {
    max-width: 100%;
    height: auto; }

.single-guest__head h1 {
  font-size: 3.6rem;
  font-weight: 700;
  color: black;
  margin: 0; }

.single-guest__head > span {
  display: block;
  font-size: 1.6rem;
  color: #7E7E7E; }

.single-guest__about {
  width: calc(100% - 44.5rem); }
  .single-guest__about h1 {
    font-size: 3.6rem;
    font-weight: 700;
    color: black;
    margin: 0; }
  .single-guest__about > span {
    display: block;
    font-size: 1.6rem;
    color: #7E7E7E; }
  .single-guest__about > div, .single-guest__about p {
    font-size: 1.6rem;
    color: black;
    line-height: 1.3;
    margin-bottom: 2rem; }

.single-guest__roles {
  border-top: 1px solid #000; }
  .single-guest__roles li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #000;
    padding: 1.5rem 0; }
    .single-guest__roles li .year {
      width: 10rem;
      padding-right: 3rem;
      font-size: 1.8rem;
      font-weight: 700; }
    .single-guest__roles li .roles {
      width: calc(100% - 10rem);
      font-size: 1.4rem;
      line-height: 1.3; }

.single-event .film-description {
  padding-bottom: 10rem; }
  .single-event .film-description__sidebar a {
    display: block;
    text-align: center;
    margin-bottom: 1.5rem; }

.b-footer {
  position: relative;
  background-color: black;
  padding-top: 5rem;
  z-index: 3; }
  .b-footer__wrap {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 3.5rem;
    position: relative; }
    .page-template-home .b-footer__wrap {
      align-items: flex-end; }
  .b-footer__social {
    width: 46rem; }
    .b-footer__social li {
      display: inline-block; }
      .b-footer__social li a {
        position: relative;
        display: inline-block;
        width: 4rem;
        height: 4rem;
        margin-right: 1rem;
        border: 1px solid #fff;
        font-size: 0; }
        .b-footer__social li a:hover {
          border: 1px solid #22a4b2; }
        .b-footer__social li a:before {
          content: "";
          position: absolute;
          display: inline-block;
          width: 2rem;
          height: 2rem;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          transition: 300ms; }
      .b-footer__social li.fb a:before {
        background-image: url("../img/facebook.svg"); }
      .b-footer__social li.fb a:hover:before {
        background-image: url("../img/facebook-hover.svg"); }
      .b-footer__social li.vk a:before {
        background-image: url("../img/vk.svg"); }
      .b-footer__social li.vk a:hover:before {
        background-image: url("../img/vk-hover.svg"); }
      .b-footer__social li.insta a:before {
        background-image: url("../img/instagram.svg"); }
      .b-footer__social li.insta a:hover:before {
        background-image: url("../img/instagram-hover.svg"); }
      .b-footer__social li.youtube a:before {
        background-image: url("../img/youtube.svg"); }
      .b-footer__social li.youtube a:hover:before {
        background-image: url("../img/youtube-hover.svg"); }
  .b-footer__menu {
    width: 37rem; }
    .page-template-home .b-footer__menu {
      padding-top: 2.5rem; }
    .b-footer__menu li {
      width: 50%;
      margin-bottom: 2.5rem; }
      .b-footer__menu li a {
        color: #fff; }
        .b-footer__menu li a:hover {
          color: #22a4b2; }
  .b-footer__copyright {
    width: 100%;
    font-size: 1.2rem;
    color: #888282;
    padding-top: 1rem;
    position: absolute;
    bottom: 0; }

@media screen and (max-width: 1440px) {
  .kf-card {
    margin-right: 5rem; } }

@media screen and (max-width: 1400px) {
  .home-intro {
    height: 55vh;
    min-height: 55rem; }
  .home-program {
    min-height: 45vh; }
  .kf-title__wrap {
    width: 18rem; }
  .kf-content__wrap {
    width: calc(100% - 18rem); }
  .kf-page__container {
    width: 81rem; }
  .page-program__day h3 {
    max-width: calc(100% - 56rem); }
  .kf-program-list {
    width: 53.5rem; }
  .kf-page__container.full-width {
    width: 107rem; }
  .kf-archive__list > div {
    width: calc(100% + 3rem); }
  .guest-card.guest-card--xs .guest-card__image {
    height: 16.5rem; }
  .guest-card.guest-card--xs .guest-card__title,
  .guest-card.guest-card--xs .guest-card__role {
    max-width: 14rem;
    font-size: 1.2rem; } }

@media screen and (max-width: 1199px) {
  .container {
    max-width: 96rem;
    padding: 0 3rem; }
  .container-right {
    width: calc(100% - ((100% - 96rem) / 2));
    padding: 0  0 0 3rem; }
  .b-header__wrap {
    padding: 2.5rem 3rem 0; }
  .film-intro {
    padding-top: 10rem; }
  .film-intro:before {
    height: 60rem; }
  .film-intro__title {
    width: calc(100% - 18rem); }
  .film-intro__date {
    width: 18rem; }
  .film-intro__content {
    width: 100%; }
  .film-intro__sidebar {
    width: 100%;
    background: #fff;
    padding: 2.5rem;
    margin-top: 3rem; }
    .film-intro__sidebar > div {
      max-width: 48rem; }
  .film-description__content {
    width: calc(100% - 35rem); } }

@media screen and (min-width: 1171px) {
  .b-header__mobile-menu, .menu-open-btn, .action-menu-mobile {
    display: none !important; } }

@media screen and (max-width: 1170px) {
  .kf-page__wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 3rem !important; }
  .kf-page__container.full-width {
    width: 100%; }
  .kf-title__wrap {
    width: 100%;
    position: static; }
  .kf-content__wrap {
    width: 100%; }
  .kf-title--vertical {
    -ms-writing-mode: inherit;
        writing-mode: inherit;
    transform: rotate(0);
    margin: 0 0 5rem;
    min-height: auto;
    text-align: left; }
  .kf-page__container {
    width: 100%; }
  .page-program__day h3 {
    max-width: 32rem; }
  .kf-program-list {
    width: calc(100% - 32rem); }
  .kf-archive__list {
    overflow: visible; }
    .kf-archive__list .slick-list {
      overflow: hidden; }
  .kf-archive__list .slick-list {
    overflow: visible; }
  .kf-card {
    margin-right: 5rem; }
  .b-header__menu {
    display: none; }
  .menu-open-btn {
    display: block;
    width: 2.5rem;
    height: 2rem;
    background-color: transparent;
    background-image: url("../img/menu.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    margin-bottom: 8px; }
    .menu-open-btn:focus {
      outline: 0; }
  .b-header__mobile-menu {
    display: block;
    transform: translateX(-110%);
    opacity: 0;
    transition: 400ms; }
    .opened-mobile-menu .b-header__mobile-menu {
      transform: translateX(0px);
      opacity: 1; }
  .b-header__mobile-menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #000;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 99; }
    .b-header__mobile-menu .b-header__logo,
    .b-header__mobile-menu .kf-language-switcher {
      color: #fff; }
      .b-header__mobile-menu .b-header__logo li a,
      .b-header__mobile-menu .kf-language-switcher li a {
        color: #fff; }
    .b-header__mobile-menu .nav-menu {
      margin: 0;
      display: flex;
      flex-direction: column; }
      .b-header__mobile-menu .nav-menu li {
        margin-bottom: 4rem;
        margin-left: 0; }
        .b-header__mobile-menu .nav-menu li a {
          font-size: 2.4rem;
          color: #fff; }
    .b-header__mobile-menu .nav-actions li {
      margin: 0 1rem 2rem 0; }
      .b-header__mobile-menu .nav-actions li.donate a {
        border: 1px solid #fff; }
  .b-header__mobile-nav {
    min-height: 100vh;
    overflow: scroll;
    padding: 2.5rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .menu-close-btn {
    position: absolute;
    top: 3.5rem;
    right: 3rem;
    width: 3rem;
    height: 3rem;
    font-size: 0;
    background-color: transparent;
    background-image: url("../img/close-button.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2rem;
    border: 0; }
    .menu-close-btn:focus {
      outline: 0; }
  .home-intro__title {
    margin-bottom: 7rem; }
  .home-intro__wrap {
    padding: 5rem 0; }
  .action-menu-mobile {
    display: block;
    margin-bottom: 5rem; }
    .action-menu-mobile .nav-actions li a {
      display: block; }
    .action-menu-mobile .nav-actions li.donate a {
      border-color: #fff; }
  .home-intro__days {
    width: 100%;
    max-width: calc(100% - 10rem);
    min-width: 64rem;
    padding-right: 10px; }
  .home-guests__slider {
    overflow: hidden; }
    .home-guests__slider .guest-card {
      min-width: 24rem; }
  .home-about__description {
    width: 35rem; }
  .home-about__slider {
    width: calc(100% - 35rem);
    padding-left: 7rem; }
  .kf-competition__item {
    min-width: 23rem; }
  .guest-card.guest-card--xs .guest-card__image {
    height: calc(50% * 1.55); }
  .kf-search {
    justify-content: space-between; }
  .kf-competition__archive .kf-search__item--key {
    width: calc(50% - 1.5rem);
    margin-bottom: 1.5rem; }
  .kf-search__item--key {
    width: 100%; }
    .kf-search__item--key input {
      padding-right: 9rem; }
  .kf-search__item--year,
  .kf-search__item--genre,
  .kf-search__item--role {
    width: calc(50% - 1.5rem);
    padding: 0;
    margin-bottom: 1.5rem; }
  .kf-result__year {
    width: 10rem; }
  .kf-result__title {
    width: calc(40% - 10rem); }
  .kf-result__role {
    width: 60%; }
  .kf-result__producer,
  .kf-result__duration,
  .kf-result__genre {
    width: 20%; }
  .kf-result__year .awards-list {
    right: auto;
    left: 5rem; }
    .kf-result__year .awards-list:before {
      right: auto;
      left: 1.5rem; }
  .reset-btn {
    width: 38px;
    height: 38px;
    border-left: 1px solid #e8e7e5;
    border-right: 1px solid #e8e7e5;
    background-color: transparent;
    background-size: 13px 13px;
    right: 4.1rem; } }

@media screen and (max-width: 960px) {
  .container {
    max-width: 100%;
    padding: 0 1.5rem; }
  .kf-page__wrap {
    padding: 0 1.5rem !important; }
  .container-right {
    width: 100%;
    padding: 0 0 0 1.5rem;
    margin: 0 auto; }
  .b-header__wrap {
    padding: 2.5rem 1.5rem 0; }
  .b-header__mobile-nav {
    padding: 2.5rem 1.5rem; }
  .menu-close-btn {
    top: 3.5rem;
    right: 1.5rem; }
  .home-intro__days {
    width: 100%;
    max-width: calc(100% - 6rem);
    min-width: 64rem; }
  .guest-card.guest-card--xs .guest-card__image {
    height: calc(45% * 1.55); }
  .film-description__wrap {
    flex-direction: column; }
    .film-description__wrap .film-description__sidebar {
      width: 100%;
      position: relative;
      top: 0;
      order: 2;
      padding-right: 0; }
    .film-description__wrap .film-description__content {
      width: 100%;
      margin-bottom: 5rem; }
  .film-slider--big,
  .film-slider--big .slick-list,
  .film-slider--big .slick-list img {
    width: 100%;
    height: calc(100vw * 0.56); }
  .single-guest__back,
  .single-guest__image,
  .single-guest__about {
    width: 100%; }
  .single-guest__back {
    margin-bottom: 3rem; }
  .single-guest__image {
    padding-right: 0;
    margin-bottom: 3rem; }
  .kf-result__title {
    width: calc(50% - 10rem); }
  .kf-result__role {
    width: 50%; }
  .kf-result__producer,
  .kf-result__genre {
    width: 25%; }
  .kf-result__duration {
    display: none !important; } }

@media screen and (max-width: 768px) {
  .admin-bar .b-header {
    top: 2rem; }
  .admin-bar .menu-close-btn {
    top: 5.5rem; }
  .home-intro {
    height: 75vh; }
  .home-intro__days {
    max-width: calc(100% - 3rem); }
  .home-intro h1 {
    font-size: 10rem; }
  .home-guests h2 {
    margin-bottom: 5rem; }
  .home-guests__slider .slick-list {
    width: 60rem; }
  .home-about {
    padding-top: 7rem; }
  .home-about__description {
    width: 100%;
    margin-bottom: 3rem; }
  .home-about__slider {
    width: 100%;
    padding-left: 0; }
    .home-about__slider .about-slider {
      width: calc(100% + 3rem);
      transform: translateX(-15px); }
  .about-slider-card .slider-card__img {
    width: 100%;
    height: calc(100vw * 0.6); }
  .home-location__links {
    margin-bottom: 0; }
    .home-location__links a {
      margin-bottom: 1.5rem; }
  .home-location__description {
    padding-left: 38rem;
    min-height: 45rem; }
  .page-template-home .b-footer__wrap {
    padding-top: 10rem; }
  .b-footer__social {
    width: 100%;
    order: 2; }
  .b-footer__menu {
    width: 100%;
    max-width: 500px; }
  .kf-page__section--intro {
    padding-top: 10rem; }
  .kf-program-list,
  .page-program__day h3 {
    max-width: 100%;
    width: 100%; }
  .kf-page-title {
    font-size: 5rem; }
  .kf-archive__title h2 {
    width: 100%;
    max-width: 100%; }
  .films-archive__action {
    display: none; }
  .kf-competition__item {
    width: 33.33%; }
  .guest-card.guest-card--xs .guest-card__image {
    height: calc(40% * 1.55); }
  .cinema-gallery > div {
    width: calc(50% - 1.75rem); }
    .cinema-gallery > div:first-child {
      display: none; }
  .kf-films-message {
    font-size: 1.6rem; }
  .gallery-columns-6 .gallery-item {
    width: 33.33%; }
  .gallery-columns-8 .gallery-item {
    width: 25%; }
  .cookies-alert__content {
    width: 100%;
    margin-bottom: 1rem;
    padding-top: 2.5rem; }
  .cookies-alert__button {
    width: 100%;
    padding: 0 1.5rem 3.5rem; }
    .cookies-alert__button button {
      min-width: 20rem; }
  .film-intro__title,
  .film-intro__date {
    width: 100%; }
  .film-intro__date li {
    font-size: 1.8rem;
    margin-left: 2rem; }
    .film-intro__date li span {
      font-size: 1.4rem; } }

@media screen and (min-width: 601px) {
  .mobile-only {
    display: none !important; }
  .home-intro__days.visible-block {
    transform: translateX(0px) !important; } }

@media screen and (max-width: 600px) {
  .b-header__mobile-nav {
    padding: 1.5rem 1.5rem 5rem; }
  .menu-close-btn {
    top: 2.5rem;
    right: 1.3rem; }
  .b-header__wrap {
    padding: 1.5rem 1.5rem 0; }
  .b-header__mobile-menu .nav-menu li {
    margin-bottom: 2.5rem; }
  .b-header__mobile-menu .nav-actions {
    margin-bottom: 0; }
    .b-header__mobile-menu .nav-actions li {
      width: 100%;
      margin: 0 0 1.5rem; }
      .b-header__mobile-menu .nav-actions li.donate a {
        padding-left: 2.1rem; }
        .b-header__mobile-menu .nav-actions li.donate a:before {
          position: static; }
      .b-header__mobile-menu .nav-actions li a {
        display: block;
        text-align: center; }
        .donate .b-header__mobile-menu .nav-actions li a {
          padding-left: 2.1rem; }
  .home-intro h1 {
    font-size: 6rem; }
  .home-intro__dates {
    font-size: 1.8rem; }
  .home-intro__description {
    font-size: 1.6rem; }
  .home-intro__days {
    width: 100%;
    max-width: 100%;
    min-width: 360px;
    height: 120px;
    flex-wrap: nowrap;
    transition-property: opacity, transform;
    transition-duration: 300ms;
    transition-delay: 300ms, 0ms; }
  .home-intro__days > div .day {
    font-size: 7rem; }
  .home-intro__days.visible-block {
    transition-property: opacity, transform;
    transition-duration: 300ms;
    transition-delay: 300ms, 0ms; }
  .home-guests {
    padding-bottom: 8rem; }
  .home-guests__slider .slick-list {
    width: 30rem; }
  .home-location {
    padding-top: 5rem; }
  .home-location:after {
    content: '';
    width: 100%;
    height: 4rem;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: black;
    z-index: 0; }
  .kf-circle-wrap.home-circle {
    z-index: 2; }
  .home-location__description {
    padding-left: 0;
    min-height: auto; }
  .home-location__description h2 {
    font-size: 5.5rem;
    padding-top: 1rem; }
  .home-location__description .home-location__img {
    position: relative;
    left: 0;
    bottom: -3rem;
    width: 100%;
    max-width: 100%;
    z-index: 1; }
  .home-location__links a {
    width: 100%;
    text-align: center; }
  .kf-archive__list .slick-list {
    width: 30rem; }
  .kf-card {
    margin-right: 3rem; }
  .kf-card__poster {
    height: 35rem; }
  .kf-guests-list {
    justify-content: space-between; }
    .kf-guests-list > div {
      padding-right: 0;
      margin-bottom: 3rem;
      width: calc(50% - 1.5rem); }
  .guest-card.guest-card--xs .guest-card__image {
    height: calc(45% * 1.55); }
  .kf-competition__list {
    justify-content: space-between; }
  .kf-competition__item {
    width: calc(50% - 1.75rem);
    padding-right: 0;
    min-width: auto; }
  .kf-competition__poster {
    height: calc(50vw * 1.2); }
  .kf-modal__film {
    width: 100%;
    height: 100vh; }
  .kf-modal__content {
    padding: 3rem 0 3rem 1.5rem; }
  .b-team-wrap {
    justify-content: space-between; }
  .team-member {
    width: calc(50% - 1.5rem);
    padding-right: 0;
    margin-bottom: 3rem; }
  .cinema-gallery > div {
    width: 100%; }
    .cinema-gallery > div:last-child {
      display: none; }
  .cinema-about li {
    width: 50%; }
  .cinema-map {
    margin-bottom: 5rem; }
  .film-slider--big {
    width: 100%;
    height: calc(100vw * 0.55); }
  .film-intro:before {
    height: calc(100vw * 1.2); }
  .film-slider--big .slick-list {
    height: calc(100vw * 0.55);
    background: transparent; }
  .trailer-btn {
    width: 8rem;
    height: 8rem;
    top: calc((100vw * 0.55) / 2 - 4rem); }
    .trailer-btn:before {
      top: 18px;
      left: 27px; }
  .kf-common-modal__content {
    padding: 5rem 1rem; }
  .kf-common-modal .trailer-wrap iframe, .kf-common-modal .trailer-wrap video {
    height: calc(100vw * 0.57); }
  .film-next__item {
    position: relative;
    width: 5rem;
    height: 5rem; }
  .film-next__time,
  .film-next__title {
    display: none; }
  .fb-event {
    text-align: center;
    display: block; }
  .b-footer {
    padding-top: 15rem; }
  .page-template-home .b-footer {
    padding-top: 5rem; }
  .kf-circle-wrap {
    top: -20rem; }
  .kf-competition__archive .kf-search__item--key {
    width: 100%;
    margin-bottom: 0; }
  .kf-search__item--year,
  .kf-search__item--genre,
  .kf-search__item--role {
    width: 100%; }
  .kf-search__item--year {
    position: relative;
    z-index: 3; }
  .kf-result__title {
    width: calc(100% - 10rem); }
  .kf-result__role,
  .kf-result__producer,
  .kf-result__genre {
    display: none !important; }
  .kf-heading__wrap a {
    display: none; }
  .gallery-columns-3 .gallery-item {
    width: 100%; }
  .gallery-columns-4 .gallery-item {
    width: 50%; }
  .gallery-columns-5 .gallery-item {
    width: 100%; }
  .gallery-columns-6 .gallery-item {
    width: 50%; }
  .gallery-columns-7 .gallery-item {
    width: 100%; }
  .gallery-columns-8 .gallery-item {
    width: 50%; }
  .gallery-columns-9 .gallery-item {
    width: 100%; }
  .kf-modal__slider {
    height: 30rem; }
    .kf-modal__slider .slick-arrow {
      position: absolute;
      bottom: 0;
      width: 4.6rem;
      height: 4.6rem;
      border: 1px solid black;
      font-size: 0;
      border-radius: 0; }
      .kf-modal__slider .slick-arrow:hover, .kf-modal__slider .slick-arrow:focus {
        border: 1px solid #22a4b2;
        outline: 0; }
      .kf-modal__slider .slick-arrow:after {
        content: '';
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: 2.4rem;
        background-repeat: no-repeat;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0; }
      .kf-modal__slider .slick-arrow.slick-prev {
        left: 0; }
        .kf-modal__slider .slick-arrow.slick-prev:after {
          background-image: url("../img/left-arrow.svg"); }
        .kf-modal__slider .slick-arrow.slick-prev:hover:after, .kf-modal__slider .slick-arrow.slick-prev:focus:after {
          background-image: url("../img/left-arrow-hover.svg"); }
      .kf-modal__slider .slick-arrow.slick-next {
        left: auto;
        right: 1.5rem; }
        .kf-modal__slider .slick-arrow.slick-next:after {
          background-image: url("../img/right-arrow.svg"); }
        .kf-modal__slider .slick-arrow.slick-next:hover:after, .kf-modal__slider .slick-arrow.slick-next:focus:after {
          background-image: url("../img/right-arrow-hover.svg"); }
  .kf-modal__wrap .close-film-modal, .kf-modal__wrap .kf-common-modal__close,
  .kf-modal__wrap .kf-common-modal__close {
    right: 1.5rem; }
  .kf-heading__wrap h2 {
    width: 100%; }
  .kf-title--vertical {
    overflow-wrap: break-word; }
  .kf-page-title {
    font-size: 4.5rem; } }

@media screen and (max-width: 359px) {
  .b-header__mobile-menu .nav-menu li {
    margin-bottom: 1.5rem; }
  .action-menu-mobile .nav-actions li a {
    margin-bottom: 1.5rem;
    min-width: 20rem; }
  .home-intro h1 {
    font-size: 5rem; }
  .home-guests__slider .slick-list {
    width: 28rem; }
  .home-guests__action {
    padding-top: 3rem; }
    .home-guests__action a {
      width: 100%;
      text-align: center; }
  .home-guests__action .slider-nav {
    order: 0;
    margin: 0 auto 3rem; }
  .guest-card.guest-card--xs .guest-card__image {
    height: calc(40% * 1.55); } }

/*# sourceMappingURL=maps/app.css.map */
