/*General setting*/
body {
    font-size: 16px;
    font-family: 'Assistant', sans-serif;
}

* {
    outline: none !important;
}

a:hover {
    text-decoration: none;
    opacity: 0.95;
}

h1, h2, h3, h4, h5, h6, p, a, input, div, textarea, label, li {
    font-family: 'Assistant', sans-serif;
    margin: 0;
    color: #000000;
}

h1 {
    font-size: 3.75em;
    font-weight: 800;
}

h2 {
    font-size: 2.5em;
    font-weight: bold;
}

h3 {
    font-size: 1.875em;
}

ul {
    list-style: none;
    padding-left: 0;
    color: #707070;
    font-size: 1em;
    line-height: 1.625em;
}

ol {
    padding-left: 20px;
    color: #707070;
    font-size: 1em;
    line-height: 1.625em;
}

li {
    text-align: left;
    color: #707070;
}

p {
    color: #707070;
    font-size: 1em;
    line-height: 1.625em;
}

a {
    color: #40336B;
    text-decoration: underline;
}

    a:hover {
        color: #707070;
    }

@media (min-width: 992px) {
    font-size: 1.25em;
}

.container {
    width: 1270px !important;
    max-width: 100%;
}

.no_scroll {
    overflow: hidden;
}

.row_flex {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
}

.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.vertical-center {
    left: 50%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.row.form_row {
    margin-right: -10px;
    margin-left: -10px;
}

    .row.form_row > [class^="col-"],
    .row.form_row > [class*=" col-"] {
        padding-right: 10px;
        padding-left: 10px;
    }

/*End General setting*/
/*Header*/
header {
    border-top: 5px solid #40336B;
    margin-bottom: 8px;
}

    header .navbar {
        padding: 0;
    }

        header .navbar .navbar-toggler {
            padding: 20px 15px 21px 15px;
            border: none;
            border-radius: 0;
        }

            header .navbar .navbar-toggler img:last-child {
                display: none;
            }

            header .navbar .navbar-toggler.open {
                background: #40336B;
                padding: 20px 23px 21px 23px;
            }

                header .navbar .navbar-toggler.open img:last-child {
                    display: block;
                }

                header .navbar .navbar-toggler.open img:first-child {
                    display: none;
                }

        header .navbar .lang_mobile {
            text-transform: uppercase;
            color: #707070;
            font-size: 12px;
            margin-left: auto;
            margin-right: 12px;
            font-weight: 700;
            display: none;
        }

        header .navbar .navbar-brand {
            padding: 5px 0 0 15px;
            margin-bottom: 0px;
        }

            header .navbar .navbar-brand img {
                width: 134px;
            }

        header .navbar .navbar-collapse {
            padding: 22px 15px 65px;
        }

            header .navbar .navbar-collapse .navbar-nav {
                padding-top: 0px;
            }

                header .navbar .navbar-collapse .navbar-nav .nav-item {
                    border-bottom: 1px solid #A19AB6;
                    padding: 3px 0;
                }

                    header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
                        color: #fff;
                        text-transform: uppercase;
                        font-size: 14px;
                        font-weight: 700;
                    }

                    header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
                        border-bottom: none;
                    }

            header .navbar .navbar-collapse .top_nav .form_search {
                position: relative;
            }

                header .navbar .navbar-collapse .top_nav .form_search .form-group {
                    width: 100%;
                }

                    header .navbar .navbar-collapse .top_nav .form_search .form-group .form-control {
                        border: 1px solid #CCCCCC;
                        height: 36px;
                        font-size: 14px;
                        border-radius: 6px;
                        box-shadow: none;
                        color: #707070;
                        padding-right: 30px;
                    }

                header .navbar .navbar-collapse .top_nav .form_search .btn {
                    position: absolute;
                    top: 0px;
                    border: none;
                    padding: 6px 8px;
                    right: 0;
                }

        header .navbar .bottom_line {
            height: 2px;
            width: calc(100% - 30px);
            background: #40336B;
            margin-left: 15px;
        }

