@font-face {
    font-family: "Montserrat Bold";
    src: url("../fonts/Montserrat-Bold.woff2");
}

@font-face {
    font-family: "Montserrat Regular";
    src: url("../fonts/Montserrat-Regular.woff2");
}

@font-face {
    font-family: "Montserrat Medium";
    src: url("../fonts/Montserrat-Medium.woff2");
}

@font-face {
    font-family: "Montserrat Italic";
    src: url("../fonts/Montserrat-Italic.woff2");
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat Bold';
    text-decoration: none;
    box-sizing: border-box;
}

/*html, body {*/
/*    margin: 0;*/
/*    height: 100%;*/
/*}*/

body {
    background-color: #F5F4FF;
}

/* SIDE MENU */

.side-menu {
    height: 280px;
    width: 60px;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    top: 30%;
    left: 0;
    background-color: #8473FF;
    border-radius: 0 30px;
    z-index: 2;
}

.side-menu > div:nth-child(2) {
    align-self: center;
}

.side-menu > div:nth-child(2) img {
    width: 45px;
}

.side-menu .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

}

.side-menu div img {
    margin-bottom: 20px;
    width: 24px;
}


/* SIDE MENU 2 */

.side-menu2 {
    display: none;
    height: 240px;
    width: 50px;
    padding: 20px 0;
    /* display: flex; */
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    bottom: 15px;
    right: 0;
    background-color: #8473FF;
    border-radius: 0 30px;
    z-index: 2;
}

.side-menu2 > div:nth-child(2) {
    align-self: center;
}

.side-menu2 > div:nth-child(2) img {
    width: 40px;
}

.side-menu2 .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

}

.side-menu2 div img {
    margin-bottom: 15px;
    width: 22px;
}

.container {
    width: 926px;
    margin: 0 auto;
}

.h1_large {
    font-size: 44px;
}

.daten_content {
    margin: 20px 0 20px 0;
}

.daten_content h3 {
    margin: 20px 0 10px 0;
    font-size: 24px;
    font-family: 'Montserrat Bold';
}

.daten_content p {
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'Montserrat Regular';
}

.impressum_card {
    margin: 20px 0 20px 0;
    width: 665px;
    /* min-height: 560px; */
    /* border-radius: 120px; */
}

.impressum_card p {
    font-size: 18px;
    font-family: 'Montserrat Medium';
}

.impressum_card p.name {
    text-transform: uppercase;
    font-family: 'Montserrat Italic';
}

.impressum_card h3 {
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: 'Montserrat Bold';
    text-transform: uppercase;
}

.logo1 {
    width: 215px;
    height: 228px;
    margin: 0 auto;
}

.logo2 {
    width: 215px;
    height: 228px;
    margin: 0 auto;
    margin-top: 60px;
    display: none;
}

.content_description {
    padding-top: 50px;
}

h1.content_description, h2.content_description {
    font-family: 'Montserrat Bold';
    font-size: 36px;
    color: #000000;
}

p.content_description_text {
    font-family: 'Montserrat Regular';
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #000000;
    padding-top: 20px;
}

.unhide {
    display: flex;
    margin-top: 15px;
}

div.unhide a {
    font-family: 'Montserrat Bold';
    font-size: 16px;
    line-height: 23px;
    color: #000000;
    text-transform: uppercase;
}

.content_cards {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.content_cards_home {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}

.card {
    margin-top: 40px;
    width: 283px;
    min-height: 270px;
    background: #FFFFE8;
    border-radius: 30px;
}

.card_top {
    width: 283px;
    height: 205px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    /* background: #C4C4C4; */
}

.card_top img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 100%;
    height: 100%;
    /*width: 283px;*/
    /*height: 205px;*/
    object-fit: cover;
}

.card_poster:hover img {
    position: relative;
    object-fit: scale-down;
    /*top: 0;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    width: 300px;
    height: auto;
    /*opacity: 0;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.2s ease;
}

.card_bottom {
    /* line-height: 23px; */
    min-height: 65px;
    /* margin-bottom: 10px; */
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}

