.header-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%
}

.bottom-header-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.sticky-header {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  padding: 25px 0;
  z-index: 1000;
  background: var(--background);
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-header-wrapper {
  top: 0;
  z-index: 1000;
  background: var(--text-light);
  width: 100vw !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom-header-wrapper {
  height: 46px;
  background: var(--text-light);
  width: 100vw !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap-bottom-header-section {
  margin-top: 25px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.top-header {
  width: 100%;
  padding: 8px 0;
  display: flex;
  align-items: center;
}

.top-header-right {
  width: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.hamburger-menu {
  cursor: pointer;
  margin-left: 8px;
  display: block;
}

.close-icon {
  display: none;
  cursor: pointer;
  margin-left: 15px;
}

.mobile-menu {
  display: none;
}

.mobile-menu.active {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  gap: 5px 6px;
  margin-top: 20px;
}

.wrap-mobile-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 5px;
  padding-bottom: 10px;
}

.pay-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 44px;
  background: var(--primary-color);
  border-radius: 33px;
  color: var(--background);
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-decoration: none;
}

 .fw-bold {
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 100% !important;
  }

.header-rights {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  gap: 10px;
  height: 25px;
  margin-left: 20px;
}

.logo-img {
  width: 100%;
  height: auto;
  margin-top: 7px;
}

.logo-header {
  width: 100%;
  max-width: 373px;
  max-height: 75px;
  margin-bottom: auto;
}

.white-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 44px;
  border-radius: 5px;
  background: white;
}

.white-button:hover {
  box-shadow: 0px 0px 5.33px rgba(55, 29, 29, 0.04), 0px 5.33px 10.67px rgba(24, 59, 65, 0.15);
}

.white-button h6 {
  font-size: 16px !important;
  line-height: 100% !important;
  font-weight: 700 !important;
  margin: 0;
}

.contact-button {
  height: 32px;
  width: 173px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  gap: 15px;
  background: var(--text-dark);
  color: var(--background);
  border-radius: 50px;
  cursor: pointer;
  white-space: nowrap;
}

.img-call-icon {
  width: 14px;
  height: 14px;
}

.contact-button h6,
a {
  font-size: 14px !important;
  font-weight: 700 !important;
  margin: 0;
}

.top-header h3 {
  cursor: pointer;
  margin: 0;
  font-weight: 700 !important;
}

.top-devider {
  width: 1.5px;
  height: 20px;
  background: var(--border-color);
  margin: 0 10px;
}

ul.breadcrumb li:first-child span a {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 140%;
  color: var(--text-dark);
  margin: 0 !important;
  text-decoration: none !important;
}

ul.breadcrumb li:last-child span {
  color: var(--primary-color);
}

@media (max-width: 590px) {
  .header-placeholder {
    top: 0;
  }

  .sticky-header {
    max-height: 190px;
    height: auto;
  }

  .top-header-wrapper {
    display: none !important;
  }

  .hide-590px {
    display: none;
  }

  .header-rights {
    justify-content: center;
    margin-left: auto 20px;
    gap: 2px;
  }

  .contact-button {
    padding: 5px 10px !important;
    height: 30px;
    gap: 5px;
    height: 31px;
    width: 147px;
  }

  .logo-header {
    max-width: 207px;
    max-height: 42px;
  }

  .white-button {
    width: 113px;
    height: 31px;
  }

  .white-button h6 {
    line-height: 24px !important;
  }

  .pay-tab {
    width: 75px;
    height: 25px;
    font-size: 16px;
  }

  .fw-bold {
    font-size: 16px !important;
  }
}

@media (min-width: 590px) {
  .header-rights {
    flex-wrap: wrap;
    height: auto;
  }

  .hamburger-menu {
    display: none;
  }

  .close-icon {
    display: none;
  }

  .mobile-menu {
    display: none;
  }
}

@media (max-width: 410px) {
  .header-placeholder {
    justify-content: flex-start;
    top: 0;
  }

  .hamburger-menu,
  .close-icon {
    margin-left: 0;
  }
}

@media (max-width: 380px) {
  .wrap-mobile-button {
    flex-wrap: wrap;
  }
}