/*!
 *   ficsantarem v1.0.0
 *   Author: ficsantarem
 *   Website: ficsantarem.pt <https://ficsantarem.pt>
 */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

body {
    margin: 0;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    flex-shrink: 0;
    background-color: #EAEAEA;
    padding: 0;
    max-width: 1901px;
}

a {
    text-decoration: none !important;
    color: black;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
/*! ADICIONADO */
.hidden {
    display: none;
}
/*!
***************   HEADER
 */
.menu {
    background-color: black;
    height: 57px;
    max-width: 1920px;
    width: 100%;
    display: inline-flex;
    font-size: 27px;
    margin-right: auto;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    position: relative;
    color: #EAEAEA;
}

    .menu .logo {
        width: 92px;
        min-width: 92px;
        background-color: black;
        color: #EAEAEA;
        display: flex;
        border-right: 1px solid black;
    }

        .menu .logo a,
        .menu .logo .logo_img,
        .menu .search .search_img,
        .menu .item .item_link {
            margin: auto;
            color: #EAEAEA;
        }

    .menu .search {
        width: 69px;
        min-width: 69px;
        display: flex;
        border-right: 1px solid black;
    }

    .menu .item {
        padding: 0px 20px;
        display: flex;
        border-right: 1px solid black;
        background-color: black;
    }

    .menu .langs {
        margin-right: 0;
        border-right: 1px solid black;
        border-left: 1px solid black;
        display: inline-flex;
        background-color: #d3503c;
    }

        .menu .langs .lang {
            border-color: black;
            border-width: 1px;
            border-style: solid;
            border-radius: 50px;
            display: flex;
            background-color: black;
        }

        .menu .langs .selected,
        .menu_mobile .menu_items .langs .selected,
        .menu .header_btn:hover,
        .menu .header_btn:hover svg,
        .menu .logo:hover,
        .menu .logo:hover svg,
        .menu .header_btn:hover a,
        .menu .active_menu,
        .menu .active_menu a,
        .menu_mobile .active_menu,
        .menu_mobile .active_menu a,
        .menu .active_menu svg {
            background-color: #EAEAEA;
            color: black !important;
        }

    .menu .dates {
        margin-left: auto;
        margin-right: 0;
        font-size: 18px;
    }

    .menu .langs .lang .lang_link {
        margin: auto 10px;
        color: inherit;
        font-size: 23px;
    }

.menu_mobile {
    display: none;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: black;
    flex-direction: column;
}

    .menu_mobile .submenu {
        display: flex;
        height: 50px;
        min-height: 50px;
        border-bottom: 1px solid black;
    }

        .menu_mobile .submenu .logo {
            width: 65px;
            min-width: 65px;
            background-color: black;
            color: #EAEAEA;
            display: flex;
            border-right: 1px solid black;
        }

            .menu_mobile .submenu .logo .logo_img {
                width: 41px;
            }

        .menu_mobile .submenu .menu_btn {
            width: 55px;
            min-width: 55px;
            background-color: black;
            color: #EAEAEA;
            display: flex;
            border-left: 1px solid black;
        }

        .menu_mobile .submenu .dates {
            display: flex;
            margin: auto;
        }

        .menu_mobile .submenu a {
            color: #EAEAEA;
        }

        .menu_mobile .submenu .menu_btn .menu_img {
            width: 27px;
            height: 20px;
        }

        .menu_mobile .submenu .logo .logo_img,
        .menu_mobile .submenu .menu_btn .menu_img,
        .menu_mobile .submenu .item .item_link {
            margin: auto;
        }

    .menu_mobile .menu_items .langs,
    .menu_mobile .menu_items .item {
        display: flex;
        height: 50px;
        border-bottom: 1px solid black;
    }

        .menu_mobile .menu_items .langs .lang {
            width: 50%;
            display: flex;
        }

            .menu_mobile .menu_items .langs .lang .lang_link,
            .menu_mobile .menu_items .item .item_link {
                margin: auto;
                color: inherit;
            }

.menu .search_input_div {
    background-color: black;
    position: absolute;
    width: calc(100% - 94px);
    display: flex;
    flex-direction: row;
    top: 57px;
    height: 57px;
    left: 92px;
    border: 1px solid black;
}

    .menu .search_input_div .search_input {
        height: 40px;
        margin-top: auto;
        margin-bottom: auto;
        outline: none;
        border: none;
        background-color: black;
        border-bottom: 1px solid #EAEAEA;
        color: #EAEAEA;
        margin-left: 17px;
        width: 100%;
        max-width: 842px;
        font-size: 27px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }


@media only screen and (min-width: 1281px) and (max-width: 1684px) {
    .menu {
        font-size: 21px;
        height: 50px;
    }

        .menu .logo {
            width: 70px;
            min-width: 70px;
        }

        .menu .search {
            width: 55px;
            min-width: 55px;
        }

        .menu .item {
            padding: 0px 10px;
        }

        .menu .search_input_div {
            width: calc(100% - 73px);
            top: 50px;
            height: 50px;
            left: 70px;
        }
}

@media only screen and (max-width: 1280px) {
    .menu_mobile {
        display: flex;
        color: #EAEAEA;
    }

    .menu {
        display: none
    }

    body {
        width: 100%;
    }
}
/*!
***************   BTN SEE ALL
 */
.btn_see_all {
    border-radius: 29.5px;
    /*border: 1px solid #d3503c;*/
    background: #d3503c;
    padding: 12px 29px;
    width: fit-content;
}

    .btn_see_all:hover,
    .btn_see_all:hover a {
        background-color: #000;
        color: #EAEAEA;
    }

    .btn_see_all .btn_see_all_a {
        color: #000;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        font-family: "DM Sans";
        text-decoration: none;
    }

@media only screen and (max-width: 1280px) {
    .btn_see_all .btn_see_all_a {
        font-size: 13px;
    }
}

/*!
***************   COOKIE BAR
 */
.cookie_bar {
    border: 1px solid #000;
    background: #EAEAEA;
    padding: 49px 55px;
    color: #000;
    font-family: "DM Sans";
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 0;
}

    .cookie_bar .cookie_text {
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-right: 121px;
    }

    .cookie_bar .cookie_buttons .cookie_actions {
        display: flex;
        flex-direction: row;
    }

        .cookie_bar .cookie_buttons .cookie_actions button {
            height: 58px;
            width: 246px;
            background: #d3503c;
            color: #000;
            font-size: 27px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }

    .cookie_bar .cookie_buttons .cookie_know_more {
        height: 58px;
        width: 100%;
        background: #d3503c;
        color: #000;
        font-size: 27px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-top: 9px;
    }


@media only screen and (max-width: 1280px) {
    .cookie_bar {
        padding: 12px;
        flex-direction: column;
    }

        .cookie_bar .cookie_text {
            font-size: 10px;
            margin-right: 0px;
            margin-bottom: 10px;
        }

        .cookie_bar .cookie_buttons {
            display: flex;
            flex-direction: row;
        }

            .cookie_bar .cookie_buttons .cookie_actions button {
                height: 26px;
                width: 119px;
                font-size: 10px;
                margin-right: 4px !important;
            }

            .cookie_bar .cookie_buttons .cookie_know_more {
                height: 26px;
                width: 119px;
                font-size: 10px;
                margin-top: 0px;
            }
}
/*!
***************   DETAILS PAGE
 */
.news {
    color: black;
    background-color: #EAEAEA;
    font-family: "DM Sans";
    width: calc(100% - 2px);
}

    .news .image {
        width: 100%;
        border: 1px solid #000;
    }

        .news .image img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            max-height: 613px;
        }

    .news .title {
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 61px 39px 0 39px;
    }

    .news .subtitle {
        font-size: 27px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 5px 39px 0 39px;
    }

    .news .description {
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 30px 39px 0 39px;
    }

        .news .description p::first-letter {
            margin-left: 25px;
        }

    .news #player {
        width: 100%;
        max-height: 878px;
        margin: 30px 39px 0 39px;
    }

    .news .awarded_list {
        width: 100%;
    }

    .news .movie_details {
        width: 100%;
        border: 1px solid black;
    }

        .news .movie_details .movie_title {
            color: #000;
            font-size: 27px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            padding-left: 41px;
            border-bottom: 1px solid black;
            height: 53px;
            line-height: 53px;
        }

        .news .movie_details .details .row {
            display: flex;
            flex-direction: row;
        }

            .news .movie_details .details .row:last-of-type .column {
                padding-bottom: 25px;
            }

            .news .movie_details .details .row .column {
                padding-top: 25px;
            }

        .news .movie_details .details .column {
            display: flex;
            flex-direction: row;
            width: 100%;
            border-right: 1px solid black;
            padding-left: 41px;
            padding-right: 41px;
        }

            .news .movie_details .details .column .detail {
                display: flex;
                flex-direction: row;
                /* padding-bottom: 25px;*/
            }

                .news .movie_details .details .column .detail .detail_title {
                    color: #000;
                    font-family: "DM Sans";
                    font-size: 22px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: normal;
                    min-width: 200px;
                }

                .news .movie_details .details .column .detail .detail_info {
                    color: #000;
                    font-family: "DM Sans";
                    font-size: 22px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                }

