
    :root {
        --text: #565656;
--links: #012b67;
--titles: #012b67;
--page-background: #FFFFFF;
--highlight: #00b2eb;
--boxes-background: #FFFFFF;
--boxes-border: #CBD2DB;
--section-titles: #012b67;
--section-titles-background: #F6F8FB;
--header-background: #012b67;
--header-links: #FFFFFF;
--footer-background: #FFFFFF;
--footer-links: #012b67;
    }
    
.ods-front-header{
    height:75px;
}

.ods-front-header__menu{
    display: flex;
    align-items: center;
    justify-content: center;
    top: -31px;
    position: relative;
}

.ods-front-header__menu-item-link--active, .ods-responsive-menu-collapsible--collapsed .ods-front-header__menu-item-link--active
,.ods-responsive-menu-collapsible--collapsed .ods-front-header__menu-item-link{
    border:none;
}

.ods-responsive-menu-collapsible--collapsed .ods-front-header__management-menu{
    padding:0px;
}

.ods-front-header__menu-item-link{
    line-height:50px;
}

.ods-front-header__management-menu{
    display: grid;
    justify-items: end;
    justify-content: end;
    padding-top: 6px;
    margin-right: -25px;
}

.ods-front-footer{
    background-color:#012b67;
    color:white;
}

.ods-front-footer__link{
    color:white;
}

.ods-catalog-card__visualization, .ods-catalog-card__title, .ods-error-page__title{
    color:#012b67;
}

.ods-front-header__menu-item:nth-child(6) .ods-front-header__menu-item-link {
    background:white;
    color:#012b67;
    opacity:1;
}

.ods-responsive-menu-collapsible--collapsed .ods-front-header__menu{
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
}

.logo-odds {
    width: 150px;
}

.ods-front-header__portal-brand {
    z-index: 1000;
    top: 15px;
}
@media screen and (max-width:1000px){
    .ods-front-header__management-menu {
        display: flex;
        flex-direction: column;
    }
}


@media screen and (max-width:450px){
    .ods-front-footer{
        display: flex;
        flex-wrap: wrap;
        height: auto;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }
}