.header__main {
    background: #01426a;
    background-color: #01426a;
    margin-bottom: 10px;
    padding: 5px 0;
}

.header__right {}

.header__language {
    padding-top: 20px;
}

.header__logo-link {
    display: inline-block;
}

.header__text {
    color: white;
    text-align: center;
}

.header__logo {
    max-height: 60px;
}

@media (max-width: 768px) {
    .header__text {
        font-size: 22px;
        margin: 10px 0 5px;
    }
}

#divContent>ul>li {
    display: inline-block;
}

#divContent>ul>li:before {
    content: '>';
}

#divContent>ul:first-of-type {
    padding-left: 0px;
}

#divContent>ul>li:first-child:before {
    content: '';
}
