/* wybór języka w nagłówku */
.languages-block-top-list {
    display: flex;
    text-align: center;
    border: 2px solid;
    height: 34px;
    line-height: 34px;
    margin-top: 23px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.languages-block-top-list div.selectable {
    display: block;
    line-height: 32px;
    transition: all 0.3s;
    width: 34px;
    border-right: 2px solid;
}

.languages-block-top-list div.selectable a {
    display: block;
    width: 100%;
    height: 100%;
    color: #777777;
}

.languages-block-top-list div.selected {
    background-color: #4495ff;
    color: #ffffff;
}

.languages-block-top-list div.selectable:last-of-type {
    border: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    header .header-element-right {
        margin-left: 5px !important;
    }
}