/*End Header*/
/*Footer*/
footer .footer_block {
    margin-top: 30px;
    padding: 20px 0px 15px;
    background: #ECEBF0;
}

    footer .footer_block .contact_block {
        margin-bottom: 20px;
    }

        footer .footer_block .contact_block img {
            margin-bottom: 13px;
        }

        footer .footer_block .contact_block ul {
            margin-bottom: 25px;
        }

            footer .footer_block .contact_block ul li {
                color: #40336B;
                font-size: 14px;
                line-height: 22px;
                margin-bottom: 0;
            }

                footer .footer_block .contact_block ul li a {
                    color: #40336B;
                }

            footer .footer_block .contact_block ul:last-child {
                margin-bottom: 0;
            }

        footer .footer_block .contact_block .footer_social_icons a {
            background: #40336B;
            border-radius: 100%;
            margin-right: 8px;
            height: 28px;
            width: 28px;
            line-height: 1;
            display: inline-block;
            text-align: center;
            padding-top: 5px;
        }

            footer .footer_block .contact_block .footer_social_icons a i {
                color: #ECEBF0;
                font-size: 20px;
                line-height: 28px;
            }

    footer .footer_block .footer_desc {
        margin-bottom: 15px;
    }

        footer .footer_block .footer_desc h3 {
            font-size: 18px;
            margin-bottom: 14px;
            color: #40336B;
        }

        footer .footer_block .footer_desc p {
            line-height: 22px;
            font-size: 14px;
            color: #40336B;
            margin-bottom: 15px;
        }

        footer .footer_block .footer_desc a {
            display: inline-block;
            text-align: center;
            border: 2px solid #40336B;
            width: 175px;
            height: 40px;
            line-height: 37px;
            font-size: 14px;
            color: #40336B;
            text-transform: uppercase;
            border-radius: 5px;
            margin-bottom: 5px;
            font-weight: 800;
            text-decoration: none;
        }

    footer .footer_block .footer_news_letter {
        margin-bottom: 45px;
    }

        footer .footer_block .footer_news_letter h3 {
            font-size: 18px;
            margin-bottom: 12px;
            color: #40336B;
        }

        footer .footer_block .footer_news_letter p {
            line-height: 22px;
            font-size: 14px;
            color: #40336B;
            margin-bottom: 12px;
        }

    footer .footer_block .form_search .block_radio {
        margin-bottom: 12px;
    }

        footer .footer_block .form_search .block_radio .custom-control-label {
            font-size: 14px;
            margin-right: 15px;
            color: #707070;
        }

        footer .footer_block .form_search .block_radio .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
            background-image: none;
            background: #40336B;
            width: 8px;
            height: 8px;
            border-radius: 100%;
            left: -22px;
            top: 6px;
        }

        footer .footer_block .form_search .block_radio .custom-control-label::before {
            position: absolute;
            top: .25rem;
            left: -1.5rem;
            display: block;
            width: 12px;
            height: 12px;
            pointer-events: none;
            content: "";
            background-color: transparent;
            border: #40336B solid 1px;
        }

        footer .footer_block .form_search .block_radio .custom-control-input:focus ~ .custom-control-label::before {
            box-shadow: none;
        }

    footer .footer_block .form_search .form-group {
        margin-bottom: 2px;
    }

        footer .footer_block .form_search .form-group .form-control {
            border: none;
            height: 40px;
            border-radius: 6px;
            font-size: 14px;
            color: #707070;
        }

            footer .footer_block .form_search .form-group .form-control.firstname {
                width: 50%;
                border-radius: 6px 0px 0px 6px;
                float: left;
            }

            footer .footer_block .form_search .form-group .form-control.surname {
                width: 50%;
                border-radius: 0px 6px 6px 0px;
            }

    footer .footer_block .form_search .btn {
        display: inline-block;
        text-align: center;
        border: 2px solid #40336B;
        width: 125px;
        height: 40px;
        font-size: 14px;
        color: #40336B;
        text-transform: uppercase;
        border-radius: 5px;
        margin-top: 25px;
        padding: 0;
        font-weight: 800;
    }

        footer .footer_block .form_search .btn:hover {
            background: #24BC00;
            color: #fff;
            border: 2px solid #24BC00;
        }

    footer .footer_block .footer_bottom {
        border-top: 2px solid #40336B;
        padding-top: 12px;
    }

        footer .footer_block .footer_bottom span {
            margin-right: 40px;
        }

        footer .footer_block .footer_bottom p {
            color: #40336B;
            font-size: 14px;
        }

            footer .footer_block .footer_bottom p a {
                color: #40336B;
                margin-left: 10px;
            }

                footer .footer_block .footer_bottom p a:hover {
                    color: #24BC00;
                }

/*End footer*/
.top_hero_img {
    background-position: 50% 50%;
    background-size: cover;
    height: 270px;
    position: relative;
    margin-bottom: 20px;
}

    .top_hero_img h1 {
        padding-top: 50px;
        color: #fff;
        font-size: 24px;
        font-weight: 800;
        text-transform: uppercase;
        line-height: 27px;
        margin-bottom: 15px;
        max-width: 520px;
    }

    .top_hero_img .link_to {
        background: #40336B;
        text-align: center;
        width: 130px;
        height: 36px;
        border-radius: 6px;
        color: #fff;
        line-height: 36px;
        text-transform: uppercase;
        display: inline-block;
        font-size: 14px;
        font-weight: 800;
        text-decoration: none;
    }

.icon_block .icon_inner a {
    width: 50%;
    display: block;
    /* margin-bottom: 20px; */
    text-decoration: none;
}

    .icon_block .icon_inner a:hover {
        background: #ECEBF0;
    }

.icon_block .icon_inner .icon_item {
    margin-bottom: 15px;
    text-align: center;
    margin-top: 15px;
}

    .icon_block .icon_inner .icon_item img {
        width: 60px;
        height: auto;
        margin-bottom: 11px;
    }

    .icon_block .icon_inner .icon_item h3 {
        color: #40336B;
        font-size: 14px;
        font-weight: 700;
    }

.search_block .container {
    margin-bottom: 30px;
    background: #40336B;
    padding: 25px 15px;
}

.search_block .form_search {
    position: relative;
}

    .search_block .form_search .form-group {
        margin-bottom: 0;
    }

        .search_block .form_search .form-group .form-control {
            height: 36px;
            border: none;
            border-radius: 6px;
            font-size: 14px;
            color: #707070;
            padding: 0 65px 0 12px;
            box-shadow: none;
        }

    .search_block .form_search .btn {
        position: absolute;
        top: 0;
        right: 0;
        width: 63px;
        height: 36px;
        background: #24BC00;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        border-radius: 0 6px 6px 0px;
        font-weight: 800;
    }

        .search_block .form_search .btn:hover {
            background: #CFCCDA;
        }

