body .wrapper header .emptyDiv {
  height: 8vw;
  width: 100%;
  display: none;
}
body .wrapper header .navBurger {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 5px;
  width: 100%;
  min-height: 120px;
  background-color: rgba(10, 61, 101, 0.91);
  z-index: 15;
  position: fixed;
  top: -200px;
  transition: top 1s;
  display: none;
}
body .wrapper header .navBurger .closeButton {
  position: absolute;
  top: 5px;
  right: 5px;
  background: transparent;
  border: none;
  transition: scale 300ms;
  font-weight: bold;
  font-size: 24px;
  color: #FCFCFD;
  z-index: 200;
}
body .wrapper header .navBurger .closeButton:hover {
  scale: 1.09;
  cursor: pointer;
}
body .wrapper header .navBurger nav {
  z-index: 199;
  display: flex;
  justify-content: space-around;
  min-height: 120px;
  align-items: center;
  flex-direction: column;
  position: relative;
}
body .wrapper header .navBurger nav a {
  color: whitesmoke;
  font-weight: bold;
  transition: scale 300ms;
  text-decoration: none;
}
body .wrapper header .navBurger nav a:hover {
  scale: 1.1;
  cursor: pointer;
}
body .wrapper header .blockForLogoAndNav {
  padding: 5px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 8vw;
}
body .wrapper header .blockForLogoAndNav .imageLogo {
  width: 186px;
  height: 144px;
}
body .wrapper header .blockForLogoAndNav nav {
  display: flex;
  align-items: center;
  column-gap: 40px;
}
body .wrapper header .blockForLogoAndNav nav a {
  color: #1B75BB;
  font-family: Gelasio cursive;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: 500ms;
}
body .wrapper header .blockForLogoAndNav nav a:hover {
  transform: scale(1.2);
  color: #054170;
}
body .wrapper header .blockForLogoAndNav .btnBookNow {
  border-radius: 5px;
  background-color: #1B75BB;
  padding: 15px 30px;
  gap: 10px;
  color: #FFF;
  font-family: Gelasio cursive;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border: none;
  transition: 500ms;
}
body .wrapper header .blockForLogoAndNav .btnBookNow:hover {
  background-color: #0f5c98;
  cursor: pointer;
  transform: scale(0.98);
}

.blockForLogoAndBurger {
  width: 100%;
  height: 12vw;
  min-height: 35px;
  padding: 4px;
  display: none;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  z-index: 11;
  transition: background-color 400ms;
}
.blockForLogoAndBurger.fixedNavBurger {
  position: fixed;
  background-color: rgb(255, 255, 255);
  top: 0;
}
.blockForLogoAndBurger .imgLogo {
  width: 75px;
  height: 90px;
}
.blockForLogoAndBurger .imgBurger {
  width: 27px;
}
.blockForLogoAndBurger .imgBurger:hover {
  cursor: pointer;
}
.blockForLogoAndBurger .btnBookNow {
  border-radius: 5px;
  background-color: #1B75BB;
  padding: 5px 5px;
  color: #FFF;
  font-family: Gelasio cursive;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border: none;
  transition: 500ms;
}
.blockForLogoAndBurger .btnBookNow:hover {
  background-color: #0f5c98;
  cursor: pointer;
  transform: scale(0.98);
}

.fixedNav {
  width: 100%;
  position: fixed;
  top: 0;
  background-color: rgba(255, 255, 255, 0.91);
  z-index: 10;
}

/*# sourceMappingURL=nav.css.map */
