.langs {
    display: flex;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 99999;
}

.langs a {
    margin: 0 8px;
    cursor: pointer;
}

.lang_selector {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 18px !important;
  color: #000 !important;
}

@media screen and (max-width: 1000px) {
    .langs {
        left: 20px;
        right: auto;
    }
}