.news_block {
    margin-bottom: 15px;
}

    .news_block .news_block_inner {
        margin-bottom: 10px;
    }

        .news_block .news_block_inner .title_block {
            margin-bottom: 8px;
            border-bottom: 2px solid #40336B;
        }

            .news_block .news_block_inner .title_block h3 {
                color: #40336B;
                font-size: 15px;
                font-weight: 700;
                margin-bottom: 10px;
            }

        .news_block .news_block_inner .news_item {
            margin-bottom: 20px;
        }

            .news_block .news_block_inner .news_item h2 {
                color: #000;
                font-size: 20px;
                line-height: 25px;
                font-weight: 900;
            }

                .news_block .news_block_inner .news_item h2 a {
                    color: #000;
                    text-decoration: none;
                }

            .news_block .news_block_inner .news_item:hover h2 a {
                color: #24BC00;
            }

            .news_block .news_block_inner .news_item .summary_block {
                margin-bottom: 10px;
            }

                .news_block .news_block_inner .news_item .summary_block img {
                    margin-right: 5px;
                }

                .news_block .news_block_inner .news_item .summary_block span {
                    color: #707070;
                    font-size: 10px;
                    font-weight: 700;
                    text-transform: uppercase;
                }

            .news_block .news_block_inner .news_item .hp_description_news {
                height: 157px;
                overflow: hidden;
            }

                .news_block .news_block_inner .news_item .hp_description_news :hover {
                    cursor: pointer;
                }

.description_news_short {
    max-height: 81px;
    overflow: hidden;
}

.news_block .news_block_inner .news_item .description_news p {
    /* font-size: 14px; */
    /* line-height: 20px; */
    margin-bottom: 0;
    color: #707070;
}

.news_block .news_block_inner .news_item a:hover h2 {
    color: #24BC00;
}

.main_title h1 {
    font-size: 30px;
    line-height: 30px;
    color: #40336B;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.main_title .link_back a {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    color: #40336B;
}

    .main_title .link_back a img {
        margin-right: 8px;
    }

.nav_links {
    margin-bottom: 32px;
}

    .nav_links ul li {
        position: relative;
        padding: 14px 0;
        /* border-bottom: 1px solid #CFCCDA; */
        /* padding-left: 30px; */
        background-image: url(/europe.storage.apollo/clientdata/215/media/images/eumedion-border-normal.gif);
        background-position: left bottom;
        background-repeat: no-repeat;
    }

        .nav_links ul li img {
            width: 22px;
        }

        .nav_links ul li a {
            color: #707070;
            font-size: 14px;
            line-height: 20px;
            font-weight: 700;
            text-decoration: none;
        }

        .nav_links ul li svg + a {
            margin-left: 30px;
        }

        .nav_links ul li img + a {
            margin-left: 8px;
        }

        .nav_links ul li svg {
            position: absolute;
            left: 0;
            top: 17px;
            fill: #707070;
        }

            .nav_links ul li svg path {
                fill: #707070;
            }

        .nav_links ul li.active {
            background-image: url(/europe.storage.apollo/clientdata/215/media/images/eumedion-border-hover.gif);
            background-position: left bottom;
            background-repeat: no-repeat;
        }

            .nav_links ul li.active a {
                color: #40336B;
            }

            .nav_links ul li.active svg {
                fill: #40336B;
            }

                .nav_links ul li.active svg path {
                    fill: #40336B;
                }

                .nav_links ul li.active svg circle {
                    fill: #40336B;
                }

                .nav_links ul li.active svg rect {
                    fill: #40336B;
                }

        .nav_links ul li:hover {
            background-image: url(/europe.storage.apollo/clientdata/215/media/images/eumedion-border-hover.gif);
            background-position: left bottom;
            background-repeat: no-repeat;
        }

            .nav_links ul li:hover a {
                color: #40336B;
            }

            .nav_links ul li:hover svg {
                fill: #40336B;
            }

                .nav_links ul li:hover svg path {
                    fill: #40336B;
                }

                .nav_links ul li:hover svg circle {
                    fill: #40336B;
                }

.nav_links_1 {
    margin-bottom: 32px;
}

    .nav_links_1 ul li {
        position: relative;
        padding: 14px 0;
        border-bottom: 1px solid #CFCCDA;
    }

        .nav_links_1 ul li a {
            color: #707070;
            font-size: 14px;
            line-height: 20px;
            font-weight: 700;
            display: block;
        }

        .nav_links_1 ul li.active {
            border-bottom: 1px solid #40336B;
        }

            .nav_links_1 ul li.active a {
                color: #40336B;
            }

        .nav_links_1 ul li:hover {
            border-bottom: 1px solid #40336B;
        }

            .nav_links_1 ul li:hover a {
                color: #40336B;
            }

