.main-menu {
  background-color: transparent;
  padding: 10px;
}

.nav-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav-menu li {
  display: inline-block;
  margin-right: 20px;
  margin-top: 0px !important;
}

.nav-menu a {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.5px; /* 153.571% */
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.nav-menu a:hover {
  color: #ffaf35;
}

/*footer menu*/

.footer-menu {
  background-color: transparent;
  padding: 0px;
}

.nav-footer {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: -3px;
}

.nav-footer li {
  display: block;
  margin-right: 20px;
  margin-top: 3px !important;
}

.nav-footer a {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  color: #8a8c94;
  text-decoration: none;
  font-weight: 600;
}

.nav-footer a:hover {
  color: var(--brand-main-color);
  text-decoration: underline;
}

/*klasy logotypu, kontenera menu, kontenera zapytania i dodatkowych danych w header*/

.top-header-height {
  height: 53px;
}

.top-header-bg {
  background: var(--tan-3);
}

.top-header-text {
  font-size: 20px;
}

.top-header-zoom-icon {
  display: none;
}

@media screen and (max-width: 1100px) {
  .top-header-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  .top-header-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 786px) {
  .top-header-text {
    font-size: 12px;
  }

  .top-header-zoom-icon {
    display: block;
  }
}

.header-mid-height {
  height: 90px;
}

.header-bottom-cont {
  margin-top: -80px;
}

.mc_logo_pc {
  width: 366px;
}

.bar-container {
  margin-top: -40px;
}

.logo-bar-gap {
  min-width: 21.5%;
}

.header-pad {
  padding: 0 2.625% 0 2.625%;
}

.header-height {
  height: 202px; /*wysokosc powiazana z contener-upper-padding*/
}

.header-spacer {
  height: 38px;
}

.content-upper-padding {
  padding-top: 174px;
}

@media screen and (max-width: 786px) {
  .content-upper-padding {
    padding-top: 176px;
  }
}

.header-bottom-margin {
  margin-bottom: 6rem;
}

.header-logo {
  width: 8rem;
}

.search-container {
  min-width: 6rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
}

.zoom-icon-container:hover .zoom-icon {
  transform: scale(1.2);
  transition: ease-in-out 0.1s;
}

.header-bg {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}

/*
style="background: 
            center center no-repeat url('<?php echo get_site_url() ?>/wp-content/uploads/2024/06/placeholder.webp');"
*/
