html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
      font-family: "Space Grotesk Variable", "Space Grotesk", Arial, Helvetica, sans-serif;
      color: #49498e;
}
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
.bg_page{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -50px;
    background: url(../img/bg_booking.jpg) no-repeat;
    background-size: cover;
    z-index: -9;
}
body {
  margin: 0;
  position: relative;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/*# sourceMappingURL=normalize.min.css.map */
.flex {
  display: flex;
  display: -webkit-flex;
}
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 50px;
  /* Відступ, рівний висоті хедера */
}


.label {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 15px 2px 12px;
  gap: 10px;
  width: auto;
  min-width: 80px;
  height: 40px;
  opacity: 0.7;
  border: 3px solid #9c90fc;
  border-radius: 30px;
  background: transparent;
  margin: 32px 0 0 0;
  transition: box-shadow 0.2s;
  box-sizing: border-box;
  flex: none;
  cursor: pointer;
}
.label__text {
  width: auto;
  min-width: 40px;
  font-family: "Space Grotesk", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #9c90fc;
  letter-spacing: 1px;
}
.label__arrow {
  width: 85px;
  min-width: 40px;
  height: 16px;
  display: flex;
  align-items: center;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.label:hover .label__arrow {
  transform: translateX(8px);
}

/* Header Styles */
.header {
  height: 60px;
  top: 20px;
  background: rgba(242, 236, 236, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 26px rgba(19, 36, 54, 0.1);
  backdrop-filter: blur(9.2px);
  border-radius: 10px;
  display: flex;
  align-items: center;
  z-index: 10;
  transition: top 0.3s; /* для плавності */
}

@media (min-width: 1110px) {
  .header-placeholder {
    display: none; /* Прихований, поки шапка статична */
  }

  .header.fixed + .header-placeholder {
    display: block; /* Показується, коли шапка фіксована */
    height: 60px; /* Така ж висота, як у шапки */
    transition: top 0.3s; /* для плавності */
  }
  .header.fixed {
    position: fixed;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    max-width: 1198px;
    width: 96%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.header__container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 13px 0 7px;
}
.header__logo {
  display: flex;
  align-items: center;
  margin-right: 97px;
}
.header__nav {
  flex: 1 1 auto;
}
.header__menu {
  display: flex;
  gap: 99px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__menu-link {
  color: #49498e;
  text-decoration: none;
  font-size: 1.15rem;
  font-weight: 500;
  transition: color 0.2s;
  opacity: 0.8;
}
.header__menu-link:hover {
  font-weight: 700;
  opacity: 1;
}
.header__cta-btn {
  background: #7c7cbf;
  color: #fff;
  padding: 10px 32px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  margin-left: 40px;
  border: none;
  transition: background 0.2s;
}
.header__cta-btn:hover {
  background: #49498e;
}
.header__burger {
  display: none;
  background: none;
  border: none;
  width: 32px;
  height: 32px;
  margin-left: 16px;
}
.header__mobile-nav {
  display: none;
}

/* Footer Styles */
.footer {
  margin-top: 134px;
  padding: 0;
  background: rgba(242, 236, 236, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px 20px 0 0;
  backdrop-filter: blur(5.6px);
  -webkit-backdrop-filter: blur(5.6px);
  box-shadow: 0 0 26.7px rgba(19, 36, 54, 0.1);
}
.footer__container {
  margin: 0 auto;
  padding: 82px 32px 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.footer__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.footer__logo-slogan {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.footer__logo {
  height: 40px;
  width: auto;
  display: block;
}
.footer__slogan {
  font-size: 32px;
  color: #49498e;
  font-weight: 400;
}
.footer__socials {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: none;
  transition: background 0.2s;
}
.footer__social:hover,
.footer__social:focus {
  background: #e0dbfa;
}
.footer__social svg {
  display: block;
}
.footer__line {
  width: 100%;
  height: 3px;
  background: rgba(156, 144, 252, 0.2);
  border-radius: 10px;
  margin: 41px 0 0 0;
}
.footer__bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.footer__nav {
  display: flex;
  flex-direction: row;
  gap: 83px;
  opacity: 0.8;
}
.footer__nav-link {
  font-size: 18px;
  color: #49498e;
  font-weight: 400;
  text-decoration: none;
  opacity: 0.85;
  transition: color 0.2s;
}
.footer__nav-link:hover,
.footer__nav-link:focus {
  color: #7d6efc;
  text-decoration: underline;
}
.footer__copyright {
  font-family: "Plus Jakarta Sans", "Space Grotesk Variable", sans-serif;
  font-size: 16px;
  color: #49498e;
  font-weight: 600;
  letter-spacing: -0.02em;
  opacity: 0.85;
  mix-blend-mode: normal;
  display: flex;
  align-items: center;
  gap: 21px;
}

/* Media Queries */
@media (max-width: 900px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    backdrop-filter: blur(3.2px);
    min-width: 0;
    border-radius: 0 0 10px 10px;
    height: 56px;
    padding: 0;
    z-index: 100;
  }
  .header__container {
    padding: 0 12px;
    height: 56px;
  }
  .header__logo {
    margin-right: 0;
  }
  .header__nav {
    display: none;
  }
  .header__cta-btn {
    display: none;
  }
  .header__burger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 40px;
    background: none;
    border: none;
    margin-left: auto;
    cursor: pointer;
    z-index: 110;
    position: relative;
  }
  .header__burger-lines,
  .header__burger-lines::before,
  .header__burger-lines::after {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    background: #49498e;
    border-radius: 2px;
    position: absolute;
    transition: all 0.3s;
  }
  .header__burger-lines {
    top: 19px;
  }
  .header__burger-lines::before {
    top: 10px;
  }
  .header__burger-lines::after {
    top: 28px;
  }
  .mobile-menu-open .header__burger-lines {
    background: transparent;
  }
  .mobile-menu-open .header__burger-lines::before {
    top: 19px;
    transform: rotate(45deg);
  }
  .mobile-menu-open .header__burger-lines::after {
    top: 19px;
    transform: rotate(-45deg);
  }
  .header__nav {
    display: none;
    position: fixed;
    top: 56px;
    left: 0;
    width: 100vw;
    background: #f8f5f5;
    box-shadow: 0 4px 24px rgba(19, 36, 54, 0.08);
    z-index: 99;
    padding: 32px 0 24px 0;
  }
  .mobile-menu-open .header__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .header__menu {
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
  .header__menu-link {
    font-size: 1.3rem;
    font-weight: 600;
  }
  .footer__container {
    padding: 24px 8px 16px 8px;
    gap: 16px;
  }
}

@media (max-width: 700px) {
  .footer__top {
    flex-direction: column;
    gap: 16px;
  }
  .footer__slogan {
    font-size: 20px;
  }
  .footer__bottom {
    flex-direction: column;
    gap: 12px;
  }
}

@media (min-width: 901px) and (max-width: 1190px) {
  .header__menu {
    gap: 41px;
  }
}

@media (min-width: 769px) and (max-width: 900px) {
  .header .header__container {
    padding: 0px 17px;
  }
  .header .header__container svg {
    width: 100px;
  }
  .header .header__container .header__burger-lines {
    top: 10px;
  }
  .header .header__container .header__burger-lines::before {
    top: 8px;
  }
  .header .header__container .header__burger-lines::after {
    top: 17px;
  }
  .mobile-menu-open {
    background: #f8f5f5 !important;
    border-radius: 0;
  }
  .mobile-menu-open .header__container {
    position: relative;
  }
  .mobile-menu-open .header__container:after {
    content: "";
    height: 2px;
    background: #9c90fc;
    width: 94%;
    opacity: 0.53;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .mobile-menu-open .header__nav {
    left: -1px;
    box-shadow: none;
  }
  .mobile-menu-open .header__burger-lines::after {
    top: 12px !important;
  }
  .mobile-menu-open .header__burger-lines::before {
    top: 12px !important;
  }
  .footer .footer__logo-slogan {
    flex-direction: column;
    gap: 5px;
  }
  .footer .footer__logo-slogan svg {
    width: 122px;
  }
  .footer .footer__line {
    width: 89%;
    margin: 14px auto 0;
  }
  .footer .footer__container {
    padding: 34px 8px 39px 8px;
    gap: 16px;
  }
  .footer .footer__bottom {
    flex-direction: column-reverse;
    gap: 52px;
    position: relative;
    align-items: flex-start;
    padding: 0 18px;
  }
  .footer .footer__nav-link {
    font-size: 18px;
    margin-top: 10px;
  }
  .footer .footer__socials {
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
    position: absolute;
    top: 8%;
    right: 17px;
  }
  .footer .footer__nav {
    flex-direction: column-reverse;
    gap: 16px;
  }
  .footer .footer__copyright {
    font-size: 16px;
    align-items: center;
    gap: 21px;
    margin: 0 auto;
  }
  .footer .footer__copyright svg {
    width: 35px;
  }
}

@media (max-width: 768px) {
  .header .header__container {
    padding: 0px 17px;
  }
  .header .header__container svg {
    width: 100px;
  }
  .header .header__container .header__burger-lines {
    top: 10px;
  }
  .header .header__container .header__burger-lines::before {
    top: 8px;
  }
  .header .header__container .header__burger-lines::after {
    top: 17px;
  }
  .mobile-menu-open {
    background: #f8f5f5 !important;
    border-radius: 0;
  }
  .mobile-menu-open .header__container {
    position: relative;
  }
  .mobile-menu-open .header__container:after {
    content: "";
    height: 2px;
    background: #9c90fc;
    width: 94%;
    opacity: 0.53;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .mobile-menu-open .header__nav {
    left: -1px;
    box-shadow: none;
  }
  .mobile-menu-open .header__burger-lines::after {
    top: 12px !important;
  }
  .mobile-menu-open .header__burger-lines::before {
    top: 12px !important;
  }
  .footer .footer__logo-slogan {
    flex-direction: column;
    gap: 5px;
  }
  .footer .footer__logo-slogan svg {
    width: 122px;
  }
  .footer .footer__line {
    width: 89%;
    margin: 14px auto 0;
  }
  .footer .footer__container {
    padding: 34px 8px 39px 8px;
    gap: 16px;
  }
  .footer .footer__bottom {
    flex-direction: column-reverse;
    gap: 52px;
    position: relative;
    align-items: flex-start;
    padding: 0 18px;
  }
  .footer .footer__nav-link {
    font-size: 18px;
    margin-top: 10px;
  }
  .footer .footer__socials {
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
    position: absolute;
    top: 8%;
    right: 17px;
  }
  .footer .footer__nav {
    flex-direction: column-reverse;
    gap: 16px;
  }
  .footer .footer__copyright {
    font-size: 16px;
    align-items: center;
    gap: 21px;
    margin: 0 auto;
  }
  .footer .footer__copyright svg {
    width: 35px;
  }
}