.card_bottom h3 {
    margin: 7px 20px;
    font-family: 'Montserrat Bold';
    font-size: 16px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
}

.card_bottom p {
    margin: 7px 20px;
    font-family: 'Montserrat Bold';
    font-size: 16px;
    color: #000000;
    text-align: center;
}

.card_bottom b {
    font-size: 13px;
    margin: 7px 20px;
}

.card_block {
    display: block;
}

.card_bottom div {
    margin: 7px 20px;
}

.card_bottom div:nth-child(1) {
    font-size: 16px;
    font-family: 'Montserrat Bold';
}

.card_bottom div:nth-child(2) {
    font-size: 15px;
    font-family: 'Montserrat Italic';
}

.card_bottom div:nth-child(3) {
    font-size: 13px;
    font-family: 'Montserrat Medium';
}

.card_bottom div:nth-child(4) {
    font-size: 13px;
    font-family: 'Montserrat Medium';
}

.card_bottom > div > p {
    text-align: left;
    margin: 0;
    font-size: 13px;
    font-family: 'Montserrat Medium';
}

.card_bottom div:last-child {
    margin-bottom: 20px;
}


.partners {
    margin-top: 50px;
}

.partners img {
    margin-right: 20px;
}

.sponsors {
    margin-top: 50px;
}

.sponsors img {
    margin-right: 50px;
}

.sponsors_label {
    margin-bottom: 20px;
    font-family: 'Montserrat Bold';
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
}

.footer {
    margin-top: 45px;
    /*padding-bottom: 20px;*/
    /* height: 150px; */
    background: #8473FF;
    border-radius: 80px 80px 0 0;
    /*position: relative;*/
    /*width: 100%;*/
    /*bottom: 0;*/
}

.footer_content {
    display: grid;
    align-items: center;
    height: 130px;
    list-style-type: none;
    grid-template-areas:
    "A A A A  B B B B  C C C C  D D D D"
    "A A A A  B B B B  C C C C  D D D D"
    "A A A A  B B B B  C C C C  D D D D";
}

.cell1 {
    grid-area: A;
}

.cell2 {
    grid-area: B;
}

.cell3 {
    grid-area: C;
}

.cell4 {
    grid-area: D;
}

.footer_content li {
    padding: 10px 0;
}

.footer_content p {
    font-family: "Montserrat Regular";
}

.footer_content a {
    text-decoration: none;
    font-size: 16px;
    /* line-height: 20px; */
    color: #000000;
}

nav {
    font-family: 'Montserrat Bold';
    /* padding-top: 45px;  */
    text-transform: uppercase;
    font-size: 14px;
    color: #000000;
}

/* TEAM */
.organizer_card {
    background-color: #FFFFE8;
    border-bottom-left-radius: 120px;
    border-top-right-radius: 120px;
    padding: 40px 40px 60px 40px;
    margin-top: 50px;
    display: flex;
}

.organizer_card_text {
    margin: 0 40px;
}

.organizer_card_text p:nth-child(1) {
    font-family: 'Montserrat Bold';
    font-size: 20px;
    text-transform: uppercase;
    color: #000000;
}

.organizer_card_text p:nth-child(2), .organizer_card_text p:nth-child(3) {
    margin-top: 10px;
    font-family: 'Montserrat Medium';
    font-size: 18px;
    line-height: 130%;
    color: #000000;
}

.h1_team {
    margin-top: 40px;
    font-family: 'Montserrat Bold';
    font-size: 36px;
    color: #000000;
}

/* CONTACTS */

.contact_card {
    margin: 20px 0 100px 0;
    display: flex;
    width: 665px;
    /* min-height: 560px; */
    border-top-left-radius: 120px;
    border-bottom-right-radius: 120px;
    /* border-radius: 120px; */
}

.contact_card_img {
    width: 50%;
    border-top-left-radius: 120px;
    background-color: #DEDCF8;
    display: flex;
    align-items: center;
    justify-content: center;

}

.contact_card_text {
    border-bottom-right-radius: 120px;
    width: 50%;
    padding: 35px 40px 65px 40px;
    background-color: #FFFFE8;
}