.block_post .block_post_item {
    margin-bottom: 15px;
}

    .block_post .block_post_item h2 {
        color: #000;
        font-size: 20px;
        line-height: 26px;
        font-weight: 800;
    }

        .block_post .block_post_item h2 a {
            color: #000;
            text-decoration: none;
        }

            .block_post .block_post_item h2 a:hover {
                color: #24BC00;
            }

    .block_post .block_post_item:hover h2 a {
        color: #24BC00;
        cursor: pointer;
    }

    .block_post .block_post_item:hover {
        cursor: pointer;
    }

    .block_post .block_post_item .summary_block {
        margin-bottom: 5px;
        margin-top: 5px;
    }

        .block_post .block_post_item .summary_block img {
            margin-right: 5px;
        }

        .block_post .block_post_item .summary_block span {
            color: #707070;
            font-size: 10px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .block_post .block_post_item .summary_block a {
            text-transform: uppercase;
            color: #707070;
            font-size: 10px;
        }

    .block_post .block_post_item .description_news p {
        /* font-size: 14px; */
        /* line-height: 20px; */
        margin-bottom: 0;
        color: #707070;
    }

.block_post_single h2 {
    color: #000;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 8px;
    font-weight: 900;
}

.block_post_single .summary_block {
    margin-bottom: 10px;
}

    .block_post_single .summary_block img {
        margin-right: 5px;
    }

    .block_post_single .summary_block span {
        color: #707070;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
    }

.block_post_single p {
    /* font-size: 14px; */
    /* line-height: 20px; */
    color: #707070;
    /* margin-bottom: 30px; */
}

    .block_post_single p:last-child {
        margin-bottom: 7px;
    }

.block_post_single .description_news p {
    /* font-size: 14px; */
    /* line-height: 20px; */
    color: #707070;
    /* margin-bottom: 30px; */
}

    .block_post_single .description_news p:last-child {
        margin-bottom: 17px;
    }

.block_post_single .description_news ul {
    margin-bottom: 30px;
}

    .block_post_single .description_news ul li {
        position: relative;
        /* font-size: 12px; */
        /* line-height: 20px; */
        color: #707070;
        padding-left: 12px;
    }

        .block_post_single .description_news ul li:before {
            content: "";
            height: 4px;
            width: 4px;
            position: absolute;
            background: #707070;
            left: 0px;
            top: 8px;
            border-radius: 100%;
        }

.block_post_single .description_news img {
    width: 100%;
    margin-bottom: 15px;
}

.block_post_single .colored_section {
    color: #40336B;
    font-size: 16px !important;
}

    .block_post_single .colored_section ul li {
        position: relative;
        font-size: 16px !important;
        line-height: 22px !important;
        color: #40336B;
        padding-left: 15px;
        margin-bottom: 15px;
    }

        .block_post_single .colored_section ul li:before {
            content: "";
            height: 6px !important;
            width: 6px !important;
            top: 7px !important;
            position: absolute;
            background: #40336B;
            left: 0px;
            border-radius: 100%;
        }

.block_post_single h3 {
    font-size: 20px;
    line-height: 22px;
    color: #40336B;
    font-weight: 800;
    margin-bottom: 20px;
}

.block_post_single h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #40336B;
    margin-bottom: 2px;
}

.block_post_single .media_block {
    margin-bottom: 20px;
}

    .block_post_single .media_block .media img {
        max-width: 100px;
        margin-bottom: 5px;
    }

    .block_post_single .media_block .media .media-body h5 {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        color: #40336B;
        margin-bottom: 0px;
    }

    .block_post_single .media_block .media .media-body ul {
        margin-bottom: 0;
    }

        .block_post_single .media_block .media .media-body ul li {
            color: #707070;
            font-size: 16px;
            line-height: 26px;
        }

.recent_post {
    margin-bottom: 30px;
}

    .recent_post .recent_post_item {
        margin-bottom: 15px;
    }

        .recent_post .recent_post_item h2 {
            color: #000;
            font-size: 20px;
            line-height: 25px;
            margin-bottom: 2px;
            font-weight: 900;
        }

            .recent_post .recent_post_item h2 a {
                color: #000;
                text-decoration: none;
            }

                .recent_post .recent_post_item h2 a:hover {
                    color: #24BC00;
                }

        .recent_post .recent_post_item .summary_block {
            margin-bottom: 10px;
        }

            .recent_post .recent_post_item .summary_block img {
                margin-right: 5px;
            }

            .recent_post .recent_post_item .summary_block span {
                color: #707070;
                font-size: 10px;
                font-weight: 700;
                text-transform: uppercase;
            }

.show_more {
    border-top: 2px solid #40336B;
    padding-top: 15px;
    margin-bottom: 25px;
}

    .show_more a {
        color: #40336B;
        font-size: 14px;
        font-weight: 700;
        cursor: pointer;
    }

        .show_more a img {
            margin-left: 5px;
        }

.recent {
    border-top: 2px solid #40336B;
    padding-top: 15px;
    margin-bottom: 15px;
}

    .recent span {
        color: #40336B;
        font-size: 14px;
        font-weight: 700;
    }

