.pc-none {
  display: none;
}

.lang-wrapper {
  position: absolute;
  top: 90px;
  right: 50px;
  z-index: 1000;
}

.lang-wrapper a {
  display: block;
  font-family: 'PT Serif',serif;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-bottom: 5px;
}

.lang-wrapper a:hover {
  opacity: 0.8;
}

.lang-wrapper .selected {
  color: #ffe100;
}

@media screen and (max-width: 1000px) {
  .pc-none {
    display: block;
  }
  .lang-wrapper {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */