@font-face {
  font-family: trajanbold;
  src: url("../../fonts/trajanpro_bold.otf");
}
@font-face {
  font-family: trajanregular;
  src: url("../../fonts/trajanpro_regular.otf");
}
.langSelect {
  background: rgba(255, 255, 255, 0.5600000000000001);
  position: absolute;
  top: 22%;
  right: 10px;
  padding: 5px;
  border: solid 1px #b9b9b9;
}
.langSelect a {
  color: #000007;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  padding: 12px;
  border-right: solid 1px #919191;
}
.langSelect a:hover,
.langSelect a.active {
  color: #d33d59;
}
.langSelect a:last-child {
  border: none;
}
@media (max-width: 768px) {
  .langSelect {
    width: 100%;
    top: 90%;
    left: 0;
  }
}