.contact_card_text p {

    font-size: 18px;
    font-family: 'Montserrat Medium';
    text-align: center;
}

.contact_card_text h3 {
    padding: 30px 0;
    font-family: 'Montserrat Bold';
    text-transform: uppercase;
}

.h1_contact {
    margin: 40px 0 40px 0;
    font-family: 'Montserrat Bold';
    font-size: 36px;
    color: #000000;
}

/* MANIFESTO */

.manifesto_card {
    /* border-radius: 0 120px 0 0; */
    margin: 30px 0;
    display: flex;
    /* width: 665px; */
    /* min-height: 560px; */
    /* border-radius: 120px; */
}

.manifesto_card_img {
    width: 30%;
    border-radius: 0 120px 0 0;
    background-color: #8473FF;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;

}

.manifesto_card_text {
    width: 70%;
    padding: 0 20px 35px 20px;
    background-color: #8473FF;

    /* text-align: center; */
}

.manifesto_card_text p {
    font-size: 16px;
    font-family: 'Montserrat Medium';
    line-height: 130%;
}

.manifesto_card_text h3 {
    padding: 20px 0;
    font-family: 'Montserrat Bold';
    /* text-transform: uppercase; */
    font-size: 36px;
}


/* .manifesto_cards:nth-child(2){
  border-radius: 120px 0 0 0;
} */
.manifesto_cards div:nth-child(2) .manifesto_card_img {
    background-color: #DEDCF8;
    border-radius: 120px 0 0 0;
}

.manifesto_cards div:nth-child(2) .manifesto_card_text {
    background-color: #DEDCF8;
}

.manifesto_cards div:nth-child(3) .manifesto_card_img {
    background-color: #FFFFE8;
    border-radius: 0 0 120px 0;
}

.manifesto_cards div:nth-child(3) .manifesto_card_text {
    background-color: #FFFFE8;
}

.manifesto_cards div:nth-child(4) .manifesto_card_img {
    background-color: #2D5D7B;
    border-radius: 0 0 0 120px;
}

.manifesto_cards div:nth-child(4) .manifesto_card_text {
    background-color: #2D5D7B;
}

.last_message {
    margin: 0 auto;
    width: 85%;
}

.last_message p {
    text-align: center;
    margin: 20px 0;
}

.last_message p:nth-child(1) {
    font-size: 16px;
    text-transform: uppercase;
}

.last_message p:nth-child(2) {
    font-size: 40px;
    margin-bottom: 100px;
}

/* Programm */
.first_message {
    margin-top: 20px;
}

.h1_program {
    margin-top: 40px;
    font-family: 'Montserrat Bold';
    font-size: 36px;
}

/* NEWS */
.news_card {
    margin: 30px 0;
    /*display: flex;*/
    padding: 40px;
    /* background-color: #FFFFE8; */
    border-radius: 0 0 120px 0;
}

.news_card_img {
    /* width: 30%; */
    display: flex;
    padding-bottom: 20px;
    align-items: center;
    justify-content: center;
}

.news_card_text p {
    padding-left: 40px;
    /* width: 70%; */
    font-size: 18px;
    font-family: 'Montserrat Regular';
}

.news_card_text h3 {
    padding-left: 40px;
    padding-top: 20px;
    font-family: 'Montserrat Bold';
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
}


.news_cards > div:nth-child(3n+1) {
    background-color: #FFFFE8;
}

.news_cards > div:nth-child(3n+2) {
    background-color: #FFFFFF;
}

.news_cards > div:nth-child(3n+3) {
    background-color: #DEDCF8;
}

/* FEMTALKS */
.talks_card {
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    padding: 40px;
    background-color: #FFFFE8;
    border-radius: 0 120px 0 0;
}

.talks_card_img {
    width: 100%;
}

.talks_card_img img {
    width: 100%;
}

.talks_card_text p {
    margin-bottom: 40px;
    width: 100%;
    font-size: 18px;
    font-family: 'Montserrat Medium';
}

.talks_card_text h3 {
    font-family: 'Montserrat Bold';
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
}

.smile {
    text-align: center;
}
.smile img{
    margin: 0 15px 0 15px;
}

