.pt-180px {
  padding-top: 180px;
}

.pt-70px {
  padding-top: 70px;
}

@media (max-width: 1200px) {
  .pt-180px {
    padding-top: 130px;
  }
  .pt-70px {
    padding-top: 60px;
  }
}
@media (min-width: 401) and (max-width: 767px) {
  .pt-180px {
    padding-top: 110px;
  }
  .pt-70px {
    padding-top: 45px;
  }
  .nav-right {
    flex-direction: column;
  }
  .nav-right a {
    margin-bottom: 5px;
  }
  .nav-right .lang-switcher {
    padding: 6px 25px 2px !important;
  }
  .nav-right .nice-select::after {
    top: 40%;
  }
  .header-section {
    padding: 30px;
  }
}
@media (max-width: 400px) {
  .contact-header .contact-info-area .contact-info-item img {
    width: 45px;
  }
  .contact-header .contact-info-area .contact-info-item a.phonenumber {
    font-size: 16px;
  }
}
.header-button {
  text-wrap: nowrap;
  height: auto;
}
.header-button:first-of-type {
  margin-right: 10px;
}

.nice-select img {
  width: 32px;
  height: 24px;
  border-radius: 10px;
  margin-right: 5px;
  top: -3px;
  left: -5px;
  position: relative;
}/*# sourceMappingURL=custom.css.map */