@media only screen and (max-width: 1280px) {
    .news .image img {
        width: 100%;
        height: 100%;
        max-height: 261px;
    }

    .news .title {
        font-size: 30px;
        margin: 35px 25px 0 25px;
    }

    .news .subtitle {
        font-size: 20px;
        font-weight: 500;
        margin: 5px 25px 0 25px;
    }

    .news .description {
        font-size: 15px;
        margin: 20px 25px 0 25px;
    }

        .news .description p::first-letter {
            margin-left: 0;
        }

    .news .movie_details .details {
        padding-top: 20px
    }

    .news .movie_details .movie_title {
        font-size: 20px;
        padding-left: 25px;
        padding-right: 25px;
        height: 50px;
        line-height: 50px;
    }

    .news .movie_details .details .row {
        flex-direction: column;
        padding: 0px 25px;
    }

        .news .movie_details .details .row .column {
            padding: 0;
            padding-top: 0;
            border: none;
        }

        .news .movie_details .details .row:last-of-type .column {
            padding-bottom: 0;
        }

    .news .movie_details .details .column .detail {
        padding-bottom: 20px;
    }


        .news .movie_details .details .column .detail .detail_title {
            font-size: 15px;
            min-width: 175px;
        }

        .news .movie_details .details .column .detail .detail_info {
            font-size: 15px;
        }
}
/*!
***************   ERROR PAGE
 */