.themas_block .themas_item {
    text-align: center;
}

    .themas_block .themas_item a {
        text-decoration: none;
    }

    .themas_block .themas_item .themas_item_read_more {
        text-align: left;
        color: #40336B;
        margin-top: 10px;
    }

        .themas_block .themas_item .themas_item_read_more a {
            color: #40336B;
            text-decoration: underline;
        }

            .themas_block .themas_item .themas_item_read_more a:hover {
                color: #707070;
            }

    .themas_block .themas_item img {
        width: 70px;
        height: auto;
        margin-bottom: 10px;
    }

    .themas_block .themas_item h3 {
        color: #40336B;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 0px;
    }

    .themas_block .themas_item .images_block {
        padding: 25px 0;
        margin-bottom: 18px;
    }

    .themas_block .themas_item .separator {
        height: 2px;
        background: #40336B;
        margin-bottom: 9px;
    }

    .themas_block .themas_item h2 {
        text-align: left;
        color: #000;
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
        font-weight: 900;
    }

        .themas_block .themas_item h2 a:hover {
            color: #24BC00;
        }

    .themas_block .themas_item p {
        text-align: left;
        /* font-size: 14px; */
        /* line-height: 20px; */
        /* color: #707070; */
        /* margin-bottom: 30px; */
    }

    .themas_block .themas_item a:hover h2 {
        color: #24BC00;
    }

    .themas_block .themas_item a:hover .images_block {
        background: #ECEBF0;
        padding: 25px 0;
    }

.nav_filters .filters_inner input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    .nav_filters .filters_inner input[type=checkbox].css-checkbox + label.css-label {
        padding-left: 17px;
        height: 12px;
        display: inline-block;
        line-height: 13px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 16px;
        vertical-align: middle;
        cursor: pointer;
        color: #707070;
    }



.nav_filters .filters_inner a {
    padding-left: 15px;
    text-decoration: none;
}

    .nav_filters .filters_inner a[disabled], .nav_filters .filters_inner a[disabled]:hover {
        padding-left: 15px;
        opacity: 0.4;
        color: #40336B;
    }

    .nav_filters .filters_inner a:before {
        width: 12px;
        height: 12px;
        position: absolute;
        background-image: url(/europe.storage.apollo/clientdata/215/media/images/csscheckbox.png);
        content: "";
        margin-top: 7px;
        margin-left: -15px;
    }

    .nav_filters .filters_inner a.selected:before {
        background-position: 0 -12px;
        color: #40336B;
        font-weight: 800;
    }

/*.nav_filters .filters_inner a:hover:before {
    background-position: 0 -12px;
}
*/

