@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root {
  --mainColorGreen: #47AA8D;
  --mainColorBlue: #484980; 
  --white: #ffffff;
  --lightGray: #DBDBDB;
  --mediumGray: #808080;
  --darkGray: #212121;
  --black: #000000;
  --purple: #C8378D;
  --lightPurple: #9C9AC8;
  --darkBlue: #333471;
  --orange: #EFA02B;
  --green: #52A377;
  --blue: #3F97BB;
  --red: #800000;
}
.nav-wrapper {
    padding: 0 2em;
}
nav .nav-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
nav .brand-logo{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
nav .brand-logo img{
    width: 100px;
}
.text-center {
    text-align: center;
}
.mainPageContainer{
    margin-top: -5px;
    padding-top: 24px;
}
.content_winner{
    border:  1px solid goldenrod
}
.content_jury{
    border:  1px solid #039BE5
}
.lngBtn {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
}
.lngBtn:focus {
    background: transparent;
}
.film-card {
    width: 100% !important;
}
.card-image {
    border-right: 8px solid var(--green);
}
.winners {
    border-right: 8px solid goldenrod;
}
.jury-mention{
    border-right: 8px solid #039BE5;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    background-color: var(--lightGray);
    background-repeat: no-repeat;
    background-position: bottom right;  
    overflow-x: hidden;
}
.collapsible-body{
    background: #fff;
}
.filmGal-Row{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 16px;
    position: relative;
}
/*FILM GALLERY START*/
.filmGalColumn{
    height: 200px;
    margin-bottom: 16px;
}
.filmGalColumn img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Clear floats after image containers */
.filmGalRow::after {
    content: "";
    clear: both;
    display: table;
}
/*FILM GALLERY END*/
/*SIDEBAR START*/
nav .sidenav-trigger {
    position: absolute;
    right: 0;
}
/*SIDEBAR END*/
/*PARTNERS START*/
.copyright,
.hind-text {
    text-align: center;
}
/*PARTNERS END*/
/*SUBSCRIBE MODAL START*/
.sbs {
    text-align: center;
    background-color: #fafafad8;
}
/*SUBSCRIBE MODAL END*/
/*PAGE 404 START*/
#notfound {
    position: relative;
    height: 100vh;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 560px;
    width: 100%;
    padding-left: 160px;
    line-height: 1.1;
}

.notfound .notfound-404 {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 140px;
    height: 140px;
    background-image: url("../img/emoji.png");
    background-size: cover;
}

.notfound .notfound-404:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(2.4);
    -ms-transform: scale(2.4);
    transform: scale(2.4);
    border-radius: 50%;
    background-color: #f2f5f8;
    z-index: -1;
}

.notfound h1 {
    font-size: 65px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    color: #151723;
    text-transform: uppercase;
}

.notfound h2 {
    font-size: 21px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    color: #151723;
}

.notfound p {
    color: #999fa5;
    font-weight: 400;
}

.notfound a {
    display: inline-block;
    font-weight: 700;
    border-radius: 40px;
    text-decoration: none;
    color: #388dbc;
}

@media only screen and (max-width: 767px) {
    .winners {
        border-bottom: 8px solid goldenrod;
    }
    .jury-mention{
        border-bottom: 8px solid #039BE5;
    }
    .notfound .notfound-404 {
        width: 110px;
        height: 110px;
    }
    .notfound {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 110px;
    }
}

/*PAGE 404 END*/
/*FILM PLUG START*/
#filmPlug {
    width: 640px;
    height: 420px;
    background-size: cover;

}
.plugMask {
    display: block;
    width: 100%;
    height: 100%;
    background: #00000087;
    color: #fff;
    font-size: 2em;
    text-align: center;
    line-height: 360px;
}
/*FILM PLUG END*/
.pull-right {
    float: right !important;
}
.filmGenre {
    font-size: 13px !important;
    font-weight: bold !important;
}
.runtime {
    font-size: 15px;
    font-weight: bold;
}
.Film_title {
    font-size: 20px;
    color: #000;
}
.film_card {
    justify-content: space-between;
    display: flex;
}
i.icon-red {
    color: rgb(87, 15, 15);
}
.filterList {
    display: inline;
}
[type="checkbox"] + span:not(.lever) {
    position: relative;
    padding-left: 1.9%;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 1%;
    color: #000;
}
.img-block {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
}
.img-newspres{
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;  
}
.banner-block{
    width: 100%;
    height: 420px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border-bottom: 8px solid var(--purple);
}
.filterBtns {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 24px;
}

.filterForm {
    line-height: 3;
}
.scheduleNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #979797;
    padding: 5px 0;
}
.schedule .scheduleNav a {
    cursor: pointer;
    text-decoration: none;
}
.btn-apply-filters,
.btn-schedule.active,
.btn-schedule:active,
.btn-schedule:hover {
    background: #000;
    color: #fff;
}
.btn-schedule {
    padding: 3px 5px;
    display: inline-block;
    border-radius: 50%;
    color: #000;
    transition: all 0.25s ease-out;
}
.card-image-red {
    border-right: 8px solid var(--red);
}
.card-image-blue {
    border-right: 8px solid var(--blue);
}
.card-image-purple {
    border-right: 8px solid var(--purple);
}
.card-image-orange {
    border-right: 8px solid var(--orange);
}
.card-image-yellow {
    border-right: 8px solid rgb(199, 199, 10);
}
.card-image-black {
    border-right: 8px solid var(--darkGray);
}
.card-image-green {
    border-right: 8px solid var(--green);
}
.card-image-brown {
    border-right: 8px solid brown;
}
.card-image-goldenrod {
    border-right: 8px solid goldenrod;
}
/*TOP BORDER*/
.film-border-red {
    border-top: 8px solid #e2007a;
}
.film-border-blue {
    border-top: 8px solid #5064FF;
}
.film-border-purple {
    border-top: 8px solid purple;
}
.film-border-orange {
    border-top: 8px solid #ffa502;
}
.film-border-yellow {
    border-top: 8px solid rgb(199, 199, 10);
}
.film-border-black {
    border-top: 8px solid #03191b;
}
.film-border-green {
    border-top: 8px solid #16a085;
}
.film-border-brown {
    border-top: 8px solid brown;
}
.film-border-goldenrod {
    border-top: 8px solid goldenrod;
}
.filmSubtitle {
    font: 14px/18px Montserrat;
    font-weight: 600;
    text-transform: uppercase;
}

