.form-type-search label.sr-only {
    display: inline-block;
    line-height: 38px;
    width: 80px;
    font-weight: normal;
}
.menu--account {
    background: rgba(255, 255, 255, 0.8);
    z-index: 100;
    margin: 5px 0 0 0;
}
.region.region-navigation {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
}

@media all and (max-width: 460px) {
    #block-kariera-search {
        width: 100%;
    }
}
@media all and (max-width: 768px) {
	.region.region-navigation {
	    justify-content: space-between;
	}

}