.nav_filters .filters_inner label.css-label {
    background-image: url(/europe.storage.apollo/clientdata/215/media/images/csscheckbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nav_filters .filters_inner input[type=checkbox][disabled].css-checkbox + label.css-label {
    /* color: #CFCCDA; */
    opacity: 0.4;
}

.nav_filters .collapse_title {
    cursor: pointer;
}

.form_search_mob {
    position: relative;
    background: #CFCCDA;
    padding: 25px 15px;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: 15px;
}

    .form_search_mob .form-group {
        margin-bottom: 0;
    }

        .form_search_mob .form-group .form-control {
            height: 36px;
            border: none;
            border-radius: 6px;
            font-size: 14px;
            color: #707070;
            padding: 0 65px 0 12px;
            box-shadow: none;
        }

    .form_search_mob .btn {
        position: absolute;
        top: 25px;
        right: 15px;
        width: 63px;
        height: 36px;
        background: #24BC00;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        border-radius: 0 6px 6px 0px;
        font-weight: 800;
    }

        .form_search_mob .btn:hover {
            background: #CFCCDA;
        }

.main_title.publiceties {
    margin-bottom: 20px;
}

.main_title .js-filter {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
    color: #40336B;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
}

.main_title .sorting_link {
    text-align: right;
    margin-top: 3px;
}

    .main_title .sorting_link .dropdown {
        font-size: 14px;
        font-weight: 700;
        color: #40336B;
    }

        .main_title .sorting_link .dropdown .dropdown-toggle {
            font-size: 14px;
            font-weight: 700;
            color: #40336B;
            cursor: pointer;
        }

            .main_title .sorting_link .dropdown .dropdown-toggle:after {
                content: none;
                border: none;
            }

        .main_title .sorting_link .dropdown .dropdown-menu {
            min-width: 90px;
        }

            .main_title .sorting_link .dropdown .dropdown-menu .dropdown-item {
                padding: 3px 10px;
                font-size: 14px;
                font-weight: 700;
                color: #40336B;
            }

.main_title .result_block {
    color: #707070;
    font-size: 14px;
    font-weight: 700;
}

.nav_filters .title_search {
    margin-bottom: 15px;
}

    .nav_filters .title_search h2 {
        font-size: 30px;
        line-height: 30px;
        color: #40336B;
        text-transform: uppercase;
        width: 100%;
        padding-top: 15px;
        margin-bottom: 12px;
        font-weight: 900;
    }

        .nav_filters .title_search h2 .js_close {
            float: right;
            cursor: pointer;
        }

            .nav_filters .title_search h2 .js_close img {
                position: relative;
                top: -1px;
            }

    .nav_filters .title_search .btn:hover {
        background: #3f336b;
    }

    .nav_filters .title_search .btn.mob_search {
        width: 132px;
        height: 36px;
        background: #24BC00;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        border-radius: 6px;
        FONT-WEIGHT: 800;
    }

    .nav_filters .title_search h4 {
        color: #707070;
        font-size: 14px;
        font-weight: 700;
        margin-top: 20px;
        text-transform: uppercase;
    }

.nav_filters .filters_item .collapse_title {
    cursor: pointer;
    color: #40336B;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 2px solid #40336B;
    padding: 6px 0;
    position: relative;
}

    .nav_filters .filters_item .collapse_title.collapsed:after {
        content: "";
        position: absolute;
        right: 0;
        top: 13px;
        height: 10px;
        width: 17px;
        background: url(/europe.storage.apollo/clientdata/215/media/images/arrow_bottom.png);
    }

    .nav_filters .filters_item .collapse_title:after {
        content: "";
        position: absolute;
        right: 0;
        top: 13px;
        height: 10px;
        width: 17px;
        background: url(/europe.storage.apollo/clientdata/215/media/images/arrow_top.png);
    }

.nav_filters .filters_item .filters_inner {
    padding: 6px 0;
}

    .nav_filters .filters_item .filters_inner .block_input {
        margin-bottom: 3px;
    }

        .nav_filters .filters_item .filters_inner .block_input:last-child {
            margin-bottom: 0;
        }

.contact_page h2 {
    color: #000;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
    font-weight: 800;
}

.contact_page ul li {
    font-size: 16px;
    line-height: 20px;
    color: #707070;
}

    .contact_page ul li a {
        /* color: #707070; */
        text-decoration: underline;
        /* font-size: 12px; */
    }

        .contact_page ul li a.link_to {
            font-size: 16px;
            line-height: 20px;
            color: #40336B;
        }

.contact_page h3 {
    color: #40336B;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
}

.contact_page .media_block {
    margin-bottom: 15px;
}

    .contact_page .media_block .media img {
        max-width: 100px;
        margin-bottom: 5px;
    }

    .contact_page .media_block .media .media-body {
        position: relative;
        top: -3px;
    }

        .contact_page .media_block .media .media-body h5 {
            font-size: 16px;
            font-weight: 700;
            line-height: 20px;
            color: #40336B;
            margin-bottom: 0px;
        }

        .contact_page .media_block .media .media-body p {
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
            color: #707070;
        }

        .contact_page .media_block .media .media-body ul {
            margin-bottom: 0;
        }

            .contact_page .media_block .media .media-body ul li {
                color: #707070;
                /* font-size: 12px; */
                /* line-height: 22px; */
            }

                .contact_page .media_block .media .media-body ul li a.social_link {
                    margin-right: 15px;
                }

.search_page .search_result_title {
    margin-bottom: 11px;
    border-bottom: 2px solid #40336B;
}

    .search_page .search_result_title p {
        color: #707070;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
    }

    .search_page .search_result_title h3 {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #40336B;
        margin-bottom: 10px;
    }

.search_page .serch_result_item {
    margin-bottom: 20px;
}

    .search_page .serch_result_item h2 {
        color: #000;
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 2px;
        font-weight: 900;
    }

        .search_page .serch_result_item h2 a:hover {
            color: #24BC00;
        }

    .search_page .serch_result_item .summary_block {
        margin-bottom: 10px;
    }

        .search_page .serch_result_item .summary_block img {
            margin-right: 5px;
        }

        .search_page .serch_result_item .summary_block span {
            color: #707070;
            font-size: 10px;
            font-weight: 700;
            text-transform: uppercase;
        }

[class^="icon-"], [class*=" icon-"] {
    color: #fff;
    /* margin-top: 10px; */
}

.top_hero_img_container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    text-align: left;
}

#loadmorenews {
    cursor: pointer;
}