/***************CHUNK*****************/
/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@-webkit-keyframes animateBackground {
    25% {
        background-position: 0 100%;
    }
    50% {
        background-position: 100% 100%;
    }
    to {
        background-position: 0 100%;
    }
}
@keyframes animateBackground {
    25% {
        background-position: 0 100%;
    }
    50% {
        background-position: 100% 100%;
    }
    to {
        background-position: 0 100%;
    }
}
.bg-wrapper {
    padding-bottom: 50px;
}
.bg-white {
    background: #fff;
}
.bg-page {
    position: relative;
    background: linear-gradient(180deg, #000, #14152a);
}
.bg-page:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(180deg, #422f0e, #201d1a);

}
.bg-festival {
    position: relative;
}
.bg-festival,
.bg-festival:before {
    background: linear-gradient(180deg, #939598, #000);
}
.bg-festival:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;

}
.bg-tv {
    position: relative;
    background: linear-gradient(180deg, #000, #0e2519);
}
.bg-tv:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(180deg, #0a3d2e, #1e1b21);
}
.bg-films {
    position: relative;
    background: linear-gradient(180deg, #000, #4d1127);
}
.bg-films:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(180deg, #68072b, #201b1d);

}
.bg-orange {
    position: relative;
    background: linear-gradient(180deg, #000, #3f2208);
}
.bg-orange:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(180deg, #5f2303, #201d1a);

}
.bg-immersive {
    position: relative;
    background: linear-gradient(180deg, #1e1b21, #2a1242);
}
.bg-immersive:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(180deg, #2c1147, #000);
}
.bg-talks {
    position: relative;
    background: linear-gradient(180deg, #000, #0f1938);
}
.bg-talks:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(180deg, #0e235f, #201b1d);
}
.bucket_edit_link {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3000;
    background: #f0f;
    color: #000;
    padding: 0 5px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
}
.btn {
    min-width: 144px;
    border-radius: 0 !important;
    font-weight: 700;
    padding: 4px 16px;
    height: auto;
    transition: background 0.25s ease;
    margin-left: 16px;
    box-shadow: none;
}
.btn:focus,
.btn:hover{
    box-shadow: none;
    opacity: .9;
}
.btn-primery{
    background-color: var(--mainColorGreen);
}
.btn-primery:hover{
    background-color: var(--green);
}
.btn:first-child{
    margin-left: 0;
}
.btn-gold {
    background: #d48f27;
    color: #fff;
}
.btn-gold.focus,
.btn-gold:focus,
.btn-gold:hover {
    color: #fff !important;
    background: #be8023;
}
.btn-pale {
    background: #f7f9fb;
    color: #000;
}
.btn-black {
    background: #000;
    color: #fff;
}
.btn-ruby {
    background: #d1004c;
    color: #fff;
}
.btn-devise {
    color: #000;
    border: 1px solid #000;
    padding: 10px 20px;
}
.btn-festival {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    padding: 17px 30px;
}
.btn-festival:hover {
    color: #e6e6e6;
}
.btn-action-blue {
    background: #06bdef;
    color: #fff;
}
.btn-action-blue:hover {
    color: #e6e6e6;
}
.btn-action-brownish-orange {
    background: #d48f27;
    color: #fff;
}
.btn-action-brownish-orange:hover {
    color: #e6e6e6;
}
.btn-action-jungle-green {
    background: #006f4e;
    color: #fff;
}
.btn-action-jungle-green:hover {
    color: #e6e6e6;
}
.btn-action-indigo {
    background: #5f009e;
    color: #fff;
}
.btn-action-indigo:hover {
    color: #e6e6e6;
}
.btn-action-ruby {
    background: #d1004c;
    color: #fff;
}
.btn-action-ruby:hover {
    color: #e6e6e6;
}
.btn-action-sienna {
    background: #b55420;
    color: #fff;
}
.btn-action-sienna:hover {
    color: #e6e6e6;
}
.btn-action-red {
    background: #fc4949;
    color: #fff;
}
.btn-action-red:hover {
    color: #e6e6e6;
}
.btn-action-green {
    background: #53e578;
    color: #fff;
}
.btn-action-green:hover {
    color: #e6e6e6;
}
.btn-action-gold {
    background: #ebb010;
    color: #fff;
}
.btn-action-gold:hover {
    color: #e6e6e6;
}
.btn-schedule {
    padding: 3px 5px;
    display: inline-block;
    border-radius: 50%;
    color: #000;
    transition: all 0.25s ease-out;
}
.btn-schedule:hover {
    text-decoration: none;
}
.btn-apply-filters,
.btn-schedule.active,
.btn-schedule:hover {
    background: #000;
    color: #fff;
}
.btn-apply-filters:hover {
    color: #e6e6e6;
}
.btn-clear-filters {
    border: 1px solid #000;
}
.btn-action-wishlist-add {
    border-radius: 50% !important;
    background: #f7f9fb;
    color: #d1004c;
    position: relative;
    padding: 2px 7px;
}
.btn-action-wishlist-add:before {
    font-size: 1.5em;
    content: "\f004";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.btn-action-wishlist-remove {
    border-radius: 50% !important;
    background: #242626;
    color: #fff !important;
    position: relative;
    padding: 2px 7px;
}
.btn-action-wishlist-remove:before {
    content: "X";
    font-weight: 400;
}
.container-fluid {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}
.padded-sides-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.modal-content {
    border-radius: 0;
}
.news-border-top {
    border-top: 6px solid #454646;
}
iframe {
    max-width: 100%;
}
.bg-red {
    background: red;
}
.border-red {
    border: thin solid red;
}
.bg-yellow {
    background: #ff0;
}
.border-yellow {
    border: thin solid #ff0;
}
.bg-green {
    background: green;
}
.border-green {
    border: thin solid green;
}
.dev-ad {
    text-align: center;
    padding: 40px;
    margin: 0 auto;
    border: 1px solid grey;
}
.heading-1 {
    font-weight: 700;
    font-size: 30px;
}
@media screen and (max-width: 320px) {
    .FilmSectionTitle{
        font-size: 25px;
    }
    .heading-1 {
        font-size: calc(28px + 15 * (100vw - 320px) / 880);
    }
}

.heading-2 {
    font-weight: 700;
    font-size: 18px;
}
@media screen and (min-width: 320px) {
    .heading-2 {
        font-size: calc(18px + 18 * (100vw - 320px) / 880);
    }
}
@media screen and (min-width: 1200px) {
    .heading-2 {
        font-size: 36px;
    }
}
.heading-3 {
    font-weight: 700;
    font-size: 16px;
}
@media screen and (min-width: 320px) {
    .heading-3 {
        font-size: calc(16px + 14 * (100vw - 320px) / 880);
    }
}
@media screen and (min-width: 1200px) {
    .heading-3 {
        font-size: 30px;
    }
}
.heading-4 {
    font-weight: 700;
    font-size: 14px;
}
@media screen and (min-width: 320px) {
    .heading-4 {
        font-size: calc(14px + 10 * (100vw - 320px) / 880);
    }
}
@media screen and (min-width: 1200px) {
    .heading-4 {
        font-size: 24px;
    }
}
.heading-5 {
    font-weight: 700;
    font-size: 14px;
}
@media screen and (min-width: 320px) {
    .heading-5 {
        font-size: calc(14px + 7 * (100vw - 320px) / 880);
    }
}
@media screen and (min-width: 1200px) {
    .heading-5 {
        font-size: 21px;
    }
}
.heading-6 {
    font-weight: 700;
    font-size: 14px;
}
@media screen and (min-width: 320px) {
    .heading-6 {
        font-size: calc(14px + 2 * (100vw - 320px) / 880);
    }
}
@media screen and (min-width: 1200px) {
    .heading-6 {
        font-size: 16px;
    }
}
.heading-1.black,
.heading-2.black,
.heading-3.black,
.heading-4.black,
.heading-5.black {
    color: #000;
}
.hind-text {
    font-weight: 400;
}
@media screen and (min-width: 320px) {
    .hind-text {
        font-size: calc(16px + 5 * (100vw - 320px) / 880);
    }
}
@media screen and (min-width: 320px) {
    small.hind-text {
        font-size: calc(12px + 2 * (100vw - 320px) / 880);
    }
}
.h-tag:before {
    content: " ";
    display: inline-block;
    margin-left: -15px;
    margin-right: 10px;
    border-left: 6px solid #000;
    padding: 0;
    width: 0;
}
.heading-1.h-tag:before {
    height: 16px;
}
@media screen and (max-width: 1440px) {

}
@media screen and (min-width: 320px) {
    .heading-1.h-tag:before {
        height: calc(16px + 10 * (100vw - 320px) / 880);
    }
}
@media screen and (min-width: 1200px) {
    .heading-1.h-tag:before {
        height: 26px;
    }
}
.heading-2.h-tag:before {
    height: 16px;
}
@media screen and (max-width: 800px) {
    .FilmSectionTitle{
        font-size: 25px;
    }
    .heading-1 {
        font-size: calc(28px + 15 * (100vw - 320px) / 880);
    }
     .filterBtns {
        margin-left: 0;
    }
    [type="checkbox"] + span:not(.lever) {
        content: none;
        padding-left: 7.9%;
        display: block;
    }
    #filmPlug {
        max-width: 340px;
        font-size: 8px;
    }
    .Film {
        display: block;
    }
    .Film_img-container {
        background-size: cover;
        width: 100%;
        height: 200px;
        display: block;
        border-right: none;

    }
    .container-fluid {
        margin-left: auto;
    }
    .Film .filmSummary {
        display: none;
    }
    .film-table-row .Film .card-image-red {
        border-right: 8px solid #e2007a;
        border-bottom: 0;
    }
    .film-table-row .Film .card-image-blue {
        border-right: 8px solid #5064FF;
        border-bottom: 0;
    }
    .film-table-row .Film .card-image-purple {
        border-right: 8px solid purple;
        border-bottom: 0;
    }
    .film-table-row .Film .card-image-orange {
        border-right: 8px solid #ffa502;
        border-bottom: 0;
    }
    .film-table-row .Film .card-image-black {
        border-right: 8px solid #03191b;
        border-bottom: 0;
    }
    .film-table-row .Film .card-image-green {
        border-right: 8px solid #16a085;
        border-bottom: 0;
    }
    .film-table-row .Film .card-image-brown {
        border-right: 8px solid brown;
        border-bottom: 0;
    }
    .film-table-row .Film .card-image-goldenrod {
        border-right: 8px solid goldenrod;
        border-bottom: 0;
    }
    .film-table-row .Film .card-image-yellow {
        border-right: 8px solid rgb(199, 199, 10);
        border-bottom: 0;
    }
    .film-table-row .Film_img-container{
        height: 100%;
    }
    .card-image-red {
        border-bottom: 8px solid #e2007a;
    }
    .card-image-blue {
        border-bottom: 8px solid #5064FF;
    }
    .card-image-purple {
        border-bottom: 8px solid purple;
    }
    .card-image-orange {
        border-bottom: 8px solid #ffa502;
    }
    .card-image-yellow {
        border-bottom: 8px solid rgb(199, 199, 10);
    }
    .card-image-black {
        border-bottom: 8px solid #03191b;
    }
    .card-image-green {
        border-bottom: 8px solid #16a085;
    }
    .card-image-brown {
        border-bottom: 8px solid brown;
    }
    .card-image-goldenrod {
        border-bottom: 8px solid goldenrod;
    }
    .heading-2.h-tag:before {
        height: calc(16px + 10 * (100vw - 320px) / 880);
    }
}
@media screen and (min-width: 1200px) {
    .heading-2.h-tag:before {
        height: 26px;
    }
}
.h-tag--blue:before {
    border-left: 6px solid #06bdef;
}
.h-tag--brownish-orange:before {
    border-left: 6px solid #d48f27;
}
.h-tag--jungle-green:before {
    border-left: 6px solid #006f4e;
}
.h-tag--indigo:before {
    border-left: 6px solid #5f009e;
}
.h-tag--ruby:before {
    border-left: 6px solid #d1004c;
}
.h-tag--sienna:before {
    border-left: 6px solid #b55420;
}
.h-tag--red:before {
    border-left: 6px solid #fc4949;
}
.h-tag--green:before {
    border-left: 6px solid #53e578;
}
.h-tag--gold:before {
    border-left: 6px solid #ebb010;
}
hr.devider {
    border-top: 1px solid #979797;
}
.underlined {
    text-decoration: underline;
}
.BCLvideoWrapper {
    position: relative;
    padding-top: 1px;
    padding-bottom: 56.25%;
    height: 0;
    background-color: #000;
    margin-bottom: 20px;
}
* html .BCLvideoWrapper {
    margin-bottom: 45px;
    margin-top: 0;
    width: 100%;
    height: 100%;
}
.BCLvideoWrapper div,
.BCLvideoWrapper embed,
.BCLvideoWrapper iframe,
.BCLvideoWrapper object,
.BrightcoveExperience {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#embeddedVideoStats {
    display: none;
}
.dates-banner {
    background-color: #333;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 6px 0;
    font-size: 14px;
}
@media screen and (min-width: 320px) {
    .dates-banner {
        font-size: calc(14px + 4 * (100vw - 320px) / 880);
    }
}
@media screen and (min-width: 1200px) {
    .dates-banner {
        font-size: 18px;
    }
}
@media (min-width: 600px) {
    .dates-banner {
        padding: 10px 0;
    }
}
.Header {
    background-color: var(--white);
    text-align: center;
}
.Header .brand {
    width: 100%;
    height: auto;
    transition: all 0.25s ease;
}
.events-index #browse {
    opacity: 0.58;
}
.Filters {
    color: #000;
    background: #fff;
}
.Filters .FiltersNav {
    display: flex;
    flex-direction: column-reverse;
}
@media (min-width: 600px) {
    .Filters .FiltersNav {
        flex-direction: row;
        justify-content: space-between;
    }
}
@media (max-width: 600px) {
    .Filters .FiltersNav {
        padding-left: 0;
        padding-right: 0;
    }
}
.Filters .spacer {
    flex-grow: 1;
}
.Filters .FiltersNavLeft {
    cursor: pointer;
    display: flex;
    align-items: center;
}
.Filters .FiltersNavLeft .fa-chevron-down,
.Filters .FiltersNavLeft .fa-chevron-up {
    opacity: 0.58;
    margin-right: 8px;
}
@media (max-width: 600px) {
    .Filters .FiltersNavLeft {
        justify-content: center;
        background: #f7f9fb;
    }
}
.Filters .FiltersNavRight {
    display: flex;
    align-items: center;
}
@media (max-width: 600px) {
    .Filters .FiltersNavRight {
        justify-content: space-between;
    }
}
.Filters .FiltersNavLink {
    color: #000;
    text-decoration: none;
    font: 16px/30px Montserrat;
    font-weight: 600;
    padding: 12px 16px;
}
.Filters .FiltersNavLink.active {
    opacity: 0.58;
}
.Filters .FiltersNavSearch {
    display: none;
}
@media (min-width: 992px) {
    .Filters .FiltersNavSearch {
        display: block;
        min-width: 275px;
    }
}
.Filters .FiltersNavSearchXS {
    max-width: 400px;
    margin: 20px auto;
    display: block;
}
@media (min-width: 992px) {
    .Filters .FiltersNavSearchXS {
        display: none;
    }
}
.Filters .fa-search {
    padding: 4px 5px;
}
.Filters .FiltersNavSearchInputContainer {
    position: relative;
}
.Filters .FiltersNavSearchSubmit {
    position: absolute;
    right: 0;
    top: 4px;
    border: none;
    background: transparent;
    opacity: 0.58;
}
.Filters .FiltersNavSearchInput {
    width: 100%;
    height: 28px;
    border-radius: 2px;
    background: #d8d8d8;
    border: none;
    padding: 10px;
}
.Filters .FiltersContent {
    display: none;
}
.Filters .FiltersContent .FilterContentSection .FilterContentSectionTitle {
    font: 16px/20px Montserrat;
    font-weight: 600;
    color: #242626;
    text-transform: uppercase;
}
.Filters .FiltersContent .FilterContentList {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Filters .FiltersContent .FilterContentListItem {
    font: 500 16px/18px Hind;
    color: #000;
    padding: 5px;
    min-width: 15%;
}
.Filters .FiltersContent .FilterContentListItem .FilterCount {
    color: #7e7f7f;
    margin-left: 5px;
    font-size: 14px;
}
.Filters .FiltersContent .FilterContentListItem--disabled {
    color: #7e7e7e;
}
.Filters .FiltersContent .FilterContentInner {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.Filters .FiltersContent .FiltersContentActions {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 20px;
}
.Filters .FiltersContent .FiltersContentActionsCount {
    padding: 20px;
}
.FestivalCheckbox input[type="checkbox"] {
    display: none;
}
.FestivalCheckbox label {
    font: 500 16px/18px Hind;
    position: relative;
    display: inline-block;
    padding-left: 25px;
    cursor: pointer;
}
.FestivalCheckbox label:after,
.FestivalCheckbox label:before {
    position: absolute;
    content: "";
    display: inline-block;
}
.FestivalCheckbox label:before {
    height: 14px;
    width: 14px;
    border: 2px solid grey;
    opacity: 0.58;
    left: 0;
    top: 2px;
}
.FestivalCheckbox label:after {
    height: 5px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    left: 3px;
    top: 7px;
}
.FestivalCheckbox input[type="checkbox"] + label:after {
    content: none;
}
.FestivalCheckbox input[type="checkbox"]:checked + label:after {
    content: "";
}
.PageBreadcrumbs {
    font: 16px/24px Montserrat;
    font-weight: 400;
    margin-bottom: 30px;
    color: var(--lightGray);
}
.PageBreadcrumbs i{
    padding: 0 4px;
    font-size: 14px;
}
.PageBreadcrumbs a {
    color: var(--white);
    text-decoration: none;
}
.PageBreadcrumbs a:hover {
    text-decoration: none;
}
.PageBreadcrumbs .fa-angle-left {
    margin-right: 8px;
    vertical-align: text-bottom;
}
.Film,
.PageHeader--festival .PageBreadcrumbs a {
    color: #000;
}
.Film {
    min-height: 250px;
    position: relative;
    margin-bottom: 20px;
    background: #fff;
    display: flex;
}
.Film .Film_img-container {
    min-width: 35%;
    background-size: cover;
    background-position: 50%;
}
.Film .Film_img-container--blue {
    border-right: 6px solid #06bdef;
}
.Film .Film_img-container--brownish-orange {
    border-right: 6px solid #d48f27;
}
.Film .Film_img-container--jungle-green {
    border-right: 6px solid #006f4e;
}
.Film .Film_img-container--indigo {
    border-right: 6px solid #5f009e;
}
.Film .Film_img-container--ruby {
    border-right: 6px solid #d1004c;
}
.Film .Film_img-container--sienna {
    border-right: 6px solid #b55420;
}
.Film .Film_img-container--red {
    border-right: 6px solid #fc4949;
}
.Film .Film_img-container--green {
    border-right: 6px solid #53e578;
}
.Film .Film_img-container--gold {
    border-right: 6px solid #ebb010;
}
.Film .Film_action {
    position: absolute;
    left: 0;
    top: 0;
}
.Film__info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    flex: 1;
    border-right: 1px solid var(--lightGray);
}
.Film__info p{
    margin-bottom: 8px;
    text-align: left;
    font-weight: 700;
}
.Film__info p:last-child{
    margin-bottom: 0;
}
.Film__info p span{
    font-weight: 400;
    margin-left: 8px;
}
.Film .Film_content {
    padding: 15px 15px 15px 21px;
    display: flex;
    flex: 1;
    flex-grow: 2;
    flex-direction: column;
    justify-content: space-between;
}
.Film .Film_content h4{
    margin: 8px 0;
}
.Film .Film_content p{
    font-size: 14px;
    margin: 8px 0;
    line-height: 24px;
}
.Film .Film_content .btn {
    margin-bottom: 20px;
}
.Film .Film_genre {
    text-transform: uppercase;
    font: 14px/30px Montserrat;
    font-weight: 600;
}
.Film .Film_curated {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.Film .Film_curated .f_title:hover {
    text-decoration: underline;
    cursor: pointer;
}
.Film .Film_runtime {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.Film .Film_title {
    color: #000;
}
.Film .Film_title:hover {
    text-decoration: none;
}
.Film .filmSummary {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
.film-content{
    margin-bottom: 24px;
}

.Film .time_and_more {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.Film .time_and_more .start_time {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}
@media screen and (min-width: 320px) {
    .Film .time_and_more .start_time {
        font-size: calc(14px + 2 * (100vw - 320px) / 880);
    }
}
@media screen and (min-width: 1200px) {
    .Film .time_and_more .start_time {
        font-size: 16px;
    }
}
.Film .time_and_more .Film_more {
    color: var(--mainColorGreen);
    text-decoration: underline;
    text-underline-position: under;
    font-weight: 500;
    transition: all ease-in-out 200ms;
    font-size: 14px;
}
.Film .time_and_more .Film_more:hover{
    color: var(--mainColorBlue);
}
.Card {
    color: #000;
    background: #f7f9fb;
    position: relative;
    margin-bottom: 20px;
}
.Card .Card_action {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    padding: 3px 11px 5px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.Card .Card_img {
    margin-bottom: 13px;
    min-height: 250px;
    background-size: cover;
    background-position: 50%;
}
.Card .Card_img .btn-action-wishlist-add,
.Card .Card_img .btn-action-wishlist-remove {
    position: absolute;
    top: 5px;
    right: 5px;
}
.Card .Card_img--blue {
    border-bottom: 6px solid #06bdef;
}
.Card .Card_img--brownish-orange {
    border-bottom: 6px solid #d48f27;
}
.Card .Card_img--jungle-green {
    border-bottom: 6px solid #006f4e;
}
.Card .Card_img--indigo {
    border-bottom: 6px solid #5f009e;
}
.Card .Card_img--ruby {
    border-bottom: 6px solid #d1004c;
}
.Card .Card_img--sienna {
    border-bottom: 6px solid #b55420;
}
.Card .Card_img--red {
    border-bottom: 6px solid #fc4949;
}
.Card .Card_img--green {
    border-bottom: 6px solid #53e578;
}
.Card .Card_img--gold {
    border-bottom: 6px solid #ebb010;
}
.Card .Card_subtitle {
    font: 14px/18px Montserrat;
    font-weight: 600;
    margin-bottom: 10px;
}
.Card .Card_title {
    text-decoration: none;
    color: #000;
    font: 24px/30px Montserrat;
    font-weight: 600;
    display: block;
    height: 60px;
    overflow: hidden;
    text-overflow: elipsis;
}
.Card--film .Card_text-container {
    padding: 0 10px 10px;
}
.slick-slider .slick-next,
.slick-slider .slick-prev {
    position: absolute;
    transform: scale(2);
    opacity: 0.7;
    z-index: 1;
}
.slick-slider .slick-prev {
    left: 25px;
}
.slick-slider .slick-next {
    right: 25px;
}
.footer {
    background: rgba(0, 0, 0, .7);
    position: relative;
    text-align: center;
    padding: 44px 124px;
}
.footer .copyright,
.footer .hind-text {
    color: #fff;
}
.footer .we-are-one {
    max-width: 300px;
    height: auto;
    margin-bottom: 20px;
}
.footer .festivals {
    display: flex;
    flex-direction: row;
}
.footer .icons-wrap{
    display: flex;
    flex-direction: column;
    /* margin-left: 32px; */
    flex: 1;
}
.footer .icons-row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}
.footer .icons-row:last-child{
    margin-bottom: 32px;
}
.footer a {
    width: 216px;
    margin: 0 8px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 16px;
}
.footer a img {
    max-width: 200px;
}
.schedule #schedule {
    opacity: 0.58;
}
.schedule .ScheduleTime {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #000;
    display: flex;
    font-size: 16px;
}
@media screen and (min-width: 320px) {
    .schedule .ScheduleTime {
        font-size: calc(16px + 14 * (100vw - 320px) / 880);
    }
}
@media screen and (min-width: 1200px) {
    .schedule .ScheduleTime {
        font-size: 30px;
    }
}
.schedule .ScheduleTime .may {
    flex-grow: 1;
}
.schedule .ScheduleTime .june {
    flex-grow: 2;
}
.schedule .ScheduleTime--spaced {
    margin-bottom: 15px;
}
.schedule hr.devider {
    margin-top: 60px;
}
.schedule .ScheduleNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #979797;
    padding: 5px 0;
}
.schedule .ScheduleNav a {
    cursor: pointer;
    text-decoration: none;
}
.events-show,
.festival-archive {
    color: #000;
}
.events-show .Header .brand,
.festival-archive .Header .brand {
    padding: 20px;
    max-width: 250px;
}
.events-show .Filters,
.festival-archive .Filters {
    display: none;
}
.filmHeader {
    width: 100%;
    height: 460px;
    overflow: hidden;
    position: relative;
    color: #fff;
    margin-bottom: 24px;
}
@media (max-width: 768px) {
    .events-show .filmHeader .container,
    .festival-archive .filmHeader .container {
        width: 100%;
    }
}
.events-show .filmHeader .filmHeader_img-container,
.festival-archive .filmHeader .filmHeader_img-container {
    position: relative;
    padding: 0;
}
.filmHeader__mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: inset 0 -63px 63px -10px #000;
}
@media (min-width: 600px) {
    .events-show .filmHeader .filmHeader__mask,
    .festival-archive .filmHeader .filmHeader__mask {
        box-shadow: inset 0 0 63px 63px #000;
    }
}
.events-show .filmHeader .filmHeader__content,
.festival-archive .filmHeader .filmHeader__content {
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (min-width: 992px) {
    .events-show .filmHeader .filmHeader__content,
    .festival-archive .filmHeader .filmHeader__content {
        top: 60px;
        bottom: 70px;
    }
}
.events-show .filmHeader .heading-3,
.festival-archive .filmHeader .heading-3 {
    font-size: 20px;
}
@media screen and (min-width: 320px) {
    .events-show .filmHeader .heading-3,
    .festival-archive .filmHeader .heading-3 {
        font-size: calc(20px + 10 * (100vw - 320px) / 880);
    }
}
@media screen and (min-width: 1200px) {
    .events-show .filmHeader .heading-3,
    .festival-archive .filmHeader .heading-3 {
        font-size: 30px;
    }
}
.events-show .filmHeader .heading-4,
.festival-archive .filmHeader .heading-4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.events-show .film-container--blue,
.festival-archive .film-container--blue {
    border-top: 6px solid #06bdef;
}
.events-show .film-container--brownish-orange,
.festival-archive .film-container--brownish-orange {
    border-top: 6px solid #d48f27;
}
.events-show .film-container--jungle-green,
.festival-archive .film-container--jungle-green {
    border-top: 6px solid #006f4e;
}
.events-show .film-container--indigo,
.festival-archive .film-container--indigo {
    border-top: 6px solid #5f009e;
}
.events-show .film-container--ruby,
.festival-archive .film-container--ruby {
    border-top: 6px solid #d1004c;
}
.events-show .film-container--sienna,
.festival-archive .film-container--sienna {
    border-top: 6px solid #b55420;
}
.events-show .film-container--red,
.festival-archive .film-container--red {
    border-top: 6px solid #fc4949;
}
.events-show .film-container--green,
.festival-archive .film-container--green {
    border-top: 6px solid #53e578;
}
.events-show .film-container--gold,
.festival-archive .film-container--gold {
    border-top: 6px solid #ebb010;
}
.events-show .FilmSubtitle,
.festival-archive .FilmSubtitle {
    font: 14px/18px Montserrat;
    font-weight: 600;
    text-transform: uppercase;
}
@media (max-width: 480px) {
    .events-show .FilmSubtitle,
    .festival-archive .FilmSubtitle {
        text-align: center;
    }
}
.filmTitle {
    margin: 24px auto;
}
.filmGeners{
    margin-bottom: 16px;
}
@media (max-width: 480px) {
    .FilmTitle {
        text-align: center;
    }
}

@media (max-width: 480px) {}
@media (min-width: 992px) {}
.filmGeners span {
    color: #242626;
    border-top: 1px solid #242626;
    padding-top: 0.4%;
}
.filmSynopsis ul{
    padding: 0 32px;
}
.filmSynopsis ul,
.filmSynopsis ul li{
    list-style: disc;
    list-style-position: inside;
}
.filmSynopsis p{
    font-size: 16px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
}

@media screen and (min-width: 320px) {
    .events-show .FilmSynopsis,
    .festival-archive .FilmSynopsis {
        font-size: calc(16px + 5 * (100vw - 320px) / 880);
    }
}
@media screen and (min-width: 1200px) {
    .events-show .FilmSynopsis,
    .festival-archive .FilmSynopsis {
        font-size: 21px;
    }
}
@media (max-width: 500px) {
    .events-show .FilmUrls,
    .festival-archive .FilmUrls {
        text-align: center;
    }
}
.events-show .FilmSectionTitle,
.festival-archive .FilmSectionTitle {
    font: 24px/30px Montserrat;
    font-weight: 600;
}
.events-show .FilmSectionTitle.director,
.festival-archive .FilmSectionTitle.director {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.events-show .screening-img,
.festival-archive .screening-img {
    max-width: 250px;
    width: 100%;
    height: auto;
}

.dateTime {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 5%;
}

@media screen and (min-width: 320px) {
    .events-show .dateTime,
    .festival-archive .dateTime {
        font-size: calc(14px + 4 * (100vw - 320px) / 880);
    }
}
@media screen and (min-width: 1200px) {
    .events-show .dateTime,
    .festival-archive .dateTime {
        font-size: 18px;
    }
}
.events-show .rush-note,
.festival-archive .rush-note {
    color: #000;
    font: 14px/20px Hind;
    font-weight: 400;
}
.filmSectionBlocks {
    display: flex;
    flex-wrap: wrap;
}
.filmSectionBlock {
    padding: 0;
    width: 50%;
}
.filmSectionSubtitle {
    font-weight: 700;
    color: var(--mainColorBlue);
    font-size: 20px;
    text-transform: uppercase;
}
@media screen and (min-width: 320px) {
    .filmSectionContent {
        font-size: calc(16px + 2 * (100vw - 320px) / 880);
    }
}
@media screen and (min-width: 1200px) {
    .filmSectionContent {
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: 18px;
    }
}
.events-show .FilmPanelist,
.festival-archive .FilmPanelist {
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .events-show .FilmPanelist,
    .festival-archive .FilmPanelist {
        margin-bottom: 70px;
    }
}
.events-show .FilmPanelist .headshot,
.festival-archive .FilmPanelist .headshot {
    width: 100%;
    height: auto;
}
@media (max-width: 768px) {
    .events-show .FilmPanelist .headshot,
    .festival-archive .FilmPanelist .headshot {
        margin-bottom: 20px;
    }
}
.events-show .FilmPanelist .FilmSectionTitle,
.festival-archive .FilmPanelist .FilmSectionTitle {
    margin-top: 0;
}
.about #about {
    opacity: 0.58;
}
nav{
    background-color: var(--darkGray);
    color: var(--white);
    line-height: 56px;
}
nav ul li.active,
nav ul a:hover{
    background-color: transparent;
}
nav ul li:hover a,
nav ul li.active a{
    color: var(--lightGray);
}
.mainPageContainer .collapsible{
    box-shadow: none;
    margin: 0;
    margin-bottom: 24px;
}
.nav-sections{
    display: flex;
    flex-direction: row;
    margin-bottom: 24px;
}
.nav-sections a{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--white);
    margin-right: 24px;
    padding: 104px 32px;
    background-color: var(--lightPurple);
    transition: all ease-in-out 400ms;
    position: relative;
    cursor: pointer;
}
.nav-sections a h4{
    font-size: 1.64rem;
    font-weight: 700;
    letter-spacing: 1px;
}
.nav-sections a h6{
    font-weight: 700;
    letter-spacing: 1px;   
}
.nav-sections a img{
    width: 100px;
}
.nav-sections a:hover{
    transform: scale(1.05);
    opacity: .99;
    filter: brightness(0.9);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}
.nav-sections a:first-child{
    background-color: var(--purple);
}
.nav-sections a:last-child{
    margin-right: 0;
    background-color: var(--darkBlue);
}
.paralax-block{
    width: 100%;
    height: 420px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.paralax-block .overlay{
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--white);
}
.paralax-block .overlay h4{
    margin: 8px auto;
}
.paralax-block .overlay p{
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.paralax-block .overlay a{
    margin-top: 32px;
}
.collapsible-header{
    justify-content: center;
    padding: 0.2rem 0.5rem;
}
.collapsible-header h5{
    width: 100%;
}
.news-row{  
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 24px;
    position: relative;
    padding-bottom: 24px;
}
.news-row__item{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: var(--white);
    margin-bottom: 24px;
}
.news-row__item img{ 
    width: 100%;
}
.news-row__item h3{
    font-size: 20px;
    padding: 4px 16px;
    margin: 0;
    line-height: 26px;
    font-weight: 600;
}
.news-row__item p{
    font-size: 16px;
    padding: 4px 16px;
    margin: 0;
}
.news-row__item .btn{
    margin: 16px;
}
.news-img{
    position: relative;
}
.news-img .date{
    background: rgba(0, 0, 0, .8);
    color: var(--white);
    display: block;
    position: absolute;
    bottom: 16px;
    left: 16px;
    padding: 2px 8px;
}
.filmHeader__content{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    display: flex;
    align-items: flex-end;
}
.box-title{
    text-align: center; 
    margin: 24px 0;
}
.bg-white.box-title{
    padding: 32px 64px;
}
.bg-white.box-title p{
    line-height: 30px;
    margin-top: 16px;
}
.film-section-col{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.film-section-col h4{
    margin-bottom: 24px;
}
.film-section-row{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
    position: relative;
}
.film-section-row .Film,
.film-table-row .Film{
    min-height: 284px;
}
.film-section-row .Film_img-container{
    width: 40%;
}
.team-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.team-block h4,
.team-block h5{
    margin-bottom: 24px;
}
.main-member{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 24px;
    position: relative;
    padding-bottom: 24px;
    text-align: center; 
}
.teams-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding-bottom: 24px;
    text-align: center;
    column-gap: 24px;
}
.teams-row__item{
    flex: 1 1 calc(25% - 24px);
    margin-bottom: 24px;
}
.teams-row__item img{
    width: 100%;
    height: 320px;
    object-fit: cover;
}
.teams-row__item h6{
    color: var(--mainColorBlue);
    font-weight: 700;
}
.awards-section{
    padding: 32px 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.awards-section p{
    text-align: center;
}
.awards-row{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, max-content));
    gap: 24px;
    justify-content: center;
    width: 80%;
    margin-top: 24px;
}
.awards-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, max-content));
    gap: 24px;
    justify-content: center;
    position: relative;
    padding-bottom: 24px;
    text-align: center;
    margin-top: 24px;
}
.awards-row img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.awards__item{
    position: relative;
    overflow: hidden;
    height: 320px;
    transition: all ease-in-out 200ms;
    margin-bottom: 24px;
}
.awards__item h6{
    background: rgba(0, 0, 0, .3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: -14px;
    left: 0;
    right: 0;
    bottom: 0;
    color: var(--white);
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.awards__item:hover{
    transform: scale(1.03);
}
.awards__item:hover h6{
    display: flex;
}
.info-row{
    text-align: left;
    margin-bottom: 24px;
    width: 100%;
}
.info-row:last-child{
    margin-bottom: 0;
}
.info-row h6{
    font-weight: 700;
    margin-bottom: 8px;
}
.info-row p{
    text-align: left;
    margin-bottom: 8px;
}
.info-row span{
    font-weight: 500;
}
.press-block{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 44px 0;
    max-width: 900px;
    margin: 0 auto;
}
.press-block .btn{
    margin-top: 24px;
}
.collapsible-title-row{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.film-container .container{
    padding: 5%;
}
.portfolio-row{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    position: relative;
    padding-bottom: 24px;
}
.portfolio-img{
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 24px;
}
.portfolio-img img{
    width: 100%;
    height: 264px;
    object-fit: cover;
    object-position: top center;
}
#nav-mobile {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.teams-row__item .btn{
    margin-top: 8px;
}
.popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
    overflow-y: auto;
    z-index: 1000;
}

.popup.show {
    display: flex;
}

#popup-img {
    max-width: 100%;
    width: 80%;
    height: auto;
    margin: 0 auto 20px;
    display: block;
    border-radius: 8px;
}

.popup-inner {
    position: relative;
    width: 100%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 32px;
    background: var(--white);
    color: var(--black);
    text-align: center;
    border-radius: 12px;
    box-sizing: border-box;
    scrollbar-gutter: stable;
}
.popup-inner::-webkit-scrollbar {
    display: none;
}

.popup-inner .close {
    position: sticky;
    top: 0;
    right: 0;
    margin-left: auto;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;  
    z-index: 10;
    cursor: pointer;
    font-size: 22px;
}
body.no-scroll {
    overflow: hidden;
    height: 100vh;
}
.film-table-row{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
    position: relative;
    padding-bottom: 24px;
}
.film-table-row .Film{
    display: flex;
    flex-direction: row;
}
.film-table-row .Film .Film_img-container{
   /* width: 40%;*/
}
.film-col{
    display: flex;
    flex-direction: column;
    padding: 15px;
    flex: 1;
}
.film-col .Film__info{
    border-right: 0;
    padding: 0;
}
.film-col .Film_content{
    padding: 0;
    flex-grow: unset;
}
.tab-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-width: 1280px;
    margin: 0 auto;
}
.tab-row a{
    flex: 1;
    text-align: center;
    background: var(--purple);
    color: var(--white);
    font-size: 20px;
    padding: 12px 16px;
    margin: 1px;
}
.tab-row a:nth-child(2n + 2){
    background: var(--green);
}
.tab-row a:nth-child(3n + 3){
    background: var(--orange);
}
.tab-row a:last-child{
    background-color: var(--blue);
}
.category{
    color: var(--mediumGray);
    font-weight: 500;
    margin: 0;
}
@media screen and (max-width: 1280px) {
    .container-fluid{
        padding: 0 24px;
    }
    .footer a{
        width: 164px;
    }
    .footer a img{
        max-width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .nav-sections a{
        padding: 44px 24px;
    }
    .nav-sections a h4{
        font-size: 20px;
    }
    .news-row{
        grid-template-columns: repeat(3, 1fr);
    }
    .filmGal-Row,
    .portfolio-row{
        grid-template-columns: repeat(2, 1fr);  
    }
    .main-logo{
        width: 220px;
        object-fit: contain;
    }
    .footer{
        padding: 44px;
    }
    .footer a{
        min-width: 164px;
    }
    .footer a img {
        max-width: 124px;
    }
    .film-table-row{
        grid-template-columns: repeat(1, 1fr);
        margin: 0;
    }
    .awards-row{
        grid-template-columns: repeat(3, 1fr);
    }
    .awards-section,
    .bg-white.box-title{
        padding: 32px;
    }
    .tab-row a{
        font-size: 16px;
    }
    .footer a {
        width: 124px;
    }
}
@media screen and (max-width: 780px) {
    .Film{
        flex-direction: column;
        height: 424px;
    }
    .nav-sections a {
        padding: 24px;       
        margin-right: 16px;
        text-align: center;
    }
    .nav-sections a img{
        width: 80px;
    }
    .nav-sections a h4{
        line-height: 1.4;
    }
    .news-row{
        grid-template-columns: repeat(2, 1fr);
    }
    .main-logo{
        width: 200px;
    }
    .footer a {
        min-width: 124px;
    }
    .footer a img {
        max-width: 100%;
        width: 100%;
        padding: 0 24px;
    }
    .Film__info{
        padding: 15px;
    }
    #nav-mobile{
        display: none;
        flex-direction: column;
        position: absolute;
        width: 100%;
        padding: 0 32px;
        left: 0;
        top: 64px;
        z-index: 9;
        background: var(--darkGray);
    }
    #nav-mobile.show{
        display: flex;
    }
    .paralax-block .overlay p{
        max-width: 100%;
        padding: 0 32px;
    }

    .awards-row{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 580px) {
    .nav-sections{
        flex-direction: column;
    }
    .footer .icons-row{
        flex-direction: column;
    }
    .nav-sections a {
        padding: 64px 24px;       
        margin-right: 0px;
        margin-bottom: 16px;
    }
    #nav-mobile{
        top: 56px;
    }
    .news-row{
        grid-template-columns: repeat(1, 1fr);
    }
    .main-logo {
        width: 100%;
        margin-bottom: 24px;
    }    
    .footer {
        padding: 44px 24px;
    }
    .footer .festivals{
        flex-direction: column;
    }
    .footer .icons-wrap{
        width: 100%;
        margin-left: 0;
    }
    .footer .icons-row{
        margin-left: 0;
    }
    .footer a {
        min-width: 124px;
    }
    .paralax-block .overlay{
        padding: 0 24px;
    }
    .paralax-block .overlay h4{
        text-align: center;
        line-height: 1.4;
    }
    [type="checkbox"] + span:not(.lever){
        height: 100%;
        margin-bottom: 16px;
    }
    .filmGal-Row{
        grid-template-columns: repeat(1, 1fr);  
    }
    .filmSectionBlocks{
        flex-direction: column;
    }
    .portfolio-row,
    .film-section-row{
        grid-template-columns: repeat(1, 1fr);
    }
    .film-table-row .Film {
        display: flex;
        flex-direction: column;
        height: 464px;
        margin-bottom: 24px;
    } 
    .awards-row{
        grid-template-columns: repeat(1, 1fr);
    } 
    .film-section-row .Film_img-container,
    .film-table-row .Film .Film_img-container{
        width: 100%;
    }  
    .tab-row,
    .container{
        max-width: 100%;
        width: 100%;
    }
    .tab-row a {
        font-size: 11px;
        padding: 12px 2px;
        margin: 0;
    }
}
@media only screen and (min-width: 601px){
    .tab-row {
        width: 85%;
    }
}
@media only screen and (min-width: 993px){
    .tab-row{
        width: 70%;
    }
}
@media only screen and (max-width: 992px){
    nav .brand-logo {
        left: 0%;
        transform: translateX(0%);
    }
}
.flipbook-viewport{
    height: 664px!important;
    position: relative;
}
.flipbook-viewport .chevron{
    position: absolute;
    top: 50%;
    cursor: pointer;
}
.flipbook-viewport .left{
    left: 0%;
}
.flipbook-viewport .right{
    right: 0%;
}
.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #333;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 999;
  border-radius: 0 0 4px 4px;
  text-align: center;
}

@media (hover: hover) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.dropdown-menu li {
  display: block;
  width: 100%;
  min-width: max-content;
}

.dropdown-menu li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  background-color: #333;
}

.dropdown-menu li a:hover {
  color: #000;
  background-color: #fff;
}

@media (hover: hover) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (hover: none) {
  .dropdown {
    position: static;
  }

  .dropdown-menu {
    position: static;
    display: none;
    background-color: #333;
    border-radius: 0;
  }

  .dropdown-menu.show {
    display: block;
  }

  .dropdown-menu li a {
    padding-left: 20px;
  }

  .dropdown-toggle {
    width: 100%;
    justify-content: space-between;
  }
}

.dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  text-decoration: none;
  padding: 2px;
  font-size: 14px;
  justify-content: center;
}

.dropdown-icon {
  transition: transform 0.3s ease;
  font-size: 12px;
  display: flex !important;
  align-items: center;
  padding-left: 4px;
}

.dropdown-toggle.open i.dropdown-icon {
  transform: rotate(180deg);
}

@media (hover: hover) {
  .dropdown:hover .dropdown-toggle i.dropdown-icon {
    transform: rotate(180deg);
  }
}