.error_page {
    background-color: #d3503c;
    height: 100%;
    display: flex;
    font-family: "DM Sans";
    color: #000;
    width: 100%;
}

    .error_page .error_content {
        margin: auto;
        display: flex;
        flex-direction: row;
    }

        .error_page .error_content .error_logo {
            margin-right: 22px;
        }

        .error_page .error_content .error_text .error_title {
            font-size: 50px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

        .error_page .error_content .error_text .error_sub_title {
            font-size: 27px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }

        .error_page .error_content .error_text .error_desc {
            font-size: 25px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

        .error_page .error_content .error_text .erro_go_home {
            border-radius: 25px;
            border: 1px solid #000;
            background: #EAEAEA;
            font-size: 22px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            padding: 7px 16px;
            margin-top: 20px;
        }

@media only screen and (max-width: 1280px) {
    .error_page .error_content {
        margin: auto 41px;
    }

        .error_page .error_content .error_logo {
            display: none;
        }

        .error_page .error_content .error_text .error_title {
            font-size: 30px;
        }

        .error_page .error_content .error_text .error_sub_title {
            font-size: 23px;
        }

        .error_page .error_content .error_text .error_desc {
            font-size: 20px;
        }

        .error_page .error_content .error_text .erro_go_home {
            font-size: 15px;
            padding: 6px 16px;
            margin-top: 20px;
        }
}
/*!
***************   FILTERS
 */
.filters {
    height: 57px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: "DM Sans";
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1px solid black;
}

    .filters select {
        background-color: #d3503c;
        color: #000;
        font-size: 27px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        border: 1px solid black;
        padding: 0px 50px 0px 17px;
        display: inline-flex;
        height: 100%;
        align-items: center;
        appearance: none;
        background-image: url(/images/select_arrow.svg);
        background-position: calc(100% - 15px) calc(1em + -30px), calc(100% - 15px) calc(1em + 0px), 100% 0;
        background-size: 35px 35px, 35px 35px, 4.5em 4.5em;
        background-repeat: no-repeat;
        outline: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

option:hover {
    background-color: yellow;
}

select option:checked {
    background-color: #d3503c;
}

.option {
    background-color: #EAEAEA !important;
    box-shadow: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.filters .days,
.filters .extras {
    border: 1px solid black;
    /* padding: 0px 0px 0px 17px; */
    display: inline-flex;
    height: 100%;
    align-items: center;
}

.filters .title {
    padding-right: 17px;
    padding-left: 17px;
    height: 100%;
    display: flex;
    align-items: center;
}

.filters .items {
    display: inline-flex;
    height: 100%;
}

    .filters .items .item {
        padding: 0px 20px;
        background-color: #d3503c;
        color: #000;
        border-left: 1px solid black;
        border-right: 1px solid black;
        border-radius: 50%;
        text-decoration: none;
        height: 100%;
        display: flex;
        align-items: center;
    }

.filters .extras .items .item {
    border-radius: 0;
    display: flex;
    align-items: center;
}

.filters .items .selected {
    background-color: #000;
    color: #d3503c;
}

.filters .items .item:hover {
    background-color: #000;
    color: #EAEAEA;
}

.personalized_select_input {
    height: 100%;
    background-color: #d3503c;
    position: relative;
    display: flex;
    border: 1px solid black;
    padding-left: 1px;
    cursor: pointer;
    user-select: none;
    width: 500px;
    justify-content: space-between;
}

    .personalized_select_input .label {
        padding: 0px 13px;
        display: flex;
        align-items: center;
    }

    .personalized_select_input .open {
        border-left: 1px solid black;
        width: 61px;
        display: flex;
    }

        .personalized_select_input .open img {
            margin: auto;
        }

    .personalized_select_input .list {
        display: none;
        position: absolute;
        flex-direction: column;
        top: 57px;
        border: 1px solid black;
        width: 100%;
        left: -1px;
        z-index: 99;
        background-color: #EAEAEA;
    }

        .personalized_select_input .list .item {
            display: flex;
            justify-content: space-between;
            align-content: center;
        }

            .personalized_select_input .list .item .label {
                border-bottom: 1px solid black;
                width: 100%;
                height: 57px;
                display: flex;
                align-items: center;
            }

                .personalized_select_input .list .item .label:hover {
                    background-color: #d3503c;
                }

            .personalized_select_input .list .item:last-child .label {
                border-bottom: none;
            }

            .personalized_select_input .list .item:nth-last-child(2) .close {
                border-bottom: 1px solid black;
            }

    .personalized_select_input .close {
        border-left: 1px solid black;
        width: 61px;
        display: flex;
        min-width: 61px;
    }

    .personalized_select_input .list .item:last-child .close {
        background-image: url(/images/select_arrow.svg);
        transform: rotate(180deg);
        background-position: calc(100% - 13px) calc(1em + -11px), calc(100% - 15px) calc(1em + 0px), 100% 0;
        background-repeat: no-repeat;
        border-left: none;
        border-right: 1px solid black;
    }

    .personalized_select_input .selected .label {
        background-color: #d3503c;
    }


@media only screen and (max-width: 1280px) {
    .filters {
        font-size: 22px;
        font-weight: 500;
        height: fit-content;
        flex-direction: column;
    }

        .filters .items .item {
            padding: 0px;
            border-radius: 0;
            width: 100%;
            height: 50px;
            border-bottom: 1px solid black;
            justify-content: center;
            line-height: 50px;
        }

        .filters .personalized_select_input {
            height: 50px;
            align-items: center;
            width: 100%;
        }

            .filters .personalized_select_input .label {
                width: 100%;
            }

            .filters .personalized_select_input .open {
                height: 100%;
                align-items: center;
                width: 58px;
            }

                .filters .personalized_select_input .open img {
                    height: 21px;
                    width: 30px;
                }

            .filters .personalized_select_input .list {
                top: 50px;
            }

                .filters .personalized_select_input .list .item {
                    height: 51px;
                }

                    .filters .personalized_select_input .list .item .label {
                        width: 100%;
                        height: 50px;
                        line-height: 50px;
                    }

                    .filters .personalized_select_input .list .item .close {
                        width: 58px;
                        height: 50px;
                        min-width: 0;
                    }

                    .filters .personalized_select_input .list .item:last-child .close {
                        background-image: url(/images/select_arrow_mobile.svg);
                        background-position: calc(11px) calc(13px), calc(15px) calc(1em), 100% 0;
                    }

        .filters .days,
        .filters .extras {
            height: auto;
            width: 100%;
            display: flex;
            flex-direction: column;
            padding: 0;
        }

            .filters .days .title,
            .filters .extras .title {
                height: 50px;
                border: 1px solid black;
                width: 100%;
                display: flex;
                flex-direction: column;
                align-items: center;
                line-height: 50px;
            }

        .filters .items {
            display: flex;
            flex-direction: column;
            width: 100%;
        }
}
/*!
***************   NEWS BLOCK
 */
.news_block {
    font-family: "DM Sans";
    max-width: 635px;
    height: 565px;
    border: 1px solid #000;
    background: #EAEAEA;
    position: relative;
    width: 100%;
}

.news_block_container {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
}

.news_block:hover {
    background: #d3503c;
}

    .news_block:hover img {
        mix-blend-mode: luminosity;
    }

    .news_block:hover .news_title_action .news_action,
    .news_block:hover .news_title_action .news_action a {
        background-color: #000;
        color: #d3503c;
    }

    .news_block:hover .img_tags .news_block_tags .news_block_tag {
        background-color: #EAEAEA;
    }

.news_block a {
    text-decoration: none;
    color: #000;
}

.news_block .news_image {
    max-width: 635px;
    max-height: 356px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_block .news_title_action {
    padding: 8px 14px;
    border-top: 1px solid #000;
    height: 189px;
    max-width: 635px;
    display: flex;
    flex-direction: column;
}

    .news_block .news_title_action .news_title {
        font-size: 27px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: auto;
        line-height: 34px;
    }

    .news_block .news_title_action .news_action {
        align-self: end;
        border-radius: 29.5px;
        border: 1px solid #d3503c;
        background: #d3503c;
        padding: 3px 15px;
        margin-top: auto;
    }

        .news_block .news_title_action .news_action:hover,
        .news_block .news_title_action .news_action:hover a,
        .news_block .news_title_action .news_hours_tickets .news_tickets:hover {
            background-color: #000 !important;
            color: #EAEAEA !important;
        }

        .news_block .news_title_action .news_action .news_action_a {
            color: #000;
            font-size: 22px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }

    .news_block .news_title_action .news_date_action {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .news_block .news_title_action .news_date_action .news_date {
            font-size: 22px;
            font-weight: 400;
            line-height: 23px;
        }

            .news_block .news_title_action .news_date_action .news_date .extra_news_info {
                font-weight: 700;
            }

.news_block .img_tags {
    position: relative;
}

    .news_block .img_tags .news_block_tags {
        position: absolute;
        display: inline-flex;
        top: 15px;
        left: 15px;
    }

    .news_block .img_tags .news_hours_tickets {
        position: absolute;
        display: inline-flex;
        bottom: 15px;
        left: 15px;
        justify-content: space-between;
        width: calc(100% - 30px);
    }

    .news_block .img_tags .news_block_tags .news_block_tag {
        position: absolute;
        padding: 0px 15px;
        color: #000;
        font-size: 22px;
        font-weight: 500;
        background-color: #d3503c;
        border-radius: 29.5px;
        border: 1px solid #000;
        width: max-content;
    }

    .news_block .img_tags .news_hours_tickets .news_hours {
        padding: 0px 13px;
        border-radius: 29.5px;
        border: 1px solid #000;
        background: #EAEAEA;
        color: #000;
        font-size: 22px;
        font-weight: 500;
        width: fit-content;
    }

    .news_block .img_tags .news_hours_tickets .news_tickets {
        padding: 0px 13px;
        color: #000;
        font-size: 22px;
        font-weight: 500;
        background-color: #d3503c;
        border-radius: 29.5px;
        width: fit-content;
        align-self: center;
    }


.sepia {
    background: #d3503c;
}

    .sepia:hover {
        background: #EAEAEA;
    }

    .sepia img {
        mix-blend-mode: luminosity;
    }

    .sepia:hover img {
        mix-blend-mode: normal;
    }

    .sepia .news_title_action .news_action,
    .sepia .news_title_action .news_action .news_action_a,
    .sepia .img_tags .news_hours_tickets .news_tickets {
        background: black;
        color: #d3503c;
    }

    .sepia .img_tags .news_block_tags .news_block_tag {
        background-color: #EAEAEA;
    }

    .sepia:hover .news_title_action .news_action,
    .sepia:hover .news_title_action .news_action .news_action_a,
    .sepia:hover .img_tags .news_hours_tickets .news_tickets {
        background: #d3503c;
        color: black;
    }

    .sepia:hover .img_tags .news_block_tags .news_block_tag {
        background-color: #d3503c;
    }

div.news_hours:empty,
div.news_tickets:empty,
div.news_block_tag:empty {
    display: none;
}

.news_block_big,
.news_block_big .news_image {
    /* width: 100%;*/
    max-width: 100%;
}

    .news_block_big .news_title_action {
        /*width: 100%;*/
        max-width: 100%;
    }

.news_block_empty {
    background: transparent;
    border: none;
}


@media only screen and (max-width: 1280px) {
    .news_block_container {
        display: flex;
        flex-direction: column;
        padding: 0;
        margin: 0;
    }



    .news_block {
        max-width: 100%;
        height: 334px;
    }

        .news_block .news_image {
            max-width: 100%;
            max-height: 234px;
            width: 100%;
            height: 100%;
        }

        .news_block .news_title_action {
            padding: 8px;
            height: 84px;
            max-width: 100%;
        }

            .news_block .news_title_action .news_title {
                font-size: 15px;
                font-style: normal;
                font-weight: 500;
                line-height: 16px;
            }

            .news_block .news_title_action .news_action .news_action_a {
                font-size: 13px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
            }

            .news_block .news_title_action .news_date_action .news_date {
                font-size: 10px;
                font-weight: 400;
            }

        .news_block .img_tags .news_hours_tickets {
            margin-top: -3px;
            margin-bottom: 0px;
        }

            .news_block .img_tags .news_hours_tickets .news_hours {
                font-size: 10px;
                font-weight: 500;
                align-self: center;
                padding: 0px 5px;
            }

            .news_block .img_tags .news_hours_tickets .news_tickets {
                font-size: 10px;
                font-weight: 500;
                align-self: center;
                padding: 0px 5px;
            }

        .news_block .img_tags .news_block_tags {
            position: absolute;
            display: inline-flex;
            top: 25px;
            left: 13px;
        }

        .news_block .news_title_action .news_date_action .news_date .extra_news_info {
            font-weight: 700;
        }

        .news_block .news_title_action .news_date_action .news_date {
            line-height: 11px;
        }

        .news_block .img_tags .news_block_tags .news_block_tag {
            font-size: 10px;
            font-weight: 500;
            align-self: center;
            padding: 0px 5px;
        }

    .news_block_big,
    .news_block_big .news_image,
    .news_block_big .news_title_action {
        max-width: 100%;
        /*width: 100%;*/
    }

        .news_block_big .news_title_action {
            width: calc(100% - 26px);
        }
}
/*!
***************   PAGE WITH PHOTOS
 */
.page_with_gallery {
    color: black;
    background-color: #EAEAEA;
    font-family: "DM Sans";
    display: inline-flex;
    width: 100%;
}

    .page_with_gallery .side_gallery {
        width: 635px;
    }

        .page_with_gallery .side_gallery .title_bar {
            border-right: none;
        }

        .page_with_gallery .side_gallery .see_more {
            display: flex;
            background: #d3503c;
        }

            .page_with_gallery .side_gallery .see_more:hover,
            .page_with_gallery .side_gallery .see_more:hover a {
                background: black;
                color: #EAEAEA;
                transition: none;
            }

        .page_with_gallery .side_gallery .open_gallery {
            color: #000;
            font-size: 50px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            margin: auto;
            text-decoration: none;
        }

    .page_with_gallery .image {
        width: 100%;
        border: 1px solid #000;
    }

        .page_with_gallery .image img {
            width: 100%;
            height: 100%;
            max-height: 613px;
        }

    .page_with_gallery .title {
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 61px 39px 0 39px;
    }

    .page_with_gallery .subtitle {
        font-size: 27px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 5px 39px 0 39px;
    }

    .page_with_gallery .description {
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 30px 39px 0 39px;
    }

        .page_with_gallery .description p::first-letter {
            margin-left: 25px;
        }

    .page_with_gallery .title_bar {
        width: auto;
    }

    .page_with_gallery .side_gallery .image_thumbnail {
        max-width: 634px;
        width: 634px;
    }

@media only screen and (max-width: 1280px) {
    .page_with_gallery {
        display: flex;
        flex-direction: column-reverse;
    }

        .page_with_gallery .side_gallery {
            width: 100%;
            max-width: 100%;
        }

            .page_with_gallery .side_gallery .image_thumbnail {
                width: 100%;
                max-width: 100%;
                height: 375px;
            }

            .page_with_gallery .side_gallery .see_more .open_gallery {
                font-size: 20px;
                font-weight: 700;
            }

        .page_with_gallery .title {
            font-size: 20px;
            margin: 35px 25px 0 25px;
        }

        .page_with_gallery .subtitle {
            font-size: 10px;
            font-weight: 500;
            margin: 5px 25px 0 25px;
        }

        .page_with_gallery .description {
            font-size: 15px;
            margin: 20px 25px 0 25px;
        }

            .page_with_gallery .description p::first-letter {
                margin-left: 0;
            }
}

@media only screen and (max-width: 900px) {
    .page_with_gallery .side_gallery .image_thumbnail {
        height: 275px;
    }
}

@media only screen and (max-width: 600px) {
    .page_with_gallery .side_gallery .image_thumbnail {
        height: 200px;
    }
}
/*!
***************   PAGGINATION
 */
.pagination_container {
    padding: 0;
    margin: 0;
    flex-shrink: 0;
}

.pagination {
    flex-shrink: 0;
    height: 57px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: "DM Sans";
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: black;
    margin-top: 94px;
}

    .pagination .item {
        flex-shrink: 0;
        margin: 0 5px;
        padding: 0px 20px;
        background-color: #d3503c;
        color: #000;
        border-radius: 50%;
        text-decoration: none;
        height: 100%;
        display: flex;
        width: 40px;
        flex: 0 1 1%;
        justify-content: center;
        align-items: center;
    }

        .pagination .item svg {
            height: 27px;
            width: 14px;
            margin: auto;
            color: #000;
        }

    .pagination .selected {
        background-color: black;
        color: #d3503c;
    }

    .pagination .item:hover,
    .pagination .item:hover svg {
        background-color: black;
        color: #EAEAEA;
    }

        .pagination .item:hover svg {
            background-color: transparent;
            color: #EAEAEA;
        }


@media only screen and (max-width: 1280px) {
    .pagination {
        height: 35px;
        font-size: 15px;
        line-height: 35px;
        margin-top: 29px;
    }

        .pagination .item {
            margin: 0 2px;
            padding: 0px 12px;
            width: 35px;
        }

            .pagination .item svg {
                height: 12px;
                width: 9px;
            }
}
/*!
***************   PARTNERS PAGE
 */
.partners_page {
    padding: 40px 30px;
    font-family: "DM Sans";
    width: calc(100% - 60px);
}

    .partners_page .partners_page_title {
        color: #000;
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .partners_page .partners_module {
        border-bottom: 1px solid black;
    }

        .partners_page .partners_module .partners_category {
            color: #000;
            font-size: 27px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            margin-top: 44px;
            margin-bottom: 15px;
        }

        .partners_page .partners_module .partners_list {
            margin-bottom: 25px;
        }

            .partners_page .partners_module .partners_list img {
                margin: 10px 10px;
            }

@media only screen and (max-width: 1280px) {
    .partners_page {
        padding: 0;
    }

        .partners_page .partners_page_title {
            padding: 9px 12px;
            font-size: 23px;
            font-weight: 500;
            border-bottom: 1px solid black;
        }

        .partners_page .partners_module {
            padding: 9px 12px;
            border-bottom: none;
        }

            .partners_page .partners_module .partners_category {
                font-size: 15px;
                font-weight: 700;
                margin-top: 10px;
                margin-bottom: 15px;
            }

            .partners_page .partners_module .partners_list {
                margin-bottom: 40px;
            }

                .partners_page .partners_module .partners_list img {
                    max-width: 350px;
                }
}
/*!
***************   SEEDS AND SPROUTS PAGE
 */
.seeds_sprouts {
    color: black;
    background-color: #EAEAEA;
    font-family: "DM Sans";
    width: calc(100% - 2px);
}

    .seeds_sprouts .image {
        width: 100%;
        border: 1px solid #000;
    }

        .seeds_sprouts .image img {
            width: 100%;
            height: 100%;
            max-height: 613px;
            object-fit: cover;
        }

    .seeds_sprouts .title {
        font-size: 750px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 61px 39px 0 39px;
    }

    .seeds_sprouts .subtitle {
        font-size: 27px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 5px 39px 0 39px;
    }

    .seeds_sprouts .description {
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 30px 39px 0 39px;
    }

        .seeds_sprouts .description p::first-letter {
            margin-left: 25px;
        }

    .seeds_sprouts #player {
        width: 100%;
        max-height: 878px;
        margin: 30px 39px 0 39px;
    }

    .seeds_sprouts .title_bar {
        width: calc(100% - 52px);
        padding: 40px 26px;
        border: 1px solid #000;
        background: #d3503c;
        display: block;
    }

        .seeds_sprouts .title_bar h1 {
            color: #000;
            font-family: "DM Sans";
            font-size: 50px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

        .seeds_sprouts .title_bar p {
            color: #000;
            font-size: 27px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin: 0;
            margin-top: 20px;
        }

            .seeds_sprouts .title_bar p::first-letter {
                margin-left: 25px;
            }

    .seeds_sprouts .download {
        height: 246px;
        background-color: #d3503c;
        align-items: center;
        justify-content: center;
        display: flex;
    }

@media only screen and (max-width: 1280px) {
    .seeds_sprouts .image img {
        width: 100%;
        height: 100%;
        max-height: 261px;
    }

    .seeds_sprouts .title_bar {
        padding: 0 12px;
        height: 50px;
        align-items: center;
        display: flex;
        width: calc(100% - 24px)
    }

        .seeds_sprouts .title_bar h1 {
            font-size: 20px;
            font-weight: 500;
            margin: 0;
        }

        .seeds_sprouts .title_bar h2 {
            display: none;
        }

    .seeds_sprouts .description {
        font-size: 15px;
        margin: 20px 25px 0 25px;
    }

        .seeds_sprouts .description p::first-letter {
            margin-left: 0;
        }

    .seeds_sprouts #player {
        width: 100%;
        max-height: 261px;
        margin: 20px 25px 0 25px;
    }

    .title_bar {
        padding: 9px 12px;
        font-size: 23px;
    }

    .seeds_sprouts .download {
        display: none;
    }
}

