ul.navbar {
    height: 40px;
    min-width: 100%;
    max-width: var(--max-width);
    list-style-type: none;
    position: fixed;
    top: 0;
    transition: top 0.3s;
    margin: 0;
    padding: 0;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: var(--last-color);
    background-color: var(--main-color);
    z-index: 1100;
}
li.dropmenu {
    height: 40px;
    position: absolute;
    left: 0;
    width: 7%;
    margin: 0;
    padding: 0;
    border: 0;
}
li.logo {
    height: 40px;
    text-align: center;
}
li.language {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
}