.people-li {
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    header .navbar {
        border-bottom: 2px solid #40336B;
    }

        header .navbar .navbar-brand {
            padding: 5px 0 0 0px;
            margin-bottom: 0px;
            margin-top: 30px;
        }

        header .navbar .lang_mobile {
            display: none !important;
        }

        header .navbar .navbar-collapse {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            padding: 22px 0px 0px;
        }

            header .navbar .navbar-collapse .navbar-nav .nav-item {
                border-bottom: none;
                padding: 0px 0;
            }

                header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
                    color: #40336B;
                    font-size: 14px;
                    font-weight: 800;
                    position: relative;
                    text-decoration: none;
                }

                    header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover:before {
                        content: "";
                        height: 2px;
                        width: calc(100% + 0px);
                        bottom: 0px;
                        left: 8px;
                        position: absolute;
                        background: #40336B;
                    }

                header .navbar .navbar-collapse .navbar-nav .nav-item:last-child .nav-link {
                    padding-right: 0;
                }

                    header .navbar .navbar-collapse .navbar-nav .nav-item:last-child .nav-link:hover:before {
                        width: calc(100% - 8px);
                        left: 8px;
                    }

                header .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
                    /* display: none; */
                }

                header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link:before {
                    content: "";
                    height: 2px;
                    width: calc(100% + 0px);
                    bottom: 0px;
                    left: 8px;
                    position: absolute;
                    background: #40336B;
                }

            header .navbar .navbar-collapse .top_nav {
                margin-bottom: 10px;
            }

                header .navbar .navbar-collapse .top_nav .form_search .lang {
                    text-transform: uppercase;
                    color: #707070;
                    font-size: 12px;
                    margin-right: 12px;
                    font-weight: 700;
                }

                    header .navbar .navbar-collapse .top_nav .form_search .lang a {
                        color: #707070;
                        text-decoration: none;
                    }

                header .navbar .navbar-collapse .top_nav .form_search .form-group {
                    width: 200px;
                    margin-bottom: 0;
                }

                    header .navbar .navbar-collapse .top_nav .form_search .form-group .form-control {
                        border: 1px solid #CCCCCC;
                        height: 36px;
                        font-size: 14px;
                        border-radius: 6px;
                        box-shadow: none;
                        color: #707070;
                        padding-right: 30px;
                    }

    footer .footer_block {
        margin-top: 0px;
    }

    .top_hero_img {
        height: 336px;
        margin-bottom: 30px;
        position: relative;
        width: 100%;
        text-align: center;
    }


        .top_hero_img h1 {
            padding-top: 10px;
            font-size: 25px;
            line-height: 35px;
            max-width: 565px;
            font-weight: 800;
        }

        .top_hero_img .link_to {
            width: 150px;
            height: 40px;
            line-height: 40px;
            text-decoration: none;
        }

    .icon_block .icon_inner a {
        width: 25%;
        text-decoration: none;
    }

    .icon_block .icon_inner .icon_item {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .nav_filters {
        margin-bottom: 50px;
    }

    .main_title .result_block {
        margin-top: 13px;
    }

    .main_title .sorting_link {
        margin-top: 11px;
    }

    .form_search_1 {
        position: relative;
    }

        .form_search_1 .form-group {
            background: #CFCCDA;
            padding: 10px 6px;
            margin-bottom: 0;
        }

            .form_search_1 .form-group .form-control {
                height: 36px;
                border: none;
                border-radius: 6px;
                font-size: 12px;
                color: #707070;
                padding: 0 65px 0 12px;
                box-shadow: none;
            }

        .form_search_1 .btn {
            position: absolute;
            top: 10px;
            right: 6px;
            width: 63px;
            height: 36px;
            background: #24BC00;
            color: #fff;
            text-transform: uppercase;
            font-size: 12px;
            border-radius: 0 6px 6px 0px;
            font-weight: 800;
        }

            .form_search_1 .btn:hover {
                background: #3f336b;
            }

    .nav_filters .title_search h4 a {
        color: #707070;
        font-size: 12px;
        font-weight: 700;
        margin-top: 11px;
        text-transform: uppercase;
        text-decoration: none;
    }

    .nav_filters .title_search {
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {
    footer .footer_block {
        padding: 55px 0px 15px;
    }

        footer .footer_block .form_search .form-group .form-control {
            max-width: 280px;
        }

    header {
        border-top: 10px solid #40336B;
        margin-bottom: 18px;
    }

        header .navbar .navbar-brand {
            padding: 0;
            margin-top: 0px;
        }

            header .navbar .navbar-brand img {
                width: auto;
            }

        header .navbar .navbar-collapse .navbar-nav {
            margin-bottom: 0px;
        }

            header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
                font-size: 16px;
                text-decoration: none;
            }

        header .navbar .navbar-collapse .top_nav {
            margin-bottom: 18px;
        }

            header .navbar .navbar-collapse .top_nav .form_search .form-group {
                width: 275px;
                margin-bottom: 0;
            }

    .top_hero_img h1 {
        padding-top: 50px;
        font-size: 35px;
        line-height: 43px;
        max-width: 565px;
        font-weight: 800;
    }

    .news_block .news_block_inner .news_item h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }

        .news_block .news_block_inner .news_item h2 a {
            color: #000;
            text-decoration: none;
        }

    .news_block .news_block_inner .news_item .summary_block span {
        font-size: 12px;
    }

    .news_block .news_block_inner .news_item .description_news p {
        /* font-size: 14px; */
        /* line-height: 22px; */
    }

    .news_block .news_block_inner .news_item {
        margin-bottom: 25px;
    }

    .news_block .news_block_inner {
        margin-bottom: 35px;
    }

    .search_block {
        /* margin-bottom: 45px; */
        padding: 32px 0 8px 0px;
    }

        .search_block .form_search .form-group .form-control {
            height: 50px;
            font-size: 18px;
            padding: 0 210px 0 20px;
        }

        .search_block .form_search .btn {
            width: 200px;
            height: 50px;
            font-size: 18px;
        }

    .icon_block .icon_inner {
        /* margin-bottom: 10px; */
    }

        .icon_block .icon_inner .icon_item {
            margin-bottom: 25px;
            text-align: center;
            margin-top: 25px;
        }

            .icon_block .icon_inner .icon_item img {
                width: auto;
                height: auto;
                margin-bottom: 24px;
            }

            .icon_block .icon_inner .icon_item h3 {
                font-size: 18px;
            }

    .block_post .block_post_item h2 {
        font-size: 25px;
        line-height: 30px;
    }

        .block_post .block_post_item h2 a {
            text-decoration: none;
        }

    .block_post .block_post_item .summary_block a {
        text-decoration: none;
    }

    .block_post .block_post_item .summary_block span {
        font-size: 12px;
    }

    .block_post {
        margin-bottom: 50px;
    }

        .block_post .block_post_item .description_news p {
            /* font-size: 14px; */
            /* line-height: 22px; */
        }

    .main_title h1 {
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 30px;
        text-transform: uppercase;
    }

    .nav_links ul li a {
        font-size: 16px;
        text-decoration: none;
    }

    .nav_links ul li svg + a {
        margin-left: 30px;
    }

    .nav_links ul li img + a {
        margin-left: 8px;
    }

    .nav_links_1 ul li a {
        font-size: 16px;
    }

    .nav_links ul li svg {
        top: 15px;
    }

    .main_title .link_back a {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .block_post_single h2 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 10px;
    }

    .block_post_single .description_news p {
        /* font-size: 14px; */
        /* line-height: 22px; */
    }

        .block_post_single .description_news p:last-child {
            margin-bottom: 30px;
        }

    .block_post_single p {
        /* font-size: 14px; */
        /* line-height: 22px; */
    }

        .block_post_single p:last-child {
            margin-bottom: 30px;
        }

    .recent span {
        font-size: 16px;
    }

    .recent_post .recent_post_item h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 3px;
    }

        .recent_post .recent_post_item h2 a {
            text-decoration: none;
        }

    .recent_post .recent_post_item .summary_block span {
        font-size: 12px;
    }

    .block_post_single .summary_block span {
        font-size: 12px;
    }

    .recent_post {
        margin-bottom: 40px;
    }

    .themas_block .themas_item img {
        width: 90px;
        margin-bottom: 24px;
    }

    .themas_block .themas_item h3 {
        font-size: 18px;
    }

    .themas_block .themas_item .separator {
        margin-bottom: 13px;
    }

    .themas_block .themas_item h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .themas_block {
        margin-bottom: 40px;
    }

        .themas_block .themas_item p {
            /* font-size: 14px; */
            /* line-height: 22px; */
        }

    .block_post_single .description_news ul li {
        /* font-size: 14px; */
        /* line-height: 22px; */
        padding-left: 17px;
    }

        .block_post_single .description_news ul li:before {
            height: 6px;
            width: 6px;
            top: 9px;
        }

    .nav_filters .filters_item .collapse_title {
        font-size: 16px;
        padding: 7px 0;
    }

    .form_search_1 .form-group {
        padding: 23px 28px;
    }

    .form_search_1 .btn {
        top: 23px;
        right: 28px;
        width: 70px;
        height: 40px;
        font-size: 14px;
    }

    .form_search_1 .form-group .form-control {
        height: 40px;
        font-size: 14px;
        padding: 0 70px 0 12px;
    }

    .main_title .result_block {
        margin-top: 29px;
    }

    .main_title .sorting_link {
        margin-top: 31px;
    }

    .block_post .block_post_item .summary_block a {
        font-size: 12px;
    }

    .block_post_single h4 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .block_post_single .media_block .media .media-body ul li {
        font-size: 16px;
        line-height: 26px;
    }

    .block_post_single .media_block {
        margin-bottom: 30px;
    }

    .contact_page h2 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 25px;
    }

    .contact_page ul li {
        line-height: 22px;
    }

        .contact_page ul li a {
            /* font-size: 14px; */
        }

    .contact_page .media_block .media img {
        max-width: 120px;
        margin-bottom: 10px;
    }

    .contact_page h3 {
        line-height: 22px;
    }

    .contact_page .media_block .media .media-body ul li {
        font-size: 16px;
    }

    .search_page .search_result_title p {
        font-size: 14px;
        font-weight: 700;
        line-height: 28px;
    }

    .search_page .search_result_title h3 {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .search_page .serch_result_item h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 4px;
    }

        .search_page .serch_result_item h2 a {
            color: #000;
            text-decoration: none;
        }

    .search_page .serch_result_item {
        margin-bottom: 30px;
    }

        .search_page .serch_result_item .summary_block span {
            font-size: 12px;
        }
}

