/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
@media (max-width: 1023px) {
  .container {
    padding: 0 20px;
  }
  body {
    overflow-x: hidden;
    font-size: 0.85em;
  }
  .pop .wrap {
    padding: 50px 20px;
  }
  .swiper-pagination {
    position: relative;
  }
  .swiper-btn {
    display: none;
  }
  header .logo img {
    height: 40px;
  }
  header .lang {
    font-size: 0.92em;
  }
  footer .logo img {
    height: 50px;
  }
}
@media (max-width: 575px) {
  .btn.sty1,
  .btn.sty2 {
    padding: 8px 20px;
    font-size: 0.92em;
  }
}
