@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;900&display=swap");
.flex {
  display: flex;
}

.justify-content--center {
  justify-content: center;
}

.btn_red {
  display: block;
  color: white;
  background-color: #f54892;
  border-radius: 8px;
  padding: 6px 55px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  width: max-content;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.btn_red:hover {
  background-color: #f763a2;
}
@media screen and (min-width: 1280px) {
  .btn_red {
    padding: 16px 35px;
    font-size: 32px;
    line-height: 40px;
  }
}

.wraper_1604 {
  width: 100%;
  max-width: 1604px;
  margin: 0 auto;
}

.usa-rebooking-body::before {
  display: none;
}

.admin-bar .header-usa-rebooking {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar .header-usa-rebooking {
    top: 32px;
  }
}

.header-usa-rebooking {
  padding: 23px 26px 26px;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 15;
  box-shadow: 0px 4px 8px #ffffff20;
}
.header-usa-rebooking .wraper_1604 {
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
@media screen and (min-width: 1024px) {
  .header-usa-rebooking .wraper_1604 {
    flex-direction: row;
    gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .header-usa-rebooking .wraper_1604 {
    gap: 32px;
  }
}
.header-usa-rebooking .wraper_1604 h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: white;
  margin: 0;
}
@media screen and (min-width: 1280px) {
  .header-usa-rebooking .wraper_1604 h6 {
    font-size: 28px;
    line-height: 34px;
  }
}
.header-usa-rebooking .wraper_1604 .header-usa-rebooking--logo {
  display: flex;
  margin: 0 auto;
  font-size: 5.8823529412vw;
  line-height: initial;
  color: white;
  font-family: brice-bold, sans-serif;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .header-usa-rebooking .wraper_1604 .header-usa-rebooking--logo {
    max-width: 350px;
    margin: 0;
    font-size: 28px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1366px) {
  .header-usa-rebooking .wraper_1604 .header-usa-rebooking--logo {
    max-width: 575px;
    font-size: 48px;
    line-height: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .header-usa-rebooking .wraper_1604 .date-and-location {
    margin-left: 0;
    margin-right: auto;
  }
}
.header-usa-rebooking .wraper_1604 .date-and-location .date {
  margin-right: 6px;
}
.header-usa-rebooking .wraper_1604 .btn_red {
  color: white;
  margin: 10px auto 0;
}
@media screen and (min-width: 1024px) {
  .header-usa-rebooking .wraper_1604 .btn_red {
    margin: 0 0 0 auto;
  }
}

/*# sourceMappingURL=header-usa-rebooking.css.map */