@media (min-width: 1200px) {
    .top_hero_img h1 {
        padding-top: 60px;
        font-size: 47px;
        line-height: 45px;
        max-width: 620px;
        font-weight: 800;
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item {
        margin-left: 40px;
    }

        header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover:before {
            width: calc(100% + 40px);
        }

    footer .footer_block .footer_desc a {
        margin-top: 30px;
        text-decoration: none;
    }
}

@media (max-width: 767px) {
    header .container {
        padding: 0;
    }

    header .navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        z-index: 110;
        width: 100%;
        background: #40336B;
        margin-top: -2px;
        height: 100vh;
    }

        header .navbar .navbar-collapse.collapsing {
            height: 100vh;
        }

        header .navbar .navbar-collapse.show {
            height: 100vh;
        }

        header .navbar .navbar-collapse .navbar-nav {
            height: 100vh;
        }

    .b_filter_block {
        position: fixed;
        top: 0;
        left: -100%;
        background: #fff;
        width: 100%;
        height: 100%;
        z-index: 100;
        overflow: scroll;
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

        .b_filter_block.open {
            left: 0;
            -webkit-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

    .media_block .media {
        display: block;
    }

    .block_post_single .colored_section p {
        font-size: 18px !important;
    }

    .block_post_single .colored_section ul li {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .search_block {
        padding: 25px 15px 0px 15px;
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        text-decoration: none;
    }

    footer .footer_block .footer_bottom span {
        margin-right: 25px;
    }

    .themas_block .themas_item {
        margin-bottom: 30px;
    }
}