.vide-frame {
    width: 100%;
}

/* CITY */

.calendar {
    margin-bottom: 100px;
}

.city {
    background-color: #FFFFE8;
    border-radius: 0 0 120px 0;
}

.city .city_img img {
    width: 100%;
}

.city_content {
    padding: 40px;
}

.city_content a {
    /*word-break: break-all;*/
    overflow-wrap: break-word;
}

.city h3 {
    text-transform: uppercase;
    font-size: 20px;
}

.city p {
    font-size: 18px;
    font-family: 'Montserrat Medium';
    margin-top: 30px;
}

.city .logo_city {
    margin-top: 40px;
}

.city .address {
    /*width: 250px;*/
    margin-top: 30px;
}

.address a {
    color: #000000;
    font-family: 'Montserrat Regular';
}

.address p {
    font-family: 'Montserrat Regular';
    font-size: 16px;
    margin-top: 0;
}

.city_add {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.city_add div {
    margin-left: 30px;
    text-transform: uppercase;
}

.record {
    margin-bottom: 20px;
}

.record:nth-child(odd) .date {
    background-color: #FFFFE8;
}

.calendar .date {
    background-color: #DEDCF8;
    border-radius: 0 0 120px 0;
    font-family: 'Montserrat Bold';
    font-size: 20px;
    padding: 12px 0 12px 50px;
}

.calendar .event p {
    padding: 20px 0 0 50px;
    font-family: 'Montserrat Medium';
}

/* FILMSELECTED */
.film_info_wrapper {
    background-color: #FFFFE8;
    display: flex;
    border-radius: 0 120px 0 0;
    padding: 40px 40px 100px 0;
}

.film_info_wrapper .film_img {
    /* display: block; */
    width: 512px;
}

.film_info_wrapper .film_img img {
    width: 100%;
}

.film_info_wrapper .film_text {
    padding: 0 20px;
    width: 100%;
}

.film_info_wrapper .film_text div {
    font-family: 'Montserrat Medium';
    font-size: 13px;
}

.film_info_wrapper .film_text h3 {
    margin-top: 15px;
    font-family: 'Montserrat Bold';
    font-size: 16px;
    text-transform: uppercase;
}

.film_info_wrapper .film_text p {
    margin-top: 15px;
    font-family: 'Montserrat Medium';
    font-size: 13px;
}

.film_info_wrapper .film_text span {
    text-transform: uppercase;
    font-family: 'Montserrat Medium';
}

.fem-film-info {
    background-color: #FFFFE8;
    border-radius: 0 120px 0 0;
    padding: 40px 40px 100px 0;
}

.fem-film-info .film_img {
    justify-content: center;
    display: grid;
    /*width: 512px;*/
}

.fem-film-info .film_text {
    padding: 20px 20px;
    width: 100%;
}

.fem-film-info .film_text h3 {
    margin-top: 15px;
    font-family: 'Montserrat Bold';
    font-size: 16px;
    text-transform: uppercase;
}

.fem-film-info .film_text p {
    margin-top: 15px;
    font-family: 'Montserrat Medium';
    font-size: 13px;
}


.film_info {
    position: relative;
    margin-bottom: 50px;
}

.spinner {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
}

.spinner img {
    width: 100%;
    opacity: 0.3;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    margin: 0;

}

/*.video {*/
/*    aspect-ratio: 16 / 9;*/
/*    width: 100%;*/
/*}*/

/*.film_video {*/
/*    margin-top: 20px;*/
/*    height: 600px;*/
/*}*/

/*.film_video img {*/
/*    width: 100%;*/
/*}*/

.film_author {
    background-color: #DEDCF8;
    display: flex;
    border-radius: 0 0 120px 0;
    padding: 40px 60px 40px 40px;
    margin-top: 50px;
}

.film_author .author_text h3 {
    font-family: 'Montserrat Bold';
    font-size: 20px;
    text-transform: uppercase;
}

.film_author .author_text p {
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: 'Montserrat Medium';
    font-size: 16px;
}

.film_author .author_text div {
    margin-top: 20px;
    font-family: 'Montserrat Bold';
    font-size: 16px;
    text-transform: uppercase;
}

.film_author .author_img {
    margin: 30px 0 0 10px;
    width: 240px;
}

.film_author .author_img img {
    width: 100%;
}

/* Refigium */

.media {
    margin-top: 40px;
}

/* DATEBANK */

.datebank_content p {
    margin-top: 20px;
}

.country_selector {
    display: flex;
    margin-top: 40px;
}

.country_selector .country {
    width: 20%;
    background-color: #DEDCF8;

    text-align: center;
    padding: 16px 0;
    border-radius: 0 120px;
}

.country_selector .country a {
    color: #000000;
    font-family: 'Montserrat Bold';
    font-size: 20px;
    text-transform: uppercase;
}

.country_selector .country:nth-child(even) {
    background-color: #FFFFE8;
}

/* COUNTRY */

.country .country_img img {
    width: 100%;

}

.country_author {
    background-color: #DEDCF8;
    display: flex;
    border-radius: 0 0 120px 0;
    padding: 40px 60px 40px 40px;
    margin-top: 50px;
}

.country_author .author_text h3 {
    font-family: 'Montserrat Bold';
    font-size: 20px;
    text-transform: uppercase;
}

.country_author .author_text p {
    margin-top: 20px;
    font-family: 'Montserrat Medium';
    font-size: 18px;
}

.country_author .author_text div {
    margin-top: 20px;
    font-family: 'Montserrat Bold';
    font-size: 16px;
    text-transform: uppercase;
}

.country_author .author_img {
    width: 240px;
}

.country_author .author_img img {
    width: 100%;
}

.country_content h2 {
    font-family: 'Montserrat Medium';
    font-size: 36px;
    text-align: center;
}

.separator {
    margin: 40px;
    text-align: center;
}

.country_content {
    padding: 50px 120px;
}

.country_content_text {
    margin: 30px 0 30px 0;
}

.country_content_text p{
    font-size: 16px;
    font-family: 'Montserrat Regular';
}
/* ------------------------------------------------------------------------------------- */
@media screen and (max-width: 991px) {
    .container {
        width: 768px;
    }

    nav {
        font-size: 12px;
    }

    .lang a, .lang > span {
        font-size: 12px;
    }

    .lang {
        top: 8px;
    }

    .lang .dropdown {
        width: 52px;
        right: 0;
        top: 30px;
        display: none;

    }

    .footer {
        border-radius: 50px 50px 0 0;
    }

    .content_description {
        margin: 0 20px;

    }

    .film_info_wrapper .film_img {
        width: 350px;
    }

    .fem-film-info .film_img {
        width: 350px;
    }

}

/* ------------------------------------------------------------------------------ */
/* @media screen and (max-width:768px) */
@media screen and (max-width: 769px) {
    header > .container {
        width: 100%;
    }

    .container {
        width: 478px;
    }

    .logo1 {
        display: none;
    }

    .logo2 {
        display: block;
        padding: 0;
    }

    .content_cards {
        justify-content: space-around;
        /* align-items: flex-start; */
    }

    .side-menu {
        display: none;
    }

    .side-menu2 {
        display: flex;
    }

    .partners img {
        margin: 20px;
    }

    .sponsors img {
        margin: 20px;
    }

    .footer {
        /* height: 120px; */
        border-radius: 30px 30px 0 0;
    }

    .footer_content {
        padding: 20px 0 20px 0;
        display: grid;
        align-items: center;
        height: 148px;
        list-style-type: none;
        grid-template-areas:
      "A A A A  B B B B"
      "A A A A  C C C C"
      "A A A A  D D D D";
    }

    .organizer_cards {
        display: none;
    }

    .h1_team {
        text-align: center;
        display: none;
    }

    .contact_card {
        width: 100%;
        flex-direction: column-reverse;
        border-top-left-radius: 120px;
        border-bottom-right-radius: 0;

    }

    .contact_card_text {
        width: 100%;
        border-bottom-right-radius: 0;
        border-top-left-radius: 120px;
        padding: 35px 40px 65px 40px;

    }

    .contact_card_img {
        width: 100%;
        padding: 50px 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 120px;
        /* width:100%; */
    }

    .card_top:active img {
        position: relative;
        object-fit: scale-down;
        width: 300px;
        height: auto;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        transition: all 0.2s ease;
    }

    .manifesto_card {
        flex-direction: column;
    }

    .manifesto_card_img {
        width: 100%;
    }

    .manifesto_card_text {
        width: 100%;
    }

    .manifesto_cards div:nth-child(1) .manifesto_card_img {
        border-radius: 0 0 0 0;
    }

    .manifesto_cards div:nth-child(1) .manifesto_card_text {
        border-radius: 0 120px 0 0;
    }

    .manifesto_cards div:nth-child(2) {
        flex-direction: column-reverse;
    }

    .manifesto_cards div:nth-child(2) .manifesto_card_img {
        border-radius: 0 0 120px 0;
    }

    .manifesto_cards div:nth-child(2) .manifesto_card_text {
        border-radius: 0 0 0 0;
    }

    .manifesto_cards div:nth-child(3) .manifesto_card_img {
        border-radius: 0 0 0 0;
    }

    .manifesto_cards div:nth-child(3) .manifesto_card_text {
        border-radius: 0 120px 0 0;
    }

    .manifesto_cards div:nth-child(4) {
        flex-direction: column-reverse;
    }

    .manifesto_cards div:nth-child(4) .manifesto_card_img {
        border-radius: 0 0 120px 0;
    }

    .manifesto_cards div:nth-child(4) .manifesto_card_text {
        border-radius: 0 0 0 0;
    }

    .last_message p:nth-child(2) {
        font-size: 22px;
        margin-bottom: 60px;
    }

    .news_card {
        flex-direction: column;
        border-radius: 30px;
        padding: 0;
    }

    .news_card_img {
        width: 100%;
    }

    .news_card_img img {
        border-radius: 30px 30px 0 0;
        width: 100%;
    }

    .news_card_text {
        width: 100%;
        padding: 40px;
    }


    .talks_card {
        border-radius: 30px;
        padding: 0;
    }

    .talks_card_img img {
        border-radius: 0 0 30px 30px;
        width: 100%;
    }

    .talks_card_text {
        padding: 40px;
        margin-bottom: 0;
    }

    .vide-frame {
        border-radius: 0 0 30px 30px;
    }

    .film_info_wrapper {
        flex-direction: column;
        border-radius: 30px;
        padding: 0 0 20px 0;
    }

    .film_info_wrapper .film_img {
        width: 100%;
    }

    .film_info_wrapper .film_img img {
        border-radius: 30px 30px 0 0;
    }

    .fem-film-info {
        flex-direction: column;
        border-radius: 30px;
        padding: 0 0 20px 0;
    }

    .fem-film-info .film_img {
        width: 100%;
    }

    .fem-film-info .film_img img {
        border-radius: 30px 30px 0 0;
    }

    .spinner {
        display: none;
    }

    .film_text {
        margin-top: 20px;
    }

    .film_video {
        height: 200px;
    }

    .film_author {
        flex-direction: column-reverse;
        border-radius: 30px;
        padding: 0;
        padding-bottom: 20px;
    }

    .film_author .author_img {
        width: 100%;
        margin: 0;
    }

    .film_author .author_img img {
        border-radius: 30px 30px 0 0;
    }

    .film_author .author_text {
        margin-top: 20px;
        padding: 20px;
    }

    .media h2 {
        font-size: 20px;
    }

    .country_selector {
        flex-direction: column;
    }

    .country_selector .country {
        margin-top: 20px;
        width: 100%;

    }
}

/* -------------------------------------------------------------------- */
@media (max-width: 479px) {
    .container {
        width: 375px;
    }

    .media h2 {
        font-size: 18px;
    }


}

/* @media screen and (max-width: 424px) {

} */
/* -------------------------------------------------------------------- */
@media screen and (max-width: 376px) {
    .container {
        width: 320px;
    }

    .media h2 {
        font-size: 16px;
    }
}